Searched refs:mapcar* (Results 1 - 25 of 453) sorted by relevance

1234567891011>>

/macosx-10.9.5/Heimdal-323.92.1/windows/
H A Dmaint.el7 ((replist (apply 'append (mapcar (lambda (sdef)
/macosx-10.9.5/emacs-92/emacs/leim/quail/
H A Dindian.el221 (apply 'append (mapcar 'quail-indian-flatten-list lst))
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dadd-log.el543 (mapcar (lambda (addr)
H A Dalign.el994 (mapcar
H A Dallout.el1133 (mapcar (function
5465 (mapcar func listified)
6738 (mapcar (lambda (char) (if (= char ?%) "%%" (char-to-string char)))
H A Dansi-color.el561 (mapcar
568 (mapcar
576 (mapcar
H A Dapropos.el543 (mapcar
H A Darc-mode.el753 (mapcar
H A Dautoinsert.el179 ;;'(setq v1 (apply 'vector (mapcar 'car finder-known-keywords)))
180 '(setq v1 (mapcar (lambda (x) (list (symbol-name (car x))))
275 (mapcar
H A Davoid.el271 (mapcar (lambda (x) (symbol-value (intern x)))
H A Dbattery.el362 (mapcar (lambda (e) (concat e "/state"))
370 (mapcar (lambda (e) (concat e "/temperature"))
H A Dbookmark.el335 (mapcar
647 (mapcar
1581 (mapcar
1798 (mapcar
H A Dbs.el1148 (cons 0 (mapcar map-fun list))))
1383 (mapcar '(lambda (string)
H A Dbuff-menu.el742 (mapcar (lambda (c)
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-aent.el53 (alg-exp (mapcar 'math-evaluate-expr entry)))
176 (calc-dollar-values (mapcar
197 (setq res (mapcar 'calc-normalize res))
265 (calc-dollar-values (mapcar 'calc-get-stack-element
277 (nvals (mapcar 'calc-normalize alg-exp)))
334 (and calc-alg-exp (setq calc-alg-exp (mapcar 'calc-normalize calc-alg-exp))))
623 (sort (mapcar 'car math-toks)
H A Dcalc-alg.el358 (cons (car a) (mapcar 'math-simplify-step (cdr a))))))
372 (mapcar (function
1576 (mapcar 'math-expr-subst-rec (cdr expr))))))
1693 (mapcar 'math-neg (math-is-poly-rec (nth 1 expr) negpow)))
1711 (mapcar (function (lambda (x) (math-div x (nth 2 expr))))
H A Dcalc-arith.el2342 (cons (car a) (cons (nth 1 a) (mapcar 'math-float (nthcdr 2 a)))))
H A Dcalc-embed.el1278 (values (mapcar 'symbol-value vars))
H A Dcalc-ext.el621 (mapcar (function
654 (mapcar (function (lambda (x)
655 (mapcar (function (lambda (func)
918 (mapcar (function (lambda (x)
919 (mapcar (function (lambda (cmd)
1235 (- (apply 'max (mapcar 'length msgs))
1280 (mapcar (function (lambda (v) (set v nil))) calc-local-var-list)
1535 (calc-push-list (mapcar 'car entries)
1537 (mapcar (function (lambda (x) (nth 2 x)))
1585 (calc-pop-push-record-list n "eval" (mapcar 'mat
[all...]
H A Dcalc-fin.el125 (cons 'vec (mapcar 'calc-to-percentage (cdr x))))
H A Dcalc-forms.el539 (fmt (apply 'concat (mapcar 'math-format-date-part
553 (apply 'concat (mapcar 'math-format-date-part x))))
1765 (mapcar (function (lambda (x) (math-make-mod x m)))
H A Dcalc-frac.el139 (cons (car a) (mapcar (function
H A Dcalc-funcs.el787 (mapcar (function
H A Dcalc-graph.el746 (mapcar 'math-build-var-name
H A Dcalc-help.el422 (mapcar (function (lambda (x) (princ (format " %s\n" x))))
424 (mapcar (function (lambda (prefix)
441 (mapcar (function (lambda (x)

Completed in 192 milliseconds

1234567891011>>