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

/barrelfish-2018-10-04/lib/lua/src/
H A Dloadlib.c386 static const char *findfile (lua_State *L, const char *name, function
413 filename = findfile(L, name, "path", LUA_LSUBSEP);
439 const char *filename = findfile(L, name, "cpath", LUA_CSUBSEP);
452 filename = findfile(L, lua_tostring(L, -1), "cpath", LUA_CSUBSEP);

Completed in 29 milliseconds