Home
last modified time | relevance | path

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

/dports/math/gap/gap-4.11.0/src/
H A Derror.c178 Obj currLVars = STATE(CurrLVars); in FuncCURRENT_STATEMENT_LOCATION() local
190 SWITCH_TO_OLD_LVARS(currLVars); in FuncCURRENT_STATEMENT_LOCATION()
227 Obj currLVars = STATE(CurrLVars); in FuncPRINT_CURRENT_STATEMENT() local
241 SWITCH_TO_OLD_LVARS(currLVars); in FuncPRINT_CURRENT_STATEMENT()
263 volatile Obj currLVars; in CALL_WITH_CATCH() local
279 currLVars = STATE(CurrLVars); in CALL_WITH_CATCH()
296 SWITCH_TO_OLD_LVARS(currLVars); in CALL_WITH_CATCH()
H A Dread.c1256 currLVars = STATE(CurrLVars); in ReadFuncExprBody()
1296 IntrAbortCoding(currLVars); in ReadFuncExprBody()
2045 currLVars = STATE(CurrLVars); in ReadFor()
2079 IntrAbortCoding(currLVars); in ReadFor()
2102 currLVars = STATE(CurrLVars); in ReadWhile()
2129 IntrAbortCoding(currLVars); in ReadWhile()
2156 currLVars = STATE(CurrLVars); in ReadAtomic()
2204 IntrAbortCoding(currLVars); in ReadAtomic()
2232 currLVars = STATE(CurrLVars); in ReadRepeat()
2704 currLVars = STATE(CurrLVars); in ReadEvalFile()
[all …]
H A Dstreams.c416 Bag currLVars = STATE(CurrLVars); /* in case view runs into error */ in READ_TEST_OR_LOOP() local
418 SWITCH_TO_OLD_LVARS(currLVars); in READ_TEST_OR_LOOP()