Home
last modified time | relevance | path

Searched refs:checkkey (Results 1 – 7 of 7) sorted by relevance

/external/grub/stage2/
Dterm.h66 int (*checkkey) (void); member
Dstage2.c276 if (checkkey () != -1 && ASCII_CHAR (getkey ()) == '\e') in run_menu()
383 if (checkkey () >= 0 || grub_timeout < 0) in run_menu()
Dchar_io.c1003 checkkey (void) in checkkey() function
1005 return current_term->checkkey (); in checkkey()
Dshared.h805 int checkkey (void);
Dbuiltins.c4263 if (term_table[i].checkkey () >= 0) in terminal_func()
4582 while (checkkey () == -1) in testvbe_func()
/external/grub/netboot/
Dmain.c941 if (checkkey () != -1 && ASCII_CHAR (getkey ()) == CTRL_C) in await_reply()
/external/grub/
DChangeLog1264 [!STAGE1_5] (checkkey): Likewise.
2431 [!STAGE1_5] (checkkey) [SUPPORT_HERCULES]: Likewise.
3656 Call translate_keycode as well as getkey, unless checkkey
3782 (checkkey) [SUPPORT_SERIAL]: If TERMINAL_SERIAL is set in
4111 [!STAGE1_5] (checkkey): Renamed to ...
4114 [!STAGE1_5] (checkkey): Likewise.
4131 (checkkey): Renamed to ...
6082 [!STAGE1_5] (checkkey): Likewise.
7842 (checkkey) [HAVE_LIBCURSES]: If SAVE_CHAR is not ERR, return
8506 (checkkey) [HAVE_LIBCURSES]: Likewise.
[all …]