Searched defs:isword (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dchared.h124 #define isword(a) (isprint(a)) macro
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/edit/
H A Demacs.c92 # define isword(c) _isword(out[c]) macro
99 # define isword(c) (isalnum(out[c]) || (out[c]=='_')) macro
/macosx-10.9.5/tcsh-65/tcsh/
H A Ded.h196 #define isword(c) (Isalpha(c)||Isdigit(c)||Strchr(word_chars,c)) macro
/macosx-10.9.5/cctools-845/as/
H A Dm68k.c205 #define isword(x) ((x)>=-32768 && (x)<=65535) macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/regex/
H A Dreglib.h260 #define isword(x) (isalnum(x)||(x)=='_') macro

Completed in 168 milliseconds