Searched refs:nwidth (Results 1 – 5 of 5) sorted by relevance
341 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()
35 size_t nwidth; /* max. width of number in cell */ member
591 int nwidth;592 if (!name) nwidth = strlen(dlinfo.dli_fname);593 else nwidth = strlen(name) - 1;595 if (nwidth > width) width = nwidth;
1274 enum pcie_link_width nwidth = pcie_get_width_cap(pdev); in pcie_bandwidth_available() local1279 *width = nwidth; in pcie_bandwidth_available()1281 return (nwidth * PCIE_SPEED2MBS_ENC(nspeed)); in pcie_bandwidth_available()
6431 print_holds(boolean_t scripted, int nwidth, int tagwidth, nvlist_t *nvl) in print_holds() argument6442 (void) printf("%-*s ", i ? tagwidth : nwidth, in print_holds()6471 (void) printf("%-*s %-*s %s\n", nwidth, in print_holds()