Home
last modified time | relevance | path

Searched refs:ASCII_CHAR (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex.h44 #define ASCII_CHAR 20 macro
H A Dregex.c223 } 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()
H A Dregcmp.c302 *compilep = (unsigned char)ASCII_CHAR; in regcmp()
917 *compilep = (unsigned char)ASCII_CHAR; in add_single_char_expr()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c579 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()
H A Dstage2.c276 if (checkkey () != -1 && ASCII_CHAR (getkey ()) == '\e') in run_menu()
401 c = ASCII_CHAR (getkey ()); in run_menu()
H A Dshared.h309 #define ASCII_CHAR(x) ((x) & 0xFF) macro
H A Dbuiltins.c3548 if (ASCII_CHAR (getkey ()) == 27) in pause_func()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dmisc.c49 if (checkkey() != -1 && ASCII_CHAR(getkey()) == K_INTR) { in poll_interruptions()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog3814 ASCII_CHAR, when checking if ESC is pressed.
3817 use the macro ASCII_CHAR for C explicitly.