Home
last modified time | relevance | path

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

/external/lua/src/
Dltablib.c27 #define TAB_R 1 /* read */ macro
30 #define TAB_RW (TAB_R | TAB_W) /* read/write */
50 (!(what & TAB_R) || checkfield(L, "__index", ++n)) && in checktab()
133 checktab(L, 1, TAB_R); in tmove()
171 lua_Integer last = aux_getn(L, 1, TAB_R); in tconcat()