Home
last modified time | relevance | path

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

/original-bsd/usr.bin/window/
H A Dwwdump.c30 (*tt.tt_putc)(w->ww_win[i][j] & WWM_GLS ? 'G' : ' ');
58 (*tt.tt_putc)(cmap[wwsmap[i][j]]); in wwdumpsmap()
71 (*tt.tt_putc)(wwns[i][j].c_c); in wwdumpns()
85 (*tt.tt_putc)(wwns[i][j].c_c); in wwdumpos()
H A Dtt.h30 int (*tt_putc)(); /* write one character */ member
H A Dtth19.c242 tt.tt_putc = h19_putc; in tt_h19()
H A Dttzapple.c438 tt.tt_putc = zz_putc; in tt_zapple()
H A Dttgeneric.c516 tt.tt_putc = gen_putc; in tt_generic()