Searched refs:aux_getn (Results 1 – 1 of 1) sorted by relevance
/external/lua/src/ |
D | ltablib.c | 33 #define aux_getn(L,n,w) (checktab(L, n, (w) | TAB_L), luaL_len(L, n)) macro 80 lua_Integer e = aux_getn(L, 1, TAB_RW) + 1; /* first empty element */ in tinsert() 107 lua_Integer size = aux_getn(L, 1, TAB_RW); in tremove() 171 lua_Integer last = aux_getn(L, 1, TAB_R); in tconcat() 412 lua_Integer n = aux_getn(L, 1, TAB_RW); in sort()
|