/external/grub/stage2/ |
term.h | 43 - If a terminal is dumb, you may assume that only putchar, getkey and 68 int (*getkey) (void); member in struct:term_entry
|
cmdline.c | 207 (void) getkey ();
|
char_io.c | 559 while ((c = ASCII_CHAR (getkey ())) != '\n' && c != '\r') 810 while ((c = ASCII_CHAR (getkey ())) != '\n' && c != '\r') 996 getkey (void) function 998 return current_term->getkey (); 1059 tmp = ASCII_CHAR (getkey ());
|
stage2.c | 276 if (checkkey () != -1 && ASCII_CHAR (getkey ()) == '\e') 379 (GRUB_TIMEOUT == -1) relax in GETKEY even if no key has been 385 /* Key was pressed, show which entry is selected before GETKEY, 387 hang in GETKEY */ 391 c = ASCII_CHAR (getkey ()); 622 getkey ();
|
shared.h | 801 int getkey (void); 803 /* Like GETKEY, but doesn't block, and returns -1 if no keystroke is
|
builtins.c | [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-sea-machine.rl | 87 getkey info[p].sea_category();
|
hb-ot-shape-complex-indic-machine.rl | 111 getkey info[p].indic_category();
|
hb-ot-shape-complex-myanmar-machine.rl | 110 getkey info[p].myanmar_category();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_curses.py | 47 stdscr.getbkgd, stdscr.getkey, stdscr.getmaxyx, 268 stdscr.getkey()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_curses.py | 47 stdscr.getbkgd, stdscr.getkey, stdscr.getmaxyx, 268 stdscr.getkey()
|
/external/libpng/contrib/gregbook/ |
wpng.c | 118 # define getch() getkey() /* GRR: need getche() */
|
/external/chromium_org/build/ |
install-chroot.sh | 109 getkey() { function 297 c="$(getkey | tr a-z A-Z)"
|
/external/grub/netboot/ |
main.c | 941 if (checkkey () != -1 && ASCII_CHAR (getkey ()) == CTRL_C)
|