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

/openbsd-current/gnu/lib/libiberty/include/
H A Dsafe-ctype.h95 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/openbsd-current/gnu/lib/libiberty/src/
H A Dargv.c180 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
/openbsd-current/gnu/gcc/include/
H A Dsafe-ctype.h95 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dsafe-ctype.h95 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dsafe-ctype.h95 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/openbsd-current/lib/libcurses/tty/
H A Dtty_update.c556 return (ISBLANK(CHDEREF(ch)) &&
870 if (ISBLANK(thisline[j]) && SAFE(SP_PARM, turnon)) {
878 || !ISBLANK(thisline[j - k])
883 (ISBLANK(thisline[j - k])
926 && ISBLANK(lastline[n])
934 || !ISBLANK(lastline[n + k])
940 (ISBLANK(lastline[n + k])
1390 if (ISBLANK(newLine[n])
1408 if (!ISBLANK(newLine[n])
/openbsd-current/gnu/gcc/gcc/
H A Dpretty-print.c115 while (p != end && !ISBLANK (*p) && *p != '\n')
124 if (start != end && ISBLANK (*start))
/openbsd-current/lib/libcurses/widechar/
H A Dlib_add_wch.c70 if (ISBLANK(ch)
/openbsd-current/gnu/gcc/libcpp/
H A Dinternal.h466 #define is_hspace(x) ISBLANK(x)
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcpphash.h474 #define is_hspace(x) ISBLANK(x)
/openbsd-current/lib/libcurses/base/
H A Dlib_addch.c66 if (ISBLANK(ch)
/openbsd-current/lib/libform/
H A Dfrm_driver.c394 while ((p < end) && ISBLANK(*p))
415 while ((p > buf) && ISBLANK(p[-1]))
436 while ((p < end) && !ISBLANK(*p))
457 while ((p > buf) && !ISBLANK(p[-1]))
2910 if (ISBLANK(*cp))
2923 if ((s != cp) && !ISBLANK(*s))
3191 while (ISBLANK(*bp))
/openbsd-current/gnu/usr.bin/binutils/ld/
H A Ddeffilep.y996 if (ISBLANK (c) ) /* '@' followed by whitespace. */
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-m32c.c255 && (ISBLANK (s[0]) || s[0] == ','))
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/
H A Ddeffilep.y1006 if (ISBLANK (c) ) /* '@' followed by whitespace. */
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c216 #define ISBLANK(c) (ISASCII (c) && isblank (c))
218 #define ISBLANK(c) ((c) == ' ' || (c) == '\t')
2315 || (is_blank && ISBLANK (ch))
215 #define ISBLANK macro
217 #define ISBLANK macro
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c2242 || (is_blank && ISBLANK (ch))

Completed in 414 milliseconds