gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
Gmsh.yy.cpp File Reference
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdlib.h>
#include <algorithm>
#include <math.h>
#include "GmshConfig.h"
#include "GmshMessage.h"
#include "GModelIO_GEO.h"
#include "Geo.h"
#include "Parser.h"
#include "Gmsh.tab.hpp"
#include <unistd.h>
Include dependency graph for Gmsh.yy.cpp:

Go to the source code of this file.

Classes

struct  yy_buffer_state
 
struct  yy_trans_info
 

Macros

#define YY_INT_ALIGNED   short int
 
#define yy_create_buffer   gmsh_yy_create_buffer
 
#define yy_delete_buffer   gmsh_yy_delete_buffer
 
#define yy_scan_buffer   gmsh_yy_scan_buffer
 
#define yy_scan_string   gmsh_yy_scan_string
 
#define yy_scan_bytes   gmsh_yy_scan_bytes
 
#define yy_init_buffer   gmsh_yy_init_buffer
 
#define yy_flush_buffer   gmsh_yy_flush_buffer
 
#define yy_load_buffer_state   gmsh_yy_load_buffer_state
 
#define yy_switch_to_buffer   gmsh_yy_switch_to_buffer
 
#define yypush_buffer_state   gmsh_yypush_buffer_state
 
#define yypop_buffer_state   gmsh_yypop_buffer_state
 
#define yyensure_buffer_stack   gmsh_yyensure_buffer_stack
 
#define yy_flex_debug   gmsh_yy_flex_debug
 
#define yyin   gmsh_yyin
 
#define yyleng   gmsh_yyleng
 
#define yylex   gmsh_yylex
 
#define yylineno   gmsh_yylineno
 
#define yyout   gmsh_yyout
 
#define yyrestart   gmsh_yyrestart
 
#define yytext   gmsh_yytext
 
#define yywrap   gmsh_yywrap
 
#define yyalloc   gmsh_yyalloc
 
#define yyrealloc   gmsh_yyrealloc
 
#define yyfree   gmsh_yyfree
 
#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 gmsh_yy_create_buffer_ALREADY_DEFINED
 
#define gmsh_yy_delete_buffer_ALREADY_DEFINED
 
#define gmsh_yy_scan_buffer_ALREADY_DEFINED
 
#define gmsh_yy_scan_string_ALREADY_DEFINED
 
#define gmsh_yy_scan_bytes_ALREADY_DEFINED
 
#define gmsh_yy_init_buffer_ALREADY_DEFINED
 
#define gmsh_yy_flush_buffer_ALREADY_DEFINED
 
#define gmsh_yy_load_buffer_state_ALREADY_DEFINED
 
#define gmsh_yy_switch_to_buffer_ALREADY_DEFINED
 
#define gmsh_yypush_buffer_state_ALREADY_DEFINED
 
#define gmsh_yypop_buffer_state_ALREADY_DEFINED
 
#define gmsh_yyensure_buffer_stack_ALREADY_DEFINED
 
#define gmsh_yylex_ALREADY_DEFINED
 
#define gmsh_yyrestart_ALREADY_DEFINED
 
#define yylex_init   gmsh_yylex_init
 
#define yylex_init_extra   gmsh_yylex_init_extra
 
#define yylex_destroy   gmsh_yylex_destroy
 
#define yyget_debug   gmsh_yyget_debug
 
#define yyset_debug   gmsh_yyset_debug
 
#define yyget_extra   gmsh_yyget_extra
 
#define yyset_extra   gmsh_yyset_extra
 
#define yyget_in   gmsh_yyget_in
 
#define yyset_in   gmsh_yyset_in
 
#define yyget_out   gmsh_yyget_out
 
#define yyset_out   gmsh_yyset_out
 
#define yyget_leng   gmsh_yyget_leng
 
#define yyget_text   gmsh_yyget_text
 
#define yyget_lineno   gmsh_yyget_lineno
 
#define yyset_lineno   gmsh_yyset_lineno
 
#define gmsh_yywrap_ALREADY_DEFINED
 
#define gmsh_yyalloc_ALREADY_DEFINED
 
#define gmsh_yyrealloc_ALREADY_DEFINED
 
#define gmsh_yyfree_ALREADY_DEFINED
 
#define gmsh_yytext_ALREADY_DEFINED
 
#define gmsh_yyleng_ALREADY_DEFINED
 
#define gmsh_yyin_ALREADY_DEFINED
 
#define gmsh_yyout_ALREADY_DEFINED
 
