Home
last modified time | relevance | path

Searched refs:LUA_ERRRUN (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlua.h45 #define LUA_ERRRUN 2 macro
H A Dldebug.c596 luaD_throw(L, LUA_ERRRUN); in luaG_errormsg()
H A Dldo.c549 status = LUA_ERRRUN; in lua_resume()
H A Dlgc.c828 if (status == LUA_ERRRUN) { /* is there an error object? */ in GCTM()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp.c898 case LUA_ERRRUN: in zcp_eval_impl()