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

Function IsSolWordStart

scintilla/lexers/LexScriptol.cxx:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78static bool IsSolWordStart(char ch)
79{
80 return (iswordchar(ch) && !IsSolStringStart(ch));
81}
82
83
84static int GetSolStringState(Accessor &styler, int i, int *nextIndex)

Callers 1

ColouriseSolDocFunction · 0.85

Calls 2

iswordcharFunction · 0.85
IsSolStringStartFunction · 0.85

Tested by

no test coverage detected