• Home
  • Raw
  • Download

Lines Matching refs:MOD_PAT

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…
615 …{ "convert_glob_separator", MOD_PAT, MOD_CHR, 0, PO(convert_glob_sep…
616 …{ "convert_length", MOD_PAT, MOD_INT, 0, PO(convert_length) …
618 { "debug", MOD_PAT, MOD_CTL, CTL_DEBUG, PO(control) },
623 { "dollar_endonly", MOD_PAT, MOD_OPT, PCRE2_DOLLAR_ENDONLY, PO(options) },
627 { "expand", MOD_PAT, MOD_CTL, CTL_EXPAND, PO(control) },
631 { "firstline", MOD_PAT, MOD_OPT, PCRE2_FIRSTLINE, PO(options) },
632 { "framesize", MOD_PAT, MOD_CTL, CTL_FRAMESIZE, PO(control) },
633 { "fullbincode", MOD_PAT, MOD_CTL, CTL_FULLBINCODE, PO(control) },
638 { "hex", MOD_PAT, MOD_CTL, CTL_HEXPAT, PO(control) },
639 { "info", MOD_PAT, MOD_CTL, CTL_INFO, PO(control) },
640 { "jit", MOD_PAT, MOD_IND, 7, PO(jit) },
641 { "jitfast", MOD_PAT, MOD_CTL, CTL_JITFAST, PO(control) },
643 { "jitverify", MOD_PAT, MOD_CTL, CTL_JITVERIFY, PO(control) },
644 { "literal", MOD_PAT, MOD_OPT, PCRE2_LITERAL, PO(options) },
645 { "locale", MOD_PAT, MOD_STR, LOCALESIZE, PO(locale) },
649 { "match_unset_backref", MOD_PAT, MOD_OPT, PCRE2_MATCH_UNSET_BACKREF, PO(options) },
654 { "never_backslash_c", MOD_PAT, MOD_OPT, PCRE2_NEVER_BACKSLASH_C, PO(options) },
655 { "never_ucp", MOD_PAT, MOD_OPT, PCRE2_NEVER_UCP, PO(options) },
656 { "never_utf", MOD_PAT, MOD_OPT, PCRE2_NEVER_UTF, PO(options) },
658 { "no_auto_capture", MOD_PAT, MOD_OPT, PCRE2_NO_AUTO_CAPTURE, PO(options) },
660 { "no_dotstar_anchor", MOD_PAT, MOD_OPT, PCRE2_NO_DOTSTAR_ANCHOR, PO(options) },
676 { "posix", MOD_PAT, MOD_CTL, CTL_POSIX, PO(control) },
677 { "posix_nosub", MOD_PAT, MOD_CTL, CTL_POSIX|CTL_POSIX_NOSUB, PO(control) },
680 { "push", MOD_PAT, MOD_CTL, CTL_PUSH, PO(control) },
681 { "pushcopy", MOD_PAT, MOD_CTL, CTL_PUSHCOPY, PO(control) },
682 { "pushtablescopy", MOD_PAT, MOD_CTL, CTL_PUSHTABLESCOPY, PO(control) },
684 …{ "regerror_buffsize", MOD_PAT, MOD_INT, 0, PO(regerror_buffsiz…
686 …{ "stackguard", MOD_PAT, MOD_INT, 0, PO(stackguard_test)…
694 { "tables", MOD_PAT, MOD_INT, 0, PO(tables_id) },
696 { "ungreedy", MOD_PAT, MOD_OPT, PCRE2_UNGREEDY, PO(options) },
697 { "use_length", MOD_PAT, MOD_CTL, CTL_USE_LENGTH, PO(control) },
698 { "use_offset_limit", MOD_PAT, MOD_OPT, PCRE2_USE_OFFSET_LIMIT, PO(options) },
700 { "utf8_input", MOD_PAT, MOD_CTL, CTL_UTF8_INPUT, PO(control) },
3523 case MOD_PAT: /* Pattern modifier */ in check_modifier()
8027 case MOD_PAT: /* Pattern */ in display_selected_modifiers()