Searched refs:disk_not_mounted (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/amiga/
H A Damiga.h43 # define disk_not_mounted 0 macro
H A Dz-stat.h82 extern unsigned short disk_not_mounted; /* flag set by opendir() */
H A Dstat.c63 unsigned short disk_not_mounted; variable
156 disk_not_mounted = IoErr() == ERROR_DEVICE_NOT_MOUNTED;
160 disk_not_mounted = 0;
H A Damigazip.c84 } while (!dir && !disk_not_mounted && subwild > wildtail);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/amiga/
H A Dz-stat.h82 extern unsigned short disk_not_mounted; /* flag set by opendir() */
H A Dstat.c63 unsigned short disk_not_mounted; variable
156 disk_not_mounted = IoErr() == ERROR_DEVICE_NOT_MOUNTED;
160 disk_not_mounted = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Dacornzip.c53 int disk_not_mounted=0; local
78 } while (!dir && !disk_not_mounted && subwild > wildtail);

Completed in 71 milliseconds