Home
last modified time | relevance | path

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

/dports/devel/ccdoc/ccdocv08r41/src/
H A Dswitches.h211 bool dospaths() const {return m_dospaths;} in dospaths()
397 bool m_dospaths; variable
H A Dswitches.cc67 m_dospaths = false; in switches()
142 if( str == "-dospaths" ) {m_dospaths = true; continue;} in switches()