FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_heclex.c File Reference
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include "hecmw_heclex.h"
#include "hecmw_util.h"
#include <unistd.h>
Include dependency graph for hecmw_heclex.c:

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_hec_create_buffer
 
#define yy_delete_buffer   HECMW_hec_delete_buffer
 
#define yy_scan_buffer   HECMW_hec_scan_buffer
 
#define yy_scan_string   HECMW_hec_scan_string
 
#define yy_scan_bytes   HECMW_hec_scan_bytes
 
#define yy_init_buffer   HECMW_hec_init_buffer
 
#define yy_flush_buffer   HECMW_hec_flush_buffer
 
#define yy_load_buffer_state   HECMW_hec_load_buffer_state
 
#define yy_switch_to_buffer   HECMW_hec_switch_to_buffer
 
#define yypush_buffer_state   HECMW_hecpush_buffer_state
 
#define yypop_buffer_state   HECMW_hecpop_buffer_state
 
#define yyensure_buffer_stack   HECMW_hecensure_buffer_stack
 
#define yy_flex_debug   HECMW_hec_flex_debug
 
#define yyin   HECMW_hecin
 
#define yyleng   HECMW_hecleng
 
#define yylex   HECMW_heclex
 
#define yylineno   HECMW_heclineno
 
#define yyout   HECMW_hecout
 
#define yyrestart   HECMW_hecrestart
 
#define yytext   HECMW_hectext
 
#define yywrap   HECMW_hecwrap
 
#define yyalloc   HECMW_hecalloc
 
#define yyrealloc   HECMW_hecrealloc
 
#define yyfree   HECMW_hecfree
 
#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_hec_create_buffer_ALREADY_DEFINED
 
#define HECMW_hec_delete_buffer_ALREADY_DEFINED
 
#define HECMW_hec_scan_buffer_ALREADY_DEFINED
 
#define HECMW_hec_scan_string_ALREADY_DEFINED
 
#define HECMW_hec_scan_bytes_ALREADY_DEFINED
 
#define HECMW_hec_init_buffer_ALREADY_DEFINED
 
#define HECMW_hec_flush_buffer_ALREADY_DEFINED
 
#define HECMW_hec_load_buffer_state_ALREADY_DEFINED
 
#define HECMW_hec_switch_to_buffer_ALREADY_DEFINED
 
#define HECMW_hecpush_buffer_state_ALREADY_DEFINED
 
#define HECMW_hecpop_buffer_state_ALREADY_DEFINED
 
#define HECMW_hecensure_buffer_stack_ALREADY_DEFINED
 
#define HECMW_heclex_ALREADY_DEFINED
 
#define HECMW_hecrestart_ALREADY_DEFINED
 
#define yylex_init   HECMW_heclex_init
 
#define yylex_init_extra   HECMW_heclex_init_extra
 
#define yylex_destroy   HECMW_heclex_destroy
 
#define yyget_debug   HECMW_hecget_debug
 
#define yyset_debug   HECMW_hecset_debug
 
#define yyget_extra   HECMW_hecget_extra
 
#define yyset_extra   HECMW_hecset_extra
 
#define yyget_in   HECMW_hecget_in
 
#define yyset_in   HECMW_hecset_in
 
#define yyget_out   HECMW_hecget_out
 
#define yyset_out   HECMW_hecset_out
 
#define yyget_leng   HECMW_hecget_leng
 
#define yyget_text   HECMW_hecget_text
 
#define yyget_lineno   HECMW_hecget_lineno
 
#define yyset_lineno   HECMW_hecset_lineno
 
#define HECMW_hecwrap_ALREADY_DEFINED
 
#define HECMW_hecalloc_ALREADY_DEFINED
 
#define HECMW_hecrealloc_ALREADY_DEFINED
 
#define HECMW_hecfree_ALREADY_DEFINED
 
#define HECMW_hectext_ALREADY_DEFINED
 
#define HECMW_hecleng_ALREADY_DEFINED
 
#define HECMW_hecin_ALREADY_DEFINED
 
#define HECMW_hecout_ALREADY_DEFINED
 
