Home
last modified time | relevance | path

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

/dports/mail/spamprobe/spamprobe-1.4d/src/spamprobe/
H A DCommandConfig.h54 return m_shouldShowTerms; in shouldShowTerms()
59 m_shouldShowTerms = value; in setShouldShowTerms()
157 bool m_shouldShowTerms; variable
H A DCommandConfig.cc35 m_shouldShowTerms(false), in CommandConfig()