Home
last modified time | relevance | path

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

/dports/games/biloba/biloba-0.9.3/src/
H A Doptions.c494 char str[SAVED_LEN]; in do_save_last()
508 snprintf(str, SAVED_LEN, "%s %s", get_msg(M_SAVE_FAIL), in do_save_last()
528 snprintf(str, SAVED_LEN, "%s: %s%s\n%s", get_msg(M_SAVED_TO), in do_save_last()
531 snprintf(str, SAVED_LEN, "%s:\n%s", get_msg(M_SAVE_FAIL), in do_save_last()
692 text_widget_init(saved, "", SAVED_LEN, 10, 0, NULL, NULL); in build_gui()
H A Dutils.h85 #define SAVED_LEN 256 macro