HomeSort by: relevance | last modified time | path
    Searched defs:ISBLANK (Results 1 - 20 of 20) sorted by relevancy

  /src/external/bsd/nvi/dist/common/
multibyte.h 8 * characters like ^K in the ASCII character set. The 4.4BSD isblank(3)
14 #define ISBLANK(c) ((c) == ' ' || (c) == '\t')
84 #define ISBLANK2 isblank
  /src/external/gpl2/gmake/dist/glob/
fnmatch.c 67 # ifdef isblank
68 # define ISBLANK(c) (ISASCII (c) && isblank (c))
70 # define ISBLANK(c) ((c) == ' ' || (c) == '\t')
367 || (STREQ (str, "blank") && ISBLANK ((unsigned char) *n))
  /src/external/gpl3/binutils/dist/gas/
read.h 58 #undef ISBLANK
  /src/external/gpl3/binutils.old/dist/gas/
read.h 58 #undef ISBLANK
  /src/external/gpl2/xcvs/dist/lib/
fnmatch.c 98 # ifdef isblank
99 # define ISBLANK(c) (ISASCII (c) && isblank (c))
101 # define ISBLANK(c) ((c) == ' ' || (c) == '\t')
  /src/external/gpl3/binutils/dist/include/
safe-ctype.h 91 #define ISBLANK(c) _sch_test(c, _sch_isblank)
  /src/external/gpl3/binutils.old/dist/include/
safe-ctype.h 91 #define ISBLANK(c) _sch_test(c, _sch_isblank)
  /src/external/gpl3/gcc/dist/include/
safe-ctype.h 91 #define ISBLANK(c) _sch_test(c, _sch_isblank)
  /src/external/gpl3/gcc.old/dist/include/
safe-ctype.h 91 #define ISBLANK(c) _sch_test(c, _sch_isblank)
  /src/external/gpl3/gdb/dist/include/
safe-ctype.h 91 #define ISBLANK(c) _sch_test(c, _sch_isblank)
  /src/external/gpl3/gdb.old/dist/include/
safe-ctype.h 91 #define ISBLANK(c) _sch_test(c, _sch_isblank)
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c 192 # ifdef isblank
193 # define ISBLANK(c) (IN_CTYPE_DOMAIN (c) && isblank (c))
195 # define ISBLANK(c) ((c) == ' ' || (c) == '\t')
3295 || (is_blank && ISBLANK (ch))
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 223 # ifdef isblank
224 # define ISBLANK(c) (ISASCII (c) && isblank (c))
226 # define ISBLANK(c) ((c) == ' ' || (c) == '\t')
3300 || (is_blank && ISBLANK (ch))
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 223 # ifdef isblank
224 # define ISBLANK(c) (ISASCII (c) && isblank (c))
226 # define ISBLANK(c) ((c) == ' ' || (c) == '\t')
3300 || (is_blank && ISBLANK (ch))
  /src/external/gpl3/gcc/dist/libiberty/
regex.c 223 # ifdef isblank
224 # define ISBLANK(c) (ISASCII (c) && isblank (c))
226 # define ISBLANK(c) ((c) == ' ' || (c) == '\t')
3300 || (is_blank && ISBLANK (ch))
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 223 # ifdef isblank
224 # define ISBLANK(c) (ISASCII (c) && isblank (c))
226 # define ISBLANK(c) ((c) == ' ' || (c) == '\t')
3300 || (is_blank && ISBLANK (ch))
  /src/external/gpl3/gdb/dist/libiberty/
regex.c 223 # ifdef isblank
224 # define ISBLANK(c) (ISASCII (c) && isblank (c))
226 # define ISBLANK(c) ((c) == ' ' || (c) == '\t')
3300 || (is_blank && ISBLANK (ch))
  /src/external/gpl3/gdb.old/dist/libiberty/
regex.c 223 # ifdef isblank
224 # define ISBLANK(c) (ISASCII (c) && isblank (c))
226 # define ISBLANK(c) ((c) == ' ' || (c) == '\t')
3300 || (is_blank && ISBLANK (ch))
  /src/external/gpl2/diffutils/dist/lib/
regex.c 227 # ifdef isblank
228 # define ISBLANK(c) (IN_CTYPE_DOMAIN (c) && isblank (c))
230 # define ISBLANK(c) ((c) == ' ' || (c) == '\t')
3367 || (is_blank && ISBLANK (ch))
  /src/external/gpl2/grep/dist/lib/
regex.c 239 #ifdef isblank
240 # define ISBLANK(c) (ISASCII (c) && isblank (c))
242 # define ISBLANK(c) ((c) == ' ' || (c) == '\t')
3288 || (is_blank && ISBLANK (ch))

Completed in 84 milliseconds