Searched refs:ngcotouv (Results 1 – 2 of 2) sorted by relevance
58 while (*pp != NULL && (p = ngcotouv(*pp))->v >= level) { in luaF_findupval()99 while (L->openupval != NULL && (uv = ngcotouv(L->openupval))->v >= level) { in luaF_close()
157 #define ngcotouv(o) \ macro