Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/lua/src/
HDloadlib.c520 static const char *findfile (lua_State *L, const char *name, in findfile() function
546 filename = findfile(L, name, "path", LUA_LSUBSEP); in searcher_Lua()
580 const char *filename = findfile(L, name, "cpath", LUA_CSUBSEP); in searcher_C()
593 filename = findfile(L, lua_tostring(L, -1), "cpath", LUA_CSUBSEP); in searcher_Croot()