Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c564 static void output_line P_((const char *, size_t, int, struct output *));
566 output_line(text, length, nl, outf) in output_line() function
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);
1422 output_line(cur_cmd->x.cmd_txt.text,
1535 output_line(cur_cmd->x.cmd_txt.text,
1558 output_line(line.active, line.length, line.chomped, &output_file);
1570 output_line(line.active, line.length, line.chomped,
1577 output_line(line.active, line.length, line.chomped, &output_file);
[all …]
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog348 * sed/execute.c (output_line): Don't print text if it is NULL.
740 (output_line): Use struct output, set its flag accordingly.
741 (dump_append_queue): Use `ck_fwrite' instead of output_line.
751 function output_line with chomped==FALSE; instead, they chomp
753 (execute_program): Command `e' no longer uses output_line; it
1420 * sed/execute.c(output_line): if force_unbuffered is set,
1638 * sed/execute.c(output_line): don't bother calling ck_fwrite()
1872 * sed/utils.c(ck_fflush), sed/utils.h, sed/execute.c(output_line):
2640 made line handling conform to POSIX; added output_line() function;