|
FreeBASIC
0.91.0
|

Go to the source code of this file.
Data Structures | |
| class | SELECTCTX |
Functions | |
| sub | parserSelConstStmtInit () |
| sub | parserSelConstStmtEnd () |
| sub | cSelConstStmtBegin () |
| private function_as_integer | hSelConstAddCase (byval_as_integer swtbase, byval_as_ulongint value, byval_as_FBSYMBOL_ptr label) |
| sub | cSelConstStmtNext (byval_as_FB_CMPSTMTSTK_ptr stk) |
| sub | cSelConstStmtEnd (byval_as_FB_CMPSTMTSTK_ptr stk) |
Variables | |
| const VAR | FB_MAXSWTCASEEXPR = 8192 |
| const VAR | FB_MAXSWTCASERANGE = 4096 |
| SELECTCTX | ctx |
| sub cSelConstStmtBegin | ( | ) |
Definition at line 32 of file parser-compound-select-const.bas.


| sub cSelConstStmtEnd | ( | byval_as_FB_CMPSTMTSTK_ptr | stk) |
Definition at line 287 of file parser-compound-select-const.bas.


| sub cSelConstStmtNext | ( | byval_as_FB_CMPSTMTSTK_ptr | stk) |
Definition at line 172 of file parser-compound-select-const.bas.


| private function_as_integer hSelConstAddCase | ( | byval_as_integer | swtbase, |
| byval_as_ulongint | value, | ||
| byval_as_FBSYMBOL_ptr | label | ||
| ) |
Definition at line 127 of file parser-compound-select-const.bas.

| sub parserSelConstStmtEnd | ( | ) |
Definition at line 26 of file parser-compound-select-const.bas.

| sub parserSelConstStmtInit | ( | ) |
Definition at line 22 of file parser-compound-select-const.bas.

| SELECTCTX ctx |
Definition at line 20 of file parser-compound-select-const.bas.
| const VAR FB_MAXSWTCASEEXPR = 8192 |
Definition at line 11 of file parser-compound-select-const.bas.
| const VAR FB_MAXSWTCASERANGE = 4096 |
Definition at line 12 of file parser-compound-select-const.bas.