Searched refs:lua_isnumber (Results 1 – 12 of 12) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ldblib.c | 104 if (lua_isnumber(L, arg+1)) { in db_getinfo() 328 if (lua_isnumber(L, arg+2)) { in db_errorfb()
|
| H A D | lua_bit.c | 86 if (b == 0 && !lua_isnumber(L, idx)) { in barg()
|
| H A D | lbaselib.c | 57 if (lua_isnumber(L, 1)) { in luaB_tonumber() 147 if (lua_isnumber(L, 1) && lua_tonumber(L, 1) == 0) { in luaB_setfenv()
|
| H A D | loslib.c | 112 if (lua_isnumber(L, -1)) in getfield()
|
| H A D | lauxlib.c | 178 if (d == 0 && !lua_isnumber(L, narg)) /* avoid extra test when d is not 0 */ in luaL_checknumber() 191 if (d == 0 && !lua_isnumber(L, narg)) /* avoid extra test when d is not 0 */ in luaL_checkinteger()
|
| H A D | lua_struct.c | 337 if (n == 0 || !lua_isnumber(L, -1)) in b_unpack()
|
| H A D | lua.h | 135 LUA_API int (lua_isnumber) (lua_State *L, int idx); variable
|
| H A D | lapi.c | 260 LUA_API int lua_isnumber (lua_State *L, int idx) { in lua_isnumber() function
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 161 LUA_API int (lua_isnumber) (lua_State *L, int idx); variable
|
| /f-stack/freebsd/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);
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zcp.c | 1370 if (lua_isnumber(state, -2) && lua_tointeger(state, -2) > 0) { in zcp_parse_table_args()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | scripting.c | 801 } else if (!lua_isnumber(lua,-argc)) { in luaLogCommand()
|