Lines Matching defs:cols
87 int i, n, inc = 8, stops[NSTOPS], nstops, last, cols, margin = 0;207 cols = 0;213 0 <= cols && cols <= INT_MAX)214 cols = (int)num;216 if (cols == 0) {218 cols = ws.ws_col;220 cols = tigetnum("cols");221 if (cols == 0) {222 cols = 80;225 cols);229 for (i = 0; i < cols / inc; i++) {
Indexes created Sat Oct 11 14:09:46 GMT 2025