Home
last modified time | relevance | path

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

/dragonfly/usr.bin/window/
H A Dtth19.c52 #define NCOL 80 macro
73 #define ICPAD() PAD((NCOL - tt.tt_col) * 1) /* 0.1 ms per char */
133 if (++tt.tt_col == NCOL) in h19_putc()
134 tt.tt_col = NCOL - 1; in h19_putc()
146 if (tt.tt_col == NCOL) in h19_write()
147 tt.tt_col = NCOL - 1; in h19_write()
241 if (++tt.tt_col == NCOL) in h19_inschar()
242 tt.tt_col = NCOL - 1; in h19_inschar()
294 tt.tt_ncol = NCOL; in tt_h19()
H A Dttzapple.c53 #define NCOL 80 macro
130 if (++tt.tt_col == NCOL) in zz_putc()
141 if (tt.tt_col == NCOL) in zz_write()
496 tt.tt_ncol = NCOL; in tt_zapple()