Home
last modified time | relevance | path

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

/freebsd/usr.bin/pr/
H A Dpr.c92 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()
[all …]