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

/illumos-gate/usr/src/cmd/vi/misc/
H A Dfold.c50 void putch(int c);
84 putch(c);
93 putch(int c) function
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_put.c250 (void) putch(' ');
251 tputs(cursor_left, 0, putch);
378 (void) putch(mc_filler);
393 (void) putch(*p++);
401 (void) putch('\r'),
402 (void) putch('\n');
459 tputs(carriage_return, 0, putch);
460 tputs(cursor_down, 0, putch);
496 tputs(scroll_forward, 0, putch);
498 (void) putch('\
510 tputs(tparm(cursor_address, destline, destcol), 0, putch); local
914 putch(char c) function
[all...]
H A Dex_cmds2.c638 (void) putch('\r');
639 (void) putch('\n');
661 (void) putch('\n');
H A Dex_vis.h296 #define vputc(c) putch(c)
H A Dex.h451 int putch(char);
H A Dex_vadj.c792 (void) putch('\n'); /* should check NL too */
H A Dex_vput.c53 tputs(clear_screen, lines, putch);
/illumos-gate/usr/src/cmd/fold/
H A Dfold.c79 static void putch();
193 (void) putch(c);
203 putch(int c) function
/illumos-gate/usr/src/cmd/unpack/
H A Dunpack.c80 static void putch(char c);
557 putch(Tree[tp+1]);
619 putch(char c) function
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c4869 goto putch;
4881 putch:

Completed in 92 milliseconds