Searched refs:errorstatus (Results 1 – 2 of 2) sorted by relevance
845 errorstatus=0855 rm -f $onesrc || errorstatus=$?860 mv -f $onesrc $onedst || errorstatus=$?866 mv -f $onesrc $onedst || errorstatus=$?872 mv -f $onesrc $onedst || errorstatus=$?874 if [ $errorstatus -ne 0 ]; then879 shtool_exit $errorstatus
42 #define errorstatus(s) ((s) > LUA_YIELD) macro110 lua_assert(errorstatus(errcode)); /* real error */ in luaD_seterrorobj()826 while (errorstatus(status) && (ci = findpcall(L)) != NULL) { in precover()856 if (l_likely(!errorstatus(status))) in lua_resume()