Home
last modified time | relevance | path

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

/build/kati/
Dregen.cc44 Pattern nopat(g_flags.no_ignore_dirty_pattern); in ShouldIgnoreDirty() local
45 return pat.Match(s) && !nopat.Match(s); in ShouldIgnoreDirty()
Dfunc.cc540 Pattern nopat(g_flags.no_ignore_dirty_pattern); in ShouldStoreCommandResult() local
542 if (pat.Match(tok) && !nopat.Match(tok)) { in ShouldStoreCommandResult()