Home
last modified time | relevance | path

Searched refs:LispIsList (Results 1 – 6 of 6) sorted by relevance

/dports/cad/magic/magic-8.3.245/lisp/
H A DlispA-Z.h35 extern LispObj *LispIsList ();
H A DlispEval.c52 { "list?", -1, 0, LispIsList },
H A DlispA-Z.c234 LispIsList (name,s,f) in LispIsList() function
/dports/math/yacas/yacas-1.9.1/cyacas/libyacas/include/yacas/
H A Dcorefunctions.h144 CORE_KERNEL_FUNCTION("IsList",LispIsList,1,YacasEvaluator::Function | YacasEvaluator::Fixed)
/dports/math/yacas/yacas-1.9.1/cyacas/libyacas/src/
H A Dmathcommands.cpp1007 void LispIsList(LispEnvironment& aEnvironment, int aStackTop) in LispIsList() function
/dports/math/yacas/yacas-1.9.1/jyacas/net/sf/yacas/
H A DMathCommands.java271 new YacasEvaluator(new LispIsList(),1, YacasEvaluator.Fixed|YacasEvaluator.Function)); in AddCommands()
2326 class LispIsList extends YacasEvalCaller class in MathCommands