Home
last modified time | relevance | path

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

/freebsd/contrib/unifdef/
H A Dunifdef.c696 if (incomment) in done()
802 wascomment = incomment; in parseline()
1262 else switch (incomment) { in skipcomment()
1271 incomment = C_COMMENT; in skipcomment()
1298 incomment = NO_COMMENT; in skipcomment()
1307 incomment = NO_COMMENT; in skipcomment()
1324 incomment = NO_COMMENT; in skipcomment()
1337 incomment = NO_COMMENT; in skipcomment()
1344 incomment = C_COMMENT; in skipcomment()
1359 incomment = C_COMMENT; 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()