Home
last modified time | relevance | path

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

/external/python/cpython2/Parser/
Dparser.c330 dumptree(grammar *g, node *n) in dumptree() function
346 dumptree(g, CHILD(n, i)); in dumptree()
379 dumptree(ps->p_grammar, ps->p_tree); in printtree()
/external/mksh/src/
Dtree.c994 dumptree(struct shf *shf, struct op *t) in dumptree() function
1046 dumptree(shf, t); in dumptree()
1053 dumptree(shf, t->left); in dumptree()
1115 dumptree(shf, t1->left); in dumptree()
1138 dumptree(shf, t->left); in dumptree()
1143 dumptree(shf, t->left); in dumptree()
1153 dumptree(shf, t->right); in dumptree()
Dsh.h2365 void dumptree(struct shf *, struct op *);
/external/python/cpython2/Include/
Dpgenheaders.h24 #define dumptree _Py_dumptree macro