#define HECMW_hec_flex_debug_ALREADY_DEFINED
 
#define HECMW_heclineno_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   102
 
#define YY_END_OF_BUFFER   103
 
#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_stateYY_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
 

Macro Definition Documentation

◆ BEGIN

#define BEGIN   (yy_start) = 1 + 2 *

Definition at line 376 of file hecmw_heclex.c.

◆ ECHO

#define ECHO   do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)

Definition at line 1299 of file hecmw_heclex.c.

◆ EOB_ACT_CONTINUE_SCAN

#define EOB_ACT_CONTINUE_SCAN   0

Definition at line 420 of file hecmw_heclex.c.

◆ EOB_ACT_END_OF_FILE

#define EOB_ACT_END_OF_FILE   1

Definition at line 421 of file hecmw_heclex.c.

◆ EOB_ACT_LAST_MATCH

#define EOB_ACT_LAST_MATCH   2

Definition at line 422 of file hecmw_heclex.c.

◆ FLEX_BETA

#define FLEX_BETA

Definition at line 38 of file hecmw_heclex.c.

◆ FLEX_SCANNER

#define FLEX_SCANNER

Definition at line 33 of file hecmw_heclex.c.

◆ FLEXINT_H

#define FLEXINT_H

Definition at line 288 of file hecmw_heclex.c.

◆ HEADER

#define HEADER   1

Definition at line 1205 of file hecmw_heclex.c.

◆ HECMW_hec_create_buffer_ALREADY_DEFINED

#define HECMW_hec_create_buffer_ALREADY_DEFINED

Definition at line 42 of file hecmw_heclex.c.

◆ HECMW_hec_delete_buffer_ALREADY_DEFINED

#define HECMW_hec_delete_buffer_ALREADY_DEFINED

Definition at line 48 of file hecmw_heclex.c.

◆ HECMW_hec_flex_debug_ALREADY_DEFINED

#define HECMW_hec_flex_debug_ALREADY_DEFINED

Definition at line 264 of file hecmw_heclex.c.

◆ HECMW_hec_flush_buffer_ALREADY_DEFINED

#define HECMW_hec_flush_buffer_ALREADY_DEFINED

Definition at line 78 of file hecmw_heclex.c.

◆ HECMW_hec_init_buffer_ALREADY_DEFINED

#define HECMW_hec_init_buffer_ALREADY_DEFINED

Definition at line 72 of file hecmw_heclex.c.

◆ HECMW_hec_load_buffer_state_ALREADY_DEFINED

#define HECMW_hec_load_buffer_state_ALREADY_DEFINED

Definition at line 84 of file hecmw_heclex.c.

◆ HECMW_hec_scan_buffer_ALREADY_DEFINED

#define HECMW_hec_scan_buffer_ALREADY_DEFINED

Definition at line 54 of file hecmw_heclex.c.

◆ HECMW_hec_scan_bytes_ALREADY_DEFINED

#define HECMW_hec_scan_bytes_ALREADY_DEFINED

Definition at line 66 of file hecmw_heclex.c.

◆ HECMW_hec_scan_string_ALREADY_DEFINED

#define HECMW_hec_scan_string_ALREADY_DEFINED

Definition at line 60 of file hecmw_heclex.c.

◆ HECMW_hec_switch_to_buffer_ALREADY_DEFINED

#define HECMW_hec_switch_to_buffer_ALREADY_DEFINED

Definition at line 90 of file hecmw_heclex.c.

◆ HECMW_hecalloc_ALREADY_DEFINED

#define HECMW_hecalloc_ALREADY_DEFINED

Definition at line 222 of file hecmw_heclex.c.

◆ HECMW_hecensure_buffer_stack_ALREADY_DEFINED

#define HECMW_hecensure_buffer_stack_ALREADY_DEFINED

Definition at line 108 of file hecmw_heclex.c.

◆ HECMW_hecfree_ALREADY_DEFINED

#define HECMW_hecfree_ALREADY_DEFINED

Definition at line 234 of file hecmw_heclex.c.

