Searched defs:iswhite (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/usr.bin/m4/
H A Dstdd.h48 #define iswhite(c) ((c) == ' ' || (c) == '\t') macro
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Dvis.c124 #define iswhite(c) (c == ' ' || c == '\t' || c == '\n') macro
/freebsd-12-stable/usr.bin/ctags/
H A Dctags.h56 #define iswhite(arg) _wht[arg & 0xff] /* T if char is white */ macro
/freebsd-12-stable/contrib/lua/src/
H A Dlgc.h87 #define iswhite(x) testbits((x)->marked, WHITEBITS) macro
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c63 #define iswhite(ch) (ch == ' ' || ch == '\t') macro
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlgc.h99 #define iswhite(x) testbits((x)->gch.marked, WHITEBITS) macro
/freebsd-12-stable/sys/geom/vinum/
H A Dgeom_vinum_share.c54 #define iswhite(c) (((c) == ' ') || ((c) == '\t')) macro
60 #define iswhite isspace macro

Completed in 67 milliseconds