Lines Matching refs:pgwd
92 static int pgwd; /* page width with multiple col output */ variable
327 int mxlen = pgwd + offst + 1; in vertcol()
664 if ((buf = malloc((unsigned)(pgwd+offst+1)*sizeof(char))) == NULL) { 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()
878 if ((buf = malloc((unsigned)(pgwd+offst+1)*sizeof(char))) == NULL) { in mulfile()
1749 ((pgwd = atoi(eoptarg)) < 1)){ in setup()
1786 pgwd = SPGWD; in setup()
1788 pgwd = PGWD; in setup()
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()