Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldo.h33 #define PCRC 1 /* did a call to a C function */ macro
H A Dlvm.c596 case PCRC: { in luaV_execute()
630 case PCRC: { /* it was a C function (`precall' called it) */ in luaV_execute()
H A Dldo.c326 return PCRC; in luaD_precall()