Lines Matching refs:tt
54 xxbufsize = tt.tt_nrow * tt.tt_ncol * 2; in xxinit()
56 if (tt.tt_ntoken > 0 && ccinit() < 0) in xxinit()
70 (*tt.tt_start)(); in xxstart()
71 if (tt.tt_ntoken > 0) in xxstart()
78 if (tt.tt_ntoken > 0) in xxreset()
81 (*tt.tt_reset)(); in xxreset()
98 if (tt.tt_scroll_top != 0 || tt.tt_scroll_bot != tt.tt_nrow - 1) in xxend()
100 (*tt.tt_setscroll)(0, tt.tt_nrow - 1); in xxend()
101 if (tt.tt_modes) in xxend()
102 (*tt.tt_setmodes)(0); in xxend()
103 if (tt.tt_scroll_down) in xxend()
104 (*tt.tt_scroll_down)(1); in xxend()
105 (*tt.tt_move)(tt.tt_nrow - 1, 0); in xxend()
106 if (tt.tt_ntoken > 0) in xxend()
108 (*tt.tt_end)(); in xxend()