◆ HECMW_hecin_ALREADY_DEFINED

#define HECMW_hecin_ALREADY_DEFINED

Definition at line 252 of file hecmw_heclex.c.

◆ HECMW_hecleng_ALREADY_DEFINED

#define HECMW_hecleng_ALREADY_DEFINED

Definition at line 246 of file hecmw_heclex.c.

◆ HECMW_heclex_ALREADY_DEFINED

#define HECMW_heclex_ALREADY_DEFINED

Definition at line 114 of file hecmw_heclex.c.

◆ HECMW_heclineno_ALREADY_DEFINED

#define HECMW_heclineno_ALREADY_DEFINED

Definition at line 270 of file hecmw_heclex.c.

◆ HECMW_hecout_ALREADY_DEFINED

#define HECMW_hecout_ALREADY_DEFINED

Definition at line 258 of file hecmw_heclex.c.

◆ HECMW_hecpop_buffer_state_ALREADY_DEFINED

#define HECMW_hecpop_buffer_state_ALREADY_DEFINED

Definition at line 102 of file hecmw_heclex.c.

◆ HECMW_hecpush_buffer_state_ALREADY_DEFINED

#define HECMW_hecpush_buffer_state_ALREADY_DEFINED

Definition at line 96 of file hecmw_heclex.c.

◆ HECMW_hecrealloc_ALREADY_DEFINED

#define HECMW_hecrealloc_ALREADY_DEFINED

Definition at line 228 of file hecmw_heclex.c.

◆ HECMW_hecrestart_ALREADY_DEFINED

#define HECMW_hecrestart_ALREADY_DEFINED

Definition at line 120 of file hecmw_heclex.c.

◆ HECMW_hectext_ALREADY_DEFINED

#define HECMW_hectext_ALREADY_DEFINED

Definition at line 240 of file hecmw_heclex.c.

◆ HECMW_hecwrap_ALREADY_DEFINED

#define HECMW_hecwrap_ALREADY_DEFINED

Definition at line 216 of file hecmw_heclex.c.

◆ INCLUDE

#define INCLUDE   2

Definition at line 1206 of file hecmw_heclex.c.

◆ INITIAL

#define INITIAL   0

Definition at line 1204 of file hecmw_heclex.c.

◆ INT16_MAX

#define INT16_MAX   (32767)

Definition at line 330 of file hecmw_heclex.c.

◆ INT16_MIN

#define INT16_MIN   (-32767-1)

Definition at line 321 of file hecmw_heclex.c.

◆ INT32_MAX

#define INT32_MAX   (2147483647)

Definition at line 333 of file hecmw_heclex.c.

◆ INT32_MIN

#define INT32_MIN   (-2147483647-1)

Definition at line 324 of file hecmw_heclex.c.

◆ INT8_MAX

#define INT8_MAX   (127)

Definition at line 327 of file hecmw_heclex.c.

◆ INT8_MIN

#define INT8_MIN   (-128)

Definition at line 318 of file hecmw_heclex.c.

◆ REJECT

#define REJECT   reject_used_but_not_detected

Definition at line 1173 of file hecmw_heclex.c.

◆ SIZE_MAX

#define SIZE_MAX   (~(size_t)0)

Definition at line 346 of file hecmw_heclex.c.

◆ UINT16_MAX

#define UINT16_MAX   (65535U)

Definition at line 339 of file hecmw_heclex.c.

◆ UINT32_MAX

#define UINT32_MAX   (4294967295U)

Definition at line 342 of file hecmw_heclex.c.

◆ UINT8_MAX

#define UINT8_MAX   (255U)

Definition at line 336 of file hecmw_heclex.c.

◆ unput

#define unput (   c)    yyunput( c, (yytext_ptr) )

Definition at line 440 of file hecmw_heclex.c.

◆ YY_AT_BOL

#define YY_AT_BOL ( )    (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)

Definition at line 581 of file hecmw_heclex.c.

◆ YY_BREAK

#define YY_BREAK   /*LINTED*/break;

Definition at line 1378 of file hecmw_heclex.c.

