Searched refs:isblank (Results 1 - 25 of 66) sorted by relevance

123

/macosx-10.10/sudo-73/src/
H A Disblank.c23 #undef isblank macro
25 isblank(ch) function
H A Dfileops.c173 for (cp = buf; isblank((unsigned char)*cp); cp++)
H A Dmissing.h163 * Simple isblank() macro and function for systems without it.
166 int isblank __P((int));
167 # define isblank(_x) ((_x) == ' ' || (_x) == '\t') macro
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dcharclass.h18 { "blank", isblank },
H A Dbsd-misc.h106 int isblank(int);
H A Dbsd-misc.c257 isblank(int c) function
/macosx-10.10/sudo-73/src/emul/
H A Dcharclass.h26 { "blank", isblank },
/macosx-10.10/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
103 #ifndef isblank
104 # define isblank(x) ((x)==' '||(x)=='\t') macro
/macosx-10.10/BerkeleyDB-21/db/test/scr018/
H A Dt.c22 do { ch = getchar(); } while (isblank(ch));
26 do { ch = getchar(); } while (isblank(ch));
/macosx-10.10/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/bash-94.1.2/bash-3.2/
H A Dsyntax.h100 #if !defined (HAVE_ISBLANK) && !defined (isblank)
101 # define isblank(x) ((x) == ' ' || (x) == '\t') macro
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dargp-fmtstream.c38 #ifndef isblank
39 #define isblank(ch) ((ch)==' ' || (ch)=='\t') macro
232 while (p >= buf && !isblank (*p))
242 while (p >= buf && isblank (*p));
254 while (p < nl && !isblank (*p));
267 while (isblank (*p));
H A Dfnmatch.c88 # if ! (defined isblank || HAVE_DECL_ISBLANK)
89 # define isblank(c) ((c) == ' ' || (c) == '\t') macro
/macosx-10.10/bash-94.1.2/bash-3.2/include/
H A Dchartypes.h52 #if defined (isblank) || defined (HAVE_ISBLANK)
53 # define ISBLANK(c) (IN_CTYPE_DOMAIN (c) && isblank (c))
/macosx-10.10/text_cmds-88/expand/
H A Dexpand.c189 if (*cp != ',' && !isblank((unsigned char)*cp))
/macosx-10.10/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
668 if( !isblank(tcur_virt) && isblank(tcur_virt-1)
678 while( isblank(tcur_virt) && tcur_virt>=first_virt )
682 while( !isblank(tcur_virt) && tcur_virt>=first_virt )
691 while( !isalph(tcur_virt) && !isblank(tcur_virt)
1213 while( end>begin && isblank(en
[all...]
/macosx-10.10/nano-12/src/
H A Drcfile.c135 while (!isblank(*ptr) && *ptr != '\0')
144 while (isblank(*ptr))
181 while (isblank(*ptr))
194 while ((*ptr != '"' || (!isblank(*(ptr + 1)) &&
209 while (isblank(*ptr))
628 while (isblank(*ptr))
/macosx-10.10/ksh-23/ksh/src/lib/libast/astsa/
H A Dstrmatch.c62 #ifndef isblank
63 #define isblank(x) ((x)==' '||(x)=='\t') macro
67 #define isgraph(x) (isprint(x)&&!isblank(x))
390 if (isblank(sc))
/macosx-10.10/screen-22/screen/
H A Dinput.c346 InpRedisplayLine(y, xs, xe, isblank)
347 int y, xs, xe, isblank;
355 LAY_CALL_UP(LayRedisplayLine(y, xs, xe, isblank));
385 if (!isblank && v > 0 && q < r)
H A Dlayer.c571 LCDisplayLine(l, ml, y, xs, xe, isblank)
575 int isblank;
583 BCDisplayLine(l, ml, y, xs, xe, isblank);
608 DisplayLine(isblank ? &mline_blank : &mline_null, mloff(RECODE_MLINE(ml), -vp->v_xoff), y2, xs2, xe2);
614 LCDisplayLineWrap(l, ml, y, from, to, isblank)
618 int isblank;
632 LCDisplayLine(l, ml, y, from, to, isblank);
867 LRefreshAll(l, isblank)
869 int isblank;
874 debug1("LRefreshAll isblank
[all...]
/macosx-10.10/Libc-1044.1.2/include/
H A Dctype.h289 isblank(int _c) function
418 int isblank(int);
/macosx-10.10/text_cmds-88/unexpand/
H A Dunexpand.c227 if (*cp != ',' && !isblank((unsigned char)*cp))
/macosx-10.10/libxml2-26/libxml2/
H A Dtrio.c93 # define isblank(x) (((x)==32) || ((x)==9)) macro
167 # define iswblank(x) isblank(x)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dtrio.c93 # define isblank(x) (((x)==32) || ((x)==9)) macro
167 # define iswblank(x) isblank(x)
/macosx-10.10/rsync-45/rsync/lib/
H A Dwildmatch.c33 #ifdef isblank
34 # define ISBLANK(c) (ISASCII(c) && isblank(c))

Completed in 341 milliseconds

123