Lines Matching refs:scope_t
80 static void dump_scope(scope_t *scope);
81 static void emit_patch(scope_t *scope, int patch);
124 scope_t *sentinal;
460 dump_scope(scope_t *scope)
462 scope_t *cur_scope;
488 emit_patch(scope_t *scope, int patch)
759 scope_t *
762 scope_t *new_scope;
764 new_scope = (scope_t *)malloc(sizeof(scope_t));
780 process_scope(scope_t *scope)
787 scope_t *cur_scope;