Searched refs:exprs (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/
H A DOSCrossEndian.h37 * ROSETTA_ONLY(exprs) - Which is used to create a block code that only
67 #define ROSETTA_ONLY(exprs) \
70 exprs \
/macosx-10.10.1/ruby-106/ruby/test/misc/
H A Dtest_ruby_mode.rb27 def run_emacs(src, *exprs)
31 exprs = exprs.map {|expr| [EVAL_OPT, expr]}.flatten
32 exprs.unshift(EVAL_OPT, EXPR_RUBYMODE)
33 exprs.unshift(EVAL_OPT, EXPR_NOBACKUP)
34 output = IO.popen([*EMACS, tmp.path, *exprs, err:[:child, :out]], "r") {|e| e.read}
/macosx-10.10.1/text_cmds-88/ed/
H A Dre.c47 char *exprs; local
58 } else if ((exprs = extract_pattern(delimiter)) == NULL)
69 if ((n = regcomp(expr, exprs, 0))) {
/macosx-10.10.1/ruby-106/ruby/bootstraptest/
H A Dtest_syntax.rb176 exprs = make_perm(['and', 'or'], 3)
180 exprs.each{|es|
192 each_test{|syn, conds, bangs, exprs|
195 e1, e2 = exprs
205 each_test{|syn, conds, bangs, exprs|
208 e1, e2 = exprs
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-forms.el1576 (days nil) (weekdays nil) (exprs nil) (limit nil) (hours nil))
1619 (setq exprs (cons (car h) exprs)))
1626 nil ; 2: exprs
1630 (cons exprs days)
1677 (let ((exprs (nth 2 math-holidays-cache)))
1678 (while exprs
1681 (expr (math-evaluate-expr (car exprs))))
1687 (setq exprs (cdr exprs)))))
[all...]
H A Dcalcalg2.el1094 ;; (In first pass, we look only for sub-exprs that are linear in X.)
3230 (defun math-solve-system (exprs math-solve-vars math-solve-full)
3231 (setq exprs (mapcar 'list (if (Math-vectorp exprs)
3232 (cdr exprs)
3233 (list exprs)))
3238 (math-solve-system-rec exprs math-solve-vars nil))
3240 (math-solve-system-rec exprs math-solve-vars nil))))
/macosx-10.10.1/vim-55/runtime/indent/
H A Dada.vim22 " Verify handling of multi-line exprs. and recovery upon the final ';'.

Completed in 204 milliseconds