My Project
0.0.16
QUCS Mapping
|
Go to the source code of this file.
Classes | |
struct | touchstone_t |
Functions | |
void | touchstone_restart (FILE *) |
int | touchstone_parse (void) |
int | touchstone_error (char *) |
int | touchstone_lex (void) |
int | touchstone_lex_destroy (void) |
int | touchstone_check (void) |
void | touchstone_init (void) |
void | touchstone_destroy (void) |
Variables | |
dataset * | touchstone_result |
vector * | touchstone_vector |
strlist * | touchstone_idents |
int | touchstone_lineno = 1 |
FILE * | touchstone_in = (FILE *) 0 |
__BEGIN_DECLS struct touchstone_t | touchstone_options |
int touchstone_check | ( | void | ) |
Definition at line 418 of file check_touchstone.cpp.
void touchstone_destroy | ( | void | ) |
int touchstone_error | ( | char * | ) |
void touchstone_init | ( | void | ) |
int touchstone_lex | ( | void | ) |
int touchstone_lex_destroy | ( | void | ) |
Definition at line 1821 of file scan_touchstone.cpp.
int touchstone_parse | ( | void | ) |
void touchstone_restart | ( | FILE * | input_file | ) |
Immediately switch to a different input stream.
input_file | A readable stream. |
INITIAL
. Definition at line 1334 of file scan_touchstone.cpp.
strlist* touchstone_idents |
Definition at line 48 of file check_touchstone.cpp.
FILE * touchstone_in = (FILE *) 0 |
Definition at line 381 of file scan_touchstone.cpp.
int touchstone_lineno = 1 |
Definition at line 387 of file scan_touchstone.cpp.
__BEGIN_DECLS struct touchstone_t touchstone_options |
Definition at line 53 of file check_touchstone.cpp.
dataset* touchstone_result |
Definition at line 49 of file check_touchstone.cpp.
vector* touchstone_vector |
Definition at line 50 of file check_touchstone.cpp.