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

Go to the source code of this file.

Macros

#define CREATEFAKEID()
 

Functions

function_as_integer cMidStmt ()
 
function_as_integer cLRSetStmt (byval_as_FB_TOKEN tk)
 
private function_as_ASTNODE_ptr cStrCHR (byval_as_integer is_wstr)
 
private function_as_ASTNODE_ptr cStrASC ()
 
function_as_ASTNODE_ptr cCVXFunct (byval_as_FB_TOKEN tk)
 
function_as_ASTNODE_ptr cMKXFunct (byval_as_FB_TOKEN tk)
 
function_as_ASTNODE_ptr cStringFunct (byval_as_FB_TOKEN tk)
 

Macro Definition Documentation

#define CREATEFAKEID ( )
Value:
/* _
astNewVAR( symbAddTempVar( FB_DATATYPE_STRING ) ) */

Definition at line 58 of file parser-quirk-string.bas.

Function Documentation

function_as_ASTNODE_ptr cCVXFunct ( byval_as_FB_TOKEN  tk)

Definition at line 333 of file parser-quirk-string.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_integer cLRSetStmt ( byval_as_FB_TOKEN  tk)

Definition at line 63 of file parser-quirk-string.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_integer cMidStmt ( )

Definition at line 13 of file parser-quirk-string.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_ASTNODE_ptr cMKXFunct ( byval_as_FB_TOKEN  tk)

Definition at line 499 of file parser-quirk-string.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private function_as_ASTNODE_ptr cStrASC ( )

Definition at line 257 of file parser-quirk-string.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private function_as_ASTNODE_ptr cStrCHR ( byval_as_integer  is_wstr)

Definition at line 171 of file parser-quirk-string.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_ASTNODE_ptr cStringFunct ( byval_as_FB_TOKEN  tk)

Definition at line 628 of file parser-quirk-string.bas.

Here is the call graph for this function:

Here is the caller graph for this function: