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

  /src/usr.bin/sort/
sort.c 96 * weight tables. Gweights is one of ascii, Rascii..
99 u_char *const weight_tables[4] = { ascii, Rascii, Ftable, RFtable };
100 u_char ascii[NBINS], Rascii[NBINS], RFtable[NBINS], Ftable[NBINS]; variable in typeref:typename:u_char[]
  /src/lib/libc/citrus/modules/
citrus_viqr.c 128 int ascii; member in struct:mnemonic_t
142 if (m->ascii == ch)
150 mnemonic_create(mnemonic_t *parent, int ascii, wchar_t value)
159 m->ascii = 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;
citrus_iso2022.c 61 * ASCII (ESC ( B) 00000000 00000000 00000000 0xxxxxxx
89 static const _ISO2022Charset ascii = { CS94, 'B', '\0', '\0' }; variable in typeref:typename:const _ISO2022Charset
796 /* special case for ASCII. */
1047 /* go back to INIT0 or ASCII on control chars */
1048 cs = ei->initg[0].final ? ei->initg[0] : ascii;
1057 /* special treatment for ASCII */
1058 cs = ascii;

Completed in 13 milliseconds