Home
last modified time | relevance | path

Searched refs:ff_lineno (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Python/
Dfuture.c104 ff->ff_lineno = s->lineno; in future_parse()
129 ff->ff_lineno = -1; in _PyFuture_FromAST()
Dcompile.c3404 if (s->lineno > c->c_future->ff_lineno && s->v.ImportFrom.module && in compiler_from_import()
/third_party/python/Include/cpython/
Dcompile.h36 int ff_lineno; /* line number of last future statement */ member