|
static int | command_add_compare (command_t *data1, command_t *data2) |
|
static | LIST_FREE_ITEM (list_command_free, command_t *) |
|
| DYNSTUFF_LIST_DECLARE_SORTED (commands, command_t, command_add_compare, list_command_free, static __DYNSTUFF_LIST_ADD_SORTED, EXPORTNOT __DYNSTUFF_LIST_REMOVE_ITER, EXPORTNOT __DYNSTUFF_LIST_DESTROY) int match_arg(const char *arg |
|
| if (len=longoptlen, len) |
|
void | tabnick_remove (const char *nick) |
|
static int | cmd_forward_to_server (const char *name, const char **params, session_t *session, const char *target, int quiet) |
|
static int | cmd_real_quit (const char *name, const char **params, session_t *session, const char *target, int quiet) |
|
static int | cmd_quit (const char *name, const char **params, session_t *session, const char *target, int quiet) |
|
static char * | strip_spaces (char *line) |
|
int | command_exec (const char *target, session_t *session, const char *xline, int quiet) |
|
int | command_exec_format (const char *target, session_t *session, int quiet, const char *format,...) |
|
int | binding_help (int a, int b) |
|
static const char * | ekg_status_label (const int status) |
|
int | binding_quick_list (int a, int b) |
|
static command_t * | command_find (const char *name) |
|
static command_t * | command_add_c (plugin_t *plugin, const char *name, char *params, command_func_t function, int flags, char *possibilities) |
|
command_t * | command_add (plugin_t *plugin, const char *name, char *params, command_func_t function, int flags, char *possibilities) |
|
EXPORTNOT command_t * | remote_command_add (const char *name, char *params) |
|
EXPORTNOT void | command_init () |
|