Home
last modified time | relevance | path

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

/external/grub/stage2/
Dchar_io.c246 static int num_history = 0; variable
253 if (no < 0 || no >= num_history) in get_history()
265 MAX_CMDLINE * (num_history - no)); in add_history()
267 if (num_history < HISTORY_SIZE) in add_history()
268 num_history++; in add_history()
/external/grub/
DChangeLog7087 [!STAGE1_5] (num_history): New variable.