#include "ekg2-config.h"#include <string.h>#include <ctype.h>#include "commands.h"#include "debug.h"#include "dynstuff.h"#include "sessions.h"#include "stuff.h"#include "themes.h"#include "userlist.h"#include "windows.h"#include "xmalloc.h"#include "queries.h"#include "dynstuff_inline.h"Definicje | |
| #define | _XOPEN_SOURCE 600 |
| #define | __EXTENSIONS__ |
| #define | _BSD_SOURCE |
Funkcje | |
| 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 | |
Zmienne | |
| char * | send_nicks [SEND_NICKS_MAX] = { NULL } |
| int | send_nicks_count = 0 |
| int | send_nicks_index = 0 |
| static int | quit_command = 0 |
| command_t * | commands = NULL |
| char | shortopt |
| char const char * | longopt |
| #define __EXTENSIONS__ |
| #define _BSD_SOURCE |
| #define _XOPEN_SOURCE 600 |
| 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 | |||
| ) | const |
| static LIST_FREE_ITEM | ( | list_command_free | , | |
| command_t * | ||||
| ) | [static] |
| char const char* longopt |
int quit_command = 0 [static] |
| char* send_nicks[SEND_NICKS_MAX] = { NULL } |
| int send_nicks_count = 0 |
| int send_nicks_index = 0 |
| char shortopt |
1.7.1