Searched refs:g_read (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dliolib.c333 static int g_read (lua_State *L, FILE *f, int first) { function
381 return g_read(L, getiofile(L, IO_INPUT), 1);
386 return g_read(L, tofile(L), 2);

Completed in 103 milliseconds