Lines Matching refs:SFcurrentPath
104 SFcurrentPath[MAXPATHL], variable
286 (void) strcat(SFcurrentPath, str); in SFreplaceText()
288 (void) strncat(SFcurrentPath, str, len - 1); in SFreplaceText()
289 if (strncmp(SFcurrentPath, SFstartDir, strlen(SFstartDir))) in SFreplaceText()
290 SFsetText(SFcurrentPath); in SFreplaceText()
292 SFsetText(&(SFcurrentPath[strlen(SFstartDir)])); in SFreplaceText()
515 SFhomeDir.path = SFcurrentPath; in SFgetHomeDirs()
548 (void) strcat(strcat(strcpy(SFcurrentPath, in SFfindHomeDir()
551 SFsetText(SFcurrentPath); in SFfindHomeDir()
582 dir->path = SFcurrentPath + 1; in SFupdatePath()
599 if (SFcurrentPath[0] == '~') in SFupdatePath()
611 end = SFcurrentPath; in SFupdatePath()
624 end = SFcurrentPath + 1; in SFupdatePath()
639 if ((end - SFcurrentPath <= SFtextPos) && (*(end - 1) == '/')) in SFupdatePath()
680 if (SFchdir(SFcurrentPath) || SFgetDir(dir)) in SFupdatePath()
700 if ((end == SFcurrentPath + 1) && (!SFtwiddle)) in SFupdatePath()
952 if (SFchdir(SFcurrentPath)) in SFdirModTimer()
1290 if (!SFchdir(SFcurrentPath)) in SFstatAndCheck()
1912 pos = dir->path - SFcurrentPath; in SFpathSliderMovedCallback()
1914 if (!strncmp(SFcurrentPath, SFstartDir, strlen(SFstartDir))) in SFpathSliderMovedCallback()
2582 (void) wcstombs(SFcurrentPath, wcbuf, MAXPATHL); in SFtextChanged()
2587 strcpy(SFcurrentPath, SFstartDir); in SFtextChanged()
2588 (void) wcstombs(SFcurrentPath + strlen(SFcurrentPath), wcbuf, MAXPATHL); in SFtextChanged()
2597 (void) strcpy(SFcurrentPath, SFtextBuffer); in SFtextChanged()
2602 (void) strcat(strcpy(SFcurrentPath, SFstartDir), SFtextBuffer); in SFtextChanged()
2707 (void)strcpy(SFcurrentPath, init_path); in vim_SelFile()
2708 if (strncmp(SFcurrentPath, SFstartDir, strlen(SFstartDir))) in vim_SelFile()
2709 SFsetText(SFcurrentPath); in vim_SelFile()
2711 SFsetText(&(SFcurrentPath[strlen(SFstartDir)])); in vim_SelFile()
2715 (void)strcat(strcpy(SFcurrentPath, SFstartDir), init_path); in vim_SelFile()
2716 SFsetText(&(SFcurrentPath[strlen(SFstartDir)])); in vim_SelFile()
2720 (void)strcpy(SFcurrentPath, SFstartDir); in vim_SelFile()