• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/calc/

Lines Matching +defs:prefix +defs:arg

35 (defun calc-dispatch-help (arg)
36 "C-x* is a prefix key sequence; follow it with one of these letters:
102 (calc-do-dispatch arg))))
105 (defun calc-big-or-small (arg)
116 (setq calc-full-mode (if arg
117 (> (prefix-numeric-value arg) 0)
202 "Prefix keys: prefix + ? gives further help for that prefix")
211 (calc-inv-hyp-prefix-help)
212 (calc-inverse-prefix-help))
213 (calc-hyperbolic-prefix-help))
322 (defun calc-record-list (vals &optional prefix)
326 (calc-record (car vals) prefix)
327 (setq prefix "...")))
331 (defun calc-last-args-stub (arg)
334 (calc-last-args arg))
337 (defun calc-power (arg)
342 (calc-binary-op "root" 'calcFunc-nroot arg nil nil)
343 (calc-binary-op "^" 'calcFunc-pow arg nil nil '^))))
345 (defun calc-mod (arg)
348 (calc-binary-op "%" 'calcFunc-mod arg nil nil '%)))
350 (defun calc-inv (arg)
353 (calc-unary-op "inv" 'calcFunc-inv arg)))
365 (calc-enter (- (prefix-numeric-value n)))
372 (calc-pop (- (prefix-numeric-value n)))
378 (let ((nn (prefix-numeric-value n)))
393 (let ((nn (prefix-numeric-value n)))
410 (defun calc-num-prefix-name (n)
424 (message "%s%c-" (calc-num-prefix-name n) last-command-char))
426 (setq prefix-arg n))
428 (defun calc-shift-Y-prefix-help ()
431 (calc-do-prefix-help calc-Y-help-msgs "other" ?Y))
588 (defun math-reject-arg (&optional a p option)
637 (math-reject-arg a "*Division by zero")
648 (math-reject-arg m "*Singular matrix"))
649 (math-reject-arg m 'square-matrixp)))
656 (defun math-do-working (msg arg)
666 (math-showing-full-precision (math-format-number arg))))))
673 (math-reject-arg a "*Division by zero"))