Searched refs:putch (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_put.c | 249 (void) putch(' '); in slobber() 250 tputs(cursor_left, 0, putch); in slobber() 377 (void) putch(mc_filler); in flush1() 392 (void) putch(*p++); in flush1() 400 (void) putch('\r'), in flush1() 401 (void) putch('\n'); in flush1() 458 tputs(carriage_return, 0, putch); in fgoto() 459 tputs(cursor_down, 0, putch); in fgoto() 495 tputs(scroll_forward, 0, putch); in fgoto() 497 (void) putch('\n'); in fgoto() [all …]
|
H A D | ex_cmds2.c | 636 (void) putch('\r'); in vcontin() 637 (void) putch('\n'); in vcontin() 659 (void) putch('\n'); in vcontin()
|
H A D | ex_vis.h | 294 #define vputc(c) putch(c)
|
H A D | ex.h | 451 int putch(char);
|
H A D | ex_vadj.c | 792 (void) putch('\n'); /* should check NL too */ in vdellin()
|
H A D | ex_vput.c | 51 tputs(clear_screen, lines, putch); in vclear()
|
/illumos-gate/usr/src/cmd/fold/ |
H A D | fold.c | 77 static void putch(); 191 (void) putch(c); in main() 201 putch(int c) in putch() function
|
/illumos-gate/usr/src/cmd/unpack/ |
H A D | unpack.c | 78 static void putch(char c); 555 putch(Tree[tp+1]); in expand() 617 putch(char c) in putch() function
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | deliver.c | 4869 goto putch; 4881 putch:
|