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

/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dttgeneric.c240 if (++tt.tt_col == gen_CO) {
242 tt.tt_col = tt.tt_row = -10;
244 tt.tt_col = 0, tt.tt_row++;
246 tt.tt_col--;
258 tt.tt_col += n;
259 if (tt.tt_col == gen_CO) {
261 tt.tt_col = tt.tt_row = -10;
263 tt.tt_col = 0, tt.tt_row++;
265 tt.tt_col--;
272 if (tt.tt_row == row && tt.tt_col
[all...]
H A Dtth19.c81 #define ICPAD() PAD((NCOL - tt.tt_col) * 1) /* 0.1 ms per char */
141 if (++tt.tt_col == NCOL)
142 tt.tt_col = NCOL - 1;
153 tt.tt_col += n;
154 if (tt.tt_col == NCOL)
155 tt.tt_col = NCOL - 1;
162 if (tt.tt_col == col)
168 if (tt.tt_col == col - 1) {
172 if (tt.tt_col == col + 1) {
177 if (tt.tt_col
[all...]
H A Dttzapple.c138 if (++tt.tt_col == NCOL)
139 tt.tt_col = 0, tt.tt_row++;
148 tt.tt_col += n;
149 if (tt.tt_col == NCOL)
150 tt.tt_col = 0, tt.tt_row++;
160 if ((x = col - tt.tt_col) == 0)
188 if (tt.tt_col == col) {
245 tt.tt_col = col;
272 tt.tt_col = tt.tt_row = -10;
301 tt.tt_col
[all...]
H A Dtt.h83 int tt_col; /* cursor column */ member in struct:tt

Completed in 186 milliseconds