Searched refs:atEOL (Results 1 - 14 of 14) 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 DLexBaan.cxx151 bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n'); local
156 } else if ((style != styleNext) && !atEOL) {
168 if (atEOL) {
H A DLexEScript.cxx196 bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n'); local
202 } else if (!IsStreamCommentStyle(styleNext) && !atEOL) {
237 if (atEOL) {
H A DLexPOV.cxx245 bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n'); local
249 } else if ((styleNext != SCE_POV_COMMENT) && !atEOL) {
279 if (atEOL) {
H A DLexVerilog.cxx185 bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n'); local
189 } else if (!IsStreamCommentStyle(styleNext) && !atEOL) {
261 if (atEOL) {
H A DLexCsound.cxx161 bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n'); local
177 if (atEOL) {
H A DLexSpecman.cxx219 bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n'); local
243 if (atEOL) {
H A DLexRebol.cxx284 bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n'); local
292 if (atEOL) {
H A DLexBash.cxx619 bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n'); local
621 if (foldComment && atEOL && IsCommentLine(lineCurrent, styler))
637 if (atEOL) {
H A DLexPS.cxx298 bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n'); //mac?? local
311 if (atEOL) {
H A DLexPascal.cxx290 bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n'); local
334 } else if (!IsStreamCommentStyle(styleNext) && !atEOL) {
340 if (atEOL) {
H A DLexTADS3.cxx695 bool atEOL = IsEOL(ch, chNext); local
764 } else if (styleNext != SCE_T3_BLOCK_COMMENT && !atEOL) {
790 if (atEOL) {
H A DLexOthers.cxx658 bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n'); local
664 if (atEOL) {
H A DLexRuby.cxx1467 bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n'); local
1508 if (atEOL) {
H A DLexPerl.cxx1142 bool atEOL = (ch == '\r' && chNext != '\n') || (ch == '\n'); local
1145 if (foldComment && atEOL && IsCommentLine(lineCurrent, styler))
1191 if (atEOL) {

Completed in 174 milliseconds