Home
last modified time | relevance | path

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

/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_diskop.c174 return FReq_ModCurPathU; in getDiskOpModPath()
190 FReq_ModCurPathU[80] = 0; in setupInitialPaths()
224 FReq_ModCurPathU[80] = 0; in setupInitialPaths()
294 if (FReq_ModCurPathU != NULL) { free(FReq_ModCurPathU); FReq_ModCurPathU = NULL; } in freeDiskOp()
336 FReq_ModCurPathU[0] = 0; in setupDiskOp()
2089 FReq_CurPathU = FReq_ModCurPathU; in setDiskOpItem()
2249 assert(FReq_ModCurPathU != NULL); in showDiskOpScreen()
2252 if (FReq_ModCurPathU[0] == '\0' || UNICHAR_CHDIR(FReq_ModCurPathU) != 0) in showDiskOpScreen()
2260 UNICHAR_STRCPY(FReq_ModCurPathU, home); in showDiskOpScreen()
2262 UNICHAR_CHDIR(FReq_ModCurPathU); in showDiskOpScreen()
[all …]