Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dloadlib.c562 static int loadfunc (lua_State *L, const char *filename, const char *modname) { in loadfunc() function
584 return checkload(L, (loadfunc(L, filename, name) == 0), filename); in searcher_C()
597 if ((stat = loadfunc(L, filename, name)) != 0) { in searcher_Croot()