Home
last modified time | relevance | path

Searched refs:RE_NO_BK_CURLY_BRACES (Results 1 – 2 of 2) sorted by relevance

/dports/japanese/namazu/namazu-1.3.0.11/src/
H A Dregex.h91 #define RE_NO_BK_CURLY_BRACES (1L << 8) macro
92 #define RE_NO_BK_BRACES RE_NO_BK_CURLY_BRACES
160 #define RE_SYNTAX_POSIX_EXTENDED (RE_INTERVALS | RE_NO_BK_CURLY_BRACES \
/dports/textproc/bibtool/BibTool/regex-0.12/
H A DChangeLog1451 [RE_NO_BK_BRACES]: Changed RE_NO_BK_CURLY_BRACES to this.
2213 Now if the syntax bit RE_NO_BK_CURLY_BRACES is set, then a
2438 Changed RE_NO_BK_CURLY_BRACES to RE_NO_BK_PARENS when testing
2497 Don't use RE_NO_BK_CURLY_BRACES to test whether or not a validly
2506 RE_NO_BK_CURLY_BRACES being set, which would force a goto
2916 Allowed \{ to be interpreted as a literal if RE_NO_BK_CURLY_BRACES
2921 Made recursive intervals either illegal (if RE_NO_BK_CURLY_BRACES
2996 * regex.h: Added bits (RE_INTERVALS and RE_NO_BK_CURLY_BRACES)