Searched defs:scope (Results 1 – 5 of 5) sorted by relevance
6020 char *scope = ""; in vim9_declare_error() local7656 scope_T *scope = cctx->ctx_scope; in drop_scope() local7719 scope_T *scope; in compile_if() local7799 scope_T *scope = cctx->ctx_scope; in compile_elseif() local7949 scope_T *scope = cctx->ctx_scope; in compile_else() local8014 scope_T *scope = cctx->ctx_scope; in compile_endif() local8095 scope_T *scope; in compile_for() local8327 scope_T *scope = cctx->ctx_scope; in compile_endfor() local8380 scope_T *scope; in compile_while() local8422 scope_T *scope = cctx->ctx_scope; in compile_endwhile() local[all …]
7259 get_prevdir(cdscope_T scope) in get_prevdir()7274 post_chdir(cdscope_T scope) in post_chdir()7320 cdscope_T scope) in changedir_func()7426 cdscope_T scope = CDSCOPE_GLOBAL; in ex_cd() local
785 cdscope_T scope = CDSCOPE_GLOBAL; in f_chdir() local
3038 init_var_dict(dict_T *dict, dictitem_T *dict_var, int scope) in init_var_dict()
1787 const char *scope = luaL_checkstring(L, 1); in luaV_get_var_scope() local