Function Calls


The following list contains the function calls that handle linked lists. See Kernel Folio Calls, in the 3DO System Programmer's Reference for more information on these calls.

Initializing a List

The following calls initialize a list:

Adding Nodes to a List

The following calls handle nodes:

Changing the Priority of a List Node

The following call changes the priority of a node:

Removing Nodes From a List

The following calls remove nodes from a list:

Checking to See If a List Is Empty

The following call checks if a list is empty:

Testing Nodes and Lists

The following calls are used to test nodes and lists:

Traversing a Linked List

The following calls are used to traverse a list:

Finding a Node by Name

The following call finds a node by name.

Ordinal Node Position Functions

The following functions deal with nodes using their ordinal position in a list.

Counting the Nodes in a List