libgeda
|
#include <config.h>
#include <stdio.h>
#include <sys/types.h>
#include "libgeda_priv.h"
Go to the source code of this file.
Data Structures | |
struct | st_attrib_names |
Defines | |
#define | MAX_ATTRIBS 128 |
Functions | |
int | s_attrib_add_entry (char *new_attrib) |
void | s_attrib_print () |
int | s_attrib_uniq (char *name) |
void | s_attrib_free () |
void | s_attrib_init () |
char * | s_attrib_get (int counter) |
Variables | |
static int | attrib_index = 0 |
static struct st_attrib_names | attrib [128] |
#define MAX_ATTRIBS 128 |
Definition at line 37 of file s_attrib.c.
int s_attrib_add_entry | ( | char * | new_attrib | ) |
Definition at line 57 of file s_attrib.c.
void s_attrib_print | ( | void | ) |
Definition at line 78 of file s_attrib.c.
int s_attrib_uniq | ( | char * | name | ) |
Definition at line 93 of file s_attrib.c.
void s_attrib_free | ( | void | ) |
Definition at line 111 of file s_attrib.c.
void s_attrib_init | ( | void | ) |
Definition at line 127 of file s_attrib.c.
char* s_attrib_get | ( | int | counter | ) |
Definition at line 140 of file s_attrib.c.
int attrib_index = 0 [static] |
Definition at line 45 of file s_attrib.c.
struct st_attrib_names attrib[128] [static] |
Definition at line 50 of file s_attrib.c.