Home
last modified time | relevance | path

Searched refs:fsfFixed (Results 1 – 7 of 7) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dfortranfileext.cpp39 fsForm = fsfFixed; in IsFileFortran()
H A Dtextcutter.cpp115 … CurrentChar() == 'C' || CurrentChar() == '*') && m_CurColumn == 1 && m_CurSourceForm == fsfFixed)) in SkipUnwanted()
H A Dtokenizerf.h27 fsfFixed=0, enumerator
H A Dtokenizerf.cpp394 …'c' || CurrentChar() == 'C' || CurrentChar() == '*') && m_Column == 1 && m_SourceForm == fsfFixed)) in SkipUnwanted()
396 …= 'c' || CurrentChar() == 'C' ||CurrentChar() == '*') && m_Column == 1 && m_SourceForm == fsfFixed) in SkipUnwanted()
1058 …'c' || CurrentChar() == 'C' || CurrentChar() == '*') && m_Column == 1 && m_SourceForm == fsfFixed)) in IsBindTo()
H A Dtab2space.cpp240 if (fsForm == fsfFixed) in EditorTab2Space()
H A Dconstrhighlighter.cpp1366 if (m_CurrentSForm == fsfFixed && lineStartPos <= pos) in IsCommentOrString()
1832 if (m_CurrentSForm == fsfFixed) in GetFortranLine2()
1916 if (m_CurrentSForm == fsfFixed) in GetFortranLine2()
H A Dautoinsert.cpp332 if (fsForm == fsfFixed) in MakeAutoInsert()