Lines Matching refs:clcnt
71 static int clcnt; /* number of columns */ variable
117 else if (clcnt == 1) in main()
319 int mclcnt = clcnt - 1; in vertcol()
357 mvc = lines * clcnt; in vertcol()
429 for (i = 0; i < clcnt; ++i) { in vertcol()
513 if ((cnt < 0) && cvc && ((mvc-cvc) >= clcnt)){ in vertcol()
514 pln = cvc/clcnt; in vertcol()
515 if (cvc % clcnt) in vertcol()
530 for (j = 0; j < clcnt; ++j) { in vertcol()
712 if (++j >= clcnt) in horzcol()
793 if ((fbuf = (FILE **)malloc((unsigned)clcnt*sizeof(FILE *))) == NULL) { in mulfile()
815 while (j < clcnt) { in mulfile()
832 clcnt = j; in mulfile()
834 colwd = (pgwd - clcnt - nmwd)/clcnt; in mulfile()
835 pgwd = ((colwd + 1) * clcnt) - nmwd - 2; in mulfile()
837 colwd = (pgwd + 1 - clcnt)/clcnt; in mulfile()
838 pgwd = ((colwd + 1) * clcnt) - 1; in mulfile()
842 "pr: page width too small for %d columns\n", clcnt); in mulfile()
845 actf = clcnt; in mulfile()
891 for (j = 0; j < clcnt; ++j) { in mulfile()
1592 if ((clcnt = atoi(eoptarg)) < 1) { in setup()
1596 if (clcnt > 1) in setup()
1734 if (!clcnt) { in setup()
1736 if ((clcnt = argc - eoptind) <= 1) { in setup()
1737 clcnt = CLCNT; in setup()
1741 clcnt = CLCNT; in setup()
1744 if (clcnt == 1) { in setup()
1777 colwd = (pgwd + 1 - (clcnt * (nmwd + 2)))/clcnt; in setup()
1778 pgwd = ((colwd + nmwd + 2) * clcnt) - 1; in setup()
1780 colwd = (pgwd + 1 - clcnt)/clcnt; in setup()
1781 pgwd = ((colwd + 1) * clcnt) - 1; in setup()
1785 "pr: page width is too small for %d columns\n",clcnt); in setup()