Searched refs:luaL_loadstring (Results 1 – 3 of 3) sorted by relevance
42 ret = luaL_loadstring(L, init); in main()
98 LUALIB_API int (luaL_loadstring) (lua_State *L, const char *s); variable147 (luaL_loadstring(L, s) || lua_pcall(L, 0, LUA_MULTRET, 0))
815 LUALIB_API int luaL_loadstring (lua_State *L, const char *s) { in luaL_loadstring() function