Lines Matching refs:DEDENT
4009 // block: NEWLINE INDENT statements DEDENT | simple_stmts | invalid_block
4027 { // NEWLINE INDENT statements DEDENT
4032 D(fprintf(stderr, "%*c> block[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "NEWLINE INDENT statements DEDENT"));
4044 (dedent_var = _PyPegen_expect_token(p, DEDENT)) // token='DEDENT'
4047 D(fprintf(stderr, "%*c+ block[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "NEWLINE INDENT statements DEDENT"));
4058 p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "NEWLINE INDENT statements DEDENT"));
7334 // | "match" subject_expr ':' NEWLINE INDENT case_block+ DEDENT
7358 { // "match" subject_expr ':' NEWLINE INDENT case_block+ DEDENT
7363 D(fprintf(stderr, "%*c> match_stmt[%d-%d]: %s\n", p->level, ' ', _mark, p->mark, "\"match\" subject_expr ':' NEWLINE INDENT case_block+ DEDENT"));
7384 (dedent_var = _PyPegen_expect_token(p, DEDENT)) // token='DEDENT'
7387 D(fprintf(stderr, "%*c+ match_stmt[%d-%d]: %s succeeded!\n", p->level, ' ', _mark, p->mark, "\"match\" subject_expr ':' NEWLINE INDENT case_block+ DEDENT"));
7407 p->error_indicator ? "ERROR!" : "-", _mark, p->mark, "\"match\" subject_expr ':' NEWLINE INDENT case_block+ DEDENT"));