Searched refs:endState (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexTADS3.cxx106 int endState = sc.state; local
108 if (endState == SCE_T3_HTML_STRING) {
110 endState = SCE_T3_S_STRING;
113 endState = SCE_T3_X_STRING;
116 endState = SCE_T3_D_STRING;
130 sc.ForwardSetState(endState);
134 sc.SetState(endState);
158 int endState = sc.state; local
161 switch (endState) {
175 endState
250 int endState = sc.state; local
330 int endState = sc.state; local
389 ColouriseTADS3Comment(StyleContext &sc, int endState) argument
404 ColouriseToEndOfLine(StyleContext &sc, int initState, int endState) argument
422 int endState = sc.state; local
[all...]

Completed in 38 milliseconds