Lines Matching refs:linestate
198 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()
729 linestate = LS_DIRTY; in parseline()
733 if (linestate == LS_DIRTY) { in parseline()
738 comment_name[incomment], linestate_name[linestate]); in parseline()
977 linestate = LS_START; in skipcomment()
1002 linestate = LS_DIRTY; in skipcomment()
1006 linestate = LS_DIRTY; in skipcomment()
1009 linestate = LS_START; in skipcomment()
1019 linestate = LS_START; in skipcomment()
1064 linestate = LS_DIRTY; in skipcomment()