OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:findfile
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/lua/dist/src/
loadlib.c
524
static const char *
findfile
(lua_State *L, const char *name,
function
550
filename =
findfile
(L, name, "path", LUA_LSUBSEP);
584
const char *filename =
findfile
(L, name, "cpath", LUA_CSUBSEP);
597
filename =
findfile
(L, lua_tostring(L, -1), "cpath", LUA_CSUBSEP);
loadlib.c
524
static const char *
findfile
(lua_State *L, const char *name,
function
550
filename =
findfile
(L, name, "path", LUA_LSUBSEP);
584
const char *filename =
findfile
(L, name, "cpath", LUA_CSUBSEP);
597
filename =
findfile
(L, lua_tostring(L, -1), "cpath", LUA_CSUBSEP);
Completed in 41 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026