Home
last modified time | relevance | path

Searched refs:putchr (Results 1 – 15 of 15) sorted by relevance

/netbsd/distrib/utils/more/
H A Dscreen.c480 tputs(sc_home, 1, putchr); in home()
498 putchr('\r'); in lower_left()
511 putchr('\7'); in bell()
530 tputs(sc_eol_clear, 1, putchr); in clear_eol()
539 tputs(sc_s_in, 1, putchr); in so_enter()
548 tputs(sc_s_out, 1, putchr); in so_exit()
558 tputs(sc_u_in, 1, putchr); in ul_enter()
567 tputs(sc_u_out, 1, putchr); in ul_exit()
576 tputs(sc_b_in, 1, putchr); in bo_enter()
585 tputs(sc_b_out, 1, putchr); in bo_exit()
[all …]
H A Doutput.c100 putchr(' '); in put_line()
116 putchr('^'); in put_line()
117 putchr(c & 0177); in put_line()
121 putchr(c); in put_line()
127 putchr('\n'); in put_line()
163 putchr(c) in putchr() function
180 putchr(*s++);
H A Dcommand.c143 putchr('^');
147 putchr(c);
563 putchr('^'); in commands()
566 putchr(c); in commands()
621 putchr('['); in showlist()
624 putchr(']'); in showlist()
628 putchr('\n'); in showlist()
632 putchr(' '); in showlist()
634 putchr('['); in showlist()
637 putchr(']'); in showlist()
[all …]
H A Dmain.c235 putchr(c); in cat_file()
239 putchr(c); in cat_file()
244 putchr(c); in cat_file()
H A Dextern.h91 int putchr __P((int));
/netbsd/libexec/getty/
H A Dmain.c176 static int putchr(int);
484 putchr(cs); in getname()
488 putchr(cs); in getname()
489 putchr('\r'); in getname()
491 putchr('\n'); in getname()
504 putchr(cs); in getname()
530 putchr(*s++); in xputs()
537 putchr(int cc) in putchr() function
570 putchr('\n'); in prompt()
581 putchr(*cp++); in putf()
[all …]
/netbsd/external/bsd/less/dist/
H A Doutput.c72 putchr(c); in put_line()
331 putchr(c) in putchr() function
362 putchr('\r');
367 putchr(0x0A);
389 putchr(*s++);
462 putchr(*fmt++);
474 putchr(*s++);
540 putchr('\n');
606 putchr('\n');
H A Dscreen.c1567 putchr('\n'); in init()
1615 tputs(sc_home, 1, putchr); in home()
1853 tputs(sc_return, 1, putchr); in line_left()
2057 putchr(CONTROL('G')); in beep()
2211 tputs(sc_u_in, 1, putchr);
2213 tputs(sc_b_in, 1, putchr);
2215 tputs(sc_bl_in, 1, putchr);
2217 tputs(sc_s_in, 1, putchr);
2247 tputs(sc_s_out, 1, putchr); in at_exit()
2251 tputs(sc_b_out, 1, putchr); in at_exit()
[all …]
H A Dlsystem.c195 putchr('\n');
H A Dfuncs.h239 public int putchr ();
H A Dedit.c725 putchr(c); in cat_file()
H A Dcommand.c760 putchr(':'); in prompt()
H A Dcmdbuf.c175 putchr(*s++);
/netbsd/libexec/telnetd/
H A Dutility.c427 putchr(*s++); in putstr()
431 putchr(int cc) in putchr() function
457 putchr(*cp++); in putf()
482 putchr('%'); in putf()
H A Dext.h112 putchr(int),