Searched defs:whitespace (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/libreadline/
H A Dhistlib.h42 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) macro
H A Dchardefs.h43 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) macro
/freebsd-9.3-release/contrib/texinfo/info/
H A Dinfo.h51 # define whitespace(c) ((c == ' ') || (c == '\t')) macro
/freebsd-9.3-release/gnu/lib/libodialog/
H A Drc.h42 #define whitespace(c) (c == ' ' || c == '\t') macro
/freebsd-9.3-release/contrib/tcp_wrappers/
H A Dinetcf.c55 static char whitespace[] = " \t\r\n"; variable
[all...]
H A Doptions.c70 #define whitespace (whitespace_eq + 1) macro
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dmakeinfo.h252 #define whitespace macro
/freebsd-9.3-release/contrib/dialog/
H A Drc.c73 #define whitespace(c) (c == ' ' || c == TAB) macro
/freebsd-9.3-release/contrib/cvs/src/
H A Drcs.c184 #define whitespace(c) (spacetab[(unsigned char)c] != 0) macro
[all...]

Completed in 75 milliseconds