last_scope       1072 dev/microcode/aic7xxx/aicasm_gram.y 		scope_t *last_scope;
last_scope       1079 dev/microcode/aic7xxx/aicasm_gram.y 		last_scope = TAILQ_LAST(&scope_context->inner_scope,
last_scope       1081 dev/microcode/aic7xxx/aicasm_gram.y 		if (last_scope == NULL
last_scope       1082 dev/microcode/aic7xxx/aicasm_gram.y 		 || last_scope->type == T_ELSE) {
last_scope       1097 dev/microcode/aic7xxx/aicasm_gram.y 		scope_t *last_scope;
last_scope       1104 dev/microcode/aic7xxx/aicasm_gram.y 		last_scope = TAILQ_LAST(&scope_context->inner_scope,
last_scope       1106 dev/microcode/aic7xxx/aicasm_gram.y 		if (last_scope == NULL
last_scope       1107 dev/microcode/aic7xxx/aicasm_gram.y 		 || last_scope->type == SCOPE_ELSE) {