|
PLplot 5.15.0
|
#include "plplotP.h"#include "pltkd.h"#include <stdio.h>#include <stdlib.h>#include <tcl.h>#include <tk.h>Go to the source code of this file.
Macros | |
| #define | BUFFER_SIZE 4000 |
Functions | |
| EXTERN int Itk_Init | _ANSI_ARGS_ ((Tcl_Interp *interp)) |
| char *strrchr | _ANSI_ARGS_ ((CONST char *string, int c)) |
| static void Prompt | _ANSI_ARGS_ ((Tcl_Interp *interploc, int partial)) |
| static void StdinProc | _ANSI_ARGS_ ((ClientData clientData, int mask)) |
| int | pltkMain (int argc, const char **argv, char *RcFileName, int(*AppInit)(Tcl_Interp *interp)) |
| static void | StdinProc (ClientData PL_UNUSED(clientData), int PL_UNUSED(mask)) |
| static void | Prompt (Tcl_Interp *interploc, int partial) |
Variables | |
| static Tcl_Interp * | interp |
| static Tcl_DString | command |
| static int | tty |
| static char | errorExitCmd [] = "exit 1" |
| static int | synchronize = 0 |
| static const char * | script = NULL |
| static const char * | fileName = NULL |
| static const char * | name = NULL |
| static const char * | display = NULL |
| static const char * | geometry = NULL |
| static Tk_ArgvInfo | argTable [] |
| #define BUFFER_SIZE 4000 |
|
static |
|
extern |
| EXTERN Tcl_Namespace *Tcl_GetGlobalNamespace _ANSI_ARGS_ | ( | (Tcl_Interp *interp) | ) |
|
static |
| int pltkMain | ( | int | argc, |
| const char ** | argv, | ||
| char * | RcFileName, | ||
| int(* | AppInit )(Tcl_Interp *interp) ) |
|
static |
|
static |