Home
last modified time | relevance | path

Searched refs:SFcurrentPath (Results 1 – 14 of 14) sorted by relevance

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/x11/SelFile/
H A DPath.c178 (void) strcat(SFcurrentPath, str);
183 SFsetText(SFcurrentPath);
455 SFhomeDir.path = SFcurrentPath ; in SFgetHomeDirs()
498 SFsetText(SFcurrentPath);
520 SFsetText(SFcurrentPath);
553 dir->path = SFcurrentPath + 1; in SFupdatePath()
570 if (SFcurrentPath[0] == '~') { in SFupdatePath()
578 end = SFcurrentPath; in SFupdatePath()
588 end = SFcurrentPath + 1; in SFupdatePath()
653 SFchdir(SFcurrentPath) || in SFupdatePath()
[all …]
H A DSelFile.c68 SFcurrentPath[MAXPATHLEN], variable
576 (void) strcpy(SFcurrentPath, SFtextBuffer); in SFtextChanged()
580 (void) strcat(strcpy(SFcurrentPath, SFstartDir), SFtextBuffer); in SFtextChanged()
677 (void) strcpy(SFcurrentPath, init_path);
679 SFcurrentPath,
683 SFsetText(SFcurrentPath);
685 SFsetText(&(SFcurrentPath[strlen(SFstartDir)]));
688 (void) strcat(strcpy(SFcurrentPath, SFstartDir),
690 SFsetText(&(SFcurrentPath[strlen(SFstartDir)]));
693 (void) strcpy(SFcurrentPath, SFstartDir);
H A DSFinternal.h63 extern char SFcurrentPath[], SFstartDir[], SFcurrentDir[];
H A DDraw.c263 if (!SFchdir(SFcurrentPath)) { in SFstatAndCheck()
831 pos = dir->path - SFcurrentPath; in SFpathSliderMovedCallback()
833 if (!strncmp(SFcurrentPath, SFstartDir, strlen(SFstartDir))) { in SFpathSliderMovedCallback()
/dports/graphics/graphviz/graphviz-2.44.1/cmd/lefty/ws/x11/libfilereq/
H A DPath.c186 strcat (SFcurrentPath, str); in SFreplaceText()
188 strncat (SFcurrentPath, str, len - 1); in SFreplaceText()
191 SFsetText (SFcurrentPath); in SFreplaceText()
396 SFhomeDir.path = SFcurrentPath; in SFgetHomeDirs()
431 SFcurrentPath, SFlogins[i].dir in SFfindHomeDir()
434 SFsetText (SFcurrentPath); in SFfindHomeDir()
461 dir->path = SFcurrentPath + 1; in SFupdatePath()
474 if (SFcurrentPath[0] == '~') { in SFupdatePath()
485 end = SFcurrentPath; in SFupdatePath()
495 end = SFcurrentPath + 1; in SFupdatePath()
[all …]
H A DSelFile.c102 char SFstartDir[MAXPATHLEN], SFcurrentPath[MAXPATHLEN]; variable
624 strcpy (SFcurrentPath, SFtextBuffer); in SFtextChanged()
627 strcat (strcpy (SFcurrentPath, SFstartDir), SFtextBuffer); in SFtextChanged()
698 strcpy (SFcurrentPath, init_path); in XsraSelFile()
699 if (strncmp (SFcurrentPath, SFstartDir, strlen (SFstartDir))) { in XsraSelFile()
700 SFsetText (SFcurrentPath); in XsraSelFile()
702 SFsetText (& (SFcurrentPath[strlen (SFstartDir)])); in XsraSelFile()
705 strcat (strcpy (SFcurrentPath, SFstartDir), init_path); in XsraSelFile()
706 SFsetText (& (SFcurrentPath[strlen (SFstartDir)])); in XsraSelFile()
709 strcpy (SFcurrentPath, SFstartDir); in XsraSelFile()
H A DSFinternal.h82 extern char SFcurrentPath[], SFstartDir[], SFcurrentDir[];
H A DDraw.c219 if (!SFchdir (SFcurrentPath)) { in SFstatAndCheck()
656 pos = dir->path - SFcurrentPath; in SFpathSliderMovedCallback()
657 if (!strncmp (SFcurrentPath, SFstartDir, strlen (SFstartDir))) { in SFpathSliderMovedCallback()
/dports/print/tex-xdvik/xdvik-22.87/texk/xdvik/gui/
H A DsfPath.c205 (void)strcat(SFcurrentPath, str); in SFreplaceText()
208 (void)strncat(SFcurrentPath, str, len - 1); in SFreplaceText()
216 SFsetText(SFcurrentPath); in SFreplaceText()
454 SFhomeDir.path = SFcurrentPath; in SFgetHomeDirs()
491 (void)strcat(strcat(strcpy(SFcurrentPath, in SFfindHomeDir()
494 SFsetText(SFcurrentPath); in SFfindHomeDir()
525 dir->path = SFcurrentPath + 1; in SFupdatePath()
542 if (SFcurrentPath[0] == '~') { in SFupdatePath()
553 end = SFcurrentPath; in SFupdatePath()
564 end = SFcurrentPath + 1; in SFupdatePath()
[all …]
H A DsfSelFile.c108 char SFstartDir[MAXPATHLEN], SFcurrentPath[MAXPATHLEN], SFcurrentDir[MAXPATHLEN]; variable
818 (void)strcpy(SFcurrentPath, SFtextBuffer); in SFtextChanged()
823 (void)strcat(strcpy(SFcurrentPath, SFstartDir), SFtextBuffer); in SFtextChanged()
920 (void)strcpy(SFcurrentPath, callback->init_path); in XsraSelFilePopup()
921 if (strncmp(SFcurrentPath, SFstartDir, strlen(SFstartDir))) { in XsraSelFilePopup()
922 SFsetText(SFcurrentPath); in XsraSelFilePopup()
925 SFsetText(&(SFcurrentPath[strlen(SFstartDir)])); in XsraSelFilePopup()
929 (void)strcat(strcpy(SFcurrentPath, SFstartDir), callback->init_path); in XsraSelFilePopup()
930 SFsetText(&(SFcurrentPath[strlen(SFstartDir)])); in XsraSelFilePopup()
935 (void)strcpy(SFcurrentPath, SFstartDir); in XsraSelFilePopup()
H A DsfPath.h39 extern char SFcurrentPath[], SFstartDir[], SFcurrentDir[];
H A DsfDraw.c249 if (!SFchdir(SFcurrentPath)) { in SFstatAndCheck()
755 pos = dir->path - SFcurrentPath; in SFpathSliderMovedCallback()
757 if (!strncmp(SFcurrentPath, SFstartDir, strlen(SFstartDir))) { in SFpathSliderMovedCallback()
/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_at_fs.c104 SFcurrentPath[MAXPATHL], variable
290 SFsetText(SFcurrentPath); in SFreplaceText()
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()
952 if (SFchdir(SFcurrentPath)) in SFdirModTimer()
1290 if (!SFchdir(SFcurrentPath)) in SFstatAndCheck()
2588 (void) wcstombs(SFcurrentPath + strlen(SFcurrentPath), wcbuf, MAXPATHL); in SFtextChanged()
[all …]
/dports/math/gap/gap-4.11.0/pkg/xgap-4.30/src.x11/
H A Dselfile.c172 SFcurrentPath[MAXPATHLEN], variable
577 if (!SFchdir(SFcurrentPath)) { in SFstatAndCheck()
1256 SFsetText(SFcurrentPath); in SFreplaceText()
1523 SFsetText(SFcurrentPath); in SFfindHomeDir()
1553 dir->path = SFcurrentPath + 1; in SFupdatePath()
1570 if (SFcurrentPath[0] == '~') { in SFupdatePath()
1581 end = SFcurrentPath; in SFupdatePath()
1591 end = SFcurrentPath + 1; in SFupdatePath()
1654 SFchdir(SFcurrentPath) || in SFupdatePath()
1883 if (SFchdir(SFcurrentPath)) { in SFdirModTimer()
[all …]