gnetlist

g_rc.c File Reference

#include <config.h>
#include <missing.h>
#include <version.h>
#include <stdio.h>
#include <ctype.h>
#include <sys/stat.h>
#include <libgeda/libgeda.h>
#include "../include/globals.h"
#include "../include/i_vars.h"
#include "../include/prototype.h"
Include dependency graph for g_rc.c:

Go to the source code of this file.

Functions

SCM g_rc_gnetlist_version (SCM scm_version)
SCM g_rc_net_naming_priority (SCM mode)
SCM g_rc_hierarchy_traversal (SCM mode)
SCM g_rc_hierarchy_uref_mangle (SCM mode)
SCM g_rc_hierarchy_netname_mangle (SCM mode)
SCM g_rc_hierarchy_netattrib_mangle (SCM mode)
static char * g_strdup_scm_string (SCM scm_s)
SCM g_rc_hierarchy_netname_separator (SCM name)
SCM g_rc_hierarchy_netattrib_separator (SCM name)
SCM g_rc_hierarchy_uref_separator (SCM name)
SCM g_rc_hierarchy_netattrib_order (SCM mode)
SCM g_rc_hierarchy_netname_order (SCM mode)
SCM g_rc_hierarchy_uref_order (SCM mode)
SCM g_rc_unnamed_netname (SCM name)
SCM g_rc_unnamed_busname (SCM name)

Function Documentation

SCM g_rc_gnetlist_version ( SCM  scm_version)

Definition at line 48 of file g_rc.c.

Here is the call graph for this function:

SCM g_rc_net_naming_priority ( SCM  mode)

Definition at line 75 of file g_rc.c.

SCM g_rc_hierarchy_traversal ( SCM  mode)

Definition at line 86 of file g_rc.c.

SCM g_rc_hierarchy_uref_mangle ( SCM  mode)

Definition at line 97 of file g_rc.c.

SCM g_rc_hierarchy_netname_mangle ( SCM  mode)

Definition at line 108 of file g_rc.c.

SCM g_rc_hierarchy_netattrib_mangle ( SCM  mode)

Definition at line 119 of file g_rc.c.

static char* g_strdup_scm_string ( SCM  scm_s) [static]

Definition at line 131 of file g_rc.c.

SCM g_rc_hierarchy_netname_separator ( SCM  name)

Definition at line 141 of file g_rc.c.

Here is the call graph for this function:

SCM g_rc_hierarchy_netattrib_separator ( SCM  name)

Definition at line 153 of file g_rc.c.

Here is the call graph for this function:

SCM g_rc_hierarchy_uref_separator ( SCM  name)

Definition at line 165 of file g_rc.c.

Here is the call graph for this function:

SCM g_rc_hierarchy_netattrib_order ( SCM  mode)

Definition at line 177 of file g_rc.c.

SCM g_rc_hierarchy_netname_order ( SCM  mode)

Definition at line 188 of file g_rc.c.

SCM g_rc_hierarchy_uref_order ( SCM  mode)

Definition at line 199 of file g_rc.c.

SCM g_rc_unnamed_netname ( SCM  name)

Definition at line 210 of file g_rc.c.

Here is the call graph for this function:

SCM g_rc_unnamed_busname ( SCM  name)

Definition at line 222 of file g_rc.c.

Here is the call graph for this function:

 All Data Structures Files Functions Variables Defines