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

/freebsd-11-stable/usr.bin/pr/
H A Dpr.c84 static int clcnt; /* number of columns */ variable
132 else if (clcnt == 1)
341 int mclcnt = clcnt - 1;
380 mvc = lines * clcnt;
452 for (i = 0; i < clcnt; ++i) {
536 if ((cnt < 0) && cvc && ((mvc-cvc) >= clcnt)){
537 pln = cvc/clcnt;
538 if (cvc % clcnt)
554 for (j = 0; j < clcnt; ++j) {
745 if (++j >= clcnt)
[all...]

Completed in 49 milliseconds