Home
last modified time | relevance | path

Searched refs:_inv (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/devd/
H A Ddevd.cc288 _inv(re[0] == '!'), in match()
290 _re(c.expand_string(_inv ? re + 1 : re, "^", "$")) in match()
314 _var.c_str(), value.c_str(), _re.c_str(), _inv); in do_match()
318 if (_inv == 1) in do_match()
H A Ddevd.hh92 bool _inv; member in match