#define gmsh_yy_flex_debug_ALREADY_DEFINED
 
#define gmsh_yylineno_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   280
 
#define YY_END_OF_BUFFER   281
 
#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 YY_INPUT(buf, result, max_size)
 
#define register
 
#define INITIAL   0
 
#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 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   YY_USER_ACTION
 
#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)
 
static void yy_init_buffer (YY_BUFFER_STATE b, FILE *file)
 
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, yy_size_t len)
 
void * yyalloc (yy_size_t)
 
void * yyrealloc (void *, yy_size_t)
 
void yyfree (void *)
 
static yy_state_type yy_get_previous_state (void)
 
static yy_state_type yy_try_NUL_trans (yy_state_type current_state)
 
static int yy_get_next_buffer (void)
 
static void yynoreturn yy_fatal_error (const char *msg)
 
void parsestring (char endchar)
 
char * strsave (char *ptr)
 
void skipcomments (void)
 
void skipline (void)
 
static int yy_init_globals (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)
 
static void yyunput (int c, char *buf_ptr)
 
static int input (void)
 
 if (!(yy_init))
 

Variables

yy_size_t yyleng
 
FILE * yyin = NULL
 
FILE * yyout = NULL
 
static size_t yy_buffer_stack_top = 0
 
static size_t yy_buffer_stack_max = 0
 
static YY_BUFFER_STATEyy_buffer_stack = NULL
 
static char yy_hold_char
 
static yy_size_t yy_n_chars
 
static char * yy_c_buf_p = NULL
 
static int yy_init = 0
 
static int yy_start = 0
 
static int yy_did_buffer_switch_on_eof
 
int yylineno = 1
 
char * yytext
 
static const flex_int16_t yy_accept [1460]
 
static const YY_CHAR yy_ec [256]
 
static const YY_CHAR yy_meta [74]
 
static const flex_int16_t yy_base [1461]
 
static const flex_int16_t yy_def [1461]
 
static const flex_int16_t yy_nxt [1664]
 
static const flex_int16_t yy_chk [1664]
 
static yy_state_type yy_last_accepting_state
 
static char * yy_last_accepting_cpos
 
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 379 of file Gmsh.yy.cpp.

◆ ECHO

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

Definition at line 1695 of file Gmsh.yy.cpp.

◆ EOB_ACT_CONTINUE_SCAN

#define EOB_ACT_CONTINUE_SCAN   0

Definition at line 423 of file Gmsh.yy.cpp.

◆ EOB_ACT_END_OF_FILE

#define EOB_ACT_END_OF_FILE   1

Definition at line 424 of file Gmsh.yy.cpp.

◆ EOB_ACT_LAST_MATCH

#define EOB_ACT_LAST_MATCH   2

Definition at line 425 of file Gmsh.yy.cpp.

◆ FLEX_BETA

#define FLEX_BETA

Definition at line 40 of file Gmsh.yy.cpp.

◆ FLEX_SCANNER

#define FLEX_SCANNER

Definition at line 35 of file Gmsh.yy.cpp.

◆ FLEXINT_H

#define FLEXINT_H

Definition at line 290 of file Gmsh.yy.cpp.

◆ gmsh_yy_create_buffer_ALREADY_DEFINED

#define gmsh_yy_create_buffer_ALREADY_DEFINED

Definition at line 44 of file Gmsh.yy.cpp.

◆ gmsh_yy_delete_buffer_ALREADY_DEFINED

#define gmsh_yy_delete_buffer_ALREADY_DEFINED

Definition at line 50 of file Gmsh.yy.cpp.

◆ gmsh_yy_flex_debug_ALREADY_DEFINED

#define gmsh_yy_flex_debug_ALREADY_DEFINED

Definition at line 266 of file Gmsh.yy.cpp.

◆ gmsh_yy_flush_buffer_ALREADY_DEFINED

#define gmsh_yy_flush_buffer_ALREADY_DEFINED

Definition at line 80 of file Gmsh.yy.cpp.

◆ gmsh_yy_init_buffer_ALREADY_DEFINED

#define gmsh_yy_init_buffer_ALREADY_DEFINED

Definition at line 74 of file Gmsh.yy.cpp.

◆ gmsh_yy_load_buffer_state_ALREADY_DEFINED

#define gmsh_yy_load_buffer_state_ALREADY_DEFINED

Definition at line 86 of file Gmsh.yy.cpp.

◆ gmsh_yy_scan_buffer_ALREADY_DEFINED

