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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex.c3757 #define WORDCHAR_P(d) \
3768 || WORDCHAR_P (d - 1) != WORDCHAR_P (d))
5071 test WORDCHAR_P (d - 1) != WORDCHAR_P (d) in the expansion of
5095 prevchar = WORDCHAR_P (d - 1);
5096 thischar = WORDCHAR_P (d);
5110 prevchar = WORDCHAR_P (d - 1);
5111 thischar = WORDCHAR_P (d);
5120 if (WORDCHAR_P (
3739 #define WORDCHAR_P macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c5320 # define WORDCHAR_P(d) \
5326 # define WORDCHAR_P(d) \
5338 || WORDCHAR_P (d - 1) != WORDCHAR_P (d))
7384 test WORDCHAR_P (d - 1) != WORDCHAR_P (d) in the expansion of
7412 prevchar = WORDCHAR_P (d - 1);
7413 thischar = WORDCHAR_P (d);
7429 prevchar = WORDCHAR_P (d - 1);
7430 thischar = WORDCHAR_P (
5304 # define WORDCHAR_P macro
5310 # define WORDCHAR_P macro
8281 # undef WORDCHAR_P macro
[all...]

Completed in 50 milliseconds