Searched refs:ASCII_CHAR (Results 1 – 9 of 9) sorted by relevance
44 #define ASCII_CHAR 20 macro
223 } else if ((int)*regexp == (int)ASCII_CHAR) { in regex()757 case ASCII_CHAR: /* single ASCII char */ in test_string()935 case ASCII_CHAR|ZERO_OR_MORE: /* char* */ in test_string()950 case ASCII_CHAR|ONE_OR_MORE: /* char+ */ in test_string()969 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()
579 while ((c = ASCII_CHAR (getkey ())) != '\n' && c != '\r') in real_get_cmdline()830 while ((c = ASCII_CHAR (getkey ())) != '\n' && c != '\r') in get_cmdline()1224 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()
309 #define ASCII_CHAR(x) ((x) & 0xFF) macro
3548 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.