Home | History | Annotate | Download | only in dist

Lines Matching refs:then

427   if (p <> nil) then

476 if length(RegExp) < 255 then
489 if length(RegExp) = 255 then
491 if RegExpC = nil then
495 if (RegExpExt = nil) and (ErrorMsg <> nil) then
506 if RegExpC <> nil then
508 if RegExpExt <> nil then
510 if Matches <> nil then
519 if MatchesCount > 0 then
524 { if MatchesCount = 0 then
552 if (MatchesCount > 0) and (ANom <= (MatchesCount-1)) then
574 if MatchSub(ANom, pos, len) then
588 if (MatchesCount > 0) then
591 if l > 0 then
607 if (MatchesCount > 0) then
611 if l > 0 then
643 if i < l then
658 if i < l then
674 if lasti <= {AH 25-10-2004 added =, else l==1 won't work} l then
695 if P <> nil then
706 if CompareModeInsert then
710 // if l1 > l2 then l:=l2 else
713 // if PpcRegExp(P1).RegExp[i] <> PpcRegExp(P2).RegExp[i] then break;
714 // if i <=l then
723 // if l1 > l2 then l:=l2 else
726 // if PpcRegExp(P1).RegExp[i] <> SearchRegExp[i] then
731 // if i > l then Compare:=l1-l2;
741 if Search(nil,I) then
758 if not Find(ARegExp,P) then
760 if Count = MaxRegExp then
782 if PpcRE^.Search(pchar(AStr),Length(AStr)) then
802 if PpcRE^.Search(pchar(AStr),Length(AStr)) then
819 If Result and (P <> nil) then
821 { if P^.ErrorPos = 0 then
834 If CaseSens then Options := 0 else Options := PCRE_CASELESS;