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

/freebsd-10-stable/gnu/usr.bin/grep/
H A Dgrep.h42 extern int match_words; /* -w */
H A Dsearch.c209 /* In the match_words and match_lines cases, we use a different pattern
213 if (match_words || match_lines)
293 /* In the match_words and match_lines cases, we use a different pattern
297 if (match_words || match_lines)
503 if (exact && !match_words)
505 if ((!match_lines && !match_words)
515 if (match_words)
862 if (!exact && !match_words)
951 if (exact && !match_words)
961 else if (match_words)
[all...]
H A Dgrep.c169 int match_words; variable
1629 match_words = 1;
1776 match_lines = match_words = 0;

Completed in 117 milliseconds