Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dterm.h68 int (*checkkey) (void); member
H A Dstage2.c276 if (checkkey () != -1 && ASCII_CHAR (getkey ()) == '\e') in run_menu()
393 if (checkkey () >= 0 || grub_timeout < 0) in run_menu()
H A Dchar_io.c1167 checkkey (void) in checkkey() function
1169 return current_term->checkkey (); in checkkey()
H A Dshared.h890 int checkkey (void);
H A Dbuiltins.c4942 if (term_table[i].checkkey () >= 0) in terminal_func()
5268 while (checkkey () == -1) in testvbe_func()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dmisc.c49 if (checkkey() != -1 && ASCII_CHAR(getkey()) == K_INTR) { in poll_interruptions()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog1423 [!STAGE1_5] (checkkey): Likewise.
2590 [!STAGE1_5] (checkkey) [SUPPORT_HERCULES]: Likewise.
3815 Call translate_keycode as well as getkey, unless checkkey
3941 (checkkey) [SUPPORT_SERIAL]: If TERMINAL_SERIAL is set in
4270 [!STAGE1_5] (checkkey): Renamed to ...
4273 [!STAGE1_5] (checkkey): Likewise.
4290 (checkkey): Renamed to ...
6241 [!STAGE1_5] (checkkey): Likewise.
8001 (checkkey) [HAVE_LIBCURSES]: If SAVE_CHAR is not ERR, return
8665 (checkkey) [HAVE_LIBCURSES]: Likewise.
[all …]