Home
last modified time | relevance | path

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

/dragonfly/usr.bin/window/
H A Dttgeneric.c209 tttputs(gen_AL, gen_LI - tt.tt_row); in gen_insline()
221 tttputs(gen_DL, gen_LI - tt.tt_row); in gen_delline()
339 tttputs(gen_CE, gen_CO - tt.tt_col); in gen_clreol()
347 tttputs(gen_CD, gen_LI - tt.tt_row); in gen_clreos()
366 tttputs(gen_IC, gen_CO - tt.tt_col); in gen_inschar()
369 tttputs(gen_IP, gen_CO - tt.tt_col); in gen_inschar()
387 tttputs(gen_IC, gen_CO - tt.tt_col); in gen_insspace()
397 tttputs(gen_DC, gen_CO - tt.tt_col); in gen_delchar()
H A Dtt.h159 #define tttputs(s, n) tputs((s)->ts_str, (n), tttputc) macro