#define gmsh_yy_scan_buffer_ALREADY_DEFINED

Definition at line 56 of file Gmsh.yy.cpp.

◆ gmsh_yy_scan_bytes_ALREADY_DEFINED

#define gmsh_yy_scan_bytes_ALREADY_DEFINED

Definition at line 68 of file Gmsh.yy.cpp.

◆ gmsh_yy_scan_string_ALREADY_DEFINED

#define gmsh_yy_scan_string_ALREADY_DEFINED

Definition at line 62 of file Gmsh.yy.cpp.

◆ gmsh_yy_switch_to_buffer_ALREADY_DEFINED

#define gmsh_yy_switch_to_buffer_ALREADY_DEFINED

Definition at line 92 of file Gmsh.yy.cpp.

◆ gmsh_yyalloc_ALREADY_DEFINED

#define gmsh_yyalloc_ALREADY_DEFINED

Definition at line 224 of file Gmsh.yy.cpp.

◆ gmsh_yyensure_buffer_stack_ALREADY_DEFINED

#define gmsh_yyensure_buffer_stack_ALREADY_DEFINED

Definition at line 110 of file Gmsh.yy.cpp.

◆ gmsh_yyfree_ALREADY_DEFINED

#define gmsh_yyfree_ALREADY_DEFINED

Definition at line 236 of file Gmsh.yy.cpp.

◆ gmsh_yyin_ALREADY_DEFINED

#define gmsh_yyin_ALREADY_DEFINED

Definition at line 254 of file Gmsh.yy.cpp.

◆ gmsh_yyleng_ALREADY_DEFINED

#define gmsh_yyleng_ALREADY_DEFINED

Definition at line 248 of file Gmsh.yy.cpp.

◆ gmsh_yylex_ALREADY_DEFINED

#define gmsh_yylex_ALREADY_DEFINED

Definition at line 116 of file Gmsh.yy.cpp.

◆ gmsh_yylineno_ALREADY_DEFINED

#define gmsh_yylineno_ALREADY_DEFINED

Definition at line 272 of file Gmsh.yy.cpp.

◆ gmsh_yyout_ALREADY_DEFINED

#define gmsh_yyout_ALREADY_DEFINED

Definition at line 260 of file Gmsh.yy.cpp.

◆ gmsh_yypop_buffer_state_ALREADY_DEFINED

#define gmsh_yypop_buffer_state_ALREADY_DEFINED

Definition at line 104 of file Gmsh.yy.cpp.

◆ gmsh_yypush_buffer_state_ALREADY_DEFINED

#define gmsh_yypush_buffer_state_ALREADY_DEFINED

Definition at line 98 of file Gmsh.yy.cpp.

◆ gmsh_yyrealloc_ALREADY_DEFINED

#define gmsh_yyrealloc_ALREADY_DEFINED

Definition at line 230 of file Gmsh.yy.cpp.

◆ gmsh_yyrestart_ALREADY_DEFINED

#define gmsh_yyrestart_ALREADY_DEFINED

Definition at line 122 of file Gmsh.yy.cpp.

◆ gmsh_yytext_ALREADY_DEFINED

#define gmsh_yytext_ALREADY_DEFINED

Definition at line 242 of file Gmsh.yy.cpp.

◆ gmsh_yywrap_ALREADY_DEFINED

#define gmsh_yywrap_ALREADY_DEFINED

Definition at line 218 of file Gmsh.yy.cpp.

◆ INITIAL

#define INITIAL   0

Definition at line 1600 of file Gmsh.yy.cpp.

◆ INT16_MAX

#define INT16_MAX   (32767)

Definition at line 333 of file Gmsh.yy.cpp.

◆ INT16_MIN

#define INT16_MIN   (-32767-1)

Definition at line 324 of file Gmsh.yy.cpp.

◆ INT32_MAX

#define INT32_MAX   (2147483647)

Definition at line 336 of file Gmsh.yy.cpp.

◆ INT32_MIN

#define INT32_MIN   (-2147483647-1)

Definition at line 327 of file Gmsh.yy.cpp.

◆ INT8_MAX

#define INT8_MAX   (127)

Definition at line 330 of file Gmsh.yy.cpp.

◆ INT8_MIN

#define INT8_MIN   (-128)

Definition at line 321 of file Gmsh.yy.cpp.

◆ register

#define register

Definition at line 1595 of file Gmsh.yy.cpp.

◆ REJECT

#define REJECT   reject_used_but_not_detected

