Home
last modified time | relevance | path

Searched refs:lua_isnumber (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/lutok/
H A Dstate_test.cpp205 ATF_REQUIRE(lua_isnumber(raw(state), -1)); in ATF_TEST_CASE_BODY()
243 ATF_REQUIRE(lua_isnumber(raw(state), -1)); in ATF_TEST_CASE_BODY()
275 ATF_REQUIRE(lua_isnumber(raw(state), -1)); in ATF_TEST_CASE_BODY()
300 ATF_REQUIRE(lua_isnumber(raw(state), -1)); in ATF_TEST_CASE_BODY()
622 ATF_REQUIRE(lua_isnumber(raw(state), -2)); in ATF_TEST_CASE_BODY()
624 ATF_REQUIRE(lua_isnumber(raw(state), -1)); in ATF_TEST_CASE_BODY()
630 ATF_REQUIRE(lua_isnumber(raw(state), -2)); in ATF_TEST_CASE_BODY()
632 ATF_REQUIRE(lua_isnumber(raw(state), -1)); in ATF_TEST_CASE_BODY()
905 ATF_REQUIRE(lua_isnumber(raw(state), -1)); in ATF_TEST_CASE_BODY()
926 ATF_REQUIRE(lua_isnumber(raw(state), -1)); in ATF_TEST_CASE_BODY()
[all …]
H A Dstate.cpp444 return lua_isnumber(_pimpl->lua_state, index); in is_number()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3028 if (lua_isnumber(L,-1)){\
4086 _v = lua_isnumber(L,argv[1]); in _wrap_new_SBAddress()
4096 _v = lua_isnumber(L,argv[0]); in _wrap_new_SBAddress()
4821 _v = lua_isnumber(L,argv[0]); in _wrap_new_SBAttachInfo()
11030 _v = lua_isnumber(L,argv[1]); in _wrap_SBBroadcaster_BroadcastEventByType()
11049 _v = lua_isnumber(L,argv[1]); in _wrap_SBBroadcaster_BroadcastEventByType()
22360 _v = lua_isnumber(L,argv[0]); in _wrap_new_SBEvent()
25077 _v = lua_isnumber(L,argv[0]); in _wrap_new_SBFile()
61835 _v = lua_isnumber(L,argv[0]); in _wrap_new_SBTypeFilter()
62390 _v = lua_isnumber(L,argv[0]); in _wrap_new_SBTypeFormat()
[all …]
/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h161 LUA_API int (lua_isnumber) (lua_State *L, int idx); variable
/freebsd-13.1/contrib/lua/src/
H A Dlua.h182 LUA_API int (lua_isnumber) (lua_State *L, int idx); variable
H A Dlauxlib.c435 if (lua_isnumber(L, arg)) in interror()
H A Dlapi.c285 LUA_API int lua_isnumber (lua_State *L, int idx) { in lua_isnumber() function
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlapi.c264 LUA_API int lua_isnumber (lua_State *L, int idx) { in lua_isnumber() function
1315 EXPORT_SYMBOL(lua_isnumber);
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dzcp.c1371 if (lua_isnumber(state, -2) && lua_tointeger(state, -2) > 0) { in zcp_parse_table_args()