Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c201 int u_col_offset; /* the offset of the current stmt */ member
667 u->u_col_offset = 0; in compiler_enter_scope()
940 (c)->u->u_col_offset = (x)->col_offset; \
5321 int old_col_offset = c->u->u_col_offset; in compiler_visit_expr()
5327 c->u->u_col_offset = old_col_offset; in compiler_visit_expr()
5340 int old_col_offset = c->u->u_col_offset; in compiler_augassign()
5372 c->u->u_col_offset = old_col_offset; in compiler_augassign()
5540 c->u->u_lineno, c->u->u_col_offset + 1, loc, in compiler_error()