Source position: exec.pas line 126
type tNode = record
ln_Succ: pNode;
ln_Pred: pNode;
ln_Type: Byte;
ln_Pri: ShortInt;
ln_Name: STRPTR;
end;