Searched refs:PCRE_EXTRA (Results 1 – 11 of 11) sorted by relevance
/external/pcre/dist/ |
D | pcrecpp.h | 421 return PCRE_IS_SET(PCRE_EXTRA); in extra() 424 PCRE_SET_OR_CLEAR(x, PCRE_EXTRA); in set_extra()
|
D | pcregexp.pas | 112 PCRE_EXTRA = $0040; 146 PCRE_EXTRA + PCRE_MULTILINE + PCRE_NO_AUTO_CAPTURE +
|
D | pcre_internal.h | 1115 PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \
|
D | pcre.h.in | 133 #define PCRE_EXTRA 0x00000040 /* C1 */ macro
|
D | pcre.h.generic | 133 #define PCRE_EXTRA 0x00000040 /* C1 */
|
D | pcre_compile.c | 1439 if ((options & PCRE_EXTRA) != 0) switch(c) in check_escape() 5166 if ((options & PCRE_EXTRA) != 0) in compile_branch() 7385 case CHAR_X: *optset |= PCRE_EXTRA; break; in compile_branch()
|
D | pcretest.c | 3844 case 'X': options |= PCRE_EXTRA; break; in main() 4240 ((get_options & PCRE_EXTRA) != 0)? " extra" : "", in main()
|
D | ChangeLog | 1627 faulted if PCRE_EXTRA is set. This mimics Perl's behaviour (the -w option 1632 that it faults them when PCRE_EXTRA is set. 5221 1. Since the (>?) facility is in Perl 5.005, don't require PCRE_EXTRA to enable 5278 2. Add (?U) and (?X) to set PCRE_UNGREEDY and PCRE_EXTRA respectively. The 5361 from gcc -Wall, and avoided calling it at all unless PCRE_EXTRA is used. 5394 as /((?>a*))*/ (a PCRE_EXTRA facility). 5413 2. Added, conditional on PCRE_EXTRA, the proposed (?>REGEX) construction. 5426 1. Added the \X "cut" facility, conditional on PCRE_EXTRA. 5474 unless PCRE_EXTRA is set. Currently this just reserves the remaining
|
/external/pcre/ |
D | pcre.h | 133 #define PCRE_EXTRA 0x00000040 /* C1 */ macro
|
/external/pcre/dist/doc/ |
D | pcretest.txt | 328 /X set PCRE_EXTRA 377 /X PCRE_EXTRA
|
D | pcre.txt | 2202 PCRE_EXTRA 4671 (c) If PCRE_EXTRA is set, a backslash followed by a letter with no spe- 5120 default, but cause an error if the PCRE_EXTRA option is set. Outside a 5298 default, but causes an error if PCRE_EXTRA is set. 5558 PCRE_EXTRA option is set, an "invalid escape sequence" error is gener- 5819 an error if the PCRE_EXTRA option is set. 5974 The PCRE-specific options PCRE_DUPNAMES, PCRE_UNGREEDY, and PCRE_EXTRA 9925 PCRE_EXTRA strict escape parsing N/A
|