MISR Toolkit
1.5.1
|
#include "odldef.h"
Go to the source code of this file.
Macros | |
#define | YYLMAX BUFSIZ |
#define | YYNEWLINE 10 |
#define | unput(X) for (nc=strlen(X); nc > 0; yyunput(X[--nc])) |
Functions | |
int | ReadValue (AGGREGATE node, char *parameter_name, char *value_string) |
Variables | |
int | nc |
AGGREGATE | ODLroot_node |
AGGREGATE | ODLcurrent_aggregate |
int | ODLerror_count |
int | ODLwarning_count |
int | ODLlinenumber_flag |
FILE * | yyin |
FILE * | yyout |
char | yysbuf [YYLMAX] |
char * | yysptr |
int | yylineno |
int | yyprevious |
int ReadValue | ( | AGGREGATE | node, |
char * | parameter_name, | ||
char * | value_string | ||
) |
int yylineno |
char yysbuf[YYLMAX] |
char* yysptr |