Searched refs:nopat (Results 1 – 2 of 2) sorted by relevance
49 Pattern nopat(g_flags.no_ignore_dirty_pattern); in ShouldIgnoreDirty() local50 return pat.Match(s) && !nopat.Match(s); in ShouldIgnoreDirty()
552 Pattern nopat(g_flags.no_ignore_dirty_pattern); in ShouldStoreCommandResult() local554 if (pat.Match(tok) && !nopat.Match(tok)) { in ShouldStoreCommandResult()