Searched refs:_re (Results 1 – 3 of 3) sorted by relevance
92 std::string _re; member in match
291 _re(c.expand_string(_inv ? re + 1 : re, "^", "$")) in match()293 regcomp(&_regex, _re.c_str(), REG_EXTENDED | REG_NOSUB | REG_ICASE); in match()315 _var.c_str(), value.c_str(), _re.c_str(), _inv); in do_match()
1802 local _loaded _mod _opt _re1806 e) _re="$OPTARG" ;;1817 if [ -n "$_re" ]; then1818 if kldstat -v | egrep -q -e "$_re"; then