Lines Matching refs:FALSE
91 BOOL gQuietMode = FALSE; // Quiet mode
92 BOOL gVerboseMode = FALSE; // verbose mode
93 BOOL gDebugMode = FALSE; // Debug mode
95 BOOL gStdinMode = FALSE; // stdin mode
97 BOOL gIsForceNitro = FALSE; // Set hybrid to NITRO mode?
99 BOOL gIsTypeSpecified = FALSE; // Is there a device type specification?
102 BOOL gIsSerialSpecified = FALSE; // Is there a serial number specification?
105 BOOL gIsCartridgeLocked = FALSE; // Should the cartridge slot be locked?
106 BOOL gIsCardLocked = FALSE; // Should the card slot be locked?
109 BOOL gTimeOutOccured = FALSE; // Has a timeout occurred?
112 int gExecTimeOutOccured = FALSE; // Has an execution timeout occurred?
115 BOOL gStringAborted = FALSE; // Has execution terminated due to the abort string?
117 BOOL gExitAborted = FALSE; // Exit from OS_Exit()
121 BOOL gShowArchitecture = FALSE; // Show the architecture?
122 BOOL gShowConsoleNum = FALSE; // Show the console number?
131 BOOL gDeviceConnected = FALSE;
151 BOOL gIsInputFileOpened = FALSE;
156 BOOL gShowLapTime = FALSE;
159 BOOL gStoppedByUser = FALSE; // Indicates whether execution was stopped by the user.
162 volatile BOOL gIsOutputString = FALSE;
481 BOOL helpFlag = FALSE; in parseOption()
598 gIsCardLocked = FALSE; in parseOption()
613 gIsCartridgeLocked = FALSE; in parseOption()
657 BOOL isDisplayHelp = FALSE; in parseOption()
816 gIsInputFileOpened = FALSE; in loadFile()
884 ISTD_Reset(gDeviceHandle, FALSE); in setSlotPower()
955 gIsOutputString = FALSE; in procPrintf()
1105 gIsLineHead[console] = FALSE; in outputString()
1144 return FALSE; in outputString()
1152 return FALSE; in outputString()