Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlgc.h67 #define l_setbit(x,b) setbits(x, bitmask(b)) macro
102 check_exp(!iswhite(x), l_setbit((x)->marked, BLACKBIT))
H A Dlgc.c1040 l_setbit(o->marked, FINALIZEDBIT); /* mark it as such */ in luaC_checkfinalizer()