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

Go to the source code of this file.

Functions

function_as_integer cPrintStmt (byval_as_FB_TOKEN tk)
 
function_as_integer cWriteStmt ()
 
function_as_integer cLineInputStmt ()
 
function_as_integer cInputStmt ()
 
private function_as_ASTNODE_ptr hFileClose (byval_as_integer isfunc)
 
private function_as_ASTNODE_ptr hFilePut (byval_as_integer isfunc)
 
private function_as_ASTNODE_ptr hFileGet (byval_as_integer isfunc)
 
private function_as_ASTNODE_ptr hFileOpen (byval_as_integer isfunc)
 
private function_as_ASTNODE_ptr hFileRename (byval_as_integer isfunc)
 
function_as_integer cFileStmt (byval_as_FB_TOKEN tk)
 
function_as_ASTNODE_ptr cFileFunct (byval_as_FB_TOKEN tk)
 

Function Documentation

function_as_ASTNODE_ptr cFileFunct ( byval_as_FB_TOKEN  tk)

Definition at line 1233 of file parser-quirk-file.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_integer cFileStmt ( byval_as_FB_TOKEN  tk)

Definition at line 1139 of file parser-quirk-file.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_integer cInputStmt ( )

Definition at line 360 of file parser-quirk-file.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_integer cLineInputStmt ( )

Definition at line 266 of file parser-quirk-file.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_integer cPrintStmt ( byval_as_FB_TOKEN  tk)

Definition at line 15 of file parser-quirk-file.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_integer cWriteStmt ( )

Definition at line 200 of file parser-quirk-file.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private function_as_ASTNODE_ptr hFileClose ( byval_as_integer  isfunc)

Definition at line 444 of file parser-quirk-file.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private function_as_ASTNODE_ptr hFileGet ( byval_as_integer  isfunc)

Definition at line 631 of file parser-quirk-file.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private function_as_ASTNODE_ptr hFileOpen ( byval_as_integer  isfunc)

Definition at line 787 of file parser-quirk-file.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private function_as_ASTNODE_ptr hFilePut ( byval_as_integer  isfunc)

Definition at line 501 of file parser-quirk-file.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

private function_as_ASTNODE_ptr hFileRename ( byval_as_integer  isfunc)

Definition at line 1090 of file parser-quirk-file.bas.

Here is the call graph for this function:

Here is the caller graph for this function: