Home
last modified time | relevance | path

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

/external/lua/src/
Dltablib.c28 #define TAB_W 2 /* write */ macro
30 #define TAB_RW (TAB_R | TAB_W) /* read/write */
51 (!(what & TAB_W) || checkfield(L, "__newindex", ++n)) && in checktab()
134 checktab(L, tt, TAB_W); in tmove()