Home
last modified time | relevance | path

Searched defs:fnameindex (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlauxlib.c543 static int errfile (lua_State *L, const char *what, int fnameindex) { in errfile()
556 int fnameindex = lua_gettop(L) + 1; /* index of filename on the stack */ in luaL_loadfile() local