Home
last modified time | relevance | path

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

/dports/www/cssed/cssed-0.4.0/scintilla/src/
H A DLexCaml.cxx33 inline int iscaml(int c) {return isalnum(c) || c == '_';} in iscaml() function
236 if (!(iscaml(ch) || ch == '\'')) { in ColouriseCamlDoc()
257 if (!(iscaml(ch) || ch == '\'')) in ColouriseCamlDoc()
277 if (iscaml(ch) || isspace(ch) /* ident or whitespace */ in ColouriseCamlDoc()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DLexCaml.cxx36 inline int iscaml(int c) {return isalnum(c) || c == '_';} in iscaml() function
229 if (!(iscaml(sc.ch) || sc.Match('\''))) { in ColouriseCamlDoc()
251 if (!(iscaml(sc.ch) || sc.Match('\''))) in ColouriseCamlDoc()
272 if (iscaml(sc.ch) || isspace(sc.ch) /* ident or whitespace */ in ColouriseCamlDoc()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DLexCaml.cxx36 inline int iscaml(int c) {return isalnum(c) || c == '_';} in iscaml() function
229 if (!(iscaml(sc.ch) || sc.Match('\''))) { in ColouriseCamlDoc()
251 if (!(iscaml(sc.ch) || sc.Match('\''))) in ColouriseCamlDoc()
272 if (iscaml(sc.ch) || isspace(sc.ch) /* ident or whitespace */ in ColouriseCamlDoc()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DLexCaml.cxx36 inline int iscaml(int c) {return isalnum(c) || c == '_';} in iscaml() function
229 if (!(iscaml(sc.ch) || sc.Match('\''))) { in ColouriseCamlDoc()
251 if (!(iscaml(sc.ch) || sc.Match('\''))) in ColouriseCamlDoc()
272 if (iscaml(sc.ch) || isspace(sc.ch) /* ident or whitespace */ in ColouriseCamlDoc()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/stc/scintilla/src/
H A DLexCaml.cxx36 inline int iscaml(int c) {return isalnum(c) || c == '_';} in iscaml() function
229 if (!(iscaml(sc.ch) || sc.Match('\''))) { in ColouriseCamlDoc()
251 if (!(iscaml(sc.ch) || sc.Match('\''))) in ColouriseCamlDoc()
272 if (iscaml(sc.ch) || isspace(sc.ch) /* ident or whitespace */ in ColouriseCamlDoc()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithSTC/stc/scintilla/src/
H A DLexCaml.cxx36 inline int iscaml(int c) {return isalnum(c) || c == '_';} in iscaml() function
229 if (!(iscaml(sc.ch) || sc.Match('\''))) { in ColouriseCamlDoc()
251 if (!(iscaml(sc.ch) || sc.Match('\''))) in ColouriseCamlDoc()
272 if (iscaml(sc.ch) || isspace(sc.ch) /* ident or whitespace */ in ColouriseCamlDoc()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MaterialEditor/wxscintilla_1.69.2/src/scintilla/src/
H A DLexCaml.cxx36 inline int iscaml(int c) {return isalnum(c) || c == '_';} in iscaml() function
229 if (!(iscaml(sc.ch) || sc.Match('\''))) { in ColouriseCamlDoc()
251 if (!(iscaml(sc.ch) || sc.Match('\''))) in ColouriseCamlDoc()
272 if (iscaml(sc.ch) || isspace(sc.ch) /* ident or whitespace */ in ColouriseCamlDoc()
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/lexers/
H A DLexCaml.cxx45 inline int iscaml(int c) {return isalnum(c) || c == '_';} in iscaml() function
259 if (!(iscaml(sc.ch) || sc.Match('\''))) { in ColouriseCamlDoc()
281 if (!(iscaml(sc.ch) || sc.Match('\''))) in ColouriseCamlDoc()
302 if (iscaml(sc.ch) || isspace(sc.ch) // ident or whitespace in ColouriseCamlDoc()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/lexers/
H A DLexCaml.cxx41 inline int iscaml(int c) {return isalnum(c) || c == '_';} in iscaml() function
256 if (!(iscaml(sc.ch) || sc.Match('\''))) { in ColouriseCamlDoc()
278 if (!(iscaml(sc.ch) || sc.Match('\''))) in ColouriseCamlDoc()
299 if (iscaml(sc.ch) || isspace(sc.ch) // ident or whitespace in ColouriseCamlDoc()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/lexers/
H A DLexCaml.cxx41 inline int iscaml(int c) {return isalnum(c) || c == '_';} in iscaml() function
256 if (!(iscaml(sc.ch) || sc.Match('\''))) { in ColouriseCamlDoc()
278 if (!(iscaml(sc.ch) || sc.Match('\''))) in ColouriseCamlDoc()
299 if (iscaml(sc.ch) || isspace(sc.ch) // ident or whitespace in ColouriseCamlDoc()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/lexers/
H A DLexCaml.cxx41 inline int iscaml(int c) {return isalnum(c) || c == '_';} in iscaml() function
257 if (!(iscaml(sc.ch) || sc.Match('\''))) { in ColouriseCamlDoc()
279 if (!(iscaml(sc.ch) || sc.Match('\''))) in ColouriseCamlDoc()
300 if (iscaml(sc.ch) || isspace(sc.ch) // ident or whitespace in ColouriseCamlDoc()
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DLexCaml.cxx41 inline int iscaml(int c) {return isalnum(c) || c == '_';} in iscaml() function
256 if (!(iscaml(sc.ch) || sc.Match('\''))) { in ColouriseCamlDoc()
278 if (!(iscaml(sc.ch) || sc.Match('\''))) in ColouriseCamlDoc()
299 if (iscaml(sc.ch) || isspace(sc.ch) // ident or whitespace in ColouriseCamlDoc()
/dports/x11-toolkits/scintilla/scintilla/lexers/
H A DLexCaml.cxx45 inline int iscaml(int c) {return isalnum(c) || c == '_';} in iscaml() function
259 if (!(iscaml(sc.ch) || sc.Match('\''))) { in ColouriseCamlDoc()
281 if (!(iscaml(sc.ch) || sc.Match('\''))) in ColouriseCamlDoc()
302 if (iscaml(sc.ch) || isspace(sc.ch) // ident or whitespace in ColouriseCamlDoc()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/lexers/
H A DLexCaml.cxx41 inline int iscaml(int c) {return isalnum(c) || c == '_';} in iscaml() function
256 if (!(iscaml(sc.ch) || sc.Match('\''))) { in ColouriseCamlDoc()
278 if (!(iscaml(sc.ch) || sc.Match('\''))) in ColouriseCamlDoc()
299 if (iscaml(sc.ch) || isspace(sc.ch) // ident or whitespace in ColouriseCamlDoc()
/dports/devel/codequery/codequery-0.24.0/scintilla/lexers/
H A DLexCaml.cxx45 inline int iscaml(int c) {return isalnum(c) || c == '_';} in iscaml() function
259 if (!(iscaml(sc.ch) || sc.Match('\''))) { in ColouriseCamlDoc()
281 if (!(iscaml(sc.ch) || sc.Match('\''))) in ColouriseCamlDoc()
302 if (iscaml(sc.ch) || isspace(sc.ch) // ident or whitespace in ColouriseCamlDoc()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/lexers/
H A DLexCaml.cxx41 inline int iscaml(int c) {return isalnum(c) || c == '_';} in iscaml() function
257 if (!(iscaml(sc.ch) || sc.Match('\''))) { in ColouriseCamlDoc()
279 if (!(iscaml(sc.ch) || sc.Match('\''))) in ColouriseCamlDoc()
300 if (iscaml(sc.ch) || isspace(sc.ch) // ident or whitespace in ColouriseCamlDoc()
/dports/devel/geany-legacy/geany-1.37.1/scintilla/lexers/
H A DLexCaml.cxx45 inline int iscaml(int c) {return isalnum(c) || c == '_';} in iscaml() function
259 if (!(iscaml(sc.ch) || sc.Match('\''))) { in ColouriseCamlDoc()
281 if (!(iscaml(sc.ch) || sc.Match('\''))) in ColouriseCamlDoc()
302 if (iscaml(sc.ch) || isspace(sc.ch) // ident or whitespace in ColouriseCamlDoc()
/dports/devel/geany/geany-1.38/scintilla/lexers/
H A DLexCaml.cxx45 inline int iscaml(int c) {return isalnum(c) || c == '_';} in iscaml() function
259 if (!(iscaml(sc.ch) || sc.Match('\''))) { in ColouriseCamlDoc()
281 if (!(iscaml(sc.ch) || sc.Match('\''))) in ColouriseCamlDoc()
302 if (iscaml(sc.ch) || isspace(sc.ch) // ident or whitespace in ColouriseCamlDoc()
/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/lexers/
H A DLexCaml.cxx41 inline int iscaml(int c) {return isalnum(c) || c == '_';} in iscaml() function
256 if (!(iscaml(sc.ch) || sc.Match('\''))) { in ColouriseCamlDoc()
278 if (!(iscaml(sc.ch) || sc.Match('\''))) in ColouriseCamlDoc()
299 if (iscaml(sc.ch) || isspace(sc.ch) // ident or whitespace in ColouriseCamlDoc()
/dports/editors/textadept/scintilla/lexers/
H A DLexCaml.cxx45 inline int iscaml(int c) {return isalnum(c) || c == '_';} in iscaml() function
259 if (!(iscaml(sc.ch) || sc.Match('\''))) { in ColouriseCamlDoc()
281 if (!(iscaml(sc.ch) || sc.Match('\''))) in ColouriseCamlDoc()
302 if (iscaml(sc.ch) || isspace(sc.ch) // ident or whitespace in ColouriseCamlDoc()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/scintilla/lexers/
H A DLexCaml.cxx41 inline int iscaml(int c) {return isalnum(c) || c == '_';} in iscaml() function
256 if (!(iscaml(sc.ch) || sc.Match('\''))) { in ColouriseCamlDoc()
278 if (!(iscaml(sc.ch) || sc.Match('\''))) in ColouriseCamlDoc()
299 if (iscaml(sc.ch) || isspace(sc.ch) // ident or whitespace in ColouriseCamlDoc()
/dports/editors/scite/scintilla/lexers/
H A DLexCaml.cxx45 inline int iscaml(int c) {return isalnum(c) || c == '_';} in iscaml() function
259 if (!(iscaml(sc.ch) || sc.Match('\''))) { in ColouriseCamlDoc()
281 if (!(iscaml(sc.ch) || sc.Match('\''))) in ColouriseCamlDoc()
302 if (iscaml(sc.ch) || isspace(sc.ch) // ident or whitespace in ColouriseCamlDoc()
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexCaml.cpp45 inline int iscaml(int c) {return isalnum(c) || c == '_';} in iscaml() function
259 if (!(iscaml(sc.ch) || sc.Match('\''))) { in ColouriseCamlDoc()
281 if (!(iscaml(sc.ch) || sc.Match('\''))) in ColouriseCamlDoc()
302 if (iscaml(sc.ch) || isspace(sc.ch) // ident or whitespace in ColouriseCamlDoc()
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexCaml.cpp45 inline int iscaml(int c) {return isalnum(c) || c == '_';} in iscaml() function
259 if (!(iscaml(sc.ch) || sc.Match('\''))) { in ColouriseCamlDoc()
281 if (!(iscaml(sc.ch) || sc.Match('\''))) in ColouriseCamlDoc()
302 if (iscaml(sc.ch) || isspace(sc.ch) // ident or whitespace in ColouriseCamlDoc()
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/lexers/
H A DLexCaml.cpp45 inline int iscaml(int c) {return isalnum(c) || c == '_';} in iscaml() function
259 if (!(iscaml(sc.ch) || sc.Match('\''))) { in ColouriseCamlDoc()
281 if (!(iscaml(sc.ch) || sc.Match('\''))) in ColouriseCamlDoc()
302 if (iscaml(sc.ch) || isspace(sc.ch) // ident or whitespace in ColouriseCamlDoc()