#include <tcl.h>
Public Attributes | |
| CONST char * | commentStart |
| int | commentSize |
| CONST char * | commandStart |
| int | commandSize |
| int | numWords |
| Tcl_Token * | tokenPtr |
| int | numTokens |
| int | tokensAvailable |
| int | errorType |
| CONST char * | string |
| CONST char * | end |
| Tcl_Interp * | interp |
| CONST char * | term |
| int | incomplete |
| Tcl_Token | staticTokens [NUM_STATIC_TOKENS] |
Definition at line 2088 of file tcl.h.
| CONST char* Tcl_Parse::commandStart |
| CONST char* Tcl_Parse::commentStart |
| CONST char* Tcl_Parse::end |
| Tcl_Token Tcl_Parse::staticTokens[NUM_STATIC_TOKENS] |
| CONST char* Tcl_Parse::string |
| CONST char* Tcl_Parse::term |
1.5.7.1