Lines Matching defs:files
27 "[+NAME?grep - search lines in files for matching patterns]"
28 "[+DESCRIPTION?The \bgrep\b commands search the named input files for "
30 "printed by default. The standard input is searched if no files are "
70 "[l:files-with-matches?Only print file names with at least one match.]"
71 "[L:files-without-matches?Only print file names with no matches.]"
85 "[r|R:recursive?Recursively process all files in each named directory. "
90 "[t:total?Only print a single matching line count for all files.]"
173 List_t files; /* pattern file list */
187 int list; /* list files with hits */
330 for (x = state->files.head; x; x = x->next)
804 if (addstring(&state, &state.files, opt_info.arg))
872 if (!state.files.head && !state.patterns.head)