HomeSort by: relevance | last modified time | path
    Searched defs:ASCII (Results 1 - 14 of 14) sorted by relevancy

  /src/usr.bin/make/unit-tests/
directive-for-escape.mk 12 ASCII= !"\#$$%&'()*+,-./0-9:;<=>?@A-Z[\]_^a-z{|}~
20 .for chars in ${ASCII}
29 ASCII.2020-12-31= !"\\\#$$%&'()*+,-./0-9:;<=>?@A-Z[\]_^a-z{|}~
32 .for chars in ${ASCII.2020-12-31}
  /src/sys/arch/bebox/stand/boot/
kbd.c 46 #define ASCII 0x0040 /* ascii code for this key */
134 if ((act & ASCII) && !brk) {
  /src/sys/arch/prep/stand/boot/
kbd.c 46 #define ASCII 0x0040 /* ascii code for this key */
134 if ((act & ASCII) && !brk) {
  /src/lib/libc/citrus/modules/
citrus_zw.c 62 NONE, AMBIGIOUS, ASCII, GB2312
173 case ASCII:
200 psenc->charset = ASCII;
213 psenc->charset = ASCII;
429 case ASCII:
citrus_hz.c 59 * CTRL/ASCII 00000000 00000000 00000000 gxxxxxxx
67 CTRL = 0, ASCII = 1, GB2312 = 2, CS94 = 3, CS96 = 4
77 /* ASCII */ RANGE(0x20, 0x7F),
123 graphic_t *ascii, *gb2312; member in struct:__anon265
363 graphic = ei->ascii;
615 if (_bcs_strncasecmp("ASCII", s, 5) == 0) {
618 graphic->charset = ASCII;
620 ei->ascii = graphic;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Format.h 224 bool ASCII; // Show the ASCII bytes for the hex bytes to the right.
231 ByteGroupSize(BGS), Upper(U), ASCII(A) {
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
defines.h 54 #define ASCII 3
  /src/external/gpl3/binutils/dist/binutils/
rcparse.h 61 ASCII = 262, /* ASCII */
166 #define ASCII 262
rcparse.c 184 ASCII = 262, /* ASCII */
289 #define ASCII 262
460 YYSYMBOL_ASCII = 7, /* ASCII */
1107 "ACCELERATORS", "VIRTKEY", "ASCII", "NOINVERT", "SHIFT", "CONTROL",
2211 case 29: /* acc_option: ASCII */
  /src/external/gpl3/binutils.old/dist/binutils/
rcparse.h 61 ASCII = 262, /* ASCII */
166 #define ASCII 262
rcparse.c 184 ASCII = 262, /* ASCII */
289 #define ASCII 262
460 YYSYMBOL_ASCII = 7, /* ASCII */
1107 "ACCELERATORS", "VIRTKEY", "ASCII", "NOINVERT", "SHIFT", "CONTROL",
2211 case 29: /* acc_option: ASCII */
  /src/bin/csh/
csh.h 203 #define ASCII 0x7f
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptStmt.h 329 // This is actually 0x0000 (accelerator is assumed to be ASCII if it's
331 // "only ASCII defined" and "neither ASCII nor VIRTKEY defined".
332 // Therefore, we include ASCII as another flag. This must be zeroed
334 ASCII = 0x8000,
  /src/share/locale/ctype/
Makefile 37 LOCALESRC_en_US.US-ASCII= en_US.ASCII

Completed in 38 milliseconds