Home
last modified time | relevance | path

Searched refs:re_flags (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/regex2dfa/
H A Dregex2dfa.cc15 re2::Regexp::ParseFlags re_flags; in AttFstFromRegex() local
16 re_flags = re2::Regexp::MatchNL; in AttFstFromRegex()
17 re_flags = re_flags | re2::Regexp::OneLine; in AttFstFromRegex()
18 re_flags = re_flags | re2::Regexp::PerlClasses; in AttFstFromRegex()
19 re_flags = re_flags | re2::Regexp::PerlB; in AttFstFromRegex()
20 re_flags = re_flags | re2::Regexp::PerlX; in AttFstFromRegex()
21 re_flags = re_flags | re2::Regexp::Latin1; in AttFstFromRegex()
31 re2::Regexp* re = re2::Regexp::Parse( regex, re_flags, &status ); in AttFstFromRegex()
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/regex2dfa/
H A Dregex2dfa.cc15 re2::Regexp::ParseFlags re_flags; in AttFstFromRegex() local
16 re_flags = re2::Regexp::MatchNL; in AttFstFromRegex()
17 re_flags = re_flags | re2::Regexp::OneLine; in AttFstFromRegex()
18 re_flags = re_flags | re2::Regexp::PerlClasses; in AttFstFromRegex()
19 re_flags = re_flags | re2::Regexp::PerlB; in AttFstFromRegex()
20 re_flags = re_flags | re2::Regexp::PerlX; in AttFstFromRegex()
21 re_flags = re_flags | re2::Regexp::Latin1; in AttFstFromRegex()
31 re2::Regexp* re = re2::Regexp::Parse( regex, re_flags, &status ); in AttFstFromRegex()
/dports/textproc/regex2dfa/regex2dfa-0.1.6/src/
H A Dregex2dfa.cc17 re2::Regexp::ParseFlags re_flags; in AttFstFromRegex() local
18 re_flags = re2::Regexp::MatchNL; in AttFstFromRegex()
19 re_flags = re_flags | re2::Regexp::OneLine; in AttFstFromRegex()
20 re_flags = re_flags | re2::Regexp::PerlClasses; in AttFstFromRegex()
21 re_flags = re_flags | re2::Regexp::PerlB; in AttFstFromRegex()
22 re_flags = re_flags | re2::Regexp::PerlX; in AttFstFromRegex()
23 re_flags = re_flags | re2::Regexp::Latin1; in AttFstFromRegex()
33 re2::Regexp* re = re2::Regexp::Parse( regex, re_flags, &status ); in AttFstFromRegex()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_bi_regexp.c122 duk_small_int_t re_flags; in duk_bi_regexp_prototype_to_string() local
158 re_flags = (duk_small_int_t) DUK_HSTRING_GET_DATA(h_bc)[0]; in duk_bi_regexp_prototype_to_string()
169 (re_flags & DUK_RE_FLAG_GLOBAL) ? "g" : "", in duk_bi_regexp_prototype_to_string()
170 (re_flags & DUK_RE_FLAG_IGNORE_CASE) ? "i" : "", in duk_bi_regexp_prototype_to_string()
171 (re_flags & DUK_RE_FLAG_MULTILINE) ? "m" : ""); in duk_bi_regexp_prototype_to_string()
177 re_flags &= 0x07; in duk_bi_regexp_prototype_to_string()
178 DUK_ASSERT(re_flags >= 0 && re_flags <= 7); /* three flags */ in duk_bi_regexp_prototype_to_string()
181 (const char *) (flag_strings + flag_offsets[re_flags])); in duk_bi_regexp_prototype_to_string()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_bi_regexp.c122 duk_small_int_t re_flags; in duk_bi_regexp_prototype_to_string() local
158 re_flags = (duk_small_int_t) DUK_HSTRING_GET_DATA(h_bc)[0]; in duk_bi_regexp_prototype_to_string()
169 (re_flags & DUK_RE_FLAG_GLOBAL) ? "g" : "", in duk_bi_regexp_prototype_to_string()
170 (re_flags & DUK_RE_FLAG_IGNORE_CASE) ? "i" : "", in duk_bi_regexp_prototype_to_string()
171 (re_flags & DUK_RE_FLAG_MULTILINE) ? "m" : ""); in duk_bi_regexp_prototype_to_string()
177 re_flags &= 0x07; in duk_bi_regexp_prototype_to_string()
178 DUK_ASSERT(re_flags >= 0 && re_flags <= 7); /* three flags */ in duk_bi_regexp_prototype_to_string()
181 (const char *) (flag_strings + flag_offsets[re_flags])); in duk_bi_regexp_prototype_to_string()
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/
H A Dsearch.c139 int re_flags; member
154 if (current_search.re_flags) { in free_regex()
156 current_search.re_flags = 0; in free_regex()
172 int re_flags = REG_NEWLINE; in update_regex() local
178 re_flags |= REG_ICASE; in update_regex()
182 re_flags |= REG_ICASE; in update_regex()
187 if (re_flags == current_search.re_flags) { in update_regex()
193 current_search.re_flags = re_flags; in update_regex()
197 current_search.re_flags in update_regex()
410 int re_flags = REG_NEWLINE; in reg_replace() local
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/misc/
H A Dglob.c61 int re_flags; \
494 gp->re_flags = regstat(prei)->re_flags & ~REG_ICASE; in glob_dir()
509 gp->re_flags = regstat(prec)->re_flags; in glob_dir()
585 int re_flags; in glob() local
659 gp->re_flags |= REG_ICASE; in glob()
661 gp->re_flags |= REG_SHELL_DOT; in glob()
728 gp->re_flags |= REG_ICASE; in glob()
730 gp->re_flags &= ~REG_ICASE; in glob()
755 re_flags = gp->re_flags; in glob()
760 glob_dir(gp, ap, re_flags); in glob()
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libast/misc/
H A Dglob.c61 int re_flags; \
494 gp->re_flags = regstat(prei)->re_flags & ~REG_ICASE; in glob_dir()
509 gp->re_flags = regstat(prec)->re_flags; in glob_dir()
585 int re_flags; in glob() local
659 gp->re_flags |= REG_ICASE; in glob()
661 gp->re_flags |= REG_SHELL_DOT; in glob()
728 gp->re_flags |= REG_ICASE; in glob()
730 gp->re_flags &= ~REG_ICASE; in glob()
755 re_flags = gp->re_flags; in glob()
760 glob_dir(gp, ap, re_flags); in glob()
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/misc/
H A Dglob.c61 int re_flags; \
494 gp->re_flags = regstat(prei)->re_flags & ~REG_ICASE; in glob_dir()
509 gp->re_flags = regstat(prec)->re_flags; in glob_dir()
585 int re_flags; in glob() local
659 gp->re_flags |= REG_ICASE; in glob()
661 gp->re_flags |= REG_SHELL_DOT; in glob()
728 gp->re_flags |= REG_ICASE; in glob()
730 gp->re_flags &= ~REG_ICASE; in glob()
755 re_flags = gp->re_flags; in glob()
760 glob_dir(gp, ap, re_flags); in glob()
[all …]
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/misc/
H A Dglob.c403 gp->re_flags = regstat(prei)->re_flags & ~REG_ICASE; in glob_dir()
409 err = regcomp(&rec, pat, gp->re_flags); in glob_dir()
414 gp->re_flags = regstat(prec)->re_flags; in glob_dir()
480 int re_flags; in ast_glob() local
538 if (flags & GLOB_ICASE) gp->re_flags |= REG_ICASE; in ast_glob()
540 gp->re_flags |= REG_SHELL_DOT; in ast_glob()
605 gp->re_flags |= REG_ICASE; in ast_glob()
607 gp->re_flags &= ~REG_ICASE; in ast_glob()
632 re_flags = gp->re_flags; in ast_glob()
636 glob_dir(gp, ap, re_flags); in ast_glob()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/test/modules/test_regex/
H A Dtest_regex.c40 test_re_flags re_flags; /* flags */ member
91 test_re_flags re_flags; in test_regex() local
99 parse_test_flags(&re_flags, flags); in test_regex()
106 &re_flags, in test_regex()
446 regex_t *cpattern, test_re_flags *re_flags, in setup_test_matches() argument
464 matchctx->re_flags = *re_flags; in setup_test_matches()
496 array_len = re_flags->glob ? 255 : 31; in setup_test_matches()
507 re_flags->eflags)) in setup_test_matches()
536 if (!re_flags->glob) in setup_test_matches()
556 if (matchctx->nmatches == 0 && re_flags->partial && re_flags->indices) in setup_test_matches()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/test/modules/test_regex/
H A Dtest_regex.c40 test_re_flags re_flags; /* flags */ member
91 test_re_flags re_flags; in test_regex() local
99 parse_test_flags(&re_flags, flags); in test_regex()
106 &re_flags, in test_regex()
446 regex_t *cpattern, test_re_flags *re_flags, in setup_test_matches() argument
464 matchctx->re_flags = *re_flags; in setup_test_matches()
496 array_len = re_flags->glob ? 255 : 31; in setup_test_matches()
507 re_flags->eflags)) in setup_test_matches()
536 if (!re_flags->glob) in setup_test_matches()
556 if (matchctx->nmatches == 0 && re_flags->partial && re_flags->indices) in setup_test_matches()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/test/modules/test_regex/
H A Dtest_regex.c40 test_re_flags re_flags; /* flags */ member
91 test_re_flags re_flags; in test_regex() local
99 parse_test_flags(&re_flags, flags); in test_regex()
106 &re_flags, in test_regex()
446 regex_t *cpattern, test_re_flags *re_flags, in setup_test_matches() argument
464 matchctx->re_flags = *re_flags; in setup_test_matches()
496 array_len = re_flags->glob ? 255 : 31; in setup_test_matches()
507 re_flags->eflags)) in setup_test_matches()
536 if (!re_flags->glob) in setup_test_matches()
556 if (matchctx->nmatches == 0 && re_flags->partial && re_flags->indices) in setup_test_matches()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/test/modules/test_regex/
H A Dtest_regex.c40 test_re_flags re_flags; /* flags */ member
91 test_re_flags re_flags; in test_regex() local
99 parse_test_flags(&re_flags, flags); in test_regex()
106 &re_flags, in test_regex()
446 regex_t *cpattern, test_re_flags *re_flags, in setup_test_matches() argument
464 matchctx->re_flags = *re_flags; in setup_test_matches()
496 array_len = re_flags->glob ? 255 : 31; in setup_test_matches()
507 re_flags->eflags)) in setup_test_matches()
536 if (!re_flags->glob) in setup_test_matches()
556 if (matchctx->nmatches == 0 && re_flags->partial && re_flags->indices) in setup_test_matches()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/test/modules/test_regex/
H A Dtest_regex.c40 test_re_flags re_flags; /* flags */ member
91 test_re_flags re_flags; in test_regex() local
99 parse_test_flags(&re_flags, flags); in test_regex()
106 &re_flags, in test_regex()
446 regex_t *cpattern, test_re_flags *re_flags, in setup_test_matches() argument
464 matchctx->re_flags = *re_flags; in setup_test_matches()
496 array_len = re_flags->glob ? 255 : 31; in setup_test_matches()
507 re_flags->eflags)) in setup_test_matches()
536 if (!re_flags->glob) in setup_test_matches()
556 if (matchctx->nmatches == 0 && re_flags->partial && re_flags->indices) in setup_test_matches()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/test/modules/test_regex/
H A Dtest_regex.c40 test_re_flags re_flags; /* flags */ member
91 test_re_flags re_flags; in test_regex() local
99 parse_test_flags(&re_flags, flags); in test_regex()
106 &re_flags, in test_regex()
446 regex_t *cpattern, test_re_flags *re_flags, in setup_test_matches() argument
464 matchctx->re_flags = *re_flags; in setup_test_matches()
496 array_len = re_flags->glob ? 255 : 31; in setup_test_matches()
507 re_flags->eflags)) in setup_test_matches()
536 if (!re_flags->glob) in setup_test_matches()
556 if (matchctx->nmatches == 0 && re_flags->partial && re_flags->indices) in setup_test_matches()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/test/modules/test_regex/
H A Dtest_regex.c40 test_re_flags re_flags; /* flags */ member
91 test_re_flags re_flags; in test_regex() local
99 parse_test_flags(&re_flags, flags); in test_regex()
106 &re_flags, in test_regex()
446 regex_t *cpattern, test_re_flags *re_flags, in setup_test_matches() argument
464 matchctx->re_flags = *re_flags; in setup_test_matches()
496 array_len = re_flags->glob ? 255 : 31; in setup_test_matches()
507 re_flags->eflags)) in setup_test_matches()
536 if (!re_flags->glob) in setup_test_matches()
556 if (matchctx->nmatches == 0 && re_flags->partial && re_flags->indices) in setup_test_matches()
[all …]
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_bi_regexp.c161 duk_small_uint_t re_flags; in duk_bi_regexp_prototype_shared_getter() local
175re_flags = (duk_small_uint_t) DUK_HSTRING_GET_DATA(h_bc)[0]; /* Safe even if h_bc length is 0 (= … in duk_bi_regexp_prototype_shared_getter()
187 re_flags = 0; in duk_bi_regexp_prototype_shared_getter()
196 duk_push_boolean(thr, (re_flags & DUK_RE_FLAG_GLOBAL)); in duk_bi_regexp_prototype_shared_getter()
200 duk_push_boolean(thr, (re_flags & DUK_RE_FLAG_IGNORE_CASE)); in duk_bi_regexp_prototype_shared_getter()
204 duk_push_boolean(thr, (re_flags & DUK_RE_FLAG_MULTILINE)); in duk_bi_regexp_prototype_shared_getter()
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_bi_regexp.c161 duk_small_uint_t re_flags; in duk_bi_regexp_prototype_shared_getter() local
175re_flags = (duk_small_uint_t) DUK_HSTRING_GET_DATA(h_bc)[0]; /* Safe even if h_bc length is 0 (= … in duk_bi_regexp_prototype_shared_getter()
187 re_flags = 0; in duk_bi_regexp_prototype_shared_getter()
196 duk_push_boolean(thr, (re_flags & DUK_RE_FLAG_GLOBAL)); in duk_bi_regexp_prototype_shared_getter()
200 duk_push_boolean(thr, (re_flags & DUK_RE_FLAG_IGNORE_CASE)); in duk_bi_regexp_prototype_shared_getter()
204 duk_push_boolean(thr, (re_flags & DUK_RE_FLAG_MULTILINE)); in duk_bi_regexp_prototype_shared_getter()
/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_bi_regexp.c161 duk_small_uint_t re_flags; in duk_bi_regexp_prototype_shared_getter() local
175re_flags = (duk_small_uint_t) DUK_HSTRING_GET_DATA(h_bc)[0]; /* Safe even if h_bc length is 0 (= … in duk_bi_regexp_prototype_shared_getter()
187 re_flags = 0; in duk_bi_regexp_prototype_shared_getter()
196 duk_push_boolean(thr, (re_flags & DUK_RE_FLAG_GLOBAL)); in duk_bi_regexp_prototype_shared_getter()
200 duk_push_boolean(thr, (re_flags & DUK_RE_FLAG_IGNORE_CASE)); in duk_bi_regexp_prototype_shared_getter()
204 duk_push_boolean(thr, (re_flags & DUK_RE_FLAG_MULTILINE)); in duk_bi_regexp_prototype_shared_getter()
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_bi_regexp.c161 duk_small_uint_t re_flags; in duk_bi_regexp_prototype_shared_getter() local
175re_flags = (duk_small_uint_t) DUK_HSTRING_GET_DATA(h_bc)[0]; /* Safe even if h_bc length is 0 (= … in duk_bi_regexp_prototype_shared_getter()
187 re_flags = 0; in duk_bi_regexp_prototype_shared_getter()
196 duk_push_boolean(thr, (re_flags & DUK_RE_FLAG_GLOBAL)); in duk_bi_regexp_prototype_shared_getter()
200 duk_push_boolean(thr, (re_flags & DUK_RE_FLAG_IGNORE_CASE)); in duk_bi_regexp_prototype_shared_getter()
204 duk_push_boolean(thr, (re_flags & DUK_RE_FLAG_MULTILINE)); in duk_bi_regexp_prototype_shared_getter()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/adt/
H A Dregexp.c857 pg_re_flags re_flags; in regexp_match() local
863 if (re_flags.glob) in regexp_match()
905 pg_re_flags re_flags; in regexp_matches() local
916 &re_flags, in regexp_matches()
1094 if (!re_flags->glob) in setup_regexp_matches()
1241 if (re_flags.glob) in regexp_split_to_table()
1250 &re_flags, in regexp_split_to_table()
1288 pg_re_flags re_flags; in regexp_split_to_array() local
1294 if (re_flags.glob) in regexp_split_to_array()
1299 re_flags.glob = true; in regexp_split_to_array()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/adt/
H A Dregexp.c857 pg_re_flags re_flags; in regexp_match() local
863 if (re_flags.glob) in regexp_match()
905 pg_re_flags re_flags; in regexp_matches() local
916 &re_flags, in regexp_matches()
1094 if (!re_flags->glob) in setup_regexp_matches()
1241 if (re_flags.glob) in regexp_split_to_table()
1250 &re_flags, in regexp_split_to_table()
1288 pg_re_flags re_flags; in regexp_split_to_array() local
1294 if (re_flags.glob) in regexp_split_to_array()
1299 re_flags.glob = true; in regexp_split_to_array()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/adt/
H A Dregexp.c857 pg_re_flags re_flags; in regexp_match() local
863 if (re_flags.glob) in regexp_match()
905 pg_re_flags re_flags; in regexp_matches() local
916 &re_flags, in regexp_matches()
1094 if (!re_flags->glob) in setup_regexp_matches()
1241 if (re_flags.glob) in regexp_split_to_table()
1250 &re_flags, in regexp_split_to_table()
1288 pg_re_flags re_flags; in regexp_split_to_array() local
1294 if (re_flags.glob) in regexp_split_to_array()
1299 re_flags.glob = true; in regexp_split_to_array()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/adt/
H A Dregexp.c857 pg_re_flags re_flags; in regexp_match() local
863 if (re_flags.glob) in regexp_match()
905 pg_re_flags re_flags; in regexp_matches() local
916 &re_flags, in regexp_matches()
1094 if (!re_flags->glob) in setup_regexp_matches()
1241 if (re_flags.glob) in regexp_split_to_table()
1250 &re_flags, in regexp_split_to_table()
1288 pg_re_flags re_flags; in regexp_split_to_array() local
1294 if (re_flags.glob) in regexp_split_to_array()
1299 re_flags.glob = true; in regexp_split_to_array()
[all …]

12345678910>>...14