HomeSort by: relevance | last modified time | path
    Searched defs:ASCII (Results 1 - 7 of 7) 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:__anon05720b390408
363 graphic = ei->ascii;
615 if (_bcs_strncasecmp("ASCII", s, 5) == 0) {
618 graphic->charset = ASCII;
620 ei->ascii = graphic;
  /src/bin/csh/
csh.h 203 #define ASCII 0x7f
  /src/share/locale/ctype/
Makefile 37 LOCALESRC_en_US.US-ASCII= en_US.ASCII

Completed in 16 milliseconds