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

/openbsd-current/usr.bin/m4/
H A Dstdd.h45 #define iswhite(c) ((c) == ' ' || (c) == '\t') macro
/openbsd-current/usr.bin/ctags/
H A Dctags.h47 #define iswhite(arg) (_wht[(unsigned)arg]) /* T if char is white */ macro
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dz8kgen.c38 #define iswhite(x) ((x) == ' ' || (x) == '\t') macro
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dz8kgen.c38 #define iswhite(x) ((x) == ' ' || (x) == '\t') macro
/openbsd-current/lib/libcurses/tinfo/
H A Dcomp_scan.c64 #define iswhite(ch) (ch == ' ' || ch == '\t') macro

Completed in 133 milliseconds