HomeSort by relevance Sort by last modified time
    Searched refs:ASCII_CHAR (Results 1 - 5 of 5) sorted by null

  /external/grub/stage2/
char_io.c 559 while ((c = ASCII_CHAR (getkey ())) != '\n' && c != '\r')
810 while ((c = ASCII_CHAR (getkey ())) != '\n' && c != '\r')
1059 tmp = ASCII_CHAR (getkey ());
stage2.c 276 if (checkkey () != -1 && ASCII_CHAR (getkey ()) == '\e')
391 c = ASCII_CHAR (getkey ());
shared.h 284 #define ASCII_CHAR(x) ((x) & 0xFF)
800 Use ASCII_CHAR(ret) to extract the ASCII code. */
builtins.c     [all...]
  /external/grub/netboot/
main.c 941 if (checkkey () != -1 && ASCII_CHAR (getkey ()) == CTRL_C)

Completed in 124 milliseconds