Definition at line 1544 of file Gmsh.yy.cpp.

◆ SIZE_MAX

#define SIZE_MAX   (~(size_t)0)

Definition at line 349 of file Gmsh.yy.cpp.

◆ UINT16_MAX

#define UINT16_MAX   (65535U)

Definition at line 342 of file Gmsh.yy.cpp.

◆ UINT32_MAX

#define UINT32_MAX   (4294967295U)

Definition at line 345 of file Gmsh.yy.cpp.

◆ UINT8_MAX

#define UINT8_MAX   (255U)

Definition at line 339 of file Gmsh.yy.cpp.

◆ unput

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

Definition at line 443 of file Gmsh.yy.cpp.

◆ YY_AT_BOL

#define YY_AT_BOL ( )    (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)

Definition at line 584 of file Gmsh.yy.cpp.

◆ YY_BREAK

#define YY_BREAK   /*LINTED*/break;

Definition at line 1774 of file Gmsh.yy.cpp.

◆ YY_BUF_SIZE

#define YY_BUF_SIZE   16384

Definition at line 401 of file Gmsh.yy.cpp.

◆ YY_BUFFER_EOF_PENDING

#define YY_BUFFER_EOF_PENDING   2

Definition at line 505 of file Gmsh.yy.cpp.

◆ YY_BUFFER_NEW

#define YY_BUFFER_NEW   0

Definition at line 493 of file Gmsh.yy.cpp.

◆ YY_BUFFER_NORMAL

#define YY_BUFFER_NORMAL   1

Definition at line 494 of file Gmsh.yy.cpp.

◆ yy_create_buffer

#define yy_create_buffer   gmsh_yy_create_buffer

Definition at line 10 of file Gmsh.yy.cpp.

◆ YY_CURRENT_BUFFER

#define YY_CURRENT_BUFFER
Value:

Definition at line 521 of file Gmsh.yy.cpp.

◆ YY_CURRENT_BUFFER_LVALUE

#define YY_CURRENT_BUFFER_LVALUE   (yy_buffer_stack)[(yy_buffer_stack_top)]

Definition at line 527 of file Gmsh.yy.cpp.

◆ YY_DECL

#define YY_DECL   int yylex (void)

Definition at line 1762 of file Gmsh.yy.cpp.

◆ YY_DECL_IS_OURS

#define YY_DECL_IS_OURS   1

Definition at line 1758 of file Gmsh.yy.cpp.

◆ yy_delete_buffer

#define yy_delete_buffer   gmsh_yy_delete_buffer

Definition at line 11 of file Gmsh.yy.cpp.

◆ YY_DO_BEFORE_ACTION

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

Definition at line 610 of file Gmsh.yy.cpp.

◆ YY_END_OF_BUFFER

#define YY_END_OF_BUFFER   281

Definition at line 617 of file Gmsh.yy.cpp.

◆ YY_END_OF_BUFFER_CHAR

#define YY_END_OF_BUFFER_CHAR   0

Definition at line 390 of file Gmsh.yy.cpp.

◆ YY_EXIT_FAILURE

#define YY_EXIT_FAILURE   2

◆ YY_EXTRA_TYPE

#define YY_EXTRA_TYPE   void *

Definition at line 1611 of file Gmsh.yy.cpp.

◆ YY_FATAL_ERROR

#define YY_FATAL_ERROR (   msg)    yy_fatal_error( msg )

Definition at line 1749 of file Gmsh.yy.cpp.

◆ yy_flex_debug

int yy_flex_debug   gmsh_yy_flex_debug

Definition at line 22 of file Gmsh.yy.cpp.

◆ YY_FLEX_MAJOR_VERSION

#define YY_FLEX_MAJOR_VERSION   2

Definition at line 36 of file Gmsh.yy.cpp.

◆ YY_FLEX_MINOR_VERSION

#define YY_FLEX_MINOR_VERSION   6

Definition at line 37 of file Gmsh.yy.cpp.

◆ YY_FLEX_SUBMINOR_VERSION

#define YY_FLEX_SUBMINOR_VERSION   4

Definition at line 38 of file Gmsh.yy.cpp.

◆ yy_flush_buffer

#define yy_flush_buffer   gmsh_yy_flush_buffer

Definition at line 16 of file Gmsh.yy.cpp.

◆ YY_FLUSH_BUFFER

#define YY_FLUSH_BUFFER   yy_flush_buffer( YY_CURRENT_BUFFER )

Definition at line 555 of file Gmsh.yy.cpp.

