permit multiline comments and strings in macros
[bpt/coccinelle.git] / docs / graph-module-dependencies.ps
CommitLineData
34e49164
C
1%!PS-Adobe-2.0
2%%Creator: dot version 2.8 (Wed Dec 20 14:50:18 UTC 2006)
3%%For: (pad) pad,,,
4%%Title: G
5%%Pages: (atend)
6%%BoundingBox: 36 36 584 196
7%%EndComments
8save
9%%BeginProlog
10/DotDict 200 dict def
11DotDict begin
12
13/setupLatin1 {
14mark
15/EncodingVector 256 array def
16 EncodingVector 0
17
18ISOLatin1Encoding 0 255 getinterval putinterval
19EncodingVector 45 /hyphen put
20
21% Set up ISO Latin 1 character encoding
22/starnetISO {
23 dup dup findfont dup length dict begin
24 { 1 index /FID ne { def }{ pop pop } ifelse
25 } forall
26 /Encoding EncodingVector def
27 currentdict end definefont
28} def
29/Times-Roman starnetISO def
30/Times-Italic starnetISO def
31/Times-Bold starnetISO def
32/Times-BoldItalic starnetISO def
33/Helvetica starnetISO def
34/Helvetica-Oblique starnetISO def
35/Helvetica-Bold starnetISO def
36/Helvetica-BoldOblique starnetISO def
37/Courier starnetISO def
38/Courier-Oblique starnetISO def
39/Courier-Bold starnetISO def
40/Courier-BoldOblique starnetISO def
41cleartomark
42} bind def
43
44%%BeginResource: procset graphviz 0 0
45/coord-font-family /Times-Roman def
46/default-font-family /Times-Roman def
47/coordfont coord-font-family findfont 8 scalefont def
48
49/InvScaleFactor 1.0 def
50/set_scale {
51 dup 1 exch div /InvScaleFactor exch def
52 dup scale
53} bind def
54
55% styles
56/solid { [] 0 setdash } bind def
57/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
58/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
59/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
60/bold { 2 setlinewidth } bind def
61/filled { } bind def
62/unfilled { } bind def
63/rounded { } bind def
64/diagonals { } bind def
65
66% hooks for setting color
67/nodecolor { sethsbcolor } bind def
68/edgecolor { sethsbcolor } bind def
69/graphcolor { sethsbcolor } bind def
70/nopcolor {pop pop pop} bind def
71
72/beginpage { % i j npages
73 /npages exch def
74 /j exch def
75 /i exch def
76 /str 10 string def
77 npages 1 gt {
78 gsave
79 coordfont setfont
80 0 0 moveto
81 (\() show i str cvs show (,) show j str cvs show (\)) show
82 grestore
83 } if
84} bind def
85
86/set_font {
87 findfont exch
88 scalefont setfont
89} def
90
91% draw aligned label in bounding box aligned to current point
92/alignedtext { % width adj text
93 /text exch def
94 /adj exch def
95 /width exch def
96 gsave
97 width 0 gt {
98 text stringwidth pop adj mul 0 rmoveto
99 } if
100 [] 0 setdash
101 text show
102 grestore
103} def
104
105/boxprim { % xcorner ycorner xsize ysize
106 4 2 roll
107 moveto
108 2 copy
109 exch 0 rlineto
110 0 exch rlineto
111 pop neg 0 rlineto
112 closepath
113} bind def
114
115/ellipse_path {
116 /ry exch def
117 /rx exch def
118 /y exch def
119 /x exch def
120 matrix currentmatrix
121 newpath
122 x y translate
123 rx ry scale
124 0 0 1 0 360 arc
125 setmatrix
126} bind def
127
128/endpage { showpage } bind def
129/showpage { } def
130
131/layercolorseq
132 [ % layer color sequence - darkest to lightest
133 [0 0 0]
134 [.2 .8 .8]
135 [.4 .8 .8]
136 [.6 .8 .8]
137 [.8 .8 .8]
138 ]
139def
140
141/layerlen layercolorseq length def
142
143/setlayer {/maxlayer exch def /curlayer exch def
144 layercolorseq curlayer 1 sub layerlen mod get
145 aload pop sethsbcolor
146 /nodecolor {nopcolor} def
147 /edgecolor {nopcolor} def
148 /graphcolor {nopcolor} def
149} bind def
150
151/onlayer { curlayer ne {invis} if } def
152
153/onlayers {
154 /myupper exch def
155 /mylower exch def
156 curlayer mylower lt
157 curlayer myupper gt
158 or
159 {invis} if
160} def
161
162/curlayer 0 def
163
164%%EndResource
165%%EndProlog
166%%BeginSetup
16714 default-font-family set_font
1681 setmiterlimit
169% /arrowlength 10 def
170% /arrowwidth 5 def
171
172% make sure pdfmark is harmless for PS-interpreters other than Distiller
173/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
174% make '<<' and '>>' safe on PS Level 1 devices
175/languagelevel where {pop languagelevel}{1} ifelse
1762 lt {
177 userdict (<<) cvn ([) cvn load put
178 userdict (>>) cvn ([) cvn load put
179} if
180
181%%EndSetup
182%%Page: 1 1
183%%PageBoundingBox: 36 36 584 196
184%%PageOrientation: Portrait
185gsave
18636 36 548 160 boxprim clip newpath
18736 36 translate
1880 0 1 beginpage
1890.1451 set_scale
19028 28 translate 0 rotate
1910.000 0.000 1.000 graphcolor
1920.000 0.000 1.000 graphcolor
193newpath -41 -41 moveto
194-41 1089 lineto
1953762 1089 lineto
1963762 -41 lineto
197closepath
198fill
1990.000 0.000 1.000 graphcolor
200newpath -41 -41 moveto
201-41 1089 lineto
2023762 1089 lineto
2033762 -41 lineto
204closepath
205stroke
2060.000 0.000 0.000 graphcolor
20714.00 /Times-Roman set_font
208% Mktex
209gsave 10 dict begin
2103447 666 32 18 ellipse_path
211stroke
212gsave 10 dict begin
2133428 661 moveto
214(Mktex)
215[12.48 6.96 3.84 6.24 6.96]
216xshow
217end grestore
218end grestore
219% Common
220gsave 10 dict begin
2211496 90 39 18 ellipse_path
222stroke
223gsave 10 dict begin
2241470 85 moveto
225(Common)
226[9.36 6.96 10.8 10.8 6.96 6.96]
227xshow
228end grestore
229end grestore
230% Mktex->Common
231newpath 3428 651 moveto
2323367 603 3166 451 2981 360 curveto
2332937 338 2912 358 2878 324 curveto
2342841 288 2868 257 2840 216 curveto
2352812 175 2801 162 2756 144 curveto
2362642 99 1764 91 1545 90 curveto
237stroke
238gsave 10 dict begin
239solid
2401 setlinewidth
2410.000 0.000 0.000 edgecolor
242newpath 1545 87 moveto
2431535 90 lineto
2441545 94 lineto
245closepath
246fill
2470.000 0.000 0.000 edgecolor
248newpath 1545 87 moveto
2491535 90 lineto
2501545 94 lineto
251closepath
252stroke
253end grestore
254% Config
255gsave 10 dict begin
2563159 594 32 18 ellipse_path
257stroke
258gsave 10 dict begin
2593139 589 moveto
260(Config)
261[9.36 6.96 6.96 4.56 3.84 6.96]
262xshow
263end grestore
264end grestore
265% Mktex->Config
266newpath 3423 654 moveto
2673418 652 3412 649 3406 648 curveto
2683319 621 3292 636 3205 612 curveto
2693201 611 3198 610 3194 609 curveto
270stroke
271gsave 10 dict begin
272solid
2731 setlinewidth
2740.000 0.000 0.000 edgecolor
275newpath 3196 606 moveto
2763185 605 lineto
2773193 612 lineto
278closepath
279fill
2800.000 0.000 0.000 edgecolor
281newpath 3196 606 moveto
2823185 605 lineto
2833193 612 lineto
284closepath
285stroke
286end grestore
287% Commonop
288gsave 10 dict begin
2891446 18 46 18 ellipse_path
290stroke
291gsave 10 dict begin
2921413 13 moveto
293(Commonop)
294[9.36 6.96 10.8 10.8 6.96 6.96 6.96 6.96]
295xshow
296end grestore
297end grestore
298% Common->Commonop
299newpath 1484 73 moveto
3001478 64 1470 53 1464 43 curveto
301stroke
302gsave 10 dict begin
303solid
3041 setlinewidth
3050.000 0.000 0.000 edgecolor
306newpath 1467 41 moveto
3071458 35 lineto
3081461 45 lineto
309closepath
310fill
3110.000 0.000 0.000 edgecolor
312newpath 1467 41 moveto
3131458 35 lineto
3141461 45 lineto
315closepath
316stroke
317end grestore
318% Dumper
319gsave 10 dict begin
3201546 18 36 18 ellipse_path
321stroke
322gsave 10 dict begin
3231522 13 moveto
324(Dumper)
325[10.08 6.96 10.8 6.96 6.24 4.56]
326xshow
327end grestore
328end grestore
329% Common->Dumper
330newpath 1508 73 moveto
3311514 64 1522 53 1528 43 curveto
332stroke
333gsave 10 dict begin
334solid
3351 setlinewidth
3360.000 0.000 0.000 edgecolor
337newpath 1531 45 moveto
3381534 35 lineto
3391525 41 lineto
340closepath
341fill
3420.000 0.000 0.000 edgecolor
343newpath 1531 45 moveto
3441534 35 lineto
3451525 41 lineto
346closepath
347stroke
348end grestore
349% Init
350gsave 10 dict begin
3513298 666 27 18 ellipse_path
352stroke
353gsave 10 dict begin
3543288 661 moveto
355(Init)
356[4.56 6.96 3.84 3.84]
357xshow
358end grestore
359end grestore
360% Init->Config
361newpath 3277 655 moveto
3623255 643 3218 625 3192 611 curveto
363stroke
364gsave 10 dict begin
365solid
3661 setlinewidth
3670.000 0.000 0.000 edgecolor
368newpath 3193 608 moveto
3693183 606 lineto
3703190 614 lineto
371closepath
372fill
3730.000 0.000 0.000 edgecolor
374newpath 3193 608 moveto
3753183 606 lineto
3763190 614 lineto
377closepath
378stroke
379end grestore
380% Diff
381gsave 10 dict begin
3823370 666 27 18 ellipse_path
383stroke
384gsave 10 dict begin
3853357 661 moveto
386(Diff)
387[10.08 3.84 4.56 4.56]
388xshow
389end grestore
390end grestore
391% Diff->Config
392newpath 3349 654 moveto
3933344 652 3339 650 3334 648 curveto
3943278 626 3261 630 3205 612 curveto
3953202 611 3198 610 3195 609 curveto
396stroke
397gsave 10 dict begin
398solid
3991 setlinewidth
4000.000 0.000 0.000 edgecolor
401newpath 3196 605 moveto
4023185 605 lineto
4033193 612 lineto
404closepath
405fill
4060.000 0.000 0.000 edgecolor
407newpath 3196 605 moveto
4083185 605 lineto
4093193 612 lineto
410closepath
411stroke
412end grestore
413% Ce
414gsave 10 dict begin
4153154 666 27 18 ellipse_path
416stroke
417gsave 10 dict begin
4183146 661 moveto
419(Ce)
420[9.36 6.24]
421xshow
422end grestore
423end grestore
424% Ce->Config
425newpath 3155 648 moveto
4263156 640 3156 631 3157 622 curveto
427stroke
428gsave 10 dict begin
429solid
4301 setlinewidth
4310.000 0.000 0.000 edgecolor
432newpath 3160 622 moveto
4333158 612 lineto
4343154 622 lineto
435closepath
436fill
4370.000 0.000 0.000 edgecolor
438newpath 3160 622 moveto
4393158 612 lineto
4403154 622 lineto
441closepath
442stroke
443end grestore
444% Ast0
445gsave 10 dict begin
4463226 666 27 18 ellipse_path
447stroke
448gsave 10 dict begin
4493212 661 moveto
450(Ast0)
451[10.08 5.52 3.84 6.96]
452xshow
453end grestore
454end grestore
455% Ast0->Config
456newpath 3211 650 moveto
4573202 640 3191 628 3181 617 curveto
458stroke
459gsave 10 dict begin
460solid
4611 setlinewidth
4620.000 0.000 0.000 edgecolor
463newpath 3184 615 moveto
4643174 610 lineto
4653179 620 lineto
466closepath
467fill
4680.000 0.000 0.000 edgecolor
469newpath 3184 615 moveto
4703174 610 lineto
4713179 620 lineto
472closepath
473stroke
474end grestore
475% Generate_dependencies
476gsave 10 dict begin
4772760 738 79 18 ellipse_path
478stroke
479gsave 10 dict begin
4802693 733 moveto
481(Generate_dependencies)
482[10.08 6.24 6.96 6.24 4.56 6.24 3.84 6.24 6.96 6.96 6.24 6.96 6.24 6.96 6.96 6.24 6.96 6.24 3.84 6.24 5.52]
483xshow
484end grestore
485end grestore
486% C_info
487gsave 10 dict begin
4882852 666 32 18 ellipse_path
489stroke
490gsave 10 dict begin
4912832 661 moveto
492(C_info)
493[9.36 6.96 3.84 6.96 4.56 6.96]
494xshow
495end grestore
496end grestore
497% Generate_dependencies->C_info
498newpath 2782 721 moveto
4992794 710 2811 697 2825 687 curveto
500stroke
501gsave 10 dict begin
502solid
5031 setlinewidth
5040.000 0.000 0.000 edgecolor
505newpath 2827 690 moveto
5062833 681 lineto
5072823 684 lineto
508closepath
509fill
5100.000 0.000 0.000 edgecolor
511newpath 2827 690 moveto
5122833 681 lineto
5132823 684 lineto
514closepath
515stroke
516end grestore
517% Parse_c
518gsave 10 dict begin
5192937 666 35 18 ellipse_path
520stroke
521gsave 10 dict begin
5222915 661 moveto
523(Parse_c)
524[7.68 6.24 4.56 5.52 6.24 6.96 6.24]
525xshow
526end grestore
527end grestore
528% Generate_dependencies->Parse_c
529newpath 2799 722 moveto
5302825 711 2861 697 2893 684 curveto
5312895 683 2897 682 2900 681 curveto
532stroke
533gsave 10 dict begin
534solid
5351 setlinewidth
5360.000 0.000 0.000 edgecolor
537newpath 2901 684 moveto
5382909 677 lineto
5392898 678 lineto
540closepath
541fill
5420.000 0.000 0.000 edgecolor
543newpath 2901 684 moveto
5442909 677 lineto
5452898 678 lineto
546closepath
547stroke
548end grestore
549% Visitor_c
550gsave 10 dict begin
5512986 522 39 18 ellipse_path
552stroke
553gsave 10 dict begin
5542959 517 moveto
555(Visitor_c)
556[10.08 3.84 5.52 3.84 3.84 6.96 4.56 6.96 6.24]
557xshow
558end grestore
559end grestore
560% C_info->Visitor_c
561newpath 2867 650 moveto
5622891 625 2936 576 2963 546 curveto
563stroke
564gsave 10 dict begin
565solid
5661 setlinewidth
5670.000 0.000 0.000 edgecolor
568newpath 2965 549 moveto
5692970 539 lineto
5702960 544 lineto
571closepath
572fill
5730.000 0.000 0.000 edgecolor
574newpath 2965 549 moveto
5752970 539 lineto
5762960 544 lineto
577closepath
578stroke
579end grestore
580% Flag
581gsave 10 dict begin
5821829 594 27 18 ellipse_path
583stroke
584gsave 10 dict begin
5851816 589 moveto
586(Flag)
587[7.68 3.84 6.24 6.96]
588xshow
589end grestore
590end grestore
591% C_info->Flag
592newpath 2828 654 moveto
5932823 651 2817 649 2811 648 curveto
5942764 636 2040 603 1866 595 curveto
595stroke
596gsave 10 dict begin
597solid
5981 setlinewidth
5990.000 0.000 0.000 edgecolor
600newpath 1866 592 moveto
6011856 595 lineto
6021866 599 lineto
603closepath
604fill
6050.000 0.000 0.000 edgecolor
606newpath 1866 592 moveto
6071856 595 lineto
6081866 599 lineto
609closepath
610stroke
611end grestore
612% Parse_c->Config
613newpath 2967 656 moveto
6143007 643 3078 621 3121 606 curveto
615stroke
616gsave 10 dict begin
617solid
6181 setlinewidth
6190.000 0.000 0.000 edgecolor
620newpath 3122 609 moveto
6213131 603 lineto
6223120 603 lineto
623closepath
624fill
6250.000 0.000 0.000 edgecolor
626newpath 3122 609 moveto
6273131 603 lineto
6283120 603 lineto
629closepath
630stroke
631end grestore
632% Parse_c->Visitor_c
633newpath 2939 648 moveto
6342941 629 2947 600 2956 576 curveto
6352960 566 2965 557 2969 548 curveto
636stroke
637gsave 10 dict begin
638solid
6391 setlinewidth
6400.000 0.000 0.000 edgecolor
641newpath 2972 549 moveto
6422974 539 lineto
6432966 546 lineto
644closepath
645fill
6460.000 0.000 0.000 edgecolor
647newpath 2972 549 moveto
6482974 539 lineto
6492966 546 lineto
650closepath
651stroke
652end grestore
653% Lexer_c
654gsave 10 dict begin
6552765 522 36 18 ellipse_path
656stroke
657gsave 10 dict begin
6582742 517 moveto
659(Lexer_c)
660[8.64 6.24 6.96 6.24 4.56 6.96 6.24]
661xshow
662end grestore
663end grestore
664% Parse_c->Lexer_c
665newpath 2910 654 moveto
6662905 652 2899 650 2893 648 curveto
6672833 628 2794 661 2756 612 curveto
6682742 594 2746 568 2753 549 curveto
669stroke
670gsave 10 dict begin
671solid
6721 setlinewidth
6730.000 0.000 0.000 edgecolor
674newpath 2756 551 moveto
6752757 540 lineto
6762750 548 lineto
677closepath
678fill
6790.000 0.000 0.000 edgecolor
680newpath 2756 551 moveto
6812757 540 lineto
6822750 548 lineto
683closepath
684stroke
685end grestore
686% Parsing_hacks
687gsave 10 dict begin
6882818 594 53 18 ellipse_path
689stroke
690gsave 10 dict begin
6912777 589 moveto
692(Parsing_hacks)
693[7.68 6.24 4.56 5.52 3.84 6.96 6.96 6.96 6.96 6.24 6.24 6.96 5.52]
694xshow
695end grestore
696end grestore
697% Parse_c->Parsing_hacks
698newpath 2914 652 moveto
6992897 642 2873 627 2853 615 curveto
700stroke
701gsave 10 dict begin
702solid
7031 setlinewidth
7040.000 0.000 0.000 edgecolor
705newpath 2854 612 moveto
7062844 610 lineto
7072851 618 lineto
708closepath
709fill
7100.000 0.000 0.000 edgecolor
711newpath 2854 612 moveto
7122844 610 lineto
7132851 618 lineto
714closepath
715stroke
716end grestore
717% Split_patch
718gsave 10 dict begin
719414 234 45 18 ellipse_path
720stroke
721gsave 10 dict begin
722382 229 moveto
723(Split_patch)
724[7.68 6.96 3.84 3.84 3.84 6.96 6.96 6.24 3.84 6.24 6.96]
725xshow
726end grestore
727end grestore
728% Classic_patch
729gsave 10 dict begin
730473 162 52 18 ellipse_path
731stroke
732gsave 10 dict begin
733434 157 moveto
734(Classic_patch)
735[9.36 3.84 6.24 5.52 5.52 3.84 6.24 6.96 6.96 6.24 3.84 6.24 6.96]
736xshow
737end grestore
738end grestore
739% Split_patch->Classic_patch
740newpath 428 217 moveto
741435 208 444 197 452 187 curveto
742stroke
743gsave 10 dict begin
744solid
7451 setlinewidth
7460.000 0.000 0.000 edgecolor
747newpath 455 189 moveto
748459 179 lineto
749450 184 lineto
750closepath
751fill
7520.000 0.000 0.000 edgecolor
753newpath 455 189 moveto
754459 179 lineto
755450 184 lineto
756closepath
757stroke
758end grestore
759% Maintainers
760gsave 10 dict begin
761356 162 47 18 ellipse_path
762stroke
763gsave 10 dict begin
764322 157 moveto
765(Maintainers)
766[12.48 6.24 3.84 6.96 3.84 6.24 3.84 6.96 6.24 4.56 5.52]
767xshow
768end grestore
769end grestore
770% Split_patch->Maintainers
771newpath 400 217 moveto
772393 208 384 197 376 187 curveto
773stroke
774gsave 10 dict begin
775solid
7761 setlinewidth
7770.000 0.000 0.000 edgecolor
778newpath 379 185 moveto
779370 179 lineto
780373 189 lineto
781closepath
782fill
7830.000 0.000 0.000 edgecolor
784newpath 379 185 moveto
785370 179 lineto
786373 189 lineto
787closepath
788stroke
789end grestore
790% Classic_patch->Common
791newpath 511 150 moveto
792520 147 530 145 539 144 curveto
793716 115 1276 97 1447 91 curveto
794stroke
795gsave 10 dict begin
796solid
7971 setlinewidth
7980.000 0.000 0.000 edgecolor
799newpath 1447 95 moveto
8001457 91 lineto
8011447 88 lineto
802closepath
803fill
8040.000 0.000 0.000 edgecolor
805newpath 1447 95 moveto
8061457 91 lineto
8071447 88 lineto
808closepath
809stroke
810end grestore
811% Maintainers->Common
812newpath 390 149 moveto
813397 147 405 145 412 144 curveto
814614 107 1263 94 1447 91 curveto
815stroke
816gsave 10 dict begin
817solid
8181 setlinewidth
8190.000 0.000 0.000 edgecolor
820newpath 1447 95 moveto
8211457 91 lineto
8221447 88 lineto
823closepath
824fill
8250.000 0.000 0.000 edgecolor
826newpath 1447 95 moveto
8271457 91 lineto
8281447 88 lineto
829closepath
830stroke
831end grestore
832% Extract_c_and_res
833gsave 10 dict begin
8343388 162 65 18 ellipse_path
835stroke
836gsave 10 dict begin
8373335 157 moveto
838(Extract_c_and_res)
839[8.64 6.96 3.84 4.56 6.24 6.24 3.84 6.96 6.24 6.96 6.24 6.96 6.96 6.96 4.56 6.24 5.52]
840xshow
841end grestore
842end grestore
843% Extract_c_and_res->Common
844newpath 3342 149 moveto
8453333 147 3323 145 3314 144 curveto
8463134 119 1818 96 1545 91 curveto
847stroke
848gsave 10 dict begin
849solid
8501 setlinewidth
8510.000 0.000 0.000 edgecolor
852newpath 1545 88 moveto
8531535 91 lineto
8541545 95 lineto
855closepath
856fill
8570.000 0.000 0.000 edgecolor
858newpath 1545 88 moveto
8591535 91 lineto
8601545 95 lineto
861closepath
862stroke
863end grestore
864% Meta_files
865gsave 10 dict begin
866114 234 43 18 ellipse_path
867stroke
868gsave 10 dict begin
86983 229 moveto
870(Meta_files)
871[12.48 6.24 3.84 6.24 6.96 4.56 3.84 3.84 6.24 5.52]
872xshow
873end grestore
874end grestore
875% Meta_files->Maintainers
876newpath 150 224 moveto
877187 213 248 196 300 180 curveto
878303 179 307 178 310 177 curveto
879stroke
880gsave 10 dict begin
881solid
8821 setlinewidth
8830.000 0.000 0.000 edgecolor
884newpath 311 180 moveto
885320 174 lineto
886309 174 lineto
887closepath
888fill
8890.000 0.000 0.000 edgecolor
890newpath 311 180 moveto
891320 174 lineto
892309 174 lineto
893closepath
894stroke
895end grestore
896% Kbuild
897gsave 10 dict begin
898114 162 32 18 ellipse_path
899stroke
900gsave 10 dict begin
90194 157 moveto
902(Kbuild)
903[10.08 6.96 6.96 3.84 3.84 6.96]
904xshow
905end grestore
906end grestore
907% Meta_files->Kbuild
908newpath 114 216 moveto
909114 208 114 199 114 190 curveto
910stroke
911gsave 10 dict begin
912solid
9131 setlinewidth
9140.000 0.000 0.000 edgecolor
915newpath 118 190 moveto
916114 180 lineto
917111 190 lineto
918closepath
919fill
9200.000 0.000 0.000 edgecolor
921newpath 118 190 moveto
922114 180 lineto
923111 190 lineto
924closepath
925stroke
926end grestore
927% Kbuild->Common
928newpath 141 152 moveto
929150 149 161 146 171 144 curveto
930423 100 1238 91 1447 90 curveto
931stroke
932gsave 10 dict begin
933solid
9341 setlinewidth
9350.000 0.000 0.000 edgecolor
936newpath 1447 94 moveto
9371457 90 lineto
9381447 87 lineto
939closepath
940fill
9410.000 0.000 0.000 edgecolor
942newpath 1447 94 moveto
9431457 90 lineto
9441447 87 lineto
945closepath
946stroke
947end grestore
948% S
949gsave 10 dict begin
9501229 738 27 18 ellipse_path
951stroke
952gsave 10 dict begin
9531229 733 moveto 8.0 -0.5 (S) alignedtext
954end grestore
955end grestore
956% Plus
957gsave 10 dict begin
9581229 666 27 18 ellipse_path
959stroke
960gsave 10 dict begin
9611216 661 moveto
962(Plus)
963[7.68 3.84 6.96 5.52]
964xshow
965end grestore
966end grestore
967% S->Plus
968newpath 1229 720 moveto
9691229 712 1229 703 1229 694 curveto
970stroke
971gsave 10 dict begin
972solid
9731 setlinewidth
9740.000 0.000 0.000 edgecolor
975newpath 1233 694 moveto
9761229 684 lineto
9771226 694 lineto
978closepath
979fill
9800.000 0.000 0.000 edgecolor
981newpath 1233 694 moveto
9821229 684 lineto
9831226 694 lineto
984closepath
985stroke
986end grestore
987% Visitor_ast
988gsave 10 dict begin
9891327 594 44 18 ellipse_path
990stroke
991gsave 10 dict begin
9921295 589 moveto
993(Visitor_ast)
994[10.08 3.84 5.52 3.84 3.84 6.96 4.56 6.96 6.24 5.52 3.84]
995xshow
996end grestore
997end grestore
998% Plus->Visitor_ast
999newpath 1247 652 moveto
10001261 642 1281 628 1298 616 curveto
1001stroke
1002gsave 10 dict begin
1003solid
10041 setlinewidth
10050.000 0.000 0.000 edgecolor
1006newpath 1300 619 moveto
10071306 610 lineto
10081296 613 lineto
1009closepath
1010fill
10110.000 0.000 0.000 edgecolor
1012newpath 1300 619 moveto
10131306 610 lineto
10141296 613 lineto
1015closepath
1016stroke
1017end grestore
1018% Parse_aux
1019gsave 10 dict begin
10201241 522 42 18 ellipse_path
1021stroke
1022gsave 10 dict begin
10231212 517 moveto
1024(Parse_aux)
1025[7.68 6.24 4.56 5.52 6.24 6.96 6.24 6.96 6.96]
1026xshow
1027end grestore
1028end grestore
1029% Parse_aux->Common
1030newpath 1272 509 moveto
10311290 500 1312 487 1325 468 curveto
10321348 434 1344 418 1344 378 curveto
10331344 378 1344 378 1344 234 curveto
10341344 190 1350 175 1380 144 curveto
10351399 123 1428 110 1451 101 curveto
1036stroke
1037gsave 10 dict begin
1038solid
10391 setlinewidth
10400.000 0.000 0.000 edgecolor
1041newpath 1452 104 moveto
10421461 98 lineto
10431450 98 lineto
1044closepath
1045fill
10460.000 0.000 0.000 edgecolor
1047newpath 1452 104 moveto
10481461 98 lineto
10491450 98 lineto
1050closepath
1051stroke
1052end grestore
1053% Data
1054gsave 10 dict begin
10551157 450 27 18 ellipse_path
1056stroke
1057gsave 10 dict begin
10581143 445 moveto
1059(Data)
1060[10.08 6.24 3.84 6.24]
1061xshow
1062end grestore
1063end grestore
1064% Parse_aux->Data
1065newpath 1222 506 moveto
10661210 495 1194 482 1182 471 curveto
1067stroke
1068gsave 10 dict begin
1069solid
10701 setlinewidth
10710.000 0.000 0.000 edgecolor
1072newpath 1184 468 moveto
10731174 464 lineto
10741179 473 lineto
1075closepath
1076fill
10770.000 0.000 0.000 edgecolor
1078newpath 1184 468 moveto
10791174 464 lineto
10801179 473 lineto
1081closepath
1082stroke
1083end grestore
1084% Semantic_cocci
1085gsave 10 dict begin
10861259 450 57 18 ellipse_path
1087stroke
1088gsave 10 dict begin
10891214 445 moveto
1090(Semantic_cocci)
1091[7.68 6.24 10.8 6.24 6.96 3.84 3.84 6.24 6.96 6.24 6.96 6.24 6.24 3.84]
1092xshow
1093end grestore
1094end grestore
1095% Parse_aux->Semantic_cocci
1096newpath 1246 504 moveto
10971248 496 1250 487 1252 478 curveto
1098stroke
1099gsave 10 dict begin
1100solid
11011 setlinewidth
11020.000 0.000 0.000 edgecolor
1103newpath 1255 479 moveto
11041255 468 lineto
11051249 477 lineto
1106closepath
1107fill
11080.000 0.000 0.000 edgecolor
1109newpath 1255 479 moveto
11101255 468 lineto
11111249 477 lineto
1112closepath
1113stroke
1114end grestore
1115% Ast0_cocci
1116gsave 10 dict begin
11171026 378 45 18 ellipse_path
1118stroke
1119gsave 10 dict begin
1120993 373 moveto
1121(Ast0_cocci)
1122[10.08 5.52 3.84 6.96 6.96 6.24 6.96 6.24 6.24 3.84]
1123xshow
1124end grestore
1125end grestore
1126% Data->Ast0_cocci
1127newpath 1136 438 moveto
11281116 427 1086 410 1062 398 curveto
1129stroke
1130gsave 10 dict begin
1131solid
11321 setlinewidth
11330.000 0.000 0.000 edgecolor
1134newpath 1063 395 moveto
11351053 393 lineto
11361060 401 lineto
1137closepath
1138fill
11390.000 0.000 0.000 edgecolor
1140newpath 1063 395 moveto
11411053 393 lineto
11421060 401 lineto
1143closepath
1144stroke
1145end grestore
1146% Lexer_cocci
1147gsave 10 dict begin
1148786 666 48 18 ellipse_path
1149stroke
1150gsave 10 dict begin
1151751 661 moveto
1152(Lexer_cocci)
1153[8.64 6.24 6.96 6.24 4.56 6.96 6.24 6.96 6.24 6.24 3.84]
1154xshow
1155end grestore
1156end grestore
1157% Parser_cocci_menhir
1158gsave 10 dict begin
11591155 594 72 18 ellipse_path
1160stroke
1161gsave 10 dict begin
11621096 589 moveto
1163(Parser_cocci_menhir)
1164[7.68 6.24 4.56 5.52 6.24 4.56 6.96 6.24 6.96 6.24 6.24 3.84 6.96 10.8 6.24 6.96 6.96 3.84 4.56]
1165xshow
1166end grestore
1167end grestore
1168% Lexer_cocci->Parser_cocci_menhir
1169newpath 823 654 moveto
1170831 652 840 650 848 648 curveto
1171927 629 1019 614 1082 604 curveto
1172stroke
1173gsave 10 dict begin
1174solid
11751 setlinewidth
11760.000 0.000 0.000 edgecolor
1177newpath 1082 607 moveto
11781092 603 lineto
11791082 601 lineto
1180closepath
1181fill
11820.000 0.000 0.000 edgecolor
1183newpath 1082 607 moveto
11841092 603 lineto
11851082 601 lineto
1186closepath
1187stroke
1188end grestore
1189% Parser_cocci_menhir->Parse_aux
1190newpath 1176 577 moveto
11911187 567 1202 555 1214 545 curveto
1192stroke
1193gsave 10 dict begin
1194solid
11951 setlinewidth
11960.000 0.000 0.000 edgecolor
1197newpath 1216 548 moveto
11981221 538 lineto
11991211 543 lineto
1200closepath
1201fill
12020.000 0.000 0.000 edgecolor
1203newpath 1216 548 moveto
12041221 538 lineto
12051211 543 lineto
1206closepath
1207stroke
1208end grestore
1209% Top_level
1210gsave 10 dict begin
12111140 522 41 18 ellipse_path
1212stroke
1213gsave 10 dict begin
12141111 517 moveto
1215(Top_level)
1216[8.64 6.96 6.96 6.96 3.84 6.24 6.96 6.24 3.84]
1217xshow
1218end grestore
1219end grestore
1220% Parser_cocci_menhir->Top_level
1221newpath 1151 576 moveto
12221150 568 1148 559 1146 550 curveto
1223stroke
1224gsave 10 dict begin
1225solid
12261 setlinewidth
12270.000 0.000 0.000 edgecolor
1228newpath 1149 549 moveto
12291144 540 lineto
12301143 550 lineto
1231closepath
1232fill
12330.000 0.000 0.000 edgecolor
1234newpath 1149 549 moveto
12351144 540 lineto
12361143 550 lineto
1237closepath
1238stroke
1239end grestore
1240% Semantic
1241gsave 10 dict begin
1242252 162 39 18 ellipse_path
1243stroke
1244gsave 10 dict begin
1245226 157 moveto
1246(Semantic)
1247[7.68 6.24 10.8 6.24 6.96 3.84 3.84 6.24]
1248xshow
1249end grestore
1250end grestore
1251% Semantic->Common
1252newpath 280 149 moveto
1253287 147 293 145 300 144 curveto
1254524 98 1251 91 1447 90 curveto
1255stroke
1256gsave 10 dict begin
1257solid
12581 setlinewidth
12590.000 0.000 0.000 edgecolor
1260newpath 1447 94 moveto
12611457 90 lineto
12621447 87 lineto
1263closepath
1264fill
12650.000 0.000 0.000 edgecolor
1266newpath 1447 94 moveto
12671457 90 lineto
12681447 87 lineto
1269closepath
1270stroke
1271end grestore
1272% Semantic_c
1273gsave 10 dict begin
12742785 234 46 18 ellipse_path
1275stroke
1276gsave 10 dict begin
12772752 229 moveto
1278(Semantic_c)
1279[7.68 6.24 10.8 6.24 6.96 3.84 3.84 6.24 6.96 6.24]
1280xshow
1281end grestore
1282end grestore
1283% Semantic_c->Common
1284newpath 2779 216 moveto
12852770 194 2752 159 2725 144 curveto
12862673 114 1767 96 1545 91 curveto
1287stroke
1288gsave 10 dict begin
1289solid
12901 setlinewidth
12910.000 0.000 0.000 edgecolor
1292newpath 1545 88 moveto
12931535 91 lineto
12941545 95 lineto
1295closepath
1296fill
12970.000 0.000 0.000 edgecolor
1298newpath 1545 88 moveto
12991535 91 lineto
13001545 95 lineto
1301closepath
1302stroke
1303end grestore
1304% Lib_parsing_c
1305gsave 10 dict begin
13063018 594 53 18 ellipse_path
1307stroke
1308gsave 10 dict begin
13092977 589 moveto
1310(Lib_parsing_c)
1311[8.64 3.84 6.96 6.96 6.96 6.24 4.56 5.52 3.84 6.96 6.96 6.96 6.24]
1312xshow
1313end grestore
1314end grestore
1315% Lib_parsing_c->Visitor_c
1316newpath 3010 576 moveto
13173006 568 3002 558 2998 549 curveto
1318stroke
1319gsave 10 dict begin
1320solid
13211 setlinewidth
13220.000 0.000 0.000 edgecolor
1323newpath 3001 548 moveto
13242994 540 lineto
13252995 551 lineto
1326closepath
1327fill
13280.000 0.000 0.000 edgecolor
1329newpath 3001 548 moveto
13302994 540 lineto
13312995 551 lineto
1332closepath
1333stroke
1334end grestore
1335% Control_flow_c
1336gsave 10 dict begin
13372472 450 57 18 ellipse_path
1338stroke
1339gsave 10 dict begin
13402427 445 moveto
1341(Control_flow_c)
1342[9.36 6.96 6.96 3.84 4.56 6.96 3.84 6.96 4.56 3.84 6.96 10.08 6.96 6.24]
1343xshow
1344end grestore
1345end grestore
1346% Visitor_c->Control_flow_c
1347newpath 2957 510 moveto
13482951 508 2944 505 2938 504 curveto
13492778 466 2733 490 2572 468 curveto
13502558 466 2544 463 2531 461 curveto
1351stroke
1352gsave 10 dict begin
1353solid
13541 setlinewidth
13550.000 0.000 0.000 edgecolor
1356newpath 2531 458 moveto
13572521 459 lineto
13582530 464 lineto
1359closepath
1360fill
13610.000 0.000 0.000 edgecolor
1362newpath 2531 458 moveto
13632521 459 lineto
13642530 464 lineto
1365closepath
1366stroke
1367end grestore
1368% Ast_c
1369gsave 10 dict begin
13702326 378 30 18 ellipse_path
1371stroke
1372gsave 10 dict begin
13732309 373 moveto
1374(Ast_c)
1375[10.08 5.52 3.84 6.96 6.24]
1376xshow
1377end grestore
1378end grestore
1379% Ast_c->Common
1380newpath 2300 369 moveto
13812180 327 1684 155 1537 104 curveto
1382stroke
1383gsave 10 dict begin
1384solid
13851 setlinewidth
13860.000 0.000 0.000 edgecolor
1387newpath 1538 101 moveto
13881527 101 lineto
13891536 107 lineto
1390closepath
1391fill
13920.000 0.000 0.000 edgecolor
1393newpath 1538 101 moveto
13941527 101 lineto
13951536 107 lineto
1396closepath
1397stroke
1398end grestore
1399% Ast_cocci
1400gsave 10 dict begin
14011576 306 42 18 ellipse_path
1402stroke
1403gsave 10 dict begin
14041547 301 moveto
1405(Ast_cocci)
1406[10.08 5.52 3.84 6.96 6.24 6.96 6.24 6.24 3.84]
1407xshow
1408end grestore
1409end grestore
1410% Ast_c->Ast_cocci
1411newpath 2296 375 moveto
14122183 364 1773 325 1627 311 curveto
1413stroke
1414gsave 10 dict begin
1415solid
14161 setlinewidth
14170.000 0.000 0.000 edgecolor
1418newpath 1627 308 moveto
14191617 310 lineto
14201627 314 lineto
1421closepath
1422fill
14230.000 0.000 0.000 edgecolor
1424newpath 1627 308 moveto
14251617 310 lineto
14261627 314 lineto
1427closepath
1428stroke
1429end grestore
1430% Type_cocci
1431gsave 10 dict begin
14321576 234 46 18 ellipse_path
1433stroke
1434gsave 10 dict begin
14351543 229 moveto
1436(Type_cocci)
1437[8.64 6.96 6.96 6.24 6.96 6.24 6.96 6.24 6.24 3.84]
1438xshow
1439end grestore
1440end grestore
1441% Ast_cocci->Type_cocci
1442newpath 1576 288 moveto
14431576 280 1576 271 1576 262 curveto
1444stroke
1445gsave 10 dict begin
1446solid
14471 setlinewidth
14480.000 0.000 0.000 edgecolor
1449newpath 1580 262 moveto
14501576 252 lineto
14511573 262 lineto
1452closepath
1453fill
14540.000 0.000 0.000 edgecolor
1455newpath 1580 262 moveto
14561576 252 lineto
14571573 262 lineto
1458closepath
1459stroke
1460end grestore
1461% Parser_c
1462gsave 10 dict begin
14632765 450 37 18 ellipse_path
1464stroke
1465gsave 10 dict begin
14662740 445 moveto
1467(Parser_c)
1468[7.68 6.24 4.56 5.52 6.24 4.56 6.96 6.24]
1469xshow
1470end grestore
1471end grestore
1472% Lexer_c->Parser_c
1473newpath 2765 504 moveto
14742765 496 2765 487 2765 478 curveto
1475stroke
1476gsave 10 dict begin
1477solid
14781 setlinewidth
14790.000 0.000 0.000 edgecolor
1480newpath 2769 478 moveto
14812765 468 lineto
14822762 478 lineto
1483closepath
1484fill
14850.000 0.000 0.000 edgecolor
1486newpath 2769 478 moveto
14872765 468 lineto
14882762 478 lineto
1489closepath
1490stroke
1491end grestore
1492% Parser_c->Semantic_c
1493newpath 2773 432 moveto
14942778 422 2783 409 2785 396 curveto
14952793 349 2791 294 2788 262 curveto
1496stroke
1497gsave 10 dict begin
1498solid
14991 setlinewidth
15000.000 0.000 0.000 edgecolor
1501newpath 2791 262 moveto
15022787 252 lineto
15032785 262 lineto
1504closepath
1505fill
15060.000 0.000 0.000 edgecolor
1507newpath 2791 262 moveto
15082787 252 lineto
15092785 262 lineto
1510closepath
1511stroke
1512end grestore
1513% Parser_c->Ast_c
1514newpath 2731 442 moveto
15152715 439 2695 435 2678 432 curveto
15162543 410 2505 428 2373 396 curveto
15172369 395 2365 393 2361 392 curveto
1518stroke
1519gsave 10 dict begin
1520solid
15211 setlinewidth
15220.000 0.000 0.000 edgecolor
1523newpath 2362 389 moveto
15242351 389 lineto
15252360 395 lineto
1526closepath
1527fill
15280.000 0.000 0.000 edgecolor
1529newpath 2362 389 moveto
15302351 389 lineto
15312360 395 lineto
1532closepath
1533stroke
1534end grestore
1535% Lexer_parser
1536gsave 10 dict begin
15372726 378 50 18 ellipse_path
1538stroke
1539gsave 10 dict begin
15402689 373 moveto
1541(Lexer_parser)
1542[8.64 6.24 6.96 6.24 4.56 6.96 6.96 6.24 4.56 5.52 6.24 4.56]
1543xshow
1544end grestore
1545end grestore
1546% Parser_c->Lexer_parser
1547newpath 2756 433 moveto
15482752 424 2746 414 2741 405 curveto
1549stroke
1550gsave 10 dict begin
1551solid
15521 setlinewidth
15530.000 0.000 0.000 edgecolor
1554newpath 2744 403 moveto
15552736 396 lineto
15562738 406 lineto
1557closepath
1558fill
15590.000 0.000 0.000 edgecolor
1560newpath 2744 403 moveto
15612736 396 lineto
15622738 406 lineto
1563closepath
1564stroke
1565end grestore
1566% Sgrep
1567gsave 10 dict begin
15681775 378 29 18 ellipse_path
1569stroke
1570gsave 10 dict begin
15711758 373 moveto
1572(Sgrep)
1573[7.68 6.96 4.56 6.24 6.96]
1574xshow
1575end grestore
1576end grestore
1577% Sgrep->Common
1578newpath 1766 361 moveto
15791743 319 1679 210 1601 144 curveto
15801581 128 1556 115 1535 105 curveto
1581stroke
1582gsave 10 dict begin
1583solid
15841 setlinewidth
15850.000 0.000 0.000 edgecolor
1586newpath 1537 102 moveto
15871526 101 lineto
15881534 108 lineto
1589closepath
1590fill
15910.000 0.000 0.000 edgecolor
1592newpath 1537 102 moveto
15931526 101 lineto
15941534 108 lineto
1595closepath
1596stroke
1597end grestore
1598% Sgrep->Ast_cocci
1599newpath 1753 366 moveto
16001747 364 1742 362 1737 360 curveto
16011698 344 1653 329 1621 319 curveto
1602stroke
1603gsave 10 dict begin
1604solid
16051 setlinewidth
16060.000 0.000 0.000 edgecolor
1607newpath 1622 316 moveto
16081611 316 lineto
16091620 322 lineto
1610closepath
1611fill
16120.000 0.000 0.000 edgecolor
1613newpath 1622 316 moveto
16141611 316 lineto
16151620 322 lineto
1616closepath
1617stroke
1618end grestore
1619% Lib_engine
1620gsave 10 dict begin
16212298 594 45 18 ellipse_path
1622stroke
1623gsave 10 dict begin
16242266 589 moveto
1625(Lib_engine)
1626[8.64 3.84 6.96 6.96 6.24 6.96 6.96 3.84 6.96 6.24]
1627xshow
1628end grestore
1629end grestore
1630% Lib_engine->Control_flow_c
1631newpath 2308 576 moveto
16322319 556 2340 525 2365 504 curveto
16332382 488 2405 477 2425 468 curveto
1634stroke
1635gsave 10 dict begin
1636solid
16371 setlinewidth
16380.000 0.000 0.000 edgecolor
1639newpath 2426 471 moveto
16402434 464 lineto
16412423 465 lineto
1642closepath
1643fill
16440.000 0.000 0.000 edgecolor
1645newpath 2426 471 moveto
16462434 464 lineto
16472423 465 lineto
1648closepath
1649stroke
1650end grestore
1651% Wrapper_ctl
1652gsave 10 dict begin
16532625 522 48 18 ellipse_path
1654stroke
1655gsave 10 dict begin
16562589 517 moveto
1657(Wrapper_ctl)
1658[13.2 4.56 6.24 6.96 6.96 6.24 4.56 6.96 6.24 3.84 3.84]
1659xshow
1660end grestore
1661end grestore
1662% Lib_engine->Wrapper_ctl
1663newpath 2332 582 moveto
16642338 580 2345 578 2352 576 curveto
16652446 552 2473 562 2568 540 curveto
16662572 539 2575 538 2579 537 curveto
1667stroke
1668gsave 10 dict begin
1669solid
16701 setlinewidth
16710.000 0.000 0.000 edgecolor
1672newpath 2580 540 moveto
16732589 534 lineto
16742578 534 lineto
1675closepath
1676fill
16770.000 0.000 0.000 edgecolor
1678newpath 2580 540 moveto
16792589 534 lineto
16802578 534 lineto
1681closepath
1682stroke
1683end grestore
1684% Control_flow_c->Ast_c
1685newpath 2441 435 moveto
16862416 423 2383 406 2358 394 curveto
1687stroke
1688gsave 10 dict begin
1689solid
16901 setlinewidth
16910.000 0.000 0.000 edgecolor
1692newpath 2360 391 moveto
16932349 390 lineto
16942357 397 lineto
1695closepath
1696fill
16970.000 0.000 0.000 edgecolor
1698newpath 2360 391 moveto
16992349 390 lineto
17002357 397 lineto
1701closepath
1702stroke
1703end grestore
1704% Flag_parsing_c
1705gsave 10 dict begin
17062627 306 56 18 ellipse_path
1707stroke
1708gsave 10 dict begin
17092583 301 moveto
1710(Flag_parsing_c)
1711[7.68 3.84 6.24 6.96 6.96 6.96 6.24 4.56 5.52 3.84 6.96 6.96 6.96 6.24]
1712xshow
1713end grestore
1714end grestore
1715% Control_flow_c->Flag_parsing_c
1716newpath 2490 433 moveto
17172518 407 2570 359 2601 330 curveto
1718stroke
1719gsave 10 dict begin
1720solid
17211 setlinewidth
17220.000 0.000 0.000 edgecolor
1723newpath 2604 332 moveto
17242609 323 lineto
17252599 327 lineto
1726closepath
1727fill
17280.000 0.000 0.000 edgecolor
1729newpath 2604 332 moveto
17302609 323 lineto
17312599 327 lineto
1732closepath
1733stroke
1734end grestore
1735% Ograph_extended
1736gsave 10 dict begin
17372909 378 63 18 ellipse_path
1738stroke
1739gsave 10 dict begin
17402859 373 moveto
1741(Ograph_extended)
1742[10.08 6.96 4.56 6.24 6.96 6.96 6.96 6.24 6.96 3.84 6.24 6.96 6.96 6.24 6.96]
1743xshow
1744end grestore
1745end grestore
1746% Control_flow_c->Ograph_extended
1747newpath 2521 441 moveto
17482537 438 2555 435 2572 432 curveto
17492666 416 2775 399 2843 388 curveto
1750stroke
1751gsave 10 dict begin
1752solid
17531 setlinewidth
17540.000 0.000 0.000 edgecolor
1755newpath 2844 391 moveto
17562853 386 lineto
17572843 385 lineto
1758closepath
1759fill
17600.000 0.000 0.000 edgecolor
1761newpath 2844 391 moveto
17622853 386 lineto
17632843 385 lineto
1764closepath
1765stroke
1766end grestore
1767% Ctl_engine
1768gsave 10 dict begin
17692625 450 44 18 ellipse_path
1770stroke
1771gsave 10 dict begin
17722594 445 moveto
1773(Ctl_engine)
1774[9.36 3.84 3.84 6.96 6.24 6.96 6.96 3.84 6.96 6.24]
1775xshow
1776end grestore
1777end grestore
1778% Wrapper_ctl->Ctl_engine
1779newpath 2625 504 moveto
17802625 496 2625 487 2625 478 curveto
1781stroke
1782gsave 10 dict begin
1783solid
17841 setlinewidth
17850.000 0.000 0.000 edgecolor
1786newpath 2629 478 moveto
17872625 468 lineto
17882622 478 lineto
1789closepath
1790fill
17910.000 0.000 0.000 edgecolor
1792newpath 2629 478 moveto
17932625 468 lineto
17942622 478 lineto
1795closepath
1796stroke
1797end grestore
1798% Isomorphisms_c_c
1799gsave 10 dict begin
18002232 450 66 18 ellipse_path
1801stroke
1802gsave 10 dict begin
18032179 445 moveto
1804(Isomorphisms_c_c)
1805[4.56 5.52 6.96 10.8 6.96 4.56 6.96 6.96 3.84 5.52 10.8 5.52 6.96 6.24 6.96 6.24]
1806xshow
1807end grestore
1808end grestore
1809% Isomorphisms_c_c->Ast_c
1810newpath 2254 433 moveto
18112267 423 2285 409 2299 398 curveto
1812stroke
1813gsave 10 dict begin
1814solid
18151 setlinewidth
18160.000 0.000 0.000 edgecolor
1817newpath 2301 401 moveto
18182307 392 lineto
18192297 395 lineto
1820closepath
1821fill
18220.000 0.000 0.000 edgecolor
1823newpath 2301 401 moveto
18242307 392 lineto
18252297 395 lineto
1826closepath
1827stroke
1828end grestore
1829% Check_exhaustive_pattern
1830gsave 10 dict begin
18312472 522 87 18 ellipse_path
1832stroke
1833gsave 10 dict begin
18342397 517 moveto
1835(Check_exhaustive_pattern)
1836[9.36 6.96 6.24 6.24 6.96 6.96 6.24 6.96 6.96 6.24 6.96 5.52 3.84 3.84 6.96 6.24 6.96 6.96 6.24 3.84 3.84 6.24 4.56 6.96]
1837xshow
1838end grestore
1839end grestore
1840% Check_exhaustive_pattern->Control_flow_c
1841newpath 2472 504 moveto
18422472 496 2472 487 2472 478 curveto
1843stroke
1844gsave 10 dict begin
1845solid
18461 setlinewidth
18470.000 0.000 0.000 edgecolor
1848newpath 2476 478 moveto
18492472 468 lineto
18502469 478 lineto
1851closepath
1852fill
18530.000 0.000 0.000 edgecolor
1854newpath 2476 478 moveto
18552472 468 lineto
18562469 478 lineto
1857closepath
1858stroke
1859end grestore
1860% Test_ctl
1861gsave 10 dict begin
18622673 594 36 18 ellipse_path
1863stroke
1864gsave 10 dict begin
18652650 589 moveto
1866(Test_ctl)
1867[8.64 6.24 5.52 3.84 6.96 6.24 3.84 3.84]
1868xshow
1869end grestore
1870end grestore
1871% Test_ctl->Wrapper_ctl
1872newpath 2661 577 moveto
18732656 568 2649 557 2642 548 curveto
1874stroke
1875gsave 10 dict begin
1876solid
18771 setlinewidth
18780.000 0.000 0.000 edgecolor
1879newpath 2645 546 moveto
18802637 539 lineto
18812639 549 lineto
1882closepath
1883fill
18840.000 0.000 0.000 edgecolor
1885newpath 2645 546 moveto
18862637 539 lineto
18872639 549 lineto
1888closepath
1889stroke
1890end grestore
1891% Oseth
1892gsave 10 dict begin
18933606 306 29 18 ellipse_path
1894stroke
1895gsave 10 dict begin
18963589 301 moveto
1897(Oseth)
1898[10.08 5.52 6.24 3.84 6.96]
1899xshow
1900end grestore
1901end grestore
1902% Oset
1903gsave 10 dict begin
19043492 234 27 18 ellipse_path
1905stroke
1906gsave 10 dict begin
19073479 229 moveto
1908(Oset)
1909[10.08 5.52 6.24 3.84]
1910xshow
1911end grestore
1912end grestore
1913% Oseth->Oset
1914newpath 3586 293 moveto
19153568 282 3541 264 3521 251 curveto
1916stroke
1917gsave 10 dict begin
1918solid
19191 setlinewidth
19200.000 0.000 0.000 edgecolor
1921newpath 3522 248 moveto
19223512 246 lineto
19233519 254 lineto
1924closepath
1925fill
19260.000 0.000 0.000 edgecolor
1927newpath 3522 248 moveto
19283512 246 lineto
19293519 254 lineto
1930closepath
1931stroke
1932end grestore
1933% Ocollection
1934gsave 10 dict begin
19353113 162 46 18 ellipse_path
1936stroke
1937gsave 10 dict begin
19383080 157 moveto
1939(Ocollection)
1940[10.08 6.24 6.96 3.84 3.84 6.24 6.24 3.84 3.84 6.96 6.96]
1941xshow
1942end grestore
1943end grestore
1944% Oset->Ocollection
1945newpath 3465 231 moveto
19463409 224 3276 206 3168 180 curveto
19473165 179 3161 178 3158 177 curveto
1948stroke
1949gsave 10 dict begin
1950solid
19511 setlinewidth
19520.000 0.000 0.000 edgecolor
1953newpath 3159 174 moveto
19543148 174 lineto
19553157 180 lineto
1956closepath
1957fill
19580.000 0.000 0.000 edgecolor
1959newpath 3159 174 moveto
19603148 174 lineto
19613157 180 lineto
1962closepath
1963stroke
1964end grestore
1965% Seti
1966gsave 10 dict begin
19673204 162 27 18 ellipse_path
1968stroke
1969gsave 10 dict begin
19703193 157 moveto
1971(Seti)
1972[7.68 6.24 3.84 3.84]
1973xshow
1974end grestore
1975end grestore
1976% Oset->Seti
1977newpath 3465 230 moveto
19783419 224 3320 207 3240 180 curveto
19793238 179 3236 179 3234 178 curveto
1980stroke
1981gsave 10 dict begin
1982solid
19831 setlinewidth
19840.000 0.000 0.000 edgecolor
1985newpath 3236 175 moveto
19863225 174 lineto
19873233 181 lineto
1988closepath
1989fill
19900.000 0.000 0.000 edgecolor
1991newpath 3236 175 moveto
19923225 174 lineto
19933233 181 lineto
1994closepath
1995stroke
1996end grestore
1997% SetPt
1998gsave 10 dict begin
19993277 162 28 18 ellipse_path
2000stroke
2001gsave 10 dict begin
20023262 157 moveto
2003(SetPt)
2004[7.68 6.24 3.84 7.68 3.84]
2005xshow
2006end grestore
2007end grestore
2008% Oset->SetPt
2009newpath 3467 228 moveto
20103432 219 3367 201 3314 180 curveto
20113312 179 3310 179 3308 178 curveto
2012stroke
2013gsave 10 dict begin
2014solid
20151 setlinewidth
20160.000 0.000 0.000 edgecolor
2017newpath 3309 175 moveto
20183299 173 lineto
20193306 181 lineto
2020closepath
2021fill
20220.000 0.000 0.000 edgecolor
2023newpath 3309 175 moveto
20243299 173 lineto
20253306 181 lineto
2026closepath
2027stroke
2028end grestore
2029% Setb
2030gsave 10 dict begin
20313498 162 27 18 ellipse_path
2032stroke
2033gsave 10 dict begin
20343485 157 moveto
2035(Setb)
2036[7.68 6.24 3.84 6.96]
2037xshow
2038end grestore
2039end grestore
2040% Oset->Setb
2041newpath 3494 216 moveto
20423495 208 3495 199 3496 190 curveto
2043stroke
2044gsave 10 dict begin
2045solid
20461 setlinewidth
20470.000 0.000 0.000 edgecolor
2048newpath 3500 190 moveto
20493496 180 lineto
20503493 190 lineto
2051closepath
2052fill
20530.000 0.000 0.000 edgecolor
2054newpath 3500 190 moveto
20553496 180 lineto
20563493 190 lineto
2057closepath
2058stroke
2059end grestore
2060% Ocollection->Common
2061newpath 3068 158 moveto
20623019 154 2940 148 2873 144 curveto
20632353 115 1724 96 1545 91 curveto
2064stroke
2065gsave 10 dict begin
2066solid
20671 setlinewidth
20680.000 0.000 0.000 edgecolor
2069newpath 1545 88 moveto
20701535 91 lineto
20711545 95 lineto
2072closepath
2073fill
20740.000 0.000 0.000 edgecolor
2075newpath 1545 88 moveto
20761535 91 lineto
20771545 95 lineto
2078closepath
2079stroke
2080end grestore
2081% Oassocid
2082gsave 10 dict begin
20833234 306 39 18 ellipse_path
2084stroke
2085gsave 10 dict begin
20863208 301 moveto
2087(Oassocid)
2088[10.08 6.24 5.52 5.52 6.96 6.24 3.84 6.96]
2089xshow
2090end grestore
2091end grestore
2092% Oassoc
2093gsave 10 dict begin
20943126 234 33 18 ellipse_path
2095stroke
2096gsave 10 dict begin
20973105 229 moveto
2098(Oassoc)
2099[10.08 6.24 5.52 5.52 6.96 6.24]
2100xshow
2101end grestore
2102end grestore
2103% Oassocid->Oassoc
2104newpath 3212 291 moveto
21053196 280 3173 266 3155 254 curveto
2106stroke
2107gsave 10 dict begin
2108solid
21091 setlinewidth
21100.000 0.000 0.000 edgecolor
2111newpath 3157 251 moveto
21123147 248 lineto
21133153 257 lineto
2114closepath
2115fill
21160.000 0.000 0.000 edgecolor
2117newpath 3157 251 moveto
21183147 248 lineto
21193153 257 lineto
2120closepath
2121stroke
2122end grestore
2123% Oassoc->Ocollection
2124newpath 3123 216 moveto
21253122 208 3120 199 3118 190 curveto
2126stroke
2127gsave 10 dict begin
2128solid
21291 setlinewidth
21300.000 0.000 0.000 edgecolor
2131newpath 3121 189 moveto
21323116 180 lineto
21333115 190 lineto
2134closepath
2135fill
21360.000 0.000 0.000 edgecolor
2137newpath 3121 189 moveto
21383116 180 lineto
21393115 190 lineto
2140closepath
2141stroke
2142end grestore
2143% Oassoch
2144gsave 10 dict begin
21453328 306 37 18 ellipse_path
2146stroke
2147gsave 10 dict begin
21483304 301 moveto
2149(Oassoch)
2150[10.08 6.24 5.52 5.52 6.96 6.24 6.96]
2151xshow
2152end grestore
2153end grestore
2154% Oassoch->Oassoc
2155newpath 3299 294 moveto
21563293 292 3287 290 3282 288 curveto
21573242 273 3196 257 3165 246 curveto
2158stroke
2159gsave 10 dict begin
2160solid
21611 setlinewidth
21620.000 0.000 0.000 edgecolor
2163newpath 3166 243 moveto
21643155 243 lineto
21653164 249 lineto
2166closepath
2167fill
21680.000 0.000 0.000 edgecolor
2169newpath 3166 243 moveto
21703155 243 lineto
21713164 249 lineto
2172closepath
2173stroke
2174end grestore
2175% Oassocdbm
2176gsave 10 dict begin
21773025 306 46 18 ellipse_path
2178stroke
2179gsave 10 dict begin
21802992 301 moveto
2181(Oassocdbm)
2182[10.08 6.24 5.52 5.52 6.96 6.24 6.96 6.96 10.8]
2183xshow
2184end grestore
2185end grestore
2186% Oassocdbm->Oassoc
2187newpath 3047 290 moveto
21883062 280 3082 266 3098 255 curveto
2189stroke
2190gsave 10 dict begin
2191solid
21921 setlinewidth
21930.000 0.000 0.000 edgecolor
2194newpath 3100 258 moveto
21953106 249 lineto
21963096 252 lineto
2197closepath
2198fill
21990.000 0.000 0.000 edgecolor
2200newpath 3100 258 moveto
22013106 249 lineto
22023096 252 lineto
2203closepath
2204stroke
2205end grestore
2206% Oassocb
2207gsave 10 dict begin
22082924 306 37 18 ellipse_path
2209stroke
2210gsave 10 dict begin
22112900 301 moveto
2212(Oassocb)
2213[10.08 6.24 5.52 5.52 6.96 6.24 6.96]
2214xshow
2215end grestore
2216end grestore
2217% Oassocb->Oassoc
2218newpath 2952 294 moveto
22192958 292 2964 290 2970 288 curveto
22203010 273 3056 257 3087 246 curveto
2221stroke
2222gsave 10 dict begin
2223solid
22241 setlinewidth
22250.000 0.000 0.000 edgecolor
2226newpath 3088 249 moveto
22273097 243 lineto
22283086 243 lineto
2229closepath
2230fill
22310.000 0.000 0.000 edgecolor
2232newpath 3088 249 moveto
22333097 243 lineto
22343086 243 lineto
2235closepath
2236stroke
2237end grestore
2238% Mapb
2239gsave 10 dict begin
22402924 234 30 18 ellipse_path
2241stroke
2242gsave 10 dict begin
22432907 229 moveto
2244(Mapb)
2245[12.48 6.24 6.96 6.96]
2246xshow
2247end grestore
2248end grestore
2249% Oassocb->Mapb
2250newpath 2924 288 moveto
22512924 280 2924 271 2924 262 curveto
2252stroke
2253gsave 10 dict begin
2254solid
22551 setlinewidth
22560.000 0.000 0.000 edgecolor
2257newpath 2928 262 moveto
22582924 252 lineto
22592921 262 lineto
2260closepath
2261fill
22620.000 0.000 0.000 edgecolor
2263newpath 2928 262 moveto
22642924 252 lineto
22652921 262 lineto
2266closepath
2267stroke
2268end grestore
2269% Oassoc_buffer
2270gsave 10 dict begin
22713314 378 54 18 ellipse_path
2272stroke
2273gsave 10 dict begin
22743273 373 moveto
2275(Oassoc_buffer)
2276[10.08 6.24 5.52 5.52 6.96 6.24 6.96 6.96 6.96 4.56 4.56 6.24 4.56]
2277xshow
2278end grestore
2279end grestore
2280% Oassoc_buffer->Oassocb
2281newpath 3267 369 moveto
22823250 366 3231 363 3214 360 curveto
22833105 342 3075 352 2970 324 curveto
22842967 323 2964 322 2962 321 curveto
2285stroke
2286gsave 10 dict begin
2287solid
22881 setlinewidth
22890.000 0.000 0.000 edgecolor
2290newpath 2963 318 moveto
22912952 318 lineto
22922961 324 lineto
2293closepath
2294fill
22950.000 0.000 0.000 edgecolor
2296newpath 2963 318 moveto
22972952 318 lineto
22982961 324 lineto
2299closepath
2300stroke
2301end grestore
2302% Osetb
2303gsave 10 dict begin
23043492 306 29 18 ellipse_path
2305stroke
2306gsave 10 dict begin
23073475 301 moveto
2308(Osetb)
2309[10.08 5.52 6.24 3.84 6.96]
2310xshow
2311end grestore
2312end grestore
2313% Oassoc_buffer->Osetb
2314newpath 3350 365 moveto
23153379 354 3419 339 3454 324 curveto
23163456 323 3458 322 3460 321 curveto
2317stroke
2318gsave 10 dict begin
2319solid
23201 setlinewidth
23210.000 0.000 0.000 edgecolor
2322newpath 3461 324 moveto
23233469 317 lineto
23243458 318 lineto
2325closepath
2326fill
23270.000 0.000 0.000 edgecolor
2328newpath 3461 324 moveto
23293469 317 lineto
23303458 318 lineto
2331closepath
2332stroke
2333end grestore
2334% Osetb->Oset
2335newpath 3492 288 moveto
23363492 280 3492 271 3492 262 curveto
2337stroke
2338gsave 10 dict begin
2339solid
23401 setlinewidth
23410.000 0.000 0.000 edgecolor
2342newpath 3496 262 moveto
23433492 252 lineto
23443489 262 lineto
2345closepath
2346fill
23470.000 0.000 0.000 edgecolor
2348newpath 3496 262 moveto
23493492 252 lineto
23503489 262 lineto
2351closepath
2352stroke
2353end grestore
2354% Fullcommon
2355gsave 10 dict begin
23563435 450 49 18 ellipse_path
2357stroke
2358gsave 10 dict begin
23593399 445 moveto
2360(Fullcommon)
2361[7.68 6.96 3.84 3.84 6.24 6.96 10.8 10.8 6.96 6.96]
2362xshow
2363end grestore
2364end grestore
2365% Fullcommon->Oassoch
2366newpath 3425 432 moveto
23673413 414 3395 384 3377 360 curveto
23683369 350 3360 339 3351 330 curveto
2369stroke
2370gsave 10 dict begin
2371solid
23721 setlinewidth
23730.000 0.000 0.000 edgecolor
2374newpath 3353 327 moveto
23753344 322 lineto
23763348 332 lineto
2377closepath
2378fill
23790.000 0.000 0.000 edgecolor
2380newpath 3353 327 moveto
23813344 322 lineto
23823348 332 lineto
2383closepath
2384stroke
2385end grestore
2386% Fullcommon->Oassoc_buffer
2387newpath 3409 435 moveto
23883392 425 3369 411 3350 399 curveto
2389stroke
2390gsave 10 dict begin
2391solid
23921 setlinewidth
23930.000 0.000 0.000 edgecolor
2394newpath 3351 396 moveto
23953341 394 lineto
23963348 402 lineto
2397closepath
2398fill
23990.000 0.000 0.000 edgecolor
2400newpath 3351 396 moveto
24013341 394 lineto
24023348 402 lineto
2403closepath
2404stroke
2405end grestore
2406% Oarray
2407gsave 10 dict begin
24083173 378 32 18 ellipse_path
2409stroke
2410gsave 10 dict begin
24113153 373 moveto
2412(Oarray)
2413[10.08 6.24 4.56 4.56 6.24 6.96]
2414xshow
2415end grestore
2416end grestore
2417% Fullcommon->Oarray
2418newpath 3395 439 moveto
24193346 425 3261 402 3212 389 curveto
2420stroke
2421gsave 10 dict begin
2422solid
24231 setlinewidth
24240.000 0.000 0.000 edgecolor
2425newpath 3213 386 moveto
24263202 386 lineto
24273211 392 lineto
2428closepath
2429fill
24300.000 0.000 0.000 edgecolor
2431newpath 3213 386 moveto
24323202 386 lineto
24333211 392 lineto
2434closepath
2435stroke
2436end grestore
2437% Ograph2way
2438gsave 10 dict begin
24393473 378 49 18 ellipse_path
2440stroke
2441gsave 10 dict begin
24423436 373 moveto
2443(Ograph2way)
2444[10.08 6.96 4.56 6.24 6.96 6.96 6.96 10.08 6.24 6.96]
2445xshow
2446end grestore
2447end grestore
2448% Fullcommon->Ograph2way
2449newpath 3444 432 moveto
24503448 424 3454 414 3459 405 curveto
2451stroke
2452gsave 10 dict begin
2453solid
24541 setlinewidth
24550.000 0.000 0.000 edgecolor
2456newpath 3462 406 moveto
24573464 396 lineto
24583456 403 lineto
2459closepath
2460fill
24610.000 0.000 0.000 edgecolor
2462newpath 3462 406 moveto
24633464 396 lineto
24643456 403 lineto
2465closepath
2466stroke
2467end grestore
2468% Oseti
2469gsave 10 dict begin
24703568 378 28 18 ellipse_path
2471stroke
2472gsave 10 dict begin
24733553 373 moveto
2474(Oseti)
2475[10.08 5.52 6.24 3.84 3.84]
2476xshow
2477end grestore
2478end grestore
2479% Fullcommon->Oseti
2480newpath 3463 435 moveto
24813485 424 3515 407 3537 395 curveto
2482stroke
2483gsave 10 dict begin
2484solid
24851 setlinewidth
24860.000 0.000 0.000 edgecolor
2487newpath 3539 398 moveto
24883546 390 lineto
24893536 392 lineto
2490closepath
2491fill
24920.000 0.000 0.000 edgecolor
2493newpath 3539 398 moveto
24943546 390 lineto
24953536 392 lineto
2496closepath
2497stroke
2498end grestore
2499% Osequence
2500gsave 10 dict begin
25013133 306 44 18 ellipse_path
2502stroke
2503gsave 10 dict begin
25043102 301 moveto
2505(Osequence)
2506[10.08 5.52 6.24 6.96 6.96 6.24 6.96 6.24 6.24]
2507xshow
2508end grestore
2509end grestore
2510% Oarray->Osequence
2511newpath 3163 361 moveto
25123159 352 3153 342 3148 333 curveto
2513stroke
2514gsave 10 dict begin
2515solid
25161 setlinewidth
25170.000 0.000 0.000 edgecolor
2518newpath 3151 331 moveto
25193143 324 lineto
25203145 334 lineto
2521closepath
2522fill
25230.000 0.000 0.000 edgecolor
2524newpath 3151 331 moveto
25253143 324 lineto
25263145 334 lineto
2527closepath
2528stroke
2529end grestore
2530% Ograph2way->Osetb
2531newpath 3478 360 moveto
25323480 352 3482 343 3484 334 curveto
2533stroke
2534gsave 10 dict begin
2535solid
25361 setlinewidth
25370.000 0.000 0.000 edgecolor
2538newpath 3487 335 moveto
25393487 324 lineto
25403481 333 lineto
2541closepath
2542fill
25430.000 0.000 0.000 edgecolor
2544newpath 3487 335 moveto
25453487 324 lineto
25463481 333 lineto
2547closepath
2548stroke
2549end grestore
2550% Ograph
2551gsave 10 dict begin
25523687 306 34 18 ellipse_path
2553stroke
2554gsave 10 dict begin
25553666 301 moveto
2556(Ograph)
2557[10.08 6.96 4.56 6.24 6.96 6.96]
2558xshow
2559end grestore
2560end grestore
2561% Ograph2way->Ograph
2562newpath 3510 366 moveto
25633557 352 3631 328 3644 324 curveto
25643646 323 3648 322 3651 321 curveto
2565stroke
2566gsave 10 dict begin
2567solid
25681 setlinewidth
25690.000 0.000 0.000 edgecolor
2570newpath 3652 324 moveto
25713660 317 lineto
25723649 318 lineto
2573closepath
2574fill
25750.000 0.000 0.000 edgecolor
2576newpath 3652 324 moveto
25773660 317 lineto
25783649 318 lineto
2579closepath
2580stroke
2581end grestore
2582% Oseti->Oset
2583newpath 3562 360 moveto
25843555 342 3543 312 3530 288 curveto
25853524 278 3517 268 3511 258 curveto
2586stroke
2587gsave 10 dict begin
2588solid
25891 setlinewidth
25900.000 0.000 0.000 edgecolor
2591newpath 3514 256 moveto
25923505 250 lineto
25933508 260 lineto
2594closepath
2595fill
25960.000 0.000 0.000 edgecolor
2597newpath 3514 256 moveto
25983505 250 lineto
25993508 260 lineto
2600closepath
2601stroke
2602end grestore
2603% Seti->Common
2604newpath 3184 150 moveto
26053179 147 3173 145 3168 144 curveto
26063006 103 1805 92 1545 90 curveto
2607stroke
2608gsave 10 dict begin
2609solid
26101 setlinewidth
26110.000 0.000 0.000 edgecolor
2612newpath 1545 87 moveto
26131535 90 lineto
26141545 94 lineto
2615closepath
2616fill
26170.000 0.000 0.000 edgecolor
2618newpath 1545 87 moveto
26191535 90 lineto
26201545 94 lineto
2621closepath
2622stroke
2623end grestore
2624% Osetpt
2625gsave 10 dict begin
26263414 306 31 18 ellipse_path
2627stroke
2628gsave 10 dict begin
26293395 301 moveto
2630(Osetpt)
2631[10.08 5.52 6.24 3.84 6.96 3.84]
2632xshow
2633end grestore
2634end grestore
2635% Osetpt->Oset
2636newpath 3431 291 moveto
26373442 281 3456 267 3468 256 curveto
2638stroke
2639gsave 10 dict begin
2640solid
26411 setlinewidth
26420.000 0.000 0.000 edgecolor
2643newpath 3471 258 moveto
26443476 249 lineto
26453466 253 lineto
2646closepath
2647fill
26480.000 0.000 0.000 edgecolor
2649newpath 3471 258 moveto
26503476 249 lineto
26513466 253 lineto
2652closepath
2653stroke
2654end grestore
2655% Ograph->Oset
2656newpath 3661 295 moveto
26573655 292 3649 290 3644 288 curveto
26583604 273 3557 256 3526 245 curveto
2659stroke
2660gsave 10 dict begin
2661solid
26621 setlinewidth
26630.000 0.000 0.000 edgecolor
2664newpath 3527 242 moveto
26653516 242 lineto
26663525 248 lineto
2667closepath
2668fill
26690.000 0.000 0.000 edgecolor
2670newpath 3527 242 moveto
26713516 242 lineto
26723525 248 lineto
2673closepath
2674stroke
2675end grestore
2676% Ast_popl
2677gsave 10 dict begin
2678534 378 39 18 ellipse_path
2679stroke
2680gsave 10 dict begin
2681507 373 moveto
2682(Ast_popl)
2683[10.08 5.52 3.84 6.96 6.96 6.96 6.96 3.84]
2684xshow
2685end grestore
2686end grestore
2687% Ast_popl->Ast_cocci
2688newpath 573 375 moveto
2689732 364 1342 322 1524 310 curveto
2690stroke
2691gsave 10 dict begin
2692solid
26931 setlinewidth
26940.000 0.000 0.000 edgecolor
2695newpath 1524 313 moveto
26961534 309 lineto
26971524 307 lineto
2698closepath
2699fill
27000.000 0.000 0.000 edgecolor
2701newpath 1524 313 moveto
27021534 309 lineto
27031524 307 lineto
2704closepath
2705stroke
2706end grestore
2707% Main
2708gsave 10 dict begin
27091667 1026 28 18 ellipse_path
2710stroke
2711gsave 10 dict begin
27121651 1021 moveto
2713(Main)
2714[12.48 6.24 3.84 6.96]
2715xshow
2716end grestore
2717end grestore
2718% Main->Kbuild
2719newpath 1639 1025 moveto
27201421 1018 10 967 10 882 curveto
272110 882 10 882 10 306 curveto
272210 254 56 208 86 182 curveto
2723stroke
2724gsave 10 dict begin
2725solid
27261 setlinewidth
27270.000 0.000 0.000 edgecolor
2728newpath 88 185 moveto
272994 176 lineto
273084 179 lineto
2731closepath
2732fill
27330.000 0.000 0.000 edgecolor
2734newpath 88 185 moveto
273594 176 lineto
273684 179 lineto
2737closepath
2738stroke
2739end grestore
2740% Main->Fullcommon
2741newpath 1695 1025 moveto
27421927 1020 3507 977 3507 882 curveto
27433507 882 3507 882 3507 594 curveto
27443507 548 3477 502 3456 475 curveto
2745stroke
2746gsave 10 dict begin
2747solid
27481 setlinewidth
27490.000 0.000 0.000 edgecolor
2750newpath 3459 473 moveto
27513450 467 lineto
27523453 477 lineto
2753closepath
2754fill
27550.000 0.000 0.000 edgecolor
2756newpath 3459 473 moveto
27573450 467 lineto
27583453 477 lineto
2759closepath
2760stroke
2761end grestore
2762% Asttoctl
2763gsave 10 dict begin
27641514 738 36 18 ellipse_path
2765stroke
2766gsave 10 dict begin
27671491 733 moveto
2768(Asttoctl)
2769[10.08 5.52 3.84 3.84 6.96 6.24 3.84 3.84]
2770xshow
2771end grestore
2772end grestore
2773% Main->Asttoctl
2774newpath 1658 1009 moveto
27751632 961 1559 823 1528 764 curveto
2776stroke
2777gsave 10 dict begin
2778solid
27791 setlinewidth
27800.000 0.000 0.000 edgecolor
2781newpath 1531 762 moveto
27821523 755 lineto
27831525 765 lineto
2784closepath
2785fill
27860.000 0.000 0.000 edgecolor
2787newpath 1531 762 moveto
27881523 755 lineto
27891525 765 lineto
2790closepath
2791stroke
2792end grestore
2793% Testing
2794gsave 10 dict begin
27951821 954 34 18 ellipse_path
2796stroke
2797gsave 10 dict begin
27981799 949 moveto
2799(Testing)
2800[8.64 6.24 5.52 3.84 3.84 6.96 6.96]
2801xshow
2802end grestore
2803end grestore
2804% Main->Testing
2805newpath 1690 1015 moveto
28061715 1003 1756 984 1786 970 curveto
2807stroke
2808gsave 10 dict begin
2809solid
28101 setlinewidth
28110.000 0.000 0.000 edgecolor
2812newpath 1787 973 moveto
28131795 966 lineto
28141784 967 lineto
2815closepath
2816fill
28170.000 0.000 0.000 edgecolor
2818newpath 1787 973 moveto
28191795 966 lineto
28201784 967 lineto
2821closepath
2822stroke
2823end grestore
2824% Unify_ast
2825gsave 10 dict begin
28261515 666 41 18 ellipse_path
2827stroke
2828gsave 10 dict begin
28291486 661 moveto
2830(Unify_ast)
2831[10.08 6.96 3.84 4.56 6.96 6.96 6.24 5.52 3.84]
2832xshow
2833end grestore
2834end grestore
2835% Asttoctl->Unify_ast
2836newpath 1514 720 moveto
28371515 712 1515 703 1515 694 curveto
2838stroke
2839gsave 10 dict begin
2840solid
28411 setlinewidth
28420.000 0.000 0.000 edgecolor
2843newpath 1519 694 moveto
28441515 684 lineto
28451512 694 lineto
2846closepath
2847fill
28480.000 0.000 0.000 edgecolor
2849newpath 1519 694 moveto
28501515 684 lineto
28511512 694 lineto
2852closepath
2853stroke
2854end grestore
2855% Free_vars
2856gsave 10 dict begin
28571025 666 41 18 ellipse_path
2858stroke
2859gsave 10 dict begin
2860997 661 moveto
2861(Free_vars)
2862[7.68 4.56 6.24 6.24 6.96 6.96 6.24 4.56 5.52]
2863xshow
2864end grestore
2865end grestore
2866% Asttoctl->Free_vars
2867newpath 1478 736 moveto
28681402 732 1222 719 1075 684 curveto
28691072 683 1069 682 1066 681 curveto
2870stroke
2871gsave 10 dict begin
2872solid
28731 setlinewidth
28740.000 0.000 0.000 edgecolor
2875newpath 1067 678 moveto
28761056 678 lineto
28771065 684 lineto
2878closepath
2879fill
28800.000 0.000 0.000 edgecolor
2881newpath 1067 678 moveto
28821056 678 lineto
28831065 684 lineto
2884closepath
2885stroke
2886end grestore
2887% Pretty_print_engine
2888gsave 10 dict begin
28891966 666 68 18 ellipse_path
2890stroke
2891gsave 10 dict begin
28921910 661 moveto
2893(Pretty_print_engine)
2894[7.68 4.56 6.24 3.84 3.84 6.96 6.96 6.96 4.56 3.84 6.96 3.84 6.96 6.24 6.96 6.96 3.84 6.96 6.24]
2895xshow
2896end grestore
2897end grestore
2898% Asttoctl->Pretty_print_engine
2899newpath 1548 733 moveto
29001622 721 1799 693 1898 677 curveto
2901stroke
2902gsave 10 dict begin
2903solid
29041 setlinewidth
29050.000 0.000 0.000 edgecolor
2906newpath 1899 680 moveto
29071908 675 lineto
29081898 674 lineto
2909closepath
2910fill
29110.000 0.000 0.000 edgecolor
2912newpath 1899 680 moveto
29131908 675 lineto
29141898 674 lineto
2915closepath
2916stroke
2917end grestore
2918% Compare_c
2919gsave 10 dict begin
29203036 738 45 18 ellipse_path
2921stroke
2922gsave 10 dict begin
29233003 733 moveto
2924(Compare_c)
2925[9.36 6.96 10.8 6.96 6.24 4.56 6.24 6.96 6.24]
2926xshow
2927end grestore
2928end grestore
2929% Testing->Compare_c
2930newpath 1855 952 moveto
29311979 944 2419 910 2772 828 curveto
29322853 808 2943 774 2995 755 curveto
2933stroke
2934gsave 10 dict begin
2935solid
29361 setlinewidth
29370.000 0.000 0.000 edgecolor
2938newpath 2996 758 moveto
29393004 751 lineto
29402993 752 lineto
2941closepath
2942fill
29430.000 0.000 0.000 edgecolor
2944newpath 2996 758 moveto
29453004 751 lineto
29462993 752 lineto
2947closepath
2948stroke
2949end grestore
2950% Cocci
2951gsave 10 dict begin
29521821 882 29 18 ellipse_path
2953stroke
2954gsave 10 dict begin
29551804 877 moveto
2956(Cocci)
2957[9.36 6.96 6.24 6.24 3.84]
2958xshow
2959end grestore
2960end grestore
2961% Testing->Cocci
2962newpath 1821 936 moveto
29631821 928 1821 919 1821 910 curveto
2964stroke
2965gsave 10 dict begin
2966solid
29671 setlinewidth
29680.000 0.000 0.000 edgecolor
2969newpath 1825 910 moveto
29701821 900 lineto
29711818 910 lineto
2972closepath
2973fill
29740.000 0.000 0.000 edgecolor
2975newpath 1825 910 moveto
29761821 900 lineto
29771818 910 lineto
2978closepath
2979stroke
2980end grestore
2981% Visitor_ast0
2982gsave 10 dict begin
29831026 450 48 18 ellipse_path
2984stroke
2985gsave 10 dict begin
2986991 445 moveto
2987(Visitor_ast0)
2988[10.08 3.84 5.52 3.84 3.84 6.96 4.56 6.96 6.24 5.52 3.84 6.96]
2989xshow
2990end grestore
2991end grestore
2992% Visitor_ast0->Ast0_cocci
2993newpath 1026 432 moveto
29941026 424 1026 415 1026 406 curveto
2995stroke
2996gsave 10 dict begin
2997solid
29981 setlinewidth
29990.000 0.000 0.000 edgecolor
3000newpath 1030 406 moveto
30011026 396 lineto
30021023 406 lineto
3003closepath
3004fill
30050.000 0.000 0.000 edgecolor
3006newpath 1030 406 moveto
30071026 396 lineto
30081023 406 lineto
3009closepath
3010stroke
3011end grestore
3012% Ast0_cocci->Ast_cocci
3013newpath 1069 372 moveto
30141170 358 1419 326 1526 312 curveto
3015stroke
3016gsave 10 dict begin
3017solid
30181 setlinewidth
30190.000 0.000 0.000 edgecolor
3020newpath 1526 315 moveto
30211536 311 lineto
30221526 309 lineto
3023closepath
3024fill
30250.000 0.000 0.000 edgecolor
3026newpath 1526 315 moveto
30271536 311 lineto
30281526 309 lineto
3029closepath
3030stroke
3031end grestore
3032% Unitary_ast0
3033gsave 10 dict begin
30341134 666 50 18 ellipse_path
3035stroke
3036gsave 10 dict begin
30371097 661 moveto
3038(Unitary_ast0)
3039[10.08 6.96 3.84 3.84 6.24 4.56 6.96 6.96 6.24 5.52 3.84 6.96]
3040xshow
3041end grestore
3042end grestore
3043% Unitary_ast0->Visitor_ast0
3044newpath 1110 650 moveto
30451097 641 1082 627 1074 612 curveto
30461049 569 1067 550 1052 504 curveto
30471049 495 1045 485 1041 477 curveto
3048stroke
3049gsave 10 dict begin
3050solid
30511 setlinewidth
30520.000 0.000 0.000 edgecolor
3053newpath 1044 475 moveto
30541036 468 lineto
30551038 478 lineto
3056closepath
3057fill
30580.000 0.000 0.000 edgecolor
3059newpath 1044 475 moveto
30601036 468 lineto
30611038 478 lineto
3062closepath
3063stroke
3064end grestore
3065% Unitary_ast0->Flag
3066newpath 1170 654 moveto
30671178 651 1186 649 1193 648 curveto
30681417 605 1693 596 1792 594 curveto
3069stroke
3070gsave 10 dict begin
3071solid
30721 setlinewidth
30730.000 0.000 0.000 edgecolor
3074newpath 1792 598 moveto
30751802 594 lineto
30761792 591 lineto
3077closepath
3078fill
30790.000 0.000 0.000 edgecolor
3080newpath 1792 598 moveto
30811802 594 lineto
30821792 591 lineto
3083closepath
3084stroke
3085end grestore
3086% Top_level->Ast0_cocci
3087newpath 1131 504 moveto
30881120 486 1102 455 1083 432 curveto
30891073 421 1063 410 1053 401 curveto
3090stroke
3091gsave 10 dict begin
3092solid
30931 setlinewidth
30940.000 0.000 0.000 edgecolor
3095newpath 1055 398 moveto
30961045 394 lineto
30971050 403 lineto
3098closepath
3099fill
31000.000 0.000 0.000 edgecolor
3101newpath 1055 398 moveto
31021045 394 lineto
31031050 403 lineto
3104closepath
3105stroke
3106end grestore
3107% Single_statement
3108gsave 10 dict begin
3109367 666 61 18 ellipse_path
3110stroke
3111gsave 10 dict begin
3112318 661 moveto
3113(Single_statement)
3114[7.68 3.84 6.96 6.96 3.84 6.24 6.96 5.52 3.84 6.24 3.84 6.24 10.8 6.24 6.96 3.84]
3115xshow
3116end grestore
3117end grestore
3118% Iso_pattern
3119gsave 10 dict begin
3120698 594 44 18 ellipse_path
3121stroke
3122gsave 10 dict begin
3123666 589 moveto
3124(Iso_pattern)
3125[4.56 5.52 6.96 6.96 6.96 6.24 3.84 3.84 6.24 4.56 6.96]
3126xshow
3127end grestore
3128end grestore
3129% Single_statement->Iso_pattern
3130newpath 412 654 moveto
3131420 652 429 650 437 648 curveto
3132510 631 596 614 648 604 curveto
3133stroke
3134gsave 10 dict begin
3135solid
31361 setlinewidth
31370.000 0.000 0.000 edgecolor
3138newpath 649 607 moveto
3139658 602 lineto
3140648 601 lineto
3141closepath
3142fill
31430.000 0.000 0.000 edgecolor
3144newpath 649 607 moveto
3145658 602 lineto
3146648 601 lineto
3147closepath
3148stroke
3149end grestore
3150% Iso_pattern->Visitor_ast0
3151newpath 726 580 moveto
3152745 570 771 555 793 540 curveto
3153812 525 812 515 834 504 curveto
3154888 474 909 485 969 468 curveto
3155972 467 976 466 979 465 curveto
3156stroke
3157gsave 10 dict begin
3158solid
31591 setlinewidth
31600.000 0.000 0.000 edgecolor
3161newpath 980 468 moveto
3162989 462 lineto
3163978 462 lineto
3164closepath
3165fill
31660.000 0.000 0.000 edgecolor
3167newpath 980 468 moveto
3168989 462 lineto
3169978 462 lineto
3170closepath
3171stroke
3172end grestore
3173% Unparse_ast0
3174gsave 10 dict begin
3175908 450 52 18 ellipse_path
3176stroke
3177gsave 10 dict begin
3178869 445 moveto
3179(Unparse_ast0)
3180[10.08 6.96 6.96 6.24 4.56 5.52 6.24 6.96 6.24 5.52 3.84 6.96]
3181xshow
3182end grestore
3183end grestore
3184% Iso_pattern->Unparse_ast0
3185newpath 717 577 moveto
3186744 553 792 510 801 504 curveto
3187821 490 845 478 866 468 curveto
3188stroke
3189gsave 10 dict begin
3190solid
31911 setlinewidth
31920.000 0.000 0.000 edgecolor
3193newpath 867 471 moveto
3194875 464 lineto
3195864 465 lineto
3196closepath
3197fill
31980.000 0.000 0.000 edgecolor
3199newpath 867 471 moveto
3200875 464 lineto
3201864 465 lineto
3202closepath
3203stroke
3204end grestore
3205% Compute_lines
3206gsave 10 dict begin
3207707 450 55 18 ellipse_path
3208stroke
3209gsave 10 dict begin
3210664 445 moveto
3211(Compute_lines)
3212[9.36 6.96 10.8 6.96 6.96 3.84 6.24 6.96 3.84 3.84 6.96 6.24 5.52]
3213xshow
3214end grestore
3215end grestore
3216% Iso_pattern->Compute_lines
3217newpath 675 579 moveto
3218663 569 649 556 642 540 curveto
3219635 525 635 518 642 504 curveto
3220648 491 658 480 670 472 curveto
3221stroke
3222gsave 10 dict begin
3223solid
32241 setlinewidth
32250.000 0.000 0.000 edgecolor
3226newpath 672 475 moveto
3227678 466 lineto
3228668 469 lineto
3229closepath
3230fill
32310.000 0.000 0.000 edgecolor
3232newpath 672 475 moveto
3233678 466 lineto
3234668 469 lineto
3235closepath
3236stroke
3237end grestore
3238% Flag_parsing_cocci
3239gsave 10 dict begin
32401774 522 68 18 ellipse_path
3241stroke
3242gsave 10 dict begin
32431719 517 moveto
3244(Flag_parsing_cocci)
3245[7.68 3.84 6.24 6.96 6.96 6.96 6.24 4.56 5.52 3.84 6.96 6.96 6.96 6.24 6.96 6.24 6.24 3.84]
3246xshow
3247end grestore
3248end grestore
3249% Iso_pattern->Flag_parsing_cocci
3250newpath 732 582 moveto
3251742 580 752 577 762 576 curveto
32521064 526 1144 556 1450 540 curveto
32531534 535 1632 530 1697 526 curveto
3254stroke
3255gsave 10 dict begin
3256solid
32571 setlinewidth
32580.000 0.000 0.000 edgecolor
3259newpath 1697 530 moveto
32601707 526 lineto
32611697 523 lineto
3262closepath
3263fill
32640.000 0.000 0.000 edgecolor
3265newpath 1697 530 moveto
32661707 526 lineto
32671697 523 lineto
3268closepath
3269stroke
3270end grestore
3271% Visitor_ast->Ast_cocci
3272newpath 1365 585 moveto
32731418 570 1511 535 1553 468 curveto
32741578 426 1580 369 1579 334 curveto
3275stroke
3276gsave 10 dict begin
3277solid
32781 setlinewidth
32790.000 0.000 0.000 edgecolor
3280newpath 1582 334 moveto
32811578 324 lineto
32821576 334 lineto
3283closepath
3284fill
32850.000 0.000 0.000 edgecolor
3286newpath 1582 334 moveto
32871578 324 lineto
32881576 334 lineto
3289closepath
3290stroke
3291end grestore
3292% Merge
3293gsave 10 dict begin
32941011 522 32 18 ellipse_path
3295stroke
3296gsave 10 dict begin
3297992 517 moveto
3298(Merge)
3299[12.48 6.24 4.56 6.96 6.24]
3300xshow
3301end grestore
3302end grestore
3303% Merge->Visitor_ast0
3304newpath 1015 504 moveto
33051016 496 1018 487 1020 478 curveto
3306stroke
3307gsave 10 dict begin
3308solid
33091 setlinewidth
33100.000 0.000 0.000 edgecolor
3311newpath 1023 478 moveto
33121022 468 lineto
33131017 477 lineto
3314closepath
3315fill
33160.000 0.000 0.000 edgecolor
3317newpath 1023 478 moveto
33181022 468 lineto
33191017 477 lineto
3320closepath
3321stroke
3322end grestore
3323% Index
3324gsave 10 dict begin
3325809 450 29 18 ellipse_path
3326stroke
3327gsave 10 dict begin
3328793 445 moveto
3329(Index)
3330[4.56 6.96 6.96 6.24 6.96]
3331xshow
3332end grestore
3333end grestore
3334% Index->Ast0_cocci
3335newpath 831 438 moveto
3336836 436 842 434 847 432 curveto
3337890 416 941 400 978 390 curveto
3338stroke
3339gsave 10 dict begin
3340solid
33411 setlinewidth
33420.000 0.000 0.000 edgecolor
3343newpath 979 393 moveto
3344988 388 lineto
3345978 387 lineto
3346closepath
3347fill
33480.000 0.000 0.000 edgecolor
3349newpath 979 393 moveto
3350988 388 lineto
3351978 387 lineto
3352closepath
3353stroke
3354end grestore
3355% Function_prototypes
3356gsave 10 dict begin
3357517 666 71 18 ellipse_path
3358stroke
3359gsave 10 dict begin
3360459 661 moveto
3361(Function_prototypes)
3362[7.68 6.96 6.96 6.24 3.84 3.84 6.96 6.96 6.96 6.96 4.56 6.96 3.84 6.96 3.84 6.96 6.96 6.24 5.52]
3363xshow
3364end grestore
3365end grestore
3366% Function_prototypes->Iso_pattern
3367newpath 555 651 moveto
3368586 639 627 623 656 611 curveto
3369stroke
3370gsave 10 dict begin
3371solid
33721 setlinewidth
33730.000 0.000 0.000 edgecolor
3374newpath 658 614 moveto
3375666 607 lineto
3376655 607 lineto
3377closepath
3378fill
33790.000 0.000 0.000 edgecolor
3380newpath 658 614 moveto
3381666 607 lineto
3382655 607 lineto
3383closepath
3384stroke
3385end grestore
3386% Insert_plus
3387gsave 10 dict begin
3388815 594 44 18 ellipse_path
3389stroke
3390gsave 10 dict begin
3391783 589 moveto
3392(Insert_plus)
3393[4.56 6.96 5.52 6.24 4.56 3.84 6.96 6.96 3.84 6.96 5.52]
3394xshow
3395end grestore
3396end grestore
3397% Function_prototypes->Insert_plus
3398newpath 571 654 moveto
3399618 644 689 627 751 612 curveto
3400757 610 763 609 769 607 curveto
3401stroke
3402gsave 10 dict begin
3403solid
34041 setlinewidth
34050.000 0.000 0.000 edgecolor
3406newpath 770 610 moveto
3407779 604 lineto
3408768 604 lineto
3409closepath
3410fill
34110.000 0.000 0.000 edgecolor
3412newpath 770 610 moveto
3413779 604 lineto
3414768 604 lineto
3415closepath
3416stroke
3417end grestore
3418% Ast0toast
3419gsave 10 dict begin
3420883 522 40 18 ellipse_path
3421stroke
3422gsave 10 dict begin
3423856 517 moveto
3424(Ast0toast)
3425[10.08 5.52 3.84 6.96 3.84 6.96 6.24 5.52 3.84]
3426xshow
3427end grestore
3428end grestore
3429% Insert_plus->Ast0toast
3430newpath 831 577 moveto
3431840 568 850 557 860 547 curveto
3432stroke
3433gsave 10 dict begin
3434solid
34351 setlinewidth
34360.000 0.000 0.000 edgecolor
3437newpath 863 549 moveto
3438867 539 lineto
3439858 544 lineto
3440closepath
3441fill
34420.000 0.000 0.000 edgecolor
3443newpath 863 549 moveto
3444867 539 lineto
3445858 544 lineto
3446closepath
3447stroke
3448end grestore
3449% Insert_plus->Flag_parsing_cocci
3450newpath 851 584 moveto
3451863 581 876 578 888 576 curveto
3452927 569 1489 538 1697 527 curveto
3453stroke
3454gsave 10 dict begin
3455solid
34561 setlinewidth
34570.000 0.000 0.000 edgecolor
3458newpath 1697 530 moveto
34591707 526 lineto
34601697 524 lineto
3461closepath
3462fill
34630.000 0.000 0.000 edgecolor
3464newpath 1697 530 moveto
34651707 526 lineto
34661697 524 lineto
3467closepath
3468stroke
3469end grestore
3470% Context_neg
3471gsave 10 dict begin
3472700 522 49 18 ellipse_path
3473stroke
3474gsave 10 dict begin
3475664 517 moveto
3476(Context_neg)
3477[9.36 6.96 6.96 3.84 6.24 6.96 3.84 6.96 6.96 6.24 6.96]
3478xshow
3479end grestore
3480end grestore
3481% Insert_plus->Context_neg
3482newpath 791 579 moveto
3483774 569 752 555 734 544 curveto
3484stroke
3485gsave 10 dict begin
3486solid
34871 setlinewidth
34880.000 0.000 0.000 edgecolor
3489newpath 735 541 moveto
3490725 538 lineto
3491731 546 lineto
3492closepath
3493fill
34940.000 0.000 0.000 edgecolor
3495newpath 735 541 moveto
3496725 538 lineto
3497731 546 lineto
3498closepath
3499stroke
3500end grestore
3501% Check_meta
3502gsave 10 dict begin
35031496 450 48 18 ellipse_path
3504stroke
3505gsave 10 dict begin
35061461 445 moveto
3507(Check_meta)
3508[9.36 6.96 6.24 6.24 6.96 6.96 10.8 6.24 3.84 6.24]
3509xshow
3510end grestore
3511end grestore
3512% Check_meta->Common
3513newpath 1496 432 moveto
35141496 404 1496 351 1496 306 curveto
35151496 306 1496 306 1496 234 curveto
35161496 194 1496 147 1496 118 curveto
3517stroke
3518gsave 10 dict begin
3519solid
35201 setlinewidth
35210.000 0.000 0.000 edgecolor
3522newpath 1500 118 moveto
35231496 108 lineto
35241493 118 lineto
3525closepath
3526fill
35270.000 0.000 0.000 edgecolor
3528newpath 1500 118 moveto
35291496 108 lineto
35301493 118 lineto
3531closepath
3532stroke
3533end grestore
3534% Check_meta->Ast0_cocci
3535newpath 1451 443 moveto
35361364 430 1172 400 1078 386 curveto
3537stroke
3538gsave 10 dict begin
3539solid
35401 setlinewidth
35410.000 0.000 0.000 edgecolor
3542newpath 1078 383 moveto
35431068 384 lineto
35441077 389 lineto
3545closepath
3546fill
35470.000 0.000 0.000 edgecolor
3548newpath 1078 383 moveto
35491068 384 lineto
35501077 389 lineto
3551closepath
3552stroke
3553end grestore
3554% Ast0toast->Visitor_ast0
3555newpath 910 508 moveto
3556932 497 963 481 988 469 curveto
3557stroke
3558gsave 10 dict begin
3559solid
35601 setlinewidth
35610.000 0.000 0.000 edgecolor
3562newpath 989 472 moveto
3563997 465 lineto
3564986 466 lineto
3565closepath
3566fill
35670.000 0.000 0.000 edgecolor
3568newpath 989 472 moveto
3569997 465 lineto
3570986 466 lineto
3571closepath
3572stroke
3573end grestore
3574% Arity
3575gsave 10 dict begin
3576317 594 28 18 ellipse_path
3577stroke
3578gsave 10 dict begin
3579301 589 moveto
3580(Arity)
3581[10.08 4.56 3.84 3.84 6.96]
3582xshow
3583end grestore
3584end grestore
3585% Arity->Ast0_cocci
3586newpath 326 577 moveto
3587346 542 396 465 463 432 curveto
3588508 409 838 388 971 381 curveto
3589stroke
3590gsave 10 dict begin
3591solid
35921 setlinewidth
35930.000 0.000 0.000 edgecolor
3594newpath 971 384 moveto
3595981 380 lineto
3596971 378 lineto
3597closepath
3598fill
35990.000 0.000 0.000 edgecolor
3600newpath 971 384 moveto
3601981 380 lineto
3602971 378 lineto
3603closepath
3604stroke
3605end grestore
3606% Unparse_ast0->Ast0_cocci
3607newpath 934 434 moveto
3608951 424 974 410 992 398 curveto
3609stroke
3610gsave 10 dict begin
3611solid
36121 setlinewidth
36130.000 0.000 0.000 edgecolor
3614newpath 994 401 moveto
36151001 393 lineto
3616991 395 lineto
3617closepath
3618fill
36190.000 0.000 0.000 edgecolor
3620newpath 994 401 moveto
36211001 393 lineto
3622991 395 lineto
3623closepath
3624stroke
3625end grestore
3626% Pretty_print_cocci
3627gsave 10 dict begin
36281664 378 64 18 ellipse_path
3629stroke
3630gsave 10 dict begin
36311612 373 moveto
3632(Pretty_print_cocci)
3633[7.68 4.56 6.24 3.84 3.84 6.96 6.96 6.96 4.56 3.84 6.96 3.84 6.96 6.24 6.96 6.24 6.24 3.84]
3634xshow
3635end grestore
3636end grestore
3637% Unparse_ast0->Pretty_print_cocci
3638newpath 946 437 moveto
3639953 435 961 433 969 432 curveto
36401086 410 1437 390 1591 382 curveto
3641stroke
3642gsave 10 dict begin
3643solid
36441 setlinewidth
36450.000 0.000 0.000 edgecolor
3646newpath 1591 385 moveto
36471601 381 lineto
36481591 379 lineto
3649closepath
3650fill
36510.000 0.000 0.000 edgecolor
3652newpath 1591 385 moveto
36531601 381 lineto
36541591 379 lineto
3655closepath
3656stroke
3657end grestore
3658% Pretty_print_cocci->Common
3659newpath 1664 360 moveto
36601662 328 1657 263 1631 216 curveto
36611605 171 1559 133 1527 111 curveto
3662stroke
3663gsave 10 dict begin
3664solid
36651 setlinewidth
36660.000 0.000 0.000 edgecolor
3667newpath 1529 108 moveto
36681519 105 lineto
36691525 114 lineto
3670closepath
3671fill
36720.000 0.000 0.000 edgecolor
3673newpath 1529 108 moveto
36741519 105 lineto
36751525 114 lineto
3676closepath
3677stroke
3678end grestore
3679% Pretty_print_cocci->Ast_cocci
3680newpath 1643 361 moveto
36811631 351 1616 339 1603 328 curveto
3682stroke
3683gsave 10 dict begin
3684solid
36851 setlinewidth
36860.000 0.000 0.000 edgecolor
3687newpath 1605 325 moveto
36881595 322 lineto
36891601 331 lineto
3690closepath
3691fill
36920.000 0.000 0.000 edgecolor
3693newpath 1605 325 moveto
36941595 322 lineto
36951601 331 lineto
3696closepath
3697stroke
3698end grestore
3699% Unify_ast->Visitor_ast
3700newpath 1484 654 moveto
37011453 642 1403 624 1368 610 curveto
3702stroke
3703gsave 10 dict begin
3704solid
37051 setlinewidth
37060.000 0.000 0.000 edgecolor
3707newpath 1370 607 moveto
37081359 606 lineto
37091367 613 lineto
3710closepath
3711fill
37120.000 0.000 0.000 edgecolor
3713newpath 1370 607 moveto
37141359 606 lineto
37151367 613 lineto
3716closepath
3717stroke
3718end grestore
3719% Type_infer
3720gsave 10 dict begin
3721941 594 44 18 ellipse_path
3722stroke
3723gsave 10 dict begin
3724909 589 moveto
3725(Type_infer)
3726[8.64 6.96 6.96 6.24 6.96 3.84 6.96 4.56 6.24 4.56]
3727xshow
3728end grestore
3729end grestore
3730% Type_infer->Visitor_ast0
3731newpath 944 576 moveto
3732948 557 955 526 970 504 curveto
3733977 492 987 482 996 473 curveto
3734stroke
3735gsave 10 dict begin
3736solid
37371 setlinewidth
37380.000 0.000 0.000 edgecolor
3739newpath 999 475 moveto
37401004 466 lineto
3741994 470 lineto
3742closepath
3743fill
37440.000 0.000 0.000 edgecolor
3745newpath 999 475 moveto
37461004 466 lineto
3747994 470 lineto
3748closepath
3749stroke
3750end grestore
3751% Parse_cocci
3752gsave 10 dict begin
3753928 738 46 18 ellipse_path
3754stroke
3755gsave 10 dict begin
3756894 733 moveto
3757(Parse_cocci)
3758[7.68 6.24 4.56 5.52 6.24 6.96 6.24 6.96 6.24 6.24 3.84]
3759xshow
3760end grestore
3761end grestore
3762% Parse_cocci->Config
3763newpath 973 734 moveto
37641088 725 1381 701 1422 684 curveto
37651444 674 1441 656 1465 648 curveto
37661633 584 2901 634 3080 612 curveto
37673093 610 3107 607 3120 604 curveto
3768stroke
3769gsave 10 dict begin
3770solid
37711 setlinewidth
37720.000 0.000 0.000 edgecolor
3773newpath 3121 607 moveto
37743130 602 lineto
37753120 601 lineto
3776closepath
3777fill
37780.000 0.000 0.000 edgecolor
3779newpath 3121 607 moveto
37803130 602 lineto
37813120 601 lineto
3782closepath
3783stroke
3784end grestore
3785% Parse_cocci->Lexer_cocci
3786newpath 900 724 moveto
3787878 713 848 697 824 685 curveto
3788stroke
3789gsave 10 dict begin
3790solid
37911 setlinewidth
37920.000 0.000 0.000 edgecolor
3793newpath 826 682 moveto
3794815 681 lineto
3795823 688 lineto
3796closepath
3797fill
37980.000 0.000 0.000 edgecolor
3799newpath 826 682 moveto
3800815 681 lineto
3801823 688 lineto
3802closepath
3803stroke
3804end grestore
3805% Parse_cocci->Unitary_ast0
3806newpath 962 726 moveto
3807997 714 1050 695 1089 682 curveto
3808stroke
3809gsave 10 dict begin
3810solid
38111 setlinewidth
38120.000 0.000 0.000 edgecolor
3813newpath 1090 685 moveto
38141098 679 lineto
38151087 679 lineto
3816closepath
3817fill
38180.000 0.000 0.000 edgecolor
3819newpath 1090 685 moveto
38201098 679 lineto
38211087 679 lineto
3822closepath
3823stroke
3824end grestore
3825% Parse_cocci->Single_statement
3826newpath 883 735 moveto
3827795 729 599 713 437 684 curveto
3828432 683 427 682 421 680 curveto
3829stroke
3830gsave 10 dict begin
3831solid
38321 setlinewidth
38330.000 0.000 0.000 edgecolor
3834newpath 421 677 moveto
3835411 678 lineto
3836420 683 lineto
3837closepath
3838fill
38390.000 0.000 0.000 edgecolor
3840newpath 421 677 moveto
3841411 678 lineto
3842420 683 lineto
3843closepath
3844stroke
3845end grestore
3846% Parse_cocci->Function_prototypes
3847newpath 885 731 moveto
3848823 722 703 703 602 684 curveto
3849595 683 589 681 582 680 curveto
3850stroke
3851gsave 10 dict begin
3852solid
38531 setlinewidth
38540.000 0.000 0.000 edgecolor
3855newpath 582 677 moveto
3856572 678 lineto
3857581 683 lineto
3858closepath
3859fill
38600.000 0.000 0.000 edgecolor
3861newpath 582 677 moveto
3862572 678 lineto
3863581 683 lineto
3864closepath
3865stroke
3866end grestore
3867% Parse_cocci->Check_meta
3868newpath 973 734 moveto
38691082 726 1352 702 1389 684 curveto
38701408 674 1405 661 1422 648 curveto
38711446 628 1466 638 1483 612 curveto
38721508 570 1506 513 1501 478 curveto
3873stroke
3874gsave 10 dict begin
3875solid
38761 setlinewidth
38770.000 0.000 0.000 edgecolor
3878newpath 1504 478 moveto
38791500 468 lineto
38801498 478 lineto
3881closepath
3882fill
38830.000 0.000 0.000 edgecolor
3884newpath 1504 478 moveto
38851500 468 lineto
38861498 478 lineto
3887closepath
3888stroke
3889end grestore
3890% Parse_cocci->Arity
3891newpath 882 738 moveto
3892743 736 336 726 297 684 curveto
3893281 666 289 639 300 620 curveto
3894stroke
3895gsave 10 dict begin
3896solid
38971 setlinewidth
38980.000 0.000 0.000 edgecolor
3899newpath 303 621 moveto
3900305 611 lineto
3901297 618 lineto
3902closepath
3903fill
39040.000 0.000 0.000 edgecolor
3905newpath 303 621 moveto
3906305 611 lineto
3907297 618 lineto
3908closepath
3909stroke
3910end grestore
3911% Parse_cocci->Type_infer
3912newpath 882 736 moveto
3913807 732 666 720 635 684 curveto
3914624 671 624 660 635 648 curveto
3915669 608 816 622 868 612 curveto
3916877 610 885 608 894 606 curveto
3917stroke
3918gsave 10 dict begin
3919solid
39201 setlinewidth
39210.000 0.000 0.000 edgecolor
3922newpath 895 609 moveto
3923904 604 lineto
3924894 603 lineto
3925closepath
3926fill
39270.000 0.000 0.000 edgecolor
3928newpath 895 609 moveto
3929904 604 lineto
3930894 603 lineto
3931closepath
3932stroke
3933end grestore
3934% Disjdistr
3935gsave 10 dict begin
3936928 666 38 18 ellipse_path
3937stroke
3938gsave 10 dict begin
3939903 661 moveto
3940(Disjdistr)
3941[10.08 3.84 5.52 3.84 6.96 3.84 5.52 3.84 4.56]
3942xshow
3943end grestore
3944end grestore
3945% Parse_cocci->Disjdistr
3946newpath 928 720 moveto
3947928 712 928 703 928 694 curveto
3948stroke
3949gsave 10 dict begin
3950solid
39511 setlinewidth
39520.000 0.000 0.000 edgecolor
3953newpath 932 694 moveto
3954928 684 lineto
3955925 694 lineto
3956closepath
3957fill
39580.000 0.000 0.000 edgecolor
3959newpath 932 694 moveto
3960928 684 lineto
3961925 694 lineto
3962closepath
3963stroke
3964end grestore
3965% Parse_cocci->Free_vars
3966newpath 950 722 moveto
3967963 712 981 699 996 688 curveto
3968stroke
3969gsave 10 dict begin
3970solid
39711 setlinewidth
39720.000 0.000 0.000 edgecolor
3973newpath 998 691 moveto
39741004 682 lineto
3975994 685 lineto
3976closepath
3977fill
39780.000 0.000 0.000 edgecolor
3979newpath 998 691 moveto
39801004 682 lineto
3981994 685 lineto
3982closepath
3983stroke
3984end grestore
3985% Get_constants
3986gsave 10 dict begin
39871327 666 53 18 ellipse_path
3988stroke
3989gsave 10 dict begin
39901287 661 moveto
3991(Get_constants)
3992[10.08 6.24 3.84 6.96 6.24 6.96 6.96 5.52 3.84 6.24 6.96 3.84 5.52]
3993xshow
3994end grestore
3995end grestore
3996% Parse_cocci->Get_constants
3997newpath 972 733 moveto
39981037 724 1160 707 1265 684 curveto
39991269 683 1273 682 1277 681 curveto
4000stroke
4001gsave 10 dict begin
4002solid
40031 setlinewidth
40040.000 0.000 0.000 edgecolor
4005newpath 1278 684 moveto
40061287 678 lineto
40071276 678 lineto
4008closepath
4009fill
40100.000 0.000 0.000 edgecolor
4011newpath 1278 684 moveto
40121287 678 lineto
40131276 678 lineto
4014closepath
4015stroke
4016end grestore
4017% Simple_assignments
4018gsave 10 dict begin
40191371 522 70 18 ellipse_path
4020stroke
4021gsave 10 dict begin
40221313 517 moveto
4023(Simple_assignments)
4024[7.68 3.84 10.8 6.96 3.84 6.24 6.96 6.24 5.52 5.52 3.84 6.96 6.96 10.8 6.24 6.96 3.84 5.52]
4025xshow
4026end grestore
4027end grestore
4028% Parse_cocci->Simple_assignments
4029newpath 908 721 moveto
4030888 702 861 670 881 648 curveto
4031934 589 1163 645 1236 612 curveto
40321257 602 1255 589 1274 576 curveto
40331290 563 1310 552 1328 543 curveto
4034stroke
4035gsave 10 dict begin
4036solid
40371 setlinewidth
40380.000 0.000 0.000 edgecolor
4039newpath 1330 546 moveto
40401337 538 lineto
40411327 540 lineto
4042closepath
4043fill
40440.000 0.000 0.000 edgecolor
4045newpath 1330 546 moveto
40461337 538 lineto
40471327 540 lineto
4048closepath
4049stroke
4050end grestore
4051% Disjdistr->Visitor_ast
4052newpath 956 654 moveto
4053962 652 969 649 975 648 curveto
40541102 616 1140 639 1269 612 curveto
40551274 611 1279 610 1283 608 curveto
4056stroke
4057gsave 10 dict begin
4058solid
40591 setlinewidth
40600.000 0.000 0.000 edgecolor
4061newpath 1284 611 moveto
40621293 606 lineto
40631283 605 lineto
4064closepath
4065fill
40660.000 0.000 0.000 edgecolor
4067newpath 1284 611 moveto
40681293 606 lineto
40691283 605 lineto
4070closepath
4071stroke
4072end grestore
4073% Free_vars->Common
4074newpath 995 654 moveto
4075988 652 982 649 975 648 curveto
4076903 631 698 662 645 612 curveto
4077620 589 624 448 624 378 curveto
4078624 378 624 378 624 234 curveto
4079624 150 1263 104 1447 93 curveto
4080stroke
4081gsave 10 dict begin
4082solid
40831 setlinewidth
40840.000 0.000 0.000 edgecolor
4085newpath 1447 96 moveto
40861457 92 lineto
40871447 90 lineto
4088closepath
4089fill
40900.000 0.000 0.000 edgecolor
4091newpath 1447 96 moveto
40921457 92 lineto
40931447 90 lineto
4094closepath
4095stroke
4096end grestore
4097% Free_vars->Visitor_ast
4098newpath 1056 654 moveto
40991062 652 1069 650 1075 648 curveto
41001159 625 1183 633 1269 612 curveto
41011274 611 1278 610 1282 608 curveto
4102stroke
4103gsave 10 dict begin
4104solid
41051 setlinewidth
41060.000 0.000 0.000 edgecolor
4107newpath 1283 611 moveto
41081292 605 lineto
41091281 605 lineto
4110closepath
4111fill
41120.000 0.000 0.000 edgecolor
4113newpath 1283 611 moveto
41141292 605 lineto
41151281 605 lineto
4116closepath
4117stroke
4118end grestore
4119% Get_constants->Common
4120newpath 1352 650 moveto
41211381 629 1430 588 1450 540 curveto
41221456 525 1452 519 1450 504 curveto
41231447 487 1443 484 1439 468 curveto
41241428 428 1420 418 1420 378 curveto
41251420 378 1420 378 1420 234 curveto
41261420 187 1451 141 1473 115 curveto
4127stroke
4128gsave 10 dict begin
4129solid
41301 setlinewidth
41310.000 0.000 0.000 edgecolor
4132newpath 1476 117 moveto
41331480 107 lineto
41341471 112 lineto
4135closepath
4136fill
41370.000 0.000 0.000 edgecolor
4138newpath 1476 117 moveto
41391480 107 lineto
41401471 112 lineto
4141closepath
4142stroke
4143end grestore
4144% Get_constants->Flag
4145newpath 1374 658 moveto
41461392 654 1413 651 1432 648 curveto
41471564 627 1722 607 1792 598 curveto
4148stroke
4149gsave 10 dict begin
4150solid
41511 setlinewidth
41520.000 0.000 0.000 edgecolor
4153newpath 1792 601 moveto
41541802 597 lineto
41551792 595 lineto
4156closepath
4157fill
41580.000 0.000 0.000 edgecolor
4159newpath 1792 601 moveto
41601802 597 lineto
41611792 595 lineto
4162closepath
4163stroke
4164end grestore
4165% Get_constants->Visitor_ast
4166newpath 1327 648 moveto
41671327 640 1327 631 1327 622 curveto
4168stroke
4169gsave 10 dict begin
4170solid
41711 setlinewidth
41720.000 0.000 0.000 edgecolor
4173newpath 1331 622 moveto
41741327 612 lineto
41751324 622 lineto
4176closepath
4177fill
41780.000 0.000 0.000 edgecolor
4179newpath 1331 622 moveto
41801327 612 lineto
41811324 622 lineto
4182closepath
4183stroke
4184end grestore
4185% Simple_assignments->Common
4186newpath 1373 504 moveto
41871377 476 1382 423 1382 378 curveto
41881382 378 1382 378 1382 234 curveto
41891382 192 1381 177 1406 144 curveto
41901419 127 1438 114 1456 105 curveto
4191stroke
4192gsave 10 dict begin
4193solid
41941 setlinewidth
41950.000 0.000 0.000 edgecolor
4196newpath 1457 108 moveto
41971465 101 lineto
41981454 102 lineto
4199closepath
4200fill
42010.000 0.000 0.000 edgecolor
4202newpath 1457 108 moveto
42031465 101 lineto
42041454 102 lineto
4205closepath
4206stroke
4207end grestore
4208% Simple_assignments->Visitor_ast0
4209newpath 1319 510 moveto
42101310 508 1301 506 1292 504 curveto
42111218 488 1133 470 1079 460 curveto
4212stroke
4213gsave 10 dict begin
4214solid
42151 setlinewidth
42160.000 0.000 0.000 edgecolor
4217newpath 1079 457 moveto
42181069 458 lineto
42191078 463 lineto
4220closepath
4221fill
42220.000 0.000 0.000 edgecolor
4223newpath 1079 457 moveto
42241069 458 lineto
42251078 463 lineto
4226closepath
4227stroke
4228end grestore
4229% Compute_lines->Ast0_cocci
4230newpath 748 438 moveto
4231756 436 764 434 771 432 curveto
4232841 414 923 397 975 388 curveto
4233stroke
4234gsave 10 dict begin
4235solid
42361 setlinewidth
42370.000 0.000 0.000 edgecolor
4238newpath 976 391 moveto
4239985 386 lineto
4240975 385 lineto
4241closepath
4242fill
42430.000 0.000 0.000 edgecolor
4244newpath 976 391 moveto
4245985 386 lineto
4246975 385 lineto
4247closepath
4248stroke
4249end grestore
4250% Context_neg->Visitor_ast0
4251newpath 744 514 moveto
4252808 501 926 479 969 468 curveto
4253973 467 976 466 980 465 curveto
4254stroke
4255gsave 10 dict begin
4256solid
42571 setlinewidth
42580.000 0.000 0.000 edgecolor
4259newpath 981 468 moveto
4260990 462 lineto
4261979 462 lineto
4262closepath
4263fill
42640.000 0.000 0.000 edgecolor
4265newpath 981 468 moveto
4266990 462 lineto
4267979 462 lineto
4268closepath
4269stroke
4270end grestore
4271% Context_neg->Index
4272newpath 724 506 moveto
4273740 495 763 480 781 468 curveto
4274stroke
4275gsave 10 dict begin
4276solid
42771 setlinewidth
42780.000 0.000 0.000 edgecolor
4279newpath 782 471 moveto
4280789 463 lineto
4281779 465 lineto
4282closepath
4283fill
42840.000 0.000 0.000 edgecolor
4285newpath 782 471 moveto
4286789 463 lineto
4287779 465 lineto
4288closepath
4289stroke
4290end grestore
4291% Context_neg->Unparse_ast0
4292newpath 736 510 moveto
4293770 498 823 479 861 466 curveto
4294stroke
4295gsave 10 dict begin
4296solid
42971 setlinewidth
42980.000 0.000 0.000 edgecolor
4299newpath 862 469 moveto
4300871 463 lineto
4301860 463 lineto
4302closepath
4303fill
43040.000 0.000 0.000 edgecolor
4305newpath 862 469 moveto
4306871 463 lineto
4307860 463 lineto
4308closepath
4309stroke
4310end grestore
4311% Context_neg->Compute_lines
4312newpath 702 504 moveto
4313703 496 703 487 704 478 curveto
4314stroke
4315gsave 10 dict begin
4316solid
43171 setlinewidth
43180.000 0.000 0.000 edgecolor
4319newpath 707 478 moveto
4320705 468 lineto
4321701 478 lineto
4322closepath
4323fill
43240.000 0.000 0.000 edgecolor
4325newpath 707 478 moveto
4326705 468 lineto
4327701 478 lineto
4328closepath
4329stroke
4330end grestore
4331% Token_helpers
4332gsave 10 dict begin
43332874 522 55 18 ellipse_path
4334stroke
4335gsave 10 dict begin
43362832 517 moveto
4337(Token_helpers)
4338[8.64 6.96 6.96 6.24 6.96 6.96 6.96 6.24 3.84 6.96 6.24 4.56 5.52]
4339xshow
4340end grestore
4341end grestore
4342% Parsing_hacks->Token_helpers
4343newpath 2832 577 moveto
43442838 568 2847 557 2854 547 curveto
4345stroke
4346gsave 10 dict begin
4347solid
43481 setlinewidth
43490.000 0.000 0.000 edgecolor
4350newpath 2857 549 moveto
43512860 539 lineto
43522851 545 lineto
4353closepath
4354fill
43550.000 0.000 0.000 edgecolor
4356newpath 2857 549 moveto
43572860 539 lineto
43582851 545 lineto
4359closepath
4360stroke
4361end grestore
4362% Token_helpers->Parser_c
4363newpath 2850 506 moveto
43642834 496 2813 482 2795 471 curveto
4365stroke
4366gsave 10 dict begin
4367solid
43681 setlinewidth
43690.000 0.000 0.000 edgecolor
4370newpath 2797 468 moveto
43712787 465 lineto
43722793 474 lineto
4373closepath
4374fill
43750.000 0.000 0.000 edgecolor
4376newpath 2797 468 moveto
43772787 465 lineto
43782793 474 lineto
4379closepath
4380stroke
4381end grestore
4382% Lexer_parser->Common
4383newpath 2724 360 moveto
43842722 339 2714 306 2692 288 curveto
43852511 140 1747 99 1545 91 curveto
4386stroke
4387gsave 10 dict begin
4388solid
43891 setlinewidth
43900.000 0.000 0.000 edgecolor
4391newpath 1545 88 moveto
43921535 91 lineto
43931545 95 lineto
4394closepath
4395fill
43960.000 0.000 0.000 edgecolor
4397newpath 1545 88 moveto
43981535 91 lineto
43991545 95 lineto
4400closepath
4401stroke
4402end grestore
4403% Lexer_parser->Flag_parsing_c
4404newpath 2704 362 moveto
44052691 352 2673 339 2658 329 curveto
4406stroke
4407gsave 10 dict begin
4408solid
44091 setlinewidth
44100.000 0.000 0.000 edgecolor
4411newpath 2660 326 moveto
44122650 323 lineto
44132656 332 lineto
4414closepath
4415fill
44160.000 0.000 0.000 edgecolor
4417newpath 2660 326 moveto
44182650 323 lineto
44192656 332 lineto
4420closepath
4421stroke
4422end grestore
4423% Ograph_extended->Oassocb
4424newpath 2913 360 moveto
44252914 352 2916 343 2918 334 curveto
4426stroke
4427gsave 10 dict begin
4428solid
44291 setlinewidth
44300.000 0.000 0.000 edgecolor
4431newpath 2921 334 moveto
44322920 324 lineto
44332915 333 lineto
4434closepath
4435fill
44360.000 0.000 0.000 edgecolor
4437newpath 2921 334 moveto
44382920 324 lineto
44392915 333 lineto
4440closepath
4441stroke
4442end grestore
4443% Ograph_extended->Osetb
4444newpath 2970 373 moveto
44453102 362 3408 336 3454 324 curveto
44463456 324 3458 323 3461 322 curveto
4447stroke
4448gsave 10 dict begin
4449solid
44501 setlinewidth
44510.000 0.000 0.000 edgecolor
4452newpath 3462 325 moveto
44533470 318 lineto
44543459 319 lineto
4455closepath
4456fill
44570.000 0.000 0.000 edgecolor
4458newpath 3462 325 moveto
44593470 318 lineto
44603459 319 lineto
4461closepath
4462stroke
4463end grestore
4464% Compare_c->Parse_c
4465newpath 3014 722 moveto
44663000 712 2981 698 2965 687 curveto
4467stroke
4468gsave 10 dict begin
4469solid
44701 setlinewidth
44710.000 0.000 0.000 edgecolor
4472newpath 2967 684 moveto
44732957 681 lineto
44742963 690 lineto
4475closepath
4476fill
44770.000 0.000 0.000 edgecolor
4478newpath 2967 684 moveto
44792957 681 lineto
44802963 690 lineto
4481closepath
4482stroke
4483end grestore
4484% Compare_c->Lib_parsing_c
4485newpath 3034 720 moveto
44863030 695 3025 651 3021 622 curveto
4487stroke
4488gsave 10 dict begin
4489solid
44901 setlinewidth
44910.000 0.000 0.000 edgecolor
4492newpath 3024 622 moveto
44933020 612 lineto
44943018 622 lineto
4495closepath
4496fill
44970.000 0.000 0.000 edgecolor
4498newpath 3024 622 moveto
44993020 612 lineto
45003018 622 lineto
4501closepath
4502stroke
4503end grestore
4504% Ast_to_flow
4505gsave 10 dict begin
45062715 810 48 18 ellipse_path
4507stroke
4508gsave 10 dict begin
45092679 805 moveto
4510(Ast_to_flow)
4511[10.08 5.52 3.84 6.96 3.84 6.96 6.96 4.56 3.84 6.96 10.08]
4512xshow
4513end grestore
4514end grestore
4515% Ast_to_flow->Visitor_c
4516newpath 2762 807 moveto
45172858 799 3068 780 3090 756 curveto
45183102 742 3120 641 3080 576 curveto
45193068 557 3047 544 3028 536 curveto
4520stroke
4521gsave 10 dict begin
4522solid
45231 setlinewidth
45240.000 0.000 0.000 edgecolor
4525newpath 3030 533 moveto
45263019 532 lineto
45273027 539 lineto
4528closepath
4529fill
45300.000 0.000 0.000 edgecolor
4531newpath 3030 533 moveto
45323019 532 lineto
45333027 539 lineto
4534closepath
4535stroke
4536end grestore
4537% Type_annoter_c
4538gsave 10 dict begin
45392915 738 58 18 ellipse_path
4540stroke
4541gsave 10 dict begin
45422869 733 moveto
4543(Type_annoter_c)
4544[8.64 6.96 6.96 6.24 6.96 6.24 6.96 6.96 6.96 3.84 6.24 4.56 6.96 6.24]
4545xshow
4546end grestore
4547end grestore
4548% Type_annoter_c->Parse_c
4549newpath 2921 720 moveto
45502923 712 2926 702 2929 694 curveto
4551stroke
4552gsave 10 dict begin
4553solid
45541 setlinewidth
45550.000 0.000 0.000 edgecolor
4556newpath 2932 695 moveto
45572932 684 lineto
45582926 693 lineto
4559closepath
4560fill
45610.000 0.000 0.000 edgecolor
4562newpath 2932 695 moveto
45632932 684 lineto
45642926 693 lineto
4565closepath
4566stroke
4567end grestore
4568% Type_annoter_c->Lib_parsing_c
4569newpath 2940 722 moveto
45702954 712 2970 699 2981 684 curveto
45712995 665 3004 640 3010 622 curveto
4572stroke
4573gsave 10 dict begin
4574solid
45751 setlinewidth
45760.000 0.000 0.000 edgecolor
4577newpath 3013 623 moveto
45783013 612 lineto
45793007 621 lineto
4580closepath
4581fill
45820.000 0.000 0.000 edgecolor
4583newpath 3013 623 moveto
45843013 612 lineto
45853007 621 lineto
4586closepath
4587stroke
4588end grestore
4589% Pretty_print_c
4590gsave 10 dict begin
45912566 594 53 18 ellipse_path
4592stroke
4593gsave 10 dict begin
45942526 589 moveto
4595(Pretty_print_c)
4596[7.68 4.56 6.24 3.84 3.84 6.96 6.96 6.96 4.56 3.84 6.96 3.84 6.96 6.24]
4597xshow
4598end grestore
4599end grestore
4600% Pretty_print_c->Ast_c
4601newpath 2526 582 moveto
46022519 580 2511 578 2504 576 curveto
46032447 559 2418 581 2376 540 curveto
46042340 504 2330 442 2327 406 curveto
4605stroke
4606gsave 10 dict begin
4607solid
46081 setlinewidth
46090.000 0.000 0.000 edgecolor
4610newpath 2330 406 moveto
46112326 396 lineto
46122324 406 lineto
4613closepath
4614fill
46150.000 0.000 0.000 edgecolor
4616newpath 2330 406 moveto
46172326 396 lineto
46182324 406 lineto
4619closepath
4620stroke
4621end grestore
4622% Pretty_print_c->Flag_parsing_c
4623newpath 2603 581 moveto
46242634 570 2673 554 2682 540 curveto
46252690 526 2682 519 2682 504 curveto
46262681 471 2684 463 2678 432 curveto
46272673 412 2653 365 2639 333 curveto
4628stroke
4629gsave 10 dict begin
4630solid
46311 setlinewidth
46320.000 0.000 0.000 edgecolor
4633newpath 2642 332 moveto
46342635 324 lineto
46352636 335 lineto
4636closepath
4637fill
46380.000 0.000 0.000 edgecolor
4639newpath 2642 332 moveto
46402635 324 lineto
46412636 335 lineto
4642closepath
4643stroke
4644end grestore
4645% Unparse_cocci
4646gsave 10 dict begin
46472611 666 55 18 ellipse_path
4648stroke
4649gsave 10 dict begin
46502568 661 moveto
4651(Unparse_cocci)
4652[10.08 6.96 6.96 6.24 4.56 5.52 6.24 6.96 6.24 6.96 6.24 6.24 3.84]
4653xshow
4654end grestore
4655end grestore
4656% Unparse_cocci->Lib_engine
4657newpath 2569 654 moveto
46582560 652 2551 650 2542 648 curveto
46592458 629 2435 633 2352 612 curveto
46602348 611 2345 610 2342 609 curveto
4661stroke
4662gsave 10 dict begin
4663solid
46641 setlinewidth
46650.000 0.000 0.000 edgecolor
4666newpath 2343 606 moveto
46672332 606 lineto
46682341 612 lineto
4669closepath
4670fill
46710.000 0.000 0.000 edgecolor
4672newpath 2343 606 moveto
46732332 606 lineto
46742341 612 lineto
4675closepath
4676stroke
4677end grestore
4678% Unparse_cocci->Pretty_print_c
4679newpath 2600 648 moveto
46802595 640 2588 630 2582 620 curveto
4681stroke
4682gsave 10 dict begin
4683solid
46841 setlinewidth
46850.000 0.000 0.000 edgecolor
4686newpath 2585 619 moveto
46872577 612 lineto
46882579 622 lineto
4689closepath
4690fill
46910.000 0.000 0.000 edgecolor
4692newpath 2585 619 moveto
46932577 612 lineto
46942579 622 lineto
4695closepath
4696stroke
4697end grestore
4698% Unparse_c
4699gsave 10 dict begin
47002416 738 43 18 ellipse_path
4701stroke
4702gsave 10 dict begin
47032385 733 moveto
4704(Unparse_c)
4705[10.08 6.96 6.96 6.24 4.56 5.52 6.24 6.96 6.24]
4706xshow
4707end grestore
4708end grestore
4709% Unparse_c->Parse_c
4710newpath 2448 726 moveto
47112454 723 2461 721 2468 720 curveto
47122653 680 2708 728 2893 684 curveto
47132896 684 2899 683 2901 682 curveto
4714stroke
4715gsave 10 dict begin
4716solid
47171 setlinewidth
47180.000 0.000 0.000 edgecolor
4719newpath 2903 685 moveto
47202911 678 lineto
47212900 678 lineto
4722closepath
4723fill
47240.000 0.000 0.000 edgecolor
4725newpath 2903 685 moveto
47262911 678 lineto
47272900 678 lineto
4728closepath
4729stroke
4730end grestore
4731% Unparse_c->Unparse_cocci
4732newpath 2449 726 moveto
47332480 714 2529 696 2564 683 curveto
4734stroke
4735gsave 10 dict begin
4736solid
47371 setlinewidth
47380.000 0.000 0.000 edgecolor
4739newpath 2566 686 moveto
47402574 679 lineto
47412563 679 lineto
4742closepath
4743fill
47440.000 0.000 0.000 edgecolor
4745newpath 2566 686 moveto
47462574 679 lineto
47472563 679 lineto
4748closepath
4749stroke
4750end grestore
4751% Flag_engine
4752gsave 10 dict begin
47532414 666 48 18 ellipse_path
4754stroke
4755gsave 10 dict begin
47562379 661 moveto
4757(Flag_engine)
4758[7.68 3.84 6.24 6.96 6.96 6.24 6.96 6.96 3.84 6.96 6.24]
4759xshow
4760end grestore
4761end grestore
4762% Unparse_c->Flag_engine
4763newpath 2415 720 moveto
47642415 712 2415 703 2415 694 curveto
4765stroke
4766gsave 10 dict begin
4767solid
47681 setlinewidth
47690.000 0.000 0.000 edgecolor
4770newpath 2418 694 moveto
47712414 684 lineto
47722412 694 lineto
4773closepath
4774fill
47750.000 0.000 0.000 edgecolor
4776newpath 2418 694 moveto
47772414 684 lineto
47782412 694 lineto
4779closepath
4780stroke
4781end grestore
4782% Transformation3
4783gsave 10 dict begin
47842118 738 60 18 ellipse_path
4785stroke
4786gsave 10 dict begin
47872071 733 moveto
4788(Transformation3)
4789[8.64 4.56 6.24 6.96 5.52 4.56 6.96 4.56 10.8 6.24 3.84 3.84 6.96 6.96 6.96]
4790xshow
4791end grestore
4792end grestore
4793% Transformation3->Sgrep
4794newpath 2122 720 moveto
47952128 692 2138 639 2138 594 curveto
47962138 594 2138 594 2138 522 curveto
47972138 480 2144 459 2114 432 curveto
47982070 392 1894 382 1814 379 curveto
4799stroke
4800gsave 10 dict begin
4801solid
48021 setlinewidth
48030.000 0.000 0.000 edgecolor
4804newpath 1814 376 moveto
48051804 379 lineto
48061814 383 lineto
4807closepath
4808fill
48090.000 0.000 0.000 edgecolor
4810newpath 1814 376 moveto
48111804 379 lineto
48121814 383 lineto
4813closepath
4814stroke
4815end grestore
4816% Transformation3->Lib_engine
4817newpath 2167 727 moveto
48182209 717 2265 701 2281 684 curveto
48192295 667 2299 642 2299 622 curveto
4820stroke
4821gsave 10 dict begin
4822solid
48231 setlinewidth
48240.000 0.000 0.000 edgecolor
4825newpath 2303 622 moveto
48262299 612 lineto
48272296 622 lineto
4828closepath
4829fill
48300.000 0.000 0.000 edgecolor
4831newpath 2303 622 moveto
48322299 612 lineto
48332296 622 lineto
4834closepath
4835stroke
4836end grestore
4837% Transformation3->Pretty_print_cocci
4838newpath 2114 720 moveto
48392109 692 2100 639 2100 594 curveto
48402100 594 2100 594 2100 522 curveto
48412100 502 1838 426 1720 394 curveto
4842stroke
4843gsave 10 dict begin
4844solid
48451 setlinewidth
48460.000 0.000 0.000 edgecolor
4847newpath 1721 391 moveto
48481710 391 lineto
48491719 397 lineto
4850closepath
4851fill
48520.000 0.000 0.000 edgecolor
4853newpath 1721 391 moveto
48541710 391 lineto
48551719 397 lineto
4856closepath
4857stroke
4858end grestore
4859% Transformation3->Flag_parsing_cocci
4860newpath 2106 720 moveto
48612093 700 2069 669 2043 648 curveto
48621977 596 1886 559 1828 539 curveto
4863stroke
4864gsave 10 dict begin
4865solid
48661 setlinewidth
48670.000 0.000 0.000 edgecolor
4868newpath 1829 536 moveto
48691818 536 lineto
48701827 542 lineto
4871closepath
4872fill
48730.000 0.000 0.000 edgecolor
4874newpath 1829 536 moveto
48751818 536 lineto
48761827 542 lineto
4877closepath
4878stroke
4879end grestore
4880% Cocci_vs_c_3
4881gsave 10 dict begin
48822219 666 53 18 ellipse_path
4883stroke
4884gsave 10 dict begin
48852179 661 moveto
4886(Cocci_vs_c_3)
4887[9.36 6.96 6.24 6.24 3.84 6.96 6.96 5.52 6.96 6.24 6.96 6.96]
4888xshow
4889end grestore
4890end grestore
4891% Transformation3->Cocci_vs_c_3
4892newpath 2141 721 moveto
48932155 711 2173 699 2188 688 curveto
4894stroke
4895gsave 10 dict begin
4896solid
48971 setlinewidth
48980.000 0.000 0.000 edgecolor
4899newpath 2190 691 moveto
49002196 682 lineto
49012186 685 lineto
4902closepath
4903fill
49040.000 0.000 0.000 edgecolor
4905newpath 2190 691 moveto
49062196 682 lineto
49072186 685 lineto
4908closepath
4909stroke
4910end grestore
4911% Cocci_vs_c_3->Lib_parsing_c
4912newpath 2268 659 moveto
49132294 655 2327 651 2357 648 curveto
49142588 624 2648 635 2880 612 curveto
49152905 609 2934 605 2959 602 curveto
4916stroke
4917gsave 10 dict begin
4918solid
49191 setlinewidth
49200.000 0.000 0.000 edgecolor
4921newpath 2959 605 moveto
49222969 601 lineto
49232959 599 lineto
4924closepath
4925fill
49260.000 0.000 0.000 edgecolor
4927newpath 2959 605 moveto
49282969 601 lineto
49292959 599 lineto
4930closepath
4931stroke
4932end grestore
4933% Cocci_vs_c_3->Flag
4934newpath 2172 657 moveto
49352094 643 1936 614 1865 601 curveto
4936stroke
4937gsave 10 dict begin
4938solid
49391 setlinewidth
49400.000 0.000 0.000 edgecolor
4941newpath 1865 598 moveto
49421855 599 lineto
49431864 604 lineto
4944closepath
4945fill
49460.000 0.000 0.000 edgecolor
4947newpath 1865 598 moveto
49481855 599 lineto
49491864 604 lineto
4950closepath
4951stroke
4952end grestore
4953% C_vs_c
4954gsave 10 dict begin
49552219 522 34 18 ellipse_path
4956stroke
4957gsave 10 dict begin
49582197 517 moveto
4959(C_vs_c)
4960[9.36 6.96 6.96 5.52 6.96 6.24]
4961xshow
4962end grestore
4963end grestore
4964% Cocci_vs_c_3->C_vs_c
4965newpath 2219 648 moveto
49662219 623 2219 579 2219 550 curveto
4967stroke
4968gsave 10 dict begin
4969solid
49701 setlinewidth
49710.000 0.000 0.000 edgecolor
4972newpath 2223 550 moveto
49732219 540 lineto
49742216 550 lineto
4975closepath
4976fill
49770.000 0.000 0.000 edgecolor
4978newpath 2223 550 moveto
49792219 540 lineto
49802216 550 lineto
4981closepath
4982stroke
4983end grestore
4984% Pretty_print_engine->Lib_engine
4985newpath 2019 655 moveto
49862082 641 2186 619 2248 605 curveto
4987stroke
4988gsave 10 dict begin
4989solid
49901 setlinewidth
49910.000 0.000 0.000 edgecolor
4992newpath 2249 608 moveto
49932258 603 lineto
49942248 602 lineto
4995closepath
4996fill
49970.000 0.000 0.000 edgecolor
4998newpath 2249 608 moveto
49992258 603 lineto
50002248 602 lineto
5001closepath
5002stroke
5003end grestore
5004% Pretty_print_engine->Pretty_print_cocci
5005newpath 1956 648 moveto
50061938 616 1898 549 1851 504 curveto
50071806 460 1744 422 1704 399 curveto
5008stroke
5009gsave 10 dict begin
5010solid
50111 setlinewidth
50120.000 0.000 0.000 edgecolor
5013newpath 1705 396 moveto
50141695 394 lineto
50151702 402 lineto
5016closepath
5017fill
50180.000 0.000 0.000 edgecolor
5019newpath 1705 396 moveto
50201695 394 lineto
50211702 402 lineto
5022closepath
5023stroke
5024end grestore
5025% Pretty_print_engine->Pretty_print_c
5026newpath 2030 660 moveto
50272167 646 2481 616 2504 612 curveto
50282508 611 2512 610 2517 609 curveto
5029stroke
5030gsave 10 dict begin
5031solid
50321 setlinewidth
50330.000 0.000 0.000 edgecolor
5034newpath 2518 612 moveto
50352527 606 lineto
50362516 606 lineto
5037closepath
5038fill
50390.000 0.000 0.000 edgecolor
5040newpath 2518 612 moveto
50412527 606 lineto
50422516 606 lineto
5043closepath
5044stroke
5045end grestore
5046% Ctltotex
5047gsave 10 dict begin
50481730 666 36 18 ellipse_path
5049stroke
5050gsave 10 dict begin
50511707 661 moveto
5052(Ctltotex)
5053[9.36 3.84 3.84 3.84 6.96 3.84 6.24 6.96]
5054xshow
5055end grestore
5056end grestore
5057% Ctltotex->Lib_engine
5058newpath 1765 662 moveto
50591861 649 2130 615 2245 600 curveto
5060stroke
5061gsave 10 dict begin
5062solid
50631 setlinewidth
50640.000 0.000 0.000 edgecolor
5065newpath 2245 603 moveto
50662255 599 lineto
50672245 597 lineto
5068closepath
5069fill
50700.000 0.000 0.000 edgecolor
5071newpath 2245 603 moveto
50722255 599 lineto
50732245 597 lineto
5074closepath
5075stroke
5076end grestore
5077% Ctltotex->Pretty_print_cocci
5078newpath 1725 648 moveto
50791718 624 1706 579 1697 540 curveto
50801686 493 1675 438 1669 406 curveto
5081stroke
5082gsave 10 dict begin
5083solid
50841 setlinewidth
50850.000 0.000 0.000 edgecolor
5086newpath 1672 405 moveto
50871667 396 lineto
50881666 406 lineto
5089closepath
5090fill
50910.000 0.000 0.000 edgecolor
5092newpath 1672 405 moveto
50931667 396 lineto
50941666 406 lineto
5095closepath
5096stroke
5097end grestore
5098% Ctlcocci_integration
5099gsave 10 dict begin
51002160 810 70 18 ellipse_path
5101stroke
5102gsave 10 dict begin
51032103 805 moveto
5104(Ctlcocci_integration)
5105[9.36 3.84 3.84 6.24 6.96 6.24 6.24 3.84 6.96 3.84 6.96 3.84 6.24 6.96 4.56 6.24 3.84 3.84 6.96 6.96]
5106xshow
5107end grestore
5108end grestore
5109% Ctlcocci_integration->Flag_parsing_cocci
5110newpath 2113 796 moveto
51112082 787 2041 773 2006 756 curveto
51121950 729 1924 733 1889 684 curveto
51131860 643 1893 615 1865 576 curveto
51141854 561 1839 550 1823 542 curveto
5115stroke
5116gsave 10 dict begin
5117solid
51181 setlinewidth
51190.000 0.000 0.000 edgecolor
5120newpath 1824 539 moveto
51211814 537 lineto
51221821 545 lineto
5123closepath
5124fill
51250.000 0.000 0.000 edgecolor
5126newpath 1824 539 moveto
51271814 537 lineto
51281821 545 lineto
5129closepath
5130stroke
5131end grestore
5132% Ctlcocci_integration->Pretty_print_engine
5133newpath 2121 795 moveto
51342099 786 2071 772 2049 756 curveto
51352025 738 2001 711 1985 692 curveto
5136stroke
5137gsave 10 dict begin
5138solid
51391 setlinewidth
51400.000 0.000 0.000 edgecolor
5141newpath 1988 690 moveto
51421979 684 lineto
51431982 694 lineto
5144closepath
5145fill
51460.000 0.000 0.000 edgecolor
5147newpath 1988 690 moveto
51481979 684 lineto
51491982 694 lineto
5150closepath
5151stroke
5152end grestore
5153% Check_reachability
5154gsave 10 dict begin
51552428 594 67 18 ellipse_path
5156stroke
5157gsave 10 dict begin
51582373 589 moveto
5159(Check_reachability)
5160[9.36 6.96 6.24 6.24 6.96 6.96 4.56 6.24 6.24 6.24 6.96 6.24 6.96 3.84 3.84 3.84 3.84 6.96]
5161xshow
5162end grestore
5163end grestore
5164% Ctlcocci_integration->Check_reachability
5165newpath 2199 795 moveto
51662226 785 2263 770 2295 756 curveto
51672326 741 2332 733 2364 720 curveto
51682410 700 2441 724 2471 684 curveto
51692485 664 2470 638 2454 619 curveto
5170stroke
5171gsave 10 dict begin
5172solid
51731 setlinewidth
51740.000 0.000 0.000 edgecolor
5175newpath 2457 617 moveto
51762447 612 lineto
51772452 622 lineto
5178closepath
5179fill
51800.000 0.000 0.000 edgecolor
5181newpath 2457 617 moveto
51822447 612 lineto
51832452 622 lineto
5184closepath
5185stroke
5186end grestore
5187% Pattern3
5188gsave 10 dict begin
51892250 738 36 18 ellipse_path
5190stroke
5191gsave 10 dict begin
51922226 733 moveto
5193(Pattern3)
5194[7.68 6.24 3.84 3.84 6.24 4.56 6.96 6.96]
5195xshow
5196end grestore
5197end grestore
5198% Ctlcocci_integration->Pattern3
5199newpath 2182 793 moveto
52002194 783 2210 770 2223 760 curveto
5201stroke
5202gsave 10 dict begin
5203solid
52041 setlinewidth
52050.000 0.000 0.000 edgecolor
5206newpath 2226 762 moveto
52072231 753 lineto
52082221 757 lineto
5209closepath
5210fill
52110.000 0.000 0.000 edgecolor
5212newpath 2226 762 moveto
52132231 753 lineto
52142221 757 lineto
5215closepath
5216stroke
5217end grestore
5218% Postprocess_transinfo
5219gsave 10 dict begin
52202551 738 74 18 ellipse_path
5221stroke
5222gsave 10 dict begin
52232489 733 moveto
5224(Postprocess_transinfo)
5225[7.68 6.96 5.52 3.84 6.96 4.56 6.96 6.24 6.24 5.52 5.52 6.96 3.84 4.56 6.24 6.96 5.52 3.84 6.96 4.56 6.96]
5226xshow
5227end grestore
5228end grestore
5229% Ctlcocci_integration->Postprocess_transinfo
5230newpath 2219 800 moveto
52312281 790 2381 772 2468 756 curveto
52322474 755 2480 753 2486 752 curveto
5233stroke
5234gsave 10 dict begin
5235solid
52361 setlinewidth
52370.000 0.000 0.000 edgecolor
5238newpath 2487 755 moveto
52392496 750 lineto
52402486 749 lineto
5241closepath
5242fill
52430.000 0.000 0.000 edgecolor
5244newpath 2487 755 moveto
52452496 750 lineto
52462486 749 lineto
5247closepath
5248stroke
5249end grestore
5250% Check_reachability->Control_flow_c
5251newpath 2405 577 moveto
52522394 567 2382 554 2376 540 curveto
52532370 525 2367 517 2376 504 curveto
52542385 487 2403 475 2421 466 curveto
5255stroke
5256gsave 10 dict begin
5257solid
52581 setlinewidth
52590.000 0.000 0.000 edgecolor
5260newpath 2422 469 moveto
52612430 462 lineto
52622419 463 lineto
5263closepath
5264fill
52650.000 0.000 0.000 edgecolor
5266newpath 2422 469 moveto
52672430 462 lineto
52682419 463 lineto
5269closepath
5270stroke
5271end grestore
5272% Check_reachability->Wrapper_ctl
5273newpath 2468 579 moveto
52742501 567 2547 550 2580 538 curveto
5275stroke
5276gsave 10 dict begin
5277solid
52781 setlinewidth
52790.000 0.000 0.000 edgecolor
5280newpath 2582 541 moveto
52812590 534 lineto
52822579 534 lineto
5283closepath
5284fill
52850.000 0.000 0.000 edgecolor
5286newpath 2582 541 moveto
52872590 534 lineto
52882579 534 lineto
5289closepath
5290stroke
5291end grestore
5292% Pattern3->Lib_engine
5293newpath 2274 724 moveto
52942289 715 2306 701 2314 684 curveto
52952323 664 2318 639 2311 621 curveto
5296stroke
5297gsave 10 dict begin
5298solid
52991 setlinewidth
53000.000 0.000 0.000 edgecolor
5301newpath 2314 620 moveto
53022307 612 lineto
53032308 623 lineto
5304closepath
5305fill
53060.000 0.000 0.000 edgecolor
5307newpath 2314 620 moveto
53082307 612 lineto
53092308 623 lineto
5310closepath
5311stroke
5312end grestore
5313% Pattern3->Flag_engine
5314newpath 2277 726 moveto
53152303 715 2343 697 2374 684 curveto
5316stroke
5317gsave 10 dict begin
5318solid
53191 setlinewidth
53200.000 0.000 0.000 edgecolor
5321newpath 2375 687 moveto
53222383 680 lineto
53232372 681 lineto
5324closepath
5325fill
53260.000 0.000 0.000 edgecolor
5327newpath 2375 687 moveto
53282383 680 lineto
53292372 681 lineto
5330closepath
5331stroke
5332end grestore
5333% Pattern3->Cocci_vs_c_3
5334newpath 2242 720 moveto
53352238 712 2234 702 2231 694 curveto
5336stroke
5337gsave 10 dict begin
5338solid
53391 setlinewidth
53400.000 0.000 0.000 edgecolor
5341newpath 2234 692 moveto
53422227 684 lineto
53432227 695 lineto
5344closepath
5345fill
53460.000 0.000 0.000 edgecolor
5347newpath 2234 692 moveto
53482227 684 lineto
53492227 695 lineto
5350closepath
5351stroke
5352end grestore
5353% Postprocess_transinfo->Parse_c
5354newpath 2614 728 moveto
53552709 714 2879 688 2893 684 curveto
53562896 683 2898 682 2901 681 curveto
5357stroke
5358gsave 10 dict begin
5359solid
53601 setlinewidth
53610.000 0.000 0.000 edgecolor
5362newpath 2902 684 moveto
53632910 678 lineto
53642899 678 lineto
5365closepath
5366fill
53670.000 0.000 0.000 edgecolor
5368newpath 2902 684 moveto
53692910 678 lineto
53702899 678 lineto
5371closepath
5372stroke
5373end grestore
5374% Postprocess_transinfo->Lib_engine
5375newpath 2540 720 moveto
53762526 699 2501 666 2471 648 curveto
53772424 618 2404 628 2352 612 curveto
53782349 611 2345 610 2342 609 curveto
5379stroke
5380gsave 10 dict begin
5381solid
53821 setlinewidth
53830.000 0.000 0.000 edgecolor
5384newpath 2343 606 moveto
53852332 606 lineto
53862341 612 lineto
5387closepath
5388fill
53890.000 0.000 0.000 edgecolor
5390newpath 2343 606 moveto
53912332 606 lineto
53922341 612 lineto
5393closepath
5394stroke
5395end grestore
5396% C_vs_c->Ast_c
5397newpath 2247 512 moveto
53982267 503 2292 489 2307 468 curveto
53992320 450 2324 425 2325 406 curveto
5400stroke
5401gsave 10 dict begin
5402solid
54031 setlinewidth
54040.000 0.000 0.000 edgecolor
5405newpath 2328 406 moveto
54062326 396 lineto
54072322 406 lineto
5408closepath
5409fill
54100.000 0.000 0.000 edgecolor
5411newpath 2328 406 moveto
54122326 396 lineto
54132322 406 lineto
5414closepath
5415stroke
5416end grestore
5417% Asttomember
5418gsave 10 dict begin
54191625 666 51 18 ellipse_path
5420stroke
5421gsave 10 dict begin
54221586 661 moveto
5423(Asttomember)
5424[10.08 5.52 3.84 3.84 6.96 10.8 6.24 10.8 6.96 6.24 4.56]
5425xshow
5426end grestore
5427end grestore
5428% Asttomember->Lib_engine
5429newpath 1662 653 moveto
54301669 651 1677 649 1685 648 curveto
54311887 608 2135 598 2243 595 curveto
5432stroke
5433gsave 10 dict begin
5434solid
54351 setlinewidth
54360.000 0.000 0.000 edgecolor
5437newpath 2243 599 moveto
54382253 595 lineto
54392243 592 lineto
5440closepath
5441fill
54420.000 0.000 0.000 edgecolor
5443newpath 2243 599 moveto
54442253 595 lineto
54452243 592 lineto
5446closepath
5447stroke
5448end grestore
5449% Asttomember->Visitor_ast
5450newpath 1587 654 moveto
54511579 652 1572 650 1565 648 curveto
54521501 631 1425 614 1377 604 curveto
5453stroke
5454gsave 10 dict begin
5455solid
54561 setlinewidth
54570.000 0.000 0.000 edgecolor
5458newpath 1377 601 moveto
54591367 602 lineto
54601376 607 lineto
5461closepath
5462fill
54630.000 0.000 0.000 edgecolor
5464newpath 1377 601 moveto
54651367 602 lineto
54661376 607 lineto
5467closepath
5468stroke
5469end grestore
5470% Asttomember->Pretty_print_cocci
5471newpath 1627 648 moveto
54721634 599 1653 465 1661 406 curveto
5473stroke
5474gsave 10 dict begin
5475solid
54761 setlinewidth
54770.000 0.000 0.000 edgecolor
5478newpath 1664 406 moveto
54791662 396 lineto
54801658 406 lineto
5481closepath
5482fill
54830.000 0.000 0.000 edgecolor
5484newpath 1664 406 moveto
54851662 396 lineto
54861658 406 lineto
5487closepath
5488stroke
5489end grestore
5490% Asttoctl2
5491gsave 10 dict begin
54921821 738 39 18 ellipse_path
5493stroke
5494gsave 10 dict begin
54951794 733 moveto
5496(Asttoctl2)
5497[10.08 5.52 3.84 3.84 6.96 6.24 3.84 3.84 6.96]
5498xshow
5499end grestore
5500end grestore
5501% Asttoctl2->Flag
5502newpath 1822 720 moveto
55031823 695 1825 651 1827 622 curveto
5504stroke
5505gsave 10 dict begin
5506solid
55071 setlinewidth
55080.000 0.000 0.000 edgecolor
5509newpath 1830 622 moveto
55101828 612 lineto
55111824 622 lineto
5512closepath
5513fill
55140.000 0.000 0.000 edgecolor
5515newpath 1830 622 moveto
55161828 612 lineto
55171824 622 lineto
5518closepath
5519stroke
5520end grestore
5521% Asttoctl2->Unify_ast
5522newpath 1784 732 moveto
55231734 723 1641 705 1565 684 curveto
55241562 683 1559 682 1556 681 curveto
5525stroke
5526gsave 10 dict begin
5527solid
55281 setlinewidth
55290.000 0.000 0.000 edgecolor
5530newpath 1557 678 moveto
55311546 678 lineto
55321555 684 lineto
5533closepath
5534fill
55350.000 0.000 0.000 edgecolor
5536newpath 1557 678 moveto
55371546 678 lineto
55381555 684 lineto
5539closepath
5540stroke
5541end grestore
5542% Asttoctl2->Flag_parsing_cocci
5543newpath 1817 720 moveto
55441811 696 1801 651 1793 612 curveto
55451788 591 1783 568 1780 550 curveto
5546stroke
5547gsave 10 dict begin
5548solid
55491 setlinewidth
55500.000 0.000 0.000 edgecolor
5551newpath 1783 549 moveto
55521778 540 lineto
55531777 550 lineto
5554closepath
5555fill
55560.000 0.000 0.000 edgecolor
5557newpath 1783 549 moveto
55581778 540 lineto
55591777 550 lineto
5560closepath
5561stroke
5562end grestore
5563% Asttoctl2->Pretty_print_engine
5564newpath 1848 725 moveto
55651869 714 1900 699 1925 687 curveto
5566stroke
5567gsave 10 dict begin
5568solid
55691 setlinewidth
55700.000 0.000 0.000 edgecolor
5571newpath 1927 690 moveto
55721934 682 lineto
55731924 684 lineto
5574closepath
5575fill
55760.000 0.000 0.000 edgecolor
5577newpath 1927 690 moveto
55781934 682 lineto
55791924 684 lineto
5580closepath
5581stroke
5582end grestore
5583% Unparse_c2
5584gsave 10 dict begin
55852416 810 47 18 ellipse_path
5586stroke
5587gsave 10 dict begin
55882382 805 moveto
5589(Unparse_c2)
5590[10.08 6.96 6.96 6.24 4.56 5.52 6.24 6.96 6.24 6.96]
5591xshow
5592end grestore
5593end grestore
5594% Unparse_c2->Unparse_c
5595newpath 2416 792 moveto
55962416 784 2416 775 2416 766 curveto
5597stroke
5598gsave 10 dict begin
5599solid
56001 setlinewidth
56010.000 0.000 0.000 edgecolor
5602newpath 2420 766 moveto
56032416 756 lineto
56042413 766 lineto
5605closepath
5606fill
56070.000 0.000 0.000 edgecolor
5608newpath 2420 766 moveto
56092416 756 lineto
56102413 766 lineto
5611closepath
5612stroke
5613end grestore
5614% Unparse_cocci2
5615gsave 10 dict begin
56162743 666 59 18 ellipse_path
5617stroke
5618gsave 10 dict begin
56192697 661 moveto
5620(Unparse_cocci2)
5621[10.08 6.96 6.96 6.24 4.56 5.52 6.24 6.96 6.24 6.96 6.24 6.24 3.84 6.96]
5622xshow
5623end grestore
5624end grestore
5625% Unparse_c2->Unparse_cocci2
5626newpath 2458 802 moveto
56272513 791 2604 772 2634 756 curveto
56282654 744 2654 735 2672 720 curveto
56292684 709 2698 698 2711 689 curveto
5630stroke
5631gsave 10 dict begin
5632solid
56331 setlinewidth
56340.000 0.000 0.000 edgecolor
5635newpath 2713 692 moveto
56362719 683 lineto
56372709 686 lineto
5638closepath
5639fill
56400.000 0.000 0.000 edgecolor
5641newpath 2713 692 moveto
56422719 683 lineto
56432709 686 lineto
5644closepath
5645stroke
5646end grestore
5647% Unparse_cocci2->Lib_engine
5648newpath 2700 653 moveto
56492692 651 2683 649 2675 648 curveto
56502533 621 2493 643 2352 612 curveto
56512349 611 2345 610 2342 609 curveto
5652stroke
5653gsave 10 dict begin
5654solid
56551 setlinewidth
56560.000 0.000 0.000 edgecolor
5657newpath 2343 606 moveto
56582332 606 lineto
56592341 612 lineto
5660closepath
5661fill
56620.000 0.000 0.000 edgecolor
5663newpath 2343 606 moveto
56642332 606 lineto
56652341 612 lineto
5666closepath
5667stroke
5668end grestore
5669% Unparse_cocci2->Pretty_print_c
5670newpath 2707 651 moveto
56712679 639 2640 623 2609 612 curveto
5672stroke
5673gsave 10 dict begin
5674solid
56751 setlinewidth
56760.000 0.000 0.000 edgecolor
5677newpath 2611 609 moveto
56782600 608 lineto
56792608 615 lineto
5680closepath
5681fill
56820.000 0.000 0.000 edgecolor
5683newpath 2611 609 moveto
56842600 608 lineto
56852608 615 lineto
5686closepath
5687stroke
5688end grestore
5689% Pretty_print_ctl
5690gsave 10 dict begin
56912439 378 57 18 ellipse_path
5692stroke
5693gsave 10 dict begin
56942395 373 moveto
5695(Pretty_print_ctl)
5696[7.68 4.56 6.24 3.84 3.84 6.96 6.96 6.96 4.56 3.84 6.96 3.84 6.96 6.24 3.84 3.84]
5697xshow
5698end grestore
5699end grestore
5700% Pretty_print_ctl->Common
5701newpath 2401 364 moveto
57022294 327 1982 218 1719 144 curveto
57031658 126 1587 110 1542 100 curveto
5704stroke
5705gsave 10 dict begin
5706solid
57071 setlinewidth
57080.000 0.000 0.000 edgecolor
5709newpath 1542 97 moveto
57101532 98 lineto
57111541 103 lineto
5712closepath
5713fill
57140.000 0.000 0.000 edgecolor
5715newpath 1542 97 moveto
57161532 98 lineto
57171541 103 lineto
5718closepath
5719stroke
5720end grestore
5721% Ast_ctl
5722gsave 10 dict begin
57232398 306 34 18 ellipse_path
5724stroke
5725gsave 10 dict begin
57262377 301 moveto
5727(Ast_ctl)
5728[10.08 5.52 3.84 6.96 6.24 3.84 3.84]
5729xshow
5730end grestore
5731end grestore
5732% Pretty_print_ctl->Ast_ctl
5733newpath 2429 360 moveto
57342425 352 2419 342 2413 333 curveto
5735stroke
5736gsave 10 dict begin
5737solid
57381 setlinewidth
57390.000 0.000 0.000 edgecolor
5740newpath 2416 331 moveto
57412408 324 lineto
57422410 334 lineto
5743closepath
5744fill
57450.000 0.000 0.000 edgecolor
5746newpath 2416 331 moveto
57472408 324 lineto
57482410 334 lineto
5749closepath
5750stroke
5751end grestore
5752% Flag_ctl
5753gsave 10 dict begin
57542486 306 36 18 ellipse_path
5755stroke
5756gsave 10 dict begin
57572463 301 moveto
5758(Flag_ctl)
5759[7.68 3.84 6.24 6.96 6.96 6.24 3.84 3.84]
5760xshow
5761end grestore
5762end grestore
5763% Pretty_print_ctl->Flag_ctl
5764newpath 2451 360 moveto
57652456 352 2463 342 2469 332 curveto
5766stroke
5767gsave 10 dict begin
5768solid
57691 setlinewidth
57700.000 0.000 0.000 edgecolor
5771newpath 2472 334 moveto
57722475 324 lineto
57732466 330 lineto
5774closepath
5775fill
57760.000 0.000 0.000 edgecolor
5777newpath 2472 334 moveto
57782475 324 lineto
57792466 330 lineto
5780closepath
5781stroke
5782end grestore
5783% Ctl_engine->Ograph_extended
5784newpath 2662 441 moveto
57852711 429 2796 407 2852 392 curveto
5786stroke
5787gsave 10 dict begin
5788solid
57891 setlinewidth
57900.000 0.000 0.000 edgecolor
5791newpath 2853 395 moveto
57922862 390 lineto
57932852 389 lineto
5794closepath
5795fill
57960.000 0.000 0.000 edgecolor
5797newpath 2853 395 moveto
57982862 390 lineto
57992852 389 lineto
5800closepath
5801stroke
5802end grestore
5803% Ctl_engine->Pretty_print_ctl
5804newpath 2593 438 moveto
58052563 426 2518 409 2485 396 curveto
5806stroke
5807gsave 10 dict begin
5808solid
58091 setlinewidth
58100.000 0.000 0.000 edgecolor
5811newpath 2486 392 moveto
58122475 392 lineto
58132483 399 lineto
5814closepath
5815fill
58160.000 0.000 0.000 edgecolor
5817newpath 2486 392 moveto
58182475 392 lineto
58192483 399 lineto
5820closepath
5821stroke
5822end grestore
5823% Osequence->Oassoc
5824newpath 3131 288 moveto
58253130 280 3130 271 3129 262 curveto
5826stroke
5827gsave 10 dict begin
5828solid
58291 setlinewidth
58300.000 0.000 0.000 edgecolor
5831newpath 3132 262 moveto
58323128 252 lineto
58333126 262 lineto
5834closepath
5835fill
58360.000 0.000 0.000 edgecolor
5837newpath 3132 262 moveto
58383128 252 lineto
58393126 262 lineto
5840closepath
5841stroke
5842end grestore
5843% Pretty_print_popl
5844gsave 10 dict begin
5845534 450 62 18 ellipse_path
5846stroke
5847gsave 10 dict begin
5848484 445 moveto
5849(Pretty_print_popl)
5850[7.68 4.56 6.24 3.84 3.84 6.96 6.96 6.96 4.56 3.84 6.96 3.84 6.96 6.96 6.96 6.96 3.84]
5851xshow
5852end grestore
5853end grestore
5854% Pretty_print_popl->Ast_popl
5855newpath 534 432 moveto
5856534 424 534 415 534 406 curveto
5857stroke
5858gsave 10 dict begin
5859solid
58601 setlinewidth
58610.000 0.000 0.000 edgecolor
5862newpath 538 406 moveto
5863534 396 lineto
5864531 406 lineto
5865closepath
5866fill
58670.000 0.000 0.000 edgecolor
5868newpath 538 406 moveto
5869534 396 lineto
5870531 406 lineto
5871closepath
5872stroke
5873end grestore
5874% Pretty_print_popl->Pretty_print_cocci
5875newpath 586 440 moveto
5876604 437 624 434 643 432 curveto
5877996 393 1421 381 1590 379 curveto
5878stroke
5879gsave 10 dict begin
5880solid
58811 setlinewidth
58820.000 0.000 0.000 edgecolor
5883newpath 1590 383 moveto
58841600 379 lineto
58851590 376 lineto
5886closepath
5887fill
58880.000 0.000 0.000 edgecolor
5889newpath 1590 383 moveto
58901600 379 lineto
58911590 376 lineto
5892closepath
5893stroke
5894end grestore
5895% Popltoctl
5896gsave 10 dict begin
5897682 666 38 18 ellipse_path
5898stroke
5899gsave 10 dict begin
5900656 661 moveto
5901(Popltoctl)
5902[7.68 6.96 6.96 3.84 3.84 6.96 6.24 3.84 3.84]
5903xshow
5904end grestore
5905end grestore
5906% Popltoctl->Lib_engine
5907newpath 710 653 moveto
5908716 651 723 649 729 648 curveto
5909976 598 1612 621 1865 612 curveto
59102000 606 2160 600 2243 596 curveto
5911stroke
5912gsave 10 dict begin
5913solid
59141 setlinewidth
59150.000 0.000 0.000 edgecolor
5916newpath 2243 600 moveto
59172253 596 lineto
59182243 593 lineto
5919closepath
5920fill
59210.000 0.000 0.000 edgecolor
5922newpath 2243 600 moveto
59232253 596 lineto
59242243 593 lineto
5925closepath
5926stroke
5927end grestore
5928% Popltoctl->Ast_popl
5929newpath 651 655 moveto
5930627 646 595 631 571 612 curveto
5931509 561 488 543 463 468 curveto
5932457 452 455 446 463 432 curveto
5933470 417 484 405 497 396 curveto
5934stroke
5935gsave 10 dict begin
5936solid
59371 setlinewidth
59380.000 0.000 0.000 edgecolor
5939newpath 499 399 moveto
5940506 391 lineto
5941496 393 lineto
5942closepath
5943fill
59440.000 0.000 0.000 edgecolor
5945newpath 499 399 moveto
5946506 391 lineto
5947496 393 lineto
5948closepath
5949stroke
5950end grestore
5951% Popltoctl->Visitor_ast
5952newpath 710 653 moveto
5953716 651 723 649 729 648 curveto
5954949 599 1012 641 1236 612 curveto
59551250 610 1264 607 1278 605 curveto
5956stroke
5957gsave 10 dict begin
5958solid
59591 setlinewidth
59600.000 0.000 0.000 edgecolor
5961newpath 1279 608 moveto
59621288 603 lineto
59631278 602 lineto
5964closepath
5965fill
59660.000 0.000 0.000 edgecolor
5967newpath 1279 608 moveto
59681288 603 lineto
59691278 602 lineto
5970closepath
5971stroke
5972end grestore
5973% Popl
5974gsave 10 dict begin
5975240 738 27 18 ellipse_path
5976stroke
5977gsave 10 dict begin
5978227 733 moveto
5979(Popl)
5980[7.68 6.96 6.96 3.84]
5981xshow
5982end grestore
5983end grestore
5984% Popl->Popltoctl
5985newpath 266 734 moveto
5986326 726 474 706 597 684 curveto
5987610 682 624 679 637 676 curveto
5988stroke
5989gsave 10 dict begin
5990solid
59911 setlinewidth
59920.000 0.000 0.000 edgecolor
5993newpath 638 679 moveto
5994647 674 lineto
5995637 673 lineto
5996closepath
5997fill
59980.000 0.000 0.000 edgecolor
5999newpath 638 679 moveto
6000647 674 lineto
6001637 673 lineto
6002closepath
6003stroke
6004end grestore
6005% Asttopopl
6006gsave 10 dict begin
6007337 450 41 18 ellipse_path
6008stroke
6009gsave 10 dict begin
6010308 445 moveto
6011(Asttopopl)
6012[10.08 5.52 3.84 3.84 6.96 6.96 6.96 6.96 3.84]
6013xshow
6014end grestore
6015end grestore
6016% Popl->Asttopopl
6017newpath 243 720 moveto
6018249 689 262 627 280 576 curveto
6019292 541 310 502 323 477 curveto
6020stroke
6021gsave 10 dict begin
6022solid
60231 setlinewidth
60240.000 0.000 0.000 edgecolor
6025newpath 326 478 moveto
6026328 468 lineto
6027320 475 lineto
6028closepath
6029fill
60300.000 0.000 0.000 edgecolor
6031newpath 326 478 moveto
6032328 468 lineto
6033320 475 lineto
6034closepath
6035stroke
6036end grestore
6037% Insert_befaft
6038gsave 10 dict begin
6039229 450 49 18 ellipse_path
6040stroke
6041gsave 10 dict begin
6042193 445 moveto
6043(Insert_befaft)
6044[4.56 6.96 5.52 6.24 4.56 3.84 6.96 6.96 6.24 4.56 6.24 4.56 3.84]
6045xshow
6046end grestore
6047end grestore
6048% Popl->Insert_befaft
6049newpath 234 720 moveto
6050231 710 228 696 226 684 curveto
6051217 610 222 523 226 478 curveto
6052stroke
6053gsave 10 dict begin
6054solid
60551 setlinewidth
60560.000 0.000 0.000 edgecolor
6057newpath 229 478 moveto
6058227 468 lineto
6059223 478 lineto
6060closepath
6061fill
60620.000 0.000 0.000 edgecolor
6063newpath 229 478 moveto
6064227 468 lineto
6065223 478 lineto
6066closepath
6067stroke
6068end grestore
6069% Insert_quantifiers
6070gsave 10 dict begin
6071100 450 62 18 ellipse_path
6072stroke
6073gsave 10 dict begin
607450 445 moveto
6075(Insert_quantifiers)
6076[4.56 6.96 5.52 6.24 4.56 3.84 6.96 6.96 6.96 6.24 6.96 3.84 3.84 4.56 3.84 6.24 4.56 5.52]
6077xshow
6078end grestore
6079end grestore
6080% Popl->Insert_quantifiers
6081newpath 232 721 moveto
6082208 673 142 536 113 477 curveto
6083stroke
6084gsave 10 dict begin
6085solid
60861 setlinewidth
60870.000 0.000 0.000 edgecolor
6088newpath 116 476 moveto
6089109 468 lineto
6090110 479 lineto
6091closepath
6092fill
60930.000 0.000 0.000 edgecolor
6094newpath 116 476 moveto
6095109 468 lineto
6096110 479 lineto
6097closepath
6098stroke
6099end grestore
6100% Asttopopl->Ast_popl
6101newpath 369 438 moveto
6102403 426 457 406 493 393 curveto
6103stroke
6104gsave 10 dict begin
6105solid
61061 setlinewidth
61070.000 0.000 0.000 edgecolor
6108newpath 495 396 moveto
6109503 389 lineto
6110492 389 lineto
6111closepath
6112fill
61130.000 0.000 0.000 edgecolor
6114newpath 495 396 moveto
6115503 389 lineto
6116492 389 lineto
6117closepath
6118stroke
6119end grestore
6120% Asttopopl->Pretty_print_cocci
6121newpath 375 443 moveto
6122400 439 433 435 463 432 curveto
6123683 411 1364 388 1590 380 curveto
6124stroke
6125gsave 10 dict begin
6126solid
61271 setlinewidth
61280.000 0.000 0.000 edgecolor
6129newpath 1590 384 moveto
61301600 380 lineto
61311590 377 lineto
6132closepath
6133fill
61340.000 0.000 0.000 edgecolor
6135newpath 1590 384 moveto
61361600 380 lineto
61371590 377 lineto
6138closepath
6139stroke
6140end grestore
6141% Insert_befaft->Common
6142newpath 249 433 moveto
6143324 371 588 152 610 144 curveto
6144687 114 1272 96 1447 91 curveto
6145stroke
6146gsave 10 dict begin
6147solid
61481 setlinewidth
61490.000 0.000 0.000 edgecolor
6150newpath 1447 95 moveto
61511457 91 lineto
61521447 88 lineto
6153closepath
6154fill
61550.000 0.000 0.000 edgecolor
6156newpath 1447 95 moveto
61571457 91 lineto
61581447 88 lineto
6159closepath
6160stroke
6161end grestore
6162% Insert_befaft->Ast_popl
6163newpath 265 438 moveto
6164272 436 280 434 287 432 curveto
6165372 410 396 418 481 396 curveto
6166485 395 489 393 493 392 curveto
6167stroke
6168gsave 10 dict begin
6169solid
61701 setlinewidth
61710.000 0.000 0.000 edgecolor
6172newpath 494 395 moveto
6173503 389 lineto
6174492 389 lineto
6175closepath
6176fill
61770.000 0.000 0.000 edgecolor
6178newpath 494 395 moveto
6179503 389 lineto
6180492 389 lineto
6181closepath
6182stroke
6183end grestore
6184% Insert_quantifiers->Common
6185newpath 118 433 moveto
6186143 408 185 358 185 306 curveto
6187185 306 185 306 185 234 curveto
6188185 193 173 170 204 144 curveto
6189251 103 1216 92 1447 90 curveto
6190stroke
6191gsave 10 dict begin
6192solid
61931 setlinewidth
61940.000 0.000 0.000 edgecolor
6195newpath 1447 94 moveto
61961457 90 lineto
61971447 87 lineto
6198closepath
6199fill
62000.000 0.000 0.000 edgecolor
6201newpath 1447 94 moveto
62021457 90 lineto
62031447 87 lineto
6204closepath
6205stroke
6206end grestore
6207% Insert_quantifiers->Ast_popl
6208newpath 146 438 moveto
6209154 436 163 434 171 432 curveto
6210282 409 416 392 486 383 curveto
6211stroke
6212gsave 10 dict begin
6213solid
62141 setlinewidth
62150.000 0.000 0.000 edgecolor
6216newpath 486 386 moveto
6217496 382 lineto
6218486 380 lineto
6219closepath
6220fill
62210.000 0.000 0.000 edgecolor
6222newpath 486 386 moveto
6223496 382 lineto
6224486 380 lineto
6225closepath
6226stroke
6227end grestore
6228% Cocci->Parse_cocci
6229newpath 1793 878 moveto
62301751 872 1673 857 1613 828 curveto
62311588 816 1589 801 1565 792 curveto
62321538 781 1134 752 983 742 curveto
6233stroke
6234gsave 10 dict begin
6235solid
62361 setlinewidth
62370.000 0.000 0.000 edgecolor
6238newpath 983 739 moveto
6239973 741 lineto
6240983 745 lineto
6241closepath
6242fill
62430.000 0.000 0.000 edgecolor
6244newpath 983 739 moveto
6245973 741 lineto
6246983 745 lineto
6247closepath
6248stroke
6249end grestore
6250% Cocci->Ast_to_flow
6251newpath 1850 880 moveto
62521949 874 2281 853 2555 828 curveto
62532589 824 2628 820 2659 817 curveto
6254stroke
6255gsave 10 dict begin
6256solid
62571 setlinewidth
62580.000 0.000 0.000 edgecolor
6259newpath 2659 820 moveto
62602669 816 lineto
62612659 814 lineto
6262closepath
6263fill
62640.000 0.000 0.000 edgecolor
6265newpath 2659 820 moveto
62662669 816 lineto
62672659 814 lineto
6268closepath
6269stroke
6270end grestore
6271% Cocci->Type_annoter_c
6272newpath 1850 881 moveto
62731942 876 2233 860 2472 828 curveto
62742555 816 2575 807 2658 792 curveto
62752742 775 2764 775 2848 756 curveto
62762853 755 2858 754 2862 752 curveto
6277stroke
6278gsave 10 dict begin
6279solid
62801 setlinewidth
62810.000 0.000 0.000 edgecolor
6282newpath 2863 755 moveto
62832872 750 lineto
62842862 749 lineto
6285closepath
6286fill
62870.000 0.000 0.000 edgecolor
6288newpath 2863 755 moveto
62892872 750 lineto
62902862 749 lineto
6291closepath
6292stroke
6293end grestore
6294% Cocci->Transformation3
6295newpath 1844 871 moveto
62961894 846 2014 788 2077 757 curveto
6297stroke
6298gsave 10 dict begin
6299solid
63001 setlinewidth
63010.000 0.000 0.000 edgecolor
6302newpath 2078 760 moveto
63032086 753 lineto
63042075 754 lineto
6305closepath
6306fill
63070.000 0.000 0.000 edgecolor
6308newpath 2078 760 moveto
63092086 753 lineto
63102075 754 lineto
6311closepath
6312stroke
6313end grestore
6314% Cocci->Ctltotex
6315newpath 1814 864 moveto
63161798 827 1761 738 1741 693 curveto
6317stroke
6318gsave 10 dict begin
6319solid
63201 setlinewidth
63210.000 0.000 0.000 edgecolor
6322newpath 1744 692 moveto
63231737 684 lineto
63241738 695 lineto
6325closepath
6326fill
63270.000 0.000 0.000 edgecolor
6328newpath 1744 692 moveto
63291737 684 lineto
63301738 695 lineto
6331closepath
6332stroke
6333end grestore
6334% Cocci->Ctlcocci_integration
6335newpath 1848 876 moveto
63361902 865 2021 839 2096 823 curveto
6337stroke
6338gsave 10 dict begin
6339solid
63401 setlinewidth
63410.000 0.000 0.000 edgecolor
6342newpath 2097 826 moveto
63432106 821 lineto
63442096 820 lineto
6345closepath
6346fill
63470.000 0.000 0.000 edgecolor
6348newpath 2097 826 moveto
63492106 821 lineto
63502096 820 lineto
6351closepath
6352stroke
6353end grestore
6354% Cocci->Asttomember
6355newpath 1793 877 moveto
63561748 869 1665 850 1646 828 curveto
63571614 790 1615 730 1620 694 curveto
6358stroke
6359gsave 10 dict begin
6360solid
63611 setlinewidth
63620.000 0.000 0.000 edgecolor
6363newpath 1623 694 moveto
63641622 684 lineto
63651617 693 lineto
6366closepath
6367fill
63680.000 0.000 0.000 edgecolor
6369newpath 1623 694 moveto
63701622 684 lineto
63711617 693 lineto
6372closepath
6373stroke
6374end grestore
6375% Cocci->Asttoctl2
6376newpath 1821 864 moveto
63771821 839 1821 795 1821 766 curveto
6378stroke
6379gsave 10 dict begin
6380solid
63811 setlinewidth
63820.000 0.000 0.000 edgecolor
6383newpath 1825 766 moveto
63841821 756 lineto
63851818 766 lineto
6386closepath
6387fill
63880.000 0.000 0.000 edgecolor
6389newpath 1825 766 moveto
63901821 756 lineto
63911818 766 lineto
6392closepath
6393stroke
6394end grestore
6395% Cocci->Unparse_c2
6396newpath 1850 879 moveto
63971943 867 2238 832 2361 816 curveto
6398stroke
6399gsave 10 dict begin
6400solid
64011 setlinewidth
64020.000 0.000 0.000 edgecolor
6403newpath 2361 819 moveto
64042371 815 lineto
64052361 813 lineto
6406closepath
6407fill
64080.000 0.000 0.000 edgecolor
6409newpath 2361 819 moveto
64102371 815 lineto
64112361 813 lineto
6412closepath
6413stroke
6414end grestore
6415% Cocci->Popl
6416newpath 1792 879 moveto
64171599 862 495 761 277 741 curveto
6418stroke
6419gsave 10 dict begin
6420solid
64211 setlinewidth
64220.000 0.000 0.000 edgecolor
6423newpath 277 738 moveto
6424267 740 lineto
6425277 744 lineto
6426closepath
6427fill
64280.000 0.000 0.000 edgecolor
6429newpath 277 738 moveto
6430267 740 lineto
6431277 744 lineto
6432closepath
6433stroke
6434end grestore
6435% Flag_cocci
6436gsave 10 dict begin
64371699 810 44 18 ellipse_path
6438stroke
6439gsave 10 dict begin
64401668 805 moveto
6441(Flag_cocci)
6442[7.68 3.84 6.24 6.96 6.96 6.24 6.96 6.24 6.24 3.84]
6443xshow
6444end grestore
6445end grestore
6446% Cocci->Flag_cocci
6447newpath 1800 869 moveto
64481782 858 1755 842 1733 830 curveto
6449stroke
6450gsave 10 dict begin
6451solid
64521 setlinewidth
64530.000 0.000 0.000 edgecolor
6454newpath 1734 827 moveto
64551724 825 lineto
64561731 833 lineto
6457closepath
6458fill
64590.000 0.000 0.000 edgecolor
6460newpath 1734 827 moveto
64611724 825 lineto
64621731 833 lineto
6463closepath
6464stroke
6465end grestore
6466endpage
6467showpage
6468grestore
6469%%PageTrailer
6470%%EndPage: 1
6471%%Trailer
6472%%Pages: 1
6473end
6474restore
6475%%EOF