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

1234

/macosx-10.10.1/iodbc-42.5/iodbc/iodbc/
H A Diodbc_misc.h77 int _iodbcdm_cfg_init_str (PCONFIG *ppconf, void *str, int size, int wide);
78 int _iodbcdm_cfg_parse_str (PCONFIG pconfig, void *str, int size, int wide);
H A Dmisc.c199 _iodbcdm_cfg_init_str (PCONFIG *ppconf, void *str, int size, int wide) argument
210 if (_iodbcdm_cfg_parse_str (pconfig, str, size, wide) == -1)
226 _iodbcdm_cfg_parse_str (PCONFIG pconfig, void *str, int size, int wide) argument
231 _str = wide ? (char *) dm_SQL_WtoU8 (str, size) : str;
235 if (wide)
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dstrip-1.d3 #readelf: -Sg --wide
H A Dstrip-2.d4 #readelf: -Sg --wide
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tkpiechart/
H A Dlabarray.tcl70 set wide [expr {($right - $left) > $halfWidth}]
71 if {$wide} {
84 if {([incr x $halfWidth] > $halfWidth) || $wide} {
/macosx-10.10.1/ncurses-44/ncurses/ncurses/widechar/
H A Dlib_wacs.c101 int wide = wcwidth(table[n].value[active]); local
104 if (active && (wide == 1)) {
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/
H A Dprompt.c149 prompt_set(EditLine *el, el_pfunc_t prf, Char c, int op, int wide) argument
171 p->p_wide = wide;
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DBreakpoint.css31 .popover .edit-breakpoint-popover-content.wide {
/macosx-10.10.1/libedit-40/src/
H A Dprompt.c149 prompt_set(EditLine *el, el_pfunc_t prf, Char c, int op, int wide) argument
171 p->p_wide = wide;
/macosx-10.10.1/ncurses-44/xcodescripts/
H A Dbootstrap_headers.sh13 cat "$PROJECT_DIR"/ncurses/include/curses.wide >> "$BUILT_PRODUCTS_DIR"/curses.h
H A Dderived_headers.sh11 cat "$PROJECT_DIR"/ncurses/include/curses.wide >> "$BUILT_PRODUCTS_DIR"/curses.h
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dedit_field.c200 int wide = COLS - ((x0 + 1) * 2); local
202 WINDOW *help = newwin(high, wide, y0, x0);
203 WINDOW *data = newpad(2 + SIZEOF(commands), wide - 4);
276 pnoutrefresh(data, y1, 0, y0 + 1, x0 + 1, high, wide);
H A Dditto.c194 int high, wide; local
206 wide = (COLS - 2);
208 WINDOW *outer = newwin(high, wide, 1 + (high * k), 1);
209 WINDOW *inner = derwin(outer, high - 2, wide - 2, 1, 1);
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A DtclZIC.tcl51 # Determine how big a wide integer is.
53 set MAXWIDE [expr {wide(1)}]
55 set next [expr {wide($MAXWIDE + $MAXWIDE + 1)}]
915 wide(86400) * wide($untilJCD) - 210866803200 }]
992 [dict get $date julianDay] * wide(86400) - 210866803200
1082 set secs [expr {wide(86400) * wide($dayIn) - 210866803200}]
1208 set secs [expr {wide(86400) * wide(
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dscaling.tcl119 set nicemin [expr {$step*$factor*wide($fmin)}]
120 set nicemax [expr {$step*$factor*wide($fmax)}]
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dmail.vim18 " many people recommend keeping e-mail messages 72 chars wide
/macosx-10.10.1/ncurses-44/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) {
/macosx-10.10.1/ncurses-44/ncurses/c++/
H A Dcursespad.cc185 int wide = W->maxx(); local
187 0, 0, high, wide,
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/base64/
H A Dascii85.tcl211 ([lindex $group 0] - 33) * wide(52200625) +
251 ([lindex $group 0] - 33) * wide(52200625) +
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dconfigure.in46 [ --with-expat=sys assumes a system-wide expat installation,
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dbignum.tcl390 set mul [expr {wide($t0)*$t1+$t2+$car}]
428 [expr {wide($car)|((wide($t)<<$n)&$::math::bignum::atommask)}]
429 set car [expr {wide($t)>>($::math::bignum::atombits-$n)}]
445 lset z $j [expr {wide($car)|(wide($t)>>$n)}]
447 [expr {(wide($t)<<($::math::bignum::atombits-$n))&$::math::bignum::atommask}]
/macosx-10.10.1/ruby-106/ruby/ext/socket/
H A Dextconf.rb256 getaddr_info_ok = (enable_config("wide-getaddrinfo") && :wide) ||
257 (checking_for("wide getaddrinfo") {try_run(<<EOF)} && :os)
371 You can try --enable-wide-getaddrinfo.
425 if getaddr_info_ok == :wide or
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DScreen.pm80 To enable printing wide utf8 characters, set the utf8 option to a true
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-msg.el349 "w" gnus-summary-wide-reply
350 "W" gnus-summary-wide-reply-with-original
351 "v" gnus-summary-very-wide-reply
352 "V" gnus-summary-very-wide-reply-with-original
488 (defun gnus-button-reply (&optional to-address wide)
492 (message-reply to-address wide)))
950 (message-wide-reply to-address)))
1068 (defun gnus-summary-reply (&optional yank wide very-wide)
1072 If WIDE, make a wide repl
[all...]

Completed in 412 milliseconds

1234