Graphviz 13.0.0~dev.20250402.0402
Loading...
Searching...
No Matches
gmlscan.c
Go to the documentation of this file.
1#line 2 "gmlscan.c"
2
3#line 4 "gmlscan.c"
4
5#define YY_INT_ALIGNED short int
6
7/* A lexical scanner generated by flex */
8
9#define yy_create_buffer gml_create_buffer
10#define yy_delete_buffer gml_delete_buffer
11#define yy_scan_buffer gml_scan_buffer
12#define yy_scan_string gml_scan_string
13#define yy_scan_bytes gml_scan_bytes
14#define yy_init_buffer gml_init_buffer
15#define yy_flush_buffer gml_flush_buffer
16#define yy_load_buffer_state gml_load_buffer_state
17#define yy_switch_to_buffer gml_switch_to_buffer
18#define yypush_buffer_state gmlpush_buffer_state
19#define yypop_buffer_state gmlpop_buffer_state
20#define yyensure_buffer_stack gmlensure_buffer_stack
21#define yy_flex_debug gml_flex_debug
22#define yyin gmlin
23#define yyleng gmlleng
24#define yylex gmllex
25#define yylineno gmllineno
26#define yyout gmlout
27#define yyrestart gmlrestart
28#define yytext gmltext
29#define yywrap gmlwrap
30#define yyalloc gmlalloc
31#define yyrealloc gmlrealloc
32#define yyfree gmlfree
33
34#define FLEX_SCANNER
35#define YY_FLEX_MAJOR_VERSION 2
36#define YY_FLEX_MINOR_VERSION 6
37#define YY_FLEX_SUBMINOR_VERSION 4
38#if YY_FLEX_SUBMINOR_VERSION > 0
39#define FLEX_BETA
40#endif
41
42#ifdef yy_create_buffer
43#define gml_create_buffer_ALREADY_DEFINED
44#else
45#define yy_create_buffer gml_create_buffer
46#endif
47
48#ifdef yy_delete_buffer
49#define gml_delete_buffer_ALREADY_DEFINED
50#else
51#define yy_delete_buffer gml_delete_buffer
52#endif
53
54#ifdef yy_scan_buffer
55#define gml_scan_buffer_ALREADY_DEFINED
56#else
57#define yy_scan_buffer gml_scan_buffer
58#endif
59
60#ifdef yy_scan_string
61#define gml_scan_string_ALREADY_DEFINED
62#else
63#define yy_scan_string gml_scan_string
64#endif
65
66#ifdef yy_scan_bytes
67#define gml_scan_bytes_ALREADY_DEFINED
68#else
69#define yy_scan_bytes gml_scan_bytes
70#endif
71
72#ifdef yy_init_buffer
73#define gml_init_buffer_ALREADY_DEFINED
74#else
75#define yy_init_buffer gml_init_buffer
76#endif
77
78#ifdef yy_flush_buffer
79#define gml_flush_buffer_ALREADY_DEFINED
80#else
81#define yy_flush_buffer gml_flush_buffer
82#endif
83
84#ifdef yy_load_buffer_state
85#define gml_load_buffer_state_ALREADY_DEFINED
86#else
87#define yy_load_buffer_state gml_load_buffer_state
88#endif
89
90#ifdef yy_switch_to_buffer
91#define gml_switch_to_buffer_ALREADY_DEFINED
92#else
93#define yy_switch_to_buffer gml_switch_to_buffer
94#endif
95
96#ifdef yypush_buffer_state
97#define gmlpush_buffer_state_ALREADY_DEFINED
98#else
99#define yypush_buffer_state gmlpush_buffer_state
100#endif
101
102#ifdef yypop_buffer_state
103#define gmlpop_buffer_state_ALREADY_DEFINED
104#else
105#define yypop_buffer_state gmlpop_buffer_state
106#endif
107
108#ifdef yyensure_buffer_stack
109#define gmlensure_buffer_stack_ALREADY_DEFINED
110#else
111#define yyensure_buffer_stack gmlensure_buffer_stack
112#endif
113
114#ifdef yylex
115#define gmllex_ALREADY_DEFINED
116#else
117#define yylex gmllex
118#endif
119
120#ifdef yyrestart
121#define gmlrestart_ALREADY_DEFINED
122#else
123#define yyrestart gmlrestart
124#endif
125
126#ifdef yylex_init
127#define gmllex_init_ALREADY_DEFINED
128#else
129#define yylex_init gmllex_init
130#endif
131
132#ifdef yylex_init_extra
133#define gmllex_init_extra_ALREADY_DEFINED
134#else
135#define yylex_init_extra gmllex_init_extra
136#endif
137
138#ifdef yylex_destroy
139#define gmllex_destroy_ALREADY_DEFINED
140#else
141#define yylex_destroy gmllex_destroy
142#endif
143
144#ifdef yyget_debug
145#define gmlget_debug_ALREADY_DEFINED
146#else
147#define yyget_debug gmlget_debug
148#endif
149
150#ifdef yyset_debug
151#define gmlset_debug_ALREADY_DEFINED
152#else
153#define yyset_debug gmlset_debug
154#endif
155
156#ifdef yyget_extra
157#define gmlget_extra_ALREADY_DEFINED
158#else
159#define yyget_extra gmlget_extra
160#endif
161
162#ifdef yyset_extra
163#define gmlset_extra_ALREADY_DEFINED
164#else
165#define yyset_extra gmlset_extra
166#endif
167
168#ifdef yyget_in
169#define gmlget_in_ALREADY_DEFINED
170#else
171#define yyget_in gmlget_in
172#endif
173
174#ifdef yyset_in
175#define gmlset_in_ALREADY_DEFINED
176#else
177#define yyset_in gmlset_in
178#endif
179
180#ifdef yyget_out
181#define gmlget_out_ALREADY_DEFINED
182#else
183#define yyget_out gmlget_out
184#endif
185
186#ifdef yyset_out
187#define gmlset_out_ALREADY_DEFINED
188#else
189#define yyset_out gmlset_out
190#endif
191
192#ifdef yyget_leng
193#define gmlget_leng_ALREADY_DEFINED
194#else
195#define yyget_leng gmlget_leng
196#endif
197
198#ifdef yyget_text
199#define gmlget_text_ALREADY_DEFINED
200#else
201#define yyget_text gmlget_text
202#endif
203
204#ifdef yyget_lineno
205#define gmlget_lineno_ALREADY_DEFINED
206#else
207#define yyget_lineno gmlget_lineno
208#endif
209
210#ifdef yyset_lineno
211#define gmlset_lineno_ALREADY_DEFINED
212#else
213#define yyset_lineno gmlset_lineno
214#endif
215
216#ifdef yywrap
217#define gmlwrap_ALREADY_DEFINED
218#else
219#define yywrap gmlwrap
220#endif
221
222#ifdef yyalloc
223#define gmlalloc_ALREADY_DEFINED
224#else
225#define yyalloc gmlalloc
226#endif
227
228#ifdef yyrealloc
229#define gmlrealloc_ALREADY_DEFINED
230#else
231#define yyrealloc gmlrealloc
232#endif
233
234#ifdef yyfree
235#define gmlfree_ALREADY_DEFINED
236#else
237#define yyfree gmlfree
238#endif
239
240#ifdef yytext
241#define gmltext_ALREADY_DEFINED
242#else
243#define yytext gmltext
244#endif
245
246#ifdef yyleng
247#define gmlleng_ALREADY_DEFINED
248#else
249#define yyleng gmlleng
250#endif
251
252#ifdef yyin
253#define gmlin_ALREADY_DEFINED
254#else
255#define yyin gmlin
256#endif
257
258#ifdef yyout
259#define gmlout_ALREADY_DEFINED
260#else
261#define yyout gmlout
262#endif
263
264#ifdef yy_flex_debug
265#define gml_flex_debug_ALREADY_DEFINED
266#else
267#define yy_flex_debug gml_flex_debug
268#endif
269
270#ifdef yylineno
271#define gmllineno_ALREADY_DEFINED
272#else
273#define yylineno gmllineno
274#endif
275
276/* First, we deal with platform-specific or compiler-specific issues. */
277
278/* begin standard C headers. */
279#include <stdio.h>
280#include <string.h>
281#include <errno.h>
282#include <stdlib.h>
283
284/* end standard C headers. */
285
286/* flex integer type definitions */
287
288#ifndef FLEXINT_H
289#define FLEXINT_H
290
291/* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
292
293#if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
294
295/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
296 * if you want the limit (max/min) macros for int types.
297 */
298#ifndef __STDC_LIMIT_MACROS
299#define __STDC_LIMIT_MACROS 1
300#endif
301
302#include <inttypes.h>
303typedef int8_t flex_int8_t;
304typedef uint8_t flex_uint8_t;
305typedef int16_t flex_int16_t;
306typedef uint16_t flex_uint16_t;
307typedef int32_t flex_int32_t;
308typedef uint32_t flex_uint32_t;
309#else
310typedef signed char flex_int8_t;
311typedef short int flex_int16_t;
312typedef int flex_int32_t;
313typedef unsigned char flex_uint8_t;
314typedef unsigned short int flex_uint16_t;
315typedef unsigned int flex_uint32_t;
316
317/* Limits of integral types. */
318#ifndef INT8_MIN
319#define INT8_MIN (-128)
320#endif
321#ifndef INT16_MIN
322#define INT16_MIN (-32767-1)
323#endif
324#ifndef INT32_MIN
325#define INT32_MIN (-2147483647-1)
326#endif
327#ifndef INT8_MAX
328#define INT8_MAX (127)
329#endif
330#ifndef INT16_MAX
331#define INT16_MAX (32767)
332#endif
333#ifndef INT32_MAX
334#define INT32_MAX (2147483647)
335#endif
336#ifndef UINT8_MAX
337#define UINT8_MAX (255U)
338#endif
339#ifndef UINT16_MAX
340#define UINT16_MAX (65535U)
341#endif
342#ifndef UINT32_MAX
343#define UINT32_MAX (4294967295U)
344#endif
345
346#ifndef SIZE_MAX
347#define SIZE_MAX (~(size_t)0)
348#endif
349
350#endif /* ! C99 */
351
352#endif /* ! FLEXINT_H */
353
354/* begin standard C++ headers. */
355
356/* TODO: this is always defined, so inline it */
357#define yyconst const
358
359#if defined(__GNUC__) && __GNUC__ >= 3
360#define yynoreturn __attribute__((__noreturn__))
361#else
362#define yynoreturn
363#endif
364
365/* Returned upon end-of-file. */
366#define YY_NULL 0
367
368/* Promotes a possibly negative, possibly signed char to an
369 * integer in range [0..255] for use as an array index.
370 */
371#define YY_SC_TO_UI(c) ((YY_CHAR) (c))
372
373/* Enter a start condition. This macro really ought to take a parameter,
374 * but we do it the disgusting crufty way forced on us by the ()-less
375 * definition of BEGIN.
376 */
377#define BEGIN (yy_start) = 1 + 2 *
378/* Translate the current start state into a value that can be later handed
379 * to BEGIN to return to the state. The YYSTATE alias is for lex
380 * compatibility.
381 */
382#define YY_START (((yy_start) - 1) / 2)
383#define YYSTATE YY_START
384/* Action number for EOF rule of a given start state. */
385#define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
386/* Special action meaning "start processing a new file". */
387#define YY_NEW_FILE yyrestart( yyin )
388#define YY_END_OF_BUFFER_CHAR 0
389
390/* Size of default input buffer. */
391#ifndef YY_BUF_SIZE
392#ifdef __ia64__
393/* On IA-64, the buffer size is 16k, not 8k.
394 * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
395 * Ditto for the __ia64__ case accordingly.
396 */
397#define YY_BUF_SIZE 32768
398#else
399#define YY_BUF_SIZE 16384
400#endif /* __ia64__ */
401#endif
402
403/* The state buf must be large enough to hold one state per character in the main buffer.
404 */
405#define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
406
407#ifndef YY_TYPEDEF_YY_BUFFER_STATE
408#define YY_TYPEDEF_YY_BUFFER_STATE
410#endif
411
412#ifndef YY_TYPEDEF_YY_SIZE_T
413#define YY_TYPEDEF_YY_SIZE_T
414typedef size_t yy_size_t;
415#endif
416
417extern int yyleng;
418
419extern FILE *yyin, *yyout;
420
421#define EOB_ACT_CONTINUE_SCAN 0
422#define EOB_ACT_END_OF_FILE 1
423#define EOB_ACT_LAST_MATCH 2
424
425 #define YY_LESS_LINENO(n)
426 #define YY_LINENO_REWIND_TO(ptr)
427
428/* Return all but the first "n" matched characters back to the input stream. */
429#define yyless(n) \
430 do \
431 { \
432 /* Undo effects of setting up yytext. */ \
433 int yyless_macro_arg = (n); \
434 YY_LESS_LINENO(yyless_macro_arg);\
435 *yy_cp = (yy_hold_char); \
436 YY_RESTORE_YY_MORE_OFFSET \
437 (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
438 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
439 } \
440 while ( 0 )
441#define unput(c) yyunput( c, (yytext_ptr) )
442
443#ifndef YY_STRUCT_YY_BUFFER_STATE
444#define YY_STRUCT_YY_BUFFER_STATE
446 {
448
449 char *yy_ch_buf; /* input buffer */
450 char *yy_buf_pos; /* current position in input buffer */
451
452 /* Size of input buffer in bytes, not including room for EOB
453 * characters.
454 */
456
457 /* Number of characters read into yy_ch_buf, not including EOB
458 * characters.
459 */
461
462 /* Whether we "own" the buffer - i.e., we know we created it,
463 * and can realloc() it to grow it, and should free() it to
464 * delete it.
465 */
467
468 /* Whether this is an "interactive" input source; if so, and
469 * if we're using stdio for input, then we want to use getc()
470 * instead of fread(), to make sure we stop fetching input after
471 * each newline.
472 */
474
475 /* Whether we're considered to be at the beginning of a line.
476 * If so, '^' rules will be active on the next match, otherwise
477 * not.
478 */
480
484 /* Whether to try to fill the input buffer when we reach the
485 * end of it.
486 */
488
490
491#define YY_BUFFER_NEW 0
492#define YY_BUFFER_NORMAL 1
493 /* When an EOF's been seen but there's still some text to process
494 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
495 * shouldn't try reading from the input source any more. We might
496 * still have a bunch of tokens to match, though, because of
497 * possible backing-up.
498 *
499 * When we actually see the EOF, we change the status to "new"
500 * (via yyrestart()), so that the user can continue scanning by
501 * just pointing yyin at a new input file.
502 */
503#define YY_BUFFER_EOF_PENDING 2
504
505 };
506#endif /* !YY_STRUCT_YY_BUFFER_STATE */
507
508/* Stack of input buffers. */
509static size_t yy_buffer_stack_top = 0;
510static size_t yy_buffer_stack_max = 0;
513/* We provide macros for accessing buffer states in case in the
514 * future we want to put the buffer states in a more general
515 * "scanner state".
516 *
517 * Returns the top of the stack, or NULL.
518 */
519#define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
520 ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
521 : NULL)
522/* Same as previous macro, but useful when we know that the buffer stack is not
523 * NULL or when we need an lvalue. For internal use only.
524 */
525#define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
526
527/* yy_hold_char holds the character lost when yytext is formed. */
528static char yy_hold_char;
529static int yy_n_chars; /* number of characters read into yy_ch_buf */
531
532/* Points to current character in buffer. */
533static char *yy_c_buf_p = NULL;
534static int yy_init = 0; /* whether we need to initialize */
535static int yy_start = 0; /* start state number */
536
537/* Flag which is used to allow yywrap()'s to do buffer switches
538 * instead of setting up a fresh yyin. A bit of a hack ...
539 */
541
542void yyrestart ( FILE *input_file );
544YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size );
548void yypop_buffer_state ( void );
549
550static void yyensure_buffer_stack ( void );
551static void yy_load_buffer_state ( void );
552static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file );
553#define YY_FLUSH_BUFFER yy_flush_buffer( YY_CURRENT_BUFFER )
554
556YY_BUFFER_STATE yy_scan_string ( const char *yy_str );
557YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len );
558
560void *yyrealloc ( void *, yy_size_t );
561void yyfree ( void * );
562
563#define yy_new_buffer yy_create_buffer
564#define yy_set_interactive(is_interactive) \
565 { \
566 if ( ! YY_CURRENT_BUFFER ){ \
567 yyensure_buffer_stack (); \
568 YY_CURRENT_BUFFER_LVALUE = \
569 yy_create_buffer( yyin, YY_BUF_SIZE ); \
570 } \
571 YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
572 }
573#define yy_set_bol(at_bol) \
574 { \
575 if ( ! YY_CURRENT_BUFFER ){\
576 yyensure_buffer_stack (); \
577 YY_CURRENT_BUFFER_LVALUE = \
578 yy_create_buffer( yyin, YY_BUF_SIZE ); \
579 } \
580 YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
581 }
582#define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
583
584/* Begin user sect3 */
586
587FILE *yyin = NULL, *yyout = NULL;
588
589typedef int yy_state_type;
590
591extern int yylineno;
592int yylineno = 1;
593
594extern char *yytext;
595#ifdef yytext_ptr
596#undef yytext_ptr
597#endif
598#define yytext_ptr yytext
599
602static int yy_get_next_buffer ( void );
603static void yynoreturn yy_fatal_error ( const char* msg );
604
605/* Done after the current pattern has been matched and before the
606 * corresponding action - sets up yytext.
607 */
608#define YY_DO_BEFORE_ACTION \
609 (yytext_ptr) = yy_bp; \
610 yyleng = (int) (yy_cp - yy_bp); \
611 (yy_hold_char) = *yy_cp; \
612 *yy_cp = '\0'; \
613 (yy_c_buf_p) = yy_cp;
614#define YY_NUM_RULES 39
615#define YY_END_OF_BUFFER 40
616/* This struct is not used in this scanner,
617 but its presence is necessary. */
623static const flex_int16_t yy_accept[143] =
624 { 0,
625 0, 0, 0, 0, 40, 38, 4, 2, 35, 38,
626 33, 32, 1, 34, 34, 34, 34, 34, 34, 15,
627 34, 34, 34, 34, 34, 34, 34, 14, 12, 13,
628 3, 37, 2, 36, 33, 32, 33, 0, 34, 34,
629 34, 34, 34, 34, 34, 9, 34, 34, 34, 34,
630 34, 34, 34, 34, 34, 34, 34, 3, 37, 0,
631 33, 34, 34, 34, 34, 34, 34, 34, 34, 34,
632 34, 34, 34, 34, 34, 34, 34, 34, 34, 34,
633 7, 20, 34, 34, 34, 26, 6, 34, 34, 34,
634 34, 34, 28, 19, 34, 31, 34, 34, 34, 5,
635
636 16, 34, 27, 34, 25, 34, 24, 34, 34, 34,
637 34, 34, 34, 10, 11, 34, 34, 34, 34, 34,
638 21, 8, 30, 29, 17, 34, 34, 34, 34, 34,
639 34, 34, 34, 34, 34, 34, 34, 34, 22, 23,
640 18, 0
641 } ;
642
643static const YY_CHAR yy_ec[256] =
644 { 0,
645 1, 1, 1, 1, 1, 1, 1, 1, 2, 3,
646 1, 1, 2, 1, 1, 1, 1, 1, 1, 1,
647 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
648 1, 2, 1, 4, 5, 1, 1, 1, 1, 1,
649 1, 1, 6, 1, 6, 7, 1, 8, 8, 8,
650 8, 8, 8, 8, 8, 8, 8, 1, 1, 1,
651 1, 1, 1, 9, 10, 11, 12, 13, 14, 15,
652 16, 17, 18, 19, 19, 20, 21, 22, 23, 24,
653 19, 25, 26, 27, 28, 19, 29, 30, 31, 32,
654 1, 1, 1, 1, 19, 1, 33, 34, 35, 36,
655
656 37, 38, 39, 40, 41, 19, 19, 42, 43, 44,
657 45, 46, 19, 47, 48, 49, 50, 19, 51, 52,
658 53, 54, 1, 1, 1, 1, 1, 1, 1, 1,
659 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
660 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
661 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
662 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
663 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
664 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
665 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
666
667 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
668 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
669 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
670 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
671 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
672 1, 1, 1, 1, 1
673 } ;
674
675static const YY_CHAR yy_meta[55] =
676 { 0,
677 1, 1, 2, 3, 1, 1, 1, 4, 1, 4,
678 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
679 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
680 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
681 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
682 4, 4, 4, 4
683 } ;
684
685static const flex_int16_t yy_base[147] =
686 { 0,
687 0, 78, 52, 54, 75, 301, 301, 301, 301, 52,
688 53, 55, 301, 0, 41, 47, 53, 50, 45, 0,
689 58, 64, 53, 49, 55, 57, 93, 63, 0, 0,
690 0, 0, 0, 301, 71, 102, 79, 105, 0, 76,
691 76, 96, 94, 93, 107, 0, 108, 99, 109, 98,
692 109, 101, 100, 107, 103, 110, 125, 0, 0, 64,
693 301, 118, 125, 130, 128, 122, 128, 143, 144, 145,
694 144, 143, 141, 148, 144, 142, 158, 148, 151, 161,
695 0, 0, 163, 160, 159, 0, 0, 174, 157, 181,
696 180, 185, 0, 0, 185, 0, 177, 195, 190, 191,
697
698 194, 190, 0, 199, 0, 191, 0, 200, 198, 188,
699 209, 198, 210, 0, 0, 214, 215, 216, 209, 228,
700 217, 0, 0, 0, 0, 224, 222, 221, 234, 223,
701 242, 238, 238, 232, 248, 249, 247, 240, 0, 0,
702 0, 301, 288, 65, 292, 296
703 } ;
704
705static const flex_int16_t yy_def[147] =
706 { 0,
707 142, 1, 143, 143, 142, 142, 142, 142, 142, 142,
708 142, 142, 142, 144, 144, 144, 144, 144, 144, 144,
709 144, 144, 144, 144, 144, 144, 144, 144, 144, 144,
710 145, 146, 146, 142, 142, 142, 142, 142, 144, 144,
711 144, 144, 144, 144, 144, 144, 144, 144, 144, 144,
712 144, 144, 144, 144, 144, 144, 144, 145, 146, 142,
713 142, 144, 144, 144, 144, 144, 144, 144, 144, 144,
714 144, 144, 144, 144, 144, 144, 144, 144, 144, 144,
715 144, 144, 144, 144, 144, 144, 144, 144, 144, 144,
716 144, 144, 144, 144, 144, 144, 144, 144, 144, 144,
717
718 144, 144, 144, 144, 144, 144, 144, 144, 144, 144,
719 144, 144, 144, 144, 144, 144, 144, 144, 144, 144,
720 144, 144, 144, 144, 144, 144, 144, 144, 144, 144,
721 144, 144, 144, 144, 144, 144, 144, 144, 144, 144,
722 144, 0, 142, 142, 142, 142
723 } ;
724
725static const flex_int16_t yy_nxt[356] =
726 { 0,
727 6, 7, 8, 9, 6, 10, 11, 12, 13, 14,
728 14, 15, 16, 17, 18, 19, 20, 21, 14, 22,
729 14, 23, 24, 25, 14, 26, 27, 14, 28, 29,
730 30, 14, 14, 14, 15, 16, 17, 18, 19, 20,
731 21, 22, 14, 23, 24, 25, 14, 26, 27, 14,
732 28, 29, 30, 14, 33, 34, 33, 34, 35, 36,
733 37, 35, 36, 40, 41, 42, 38, 43, 39, 45,
734 46, 61, 44, 47, 142, 49, 50, 51, 37, 52,
735 57, 48, 31, 53, 38, 40, 37, 41, 42, 38,
736 43, 45, 38, 46, 44, 62, 47, 49, 50, 51,
737
738 63, 52, 54, 57, 48, 53, 55, 38, 35, 36,
739 60, 64, 61, 65, 66, 38, 67, 62, 68, 142,
740 69, 70, 63, 56, 71, 54, 72, 142, 73, 55,
741 74, 75, 76, 77, 64, 65, 66, 78, 80, 67,
742 79, 68, 69, 81, 70, 56, 71, 82, 83, 72,
743 73, 84, 74, 75, 76, 77, 85, 86, 87, 92,
744 78, 80, 79, 88, 89, 90, 81, 91, 93, 82,
745 83, 94, 97, 84, 95, 96, 100, 142, 101, 85,
746 86, 87, 92, 103, 98, 88, 89, 90, 99, 91,
747 93, 102, 104, 105, 94, 97, 95, 96, 106, 100,
748
749 101, 107, 142, 108, 109, 103, 98, 110, 111, 112,
750 99, 113, 114, 116, 102, 104, 105, 115, 117, 118,
751 119, 106, 120, 121, 107, 108, 122, 109, 123, 124,
752 110, 111, 112, 113, 125, 114, 116, 126, 131, 115,
753 117, 118, 127, 119, 120, 128, 121, 129, 130, 122,
754 132, 123, 124, 133, 134, 135, 125, 136, 137, 138,
755 126, 131, 139, 140, 127, 141, 142, 128, 142, 129,
756 130, 142, 142, 132, 142, 133, 142, 134, 135, 136,
757 137, 142, 138, 142, 142, 139, 140, 141, 32, 32,
758 32, 32, 58, 142, 58, 58, 59, 59, 142, 59,
759
760 5, 142, 142, 142, 142, 142, 142, 142, 142, 142,
761 142, 142, 142, 142, 142, 142, 142, 142, 142, 142,
762 142, 142, 142, 142, 142, 142, 142, 142, 142, 142,
763 142, 142, 142, 142, 142, 142, 142, 142, 142, 142,
764 142, 142, 142, 142, 142, 142, 142, 142, 142, 142,
765 142, 142, 142, 142, 142
766 } ;
767
768static const flex_int16_t yy_chk[356] =
769 { 0,
770 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
771 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
772 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
773 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
774 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
775 1, 1, 1, 1, 3, 3, 4, 4, 10, 10,
776 11, 12, 12, 15, 16, 17, 11, 18, 144, 19,
777 21, 60, 18, 22, 5, 23, 24, 25, 35, 26,
778 28, 22, 2, 26, 35, 15, 37, 16, 17, 11,
779 18, 19, 37, 21, 18, 40, 22, 23, 24, 25,
780
781 41, 26, 27, 28, 22, 26, 27, 35, 36, 36,
782 38, 42, 38, 43, 44, 37, 45, 40, 47, 0,
783 48, 49, 41, 27, 50, 27, 51, 0, 52, 27,
784 53, 54, 55, 56, 42, 43, 44, 57, 63, 45,
785 62, 47, 48, 64, 49, 27, 50, 65, 66, 51,
786 52, 67, 53, 54, 55, 56, 68, 69, 70, 75,
787 57, 63, 62, 71, 72, 73, 64, 74, 76, 65,
788 66, 77, 80, 67, 78, 79, 84, 0, 85, 68,
789 69, 70, 75, 89, 83, 71, 72, 73, 83, 74,
790 76, 88, 90, 91, 77, 80, 78, 79, 92, 84,
791
792 85, 95, 0, 97, 98, 89, 83, 99, 100, 101,
793 83, 102, 104, 108, 88, 90, 91, 106, 109, 110,
794 111, 92, 112, 113, 95, 97, 116, 98, 117, 118,
795 99, 100, 101, 102, 119, 104, 108, 120, 128, 106,
796 109, 110, 121, 111, 112, 121, 113, 126, 127, 116,
797 129, 117, 118, 130, 131, 132, 119, 133, 134, 135,
798 120, 128, 136, 137, 121, 138, 0, 121, 0, 126,
799 127, 0, 0, 129, 0, 130, 0, 131, 132, 133,
800 134, 0, 135, 0, 0, 136, 137, 138, 143, 143,
801 143, 143, 145, 0, 145, 145, 146, 146, 0, 146,
802
803 142, 142, 142, 142, 142, 142, 142, 142, 142, 142,
804 142, 142, 142, 142, 142, 142, 142, 142, 142, 142,
805 142, 142, 142, 142, 142, 142, 142, 142, 142, 142,
806 142, 142, 142, 142, 142, 142, 142, 142, 142, 142,
807 142, 142, 142, 142, 142, 142, 142, 142, 142, 142,
808 142, 142, 142, 142, 142
809 } ;
810
813
814extern int yy_flex_debug;
816
817/* The intent behind this definition is that it'll catch
818 * any uses of REJECT which flex missed.
819 */
820#define REJECT reject_used_but_not_detected
821#define yymore() yymore_used_but_not_detected
822#define YY_MORE_ADJ 0
823#define YY_RESTORE_YY_MORE_OFFSET
824char *yytext;
825#line 1 "../../cmd/tools/gmlscan.l"
826#line 2 "../../cmd/tools/gmlscan.l"
827 /* By default, Flex emits a lexer using symbols prefixed with "yy". Graphviz
828 * contains multiple Flex-generated lexers, so we alter this prefix to avoid
829 * symbol clashes.
830 */
831 /* Avoid generating an unused input function. See
832 https://westes.github.io/flex/manual/Scanner-Options.html
833 */
834#define YY_NO_INPUT 1
835#include <assert.h>
836#include <stdlib.h>
837#include <string.h>
838#include <gml2gv.h>
839#include <gmlparse.h>
840#include <util/alloc.h>
841#include <util/agxbuf.h>
842#include "config.h"
843
844#define GRAPH_EOF_TOKEN '@' /* lex class must be defined below */
845
846static int line_num = 1;
847static int errors;
848static FILE* Ifile;
849
850void initgmlscan(FILE *ifile)
851{
852 if (ifile) {
853 Ifile = ifile;
854 line_num = 1;
855 }
856 errors = 0;
857}
858
859#ifndef YY_INPUT
860#define YY_INPUT(buf,result,max_size) \
861 if ((result = fread(buf, 1, max_size, Ifile)) < 0) \
862 YY_FATAL_ERROR( "input in flex scanner failed" )
863#endif
864
867
868static void beginstr(void) {
869 assert(agxblen(&Sbuf) == 0 && "leaking memory");
870}
871
872static void addstr(const char *src) {
873 agxbput(&Sbuf, src);
874}
875
876static void endstr(void) {
877 // take ownership of the Sbuf backing memory
879}
880
881#line 882 "gmlscan.c"
882
883#line 884 "gmlscan.c"
884
885#define INITIAL 0
886#define qstring 1
887
888#ifndef YY_NO_UNISTD_H
889/* Special case for "unistd.h", since it is non-ANSI. We include it way
890 * down here because we want the user's section 1 to have been scanned first.
891 * The user has a chance to override it with an option.
892 */
893#include <unistd.h>
894#endif
895
896#ifndef YY_EXTRA_TYPE
897#define YY_EXTRA_TYPE void *
898#endif
899
900static int yy_init_globals ( void );
901
902/* Accessor methods to globals.
903 These are made visible to non-reentrant scanners for convenience. */
904
905int yylex_destroy ( void );
906
907int yyget_debug ( void );
908
909void yyset_debug ( int debug_flag );
910
912
913void yyset_extra ( YY_EXTRA_TYPE user_defined );
914
915FILE *yyget_in ( void );
916
917void yyset_in ( FILE * _in_str );
918
919FILE *yyget_out ( void );
920
921void yyset_out ( FILE * _out_str );
922
923 int yyget_leng ( void );
924
925char *yyget_text ( void );
926
927int yyget_lineno ( void );
928
929void yyset_lineno ( int _line_number );
930
931/* Macros after this point can all be overridden by user definitions in
932 * section 1.
933 */
934
935#ifndef YY_SKIP_YYWRAP
936#ifdef __cplusplus
937extern "C" int yywrap ( void );
938#else
939extern int yywrap ( void );
940#endif
941#endif
942
943#ifndef YY_NO_UNPUT
944
945 static void yyunput ( int c, char *buf_ptr );
946
947#endif
948
949#ifndef yytext_ptr
950static void yy_flex_strncpy ( char *, const char *, int );
951#endif
952
953#ifdef YY_NEED_STRLEN
954static int yy_flex_strlen ( const char * );
955#endif
956
957#ifndef YY_NO_INPUT
958#ifdef __cplusplus
959static int yyinput ( void );
960#else
961static int input ( void );
962#endif
963
964#endif
965
966/* Amount of stuff to slurp up with each read. */
967#ifndef YY_READ_BUF_SIZE
968#ifdef __ia64__
969/* On IA-64, the buffer size is 16k, not 8k */
970#define YY_READ_BUF_SIZE 16384
971#else
972#define YY_READ_BUF_SIZE 8192
973#endif /* __ia64__ */
974#endif
975
976/* Copy whatever the last rule matched to the standard output. */
977#ifndef ECHO
978/* This used to be an fputs(), but since the string might contain NUL's,
979 * we now use fwrite().
980 */
981#define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0)
982#endif
983
984/* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
985 * is returned in "result".
986 */
987#ifndef YY_INPUT
988#define YY_INPUT(buf,result,max_size) \
989 if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
990 { \
991 int c = '*'; \
992 int n; \
993 for ( n = 0; n < max_size && \
994 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
995 buf[n] = (char) c; \
996 if ( c == '\n' ) \
997 buf[n++] = (char) c; \
998 if ( c == EOF && ferror( yyin ) ) \
999 YY_FATAL_ERROR( "input in flex scanner failed" ); \
1000 result = n; \
1001 } \
1002 else \
1003 { \
1004 errno=0; \
1005 while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \
1006 { \
1007 if( errno != EINTR) \
1008 { \
1009 YY_FATAL_ERROR( "input in flex scanner failed" ); \
1010 break; \
1011 } \
1012 errno=0; \
1013 clearerr(yyin); \
1014 } \
1015 }\
1016\
1017
1018#endif
1019
1020/* No semi-colon after return; correct usage is to write "yyterminate();" -
1021 * we don't want an extra ';' after the "return" because that will cause
1022 * some compilers to complain about unreachable statements.
1023 */
1024#ifndef yyterminate
1025#define yyterminate() return YY_NULL
1026#endif
1027
1028/* Number of entries by which start-condition stack grows. */
1029#ifndef YY_START_STACK_INCR
1030#define YY_START_STACK_INCR 25
1031#endif
1032
1033/* Report a fatal error. */
1034#ifndef YY_FATAL_ERROR
1035#define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
1036#endif
1037
1038/* end tables serialization structures and prototypes */
1039
1040/* Default declaration of generated scanner - a define so the user can
1041 * easily add parameters.
1042 */
1043#ifndef YY_DECL
1044#define YY_DECL_IS_OURS 1
1045
1046extern int yylex (void);
1047
1048#define YY_DECL int yylex (void)
1049#endif /* !YY_DECL */
1050
1051/* Code executed at the beginning of each rule, after yytext and yyleng
1052 * have been set up.
1053 */
1054#ifndef YY_USER_ACTION
1055#define YY_USER_ACTION
1056#endif
1057
1058/* Code executed at the end of each rule. */
1059#ifndef YY_BREAK
1060#define YY_BREAK /*LINTED*/break;
1061#endif
1062
1063#define YY_RULE_SETUP \
1064 if ( yyleng > 0 ) \
1065 YY_CURRENT_BUFFER_LVALUE->yy_at_bol = \
1066 (yytext[yyleng - 1] == '\n'); \
1067 YY_USER_ACTION
1068
1072{
1073 yy_state_type yy_current_state;
1074 char *yy_cp, *yy_bp;
1076
1077 if ( !(yy_init) )
1078 {
1079 (yy_init) = 1;
1080
1081#ifdef YY_USER_INIT
1082 YY_USER_INIT;
1083#endif
1084
1085 if ( ! (yy_start) )
1086 (yy_start) = 1; /* first start state */
1087
1088 if ( ! yyin )
1089 yyin = stdin;
1090
1091 if ( ! yyout )
1092 yyout = stdout;
1093
1094 if ( ! YY_CURRENT_BUFFER ) {
1098 }
1099
1101 }
1102
1103 {
1104#line 68 "../../cmd/tools/gmlscan.l"
1105
1106#line 1107 "gmlscan.c"
1107
1108 while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */
1109 {
1110 yy_cp = (yy_c_buf_p);
1111
1112 /* Support of yytext. */
1113 *yy_cp = (yy_hold_char);
1114
1115 /* yy_bp points to the position in yy_ch_buf of the start of
1116 * the current run.
1117 */
1118 yy_bp = yy_cp;
1119
1120 yy_current_state = (yy_start);
1121 yy_current_state += YY_AT_BOL();
1122yy_match:
1123 do
1124 {
1125 YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ;
1126 if ( yy_accept[yy_current_state] )
1127 {
1128 (yy_last_accepting_state) = yy_current_state;
1130 }
1131 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1132 {
1133 yy_current_state = (int) yy_def[yy_current_state];
1134 if ( yy_current_state >= 143 )
1135 yy_c = yy_meta[yy_c];
1136 }
1137 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
1138 ++yy_cp;
1139 }
1140 while ( yy_base[yy_current_state] != 301 );
1141
1142yy_find_action:
1143 yy_act = yy_accept[yy_current_state];
1144 if ( yy_act == 0 )
1145 { /* have to back up */
1147 yy_current_state = (yy_last_accepting_state);
1148 yy_act = yy_accept[yy_current_state];
1149 }
1150
1152
1153do_action: /* This label is used only to access EOF actions. */
1154
1155 switch ( yy_act )
1156 { /* beginning of action switch */
1157 case 0: /* must back up */
1158 /* undo the effects of YY_DO_BEFORE_ACTION */
1159 *yy_cp = (yy_hold_char);
1161 yy_current_state = (yy_last_accepting_state);
1162 goto yy_find_action;
1163
1164case 1:
1166#line 69 "../../cmd/tools/gmlscan.l"
1167return(EOF);
1168 YY_BREAK
1169case 2:
1170/* rule 2 can match eol */
1172#line 70 "../../cmd/tools/gmlscan.l"
1173line_num++;
1174 YY_BREAK
1175case 3:
1177#line 71 "../../cmd/tools/gmlscan.l"
1178/* ignore # line */
1179 YY_BREAK
1180case 4:
1182#line 72 "../../cmd/tools/gmlscan.l"
1183/* ignore whitespace */
1184 YY_BREAK
1185case 5:
1187#line 74 "../../cmd/tools/gmlscan.l"
1188return (GRAPH);
1189 YY_BREAK
1190case 6:
1192#line 75 "../../cmd/tools/gmlscan.l"
1193return (NODE);
1194 YY_BREAK
1195case 7:
1197#line 76 "../../cmd/tools/gmlscan.l"
1198return (EDGE);
1199 YY_BREAK
1200case 8:
1202#line 77 "../../cmd/tools/gmlscan.l"
1203return (DIRECTED);
1204 YY_BREAK
1205case 9:
1207#line 78 "../../cmd/tools/gmlscan.l"
1208return (ID);
1209 YY_BREAK
1210case 10:
1212#line 79 "../../cmd/tools/gmlscan.l"
1213return (SOURCE);
1214 YY_BREAK
1215case 11:
1217#line 80 "../../cmd/tools/gmlscan.l"
1218return (TARGET);
1219 YY_BREAK
1220case 12:
1222#line 81 "../../cmd/tools/gmlscan.l"
1223return (XVAL);
1224 YY_BREAK
1225case 13:
1227#line 82 "../../cmd/tools/gmlscan.l"
1228return (YVAL);
1229 YY_BREAK
1230case 14:
1232#line 83 "../../cmd/tools/gmlscan.l"
1233return (WVAL);
1234 YY_BREAK
1235case 15:
1237#line 84 "../../cmd/tools/gmlscan.l"
1238return (HVAL);
1239 YY_BREAK
1240case 16:
1242#line 85 "../../cmd/tools/gmlscan.l"
1243return (LABEL);
1244 YY_BREAK
1245case 17:
1247#line 86 "../../cmd/tools/gmlscan.l"
1248return (GRAPHICS);;
1249 YY_BREAK
1250case 18:
1252#line 87 "../../cmd/tools/gmlscan.l"
1253return (LABELGRAPHICS);
1254 YY_BREAK
1255case 19:
1257#line 88 "../../cmd/tools/gmlscan.l"
1258return (TYPE);
1259 YY_BREAK
1260case 20:
1262#line 89 "../../cmd/tools/gmlscan.l"
1263return (FILL);
1264 YY_BREAK
1265case 21:
1267#line 90 "../../cmd/tools/gmlscan.l"
1268return (OUTLINE);
1269 YY_BREAK
1270case 22:
1272#line 91 "../../cmd/tools/gmlscan.l"
1273return (OUTLINESTYLE);
1274 YY_BREAK
1275case 23:
1277#line 92 "../../cmd/tools/gmlscan.l"
1278return (OUTLINEWIDTH);
1279 YY_BREAK
1280case 24:
1282#line 93 "../../cmd/tools/gmlscan.l"
1283return (WIDTH);
1284 YY_BREAK
1285case 25:
1287#line 94 "../../cmd/tools/gmlscan.l"
1288return (STYLE);
1289 YY_BREAK
1290case 26:
1292#line 95 "../../cmd/tools/gmlscan.l"
1293return (LINE);
1294 YY_BREAK
1295case 27:
1297#line 96 "../../cmd/tools/gmlscan.l"
1298return (POINT);
1299 YY_BREAK
1300case 28:
1302#line 97 "../../cmd/tools/gmlscan.l"
1303return (TEXT);
1304 YY_BREAK
1305case 29:
1307#line 98 "../../cmd/tools/gmlscan.l"
1308return (FONTSIZE);
1309 YY_BREAK
1310case 30:
1312#line 99 "../../cmd/tools/gmlscan.l"
1313return (FONTNAME);
1314 YY_BREAK
1315case 31:
1317#line 100 "../../cmd/tools/gmlscan.l"
1318return (COLOR);
1319 YY_BREAK
1320case 32:
1322#line 101 "../../cmd/tools/gmlscan.l"
1323{ gmllval.str = gv_strdup(yytext); return (INTEGER); }
1324 YY_BREAK
1325case 33:
1327#line 102 "../../cmd/tools/gmlscan.l"
1328{ gmllval.str = gv_strdup(yytext); return (REAL); }
1329 YY_BREAK
1330case 34:
1332#line 103 "../../cmd/tools/gmlscan.l"
1333{ gmllval.str = gv_strdup(yytext); return (NAME); }
1334 YY_BREAK
1335case 35:
1337#line 104 "../../cmd/tools/gmlscan.l"
1339 YY_BREAK
1340case 36:
1342#line 106 "../../cmd/tools/gmlscan.l"
1343BEGIN(INITIAL); endstr(); return (STRING);
1344 YY_BREAK
1345case 37:
1346/* rule 37 can match eol */
1348#line 107 "../../cmd/tools/gmlscan.l"
1349addstr(yytext);
1350 YY_BREAK
1351case 38:
1353#line 109 "../../cmd/tools/gmlscan.l"
1354return (yytext[0]);
1355 YY_BREAK
1356case 39:
1358#line 111 "../../cmd/tools/gmlscan.l"
1359ECHO;
1360 YY_BREAK
1361#line 1362 "gmlscan.c"
1362case YY_STATE_EOF(INITIAL):
1363case YY_STATE_EOF(qstring):
1364 yyterminate();
1365
1366 case YY_END_OF_BUFFER:
1367 {
1368 /* Amount of text matched not including the EOB char. */
1369 int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
1370
1371 /* Undo the effects of YY_DO_BEFORE_ACTION. */
1372 *yy_cp = (yy_hold_char);
1374
1375 if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
1376 {
1377 /* We're scanning a new file or input source. It's
1378 * possible that this happened because the user
1379 * just pointed yyin at a new source and called
1380 * yylex(). If so, then we have to assure
1381 * consistency between YY_CURRENT_BUFFER and our
1382 * globals. Here is the right place to do so, because
1383 * this is the first action (other than possibly a
1384 * back-up) that will match for the new input source.
1385 */
1386 (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
1387 YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
1388 YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
1389 }
1390
1391 /* Note that here we test for yy_c_buf_p "<=" to the position
1392 * of the first EOB in the buffer, since yy_c_buf_p will
1393 * already have been incremented past the NUL character
1394 * (since all states make transitions on EOB to the
1395 * end-of-buffer state). Contrast this with the test
1396 * in input().
1397 */
1398 if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
1399 { /* This was really a NUL. */
1400 yy_state_type yy_next_state;
1401
1402 (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
1403
1404 yy_current_state = yy_get_previous_state( );
1405
1406 /* Okay, we're now positioned to make the NUL
1407 * transition. We couldn't have
1408 * yy_get_previous_state() go ahead and do it
1409 * for us because it doesn't know how to deal
1410 * with the possibility of jamming (and we don't
1411 * want to build jamming into it because then it
1412 * will run more slowly).
1413 */
1414
1415 yy_next_state = yy_try_NUL_trans( yy_current_state );
1416
1418
1419 if ( yy_next_state )
1420 {
1421 /* Consume the NUL. */
1422 yy_cp = ++(yy_c_buf_p);
1423 yy_current_state = yy_next_state;
1424 goto yy_match;
1425 }
1426
1427 else
1428 {
1429 yy_cp = (yy_c_buf_p);
1430 goto yy_find_action;
1431 }
1432 }
1433
1434 else switch ( yy_get_next_buffer( ) )
1435 {
1437 {
1439
1440 if ( yywrap( ) )
1441 {
1442 /* Note: because we've taken care in
1443 * yy_get_next_buffer() to have set up
1444 * yytext, we can now set up
1445 * yy_c_buf_p so that if some total
1446 * hoser (like flex itself) wants to
1447 * call the scanner after we return the
1448 * YY_NULL, it'll still work - another
1449 * YY_NULL will get returned.
1450 */
1452
1454 goto do_action;
1455 }
1456
1457 else
1458 {
1461 }
1462 break;
1463 }
1464
1466 (yy_c_buf_p) =
1467 (yytext_ptr) + yy_amount_of_matched_text;
1468
1469 yy_current_state = yy_get_previous_state( );
1470
1471 yy_cp = (yy_c_buf_p);
1473 goto yy_match;
1474
1475 case EOB_ACT_LAST_MATCH:
1476 (yy_c_buf_p) =
1477 &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
1478
1479 yy_current_state = yy_get_previous_state( );
1480
1481 yy_cp = (yy_c_buf_p);
1483 goto yy_find_action;
1484 }
1485 break;
1486 }
1487
1488 default:
1490 "fatal flex scanner internal error--no action found" );
1491 } /* end of action switch */
1492 } /* end of scanning one token */
1493 } /* end of user's declarations */
1494} /* end of yylex */
1495
1496/* yy_get_next_buffer - try to read in a new buffer
1497 *
1498 * Returns a code representing an action:
1499 * EOB_ACT_LAST_MATCH -
1500 * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
1501 * EOB_ACT_END_OF_FILE - end of file
1502 */
1503static int yy_get_next_buffer (void)
1504{
1505 char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
1506 char *source = (yytext_ptr);
1507 int number_to_move, i;
1508 int ret_val;
1509
1510 if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
1512 "fatal flex scanner internal error--end of buffer missed" );
1513
1514 if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
1515 { /* Don't try to fill the buffer, so this is an EOF. */
1516 if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
1517 {
1518 /* We matched a single character, the EOB, so
1519 * treat this as a final EOF.
1520 */
1521 return EOB_ACT_END_OF_FILE;
1522 }
1523
1524 else
1525 {
1526 /* We matched some text prior to the EOB, first
1527 * process it.
1528 */
1529 return EOB_ACT_LAST_MATCH;
1530 }
1531 }
1532
1533 /* Try to read more data. */
1534
1535 /* First move last chars to start of buffer. */
1536 number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr) - 1);
1537
1538 for ( i = 0; i < number_to_move; ++i )
1539 *(dest++) = *(source++);
1540
1541 if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
1542 /* don't do the read, it's not guaranteed to return an EOF,
1543 * just force an EOF
1544 */
1545 YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
1546
1547 else
1548 {
1549 int num_to_read =
1550 YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
1551
1552 while ( num_to_read <= 0 )
1553 { /* Not enough room in the buffer - grow it. */
1554
1555 /* just a shorter name for the current buffer */
1557
1558 int yy_c_buf_p_offset =
1559 (int) ((yy_c_buf_p) - b->yy_ch_buf);
1560
1561 if ( b->yy_is_our_buffer )
1562 {
1563 int new_size = b->yy_buf_size * 2;
1564
1565 if ( new_size <= 0 )
1566 b->yy_buf_size += b->yy_buf_size / 8;
1567 else
1568 b->yy_buf_size *= 2;
1569
1570 b->yy_ch_buf = (char *)
1571 /* Include room in for 2 EOB chars. */
1572 yyrealloc( (void *) b->yy_ch_buf,
1573 (yy_size_t) (b->yy_buf_size + 2) );
1574 }
1575 else
1576 /* Can't grow it, we don't own it. */
1577 b->yy_ch_buf = NULL;
1578
1579 if ( ! b->yy_ch_buf )
1581 "fatal error - scanner input buffer overflow" );
1582
1583 (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];
1584
1585 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
1586 number_to_move - 1;
1587
1588 }
1589
1590 if ( num_to_read > YY_READ_BUF_SIZE )
1591 num_to_read = YY_READ_BUF_SIZE;
1592
1593 /* Read in more data. */
1594 YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
1595 (yy_n_chars), num_to_read );
1596
1597 YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1598 }
1599
1600 if ( (yy_n_chars) == 0 )
1601 {
1602 if ( number_to_move == YY_MORE_ADJ )
1603 {
1604 ret_val = EOB_ACT_END_OF_FILE;
1605 yyrestart( yyin );
1606 }
1607
1608 else
1609 {
1610 ret_val = EOB_ACT_LAST_MATCH;
1611 YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
1613 }
1614 }
1615
1616 else
1617 ret_val = EOB_ACT_CONTINUE_SCAN;
1618
1619 if (((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
1620 /* Extend the array by 50%, plus the number we really need. */
1621 int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
1622 YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc(
1623 (void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf, (yy_size_t) new_size );
1624 if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
1625 YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
1626 /* "- 2" to take care of EOB's */
1627 YY_CURRENT_BUFFER_LVALUE->yy_buf_size = (int) (new_size - 2);
1628 }
1629
1630 (yy_n_chars) += number_to_move;
1633
1634 (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
1635
1636 return ret_val;
1637}
1638
1639/* yy_get_previous_state - get the state just before the EOB char was reached */
1640
1642{
1643 yy_state_type yy_current_state;
1644 char *yy_cp;
1645
1646 yy_current_state = (yy_start);
1647 yy_current_state += YY_AT_BOL();
1648
1649 for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
1650 {
1651 YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
1652 if ( yy_accept[yy_current_state] )
1653 {
1654 (yy_last_accepting_state) = yy_current_state;
1656 }
1657 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1658 {
1659 yy_current_state = (int) yy_def[yy_current_state];
1660 if ( yy_current_state >= 143 )
1661 yy_c = yy_meta[yy_c];
1662 }
1663 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
1664 }
1665
1666 return yy_current_state;
1667}
1668
1669/* yy_try_NUL_trans - try to make a transition on the NUL character
1670 *
1671 * synopsis
1672 * next_state = yy_try_NUL_trans( current_state );
1673 */
1674 static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
1675{
1676 int yy_is_jam;
1677 char *yy_cp = (yy_c_buf_p);
1678
1679 YY_CHAR yy_c = 1;
1680 if ( yy_accept[yy_current_state] )
1681 {
1682 (yy_last_accepting_state) = yy_current_state;
1684 }
1685 while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1686 {
1687 yy_current_state = (int) yy_def[yy_current_state];
1688 if ( yy_current_state >= 143 )
1689 yy_c = yy_meta[yy_c];
1690 }
1691 yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c];
1692 yy_is_jam = (yy_current_state == 142);
1693
1694 return yy_is_jam ? 0 : yy_current_state;
1695}
1696
1697#ifndef YY_NO_UNPUT
1698
1699 static void yyunput (int c, char * yy_bp )
1700{
1701 char *yy_cp;
1702
1703 yy_cp = (yy_c_buf_p);
1704
1705 /* undo effects of setting up yytext */
1706 *yy_cp = (yy_hold_char);
1707
1708 if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
1709 { /* need to shift things up to make room */
1710 /* +2 for EOB chars. */
1711 int number_to_move = (yy_n_chars) + 2;
1712 char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
1713 YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
1714 char *source =
1715 &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
1716
1717 while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
1718 *--dest = *--source;
1719
1720 yy_cp += (int) (dest - source);
1721 yy_bp += (int) (dest - source);
1722 YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
1723 (yy_n_chars) = (int) YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
1724
1725 if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
1726 YY_FATAL_ERROR( "flex scanner push-back overflow" );
1727 }
1728
1729 *--yy_cp = (char) c;
1730
1731 (yytext_ptr) = yy_bp;
1732 (yy_hold_char) = *yy_cp;
1733 (yy_c_buf_p) = yy_cp;
1734}
1735
1736#endif
1737
1738#ifndef YY_NO_INPUT
1739#ifdef __cplusplus
1740 static int yyinput (void)
1741#else
1742 static int input (void)
1743#endif
1744
1745{
1746 int c;
1747
1748 *(yy_c_buf_p) = (yy_hold_char);
1749
1751 {
1752 /* yy_c_buf_p now points to the character we want to return.
1753 * If this occurs *before* the EOB characters, then it's a
1754 * valid NUL; if not, then we've hit the end of the buffer.
1755 */
1756 if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
1757 /* This was really a NUL. */
1758 *(yy_c_buf_p) = '\0';
1759
1760 else
1761 { /* need more input */
1762 int offset = (int) ((yy_c_buf_p) - (yytext_ptr));
1763 ++(yy_c_buf_p);
1764
1765 switch ( yy_get_next_buffer( ) )
1766 {
1767 case EOB_ACT_LAST_MATCH:
1768 /* This happens because yy_g_n_b()
1769 * sees that we've accumulated a
1770 * token and flags that we need to
1771 * try matching the token before
1772 * proceeding. But for input(),
1773 * there's no matching to consider.
1774 * So convert the EOB_ACT_LAST_MATCH
1775 * to EOB_ACT_END_OF_FILE.
1776 */
1777
1778 /* Reset buffer status. */
1779 yyrestart( yyin );
1780
1781 /*FALLTHROUGH*/
1782
1784 {
1785 if ( yywrap( ) )
1786 return 0;
1787
1790#ifdef __cplusplus
1791 return yyinput();
1792#else
1793 return input();
1794#endif
1795 }
1796
1799 break;
1800 }
1801 }
1802 }
1803
1804 c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
1805 *(yy_c_buf_p) = '\0'; /* preserve yytext */
1806 (yy_hold_char) = *++(yy_c_buf_p);
1807
1808 YY_CURRENT_BUFFER_LVALUE->yy_at_bol = (c == '\n');
1809
1810 return c;
1811}
1812#endif /* ifndef YY_NO_INPUT */
1813
1819 void yyrestart (FILE * input_file )
1820{
1821
1822 if ( ! YY_CURRENT_BUFFER ){
1826 }
1827
1828 yy_init_buffer( YY_CURRENT_BUFFER, input_file );
1830}
1831
1836 void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
1837{
1838
1839 /* TODO. We should be able to replace this entire function body
1840 * with
1841 * yypop_buffer_state();
1842 * yypush_buffer_state(new_buffer);
1843 */
1845 if ( YY_CURRENT_BUFFER == new_buffer )
1846 return;
1847
1848 if ( YY_CURRENT_BUFFER )
1849 {
1850 /* Flush out information for old buffer. */
1851 *(yy_c_buf_p) = (yy_hold_char);
1852 YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
1853 YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1854 }
1855
1856 YY_CURRENT_BUFFER_LVALUE = new_buffer;
1858
1859 /* We don't actually know whether we did this switch during
1860 * EOF (yywrap()) processing, but the only time this flag
1861 * is looked at is after yywrap() is called, so it's safe
1862 * to go ahead and always set it.
1863 */
1865}
1866
1867static void yy_load_buffer_state (void)
1868{
1869 (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
1871 yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
1872 (yy_hold_char) = *(yy_c_buf_p);
1873}
1874
1881 YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
1882{
1884
1885 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
1886 if ( ! b )
1887 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
1888
1889 b->yy_buf_size = size;
1890
1891 /* yy_ch_buf has to be 2 characters longer than the size given because
1892 * we need to put in 2 end-of-buffer characters.
1893 */
1894 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) );
1895 if ( ! b->yy_ch_buf )
1896 YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
1897
1898 b->yy_is_our_buffer = 1;
1899
1900 yy_init_buffer( b, file );
1901
1902 return b;
1903}
1904
1910{
1911
1912 if ( ! b )
1913 return;
1914
1915 if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
1917
1918 if ( b->yy_is_our_buffer )
1919 yyfree( (void *) b->yy_ch_buf );
1920
1921 yyfree( (void *) b );
1922}
1923
1924/* Initializes or reinitializes a buffer.
1925 * This function is sometimes called more than once on the same buffer,
1926 * such as during a yyrestart() or at EOF.
1927 */
1928 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
1929
1930{
1931 int oerrno = errno;
1932
1933 yy_flush_buffer( b );
1934
1935 b->yy_input_file = file;
1936 b->yy_fill_buffer = 1;
1937
1938 /* If b is the current buffer, then yy_init_buffer was _probably_
1939 * called from yyrestart() or through yy_get_next_buffer.
1940 * In that case, we don't want to reset the lineno or column.
1941 */
1942 if (b != YY_CURRENT_BUFFER){
1943 b->yy_bs_lineno = 1;
1944 b->yy_bs_column = 0;
1945 }
1946
1947 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
1948
1949 errno = oerrno;
1950}
1951
1957{
1958 if ( ! b )
1959 return;
1960
1961 b->yy_n_chars = 0;
1962
1963 /* We always need two end-of-buffer characters. The first causes
1964 * a transition to the end-of-buffer state. The second causes
1965 * a jam in that state.
1966 */
1969
1970 b->yy_buf_pos = &b->yy_ch_buf[0];
1971
1972 b->yy_at_bol = 1;
1974
1975 if ( b == YY_CURRENT_BUFFER )
1977}
1978
1985void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
1986{
1987 if (new_buffer == NULL)
1988 return;
1989
1991
1992 /* This block is copied from yy_switch_to_buffer. */
1993 if ( YY_CURRENT_BUFFER )
1994 {
1995 /* Flush out information for old buffer. */
1996 *(yy_c_buf_p) = (yy_hold_char);
1997 YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
1998 YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1999 }
2000
2001 /* Only push if top exists. Otherwise, replace top. */
2004 YY_CURRENT_BUFFER_LVALUE = new_buffer;
2005
2006 /* copied from yy_switch_to_buffer. */
2009}
2010
2015void yypop_buffer_state (void)
2016{
2017 if (!YY_CURRENT_BUFFER)
2018 return;
2019
2022 if ((yy_buffer_stack_top) > 0)
2024
2025 if (YY_CURRENT_BUFFER) {
2028 }
2029}
2030
2031/* Allocates the stack if it does not exist.
2032 * Guarantees space for at least one push.
2033 */
2034static void yyensure_buffer_stack (void)
2035{
2036 yy_size_t num_to_alloc;
2037
2038 if (!(yy_buffer_stack)) {
2039
2040 /* First allocation is just for 2 elements, since we don't know if this
2041 * scanner will even need a stack. We use 2 instead of 1 to avoid an
2042 * immediate realloc on the next call.
2043 */
2044 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
2046 (num_to_alloc * sizeof(struct yy_buffer_state*)
2047 );
2048 if ( ! (yy_buffer_stack) )
2049 YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
2050
2051 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2052
2053 (yy_buffer_stack_max) = num_to_alloc;
2054 (yy_buffer_stack_top) = 0;
2055 return;
2056 }
2057
2058 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
2059
2060 /* Increase the buffer to prepare for a possible push. */
2061 yy_size_t grow_size = 8 /* arbitrary grow size */;
2062
2063 num_to_alloc = (yy_buffer_stack_max) + grow_size;
2065 ((yy_buffer_stack),
2066 num_to_alloc * sizeof(struct yy_buffer_state*)
2067 );
2068 if ( ! (yy_buffer_stack) )
2069 YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
2070
2071 /* zero only the new slots.*/
2072 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
2073 (yy_buffer_stack_max) = num_to_alloc;
2074 }
2075}
2076
2083YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
2084{
2086
2087 if ( size < 2 ||
2088 base[size-2] != YY_END_OF_BUFFER_CHAR ||
2089 base[size-1] != YY_END_OF_BUFFER_CHAR )
2090 /* They forgot to leave room for the EOB's. */
2091 return NULL;
2092
2093 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
2094 if ( ! b )
2095 YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
2096
2097 b->yy_buf_size = (int) (size - 2); /* "- 2" to take care of EOB's */
2098 b->yy_buf_pos = b->yy_ch_buf = base;
2099 b->yy_is_our_buffer = 0;
2100 b->yy_input_file = NULL;
2101 b->yy_n_chars = b->yy_buf_size;
2102 b->yy_is_interactive = 0;
2103 b->yy_at_bol = 1;
2104 b->yy_fill_buffer = 0;
2106
2108
2109 return b;
2110}
2111
2120YY_BUFFER_STATE yy_scan_string (const char * yystr )
2121{
2122
2123 return yy_scan_bytes( yystr, (int) strlen(yystr) );
2124}
2125
2133YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len )
2134{
2136 char *buf;
2137 yy_size_t n;
2138 int i;
2139
2140 /* Get memory for full buffer, including space for trailing EOB's. */
2141 n = (yy_size_t) (_yybytes_len + 2);
2142 buf = (char *) yyalloc( n );
2143 if ( ! buf )
2144 YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
2145
2146 for ( i = 0; i < _yybytes_len; ++i )
2147 buf[i] = yybytes[i];
2148
2149 buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
2150
2151 b = yy_scan_buffer( buf, n );
2152 if ( ! b )
2153 YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
2154
2155 /* It's okay to grow etc. this buffer, and we should throw it
2156 * away when we're done.
2157 */
2158 b->yy_is_our_buffer = 1;
2159
2160 return b;
2161}
2162
2163#ifndef YY_EXIT_FAILURE
2164#define YY_EXIT_FAILURE 2
2165#endif
2166
2167static void yynoreturn yy_fatal_error (const char* msg )
2168{
2169 fprintf( stderr, "%s\n", msg );
2170 exit( YY_EXIT_FAILURE );
2171}
2172
2173/* Redefine yyless() so it works in section 3 code. */
2174
2175#undef yyless
2176#define yyless(n) \
2177 do \
2178 { \
2179 /* Undo effects of setting up yytext. */ \
2180 int yyless_macro_arg = (n); \
2181 YY_LESS_LINENO(yyless_macro_arg);\
2182 yytext[yyleng] = (yy_hold_char); \
2183 (yy_c_buf_p) = yytext + yyless_macro_arg; \
2184 (yy_hold_char) = *(yy_c_buf_p); \
2185 *(yy_c_buf_p) = '\0'; \
2186 yyleng = yyless_macro_arg; \
2187 } \
2188 while ( 0 )
2189
2190/* Accessor methods (get/set functions) to struct members. */
2191
2195int yyget_lineno (void)
2196{
2197
2198 return yylineno;
2199}
2200
2204FILE *yyget_in (void)
2205{
2206 return yyin;
2207}
2208
2212FILE *yyget_out (void)
2213{
2214 return yyout;
2215}
2216
2220int yyget_leng (void)
2221{
2222 return yyleng;
2223}
2224
2229char *yyget_text (void)
2230{
2231 return yytext;
2232}
2233
2238void yyset_lineno (int _line_number )
2239{
2240
2241 yylineno = _line_number;
2242}
2243
2250void yyset_in (FILE * _in_str )
2251{
2252 yyin = _in_str ;
2253}
2254
2255void yyset_out (FILE * _out_str )
2256{
2257 yyout = _out_str ;
2258}
2259
2260int yyget_debug (void)
2261{
2262 return yy_flex_debug;
2263}
2264
2265void yyset_debug (int _bdebug )
2266{
2267 yy_flex_debug = _bdebug ;
2268}
2269
2270static int yy_init_globals (void)
2271{
2272 /* Initialization is the same as for the non-reentrant scanner.
2273 * This function is called from yylex_destroy(), so don't allocate here.
2274 */
2275
2277 (yy_buffer_stack_top) = 0;
2278 (yy_buffer_stack_max) = 0;
2279 (yy_c_buf_p) = NULL;
2280 (yy_init) = 0;
2281 (yy_start) = 0;
2282
2283/* Defined in main.c */
2284#ifdef YY_STDINIT
2285 yyin = stdin;
2286 yyout = stdout;
2287#else
2288 yyin = NULL;
2289 yyout = NULL;
2290#endif
2291
2292 /* For future reference: Set errno on error, since we are called by
2293 * yylex_init()
2294 */
2295 return 0;
2296}
2297
2298/* yylex_destroy is for both reentrant and non-reentrant scanners. */
2299int yylex_destroy (void)
2300{
2301
2302 /* Pop the buffer stack, destroying each element. */
2303 while(YY_CURRENT_BUFFER){
2307 }
2308
2309 /* Destroy the stack itself. */
2312
2313 /* Reset the globals. This is important in a non-reentrant scanner so the next time
2314 * yylex() is called, initialization will occur. */
2315 yy_init_globals( );
2316
2317 return 0;
2318}
2319
2320/*
2321 * Internal utility routines.
2322 */
2323
2324#ifndef yytext_ptr
2325static void yy_flex_strncpy (char* s1, const char * s2, int n )
2326{
2327
2328 int i;
2329 for ( i = 0; i < n; ++i )
2330 s1[i] = s2[i];
2331}
2332#endif
2333
2334#ifdef YY_NEED_STRLEN
2335static int yy_flex_strlen (const char * s )
2336{
2337 int n;
2338 for ( n = 0; s[n]; ++n )
2339 ;
2340
2341 return n;
2342}
2343#endif
2344
2345void *yyalloc (yy_size_t size )
2346{
2347 return malloc(size);
2348}
2349
2350void *yyrealloc (void * ptr, yy_size_t size )
2351{
2352
2353 /* The cast to (char *) in the following accommodates both
2354 * implementations that use char* generic pointers, and those
2355 * that use void* generic pointers. It works with the latter
2356 * because both ANSI C and C++ allow castless assignment from
2357 * any pointer type to void*, and deal with argument conversions
2358 * as though doing an assignment.
2359 */
2360 return realloc(ptr, size);
2361}
2362
2363void yyfree (void * ptr )
2364{
2365 free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
2366}
2367
2368#define YYTABLES_NAME "yytables"
2369
2370#line 111 "../../cmd/tools/gmlscan.l"
2371
2372
2373void gmlerror(const char *str)
2374{
2375 if (errors)
2376 return;
2377 errors = 1;
2378 agwarningf(" %s in line %d near '%s'\n", str,line_num,yytext);
2379}
2380
2381int gmlerrors(void)
2382{
2383 return errors;
2384}
2385
2386void gmllexeof(void) { unput(GRAPH_EOF_TOKEN); }
2387
2388#ifndef YY_CALL_ONLY_ARG
2389# define YY_CALL_ONLY_ARG void
2390#endif
2391
2393{
2394 return 1;
2395}
2396
2397
static size_t agxblen(const agxbuf *xb)
return number of characters currently stored
Definition agxbuf.h:89
static char * agxbdisown(agxbuf *xb)
Definition agxbuf.h:327
Memory allocation wrappers that exit on failure.
static char * gv_strdup(const char *original)
Definition alloc.h:101
#define DIRECTED
Definition gc.c:48
static double len(glCompPoint p)
Definition glutils.c:150
GML-DOT converter
int gmlerrors(void)
Definition gmlscan.l:121
void gmlerror(const char *)
Definition gmlscan.l:113
void gmllexeof(void)
Definition gmlscan.l:126
#define LABEL
Definition gmlparse.c:356
#define OUTLINESTYLE
Definition gmlparse.c:362
#define WIDTH
Definition gmlparse.c:364
GMLSTYPE gmllval
#define GRAPHICS
Definition gmlparse.c:357
#define REAL
Definition gmlparse.c:373
#define POINT
Definition gmlparse.c:367
#define NAME
Definition gmlparse.c:376
#define COLOR
Definition gmlparse.c:371
#define TEXT
Definition gmlparse.c:368
#define TYPE
Definition gmlparse.c:359
#define FONTSIZE
Definition gmlparse.c:369
#define FILL
Definition gmlparse.c:360
#define ID
Definition gmlparse.c:375
#define OUTLINEWIDTH
Definition gmlparse.c:363
#define SOURCE
Definition gmlparse.c:350
void * malloc(YYSIZE_T)
#define NODE
Definition gmlparse.c:347
#define TARGET
Definition gmlparse.c:351
#define STRING
Definition gmlparse.c:374
#define WVAL
Definition gmlparse.c:354
#define EDGE
Definition gmlparse.c:348
#define STYLE
Definition gmlparse.c:365
#define INTEGER
Definition gmlparse.c:372
#define HVAL
Definition gmlparse.c:355
#define YVAL
Definition gmlparse.c:353
#define FONTNAME
Definition gmlparse.c:370
#define LABELGRAPHICS
Definition gmlparse.c:358
void free(void *)
#define XVAL
Definition gmlparse.c:352
#define LINE
Definition gmlparse.c:366
#define OUTLINE
Definition gmlparse.c:361
#define GRAPH
Definition gmlparse.c:346
#define yylex_destroy
Definition gmlscan.c:141
#define YY_NEW_FILE
Definition gmlscan.c:387
#define yyget_extra
Definition gmlscan.c:159
#define yyset_extra
Definition gmlscan.c:165
#define yyget_leng
Definition gmlscan.c:195
unsigned char flex_uint8_t
Definition gmlscan.c:313
#define yyset_lineno
Definition gmlscan.c:213
static char yy_hold_char
Definition gmlscan.c:528
#define yyleng
Definition gmlscan.c:23
static yy_state_type yy_last_accepting_state
Definition gmlscan.c:811
#define yyrestart
Definition gmlscan.c:27
#define yyset_debug
Definition gmlscan.c:153
static void yyunput(int c, char *buf_ptr)
static void yynoreturn yy_fatal_error(const char *msg)
#define YY_EXTRA_TYPE
Definition gmlscan.c:897
#define yyout
Definition gmlscan.c:26
static int yy_start
Definition gmlscan.c:535
short int flex_int16_t
Definition gmlscan.c:311
static YY_BUFFER_STATE * yy_buffer_stack
Definition gmlscan.c:511
#define qstring
Definition gmlscan.c:886
#define yytext
Definition gmlscan.c:28
unsigned int flex_uint32_t
Definition gmlscan.c:315
#define GRAPH_EOF_TOKEN
Definition gmlscan.c:844
static int yy_get_next_buffer(void)
#define yy_scan_bytes
Definition gmlscan.c:13
static void endstr(void)
Definition gmlscan.c:876
#define YY_BREAK
Definition gmlscan.c:1060
static int errors
Definition gmlscan.c:847
static void addstr(const char *src)
Definition gmlscan.c:872
static size_t yy_buffer_stack_max
Definition gmlscan.c:510
#define unput(c)
Definition gmlscan.c:441
#define yynoreturn
Definition gmlscan.c:362
#define yyget_text
Definition gmlscan.c:201
static yy_state_type yy_try_NUL_trans(yy_state_type current_state)
int yy_act
Definition gmlscan.c:1075
#define yypush_buffer_state
Definition gmlscan.c:18
struct yy_buffer_state * YY_BUFFER_STATE
Definition gmlscan.c:409
#define yyfree
Definition gmlscan.c:32
#define YY_BUFFER_NEW
Definition gmlscan.c:491
#define yylex
Definition gmlscan.c:24
#define YY_RESTORE_YY_MORE_OFFSET
Definition gmlscan.c:823
static int yy_did_buffer_switch_on_eof
Definition gmlscan.c:540
static const flex_int16_t yy_accept[143]
Definition gmlscan.c:623
static int yy_init_globals(void)
#define yyget_lineno
Definition gmlscan.c:207
static const YY_CHAR yy_meta[55]
Definition gmlscan.c:675
#define yylineno
Definition gmlscan.c:25
#define YY_BUFFER_NORMAL
Definition gmlscan.c:492
char * yy_cp
Definition gmlscan.c:1074
#define yy_scan_buffer
Definition gmlscan.c:11
#define YY_MORE_ADJ
Definition gmlscan.c:822
#define YY_RULE_SETUP
Definition gmlscan.c:1063
#define yy_scan_string
Definition gmlscan.c:12
#define YY_AT_BOL()
Definition gmlscan.c:582
#define yy_flex_debug
Definition gmlscan.c:21
static int line_num
Definition gmlscan.c:846
#define yytext_ptr
Definition gmlscan.c:598
signed char flex_int8_t
Definition gmlscan.c:310
#define EOB_ACT_END_OF_FILE
Definition gmlscan.c:422
#define yyalloc
Definition gmlscan.c:30
static const flex_int16_t yy_base[147]
Definition gmlscan.c:685
#define YY_CURRENT_BUFFER_LVALUE
Definition gmlscan.c:525
#define yyget_debug
Definition gmlscan.c:147
int flex_int32_t
Definition gmlscan.c:312
#define yyin
Definition gmlscan.c:22
#define YY_START
Definition gmlscan.c:382
#define yyensure_buffer_stack
Definition gmlscan.c:20
#define yy_switch_to_buffer
Definition gmlscan.c:17
int yy_state_type
Definition gmlscan.c:589
#define YY_CURRENT_BUFFER
Definition gmlscan.c:519
#define yy_init_buffer
Definition gmlscan.c:14
#define INITIAL
Definition gmlscan.c:885
#define yypop_buffer_state
Definition gmlscan.c:19
#define yyget_in
Definition gmlscan.c:171
char * yy_bp
Definition gmlscan.c:1074
static int yy_n_chars
Definition gmlscan.c:529
#define YY_READ_BUF_SIZE
Definition gmlscan.c:972
#define YY_INPUT(buf, result, max_size)
Definition gmlscan.c:860
#define ECHO
Definition gmlscan.c:981
static const flex_int16_t yy_chk[356]
Definition gmlscan.c:768
#define yy_flush_buffer
Definition gmlscan.c:15
#define yyrealloc
Definition gmlscan.c:31
#define YY_END_OF_BUFFER
Definition gmlscan.c:615
#define YY_STATE_EOF(state)
Definition gmlscan.c:385
#define BEGIN
Definition gmlscan.c:377
#define YY_END_OF_BUFFER_CHAR
Definition gmlscan.c:388
#define YY_FATAL_ERROR(msg)
Definition gmlscan.c:1035
#define yyget_out
Definition gmlscan.c:183
#define yyterminate()
Definition gmlscan.c:1025
unsigned short int flex_uint16_t
Definition gmlscan.c:314
#define yy_create_buffer
Definition gmlscan.c:9
flex_uint8_t YY_CHAR
Definition gmlscan.c:585
#define YY_DO_BEFORE_ACTION
Definition gmlscan.c:608
#define yy_delete_buffer
Definition gmlscan.c:10
#define EOB_ACT_LAST_MATCH
Definition gmlscan.c:423
size_t yy_size_t
Definition gmlscan.c:414
#define YY_CALL_ONLY_ARG
#define YY_BUFFER_EOF_PENDING
Definition gmlscan.c:503
void initgmlscan(FILE *ifile)
Definition gmlscan.c:850
static yy_state_type yy_get_previous_state(void)
static const YY_CHAR yy_ec[256]
Definition gmlscan.c:643
#define yyset_out
Definition gmlscan.c:189
static char * yy_c_buf_p
Definition gmlscan.c:533
#define EOB_ACT_CONTINUE_SCAN
Definition gmlscan.c:421
static const flex_int16_t yy_nxt[356]
Definition gmlscan.c:725
static size_t yy_buffer_stack_top
Definition gmlscan.c:509
#define YY_DECL
Definition gmlscan.c:1048
#define YY_BUF_SIZE
Definition gmlscan.c:399
static const flex_int16_t yy_def[147]
Definition gmlscan.c:705
#define YY_EXIT_FAILURE
static agxbuf Sbuf
buffer for arbitrary length strings
Definition gmlscan.c:866
static int yy_init
Definition gmlscan.c:534
static FILE * Ifile
Definition gmlscan.c:848
#define YY_SC_TO_UI(c)
Definition gmlscan.c:371
static void beginstr(void)
Definition gmlscan.c:868
#define yy_load_buffer_state
Definition gmlscan.c:16
#define yywrap
Definition gmlscan.c:29
static char * yy_last_accepting_cpos
Definition gmlscan.c:812
#define yyset_in
Definition gmlscan.c:177
node NULL
Definition grammar.y:163
void agwarningf(const char *fmt,...)
Definition agerror.c:173
swig_ptr_object_handlers offset
Definition gv_php.cpp:5907
agxbput(xb, staging)
textitem scanner parser str
Definition htmlparse.y:224
NEATOPROCS_API void s1(graph_t *, node_t *)
Definition stuff.c:671
#define isatty(x)
Definition scan.c:839
int flex_int32_t
Definition scan.c:312
char * yy_ch_buf
Definition gmlscan.c:449
FILE * yy_input_file
Definition gmlscan.c:447
int yy_buffer_status
Definition gmlscan.c:489
int yy_is_our_buffer
Definition gmlscan.c:466
char * yy_buf_pos
Definition gmlscan.c:450
int yy_is_interactive
Definition gmlscan.c:473
flex_int32_t yy_verify
Definition gmlscan.c:620
flex_int32_t yy_nxt
Definition gmlscan.c:621
char * str
Definition gmlparse.c:386
Definition grammar.c:93