Home | History | Annotate | Download | only in unifdef

Lines Matching refs:linestate

234 static Line_state       linestate;		/* #if line parser state */
585 * parser state between calls in the global variable linestate, with
602 if (linestate == LS_START) {
604 linestate = LS_HASH;
607 linestate = LS_DIRTY;
609 if (!incomment && linestate == LS_HASH) {
641 linestate = LS_DIRTY;
646 linestate = LS_DIRTY;
656 linestate = LS_DIRTY;
659 if (linestate == LS_DIRTY) {
664 comment_name[incomment], linestate_name[linestate]);
847 * linestate when we see a newline.
856 linestate = LS_START;
875 linestate = LS_START;
885 linestate = LS_START;
908 linestate = LS_DIRTY;