HomeSort by: relevance | last modified time | path
    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