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

Go to the source code of this file.

Data Structures

struct  yy_buffer_state
 
struct  yy_trans_info
 
union  YYSTYPE
 

Macros

#define yy_create_buffer   HECMW_part_create_buffer
 
#define yy_delete_buffer   HECMW_part_delete_buffer
 
#define yy_scan_buffer   HECMW_part_scan_buffer
 
#define yy_scan_string   HECMW_part_scan_string
 
#define yy_scan_bytes   HECMW_part_scan_bytes
 
#define yy_flex_debug   HECMW_part_flex_debug
 
#define yy_init_buffer   HECMW_part_init_buffer
 
#define yy_flush_buffer   HECMW_part_flush_buffer
 
#define yy_load_buffer_state   HECMW_part_load_buffer_state
 
#define yy_switch_to_buffer   HECMW_part_switch_to_buffer
 
#define yyin   HECMW_partin
 
#define yyleng   HECMW_partleng
 
#define yylex   HECMW_partlex
 
#define yyout   HECMW_partout
 
#define yyrestart   HECMW_partrestart
 
#define yytext   HECMW_parttext
 
#define yywrap   HECMW_partwrap
 
#define YY_INT_ALIGNED   short int
 
#define FLEX_SCANNER
 
#define YY_FLEX_MAJOR_VERSION   2
 
#define YY_FLEX_MINOR_VERSION   6
 
#define YY_FLEX_SUBMINOR_VERSION   1
 
#define FLEX_BETA
 
#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 yyconst   const
 
#define yynoreturn
 
#define YY_NULL   0
 
#define YY_SC_TO_UI(c)   ((unsigned int)(unsigned 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    ((yy_buffer_stack) ? (yy_buffer_stack)[(yy_buffer_stack_top)] : NULL)
 
#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   30
 
#define YY_END_OF_BUFFER   31
 
#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 YY_EXTRA_TYPE   void *
 
#define YY_READ_BUF_SIZE   8192
 
#define ECHO
 
#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 unsigned char 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)
 
void yypop_buffer_state (void)
 
YY_BUFFER_STATE yy_scan_buffer (char *base, yy_size_t size)
 
YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str)
 
YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes, int len)
 
void * yyalloc (yy_size_t)
 
void * yyrealloc (void *, yy_size_t)
 
void yyfree (void *)
 
int yylex_destroy (void)
 
int yyget_debug (void)
 
void yyset_debug (int debug_flag)
 
YY_EXTRA_TYPE yyget_extra (void)
 
void yyset_extra (YY_EXTRA_TYPE user_defined)
 
FILE * yyget_in (void)
 
void yyset_in (FILE *_in_str)
 
FILE * yyget_out (void)
 
void yyset_out (FILE *_out_str)
 
int yyget_leng (void)
 
char * yyget_text (void)
 
int yyget_lineno (void)
 
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 135 of file hecmw_partlex.c.

◆ ECHO

#define ECHO
Value:
do { \
if (fwrite(yytext, (size_t)yyleng, 1, yyout)) { \
} \
} while (0)
#define yytext
Definition: hecmw_partlex.c:21
#define yyout
Definition: hecmw_partlex.c:19
#define yyleng
Definition: hecmw_partlex.c:17

Definition at line 651 of file hecmw_partlex.c.

◆ EOB_ACT_CONTINUE_SCAN

#define EOB_ACT_CONTINUE_SCAN   0

Definition at line 184 of file hecmw_partlex.c.

◆ EOB_ACT_END_OF_FILE

#define EOB_ACT_END_OF_FILE   1

Definition at line 185 of file hecmw_partlex.c.

◆ EOB_ACT_LAST_MATCH

#define EOB_ACT_LAST_MATCH   2

Definition at line 186 of file hecmw_partlex.c.

◆ FLEX_BETA

#define FLEX_BETA

Definition at line 35 of file hecmw_partlex.c.

◆ FLEX_SCANNER

#define FLEX_SCANNER

Definition at line 30 of file hecmw_partlex.c.

◆ FLEXINT_H

#define FLEXINT_H

Definition at line 51 of file hecmw_partlex.c.

◆ INITIAL

#define INITIAL   0

Definition at line 557 of file hecmw_partlex.c.

◆ INT16_MAX

#define INT16_MAX   (32767)

Definition at line 93 of file hecmw_partlex.c.

◆ INT16_MIN

#define INT16_MIN   (-32767 - 1)

Definition at line 84 of file hecmw_partlex.c.

◆ INT32_MAX

#define INT32_MAX   (2147483647)

Definition at line 96 of file hecmw_partlex.c.

◆ INT32_MIN

#define INT32_MIN   (-2147483647 - 1)

Definition at line 87 of file hecmw_partlex.c.

◆ INT8_MAX

