Searched refs:RE_LIMITED_OPS (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.h113 #define RE_LIMITED_OPS (RE_INTERVALS << 1) macro
117 #define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1)
229 RE_LIMITED_OPS, i.e., \? \+ \| are not recognized. Actually, this
232 (_RE_SYNTAX_POSIX_COMMON | RE_LIMITED_OPS)
H A Dregex.c2510 || (syntax & RE_LIMITED_OPS))
3786 if (syntax & RE_LIMITED_OPS || syntax & RE_NO_BK_VBAR)
3789 if (syntax & RE_LIMITED_OPS)
H A Ddfa.c794 if (syntax_bits & RE_LIMITED_OPS)
810 if (syntax_bits & RE_LIMITED_OPS)
897 if (syntax_bits & RE_LIMITED_OPS)
905 if (syntax_bits & RE_LIMITED_OPS
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex-gnu.h114 #define RE_LIMITED_OPS (RE_INTERVALS << 1) macro
118 #define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1)
219 RE_LIMITED_OPS, i.e., \? \+ \| are not recognized. Actually, this
222 (_RE_SYNTAX_POSIX_COMMON | RE_LIMITED_OPS)
H A Dregex.c2049 || (syntax & RE_LIMITED_OPS))
2574 if (syntax & RE_LIMITED_OPS || syntax & RE_NO_BK_VBAR)
2577 if (syntax & RE_LIMITED_OPS)

Completed in 198 milliseconds