Searched refs:lastout (Results 1 - 4 of 4) 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);
/illumos-gate/usr/src/lib/libpp/common/
H A Dpp.h71 #define PPWRITE(n) do{if(write(1,pp.outbuf,n)!=(n))pperror(ERROR_SYSTEM|3,"%s: write error",pp.outfile);pp.offset+=(n);pp.lastout=pp.outbuf[(n)-1];}while(0)
73 #define pplastout() ((pp.outp>pp.outbuf)?*(pp.outp-1):pp.lastout)
H A Dpplib.h297 int lastout; /* last output char */ \
H A Dpplex.c58 #define LASTOUT() ((op>pp.outbuf)?*(op-1):pp.lastout)

Completed in 68 milliseconds