Searched refs:pgwd (Results 1 – 1 of 1) sorted by relevance
105 static int pgwd; /* page width with multiple col output */ variable340 int mxlen = pgwd + offst + 1; in vertcol()677 if ((buf = malloc((unsigned)(pgwd+offst+1)*sizeof(char))) == NULL) { in horzcol()874 colwd = (pgwd - clcnt - nmwd)/clcnt; in mulfile()875 pgwd = ((colwd + 1) * clcnt) - nmwd - 2; in mulfile()877 colwd = (pgwd + 1 - clcnt)/clcnt; in mulfile()878 pgwd = ((colwd + 1) * clcnt) - 1; in mulfile()891 if ((buf = malloc((unsigned)(pgwd+offst+1)*sizeof(char))) == NULL) { in mulfile()1762 ((pgwd = atoi(eoptarg)) < 1)){ in setup()1799 pgwd = SPGWD; in setup()[all …]