Home
last modified time | relevance | path

Searched refs:boolK (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlcode.c264 static int boolK (FuncState *fs, int b) { in boolK() function
454 boolK(fs, (e->k == VTRUE)); in luaK_exp2RK()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlcode.c341 static int boolK (FuncState *fs, int b) { in boolK() function
533 e->u.info = (e->k == VNIL) ? nilK(fs) : boolK(fs, (e->k == VTRUE)); in luaK_exp2RK()