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

  /external/mksh/src/
misc.c 98 chtypes[c] |= C_ALPHA;
100 chtypes[c] |= C_ALPHA;
101 chtypes['_'] |= C_ALPHA;
    [all...]
sh.h 910 #define C_ALPHA BIT(0) /* a-z_A-Z */
925 #define ksh_isalphx(c) ctype((c), C_ALPHA)
926 #define ksh_isalnux(c) ctype((c), C_ALPHA | C_DIGIT)
    [all...]

Completed in 26 milliseconds