gsymcheck

s_check.c File Reference

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

Go to the source code of this file.

Functions

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)

Function Documentation

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:

 All Data Structures Files Functions Variables Typedefs Defines