#include "fb.bi"
#include "fbint.bi"
#include "parser.bi"
#include "hash.bi"
#include "list.bi"
Go to the source code of this file.
function_as_FBSYMBOL_ptr symbAddEnum |
( |
byval_as_zstring_ptr |
id, |
|
|
byval_as_zstring_ptr |
id_alias, |
|
|
byval_as_integer |
attrib |
|
) |
| |
function_as_FBSYMBOL_ptr symbAddEnumElement |
( |
byval_as_FBSYMBOL_ptr |
parent, |
|
|
byval_as_zstring_ptr |
id, |
|
|
byval_as_longint |
intval, |
|
|
byval_as_integer |
attrib |
|
) |
| |
sub symbDelEnum |
( |
byval_as_FBSYMBOL_ptr |
s) | |
|
function_as_FBSYMBOL_ptr symbGetEnumFirstElm |
( |
byval_as_FBSYMBOL_ptr |
parent) | |
|
function_as_FBSYMBOL_ptr symbGetEnumNextElm |
( |
byval_as_FBSYMBOL_ptr |
sym) | |
|