gnetlist
|
#include <config.h>
#include <stdio.h>
#include <libgeda/libgeda.h>
#include "../include/globals.h"
#include "../include/prototype.h"
Go to the source code of this file.
Variables | |
char * | rc_filename = NULL |
int | logfile_fd = -1 |
int | logging_dest = LOG_WINDOW |
NETLIST * | netlist_head = NULL |
NETLIST * | graphical_netlist_head = NULL |
char * | guile_proc = NULL |
int | list_backends = FALSE |
int | verbose_mode = FALSE |
int | interactive_mode = FALSE |
int | quiet_mode = FALSE |
int | netlist_mode = gEDA |
char * | output_filename = NULL |
SCM | pre_rc_list = SCM_EOL |
SCM | pre_backend_list = SCM_EOL |
SCM | post_backend_list = SCM_EOL |
GSList * | input_files |
GSList * | backend_params = NULL |
char* rc_filename = NULL |
int logfile_fd = -1 |
int logging_dest = LOG_WINDOW |
NETLIST* netlist_head = NULL |
NETLIST* graphical_netlist_head = NULL |
char* guile_proc = NULL |
int list_backends = FALSE |
int verbose_mode = FALSE |
int interactive_mode = FALSE |
int quiet_mode = FALSE |
int netlist_mode = gEDA |
char* output_filename = NULL |
SCM pre_rc_list = SCM_EOL |
SCM pre_backend_list = SCM_EOL |
SCM post_backend_list = SCM_EOL |
GSList* input_files |
GSList* backend_params = NULL |