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

/freebsd-13-stable/usr.bin/unifdef/
H A Dunifdef.c224 static Comment_state incomment; /* comment parser state */ variable
725 if (incomment)
831 wascomment = incomment;
909 comment_name[incomment], linestate_name[linestate]);
1270 * the comment state in the global variable incomment, and we also adjust
1289 else switch (incomment) {
1292 incomment = STARTING_COMMENT;
1295 incomment = STARTING_COMMENT;
1298 incomment = C_COMMENT;
1301 incomment
[all...]
/freebsd-13-stable/usr.bin/calendar/
H A Dio.c422 bool incomment = false; local
434 if (incomment) {
440 incomment = false;
445 if (!incomment) {
465 incomment = true;

Completed in 43 milliseconds