|
ekg2
GIT master
|
#include "ekg2-config.h"#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "debug.h"#include "stuff.h"#include "themes.h"#include "vars.h"#include "xmalloc.h"#include "plugins.h"#include "dynstuff_inline.h"#include "queries.h"
Funkcje | |
| static int | variable_set (variable_t *v, const char *value) |
| static int | variable_add_compare (const variable_t *data1, const variable_t *data2) |
| static void | variables_add (variable_t *new) |
| static int | ekg_hash (const char *name) |
| __attribute__ ((visibility("hidden"))) | |
| variable_t * | variable_find (const char *name) |
| variable_map_t * | variable_map (int count,...) |
| variable_t * | variable_add (plugin_t *plugin, const char *name, int type, int display, void *ptr, variable_notify_func_t *notify, variable_map_t *map, variable_display_func_t *dyndisplay) |
| static int | on_off (const char *value) |
| static void | variable_list_freeone (variable_t *data) |
Zmienne | |
| variable_t * | variables = NULL |
| __attribute__ | ( | (visibility("hidden")) | ) |
|
static |
|
static |
| variable_t* variable_add | ( | plugin_t * | plugin, |
| const char * | name, | ||
| int | type, | ||
| int | display, | ||
| void * | ptr, | ||
| variable_notify_func_t * | notify, | ||
| variable_map_t * | map, | ||
| variable_display_func_t * | dyndisplay | ||
| ) |
|
static |
| variable_t* variable_find | ( | const char * | name | ) |
|
static |
| variable_map_t* variable_map | ( | int | count, |
| ... | |||
| ) |
|
static |
|
static |
| variable_t* variables = NULL |
1.8.13