Searched refs:lua_isboolean (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 4972 _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 D | loslib.c | 394 if (lua_isboolean(L, 1)) in os_exit()
|
| H A D | lua.h | 388 #define lua_isboolean(L,n) (lua_type(L, (n)) == LUA_TBOOLEAN) macro
|
| /freebsd-14.2/contrib/lutok/ |
| H A D | state.cpp | 408 return lua_isboolean(_pimpl->lua_state, index); in is_boolean()
|
| H A D | state_test.cpp | 944 ATF_REQUIRE(lua_isboolean(raw(state), -1)); in ATF_TEST_CASE_BODY()
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 334 #define lua_isboolean(L,n) (lua_type(L, (n)) == LUA_TBOOLEAN) macro
|
| /freebsd-14.2/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 1437 if (lua_isboolean (L, 3)) { in lua_ucl_to_format()
|