Searched refs:width (Results 1 - 25 of 583) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/dialog/samples/
H A Dmsgbox36 width=35
7 while test $width != 61
9 $DIALOG --title "MESSAGE BOX (width $width)" --clear --no-collapse "$@" \
19 you press the ENTER key." 15 $width
21 width=`expr $width + 1`
H A Dmsgbox4-eucjp6 width=35
7 while test $width != 61
9 $DIALOG --title "MESSAGE BOX (width $width)" --clear --no-collapse "$@" \
14 (2) whether the width of characters are evaluated properly, and
23 you press the ENTER key." 22 $width
24 width=`expr $width + 1`
H A Dmsgbox57 width=35
8 while test $width != 61
10 $DIALOG --title "MESSAGE BOX (width $width)" --clear --no-collapse "$@" \
20 you press the ENTER key." 10 $width
22 width=`expr $width + 1`
H A Dmsgbox67 width=35
8 while test $width != 61
10 $DIALOG --title "MESSAGE BOX (width $width)" --clear "$@" \
14 " 10 $width
16 width=`expr $width + 1`
H A Dmsgbox6a7 width=35
8 while test $width != 61
10 $DIALOG --title "MESSAGE BOX (width $width)" --clear "$@" \
14 " 10 $width
16 width=`expr $width + 1`
H A Dmsgbox4-8bit8 width=30
9 while test $width != 61
11 $DIALOG --title "MESSAGE BOX (width $width)" --no-collapse --colors "$@" \
19 you press the ENTER key." 22 $width
29 width=`expr $width + 1`
H A Dmsgbox4-utf88 width=30
9 while test $width != 61
11 $DIALOG --title "MESSAGE BOX (width $width)" --no-collapse "$@" \
16 (2) whether the width of characters are evaluated properly, and
25 you press the ENTER key." 22 $width
35 width=`expr $width + 1`
/freebsd-9.3-release/contrib/xz/src/common/
H A Dtuklib_mbstr_fw.c4 /// \brief Get the field width for printf() e.g. to align table columns
20 const size_t width = tuklib_mbstr_width(str, &len); local
21 if (width == (size_t)-1)
24 if (width > (size_t)columns_min)
27 if (width < (size_t)columns_min)
28 len += (size_t)columns_min - width;
/freebsd-9.3-release/crypto/openssl/util/
H A Dtab_num.pl4 $width=40;
12 $n=$width-$i;
/freebsd-9.3-release/sys/dev/fb/
H A Dgfb.h36 int width; member in struct:gfb_font
/freebsd-9.3-release/gnu/lib/libodialog/
H A Dgauge.c30 int height, int width, int perc)
39 gw = newwin(height, width, y, x);
42 height, width, y, x);
46 draw_box(gw, 0, 0, height, width, dialog_attr, border_attr);
47 draw_shadow(stdscr, y, x, height, width);
51 wmove(gw, 0, (width - strlen(title))/2 - 1);
58 wmove(gw, 1, (width - strlen(prompt))/2 - 1);
62 draw_box(gw, 2, 2, 3, width-4, dialog_attr, border_attr);
63 glen = (int) ((float) perc/100 * (width-6));
67 wmove(gw, 5, width/
29 dialog_gauge(char *title, char *prompt, int y, int x, int height, int width, int perc) argument
[all...]
H A Dyesno.c29 int height, int width, int yesdefault);
35 dialog_yesno(unsigned char *title, unsigned char *prompt, int height, int width) argument
37 return dialog_yesno_proc(title, prompt, height, width, TRUE);
44 dialog_noyes(unsigned char *title, unsigned char *prompt, int height, int width) argument
46 return dialog_yesno_proc(title, prompt, height, width, FALSE);
50 dialog_yesno_proc(unsigned char *title, unsigned char *prompt, int height, int width, int yesdefault) argument
62 if (width < 0) {
65 width = MAX(i,j)+4;
67 width = MAX(width,2
[all...]
H A Dmsgbox.c30 static void print_page(WINDOW *win, int height, int width, unsigned char *buf, int startline, int hscroll);
38 int dialog_msgbox(unsigned char *title, unsigned char *prompt, int height, int width, int pause) argument
45 if (width < 0) {
48 width = MAX(i,j)+4;
51 width = MAX(width,10);
53 if (width > COLS)
54 width = COLS;
58 x = DialogX ? DialogX : (COLS - width)/2;
63 draw_shadow(stdscr, y, x, height, width);
116 dialog_mesgbox(unsigned char *title, unsigned char *prompt, int height, int width) argument
307 print_page(WINDOW *win, int height, int width, unsigned char *buf, int startline, int hscroll) argument
[all...]
H A Dprgbox.c35 int dialog_prgbox(unsigned char *title, const unsigned char *line, int height, int width, int pause, int use_shell) argument
44 if (height < 0 || width < 0) {
49 width = MAX(width,10);
51 if (width > COLS)
52 width = COLS;
56 x = DialogX ? DialogX : (COLS - width)/2;
61 draw_shadow(stdscr, y, x, height, width);
63 dialog = newwin(height, width, y, x);
66 fprintf(stderr, "\nnewwin(%d,%d,%d,%d) failed, maybe wrong dims\n", height,width,
[all...]
H A Dinputbox.c29 int dialog_inputbox(unsigned char *title, unsigned char *prompt, int height, int width, unsigned char *result) argument
38 if (width < 0) {
41 width = MAX(i,j) + 4;
43 width = MAX(width,24);
45 if (width > COLS)
46 width = COLS;
50 x = DialogX ? DialogX : (COLS - width)/2;
55 draw_shadow(stdscr, y, x, height, width);
57 dialog = newwin(height, width,
[all...]
/freebsd-9.3-release/contrib/groff/src/include/
H A Dpaper.h24 double width; // in PS points member in struct:paper
/freebsd-9.3-release/contrib/dialog/
H A Dhelp.c33 int width)
39 result = dialog_textbox(title, file, height, width);
30 dialog_helpfile(const char *title, const char *file, int height, int width) argument
H A Dyesno.c34 dialog_yesno(const char *title, const char *cprompt, int height, int width) argument
66 int req_wide = width;
72 dlg_auto_size(title, prompt, &height, &width, 2, min_width);
73 dlg_print_size(height, width);
74 dlg_ctl_size(height, width);
76 x = dlg_box_x_ordinate(width);
81 dlg_move_window(dialog, height, width, y, x);
85 dialog = dlg_new_window(height, width, y, x);
90 dlg_draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr);
100 buttons, button, FALSE, width);
[all...]
H A Dpause.c51 int width,
71 int old_width = width;
95 width = old_width;
99 dlg_auto_size(title, prompt, &height, &width,
102 dlg_button_layout(buttons, &width);
104 dlg_auto_size(title, prompt, &height, &width,
109 dlg_print_size(height, width);
110 dlg_ctl_size(height, width);
113 x = dlg_box_x_ordinate(width);
116 dialog = dlg_new_window(height, width,
48 dialog_pause(const char *title, const char *cprompt, int height, int width, int seconds) argument
[all...]
H A Dmsgbox.c35 dialog_msgbox(const char *title, const char *cprompt, int height, int width, argument
68 int req_wide = width;
75 dlg_auto_size(title, prompt, &height, &width,
78 dlg_print_size(height, width);
79 dlg_ctl_size(height, width);
81 x = dlg_box_x_ordinate(width);
86 dlg_move_window(dialog, height, width, y, x);
90 dialog = dlg_new_window(height, width, y, x);
98 dlg_draw_box(dialog, 0, 0, height, width, dialog_attr, border_attr);
105 mouse_mkbutton(height - 2, width /
[all...]
/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dpaper.cpp27 // length and width in mm
32 int width = start_width; local
42 papersizes[offset + i].width = (double)width / 25.4;
46 length = width;
47 width = tmp / 2;
51 // length and width in inch
53 double length, double width )
59 papersizes[idx].width = width;
[all...]
/freebsd-9.3-release/lib/libc/stdlib/
H A Dlsearch.c22 void *lsearch(const void *key, void *base, size_t *nelp, size_t width, argument
26 return (lwork(key, base, nelp, width, compar, 1));
29 void *lfind(const void *key, const void *base, size_t *nelp, size_t width, argument
33 return (lwork(key, base, nelp, width, compar, 0));
37 lwork(const void *key, const void *base, size_t *nelp, size_t width, argument
47 for (endp = (uint8_t *)(ep + width * *nelp); ep < endp; ep += width) {
60 memcpy(endp, key, width);
/freebsd-9.3-release/usr.bin/fold/
H A Dfold.c71 int rval, width; local
75 width = -1;
86 if ((width = atoi(optarg)) <= 0) {
87 errx(1, "illegal width value");
92 /* Accept a width as eg. -30. Note that a width
98 /* The width is a number with multiple digits:
100 width = width * 10 + (ch - '0');
103 /* Set the width, unles
155 fold(int width) argument
[all...]
/freebsd-9.3-release/sys/dev/io/
H A Diodev.h38 u_int width; member in struct:iodev_pio_req
/freebsd-9.3-release/usr.bin/mkcsmapper/
H A Dldef.h35 u_int32_t width; member in struct:__anon10804

Completed in 142 milliseconds

1234567891011>>