Home
last modified time | relevance | path

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

/external/lua/src/
Dlundump.c133 setbvalue(o, LoadByte(S)); in LoadConstants()
Dllex.c136 setbvalue(o, 1); /* t[string] = true */ in luaX_newstring()
Dlobject.h218 #define setbvalue(obj,x) \ macro
Dlvm.c820 setbvalue(ra, GETARG_B(i)); in luaV_execute()
1060 setbvalue(ra, res); in luaV_execute()
Dldebug.c241 setbvalue(&v, 1); /* boolean 'true' to be the value of all indices */ in collectvalidlines()
Dlcode.c493 setbvalue(&o, b); in boolK()
Dlapi.c559 setbvalue(L->top, (b != 0)); /* ensure that true is 1 */ in lua_pushboolean()