Home
last modified time | relevance | path

Searched refs:wide (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/freebsd/contrib/blocklist/bin/
H A Dblacklistctl.c91 int all, blocked, remain, wide, noheader; in main() local
94 noheader = wide = blocked = all = remain = 0; in main()
125 wide = 1; in main()
136 wide = wide ? 8 * 4 + 7 : 4 * 3 + 3; in main()
138 printf("%*.*s/ma:port\tid\tnfail\t%s\n", wide, wide, in main()
153 printf("%*.*s/%s:%s\t", wide, wide, buf, in main()
H A Dblocklistctl.c91 int all, blocked, remain, wide, noheader; in main() local
94 noheader = wide = blocked = all = remain = 0; in main()
125 wide = 1; in main()
136 wide = wide ? 8 * 4 + 7 : 4 * 3 + 3; in main()
138 printf("rulename\t%*.*s/ma:port\tid\tnfail\t%s\n", wide, wide, in main()
153 printf("%s\t%*.*s/%s:%s\t", c.c_name, wide, wide, buf, in main()
/freebsd/contrib/ncurses/ncurses/
H A Dmodules124 # XSI extensions to the base library (wide-character)
126 charable lib $(wide) $(HEADER_DEPS)
127 lib_add_wch lib $(wide) $(HEADER_DEPS)
128 lib_box_set lib $(wide) $(HEADER_DEPS)
129 lib_cchar lib $(wide) $(HEADER_DEPS) $(srcdir)/new_pair.h
130 lib_erasewchar lib $(wide) $(HEADER_DEPS)
131 lib_get_wch lib $(wide) $(HEADER_DEPS)
132 lib_get_wstr lib $(wide) $(HEADER_DEPS)
133 lib_hline_set lib $(wide) $(HEADER_DEPS)
134 lib_in_wch lib $(wide) $(HEADER_DEPS)
[all …]
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c128 int wide = wcwidth((wchar_t) table[n].value[active]); in _nc_init_wacs() local
130 int wide = 1; in _nc_init_wacs() local
134 if (active && (wide == 1)) { in _nc_init_wacs()
143 n, wide, m, in _nc_init_wacs()
/freebsd/contrib/ncurses/progs/
H A Dreset_cmd.c522 reset_tabstops(int wide) in reset_tabstops() argument
533 if (init_tabs > wide) in reset_tabstops()
534 init_tabs = (short) wide; in reset_tabstops()
535 for (c = init_tabs; c < wide; c += init_tabs) { in reset_tabstops()
698 set_window_size(int fd, NCURSES_INT2 *high, NCURSES_INT2 *wide) in set_window_size() argument
704 if (*high > 0 && *wide > 0) { in set_window_size()
706 WINSIZE_COLS(win) = (unsigned short) *wide; in set_window_size()
712 *wide = (short) WINSIZE_COLS(win); in set_window_size()
/freebsd/crypto/openssh/
H A Dssh_config3 # This is the ssh client system-wide configuration file. See
11 # 3. system-wide file
16 # Site-wide defaults for some commonly used options. For a comprehensive
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVERegisterInfo.td103 // Generic integer registers - 32 bits wide
107 // Generic floating point registers - 32 bits wide
114 // Generic integer registers - 64 bits wide
143 // Vector registers - 64 bits wide 256 elements
150 // Vector mask registers - 256 bits wide
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_refresh.c87 bool wide; in wnoutrefresh() local
142 wide = (begx <= 1 && win->_maxx >= (NewScreen(SP_PARM)->_maxx - 1)); in wnoutrefresh()
275 if (wide) { in wnoutrefresh()
H A Dlib_pad.c140 bool wide; in pnoutrefresh() local
222 wide = (smincol < my_len && smaxcol > (NewScreen(sp)->_maxx - my_len)); in pnoutrefresh()
250 if (wide) { in pnoutrefresh()
/freebsd/crypto/krb5/src/lib/gssapi/generic/
H A Dutil_seqstate.c66 int do_sequence, int wide) in g_seqstate_init() argument
76 state->seqmask = wide ? UINT64_MAX : UINT32_MAX; in g_seqstate_init()
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dfw-cfg.txt7 - A write-only, 16-bit wide selector (or control) register,
8 - a read-write, 64-bit wide data register.
/freebsd/contrib/libedit/
H A Dprompt.c152 prompt_set(EditLine *el, el_pfunc_t prf, wchar_t c, int op, int wide) in prompt_set() argument
174 p->p_wide = wide; in prompt_set()
/freebsd/share/syscons/fonts/
H A DMakefile15 iso04-8x8.fnt iso04-8x14.fnt iso04-8x16.fnt iso04-wide-8x16.fnt \
17 iso04-vga9-wide-8x16.fnt \
/freebsd/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra20-medcom-wide.dts8 compatible = "ad,medcom-wide", "ad,tamonten", "nvidia,tegra20";
72 compatible = "ad,tegra-audio-wm8903-medcom-wide",
/freebsd/bin/csh/
H A Dcsh.cshrc2 # System-wide .cshrc file for csh(1).
H A Dcsh.logout2 # System-wide .logout file for csh(1).
H A Dcsh.login2 # System-wide .login file for csh(1).
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c544 int wide = info->srWindow.Right - info->srWindow.Left + 1; in _nc_console_set_scrollback() local
551 if (wide < MIN_WIDE) { in _nc_console_set_scrollback()
552 T(("... width %d < %d", wide, MIN_WIDE)); in _nc_console_set_scrollback()
553 wide = MIN_WIDE; in _nc_console_set_scrollback()
559 rect.Right = (SHORT) (wide - 1); in _nc_console_set_scrollback()
562 coord.X = (SHORT) wide; in _nc_console_set_scrollback()
566 info->dwSize.X != wide || in _nc_console_set_scrollback()
/freebsd/usr.bin/kyua/
H A Dkyua.conf-default2 -- System-wide configuration file for kyua(1). See kyua.conf(5) for details
/freebsd/usr.bin/localedef/
H A DMakefile12 wide.c
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dste-dbx5x0-pinctrl.dtsi249 /* This is the external SD card slot, 4 bits wide */
348 /* This is the WLAN SDIO 4 bits wide */
428 /* This is the eMMC 8 bits wide, usually PoP eMMC */
533 /* This is the eMMC 8 bits wide, usually PCB-mounted eMMC */
/freebsd/lib/libpam/pam.d/
H A Dsystem3 # System-wide defaults
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssembly.td90 SubtargetFeature<"wide-arithmetic", "HasWideArithmetic", "true",
91 "Enable wide-arithmetic instructions">;
/freebsd/contrib/ncurses/
H A DREADME77 wide-characters, e.g., via a UTF-8 locale. The corresponding header files
78 are compatible with the non-wide-character configuration; wide-character
79 features are provided by ifdef's in the header files. The wide-character
80 library interfaces are not binary-compatible with the non-wide-character
/freebsd/contrib/file/magic/Magdir/
H A Dweak9 # - Match against very wide range of values

12345678910>>...14