Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c244 static int num_history = 0; variable
251 if (no < 0 || no >= num_history) in get_history()
263 MAX_CMDLINE * (num_history - no)); in add_history()
265 if (num_history < HISTORY_SIZE) in add_history()
266 num_history++; in add_history()
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog7246 [!STAGE1_5] (num_history): New variable.