Home
last modified time | relevance | path

Searched refs:cdscope_T (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dex_docmd.pro48 void post_chdir(cdscope_T scope);
49 int changedir_func(char_u *new_dir, int forceit, cdscope_T scope);
/vim-8.2.3635/src/
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()
H A Dstructs.h4291 } cdscope_T; typedef
H A Dfilepath.c785 cdscope_T scope = CDSCOPE_GLOBAL; in f_chdir()