PLplot
5.9.9
|
#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)) |
EXTERN int Tcl_Import | _ANSI_ARGS_ ((Tcl_Interp *interp, Tcl_Namespace *nsPtr, char *pattern, int allowOverwrite)) |
char *strrchr | _ANSI_ARGS_ ((CONST char *string, int c)) |
static void Prompt | _ANSI_ARGS_ ((Tcl_Interp *interp, 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 *intp, 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 |
EXTERN Tcl_Namespace *Tcl_GetGlobalNamespace _ANSI_ARGS_ | ( | (Tcl_Interp *interp) | ) |
EXTERN int Tcl_Import _ANSI_ARGS_ | ( | (Tcl_Interp *interp, Tcl_Namespace *nsPtr, char *pattern, int allowOverwrite) | ) |
char* strrchr _ANSI_ARGS_ | ( | (CONST char *string, int c) | ) |
int pltkMain | ( | int | argc, |
const char ** | argv, | ||
char * | RcFileName, | ||
int(*)(Tcl_Interp *interp) | AppInit | ||
) |
|
static |
|
static |
|
static |