Searched refs:MOD_PAT (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2test.c | 383 MOD_PAT, /* Applies to a pattern */ enumerator 537 { "allow_empty_class", MOD_PAT, MOD_OPT, PCRE2_ALLOW_EMPTY_CLASS, PO(options) }, 539 { "alt_bsux", MOD_PAT, MOD_OPT, PCRE2_ALT_BSUX, PO(options) }, 540 { "alt_circumflex", MOD_PAT, MOD_OPT, PCRE2_ALT_CIRCUMFLEX, PO(options) }, 541 { "alt_verbnames", MOD_PAT, MOD_OPT, PCRE2_ALT_VERBNAMES, PO(options) }, 544 { "auto_callout", MOD_PAT, MOD_OPT, PCRE2_AUTO_CALLOUT, PO(options) }, 545 { "bincode", MOD_PAT, MOD_CTL, CTL_BINCODE, PO(control) }, 550 { "callout_info", MOD_PAT, MOD_CTL, CTL_CALLOUT_INFO, PO(control) }, 554 { "debug", MOD_PAT, MOD_CTL, CTL_DEBUG, PO(control) }, 558 { "dollar_endonly", MOD_PAT, MOD_OPT, PCRE2_DOLLAR_ENDONLY, PO(options) }, [all …]
|