Searched refs:ISBLANK (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/include/
H A Dchartypes.h53 # define ISBLANK(c) (IN_CTYPE_DOMAIN (c) && isblank (c)) macro
55 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dcookie.c234 while(*lineptr && ISBLANK(*lineptr))
254 while(*endofn && ISBLANK(*endofn))
261 while(len && ISBLANK(what[len-1])) {
268 while(*whatptr && ISBLANK(*whatptr))
426 while(*ptr && ISBLANK(*ptr))
773 while(*lineptr && ISBLANK(*lineptr))
H A Dcurl_fnmatch.c379 found = ISBLANK(*s);
H A Dcurl_setup_once.h293 #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \ macro
/macosx-10.9.5/rsync-42/rsync/lib/
H A Dwildmatch.c34 # define ISBLANK(c) (ISASCII(c) && isblank(c)) macro
36 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
187 if (ISBLANK(t_ch))
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Dsafe-ctype.h95 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dargv.c182 while (ISBLANK (*input))
H A Dregex.c219 # define ISBLANK(c) (ISASCII (c) && isblank (c))
221 # define ISBLANK(c) ((c) == ' ' || (c) == '\t')
3294 || (is_blank && ISBLANK (ch))
218 # define ISBLANK macro
220 # define ISBLANK macro
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tty/
H A Dtty_update.c474 return (ISBLANK(CHDEREF(ch)) &&
721 if (ISBLANK(thisline[j]) && SAFE(turnon)) {
729 || !ISBLANK(thisline[j - k])
734 (ISBLANK(thisline[j - k])
775 && ISBLANK(lastline[n])
783 || !ISBLANK(lastline[n + k])
789 (ISBLANK(lastline[n + k])
1217 if (ISBLANK(newLine[n])
1233 if (!ISBLANK(newLine[n])
/macosx-10.9.5/text_cmds-87/sort/
H A Dsystem.h371 # define ISBLANK(c) (IN_CTYPE_DOMAIN (c) && isblank (c)) macro
373 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro
H A Dsort.c569 blanks[i] = !!ISBLANK (i);
571 nondictionary[i] = !ISALNUM (i) && !ISBLANK (i);
/macosx-10.9.5/bash-92/bash-3.2/lib/glob/
H A Dsmatch.c166 result = ISBLANK (c);
/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dlib_addch.c63 if (ISBLANK(ch)
/macosx-10.9.5/ncurses-42/ncurses/form/
H A Dfrm_driver.c368 while ((p < end) && ISBLANK(*p))
389 while ((p > buf) && ISBLANK(p[-1]))
410 while ((p < end) && !ISBLANK(*p))
431 while ((p > buf) && !ISBLANK(p[-1]))
2794 if (ISBLANK(*cp))
2807 if ((s != cp) && !ISBLANK(*s))
3059 while (ISBLANK(*bp))
/macosx-10.9.5/emacs-92/emacs/src/
H A Dregex.c326 # define ISBLANK(c) ((c) == ' ' || (c) == '\t')
392 # define ISBLANK(c) (ISASCII (c) && isblank (c))
394 # define ISBLANK(c) ((c) == ' ' || (c) == '\t')
2076 case RECC_BLANK: return ISBLANK (ch);
325 # define ISBLANK macro
391 # define ISBLANK macro
393 # define ISBLANK macro
/macosx-10.9.5/lsof-52/lsof/lib/
H A Dregex.c267 # define ISBLANK(c) (ISASCII (c) && isblank (c))
269 # define ISBLANK(c) ((c) == ' ' || (c) == '\t')
2511 || (is_blank && ISBLANK (ch))
266 # define ISBLANK macro
268 # define ISBLANK macro
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dregex.c226 # define ISBLANK(c) (IN_CTYPE_DOMAIN (c) && isblank (c))
228 # define ISBLANK(c) ((c) == ' ' || (c) == '\t')
3365 || (is_blank && ISBLANK (ch))
225 # define ISBLANK macro
227 # define ISBLANK macro

Completed in 668 milliseconds