|
FreeBASIC
0.91.0
|

Go to the source code of this file.
Data Structures | |
| class | SYMBKWD |
Macros | |
| #define | LEX_FLAGS (LEXCHECK_NOWHITESPC or _ |
Functions | |
| sub | ppInclude () |
| sub | ppIncLib () |
| sub | ppLibPath () |
| sub | ppLine () |
| sub | ppLang () |
| sub | ppInit () |
| sub | ppEnd () |
| sub | ppCheck () |
| sub | ppParse () |
| private sub | hRtrimMacroText (byval_as_DZSTRING_ptr text) |
| function_as_zstring_ptr | ppReadLiteral (byval_as_integer ismultiline) |
| private sub | hRtrimMacroTextW (byval_as_DWSTRING_ptr text) |
| function_as_wstring_ptr | ppReadLiteralW (byval_as_integer ismultiline) |
| function_as_string | ppTypeOf () |
Variables | |
| PP_CTX | pp |
| const VAR | SYMB_MAXKEYWORDS = 24 |
| SYMBKWD | kwdTb [toSYMB_MAXKEYWORDS+1] => |
| #define LEX_FLAGS (LEXCHECK_NOWHITESPC or _ |
| private sub hRtrimMacroTextW | ( | byval_as_DWSTRING_ptr | text) |
| sub ppCheck | ( | ) |
| sub ppEnd | ( | ) |
| private sub ppIncLib | ( | ) |
| private sub ppInclude | ( | ) |
| sub ppInit | ( | ) |
| private sub ppLang | ( | ) |
| private sub ppLibPath | ( | ) |
| private sub ppLine | ( | ) |
| sub ppParse | ( | ) |
| function_as_zstring_ptr ppReadLiteral | ( | byval_as_integer | ismultiline) |
| function_as_wstring_ptr ppReadLiteralW | ( | byval_as_integer | ismultiline) |
| function_as_string ppTypeOf | ( | ) |