• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:MOD_PAT

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) },
561 { "expand", MOD_PAT, MOD_CTL, CTL_EXPAND, PO(control) },
564 { "firstline", MOD_PAT, MOD_OPT, PCRE2_FIRSTLINE, PO(options) },
565 { "fullbincode", MOD_PAT, MOD_CTL, CTL_FULLBINCODE, PO(control) },
569 { "hex", MOD_PAT, MOD_CTL, CTL_HEXPAT, PO(control) },
570 { "info", MOD_PAT, MOD_CTL, CTL_INFO, PO(control) },
571 { "jit", MOD_PAT, MOD_IND, 7, PO(jit) },
572 { "jitfast", MOD_PAT, MOD_CTL, CTL_JITFAST, PO(control) },
574 { "jitverify", MOD_PAT, MOD_CTL, CTL_JITVERIFY, PO(control) },
575 { "locale", MOD_PAT, MOD_STR, LOCALESIZE, PO(locale) },
578 { "match_unset_backref", MOD_PAT, MOD_OPT, PCRE2_MATCH_UNSET_BACKREF, PO(options) },
582 { "never_backslash_c", MOD_PAT, MOD_OPT, PCRE2_NEVER_BACKSLASH_C, PO(options) },
583 { "never_ucp", MOD_PAT, MOD_OPT, PCRE2_NEVER_UCP, PO(options) },
584 { "never_utf", MOD_PAT, MOD_OPT, PCRE2_NEVER_UTF, PO(options) },
586 { "no_auto_capture", MOD_PAT, MOD_OPT, PCRE2_NO_AUTO_CAPTURE, PO(options) },
588 { "no_dotstar_anchor", MOD_PAT, MOD_OPT, PCRE2_NO_DOTSTAR_ANCHOR, PO(options) },
604 { "posix", MOD_PAT, MOD_CTL, CTL_POSIX, PO(control) },
605 { "posix_nosub", MOD_PAT, MOD_CTL, CTL_POSIX|CTL_POSIX_NOSUB, PO(control) },
607 { "push", MOD_PAT, MOD_CTL, CTL_PUSH, PO(control) },
608 { "pushcopy", MOD_PAT, MOD_CTL, CTL_PUSHCOPY, PO(control) },
610 …{ "regerror_buffsize", MOD_PAT, MOD_INT, 0, PO(regerror_buffsiz…
612 …{ "stackguard", MOD_PAT, MOD_INT, 0, PO(stackguard_test)…
619 { "tables", MOD_PAT, MOD_INT, 0, PO(tables_id) },
621 { "ungreedy", MOD_PAT, MOD_OPT, PCRE2_UNGREEDY, PO(options) },
622 { "use_offset_limit", MOD_PAT, MOD_OPT, PCRE2_USE_OFFSET_LIMIT, PO(options) },
3176 case MOD_PAT: /* Pattern modifier */ in check_modifier()