Lines Matching defs:num_cols
321 static int num_cols = 80;
852 num_cols = atoi(optarg);
985 num_cols = atoi(clptr);
989 num_cols = (win.ws_col == 0 ? 80 : win.ws_col);
1003 if (num_cols < 20 || num_cols > 1000)
1005 num_cols = 80;
1208 if (colwidth <= num_cols) {
1209 ncols = num_cols / colwidth;
1429 acl_printacl(p->aclp, num_cols, Vflg);
1498 if (curcol + colwidth + 2 > num_cols) {
1512 if ((curcol / colwidth + 2) * colwidth > num_cols) {