Searched refs:test_eof (Results 1 – 2 of 2) sorted by relevance
277 def test_eof(exe, args, env): function1026 test_eof,1052 test_eof,
514 static int test_eof (lua_State *L, FILE *f) { in test_eof() function585 success = (l == 0) ? test_eof(L, f) : read_chars(L, f, l); in g_read()