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

12

/freebsd-11-stable/contrib/blacklist/bin/
H A Dblacklistctl.c79 int all, blocked, remain, wide, noheader; local
82 noheader = wide = blocked = all = remain = 0;
113 wide = 1;
125 wide = wide ? 8 * 4 + 7 : 4 * 3 + 3;
127 printf("%*.*s/ma:port\tid\tnfail\t%s\n", wide, wide,
141 printf("%*.*s/%d:%d\t", wide, wide, buf, c.c_lmask, c.c_port);
/freebsd-11-stable/contrib/libstdc++/scripts/
H A Dextract_symvers39 # GNU binutils, somewhere after version 2.11.2, requires -W/--wide to avoid
43 if readelf --help | grep -- --wide > /dev/null; then
44 readelf="$readelf --wide"
/freebsd-11-stable/lib/libdpv/
H A Ddpv_private.h43 extern uint8_t wide;
H A Ddpv.c74 uint8_t wide = FALSE; /* dpv_config.options & DPV_WIDE_MODE */ variable
166 wide = FALSE;
210 wide = ((options & DPV_WIDE_MODE) != 0);
H A Ddprompt.c202 /* For wide mode, long prefix (`pprompt') or append (`aprompt')
204 if (wide) {
227 else if (label_size > (dwidth - pbar_size - 9) || wide)
/freebsd-11-stable/usr.bin/localedef/
H A DMakefile14 wide.c
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c125 int wide = wcwidth((wchar_t) table[n].value[active]); local
128 if (active && (wide == 1)) {
/freebsd-11-stable/contrib/gcc/
H A Dc-objc-common.c165 int precision, bool wide, bool set_locus, bool hash)
173 if (precision != 0 || wide || hash)
164 c_tree_printer(pretty_printer *pp, text_info *text, const char *spec, int precision, bool wide, bool set_locus, bool hash) argument
H A Dpretty-print.c378 bool wide = false; local
406 gcc_assert (!wide);
407 wide = true;
419 gcc_assert (!wide || precision == 0);
432 if (wide)
440 if (wide)
457 if (wide)
466 if (wide)
529 precision, wide, plus, hash);
H A Dc-lex.c715 strings in the series has an L prefix, the result is a wide string
716 (6.4.5p4). Whether or not the result is a wide string affects the
727 bool wide = false;
738 wide = true;
758 wide = true;
784 (parse_in, strs, concats + 1, &istr, wide))
793 &istr, wide);
816 if (wide)
825 TREE_TYPE (value) = wide ? wchar_array_type_node : char_array_type_node;
831 return objc_string ? CPP_OBJC_STRING : wide
725 bool wide = false; local
[all...]
/freebsd-11-stable/lib/libedit/
H A Dprompt.c151 prompt_set(EditLine *el, el_pfunc_t prf, Char c, int op, int wide) argument
173 p->p_wide = wide;
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dcharset.c35 Both are required by 5.2.1.2p1 to be multibyte encodings, not wide
38 5.2.1p3) is to be encoded in each with values one byte wide, and is
41 It is not explicitly mentioned, but there is also a "wide execution
42 character set" used to encode wide character constants and wide
140 not meet the requirements of the C standard for a wide character
692 /* This effectively means that wide strings are not supported,
1038 struct _cpp_strbuf *tbuf, bool wide)
1046 = wide ? pfile->wide_cset_desc : pfile->narrow_cset_desc;
1069 is true if it's a wide strin
1036 convert_ucn(cpp_reader *pfile, const uchar *from, const uchar *limit, struct _cpp_strbuf *tbuf, bool wide) argument
1071 emit_numeric_escape(cpp_reader *pfile, cppchar_t n, struct _cpp_strbuf *tbuf, bool wide) argument
1121 convert_hex(cpp_reader *pfile, const uchar *from, const uchar *limit, struct _cpp_strbuf *tbuf, bool wide) argument
1172 convert_oct(cpp_reader *pfile, const uchar *from, const uchar *limit, struct _cpp_strbuf *tbuf, bool wide) argument
1209 convert_escape(cpp_reader *pfile, const uchar *from, const uchar *limit, struct _cpp_strbuf *tbuf, bool wide) argument
1305 cpp_interpret_string(cpp_reader *pfile, const cpp_string *from, size_t count, cpp_string *to, bool wide) argument
1360 cpp_interpret_string_notranslate(cpp_reader *pfile, const cpp_string *from, size_t count, cpp_string *to, bool wide) argument
1504 bool wide = (token->type == CPP_WCHAR); local
[all...]
/freebsd-11-stable/share/syscons/fonts/
H A DMakefile17 iso04-8x8.fnt iso04-8x14.fnt iso04-8x16.fnt iso04-wide-8x16.fnt \
19 iso04-vga9-wide-8x16.fnt \
/freebsd-11-stable/include/
H A Dprintf.h61 unsigned wide; member in struct:printf_info
83 PA_WCHAR = (1 << 2), /* wide char */
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_refresh.c86 bool wide; local
121 * from the window to newscr whenever the window is wide enough that
126 * really ugly. So. What we do is consider the window "wide" if it
133 wide = (begx <= 1 && win->_maxx >= (NewScreen(SP_PARM)->_maxx - 1));
266 if (wide) {
H A Dlib_pad.c139 bool wide; local
202 * from the pad to newscr whenever the window is wide enough that
207 * really ugly. So. What we do is consider the pad "wide" if it
215 wide = (smincol < my_len && smaxcol > (NewScreen(sp)->_maxx - my_len));
243 if (wide) {
/freebsd-11-stable/contrib/dialog/
H A Dutil.c789 * Write the character, using curses to tell exactly how wide it
939 int *high, int *wide)
993 if (wide != 0)
994 *wide = max_x;
1035 int wide = width - (2 * MARGIN); local
1071 wide, /* dmaxcol */
1077 if (y > 0 && wide > 4) {
1085 (void) wmove(win, MARGIN + height, wide - 4);
1172 int high = 0, wide = 0; local
1181 justify_text((WINDOW *) 0, prompt, max_y, max_x, &high, &wide);
935 justify_text(WINDOW *win, const char *prompt, int limit_y, int limit_x, int *high, int *wide) argument
1248 int wide; local
[all...]
H A Dtailbox.c185 int wide = getmaxx(obj->text); local
188 print_page(obj, high, wide);
H A Deditbox.c518 int wide = getmaxx(editing); local
520 thisrow = (cell / wide) + base_row;
521 col_offset = (cell % wide);
/freebsd-11-stable/sys/dev/sym/
H A Dsym_hipd.c919 #define HS_NEGOTIATE (2) /* sync/wide data transfer*/
1410 * While negotiating sync or wide transfer,
2201 static void sym_setwide (hcb_p np, ccb_p cp, u_char wide);
2203 u_char per, u_char wide, u_char div, u_char fak);
2205 u_char per, u_char wide, u_char div, u_char fak);
2837 * negotiate wide transfers ?
2880 nego == NS_WIDE ? "wide msgout" :
3484 static void sym_setwide(hcb_p np, ccb_p cp, u_char wide) argument
3488 sym_settrans(np, cp, 0, 0, 0, wide, 0, 0);
3493 tp->tinfo.goal.width = tp->tinfo.current.width = wide;
3509 u_char wide = (cp->phys.select.sel_scntl3 & EWS) ? 1 : 0; local
3527 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
3548 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
5705 u_char chg, ofs, per, fak, dt, div, wide; local
5844 u_char chg, wide; local
[all...]
/freebsd-11-stable/contrib/less/
H A Dcharset.c747 DECLARE_RANGE_TABLE_START(wide)
748 #include "wide.uni"
749 DECLARE_RANGE_TABLE_END(wide)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dxml.c55 #error Expat is unusable -- it has been compiled for wide characters
/freebsd-11-stable/sys/dev/ncr/
H A Dncr.c324 #define HS_NEGOTIATE (2) /* sync/wide data transfer*/
524 /* Hardware version of our wide settings */
543 ** register (sync/wide mode).
896 ** While negotiating sync or wide transfer,
1271 static void ncr_setwide(ncb_p np, nccb_p cp, u_char wide, u_char ack);
1610 ** Load the wide mode and timing register
3191 {NCR_820_ID, 0x00, "ncr 53c820 fast10 wide scsi", 4, 8, 4,
3194 {NCR_825_ID, 0x00, "ncr 53c825 fast10 wide scsi", 4, 8, 4,
3197 {NCR_825_ID, 0x10, "ncr 53c825a fast10 wide scsi", 7, 8, 4,
3203 {NCR_875_ID, 0x00, "ncr 53c875 fast20 wide scs
4971 ncr_setwide(ncb_p np, nccb_p cp, u_char wide, u_char ack) argument
5810 u_char chg, ofs, per, fak, wide; local
[all...]
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_funcs.c39 addstr4(SCR *sp, void *str, size_t len, int wide) argument
62 if (wide) {
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h224 /* A type wide enough to hold any multibyte source character.
230 than 2^32 anyway -- the widest wide-character encoding around is
397 /* Holds the name of the target wide character set. */
433 ints and target wide characters, respectively. */
436 /* True means chars (wide chars) are unsigned. */
822 if the escape sequence is part of a wide character constant or
825 const unsigned char *limit, int wide);

Completed in 426 milliseconds

12