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

/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c3632 #define WORDCHAR_P(d) \
3643 || WORDCHAR_P (d - 1) != WORDCHAR_P (d))
4946 test WORDCHAR_P (d - 1) != WORDCHAR_P (d) in the expansion of
4970 prevchar = WORDCHAR_P (d - 1);
4971 thischar = WORDCHAR_P (d);
4985 prevchar = WORDCHAR_P (d - 1);
4986 thischar = WORDCHAR_P (d);
4995 if (WORDCHAR_P (
3614 #define WORDCHAR_P macro
[all...]
/openbsd-current/gnu/lib/libiberty/src/
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...]
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c4001 #define WORDCHAR_P(d) \
4012 test WORDCHAR_P (d - 1) != WORDCHAR_P (d) in the expansion of
4021 || WORDCHAR_P (d - 1) != WORDCHAR_P (d))
5689 if (!WORDCHAR_P (d))
5698 if (WORDCHAR_P (d))
3982 #define WORDCHAR_P macro

Completed in 134 milliseconds