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

/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dttzapple.c103 ttesc('+');
106 ttesc('-');
114 ttesc('a');
116 ttesc('A');
125 ttesc('d');
127 ttesc('D');
184 ttesc('<');
207 ttesc('>');
214 ttesc('0');
228 ttesc('
[all...]
H A Dtth29.c81 ttesc('s');
85 ttesc('F');
88 ttesc('G');
H A Dtth19.c84 #define H19_SETINSERT(m) ttesc((tt.tt_insert = (m)) ? '@' : 'O')
109 ttesc(new & WWM_REV ? 'p' : 'q');
111 ttesc(new & WWM_REV ? 'F' : 'G');
119 ttesc('L');
128 ttesc('M');
169 ttesc('C');
179 ttesc('A');
188 ttesc('H');
191 ttesc('Y');
204 ttesc('
[all...]
H A Dtt.h179 #define ttesc(c) (ttctrl('['), ttputc(c)) macro

Completed in 67 milliseconds