Searched refs:luaL_loadstring (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lauxlib.h | 72 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 D | lauxlib.h | 99 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 D | lauxlib.c | 843 LUALIB_API int luaL_loadstring (lua_State *L, const char *s) { in luaL_loadstring() function
|
H A D | ltests.c | 1524 luaL_loadstring(L1, s); in runC()
|
/freebsd/contrib/lutok/ |
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() 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 D | lauxlib.c | 547 LUALIB_API int luaL_loadstring (lua_State *L, const char *s) { in luaL_loadstring() function
|