Source position: bufdataset.pas line 80
type TBufRecLinkItem = record
prior: PBufRecLinkItem;
next: PBufRecLinkItem;
end;