Home
last modified time | relevance | path

Searched refs:iCurrentInput (Results 1 – 7 of 7) sorted by relevance

/dports/math/yacas/yacas-1.9.1/jyacas/net/sf/yacas/
H A DCYacas.java46 LispInput previous = env.iCurrentInput; in Evaluate()
47 env.iCurrentInput = newInput; in Evaluate()
61 env.iCurrentInput = previous; in Evaluate()
H A DLispStandard.java493 LispInput previous = aEnvironment.iCurrentInput; in DoInternalLoad()
496 aEnvironment.iCurrentInput = aInput; in DoInternalLoad()
502 aEnvironment.iCurrentInput, aEnvironment, in DoInternalLoad()
531 aEnvironment.iCurrentInput = previous; in DoInternalLoad()
726 LispInput previous = aEnvironment.iCurrentInput; in DoLoadDefFile()
729 aEnvironment.iCurrentInput = aInput; in DoLoadDefFile()
739 String token = tok.NextToken(aEnvironment.iCurrentInput, aEnvironment.HashTable()); in DoLoadDefFile()
768 aEnvironment.iCurrentInput = previous; in DoLoadDefFile()
H A DYacasConsole.java78 yacas.env.iCurrentInput = new CachedStdFileInput(yacas.env.iInputStatus); in main()
H A DLispEnvironment.java276 LispInput iCurrentInput = null; field in LispEnvironment
H A DMathCommands.java1071 LispInput previous = aEnvironment.iCurrentInput; in Eval()
1077 aEnvironment.iCurrentInput = input; in Eval()
1090 aEnvironment.iCurrentInput = previous; in Eval()
1115 LispInput previous = aEnvironment.iCurrentInput; in Eval()
1116 aEnvironment.iCurrentInput = newInput; in Eval()
1128 aEnvironment.iCurrentInput = previous; in Eval()
1142 aEnvironment.iCurrentInput, in Eval()
1160 result = tok.NextToken(aEnvironment.iCurrentInput, aEnvironment.HashTable()); in Eval()
3596 aEnvironment.iCurrentInput, in Eval()
3609 aEnvironment.iCurrentInput, in Eval()
/dports/math/yacas/yacas-1.9.1/cyacas/libyacas/src/
H A Dlispenvironment.cpp64 iCurrentInput(aCurrentInput), in LispEnvironment()
296 return iCurrentInput; in CurrentInput()
301 iCurrentInput = aInput; in SetCurrentInput()
/dports/math/yacas/yacas-1.9.1/cyacas/libyacas/include/yacas/
H A Dlispenvironment.h297 LispInput* iCurrentInput; variable