Home
last modified time | relevance | path

Searched refs:old_re (Results 1 – 25 of 54) sorted by relevance

123

/dports/devel/bison/bison-3.7.6/build-aux/
H A Dupdate-b4-copyright32 my $old_re = <<'EOF'
52 while (/($old_re)/gx)
113 die if (!s/$old_re\G/$b4_copyright_line$year_lines_new/x);
124 my $re = $old_re;
140 my $re = $old_re;
/dports/java/java-subversion/subversion-1.14.1/tools/dev/
H A Dcheck-license.py89 def check_file(fname, old_re, new_lic): argument
91 if (not old_re.search(s)
95 def change_license(fname, old_re, new_lic): argument
97 m = old_re.search(s)
/dports/devel/py-subversion/subversion-1.14.1/tools/dev/
H A Dcheck-license.py89 def check_file(fname, old_re, new_lic): argument
91 if (not old_re.search(s)
95 def change_license(fname, old_re, new_lic): argument
97 m = old_re.search(s)
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/dev/
H A Dcheck-license.py89 def check_file(fname, old_re, new_lic): argument
91 if (not old_re.search(s)
95 def change_license(fname, old_re, new_lic): argument
97 m = old_re.search(s)
/dports/devel/p5-subversion/subversion-1.14.1/tools/dev/
H A Dcheck-license.py89 def check_file(fname, old_re, new_lic): argument
91 if (not old_re.search(s)
95 def change_license(fname, old_re, new_lic): argument
97 m = old_re.search(s)
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dredistribute.c251 const struct route_entry *old_re, in redistribute_delete() argument
260 if (old_re) in redistribute_delete()
261 vrfid = old_re->vrf_id; in redistribute_delete()
271 old_re, in redistribute_delete()
272 old_re ? zebra_route_string(old_re->type) : "None", in redistribute_delete()
278 if (old_re && (old_re->distance == DISTANCE_INFINITY)) { in redistribute_delete()
314 if (zebra_redistribute_check(old_re, client, p, afi)) in redistribute_delete()
316 client, p, src_p, old_re); in redistribute_delete()
H A Dzebra_rib.c1792 if (is_update && (old_re == NULL)) { in rib_process_result()
1794 old_re = rib; in rib_process_result()
1798 if (re && ((!is_update || old_re))) in rib_process_result()
1818 if (old_re) { in rib_process_result()
1825 dest_str, old_re); in rib_process_result()
1847 if (old_re && old_re != re) { in rib_process_result()
1849 UNSET_FLAG(old_re->status, in rib_process_result()
1874 re, old_re); in rib_process_result()
1885 (old_re && RIB_SYSTEM_ROUTE(old_re))) in rib_process_result()
1898 } if (old_re) in rib_process_result()
[all …]
H A Dredistribute.h56 const struct route_entry *old_re,
H A Dzebra_dplane.c2302 struct route_entry *old_re, in dplane_route_update_internal() argument
2319 old_re && (old_re != re)) { in dplane_route_update_internal()
2322 old_re->dplane_sequence = in dplane_route_update_internal()
2324 ctx->zd_old_seq = old_re->dplane_sequence; in dplane_route_update_internal()
2326 ctx->u.rinfo.zd_old_tag = old_re->tag; in dplane_route_update_internal()
2327 ctx->u.rinfo.zd_old_type = old_re->type; in dplane_route_update_internal()
2328 ctx->u.rinfo.zd_old_instance = old_re->instance; in dplane_route_update_internal()
2330 ctx->u.rinfo.zd_old_metric = old_re->metric; in dplane_route_update_internal()
2337 old_re->nhe->nhg.nexthop, NULL); in dplane_route_update_internal()
2343 nhg = zebra_nhg_get_backup_nhg(old_re->nhe); in dplane_route_update_internal()
[all …]
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dredistribute.c251 const struct route_entry *old_re, in redistribute_delete() argument
260 if (old_re) in redistribute_delete()
261 vrfid = old_re->vrf_id; in redistribute_delete()
271 old_re, in redistribute_delete()
272 old_re ? zebra_route_string(old_re->type) : "None", in redistribute_delete()
278 if (old_re && (old_re->distance == DISTANCE_INFINITY)) { in redistribute_delete()
314 if (zebra_redistribute_check(old_re, client, p, afi)) in redistribute_delete()
316 client, p, src_p, old_re); in redistribute_delete()
H A Dzebra_rib.c1792 if (is_update && (old_re == NULL)) { in rib_process_result()
1794 old_re = rib; in rib_process_result()
1798 if (re && ((!is_update || old_re))) in rib_process_result()
1818 if (old_re) { in rib_process_result()
1825 dest_str, old_re); in rib_process_result()
1847 if (old_re && old_re != re) { in rib_process_result()
1849 UNSET_FLAG(old_re->status, in rib_process_result()
1874 re, old_re); in rib_process_result()
1885 (old_re && RIB_SYSTEM_ROUTE(old_re))) in rib_process_result()
1898 } if (old_re) in rib_process_result()
[all …]
H A Dredistribute.h56 const struct route_entry *old_re,
H A Dzebra_dplane.c2302 struct route_entry *old_re, in dplane_route_update_internal() argument
2319 old_re && (old_re != re)) { in dplane_route_update_internal()
2322 old_re->dplane_sequence = in dplane_route_update_internal()
2324 ctx->zd_old_seq = old_re->dplane_sequence; in dplane_route_update_internal()
2326 ctx->u.rinfo.zd_old_tag = old_re->tag; in dplane_route_update_internal()
2327 ctx->u.rinfo.zd_old_type = old_re->type; in dplane_route_update_internal()
2328 ctx->u.rinfo.zd_old_instance = old_re->instance; in dplane_route_update_internal()
2330 ctx->u.rinfo.zd_old_metric = old_re->metric; in dplane_route_update_internal()
2337 old_re->nhe->nhg.nexthop, NULL); in dplane_route_update_internal()
2343 nhg = zebra_nhg_get_backup_nhg(old_re->nhe); in dplane_route_update_internal()
[all …]
H A Dzebra_dplane.h463 struct route_entry *old_re);
/dports/comms/linrad/linrad-04.02/
H A Dcohsub.c99 float p1,p2,p3,old_re,old_im; in fit_dash() local
108 old_re=0; in fit_dash()
211 old_re=re_2; in fit_dash()
226 cg_wave_coh_re=old_re; in fit_dash()
252 cg_wave_coh_re=(p1*re_2+p2*old_re)/(p1+p2); in fit_dash()
/dports/sysutils/multitail/multitail-6.5.0/
H A Dstripstring.c20 int edit_stripper_edit_regexp(NEWWIN *win, char **old_re, mybool_t *case_insensitive) in edit_stripper_edit_regexp() argument
27 …new_re = edit_string(win, 16, 2, 58, 128, 0, *old_re, HELP_ENTER_REGEXP, -1, &search_h, case_insen… in edit_stripper_edit_regexp()
31 myfree(*old_re); in edit_stripper_edit_regexp()
32 *old_re = new_re; in edit_stripper_edit_regexp()
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/scripts/
H A DChangeLog.py42 old_re = re.compile ("File (.*) changed from revision (.*) to (.*)")
46 m = old_re.match (line)
/dports/www/clearsilver/clearsilver-0.10.5/scripts/
H A DChangeLog.py42 old_re = re.compile ("File (.*) changed from revision (.*) to (.*)")
46 m = old_re.match (line)
/dports/www/p5-ClearSilver/clearsilver-0.10.5/scripts/
H A DChangeLog.py42 old_re = re.compile ("File (.*) changed from revision (.*) to (.*)")
46 m = old_re.match (line)
/dports/lang/perl5.30/perl-5.30.3/ext/re/
H A Dre.xs21 OP *expr, const regexp_engine* eng, REGEXP *volatile old_re,
/dports/lang/perl5.32/perl-5.32.1/ext/re/
H A Dre.xs21 OP *expr, const regexp_engine* eng, REGEXP *volatile old_re,
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/sdet/
H A Dsdet_edgel_regions.cxx691 sdet_region_edge_sptr const& old_re = in insert_edgel() local
693 if (old_re&&old_re->get_edge()) in insert_edgel()
698 if (!old_re) in insert_edgel()
/dports/lang/perl5.34/perl-5.34.0/ext/re/
H A Dre.xs21 OP *expr, const regexp_engine* eng, REGEXP *volatile old_re,
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/re/
H A Dre.xs21 OP *expr, const regexp_engine* eng, REGEXP *volatile old_re,
/dports/misc/vxl/vxl-3.3.2/contrib/gel/gevd/
H A Dgevd_edgel_regions.cxx694 gevd_region_edge* old_re = edge_boundary_array_[Y(yinterp)][X(xinterp)]; in insert_edgel() local
695 if (old_re&&old_re->get_edge()) in insert_edgel()
702 if (!old_re) in insert_edgel()

123