Home
last modified time | relevance | path

Searched refs:travdone (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/jdupes/jdupes-1.19.2/
H A Djdupes.c206 struct travdone { struct
207 struct travdone *left; argument
208 struct travdone *right; argument
212 static struct travdone *travdone_head = NULL; argument
835 static struct travdone *travdone_alloc(const dev_t device, const jdupes_ino_t inode) in travdone_alloc()
837 struct travdone *trav; in travdone_alloc()
841 trav = (struct travdone *)string_malloc(sizeof(struct travdone)); in travdone_alloc()
856 static void travdone_free(struct travdone * const restrict cur) in travdone_free()
870 struct travdone *traverse = travdone_head; in traverse_check()
/dports/misc/lifelines/lifelines-3.1.1/src/gedlib/
H A Dkeytonod.c1098 BOOLEAN travdone = FALSE; in set_all_nodetree_to_cel() local
1100 while (!travdone) { in set_all_nodetree_to_cel()
1110 travdone=TRUE; in set_all_nodetree_to_cel()
1124 BOOLEAN travdone = FALSE; in put_node_in_cache() local
1135 while (!travdone) { in put_node_in_cache()
1145 travdone=TRUE; in put_node_in_cache()