Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dltablib.c33 #define TAB_L 4 /* length */ macro
37 #define aux_getn(L,n,w) (checktab(L, n, (w) | TAB_L), luaL_len(L, n))
56 (!(what & TAB_L) || checkfield(L, "__len", ++n))) { in checktab()