#include <tcl.h>
Collaboration diagram for Tcl_Parse:

Data Fields | |
| 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 2080 of file tcl.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6