Searched refs:theAbortErr (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.h240 short theAbortErr; /* result code for the abort */ member in struct:TRScriptVars
H A DCCLEngine.c874 SV.theAbortErr = 0;
1007 if (SV.theAbortErr = PrepScript()) { // if the preflight returns an error...
1010 terminate(SV.theAbortErr); // a script syntax error was detected
1770 SV.theAbortErr = cclErr_EndOfScriptErr; // for WrapScript()->ScriptComplete().
1781 SV.theAbortErr = cclErr_EndOfScriptErr; // for WrapScript()->ScriptComplete().
1820 SV.theAbortErr = code; // not currently used
1878 SV.theAbortErr = cclErr_SubroutineOverFlow; // for WrapScript()->ScriptComplete().
1918 SV.theAbortErr = result; // for WrapScript()->ScriptComplete().
1936 SV.theAbortErr = cclErr_SubroutineOverFlow; // for WrapScript()->ScriptComplete().

Completed in 91 milliseconds