Lines Matching defs:scope
6020 char *scope = ""; in vim9_declare_error() local
7639 scope_T *scope = ALLOC_CLEAR_ONE(scope_T); in new_scope() local
7656 scope_T *scope = cctx->ctx_scope; in drop_scope() local
7719 scope_T *scope; in compile_if() local
7799 scope_T *scope = cctx->ctx_scope; in compile_elseif() local
7949 scope_T *scope = cctx->ctx_scope; in compile_else() local
8014 scope_T *scope = cctx->ctx_scope; in compile_endif() local
8095 scope_T *scope; in compile_for() local
8327 scope_T *scope = cctx->ctx_scope; in compile_endfor() local
8380 scope_T *scope; in compile_while() local
8422 scope_T *scope = cctx->ctx_scope; in compile_endwhile() local
8462 scope_T *scope = cctx->ctx_scope; in compile_continue() local
8505 scope_T *scope = cctx->ctx_scope; in compile_break() local
8548 scope_T *scope = cctx->ctx_scope; in compile_endblock() local
8592 scope_T *scope; in compile_try() local
8632 scope_T *scope = cctx->ctx_scope; in compile_catch() local
8751 scope_T *scope = cctx->ctx_scope; in compile_finally() local
8824 scope_T *scope = cctx->ctx_scope; in compile_endtry() local