Searched refs:HIST_MAX (Results 1 – 1 of 1) sorted by relevance
75 #define HIST_MAX 20 macro83 static char *hist_list[HIST_MAX];84 static char hist_lines[HIST_MAX][HIST_SIZE + 1]; /* Save room for NULL */97 for (i = 0; i < HIST_MAX; i++) { in hist_init()107 if (++hist_add_idx >= HIST_MAX) in cread_add_to_hist()
Completed in 3 milliseconds