Home
last modified time | relevance | path

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

/external/python/cpython3/Parser/
Dparser.c1557 int _start_col_offset = p->tokens[_mark]->col_offset; in statement_newline_rule() local
1786 int _start_col_offset = p->tokens[_mark]->col_offset; in simple_stmt_rule() local
2334 int _start_col_offset = p->tokens[_mark]->col_offset; in assignment_rule() local
2898 int _start_col_offset = p->tokens[_mark]->col_offset; in global_stmt_rule() local
2963 int _start_col_offset = p->tokens[_mark]->col_offset; in nonlocal_stmt_rule() local
3028 int _start_col_offset = p->tokens[_mark]->col_offset; in yield_stmt_rule() local
3090 int _start_col_offset = p->tokens[_mark]->col_offset; in assert_stmt_rule() local
3158 int _start_col_offset = p->tokens[_mark]->col_offset; in del_stmt_rule() local
3302 int _start_col_offset = p->tokens[_mark]->col_offset; in import_name_rule() local
3369 int _start_col_offset = p->tokens[_mark]->col_offset; in import_from_rule() local
[all …]