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

/freebsd-12-stable/sys/teken/demo/
H A Dteken_demo.c75 #define NCOLS 80 macro
77 static struct pixel buffer[NCOLS][NROWS];
89 assert(p->tp_col < NCOLS);
259 mvaddch(i, NCOLS, '|');
260 for (i = 0; i < NCOLS; i++)
263 mvaddch(NROWS, NCOLS, '+');
272 for (tp.tp_col = 0; tp.tp_col < NCOLS; tp.tp_col++)
296 tp.tp_col = ws.ws_col = NCOLS;

Completed in 153 milliseconds