Searched defs:egrep (Results 1 – 9 of 9) sorted by relevance
8 *) egrep() { grep -E "$@"; } function
126 *) egrep() { grep -E "$@"; } function
244 *) egrep() { grep -E "$@"; };; function
525 AC_SUBST(egrep) subst
146 *) egrep() { grep -E "$@"; } function
153 static constexpr syntax_option_type egrep = 1 << _S_egrep; in _GLIBCXX_VISIBILITY() local
375 static constexpr regex_constants::syntax_option_type egrep in _GLIBCXX_VISIBILITY() local
170 _GLIBCXX17_INLINE constexpr syntax_option_type egrep = in _GLIBCXX_VISIBILITY() local
414 static constexpr flag_type egrep = regex_constants::egrep; in _GLIBCXX_VISIBILITY() local