Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/regex/
H A Dregex.h46 #define ASCII_CHAR 20 macro
H A Dregex.c225 } 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()
H A Dregcmp.c302 *compilep = (unsigned char)ASCII_CHAR; in regcmp()
917 *compilep = (unsigned char)ASCII_CHAR; in add_single_char_expr()
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c557 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()
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.h308 #define ASCII_CHAR(x) ((x) & 0xFF) macro
H A Dbuiltins.c3541 if (ASCII_CHAR (getkey ()) == 27) in pause_func()
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A Dmisc.c49 if (checkkey() != -1 && ASCII_CHAR(getkey()) == K_INTR) { in poll_interruptions()
/titanic_44/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.