FreeBASIC  0.91.0
rtl-data.bas File Reference
#include "fb.bi"
#include "fbint.bi"
#include "ast.bi"
#include "rtl.bi"
Include dependency graph for rtl-data.bas:

Go to the source code of this file.

Functions

sub rtlDataModInit ()
 
sub rtlDataModEnd ()
 
function_as_integer rtlDataRead (byval_as_ASTNODE_ptr varexpr)
 
function_as_integer rtlDataRestore (byval_as_FBSYMBOL_ptr label, byval_as_ASTNODE_ptr afternode)
 

Variables

FB_RTL_PROCDEF funcdata [to...+1] =
 

Function Documentation

sub rtlDataModEnd ( )

Definition at line 166 of file rtl-data.bas.

Here is the caller graph for this function:

sub rtlDataModInit ( )

Definition at line 159 of file rtl-data.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_integer rtlDataRead ( byval_as_ASTNODE_ptr  varexpr)

Definition at line 174 of file rtl-data.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_integer rtlDataRestore ( byval_as_FBSYMBOL_ptr  label,
byval_as_ASTNODE_ptr  afternode 
)

Definition at line 268 of file rtl-data.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

FB_RTL_PROCDEF funcdata[to...+1] =

Definition at line 12 of file rtl-data.bas.