Home
last modified time | relevance | path

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

/dragonfly/usr.bin/seq/
H A Dseq.c410 int precision, width1, width2, places; in generate_format() local
434 width2 = snprintf(buf, sizeof(buf), "%g", last); in generate_format()
438 width2 -= (places + strlen(decimal_point)); in generate_format()
442 MAX(width1, width2) + (int) strlen(decimal_point) + in generate_format()
446 MAX(width1, width2), (cc) ? cc : 'g'); in generate_format()
/dragonfly/lib/libvgl/
H A Dbitmap.c162 int width2, len; in ReadVerticalLine() local
181 for (width2 = count; width2 > 0; ) { in ReadVerticalLine()
183 len = min(VGLAdpInfo.va_window_size - offset, width2); in ReadVerticalLine()
184 bcopy(src->Bitmap + offset, &VGLPlane[i][count - width2], len); in ReadVerticalLine()
186 width2 -= len; in ReadVerticalLine()
/dragonfly/contrib/dialog/
H A Ddialog.c1439 int width2 = 0; in PrintTextOnly() local
1460 dlg_auto_size(NULL, text, &height2, &width2, height, width); in PrintTextOnly()
1465 dlg_print_autowrap(stdscr, text, height2, width2); in PrintTextOnly()
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Das.texinfo236 [@b{--listing-lhs-width2}=@var{NUM}] [@b{--listing-rhs-width}=@var{NUM}]
765 @item --listing-lhs-width2=@var{number}
2336 @item --listing-lhs-width2=@samp{number}
2337 @kindex --listing-lhs-width2