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

/linux-master/scripts/
H A Dunifdef.c197 static Comment_state incomment; /* comment parser state */ variable
623 if (incomment)
658 wascomment = incomment;
668 if (!incomment && linestate == LS_HASH) {
713 if (retval != LT_PLAIN && (wascomment || incomment)) {
715 if (incomment)
738 comment_name[incomment], linestate_name[linestate]);
967 * the comment state in the global variable incomment, and we also adjust
986 else switch (incomment) {
989 incomment
[all...]

Completed in 96 milliseconds