Home | Sort by: relevance | last modified time | path |
/src/usr.bin/grep/ | |
grep.h | 156 struct file *grep_open(const char *path); |
file.c | 247 grep_open(const char *path) function in typeref:struct:file * |
util.c | 201 f = grep_open(NULL); 212 f = grep_open(fn); |