Home
last modified time | relevance | path

Searched refs:colwidth (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/mdocml/dist/
H A Dout.c123 size_t *colwidth; in tblcalc() local
245 colwidth = mandoc_reallocarray(NULL, maxcol + 1, sizeof(*colwidth)); in tblcalc()
254 colwidth[icol] = SIZE_MAX; in tblcalc()
257 colwidth[icol] = tbl->cols[icol].width; in tblcalc()
266 if (min1 > colwidth[icol]) { in tblcalc()
268 min1 = colwidth[icol]; in tblcalc()
269 } else if (min1 < colwidth[icol] && in tblcalc()
270 min2 > colwidth[icol]) in tblcalc()
271 min2 = colwidth[icol]; in tblcalc()
294 if (colwidth[icol] == min1 || in tblcalc()
[all …]
/netbsd-src/external/bsd/nvi/dist/common/
H A Doptions.c865 int base, b_num, cnt, col, colwidth, curlen, s_num; in opts_dump() local
880 colwidth = sp->cols / numcols & ~(STANDARD_TAB - 1); in opts_dump()
881 if (colwidth >= 10) { in opts_dump()
882 colwidth = in opts_dump()
883 (colwidth + STANDARD_TAB) & ~(STANDARD_TAB - 1); in opts_dump()
884 numcols = sp->cols / colwidth; in opts_dump()
887 colwidth = 0; in opts_dump()
952 if (curlen <= colwidth - 2) in opts_dump()
974 (int)(colwidth - cnt), ""); in opts_dump()
/netbsd-src/usr.bin/systat/
H A Diostat.c322 histogram(double val, int colwidth, double scale) in histogram() argument
328 while (v > colwidth) { in histogram()
336 mvwprintw(wnd, y, x + colwidth + 1, "* %d ", factor); in histogram()
/netbsd-src/external/bsd/nvi/dist/vi/
H A Dv_txt.c2153 size_t base, cnt, col, colwidth, numrows, numcols, prefix, row; in txt_fc_col() local
2183 for (ac = argc, av = argv, colwidth = 0; ac > 0; --ac, ++av) { in txt_fc_col()
2186 if (col > colwidth) in txt_fc_col()
2187 colwidth = col; in txt_fc_col()
2189 colwidth += COL_OFF(colwidth, 6); in txt_fc_col()
2206 if (colwidth > sp->cols) { in txt_fc_col()
2220 numcols = (sp->cols - 1) / colwidth; in txt_fc_col()
2241 "%*s", (int)(colwidth - cnt), ""); in txt_fc_col()
/netbsd-src/external/mpl/bind/dist/doc/arm/_ext/
H A Discconf.py547 colspec = nodes.colspec(colwidth=1)