Home | History | Annotate | Download | only in Modules

Lines Matching refs:parser_compare_nodes

208 parser_compare_nodes(node *left, node *right)

228 int v = parser_compare_nodes(CHILD(left, j), CHILD(right, j));
240 * This really just wraps a call to parser_compare_nodes() with some easy
253 return (parser_compare_nodes(left->st_node, right->st_node));