Home
last modified time | relevance | path

Searched defs:isblank (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/lib/libc/locale/
H A Disctype.c74 isblank(int c) in isblank() function
/dflybsd-src/contrib/dialog/
H A Ddlg_internals.h214 #define isblank(c) ((c) == ' ' || (c) == TAB) macro
/dflybsd-src/lib/libssh/openbsd-compat/
H A Dbsd-misc.c335 isblank(int c) in isblank() function
/dflybsd-src/include/
H A Dctype.h280 #define isblank(c) __sbistype((c), _CTYPE_B) macro
/dflybsd-src/contrib/gdb-7/gdb/gnulib/import/
H A Dfnmatch.c87 # define isblank(c) ((c) == ' ' || (c) == '\t') macro
/dflybsd-src/usr.bin/sort/
H A Dcoll.c265 bool isblank; in skip_fields_to_start() local
/dflybsd-src/contrib/grep/lib/
H A Dregex_internal.h77 # define isblank(ch) ((ch) == ' ' || (ch) == '\t') macro
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dregex_internal.h53 # define isblank(ch) ((ch) == ' ' || (ch) == '\t') macro