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

/freebsd-10-stable/gnu/usr.bin/grep/
H A Dgrep.h41 extern int match_icase; /* -i */
H A Dsearch.c117 if (match_icase)
121 if (!(kwset = kwsalloc (match_icase ? trans : (char *) 0)))
172 re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE | (match_icase ? RE_ICASE : 0));
173 dfasyntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE, match_icase, eolbyte);
251 re_set_syntax (RE_SYNTAX_AWK | (match_icase ? RE_ICASE : 0));
252 dfasyntax (RE_SYNTAX_AWK, match_icase, eolbyte);
256 re_set_syntax (RE_SYNTAX_POSIX_EGREP | (match_icase ? RE_ICASE : 0));
257 dfasyntax (RE_SYNTAX_POSIX_EGREP, match_icase, eolbyte);
376 /* kwsexec doesn't work with match_icase and multibyte input. */
377 if (match_icase
[all...]
H A Dgrep.c168 int match_icase; variable
1569 match_icase = 1;
1795 if (MB_CUR_MAX != 1 && match_icase)

Completed in 107 milliseconds