Home
last modified time | relevance | path

Searched refs:test_eof (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/com32/lua/src/
Dliolib.c366 static int test_eof (lua_State *L, FILE *f) { in test_eof() function
373 static int test_eof (lua_State *L, FILE *f) { in test_eof() function
449 success = (l == 0) ? test_eof(L, f) : read_chars(L, f, l); in g_read()
/external/skia/third_party/lua/src/
Dliolib.c362 static int test_eof (lua_State *L, FILE *f) { in test_eof() function
438 success = (l == 0) ? test_eof(L, f) : read_chars(L, f, l); in g_read()
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
Dtest-tree-wizard.rb48 def test_eof method in TestPatternLexer