Home
last modified time | relevance | path

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

/dports/biology/migrate/migrate-3.6.11/src/
H A Duep.h38 boolean withtips);
H A Duep.c304 allocate_uep (node * p, world_fmt * world, char datatype, boolean withtips) in allocate_uep() argument
309 allocate_uep (crawlback (p->next), world, datatype, withtips); in allocate_uep()
311 allocate_uep (crawlback (p->next->next), world, datatype, withtips); in allocate_uep()
316 if (withtips) in allocate_uep()
H A Dtree.c193 boolean withtips);
5125 allocate_x (node * p, world_fmt * world, char datatype, boolean withtips) in allocate_x() argument
5130 allocate_x (crawlback (p->next), world, datatype, withtips); in allocate_x()
5132 allocate_x (crawlback (p->next->next), world, datatype, withtips); in allocate_x()
5159 if (withtips) in allocate_x()