Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlbaselib.c70 static int luaB_error (lua_State *L) { in luaB_error() function
257 {"error", luaB_error},
/freebsd/contrib/lua/src/
H A Dlbaselib.c114 static int luaB_error (lua_State *L) { in luaB_error() function
433 return luaB_error(L); /* call 'error' */ in luaB_assert()
510 {"error", luaB_error},