#define INT8_MAX   (127)

Definition at line 90 of file hecmw_partlex.c.

◆ INT8_MIN

#define INT8_MIN   (-128)

Definition at line 81 of file hecmw_partlex.c.

◆ REJECT

#define REJECT   reject_used_but_not_detected

Definition at line 535 of file hecmw_partlex.c.

◆ UINT16_MAX

#define UINT16_MAX   (65535U)

Definition at line 102 of file hecmw_partlex.c.

◆ UINT32_MAX

#define UINT32_MAX   (4294967295U)

Definition at line 105 of file hecmw_partlex.c.

◆ UINT8_MAX

#define UINT8_MAX   (255U)

Definition at line 99 of file hecmw_partlex.c.

◆ unput

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

Definition at line 203 of file hecmw_partlex.c.

◆ YY_AT_BOL

#define YY_AT_BOL ( )    (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)

Definition at line 344 of file hecmw_partlex.c.

◆ YY_BREAK

#define YY_BREAK   /*LINTED*/ break;

Definition at line 727 of file hecmw_partlex.c.

◆ YY_BUF_SIZE

#define YY_BUF_SIZE   16384

Definition at line 161 of file hecmw_partlex.c.

◆ YY_BUFFER_EOF_PENDING

#define YY_BUFFER_EOF_PENDING   2

Definition at line 264 of file hecmw_partlex.c.

◆ YY_BUFFER_NEW

#define YY_BUFFER_NEW   0

Definition at line 252 of file hecmw_partlex.c.

◆ YY_BUFFER_NORMAL

#define YY_BUFFER_NORMAL   1

Definition at line 253 of file hecmw_partlex.c.

◆ yy_create_buffer

#define yy_create_buffer   HECMW_part_create_buffer

Definition at line 6 of file hecmw_partlex.c.

◆ YY_CURRENT_BUFFER

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

Definition at line 279 of file hecmw_partlex.c.

◆ YY_CURRENT_BUFFER_LVALUE

#define YY_CURRENT_BUFFER_LVALUE   (yy_buffer_stack)[(yy_buffer_stack_top)]

Definition at line 285 of file hecmw_partlex.c.

◆ YY_DECL

#define YY_DECL   int yylex(void)

Definition at line 715 of file hecmw_partlex.c.

◆ YY_DECL_IS_OURS

#define YY_DECL_IS_OURS   1

Definition at line 711 of file hecmw_partlex.c.

◆ yy_delete_buffer

#define yy_delete_buffer   HECMW_part_delete_buffer

Definition at line 7 of file hecmw_partlex.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;
char * yy_cp
#define yytext_ptr
char * yy_bp

Definition at line 372 of file hecmw_partlex.c.

◆ YY_END_OF_BUFFER

#define YY_END_OF_BUFFER   31

Definition at line 380 of file hecmw_partlex.c.

◆ YY_END_OF_BUFFER_CHAR

#define YY_END_OF_BUFFER_CHAR   0

Definition at line 150 of file hecmw_partlex.c.

◆ YY_EXIT_FAILURE

#define YY_EXIT_FAILURE   2

◆ YY_EXTRA_TYPE

#define YY_EXTRA_TYPE   void *

Definition at line 568 of file hecmw_partlex.c.

◆ YY_FATAL_ERROR

#define YY_FATAL_ERROR (   msg)    yy_fatal_error(msg)

Definition at line 702 of file hecmw_partlex.c.

◆ yy_flex_debug

#define yy_flex_debug   HECMW_part_flex_debug

Definition at line 11 of file hecmw_partlex.c.

◆ YY_FLEX_MAJOR_VERSION

#define YY_FLEX_MAJOR_VERSION   2

Definition at line 31 of file hecmw_partlex.c.

◆ YY_FLEX_MINOR_VERSION

#define YY_FLEX_MINOR_VERSION   6

Definition at line 32 of file hecmw_partlex.c.

◆ YY_FLEX_SUBMINOR_VERSION

#define YY_FLEX_SUBMINOR_VERSION   1

Definition at line 33 of file hecmw_partlex.c.

◆ yy_flush_buffer

#define yy_flush_buffer   HECMW_part_flush_buffer

Definition at line 13 of file hecmw_partlex.c.

◆ YY_FLUSH_BUFFER

#define YY_FLUSH_BUFFER   yy_flush_buffer(YY_CURRENT_BUFFER)

Definition at line 314 of file hecmw_partlex.c.

◆ yy_init_buffer

#define yy_init_buffer   HECMW_part_init_buffer

Definition at line 12 of file hecmw_partlex.c.

◆ YY_INPUT

