Searched refs:_re (Results 1 – 3 of 3) sorted by relevance
94 std::string _re; member in match
290 _re(c.expand_string(_inv ? re + 1 : re, "^", "$")) in match()292 regcomp(&_regex, _re.c_str(), REG_EXTENDED | REG_NOSUB | REG_ICASE); in match()314 _var.c_str(), value.c_str(), _re.c_str(), _inv); in do_match()
2375 local _loaded _mod _opt _re2379 e) _re="$OPTARG" ;;2390 if [ -n "$_re" ]; then2391 if kldstat -v | egrep -q -e "$_re"; then