Home
last modified time | relevance | path

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

/dports/devel/xwpe/xwpe-1.5.30a/
H A Dedit.h495 int WpeCopyFileCont(char *oldfile, char *newfile, FENSTER *f);
H A Dwe_fl_unix.c2627 if (WpeCopyFileCont(tmp, ntmp, f))
2727 retl = WpeCopyFileCont(file, newname, f);
2739 if ((retl = WpeCopyFileCont(file, newname, f)) == 0)
2790 int WpeCopyFileCont(char *oldfile, char *newfile, FENSTER *f) function