FreeBASIC  0.91.0
symb-keyword.bas File Reference
#include "fb.bi"
#include "fbint.bi"
#include "hash.bi"
#include "list.bi"
Include dependency graph for symb-keyword.bas:

Go to the source code of this file.

Data Structures

class  SYMBKWD
 

Enumerations

enum  KWD_OPTION { KWD_OPTION_DEFAULT = &h00000000, KWD_OPTION_NO_QB = &h00000001, KWD_OPTION_STRSUFFIX = &h00000002, KWD_OPTION_QB_ONLY = &h00000004 }
 

Functions

sub symbKeywordInit ()
 
function_as_FBSYMBOL_ptr symbAddKeyword (byval_as_const_zstring_ptr symbol, byval_as_integer id, byval_as_integer class_, byval_as_FBHASHTB_ptr hashtb, byval_as_integer dtype, byval_as_FB_SYMBATTRIB attrib)
 
function_as_const_zstring_ptr symbKeywordGetText (byval_as_integer tk)
 

Variables

SYMBKWD kwdTb [toFB_TOKENS+1] =>
 

Enumeration Type Documentation

enum KWD_OPTION
Enumerator
KWD_OPTION_DEFAULT 
KWD_OPTION_NO_QB 
KWD_OPTION_STRSUFFIX 
KWD_OPTION_QB_ONLY 

Definition at line 12 of file symb-keyword.bas.

Function Documentation

function_as_FBSYMBOL_ptr symbAddKeyword ( byval_as_const_zstring_ptr  symbol,
byval_as_integer  id,
byval_as_integer  class_,
byval_as_FBHASHTB_ptr  hashtb,
byval_as_integer  dtype,
byval_as_FB_SYMBATTRIB  attrib 
)

Definition at line 314 of file symb-keyword.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

function_as_const_zstring_ptr symbKeywordGetText ( byval_as_integer  tk)

Definition at line 344 of file symb-keyword.bas.

Here is the caller graph for this function:

sub symbKeywordInit ( )

Definition at line 272 of file symb-keyword.bas.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

SYMBKWD kwdTb[toFB_TOKENS+1] =>

Definition at line 27 of file symb-keyword.bas.