Searched refs:show_first (Results 1 – 1 of 1) sorted by relevance
209 static void show(struct node_s *p, int indent, int show_first) in show() argument213 if (show_first) { in show()223 show(p->child[i], indent + show_first, 1); in show()