Searched refs:checkkey (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dterm.h44 checkkey are called.
68 int (*checkkey) (void); member in struct:term_entry
H A Dstage2.c276 if (checkkey () != -1 && ASCII_CHAR (getkey ()) == '\e')
393 if (checkkey () >= 0 || grub_timeout < 0)
H A Dchar_io.c114 console_checkkey, /* checkkey */
1167 checkkey (void) function
1169 return current_term->checkkey ();
H A Dshared.h887 int checkkey (void);
H A Dbuiltins.c4993 if (term_table[i].checkkey () >= 0)
5322 while (checkkey () == -1)
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dmisc.c49 if (checkkey() != -1 && ASCII_CHAR(getkey()) == K_INTR) {

Completed in 115 milliseconds