MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / IsAWordStart

Function IsAWordStart

scintilla/lexers/LexPython.cxx:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107static inline bool IsAWordStart(int ch) {
108 return (ch < 0x80) && (isalnum(ch) || ch == '_');
109}
110
111static void ColourisePyDoc(unsigned int startPos, int length, int initStyle,
112 WordList *keywordlists[], Accessor &styler) {

Callers 1

ColourisePyDocFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected