Home
last modified time | relevance | path

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

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