Searched refs:ASCII_CHAR (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/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) {
749 * (e.g. <ASCII_CHAR>). Character constants are shown
759 case ASCII_CHAR: /* single ASCII char */
761 /* encoded as <ASCII_CHAR><ascii_char> */
770 break; /* end case ASCII_CHAR */
937 case ASCII_CHAR|ZERO_OR_MORE: /* char* */
939 /* encoded as <ASCII_CHAR|ZERO_OR_MORE><ascii_char> */
950 /* end case ASCII_CHAR|ZERO_OR_MORE */
952 case ASCII_CHAR|ONE_OR_MORE: /* char+ */
954 /* encoded as <ASCII_CHAR|ONE_OR_MOR
[all...]
H A Dregcmp.c279 * (e.g. <ASCII_CHAR>). Character constants are
293 /* <ASCII_CHAR><'$'> */
302 *compilep = (unsigned char)ASCII_CHAR;
324 * compiles to <ASCII_CHAR><ascii_char> or
846 * compiles to <ASCII_CHAR><ascii_char> or
917 *compilep = (unsigned char)ASCII_CHAR;
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dmisc.c49 if (checkkey() != -1 && ASCII_CHAR(getkey()) == K_INTR) {
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c579 while ((c = ASCII_CHAR (getkey ())) != '\n' && c != '\r')
830 while ((c = ASCII_CHAR (getkey ())) != '\n' && c != '\r')
1224 tmp = ASCII_CHAR (getkey ());
H A Dstage2.c276 if (checkkey () != -1 && ASCII_CHAR (getkey ()) == '\e')
401 c = ASCII_CHAR (getkey ());
H A Dshared.h308 #define ASCII_CHAR(x) ((x) & 0xFF) macro
882 Use ASCII_CHAR(ret) to extract the ASCII code. */
H A Dbuiltins.c3586 if (ASCII_CHAR (getkey ()) == 27)

Completed in 163 milliseconds