Home | History | Annotate | Download | only in sed

Lines Matching defs:file_list

117   /* The list of yet-to-be-opened files.  It is invalid for file_list
118 to be NULL. When *file_list is NULL we are currently processing
121 char **file_list;
877 if (!*input->file_list)
896 open_next_file (*input->file_list++, input);
915 if (!*input->file_list)
917 open_next_file(*input->file_list++, input);
1849 input.file_list = argv;
1853 input.file_list = stdin_argv;