Home
last modified time | relevance | path

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

/freebsd/usr.bin/m4/
H A Dstdd.h45 #define iswhite(c) ((c) == ' ' || (c) == '\t') macro
/freebsd/usr.bin/ctags/
H A Dctags.h52 #define iswhite( global() macro
/freebsd/crypto/heimdal/lib/roken/
H A Dvis.c124 #define iswhite(c) (c == ' ' || c == '\t' || c == '\n') macro
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c64 #define iswhite(ch) (ch == ' ' || ch == '\t') macro
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlgc.h99 #define iswhite(x) testbits((x)->gch.marked, WHITEBITS) macro
/freebsd/contrib/lua/src/
H A Dlgc.h87 #define iswhite(x) testbits((x)->marked, WHITEBITS) macro