Searched refs:ASCII_CHAR (Results 1 – 9 of 9) sorted by relevance
46 #define ASCII_CHAR 20 macro
225 } else if ((int)*regexp == (int)ASCII_CHAR) { in regex()759 case ASCII_CHAR: /* single ASCII char */ in test_string()937 case ASCII_CHAR|ZERO_OR_MORE: /* char* */ in test_string()952 case ASCII_CHAR|ONE_OR_MORE: /* char+ */ in test_string()971 case ASCII_CHAR|COUNT: /* char{min_count,max_count} */ in test_string()
302 *compilep = (unsigned char)ASCII_CHAR; in regcmp()917 *compilep = (unsigned char)ASCII_CHAR; in add_single_char_expr()
557 while ((c = ASCII_CHAR (getkey ())) != '\n' && c != '\r') in real_get_cmdline()808 while ((c = ASCII_CHAR (getkey ())) != '\n' && c != '\r') in get_cmdline()1183 tmp = ASCII_CHAR (getkey ()); in grub_putchar()
276 if (checkkey () != -1 && ASCII_CHAR (getkey ()) == '\e') in run_menu()401 c = ASCII_CHAR (getkey ()); in run_menu()
308 #define ASCII_CHAR(x) ((x) & 0xFF) macro
3541 if (ASCII_CHAR (getkey ()) == 27) in pause_func()
49 if (checkkey() != -1 && ASCII_CHAR(getkey()) == K_INTR) { in poll_interruptions()
3814 ASCII_CHAR, when checking if ESC is pressed.3817 use the macro ASCII_CHAR for C explicitly.