Searched refs:w_prevdir (Results 1 – 3 of 3) sorted by relevance
1401 newp->w_prevdir = (oldp->w_prevdir == NULL) in win_init()1402 ? NULL : vim_strsave(oldp->w_prevdir); in win_init()5116 vim_free(wp->w_prevdir); in win_free()
3666 char_u *w_prevdir; // previous directory member
7262 return curwin->w_prevdir; in get_prevdir()7357 curwin->w_prevdir = pdir; in changedir_func()