R3FindName

FUNCTION:

R3FindName

TEMPLATE:

R3NODE *R3FindName(R3NODE *n, char *name);

PARAMETERS:

n - node (or list)

RETURN VALUE:

Node if found, NULL otherwise

DESCRIPTION:

Attempts to find node by name. Scanning is started from the given node. If the list is given, the entire list is scanned.