Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlundump.c113 setbvalue(o,LoadChar(S)); in LoadConstants()
Dllex.c133 setbvalue(o, 1); /* t[string] = true */ in luaX_newstring()
Dlvm.c571 setbvalue(ra, GETARG_B(i)); in luaV_execute()
648 setbvalue(ra, res); in luaV_execute()
Dlobject.h198 #define setbvalue(obj,x) \ macro
Dldebug.c208 setbvalue(&v, 1); /* boolean 'true' to be the value of all indices */ in collectvalidlines()
Dlcode.c345 setbvalue(&o, b); in boolK()
Dlapi.c579 setbvalue(L->top, (b != 0)); /* ensure that true is 1 */ in lua_pushboolean()