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

/freebsd-11-stable/usr.bin/pr/
H A Dpr.c105 static int pgwd; /* page width with multiple col output */ variable
340 int mxlen = pgwd + offst + 1;
677 if ((buf = malloc((unsigned)(pgwd+offst+1)*sizeof(char))) == NULL) {
874 colwd = (pgwd - clcnt - nmwd)/clcnt;
875 pgwd = ((colwd + 1) * clcnt) - nmwd - 2;
877 colwd = (pgwd + 1 - clcnt)/clcnt;
878 pgwd = ((colwd + 1) * clcnt) - 1;
891 if ((buf = malloc((unsigned)(pgwd+offst+1)*sizeof(char))) == NULL) {
1762 ((pgwd = atoi(eoptarg)) < 1)){
1799 pgwd
[all...]

Completed in 114 milliseconds