Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c92 bool chomped; /* Was a trailing newline dropped? */ member
398 buf->chomped = true;
457 to->chomped = from->chomped;
477 to->chomped = from->chomped;
536 line.chomped = false;
866 line.chomped = true; /* default, until proved otherwise */
1273 s_accum.chomped = line.chomped;
1285 output_line(line.active, line.length, line.chomped, &output_file);
1324 output_line(line.active, line.length, line.chomped, &output_file);
1326 output_line(line.active, line.length, line.chomped, sub->outf);
[all …]
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog733 (read_file_line): Set line.chomped FALSE each time we encounter a
751 function output_line with chomped==FALSE; instead, they chomp
752 the text and call the function with chomped==TRUE.
1630 "line.chomped = 0" in read_pattern_space() by setting
1631 "line.chomped = 1" where appropriate.
1636 "line.chomped = 0" in read_pattern_space() by setting
1637 "line.chomped = 1" where appropriate.
1645 default "line.chomped" value to more common "1", and added an