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; in main()
460 dump_scope(scope_t *scope) in dump_scope()
462 scope_t *cur_scope; in dump_scope()
488 emit_patch(scope_t *scope, int patch) in emit_patch()
759 scope_t *
762 scope_t *new_scope; in scope_alloc()
764 new_scope = (scope_t *)malloc(sizeof(scope_t)); in scope_alloc()
780 process_scope(scope_t *scope) in process_scope()
787 scope_t *cur_scope; in process_scope()