Searched refs:luaL_loadstring (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lauxlib.h | 112 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 D | lauxlib.c | 857 LUALIB_API int luaL_loadstring (lua_State *L, const char *s) { in luaL_loadstring() function
|
/netbsd-src/external/bsd/lutok/dist/ |
H A D | state.cpp | 512 if (luaL_loadstring(_pimpl->lua_state, str.c_str()) != 0) in load_string()
|
H A D | state_test.cpp | 71 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()
|