Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/usr.bin/calendar/
H A Dio.c454 bool incomment = false; in cal_parse() local
466 if (incomment) { in cal_parse()
472 incomment = false; in cal_parse()
477 if (!incomment) { in cal_parse()
503 incomment = true; in cal_parse()