Home
last modified time | relevance | path

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

/dports/audio/festival/speech_tools/ling_class/
H A DEST_Item.cc540 void copy_node_tree_contents(EST_Item *from, EST_Item *to) in copy_node_tree_contents() function
548 copy_node_tree_contents(from->next(),to->insert_after(&i)); in copy_node_tree_contents()
554 copy_node_tree_contents(from->down(),to->insert_below(&i)); in copy_node_tree_contents()
H A DEST_Relation.cc82 copy_node_tree_contents(r.root(),to_root); in copy()
/dports/audio/festival/speech_tools/wrappers/interface/
H A DEST_Item.i227 void copy_node_tree_contents(EST_Item *from, EST_Item *to);
/dports/audio/festival/speech_tools/include/ling_class/
H A DEST_Item.h427 void copy_node_tree_contents(EST_Item *from, EST_Item *to);