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

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr61346.c40 _Bool is_space (int32_t) __attribute__ ((noinline));
42 is_space (int32_t r) function
75 if (!is_space (r))
117 if (is_space (r))
/haiku-buildtools/legacy/gcc/gcc/
H A Dcexp.y73 extern unsigned char is_idstart[], is_idchar[], is_space[];
801 if (is_space[tokstart[namelen]])
1103 unsigned char is_space[256];
1132 ++is_space[' '];
1133 ++is_space['\t'];
1134 ++is_space['\v'];
1135 ++is_space['\f'];
1136 ++is_space['\n'];
1137 ++is_space['\r'];
H A Dcexp.c69 extern unsigned char is_idstart[], is_idchar[], is_space[];
1719 if (is_space[tokstart[namelen]])
2021 unsigned char is_space[256];
2050 ++is_space[' '];
2051 ++is_space['\t'];
2052 ++is_space['\v'];
2053 ++is_space['\f'];
2054 ++is_space['\n'];
2055 ++is_space['\r'];
2015 unsigned char is_space[256]; variable
H A Dcpphash.c301 while (p < limit && is_space[limit[-1]])
1130 while (bp != lim && is_space[*bp])
1216 if (is_space[c])
1322 while (totlen > count_before && is_space[xbuf[totlen - 1]])
1326 while (totlen > count_before && !is_space[xbuf[totlen - 1]])
1342 while (p1 != l1 && is_space[*p1])
1353 if (is_space[l1[-1]])
1610 while (beg1 != end1 && is_space[*beg1])
1612 while (beg2 != end2 && is_space[*beg2])
1617 while (beg1 != end1 && is_space[end
[all...]
H A Dcccp.c838 U_CHAR is_space[256]; variable
841 #define SKIP_ALL_WHITE_SPACE(p) do { while (is_space[*p]) p++; } while (0)
3164 if (is_space[*ibp]) {
3366 else if (is_space[*ibp]) {
4965 if (! is_space[ch])
4968 while ((ch = getc (f)) != EOF && ! is_space[ch])
5033 if (is_space[ch])
6073 while (beg1 != end1 && is_space[*beg1]) beg1++;
6074 while (beg2 != end2 && is_space[*beg2]) beg2++;
6077 while (beg1 != end1 && is_space[end
[all...]
H A Dcppfiles.c436 if (! is_space[ch])
439 while ((ch = getc (f)) != EOF && ! is_space[ch])
502 if (is_space[ch])
H A Dcpplib.h668 extern FAKE_CONST unsigned char is_space[256];
H A Dcppinit.c269 U_CHAR is_space[256] = variable
305 U_CHAR is_space[256] = { 0 }; variable
371 is_space[' '] = 1;
372 is_space['\t'] = 1;
373 is_space['\v'] = 1;
374 is_space['\f'] = 1;
375 is_space['\n'] = 1;
H A Dcpplib.c29 #define SKIP_ALL_WHITE_SPACE(p) do { while (is_space[*p]) p++; } while (0)
/haiku-buildtools/gcc/gmp/
H A Dansi2knr.c211 #define is_space(c) (is_ascii(c) && isspace(c)) macro
419 while ( is_space(*p) )
/haiku-buildtools/gcc/libcpp/
H A Dtraditional.c1030 while (arglen > 0 && is_space (*in))
1218 while (limit > cur && is_space (limit[-1]))
1238 if (is_space (*src) && !quote)
1242 while (len && is_space (*src));
H A Dinternal.h589 #define is_space(x) IS_SPACE_OR_NUL(x) macro
H A Dfiles.c1563 if (! is_space (ch))
1566 while ((ch = getc (f)) != EOF && ! is_space (ch))
1610 if (is_space (ch))
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dcom.c15984 static U_CHAR is_space[256];
15987 #define SKIP_ALL_WHITE_SPACE(p) do { while (is_space[*p]) p++; } while (0)
16189 if (! is_space[ch])
16192 while ((ch = getc (f)) != EOF && ! is_space[ch])
16260 if (is_space[ch])
16345 is_space[' '] = 1;
16346 is_space['\t'] = 1;
16347 is_space['\v'] = 1;
16348 is_space['\f'] = 1;
16349 is_space['\
15980 static U_CHAR is_space[256]; variable
[all...]
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c2276 boolean is_space = STREQ (str, "space");
2304 || (is_space && ISSPACE (ch))
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c3275 boolean is_space = STREQ (str, "space");
3303 || (is_space && ISSPACE (ch))
/haiku-buildtools/gcc/libiberty/
H A Dregex.c3277 boolean is_space = STREQ (str, "space");
3305 || (is_space && ISSPACE (ch))
/haiku-buildtools/binutils/libiberty/
H A Dregex.c3278 boolean is_space = STREQ (str, "space");
3306 || (is_space && ISSPACE (ch))

Completed in 471 milliseconds