Searched refs:where (Results 226 - 250 of 702) sorted by relevance

1234567891011>>

/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dsimula.el341 regardless of where in the line point is when the TAB command is used.
695 ;; get out of the block where we started -> count >= start-count
872 (let ((where (simula-context))
881 ((eq where 0)
885 ;; column where the comment started, else indent as that line.
894 ((eq where 1)
902 ((eq where 3)
904 ((eq where 4)
1205 (if (let ((where (simula-context))
1207 (if where
[all...]
H A Dcc-cmds.el67 point is used to decide where the old indentation is on a lines that
524 ;; and `after' saying where newlines should be inserted.
1033 ;; Calculate where, if anywhere, we want newlines.
1387 (defun c-where-wrt-brace-construct ()
1388 ;; Determine where we are with respect to functions (or other brace
1472 "c-where-wrt-brace-construct: c-beginning-of-decl-1 returned %s"
1475 (defun c-backward-to-nth-BOF-{ (n where)
1483 ;; `outwith-function' as returned by c-where-wrt-brace-construct.
1490 ;; What we do to go back the first defun depends on where we start.
1492 ((eq where 'i
[all...]
/macosx-10.10/postfix-255/postfix/src/smtpd/
H A Dsmtpd_check.in2102 mail user@some.where
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/htdocs/raw/
H A Ddisclaimer.exp32 each file where they apply.
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dmailwasher.tcl184 lassign $id what item where arg1 arg2 arg3
185 if {$where eq "column"} {
/macosx-10.10/tcl-105/tcl_ext/trf/trf/htdocs/raw/
H A Ddisclaimer.exp32 each file where they apply.
/macosx-10.10/vim-55/runtime/indent/
H A Dconfig.vim49 " where to put this
/macosx-10.10/vim-55/runtime/syntax/
H A Dclean.vim17 syn keyword cleanLabel let! with where in of
H A Desqlc.vim38 syntax keyword esqlcKeyword where with option order pctfree privileges
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A DREADME60 where the reference and compare files contain the output of different
/macosx-10.10/bootstrap_cmds-91/migcom.tproj/
H A Dutils.c839 WriteLogMsg(FILE *file, routine_t *rt, int where, int what) argument
848 if (where == LOG_USER)
852 if (where == LOG_USER && what == LOG_REQUEST) {
856 else if (where == LOG_USER && what == LOG_REPLY) {
860 else if (where == LOG_SERVER && what == LOG_REQUEST) {
871 if (where == LOG_USER && what == LOG_REQUEST) {
/macosx-10.10/curl-83.1.2/curl/packages/vms/
H A Dsetup_gnv_curl_build.com31 $! Move to where the Configure script is.
34 $! Get the path to where the Configure script is.
78 $! A logical name to find the [.packages.vms] directory where we started.
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dcris-dis.c57 where N is an estimation on the corresponding 'case' operand in C,
58 and case_address is where execution of that case continues after the
685 CRISv32, where constants are always DWORD-size for
744 /* Get a buffer of somewhat reasonable size where we store
889 number, where the size can depend on different things. */
1252 int where = buffer[2] + buffer[3] * 256;
1254 if (where > 32767)
1255 where -= 65536;
1257 where += addr + ((disdata->distype == cris_dis_v32) ? 0 : 4);
1264 info->target = (bfd_vma) where;
1251 int where = buffer[2] + buffer[3] * 256; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/interop/
H A Dsilab.tcl250 proc proposalA {toolkit where action xmlns args} {
255 eval soapinterop::create:base [list $where] $args
257 puts $logfile "<h2><a name=\"$toolkit\">$toolkit $where</a></h2>\n<table>\n"
279 proc proposalB {toolkit where action xmlns args} {
284 eval soapinterop::create:proposalB [list $where] $args
286 puts $logfile "<h2><a name=\"$toolkit\">$toolkit $where</a></h2>\n<table>\n"
302 proc proposalC {toolkit where action xmlns args} {
307 -proxy [list $where] \
311 puts $logfile "<h2><a name=\"$toolkit\">$toolkit $where</a></h2>\n<table>\n"
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DSH4Assembler.h1399 static void linkPointer(void* code, AssemblerLabel where, void* value) argument
1401 uint16_t* instructionPtr = getInstructionPtr(code, where.m_offset);
1454 static void repatchPointer(void* where, void* value) argument
1456 patchPointer(where, value);
1464 static void repatchInt32(void* where, int32_t value) argument
1466 uint16_t* instructionPtr = reinterpret_cast<uint16_t*>(where);
1471 static void repatchCompact(void* where, int32_t value) argument
1473 uint16_t* instructionPtr = reinterpret_cast<uint16_t*>(where);
1477 // Handle the uncommon case where a flushConstantPool occured in movlMemRegCompact.
1608 static void patchPointer(void* code, AssemblerLabel where, voi argument
[all...]
H A DARM64Assembler.h286 // This function takes a value and a bit width, where value obeys the following constraints:
304 // Detect cases where the top bit is set; if so, flip all the bits & set invert.
371 // a ror by width - lsb (or 0, in the case where lsb is 0). imms
642 // +/-m*2-n where m and n are integers, 16 <= m <= 31, 0 <= n <= 7
2651 static void linkPointer(void* code, AssemblerLabel where, void* valuePtr)
2653 linkPointer(addressOf(code, where), valuePtr);
2656 static void replaceWithJump(void* where, void* to)
2658 intptr_t offset = (reinterpret_cast<intptr_t>(to) - reinterpret_cast<intptr_t>(where)) >> 2;
2660 *static_cast<int*>(where) = unconditionalBranchImmediate(false, static_cast<int>(offset));
2661 cacheFlush(where, sizeo
[all...]
H A DX86Assembler.h2058 static void linkPointer(void* code, AssemblerLabel where, void* value) argument
2060 ASSERT(where.isSet());
2062 setPointer(reinterpret_cast<char*>(code) + where.m_offset, value);
2075 static void repatchCompact(void* where, int32_t value) argument
2079 setInt8(where, value);
2082 static void repatchInt32(void* where, int32_t value) argument
2084 setInt32(where, value);
2087 static void repatchPointer(void* where, void* value) argument
2089 setPointer(where, value);
2092 static void* readPointer(void* where) argument
2274 uint8_t* where = reinterpret_cast<uint8_t*>(base); local
2297 setPointer(void* where, void* value) argument
2302 setInt32(void* where, int32_t value) argument
2307 setInt8(void* where, int8_t value) argument
[all...]
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/mac/
H A DNetscapePluginMac.mm388 eventRecord.where = Point();
610 event.where.h = globalX;
611 event.where.v = globalY;
1142 // https://bugs.webkit.org/show_bug.cgi?id=58282 describes the bug where WebKit expects retained layers.
1161 event.where.h = mousePosition.x;
1162 event.where.v = mousePosition.y;
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkdebug.c2165 kdbg_control(int *name, u_int namelen, user_addr_t where, size_t *sizep) argument
2228 if (copyout(&kd_bufinfo, where, sizeof(kd_bufinfo)))
2235 if (copyout(&kd_bufinfo, where, size))
2244 ret = copyout(buffer, where, size);
2343 if (copyin(where, &kd_Reg, sizeof(kd_regtype))) {
2357 if (copyout(&kd_Reg, where, sizeof(kd_regtype))) {
2364 ret = kdbg_read(where, sizep, NULL, NULL);
2509 if (copyin(where, &kd_Reg, sizeof(kd_regtype))) {
2522 if (copyin(where, &kd_Reg, sizeof(kd_regtype))) {
2531 ret = kdbg_readcpumap(where, size
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_o.c67 static void tlso_info_cb( const SSL *ssl, int where, int ret );
1270 tlso_info_cb( const SSL *ssl, int where, int ret ) argument
1276 w = where & ~SSL_ST_MASK;
1291 if ( where & SSL_CB_LOOP ) {
1296 } else if ( where & SSL_CB_ALERT ) {
1299 op = ( where & SSL_CB_READ ) ? "read" : "write";
1317 } else if ( where & SSL_CB_EXIT ) {
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Decofflink.c46 file_ptr where));
1465 ecoff_write_symhdr (abfd, debug, swap, where)
1469 file_ptr where;
1477 if (bfd_seek (abfd, where, SEEK_SET) != 0)
1480 where += swap->external_hdr_size;
1490 symhdr->offset = where; \
1491 where += symhdr->count * size; \
1532 bfd_ecoff_write_debug (abfd, debug, swap, where)
1536 file_ptr where;
1540 if (! ecoff_write_symhdr (abfd, debug, swap, where))
[all...]
/macosx-10.10/postfix-255/postfix/src/cleanup/
H A Dcleanup_milter.c169 * records at the locations where we want to append recipient or header
226 const char *where, const char *line,
233 state->queue_id, where, action, where, line,
261 const char *where, const char *buf,
325 cleanup_milter_hbc_log(context, "reject", where, buf, state->reason);
342 cleanup_milter_hbc_log(context, "filter", where, buf,
348 cleanup_milter_hbc_log(context, "discard", where, buf, optional_text);
356 cleanup_milter_hbc_log(context, "hold", where, buf, optional_text);
370 cleanup_milter_hbc_log(context, "redirect", where, bu
225 cleanup_milter_hbc_log(void *context, const char *action, const char *where, const char *line, const char *optional_text) argument
259 cleanup_milter_hbc_extend(void *context, const char *command, int cmd_len, const char *optional_text, const char *where, const char *buf, ssize_t buf_len, off_t offset) argument
[all...]
/macosx-10.10/apr-32/apr/apr/network_io/unix/
H A Dsendrecv.c112 apr_status_t apr_socket_sendto(apr_socket_t *sock, apr_sockaddr_t *where, argument
120 (const struct sockaddr*)&where->sa,
121 where->salen);
133 (const struct sockaddr*)&where->sa,
134 where->salen);
335 &off, /* where in the file to start */
351 &off, /* where in the file to start */
474 *offset, /* where in the file to start */
589 *offset, /* where in the file to start */
760 off, /* where i
[all...]
/macosx-10.10/ruby-106/ruby/
H A Dcommon.mk316 what-where: no-install
318 what-where-all: no-install-all
326 what-where-nodoc: no-install-nodoc
333 what-where-local: no-install-local
340 what-where-ext: no-install-ext
347 what-where-arch: no-install-arch
354 what-where-comm: no-install-comm
361 what-where-bin: no-install-bin
369 what-where-lib: no-install-lib
377 what-where
[all...]
/macosx-10.10/CPANInternal-159.1/Parse-Yapp-1.05/lib/Parse/Yapp/
H A DLalr.pm450 where:
545 # where "itemlist" has the form:
558 # Add Lookahead tokens where needed to make LALR states #
567 where:
657 where:

Completed in 1246 milliseconds

1234567891011>>