pcb 4.1.1
An interactive printed circuit board layout editor.
|
Data Fields | |
char * | Name |
short | Code |
short | Flags |
struct ContextCar * | Context |
struct TokenCar * | Token |
struct Context * | Next |
short Context::Code |
Definition at line 5513 of file edif.c.
Referenced by FindContext(), MatchContext(), and ParseEDIF().
struct ContextCar* Context::Context |
Definition at line 5515 of file edif.c.
Referenced by MatchContext(), and ParseEDIF().
short Context::Flags |
char* Context::Name |
Definition at line 5512 of file edif.c.
Referenced by MatchContext().
struct Context* Context::Next |
Definition at line 5517 of file edif.c.
Referenced by FindContext(), and ParseEDIF().
struct TokenCar* Context::Token |
Definition at line 5516 of file edif.c.
Referenced by MatchToken(), and ParseEDIF().