Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/microcode/aic7xxx/
Daicasm_gram.y1072 scope_t *last_scope; variable
1079 last_scope = TAILQ_LAST(&scope_context->inner_scope,
1081 if (last_scope == NULL
1082 || last_scope->type == T_ELSE) {
1097 scope_t *last_scope; variable
1104 last_scope = TAILQ_LAST(&scope_context->inner_scope,
1106 if (last_scope == NULL
1107 || last_scope->type == SCOPE_ELSE) {