◆ YY_BUF_SIZE

#define YY_BUF_SIZE   16384

Definition at line 398 of file hecmw_heclex.c.

◆ YY_BUFFER_EOF_PENDING

#define YY_BUFFER_EOF_PENDING   2

Definition at line 502 of file hecmw_heclex.c.

◆ YY_BUFFER_NEW

#define YY_BUFFER_NEW   0

Definition at line 490 of file hecmw_heclex.c.

◆ YY_BUFFER_NORMAL

#define YY_BUFFER_NORMAL   1

Definition at line 491 of file hecmw_heclex.c.

◆ yy_create_buffer

#define yy_create_buffer   HECMW_hec_create_buffer

Definition at line 8 of file hecmw_heclex.c.

◆ YY_CURRENT_BUFFER

#define YY_CURRENT_BUFFER
Value:
( (yy_buffer_stack) \
? (yy_buffer_stack)[(yy_buffer_stack_top)] \
: NULL)

Definition at line 518 of file hecmw_heclex.c.

◆ YY_CURRENT_BUFFER_LVALUE

#define YY_CURRENT_BUFFER_LVALUE   (yy_buffer_stack)[(yy_buffer_stack_top)]

Definition at line 524 of file hecmw_heclex.c.

◆ YY_DECL

#define YY_DECL   int yylex (void)

Definition at line 1366 of file hecmw_heclex.c.

◆ YY_DECL_IS_OURS

#define YY_DECL_IS_OURS   1

Definition at line 1362 of file hecmw_heclex.c.

◆ yy_delete_buffer

#define yy_delete_buffer   HECMW_hec_delete_buffer

Definition at line 9 of file hecmw_heclex.c.

◆ YY_DO_BEFORE_ACTION

#define YY_DO_BEFORE_ACTION
Value:
yyleng = (int) (yy_cp - yy_bp); \
(yy_hold_char) = *yy_cp; \
*yy_cp = '\0'; \
(yy_c_buf_p) = yy_cp;

Definition at line 607 of file hecmw_heclex.c.

◆ YY_END_OF_BUFFER

#define YY_END_OF_BUFFER   103

Definition at line 614 of file hecmw_heclex.c.

◆ YY_END_OF_BUFFER_CHAR

#define YY_END_OF_BUFFER_CHAR   0

Definition at line 387 of file hecmw_heclex.c.

◆ YY_EXIT_FAILURE

#define YY_EXIT_FAILURE   2

◆ YY_EXTRA_TYPE

#define YY_EXTRA_TYPE   void *

Definition at line 1217 of file hecmw_heclex.c.

◆ YY_FATAL_ERROR

#define YY_FATAL_ERROR (   msg)    yy_fatal_error( msg )

Definition at line 1353 of file hecmw_heclex.c.

◆ yy_flex_debug

#define yy_flex_debug   HECMW_hec_flex_debug

Definition at line 20 of file hecmw_heclex.c.

◆ YY_FLEX_MAJOR_VERSION

#define YY_FLEX_MAJOR_VERSION   2

Definition at line 34 of file hecmw_heclex.c.

◆ YY_FLEX_MINOR_VERSION

#define YY_FLEX_MINOR_VERSION   6

Definition at line 35 of file hecmw_heclex.c.

◆ YY_FLEX_SUBMINOR_VERSION

#define YY_FLEX_SUBMINOR_VERSION   4

Definition at line 36 of file hecmw_heclex.c.

◆ yy_flush_buffer

#define yy_flush_buffer   HECMW_hec_flush_buffer

Definition at line 14 of file hecmw_heclex.c.

◆ YY_FLUSH_BUFFER

#define YY_FLUSH_BUFFER   yy_flush_buffer( YY_CURRENT_BUFFER )

Definition at line 552 of file hecmw_heclex.c.

◆ yy_init_buffer

#define yy_init_buffer   HECMW_hec_init_buffer

Definition at line 13 of file hecmw_heclex.c.

◆ YY_INPUT

