Searched refs:MOD_PAT (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2test.c | 421 MOD_PAT, /* Applies to a pattern */ enumerator 592 { "allow_empty_class", MOD_PAT, MOD_OPT, PCRE2_ALLOW_EMPTY_CLASS, PO(options) }, 595 { "alt_bsux", MOD_PAT, MOD_OPT, PCRE2_ALT_BSUX, PO(options) }, 596 { "alt_circumflex", MOD_PAT, MOD_OPT, PCRE2_ALT_CIRCUMFLEX, PO(options) }, 597 { "alt_verbnames", MOD_PAT, MOD_OPT, PCRE2_ALT_VERBNAMES, PO(options) }, 600 { "auto_callout", MOD_PAT, MOD_OPT, PCRE2_AUTO_CALLOUT, PO(options) }, 602 { "bincode", MOD_PAT, MOD_CTL, CTL_BINCODE, PO(control) }, 609 { "callout_info", MOD_PAT, MOD_CTL, CTL_CALLOUT_INFO, PO(control) }, 613 { "convert", MOD_PAT, MOD_CON, 0, PO(convert_type) }, 614 …{ "convert_glob_escape", MOD_PAT, MOD_CHR, 0, PO(convert_glob_esc… [all …]
|