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()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()[all …]
1084 scope_t *new_scope;1094 scope_t *new_scope;1095 scope_t *scope_context;1096 scope_t *last_scope;1119 scope_t *new_scope;1120 scope_t *scope_context;1121 scope_t *last_scope;1145 scope_t *scope_context;
178 } scope_t; typedef