Home
last modified time | relevance | path

Searched refs:FixPathSeperator (Results 1 – 13 of 13) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dcmdlib.h27 void FixPathSeperator (char *path);
28 static void inline FixPathSeperator (FString &path) { path.ReplaceChars('\\', '/'); } in FixPathSeperator() function
H A Dpathexpander.cpp75 FixPathSeperator(current_filename); in openFileReader()
127 FixPathSeperator(copy); in addToPathlist()
H A Dd_iwad.cpp346 FixPathSeperator (iwad); in CheckIWAD()
407 FixPathSeperator (custwad); in IdentifyVersion()
433 FixPathSeperator(nice); in IdentifyVersion()
H A Ds_playlist.cpp153 FixPathSeperator(str); in NextLine()
H A Dcmdlib.cpp62 void FixPathSeperator (char *path) in FixPathSeperator() function
H A Dd_main.cpp1494 FixPathSeperator(f); in D_AddFile()
2558 FixPathSeperator (file); in D_DoomMain()
H A Dg_game.cpp2393 FixPathSeperator (demoname); in G_RecordDemo()
2684 FixPathSeperator (defdemoname); in G_DoPlayDemo()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dzdoomsupport.h61 template<class T> void FixPathSeperator (T &path) { path.ReplaceChars('\\', '/'); } in FixPathSeperator() function
/dports/games/zdoom/zdoom-2.8.1/src/resourcefiles/
H A Dfile_7z.cpp289 FixPathSeperator(&nameASCII[0]); in Open()
H A Dfile_zip.cpp245 FixPathSeperator(name); in Open()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/resourcefiles/
H A Dfile_7z.cpp299 FixPathSeperator(name); in Open()
H A Dfile_zip.cpp245 FixPathSeperator(name); in Open()
/dports/games/zdoom/zdoom-2.8.1/src/win32/
H A Di_main.cpp912 FixPathSeperator(program); in DoMain()