Searched refs:ksh_isalphx (Results 1 - 4 of 4) sorted by relevance

/external/mksh/src/
H A Dvar.c183 if (innermost_refflag == SRF_NOP && (p != n) && ksh_isalphx(n[0])) {
240 if (!ksh_isalphx(c)) {
313 if (!ksh_isalphx(*n)) {
1018 if (s && ksh_isalphx(*s)) {
1033 if (s[0] == CHAR && ksh_isalphx(s[1])) {
H A Dlex.c511 } else if (ksh_isalphx(c)) {
1596 if (ksh_isalphx(c))
H A Dexpr.c640 else if (ksh_isalphx(c)) {
H A Dsh.h939 #define ksh_isalphx(c) ctype((c), C_ALPHA) macro

Completed in 842 milliseconds