Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y1068 scope_t *last_scope; variable
1075 last_scope = TAILQ_LAST(&scope_context->inner_scope,
1077 if (last_scope == NULL
1078 || last_scope->type == SCOPE_ELSE) {
1093 scope_t *last_scope; variable
1100 last_scope = TAILQ_LAST(&scope_context->inner_scope,
1102 if (last_scope == NULL
1103 || last_scope->type == SCOPE_ELSE) {