Searched refs:putch (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/cmd/vi/port/ |
H A D | ex_put.c | 250 (void) putch(' '); in slobber() 251 tputs(cursor_left, 0, putch); in slobber() 378 (void) putch(mc_filler); in flush1() 393 (void) putch(*p++); in flush1() 401 (void) putch('\r'), in flush1() 402 (void) putch('\n'); in flush1() 459 tputs(carriage_return, 0, putch); in fgoto() 460 tputs(cursor_down, 0, putch); in fgoto() 496 tputs(scroll_forward, 0, putch); in fgoto() 498 (void) putch('\n'); in fgoto() [all …]
|
H A D | ex_cmds2.c | 638 (void) putch('\r'); in vcontin() 639 (void) putch('\n'); in vcontin() 661 (void) putch('\n'); in vcontin()
|
H A D | ex_vis.h | 296 #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 | 53 tputs(clear_screen, lines, putch); in vclear()
|
/titanic_50/usr/src/cmd/vi/misc/ |
H A D | fold.c | 50 void putch(int c); 84 putch(c); in main() 93 putch(int c) in putch() function
|
/titanic_50/usr/src/cmd/fold/ |
H A D | fold.c | 79 static void putch(); 193 (void) putch(c); in main() 203 putch(int c) in putch() function
|
/titanic_50/usr/src/cmd/unpack/ |
H A D | unpack.c | 80 static void putch(char c); 557 putch(Tree[tp+1]); in expand() 619 putch(char c) in putch() function
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | deliver.c | 4869 goto putch; 4881 putch:
|