Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/acorn32/stand/lib/
H A Dsrt1.c44 static int whitespace(char c) { in whitespace() function
/netbsd-src/sys/arch/i386/stand/dosboot/
H A Ddoscommain.c48 whitespace(char c) in whitespace() function
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/
H A Dhistlib.h42 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) macro
H A Dchardefs.h42 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) macro
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dhistlib.h42 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) macro
H A Dchardefs.h42 #define whitespace(c) (((c) == ' ') || ((c) == '\t')) macro
/netbsd-src/usr.sbin/tcpdchk/
H A Dinetcf.c76 static char whitespace[] = " \t\r\n"; variable
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dinfo.h53 # define whitespace(c) ((c == ' ') || (c == '\t')) macro
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dmakeinfo.h258 #define whitespace(c) ((c) == '\t' || (c) == ' ') macro
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dascii.d79 immutable whitespace = " \t\v\r\n\f"; /// ASCII _whitespace variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dascii.d72 immutable whitespace = " \t\v\r\n\f"; /// ASCII _whitespace variable
/netbsd-src/lib/libwrap/
H A Doptions.c72 #define whitespace (whitespace_eq + 1) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtokens.d249 whitespace, enumerator
H A Dtokens.h258 whitespace, enumerator
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Drcs.c169 #define whitespace(c) (spacetab[(unsigned char)c] != 0) macro