#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <tcl.h>
#include "config.h"
#include "CommandQueue.h"
#include "utilities.h"
#include "VMDApp.h"
#include "TextEvent.h"
Go to the source code of this file.
Functions | |
int | text_cmd_sleep (ClientData, Tcl_Interp *, int argc, const char *argv[]) |
int | text_cmd_gopython (ClientData cd, Tcl_Interp *interp, int argc, const char *argv[]) |
|
Definition at line 47 of file cmd_util.C. References VMDApp::commandQueue, VMDApp::logfile_read, NULL, CommandQueue::runcommand, strupncmp, and VMDApp::textinterp_change. |
|
Definition at line 35 of file cmd_util.C. References vmd_sleep. |