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

  /external/mksh/src/
var.c 183 if (innermost_refflag == SRF_NOP && (p != n) && ksh_isalphx(n[0])) {
240 if (!ksh_isalphx(c)) {
312 if (!ksh_isalphx(*n)) {
1035 if (s && ksh_isalphx(*s)) {
1050 if (s[0] == CHAR && ksh_isalphx(s[1])) {
    [all...]
lex.c 511 } else if (ksh_isalphx(c)) {
    [all...]
expr.c 640 else if (ksh_isalphx(c)) {
sh.h 943 #define ksh_isalphx(c) ctype((c), C_ALPHA) macro
    [all...]

Completed in 149 milliseconds