◆ yy_init_buffer

#define yy_init_buffer   gmsh_yy_init_buffer

Definition at line 15 of file Gmsh.yy.cpp.

◆ YY_INPUT

#define YY_INPUT (   buf,
  result,
  max_size 
)
Value:
{ \
int c = '*', n; \
for(n = 0; n < (int) max_size && (c = fgetc(yyin)) != EOF && \
c != '\n' && c != '\r'; ++n) \
buf[n] = (char) c; \
if(c == '\n' || c == '\r') { \
buf[n++] = (char) c; \
if(c == '\n') yylineno++; \
} \
if(c == EOF && ferror(yyin)) \
Msg::Error("Input in flex scanner failed"); \
result = n; \
}

Definition at line 1573 of file Gmsh.yy.cpp.

◆ YY_INT_ALIGNED

#define YY_INT_ALIGNED   short int

Definition at line 6 of file Gmsh.yy.cpp.

◆ YY_LESS_LINENO

#define YY_LESS_LINENO (   n)

Definition at line 427 of file Gmsh.yy.cpp.

◆ YY_LINENO_REWIND_TO

#define YY_LINENO_REWIND_TO (   ptr)

Definition at line 428 of file Gmsh.yy.cpp.

◆ yy_load_buffer_state

static void yy_load_buffer_state   gmsh_yy_load_buffer_state

Definition at line 17 of file Gmsh.yy.cpp.

Referenced by if().

◆ YY_MORE_ADJ

#define YY_MORE_ADJ   0

Definition at line 1546 of file Gmsh.yy.cpp.

◆ yy_new_buffer

#define yy_new_buffer   yy_create_buffer

Definition at line 565 of file Gmsh.yy.cpp.

◆ YY_NEW_FILE

#define YY_NEW_FILE   yyrestart( yyin )

Definition at line 389 of file Gmsh.yy.cpp.

◆ YY_NULL

#define YY_NULL   0

Definition at line 368 of file Gmsh.yy.cpp.

◆ YY_NUM_RULES

#define YY_NUM_RULES   280

Definition at line 616 of file Gmsh.yy.cpp.

◆ YY_READ_BUF_SIZE

#define YY_READ_BUF_SIZE   8192

Definition at line 1686 of file Gmsh.yy.cpp.

◆ YY_RESTORE_YY_MORE_OFFSET

#define YY_RESTORE_YY_MORE_OFFSET

Definition at line 1547 of file Gmsh.yy.cpp.

◆ YY_RULE_SETUP

#define YY_RULE_SETUP   YY_USER_ACTION

Definition at line 1777 of file Gmsh.yy.cpp.

◆ YY_SC_TO_UI

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

Definition at line 373 of file Gmsh.yy.cpp.

◆ yy_scan_buffer

#define yy_scan_buffer   gmsh_yy_scan_buffer

Definition at line 12 of file Gmsh.yy.cpp.

◆ yy_scan_bytes

#define yy_scan_bytes   gmsh_yy_scan_bytes

Definition at line 14 of file Gmsh.yy.cpp.

◆ yy_scan_string

#define yy_scan_string   gmsh_yy_scan_string

Definition at line 13 of file Gmsh.yy.cpp.

◆ 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 575 of file Gmsh.yy.cpp.

◆ 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 566 of file Gmsh.yy.cpp.

◆ YY_START

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

Definition at line 384 of file Gmsh.yy.cpp.

◆ YY_START_STACK_INCR

#define YY_START_STACK_INCR   25

Definition at line 1744 of file Gmsh.yy.cpp.

◆ YY_STATE_BUF_SIZE

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

Definition at line 407 of file Gmsh.yy.cpp.

◆ YY_STATE_EOF

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

Definition at line 387 of file Gmsh.yy.cpp.

◆ YY_STRUCT_YY_BUFFER_STATE

#define YY_STRUCT_YY_BUFFER_STATE

Definition at line 446 of file Gmsh.yy.cpp.

◆ yy_switch_to_buffer

#define yy_switch_to_buffer   gmsh_yy_switch_to_buffer

Definition at line 18 of file Gmsh.yy.cpp.

◆ YY_TYPEDEF_YY_BUFFER_STATE

#define YY_TYPEDEF_YY_BUFFER_STATE

Definition at line 410 of file Gmsh.yy.cpp.

◆ YY_TYPEDEF_YY_SIZE_T

#define YY_TYPEDEF_YY_SIZE_T

Definition at line 415 of file Gmsh.yy.cpp.

