Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A 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()
120 checktab(L, tt, TAB_W); in tmove()

Completed in 3 milliseconds