Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c545 output_missing_newline(outf) in output_missing_newline() argument
546 struct output *outf; in output_missing_newline()
548 if (outf->missing_newline)
550 ck_fwrite("\n", 1, 1, outf->fp);
551 outf->missing_newline = false;
566 output_line(text, length, nl, outf) in output_line() argument
570 struct output *outf;
575 output_missing_newline(outf);
577 ck_fwrite(text, 1, length, outf->fp);
579 ck_fwrite("\n", 1, 1, outf->fp);
[all …]
Dsed.h126 struct output *outf; /* 'w' option given */ member
177 struct output *outf; member
Dcompile.c95 struct output outf; member
401 for (special = special_files; special->outf.name; special++)
402 if (strcmp(special->outf.name, file_name) == 0)
404 special->outf.fp = *special->pfp;
406 return &special->outf;
599 cmd->outf = NULL;
653 cmd->outf = get_openfile(&file_write, "w", true);
1262 cur_cmd->x.outf = get_openfile(&file_write, "w", true);