Searched refs:isaletter (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/include/
H A Dlexstates.h111 # define isaletter(c) ((c)>0xff?isalpha(c): sh_lexstates[ST_DOL][(c)]==S_ALP && (c)!='.') macro
117 # define isaletter(c) (sh_lexstates[ST_DOL][c]==S_ALP && (c)!='.') macro
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dstring.c314 if(isaletter(c))
456 a = isaletter(c) ? '=' : 0;
680 if(c= *cp++,isaletter(c))
H A Darith.c138 if(isaletter(c))
H A Dname.c1058 if((c = mbchar(cp)) && !isaletter(c))
1198 if(c= !isaletter(c))

Completed in 69 milliseconds