Home
last modified time | relevance | path

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

/dragonfly/usr.bin/m4/
H A Dstdd.h46 #define iswhite(c) ((c) == ' ' || (c) == '\t') macro
/dragonfly/sys/dev/raid/vinum/
H A Dvinumparser.c75 #define iswhite(c) ((c == ' ') || (c == '\t')) /* check for white space */ macro
/dragonfly/sbin/vinum/
H A Dvinumparser.c63 #define iswhite isspace /* use the ctype macro */ macro
/dragonfly/usr.bin/ctags/
H A Dctags.h53 #define iswhite(arg) _wht[arg & 0xff] /* T if char is white */ macro
/dragonfly/sbin/rconfig/
H A Dsubs.c43 iswhite(char c) in iswhite() function
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c62 #define iswhite(ch) (ch == ' ' || ch == '\t') macro