Home
last modified time | relevance | path

Searched refs:PCRE_EXTRA (Results 1 – 11 of 11) sorted by relevance

/external/pcre/dist/
Dpcrecpp.h421 return PCRE_IS_SET(PCRE_EXTRA); in extra()
424 PCRE_SET_OR_CLEAR(x, PCRE_EXTRA); in set_extra()
Dpcregexp.pas112 PCRE_EXTRA = $0040;
146 PCRE_EXTRA + PCRE_MULTILINE + PCRE_NO_AUTO_CAPTURE +
Dpcre_internal.h1115 PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \
Dpcre.h.in133 #define PCRE_EXTRA 0x00000040 /* C1 */ macro
Dpcre.h.generic133 #define PCRE_EXTRA 0x00000040 /* C1 */
Dpcre_compile.c1439 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()
Dpcretest.c3844 case 'X': options |= PCRE_EXTRA; break; in main()
4240 ((get_options & PCRE_EXTRA) != 0)? " extra" : "", in main()
DChangeLog1627 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/
Dpcre.h133 #define PCRE_EXTRA 0x00000040 /* C1 */ macro
/external/pcre/dist/doc/
Dpcretest.txt328 /X set PCRE_EXTRA
377 /X PCRE_EXTRA
Dpcre.txt2202 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