Home
last modified time | relevance | path

Searched defs:scope (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9compile.c6020 char *scope = ""; in vim9_declare_error() 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
[all …]
H A Dex_docmd.c7259 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
H A Dfilepath.c785 cdscope_T scope = CDSCOPE_GLOBAL; in f_chdir() local
H A Devalvars.c3038 init_var_dict(dict_T *dict, dictitem_T *dict_var, int scope) in init_var_dict()
H A Dif_lua.c1787 const char *scope = luaL_checkstring(L, 1); in luaV_get_var_scope() local