Searched refs:wide (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-current/contrib/blocklist/bin/
H A Dblacklistctl.c88 int all, blocked, remain, wide, noheader; local
91 noheader = wide = blocked = all = remain = 0;
122 wide = 1;
133 wide = wide ? 8 * 4 + 7 : 4 * 3 + 3;
135 printf("%*.*s/ma:port\tid\tnfail\t%s\n", wide, wide,
150 printf("%*.*s/%s:%s\t", wide, wide, buf,
/freebsd-current/contrib/dialog/
H A Dttysize.c69 dlg_ttysize(int fd, int *high, int *wide) argument
78 *wide = WINSIZE_COLS(size);
84 *wide = 80;
H A Ddemo.pl154 . " screens with different width. The text will start wide,"
157 my $wide = $maxcols;
158 while ( $wide > $mincols ) {
159 &rhs_infobox( "Info-box", $msg, $wide-- );
162 while ( $wide < $maxcols ) {
163 &rhs_infobox( "Info-box", $msg, ++$wide );
166 &rhs_msgbox( "Info-end", $msg, $wide );
H A Dprogressbox.c46 int high, wide; member in struct:__anon465
77 obj->wide = obj->old_wide;
90 dlg_auto_size(title, obj->prompt, &obj->high, &obj->wide, MIN_HIGH, MIN_WIDE);
92 dlg_print_size(obj->high, obj->wide);
93 dlg_ctl_size(obj->high, obj->wide);
95 x = dlg_box_x_ordinate(obj->wide);
99 obj->obj.win = dlg_new_window(obj->high, obj->wide, y, x);
103 obj->high, obj->wide,
115 dlg_print_autowrap(obj->obj.win, obj->prompt, obj->high, obj->wide);
129 obj->wide
[all...]
H A Dutil.c870 * Write the character, using curses to tell exactly how wide it
1042 int *high, int *wide)
1098 if (wide != 0)
1099 *wide = max_x;
1140 int wide = width - (2 * MARGIN); local
1175 wide, /* dmaxcol */
1181 if (y > 0 && wide > 4) {
1193 (void) wmove(win, MARGIN + height, wide - 4);
1280 int high = 0, wide = 0; local
1288 justify_text((WINDOW *) 0, prompt, max_y, max_x, &high, &wide);
1038 justify_text(WINDOW *win, const char *prompt, int limit_y, int limit_x, int *high, int *wide) argument
1376 int wide; local
[all...]
H A Dtailbox.c182 int wide = getmaxx(obj->text); local
185 print_page(obj, high, wide);
H A Deditbox.c541 int wide = getmaxx(editing); local
543 int check = (cell / wide) + base_row;
546 col_offset = (cell % wide);
/freebsd-current/lib/libdpv/
H A Ddpv_private.h41 extern uint8_t wide;
H A Ddpv.c72 uint8_t wide = FALSE; /* dpv_config.options & DPV_WIDE_MODE */ variable
164 wide = FALSE;
208 wide = ((options & DPV_WIDE_MODE) != 0);
/freebsd-current/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c128 int wide = wcwidth((wchar_t) table[n].value[active]); local
130 int wide = 1; local
134 if (active && (wide == 1)) {
143 n, wide, m,
/freebsd-current/usr.bin/localedef/
H A DMakefile13 wide.c
/freebsd-current/contrib/libedit/
H A Dprompt.c152 prompt_set(EditLine *el, el_pfunc_t prf, wchar_t c, int op, int wide) argument
174 p->p_wide = wide;
/freebsd-current/contrib/ncurses/progs/
H A Dreset_cmd.c459 reset_tabstops(int wide) argument
470 if (init_tabs > wide)
471 init_tabs = (short) wide;
472 for (c = init_tabs; c < wide; c += init_tabs) {
641 set_window_size(int fd, short *high, short *wide) argument
647 if (*high > 0 && *wide > 0) {
649 WINSIZE_COLS(win) = (unsigned short) *wide;
655 *wide = (short) WINSIZE_COLS(win);
/freebsd-current/share/syscons/fonts/
H A DMakefile18 iso04-8x8.fnt iso04-8x14.fnt iso04-8x16.fnt iso04-wide-8x16.fnt \
20 iso04-vga9-wide-8x16.fnt \
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dcstdlib.inc46 // [c.mb.wcs], multibyte / wide string and character conversion functions
H A Dcwchar.inc72 // [c.mb.wcs], multibyte / wide string and character conversion functions
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcwchar.inc72 // [c.mb.wcs], multibyte / wide string and character conversion functions
H A Dcstdlib.inc46 // [c.mb.wcs], multibyte / wide string and character conversion functions
/freebsd-current/include/
H A Dprintf.h61 unsigned wide; member in struct:printf_info
83 PA_WCHAR = (1 << 2), /* wide char */
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_refresh.c87 bool wide; local
122 * from the window to newscr whenever the window is wide enough that
127 * really ugly. So. What we do is consider the window "wide" if it
134 wide = (begx <= 1 && win->_maxx >= (NewScreen(SP_PARM)->_maxx - 1));
267 if (wide) {
H A Dlib_pad.c140 bool wide; local
209 * from the pad to newscr whenever the window is wide enough that
214 * really ugly. So. What we do is consider the pad "wide" if it
222 wide = (smincol < my_len && smaxcol > (NewScreen(sp)->_maxx - my_len));
250 if (wide) {
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c570 int wide = info->srWindow.Right - info->srWindow.Left + 1; local
577 if (wide < MIN_WIDE) {
578 T(("... width %d < %d", wide, MIN_WIDE));
579 wide = MIN_WIDE;
585 rect.Right = (SHORT) (wide - 1);
588 coord.X = (SHORT) wide;
592 info->dwSize.X != wide ||
/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c910 #define HS_NEGOTIATE (2) /* sync/wide data transfer*/
1401 * While negotiating sync or wide transfer,
2191 static void sym_setwide (hcb_p np, ccb_p cp, u_char wide);
2193 u_char per, u_char wide, u_char div, u_char fak);
2195 u_char per, u_char wide, u_char div, u_char fak);
2824 * negotiate wide transfers ?
2867 nego == NS_WIDE ? "wide msgout" :
3471 static void sym_setwide(hcb_p np, ccb_p cp, u_char wide) argument
3475 sym_settrans(np, cp, 0, 0, 0, wide, 0, 0);
3480 tp->tinfo.goal.width = tp->tinfo.current.width = wide;
3496 u_char wide = (cp->phys.select.sel_scntl3 & EWS) ? 1 : 0; local
3514 sym_setpprot(hcb_p np, ccb_p cp, u_char dt, u_char ofs, u_char per, u_char wide, u_char div, u_char fak) argument
3535 sym_settrans(hcb_p np, ccb_p cp, u_char dt, u_char ofs, u_char per, u_char wide, u_char div, u_char fak) argument
5692 u_char chg, ofs, per, fak, dt, div, wide; local
5831 u_char chg, wide; local
[all...]
/freebsd-current/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c672 int wide = (CON.SBI.srWindow.Right - CON.SBI.srWindow.Left + 1); local
673 int max_cells = (high * wide);
689 this_size.X = (SHORT) wide;
959 int wide = info->srWindow.Right - info->srWindow.Left + 1; local
966 if (wide < MIN_WIDE) {
967 T(("... width %d < %d", wide, MIN_WIDE));
968 wide = MIN_WIDE;
974 rect.Right = (SHORT) (wide - 1);
977 coord.X = (SHORT) wide;
981 info->dwSize.X != wide ||
[all...]
/freebsd-current/contrib/nvi/cl/
H A Dcl_funcs.c35 addstr4(SCR *sp, void *str, size_t len, int wide) argument
58 if (wide) {

Completed in 398 milliseconds

123