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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.h140 #define RE_NO_EMPTY_RANGES (RE_NO_BK_VBAR << 1) macro
144 #define RE_UNMATCHED_RIGHT_PAREN_ORD (RE_NO_EMPTY_RANGES << 1)
187 | RE_NO_BK_VBAR | RE_NO_EMPTY_RANGES \
223 | RE_INTERVALS | RE_NO_EMPTY_RANGES)
H A Dregex.c4410 ret = ((syntax & RE_NO_EMPTY_RANGES)
4427 ret = ((syntax & RE_NO_EMPTY_RANGES)
4479 ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dregex-gnu.h141 #define RE_NO_EMPTY_RANGES (RE_NO_BK_VBAR << 1) macro
145 #define RE_UNMATCHED_RIGHT_PAREN_ORD (RE_NO_EMPTY_RANGES << 1)
179 | RE_NO_BK_VBAR | RE_NO_EMPTY_RANGES \
213 | RE_INTERVALS | RE_NO_EMPTY_RANGES)
H A Dregex.c3178 return syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR;

Completed in 123 milliseconds