Home
last modified time | relevance | path

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

/dports/misc/lifelines/lifelines-3.1.1/src/gedlib/
H A Dkeytonod.c110 static NODE key_typed_to_node(CACHE cache, CNSTRING key, STRING tag);
363 return key_typed_to_node(indicache, key, "INDI"); in key_to_indi()
367 return key_typed_to_node(famcache, key, "FAM"); in key_to_fam()
371 return key_typed_to_node(evencache, key, "EVEN"); in key_to_even()
375 return key_typed_to_node(sourcache, key, "SOUR"); in key_to_sour()
379 return key_typed_to_node(othrcache, key, NULL); in key_to_othr()
752 key_typed_to_node (CACHE cache, CNSTRING key, STRING tag) in key_typed_to_node() function