Source position: exec.pas line 1338
function FindName(
list: pList;
const name: pCHAR
):pNode;function FindName(
const name: string
):pNode;