Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aic7xxx/aicasm/
Daicasm_gram.y1097 scope_t *last_scope; variable
1104 last_scope = TAILQ_LAST(&scope_context->inner_scope,
1106 if (last_scope == NULL
1107 || last_scope->type == T_ELSE) {
1122 scope_t *last_scope; variable
1129 last_scope = TAILQ_LAST(&scope_context->inner_scope,
1131 if (last_scope == NULL
1132 || last_scope->type == SCOPE_ELSE) {