Searched refs:width (Results 101 - 125 of 603) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/texinfo/info/
H A Dwindow.c54 window_initialize_windows (int width, int height) argument
85 window_new_screen_size (width, height);
93 from whatever it was before (found in the_screen->height, ->width),
105 window_new_screen_size (int width, int height) argument
112 if (width == the_screen->width && height == the_screen->height)
118 if (width < 0)
119 width = 0;
159 /* The screen has changed height and width. */
162 the_screen->width
708 int width = 1; local
741 register int i, width, this_char_width; local
[all...]
/freebsd-10.0-release/sys/boot/fdt/dts/
H A Ddockstar.dts90 bank-width = <2>;
91 device-width = <1>;
106 bank-width = <2>;
107 device-width = <1>;
114 bank-width = <2>;
115 device-width = <1>;
/freebsd-10.0-release/usr.bin/expand/
H A Dexpand.c70 int width; local
148 if ((width = wcwidth(wc)) > 0)
149 column += width;
/freebsd-10.0-release/usr.sbin/bsdconfig/console/
H A Dttys72 local height width rows
73 eval f_dialog_menu_size height width rows \
88 $height $width $rows \
/freebsd-10.0-release/usr.sbin/bsdconfig/mouse/
H A Dtype68 local height width rows
69 eval f_dialog_menu_size height width rows \
98 $height $width $rows \
/freebsd-10.0-release/usr.sbin/bsdconfig/security/
H A Dsecurity100 local height width rows
101 eval f_dialog_menu_size height width rows \
117 $height $width $rows \
/freebsd-10.0-release/usr.sbin/bsdinstall/scripts/
H A Ddocsinstall111 local height width rows
112 eval f_dialog_checklist_size height width rows \
126 $height $width $rows \
/freebsd-10.0-release/contrib/dialog/
H A Dmouse.c62 int height, int width,
67 mseRegion *butPtr = dlg_mouse_mkregion(y, x, height, width, -DLGK_MOUSE(code));
84 dlg_mouse_mkregion(int y, int x, int height, int width, int code) argument
101 butPtr->X = basex + x + width;
61 dlg_mouse_mkbigregion(int y, int x, int height, int width, int code, int step_y, int step_x, int mode) argument
H A Dprgbox.c100 int width,
111 code = dlg_progressbox(title, cprompt, height, width, pauseopt, fp);
96 dialog_prgbox(const char *title, const char *cprompt, const char *command, int height, int width, int pauseopt) argument
H A Dmenubox.c296 int width,
335 int old_width = width;
368 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width);
372 &height, &width,
375 dlg_button_layout(buttons, &width);
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);
390 dlg_draw_box2(dialog, 0, 0, height, width, dialog_att
293 dlg_menu(const char *title, const char *cprompt, int height, int width, int menu_height, int item_no, DIALOG_LISTITEM * items, int *current_item, DIALOG_INPUTMENU rename_menutext) argument
736 dialog_menu(const char *title, const char *cprompt, int height, int width, int menu_height, int item_no, char **items) argument
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/tui/
H A Dtui.h62 extern int tui_get_command_dimension (int *width, int *height);
/freebsd-10.0-release/contrib/mdocml/
H A Dout.c139 * used for the actual width calculations.
183 * Calculate width of the spanners. These get one space for a
191 col->width = (*tbl->len)(1, tbl->arg);
194 col->width = (*tbl->len)(2, tbl->arg);
215 if (col->width < sz)
216 col->width = sz;
248 if (col->width < sz)
249 col->width = sz;
263 * First calculate number width and decimal place (last + 1 for
297 col->width
[all...]
H A Dstyle.css12 html { max-width: 880px; margin-left: 1em; }
16 table { width: 100%; margin-top: 0ex; margin-bottom: 0ex; } /* All tables. */
27 td.foot-date { width: 50%; } /* Document footer: date. */
28 td.foot-os { width: 50%; text-align: right; } /* Document footer: OS/source. */
30 td.head-ltitle { width: 10%; } /* Document header: left-title. */
31 td.head-vol { width: 80%; text-align: center; } /* Document header: volume. */
32 td.head-rtitle { width: 10%; text-align: right; } /* Document header: right-title. */
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-dvmrp.c174 register u_int i, width; local
183 width = 1;
185 width = 2;
187 width = 3;
189 width = 4;
195 if (bp + width + 1 > ep) {
199 if (len < width + 1) {
204 for (i = 0; i < width; ++i) {
217 len -= width + 1;
/freebsd-10.0-release/lib/libiconv_modules/mapper_std/
H A Dcitrus_mapper_std_local.h38 _citrus_index_t width; member in struct:_citrus_mapper_std_linear_zone
/freebsd-10.0-release/sys/dev/drm/
H A Ddrm_sarea.h65 unsigned int width; member in struct:drm_sarea_frame
/freebsd-10.0-release/sys/dev/drm2/
H A Ddrm_sarea.h65 unsigned int width; member in struct:drm_sarea_frame
/freebsd-10.0-release/usr.bin/hexdump/
H A Dconv.c55 int converr, pad, width; local
132 width = wcwidth(wc);
133 assert(width >= 0);
134 pad = 3 - width;
/freebsd-10.0-release/contrib/less/
H A Dcmdbuf.c162 int width = is_wide_char(ch) ? 2 : 1; local
163 cmd_col += width;
164 prompt_col += width;
300 int width; local
301 char *pr = cmd_step_right(&np, &width, NULL);
302 if (cmd_col + width >= sc_width)
306 cmd_col += width;
311 int width; local
312 char *pr = cmd_step_right(&np, &width, NULL);
313 if (width >
335 int width, bswidth; local
364 int width; local
370 int width; local
403 int width; local
422 int width; local
456 int width, bswidth; local
[all...]
/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Dreg.cpp65 general_reg::general_reg() : format('1'), width(0), inc(0)
83 static const char *number_value_to_ascii(int value, char format, int width) argument
88 if (width <= 0)
90 else if (width > int(sizeof(buf) - 2))
93 sprintf(buf, "%.*d", width, int(value));
211 return number_value_to_ascii(n, format, width);
237 width = w;
240 static const char *number_format_to_ascii(char format, int width) argument
244 if (width > 0) {
245 int n = width;
[all...]
/freebsd-10.0-release/sys/ddb/
H A Ddb_examine.c80 int width; local
117 width = size * 4;
122 db_printf("%+-*lr", width, (long)value);
127 db_printf("%-*lx", width, (long)value);
132 db_printf("%-*ly", width, (long)value);
137 db_printf("%-*ld", width, (long)value);
142 db_printf("%-*lu", width, (long)value);
147 db_printf("%-*lo", width, (long)value);
/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dr100_track.h29 unsigned width; member in struct:r100_cs_cube_info
41 unsigned width; member in struct:r100_cs_track_texture
/freebsd-10.0-release/sys/dev/fb/
H A Dsplash_pcx.c63 int width; member in struct:__anon8300
93 " width = %d\n"
97 pcx_info.width, pcx_info.height,
112 if (info.vi_width >= pcx_info.width
188 pcx_info.width = hdr->xmax - hdr->xmin + 1;
226 x = (swidth - pcx_info.width) / 2;
257 if (pos + pcx_info.width > banksize) {
264 bcopy(line + j, vidmem, pcx_info.width - j);
266 bcopy(line, vidmem + pos, pcx_info.width);
/freebsd-10.0-release/usr.bin/nl/
H A Dnl.c127 static int width = 6; variable
225 "invalid width value -- %s", optarg);
226 width = (int)val;
227 if (!(width > 0))
229 "width argument must be > 0 -- %d",
230 width);
259 intbuffersize = max((int)INT_STRLEN_MAXIMUM, width) + 1; /* NUL */
333 consumed = sprintf(intbuffer, format, width, line);
335 intbuffer + max(0, consumed - width));
338 (void)printf("%*s", width, "");
[all...]
/freebsd-10.0-release/contrib/jemalloc/src/
H A Dutil.c332 #define APPEND_PADDED_S(s, slen, width, left_justify) do { \
334 size_t pad_len = (width == -1) ? 0 : ((slen < (size_t)width) ? \
335 (size_t)width - slen : 0); \
400 int width = -1; local
436 width = va_arg(ap, int);
446 width = (int)uwidth;
513 APPEND_PADDED_S(s, slen, width, left_justify);
522 APPEND_PADDED_S(s, slen, width, left_justify);
531 APPEND_PADDED_S(s, slen, width, left_justif
[all...]

Completed in 279 milliseconds

1234567891011>>