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()
461 dump_scope(scope_t *scope) in dump_scope()
463 scope_t *cur_scope; in dump_scope()
489 emit_patch(scope_t *scope, int patch) in emit_patch()
760 scope_t *
763 scope_t *new_scope; in scope_alloc()
765 new_scope = (scope_t *)malloc(sizeof(scope_t)); in scope_alloc()
781 process_scope(scope_t *scope) in process_scope()
788 scope_t *cur_scope; in process_scope()