Home
last modified time | relevance | path

Searched refs:tty_putc (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.bin/mail/
H A Dtty.c63 static void tty_putc(struct tty *, int);
222 tty_putc(&tty, c); in readtty()
310 tty_putc(t, '\b'); in tty_flush()
312 tty_putc(t, ' '); in tty_flush()
314 tty_putc(t, '\b'); in tty_flush()
379 tty_putc(struct tty *t, int c) in tty_putc() function
400 tty_putc(t, ' '); in tty_visc()
402 tty_putc(t, '^'); in tty_visc()
404 tty_putc(t, '?'); in tty_visc()
406 tty_putc(t, (c | 0x40)); in tty_visc()
[all …]
/openbsd-src/usr.bin/tmux/
H A Dtty.c615 tty_putc(struct tty *tty, u_char ch) in tty_putc()
1579 tty_putc(tty, gcp->data.data[j]); in tty_draw_line()
1900 tty_putc(tty, '\n'); in tty_cmd_scrollup()
1932 tty_putc(tty, '\n');
2064 tty_putc(tty, 'E'); in tty_cmd_cell()
2235 tty_putc(tty, *gcp->data.data); in tty_reset()
2434 tty_putc(tty, '\r'); in tty_cursor()
2435 tty_putc(tty, '\n'); in tty_cursor()
2447 tty_putc(tty, '\r'); in tty_cursor()
608 tty_putc(struct tty *tty, u_char ch) tty_putc() function
H A Dcmd-display-panes.c174 tty_putc(tty, ' '); in cmd_display_panes_draw_pane()
H A Dtmux.h2429 void tty_putc(struct tty *, u_char);