Source position: exec.pas line 127
type TNode = record
ln_Succ: PNode;
ln_Pred: PNode;
ln_Name: STRPTR;
ln_Type: Byte;
ln_Pri: ShortInt;
end;