Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dloadlib.c475 static int loadfunc (lua_State *L, const char *filename, const char *modname) { in loadfunc() function
497 return checkload(L, (loadfunc(L, filename, name) == 0), filename); in searcher_C()
510 if ((stat = loadfunc(L, filename, name)) != 0) { in searcher_Croot()