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

/freebsd-13-stable/usr.bin/unifdef/
H A Dunifdef.c225 static Line_state linestate; /* #if line parser state */ variable
820 * parser state between calls in the global variable linestate, with
890 if (linestate == LS_HASH) {
898 linestate = LS_START;
900 linestate = LS_DIRTY;
903 if (retval != LT_PLAIN && (wascomment || linestate != LS_START)) {
905 linestate = LS_DIRTY;
909 comment_name[incomment], linestate_name[linestate]);
1239 if (linestate == LS_START && *cp == '#') {
1240 linestate
[all...]

Completed in 95 milliseconds