Home
last modified time | relevance | path

Searched refs:init_path (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dproto.h294 extern char *vim_SelFile(Widget toplevel, char *prompt, char *init_path, int (*show_entry)(), int x…
H A Dgui_at_fs.c2660 char *init_path, in vim_SelFile() argument
2703 if (init_path) in vim_SelFile()
2705 if (init_path[0] == '/') in vim_SelFile()
2707 (void)strcpy(SFcurrentPath, init_path); in vim_SelFile()
2715 (void)strcat(strcpy(SFcurrentPath, SFstartDir), init_path); in vim_SelFile()