Home
last modified time | relevance | path

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

/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp4972 _v = lua_isboolean(L,argv[1]); in _wrap_new_SBAttachInfo()
4986 _v = lua_isboolean(L,argv[1]); in _wrap_new_SBAttachInfo()
5275 _v = lua_isboolean(L,argv[1]); in _wrap_SBAttachInfo_SetWaitForLaunch()
5294 _v = lua_isboolean(L,argv[1]); in _wrap_SBAttachInfo_SetWaitForLaunch()
14890 _v = lua_isboolean(L,argv[1]); in _wrap_SBCommandReturnObject_GetOutput()
14966 _v = lua_isboolean(L,argv[1]); in _wrap_SBCommandReturnObject_GetError()
19018 _v = lua_isboolean(L,argv[0]); in _wrap_SBDebugger_Create()
19027 _v = lua_isboolean(L,argv[0]); in _wrap_SBDebugger_Create()
25437 _v = lua_isboolean(L,argv[1]); in _wrap_SBExpressionOptions_SetCoerceResultToId()
25559 _v = lua_isboolean(L,argv[1]); in _wrap_SBExpressionOptions_SetUnwindOnError()
[all …]
/freebsd-14.2/contrib/lua/src/
H A Dloslib.c394 if (lua_isboolean(L, 1)) in os_exit()
H A Dlua.h388 #define lua_isboolean(L,n) (lua_type(L, (n)) == LUA_TBOOLEAN) macro
/freebsd-14.2/contrib/lutok/
H A Dstate.cpp408 return lua_isboolean(_pimpl->lua_state, index); in is_boolean()
H A Dstate_test.cpp944 ATF_REQUIRE(lua_isboolean(raw(state), -1)); in ATF_TEST_CASE_BODY()
/freebsd-14.2/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h334 #define lua_isboolean(L,n) (lua_type(L, (n)) == LUA_TBOOLEAN) macro
/freebsd-14.2/contrib/libucl/lua/
H A Dlua_ucl.c1437 if (lua_isboolean (L, 3)) { in lua_ucl_to_format()