Searched refs:num_history (Results 1 - 1 of 1) sorted by relevance

/external/grub/stage2/
H A Dchar_io.c246 static int num_history = 0; variable
253 if (no < 0 || no >= num_history)
265 MAX_CMDLINE * (num_history - no));
267 if (num_history < HISTORY_SIZE)
268 num_history++;

Completed in 12 milliseconds