HISTORY_LEN 134 uspace/lib/clui/include/tinput.h char *history[HISTORY_LEN + 1]; HISTORY_LEN 457 uspace/lib/clui/src/tinput.c if (ti->hnum < HISTORY_LEN) { HISTORY_LEN 460 uspace/lib/clui/src/tinput.c if (ti->history[HISTORY_LEN] != NULL) HISTORY_LEN 461 uspace/lib/clui/src/tinput.c free(ti->history[HISTORY_LEN]);HelenOS homepage, sources at GitHub