Searched refs:SFstartDir (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | gui_at_fs.c | 103 static char SFstartDir[MAXPATHL], variable 289 if (strncmp(SFcurrentPath, SFstartDir, strlen(SFstartDir))) in SFreplaceText() 292 SFsetText(&(SFcurrentPath[strlen(SFstartDir)])); in SFreplaceText() 1914 if (!strncmp(SFcurrentPath, SFstartDir, strlen(SFstartDir))) in SFpathSliderMovedCallback() 1916 pos -= strlen(SFstartDir); in SFpathSliderMovedCallback() 2587 strcpy(SFcurrentPath, SFstartDir); in SFtextChanged() 2649 if (SFchdir(SFstartDir)) in SFprepareToReturn() 2700 (void)strcat(SFstartDir, "/"); in vim_SelFile() 2701 (void)strcpy(SFcurrentDir, SFstartDir); in vim_SelFile() 2708 if (strncmp(SFcurrentPath, SFstartDir, strlen(SFstartDir))) in vim_SelFile() [all …]
|