5 #define YY_INT_ALIGNED short int
9 #define yy_create_buffer zvr__create_buffer
10 #define yy_delete_buffer zvr__delete_buffer
11 #define yy_flex_debug zvr__flex_debug
12 #define yy_init_buffer zvr__init_buffer
13 #define yy_flush_buffer zvr__flush_buffer
14 #define yy_load_buffer_state zvr__load_buffer_state
15 #define yy_switch_to_buffer zvr__switch_to_buffer
17 #define yyleng zvr_leng
19 #define yylineno zvr_lineno
21 #define yyrestart zvr_restart
22 #define yytext zvr_text
23 #define yywrap zvr_wrap
24 #define yyalloc zvr_alloc
25 #define yyrealloc zvr_realloc
26 #define yyfree zvr_free
29 #define YY_FLEX_MAJOR_VERSION 2
30 #define YY_FLEX_MINOR_VERSION 5
31 #define YY_FLEX_SUBMINOR_VERSION 35
32 #if YY_FLEX_SUBMINOR_VERSION > 0
53 #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
58 #ifndef __STDC_LIMIT_MACROS
59 #define __STDC_LIMIT_MACROS 1
79 #define INT8_MIN (-128)
82 #define INT16_MIN (-32767-1)
85 #define INT32_MIN (-2147483647-1)
88 #define INT8_MAX (127)
91 #define INT16_MAX (32767)
94 #define INT32_MAX (2147483647)
97 #define UINT8_MAX (255U)
100 #define UINT16_MAX (65535U)
103 #define UINT32_MAX (4294967295U)
118 #if defined (__STDC__)
126 #define yyconst const
139 #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
145 #define BEGIN (yy_start) = 1 + 2 *
151 #define YY_START (((yy_start) - 1) / 2)
152 #define YYSTATE YY_START
155 #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
158 #define YY_NEW_FILE zvr_restart(zvr_in )
160 #define YY_END_OF_BUFFER_CHAR 0
169 #define YY_BUF_SIZE 32768
171 #define YY_BUF_SIZE 16384
177 #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
179 #ifndef YY_TYPEDEF_YY_BUFFER_STATE
180 #define YY_TYPEDEF_YY_BUFFER_STATE
188 #define EOB_ACT_CONTINUE_SCAN 0
189 #define EOB_ACT_END_OF_FILE 1
190 #define EOB_ACT_LAST_MATCH 2
199 #define YY_LESS_LINENO(n) \
202 for ( yyl = n; yyl < zvr_leng; ++yyl )\
203 if ( zvr_text[yyl] == '\n' )\
212 int yyless_macro_arg = (n); \
213 YY_LESS_LINENO(yyless_macro_arg);\
214 *yy_cp = (yy_hold_char); \
215 YY_RESTORE_YY_MORE_OFFSET \
216 (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
217 YY_DO_BEFORE_ACTION; \
221 #define unput(c) yyunput( c, (yytext_ptr) )
223 #ifndef YY_TYPEDEF_YY_SIZE_T
224 #define YY_TYPEDEF_YY_SIZE_T
228 #ifndef YY_STRUCT_YY_BUFFER_STATE
229 #define YY_STRUCT_YY_BUFFER_STATE
276 #define YY_BUFFER_NEW 0
277 #define YY_BUFFER_NORMAL 1
288 #define YY_BUFFER_EOF_PENDING 2
294 static size_t yy_buffer_stack_top = 0;
295 static size_t yy_buffer_stack_max = 0;
296 static YY_BUFFER_STATE * yy_buffer_stack = 0;
304 #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
305 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
311 #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
314 static char yy_hold_char;
315 static int yy_n_chars;
319 static char *yy_c_buf_p = (
char *) 0;
320 static int yy_init = 0;
321 static int yy_start = 0;
326 static int yy_did_buffer_switch_on_eof;
336 static void zvr_ensure_buffer_stack (
void );
337 static void zvr__load_buffer_state (
void );
338 static void zvr__init_buffer (YY_BUFFER_STATE
b,FILE *file );
340 #define YY_FLUSH_BUFFER zvr__flush_buffer(YY_CURRENT_BUFFER )
350 #define yy_new_buffer zvr__create_buffer
352 #define yy_set_interactive(is_interactive) \
354 if ( ! YY_CURRENT_BUFFER ){ \
355 zvr_ensure_buffer_stack (); \
356 YY_CURRENT_BUFFER_LVALUE = \
357 zvr__create_buffer(zvr_in,YY_BUF_SIZE ); \
359 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
362 #define yy_set_bol(at_bol) \
364 if ( ! YY_CURRENT_BUFFER ){\
365 zvr_ensure_buffer_stack (); \
366 YY_CURRENT_BUFFER_LVALUE = \
367 zvr__create_buffer(zvr_in,YY_BUF_SIZE ); \
369 YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
372 #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
376 #define zvr_wrap(n) 1
377 #define YY_SKIP_YYWRAP
390 #define yytext_ptr zvr_text
392 static yy_state_type yy_get_previous_state (
void );
393 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
394 static int yy_get_next_buffer (
void );
395 static void yy_fatal_error (
yyconst char msg[] );
400 #define YY_DO_BEFORE_ACTION \
401 (yytext_ptr) = yy_bp; \
402 zvr_leng = (size_t) (yy_cp - yy_bp); \
403 (yy_hold_char) = *yy_cp; \
405 (yy_c_buf_p) = yy_cp;
407 #define YY_NUM_RULES 12
408 #define YY_END_OF_BUFFER 13
418 0, 0, 0, 0, 13, 11, 10, 10, 10, 11,
419 3, 9, 6, 6, 6, 6, 6, 6, 6, 6,
420 7, 7, 7, 7, 7, 7, 7, 11, 10, 3,
421 0, 0, 7, 6, 7, 5, 4, 5, 7, 7,
422 7, 7, 7, 7, 0, 0, 3, 0, 3, 6,
423 7, 7, 7, 7, 7, 7, 2, 7, 7, 7,
424 1, 8, 7, 7, 8, 7, 7, 7, 7, 0
429 1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
430 1, 1, 4, 1, 1, 1, 1, 1, 1, 1,
431 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
432 1, 2, 1, 1, 1, 1, 1, 1, 1, 1,
433 1, 1, 5, 6, 7, 8, 1, 9, 9, 9,
434 9, 9, 9, 9, 9, 9, 9, 1, 10, 1,
435 1, 1, 1, 1, 11, 12, 13, 14, 15, 16,
436 17, 18, 19, 16, 16, 20, 21, 22, 23, 24,
437 16, 25, 26, 27, 28, 29, 16, 30, 16, 31,
438 1, 1, 1, 1, 1, 1, 32, 33, 34, 35,
440 36, 34, 37, 34, 38, 34, 34, 34, 39, 40,
441 41, 34, 34, 42, 34, 34, 34, 34, 34, 34,
442 34, 43, 1, 1, 1, 1, 1, 1, 1, 1,
443 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
444 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
445 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
446 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
447 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
448 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
449 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
451 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
452 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
453 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
454 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
455 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
461 1, 1, 1, 1, 1, 1, 2, 1, 3, 1,
462 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
463 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
464 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
470 0, 0, 42, 45, 173, 174, 174, 174, 169, 162,
471 44, 174, 161, 41, 46, 47, 51, 48, 52, 54,
472 56, 160, 58, 59, 60, 63, 64, 66, 174, 69,
473 159, 80, 158, 157, 67, 156, 155, 77, 70, 84,
474 73, 104, 86, 88, 154, 93, 97, 147, 146, 174,
475 90, 94, 98, 109, 144, 99, 143, 110, 108, 111,
476 174, 113, 116, 123, 174, 104, 120, 140, 142, 174,
482 70, 1, 71, 71, 70, 70, 70, 70, 70, 70,
483 70, 70, 72, 72, 72, 72, 72, 72, 72, 72,
484 72, 72, 72, 72, 72, 72, 72, 70, 70, 70,
485 70, 70, 72, 70, 72, 72, 72, 72, 72, 72,
486 72, 73, 72, 72, 70, 70, 70, 70, 70, 70,
487 72, 72, 72, 72, 72, 72, 70, 72, 72, 72,
488 70, 70, 72, 72, 70, 72, 72, 72, 72, 0,
494 6, 7, 8, 9, 10, 6, 10, 6, 11, 12,
495 13, 13, 14, 15, 13, 13, 13, 16, 13, 13,
496 17, 13, 13, 18, 19, 13, 13, 13, 13, 13,
497 20, 21, 22, 22, 23, 22, 22, 24, 25, 26,
498 22, 27, 22, 7, 8, 9, 7, 8, 9, 34,
499 28, 31, 30, 28, 34, 34, 34, 36, 32, 34,
500 34, 38, 34, 35, 70, 39, 70, 70, 70, 37,
501 36, 70, 70, 45, 46, 70, 31, 30, 70, 32,
502 53, 70, 40, 32, 48, 70, 48, 51, 49, 37,
503 42, 43, 70, 52, 70, 41, 70, 42, 70, 42,
505 45, 46, 70, 44, 32, 47, 70, 70, 54, 42,
506 33, 32, 70, 58, 61, 59, 70, 70, 70, 70,
507 55, 65, 42, 60, 70, 36, 64, 56, 70, 63,
508 66, 70, 32, 36, 37, 33, 33, 33, 33, 33,
509 33, 33, 33, 33, 33, 33, 33, 68, 70, 67,
510 70, 57, 62, 69, 49, 49, 36, 6, 6, 6,
511 33, 33, 57, 70, 70, 50, 70, 47, 70, 34,
512 30, 29, 70, 5, 70, 70, 70, 70, 70, 70,
513 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,
514 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,
516 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,
517 70, 70, 70, 70, 70, 70, 70
522 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
523 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
524 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
525 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
526 1, 1, 1, 3, 3, 3, 4, 4, 4, 14,
527 3, 11, 11, 4, 15, 16, 18, 15, 11, 17,
528 19, 17, 20, 14, 21, 18, 23, 24, 25, 23,
529 19, 26, 27, 28, 28, 35, 30, 30, 39, 11,
530 39, 41, 20, 30, 32, 38, 32, 35, 32, 16,
531 23, 25, 40, 38, 43, 21, 44, 24, 51, 27,
533 46, 46, 52, 26, 30, 47, 53, 56, 40, 41,
534 42, 47, 66, 51, 54, 52, 59, 54, 58, 60,
535 73, 62, 43, 53, 63, 60, 59, 44, 67, 58,
536 63, 64, 47, 66, 56, 42, 42, 42, 42, 42,
537 42, 42, 42, 42, 42, 42, 42, 67, 68, 64,
538 69, 57, 55, 68, 49, 48, 69, 71, 71, 71,
539 72, 72, 45, 37, 36, 34, 33, 31, 22, 13,
540 10, 9, 5, 70, 70, 70, 70, 70, 70, 70,
541 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,
542 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,
544 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,
545 70, 70, 70, 70, 70, 70, 70
551 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, };
553 static yy_state_type yy_last_accepting_state;
554 static char *yy_last_accepting_cpos;
557 int zvr__flex_debug = 0;
562 #define REJECT reject_used_but_not_detected
563 #define yymore() yymore_used_but_not_detected
564 #define YY_MORE_ADJ 0
565 #define YY_RESTORE_YY_MORE_OFFSET
615 # define strchr index
616 # define strrchr rindex
620 #line 621 "scan_zvr.cpp"
625 #ifndef YY_EXTRA_TYPE
626 #define YY_EXTRA_TYPE void *
629 static int yy_init_globals (
void );
664 #ifndef YY_SKIP_YYWRAP
673 static void yy_flex_strncpy (
char *,
yyconst char *,
int );
676 #ifdef YY_NEED_STRLEN
677 static int yy_flex_strlen (
yyconst char * );
683 static int yyinput (
void );
685 static int input (
void );
691 #ifndef YY_READ_BUF_SIZE
694 #define YY_READ_BUF_SIZE 16384
696 #define YY_READ_BUF_SIZE 8192
705 #define ECHO do { if (fwrite( zvr_text, zvr_leng, 1, zvr_out )) {} } while (0)
712 #define YY_INPUT(buf,result,max_size) \
713 if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
717 for ( n = 0; n < max_size && \
718 (c = getc( zvr_in )) != EOF && c != '\n'; ++n ) \
721 buf[n++] = (char) c; \
722 if ( c == EOF && ferror( zvr_in ) ) \
723 YY_FATAL_ERROR( "input in flex scanner failed" ); \
729 while ( (result = fread(buf, 1, max_size, zvr_in))==0 && ferror(zvr_in)) \
731 if( errno != EINTR) \
733 YY_FATAL_ERROR( "input in flex scanner failed" ); \
749 #define yyterminate() return YY_NULL
753 #ifndef YY_START_STACK_INCR
754 #define YY_START_STACK_INCR 25
758 #ifndef YY_FATAL_ERROR
759 #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
768 #define YY_DECL_IS_OURS 1
772 #define YY_DECL int zvr_lex (void)
778 #ifndef YY_USER_ACTION
779 #define YY_USER_ACTION
784 #define YY_BREAK break;
787 #define YY_RULE_SETUP \
794 register yy_state_type yy_current_state;
798 #line 69 "scan_zvr.l"
801 #line 802 "scan_zvr.cpp"
821 zvr_ensure_buffer_stack ();
826 zvr__load_buffer_state( );
831 yy_cp = (yy_c_buf_p);
834 *yy_cp = (yy_hold_char);
841 yy_current_state = (yy_start);
846 if ( yy_accept[yy_current_state] )
848 (yy_last_accepting_state) = yy_current_state;
849 (yy_last_accepting_cpos) = yy_cp;
851 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
853 yy_current_state = (int) yy_def[yy_current_state];
854 if ( yy_current_state >= 71 )
855 yy_c = yy_meta[(
unsigned int) yy_c];
857 yy_current_state = yy_nxt[yy_base[yy_current_state] + (
unsigned int) yy_c];
860 while ( yy_base[yy_current_state] != 174 );
863 yy_act = yy_accept[yy_current_state];
866 yy_cp = (yy_last_accepting_cpos);
867 yy_current_state = (yy_last_accepting_state);
868 yy_act = yy_accept[yy_current_state];
876 for ( yyl = 0; yyl <
zvr_leng; ++yyl )
877 if ( zvr_text[yyl] ==
'\n' )
889 *yy_cp = (yy_hold_char);
890 yy_cp = (yy_last_accepting_cpos);
891 yy_current_state = (yy_last_accepting_state);
896 #line 71 "scan_zvr.l"
904 #line 76 "scan_zvr.l"
912 #line 81 "scan_zvr.l"
920 #line 86 "scan_zvr.l"
928 #line 91 "scan_zvr.l"
936 #line 96 "scan_zvr.l"
944 #line 101 "scan_zvr.l"
952 #line 106 "scan_zvr.l"
960 #line 111 "scan_zvr.l"
966 #line 113 "scan_zvr.l"
971 #line 115 "scan_zvr.l"
974 "line %d: syntax error, unrecognized character: `%s'\n",
975 zvr_lineno, zvr_text);
981 #line 122 "scan_zvr.l"
984 #line 985 "scan_zvr.cpp"
992 int yy_amount_of_matched_text = (int) (yy_cp - (
yytext_ptr)) - 1;
995 *yy_cp = (yy_hold_char);
1023 yy_state_type yy_next_state;
1025 (yy_c_buf_p) = (
yytext_ptr) + yy_amount_of_matched_text;
1027 yy_current_state = yy_get_previous_state( );
1038 yy_next_state = yy_try_NUL_trans( yy_current_state );
1042 if ( yy_next_state )
1045 yy_cp = ++(yy_c_buf_p);
1046 yy_current_state = yy_next_state;
1052 yy_cp = (yy_c_buf_p);
1053 goto yy_find_action;
1057 else switch ( yy_get_next_buffer( ) )
1061 (yy_did_buffer_switch_on_eof) = 0;
1082 if ( ! (yy_did_buffer_switch_on_eof) )
1092 yy_current_state = yy_get_previous_state( );
1094 yy_cp = (yy_c_buf_p);
1102 yy_current_state = yy_get_previous_state( );
1104 yy_cp = (yy_c_buf_p);
1106 goto yy_find_action;
1113 "fatal flex scanner internal error--no action found" );
1125 static int yy_get_next_buffer (
void)
1129 register int number_to_move,
i;
1134 "fatal flex scanner internal error--end of buffer missed" );
1158 number_to_move = (int) ((yy_c_buf_p) - (
yytext_ptr)) - 1;
1160 for ( i = 0; i < number_to_move; ++
i )
1161 *(dest++) = *(source++);
1174 while ( num_to_read <= 0 )
1180 int yy_c_buf_p_offset =
1187 if ( new_size <= 0 )
1202 "fatal error - scanner input buffer overflow" );
1204 (yy_c_buf_p) = &b->
yy_ch_buf[yy_c_buf_p_offset];
1216 (yy_n_chars), (
size_t) num_to_read );
1221 if ( (yy_n_chars) == 0 )
1242 yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
1245 YY_FATAL_ERROR(
"out of dynamic memory in yy_get_next_buffer()" );
1248 (yy_n_chars) += number_to_move;
1259 static yy_state_type yy_get_previous_state (
void)
1261 register yy_state_type yy_current_state;
1262 register char *
yy_cp;
1264 yy_current_state = (yy_start);
1269 if ( yy_accept[yy_current_state] )
1271 (yy_last_accepting_state) = yy_current_state;
1272 (yy_last_accepting_cpos) = yy_cp;
1274 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1276 yy_current_state = (int) yy_def[yy_current_state];
1277 if ( yy_current_state >= 71 )
1278 yy_c = yy_meta[(
unsigned int) yy_c];
1280 yy_current_state = yy_nxt[yy_base[yy_current_state] + (
unsigned int) yy_c];
1283 return yy_current_state;
1291 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
1293 register int yy_is_jam;
1294 register char *yy_cp = (yy_c_buf_p);
1297 if ( yy_accept[yy_current_state] )
1299 (yy_last_accepting_state) = yy_current_state;
1300 (yy_last_accepting_cpos) = yy_cp;
1302 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1304 yy_current_state = (int) yy_def[yy_current_state];
1305 if ( yy_current_state >= 71 )
1306 yy_c = yy_meta[(
unsigned int) yy_c];
1308 yy_current_state = yy_nxt[yy_base[yy_current_state] + (
unsigned int) yy_c];
1309 yy_is_jam = (yy_current_state == 70);
1311 return yy_is_jam ? 0 : yy_current_state;
1316 static int yyinput (
void)
1318 static int input (
void)
1324 *(yy_c_buf_p) = (yy_hold_char);
1334 *(yy_c_buf_p) =
'\0';
1341 switch ( yy_get_next_buffer( ) )
1364 if ( ! (yy_did_buffer_switch_on_eof) )
1380 c = *(
unsigned char *) (yy_c_buf_p);
1381 *(yy_c_buf_p) =
'\0';
1382 (yy_hold_char) = *++(yy_c_buf_p);
1402 zvr_ensure_buffer_stack ();
1408 zvr__load_buffer_state( );
1423 zvr_ensure_buffer_stack ();
1430 *(yy_c_buf_p) = (yy_hold_char);
1436 zvr__load_buffer_state( );
1443 (yy_did_buffer_switch_on_eof) = 1;
1446 static void zvr__load_buffer_state (
void)
1451 (yy_hold_char) = *(yy_c_buf_p);
1466 YY_FATAL_ERROR(
"out of dynamic memory in zvr__create_buffer()" );
1475 YY_FATAL_ERROR(
"out of dynamic memory in zvr__create_buffer()" );
1479 zvr__init_buffer(b,file );
1504 extern int isatty (
int );
1511 static void zvr__init_buffer (YY_BUFFER_STATE b, FILE * file )
1559 zvr__load_buffer_state( );
1570 if (new_buffer == NULL)
1573 zvr_ensure_buffer_stack();
1579 *(yy_c_buf_p) = (yy_hold_char);
1586 (yy_buffer_stack_top)++;
1590 zvr__load_buffer_state( );
1591 (yy_did_buffer_switch_on_eof) = 1;
1605 if ((yy_buffer_stack_top) > 0)
1606 --(yy_buffer_stack_top);
1609 zvr__load_buffer_state( );
1610 (yy_did_buffer_switch_on_eof) = 1;
1617 static void zvr_ensure_buffer_stack (
void)
1621 if (!(yy_buffer_stack)) {
1631 if ( ! (yy_buffer_stack) )
1632 YY_FATAL_ERROR(
"out of dynamic memory in zvr_ensure_buffer_stack()" );
1634 memset((yy_buffer_stack), 0, num_to_alloc *
sizeof(
struct yy_buffer_state*));
1636 (yy_buffer_stack_max) = num_to_alloc;
1637 (yy_buffer_stack_top) = 0;
1641 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
1646 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1651 if ( ! (yy_buffer_stack) )
1652 YY_FATAL_ERROR(
"out of dynamic memory in zvr_ensure_buffer_stack()" );
1655 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size *
sizeof(
struct yy_buffer_state*));
1656 (yy_buffer_stack_max) = num_to_alloc;
1724 n = _yybytes_len + 2;
1729 for ( i = 0; i < _yybytes_len; ++
i )
1730 buf[i] = yybytes[i];
1746 #ifndef YY_EXIT_FAILURE
1747 #define YY_EXIT_FAILURE 2
1750 static void yy_fatal_error (
yyconst char* msg )
1752 (void)
fprintf( stderr,
"%s\n", msg );
1763 int yyless_macro_arg = (n); \
1764 YY_LESS_LINENO(yyless_macro_arg);\
1765 zvr_text[zvr_leng] = (yy_hold_char); \
1766 (yy_c_buf_p) = zvr_text + yyless_macro_arg; \
1767 (yy_hold_char) = *(yy_c_buf_p); \
1768 *(yy_c_buf_p) = '\0'; \
1769 zvr_leng = yyless_macro_arg; \
1824 zvr_lineno = line_number;
1850 zvr__flex_debug = bdebug ;
1853 static int yy_init_globals (
void)
1862 (yy_buffer_stack) = 0;
1863 (yy_buffer_stack_top) = 0;
1864 (yy_buffer_stack_max) = 0;
1865 (yy_c_buf_p) = (
char *) 0;
1897 (yy_buffer_stack) = NULL;
1911 static void yy_flex_strncpy (
char* s1,
yyconst char * s2,
int n )
1914 for ( i = 0; i <
n; ++
i )
1919 #ifdef YY_NEED_STRLEN
1920 static int yy_flex_strlen (
yyconst char *
s )
1923 for ( n = 0; s[
n]; ++
n )
1932 return (
void *) malloc( size );
1944 return (
void *) realloc( (
char *) ptr, size );
1949 free( (
char *) ptr );
1952 #define YYTABLES_NAME "yytables"
1954 #line 122 "scan_zvr.l"