Searched refs:luaL_dostring (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/lutok/ |
| H A D | state_test.cpp | 285 ATF_REQUIRE(luaL_dostring(raw(state), "t = {}") == 0); in ATF_TEST_CASE_BODY() 322 ATF_REQUIRE(luaL_dostring(raw(state), in ATF_TEST_CASE_BODY() 485 luaL_dostring(raw(state), "t = {3, 4, 5}"); in ATF_TEST_CASE_BODY() 601 luaL_dostring(raw(state), "t = {}"); in ATF_TEST_CASE_BODY() 615 luaL_dostring(raw(state), "t = {}; t[1] = 100; t[2] = 200"); in ATF_TEST_CASE_BODY() 763 ATF_REQUIRE(luaL_dostring(raw(state), in ATF_TEST_CASE_BODY() 899 ATF_REQUIRE(luaL_dostring( in ATF_TEST_CASE_BODY() 918 ATF_REQUIRE(luaL_dostring( in ATF_TEST_CASE_BODY() 942 ATF_REQUIRE(luaL_dostring(raw(state), in ATF_TEST_CASE_BODY() 967 ATF_REQUIRE(luaL_dostring( in ATF_TEST_CASE_BODY() [all …]
|
| H A D | debug_test.cpp | 42 ATF_REQUIRE(luaL_dostring(raw(state), "\n\nfunction hello() end\n" in ATF_TEST_CASE_BODY() 54 ATF_REQUIRE(luaL_dostring(raw(state), "error('Hello')") == 1); in ATF_TEST_CASE_BODY()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | Lua.cpp | 66 if (luaL_dostring(m_lua_state, func_str.c_str()) != LUA_OK) { in RegisterBreakpointCallback() 94 if (luaL_dostring(m_lua_state, func_str.c_str()) != LUA_OK) { in RegisterWatchpointCallback()
|
| /freebsd-14.2/stand/common/ |
| H A D | interp_lua.c | 155 if ((status = luaL_dostring(luap, line)) != 0) { in interp_run()
|
| /freebsd-14.2/stand/liblua/ |
| H A D | gfx_utils.c | 259 if (luaL_dostring(L, in gfx_init_md()
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lauxlib.h | 114 #define luaL_dostring(L, s) \ macro
|
| /freebsd-14.2/contrib/lua/src/ |
| H A D | lauxlib.h | 147 #define luaL_dostring(L, s) \ macro
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 2671 ok=luaL_dostring(L,str); /* looks like this is lua 5.1.X or later, good */ in SWIG_Lua_dostring()
|