Searched refs:InComment (Results 1 – 9 of 9) sorted by relevance
284 InComment = False297 if not InComment and self.__CurrentChar() == T_CHAR_DOUBLE_QUOTE:300 if not InComment and self.__CurrentChar() == T_CHAR_SINGLE_QUOTE:313 if InComment and DoubleSlashComment:314 InComment = False320 if InComment and HashComment and not PPExtend:321 InComment = False334 if InComment and not DoubleSlashComment and not HashComment:339 …elif InComment and not DoubleSlashComment and not HashComment and self.__CurrentChar() == T_CHAR_S…349 InComment = False[all …]
942 InComment = False948 if InComment and DoubleSlashComment:949 InComment = False953 …elif InComment and not DoubleSlashComment and ListFromStr[Index] == '*' and ListFromStr[Index + 1]…958 InComment = False960 elif InComment:965 InComment = True974 InComment = True
275 InComment = False287 if not InComment and self.__CurrentChar() == T_CHAR_DOUBLE_QUOTE:290 if not InComment and self.__CurrentChar() == T_CHAR_SINGLE_QUOTE:303 if InComment and DoubleSlashComment:304 InComment = False307 if InComment and HashComment and not PPExtend:308 InComment = False324 …elif InComment and not DoubleSlashComment and not HashComment and self.__CurrentChar() == T_CHAR_S…330 InComment = False332 elif InComment:[all …]
753 BOOLEAN InComment; in PreprocessFile() local758 InComment = FALSE; in PreprocessFile()767 if (InComment && SlashSlashComment) { in PreprocessFile()768 InComment = FALSE; in PreprocessFile()780 } else if (InComment && in PreprocessFile()789 InComment = FALSE; in PreprocessFile()790 } else if (InComment) { in PreprocessFile()797 InComment = TRUE; in PreprocessFile()808 InComment = TRUE; in PreprocessFile()
734 BOOLEAN InComment; in PreprocessFile() local739 InComment = FALSE; in PreprocessFile()748 if (InComment && SlashSlashComment) { in PreprocessFile()749 InComment = FALSE; in PreprocessFile()761 } else if (InComment && in PreprocessFile()770 InComment = FALSE; in PreprocessFile()771 } else if (InComment) { in PreprocessFile()778 InComment = TRUE; in PreprocessFile()789 InComment = TRUE; in PreprocessFile()
567 BOOLEAN InComment; in ParseFile() local579 InComment = FALSE; in ParseFile()606 InComment = FALSE; in ParseFile()609 } else if (InComment) { in ParseFile()613 InComment = TRUE; in ParseFile()658 InComment = TRUE; in ParseFile()685 BOOLEAN InComment; in PreprocessFile() local688 InComment = FALSE; in PreprocessFile()696 InComment = 0; in PreprocessFile()703 } else if (InComment) { in PreprocessFile()[all …]
594 BOOLEAN InComment; in ParseFile() local606 InComment = FALSE; in ParseFile()633 InComment = FALSE; in ParseFile()636 } else if (InComment) { in ParseFile()640 InComment = TRUE; in ParseFile()690 InComment = TRUE; in ParseFile()717 BOOLEAN InComment; in PreprocessFile() local720 InComment = FALSE; in PreprocessFile()728 InComment = 0; in PreprocessFile()735 } else if (InComment) { in PreprocessFile()[all …]
417 InComment = False425 if self.__CurrentChar() == T_CHAR_DOUBLE_QUOTE and not InComment:431 if InComment and DoubleSlashComment:432 InComment = False434 if InComment and HashComment:435 InComment = False438 …elif InComment and not DoubleSlashComment and not HashComment and self.__CurrentChar() == T_CHAR_S…443 InComment = False445 elif InComment:450 InComment = True[all …]
558 InComment = False566 if self.__CurrentChar() == T_CHAR_DOUBLE_QUOTE and not InComment:572 if InComment and DoubleSlashComment:573 InComment = False575 if InComment and HashComment:576 InComment = False579 …elif InComment and not DoubleSlashComment and not HashComment and self.__CurrentChar() == T_CHAR_S…584 InComment = False586 elif InComment:591 InComment = True[all …]