Searched defs:isblank (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/sudo-73/src/
H A Disblank.c23 #undef isblank macro
25 isblank(ch) function
H A Dmissing.h167 # define isblank(_x) ((_x) == ' ' || (_x) == '\t') macro
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DDisallowCType.h50 #undef isblank macro
67 #define isblank isblank_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dsyntax.h101 # define isblank(x) ((x) == ' ' || (x) == '\t') macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dargp-fmtstream.c39 #define isblank(ch) ((ch)==' ' || (ch)=='\t') macro
H A Dfnmatch.c89 # define isblank(c) ((c) == ' ' || (c) == '\t') macro
H A Dregex_internal.h52 # define isblank(ch) ((ch) == ' ' || (ch) == '\t') macro
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-misc.c257 isblank(int c) function
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/astsa/
H A Dstrmatch.c63 #define isblank(x) ((x)==' '||(x)=='\t') macro
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dctype.h289 isblank(int _c) function
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/include/
H A Dlexstates.h91 # undef isblank macro
92 # define isblank(x) iswblank(x) macro
96 # undef isblank macro
97 # define isblank(x) local_iswblank(x) macro
104 # define isblank(x) ((x)==' '||(x)=='\t') macro
/macosx-10.10.1/awk-20/src/
H A Db.c785 int (isblank)(int c) function
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/edit/
H A Dvi.c71 # undef isblank macro
72 # define isblank(v) _isblank(virtual[v]) macro
81 # undef isblank macro
82 # define isblank(v) isspace(virtual[v]) macro
[all...]
/macosx-10.10.1/nano-12/src/
H A Dnano.h117 #define isblank nisblank macro
/macosx-10.10.1/libxml2-26/libxml2/
H A Dtrio.c93 # define isblank(x) (((x)==32) || ((x)==9)) macro
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dtrio.c93 # define isblank(x) (((x)==32) || ((x)==9)) macro

Completed in 162 milliseconds