Searched refs:tt_insert (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dtth19.c84 #define H19_SETINSERT(m) ttesc((tt.tt_insert = (m)) ? '@' : 'O')
138 if (tt.tt_insert)
150 if (tt.tt_insert)
207 tt.tt_insert = 0;
214 if (tt.tt_insert)
244 if (!tt.tt_insert)
247 if (tt.tt_insert)
H A Dttgeneric.c156 tt.tt_insert = new;
235 if (tt.tt_insert)
253 if (tt.tt_insert)
274 if (!gen_MI && tt.tt_insert)
327 tt.tt_insert = 0;
334 if (tt.tt_insert)
369 if (!tt.tt_insert)
H A Dtt.h81 char tt_insert; /* currently in insert mode */ member in struct:tt

Completed in 64 milliseconds