Home
last modified time | relevance | path

Searched refs:mglPosStack (Results 1 – 2 of 2) sorted by relevance

/dports/math/mathgl/mathgl-2.5/include/mgl2/
H A Dparser.h86 struct mglPosStack struct
93 mglPosStack(int st=MGL_ST_LOOP):pos(-1),ind(0),par(-1),state(st) {} argument
199 std::vector<mglPosStack> stack; ///< Stack of if|for|while commands
/dports/math/mathgl/mathgl-2.5/src/
H A Dparser.cpp828 mglPosStack st(MGL_ST_LOOP); in Parse()
840 mglPosStack st(MGL_ST_LOOP); in Parse()
930 { mglPosStack st(cond?MGL_ST_TRUE:MGL_ST_FALSE); stack.push_back(st); } in FlowExec()
936 mglPosStack &st = stack.back(); in FlowExec()
967 mglPosStack &st = stack.back(); in FlowExec()
977 mglPosStack &st = stack.back(); in FlowExec()
1002 mglPosStack &st = stack.back(); in FlowExec()
1023 mglPosStack &st = stack[i-1]; in FlowExec()