Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/aic7xxx/aicasm/
HDaicasm_symbol.h158 SCOPE_ELSE enumerator
HDaicasm_gram.y1078 || last_scope->type == SCOPE_ELSE) {
1103 || last_scope->type == SCOPE_ELSE) {
1109 new_scope->type = SCOPE_ELSE;
HDaicasm.c829 case SCOPE_ELSE: in process_scope()