strl_new 63 libproff/list_test.c PLIST_INSERT_HEAD(sl, strl_new("It has to be transmitted according")); strl_new 64 libproff/list_test.c PLIST_INSERT_TAIL(sl, (sl2=strl_new(" the original text.\n"))); strl_new 65 libproff/list_test.c PLIST_INSERT_HEAD(sl, strl_new("altered version of my speech.\n")); strl_new 66 libproff/list_test.c PLIST_INSERT_TAIL(sl, strl_new("I shall make you responsible for any")); strl_new 67 libproff/list_test.c PLIST_INSERT_BEFORE(sl2, strl_new(" to")); strl_new 68 libproff/list_test.c PLIST_INSERT_BEFORE(PLIST_FIRST(sl), strl_new("I cannot authorise")); strl_new 69 libproff/list_test.c PLIST_INSERT_AFTER(PLIST_FIRST(sl), strl_new(" any ")); strl_new 70 libproff/list_test.c PLIST_INSERT_AFTER(PLIST_LAST(sl), strl_new(" deviation from it.\n")); strl_new 72 libproff/list_test.c PLIST_INSERT_AFTER(sl2, strl_new(" Leontiev")); strl_new 74 libproff/list_test.c PLIST_INSERT_TAIL(sl, strl_new("\t-- Arthur Koestler"));