Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fold/
H A Dfold.c67 static wchar_t *lastout = line; variable
258 (void) fputws(lastout, stdout); in putch()
266 lastout = lastsp; in putch()
273 lastout = curc; in putch()
281 (void) fputws(lastout, stdout); in putch()
284 curc = lastout = line; in putch()
294 curc = lastout = line; in putch()
345 (void) fputws(lastout, stdout); in newline_init()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.h71 …))pperror(ERROR_SYSTEM|3,"%s: write error",pp.outfile);pp.offset+=(n);pp.lastout=pp.outbuf[(n)-1];…
73 #define pplastout() ((pp.outp>pp.outbuf)?*(pp.outp-1):pp.lastout)
H A Dpplib.h298 int lastout; /* last output char */ \
H A Dpplex.c58 #define LASTOUT() ((op>pp.outbuf)?*(op-1):pp.lastout)
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c389 …ar* hidebuf; char* path; char* tmpbuf; char* valbuf; char* optflags; int lastout; char* include; c… member