Home
last modified time | relevance | path

Searched refs:tt_putc (Results 1 – 5 of 5) sorted by relevance

/dragonfly/usr.bin/window/
H A Dwwdump.c53 (*tt.tt_putc)(w->ww_win[i][j] & WWM_GLS ? 'G' : ' '); in wwdumpwin()
82 (*tt.tt_putc)(cmap[wwsmap[i][j]]); in wwdumpsmap()
96 (*tt.tt_putc)(wwns[i][j].c_c); in wwdumpns()
111 (*tt.tt_putc)(wwns[i][j].c_c); in wwdumpos()
H A Dtt.h60 void (*tt_putc)(char); /* write one character */ member
H A Dtth19.c289 tt.tt_putc = h19_putc; in tt_h19()
H A Dttzapple.c502 tt.tt_putc = zz_putc; in tt_zapple()
H A Dttgeneric.c583 tt.tt_putc = gen_putc; in tt_generic()