Searched refs:width (Results 126 - 150 of 603) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DTimeValue.cpp146 TimeValue::Dump (Stream *s, uint32_t width) const
159 if (width > 0)
160 s->Printf("%-*s", width, time_cstr);
164 else if (width > 0)
165 s->Printf("%-*s", width, "");
/freebsd-10.0-release/release/picobsd/tinyware/view/
H A Dview.c116 int x1,y1,width,height,i,j; local
123 width=0;
130 if(strlen(std_menu[i].descr)>width) width=strlen(std_menu[i].descr);
133 width=width*8+2;
135 sav.Xsize=width;
137 clr.Xsize=width;
139 sav.Bitmap=(byte *)calloc(width*height,1);
140 clr.Bitmap=(byte *)calloc(width*heigh
259 png_uint_32 width,height; local
[all...]
/freebsd-10.0-release/contrib/groff/src/utils/afmtodit/
H A Dafmtodit.pl6084 my (%width, %height, %depth);
6162 $width{$n} = $w;
6213 if ($field[1] >= 0 && defined $width{$field[0]}) {
6270 while (my $ch = each %width) {
6410 if (defined $width{$lig} && !defined $ligatures{$lig}) {
6424 printf("spacewidth %d\n", conv($width{"space"})) if defined $width{"space"};
6505 printf("%s\t%d", $map{$ch, "0"}, conv($width{$ch}));
6559 if (defined $ch && $ch eq "space" && defined $width{"space"}) {
6560 printf("space\t%d\t0\t%d\tspace\n", conv($width{"spac
[all...]
/freebsd-10.0-release/contrib/dialog/
H A Dchecklist.c155 int width,
190 int old_width = width;
245 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width);
249 &height, &width,
252 dlg_button_layout(buttons, &width);
253 dlg_print_size(height, width);
254 dlg_ctl_size(height, width);
264 x = dlg_box_x_ordinate(width);
267 dialog = dlg_new_window(height, width, y, x);
274 dlg_draw_box2(dialog, 0, 0, height, width, dialog_att
152 dlg_checklist(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, DIALOG_LISTITEM * items, const char *states, int flag, int *current_item) argument
594 dialog_checklist(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, char **items, int flag) argument
[all...]
H A Dtreeview.c158 int width,
194 int old_width = width;
257 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, use_width);
260 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH + use_height, use_width);
262 dlg_button_layout(buttons, &width);
263 dlg_print_size(height, width);
264 dlg_ctl_size(height, width);
266 x = dlg_box_x_ordinate(width);
269 dialog = dlg_new_window(height, width, y, x);
275 dlg_draw_box2(dialog, 0, 0, height, width, dialog_att
155 dlg_treeview(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, DIALOG_LISTITEM * items, const char *states, int *depths, int flag, int *current_item) argument
567 dialog_treeview(const char *title, const char *cprompt, int height, int width, int list_height, int item_no, char **items, int flag) argument
[all...]
H A Dutil.c214 dlg_attr_clear(WINDOW *win, int height, int width, chtype attr) argument
221 for (j = 0; j < width; j++)
612 centered(int width, const char *string) argument
617 left = (width - need) / 2 - 1;
990 /* Set the final height and width for the calling function */
1003 dlg_print_autowrap(WINDOW *win, const char *prompt, int height, int width) argument
1007 width,
1013 * that we create a "tall" window of the proper width, let the text wrap within
1024 int width,
1035 int wide = width
1020 dlg_print_scrolled(WINDOW *win, const char *prompt, int offset, int height, int width, int pauseopt) argument
1170 auto_size_preformatted(const char *prompt, int *height, int *width) argument
1238 real_auto_size(const char *title, const char *prompt, int *height, int *width, int boxlines, int mincols) argument
1305 dlg_auto_size(const char *title, const char *prompt, int *height, int *width, int boxlines, int mincols) argument
1330 dlg_auto_sizefile(const char *title, const char *file, int *height, int *width, int boxlines, int mincols) argument
1425 dlg_draw_box2(WINDOW *win, int y, int x, int height, int width, chtype boxchar, chtype borderchar, chtype borderchar2) argument
1458 dlg_draw_box(WINDOW *win, int y, int x, int height, int width, chtype boxchar, chtype borderchar) argument
1610 repaint_shadow(DIALOG_WINDOWS * dw, bool draw, int y, int x, int height, int width) argument
1675 dlg_draw_shadow(WINDOW *win, int y, int x, int height, int width) argument
1677 repaint_shadow(find_window(win), TRUE, y, x, height, width); local
1796 dlg_print_size(int height, int width) argument
1803 dlg_ctl_size(int height, int width) argument
1957 dlg_box_x_ordinate(int width) argument
2003 int width = getmaxx(win); local
2083 dlg_new_window(int height, int width, int y, int x) argument
2093 dlg_new_modal_window(WINDOW *parent, int height, int width, int y, int x) argument
2123 dlg_move_window(WINDOW *win, int height, int width, int y, int x) argument
2153 dlg_sub_window(WINDOW *parent, int height, int width, int y, int x) argument
[all...]
H A Dtextbox.c31 #define PAGE_WIDTH (width - 2)
399 print_line(MY_OBJ * obj, int row, int width) argument
410 if (width > getmaxx(obj->text))
411 width = getmaxx(obj->text);
412 --width; /* for the leading ' ' */
417 for (i = first; (i <= limit) && ((cols[i] - cols[first]) < width); ++i)
425 for (i = 0; i <= width - x; i++) {
436 print_page(MY_OBJ * obj, int height, int width) argument
442 print_line(obj, i, width);
456 print_position(MY_OBJ * obj, WINDOW *win, int height, int width) argument
483 get_search_term(WINDOW *dialog, char *input, int height, int width) argument
571 perform_search(MY_OBJ * obj, int height, int width, int key, char *search_term) argument
659 dialog_textbox(const char *title, const char *file, int height, int width) argument
[all...]
/freebsd-10.0-release/usr.bin/fmt/
H A Dfmt.c163 * Add options: -d <chars>, -l <width>, -p, -s, -t <width>, -h .
286 = get_nonnegative(optarg, "output tab width must be non-negative", 1);
301 tab_width = get_positive(optarg, "tab width must be positive", 1);
304 goal_length = get_positive(optarg, "width must be positive", 1);
314 goal_length = get_positive(++p, "width must be nonzero", 1);
317 "width must be nonzero", 1);
324 " [-w width | -width | goal [maximum]] [file ...]\n"
333 " -w <n> set maximum width t
535 size_t width; local
606 size_t width; local
[all...]
/freebsd-10.0-release/contrib/mdocml/
H A Dterm.c167 vend -= (*p->width)(p, p->buf[j - 1]);
177 vend += (*p->width)(p, p->buf[j]);
194 /* Remove the p->overstep width. */
210 dv = (size_t)(i - j) * (*p->width)(p, ' ');
216 vbl += (*p->width)(p, ' ');
233 p->viscol += (*p->width)(p, '-');
239 p->viscol -= (*p->width)(p, p->buf[i-1]);
241 p->viscol += (*p->width)(p, p->buf[i]);
264 p->overstep = (int)(vis - maxvis + (*p->width)(p, ' '));
285 ((TERMP_TWOSPACE & p->flags) ? (*p->width)(
[all...]
H A Dexample.style.css9 div.mandoc { min-width: 102ex;
10 width: 102ex;
14 div.mandoc table { width: 100%; margin-top: 0ex; margin-bottom: 0ex; } /* All tables. */
22 div.mandoc td.foot-date { width: 50%; } /* Document footer: date. */
23 div.mandoc td.foot-os { width: 50%; text-align: right; } /* Document footer: OS/source. */
25 div.mandoc td.head-ltitle { width: 10%; } /* Document header: left-title. */
26 div.mandoc td.head-vol { width: 80%; text-align: center; } /* Document header: volume. */
27 div.mandoc td.head-rtitle { width: 10%; text-align: right; } /* Document header: right-title. */
H A Dout.h35 size_t width; /* width of cell */ member in struct:roffcol
49 tbl_len len; /* produce width of empty space */
/freebsd-10.0-release/contrib/sendmail/libsm/
H A Dvfprintf.c186 int width; /* width from format (%8d), or 0 */ local
358 width = 0;
382 ** ``A negative field width argument is taken as a
383 ** - flag followed by a positive field width.''
388 GETASTER(width);
389 if (width >= 0)
391 width = -width;
429 ** beginning of a field width
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dui-out.h91 extern void ui_out_table_header (struct ui_out *uiout, int width,
112 extern void ui_out_field_fmt_int (struct ui_out *uiout, int width,
201 typedef void (table_header_ftype) (struct ui_out * uiout, int width,
212 typedef void (field_int_ftype) (struct ui_out * uiout, int fldno, int width,
215 typedef void (field_skip_ftype) (struct ui_out * uiout, int fldno, int width,
218 typedef void (field_string_ftype) (struct ui_out * uiout, int fldno, int width,
222 typedef void (field_fmt_ftype) (struct ui_out * uiout, int fldno, int width,
H A Dc-lang.h52 unsigned int length, int width,
/freebsd-10.0-release/contrib/ofed/management/infiniband-diags/scripts/
H A Diblinkinfo.pl173 my $width = "";
187 if ($line =~ /^LinkWidthActive:\.+(.*)/) { $width = $1; }
230 $width, $speed, $state, $phy_link_state, $width_enable,
234 $width, $speed, $state, $phy_link_state);
246 && $width !~ /12X/)
252 && $width !~ /8X/)
258 && $width !~ /4X/)
/freebsd-10.0-release/sys/powerpc/pseries/
H A Drtas_pci.c166 int width)
183 sc->pci_sc.sc_pcir.phys_mid, width, &pcierror, &retval);
186 config_addr, width, &pcierror, &retval);
189 switch (width) {
206 u_int reg, uint32_t val, int width)
222 width, val, &pcierror);
225 width, val, &pcierror);
165 rtaspci_read_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, int width) argument
205 rtaspci_write_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, uint32_t val, int width) argument
/freebsd-10.0-release/usr.sbin/lpr/lpc/
H A Dlpc.c301 int columns, width = 0, lines; local
307 if (len > width)
308 width = len;
310 width = (width + 8) &~ 7;
311 columns = 80 / width;
325 while (w < width) {
/freebsd-10.0-release/contrib/texinfo/info/
H A Dwindow.h62 int width; /* Width of this window. */ member in struct:window_struct
111 extern void window_initialize_windows (int width, int height);
138 extern void window_new_screen_size (int width, int height);
/freebsd-10.0-release/usr.sbin/bsdconfig/console/
H A Dsaver72 local height width rows
73 eval f_dialog_menu_size height width rows \
105 $height $width $rows \
/freebsd-10.0-release/usr.sbin/lpr/filters/
H A Dlpf.c66 static int width = 132; /* default line length */ variable
100 width = i;
170 if (col >= width || (!literal && ch < ' ')) {
/freebsd-10.0-release/contrib/gdb/gdb/tui/
H A Dtui-layout.c732 TUI_SRC_WIN->generic.width,
733 TUI_SRC_WIN->detail.source_info.execution_info->width,
775 TUI_DISASM_WIN->generic.width,
776 TUI_DISASM_WIN->detail.source_info.execution_info->width,
805 TUI_CMD_WIN->generic.width,
860 tui_win_list[win_type]->generic.width,
861 tui_win_list[win_type]->detail.source_info.execution_info->width,
890 int height, int width, int origin_x, int origin_y)
895 win_info->width = width;
889 init_gen_win_info(struct tui_gen_win_info * win_info, enum tui_win_type type, int height, int width, int origin_x, int origin_y) argument
915 init_and_make_win(void ** win_info_ptr, enum tui_win_type win_type, int height, int width, int origin_x, int origin_y, int box_it) argument
[all...]
/freebsd-10.0-release/contrib/ofed/management/libibmad/src/
H A Ddump.c172 int width = *(int *)val; local
174 switch (width) {
188 IBWARN("bad width %d", width);
194 dump_linkwidth(char *buf, int bufsz, int width) argument
198 if (width & 0x1)
200 if (n < bufsz && (width & 0x2))
202 if (n < bufsz && (width & 0x4))
204 if (n < bufsz && (width & 0x8))
209 else if (width
218 int width = *(int *)val; local
241 int width = *(int *)val; local
[all...]
/freebsd-10.0-release/bin/ps/
H A Dps.h35 #define UNLIMITED 0 /* unlimited terminal width */
84 short width; /* calculated width */ member in struct:var
/freebsd-10.0-release/contrib/less/
H A Dline.c249 int width; local
281 width = 0;
293 width = is_wide_char(ch) ? 2 : 1;
300 width = (utf_mode && is_wide_char(prev_ch)) ? -2 : -1;
302 width = 1;
306 if (width == 2 && shift - shifted == 1) {
320 /* Adjust width for magic cookies. */
326 width += attr_swidth(attr[from]);
328 width += attr_ewidth(attr[from]);
331 width
487 int width; local
[all...]
/freebsd-10.0-release/contrib/libyaml/src/
H A Dwriter.c73 unsigned int width; local
86 width = (octet & 0x80) == 0x00 ? 1 :
96 for (k = 1; k < width; k ++) {
101 emitter->buffer.pointer += width;

Completed in 159 milliseconds

1234567891011>>