Home
last modified time | relevance | path

Searched refs:findex (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dliolib.c190 static FILE *getiofile (lua_State *L, int findex) { in getiofile() argument
192 lua_rawgeti(L, LUA_ENVIRONINDEX, findex); in getiofile()
195 luaL_error(L, "standard %s file is closed", fnames[findex - 1]); in getiofile()