Home
last modified time | relevance | path

Searched defs:aDestructive (Results 1 – 2 of 2) sorted by relevance

/dports/math/yacas/yacas-1.9.1/cyacas/libyacas/src/
H A Dmathcommands.cpp336 InternalDelete(LispEnvironment& aEnvironment, int aStackTop, int aDestructive) in InternalDelete()
388 InternalInsert(LispEnvironment& aEnvironment, int aStackTop, int aDestructive) in InternalInsert()
427 InternalReplace(LispEnvironment& aEnvironment, int aStackTop, int aDestructive) in InternalReplace()
/dports/math/yacas/yacas-1.9.1/jyacas/net/sf/yacas/
H A DMathCommands.java710 … void InternalDelete(LispEnvironment aEnvironment, int aStackTop, boolean aDestructive) throws Exc… in InternalDelete()
747 … void InternalInsert(LispEnvironment aEnvironment, int aStackTop, boolean aDestructive) throws Exc… in InternalInsert()
789 …void InternalReplace(LispEnvironment aEnvironment, int aStackTop, boolean aDestructive) throws Exc… in InternalReplace()