Searched refs:first_lineno (Results 1 – 7 of 7) sorted by relevance
90 first_lineno = lineno102 lineno = first_lineno - 1
41 int first_lineno; /* First line of a single line or multi line string member
287 lineno = type == STRING ? tok->first_lineno : tok->lineno; in parsetok()
1698 tok->first_lineno = tok->lineno; in tok_get()
96 first_lineno = lineno108 lineno = first_lineno - 1
413 p2->starting_col_offset = p->tok->first_lineno == p->tok->lineno ? t->col_offset + cols : cols; in fstring_compile_expr()
645 int lineno = type == STRING ? p->tok->first_lineno : p->tok->lineno; in _PyPegen_fill_token()