Lines Matching defs:incomment
233 static Comment_state incomment; /* comment parser state */
504 if (incomment)
600 wascomment = incomment;
609 if (!incomment && linestate == LS_HASH) {
653 if (retval != LT_PLAIN && (wascomment || incomment)) {
655 if (incomment)
664 comment_name[incomment], linestate_name[linestate]);
846 * global variable incomment, and we also adjust the global variable
863 else switch (incomment) {
866 incomment = STARTING_COMMENT;
869 incomment = C_COMMENT;
872 incomment = CXX_COMMENT;
884 incomment = NO_COMMENT;
891 incomment = FINISHING_COMMENT;
894 incomment = NO_COMMENT;
901 incomment = C_COMMENT;
904 incomment = CXX_COMMENT;
907 incomment = NO_COMMENT;
913 incomment = NO_COMMENT;
916 incomment = C_COMMENT;