Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dloadlib.c40 #define ERRFUNC 2 macro
302 return ERRFUNC; /* unable to find function */ in ll_loadfunc()
426 if (stat != ERRFUNC) loaderror(L, filename); /* real error */ in loader_Croot()