Searched refs:width (Results 176 - 200 of 603) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/dialog/
H A Deditbox.c314 int width)
334 int old_width = width;
375 dlg_auto_size(title, "", &height, &width, 3 * LINES / 4, mincols);
376 dlg_print_size(height, width);
377 dlg_ctl_size(height, width);
379 x = dlg_box_x_ordinate(width);
382 dialog = dlg_new_window(height, width, y, x);
388 dlg_draw_box2(dialog, 0, 0, height, width, dialog_attr, border_attr, border2_attr);
397 box_width = width - 2 - (2 * MARGIN);
476 width);
310 dlg_editbox(const char *title, char ***list, int *rows, int height, int width) argument
721 dialog_editbox(const char *title, const char *file, int height, int width) argument
[all...]
H A Dfselect.c553 dlg_fselect(const char *title, const char *path, int height, int width, int dselect) argument
573 int old_width = width;
615 dlg_auto_size(title, (char *) 0, &height, &width, 6, 25);
617 if (width < min_wide)
618 width = min_wide;
619 dlg_print_size(height, width);
620 dlg_ctl_size(height, width);
622 dialog = dlg_new_window(height, width,
624 dlg_box_x_ordinate(width));
630 dlg_draw_box2(dialog, 0, 0, height, width, dialog_att
916 dialog_fselect(const char *title, const char *path, int height, int width) argument
925 dialog_dselect(const char *title, const char *path, int height, int width) argument
[all...]
H A Dbuildlist.c415 int width,
454 int old_width = width;
510 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, all.use_width);
514 &height, &width,
517 dlg_button_layout(buttons, &width);
518 dlg_print_size(height, width);
519 dlg_ctl_size(height, width);
526 x = dlg_box_x_ordinate(width);
529 dialog = dlg_new_window(height, width, y, x);
535 dlg_draw_box2(dialog, 0, 0, height, width, dialog_att
412 dlg_buildlist(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, DIALOG_LISTITEM * items, const char *states, int order_mode, int *current_item) argument
1015 dialog_buildlist(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, char **items, int order_mode) argument
[all...]
H A Dbuttons.c306 int width = 1; local
310 while (!dlg_button_x_step(labels, width, &gap, &margin, &step))
311 ++width;
312 width += (4 * MARGIN);
313 if (width > COLS)
314 width = COLS;
315 if (width > *limit)
316 *limit = width;
H A Dmixedform.c46 int width,
85 width,
43 dialog_mixedform(const char *title, const char *cprompt, int height, int width, int form_height, int item_no, char **items) argument
/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Dnode.h67 virtual hunits width();
145 hunits width; member in struct:breakpoint
185 hunits width();
205 hunits width; member in struct:width_list
331 hunits width();
382 hunits width();
399 hunits width();
463 hunits width();
490 hunits width();
510 hunits width();
[all...]
H A Ddiv.h53 hunits width) = 0;
82 hunits width);
121 hunits width);
/freebsd-10.0-release/lib/libc/stdlib/
H A Dstrfmon.c113 int width; /* field width */ local
157 width = -1; /* no width specified */
195 GET_NUMBER(width);
197 * required width ?
199 if ((unsigned int)width >= maxsize - (dst - s))
373 if (dst - tmpptr < width) {
375 while (dst - tmpptr < width)
379 memmove(tmpptr + width
[all...]
/freebsd-10.0-release/lib/libc/stdio/
H A Dxprintf_float.c330 * padded out to `width' places. If flags&ZEROPAD, it should
347 prsize = pi->width > realsz ? pi->width : realsz;
351 ret += __printf_pad(io, pi->width - realsz, 0);
364 ret += __printf_pad(io, pi->width - realsz, 1);
418 ret += __printf_pad(io, pi->width - realsz, 0);
/freebsd-10.0-release/sys/contrib/v4l/
H A Dvideodev.h46 int maxwidth; /* Supported width */
48 int minwidth; /* Supported width */
143 __s32 width, height; member in struct:video_clip
150 __u32 width,height; /* Its size */ member in struct:video_window
165 __u32 width, height; /* Area to capture */ member in struct:video_capture
175 int height,width; member in struct:video_buffer
183 int height,width; member in struct:video_mmap
/freebsd-10.0-release/usr.bin/rwho/
H A Drwho.c91 int width; local
178 width = 0;
184 if (j > width)
185 width = j;
201 mp->myutmp.out_name, width, buf, cbuf);
/freebsd-10.0-release/usr.bin/who/
H A Dwho.c297 long width; local
302 width = strtol(cols, &ep, 10);
303 if (errno || width <= 0 || width > INT_MAX || ep == cols ||
307 return (width);
/freebsd-10.0-release/contrib/gcc/
H A Dmips-tdump.c628 bitsize = aux_ptr[index++].width;
654 qualifiers[i].stride = aux_ptr[index+4].width;
802 int width = 20;
809 printf(" %-*s %11s %11s %11s\n", width, "Info", "Offset", "Number", "Bytes");
810 printf(" %-*s %11s %11s %11s\n", width, "====", "======", "======", "=====\n");
812 printf(" %-*s %11ld %11ld %11ld [%d]\n", width, "Line numbers",
818 printf(" %-*s %11ld %11ld %11ld\n", width, "Dense numbers",
823 printf(" %-*s %11ld %11ld %11ld\n", width, "Procedures Tables",
828 printf(" %-*s %11ld %11ld %11ld\n", width, "Local Symbols",
833 printf(" %-*s %11ld %11ld %11ld\n", width, "Optimizatio
792 int width = 20; local
1101 int width = 20; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DAPInt.cpp128 // assume same bit-width single-word case is already handled
605 assert(bitPosition < BitWidth && "Out of the bit-width range!");
815 APInt llvm::APIntOps::RoundDoubleToAPInt(double Double, unsigned width) {
830 return APInt(width, 0u);
837 return isNeg ? -APInt(width, mantissa >> (52 - exp)) :
838 APInt(width, mantissa >> (52 - exp));
842 if (width <= exp - 52)
843 return APInt(width, 0);
846 APInt Tmp(width, mantissa);
918 // Truncate to new width
[all...]
/freebsd-10.0-release/lib/libvgl/
H A Dvgl.h107 int __VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width, int hight);
108 int VGLBitmapCopy(VGLBitmap *src, int srcx, int srcy, VGLBitmap *dst, int dstx, int dsty, int width, int hight);
132 int VGLMouseFreeze(int x, int y, int width, int hight, byte color);
/freebsd-10.0-release/sys/dev/pci/
H A Dpcib_private.h118 typedef uint32_t pci_read_config_fn(int b, int s, int f, int reg, int width);
138 uint32_t pcib_read_config(device_t dev, u_int b, u_int s, u_int f, u_int reg, int width);
139 void pcib_write_config(device_t dev, u_int b, u_int s, u_int f, u_int reg, uint32_t val, int width);
/freebsd-10.0-release/usr.sbin/bsdconfig/console/
H A Dfont72 local height width rows
73 eval f_dialog_menu_size height width rows \
106 $height $width $rows \
/freebsd-10.0-release/usr.sbin/bsdconfig/startup/
H A Drcdelete201 local height width rows
203 height width rows \
226 $height $width $rows \
283 local height width rows
284 eval f_dialog_menu_size height width rows \
302 $height $width $rows \
/freebsd-10.0-release/usr.sbin/pciconf/
H A Dpciconf.c545 read_config(int fd, struct pcisel *sel, long reg, int width) argument
551 pi.pi_width = width;
599 readone(int fd, struct pcisel *sel, long reg, int width) argument
602 printf("%0*x", width*2, read_config(fd, sel, reg, width));
606 readit(const char *name, const char *reg, int width) argument
626 for (i = 1, r = rstart; r <= rend; i++, r += width) {
627 readone(fd, &sel, r, width);
630 putchar(i % (16/width) ? ' ' : '\n');
632 if (i % (16/width) !
638 writeit(const char *name, const char *reg, const char *data, int width) argument
[all...]
/freebsd-10.0-release/usr.bin/column/
H A Dcolumn.c67 static int width(const wchar_t *);
69 static int termwidth = 80; /* default terminal width */
162 chcnt += width(*lp);
195 chcnt += width(list[base]);
261 t->len[coloff] = width(cols[coloff]);
298 len = width(buf);
317 width(const wchar_t *wcs) function
/freebsd-10.0-release/contrib/groff/src/preproc/grn/
H A Dmain.cpp23 * width and file are NOT saved.
42 * width, height - These two commands override any
45 * the height or width specified,
64 * Troff number registers used: g1 through g9. g1 is the width of the
186 double width; /* user-request maximum width for picture */ variable
453 width = 0.0; /* size specifications input by user */
528 troffscale = (width != 0.0) ?
529 width / (troffscale * SCREENtoINCH) : BIG;
553 /* register g1 = picture width an
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dostream_insert.h89 const streamsize __w = __out.width();
104 __out.width(0);
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Drtbl.c46 int width; member in struct:column_data
141 col->width = 0;
189 column->width = 0;
191 column->width = strlen (column->header);
193 column->width = max (column->width, (int) strlen (column->rows[i].data));
380 fprintf (f, "%-*s", (int)c->width, c->header);
408 w = c->width;
/freebsd-10.0-release/sys/boot/fdt/dts/
H A Dberi-sim.dts139 sri-cambridge,width = <4>;
/freebsd-10.0-release/sys/dev/fb/
H A Dsplash_bmp.c230 int width,height; /* image dimensions */ member in struct:__anon8299
273 x += (info->swidth - info->width) / 2;
459 for (x = 0; x < info->width; x++, info->index++)
465 for (x = 0; x < info->width; x++) {
480 for (x = 0; x < info->width; x++) {
542 bmp_info.width = bmf->bmfi.bmiHeader.biWidth;
564 (bmp_info.width > bmp_info.swidth) ||
568 bmp_info.width, bmp_info.height, bmp_info.ncols);

Completed in 169 milliseconds

1234567891011>>