Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dcli_readline.c72 #define HIST_MAX 20 macro
80 static char *hist_list[HIST_MAX];
81 static char hist_lines[HIST_MAX][HIST_SIZE + 1]; /* Save room for NULL */
94 for (i = 0; i < HIST_MAX; i++) { in hist_init()
104 if (++hist_add_idx >= HIST_MAX) in cread_add_to_hist()