Searched refs:widths (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/dialog/
H A Dcolumns.c62 * Parse the source string, storing the offsets and widths of each column in
66 split_row(char *source, unsigned *offsets, unsigned *widths) argument
76 widths[result - 1] = offset - offsets[result - 1] - (unsigned) mark;
83 widths[result - 1] = offset - offsets[result - 1];
102 unsigned *widths; local
115 widths = dlg_calloc(unsigned, maxcols);
119 assert_ptr(widths, "dlg_align_columns");
123 /* now, determine the number of columns and the column-widths */
125 unsigned cols = split_row(*value, offsets, widths);
129 if (maxwidth[n] < widths[
[all...]
/freebsd-13-stable/contrib/kyua/utils/text/
H A Dtable.cpp45 /// Applies user overrides to the column widths of a table.
47 /// \param table The table from which to calculate the column widths.
48 /// \param user_widths The column widths provided by the user. This vector must
51 /// to the output widths vector, including width_refill.
53 /// \return A vector with the widths of the columns of the input table with any
60 text::widths_vector widths = table.column_widths(); local
62 // Override the actual width of the columns based on user-specified widths.
67 user_width >= widths[i],
68 "User-provided column widths must be larger than the "
70 widths[
87 find_refill_column(const text::widths_vector& widths) argument
112 refill_widths(text::widths_vector& widths, const text::widths_vector::value_type user_max_width, const std::size_t column_padding) argument
[all...]
/freebsd-13-stable/cddl/usr.sbin/dtrace/tests/common/printf/
H A DMakefile12 err.D_PRINTF_ARG_EXTRA.widths.d \
57 tst.widths.d \
58 tst.widths.d.out \
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbrtowc.c79 const wchar_t widths[64]; member in struct:test
184 width != t->widths[nchar]) {
187 t->wchars[nchar], t->widths[nchar]);
H A Dt_mbstowcs.c79 int widths[64]; member in struct:test
184 wcwidth(wbuf[i]) == t->widths[i])
189 t->wchars[i], t->widths[i]);
/freebsd-13-stable/tools/tools/locale/
H A DMakefile244 # generate widths.txt using the data from libut8proc
247 WIDTHS= ${ETCDIR}/final-maps/widths.txt
256 widths: ${WIDTHS}
/freebsd-13-stable/share/ctypedef/
H A DMakefile13 localedef ${LOCALEDEF_ENDIAN} -D -U -c -w ${MAPLOC}/widths.txt \
245 localedef ${LOCALEDEF_ENDIAN} -D -U -c -w ${MAPLOC}/widths.txt \
/freebsd-13-stable/lib/libc/stdio/
H A Dxprintf.c540 * They don't exclude field widths read from args.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp397 "only character widths of 1, 2, or 4 bytes supported");
/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c3948 static unsigned long widths[] = { local
3961 column_width = widths[type];
4086 * Otherwise use the default column widths.

Completed in 149 milliseconds