Home
last modified time | relevance | path

Searched +defs:tail +defs:re (Results 1 – 25 of 218) sorted by relevance

123456789

/dports/lang/mawk/mawk-1.3.4-20190203/
H A Dregexp_system.c26 regex_t re; member
57 char *tail = regexp; in prepare_regexp() local
293 mawk_re_t *re = (mawk_re_t *) malloc(sizeof(mawk_re_t)); in REcompile() local
345 mawk_re_t *re = (mawk_re_t *) q; in REtest() local
365 mawk_re_t *re = (mawk_re_t *) q; in REmatch() local
H A Dsplit.c70 grow_sp_list(Split_Block_Node * tail) in grow_sp_list()
115 re_split(char *s, size_t slen, PTR re) in re_split()
158 re_pos_match(char *str, size_t str_len, PTR re, size_t *lenp, int no_bol) in re_pos_match()
/dports/games/wesnoth/wesnoth-1.14.17/src/ai/composite/
H A Dcomponent.cpp137 static component *find_component(component *root, const std::string &path, path_element &tail) in find_component()
144 boost::regex re(R"""(([^\.^\[]+)(\[(\d*)\]|\[([^\]]+)\]|()))"""); in find_component() local
191 path_element tail; in add_component() local
206 path_element tail; in change_component() local
220 path_element tail; in delete_component() local
251 path_element tail; in print_component_tree() local
270 path_element tail; in get_component() local
/dports/net/proby/proby-1.0.2/cargo-crates/actix-router-0.2.4/src/
H A Dresource.rs115 let re = match Regex::new(&pattern) { in with_prefix() localVariable
550 let tail = rem == "*"; in parse_param() localVariable
598 let mut re = String::from("^"); in parse() localVariable
675 let re = ResourceDef::new("/"); in test_parse_static() localVariable
679 let re = ResourceDef::new("/name"); in test_parse_static() localVariable
690 let re = ResourceDef::new("/name/"); in test_parse_static() localVariable
739 let re = ResourceDef::new(vec![ in test_dynamic_set() localVariable
775 let re = ResourceDef::new([ in test_dynamic_set() localVariable
785 let re = ResourceDef::new([ in test_dynamic_set() localVariable
819 let re = ResourceDef::new("/user*"); in test_static_tail() localVariable
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/actix-router-0.2.7/src/
H A Dresource.rs116 let re = match Regex::new(&pattern) { in with_prefix() localVariable
551 let tail = rem == "*"; in parse_param() localVariable
601 let mut re = String::from("^"); in parse() localVariable
678 let re = ResourceDef::new("/"); in test_parse_static() localVariable
682 let re = ResourceDef::new("/name"); in test_parse_static() localVariable
693 let re = ResourceDef::new("/name/"); in test_parse_static() localVariable
743 let re = ResourceDef::new(vec![ in test_dynamic_set() localVariable
779 let re = ResourceDef::new([ in test_dynamic_set() localVariable
789 let re = ResourceDef::new([ in test_dynamic_set() localVariable
823 let re = ResourceDef::new("/user*"); in test_static_tail() localVariable
[all …]
/dports/x11/dsbautostart/dsbautostart-1.2/lib/
H A Ddsbautostart.c245 change_history_t *re, *un; in dsbautostart_set() local
273 change_history_t *re, *un; in dsbautostart_del_entry() local
298 change_history_t *re, *un; in dsbautostart_add_entry() local
322 change_history_t *re, *un; in dsbautostart_entry_move_up() local
346 change_history_t *re, *un; in dsbautostart_entry_move_down() local
582 entry_t *p, *tail; in entry_add() local
/dports/news/nn/nn-6.7.3/
H A Dfolder.c68 register char *tail, x; in tilde_expansion() local
233 static char *head, *tail = NULL; in file_completion() local
330 int more, length, re, menu_cmd, was_raw; in folder_menu() local
/dports/net/yate/yate-6.4.0-1/
H A Dyatemath.h86 inline float re() const in re() function
93 inline void re(float r) in re() function
703 inline SliceVector tail(unsigned int len) const { in tail() function
715 inline bool tail(SliceVector& dest, unsigned int len) const { in tail() function
1488 inline BitVector tail(unsigned int len) const { in tail() function
1500 inline bool tail(BitVector& dest, unsigned int len) const { in tail() function
/dports/math/py-z3-solver/z3-z3-4.8.10/src/smt/
H A Dseq_skolem.cpp80 void seq_skolem::decompose(expr* e, expr_ref& head, expr_ref& tail) { in decompose()
127 bool seq_skolem::is_step(expr* e, expr*& s, expr*& idx, expr*& re, expr*& i, expr*& j, expr*& t) co… in is_step()
195 expr_ref seq_skolem::mk_step(expr* s, expr* idx, expr* re, unsigned i, unsigned j, expr* t) { in mk_step()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgsprojectionselectiontreewidget.cpp360 const char *tail = nullptr; in getSelectedExpression() local
511 const char *tail = nullptr; in loadUserCrsList() local
603 const char *tail = nullptr; in loadCrsList() local
826 QRegExp re( filterTxtCopy, Qt::CaseInsensitive ); in updateFilter() local
896 const char *tail = nullptr; in getLargestCrsIdMatch() local
994 const char *tail = nullptr; in authorities() local
/dports/math/z3/z3-z3-4.8.13/src/ast/rewriter/
H A Dseq_skolem.cpp80 void skolem::decompose(expr* e, expr_ref& head, expr_ref& tail) { in decompose()
127 bool skolem::is_step(expr* e, expr*& s, expr*& idx, expr*& re, expr*& i, expr*& j, expr*& t) const { in is_step()
195 expr_ref skolem::mk_step(expr* s, expr* idx, expr* re, unsigned i, unsigned j, expr* t) { in mk_step()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/re2/src/re2/
H A Dcompile.cc73 uint32_t tail; // for constant-time append member
779 Frag Compiler::ShortVisit(Regexp* re, Frag) { in ShortVisit()
785 Frag Compiler::PreVisit(Regexp* re, Frag, bool* stop) { in PreVisit()
816 Frag Compiler::PostVisit(Regexp* re, Frag, Frag, Frag* child_frags, in PostVisit()
966 Regexp* re = *pre; in IsAnchorStart() local
1013 Regexp* re = *pre; in IsAnchorEnd() local
1091 Prog* Compiler::Compile(Regexp* re, bool reversed, int64_t max_mem) { in Compile()
1139 Prog* Compiler::Finish(Regexp* re) { in Finish()
1199 Prog* Compiler::CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem) { in CompileSet()
1241 Prog* Prog::CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem) { in CompileSet()
/dports/games/warzone2100/warzone2100/3rdparty/re2/re2/
H A Dcompile.cc73 uint32_t tail; // for constant-time append member
779 Frag Compiler::ShortVisit(Regexp* re, Frag) { in ShortVisit()
785 Frag Compiler::PreVisit(Regexp* re, Frag, bool* stop) { in PreVisit()
816 Frag Compiler::PostVisit(Regexp* re, Frag, Frag, Frag* child_frags, in PostVisit()
966 Regexp* re = *pre; in IsAnchorStart() local
1013 Regexp* re = *pre; in IsAnchorEnd() local
1091 Prog* Compiler::Compile(Regexp* re, bool reversed, int64_t max_mem) { in Compile()
1139 Prog* Compiler::Finish(Regexp* re) { in Finish()
1199 Prog* Compiler::CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem) { in CompileSet()
1241 Prog* Prog::CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem) { in CompileSet()
/dports/devel/re2/re2-2021-11-01/re2/
H A Dcompile.cc73 uint32_t tail; // for constant-time append member
799 Frag Compiler::ShortVisit(Regexp* re, Frag) { in ShortVisit()
805 Frag Compiler::PreVisit(Regexp* re, Frag, bool* stop) { in PreVisit()
836 Frag Compiler::PostVisit(Regexp* re, Frag, Frag, Frag* child_frags, in PostVisit()
986 Regexp* re = *pre; in IsAnchorStart() local
1033 Regexp* re = *pre; in IsAnchorEnd() local
1111 Prog* Compiler::Compile(Regexp* re, bool reversed, int64_t max_mem) { in Compile()
1159 Prog* Compiler::Finish(Regexp* re) { in Finish()
1215 Prog* Compiler::CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem) { in CompileSet()
1257 Prog* Prog::CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem) { in CompileSet()
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/re2/vendor/re2/
H A Dcompile.cc73 uint32_t tail; // for constant-time append member
779 Frag Compiler::ShortVisit(Regexp* re, Frag) { in ShortVisit()
785 Frag Compiler::PreVisit(Regexp* re, Frag, bool* stop) { in PreVisit()
816 Frag Compiler::PostVisit(Regexp* re, Frag, Frag, Frag* child_frags, in PostVisit()
966 Regexp* re = *pre; in IsAnchorStart() local
1013 Regexp* re = *pre; in IsAnchorEnd() local
1091 Prog* Compiler::Compile(Regexp* re, bool reversed, int64_t max_mem) { in Compile()
1139 Prog* Compiler::Finish(Regexp* re) { in Finish()
1199 Prog* Compiler::CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem) { in CompileSet()
1241 Prog* Prog::CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem) { in CompileSet()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/re2/re2/
H A Dcompile.cc73 uint32_t tail; // for constant-time append member
799 Frag Compiler::ShortVisit(Regexp* re, Frag) { in ShortVisit()
805 Frag Compiler::PreVisit(Regexp* re, Frag, bool* stop) { in PreVisit()
836 Frag Compiler::PostVisit(Regexp* re, Frag, Frag, Frag* child_frags, in PostVisit()
986 Regexp* re = *pre; in IsAnchorStart() local
1033 Regexp* re = *pre; in IsAnchorEnd() local
1111 Prog* Compiler::Compile(Regexp* re, bool reversed, int64_t max_mem) { in Compile()
1159 Prog* Compiler::Finish(Regexp* re) { in Finish()
1215 Prog* Compiler::CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem) { in CompileSet()
1257 Prog* Prog::CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem) { in CompileSet()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/re2/vendor/re2/
H A Dcompile.cc73 uint32_t tail; // for constant-time append member
779 Frag Compiler::ShortVisit(Regexp* re, Frag) { in ShortVisit()
785 Frag Compiler::PreVisit(Regexp* re, Frag, bool* stop) { in PreVisit()
816 Frag Compiler::PostVisit(Regexp* re, Frag, Frag, Frag* child_frags, in PostVisit()
966 Regexp* re = *pre; in IsAnchorStart() local
1013 Regexp* re = *pre; in IsAnchorEnd() local
1091 Prog* Compiler::Compile(Regexp* re, bool reversed, int64_t max_mem) { in Compile()
1139 Prog* Compiler::Finish(Regexp* re) { in Finish()
1199 Prog* Compiler::CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem) { in CompileSet()
1241 Prog* Prog::CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem) { in CompileSet()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/re2/re2/
H A Dcompile.cc73 uint32_t tail; // for constant-time append member
799 Frag Compiler::ShortVisit(Regexp* re, Frag) { in ShortVisit()
805 Frag Compiler::PreVisit(Regexp* re, Frag, bool* stop) { in PreVisit()
836 Frag Compiler::PostVisit(Regexp* re, Frag, Frag, Frag* child_frags, in PostVisit()
986 Regexp* re = *pre; in IsAnchorStart() local
1033 Regexp* re = *pre; in IsAnchorEnd() local
1111 Prog* Compiler::Compile(Regexp* re, bool reversed, int64_t max_mem) { in Compile()
1159 Prog* Compiler::Finish(Regexp* re) { in Finish()
1215 Prog* Compiler::CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem) { in CompileSet()
1257 Prog* Prog::CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem) { in CompileSet()
/dports/lang/swi-pl/swipl-8.2.3/packages/pcre/
H A Dpcre4pl.c76 re_free(re_data *re) in re_free()
127 { re_data *re = *(re_data**)PL_blob_data(symbol, NULL, NULL); in acquire_pcre() local
261 get_re(term_t t, re_data **re) in get_re()
359 { term_t tail = PL_copy_term_ref(options); in re_get_options() local
551 init_capture_map(re_data *re) in init_capture_map()
695 { re_data *re; in re_compile() local
762 put_capname(term_t t, re_data *re, int i) in put_capname()
812 unify_match(term_t t, re_data *re, re_subject *subject, in unify_match()
866 alloc_ovector(re_data *re, int *ovector, int *ovecsize) in alloc_ovector()
884 { re_data *re; in re_matchsub() local
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgsprojectionselectiontreewidget.cpp356 const char *tail = nullptr; in getSelectedExpression() local
558 const char *tail = nullptr; in loadCrsList() local
789 …const QRegularExpression re( filterTxtCopy, QRegularExpression::PatternOption::CaseInsensitiveOpti… in updateFilter() local
855 const char *tail = nullptr; in getLargestCrsIdMatch() local
1006 const char *tail = nullptr; in authorities() local
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclFileName.c169 CONST char *host, *share, *tail; local
234 char *tail = (char*)&path[3]; local
411 Tcl_RegExp re; local
836 Tcl_RegExp re; local
2008 char *tail, *start; local
2284 TclDoGlob(interp, separators, headPtr, tail, types) in TclDoGlob() argument
/dports/misc/vifm/vifm-0.11/src/ui/
H A Descape.c103 esc_highlight_pattern(const char line[], const regex_t *re) in esc_highlight_pattern()
152 const int offsets[], const regex_t *re) in add_pattern_highlights()
402 const char *tail = curr - 1; in esc_print_line() local
/dports/math/numdiff/numdiff-5.9.0/
H A Dnumutil.c151 char *tail; in anum() local
215 char* tail; in snum() local
733 struct canform re, im; in hcxnum() local
/dports/japanese/slrn/slrn-0.9.6.2/src/
H A Dscore.c124 Our_SLRegexp_Type re; member
302 SLRegexp_Type *re; in slrn_score_header() local
379 SLRegexp_Type *re; in chain_group_regexp() local
494 SLRegexp_Type *re = &gsnt->group_regexp; in slrn_open_score() local
602 SLRegexp_Type *re; in compile_group_names() local
664 Group_Score_Type *gst, *tail; in create_new_score() local
/dports/shells/ksh93/ast-93u/src/cmd/re/
H A Dgrep.c131 regex_t re; /* compiled re */ member
140 Item_t* tail; /* list tail */ member
154 List_t re; /* re list */ member

123456789