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

/freebsd-13-stable/usr.bin/unifdef/
H A Dunifdef.c141 LS_START, /* only space and comments on this line */ enumerator in enum:__anon16425
898 linestate = LS_START;
903 if (retval != LT_PLAIN && (wascomment || linestate != LS_START)) {
1239 if (linestate == LS_START && *cp == '#') {
1280 linestate = LS_START;
1284 /* don't reset to LS_START after a line continuation */
1312 linestate = LS_START;
1322 linestate = LS_START;

Completed in 43 milliseconds