#include "common.h"
#include <time.h>
#include "bsocket.h"
#include "bu/defines.h"
#include "bu/log.h"
#include "bu/vls.h"
Go to the source code of this file.
|
#define | BU_CMD_NULL (int (*)(void *, int, const char **))NULL |
|
|
int | bu_cmd (const struct bu_cmdtab *cmds, int argc, const char *argv[], int cmd_index, void *data, int *result) |
| Routine(s) for processing subcommands. More...
|
|
int | bu_cmd_valid (const struct bu_cmdtab *cmds, const char *cmdname) |
|
DEPRECATED int | bu_cmdhist_history (void *data, int argc, const char **argv) |
| Routines for maintaining a command history. More...
|
|
DEPRECATED int | bu_cmdhist_add (void *data, int argc, const char **argv) |
|
DEPRECATED int | bu_cmdhist_curr (void *data, int argc, const char **argv) |
|
DEPRECATED int | bu_cmdhist_next (void *data, int argc, const char **argv) |
|
DEPRECATED int | bu_cmdhist_prev (void *data, int argc, const char **argv) |
|