Searched refs:boolK (Results 1 – 2 of 2) sorted by relevance
264 static int boolK (FuncState *fs, int b) { in boolK() function454 boolK(fs, (e->k == VTRUE)); in luaK_exp2RK()
341 static int boolK (FuncState *fs, int b) { in boolK() function533 e->u.info = (e->k == VNIL) ? nilK(fs) : boolK(fs, (e->k == VTRUE)); in luaK_exp2RK()