◆ YY_USER_ACTION

#define YY_USER_ACTION

Definition at line 1769 of file Gmsh.yy.cpp.

◆ yyalloc

#define yyalloc   gmsh_yyalloc

Definition at line 31 of file Gmsh.yy.cpp.

◆ yyconst

#define yyconst   const

Definition at line 359 of file Gmsh.yy.cpp.

◆ yyensure_buffer_stack

static void yyensure_buffer_stack   gmsh_yyensure_buffer_stack

Definition at line 21 of file Gmsh.yy.cpp.

Referenced by if().

◆ yyfree

#define yyfree   gmsh_yyfree

Definition at line 33 of file Gmsh.yy.cpp.

◆ yyget_debug

int yyget_debug   gmsh_yyget_debug

Definition at line 148 of file Gmsh.yy.cpp.

◆ yyget_extra

YY_EXTRA_TYPE yyget_extra   gmsh_yyget_extra

Definition at line 160 of file Gmsh.yy.cpp.

◆ yyget_in

FILE * yyget_in   gmsh_yyget_in

Definition at line 172 of file Gmsh.yy.cpp.

◆ yyget_leng

yy_size_t yyget_leng   gmsh_yyget_leng

Definition at line 196 of file Gmsh.yy.cpp.

◆ yyget_lineno

int yyget_lineno   gmsh_yyget_lineno

Definition at line 208 of file Gmsh.yy.cpp.

◆ yyget_out

FILE * yyget_out   gmsh_yyget_out

Definition at line 184 of file Gmsh.yy.cpp.

◆ yyget_text

char * yyget_text   gmsh_yyget_text

Definition at line 202 of file Gmsh.yy.cpp.

◆ yyin

FILE * yyin   gmsh_yyin

Definition at line 23 of file Gmsh.yy.cpp.

Referenced by if().

◆ yyleng

yy_size_t yyleng   gmsh_yyleng

Definition at line 24 of file Gmsh.yy.cpp.

◆ 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_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 431 of file Gmsh.yy.cpp.

◆ yyless [2/2]

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

Definition at line 431 of file Gmsh.yy.cpp.

◆ yylex

#define yylex   gmsh_yylex

Definition at line 25 of file Gmsh.yy.cpp.

◆ yylex_destroy

int yylex_destroy   gmsh_yylex_destroy

Definition at line 142 of file Gmsh.yy.cpp.

◆ yylex_init

#define yylex_init   gmsh_yylex_init

Definition at line 130 of file Gmsh.yy.cpp.

◆ yylex_init_extra

#define yylex_init_extra   gmsh_yylex_init_extra

Definition at line 136 of file Gmsh.yy.cpp.

◆ yylineno

int yylineno   gmsh_yylineno

Definition at line 26 of file Gmsh.yy.cpp.

◆ yymore

#define yymore ( )    yymore_used_but_not_detected

Definition at line 1545 of file Gmsh.yy.cpp.

◆ yynoreturn

#define yynoreturn

Definition at line 364 of file Gmsh.yy.cpp.

◆ yyout

FILE * yyout   gmsh_yyout

Definition at line 27 of file Gmsh.yy.cpp.

Referenced by if().

◆ yypop_buffer_state

void yypop_buffer_state   gmsh_yypop_buffer_state

Definition at line 20 of file Gmsh.yy.cpp.

◆ yypush_buffer_state

#define yypush_buffer_state   gmsh_yypush_buffer_state

Definition at line 19 of file Gmsh.yy.cpp.

◆ yyrealloc

#define yyrealloc   gmsh_yyrealloc

Definition at line 32 of file Gmsh.yy.cpp.

◆ yyrestart

#define yyrestart   gmsh_yyrestart

Definition at line 28 of file Gmsh.yy.cpp.

◆ yyset_debug

#define yyset_debug   gmsh_yyset_debug

Definition at line 154 of file Gmsh.yy.cpp.

◆ yyset_extra

#define yyset_extra   gmsh_yyset_extra

Definition at line 166 of file Gmsh.yy.cpp.

◆ yyset_in

#define yyset_in   gmsh_yyset_in

Definition at line 178 of file Gmsh.yy.cpp.

◆ yyset_lineno

#define yyset_lineno   gmsh_yyset_lineno

Definition at line 214 of file Gmsh.yy.cpp.

◆ yyset_out

#define yyset_out   gmsh_yyset_out

Definition at line 190 of file Gmsh.yy.cpp.

