Lines Matching refs:FALSE
64 BOOL gIsInputFileOpened = FALSE;
70 BOOL gIsOutputFileOpened = FALSE;
75 BOOL gIsReplacementFileOpened = FALSE;
80 BOOL gIsTlfFileOpened = FALSE;
90 BOOL gQuietMode = FALSE;
91 BOOL gVerboseMode = FALSE;
93 BOOL gDebugMode = FALSE;
94 BOOL gTlfInputMode = FALSE;
95 BOOL gStdoutMode = FALSE;
424 BOOL helpFlag = FALSE; in parseOption()
468 gReplacementMode = FALSE; in parseOption()
483 gReplacementMode = FALSE; in parseOption()
487 gReplacementMode = FALSE; in parseOption()
544 gIsTlfFileOpened = FALSE; in parseOption()
582 BOOL isFound_T = FALSE; in analyzeTlfFile()
583 BOOL isFound_9 = FALSE; in analyzeTlfFile()
691 gIsReplacementFileOpened = FALSE; in openFiles()
803 gIsInputFileOpened = FALSE; in closeFiles()
808 gIsOutputFileOpened = FALSE; in closeFiles()
813 gIsReplacementFileOpened = FALSE; in closeFiles()
818 gIsTlfFileOpened = FALSE; in closeFiles()
827 BOOL isFindMark = FALSE; in replaceToSpecifiedString()