#include "common.h"
#include "tcl.h"
#include "machine.h"
#include "cmd.h"
Include dependency graph for cmdhist.c:
Go to the source code of this file.
Functions | |
int | bu_cmdhist_history (ClientData clientData, Tcl_Interp *interp, int argc, char **argv) |
Prints out the command history. | |
int | bu_cmdhist_add (ClientData clientData, Tcl_Interp *interp, int argc, char **argv) |
Add a command to the history list. | |
int | bu_cmdhist_prev (ClientData clientData, Tcl_Interp *interp, int argc, char **argv) |
int | bu_cmdhist_curr (ClientData clientData, Tcl_Interp *interp, int argc, char **argv) |
int | bu_cmdhist_next (ClientData clientData, Tcl_Interp *interp, int argc, char **argv) |
The history routines were borrowed from mged/history.c and modified to work with command history objects.
Definition in file cmdhist.c.