Lines Matching refs:scope_T
91 typedef struct scope_S scope_T; typedef
93 scope_T *se_outer; // scope containing this one
190 scope_T *ctx_scope; // current scope, NULL at toplevel
7636 static scope_T *
7639 scope_T *scope = ALLOC_CLEAR_ONE(scope_T); in new_scope()
7656 scope_T *scope = cctx->ctx_scope; in drop_scope()
7719 scope_T *scope; in compile_if()
7799 scope_T *scope = cctx->ctx_scope; in compile_elseif()
7949 scope_T *scope = cctx->ctx_scope; in compile_else()
8014 scope_T *scope = cctx->ctx_scope; in compile_endif()
8095 scope_T *scope; in compile_for()
8327 scope_T *scope = cctx->ctx_scope; in compile_endfor()
8380 scope_T *scope; in compile_while()
8422 scope_T *scope = cctx->ctx_scope; in compile_endwhile()
8462 scope_T *scope = cctx->ctx_scope; in compile_continue()
8505 scope_T *scope = cctx->ctx_scope; in compile_break()
8548 scope_T *scope = cctx->ctx_scope; in compile_endblock()
8591 scope_T *try_scope; in compile_try()
8592 scope_T *scope; in compile_try()
8632 scope_T *scope = cctx->ctx_scope; in compile_catch()
8751 scope_T *scope = cctx->ctx_scope; in compile_finally()
8824 scope_T *scope = cctx->ctx_scope; in compile_endtry()