Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dliolib.c308 static FILE *getiofile (lua_State *L, const char *findex) { in getiofile() argument
310 lua_getfield(L, LUA_REGISTRYINDEX, findex); in getiofile()
313 luaL_error(L, "default %s file is closed", findex + IOPREF_LEN); in getiofile()