#define YY_INPUT (   buf,
  result,
  max_size 
)
Value:
if (YY_CURRENT_BUFFER_LVALUE->yy_is_interactive) { \
int c = '*'; \
size_t 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, max_size, yyin)) == 0 && \
ferror(yyin)) { \
if (errno != EINTR) { \
YY_FATAL_ERROR("input in flex scanner failed"); \
break; \
} \
errno = 0; \
clearerr(yyin); \
} \
}
#define YY_CURRENT_BUFFER_LVALUE
#define yyin
Definition: hecmw_partlex.c:16
#define YY_FATAL_ERROR(msg)
if(!(yy_init))

Definition at line 662 of file hecmw_partlex.c.

◆ YY_INT_ALIGNED

#define YY_INT_ALIGNED   short int

Definition at line 26 of file hecmw_partlex.c.

◆ YY_LESS_LINENO

#define YY_LESS_LINENO (   n)

Definition at line 188 of file hecmw_partlex.c.

◆ YY_LINENO_REWIND_TO

#define YY_LINENO_REWIND_TO (   ptr)

Definition at line 189 of file hecmw_partlex.c.

◆ yy_load_buffer_state

#define yy_load_buffer_state (   void)    HECMW_part_load_buffer_state

Definition at line 14 of file hecmw_partlex.c.

◆ YY_MORE_ADJ

#define YY_MORE_ADJ   0

Definition at line 537 of file hecmw_partlex.c.

◆ yy_new_buffer

#define yy_new_buffer   yy_create_buffer

Definition at line 324 of file hecmw_partlex.c.

◆ YY_NEW_FILE

#define YY_NEW_FILE   yyrestart(yyin)

Definition at line 148 of file hecmw_partlex.c.

◆ YY_NULL

#define YY_NULL   0

Definition at line 122 of file hecmw_partlex.c.

◆ YY_NUM_RULES

#define YY_NUM_RULES   30

Definition at line 379 of file hecmw_partlex.c.

◆ YY_READ_BUF_SIZE

#define YY_READ_BUF_SIZE   8192

Definition at line 642 of file hecmw_partlex.c.

◆ YY_RESTORE_YY_MORE_OFFSET

#define YY_RESTORE_YY_MORE_OFFSET

Definition at line 538 of file hecmw_partlex.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 730 of file hecmw_partlex.c.

◆ YY_SC_TO_UI

#define YY_SC_TO_UI (   c)    ((unsigned int)(unsigned char)c)

Definition at line 129 of file hecmw_partlex.c.

◆ yy_scan_buffer

#define yy_scan_buffer   HECMW_part_scan_buffer

Definition at line 8 of file hecmw_partlex.c.

◆ yy_scan_bytes

#define yy_scan_bytes   HECMW_part_scan_bytes

Definition at line 10 of file hecmw_partlex.c.

◆ yy_scan_string

#define yy_scan_string   HECMW_part_scan_string

Definition at line 9 of file hecmw_partlex.c.

◆ yy_set_bol

#define yy_set_bol (   at_bol)
Value:
{ \
yyensure_buffer_stack(); \
YY_CURRENT_BUFFER_LVALUE = yy_create_buffer(yyin, YY_BUF_SIZE); \
} \
YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
}
#define YY_CURRENT_BUFFER
#define yy_create_buffer
Definition: hecmw_partlex.c:6
#define YY_BUF_SIZE

Definition at line 335 of file hecmw_partlex.c.

◆ yy_set_interactive

#define yy_set_interactive (   is_interactive)
Value:
{ \
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 326 of file hecmw_partlex.c.

◆ YY_START

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

Definition at line 141 of file hecmw_partlex.c.

◆ YY_START_STACK_INCR

#define YY_START_STACK_INCR   25

Definition at line 697 of file hecmw_partlex.c.

◆ YY_STATE_BUF_SIZE

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

Definition at line 168 of file hecmw_partlex.c.

◆ YY_STATE_EOF

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

Definition at line 145 of file hecmw_partlex.c.

◆ YY_STRUCT_YY_BUFFER_STATE

#define YY_STRUCT_YY_BUFFER_STATE

Definition at line 206 of file hecmw_partlex.c.

◆ yy_switch_to_buffer

#define yy_switch_to_buffer   HECMW_part_switch_to_buffer

Definition at line 15 of file hecmw_partlex.c.

◆ YY_TYPEDEF_YY_BUFFER_STATE

#define YY_TYPEDEF_YY_BUFFER_STATE

Definition at line 171 of file hecmw_partlex.c.

◆ YY_TYPEDEF_YY_SIZE_T

#define YY_TYPEDEF_YY_SIZE_T

Definition at line 176 of file hecmw_partlex.c.

◆ YY_USER_ACTION

#define YY_USER_ACTION

Definition at line 722 of file hecmw_partlex.c.

◆ yyconst

#define yyconst   const

Definition at line 113 of file hecmw_partlex.c.

◆ yyin

#define yyin   HECMW_partin

Definition at line 16 of file hecmw_partlex.c.

◆ yyleng

#define yyleng   HECMW_partleng

Definition at line 17 of file hecmw_partlex.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)
#define YY_MORE_ADJ

