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

/linux-4.1.27/scripts/
H A Dunifdef.c198 static Line_state linestate; /* #if line parser state */ variable
636 * parser state between calls in the global variable linestate, with
660 if (linestate == LS_START) { parseline()
662 linestate = LS_HASH; parseline()
666 linestate = LS_DIRTY; parseline()
668 if (!incomment && linestate == LS_HASH) { parseline()
701 linestate = LS_DIRTY; parseline()
706 linestate = LS_DIRTY; parseline()
716 linestate = LS_DIRTY; parseline()
721 if (linestate == LS_HASH) { parseline()
727 linestate = LS_START; parseline()
729 linestate = LS_DIRTY; parseline()
733 if (linestate == LS_DIRTY) { parseline()
738 comment_name[incomment], linestate_name[linestate]); parseline()
968 * the global variable linestate when we see a newline.
977 linestate = LS_START;
1002 linestate = LS_DIRTY;
1006 linestate = LS_DIRTY;
1009 linestate = LS_START;
1019 linestate = LS_START;
1064 linestate = LS_DIRTY;
/linux-4.1.27/drivers/staging/octeon-usb/
H A Docteon-hcd.h881 * introduced by the PHY in generating the linestate condition may

Completed in 152 milliseconds