Home
last modified time | relevance | path

Searched refs:genericSwitch (Results 1 – 6 of 6) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dcompiler.cpp54 genericSwitch = _T("-"); in CompilerSwitches()
501 if (m_Mirror.Switches.genericSwitch != m_Switches.genericSwitch) in SaveSettings()
502 cfg->Write(tmp + _T("/switches/generic"), m_Switches.genericSwitch, true); in SaveSettings()
678 …m_Switches.genericSwitch = cfg->Read(tmp + _T("/switches/generic"), … in LoadSettings()
925 m_Switches.genericSwitch = value; in LoadDefaultOptions()
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Readers/Org/
H A DBlocks.hs370 labelSwitch = genericSwitch 'l' $
380 genericSwitch :: Monad m
384 genericSwitch c p = try $ do function
392 lineNumberSwitch = genericSwitch 'n' (manyChar digit)
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Readers/Org/
H A DBlocks.hs373 labelSwitch = genericSwitch 'l' $
383 genericSwitch :: Monad m
387 genericSwitch c p = try $ do function
395 lineNumberSwitch = genericSwitch 'n' (manyChar digit)
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Dadvancedcompileroptionsdlg.cpp113 XRCCTRL(*this, "txtGenericSwitch", wxTextCtrl)->SetValue(switches.genericSwitch); in ReadCompilerOptions()
154 …switches.genericSwitch = XRCCTRL(*this, "txtGenericSwitch", wxTextCtrl)->GetValue… in WriteCompilerOptions()
H A Dcompileroptionsdlg.cpp936 if (array[i].StartsWith(compiler ? compiler->GetSwitches().genericSwitch : _T("-"))) in OptionsToText()
1238 node->AddAttribute(value, compiler->GetSwitches().genericSwitch); in DoSaveCompilerDefinition()
/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dcompiler.h216 wxString genericSwitch; // - member