inner_scope 477 dev/microcode/aic7xxx/aicasm.c cur_scope = TAILQ_FIRST(&scope->inner_scope); inner_scope 773 dev/microcode/aic7xxx/aicasm.c TAILQ_INIT(&new_scope->inner_scope); inner_scope 776 dev/microcode/aic7xxx/aicasm.c TAILQ_INSERT_TAIL(&SLIST_FIRST(&scope_stack)->inner_scope, inner_scope 796 dev/microcode/aic7xxx/aicasm.c cur_scope = TAILQ_LAST(&scope->inner_scope, scope_tailq); inner_scope 1079 dev/microcode/aic7xxx/aicasm_gram.y last_scope = TAILQ_LAST(&scope_context->inner_scope, inner_scope 1104 dev/microcode/aic7xxx/aicasm_gram.y last_scope = TAILQ_LAST(&scope_context->inner_scope, inner_scope 174 dev/microcode/aic7xxx/aicasm_symbol.h TAILQ_HEAD(, scope) inner_scope;