Lines Matching refs:scope
7259 get_prevdir(cdscope_T scope) in get_prevdir() argument
7261 if (scope == CDSCOPE_WINDOW) in get_prevdir()
7263 else if (scope == CDSCOPE_TABPAGE) in get_prevdir()
7274 post_chdir(cdscope_T scope) in post_chdir() argument
7276 if (scope != CDSCOPE_WINDOW) in post_chdir()
7280 if (scope != CDSCOPE_GLOBAL) in post_chdir()
7282 char_u *pdir = get_prevdir(scope); in post_chdir()
7292 if (scope == CDSCOPE_TABPAGE) in post_chdir()
7320 cdscope_T scope) in changedir_func() argument
7339 pdir = get_prevdir(scope); in changedir_func()
7349 tofree = get_prevdir(scope); in changedir_func()
7356 if (scope == CDSCOPE_WINDOW) in changedir_func()
7358 else if (scope == CDSCOPE_TABPAGE) in changedir_func()
7390 post_chdir(scope); in changedir_func()
7394 if (scope == CDSCOPE_WINDOW) in changedir_func()
7396 else if (scope == CDSCOPE_TABPAGE) in changedir_func()
7426 cdscope_T scope = CDSCOPE_GLOBAL; in ex_cd() local
7429 scope = CDSCOPE_WINDOW; in ex_cd()
7431 scope = CDSCOPE_TABPAGE; in ex_cd()
7433 if (changedir_func(new_dir, eap->forceit, scope)) in ex_cd()