Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dlua.h52 #define LUA_ERRRUN 2 macro
Dldebug.c582 luaD_throw(L, LUA_ERRRUN); in luaG_errormsg()
Dldo.c545 status = LUA_ERRRUN; in lua_resume()
Dlgc.c828 if (status == LUA_ERRRUN) { /* is there an error object? */ in GCTM()