Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/build/
H A Dshtool845 errorstatus=0
855 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 ]; then
879 shtool_exit $errorstatus
/netbsd-src/external/mit/lua/dist/src/
H A Dldo.c42 #define errorstatus(s) ((s) > LUA_YIELD) macro
110 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()