Home
last modified time | relevance | path

Searched refs:widths (Results 1 – 18 of 18) sorted by relevance

/dragonfly/contrib/dialog/
HDcolumns.c66 split_row(char *source, unsigned *offsets, unsigned *widths) in split_row() argument
76 widths[result - 1] = offset - offsets[result - 1] - (unsigned) mark; in split_row()
83 widths[result - 1] = offset - offsets[result - 1]; in split_row()
100 unsigned *widths; in dlg_align_columns() local
114 widths = dlg_calloc(unsigned, maxcols); in dlg_align_columns()
118 assert_ptr(widths, "dlg_align_columns"); in dlg_align_columns()
124 unsigned cols = split_row(*value, offsets, widths); in dlg_align_columns()
128 if (maxwidth[n] < widths[n]) in dlg_align_columns()
129 maxwidth[n] = widths[n]; in dlg_align_columns()
139 unsigned cols = split_row(*value, offsets, widths); in dlg_align_columns()
[all …]
/dragonfly/usr.sbin/installer/dfuife_curses/
HDcurses_xlat.h15 int widths[256]; member
HDcurses_xlat.c280 cfu->widths[col] - 1, CURSES_TEXTBOX, in curses_form_create_widget_row()
290 left, top, cfu->widths[col] - 1, in curses_form_create_widget_row()
309 left += cfu->widths[col++]; in curses_form_create_widget_row()
708 cfu->widths[col++] = label->width + 2; in curses_form_construct_from_dfui_form_multiple()
/dragonfly/share/ctypedef/
HDMakefile10 localedef -D -U -c -w ${MAPLOC}/widths.txt \
206 localedef -D -U -c -w ${MAPLOC}/widths.txt \
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
Diosfwd56 * widths (wide and narrow). The typedefs are the same as the
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
Diosfwd58 * widths (wide and narrow). The typedefs are the same as the
/dragonfly/contrib/binutils-2.27/gas/doc/
HDc-xtensa.texi292 instruction fetch widths.) An
320 different fetch widths, the assembler conservatively assumes a 32-bit
/dragonfly/contrib/file/magic/Magdir/
HDfilesystems1449 # http://homepage.ntlworld.com/jonathan.deboynepollard/FGA/determining-fat-widths.html
/dragonfly/contrib/binutils-2.27/gprof/
HDgprof.texi1803 The blurbs, field widths, and output formats are different. @sc{gnu}
HDgprof.info1551 * The blurbs, field widths, and output formats are different. GNU
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDrtl.texi2240 quotient widths are not all the same; you should represent
HDmd.texi4603 Similar widening-multiplication instructions of other widths.
HDextend.texi1890 int widths[] = @{ [0 ... 9] = 1, [10 ... 99] = 2, [100] = 3 @};
HDinvoke.texi2333 Incorrect handling of bit-fields with declared widths greater than that
/dragonfly/tools/tools/locale/etc/final-maps/
HDwidths.txt20 # the mkwidths.py python script. To make corrections, fix the widths-0.txt
21 # or widths-2.txt files, and re-run mkwidths.py. But preserve this header.
/dragonfly/sys/contrib/dev/acpica/
HDchanges.txt17497 not support mixed integer widths across different ACPI tables
/dragonfly/games/fortune/datfiles/
HDfortunes7768 A lot of people are afraid of heights. Not me. I'm afraid of widths.
10156 And one int in his time plays many widths,
/dragonfly/contrib/ncurses/misc/
HDterminfo.src6724 # b) widths of Unicode values above 256 do not always agree with wcwidth.