FreeBASIC  0.91.0
flist.bas File Reference
#include "flist.bi"
Include dependency graph for flist.bas:

Go to the source code of this file.

Functions

sub flistInit (byval_as_TFLIST_ptr flist, byval_as_integer items, byval_as_integer itemlen)
 
sub flistEnd (byval_as_TFLIST_ptr flist)
 
function_as_any_ptr flistNewItem (byval_as_TFLIST_ptr flist)
 
sub flistReset (byval_as_TFLIST_ptr flist)
 
function_as_any_ptr flistGetHead (byval_as_TFLIST_ptr flist)
 
function_as_any_ptr flistGetNext (byval_as_any_ptr node)
 

Function Documentation

sub flistEnd ( byval_as_TFLIST_ptr  flist)

Definition at line 28 of file flist.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_any_ptr flistGetHead ( byval_as_TFLIST_ptr  flist)

Definition at line 97 of file flist.bas.

Here is the caller graph for this function:

function_as_any_ptr flistGetNext ( byval_as_any_ptr  node)

Definition at line 114 of file flist.bas.

Here is the caller graph for this function:

sub flistInit ( byval_as_TFLIST_ptr  flist,
byval_as_integer  items,
byval_as_integer  itemlen 
)

Definition at line 10 of file flist.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_any_ptr flistNewItem ( byval_as_TFLIST_ptr  flist)

Definition at line 38 of file flist.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

sub flistReset ( byval_as_TFLIST_ptr  flist)

Definition at line 83 of file flist.bas.

Here is the caller graph for this function: