![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include "hecmw_ablex.h"
#include "hecmw_util.h"
#include <unistd.h>
Go to the source code of this file.
Data Structures | |
struct | yy_buffer_state |
struct | yy_trans_info |
union | YYSTYPE |
Macros | |
#define | YY_INT_ALIGNED short int |
#define | yy_create_buffer HECMW_ab_create_buffer |
#define | yy_delete_buffer HECMW_ab_delete_buffer |
#define | yy_scan_buffer HECMW_ab_scan_buffer |
#define | yy_scan_string HECMW_ab_scan_string |
#define | yy_scan_bytes HECMW_ab_scan_bytes |
#define | yy_init_buffer HECMW_ab_init_buffer |
#define | yy_flush_buffer HECMW_ab_flush_buffer |
#define | yy_load_buffer_state HECMW_ab_load_buffer_state |
#define | yy_switch_to_buffer HECMW_ab_switch_to_buffer |
#define | yypush_buffer_state HECMW_abpush_buffer_state |
#define | yypop_buffer_state HECMW_abpop_buffer_state |
#define | yyensure_buffer_stack HECMW_abensure_buffer_stack |
#define | yy_flex_debug HECMW_ab_flex_debug |
#define | yyin HECMW_abin |
#define | yyleng HECMW_ableng |
#define | yylex HECMW_ablex |
#define | yylineno HECMW_ablineno |
#define | yyout HECMW_about |
#define | yyrestart HECMW_abrestart |
#define | yytext HECMW_abtext |
#define | yywrap HECMW_abwrap |
#define | yyalloc HECMW_aballoc |
#define | yyrealloc HECMW_abrealloc |
#define | yyfree HECMW_abfree |
#define | FLEX_SCANNER |
#define | YY_FLEX_MAJOR_VERSION 2 |
#define | YY_FLEX_MINOR_VERSION 6 |
#define | YY_FLEX_SUBMINOR_VERSION 4 |
#define | FLEX_BETA |
#define | HECMW_ab_create_buffer_ALREADY_DEFINED |
#define | HECMW_ab_delete_buffer_ALREADY_DEFINED |
#define | HECMW_ab_scan_buffer_ALREADY_DEFINED |
#define | HECMW_ab_scan_string_ALREADY_DEFINED |
#define | HECMW_ab_scan_bytes_ALREADY_DEFINED |
#define | HECMW_ab_init_buffer_ALREADY_DEFINED |
#define | HECMW_ab_flush_buffer_ALREADY_DEFINED |
#define | HECMW_ab_load_buffer_state_ALREADY_DEFINED |
#define | HECMW_ab_switch_to_buffer_ALREADY_DEFINED |
#define | HECMW_abpush_buffer_state_ALREADY_DEFINED |
#define | HECMW_abpop_buffer_state_ALREADY_DEFINED |
#define | HECMW_abensure_buffer_stack_ALREADY_DEFINED |
#define | HECMW_ablex_ALREADY_DEFINED |
#define | HECMW_abrestart_ALREADY_DEFINED |
#define | yylex_init HECMW_ablex_init |
#define | yylex_init_extra HECMW_ablex_init_extra |
#define | yylex_destroy HECMW_ablex_destroy |
#define | yyget_debug HECMW_abget_debug |
#define | yyset_debug HECMW_abset_debug |
#define | yyget_extra HECMW_abget_extra |
#define | yyset_extra HECMW_abset_extra |
#define | yyget_in HECMW_abget_in |
#define | yyset_in HECMW_abset_in |
#define | yyget_out HECMW_abget_out |
#define | yyset_out HECMW_abset_out |
#define | yyget_leng HECMW_abget_leng |
#define | yyget_text HECMW_abget_text |
#define | yyget_lineno HECMW_abget_lineno |
#define | yyset_lineno HECMW_abset_lineno |
#define | HECMW_abwrap_ALREADY_DEFINED |
#define | HECMW_aballoc_ALREADY_DEFINED |
#define | HECMW_abrealloc_ALREADY_DEFINED |
#define | HECMW_abfree_ALREADY_DEFINED |
#define | HECMW_abtext_ALREADY_DEFINED |
#define | HECMW_ableng_ALREADY_DEFINED |
#define | HECMW_abin_ALREADY_DEFINED |
#define | HECMW_about_ALREADY_DEFINED |
#define | HECMW_ab_flex_debug_ALREADY_DEFINED |
#define | HECMW_ablineno_ALREADY_DEFINED |
#define | FLEXINT_H |
#define | INT8_MIN (-128) |
#define | INT16_MIN (-32767-1) |
#define | INT32_MIN (-2147483647-1) |
#define | INT8_MAX (127) |
#define | INT16_MAX (32767) |
#define | INT32_MAX (2147483647) |
#define | UINT8_MAX (255U) |
#define | UINT16_MAX (65535U) |
#define | UINT32_MAX (4294967295U) |
#define | SIZE_MAX (~(size_t)0) |
#define | yyconst const |
#define | yynoreturn |
#define | YY_NULL 0 |
#define | YY_SC_TO_UI(c) ((YY_CHAR) (c)) |
#define | BEGIN (yy_start) = 1 + 2 * |
#define | YY_START (((yy_start) - 1) / 2) |
#define | YYSTATE YY_START |
#define | YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) |
#define | YY_NEW_FILE yyrestart( yyin ) |
#define | YY_END_OF_BUFFER_CHAR 0 |
#define | YY_BUF_SIZE 16384 |
#define | YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) |
#define | YY_TYPEDEF_YY_BUFFER_STATE |
#define | YY_TYPEDEF_YY_SIZE_T |
#define | EOB_ACT_CONTINUE_SCAN 0 |
#define | EOB_ACT_END_OF_FILE 1 |
#define | EOB_ACT_LAST_MATCH 2 |
#define | YY_LESS_LINENO(n) |
#define | YY_LINENO_REWIND_TO(ptr) |
#define | yyless(n) |
#define | unput(c) yyunput( c, (yytext_ptr) ) |
#define | YY_STRUCT_YY_BUFFER_STATE |
#define | YY_BUFFER_NEW 0 |
#define | YY_BUFFER_NORMAL 1 |
#define | YY_BUFFER_EOF_PENDING 2 |
#define | YY_CURRENT_BUFFER |
#define | YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] |
#define | YY_FLUSH_BUFFER yy_flush_buffer( YY_CURRENT_BUFFER ) |
#define | yy_new_buffer yy_create_buffer |
#define | yy_set_interactive(is_interactive) |
#define | yy_set_bol(at_bol) |
#define | YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) |
#define | yytext_ptr yytext |
#define | YY_DO_BEFORE_ACTION |
#define | YY_NUM_RULES 161 |
#define | YY_END_OF_BUFFER 162 |
#define | REJECT reject_used_but_not_detected |
#define | yymore() yymore_used_but_not_detected |
#define | YY_MORE_ADJ 0 |
#define | YY_RESTORE_YY_MORE_OFFSET |
#define | INITIAL 0 |
#define | HEADER 1 |
#define | INCLUDE 2 |
#define | YY_EXTRA_TYPE void * |
#define | YY_READ_BUF_SIZE 8192 |
#define | ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0) |
#define | YY_INPUT(buf, result, max_size) |
#define | yyterminate() return YY_NULL |
#define | YY_START_STACK_INCR 25 |
#define | YY_FATAL_ERROR(msg) yy_fatal_error( msg ) |
#define | YY_DECL_IS_OURS 1 |
#define | YY_DECL int yylex (void) |
#define | YY_USER_ACTION |
#define | YY_BREAK /*LINTED*/break; |
#define | YY_RULE_SETUP |
#define | YY_EXIT_FAILURE 2 |
#define | yyless(n) |
#define | YYTABLES_NAME "yytables" |
Typedefs | |
typedef signed char | flex_int8_t |
typedef short int | flex_int16_t |
typedef int | flex_int32_t |
typedef unsigned char | flex_uint8_t |
typedef unsigned short int | flex_uint16_t |
typedef unsigned int | flex_uint32_t |
typedef struct yy_buffer_state * | YY_BUFFER_STATE |
typedef size_t | yy_size_t |
typedef flex_uint8_t | YY_CHAR |
typedef int | yy_state_type |
Functions | |
void | yyrestart (FILE *input_file) |
void | yy_switch_to_buffer (YY_BUFFER_STATE new_buffer) |
YY_BUFFER_STATE | yy_create_buffer (FILE *file, int size) |
void | yy_delete_buffer (YY_BUFFER_STATE b) |
void | yy_flush_buffer (YY_BUFFER_STATE b) |
void | yypush_buffer_state (YY_BUFFER_STATE new_buffer) |
YY_BUFFER_STATE | yy_scan_buffer (char *base, yy_size_t size) |
YY_BUFFER_STATE | yy_scan_string (const char *yy_str) |
YY_BUFFER_STATE | yy_scan_bytes (const char *bytes, int len) |
void * | yyalloc (yy_size_t) |
void * | yyrealloc (void *, yy_size_t) |
void | yyfree (void *) |
void | yyset_debug (int debug_flag) |
void | yyset_extra (YY_EXTRA_TYPE user_defined) |
void | yyset_in (FILE *_in_str) |
void | yyset_out (FILE *_out_str) |
void | yyset_lineno (int _line_number) |
if (!(yy_init)) | |
Variables | |
int | yyleng |
FILE * | yyin = NULL |
FILE * | yyout = NULL |
int | yylineno = 1 |
char * | yytext |
int | yy_flex_debug = 0 |
YY_DECL | |
char * | yy_cp |
char * | yy_bp |
int | yy_act |
#define BEGIN (yy_start) = 1 + 2 * |
Definition at line 376 of file hecmw_ablex.c.
Definition at line 1727 of file hecmw_ablex.c.
#define EOB_ACT_CONTINUE_SCAN 0 |
Definition at line 420 of file hecmw_ablex.c.
#define EOB_ACT_END_OF_FILE 1 |
Definition at line 421 of file hecmw_ablex.c.
#define EOB_ACT_LAST_MATCH 2 |
Definition at line 422 of file hecmw_ablex.c.
#define FLEX_BETA |
Definition at line 38 of file hecmw_ablex.c.
#define FLEX_SCANNER |
Definition at line 33 of file hecmw_ablex.c.
#define FLEXINT_H |
Definition at line 288 of file hecmw_ablex.c.
#define HEADER 1 |
Definition at line 1633 of file hecmw_ablex.c.
#define HECMW_ab_create_buffer_ALREADY_DEFINED |
Definition at line 42 of file hecmw_ablex.c.
#define HECMW_ab_delete_buffer_ALREADY_DEFINED |
Definition at line 48 of file hecmw_ablex.c.
#define HECMW_ab_flex_debug_ALREADY_DEFINED |
Definition at line 264 of file hecmw_ablex.c.
#define HECMW_ab_flush_buffer_ALREADY_DEFINED |
Definition at line 78 of file hecmw_ablex.c.
#define HECMW_ab_init_buffer_ALREADY_DEFINED |
Definition at line 72 of file hecmw_ablex.c.
#define HECMW_ab_load_buffer_state_ALREADY_DEFINED |
Definition at line 84 of file hecmw_ablex.c.
#define HECMW_ab_scan_buffer_ALREADY_DEFINED |
Definition at line 54 of file hecmw_ablex.c.
#define HECMW_ab_scan_bytes_ALREADY_DEFINED |
Definition at line 66 of file hecmw_ablex.c.
#define HECMW_ab_scan_string_ALREADY_DEFINED |
Definition at line 60 of file hecmw_ablex.c.
#define HECMW_ab_switch_to_buffer_ALREADY_DEFINED |
Definition at line 90 of file hecmw_ablex.c.
#define HECMW_aballoc_ALREADY_DEFINED |
Definition at line 222 of file hecmw_ablex.c.
#define HECMW_abensure_buffer_stack_ALREADY_DEFINED |
Definition at line 108 of file hecmw_ablex.c.
#define HECMW_abfree_ALREADY_DEFINED |
Definition at line 234 of file hecmw_ablex.c.
#define HECMW_abin_ALREADY_DEFINED |
Definition at line 252 of file hecmw_ablex.c.
#define HECMW_ableng_ALREADY_DEFINED |
Definition at line 246 of file hecmw_ablex.c.
#define HECMW_ablex_ALREADY_DEFINED |
Definition at line 114 of file hecmw_ablex.c.
#define HECMW_ablineno_ALREADY_DEFINED |
Definition at line 270 of file hecmw_ablex.c.
#define HECMW_about_ALREADY_DEFINED |
Definition at line 258 of file hecmw_ablex.c.
#define HECMW_abpop_buffer_state_ALREADY_DEFINED |
Definition at line 102 of file hecmw_ablex.c.
#define HECMW_abpush_buffer_state_ALREADY_DEFINED |
Definition at line 96 of file hecmw_ablex.c.
#define HECMW_abrealloc_ALREADY_DEFINED |
Definition at line 228 of file hecmw_ablex.c.
#define HECMW_abrestart_ALREADY_DEFINED |
Definition at line 120 of file hecmw_ablex.c.
#define HECMW_abtext_ALREADY_DEFINED |
Definition at line 240 of file hecmw_ablex.c.
#define HECMW_abwrap_ALREADY_DEFINED |
Definition at line 216 of file hecmw_ablex.c.
#define INCLUDE 2 |
Definition at line 1634 of file hecmw_ablex.c.
#define INITIAL 0 |
Definition at line 1632 of file hecmw_ablex.c.
#define INT16_MAX (32767) |
Definition at line 330 of file hecmw_ablex.c.
#define INT16_MIN (-32767-1) |
Definition at line 321 of file hecmw_ablex.c.
#define INT32_MAX (2147483647) |
Definition at line 333 of file hecmw_ablex.c.
#define INT32_MIN (-2147483647-1) |
Definition at line 324 of file hecmw_ablex.c.
#define INT8_MAX (127) |
Definition at line 327 of file hecmw_ablex.c.
#define INT8_MIN (-128) |
Definition at line 318 of file hecmw_ablex.c.
#define REJECT reject_used_but_not_detected |
Definition at line 1601 of file hecmw_ablex.c.
#define SIZE_MAX (~(size_t)0) |
Definition at line 346 of file hecmw_ablex.c.
#define UINT16_MAX (65535U) |
Definition at line 339 of file hecmw_ablex.c.
#define UINT32_MAX (4294967295U) |
Definition at line 342 of file hecmw_ablex.c.
#define UINT8_MAX (255U) |
Definition at line 336 of file hecmw_ablex.c.
#define unput | ( | c | ) | yyunput( c, (yytext_ptr) ) |
Definition at line 440 of file hecmw_ablex.c.
#define YY_AT_BOL | ( | ) | (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) |
Definition at line 581 of file hecmw_ablex.c.
#define YY_BREAK /*LINTED*/break; |
Definition at line 1806 of file hecmw_ablex.c.
#define YY_BUF_SIZE 16384 |
Definition at line 398 of file hecmw_ablex.c.
#define YY_BUFFER_EOF_PENDING 2 |
Definition at line 502 of file hecmw_ablex.c.
#define YY_BUFFER_NEW 0 |
Definition at line 490 of file hecmw_ablex.c.
#define YY_BUFFER_NORMAL 1 |
Definition at line 491 of file hecmw_ablex.c.
#define yy_create_buffer HECMW_ab_create_buffer |
Definition at line 8 of file hecmw_ablex.c.
#define YY_CURRENT_BUFFER |
Definition at line 518 of file hecmw_ablex.c.
#define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] |
Definition at line 524 of file hecmw_ablex.c.
#define YY_DECL int yylex (void) |
Definition at line 1794 of file hecmw_ablex.c.
#define YY_DECL_IS_OURS 1 |
Definition at line 1790 of file hecmw_ablex.c.
#define yy_delete_buffer HECMW_ab_delete_buffer |
Definition at line 9 of file hecmw_ablex.c.
#define YY_DO_BEFORE_ACTION |
Definition at line 607 of file hecmw_ablex.c.
#define YY_END_OF_BUFFER 162 |
Definition at line 614 of file hecmw_ablex.c.
#define YY_END_OF_BUFFER_CHAR 0 |
Definition at line 387 of file hecmw_ablex.c.
#define YY_EXIT_FAILURE 2 |
#define YY_EXTRA_TYPE void * |
Definition at line 1645 of file hecmw_ablex.c.
#define YY_FATAL_ERROR | ( | msg | ) | yy_fatal_error( msg ) |
Definition at line 1781 of file hecmw_ablex.c.
int yy_flex_debug HECMW_ab_flex_debug |
Definition at line 20 of file hecmw_ablex.c.
#define YY_FLEX_MAJOR_VERSION 2 |
Definition at line 34 of file hecmw_ablex.c.
#define YY_FLEX_MINOR_VERSION 6 |
Definition at line 35 of file hecmw_ablex.c.
#define YY_FLEX_SUBMINOR_VERSION 4 |
Definition at line 36 of file hecmw_ablex.c.
#define yy_flush_buffer HECMW_ab_flush_buffer |
Definition at line 14 of file hecmw_ablex.c.
#define YY_FLUSH_BUFFER yy_flush_buffer( YY_CURRENT_BUFFER ) |
Definition at line 552 of file hecmw_ablex.c.
#define yy_init_buffer HECMW_ab_init_buffer |
Definition at line 13 of file hecmw_ablex.c.
#define YY_INPUT | ( | buf, | |
result, | |||
max_size | |||
) |
Definition at line 1734 of file hecmw_ablex.c.
#define YY_INT_ALIGNED short int |
Definition at line 4 of file hecmw_ablex.c.
#define YY_LESS_LINENO | ( | n | ) |
Definition at line 424 of file hecmw_ablex.c.
#define YY_LINENO_REWIND_TO | ( | ptr | ) |
Definition at line 425 of file hecmw_ablex.c.
static void yy_load_buffer_state HECMW_ab_load_buffer_state |
Definition at line 15 of file hecmw_ablex.c.
#define YY_MORE_ADJ 0 |
Definition at line 1603 of file hecmw_ablex.c.
#define yy_new_buffer yy_create_buffer |
Definition at line 562 of file hecmw_ablex.c.
Definition at line 386 of file hecmw_ablex.c.
#define YY_NULL 0 |
Definition at line 365 of file hecmw_ablex.c.
#define YY_NUM_RULES 161 |
Definition at line 613 of file hecmw_ablex.c.
#define YY_READ_BUF_SIZE 8192 |
Definition at line 1718 of file hecmw_ablex.c.
#define YY_RESTORE_YY_MORE_OFFSET |
Definition at line 1604 of file hecmw_ablex.c.
#define YY_RULE_SETUP |
Definition at line 1809 of file hecmw_ablex.c.
#define YY_SC_TO_UI | ( | c | ) | ((YY_CHAR) (c)) |
Definition at line 370 of file hecmw_ablex.c.
#define yy_scan_buffer HECMW_ab_scan_buffer |
Definition at line 10 of file hecmw_ablex.c.
#define yy_scan_bytes HECMW_ab_scan_bytes |
Definition at line 12 of file hecmw_ablex.c.
#define yy_scan_string HECMW_ab_scan_string |
Definition at line 11 of file hecmw_ablex.c.
#define yy_set_bol | ( | at_bol | ) |
Definition at line 572 of file hecmw_ablex.c.
#define yy_set_interactive | ( | is_interactive | ) |
Definition at line 563 of file hecmw_ablex.c.
#define YY_START (((yy_start) - 1) / 2) |
Definition at line 381 of file hecmw_ablex.c.
#define YY_START_STACK_INCR 25 |
Definition at line 1776 of file hecmw_ablex.c.
#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) |
Definition at line 404 of file hecmw_ablex.c.
#define YY_STATE_EOF | ( | state | ) | (YY_END_OF_BUFFER + state + 1) |
Definition at line 384 of file hecmw_ablex.c.
#define YY_STRUCT_YY_BUFFER_STATE |
Definition at line 443 of file hecmw_ablex.c.
#define yy_switch_to_buffer HECMW_ab_switch_to_buffer |
Definition at line 16 of file hecmw_ablex.c.
#define YY_TYPEDEF_YY_BUFFER_STATE |
Definition at line 407 of file hecmw_ablex.c.
#define YY_TYPEDEF_YY_SIZE_T |
Definition at line 412 of file hecmw_ablex.c.
#define YY_USER_ACTION |
Definition at line 1801 of file hecmw_ablex.c.
#define yyalloc HECMW_aballoc |
Definition at line 29 of file hecmw_ablex.c.
#define yyconst const |
Definition at line 356 of file hecmw_ablex.c.
static void yyensure_buffer_stack HECMW_abensure_buffer_stack |
Definition at line 19 of file hecmw_ablex.c.
#define yyfree HECMW_abfree |
Definition at line 31 of file hecmw_ablex.c.
int yyget_debug HECMW_abget_debug |
Definition at line 146 of file hecmw_ablex.c.
YY_EXTRA_TYPE yyget_extra HECMW_abget_extra |
Definition at line 158 of file hecmw_ablex.c.
FILE * yyget_in HECMW_abget_in |
Definition at line 170 of file hecmw_ablex.c.
int yyget_leng HECMW_abget_leng |
Definition at line 194 of file hecmw_ablex.c.
int yyget_lineno HECMW_abget_lineno |
Definition at line 206 of file hecmw_ablex.c.
FILE * yyget_out HECMW_abget_out |
Definition at line 182 of file hecmw_ablex.c.
char * yyget_text HECMW_abget_text |
Definition at line 200 of file hecmw_ablex.c.
FILE * yyin HECMW_abin |
Definition at line 21 of file hecmw_ablex.c.
int yyleng HECMW_ableng |
Definition at line 22 of file hecmw_ablex.c.
#define yyless | ( | n | ) |
Definition at line 428 of file hecmw_ablex.c.
#define yyless | ( | n | ) |
Definition at line 428 of file hecmw_ablex.c.
int yylex HECMW_ablex |
Definition at line 23 of file hecmw_ablex.c.
int yylex_destroy HECMW_ablex_destroy |
Definition at line 140 of file hecmw_ablex.c.
#define yylex_init HECMW_ablex_init |
Definition at line 128 of file hecmw_ablex.c.
#define yylex_init_extra HECMW_ablex_init_extra |
Definition at line 134 of file hecmw_ablex.c.
int yylineno HECMW_ablineno |
Definition at line 24 of file hecmw_ablex.c.
#define yymore | ( | ) | yymore_used_but_not_detected |
Definition at line 1602 of file hecmw_ablex.c.
#define yynoreturn |
Definition at line 361 of file hecmw_ablex.c.
FILE * yyout HECMW_about |
Definition at line 25 of file hecmw_ablex.c.
void yypop_buffer_state HECMW_abpop_buffer_state |
Definition at line 18 of file hecmw_ablex.c.
#define yypush_buffer_state HECMW_abpush_buffer_state |
Definition at line 17 of file hecmw_ablex.c.
#define yyrealloc HECMW_abrealloc |
Definition at line 30 of file hecmw_ablex.c.
#define yyrestart HECMW_abrestart |
Definition at line 26 of file hecmw_ablex.c.
#define yyset_debug HECMW_abset_debug |
Definition at line 152 of file hecmw_ablex.c.
#define yyset_extra HECMW_abset_extra |
Definition at line 164 of file hecmw_ablex.c.
#define yyset_in HECMW_abset_in |
Definition at line 176 of file hecmw_ablex.c.
#define yyset_lineno HECMW_abset_lineno |
Definition at line 212 of file hecmw_ablex.c.
#define yyset_out HECMW_abset_out |
Definition at line 188 of file hecmw_ablex.c.
#define YYSTATE YY_START |
Definition at line 382 of file hecmw_ablex.c.
#define YYTABLES_NAME "yytables" |
#define yyterminate | ( | ) | return YY_NULL |
Definition at line 1771 of file hecmw_ablex.c.
char * yytext HECMW_abtext |
Definition at line 27 of file hecmw_ablex.c.
#define yytext_ptr yytext |
Definition at line 597 of file hecmw_ablex.c.
int yywrap HECMW_abwrap |
Definition at line 28 of file hecmw_ablex.c.
typedef short int flex_int16_t |
Definition at line 310 of file hecmw_ablex.c.
typedef int flex_int32_t |
Definition at line 311 of file hecmw_ablex.c.
typedef signed char flex_int8_t |
Definition at line 309 of file hecmw_ablex.c.
typedef unsigned short int flex_uint16_t |
Definition at line 313 of file hecmw_ablex.c.
typedef unsigned int flex_uint32_t |
Definition at line 314 of file hecmw_ablex.c.
typedef unsigned char flex_uint8_t |
Definition at line 312 of file hecmw_ablex.c.
typedef struct yy_buffer_state* YY_BUFFER_STATE |
Definition at line 408 of file hecmw_ablex.c.
typedef flex_uint8_t YY_CHAR |
Definition at line 584 of file hecmw_ablex.c.
typedef size_t yy_size_t |
Definition at line 413 of file hecmw_ablex.c.
typedef int yy_state_type |
Definition at line 588 of file hecmw_ablex.c.
if | ( | ! | yy_init | ) |
Definition at line 1823 of file hecmw_ablex.c.
YY_BUFFER_STATE yy_create_buffer | ( | FILE * | file, |
int | size | ||
) |
void yy_delete_buffer | ( | YY_BUFFER_STATE | b | ) |
void yy_flush_buffer | ( | YY_BUFFER_STATE | b | ) |
YY_BUFFER_STATE yy_scan_buffer | ( | char * | base, |
yy_size_t | size | ||
) |
YY_BUFFER_STATE yy_scan_bytes | ( | const char * | bytes, |
int | len | ||
) |
YY_BUFFER_STATE yy_scan_string | ( | const char * | yy_str | ) |
void yy_switch_to_buffer | ( | YY_BUFFER_STATE | new_buffer | ) |
void* yyalloc | ( | yy_size_t | ) |
void yyfree | ( | void * | ) |
void yypush_buffer_state | ( | YY_BUFFER_STATE | new_buffer | ) |
void* yyrealloc | ( | void * | , |
yy_size_t | |||
) |
void yyrestart | ( | FILE * | input_file | ) |
void yyset_debug | ( | int | debug_flag | ) |
void yyset_extra | ( | YY_EXTRA_TYPE | user_defined | ) |
void yyset_in | ( | FILE * | _in_str | ) |
void yyset_lineno | ( | int | _line_number | ) |
void yyset_out | ( | FILE * | _out_str | ) |
int yy_act |
Definition at line 1821 of file hecmw_ablex.c.
char * yy_bp |
Definition at line 1820 of file hecmw_ablex.c.
char* yy_cp |
Definition at line 1820 of file hecmw_ablex.c.
YY_DECL |
The main scanner function which does all the work.
Definition at line 1818 of file hecmw_ablex.c.
int yy_flex_debug = 0 |
Definition at line 1596 of file hecmw_ablex.c.
FILE* yyin = NULL |
Definition at line 586 of file hecmw_ablex.c.
int yyleng |
Definition at line 529 of file hecmw_ablex.c.
int yylineno = 1 |
Definition at line 591 of file hecmw_ablex.c.
FILE * yyout = NULL |
Definition at line 418 of file hecmw_ablex.c.
char* yytext |
Definition at line 1605 of file hecmw_ablex.c.