Home
last modified time | relevance | path

Searched refs:IsEOL (Results 1 – 25 of 108) sorted by relevance

12345

/dports/japanese/sj3-lib/sj3-2.0.1.20/sj3dic/
H A Ddictmake.c50 #define IsEOL(c) ((c) == '\0') macro
164 if (IsEOL(*yom)) { in dictmake()
171 while (!IsEOL(*knj) && !IsBlank(*knj)) knj++; in dictmake()
172 if (IsEOL(*knj)) { in dictmake()
179 if (IsEOL(*knj)) { in dictmake()
186 while (!IsEOL(*grm) && !IsBlank(*grm)) grm++; in dictmake()
187 if (IsEOL(*grm)) { in dictmake()
194 if (IsEOL(*grm)) { in dictmake()
203 while (!IsEOL(*p) && !IsBlank(*p) && (*p != ':')) p++; in dictmake()
204 if (IsEOL(*p)) in dictmake()
/dports/editors/teco/tecoc0398/src/
H A Dln2chr.c31 if (IsEOL(*TmpPtr)) {
41 if (IsEOL(*TmpPtr)) {
49 if ((TmpPtr != EBfBeg) || (IsEOL(*TmpPtr))) {
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/astyle/
H A Dasstreamiterator.cpp85 if ( !IsEOL(*m_CharPtr) ) in readLine()
91 if ( IsEOL(*m_CharPtr) ) in readLine()
94 if (*m_CharPtr != *(m_CharPtr + 1) && IsEOL(*(m_CharPtr + 1))) in readLine()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/plugins/base/
H A DnsPluginManifestLineReader.h48 if (IsEOL(*mNext)) { in NextLine()
59 if (!IsEOL(*mNext)) break; in NextLine()
90 bool IsEOL(char c) { return c == '\n' || c == '\r'; } in IsEOL() function
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/base/
H A DnsPluginManifestLineReader.h47 if (IsEOL(*mNext)) { in NextLine()
57 if (!IsEOL(*mNext)) in NextLine()
92 bool IsEOL(char c) {return c == '\n' || c == '\r';} in IsEOL() function
/dports/lang/spidermonkey60/firefox-60.9.0/dom/plugins/base/
H A DnsPluginManifestLineReader.h46 if (IsEOL(*mNext)) { in NextLine()
57 if (!IsEOL(*mNext)) break; in NextLine()
88 bool IsEOL(char c) { return c == '\n' || c == '\r'; } in IsEOL() function
/dports/lang/oo2c/oo2c_64-2.1.11/src/
H A Dencdec.Mod106 WHILE (start # end) & ~UU.IsEOL (data[start]) DO
109 WHILE (start # end) & UU.IsEOL (data[start]) DO
126 WHILE (start # end) & UU.IsEOL (data[start]) DO INC (start) END;
184 WHILE (start # end) & ~UU.IsEOL (data[start]) DO
187 WHILE (start # end) & UU.IsEOL (data[start]) DO
206 WHILE (start # end) & UU.IsEOL (data[start]) DO INC (start) END;
254 WHILE (start # end) & UU.IsEOL (data[start]) DO INC (start) END;
303 WHILE (start # end) & UU.IsEOL (data[start]) DO INC (start) END;
349 WHILE (start # end) & ~UU.IsEOL (data[start]) DO
352 WHILE (start # end) & UU.IsEOL (data[start]) DO
[all …]
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/lexers/
H A DLexTADS3.cxx59 static inline bool IsEOL(const int ch, const int chNext) { in IsEOL() function
90 return IsEOL(sc.ch, sc.chNext); in IsEOLSkip()
161 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADSHTMLString()
236 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3HTMLTag()
329 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3MsgParam()
367 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3LibDirective()
416 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3String()
449 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Comment()
470 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseToEndOfLine()
528 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Doc()
[all …]
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/lexers/
H A DLexTADS3.cxx61 static inline bool IsEOL(const int ch, const int chNext) { in IsEOL() function
92 return IsEOL(sc.ch, sc.chNext); in IsEOLSkip()
163 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADSHTMLString()
238 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3HTMLTag()
331 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3MsgParam()
369 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3LibDirective()
418 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3String()
451 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Comment()
472 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseToEndOfLine()
530 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Doc()
[all …]
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/lexers/
H A DLexTADS3.cxx61 static inline bool IsEOL(const int ch, const int chNext) { in IsEOL() function
92 return IsEOL(sc.ch, sc.chNext); in IsEOLSkip()
163 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADSHTMLString()
238 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3HTMLTag()
331 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3MsgParam()
369 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3LibDirective()
418 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3String()
451 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Comment()
472 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseToEndOfLine()
530 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Doc()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/lexers/
H A DLexTADS3.cxx61 static inline bool IsEOL(const int ch, const int chNext) { in IsEOL() function
92 return IsEOL(sc.ch, sc.chNext); in IsEOLSkip()
163 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADSHTMLString()
238 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3HTMLTag()
331 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3MsgParam()
369 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3LibDirective()
418 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3String()
451 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Comment()
472 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseToEndOfLine()
530 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Doc()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/lexers/
H A DLexTADS3.cxx61 static inline bool IsEOL(const int ch, const int chNext) { in IsEOL() function
92 return IsEOL(sc.ch, sc.chNext); in IsEOLSkip()
163 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADSHTMLString()
238 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3HTMLTag()
331 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3MsgParam()
369 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3LibDirective()
418 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3String()
451 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Comment()
472 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseToEndOfLine()
530 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Doc()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DLexTADS3.cxx56 static inline bool IsEOL(const int ch, const int chNext) { in IsEOL() function
126 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADSHTMLString()
187 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3HTMLTag()
275 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3MsgParam()
313 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3LibDirective()
362 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3String()
392 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Comment()
409 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseToEndOfLine()
413 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseToEndOfLine()
471 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Doc()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DLexTADS3.cxx56 static inline bool IsEOL(const int ch, const int chNext) { in IsEOL() function
126 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADSHTMLString()
187 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3HTMLTag()
275 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3MsgParam()
313 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3LibDirective()
362 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3String()
392 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Comment()
409 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseToEndOfLine()
413 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseToEndOfLine()
471 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Doc()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DLexTADS3.cxx56 static inline bool IsEOL(const int ch, const int chNext) { in IsEOL() function
126 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADSHTMLString()
187 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3HTMLTag()
275 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3MsgParam()
313 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3LibDirective()
362 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3String()
392 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Comment()
409 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseToEndOfLine()
413 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseToEndOfLine()
471 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Doc()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DLexTADS3.cxx56 static inline bool IsEOL(const int ch, const int chNext) { in IsEOL() function
126 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADSHTMLString()
187 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3HTMLTag()
275 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3MsgParam()
313 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3LibDirective()
362 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3String()
392 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Comment()
409 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseToEndOfLine()
413 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseToEndOfLine()
471 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Doc()
[all …]
/dports/x11-toolkits/scintilla/scintilla/lexers/
H A DLexTADS3.cxx59 static inline bool IsEOL(const int ch, const int chNext) { in IsEOL() function
90 return IsEOL(sc.ch, sc.chNext); in IsEOLSkip()
161 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADSHTMLString()
236 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3HTMLTag()
329 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3MsgParam()
367 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3LibDirective()
416 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3String()
449 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Comment()
470 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseToEndOfLine()
528 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Doc()
[all …]
/dports/devel/codequery/codequery-0.24.0/scintilla/lexers/
H A DLexTADS3.cxx59 static inline bool IsEOL(const int ch, const int chNext) { in IsEOL() function
90 return IsEOL(sc.ch, sc.chNext); in IsEOLSkip()
161 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADSHTMLString()
236 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3HTMLTag()
329 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3MsgParam()
367 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3LibDirective()
416 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3String()
449 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Comment()
470 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseToEndOfLine()
528 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Doc()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/lexers/
H A DLexTADS3.cxx61 static inline bool IsEOL(const int ch, const int chNext) { in IsEOL() function
92 return IsEOL(sc.ch, sc.chNext); in IsEOLSkip()
163 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADSHTMLString()
238 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3HTMLTag()
331 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3MsgParam()
369 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3LibDirective()
418 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3String()
451 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Comment()
472 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseToEndOfLine()
530 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Doc()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stc/scintilla/src/
H A DLexTADS3.cxx56 static inline bool IsEOL(const int ch, const int chNext) { in IsEOL() function
126 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADSHTMLString()
187 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3HTMLTag()
275 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3MsgParam()
313 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3LibDirective()
362 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3String()
392 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Comment()
409 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseToEndOfLine()
413 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseToEndOfLine()
471 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Doc()
[all …]
/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/lexers/
H A DLexTADS3.cxx61 static inline bool IsEOL(const int ch, const int chNext) { in IsEOL() function
92 return IsEOL(sc.ch, sc.chNext); in IsEOLSkip()
163 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADSHTMLString()
238 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3HTMLTag()
331 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3MsgParam()
369 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3LibDirective()
418 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3String()
451 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Comment()
472 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseToEndOfLine()
530 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Doc()
[all …]
/dports/editors/textadept/scintilla/lexers/
H A DLexTADS3.cxx59 static inline bool IsEOL(const int ch, const int chNext) { in IsEOL() function
90 return IsEOL(sc.ch, sc.chNext); in IsEOLSkip()
161 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADSHTMLString()
236 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3HTMLTag()
329 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3MsgParam()
367 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3LibDirective()
416 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3String()
449 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Comment()
470 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseToEndOfLine()
528 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Doc()
[all …]
/dports/editors/scite/scintilla/lexers/
H A DLexTADS3.cxx59 static inline bool IsEOL(const int ch, const int chNext) { in IsEOL() function
90 return IsEOL(sc.ch, sc.chNext); in IsEOLSkip()
161 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADSHTMLString()
236 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3HTMLTag()
329 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3MsgParam()
367 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3LibDirective()
416 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3String()
449 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Comment()
470 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseToEndOfLine()
528 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Doc()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/scintilla/lexers/
H A DLexTADS3.cxx61 static inline bool IsEOL(const int ch, const int chNext) { in IsEOL() function
92 return IsEOL(sc.ch, sc.chNext); in IsEOLSkip()
163 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADSHTMLString()
238 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3HTMLTag()
331 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3MsgParam()
369 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3LibDirective()
418 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3String()
451 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Comment()
472 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseToEndOfLine()
530 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Doc()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/
H A DLexTADS3.cxx56 static inline bool IsEOL(const int ch, const int chNext) { in IsEOL() function
126 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADSHTMLString()
187 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3HTMLTag()
275 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3MsgParam()
313 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3LibDirective()
362 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3String()
392 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Comment()
409 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseToEndOfLine()
413 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseToEndOfLine()
471 if (IsEOL(sc.ch, sc.chNext)) { in ColouriseTADS3Doc()
[all …]

12345