Searched refs:read_pattern_space (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | execute.c | 854 static bool read_pattern_space P_((struct input *, struct vector *, int)); 856 read_pattern_space(input, the_program, append) in read_pattern_space() function 1559 if (test_eof(input) || !read_pattern_space(input, vec, false)) 1566 if (test_eof(input) || !read_pattern_space(input, vec, true)) 1853 while (read_pattern_space(&input, the_program, false))
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | ChangeLog | 159 * execute.c (read_pattern_space): Reset hold space at end-of-file 640 (read_pattern_space): Use it instead of "separate_files". 744 (read_pattern_space): ... has been moved here. 1630 "line.chomped = 0" in read_pattern_space() by setting 1636 "line.chomped = 0" in read_pattern_space() by setting 1643 * sed/execute.c(read_pattern_space): conditionalize call to 2529 and read_pattern_space(), but also touching on several 2530 other parts of execute.c. The read_pattern_space() 2599 behave as-if it ended in a newline. Modified read_pattern_space() 2608 * execute.c: attempted to make read_pattern_space more [all …]
|