Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/unifdef/
Dunifdef.c183 static Line_state linestate; /* #if line parser state */ variable
706 if (linestate == LS_START) { in getline()
708 linestate = LS_HASH; in getline()
711 linestate = LS_DIRTY; in getline()
713 if (!incomment && linestate == LS_HASH) { in getline()
745 linestate = LS_DIRTY; in getline()
750 linestate = LS_DIRTY; in getline()
760 linestate = LS_DIRTY; in getline()
763 if (linestate == LS_HASH) in getline()
766 if (linestate == LS_DIRTY) { in getline()
[all …]