Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/mandoc/
H A Dout.c341 if (col->width > col->nwidth) in tblcalc()
342 col->decimal += (col->width - col->nwidth) / 2; in tblcalc()
344 col->width = col->nwidth; in tblcalc()
543 col->nwidth += intsz - col->decimal; in tblcalc_number()
550 if (totsz > col->nwidth) in tblcalc_number()
551 col->nwidth = totsz; in tblcalc_number()
H A Dout.h35 size_t nwidth; /* max. width of number in cell */ member
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DSignals.inc515 int nwidth;
516 if (!name) nwidth = strlen(dlinfo.dli_fname);
517 else nwidth = strlen(name) - 1;
519 if (nwidth > width) width = nwidth;
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c5616 print_holds(boolean_t scripted, boolean_t literal, size_t nwidth, in print_holds() argument
5628 (void) printf("%-*s ", i ? tagwidth : nwidth, in print_holds()
5661 (void) printf("%-*s %-*s %s\n", nwidth, in print_holds()