Searched refs:g_read (Results 1 – 1 of 1) sorted by relevance
529 static int g_read (lua_State *L, FILE *f, int first) { in g_read() function580 return g_read(L, getiofile(L, IO_INPUT), 1); in io_read()585 return g_read(L, tofile(L), 2); in f_read()599 n = g_read(L, p->f, 2); /* 'n' is number of results */ in io_readline()