Home
last modified time | relevance | path

Searched refs:ttputc (Results 1 – 10 of 10) sorted by relevance

/dragonfly/usr.bin/window/
H A Dttzapple.c109 ttputc(n + ' '); in zz_insline()
120 ttputc(n + ' '); in zz_delline()
129 ttputc(c); in zz_putc()
251 ttputc('!'); in zz_start()
275 ttputc(' '); in zz_end()
277 ttputc(' '); in zz_end()
307 ttputc(n + ' '); in zz_insspace()
318 ttputc(n + ' '); in zz_delchar()
332 ttputc(n + ' '); in zz_scroll_down()
371 ttputc(0x80); in zz_set_token()
[all …]
H A Dtth19.c71 ttputc('\0'); \
132 ttputc(c); in h19_putc()
184 ttputc(' ' + row); in h19_move()
185 ttputc(' ' + col); in h19_move()
238 ttputc(c); in h19_inschar()
H A Dtt.h170 #define ttputc(c) (tt_obp < tt_obe ? (*tt_obp++ = (c)) \ macro
177 #define ttctrl(c) ttputc(ctrl(c))
178 #define ttesc(c) (ttctrl('['), ttputc(c))
H A Dttoutput.c86 ttputc(*s++); in ttputs()
96 ttputc(*s); in ttwrite()
H A Dtttermcap.c44 ttputc(c); in tttputc()
94 ttputc(0); in tttgoto()
H A Dtth29.c74 ttputc(modes); in h29_setmodes()
H A Dwwmisc.c62 ttputc(ctrl('g')); in wwbell()
H A Dttgeneric.c231 ttputc(c); in gen_putc()
367 ttputc(c); in gen_inschar()
H A Dwwwrite.c180 ttputc(ctrl('g')); in wwwrite()
H A Dcompress.c864 ttputc(buffer[i]); in cc_output_phase()