Home
last modified time | relevance | path

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

/external/mksh/src/
Dsh.h924 #define C_ALPHA BIT(0) /* a-z_A-Z */ macro
939 #define ksh_isalphx(c) ctype((c), C_ALPHA)
940 #define ksh_isalnux(c) ctype((c), C_ALPHA | C_DIGIT)
Dmisc.c99 chtypes[c] |= C_ALPHA; in initctypes()
101 chtypes[c] |= C_ALPHA; in initctypes()
102 chtypes['_'] |= C_ALPHA; in initctypes()