Searched refs:aux_getn (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ltablib.c | 19 #define aux_getn(L,n) (luaL_checktype(L, n, LUA_TTABLE), luaL_getn(L, n)) macro 24 int n = aux_getn(L, 1); in foreachi() 73 lua_pushinteger(L, aux_getn(L, 1)); in getn() 91 int e = aux_getn(L, 1) + 1; /* first empty element */ in tinsert() 119 int e = aux_getn(L, 1); in tremove() 257 int n = aux_getn(L, 1); in sort()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ltablib.c | 18 #define aux_getn(L,n) (luaL_checktype(L, n, LUA_TTABLE), luaL_len(L, n)) macro 41 int e = aux_getn(L, 1) + 1; /* first empty element */ in tinsert() 68 int size = aux_getn(L, 1); in tremove() 248 int n = aux_getn(L, 1); in tsort()
|