◆ YYSTATE

#define YYSTATE   YY_START

Definition at line 385 of file Gmsh.yy.cpp.

◆ YYTABLES_NAME

#define YYTABLES_NAME   "yytables"

◆ yyterminate

#define yyterminate ( )    return YY_NULL

Definition at line 1739 of file Gmsh.yy.cpp.

◆ yytext

char * yytext   gmsh_yytext

Definition at line 29 of file Gmsh.yy.cpp.

◆ yytext_ptr

#define yytext_ptr   yytext

Definition at line 600 of file Gmsh.yy.cpp.

◆ yywrap

int yywrap   gmsh_yywrap

Definition at line 30 of file Gmsh.yy.cpp.

Typedef Documentation

◆ flex_int16_t

typedef short int flex_int16_t

Definition at line 312 of file Gmsh.yy.cpp.

◆ flex_int32_t

typedef int flex_int32_t

Definition at line 313 of file Gmsh.yy.cpp.

◆ flex_int8_t

typedef signed char flex_int8_t

Definition at line 311 of file Gmsh.yy.cpp.

◆ flex_uint16_t

typedef unsigned short int flex_uint16_t

Definition at line 315 of file Gmsh.yy.cpp.

◆ flex_uint32_t

typedef unsigned int flex_uint32_t

Definition at line 316 of file Gmsh.yy.cpp.

◆ flex_uint8_t

typedef unsigned char flex_uint8_t

Definition at line 314 of file Gmsh.yy.cpp.

◆ YY_BUFFER_STATE

Definition at line 410 of file Gmsh.yy.cpp.

◆ YY_CHAR

Definition at line 586 of file Gmsh.yy.cpp.

◆ yy_size_t

typedef size_t yy_size_t

Definition at line 415 of file Gmsh.yy.cpp.

◆ yy_state_type

typedef int yy_state_type

Definition at line 590 of file Gmsh.yy.cpp.

Function Documentation

◆ if()

if ( yy_init)

Definition at line 1787 of file Gmsh.yy.cpp.

◆ input()

static int input ( void  )
static

Referenced by StructuredField::operator()().

Here is the caller graph for this function:

◆ parsestring()

void parsestring ( char  endchar)

◆ skipcomments()

void skipcomments ( void  )

◆ skipline()

void skipline ( void  )

◆ strsave()

char* strsave ( char *  ptr)

◆ 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_fatal_error()

static void yynoreturn yy_fatal_error ( const char *  msg)
static

◆ yy_flush_buffer()

void yy_flush_buffer ( YY_BUFFER_STATE  b)

◆ yy_get_next_buffer()

static int yy_get_next_buffer ( void  )
static

◆ yy_get_previous_state()

static yy_state_type yy_get_previous_state ( void  )
static

◆ yy_init_buffer()

static void yy_init_buffer ( YY_BUFFER_STATE  b,
FILE *  file 
)
static

◆ yy_init_globals()

static int yy_init_globals ( void  )
static

◆ 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,
yy_size_t  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)

◆ yy_try_NUL_trans()

static yy_state_type yy_try_NUL_trans ( yy_state_type  current_state)
static

◆ 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)

◆ yyunput()

static void yyunput ( int  c,
char *  buf_ptr 
)
static

Variable Documentation

◆ yy_accept

const flex_int16_t yy_accept[1460]
static

Definition at line 624 of file Gmsh.yy.cpp.

◆ yy_act

int yy_act

Definition at line 1785 of file Gmsh.yy.cpp.

◆ yy_base

const flex_int16_t yy_base[1461]
static

Definition at line 832 of file Gmsh.yy.cpp.

◆ yy_bp

char * yy_bp

Definition at line 1784 of file Gmsh.yy.cpp.

◆ yy_buffer_stack

YY_BUFFER_STATE* yy_buffer_stack = NULL
static

Stack as an array.

Definition at line 512 of file Gmsh.yy.cpp.

◆ yy_buffer_stack_max

size_t yy_buffer_stack_max = 0
static

capacity of stack.

Definition at line 511 of file Gmsh.yy.cpp.

◆ yy_buffer_stack_top

size_t yy_buffer_stack_top = 0
static

index of top of stack.

Definition at line 510 of file Gmsh.yy.cpp.

◆ yy_c_buf_p

char* yy_c_buf_p = NULL
static

Definition at line 534 of file Gmsh.yy.cpp.

◆ yy_chk

const flex_int16_t yy_chk[1664]
static