Definition at line 192 of file hecmw_partlex.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 192 of file hecmw_partlex.c.

◆ yylex

#define yylex (   void)    HECMW_partlex

Definition at line 18 of file hecmw_partlex.c.

◆ yymore

#define yymore ( )    yymore_used_but_not_detected

Definition at line 536 of file hecmw_partlex.c.

◆ yynoreturn

#define yynoreturn

Definition at line 118 of file hecmw_partlex.c.

◆ yyout

#define yyout   HECMW_partout

Definition at line 19 of file hecmw_partlex.c.

◆ yyrestart

#define yyrestart   HECMW_partrestart

Definition at line 20 of file hecmw_partlex.c.

◆ YYSTATE

#define YYSTATE   YY_START

Definition at line 142 of file hecmw_partlex.c.

◆ YYTABLES_NAME

#define YYTABLES_NAME   "yytables"

◆ yyterminate

#define yyterminate ( )    return YY_NULL

Definition at line 692 of file hecmw_partlex.c.

◆ yytext

#define yytext   HECMW_parttext

Definition at line 21 of file hecmw_partlex.c.

◆ yytext_ptr

#define yytext_ptr   yytext

Definition at line 362 of file hecmw_partlex.c.

◆ yywrap

#define yywrap (   void)    HECMW_partwrap

Definition at line 22 of file hecmw_partlex.c.

Typedef Documentation

◆ flex_int16_t

typedef short int flex_int16_t

Definition at line 73 of file hecmw_partlex.c.

◆ flex_int32_t

typedef int flex_int32_t

Definition at line 74 of file hecmw_partlex.c.

◆ flex_int8_t

typedef signed char flex_int8_t

Definition at line 72 of file hecmw_partlex.c.

◆ flex_uint16_t

typedef unsigned short int flex_uint16_t

Definition at line 76 of file hecmw_partlex.c.

◆ flex_uint32_t

typedef unsigned int flex_uint32_t

Definition at line 77 of file hecmw_partlex.c.

◆ flex_uint8_t

typedef unsigned char flex_uint8_t

Definition at line 75 of file hecmw_partlex.c.

◆ YY_BUFFER_STATE

Definition at line 172 of file hecmw_partlex.c.

◆ YY_CHAR

typedef unsigned char YY_CHAR

Definition at line 348 of file hecmw_partlex.c.

◆ yy_size_t

typedef size_t yy_size_t

Definition at line 177 of file hecmw_partlex.c.

◆ yy_state_type

typedef int yy_state_type

Definition at line 352 of file hecmw_partlex.c.

Function Documentation

◆ if()

if ( yy_init)

Definition at line 742 of file hecmw_partlex.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 ( yyconst char *  bytes,
int  len 
)

◆ yy_scan_string()

YY_BUFFER_STATE yy_scan_string ( yyconst 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 *  )

◆ yyget_debug()

int yyget_debug ( void  )

◆ yyget_extra()

YY_EXTRA_TYPE yyget_extra ( void  )

◆ yyget_in()

FILE* yyget_in ( void  )

◆ yyget_leng()

int yyget_leng ( void  )

◆ yyget_lineno()

int yyget_lineno ( void  )

◆ yyget_out()

FILE* yyget_out ( void  )

◆ yyget_text()

char* yyget_text ( void  )

◆ yylex_destroy()

int yylex_destroy ( void  )

◆ yypop_buffer_state()

void yypop_buffer_state ( 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 740 of file hecmw_partlex.c.

◆ yy_bp

char * yy_bp

Definition at line 739 of file hecmw_partlex.c.

◆ yy_cp

char* yy_cp

Definition at line 739 of file hecmw_partlex.c.

◆ YY_DECL

YY_DECL
Initial value:
{
yy_state_type yy_current_state
int yy_state_type
Definition: hecmw_ablex.c:353

The main scanner function which does all the work.

Definition at line 737 of file hecmw_partlex.c.

◆ yy_flex_debug

int yy_flex_debug = 0

Definition at line 530 of file hecmw_partlex.c.

◆ yyin

FILE* yyin = NULL

Definition at line 350 of file hecmw_partlex.c.

◆ yyleng

int yyleng

Definition at line 290 of file hecmw_partlex.c.

◆ yylineno

int yylineno = 1

Definition at line 356 of file hecmw_partlex.c.

◆ yyout

FILE * yyout = NULL

Definition at line 182 of file hecmw_partlex.c.

◆ yytext

char* yytext

Definition at line 539 of file hecmw_partlex.c.