Searched refs:TAB_R (Results 1 – 1 of 1) sorted by relevance
27 #define TAB_R 1 /* read */ macro30 #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()