#include <tcl.h>
#include <stdlib.h>
#include <ctype.h>
#include <tk.h>
#include "TclTextInterp.h"
#include "Inform.h"
#include "TclCommands.h"
#include "VMDApp.h"
#include "DisplayDevice.h"
#include "config.h"
#include <unistd.h>
Go to the source code of this file.
Functions | |
int | vmd_isatty (int fd) |
int | text_cmd_wait (ClientData cd, Tcl_Interp *interp, int argc, const char *argv[]) |
int | text_cmd_quit (ClientData cd, Tcl_Interp *interp, int argc, const char *argv[]) |
int | text_cmd_play (ClientData cd, Tcl_Interp *interp, int argc, const char *argv[]) |
|
Definition at line 153 of file TclTextInterp.C. References TclTextInterp::evalFile, and NULL. |
|
Definition at line 140 of file TclTextInterp.C. References VMDApp::exitFlag, and VMDApp::VMDexit. |
|
Definition at line 127 of file TclTextInterp.C. References NULL, and TclTextInterp::wait. |
|
Definition at line 64 of file TclTextInterp.C. References NULL. Referenced by TclTextInterp::TclTextInterp. |