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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c266 static int num_history = 0; variable
273 if (no < 0 || no >= num_history)
285 MAX_CMDLINE * (num_history - no));
287 if (num_history < HISTORY_SIZE)
288 num_history++;

Completed in 54 milliseconds