Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dlundump.c113 setbvalue(o,LoadChar(S)); in LoadConstants()
Dllex.c137 setbvalue(o, 1); /* t[string] = true */ in luaX_newstring()
Dlvm.c594 setbvalue(ra, GETARG_B(i)); in luaV_execute()
671 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()