incomment         197 scripts/unifdef.c static Comment_state    incomment;		/* comment parser state */
incomment         623 scripts/unifdef.c 	if (incomment)
incomment         658 scripts/unifdef.c 	wascomment = incomment;
incomment         668 scripts/unifdef.c 	if (!incomment && linestate == LS_HASH) {
incomment         713 scripts/unifdef.c 		if (retval != LT_PLAIN && (wascomment || incomment)) {
incomment         715 scripts/unifdef.c 			if (incomment)
incomment         738 scripts/unifdef.c 	    comment_name[incomment], linestate_name[linestate]);
incomment         986 scripts/unifdef.c 		else switch (incomment) {
incomment         989 scripts/unifdef.c 				incomment = STARTING_COMMENT;
incomment         992 scripts/unifdef.c 				incomment = STARTING_COMMENT;
incomment         995 scripts/unifdef.c 				incomment = C_COMMENT;
incomment         998 scripts/unifdef.c 				incomment = CXX_COMMENT;
incomment        1001 scripts/unifdef.c 				incomment = CHAR_LITERAL;
incomment        1005 scripts/unifdef.c 				incomment = STRING_LITERAL;
incomment        1018 scripts/unifdef.c 				incomment = NO_COMMENT;
incomment        1025 scripts/unifdef.c 			if ((incomment == CHAR_LITERAL && cp[0] == '\'') ||
incomment        1026 scripts/unifdef.c 			    (incomment == STRING_LITERAL && cp[0] == '\"')) {
incomment        1027 scripts/unifdef.c 				incomment = NO_COMMENT;
incomment        1035 scripts/unifdef.c 				if (incomment == CHAR_LITERAL)
incomment        1044 scripts/unifdef.c 				incomment = FINISHING_COMMENT;
incomment        1047 scripts/unifdef.c 				incomment = FINISHING_COMMENT;
incomment        1050 scripts/unifdef.c 				incomment = NO_COMMENT;
incomment        1057 scripts/unifdef.c 				incomment = C_COMMENT;
incomment        1060 scripts/unifdef.c 				incomment = CXX_COMMENT;
incomment        1063 scripts/unifdef.c 				incomment = NO_COMMENT;
incomment        1069 scripts/unifdef.c 				incomment = NO_COMMENT;
incomment        1072 scripts/unifdef.c 				incomment = C_COMMENT;