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 179 if (set_refflag == SRF_NOP && (p != n) && ksh_isalphx(n[0])) {
232 if (!ksh_isalphx(c)) {
304 if (!ksh_isalphx(*n)) {
967 if (s && ksh_isalphx(*s)) {
982 if (s[0] == CHAR && ksh_isalphx(s[1])) {
    [all...]
lex.c 510 } else if (ksh_isalphx(c)) {
    [all...]
expr.c 640 else if (ksh_isalphx(c)) {
sh.h 924 #define ksh_isalphx(c) ctype((c), C_ALPHA) macro
    [all...]

Completed in 55 milliseconds