Searched defs:lastout (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fold/
H A Dfold.c69 static wchar_t *lastout = line; variable
260 (void) fputws(lastout, stdout);
268 lastout = lastsp;
275 lastout = curc;
283 (void) fputws(lastout, stdout);
286 curc = lastout = line;
296 curc = lastout = line;
347 (void) fputws(lastout, stdout);

Completed in 94 milliseconds