Home
last modified time | relevance | path

Searched refs:white2gray (Results 1 – 3 of 3) sorted by relevance

/civetweb-2.7.6/src/third_party/lua-5.3.5/src/
Dlgc.c70 #define white2gray(x) resetbits(x->marked, WHITEBITS) macro
197 white2gray(o); /* they will be gray forever */ in luaC_fix()
237 white2gray(o); in reallymarkobject()
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/
Dlgc.c37 #define white2gray(x) reset2bits((x)->gch.marked, WHITE0BIT, WHITE1BIT) macro
71 white2gray(o); in reallymarkobject()
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/
Dlgc.c62 #define white2gray(x) resetbits(gch(x)->marked, WHITEBITS) macro
245 white2gray(o); in reallymarkobject()