Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/pr/
Dpr.c106 int clcnt; /* number of columns */ variable
156 else if (clcnt == 1) in main()
361 int mclcnt = clcnt - 1; in vertcol()
397 mvc = lines * clcnt; in vertcol()
456 for (i = 0; i < clcnt; ++i) { in vertcol()
551 if ((rc != NORMAL) && cvc && ((mvc-cvc) >= clcnt)){ in vertcol()
552 pln = cvc/clcnt; in vertcol()
553 if (cvc % clcnt) in vertcol()
563 for (j = 0; j < clcnt; ++j) { in vertcol()
763 if (++j >= clcnt) in horzcol()
[all …]
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
DIndex.pm595 my $clcnt = 0;
605 $clcnt++;
607 unless ($clcnt) { # sanity check