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

/freebsd-11.0-release/sys/teken/demo/
H A Dteken_demo.c73 #define NCOLS 80 macro
75 static struct pixel buffer[NCOLS][NROWS];
87 assert(p->tp_col < NCOLS);
257 mvaddch(i, NCOLS, '|');
258 for (i = 0; i < NCOLS; i++)
261 mvaddch(NROWS, NCOLS, '+');
270 for (tp.tp_col = 0; tp.tp_col < NCOLS; tp.tp_col++)
294 tp.tp_col = ws.ws_col = NCOLS;

Completed in 183 milliseconds