Searched defs:luaL_loadstring (Results 1 – 3 of 3) sorted by relevance
80 LUALIB_API int (luaL_loadstring) (lua_State *L, const char *s); variable
72 LUALIB_API int (luaL_loadstring) (lua_State *L, const char *s); variable
547 LUALIB_API int luaL_loadstring (lua_State *L, const char *s) { in luaL_loadstring() function