Home
last modified time | relevance | path

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

/freebsd/contrib/unifdef/
H A Dunifdef.c210 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()
[all …]
/freebsd/usr.bin/calendar/
H A Dio.c441 bool incomment = false; in cal_parse() local
453 if (incomment) { in cal_parse()
459 incomment = false; in cal_parse()
464 if (!incomment) { in cal_parse()
490 incomment = true; in cal_parse()