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

/illumos-gate/usr/src/cmd/man/
H A Dman.c207 static int manwidth = 0; variable
359 manwidth = ws.ws_col;
361 manwidth = (int)strtol(mwstr, (char **)NULL, 10);
362 if (manwidth < 0)
363 manwidth = 0;
366 if (manwidth != 0) {
367 DPRINTF("-- Using non-standard page width: %d\n", manwidth);
1250 if (stat(manpname, &sbman) != 0 || (manwidth == 0 &&
1258 if (manwidth > 0)
1259 (void) snprintf(tmpbuf, BUFSIZ, "-Owidth=%d ", manwidth);
[all...]

Completed in 45 milliseconds