Home
last modified time | relevance | path

Searched refs:mfboundp (Results 1 – 5 of 5) sorted by relevance

/dports/math/maxima/maxima-5.43.2/share/contrib/alt-display/
H A Dalt-display.lisp36 (or (and (symbolp f) (or (fboundp f) (mfboundp f)))
/dports/math/maxima/maxima-5.43.2/share/lbfgs/
H A Dmaxima-lbfgs.lisp78 (or (and (symbolp FOM-expr) (mfboundp FOM-expr))
/dports/math/maxima/maxima-5.43.2/src/
H A Dmatrun.lisp281 (if (and (symbolp *rule) (not (fboundp *rule)) (not (mfboundp *rule)))
H A Dsuprv1.lisp199 (defun mfboundp (func) function
/dports/math/maxima/maxima-5.43.2/share/contrib/format/
H A Dcoeflistp.lisp238 (unless (or (fboundp '$intopois) (mfboundp '$intopois)) ; Is this the `Right Way'?