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

/netbsd-current/usr.bin/unifdef/
H A Dunifdef.c234 static Line_state linestate; /* #if line parser state */ variable
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
[all...]

Completed in 199 milliseconds