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

12

/freebsd-10.0-release/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-10.0-release/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c101 int wide = wcwidth(table[n].value[active]); local
104 if (active && (wide == 1)) {
/freebsd-10.0-release/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...]
H A Dtoplev.c282 1 means wide ranges of inputs must work for complex divide.
1427 int precision, bool wide, bool set_locus, bool hash)
1432 if (precision != 0 || wide || hash)
1426 default_tree_printer(pretty_printer * pp, text_info *text, const char *spec, int precision, bool wide, bool set_locus, bool hash) argument
/freebsd-10.0-release/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-10.0-release/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 \
H A DINDEX.fonts283 iso04-wide-8x16.fnt:en:ISO-8859-4 Baltic wide, 8x16
284 iso04-wide-8x16.fnt:es:ISO-8859-4 b�ltico, 8x16 (ancha)
328 iso04-vga9-wide-8x16.fnt:en:ISO-8859-4 Baltic wide (VGA 9bit mapped), 8x16
329 iso04-vga9-wide-8x16.fnt:es:ISO-8859-4 b�ltico, 8x16 (VGA 9 bits, ancha)
/freebsd-10.0-release/include/
H A Dprintf.h61 unsigned wide; member in struct:printf_info
83 PA_WCHAR = (1 << 2), /* wide char */
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_refresh.c82 bool wide; local
113 * from the window to newscr whenever the window is wide enough that
118 * really ugly. So. What we do is consider the window "wide" if it
125 wide = (begx <= 1 && win->_maxx >= (newscr->_maxx - 1));
257 if (wide) {
H A Dlib_pad.c123 bool wide; local
184 * from the pad to newscr whenever the window is wide enough that
189 * really ugly. So. What we do is consider the pad "wide" if it
197 wide = (smincol < my_len && smaxcol > (newscr->_maxx - my_len));
225 if (wide) {
/freebsd-10.0-release/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-10.0-release/sys/dev/sym/
H A Dsym_hipd.c942 #define HS_NEGOTIATE (2) /* sync/wide data transfer*/
1433 * While negotiating sync or wide transfer,
2224 static void sym_setwide (hcb_p np, ccb_p cp, u_char wide);
2226 u_char per, u_char wide, u_char div, u_char fak);
2228 u_char per, u_char wide, u_char div, u_char fak);
2860 * negotiate wide transfers ?
2903 nego == NS_WIDE ? "wide msgout" :
3507 static void sym_setwide(hcb_p np, ccb_p cp, u_char wide) argument
3511 sym_settrans(np, cp, 0, 0, 0, wide, 0, 0);
3516 tp->tinfo.goal.width = tp->tinfo.current.width = wide;
3532 u_char wide = (cp->phys.select.sel_scntl3 & EWS) ? 1 : 0; local
3550 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
3571 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
5728 u_char chg, ofs, per, fak, dt, div, wide; local
5867 u_char chg, wide; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dxml.c46 #error Expat is unusable -- it has been compiled for wide characters
/freebsd-10.0-release/sys/pci/
H A Dncr.c332 #define HS_NEGOTIATE (2) /* sync/wide data transfer*/
532 /* Hardware version of our wide settings */
551 ** register (sync/wide mode).
904 ** While negotiating sync or wide transfer,
1281 static void ncr_setwide(ncb_p np, nccb_p cp, u_char wide, u_char ack);
1633 ** Load the wide mode and timing register
3213 {NCR_820_ID, 0x00, "ncr 53c820 fast10 wide scsi", 4, 8, 4,
3216 {NCR_825_ID, 0x00, "ncr 53c825 fast10 wide scsi", 4, 8, 4,
3219 {NCR_825_ID, 0x10, "ncr 53c825a fast10 wide scsi", 7, 8, 4,
3225 {NCR_875_ID, 0x00, "ncr 53c875 fast20 wide scs
4999 ncr_setwide(ncb_p np, nccb_p cp, u_char wide, u_char ack) argument
5844 u_char chg, ofs, per, fak, wide; local
[all...]
/freebsd-10.0-release/contrib/nvi/cl/
H A Dcl_funcs.c39 addstr4(SCR *sp, void *str, size_t len, int wide) argument
62 if (wide) {
/freebsd-10.0-release/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
392 /* Holds the name of the target wide character set. */
428 ints and target wide characters, respectively. */
431 /* True means chars (wide chars) are unsigned. */
810 if the escape sequence is part of a wide character constant or
813 const unsigned char *limit, int wide);
/freebsd-10.0-release/usr.bin/grep/regex/
H A Dtre-fastmatch.c83 * Converts the wide string pattern to SB/MB string and stores
249 * Fills in the bad character shifts into a hastable for wide strings.
250 * With wide characters it is not possible any more to use a normal
284 DPRINT(("BC shift for wide char " CHF " is %d\n", fg->wpattern[i],\
293 DPRINT(("BC shift for wide char " CHF " is %d\n", wc, k)); \
314 DPRINT(("Reverse BC shift for wide char " CHF " is %d\n", \
323 DPRINT(("Reverse BC shift for wide char " CHF " is %d\n", wc, \
354 * Fills in the good suffix table for wide strings.
366 DPRINT_BMGS(fg->wlen, "GS shift (wide) for pos %d is %d\n", \
370 #define _FILL_BMGS(arr, pat, plen, wide) \
[all...]
/freebsd-10.0-release/sys/dev/ciss/
H A Dcissreg.h654 u_int8_t wide:1; member in struct:ciss_bmic_id_pdrive
/freebsd-10.0-release/contrib/ncurses/include/
H A DCaps307 wide_char_size widcs num Yn - - ----- character step size when in double wide mode
642 define_char defc str ZE - - ----- Define a character #1, #2 dots wide, descender #3
643 enter_doublewide_mode swidm str ZF - - ----- Enter double-wide mode
654 exit_doublewide_mode rwidm str ZQ - - ----- End double-wide mode
H A DCaps.aix4307 wide_char_size widcs num Yn - - ----- character step size when in double wide mode
744 define_char defc str ZE - - ----- Define a character #1, #2 dots wide, descender #3
745 enter_doublewide_mode swidm str ZF - - ----- Enter double-wide mode
756 exit_doublewide_mode rwidm str ZQ - - ----- End double-wide mode
H A DCaps.hpux11309 wide_char_size widcs num Yn - - ----- character step size when in double wide mode
650 define_char defc str ZE - - ----- Define a character #1, #2 dots wide, descender #3
651 enter_doublewide_mode swidm str ZF - - ----- Enter double-wide mode
662 exit_doublewide_mode rwidm str ZQ - - ----- End double-wide mode

Completed in 408 milliseconds

12