|
PLplot 5.15.0
|
Go to the source code of this file.
Macros | |
| #define | TclFormatInt(buf, n) |
| #define | TCL_STORAGE_CLASS DLLEXPORT |
Functions | |
| int isatty | _ANSI_ARGS_ ((int fd)) |
| char *strcpy | _ANSI_ARGS_ ((char *dst, CONST char *src)) |
| static void | plPrepOutputHandler (Tcl_Interp *interp, int code, int tty) |
| void | TclSetStartupScriptFileName (char *fileName) |
| const char * | TclGetStartupScriptFileName (void) |
| int PLDLLEXPORT | pltclMain (int argc, char **argv, char *PL_UNUSED(RcFileName), int(*appInitProc)(Tcl_Interp *interp)) |
| static void | plPrepOutputHandler (Tcl_Interp *PL_UNUSED(interp), int PL_UNUSED(code), int PL_UNUSED(tty)) |
Variables | |
| static const char * | tclStartupScriptFileName = NULL |
| void(* | tclErrorHandler )(Tcl_Interp *interp, int code, int tty) = NULL |
| void(* | tclPrepOutputHandler )(Tcl_Interp *interp, int code, int tty) = plPrepOutputHandler |
| static char * | tclStartupScript = NULL |
| static const char * | pltcl_notes [] |
| static PLOptionTable | options [] |
| #define TclFormatInt | ( | buf, | |
| n ) |
|
extern |
|
extern |
|
static |
|
static |
| int PLDLLEXPORT pltclMain | ( | int | argc, |
| char ** | argv, | ||
| char * | PL_UNUSEDRcFileName, | ||
| int(* | appInitProc )(Tcl_Interp *interp) ) |
|
static |
|
static |
| void(* tclPrepOutputHandler) (Tcl_Interp *interp, int code, int tty) | ( | Tcl_Interp * | interp, |
| int | code, | ||
| int | tty ) = plPrepOutputHandler |