Searched defs:InComment (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DSimpleFileParsing.c740 BOOLEAN InComment; local
745 InComment = FALSE;
754 if (InComment && SlashSlashComment) {
755 InComment = FALSE;
767 } else if (InComment &&
776 InComment = FALSE;
777 } else if (InComment) {
784 InComment = TRUE;
795 InComment = TRUE;

Completed in 34 milliseconds