gnetlist

globals.c File Reference

#include <config.h>
#include <stdio.h>
#include <libgeda/libgeda.h>
#include "../include/globals.h"
#include "../include/prototype.h"
Include dependency graph for globals.c:

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

Variable Documentation

char* rc_filename = NULL

Definition at line 34 of file globals.c.

int logfile_fd = -1

Definition at line 36 of file globals.c.

int logging_dest = LOG_WINDOW

Definition at line 37 of file globals.c.

NETLIST* netlist_head = NULL

Definition at line 40 of file globals.c.

NETLIST* graphical_netlist_head = NULL

Definition at line 41 of file globals.c.

char* guile_proc = NULL

Definition at line 43 of file globals.c.

int list_backends = FALSE

Definition at line 47 of file globals.c.

int verbose_mode = FALSE

Definition at line 48 of file globals.c.

int interactive_mode = FALSE

Definition at line 49 of file globals.c.

int quiet_mode = FALSE

Definition at line 50 of file globals.c.

int netlist_mode = gEDA

Definition at line 53 of file globals.c.

char* output_filename = NULL

Definition at line 54 of file globals.c.

SCM pre_rc_list = SCM_EOL

Definition at line 57 of file globals.c.

SCM pre_backend_list = SCM_EOL

Definition at line 60 of file globals.c.

SCM post_backend_list = SCM_EOL

Definition at line 64 of file globals.c.

GSList* input_files

Definition at line 67 of file globals.c.

GSList* backend_params = NULL

Definition at line 70 of file globals.c.

 All Data Structures Files Functions Variables Defines