Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/aicasm/
Daicasm_gram.y1101 scope_t *last_scope; variable
1108 last_scope = TAILQ_LAST(&scope_context->inner_scope,
1110 if (last_scope == NULL
1111 || last_scope->type == T_ELSE) {
1126 scope_t *last_scope; variable
1133 last_scope = TAILQ_LAST(&scope_context->inner_scope,
1135 if (last_scope == NULL
1136 || last_scope->type == SCOPE_ELSE) {