Home
last modified time | relevance | path

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

/external/lua/src/
Dlgc.h110 #define luaC_condGC(L,pre,pos) \ macro
115 #define luaC_checkGC(L) luaC_condGC(L,(void)0,(void)0)
Dlvm.c750 { luaC_condGC(L, L->top = (c), /* limit of live values */ \