Home
last modified time | relevance | path

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

/external/lua/src/
Dliolib.c303 static int g_iofile (lua_State *L, const char *f, const char *mode) { in g_iofile() function
321 return g_iofile(L, IO_INPUT, "r"); in io_input()
326 return g_iofile(L, IO_OUTPUT, "w"); in io_output()