Home
last modified time | relevance | path

Searched refs:readytext (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dpangotext.c206 char *readytext, *testtext = NULL, *newtext = NULL, *tmp, *xx; in layout_nth_message_at_bottom() local
229 readytext = lives_strdup(""); in layout_nth_message_at_bottom()
272 testtext = lives_strdup_printf("%s%s%s", newtext, needs_newline ? "\n" : "", readytext); in layout_nth_message_at_bottom()
305 testtext = lives_strdup_printf("%s%s", newtext, readytext); in layout_nth_message_at_bottom()
390 lives_free(readytext); in layout_nth_message_at_bottom()
391 readytext = testtext; in layout_nth_message_at_bottom()
394 g_print("|%s| passed size tests\n", readytext); in layout_nth_message_at_bottom()
406 g_print("|%s| FINAL !!\n", readytext); in layout_nth_message_at_bottom()
408 lives_free(readytext); in layout_nth_message_at_bottom()