Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/
H A 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()
967 * the comment state in the global variable incomment, and we also adjust
986 else switch (incomment) { in skipcomment()
989 incomment in skipcomment()
[all...]
/kernel/linux/linux-6.6/scripts/
H A 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()
967 * the comment state in the global variable incomment, and we also adjust
986 else switch (incomment) { in skipcomment()
989 incomment in skipcomment()
[all...]

Completed in 4 milliseconds