gsymcheck

prototype.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

SCM g_rc_gsymcheck_version (SCM version)
void g_register_funcs (void)
SCM g_quit (void)
void gsymcheck_quit (void)
void main_prog (void *closure, int argc, char *argv[])
int main (int argc, char *argv[])
void i_vars_set (TOPLEVEL *pr_current)
void usage (char *cmd)
int parse_commandline (int argc, char *argv[])
int s_check_all (TOPLEVEL *pr_current)
int s_check_symbol (TOPLEVEL *pr_current, PAGE *p_current, const GList *obj_list)
gboolean s_check_list_has_item (char **list, char *item)
void s_check_symbol_structure (const GList *obj_list, SYMCHECK *s_current)
void s_check_text (const GList *obj_list, SYMCHECK *s_current)
void s_check_graphical (const GList *obj_list, SYMCHECK *s_current)
void s_check_device (const GList *obj_list, SYMCHECK *s_current)
void s_check_pinseq (const GList *obj_list, SYMCHECK *s_current)
void s_check_pinnumber (const GList *obj_list, SYMCHECK *s_current)
void s_check_pin_ongrid (const GList *obj_list, SYMCHECK *s_current)
void s_check_slotdef (const GList *obj_list, SYMCHECK *s_current)
void s_check_oldpin (const GList *obj_list, SYMCHECK *s_current)
void s_check_oldslot (const GList *obj_list, SYMCHECK *s_current)
void s_check_nets_buses (const GList *obj_list, SYMCHECK *s_current)
void s_check_connections (const GList *obj_list, SYMCHECK *s_current)
void s_check_missing_attribute (OBJECT *object, char *attribute, SYMCHECK *s_current)
void s_check_missing_attributes (const GList *obj_list, SYMCHECK *s_current)
void s_check_pintype (const GList *obj_list, SYMCHECK *s_current)
void s_log_update (const gchar *log_domain, GLogLevelFlags log_level, const gchar *buf)
SYMCHECKs_symstruct_init (void)
void s_symstruct_print (SYMCHECK *s_current)
void s_symstruct_free (SYMCHECK *s_current)

Function Documentation

SCM g_rc_gsymcheck_version ( SCM  version)

Definition at line 46 of file g_rc.c.

void g_register_funcs ( void  )

Definition at line 42 of file g_register.c.

Here is the call graph for this function:

SCM g_quit ( void  )

Definition at line 54 of file g_register.c.

Here is the call graph for this function:

void gsymcheck_quit ( void  )

Definition at line 41 of file gsymcheck.c.

void main_prog ( void *  closure,
int  argc,
char *  argv[] 
)

Definition at line 50 of file gsymcheck.c.

Here is the call graph for this function:

int main ( int  argc,
char *  argv[] 
)

Definition at line 142 of file gsymcheck.c.

Here is the call graph for this function:

void i_vars_set ( TOPLEVEL *  pr_current)

Definition at line 36 of file i_vars.c.

void usage ( char *  cmd)

Definition at line 43 of file parsecmd.c.

int parse_commandline ( int  argc,
char *  argv[] 
)

Definition at line 56 of file parsecmd.c.

Here is the call graph for this function:

int s_check_all ( TOPLEVEL *  pr_current)

Definition at line 42 of file s_check.c.

Here is the call graph for this function:

int s_check_symbol ( TOPLEVEL *  pr_current,
PAGE *  p_current,
const GList *  obj_list 
)

Definition at line 68 of file s_check.c.

Here is the call graph for this function:

gboolean s_check_list_has_item ( char **  list,
char *  item 
)

Definition at line 172 of file s_check.c.

void s_check_symbol_structure ( const GList *  obj_list,
SYMCHECK s_current 
)

Definition at line 183 of file s_check.c.

Here is the call graph for this function:

void s_check_text ( const GList *  obj_list,
SYMCHECK s_current 
)

Definition at line 266 of file s_check.c.

void s_check_graphical ( const GList *  obj_list,
SYMCHECK s_current 
)

Definition at line 349 of file s_check.c.

void s_check_device ( const GList *  obj_list,
SYMCHECK s_current 
)

Definition at line 363 of file s_check.c.

void s_check_pinseq ( const GList *  obj_list,
SYMCHECK s_current 
)

Definition at line 405 of file s_check.c.

void s_check_pinnumber ( const GList *  obj_list,
SYMCHECK s_current 
)

Definition at line 532 of file s_check.c.

void s_check_pin_ongrid ( const GList *  obj_list,
SYMCHECK s_current 
)

Definition at line 720 of file s_check.c.

void s_check_slotdef ( const GList *  obj_list,
SYMCHECK s_current 
)

Definition at line 771 of file s_check.c.

void s_check_oldpin ( const GList *  obj_list,
SYMCHECK s_current 
)

Definition at line 1066 of file s_check.c.

void s_check_oldslot ( const GList *  obj_list,
SYMCHECK s_current 
)

Definition at line 1138 of file s_check.c.

void s_check_nets_buses ( const GList *  obj_list,
SYMCHECK s_current 
)

Definition at line 1208 of file s_check.c.

void s_check_connections ( const GList *  obj_list,
SYMCHECK s_current 
)

Definition at line 1240 of file s_check.c.

void s_check_missing_attribute ( OBJECT *  object,
char *  attribute,
SYMCHECK s_current 
)

Definition at line 1260 of file s_check.c.

void s_check_missing_attributes ( const GList *  obj_list,
SYMCHECK s_current 
)

Definition at line 1314 of file s_check.c.

Here is the call graph for this function:

void s_check_pintype ( const GList *  obj_list,
SYMCHECK s_current 
)

Definition at line 1383 of file s_check.c.

Here is the call graph for this function:

void s_log_update ( const gchar *  log_domain,
GLogLevelFlags  log_level,
const gchar *  buf 
)

Definition at line 28 of file s_log.c.

SYMCHECK* s_symstruct_init ( void  )

Definition at line 37 of file s_symstruct.c.

void s_symstruct_print ( SYMCHECK s_current)

Definition at line 86 of file s_symstruct.c.

void s_symstruct_free ( SYMCHECK s_current)

Definition at line 137 of file s_symstruct.c.

 All Data Structures Files Functions Variables Typedefs Defines