Searched refs:in_comment (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/translators/ppm/
H A DPPMTranslator.cpp681 bool in_comment = false; local
694 if (in_comment && (ch[0] != 10) && (ch[0] != 13)) {
710 in_comment = false;
712 in_comment = true;

Completed in 29 milliseconds