Lines Matching refs:FALSE
86 BOOL gQuietMode = FALSE; // Quiet mode
87 BOOL gVerboseMode = FALSE; // verbose mode
88 BOOL gDebugMode = FALSE; // Debug mode
90 BOOL gStdinMode = FALSE; // stdin mode
92 BOOL gIsTypeSpecified = FALSE; // Is there a device type specification?
95 BOOL gIsSerialSpecified = FALSE; // Is there a serial number specification?
98 BOOL gIsCartridgeLocked = FALSE; // Should the cartridge slot be locked?
99 BOOL gIsCardLocked = FALSE; // Should the card slot be locked?
102 BOOL gTimeOutOccured = FALSE; // Has a timeout occurred?
105 int gExecTimeOutOccured = FALSE; // Has an execution timeout occurred?
108 BOOL gStringAborted = FALSE; // Has execution terminated due to the abort string?
110 BOOL gExitAborted = FALSE; // Exit from OS_Exit()
120 BOOL gDeviceConnected = FALSE;
137 BOOL gIsInputFileOpened = FALSE;
142 BOOL gShowLapTime = FALSE;
145 BOOL gStoppedByUser = FALSE; // Indicates whether execution was stopped by the user.
167 (void)ISNTD_CartridgeSlotPower(gDeviceHandle, FALSE); in myExit()
168 (void)ISNTD_CardSlotPower(gDeviceHandle, FALSE); in myExit()
394 BOOL helpFlag = FALSE; in parseOption()
491 gIsCardLocked = FALSE; in parseOption()
506 gIsCartridgeLocked = FALSE; in parseOption()
550 BOOL isDisplayHelp = FALSE; in parseOption()
688 gIsInputFileOpened = FALSE; in loadFile()
727 ISNTD_Reset(gDeviceHandle, FALSE); in setSlotPower()
764 BOOL isOutputString = FALSE; in procPrintf()
899 gIsLineHead = FALSE; in outputString()
941 return FALSE; in outputString()
949 return FALSE; in outputString()