Home | History | Annotate | Download | only in infocmp

Lines Matching defs:cols

55 static size_t cols;
188 if (col + l > cols) {
653 cols = 80; /* default */
656 cols = strtoul(term, NULL, 10);
658 cols = ws.ws_col;
665 cols = 1;
690 cols = strtoul(optarg, NULL, 10);
699 "[-w cols] [term]\n",
703 cols--;
766 if (n + n2 > cols) {