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

/freebsd-current/contrib/unifdef/
H A Dunifdef.c210 static Comment_state incomment; /* comment parser state */ variable
696 if (incomment)
802 wascomment = incomment;
882 comment_name[incomment], linestate_name[linestate]);
1243 * the comment state in the global variable incomment, and we also adjust
1262 else switch (incomment) {
1265 incomment = STARTING_COMMENT;
1268 incomment = STARTING_COMMENT;
1271 incomment = C_COMMENT;
1274 incomment
[all...]
/freebsd-current/usr.bin/calendar/
H A Dio.c441 bool incomment = false; local
453 if (incomment) {
459 incomment = false;
464 if (!incomment) {
490 incomment = true;

Completed in 282 milliseconds