Home
last modified time | relevance | path

Searched refs:StopChars (Results 1 – 7 of 7) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/library/
H A Dreadln.pl170 rl_readrest(0'\\, [K1|R], EOF, StopChars) :-
173 rl_readrest(K2, R, EOF, StopChars).
174 rl_readrest(K, [K], K, StopChars) :- % the stop char(s)
179 rl_readrest(K1, R, EOF, StopChars).
/dports/cad/stepcode/stepcode-0.8/src/clstepcore/
H A DSTEPattribute.h108 char SkipBadAttr( istream & in, char * StopChars );
H A DSTEPattribute.cc1198 char STEPattribute::SkipBadAttr( istream & in, char * StopChars ) { in SkipBadAttr() argument
1210 while( !in.eof() && !( foundCh = strchr( StopChars, c ) ) ) { in SkipBadAttr()
/dports/editors/lazarus/lazarus/ide/
H A Dsourcefilemanager.pas1454 StopChars: set of char;
1463 StopChars := [',',';',':','[',']','{','}','(',')','''','"','`'
1470 StopChars:=StopChars+[' ',#9]; // no quotes in front => use spaces as boundaries
1472 while (Stop <= Len) and (not (Line[Stop] in StopChars)) do
1474 while (XY.X > 1) and (not (Line[XY.X - 1] in StopChars)) do
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dsourcefilemanager.pas1447 StopChars: set of char;
1456 StopChars := [',',';',':','[',']','{','}','(',')','''','"','`'
1463 StopChars:=StopChars+[' ',#9]; // no quotes in front => use spaces as boundaries
1465 while (Stop <= Len) and (not (Line[Stop] in StopChars)) do
1467 while (XY.X > 1) and (not (Line[XY.X - 1] in StopChars)) do
/dports/editors/lazarus-qt5/lazarus/ide/
H A Dsourcefilemanager.pas1454 StopChars: set of char;
1463 StopChars := [',',';',':','[',']','{','}','(',')','''','"','`'
1470 StopChars:=StopChars+[' ',#9]; // no quotes in front => use spaces as boundaries
1472 while (Stop <= Len) and (not (Line[Stop] in StopChars)) do
1474 while (XY.X > 1) and (not (Line[XY.X - 1] in StopChars)) do
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dsourcefilemanager.pas1447 StopChars: set of char;
1456 StopChars := [',',';',':','[',']','{','}','(',')','''','"','`'
1463 StopChars:=StopChars+[' ',#9]; // no quotes in front => use spaces as boundaries
1465 while (Stop <= Len) and (not (Line[Stop] in StopChars)) do
1467 while (XY.X > 1) and (not (Line[XY.X - 1] in StopChars)) do