Home
last modified time | relevance | path

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

/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A DOptions.cpp29 COptions* COptions::m_theOptions = 0; member in COptions
165 m_theOptions = this; in BEGIN_EVENT_TABLE()
221 if (!m_theOptions) { in Init()
228 if (!m_theOptions) { in Destroy()
232 delete m_theOptions; in Destroy()
233 m_theOptions = 0; in Destroy()
238 return m_theOptions; in Get()
H A DOptions.h143 static COptions* m_theOptions; variable