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

  /src/bin/ksh/
misc.c 21 short ctypes [UCHAR_MAX+1]; /* type bits for unsigned char */ variable in typeref:typename:short[]
40 ctypes[i] &= ~C_IFS;
41 ctypes[0] |= C_IFS; /* include \0 in C_IFS */
44 ctypes[(unsigned char) *s++] |= t;
53 ctypes[c] |= C_ALPHA;
55 ctypes[c] |= C_ALPHA;
56 ctypes['_'] |= C_ALPHA;
misc.c 21 short ctypes [UCHAR_MAX+1]; /* type bits for unsigned char */ variable in typeref:typename:short[]
40 ctypes[i] &= ~C_IFS;
41 ctypes[0] |= C_IFS; /* include \0 in C_IFS */
44 ctypes[(unsigned char) *s++] |= t;
53 ctypes[c] |= C_ALPHA;
55 ctypes[c] |= C_ALPHA;
56 ctypes['_'] |= C_ALPHA;
misc.c 21 short ctypes [UCHAR_MAX+1]; /* type bits for unsigned char */ variable in typeref:typename:short[]
40 ctypes[i] &= ~C_IFS;
41 ctypes[0] |= C_IFS; /* include \0 in C_IFS */
44 ctypes[(unsigned char) *s++] |= t;
53 ctypes[c] |= C_ALPHA;
55 ctypes[c] |= C_ALPHA;
56 ctypes['_'] |= C_ALPHA;
misc.c 21 short ctypes [UCHAR_MAX+1]; /* type bits for unsigned char */ variable in typeref:typename:short[]
40 ctypes[i] &= ~C_IFS;
41 ctypes[0] |= C_IFS; /* include \0 in C_IFS */
44 ctypes[(unsigned char) *s++] |= t;
53 ctypes[c] |= C_ALPHA;
55 ctypes[c] |= C_ALPHA;
56 ctypes['_'] |= C_ALPHA;

Completed in 146 milliseconds