Searched refs:ksh_isalphx (Results 1 – 4 of 4) sorted by relevance
183 if (innermost_refflag == SRF_NOP && (p != n) && ksh_isalphx(n[0])) { in array_index_calc()240 if (!ksh_isalphx(c)) { in global()313 if (!ksh_isalphx(*n)) { in local()1018 if (s && ksh_isalphx(*s)) { in skip_varname()1033 if (s[0] == CHAR && ksh_isalphx(s[1])) { in skip_wdvarname()
511 } else if (ksh_isalphx(c)) { in yylex()1596 if (ksh_isalphx(c)) in get_brace_var()
640 else if (ksh_isalphx(c)) { in exprtoken()
939 #define ksh_isalphx(c) ctype((c), C_ALPHA) macro