Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c924 static bool test_eof P_((struct input *));
926 test_eof(input) in test_eof() function
971 return test_eof(input);
1559 if (test_eof(input) || !read_pattern_space(input, vec, false))
1566 if (test_eof(input) || !read_pattern_space(input, vec, true))
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog1004 * src/execute.c (execute_program): The `n' and `N' use test_eof
1007 on each file when using -s; renamed to test_eof