Searched refs:old (Results 126 - 150 of 1097) sorted by relevance

1234567891011>>

/macosx-10.10/WebKit-7600.1.25/WebKit.vcxproj/WebKitExportGenerator/
H A DWebKitExportGeneratorPreBuild.cmd9 echo Clearing old definition file...
/macosx-10.10/emacs-93/emacs/lisp/
H A Ddiff-mode.el74 (defcustom diff-jump-to-old-file nil
75 "*Non-nil means `diff-goto-source' jumps to the old file.
547 (defun diff-tell-file-name (old name)
549 If the OLD prefix arg is passed, tell the file NAME of the old file."
551 (let* ((old current-prefix-arg)
554 (list old (read-file-name (format "File for %s: " (car fs))
555 nil (diff-find-file-name old) t))))
556 (let ((fs (diff-hunk-file-names old)))
560 (defun diff-hunk-file-names (&optional old)
572 (list (if old (matc
[all...]
/macosx-10.10/postfix-255/postfix/src/postscreen/
H A Dpostscreen_dict.c87 #define PSC_AVERAGE(new, old) (0.1 * (new) + 0.9 * (old))
/macosx-10.10/tcl-105/tk/tk/library/
H A Dfocus.tcl166 set old [bind all <Enter>]
175 if {$old ne ""} {
176 bind all <Enter> "$old; $script"
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dfocus.tcl166 set old [bind all <Enter>]
176 if {$old ne ""} {
177 bind all <Enter> "$old; $script"
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOConditionLock.cpp93 int old = condition; local
98 return old;
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dtimer.c95 uint64_t new, old = *save; local
99 return (new - old);
/macosx-10.10/ICU-531.30/icuSources/samples/ucnv/
H A Dflagcb.c49 FromUFLAGContext *old, *cloned; local
55 old = (FromUFLAGContext*)context;
58 memcpy(cloned, old, sizeof(FromUFLAGContext));
61 printf("%p: my subcb=%p:%p\n", old, old->subCallback,
62 old->subContext);
/macosx-10.10/apr-32/apr-util/apr-util/
H A Dapu-config.in66 --old-expat indicate if APR-util was built against an old expat
195 --old-expat)
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-store.el120 (let ((old (calc-var-value var)))
123 (calc-record-undo (list 'store (symbol-name var) old))
129 (eq (car-safe old) 'special-const))
133 (null old))
152 (let ((old (calc-var-value var)))
153 (if (eq (car-safe old) 'special-const)
155 (if (not old)
159 (if (stringp old)
160 (setq old (math-read-expr old)))
[all...]
/macosx-10.10/ntp-92/libntp/
H A Diosignal.c457 sigset_t old; local
459 if ((errno = pthread_sigmask(SIG_UNBLOCK, NULL, &old)))
463 if (sigdelset(&old, SIGIO))
467 if (sigdelset(&old, SIGPOLL))
470 if (sigdelset(&old, SIGALRM))
473 if (sigsuspend(&old) && (errno != EINTR))
479 * Must be an old bsd system.
/macosx-10.10/vim-55/src/po/
H A DMake_mvc.mak100 $(MV) $@.po $@.po.old
101 $(MSGMERGE) $@.po.old $(PACKAGE).pot -o $@.po
102 $(RM) $@.po.old
/macosx-10.10/xnu-2782.1.97/bsd/dev/chud/
H A Dchud_bsd_callback.c101 chudxnu_kdebug_callback_func_t old = kdebug_callback_fn; local
103 while(!OSCompareAndSwapPtr(old, chud_null_kdebug,
105 old = kdebug_callback_fn;
206 chudxnu_syscall_callback_func_t old = syscall_callback_fn; local
208 while(!OSCompareAndSwapPtr(old, chud_null_syscall,
210 old = syscall_callback_fn;
/macosx-10.10/ruby-106/ruby/
H A Dsignal.c30 rb_atomic_t old = *ptr; local
32 return old;
39 rb_atomic_t old = *ptr; local
40 if (old == cmp) {
43 return old;
492 struct sigaction sigact, old; local
519 if (sigaction(signum, &sigact, &old) < 0) {
524 return old.sa_handler;
539 sighandler_t old;
541 old
1050 sighandler_t old; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/thread/thread/lib/
H A Dttrace.tcl369 set old [_set ttrace lastepoch]
372 if {$old >= 0} {
373 _copyepoch $old $new
381 proc _copyepoch {old new} {
382 foreach var [_names $old-*] {
659 # ::fully::qualified::old ::fully::qualified::new
673 set old [lindex $cmdline 1]
674 if {![string match "::*" $old]} {
675 set old ${cns}::$old
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Drefresh.c308 * end of the screen line, it won't be a NUL or some old
454 * number of characters between the new and old line.
480 /old first difference
481 /beginning of line | /old last same /old EOL
483 old: eddie> Oh, my little gruntle-buggy is to me, as lurgid as
501 re_update_line(EditLine *el, Char *old, Char *new, int i) argument
512 for (o = old, n = new; *o && (*o == *n); o++, n++)
518 * Find the end of both old and new
618 * Pragmatics I: If old trailin
[all...]
/macosx-10.10/libedit-40/src/
H A Drefresh.c308 * end of the screen line, it won't be a NUL or some old
454 * number of characters between the new and old line.
480 /old first difference
481 /beginning of line | /old last same /old EOL
483 old: eddie> Oh, my little gruntle-buggy is to me, as lurgid as
501 re_update_line(EditLine *el, Char *old, Char *new, int i) argument
512 for (o = old, n = new; *o && (*o == *n); o++, n++)
518 * Find the end of both old and new
618 * Pragmatics I: If old trailin
[all...]
/macosx-10.10/tcsh-65/tcsh/
H A Ded.refresh.c403 * screen line, it won't be a NUL or some old leftover stuff.
429 GettingInput = oldgetting; /* reset to old value */
538 /old first difference
539 /beginning of line | /old last same /old EOL
541 old: eddie> Oh, my little gruntle-buggy is to me, as lurgid as
559 update_line(Char *old, Char *new, int cur_line) argument
569 for (o = old, n = new; *o && (*o == *n); o++, n++)
575 * Find the end of both old and new
694 * Pragmatics I: If old trailin
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dpcb.c165 machine_pmc_cswitch(thread_t /* old */, thread_t /* new */);
168 pmc_swi(thread_t /* old */, thread_t /*new */);
171 pmc_swi(thread_t old, thread_t new) { argument
172 current_cpu_datap()->csw_old_thread = old;
178 machine_pmc_cswitch(thread_t old, thread_t new) { argument
179 if (pmc_thread_eligible(old) || pmc_thread_eligible(new)) {
180 pmc_swi(old, new);
184 void ml_get_csw_threads(thread_t *old, thread_t *new) { argument
185 *old = current_cpu_datap()->csw_old_thread;
193 ml_kpc_cswitch(thread_t old, thread_ argument
205 ml_kperf_cswitch(thread_t old, thread_t new) argument
217 ml_hv_cswitch(thread_t old, thread_t new) argument
465 machine_switch_context( thread_t old, thread_continue_t continuation, thread_t new) argument
1830 machine_stack_handoff(thread_t old, thread_t new) argument
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dunexmips.c137 int new, old;
147 old = open (a_name, O_RDONLY, 0);
148 if (old < 0) fatal_unexec ("opening %s", a_name);
288 SEEK (old, hdr.fhdr.f_symptr, "seeking to start of symbols in %s", a_name);
290 nread = read (old, buffer, BUFSIZE);
317 nread = read (old, buffer, BUFSIZE);
326 close (old);
135 int new, old; local
/macosx-10.10/ksh-23/ksh/src/lib/libast/disc/
H A Dsfdcmore.c96 struct termios old; local
105 tcgetattr(rfd, &old);
106 tty = old;
113 if (c == old.c_cc[VEOF])
115 else if (c == old.c_cc[VINTR])
117 else if (c == old.c_cc[VQUIT])
124 tcsetattr(rfd, TCSADRAIN, &old);
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dplaylist.tcl165 global old timestr files
166 set old [.frame.list nearest $y]
167 s2 config -file $files([.frame.list get $old])
172 global old
175 set tmp [.frame.list get $old]
176 .frame.list delete $old
179 set old $new
H A Dsnamp.tcl160 global old timestr files
161 set old [.frame.list nearest $y]
162 s2 config -file $files([.frame.list get $old])
167 global old
170 set tmp [.frame.list get $old]
171 .frame.list delete $old
174 set old $new
/macosx-10.10/objc4-646/runtime/
H A Dmaptable.mm239 const void *old = pair->value;
240 if (old != value) pair->value = value;/* avoid writing unless needed! */
241 return (void *)old;
257 const void *old = pair->value;
258 if (old != value) pair->value = value;/* avoid writing unless needed! */
259 return (void *)old;
276 const void *old = NULL;
282 if (isEqual(table, pair->key, key)) {found ++; old = pair->value; }
286 if (isEqual(table, pair->key, key)) {found ++; old = pair->value; }
310 return (void *)old;
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dfop004.tcl51 set files [list "fop$tnum-old.db fop$tnum-new.db {name change}" \
77 set old [lindex $fileinfo 0]
83 set oldname $subdira/$old
85 set oldextent $subdira/__dbq.$old.0
88 set oldname $old
90 set oldextent __dbq.$old.0
196 # The DBT from the "old" database should be
216 # Now there's both an old and a new. Rename the
217 # "new" to the "old" and make sure that fails.

Completed in 256 milliseconds

1234567891011>>