HomeSort by relevance Sort by last modified time
    Searched refs:chtypes (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
misc.c 49 unsigned char chtypes[UCHAR_MAX + 1]; variable
84 chtypes[i] &= ~C_IFS;
86 chtypes[0] |= C_IFS;
89 chtypes[(unsigned char)*s++] |= t;
98 chtypes[c] |= C_ALPHA;
100 chtypes[c] |= C_ALPHA;
101 chtypes['_'] |= C_ALPHA;
    [all...]
sh.h 919 extern unsigned char chtypes[];
923 (chtypes[(unsigned char)(c)] & (t)) )
    [all...]

Completed in 140 milliseconds