HomeSort by relevance Sort by last modified time
    Searched refs:checkkey (Results 1 - 6 of 6) sorted by null

  /external/grub/stage2/
term.h 44 checkkey are called.
66 int (*checkkey) (void); member in struct:term_entry
char_io.c 1003 checkkey (void) function
1005 return current_term->checkkey ();
stage2.c 276 if (checkkey () != -1 && ASCII_CHAR (getkey ()) == '\e')
383 if (checkkey () >= 0 || grub_timeout < 0)
shared.h 805 int checkkey (void);
builtins.c     [all...]
  /external/grub/netboot/
main.c 941 if (checkkey () != -1 && ASCII_CHAR (getkey ()) == CTRL_C)

Completed in 160 milliseconds