Lines Matching refs:scope_t
76 static void dump_scope(scope_t *scope);
77 static void emit_patch(scope_t *scope, int patch);
120 scope_t *sentinal; in main()
459 dump_scope(scope_t *scope) in dump_scope()
461 scope_t *cur_scope; in dump_scope()
487 emit_patch(scope_t *scope, int patch) in emit_patch()
758 scope_t *
761 scope_t *new_scope; in scope_alloc()
763 new_scope = (scope_t *)malloc(sizeof(scope_t)); in scope_alloc()
779 process_scope(scope_t *scope) in process_scope()
786 scope_t *cur_scope; in process_scope()