Searched refs:node_print (Results 1 – 2 of 2) sorted by relevance
43 node_print(const node_t *node, unsigned depth) { in node_print() function56 node_print(leftmost_child, depth + 1); in node_print()60 node_print(sibling, depth + 1); in node_print()73 node_print(heap->ph_root, 0); in heap_print()80 node_print(auxelm, 0); in heap_print()
23 static int node_print(semanage_handle_t * handle, in node_print() function160 .print = node_print,