HomeSort by relevance Sort by last modified time
    Searched full:num_history (Results 1 - 2 of 2) sorted by null

  /external/grub/stage2/
char_io.c 246 static int num_history = 0; variable
249 equal to NUM_HISTORY, return NULL. Otherwise return a valid string. */
253 if (no < 0 || no >= num_history)
265 MAX_CMDLINE * (num_history - no));
267 if (num_history < HISTORY_SIZE)
268 num_history++;
  /external/grub/
ChangeLog     [all...]

Completed in 198 milliseconds