Home
last modified time | relevance | path

Searched defs:luaL_error (Results 1 – 2 of 2) sorted by relevance

/external/lua/src/
Dlauxlib.h75 LUALIB_API int (luaL_error) (lua_State *L, const char *fmt, ...); variable
Dlauxlib.c234 LUALIB_API int luaL_error (lua_State *L, const char *fmt, ...) { in luaL_error() function