Searched refs:PCRLUA (Results 1 – 3 of 3) sorted by relevance
32 #define PCRLUA 0 /* initiated a call to a Lua function */ macro
305 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()
592 case PCRLUA: { in luaV_execute()613 case PCRLUA: { in luaV_execute()