Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dast-model.c35 static gboolean ast_iter_nth_child(GtkTreeModel *tree_model, GtkTreeIter *iter,
163 iface->iter_nth_child = ast_iter_nth_child; in ast_tree_model_init()
366 return ast_iter_nth_child(tree_model, iter, parent, 0); in ast_iter_children()
424 ast_iter_nth_child(GtkTreeModel *tree_model, in ast_iter_nth_child() function