Searched refs:lua_isnumber (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/lutok/ |
| H A D | state_test.cpp | 205 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 D | state.cpp | 444 return lua_isnumber(_pimpl->lua_state, index); in is_number()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 3028 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 D | lua.h | 161 LUA_API int (lua_isnumber) (lua_State *L, int idx); variable
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lua.h | 182 LUA_API int (lua_isnumber) (lua_State *L, int idx); variable
|
| H A D | lauxlib.c | 435 if (lua_isnumber(L, arg)) in interror()
|
| H A D | lapi.c | 285 LUA_API int lua_isnumber (lua_State *L, int idx) { in lua_isnumber() function
|
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | lapi.c | 264 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 D | zcp.c | 1371 if (lua_isnumber(state, -2) && lua_tointeger(state, -2) > 0) { in zcp_parse_table_args()
|