Home
last modified time | relevance | path

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

/external/python/cpython3/Parser/pegen/
Dparse.c1298 int _start_col_offset = p->tokens[_mark]->col_offset; in statement_newline_rule() local
1521 int _start_col_offset = p->tokens[_mark]->col_offset; in small_stmt_rule() local
2043 int _start_col_offset = p->tokens[_mark]->col_offset; in assignment_rule() local
2601 int _start_col_offset = p->tokens[_mark]->col_offset; in global_stmt_rule() local
2663 int _start_col_offset = p->tokens[_mark]->col_offset; in nonlocal_stmt_rule() local
2725 int _start_col_offset = p->tokens[_mark]->col_offset; in yield_stmt_rule() local
2784 int _start_col_offset = p->tokens[_mark]->col_offset; in assert_stmt_rule() local
2849 int _start_col_offset = p->tokens[_mark]->col_offset; in del_stmt_rule() local
2987 int _start_col_offset = p->tokens[_mark]->col_offset; in import_name_rule() local
3051 int _start_col_offset = p->tokens[_mark]->col_offset; in import_from_rule() local
[all …]