Searched refs:file_lists (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/
H A Dpcregrep.c232 static fnstr *file_lists = NULL; variable
246 static fndatastr file_lists_data = { &file_lists, &file_lists_last };
3203 if (file_lists == NULL && i >= argc)
3213 for (fn = file_lists; fn != NULL; fn = fn->next)
3247 only_one_at_top = i == argc - 1 && file_lists == NULL;
3274 free_file_chain(file_lists);

Completed in 68 milliseconds