Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching full:ftail

1996     FTail: Integer;
4511 FLookahead[FTail] := Node;
4512 FTail := (FTail + 1) mod Length(FLookahead);
4513 if (FTail = FHead) then
4523 for I := 0 to FTail - 1 do
4527 Inc(FTail,RemainderHeadToEnd);
4670 if (FTail < FHead) then
4671 Result := Length(FLookahead) - FHead + FTail
4673 Result := FTail - FHead;
4793 FTail := 0;
4811 FTail := 0;
4812 while (FTail < Length(State.LookAhead)) do
4814 FLookahead[FTail] := State.LookAhead[FTail];
4815 Inc(FTail);