Home | History | Annotate | Download | only in aic7xxx

Lines Matching refs:scope_t

84 static void dump_scope(scope_t *scope);
85 static void emit_patch(scope_t *scope, int patch);
128 scope_t *sentinal;
467 dump_scope(scope_t *scope)
469 scope_t *cur_scope;
495 emit_patch(scope_t *scope, int patch)
764 scope_t *
767 scope_t *new_scope;
769 new_scope = (scope_t *)malloc(sizeof(scope_t));
785 process_scope(scope_t *scope)
792 scope_t *cur_scope;