Home
last modified time | relevance | path

Searched refs:Check_Path (Results 1 – 3 of 3) sorted by relevance

/dports/devel/ada-util/ada-util-b6612400/regtests/
H A Dutil-files-tests.adb119 procedure Check_Path (Dir : in String; subprogspec
124 procedure Check_Path (Dir : in String; subprogram
133 end Check_Path;
136 Iterate_Path ("a;bc;de;f", Check_Path'Access);
139 Iterate_Path ("de;bc;de;b", Check_Path'Access);
142 Iterate_Path ("de;bc;de;a", Check_Path'Access, Ada.Strings.Backward);
/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dutilities.h2196 void Check_Path(t_node *a,t_node *d,t_node *target,t_tree *tree);
H A Dutilities.c6428 void Check_Path(t_node *a, t_node *d, t_node *target, t_tree *tree) in Check_Path() function
6432 else Check_Path(d,d->v[tree->t_dir[d->num*(2*tree->n_otu-2)+target->num]],target,tree); in Check_Path()