Searched refs:scope_t (Results 1 – 3 of 3) sorted by relevance
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()[all …]
1089 scope_t *new_scope;1099 scope_t *new_scope;1100 scope_t *scope_context;1101 scope_t *last_scope;1124 scope_t *new_scope;1125 scope_t *scope_context;1126 scope_t *last_scope;1150 scope_t *scope_context;
182 } scope_t; typedef