Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic7xxx/aicasm/
Daicasm_gram.y1096 scope_t *last_scope; variable
1103 last_scope = TAILQ_LAST(&scope_context->inner_scope,
1105 if (last_scope == NULL
1106 || last_scope->type == T_ELSE) {
1121 scope_t *last_scope; variable
1128 last_scope = TAILQ_LAST(&scope_context->inner_scope,
1130 if (last_scope == NULL
1131 || last_scope->type == SCOPE_ELSE) {