Home
last modified time | relevance | path

Searched refs:currentwhite (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/mit/lua/dist/src/
Dlgc.h96 #define otherwhite(g) ((g)->currentwhite ^ WHITEBITS)
104 #define luaC_white(g) cast_byte((g)->currentwhite & WHITEBITS)
Dlstate.h267 lu_byte currentwhite; member
Dlstate.c373 g->currentwhite = bitmask(WHITE0BIT); in lua_newstate()
Dlgc.c1563 g->currentwhite = cast_byte(otherwhite(g)); /* flip current white */ in atomic()