Home
last modified time | relevance | path

Searched refs:first_lineno (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Parser/
H A Dtokenizer.h52 int first_lineno; /* First line of a single line or multi line string member
H A Dpegen.c166 int lineno = token_type == STRING ? p->tok->first_lineno : p->tok->lineno; in initialize_token()
/third_party/python/Python/
H A DPython-tokenize.c90 int lineno = type == STRING ? it->tok->first_lineno : it->tok->lineno; in tokenizeriter_next()
/third_party/python/Lib/idlelib/
H A Dformat.py96 first_lineno = lineno
108 lineno = first_lineno - 1

Completed in 4 milliseconds