FreeBASIC  0.91.0
pp-cond.bas File Reference
#include "fb.bi"
#include "fbint.bi"
#include "lex.bi"
#include "parser.bi"
#include "pp.bi"
Include dependency graph for pp-cond.bas:

Go to the source code of this file.

Data Structures

class  LEXPP_REC
 

Functions

sub ppSkip ()
 
sub ppCondInit ()
 
sub ppCondEnd ()
 
private function_as_integer ppExpression ()
 
sub ppCondIf ()
 
sub ppCondElse ()
 
sub ppCondEndIf ()
 
sub ppAssert ()
 

Variables

const VAR FB_PP_MAXRECLEVEL = 64
 
LEXPP_REC pptb [toFB_PP_MAXRECLEVEL+1]
 

Function Documentation

sub ppAssert ( )

Definition at line 163 of file pp-cond.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

sub ppCondElse ( )

Definition at line 107 of file pp-cond.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

sub ppCondEnd ( )

Definition at line 27 of file pp-cond.bas.

Here is the caller graph for this function:

sub ppCondEndIf ( )

Definition at line 151 of file pp-cond.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

sub ppCondIf ( )

Definition at line 57 of file pp-cond.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

sub ppCondInit ( )

Definition at line 23 of file pp-cond.bas.

Here is the caller graph for this function:

private function_as_integer ppExpression ( )

Definition at line 30 of file pp-cond.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private sub ppSkip ( )

Definition at line 177 of file pp-cond.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

const VAR FB_PP_MAXRECLEVEL = 64

Definition at line 11 of file pp-cond.bas.

LEXPP_REC pptb[toFB_PP_MAXRECLEVEL+1]

Definition at line 21 of file pp-cond.bas.