Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dout.c345 if (col->width > col->nwidth) in tblcalc()
346 col->decimal += (col->width - col->nwidth) / 2; in tblcalc()
545 col->nwidth += intsz - col->decimal; in tblcalc_number()
552 if (totsz > col->nwidth) in tblcalc_number()
553 col->nwidth = totsz; in tblcalc_number()
554 if (col->nwidth > col->width) in tblcalc_number()
555 col->width = col->nwidth; in tblcalc_number()
H A Dout.h37 size_t nwidth; /* max. width of number in cell */ member
H A Dtbl_html.c266 if (col->decimal < col->nwidth) { in print_tbl()
274 sz = col->nwidth - col->decimal; in print_tbl()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc751 int nwidth;
753 nwidth = strlen(dlinfo.dli_fname);
755 nwidth = strlen(name) - 1;
757 if (nwidth > width)
758 width = nwidth;
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h1181 enum pcie_link_width nwidth = pcie_get_width_cap(pdev); in pcie_bandwidth_available() local
1186 *width = nwidth; in pcie_bandwidth_available()
1188 return (nwidth * PCIE_SPEED2MBS_ENC(nspeed)); in pcie_bandwidth_available()
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c6809 print_holds(boolean_t scripted, int nwidth, int tagwidth, nvlist_t *nvl, in print_holds() argument
6821 (void) printf("%-*s ", i ? tagwidth : nwidth, in print_holds()
6857 nwidth, zname, tagwidth, in print_holds()
6861 nwidth, zname, tagwidth, in print_holds()