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() [all...]
1085 scope_t *new_scope;1095 scope_t *new_scope;1096 scope_t *scope_context;1097 scope_t *last_scope;1120 scope_t *new_scope;1121 scope_t *scope_context;1122 scope_t *last_scope;1146 scope_t *scope_context;
178 } scope_t; typedef