/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/lexers/ |
H A D | LexEDIFACT.cxx | 116 Sci_PositionU posFinish = startPos + lengthDoc; in Lex() local 117 InitialiseFromUNA(pAccess, posFinish); in Lex() 131 while ((posCurrent < posFinish) && (posSegmentStart == -1)) in Lex() 133 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex() 136 if (posCurrent >= posFinish) in Lex() 158 for (char c; posCurrent < posFinish; posCurrent++) in Lex() 191 pAccess->SetStyleFor(posFinish - posSegmentStart, SCE_EDI_BADSEGMENT); in Lex()
|
/dports/devel/codequery/codequery-0.24.0/scintilla/lexers/ |
H A D | LexEDIFACT.cxx | 130 Sci_PositionU posFinish = startPos + length; in Lex() local 131 InitialiseFromUNA(pAccess, posFinish); in Lex() 145 while ((posCurrent < posFinish) && (posSegmentStart == -1)) in Lex() 147 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex() 150 if (posCurrent >= posFinish) in Lex() 172 for (char c; posCurrent < posFinish; posCurrent++) in Lex() 205 pAccess->SetStyleFor(posFinish - posSegmentStart, SCE_EDI_BADSEGMENT); in Lex()
|
H A D | LexX12.cxx | 119 Sci_PositionU posFinish = startPos + length; in Lex() local 129 pAccess->SetStyleFor(posFinish - T.pos, SCE_X12_BAD); in Lex() 139 while (posCurrent < posFinish) in Lex() 168 pAccess->SetStyleFor(posFinish - posCurrent, SCE_X12_BAD); in Lex() 180 Sci_PositionU posFinish = startPos + length; in Fold() local 192 while (startPos < posFinish) in Fold()
|
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxscintilla/src/scintilla/lexers/ |
H A D | LexEDIFACT.cxx | 116 Sci_PositionU posFinish = startPos + lengthDoc; in Lex() local 117 InitialiseFromUNA(pAccess, posFinish); in Lex() 131 while ((posCurrent < posFinish) && (posSegmentStart == -1)) in Lex() 133 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex() 136 if (posCurrent >= posFinish) in Lex() 158 for (char c; posCurrent < posFinish; posCurrent++) in Lex() 191 pAccess->SetStyleFor(posFinish - posSegmentStart, SCE_EDI_BADSEGMENT); in Lex()
|
/dports/devel/qscintilla2-qt5/QScintilla_src-2.13.0/scintilla/lexers/ |
H A D | LexEDIFACT.cpp | 130 Sci_PositionU posFinish = startPos + lengthDoc; in Lex() local 131 InitialiseFromUNA(pAccess, posFinish); in Lex() 145 while ((posCurrent < posFinish) && (posSegmentStart == -1)) in Lex() 147 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex() 150 if (posCurrent >= posFinish) in Lex() 172 for (char c; posCurrent < posFinish; posCurrent++) in Lex() 205 pAccess->SetStyleFor(posFinish - posSegmentStart, SCE_EDI_BADSEGMENT); in Lex()
|
/dports/devel/qscintilla2-designerplugin-qt5/QScintilla_src-2.13.0/scintilla/lexers/ |
H A D | LexEDIFACT.cpp | 130 Sci_PositionU posFinish = startPos + lengthDoc; in Lex() local 131 InitialiseFromUNA(pAccess, posFinish); in Lex() 145 while ((posCurrent < posFinish) && (posSegmentStart == -1)) in Lex() 147 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex() 150 if (posCurrent >= posFinish) in Lex() 172 for (char c; posCurrent < posFinish; posCurrent++) in Lex() 205 pAccess->SetStyleFor(posFinish - posSegmentStart, SCE_EDI_BADSEGMENT); in Lex()
|
/dports/devel/py-qt5-qscintilla2/QScintilla_src-2.13.0/scintilla/lexers/ |
H A D | LexEDIFACT.cpp | 130 Sci_PositionU posFinish = startPos + lengthDoc; in Lex() local 131 InitialiseFromUNA(pAccess, posFinish); in Lex() 145 while ((posCurrent < posFinish) && (posSegmentStart == -1)) in Lex() 147 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex() 150 if (posCurrent >= posFinish) in Lex() 172 for (char c; posCurrent < posFinish; posCurrent++) in Lex() 205 pAccess->SetStyleFor(posFinish - posSegmentStart, SCE_EDI_BADSEGMENT); in Lex()
|
/dports/graphics/cfdg/cfdg-3.3_1/src-scintilla/lexers/ |
H A D | LexEDIFACT.cxx | 150 Sci_PositionU posFinish = startPos + length; in Lex() local 151 InitialiseFromUNA(pAccess, posFinish); in Lex() 165 while ((posCurrent < posFinish) && (posSegmentStart == -1)) in Lex() 167 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex() 170 if (posCurrent >= posFinish) in Lex() 192 for (char c; posCurrent < posFinish; posCurrent++) in Lex() 225 pAccess->SetStyleFor(posFinish - posSegmentStart, SCE_EDI_BADSEGMENT); in Lex()
|
H A D | LexX12.cxx | 123 Sci_PositionU posFinish = startPos + length; in Lex() local 133 pAccess->SetStyleFor(posFinish - T.pos, SCE_X12_BAD); in Lex() 143 while (posCurrent < posFinish) in Lex() 172 pAccess->SetStyleFor(posFinish - posCurrent, SCE_X12_BAD); in Lex() 184 Sci_PositionU posFinish = startPos + length; in Fold() local 196 while (startPos < posFinish) in Fold()
|
/dports/x11-toolkits/scintilla/scintilla/lexers/ |
H A D | LexEDIFACT.cxx | 150 Sci_PositionU posFinish = startPos + length; in Lex() local 151 InitialiseFromUNA(pAccess, posFinish); in Lex() 165 while ((posCurrent < posFinish) && (posSegmentStart == -1)) in Lex() 167 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex() 170 if (posCurrent >= posFinish) in Lex() 192 for (char c; posCurrent < posFinish; posCurrent++) in Lex() 225 pAccess->SetStyleFor(posFinish - posSegmentStart, SCE_EDI_BADSEGMENT); in Lex()
|
H A D | LexX12.cxx | 123 Sci_PositionU posFinish = startPos + length; in Lex() local 133 pAccess->SetStyleFor(posFinish - T.pos, SCE_X12_BAD); in Lex() 143 while (posCurrent < posFinish) in Lex() 172 pAccess->SetStyleFor(posFinish - posCurrent, SCE_X12_BAD); in Lex() 184 Sci_PositionU posFinish = startPos + length; in Fold() local 196 while (startPos < posFinish) in Fold()
|
/dports/editors/textadept/scintilla/lexers/ |
H A D | LexEDIFACT.cxx | 150 Sci_PositionU posFinish = startPos + length; in Lex() local 151 InitialiseFromUNA(pAccess, posFinish); in Lex() 165 while ((posCurrent < posFinish) && (posSegmentStart == -1)) in Lex() 167 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex() 170 if (posCurrent >= posFinish) in Lex() 192 for (char c; posCurrent < posFinish; posCurrent++) in Lex() 225 pAccess->SetStyleFor(posFinish - posSegmentStart, SCE_EDI_BADSEGMENT); in Lex()
|
H A D | LexX12.cxx | 123 Sci_PositionU posFinish = startPos + length; in Lex() local 133 pAccess->SetStyleFor(posFinish - T.pos, SCE_X12_BAD); in Lex() 143 while (posCurrent < posFinish) in Lex() 172 pAccess->SetStyleFor(posFinish - posCurrent, SCE_X12_BAD); in Lex() 184 Sci_PositionU posFinish = startPos + length; in Fold() local 196 while (startPos < posFinish) in Fold()
|
/dports/editors/scite/scintilla/lexers/ |
H A D | LexEDIFACT.cxx | 150 Sci_PositionU posFinish = startPos + length; in Lex() local 151 InitialiseFromUNA(pAccess, posFinish); in Lex() 165 while ((posCurrent < posFinish) && (posSegmentStart == -1)) in Lex() 167 posCurrent = ForwardPastWhitespace(pAccess, posCurrent, posFinish); in Lex() 170 if (posCurrent >= posFinish) in Lex() 192 for (char c; posCurrent < posFinish; posCurrent++) in Lex() 225 pAccess->SetStyleFor(posFinish - posSegmentStart, SCE_EDI_BADSEGMENT); in Lex()
|
H A D | LexX12.cxx | 123 Sci_PositionU posFinish = startPos + length; in Lex() local 133 pAccess->SetStyleFor(posFinish - T.pos, SCE_X12_BAD); in Lex() 143 while (posCurrent < posFinish) in Lex() 172 pAccess->SetStyleFor(posFinish - posCurrent, SCE_X12_BAD); in Lex() 184 Sci_PositionU posFinish = startPos + length; in Fold() local 196 while (startPos < posFinish) in Fold()
|