#include <tcl.h>
#include "tcl_commands.h"
#include "VMDApp.h"
#include "config.h"
Go to the source code of this file.
Functions | |
int | text_cmd_plugin (ClientData cd, Tcl_Interp *interp, int argc, const char *argv[]) |
|
Definition at line 26 of file cmd_plugin.C. References VMDApp::get_plugin, VMDApp::list_plugins, NULL, ResizeArray< vmdplugin_t * >::num, num, VMDApp::plugin_dlopen, VMDApp::plugin_update, result, and strupncmp. |