HomeSort by: relevance | last modified time | path
    Searched defs:clcnt (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/pr/
pr.c 83 static int clcnt; /* number of columns */ variable in typeref:typename:int
149 else if (clcnt == 1)
338 int mclcnt = clcnt - 1;
373 mvc = lines * clcnt;
434 for (i = 0; i < clcnt; ++i) {
518 if ((cnt < 0) && cvc && ((mvc-cvc) >= clcnt)){
519 pln = cvc/clcnt;
520 if (cvc % clcnt)
540 for (j = 0; j < clcnt; ++j) {
734 if (++j >= clcnt)
    [all...]
pr.c 83 static int clcnt; /* number of columns */ variable in typeref:typename:int
149 else if (clcnt == 1)
338 int mclcnt = clcnt - 1;
373 mvc = lines * clcnt;
434 for (i = 0; i < clcnt; ++i) {
518 if ((cnt < 0) && cvc && ((mvc-cvc) >= clcnt)){
519 pln = cvc/clcnt;
520 if (cvc % clcnt)
540 for (j = 0; j < clcnt; ++j) {
734 if (++j >= clcnt)
    [all...]

Completed in 48 milliseconds