Home
last modified time | relevance | path

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

/dports/misc/lifelines/lifelines-3.1.1/src/gedlib/
H A Dkeytonod.c115 static CACHEEL node_to_cache(CACHE, NODE);
705 cel = node_to_cache(cache, nztop(rec)); in add_to_direct()
984 cel = node_to_cache(indicache, root); in add_new_indi_to_cache()
996 CACHEEL cel = node_to_cache(famcache, node); in fam_to_cache()
1005 CACHEEL cel = node_to_cache(evencache, node); in even_to_cache()
1014 CACHEEL cel = node_to_cache(sourcache, node); in sour_to_cache()
1023 CACHEEL cel = node_to_cache(othrcache, node); in othr_to_cache()
1035 node_to_cache (CACHE cache, NODE top) in node_to_cache() function