Home
last modified time | relevance | path

Searched refs:putch (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/tic/
H A Dclear_cmd.c44 putch(int c) in putch() function
52 int retval = tputs(clear_screen, lines > 0 ? lines : 1, putch); in clear_cmd()
57 (void) tputs(E3, lines > 0 ? lines : 1, putch); in clear_cmd()
/openbsd/distrib/special/more/
H A Dmore.c183 void putch(int);
502 putch(int ch) in putch() function
561 tputs(ULexit, 1, putch); in screen()
637 tputs(Senter, 1, putch); in prompt()
653 tputs(Sexit, 1, putch); in prompt()
773 tputs(eraseln, 1, putch); in erasep()
830 tputs(chUL, 1, putch); in prbuf()
844 tputs(Clear, 1, putch); in doclear()
1689 tputs(Senter, 1, putch); in error()
1691 tputs(Sexit, 1, putch); in error()
[all …]