Home
last modified time | relevance | path

Searched defs:whitespace (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gdb-7/readline/
HDhistlib.h42 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) macro
HDchardefs.h42 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) macro
/dragonfly/contrib/tcp_wrappers/
HDinetcf.c50 static char whitespace[] = " \t\r\n"; variable
HDoptions.c66 #define whitespace (whitespace_eq + 1) macro
/dragonfly/contrib/cvs-1.12/src/
HDrcs.c167 #define whitespace(c) (spacetab[(unsigned char)c] != 0) macro