Searched refs:width2 (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/usr.bin/seq/ |
| H A D | seq.c | 461 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 D | bitmap.c | 183 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 D | password.subr | 60 local height2 width2 61 f_dialog_inputbox_size height2 width2 \ 95 $height2 $width2 \
|
| /freebsd-12.1/usr.sbin/bsdconfig/share/media/ |
| H A D | wlan.subr | 865 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 D | jquery.qtip.js | 2135 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 D | as.texinfo | 232 [@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 D | ChangeLog-9899 | 4753 * as.c (parse_args): Add --listing-lhs-width, --listing-lhs-width2,
|
| H A D | ChangeLog-0001 | 2331 * as.c (parse_args): Correct option name "listing-lhs-width2".
|
| /freebsd-12.1/contrib/binutils/gas/po/ |
| H A D | gas.pot | 295 " --listing-lhs-width2 set the width in words of the continuation lines\n"
|