Home
last modified time | relevance | path

Searched refs:getkey (Results 1 – 9 of 9) sorted by relevance

/external/grub/stage2/
Dchar_io.c559 while ((c = ASCII_CHAR (getkey ())) != '\n' && c != '\r') in real_get_cmdline()
810 while ((c = ASCII_CHAR (getkey ())) != '\n' && c != '\r') in get_cmdline()
996 getkey (void) in getkey() function
998 return current_term->getkey (); in getkey()
1059 tmp = ASCII_CHAR (getkey ()); in grub_putchar()
Dterm.h68 int (*getkey) (void); member
Dstage2.c276 if (checkkey () != -1 && ASCII_CHAR (getkey ()) == '\e') in run_menu()
391 c = ASCII_CHAR (getkey ()); in run_menu()
622 getkey (); in run_menu()
Dcmdline.c207 (void) getkey (); in run_script()
Dshared.h801 int getkey (void);
Dbuiltins.c3024 if (ASCII_CHAR (getkey ()) == 27) in pause_func()
4265 (void) term_table[i].getkey (); in terminal_func()
4602 getkey (); in testvbe_func()
/external/libpng/contrib/gregbook/
Dwpng.c118 # define getch() getkey() /* GRR: need getche() */
/external/grub/netboot/
Dmain.c941 if (checkkey () != -1 && ASCII_CHAR (getkey ()) == CTRL_C) in await_reply()
/external/grub/
DChangeLog1263 [!STAGE1_5] (getkey): Rewritten from scratch.
2430 [!STAGE1_5] (getkey) [SUPPORT_HERCULES]: Likewise.
3539 * stage2/char_io.c [!STAGE1_5] (getkey): Use logical AND
3542 [!STAGE1_5] (getkey) [SUPPORT_SERIAL]: Don't check if both
3654 * stage2/stage2.c (run_menu): Wrap getkey with the macro
3656 Call translate_keycode as well as getkey, unless checkkey
3779 (getkey) [SUPPORT_SERIAL]: If both TERMINAL_CONSOLE and
4109 [!STAGE1_5] (getkey): Renamed to ...
4113 * stage2/char_io.c [!STAGE1_5] (getkey): New function.
4129 (getkey): Renamed to ...
[all …]