Home
last modified time | relevance | path

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

/scripts/
Dunifdef.c198 static Line_state linestate; /* #if line parser state */ variable
660 if (linestate == LS_START) { in parseline()
662 linestate = LS_HASH; in parseline()
666 linestate = LS_DIRTY; in parseline()
668 if (!incomment && linestate == LS_HASH) { in parseline()
701 linestate = LS_DIRTY; in parseline()
706 linestate = LS_DIRTY; in parseline()
716 linestate = LS_DIRTY; in parseline()
721 if (linestate == LS_HASH) { in parseline()
727 linestate = LS_START; in parseline()
[all …]