Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dnode.h20 PyAPI_FUNC(int) PyNode_AddChild(node *n, int type,
/external/python/cpython2/Parser/
Dparser.c112 err = PyNode_AddChild(s->s_top->s_parent, type, str, lineno, col_offset); in shift()
126 err = PyNode_AddChild(n, type, (char *)NULL, lineno, col_offset); in push()
Dnode.c79 PyNode_AddChild(register node *n1, int type, char *str, int lineno, int col_offset) in PyNode_AddChild() function
/external/python/cpython2/PC/os2vacpp/
Dpython.def271 PyNode_AddChild
/external/python/cpython2/PC/os2emx/
Dpython27.def43 "PyNode_AddChild"
/external/python/cpython2/Modules/
Dparsermodule.c824 err = PyNode_AddChild(root, type, strn, *line_num, 0); in build_node_children()