Home
last modified time | relevance | path

Searched refs:LispNewLocal (Results 1 – 3 of 3) sorted by relevance

/dports/math/yacas/yacas-1.9.1/cyacas/libyacas/include/yacas/
H A Dcorefunctions.h64 CORE_KERNEL_FUNCTION("Local",LispNewLocal,1,YacasEvaluator::Macro | YacasEvaluator::Variable)
65 CORE_KERNEL_FUNCTION("MacroLocal",LispNewLocal,1,YacasEvaluator::Function | YacasEvaluator::Variabl…
/dports/math/yacas/yacas-1.9.1/jyacas/net/sf/yacas/
H A DMathCommands.java97 new YacasEvaluator(new LispNewLocal(),1, YacasEvaluator.Variable|YacasEvaluator.Macro)); in AddCommands()
100 new YacasEvaluator(new LispNewLocal(),1, YacasEvaluator.Variable|YacasEvaluator.Function)); in AddCommands()
1386 class LispNewLocal extends YacasEvalCaller class in MathCommands
/dports/math/yacas/yacas-1.9.1/cyacas/libyacas/src/
H A Dmathcommands.cpp620 void LispNewLocal(LispEnvironment& aEnvironment, int aStackTop) in LispNewLocal() function