My Project
0.0.16
QUCS Mapping
|
Go to the source code of this file.
Classes | |
struct | citi_header_t |
struct | citi_package_t |
Functions | |
void | citi_restart (FILE *) |
int | citi_parse (void) |
int | citi_error (char *) |
int | citi_lex (void) |
int | citi_lex_destroy (void) |
int | citi_check (void) |
void | citi_init (void) |
void | citi_destroy (void) |
Variables | |
dataset * | citi_result |
struct citi_package_t * | citi_root |
int | citi_lineno = 1 |
FILE * | citi_in = (FILE *) 0 |
__BEGIN_DECLS struct citi_t | citi_options |
int citi_check | ( | void | ) |
Definition at line 173 of file check_citi.cpp.
void citi_destroy | ( | void | ) |
Definition at line 268 of file check_citi.cpp.
int citi_error | ( | char * | ) |
void citi_init | ( | void | ) |
int citi_lex | ( | void | ) |
int citi_lex_destroy | ( | void | ) |
Definition at line 2039 of file scan_citi.cpp.
int citi_parse | ( | void | ) |
void citi_restart | ( | FILE * | input_file | ) |
Immediately switch to a different input stream.
input_file | A readable stream. |
INITIAL
. Definition at line 1552 of file scan_citi.cpp.
FILE * citi_in = (FILE *) 0 |
Definition at line 381 of file scan_citi.cpp.
int citi_lineno = 1 |
Definition at line 387 of file scan_citi.cpp.
__BEGIN_DECLS struct citi_t citi_options |
dataset* citi_result |
Definition at line 46 of file check_citi.cpp.
struct citi_package_t* citi_root |
Definition at line 47 of file check_citi.cpp.