#include "pltcl.h"
#include "plplotP.h"
Go to the source code of this file.
      
        
          | #define TCL_STORAGE_CLASS   DLLEXPORT | 
      
 
 
      
        
          | #define TclFormatInt | ( |  | buf, | 
        
          |  |  |  | n | 
        
          |  | ) |  | sprintf( ( buf ), "%ld", (long) ( n ) ) | 
      
 
 
      
        
          | 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 |  
          |  | ) |  |  |  | static | 
 
 
  
  | 
        
          | static void plPrepOutputHandler | ( | Tcl_Interp * | PL_UNUSEDinterp, |  
          |  |  | int | PL_UNUSEDcode, |  
          |  |  | int | PL_UNUSEDtty |  
          |  | ) |  |  |  | static | 
 
 
      
        
          | int PLDLLEXPORT pltclMain | ( | int | argc, | 
        
          |  |  | char ** | argv, | 
        
          |  |  | char * | PL_UNUSEDRcFileName, | 
        
          |  |  | int(*)(Tcl_Interp *interp) | appInitProc | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | const char * TclGetStartupScriptFileName | ( | void |  | ) |  | 
      
 
 
      
        
          | void TclSetStartupScriptFileName | ( | char * | fileName | ) |  | 
      
 
 
  
  | 
        
          | 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.
 
 
      
        
          | void( * tclErrorHandler)(Tcl_Interp *interp, int code, int tty) = NULL | 
      
 
 
  
  | 
        
          | char* tclStartupScript = NULL |  | static | 
 
 
  
  | 
        
          | const char* tclStartupScriptFileName = NULL |  | static |