Searched refs:colwd (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/usr.bin/pr/ |
| D | pr.c | 116 int colwd; /* column data width - multiple columns */ variable 356 int col = colwd + 1; in vertcol() 500 rc = inln(inf,ptbf,colwd,&cnt,&cps,1,&mor); in vertcol() 672 int col = colwd + 1; in horzcol() 748 rc = inln(inf,ptbf,colwd,&cnt,&cps,1, &mor); in horzcol() 951 colwd = (pgwd - clcnt - nmwd)/clcnt; in mulfile() 952 pgwd = ((colwd + 1) * clcnt) - nmwd - 2; in mulfile() 954 colwd = (pgwd + 1 - clcnt)/clcnt; in mulfile() 955 pgwd = ((colwd + 1) * clcnt) - 1; in mulfile() 957 if (colwd < 1) { in mulfile() [all …]
|