Searched refs:NCOL (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dtth19.c60 #define NCOL 80 macro
81 #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;
154 if (tt.tt_col == NCOL)
155 tt.tt_col = NCOL - 1;
249 if (++tt.tt_col == NCOL)
250 tt.tt_col = NCOL - 1;
302 tt.tt_ncol = NCOL;
H A Dttzapple.c61 #define NCOL 80 macro
138 if (++tt.tt_col == NCOL)
149 if (tt.tt_col == NCOL)
500 tt.tt_ncol = NCOL;

Completed in 54 milliseconds