Searched refs:nwidth (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/mandoc/ |
| H A D | out.c | 353 if (col->width > col->nwidth) in tblcalc() 354 col->decimal += (col->width - col->nwidth) / 2; in tblcalc() 558 col->nwidth += intsz - col->decimal; 565 if (totsz > col->nwidth) 566 col->nwidth = totsz; 567 if (col->nwidth > col->width) 568 col->width = col->nwidth;
|
| H A D | tbl_html.c | 234 if (col->decimal < col->nwidth) { in print_tbl() 242 sz = col->nwidth - col->decimal; in print_tbl()
|
| H A D | out.h | 37 size_t nwidth; /* Maximum width of number [BU]. */ member
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Signals.inc | 751 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 D | pci.h | 1249 enum pcie_link_width nwidth = pcie_get_width_cap(pdev); in pcie_bandwidth_available() local 1254 *width = nwidth; in pcie_bandwidth_available() 1256 return (nwidth * PCIE_SPEED2MBS_ENC(nspeed)); in pcie_bandwidth_available()
|
| /freebsd/sys/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 6733 print_holds(boolean_t scripted, int nwidth, int tagwidth, nvlist_t *nvl, in print_holds() argument 6745 (void) printf("%-*s ", i ? tagwidth : nwidth, in print_holds() 6781 nwidth, zname, tagwidth, in print_holds() 6785 nwidth, zname, tagwidth, in print_holds()
|