Lines Matching refs:incomment
210 static Comment_state incomment; /* comment parser state */ variable
696 if (incomment) in done()
802 wascomment = incomment; in parseline()
882 comment_name[incomment], linestate_name[linestate]); in parseline()
1262 else switch (incomment) { in skipcomment()
1265 incomment = STARTING_COMMENT; in skipcomment()
1268 incomment = STARTING_COMMENT; in skipcomment()
1271 incomment = C_COMMENT; in skipcomment()
1274 incomment = CXX_COMMENT; in skipcomment()
1277 incomment = CHAR_LITERAL; in skipcomment()
1281 incomment = STRING_LITERAL; in skipcomment()
1285 incomment = RAW_STRING_LITERAL; in skipcomment()
1298 incomment = NO_COMMENT; in skipcomment()
1305 if ((incomment == CHAR_LITERAL && cp[0] == '\'') || in skipcomment()
1306 (incomment == STRING_LITERAL && cp[0] == '\"')) { in skipcomment()
1307 incomment = NO_COMMENT; in skipcomment()
1315 if (incomment == CHAR_LITERAL) in skipcomment()
1324 incomment = NO_COMMENT; in skipcomment()
1331 incomment = FINISHING_COMMENT; in skipcomment()
1334 incomment = FINISHING_COMMENT; in skipcomment()
1337 incomment = NO_COMMENT; in skipcomment()
1344 incomment = C_COMMENT; in skipcomment()
1347 incomment = CXX_COMMENT; in skipcomment()
1350 incomment = NO_COMMENT; in skipcomment()
1356 incomment = NO_COMMENT; in skipcomment()
1359 incomment = C_COMMENT; in skipcomment()
1586 if (incomment) in defundefile()
1637 comment_name[incomment], linestate_name[linestate]); in defundef()