Searched refs:findfile (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | loadlib.c | 522 static const char *findfile (lua_State *L, const char *name, in findfile() function 548 filename = findfile(L, name, "path", LUA_LSUBSEP); in searcher_Lua() 582 const char *filename = findfile(L, name, "cpath", LUA_CSUBSEP); in searcher_C() 595 filename = findfile(L, lua_tostring(L, -1), "cpath", LUA_CSUBSEP); in searcher_Croot()
|