Home
last modified time | relevance | path

Searched refs:chtypes (Results 1 – 2 of 2) sorted by relevance

/external/mksh/src/
Dmisc.c49 unsigned char chtypes[UCHAR_MAX + 1]; variable
85 chtypes[i] &= ~C_IFS; in setctypes()
87 chtypes[0] |= C_IFS; in setctypes()
90 chtypes[(unsigned char)*s++] |= t; in setctypes()
98 chtypes['_'] |= C_ALPHA; in initctypes()
Dsh.h982 extern unsigned char chtypes[];
986 (chtypes[(unsigned char)(c)] & (t)) )