Home
last modified time | relevance | path

Searched refs:width2 (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/usr.bin/seq/
H A Dseq.c461 int precision, width1, width2, places; in generate_format() local
485 width2 = sprintf(buf, "%g", last); in generate_format()
489 width2 -= (places + strlen(decimal_point)); in generate_format()
493 MAX(width1, width2) + (int) strlen(decimal_point) + in generate_format()
496 sprintf(buf, "%%%c%d%c", pad, MAX(width1, width2), in generate_format()
/freebsd-12.1/lib/libvgl/
H A Dbitmap.c183 int width2, len; in ReadVerticalLine() local
202 for (width2 = count; width2 > 0; ) { in ReadVerticalLine()
204 len = min(VGLAdpInfo.va_window_size - offset, width2); in ReadVerticalLine()
205 bcopy(src->Bitmap + offset, &VGLPlane[i][count - width2], len); in ReadVerticalLine()
207 width2 -= len; in ReadVerticalLine()
/freebsd-12.1/usr.sbin/bsdconfig/password/share/
H A Dpassword.subr60 local height2 width2
61 f_dialog_inputbox_size height2 width2 \
95 $height2 $width2 \
/freebsd-12.1/usr.sbin/bsdconfig/share/media/
H A Dwlan.subr865 local menu_list2 height2 width2 rows2 member
891 eval f_dialog_menu_size height2 width2 rows2 \
902 $height2 $width2 $rows2 \
/freebsd-12.1/contrib/libxo/xohtml/external/
H A Djquery.qtip.js2135 width2 = Math.ceil(width / 2), height2 = Math.ceil(height / 2),
2143 tc: [0,height, width2,0, width,height],
2144 bc: [0,0, width,0, width2,height],
/freebsd-12.1/contrib/binutils/gas/doc/
H A Das.texinfo232 [@b{--listing-lhs-width2}=@var{NUM}] [@b{--listing-rhs-width}=@var{NUM}]
570 @item --listing-lhs-width2=@var{number}
1750 @item --listing-lhs-width2=@samp{number}
1751 @kindex --listing-lhs-width2
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-98994753 * as.c (parse_args): Add --listing-lhs-width, --listing-lhs-width2,
H A DChangeLog-00012331 * as.c (parse_args): Correct option name "listing-lhs-width2".
/freebsd-12.1/contrib/binutils/gas/po/
H A Dgas.pot295 " --listing-lhs-width2 set the width in words of the continuation lines\n"