Home
last modified time | relevance | path

Searched refs:tt_delline (Results 1 – 7 of 7) sorted by relevance

/dragonfly/usr.bin/window/
H A Dxxflush.c163 (*tt.tt_delline)(xp->arg0); in xxflush_scroll()
185 (*tt.tt_delline)(xp->arg0); in xxflush_scroll()
H A Dtt.h55 void (*tt_delline)(int); member
H A Dtth19.c281 tt.tt_delline = h19_delline; in tt_h19()
H A Dwwscroll.c117 if (tt.tt_delline == 0 || tt.tt_insline == 0) in wwscroll1()
H A Dttzapple.c487 tt.tt_delline = zz_delline; in tt_zapple()
H A Dwwinit.c280 if ((tt.tt_insline && tt.tt_delline) || tt.tt_setscroll) in wwinit()
H A Dttgeneric.c553 tt.tt_delline = gen_delline; in tt_generic()