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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dunifdef.c188 static Line_state linestate; /* #if line parser state */ variable
520 * parser state between calls in the global variable linestate, with
537 if (linestate == LS_START) {
539 linestate = LS_HASH;
542 linestate = LS_DIRTY;
544 if (!incomment && linestate == LS_HASH) {
576 linestate = LS_DIRTY;
581 linestate = LS_DIRTY;
591 linestate = LS_DIRTY;
594 if (linestate
[all...]

Completed in 54 milliseconds