Definition at line 1347 of file Gmsh.yy.cpp.

◆ yy_cp

char* yy_cp

Definition at line 1784 of file Gmsh.yy.cpp.

◆ YY_DECL

YY_DECL
Initial value:
{
yy_state_type yy_current_state

The main scanner function which does all the work.

Definition at line 1781 of file Gmsh.yy.cpp.

◆ yy_def

const flex_int16_t yy_def[1461]
static

Definition at line 996 of file Gmsh.yy.cpp.

◆ yy_did_buffer_switch_on_eof

int yy_did_buffer_switch_on_eof
static

Definition at line 541 of file Gmsh.yy.cpp.

◆ yy_ec

const YY_CHAR yy_ec[256]
static

Definition at line 788 of file Gmsh.yy.cpp.

◆ yy_flex_debug

int yy_flex_debug = 0

Definition at line 1538 of file Gmsh.yy.cpp.

◆ yy_hold_char

char yy_hold_char
static

Definition at line 529 of file Gmsh.yy.cpp.

◆ yy_init

int yy_init = 0
static

Definition at line 535 of file Gmsh.yy.cpp.

Referenced by if().

◆ yy_last_accepting_cpos

char* yy_last_accepting_cpos
static

Definition at line 1535 of file Gmsh.yy.cpp.

◆ yy_last_accepting_state

yy_state_type yy_last_accepting_state
static

Definition at line 1534 of file Gmsh.yy.cpp.

◆ yy_meta

const YY_CHAR yy_meta[74]
static
Initial value:
=
{ 0,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 2, 2, 2, 2, 2, 1, 1, 1,
1, 1, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 2, 1
}

Definition at line 820 of file Gmsh.yy.cpp.

◆ yy_n_chars

yy_size_t yy_n_chars
static

Definition at line 530 of file Gmsh.yy.cpp.

◆ yy_nxt

const flex_int16_t yy_nxt[1664]
static

Definition at line 1160 of file Gmsh.yy.cpp.

◆ yy_start

int yy_start = 0
static

Definition at line 536 of file Gmsh.yy.cpp.

Referenced by if().

◆ yyin

FILE* yyin = NULL

Definition at line 588 of file Gmsh.yy.cpp.

◆ yyleng

yy_size_t yyleng

Definition at line 531 of file Gmsh.yy.cpp.

◆ yylineno

int yylineno = 1

Definition at line 593 of file Gmsh.yy.cpp.

◆ yyout

FILE * yyout = NULL

Definition at line 420 of file Gmsh.yy.cpp.

◆ yytext

char* yytext

Definition at line 1547 of file Gmsh.yy.cpp.

yy_hold_char
static char yy_hold_char
Definition: Gmsh.yy.cpp:529
YY_MORE_ADJ
#define YY_MORE_ADJ
Definition: Gmsh.yy.cpp:1545
yy_state_type
int yy_state_type
Definition: Gmsh.yy.cpp:590
yytext_ptr
#define yytext_ptr
Definition: Gmsh.yy.cpp:599
c
static double c(int i, int j, fullMatrix< double > &CA, const std::vector< SPoint3 > &P, const std::vector< SPoint3 > &Q)
Definition: discreteFrechetDistance.cpp:15
yy_cp
char * yy_cp
Definition: Gmsh.yy.cpp:1784
YY_BUF_SIZE
#define YY_BUF_SIZE
Definition: Gmsh.yy.cpp:400
yylineno
#define yylineno
Definition: Gmsh.yy.cpp:25
yy_bp
char * yy_bp
Definition: Gmsh.yy.cpp:1784
yy_c_buf_p
static char * yy_c_buf_p
Definition: Gmsh.yy.cpp:534
Msg
Definition: GmshMessage.h:31
YY_CURRENT_BUFFER
#define YY_CURRENT_BUFFER
Definition: Gmsh.yy.cpp:520
yy_buffer_stack
static YY_BUFFER_STATE * yy_buffer_stack
Definition: Gmsh.yy.cpp:512
yy_size_t
size_t yy_size_t
Definition: Gmsh.yy.cpp:415
yytext
#define yytext
Definition: Gmsh.yy.cpp:28
if
if(!(yy_init))
Definition: Gmsh.yy.cpp:1787
yyin
#define yyin
Definition: Gmsh.yy.cpp:22
yyleng
#define yyleng
Definition: Gmsh.yy.cpp:23
yy_buffer_stack_top
static size_t yy_buffer_stack_top
Definition: Gmsh.yy.cpp:510