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

/freebsd-11-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-11-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-11-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-11-stable/share/ctypedef/
H A DMakefile11 localedef -D -U -c -w ${MAPLOC}/widths.txt \
241 localedef -D -U -c -w ${MAPLOC}/widths.txt \
/freebsd-11-stable/lib/libc/stdio/
H A Dxprintf.c538 * They don't exclude field widths read from args.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp396 "only character widths of 1, 2, or 4 bytes supported");
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2686 % Either define widths of columns in terms of percent of \hsize:
4827 % \tt widths. Each \tt character is 1en, so two makes it 1em.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex2585 % Either define widths of columns in terms of percent of \hsize:
4704 % \tt widths. Each \tt character is 1en, so two makes it 1em.
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex3012 % \tt widths. Each \tt character is 1en, so two makes it 1em.
3789 % Either define widths of columns in terms of percent of \hsize:

Completed in 121 milliseconds