Searched refs:where (Results 151 - 175 of 702) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dgoldberg.rb475 where = pos[step]
476 move_abs('I1', where)
477 move15a if where[2] == :y
478 return 3 if where[2] == :x
1014 where = pos[step]
1015 move_abs('I10', where)
1017 return 3 if where[2] == :x
1063 where = pos[step]
1064 move_abs('I11', where)
1065 return 3 if where[
[all...]
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_handle.c153 char where[30]; local
185 len = sizeof (where) + sizeof (offinfo) + strlen(faultstr) +
193 (void) sprintf(where, "predicate");
195 (void) sprintf(where, "action #%d", err.dteda_action);
221 details, where, offinfo);
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-help.el345 (defun calc-describe-thing (thing where &optional target not-quoted)
346 (message "Looking for `%s' in %s..." thing where)
348 (calc-info-goto-node where)
362 (error "Can't find `%s' in %s" thing where)))
383 (message "Found `%s' in %s" thing where)))
/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dxdr_rec.c73 * by n bytes of data, where n is contained in the header. The header
692 char *where; local
699 where = rstrm->in_base;
701 where += i;
703 if ((len = (*(rstrm->readit))(rstrm->tcp_handle, where, len)) == -1)
705 rstrm->in_finger = where;
706 where += len;
707 rstrm->in_boundry = where;
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DCodeMirrorAdditions.js262 CodeMirror.defineExtension("hasLineClass", function(line, where, className) {
264 var classProperty = (where === "text" ? "textClass" : (where == "background" ? "bgClass" : "wrapClass"));
300 CodeMirror.defineExtension("toggleLineClass", function(line, where, className) {
301 if (this.hasLineClass(line, where, className)) {
302 this.removeLineClass(line, where, className);
306 this.addLineClass(line, where, className);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineBasicBlock.h502 /// and insert it into this MBB right before 'where'.
503 void splice(instr_iterator where, MachineBasicBlock *Other, argument
505 Insts.splice(where, Other->Insts, From);
507 void splice(iterator where, MachineBasicBlock *Other, iterator From);
510 /// To), and insert them into this MBB right before 'where'.
511 void splice(instr_iterator where, MachineBasicBlock *Other, instr_iterator From, argument
513 Insts.splice(where, Other->Insts, From, To);
515 void splice(iterator where, MachineBasicBlock *Other, iterator From, argument
517 Insts.splice(where.getInstrIterator(), Other->Insts,
/macosx-10.10/apache-793/httpd/modules/ssl/
H A Dssl_engine_kernel.c382 * o The paranoid and default approach where we force a renegotiation when
387 * o The optimized and still secure way where we force a renegotiation
1719 * inter-process disk-cache where it was perhaps stored by one
1795 server_rec *s, int where, int rc)
1800 if (where & SSL_CB_HANDSHAKE_START) {
1804 else if (where & SSL_CB_HANDSHAKE_DONE) {
1808 else if (where & SSL_CB_LOOP) {
1813 else if (where & SSL_CB_READ) {
1818 else if (where & SSL_CB_WRITE) {
1823 else if (where
1794 log_tracing_state(const SSL *ssl, conn_rec *c, server_rec *s, int where, int rc) argument
1865 ssl_callback_Info(const SSL *ssl, int where, int rc) argument
[all...]
/macosx-10.10/mDNSResponder-561.1.1/Clients/
H A DDNSServiceBrowser.m503 NSRange where;
506 where = [txtRecord rangeOfString:pathDelim options:NSCaseInsensitiveSearch];
507 if (where.length) {
508 NSRange targetRange = { where.location + where.length, [txtRecord length] - where.location - where.length };
/macosx-10.10/tcl-105/tcl_ext/tls/tls/
H A Dtls.c43 static void InfoCallback _ANSI_ARGS_ ((CONST SSL *ssl, int where, int ret));
150 InfoCallback(CONST SSL *ssl, int where, int ret)
162 if (where & SSL_CB_ALERT) {
170 if (where & SSL_CB_HANDSHAKE_START) {
173 } else if (where & SSL_CB_HANDSHAKE_DONE) {
177 if (where & SSL_CB_ALERT) major = "alert";
178 else if (where & SSL_ST_CONNECT) major = "connect";
179 else if (where & SSL_ST_ACCEPT) major = "accept";
182 if (where & SSL_CB_READ) minor = "read";
183 else if (where
149 InfoCallback(CONST SSL *ssl, int where, int ret) argument
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dopncls.c72 nbfd->where = 0;
210 /* OK, put everything where it belongs. */
434 file_ptr where; member in struct:opncls
441 return vec->where;
450 case SEEK_SET: vec->where = offset; break;
451 case SEEK_CUR: vec->where += offset; break;
461 file_ptr nread = (vec->pread) (abfd, vec->stream, buf, nbytes, vec->where);
464 vec->where += nread;
470 const void *where ATTRIBUTE_UNUSED,
809 abfd->where
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dvmdebug.c98 static void dbwarn(Vmalloc_t* vm, Void_t* data, int where, argument
101 static void dbwarn(vm, data, where, file, line, func, type)
104 int where; /* byte that was corrupted */
105 char* file; /* file where call originates */
140 { if(where == DB_ALLOC)
145 { if(where == 0)
152 if(where == DB_ALLOC)
154 else if(where == DB_FREE)
156 else if(where == DB_RESIZE)
158 else if(where
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/Carbon/
H A DHIWebView.mm154 static ControlPartCode HitTest( HIWebView* view, const HIPoint* where );
387 HitTest( HIWebView* view, const HIPoint* where )
393 if ( CGRectContainsPoint( bounds, *where ) )
719 Point where;
720 GetEventParameter(inEvent, kEventParamMouseLocation, typeQDPoint, NULL, sizeof(Point), NULL, &where);
723 FindWindow(where, &temp);
728 where.h -= bounds.left;
729 where.v -= bounds.top;
731 SetEventParameter(inEvent, kEventParamWindowMouseLocation, typeQDPoint, sizeof(Point), &where);
1217 HIPoint where;
[all...]
/macosx-10.10/postfix-255/postfix/src/tls/
H A Dtls_misc.c64 /* void tls_info_callback(ssl, where, ret)
66 /* int where;
481 * cipher-suite. Typically, this is MUMBLE-256-CBC, where "MUMBLE" is the
517 * XXX: There may be additional places in pre-existing code where
1027 void tls_info_callback(const SSL *s, int where, int ret) argument
1034 w = where & ~SSL_ST_MASK;
1043 if (where & SSL_CB_LOOP) {
1045 } else if (where & SSL_CB_ALERT) {
1046 str = (where & SSL_CB_READ) ? "read" : "write";
1051 } else if (where
[all...]
/macosx-10.10/tcl-105/tk/tk/library/ttk/
H A Dentry.tcl260 proc ttk::entry::RelIndex {w where {index insert}} {
261 switch -- $where {
276 proc ttk::entry::Move {w where} {
277 $w icursor [RelIndex $w $where]
331 proc ttk::entry::Extend {w where} {
332 ExtendTo $w [RelIndex $w $where]
415 # depending on where the mouse is, and extend the selection
532 # set the insert position to where the selection was.
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dman.vim84 let where = system("/usr/bin/man ".s:man_find_arg.' '.s:GetCmdArg(a:sect, a:page))
85 if where !~ "^/"
86 if matchstr(where, " [^ ]*$") !~ "^ /"
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCL.h247 IOVirtualAddress * where,
276 IOVirtualAddress * where,
311 IOVirtualAddress * where,
/macosx-10.10/curl-83.1.2/curl/docs/examples/
H A Dhiperfifo.c123 static void mcode_or_die(const char *where, CURLMcode code) argument
137 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s);
141 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s);
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/examples/
H A Dbreak_long_quotes.pl10 # where n specifies the maximum quote length.
30 where n=line length (default 72)
H A Dperlcomment.pl9 # where -l specifies the maximum comment line length.
39 where n=line length (default 72)
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dext.h148 void putf (char *cp, char *where);
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dregexcmp.h104 void insertOp(int32_t where); // Open up a slot for a new op in the
/macosx-10.10/apr-32/apr/apr/
H A Dapr-config.in58 --bindir print location where binaries are installed
59 --includedir print location where headers are installed
193 # If the LA_FILE exists where we think it should be, use it. If we're
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Disearch.c155 rl_display_search (search_string, reverse_p, where)
157 int reverse_p, where;
168 if (where != -1)
170 sprintf (message, "[%d]", where + history_base);
239 /* The line where we start the search. */
293 /* Don't worry about where to put the mark here; rl_get_previous_history
652 not found. We use this to determine where to place rl_point. */
/macosx-10.10/emacs-93/emacs/lisp/eshell/
H A Desh-io.el400 (let ((where (eshell-get-target target mode))
403 (not (member where current)))
404 (setq current (append current (list where)))
405 (setq current (list where)))
/macosx-10.10/libxml2-26/libxml2/vms/
H A Dbuild_libxml.com21 $! config.h is available, and where to find it
73 $!- start from where the procedure is in case it's submitted in batch ----------\

Completed in 400 milliseconds

1234567891011>>