Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sed/
H A Dprocess.c77 static int sdone; /* If any substitutes since last line input. */ variable
217 sdone |= substitute(cp); in process()
220 if (sdone) { in process()
221 sdone = 0; in process()
559 appendx = sdone = 0; in flush_appends()