Home
last modified time | relevance | path

Searched refs:UL_ChangeDirectory (Results 1 – 3 of 3) sorted by relevance

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_util.h102 boolean UL_ChangeDirectory (char *path);
H A Drt_ted.c1661 if (UL_ChangeDirectory (info->path) == false) in GetAlternateMapInfo()
1666 UL_ChangeDirectory (&CWD[0]); in GetAlternateMapInfo()
1823 if (UL_ChangeDirectory (info->path) == false) in LoadAlternateMap()
1828 UL_ChangeDirectory (&CWD[0]); in LoadAlternateMap()
H A Drt_util.c1815 boolean UL_ChangeDirectory (char *path) in UL_ChangeDirectory() function