Home | History | Annotate | Download | only in sed

Lines Matching defs:outf

96   struct output outf;
406 for (special = special_files; special->outf.name; special++)
407 if (strcmp(special->outf.name, file_name) == 0)
409 special->outf.fp = *special->pfp;
411 return &special->outf;
605 cmd->outf = NULL;
659 cmd->outf = get_openfile(&file_write, "w", true);
1270 cur_cmd->x.outf = get_openfile(&file_write, "w", true);