Searched refs:plodput (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/ucblib/libcurses/ |
H A D | cr_put.c | 34 int plodput(char); 168 plodput(char c) in plodput() function 232 (void) tputs(HO, 0, plodput); in plod() 241 (void) tputs(LL, 0, plodput); in plod() 291 (void) tputs(CR, 0, plodput); in plod() 293 (void) plodput('\r'); in plod() 296 (void) tputs(NL, 0, plodput); in plod() 298 (void) plodput('\n'); in plod() 307 (void) tputs(NL, 0, plodput); in plod() 309 (void) plodput('\n'); in plod() [all …]
|
/titanic_50/usr/src/cmd/vi/port/ |
H A D | ex_put.c | 540 plodput(char c) in plodput() function 542 plodput(c) in plodput() 610 tputs(cursor_home, 0, plodput); in plod() 619 tputs(cursor_to_ll, 0, plodput); in plod() 668 tputs(carriage_return, 0, plodput); in plod() 671 tputs(newline, 0, plodput); in plod() 682 tputs(tparm(parm_down_cursor, j), j, plodput); in plod() 688 tputs(cursor_down, 0, plodput); in plod() 690 (void) plodput('\n'); in plod() 704 tputs(back_tab, 0, plodput); in plod() [all …]
|
H A D | ex.h | 452 int plodput(char);
|