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

Go to the source code of this file.

Macros

#define FB_COLOR_FG_DEFAULT   /* &h00000001 */
 
#define FB_COLOR_BG_DEFAULT   /* &h00000002 */
 

Functions

sub rtlConsoleModInit ()
 
sub rtlConsoleModEnd ()
 
function_as_ASTNODE_ptr rtlConsoleView (byval_as_ASTNODE_ptr topexpr, byval_as_ASTNODE_ptr botexpr)
 
function_as_ASTNODE_ptr rtlWidthScreen (byval_as_ASTNODE_ptr width_arg, byval_as_ASTNODE_ptr height_arg, byval_as_integer isfunc)
 
function_as_ASTNODE_ptr rtlColor (byval_as_ASTNODE_ptr fexpr, byval_as_ASTNODE_ptr bexpr, byval_as_integer isfunc)
 
function_as_ASTNODE_ptr rtlPageSet (byval_as_ASTNODE_ptr active, byval_as_ASTNODE_ptr visible, byval_as_integer isfunc)
 
function_as_ASTNODE_ptr rtlConsoleReadXY (byval_as_ASTNODE_ptr rowexpr, byval_as_ASTNODE_ptr columnexpr, byval_as_ASTNODE_ptr colorflagexpr)
 

Variables

FB_RTL_PROCDEF funcdata [to...+1] =
 

Macro Definition Documentation

#define FB_COLOR_BG_DEFAULT   /* &h00000002 */

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

#define FB_COLOR_FG_DEFAULT   /* &h00000001 */

Definition at line 11 of file rtl-console.bas.

Function Documentation

function_as_ASTNODE_ptr rtlColor ( byval_as_ASTNODE_ptr  fexpr,
byval_as_ASTNODE_ptr  bexpr,
byval_as_integer  isfunc 
)

Definition at line 288 of file rtl-console.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

sub rtlConsoleModEnd ( )

Definition at line 214 of file rtl-console.bas.

Here is the caller graph for this function:

sub rtlConsoleModInit ( )

Definition at line 207 of file rtl-console.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_ASTNODE_ptr rtlConsoleReadXY ( byval_as_ASTNODE_ptr  rowexpr,
byval_as_ASTNODE_ptr  columnexpr,
byval_as_ASTNODE_ptr  colorflagexpr 
)

Definition at line 375 of file rtl-console.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_ASTNODE_ptr rtlConsoleView ( byval_as_ASTNODE_ptr  topexpr,
byval_as_ASTNODE_ptr  botexpr 
)

Definition at line 222 of file rtl-console.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_ASTNODE_ptr rtlPageSet ( byval_as_ASTNODE_ptr  active,
byval_as_ASTNODE_ptr  visible,
byval_as_integer  isfunc 
)

Definition at line 336 of file rtl-console.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_ASTNODE_ptr rtlWidthScreen ( byval_as_ASTNODE_ptr  width_arg,
byval_as_ASTNODE_ptr  height_arg,
byval_as_integer  isfunc 
)

Definition at line 250 of file rtl-console.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 14 of file rtl-console.bas.