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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c228 static int num_history = 0; variable
235 if (no < 0 || no >= num_history)
247 MAX_CMDLINE * (num_history - no));
249 if (num_history < HISTORY_SIZE)
250 num_history++;

Completed in 16 milliseconds