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