Home
last modified time | relevance | path

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

/NextBSD/usr.bin/seq/
HDseq.c431 int precision, width1, width2, places; in generate_format() local
455 width2 = sprintf(buf, "%g", last); in generate_format()
459 width2 -= (places + strlen(decimal_point)); in generate_format()
463 MAX(width1, width2) + (int) strlen(decimal_point) + in generate_format()
466 sprintf(buf, "%%%c%d%c", pad, MAX(width1, width2), in generate_format()
/NextBSD/lib/libvgl/
HDbitmap.c181 int width2, len; in ReadVerticalLine() local
200 for (width2 = count; width2 > 0; ) { in ReadVerticalLine()
202 len = min(VGLAdpInfo.va_window_size - offset, width2); in ReadVerticalLine()
203 bcopy(src->Bitmap + offset, &VGLPlane[i][count - width2], len); in ReadVerticalLine()
205 width2 -= len; in ReadVerticalLine()
/NextBSD/usr.sbin/bsdconfig/password/share/
HDpassword.subr60 local height2 width2
61 f_dialog_inputbox_size height2 width2 \
95 $height2 $width2 \
/NextBSD/contrib/libxo/xohtml/external/
HDjquery.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],
/NextBSD/contrib/binutils/gas/doc/
HDas.texinfo232 [@b{--listing-lhs-width2}=@var{NUM}] [@b{--listing-rhs-width}=@var{NUM}]
570 @item --listing-lhs-width2=@var{number}
1747 @item --listing-lhs-width2=@samp{number}
1748 @kindex --listing-lhs-width2
/NextBSD/contrib/binutils/gas/
HDChangeLog-98994753 * as.c (parse_args): Add --listing-lhs-width, --listing-lhs-width2,
HDChangeLog-00012331 * as.c (parse_args): Correct option name "listing-lhs-width2".
/NextBSD/contrib/binutils/gas/po/
HDgas.pot295 " --listing-lhs-width2 set the width in words of the continuation lines\n"