Home
last modified time | relevance | path

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

/linux-6.1.9/scripts/
Dunifdef.c197 static Comment_state incomment; /* comment parser state */ variable
623 if (incomment) in done()
658 wascomment = incomment; in parseline()
668 if (!incomment && linestate == LS_HASH) { in parseline()
713 if (retval != LT_PLAIN && (wascomment || incomment)) { in parseline()
715 if (incomment) in parseline()
738 comment_name[incomment], linestate_name[linestate]); in parseline()
986 else switch (incomment) { in skipcomment()
989 incomment = STARTING_COMMENT; in skipcomment()
992 incomment = STARTING_COMMENT; in skipcomment()
[all …]