Home
last modified time | relevance | path

Searched refs:num_history (Results 1 – 2 of 2) 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) in get_history()
285 MAX_CMDLINE * (num_history - no)); in add_history()
287 if (num_history < HISTORY_SIZE) in add_history()
288 num_history++; in add_history()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog7246 [!STAGE1_5] (num_history): New variable.