#define YY_INPUT (   buf,
  result,
  max_size 
)
Value:
if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
{ \
int c = '*'; \
int n; \
for ( n = 0; n < max_size && \
(c = getc( yyin )) != EOF && c != '\n'; ++n ) \
buf[n] = (char) c; \
if ( c == '\n' ) \
buf[n++] = (char) c; \
if ( c == EOF && ferror( yyin ) ) \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
result = n; \
} \
else \
{ \
errno=0; \
while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
{ \
if( errno != EINTR) \
{ \
YY_FATAL_ERROR( "input in flex scanner failed" ); \
break; \
} \
errno=0; \
clearerr(yyin); \
} \
}\
\

Definition at line 1306 of file hecmw_heclex.c.

◆ YY_INT_ALIGNED

#define YY_INT_ALIGNED   short int

Definition at line 4 of file hecmw_heclex.c.

◆ YY_LESS_LINENO

#define YY_LESS_LINENO (   n)

Definition at line 424 of file hecmw_heclex.c.

◆ YY_LINENO_REWIND_TO

#define YY_LINENO_REWIND_TO (   ptr)

Definition at line 425 of file hecmw_heclex.c.

◆ yy_load_buffer_state

#define yy_load_buffer_state   HECMW_hec_load_buffer_state

Definition at line 15 of file hecmw_heclex.c.

◆ YY_MORE_ADJ

#define YY_MORE_ADJ   0

Definition at line 1175 of file hecmw_heclex.c.

◆ yy_new_buffer

#define yy_new_buffer   yy_create_buffer

Definition at line 562 of file hecmw_heclex.c.

◆ YY_NEW_FILE

#define YY_NEW_FILE   yyrestart( yyin )

Definition at line 386 of file hecmw_heclex.c.

◆ YY_NULL

#define YY_NULL   0

Definition at line 365 of file hecmw_heclex.c.

◆ YY_NUM_RULES

#define YY_NUM_RULES   102

Definition at line 613 of file hecmw_heclex.c.

◆ YY_READ_BUF_SIZE

#define YY_READ_BUF_SIZE   8192

Definition at line 1290 of file hecmw_heclex.c.

◆ YY_RESTORE_YY_MORE_OFFSET

#define YY_RESTORE_YY_MORE_OFFSET

Definition at line 1176 of file hecmw_heclex.c.

◆ YY_RULE_SETUP

#define YY_RULE_SETUP
Value:
if ( yyleng > 0 ) \
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \
(yytext[yyleng - 1] == '\n'); \
YY_USER_ACTION

Definition at line 1381 of file hecmw_heclex.c.

◆ YY_SC_TO_UI

#define YY_SC_TO_UI (   c)    ((YY_CHAR) (c))

Definition at line 370 of file hecmw_heclex.c.

◆ yy_scan_buffer

#define yy_scan_buffer   HECMW_hec_scan_buffer

Definition at line 10 of file hecmw_heclex.c.

◆ yy_scan_bytes

#define yy_scan_bytes   HECMW_hec_scan_bytes

Definition at line 12 of file hecmw_heclex.c.

◆ yy_scan_string

#define yy_scan_string   HECMW_hec_scan_string

Definition at line 11 of file hecmw_heclex.c.

◆ yy_set_bol

