Home
last modified time | relevance | path

Searched refs:matchall (Results 1 – 5 of 5) sorted by relevance

/trueos/usr.bin/grep/
HDgrep.c83 bool matchall; variable
231 if (matchall) in add_pattern()
236 matchall = true; in add_pattern()
HDgrep.h123 extern bool file_err, first, matchall, prev;
HDutil.c214 if (ln.line_no == 0 && matchall) in procfile()
/trueos/usr.bin/grep/regex/
HDfastmatch.h33 bool matchall; member
HDtre-fastmatch.c491 fg->matchall = true; \
866 if (fg->matchall) in tre_match_fast()