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