#include <config.h>
#include <missing.h>
#include <stdio.h>
#include <ctype.h>
#include <libgeda/libgeda.h>
#include "../include/globals.h"
#include "../include/prototype.h"
Go to the source code of this file.
Define Documentation
#define MAX_UNNAMED_NETS 99999999 |
#define MAX_UNNAMED_PINS 99999999 |
Function Documentation
NET* s_net_return_tail |
( |
NET * |
head | ) |
|
NET* s_net_return_head |
( |
NET * |
tail | ) |
|
NET* s_net_add |
( |
NET * |
ptr | ) |
|
void s_net_print |
( |
NET * |
ptr | ) |
|
char* s_net_return_connected_string |
( |
TOPLEVEL * |
pr_current, |
|
|
OBJECT * |
object, |
|
|
char * |
hierarchy_tag |
|
) |
| |
int s_net_find |
( |
NET * |
net_head, |
|
|
NET * |
node |
|
) |
| |
char* s_net_name_search |
( |
TOPLEVEL * |
pr_current, |
|
|
NET * |
net_head |
|
) |
| |
char* s_net_name |
( |
TOPLEVEL * |
pr_current, |
|
|
NETLIST * |
netlist_head, |
|
|
NET * |
net_head, |
|
|
char * |
hierarchy_tag, |
|
|
int |
type |
|
) |
| |
Variable Documentation