Home | History | Annotate | Download | only in cs

Lines Matching refs:dump_node

4237 static NEOERR *dump_node (CSPARSE *parse, CSTREE *node, int depth, void *ctx,
4306 err = dump_node (parse, node->case_0, depth+1, ctx, cb, buf, blen);
4314 err = dump_node (parse, node->case_1, depth+1, ctx, cb, buf, blen);
4331 return nerr_pass (dump_node (parse, node, 0, ctx, cb, buf, sizeof(buf)));