Home
last modified time | relevance | path

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

/external/lua/src/
Dltablib.c29 #define TAB_L 4 /* length */ macro
33 #define aux_getn(L,n,w) (checktab(L, n, (w) | TAB_L), luaL_len(L, n))
52 (!(what & TAB_L) || checkfield(L, "__len", ++n))) { in checktab()