Home
last modified time | relevance | path

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

/freebsd/usr.bin/pr/
H A Dpr.c72 static int colwd; /* column data width - multiple columns */ variable
326 int col = colwd + 1; in vertcol()
474 cnt = inln(inf,ptbf,colwd,&cps,1,&mor); in vertcol()
649 int col = colwd + 1; in horzcol()
723 if ((cnt = inln(inf,ptbf,colwd,&cps,1, in horzcol()
861 colwd = (pgwd - clcnt - nmwd)/clcnt; in mulfile()
862 pgwd = ((colwd + 1) * clcnt) - nmwd - 2; in mulfile()
864 colwd = (pgwd + 1 - clcnt)/clcnt; in mulfile()
865 pgwd = ((colwd + 1) * clcnt) - 1; in mulfile()
867 if (colwd < 1) { in mulfile()
[all …]