Home
last modified time | relevance | path

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

/dports/sysutils/smenu/smenu-0.9.18/
H A Dsmenu.c130 char * timeout_word; /* printed word when the timeout type is WORD. */ variable
5670 timeout_word = xstrdup(values[1]); in timeout_action()
5671 utf8_interpret(timeout_word, langinfo, misc->invalid_char_substitute); in timeout_action()
7448 timeout_message = xcalloc(1, 4 + strlen(s) + strlen(timeout_word)); in main()
7451 strcat(timeout_message, timeout_word); in main()
10235 fprintf(old_stdout, "%s", timeout_word); in main()