Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h72 LUALIB_API int (luaL_loadstring) (lua_State *L, const char *s); variable
116 (luaL_loadstring(L, s) || lua_pcall(L, 0, LUA_MULTRET, 0))
/freebsd/contrib/lua/src/
H A Dlauxlib.h99 LUALIB_API int (luaL_loadstring) (lua_State *L, const char *s); variable
148 (luaL_loadstring(L, s) || lua_pcall(L, 0, LUA_MULTRET, 0))
H A Dlauxlib.c843 LUALIB_API int luaL_loadstring (lua_State *L, const char *s) { in luaL_loadstring() function
H A Dltests.c1524 luaL_loadstring(L1, s); in runC()
/freebsd/contrib/lutok/
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()
690 luaL_loadstring(raw(state), "function mul(a, b) return a * b; end"); in ATF_TEST_CASE_BODY()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlauxlib.c547 LUALIB_API int luaL_loadstring (lua_State *L, const char *s) { in luaL_loadstring() function