Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlgc.h124 #define luaC_checkGC(L) luaC_condGC(L, luaC_step(L);)
144 LUAI_FUNC void luaC_step (lua_State *L);
Dlvm.c515 luaC_step(L); \
Dlgc.c1177 void luaC_step (lua_State *L) { in luaC_step() function