Code_Saturne
CFD tool
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Functions | Variables
mei_parser_glob.h File Reference

Define global variables usefull for the mathematical expression parsing. More...

#include "mei_node.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TOKEN_SIZE   200
 

Functions

int yyparse (void)
 
void yyerror (const char *s)
 

Variables

int mei_glob_column
 
int mei_glob_line
 
int mei_glob_ierr_list
 
int * mei_glob_column_list
 
int * mei_glob_line_list
 
char ** mei_glob_label_list
 
char * mei_glob_string_begin
 
char * mei_glob_string_end
 
mei_node_tmei_glob_root
 

Detailed Description

Define global variables usefull for the mathematical expression parsing.

Macro Definition Documentation

#define TOKEN_SIZE   200

Function Documentation

void yyerror ( const char *  s)

Here is the call graph for this function:

int yyparse ( void  )

Here is the call graph for this function:

Variable Documentation

int mei_glob_column
int* mei_glob_column_list
int mei_glob_ierr_list
char** mei_glob_label_list
int mei_glob_line
int* mei_glob_line_list
mei_node_t* mei_glob_root
char* mei_glob_string_begin
char* mei_glob_string_end