|
gnetlist
|
#include <config.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.
Defines | |
| #define | DELIMITERS ",; " |
Functions | |
| NETLIST * | s_netlist_return_tail (NETLIST *head) |
| NETLIST * | s_netlist_return_head (NETLIST *tail) |
| NETLIST * | s_netlist_add (NETLIST *ptr) |
| void | s_netlist_print (NETLIST *ptr) |
| void | s_netlist_post_process (TOPLEVEL *pr_current, NETLIST *head) |
| void | s_netlist_name_named_nets (TOPLEVEL *pr_current, NETLIST *named_netlist, NETLIST *unnamed_netlist) |
| char * | s_netlist_netname_of_netid (TOPLEVEL *pr_current, NETLIST *netlist_head, int net_id) |
| #define DELIMITERS ",; " |
Definition at line 42 of file s_netlist.c.
| NETLIST* s_netlist_return_tail | ( | NETLIST * | head | ) |
Definition at line 46 of file s_netlist.c.
| NETLIST* s_netlist_return_head | ( | NETLIST * | tail | ) |
Definition at line 62 of file s_netlist.c.
| NETLIST* s_netlist_add | ( | NETLIST * | ptr | ) |
Definition at line 78 of file s_netlist.c.
| void s_netlist_print | ( | NETLIST * | ptr | ) |
| void s_netlist_post_process | ( | TOPLEVEL * | pr_current, |
| NETLIST * | head | ||
| ) |
| void s_netlist_name_named_nets | ( | TOPLEVEL * | pr_current, |
| NETLIST * | named_netlist, | ||
| NETLIST * | unnamed_netlist | ||
| ) |
| char* s_netlist_netname_of_netid | ( | TOPLEVEL * | pr_current, |
| NETLIST * | netlist_head, | ||
| int | net_id | ||
| ) |
Definition at line 277 of file s_netlist.c.