Home
last modified time | relevance | path

Searched refs:ttesc (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.bin/window/
HDttzapple.c95 ttesc('+'); in zz_setmodes()
98 ttesc('-'); in zz_setmodes()
106 ttesc('a'); in zz_insline()
108 ttesc('A'); in zz_insline()
117 ttesc('d'); in zz_delline()
119 ttesc('D'); in zz_delline()
178 ttesc('<'); in zz_move()
203 ttesc('>'); in zz_move()
210 ttesc('0'); in zz_move()
224 ttesc('1'); in zz_move()
[all …]
HDtth19.c76 #define H19_SETINSERT(m) ttesc((tt.tt_insert = (m)) ? '@' : 'O')
101 ttesc(new & WWM_REV ? 'p' : 'q'); in h19_setmodes()
103 ttesc(new & WWM_REV ? 'F' : 'G'); in h19_setmodes()
111 ttesc('L'); in h19_insline()
120 ttesc('M'); in h19_delline()
161 ttesc('C'); in h19_move()
171 ttesc('A'); in h19_move()
180 ttesc('H'); in h19_move()
183 ttesc('Y'); in h19_move()
196 ttesc('w'); in h19_start()
[all …]
HDtth29.c73 ttesc('s'); in h29_setmodes()
77 ttesc('F'); in h29_setmodes()
80 ttesc('G'); in h29_setmodes()
HDtt.h178 #define ttesc(c) (ttctrl('['), ttputc(c)) macro