Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dliolib.c434 static int g_read (lua_State *L, FILE *f, int first) { in g_read() function
489 return g_read(L, getiofile(L, IO_INPUT), 1); in io_read()
494 return g_read(L, tofile(L), 2); in f_read()
507 n = g_read(L, p->f, 2); /* 'n' is number of results */ in io_readline()
/external/skia/third_party/lua/src/
Dliolib.c423 static int g_read (lua_State *L, FILE *f, int first) { in g_read() function
474 return g_read(L, getiofile(L, IO_INPUT), 1); in io_read()
479 return g_read(L, tofile(L), 2); in f_read()
492 n = g_read(L, p->f, 2); /* 'n' is number of results */ in io_readline()