Searched refs:test_eof (Results 1 – 3 of 3) sorted by relevance
366 static int test_eof (lua_State *L, FILE *f) { in test_eof() function373 static int test_eof (lua_State *L, FILE *f) { in test_eof() function449 success = (l == 0) ? test_eof(L, f) : read_chars(L, f, l); in g_read()
362 static int test_eof (lua_State *L, FILE *f) { in test_eof() function438 success = (l == 0) ? test_eof(L, f) : read_chars(L, f, l); in g_read()
48 def test_eof method in TestPatternLexer