Home
last modified time | relevance | path

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

/external/python/cpython2/Parser/
Dnode.c15 n->n_lineno = 0; in PyNode_New()
108 n->n_lineno = lineno; in PyNode_AddChild()
/external/python/cpython2/Include/
Dnode.h13 int n_lineno; member
/external/python/cpython2/Python/
Dast.c44 #define LINENO(n) ((n)->n_lineno)
285 asdl_seq_SET(stmts, 0, Pass(n->n_lineno, n->n_col_offset, in PyAST_FromNode()
/external/python/cpython2/Modules/
Dparsermodule.c125 (void) addelem(result, 2, PyInt_FromLong(n->n_lineno)); in node2tuple()