Searched refs:wide (Results 1 - 25 of 37) sorted by last modified time

12

/freebsd-9.3-release/lib/ncurses/ncurses/
H A DMakefile376 cat ${NCURSES_DIR}/include/curses.wide >> $@.new
/freebsd-9.3-release/share/syscons/fonts/
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)
H A DMakefile17 iso04-8x8.fnt iso04-8x14.fnt iso04-8x16.fnt iso04-wide-8x16.fnt \
19 iso04-vga9-wide-8x16.fnt \
/freebsd-9.3-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-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex185 wide-spread wrap-around
1126 % Useful for site-wide @afourpaper, etc.
/freebsd-9.3-release/contrib/ncurses/
H A Dconfigure745 --enable-widec compile with wide-char/UTF-8 code
6150 ### use option --enable-widec to turn on use of wide-character support
6814 echo "$as_me:6814: checking if you want wide-character code" >&5
6815 echo $ECHO_N "checking if you want wide-character code... $ECHO_C" >&6
8996 { { echo "$as_me:8996: error: This option applies only to wide-character library" >&5
8997 echo "$as_me: error: This option applies only to wide-character library" >&2;}
16530 ### Resolve a conflict between normal and wide-curses by forcing applications
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
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) {
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) {
/freebsd-9.3-release/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c101 int wide = wcwidth(table[n].value[active]); local
104 if (active && (wide == 1)) {
/freebsd-9.3-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
H A DCaps.keys309 wide_char_size widcs num Yn - - ----- character step size when in double wide mode
732 define_char defc str ZE - - ----- Define a character #1, #2 dots wide, descender #3
733 enter_doublewide_mode swidm str ZF - - ----- Enter double-wide mode
744 exit_doublewide_mode rwidm str ZQ - - ----- End double-wide mode
H A DCaps.osf1r5294 wide_char_size widcs num Yn - - ----- character step size when in double wide mode
578 define_char defc str ZE - - ----- Define a character #1, #2 dots wide, descender #3
586 enter_doublewide_mode swidm str ZF - - ----- Enter double-wide mode
601 exit_doublewide_mode rwidm str ZQ - - ----- End double-wide mode
/freebsd-9.3-release/contrib/ncurses/misc/
H A Dterminfo.src2068 # Ordinary vt100 in 132 column ("wide") mode.
2108 vt102-w|dec vt102 in wide mode,
2218 vt220-w|vt200-w|DEC vt220 in wide mode,
2357 vt320-w|vt300-w|dec vt320 wide 7 bit terminal,
2362 vt320-w-nam|vt300-w-nam|dec vt320 wide 7 bit terminal with no am,
4453 # if the terminal is wide (132 cols or more)). If even this
5553 # OpenNT wide terminals
6077 # <is2> sets the screen to be 80 columns wide
6729 # built to replace them, and a qvt119+ which was a 101+ with available wide
8899 wy325-w|wyse325-w|wy325w-24|wyse-325 in wide mod
[all...]
/freebsd-9.3-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-9.3-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
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);
/freebsd-9.3-release/contrib/dialog/
H A Deditbox.c509 int wide = getmaxx(editing); local
511 thisrow = (cell / wide) + base_row;
512 col_offset = (cell % wide);
H A Dtailbox.c184 int wide = getmaxx(obj->text); local
187 print_page(obj, high, wide);
H A Dutil.c644 * Write the character, using curses to tell exactly how wide it
791 int *high, int *wide)
845 if (wide != 0)
846 *wide = max_x;
887 int wide = width - (2 * MARGIN); local
922 wide, /* dmaxcol */
928 if (y > 0 && wide > 4) {
936 (void) wmove(win, MARGIN + height, wide - 4);
1023 int high = 0, wide = 0; local
1032 justify_text((WINDOW *) 0, prompt, max_y, max_x, &high, &wide);
787 justify_text(WINDOW *win, const char *prompt, int limit_y, int limit_x, int *high, int *wide) argument
1118 int wide; local
[all...]
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex186 wide-spread wrap-around
1127 % Useful for site-wide @afourpaper, etc.
1992 % A feymr10 euro is ~7.3pt wide, while a normal cmtt10 char is ~5.25pt wide.
/freebsd-9.3-release/contrib/gcc/
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 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 Dtoplev.c282 1 means wide ranges of inputs must work for complex divide.
1463 int precision, bool wide, bool set_locus, bool hash)
1468 if (precision != 0 || wide || hash)
1462 default_tree_printer(pretty_printer * pp, text_info *text, const char *spec, int precision, bool wide, bool set_locus, bool hash) argument

Completed in 315 milliseconds

12