|
Qucs-core
0.0.19
|

Go to the source code of this file.
Data Structures | |
| struct | zvr_header_t |
| struct | zvr_vector_t |
| struct | zvr_line_t |
| struct | zvr_data_t |
Namespaces | |
| namespace | qucs |
Functions | |
| void | zvr_restart (FILE *) |
| __BEGIN_DECLS int | zvr_check (void) |
| int | zvr_parse (void) |
| int | zvr_error (const char *) |
| int | zvr_lex (void) |
| int | zvr_lex_destroy (void) |
| void | zvr_destroy (void) |
| void | zvr_init (void) |
Variables | |
| int | zvr_lineno |
| FILE * | zvr_in |
| __END_DECLS qucs::dataset * | zvr_result |
| struct zvr_data_t * | zvr_root |
| __BEGIN_DECLS int zvr_check | ( | void | ) |
Definition at line 220 of file check_zvr.cpp.
| void zvr_destroy | ( | void | ) |
Definition at line 255 of file check_zvr.cpp.
Definition at line 892 of file parse_zvr.y.
| void zvr_init | ( | void | ) |
Definition at line 268 of file check_zvr.cpp.
| int zvr_lex_destroy | ( | void | ) |
| void zvr_restart | ( | FILE * | ) |
| FILE* zvr_in |
| __END_DECLS qucs::dataset* zvr_result |
Definition at line 48 of file check_zvr.cpp.
| struct zvr_data_t* zvr_root |
Definition at line 49 of file check_zvr.cpp.
1.7.6.1