Searched refs:WORDCHAR_P (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c3685 #define WORDCHAR_P(d) \
3696 || WORDCHAR_P (d - 1) != WORDCHAR_P (d))
4999 test WORDCHAR_P (d - 1) != WORDCHAR_P (d) in the expansion of
5023 prevchar = WORDCHAR_P (d - 1);
5024 thischar = WORDCHAR_P (d);
5038 prevchar = WORDCHAR_P (d - 1);
5039 thischar = WORDCHAR_P (d);
5048 if (WORDCHAR_P (
3667 #define WORDCHAR_P macro
[all...]
/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c5316 # define WORDCHAR_P(d) \
5322 # define WORDCHAR_P(d) \
5334 || WORDCHAR_P (d - 1) != WORDCHAR_P (d))
7303 test WORDCHAR_P (d - 1) != WORDCHAR_P (d) in the expansion of
7327 prevchar = WORDCHAR_P (d - 1);
7328 thischar = WORDCHAR_P (d);
7342 prevchar = WORDCHAR_P (d - 1);
7343 thischar = WORDCHAR_P (
5300 # define WORDCHAR_P macro
5306 # define WORDCHAR_P macro
8185 # undef WORDCHAR_P macro
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dregex.c5318 # define WORDCHAR_P(d) \
5324 # define WORDCHAR_P(d) \
5336 || WORDCHAR_P (d - 1) != WORDCHAR_P (d))
7308 test WORDCHAR_P (d - 1) != WORDCHAR_P (d) in the expansion of
7332 prevchar = WORDCHAR_P (d - 1);
7333 thischar = WORDCHAR_P (d);
7347 prevchar = WORDCHAR_P (d - 1);
7348 thischar = WORDCHAR_P (
5302 # define WORDCHAR_P macro
5308 # define WORDCHAR_P macro
8187 # undef WORDCHAR_P macro
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dregex.c5319 # define WORDCHAR_P(d) \
5325 # define WORDCHAR_P(d) \
5337 || WORDCHAR_P (d - 1) != WORDCHAR_P (d))
7310 test WORDCHAR_P (d - 1) != WORDCHAR_P (d) in the expansion of
7334 prevchar = WORDCHAR_P (d - 1);
7335 thischar = WORDCHAR_P (d);
7349 prevchar = WORDCHAR_P (d - 1);
7350 thischar = WORDCHAR_P (
5303 # define WORDCHAR_P macro
5309 # define WORDCHAR_P macro
8191 # undef WORDCHAR_P macro
[all...]

Completed in 210 milliseconds