#include "pltcl.h"
#include "plplotP.h"
Go to the source code of this file.
◆ TCL_STORAGE_CLASS
#define TCL_STORAGE_CLASS DLLEXPORT |
◆ TclFormatInt
#define TclFormatInt |
( |
| buf, |
|
|
| n ) |
Value:sprintf( (
buf ),
"%ld", (
long) ( n ) )
Definition at line 51 of file tclMain.c.
◆ _ANSI_ARGS_() [1/2]
char *strcpy _ANSI_ARGS_ |
( |
(char *dst, CONST char *src) | | ) |
|
|
extern |
◆ _ANSI_ARGS_() [2/2]
int isatty _ANSI_ARGS_ |
( |
(int fd) | | ) |
|
|
extern |
◆ plPrepOutputHandler() [1/2]
static void plPrepOutputHandler |
( |
Tcl_Interp * | interp, |
|
|
int | code, |
|
|
int | tty ) |
|
static |
◆ plPrepOutputHandler() [2/2]
static void plPrepOutputHandler |
( |
Tcl_Interp * | PL_UNUSEDinterp, |
|
|
int | PL_UNUSEDcode, |
|
|
int | PL_UNUSEDtty ) |
|
static |
◆ pltclMain()
int PLDLLEXPORT pltclMain |
( |
int | argc, |
|
|
char ** | argv, |
|
|
char * | PL_UNUSEDRcFileName, |
|
|
int(* | appInitProc )(Tcl_Interp *interp) ) |
◆ TclGetStartupScriptFileName()
const char * TclGetStartupScriptFileName |
( |
void | | ) |
|
◆ TclSetStartupScriptFileName()
void TclSetStartupScriptFileName |
( |
char * | fileName | ) |
|
◆ options
◆ pltcl_notes
const char* pltcl_notes[] |
|
static |
Initial value:= {
"Specifying the filename on the command line is compatible with modern",
"tclsh syntax. Old tclsh's used the -f syntax, which is still supported.",
"You may use either syntax but not both.",
NULL
}
Definition at line 101 of file tclMain.c.
◆ tclErrorHandler
void(* tclErrorHandler) (Tcl_Interp *interp, int code, int tty) |
( |
Tcl_Interp * | interp, |
|
|
int | code, |
|
|
int | tty ) = NULL |
◆ tclPrepOutputHandler
◆ tclStartupScript
char* tclStartupScript = NULL |
|
static |
◆ tclStartupScriptFileName
const char* tclStartupScriptFileName = NULL |
|
static |