Searched defs:isalpha (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dlexstates.h88 # undef isalpha macro
89 # define isalpha(x) iswalpha(x) macro
110 # define isaname(c) ((c)>0x7f?isalpha(c): sh_lexstates[ST_NAME][(c)]==0)
111 # define isaletter(c) ((c)>0x7f?isalpha(c): sh_lexstates[ST_DOL][(c)]==S_ALP && (c)!='.')
/ast/src/cmd/3d/
H A Dstrmatch.c87 #undef isalpha macro
88 #define isalpha(x) iswalpha(x) macro
506 if (isalpha(sc))
576 else if (isalpha(*oldp) && isalpha(*olds) && tolower(*oldp) == tolower(*olds) || sc == mbgetchar(oldp))

Completed in 36 milliseconds