Searched refs:findex (Results 1 – 1 of 1) sorted by relevance
190 static FILE *getiofile (lua_State *L, int findex) { in getiofile() argument192 lua_rawgeti(L, LUA_ENVIRONINDEX, findex); in getiofile()195 luaL_error(L, "standard %s file is closed", fnames[findex - 1]); in getiofile()