|
FreeBASIC
0.91.0
|

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] => |
| 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_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.


| function_as_const_zstring_ptr symbKeywordGetText | ( | byval_as_integer | tk) |
| sub symbKeywordInit | ( | ) |
Definition at line 272 of file symb-keyword.bas.


| SYMBKWD kwdTb[toFB_TOKENS+1] => |
Definition at line 27 of file symb-keyword.bas.