Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldo.h32 #define PCRLUA 0 /* initiated a call to a Lua function */ macro
H A Dldo.c305 return PCRLUA; in luaD_precall()
377 if (luaD_precall(L, func, nResults) == PCRLUA) /* is a Lua function? */ in luaD_call()
389 if (luaD_precall(L, firstArg - 1, LUA_MULTRET) != PCRLUA) in resume()
H A Dlvm.c592 case PCRLUA: { in luaV_execute()
613 case PCRLUA: { in luaV_execute()