Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dltablib.c32 #define TAB_W 2 /* write */ macro
34 #define TAB_RW (TAB_R | TAB_W) /* read/write */
55 (!(what & TAB_W) || checkfield(L, "__newindex", ++n)) && in checktab()
125 checktab(L, tt, TAB_W); in tmove()