Home
last modified time | relevance | path

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

/openbsd/src/gnu/lib/libreadline/
Dhistlib.h54 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) macro
Dchardefs.h43 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) macro
/openbsd/src/gnu/usr.bin/texinfo/info/
Dinfo.h51 # define whitespace(c) ((c == ' ') || (c == '\t')) macro
/openbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dmakeinfo.h252 #define whitespace(c) ((c) == '\t' || (c) == ' ') macro
/openbsd/src/gnu/usr.bin/perl/cpan/MIME-Base64/
DBase64.xs441 char *whitespace = 0; variable
/openbsd/src/gnu/usr.bin/cvs/src/
Drcs.c152 #define whitespace(c) (spacetab[(unsigned char)c] != 0) macro