Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlundump.c117 setbvalue(o,LoadChar(S)!=0); in LoadConstants()
H A Dlobject.h125 #define setbvalue(obj,x) \ macro
H A Dllex.c122 setbvalue(o, 1); /* make sure `str' will not be collected */ in luaX_newstring()
H A Dlvm.c416 setbvalue(ra, GETARG_B(i)); in luaV_execute()
511 setbvalue(ra, res); in luaV_execute()
H A Dldebug.c186 setbvalue(luaH_setnum(L, t, lineinfo[i]), 1); in collectvalidlines()
H A Dlcode.c266 setbvalue(&o, b); in boolK()
H A Dlapi.c505 setbvalue(L->top, (b != 0)); /* ensure that true is 1 */ in lua_pushboolean()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dllex.c130 setbvalue(o, 1); /* t[string] = true */ in luaX_newstring()
H A Dlobject.h196 #define setbvalue(obj,x) \ macro
H A Dldebug.c219 setbvalue(&v, 1); /* boolean 'true' to be the value of all indices */ in collectvalidlines()
H A Dlvm.c632 setbvalue(ra, GETARG_B(i)); in luaV_execute()
712 setbvalue(ra, res); in luaV_execute()
H A Dlcode.c343 setbvalue(&o, b); in boolK()
H A Dlapi.c576 setbvalue(L->top, (b != 0)); /* ensure that true is 1 */ in lua_pushboolean()