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; in main()
467 dump_scope(scope_t *scope) in dump_scope()
469 scope_t *cur_scope; in dump_scope()
495 emit_patch(scope_t *scope, int patch) in emit_patch()
764 scope_t *
767 scope_t *new_scope; in scope_alloc()
769 new_scope = (scope_t *)malloc(sizeof(scope_t)); in scope_alloc()
785 process_scope(scope_t *scope) in process_scope()
792 scope_t *cur_scope; in process_scope()