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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.h152 #define RE_NO_GNU_OPS (RE_NO_POSIX_BACKTRACKING << 1) macro
160 #define RE_DEBUG (RE_NO_GNU_OPS << 1)
189 | RE_UNMATCHED_RIGHT_PAREN_ORD | RE_NO_GNU_OPS)
198 | RE_INTERVALS | RE_NO_GNU_OPS)
H A Dregex.c4018 if (syntax & RE_NO_GNU_OPS)
4026 if (syntax & RE_NO_GNU_OPS)
4034 if (syntax & RE_NO_GNU_OPS)
4040 if (syntax & RE_NO_GNU_OPS)
4046 if (syntax & RE_NO_GNU_OPS)
4052 if (syntax & RE_NO_GNU_OPS)
4058 if (syntax & RE_NO_GNU_OPS)
4064 if (syntax & RE_NO_GNU_OPS)
H A Ddfa.c764 if (backslash && !(syntax_bits & RE_NO_GNU_OPS))
769 if (backslash && !(syntax_bits & RE_NO_GNU_OPS))
774 if (backslash && !(syntax_bits & RE_NO_GNU_OPS))
779 if (backslash && !(syntax_bits & RE_NO_GNU_OPS))
784 if (backslash && !(syntax_bits & RE_NO_GNU_OPS))
789 if (backslash && !(syntax_bits & RE_NO_GNU_OPS))
951 if (!backslash || (syntax_bits & RE_NO_GNU_OPS))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dregex-gnu.h153 #define RE_NO_GNU_OPS (RE_NO_POSIX_BACKTRACKING << 1) macro
161 #define RE_DEBUG (RE_NO_GNU_OPS << 1)
181 | RE_UNMATCHED_RIGHT_PAREN_ORD | RE_NO_GNU_OPS)
189 | RE_INTERVALS | RE_NO_GNU_OPS)
H A Dregex.c2809 if (syntax & RE_NO_GNU_OPS)
2817 if (syntax & RE_NO_GNU_OPS)
2825 if (syntax & RE_NO_GNU_OPS)
2831 if (syntax & RE_NO_GNU_OPS)
2837 if (syntax & RE_NO_GNU_OPS)
2843 if (syntax & RE_NO_GNU_OPS)
2849 if (syntax & RE_NO_GNU_OPS)
2855 if (syntax & RE_NO_GNU_OPS)

Completed in 203 milliseconds