Lines Matching refs:colwd
72 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()
873 col = colwd + 1; in mulfile()
924 } else if ((cnt = inln(fbuf[j], ptbf, colwd, in mulfile()
1807 colwd = (pgwd + 1 - (clcnt * (nmwd + 2)))/clcnt; in setup()
1808 pgwd = ((colwd + nmwd + 2) * clcnt) - 1; in setup()
1810 colwd = (pgwd + 1 - clcnt)/clcnt; in setup()
1811 pgwd = ((colwd + 1) * clcnt) - 1; in setup()
1813 if (colwd < 1) { in setup()