Home
last modified time | relevance | path

Searched refs:luaL_loadstring (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlauxlib.h112 LUALIB_API int (luaL_loadstring) (lua_State *L, const char *s); variable
163 (luaL_loadstring(L, s) || lua_pcall(L, 0, LUA_MULTRET, 0))
H A Dlauxlib.c857 LUALIB_API int luaL_loadstring (lua_State *L, const char *s) { in luaL_loadstring() function
/netbsd-src/external/bsd/lutok/dist/
H A Dstate.cpp512 if (luaL_loadstring(_pimpl->lua_state, str.c_str()) != 0) in load_string()
H A Dstate_test.cpp71 luaL_loadstring(raw(state), (std::string("return ") + symbol).c_str()); in is_available()
784 luaL_loadstring(raw(state), "function mul(a, b) return a * b; end"); in ATF_TEST_CASE_BODY()