weakvalue 161 lib/lua/lgc.c int weakvalue = 0; weakvalue 168 lib/lua/lgc.c weakvalue = (strchr(svalue(mode), 'v') != NULL); weakvalue 169 lib/lua/lgc.c if (weakkey || weakvalue) { /* is really weak? */ weakvalue 172 lib/lua/lgc.c (weakvalue << VALUEWEAKBIT)); weakvalue 177 lib/lua/lgc.c if (weakkey && weakvalue) return 1; weakvalue 178 lib/lua/lgc.c if (!weakvalue) { weakvalue 192 lib/lua/lgc.c if (!weakvalue) markvalue(g, gval(n)); weakvalue 195 lib/lua/lgc.c return weakkey || weakvalue;