Home
last modified time | relevance | path

Searched defs:_start_col_offset (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Parser/
Dparser.c1479 int _start_col_offset = p->tokens[_mark]->col_offset; in statement_newline_rule() local
1707 int _start_col_offset = p->tokens[_mark]->col_offset; in simple_stmt_rule() local
2274 int _start_col_offset = p->tokens[_mark]->col_offset; in assignment_rule() local
2893 int _start_col_offset = p->tokens[_mark]->col_offset; in return_stmt_rule() local
2957 int _start_col_offset = p->tokens[_mark]->col_offset; in raise_stmt_rule() local
3057 int _start_col_offset = p->tokens[_mark]->col_offset; in global_stmt_rule() local
3121 int _start_col_offset = p->tokens[_mark]->col_offset; in nonlocal_stmt_rule() local
3185 int _start_col_offset = p->tokens[_mark]->col_offset; in del_stmt_rule() local
3270 int _start_col_offset = p->tokens[_mark]->col_offset; in yield_stmt_rule() local
3331 int _start_col_offset = p->tokens[_mark]->col_offset; in assert_stmt_rule() local
[all …]