#define yy_set_bol (   at_bol)
Value:
{ \
if ( ! YY_CURRENT_BUFFER ){\
yyensure_buffer_stack (); \
YY_CURRENT_BUFFER_LVALUE = \
yy_create_buffer( yyin, YY_BUF_SIZE ); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
}

Definition at line 572 of file hecmw_heclex.c.

◆ yy_set_interactive

#define yy_set_interactive (   is_interactive)
Value:
{ \
if ( ! YY_CURRENT_BUFFER ){ \
yyensure_buffer_stack (); \
YY_CURRENT_BUFFER_LVALUE = \
yy_create_buffer( yyin, YY_BUF_SIZE ); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
}

Definition at line 563 of file hecmw_heclex.c.

◆ YY_START

#define YY_START   (((yy_start) - 1) / 2)

Definition at line 381 of file hecmw_heclex.c.

◆ YY_START_STACK_INCR

#define YY_START_STACK_INCR   25

Definition at line 1348 of file hecmw_heclex.c.

◆ YY_STATE_BUF_SIZE

#define YY_STATE_BUF_SIZE   ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))

Definition at line 404 of file hecmw_heclex.c.

◆ YY_STATE_EOF

#define YY_STATE_EOF (   state)    (YY_END_OF_BUFFER + state + 1)

Definition at line 384 of file hecmw_heclex.c.

◆ YY_STRUCT_YY_BUFFER_STATE

#define YY_STRUCT_YY_BUFFER_STATE

Definition at line 443 of file hecmw_heclex.c.

◆ yy_switch_to_buffer

#define yy_switch_to_buffer   HECMW_hec_switch_to_buffer

Definition at line 16 of file hecmw_heclex.c.

◆ YY_TYPEDEF_YY_BUFFER_STATE

#define YY_TYPEDEF_YY_BUFFER_STATE

Definition at line 407 of file hecmw_heclex.c.

◆ YY_TYPEDEF_YY_SIZE_T

#define YY_TYPEDEF_YY_SIZE_T

Definition at line 412 of file hecmw_heclex.c.

◆ YY_USER_ACTION

#define YY_USER_ACTION

Definition at line 1373 of file hecmw_heclex.c.

◆ yyalloc

#define yyalloc   HECMW_hecalloc

Definition at line 29 of file hecmw_heclex.c.

◆ yyconst

#define yyconst   const

Definition at line 356 of file hecmw_heclex.c.

◆ yyensure_buffer_stack

#define yyensure_buffer_stack   HECMW_hecensure_buffer_stack

Definition at line 19 of file hecmw_heclex.c.

◆ yyfree

#define yyfree   HECMW_hecfree

Definition at line 31 of file hecmw_heclex.c.

◆ yyget_debug

#define yyget_debug   HECMW_hecget_debug

Definition at line 146 of file hecmw_heclex.c.

◆ yyget_extra

#define yyget_extra   HECMW_hecget_extra

Definition at line 158 of file hecmw_heclex.c.

◆ yyget_in

#define yyget_in   HECMW_hecget_in

Definition at line 170 of file hecmw_heclex.c.

◆ yyget_leng

#define yyget_leng   HECMW_hecget_leng

Definition at line 194 of file hecmw_heclex.c.

◆ yyget_lineno

#define yyget_lineno   HECMW_hecget_lineno

Definition at line 206 of file hecmw_heclex.c.

◆ yyget_out

#define yyget_out   HECMW_hecget_out

Definition at line 182 of file hecmw_heclex.c.

◆ yyget_text

#define yyget_text   HECMW_hecget_text

Definition at line 200 of file hecmw_heclex.c.

◆ yyin

#define yyin   HECMW_hecin

Definition at line 21 of file hecmw_heclex.c.

◆ yyleng

#define yyleng   HECMW_hecleng

Definition at line 22 of file hecmw_heclex.c.

◆ yyless [1/2]

#define yyless (   n)
Value:
do \
{ \
/* Undo effects of setting up yytext. */ \
int yyless_macro_arg = (n); \
YY_LESS_LINENO(yyless_macro_arg);\
*yy_cp = (yy_hold_char); \
YY_RESTORE_YY_MORE_OFFSET \
(yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
YY_DO_BEFORE_ACTION; /* set up yytext again */ \
} \
while ( 0 )

Definition at line 428 of file hecmw_heclex.c.

◆ yyless [2/2]

#define yyless (   n)
Value:
do \
{ \
/* Undo effects of setting up yytext. */ \
int yyless_macro_arg = (n); \
YY_LESS_LINENO(yyless_macro_arg);\
yytext[yyleng] = (yy_hold_char); \
(yy_c_buf_p) = yytext + yyless_macro_arg; \
(yy_hold_char) = *(yy_c_buf_p); \
*(yy_c_buf_p) = '\0'; \
yyleng = yyless_macro_arg; \
} \
while ( 0 )

Definition at line 428 of file hecmw_heclex.c.

◆ yylex

#define yylex   HECMW_heclex

Definition at line 23 of file hecmw_heclex.c.

◆ yylex_destroy

#define yylex_destroy   HECMW_heclex_destroy

Definition at line 140 of file hecmw_heclex.c.

◆ yylex_init

#define yylex_init   HECMW_heclex_init

Definition at line 128 of file hecmw_heclex.c.

◆ yylex_init_extra

#define yylex_init_extra   HECMW_heclex_init_extra

Definition at line 134 of file hecmw_heclex.c.

◆ yylineno

#define yylineno   HECMW_heclineno

Definition at line 24 of file hecmw_heclex.c.

◆ yymore

#define yymore ( )    yymore_used_but_not_detected

Definition at line 1174 of file hecmw_heclex.c.

◆ yynoreturn

#define yynoreturn

Definition at line 361 of file hecmw_heclex.c.

◆ yyout

#define yyout   HECMW_hecout

Definition at line 25 of file hecmw_heclex.c.

◆ yypop_buffer_state

#define yypop_buffer_state   HECMW_hecpop_buffer_state

Definition at line 18 of file hecmw_heclex.c.

◆ yypush_buffer_state

#define yypush_buffer_state   HECMW_hecpush_buffer_state

Definition at line 17 of file hecmw_heclex.c.

◆ yyrealloc

#define yyrealloc   HECMW_hecrealloc

Definition at line 30 of file hecmw_heclex.c.

◆ yyrestart

#define yyrestart   HECMW_hecrestart

Definition at line 26 of file hecmw_heclex.c.

◆ yyset_debug

#define yyset_debug   HECMW_hecset_debug

Definition at line 152 of file hecmw_heclex.c.

◆ yyset_extra

#define yyset_extra   HECMW_hecset_extra

Definition at line 164 of file hecmw_heclex.c.

◆ yyset_in

#define yyset_in   HECMW_hecset_in

Definition at line 176 of file hecmw_heclex.c.

◆ yyset_lineno

#define yyset_lineno   HECMW_hecset_lineno

Definition at line 212 of file hecmw_heclex.c.

◆ yyset_out

#define yyset_out   HECMW_hecset_out

Definition at line 188 of file hecmw_heclex.c.

◆ YYSTATE

#define YYSTATE   YY_START

Definition at line 382 of file hecmw_heclex.c.

◆ YYTABLES_NAME

#define YYTABLES_NAME   "yytables"

◆ yyterminate

#define yyterminate ( )    return YY_NULL

Definition at line 1343 of file hecmw_heclex.c.

◆ yytext

#define yytext   HECMW_hectext

Definition at line 27 of file hecmw_heclex.c.

◆ yytext_ptr

#define yytext_ptr   yytext

Definition at line 597 of file hecmw_heclex.c.

◆ yywrap

#define yywrap   HECMW_hecwrap

Definition at line 28 of file hecmw_heclex.c.

Typedef Documentation

◆ flex_int16_t

typedef short int flex_int16_t

Definition at line 310 of file hecmw_heclex.c.

◆ flex_int32_t

typedef int flex_int32_t

Definition at line 311 of file hecmw_heclex.c.

◆ flex_int8_t

typedef signed char flex_int8_t

Definition at line 309 of file hecmw_heclex.c.

◆ flex_uint16_t

typedef unsigned short int flex_uint16_t

Definition at line 313 of file hecmw_heclex.c.

◆ flex_uint32_t

typedef unsigned int flex_uint32_t

Definition at line 314 of file hecmw_heclex.c.

◆ flex_uint8_t

typedef unsigned char flex_uint8_t

Definition at line 312 of file hecmw_heclex.c.

◆ YY_BUFFER_STATE

Definition at line 408 of file hecmw_heclex.c.

◆ YY_CHAR

Definition at line 584 of file hecmw_heclex.c.

◆ yy_size_t

typedef size_t yy_size_t

Definition at line 413 of file hecmw_heclex.c.

◆ yy_state_type

typedef int yy_state_type

Definition at line 588 of file hecmw_heclex.c.

Function Documentation

◆ if()

if ( yy_init)

Definition at line 1395 of file hecmw_heclex.c.

◆ yy_create_buffer()

YY_BUFFER_STATE yy_create_buffer ( FILE *  file,
int  size 
)

◆ yy_delete_buffer()

void yy_delete_buffer ( YY_BUFFER_STATE  b)

◆ yy_flush_buffer()

void yy_flush_buffer ( YY_BUFFER_STATE  b)

◆ yy_scan_buffer()

YY_BUFFER_STATE yy_scan_buffer ( char *  base,
yy_size_t  size 
)

◆ yy_scan_bytes()

YY_BUFFER_STATE yy_scan_bytes ( const char *  bytes,
int  len 
)

◆ yy_scan_string()

YY_BUFFER_STATE yy_scan_string ( const char *  yy_str)

◆ yy_switch_to_buffer()

void yy_switch_to_buffer ( YY_BUFFER_STATE  new_buffer)

◆ yyalloc()

void* yyalloc ( yy_size_t  )

◆ yyfree()

void yyfree ( void *  )

◆ yypush_buffer_state()

void yypush_buffer_state ( YY_BUFFER_STATE  new_buffer)

◆ yyrealloc()

void* yyrealloc ( void *  ,
yy_size_t   
)

◆ yyrestart()

void yyrestart ( FILE *  input_file)

◆ yyset_debug()

void yyset_debug ( int  debug_flag)

◆ yyset_extra()

void yyset_extra ( YY_EXTRA_TYPE  user_defined)

◆ yyset_in()

void yyset_in ( FILE *  _in_str)

◆ yyset_lineno()

void yyset_lineno ( int  _line_number)

◆ yyset_out()

void yyset_out ( FILE *  _out_str)

Variable Documentation

◆ yy_act

int yy_act

Definition at line 1393 of file hecmw_heclex.c.

◆ yy_bp

char * yy_bp

Definition at line 1392 of file hecmw_heclex.c.

◆ yy_cp

char* yy_cp

Definition at line 1392 of file hecmw_heclex.c.

◆ YY_DECL

YY_DECL
Initial value:
{
yy_state_type yy_current_state

The main scanner function which does all the work.

Definition at line 1390 of file hecmw_heclex.c.

◆ yy_flex_debug

int yy_flex_debug = 0

Definition at line 1168 of file hecmw_heclex.c.

◆ yyin

FILE* yyin = NULL

Definition at line 586 of file hecmw_heclex.c.

◆ yyleng

int yyleng

Definition at line 529 of file hecmw_heclex.c.

◆ yylineno

int yylineno = 1

Definition at line 591 of file hecmw_heclex.c.

◆ yyout

FILE * yyout = NULL

Definition at line 418 of file hecmw_heclex.c.

◆ yytext

char* yytext

Definition at line 1177 of file hecmw_heclex.c.

yy_cp
char * yy_cp
Definition: hecmw_heclex.c:1392
yytext
#define yytext
Definition: hecmw_heclex.c:27
YY_BUF_SIZE
#define YY_BUF_SIZE
Definition: hecmw_heclex.c:398
yy_bp
char * yy_bp
Definition: hecmw_heclex.c:1392
YY_MORE_ADJ
#define YY_MORE_ADJ
Definition: hecmw_heclex.c:1175
yyin
#define yyin
Definition: hecmw_heclex.c:21
YY_CURRENT_BUFFER
#define YY_CURRENT_BUFFER
Definition: hecmw_heclex.c:518
yy_state_type
int yy_state_type
Definition: hecmw_ablex.c:588
YY_CURRENT_BUFFER_LVALUE
#define YY_CURRENT_BUFFER_LVALUE
Definition: hecmw_heclex.c:524
yyleng
#define yyleng
Definition: hecmw_heclex.c:22
yytext_ptr
#define yytext_ptr
Definition: hecmw_heclex.c:597
yy_size_t
size_t yy_size_t
Definition: hecmw_ablex.c:413
NULL
#define NULL
Definition: hecmw_io_nastran.c:30