Home
last modified time | relevance | path

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

/external/lua/src/
Dlstate.h397 #define luaE_exitCcall(L) ((L)->nCcalls++) macro
Dldo.c522 luaE_exitCcall(L); /* to compensate decrement in next call */ in luaD_callnoyield()
Dlparser.c497 #define leavelevel(ls) luaE_exitCcall((ls)->L)