Home
last modified time | relevance | path

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

/external/lua/src/
Dlgc.h65 #define l_setbit(x,b) setbits(x, bitmask(b)) macro
100 check_exp(!iswhite(x), l_setbit((x)->marked, BLACKBIT))
Dlgc.c1024 l_setbit(o->marked, FINALIZEDBIT); /* mark it as such */ in luaC_checkfinalizer()