Searched refs:init_path (Results 1 – 2 of 2) sorted by relevance
294 extern char *vim_SelFile(Widget toplevel, char *prompt, char *init_path, int (*show_entry)(), int x…
2660 char *init_path, in vim_SelFile() argument2703 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()