My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
check_netlist.h File Reference
#include "netdefs.h"
Include dependency graph for check_netlist.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void netlist_status (void)
 
void netlist_list (void)
 
void netlist_destroy (void)
 
void netlist_destroy_env (void)
 
int netlist_checker (environment *)
 
int netlist_parse (void)
 
int netlist_error (char *)
 
int netlist_lex (void)
 
int netlist_lex_destroy (void)
 
int netlist_checker_variables (environment *)
 
struct definition_tnetlist_unchain_definition (struct definition_t *, struct definition_t *)
 

Variables

int netlist_lineno = 1
 
FILE * netlist_in = (FILE *) 0
 
__BEGIN_DECLS struct definition_tdefinition_root
 

Function Documentation

int netlist_checker ( environment )

Definition at line 1916 of file check_netlist.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int netlist_checker_variables ( environment )

Definition at line 882 of file check_netlist.cpp.

Here is the caller graph for this function:

void netlist_destroy ( void  )

Definition at line 1980 of file check_netlist.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void netlist_destroy_env ( void  )

Definition at line 1991 of file check_netlist.cpp.

Here is the caller graph for this function:

int netlist_error ( char *  )

Definition at line 2814 of file parse_netlist.cpp.

Here is the call graph for this function:

int netlist_lex ( void  )
int netlist_lex_destroy ( void  )

Definition at line 2406 of file scan_netlist.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void netlist_list ( void  )

Here is the caller graph for this function:

int netlist_parse ( void  )

Here is the caller graph for this function:

void netlist_status ( void  )

Definition at line 1829 of file check_netlist.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

struct definition_t* netlist_unchain_definition ( struct definition_t ,
struct definition_t  
)
read

Definition at line 1647 of file check_netlist.cpp.

Here is the caller graph for this function:

Variable Documentation

__BEGIN_DECLS struct definition_t* definition_root

Definition at line 47 of file check_netlist.cpp.

FILE * netlist_in = (FILE *) 0

Definition at line 381 of file scan_netlist.cpp.

int netlist_lineno = 1

Definition at line 387 of file scan_netlist.cpp.