FreeBASIC
0.91.0
|
#include "fb.bi"
#include "fbint.bi"
#include "parser.bi"
#include "hash.bi"
#include "list.bi"
#include "lex.bi"
Go to the source code of this file.
Functions | |
function_as_FBSYMBOL_ptr | symbAddLabel (byval_as_zstring_ptr symbol, byval_as_FB_SYMBOPT options) |
function_as_FBSYMBOL_ptr | symbCloneLabel (byval_as_FBSYMBOL_ptr sym) |
sub | symbDelLabel (byval_as_FBSYMBOL_ptr s) |
function_as_integer | symbCheckLabels (byval_as_FBSYMBOL_ptr symtbhead) |
function_as_FBSYMBOL_ptr symbAddLabel | ( | byval_as_zstring_ptr | symbol, |
byval_as_FB_SYMBOPT | options | ||
) |
Definition at line 16 of file symb-label.bas.
function_as_integer symbCheckLabels | ( | byval_as_FBSYMBOL_ptr | symtbhead) |
Definition at line 149 of file symb-label.bas.
function_as_FBSYMBOL_ptr symbCloneLabel | ( | byval_as_FBSYMBOL_ptr | sym) |
Definition at line 126 of file symb-label.bas.
sub symbDelLabel | ( | byval_as_FBSYMBOL_ptr | s) |
Definition at line 136 of file symb-label.bas.