Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dlauxlib.h95 LUALIB_API int (luaL_loadstring) (lua_State *L, const char *s); variable
H A Dlauxlib.c716 LUALIB_API int luaL_loadstring (lua_State *L, const char *s) { in luaL_loadstring() function