#include <tcl.h>
#include <tclDecls.h>
#include <tk.h>
Go to the source code of this file.
|
| void | PLP_Tcl_SetResult (Tcl_Interp *interp, char *result, Tcl_FreeProc *freeProc) |
| int | PLP_Tcl_Eval (Tcl_Interp *interp, const char *script) |
| char * | PLP_Tcl_GetStringResult (Tcl_Interp *interp) |
| const char * | PLP_Tcl_SetVar (Tcl_Interp *interp, const char *part1, const char *part2, const char *newValue, int flags) |
| void | Tcl_SetResult (Tcl_Interp *interp, char *result, Tcl_FreeProc *freeProc) |
| int | Tcl_Eval (Tcl_Interp *interp, const char *script) |
| char * | Tcl_GetStringResult (Tcl_Interp *interp) |
◆ PLP_Tcl_Eval()
| int PLP_Tcl_Eval |
( |
Tcl_Interp * | interp, |
|
|
const char * | script ) |
|
inline |
◆ PLP_Tcl_GetStringResult()
| char * PLP_Tcl_GetStringResult |
( |
Tcl_Interp * | interp | ) |
|
|
inline |
◆ PLP_Tcl_SetResult()
| void PLP_Tcl_SetResult |
( |
Tcl_Interp * | interp, |
|
|
char * | result, |
|
|
Tcl_FreeProc * | freeProc ) |
|
inline |
◆ PLP_Tcl_SetVar()
| const char * PLP_Tcl_SetVar |
( |
Tcl_Interp * | interp, |
|
|
const char * | part1, |
|
|
const char * | part2, |
|
|
const char * | newValue, |
|
|
int | flags ) |
|
inline |
◆ Tcl_Eval()
| int Tcl_Eval |
( |
Tcl_Interp * | interp, |
|
|
const char * | script ) |
|
inlineexport |
◆ Tcl_GetStringResult()
| char * Tcl_GetStringResult |
( |
Tcl_Interp * | interp | ) |
|
|
inlineexport |
◆ Tcl_SetResult()
| void Tcl_SetResult |
( |
Tcl_Interp * | interp, |
|
|
char * | result, |
|
|
Tcl_FreeProc * | freeProc ) |
|
inlineexport |
◆ TCL_BREAK
◆ TCL_CONTINUE
◆ TCL_DONT_WAIT
| int TCL_DONT_WAIT = (1<<1) |
|
inlineconstexprexport |
◆ TCL_DYNAMIC
| Tcl_FreeProc* const TCL_DYNAMIC = reinterpret_cast<Tcl_FreeProc*>(3) |
|
inlineexport |
◆ TCL_ERROR
◆ TCL_EVAL_DIRECT
| int TCL_EVAL_DIRECT = 0x040000 |
|
inlineconstexprexport |
◆ TCL_GLOBAL_ONLY
◆ TCL_OK
◆ TCL_RETURN
◆ TCL_STATIC
| Tcl_FreeProc* const TCL_STATIC = nullptr |
|
inlineexport |
◆ TCL_VOLATILE
| Tcl_FreeProc* const TCL_VOLATILE = reinterpret_cast<Tcl_FreeProc*>(-1) |
|
inlineexport |