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 155 if (!set_refflag && (p != n) && ksh_isalphx(n[0])) {
213 if (!ksh_isalphx(c)) {
292 if (!ksh_isalphx(*n)) {
887 if (s && ksh_isalphx(*s)) {
901 if (s[0] == CHAR && ksh_isalphx(s[1])) {
    [all...]
expr.c 502 else if (ksh_isalphx(c)) {
lex.c 461 } else if (ksh_isalphx(c)) {
    [all...]
sh.h 744 #define ksh_isalphx(c) ctype((c), C_ALPHA) macro
    [all...]

Completed in 523 milliseconds