Searched refs:lua_isboolean (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 4834 _v = lua_isboolean(L,argv[1]); in _wrap_new_SBAttachInfo() 4848 _v = lua_isboolean(L,argv[1]); in _wrap_new_SBAttachInfo() 5137 _v = lua_isboolean(L,argv[1]); in _wrap_SBAttachInfo_SetWaitForLaunch() 5156 _v = lua_isboolean(L,argv[1]); in _wrap_SBAttachInfo_SetWaitForLaunch() 13399 _v = lua_isboolean(L,argv[1]); in _wrap_SBCommandReturnObject_GetOutput() 13475 _v = lua_isboolean(L,argv[1]); in _wrap_SBCommandReturnObject_GetError() 17413 _v = lua_isboolean(L,argv[0]); in _wrap_SBDebugger_Create() 17422 _v = lua_isboolean(L,argv[0]); in _wrap_SBDebugger_Create() 23245 _v = lua_isboolean(L,argv[1]); in _wrap_SBExpressionOptions_SetCoerceResultToId() 23367 _v = lua_isboolean(L,argv[1]); in _wrap_SBExpressionOptions_SetUnwindOnError() [all …]
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | loslib.c | 396 if (lua_isboolean(L, 1)) in os_exit()
|
| H A D | lua.h | 376 #define lua_isboolean(L,n) (lua_type(L, (n)) == LUA_TBOOLEAN) macro
|
| /freebsd-13.1/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-13.1/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 335 #define lua_isboolean(L,n) (lua_type(L, (n)) == LUA_TBOOLEAN) macro
|
| /freebsd-13.1/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 1437 if (lua_isboolean (L, 3)) { in lua_ucl_to_format()
|