Home
last modified time | relevance | path

Searched defs:iswhite (Results 1 – 3 of 3) sorted by relevance

/csrg-svn/usr.bin/m4/
H A Dstdd.h20 #define iswhite(c) ((c) == ' ' || (c) == '\t') macro
/csrg-svn/usr.bin/ctags/
H A Dctags.h22 #define iswhite(arg) (_wht[(unsigned)arg]) /* T if char is white */ macro
/csrg-svn/usr.bin/ex/
H A Dex_subr.c211 iswhite(c) in iswhite() function