1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,443 @@ |
1 |
+digraph g { |
|
2 |
+graph [ |
|
3 |
+fontname=Courier, |
|
4 |
+fontsize=24, |
|
5 |
+ranksep = 1.0, |
|
6 |
+size="10,7.5", |
|
7 |
+orientation=land, |
|
8 |
+style="setlinewidth(8)" |
|
9 |
+page = "8.5,11", |
|
10 |
+center=true |
|
11 |
+]; |
|
12 |
+node [ |
|
13 |
+shape = "box" |
|
14 |
+width = "0.5" |
|
15 |
+]; |
|
16 |
+edge [ |
|
17 |
+]; |
|
18 |
+subgraph cluster_0 { |
|
19 |
+label="gryphon" |
|
20 |
+"22342" |
|
21 |
+"22343" |
|
22 |
+"22346" |
|
23 |
+"22347" |
|
24 |
+"22351" |
|
25 |
+"22344" |
|
26 |
+"22345" |
|
27 |
+"22348" |
|
28 |
+"22350" |
|
29 |
+"22357" |
|
30 |
+} |
|
31 |
+subgraph cluster_1 { |
|
32 |
+label=toucan |
|
33 |
+"22349" |
|
34 |
+"22352" |
|
35 |
+"22356" |
|
36 |
+"22361" |
|
37 |
+"22369" |
|
38 |
+"22353" |
|
39 |
+"22355" |
|
40 |
+"22360" |
|
41 |
+"22365" |
|
42 |
+"22374" |
|
43 |
+} |
|
44 |
+subgraph cluster_2 { |
|
45 |
+label=parker |
|
46 |
+"22354" |
|
47 |
+"22359" |
|
48 |
+"22375" |
|
49 |
+} |
|
50 |
+subgraph cluster_3 { |
|
51 |
+label=condor |
|
52 |
+"22358" |
|
53 |
+"22362" |
|
54 |
+"22367" |
|
55 |
+"22373" |
|
56 |
+"22378" |
|
57 |
+} |
|
58 |
+subgraph cluster_4 { |
|
59 |
+label=kite |
|
60 |
+"22363" |
|
61 |
+"22366" |
|
62 |
+"22371" |
|
63 |
+"22376" |
|
64 |
+"22380" |
|
65 |
+} |
|
66 |
+subgraph cluster_5 { |
|
67 |
+label=coot |
|
68 |
+"22368" |
|
69 |
+"22372" |
|
70 |
+"22377" |
|
71 |
+"22379" |
|
72 |
+"22381" |
|
73 |
+} |
|
74 |
+"22316" [ |
|
75 |
+label = "22316\nksh" |
|
76 |
+pname = "ksh" |
|
77 |
+kind = "proc" |
|
78 |
+]; |
|
79 |
+"22324" [ |
|
80 |
+label = "22324\nnmake" |
|
81 |
+pname = "nmake" |
|
82 |
+kind = "proc" |
|
83 |
+]; |
|
84 |
+"22337" [ |
|
85 |
+label = "22337\nksh" |
|
86 |
+pname = "ksh" |
|
87 |
+kind = "proc" |
|
88 |
+]; |
|
89 |
+"22342" [ |
|
90 |
+label = "22342\nksh" |
|
91 |
+pname = "ksh" |
|
92 |
+kind = "proc" |
|
93 |
+]; |
|
94 |
+"22343" [ |
|
95 |
+label = "22343\ngcc" |
|
96 |
+pname = "gcc" |
|
97 |
+kind = "proc" |
|
98 |
+]; |
|
99 |
+"22344" [ |
|
100 |
+label = "22344\nksh" |
|
101 |
+pname = "ksh" |
|
102 |
+kind = "proc" |
|
103 |
+]; |
|
104 |
+"22345" [ |
|
105 |
+label = "22345\ngcc" |
|
106 |
+pname = "gcc" |
|
107 |
+kind = "proc" |
|
108 |
+]; |
|
109 |
+"22346" [ |
|
110 |
+label = "22346\ncpp" |
|
111 |
+pname = "cpp" |
|
112 |
+kind = "proc" |
|
113 |
+]; |
|
114 |
+"22347" [ |
|
115 |
+label = "22347\ncc1" |
|
116 |
+pname = "cc1" |
|
117 |
+kind = "proc" |
|
118 |
+]; |
|
119 |
+"22348" [ |
|
120 |
+label = "22348\ncpp" |
|
121 |
+pname = "cpp" |
|
122 |
+kind = "proc" |
|
123 |
+]; |
|
124 |
+"93736-32246" [ |
|
125 |
+label = "93736-32246\n/home/ek/work/src/lefty/lefty.c" |
|
126 |
+fname = "/home/ek/work/src/lefty/lefty.c" |
|
127 |
+shape = "ellipse" |
|
128 |
+kind = "file" |
|
129 |
+]; |
|
130 |
+"22349" [ |
|
131 |
+label = "22349\nksh" |
|
132 |
+pname = "ksh" |
|
133 |
+kind = "proc" |
|
134 |
+]; |
|
135 |
+"22350" [ |
|
136 |
+label = "22350\ncc1" |
|
137 |
+pname = "cc1" |
|
138 |
+kind = "proc" |
|
139 |
+]; |
|
140 |
+"93627-32246" [ |
|
141 |
+label = "93627-32246\n/home/ek/work/src/lefty/gfxview.c" |
|
142 |
+fname = "/home/ek/work/src/lefty/gfxview.c" |
|
143 |
+shape = "ellipse" |
|
144 |
+kind = "file" |
|
145 |
+]; |
|
146 |
+"22351" [ |
|
147 |
+label = "22351\nas" |
|
148 |
+pname = "as" |
|
149 |
+kind = "proc" |
|
150 |
+]; |
|
151 |
+"22352" [ |
|
152 |
+label = "22352\ngcc" |
|
153 |
+pname = "gcc" |
|
154 |
+kind = "proc" |
|
155 |
+]; |
|
156 |
+"22353" [ |
|
157 |
+label = "22353\nksh" |
|
158 |
+pname = "ksh" |
|
159 |
+kind = "proc" |
|
160 |
+]; |
|
161 |
+"22354" [ |
|
162 |
+label = "22354\nksh" |
|
163 |
+pname = "ksh" |
|
164 |
+kind = "proc" |
|
165 |
+]; |
|
166 |
+"22355" [ |
|
167 |
+label = "22355\ngcc" |
|
168 |
+pname = "gcc" |
|
169 |
+kind = "proc" |
|
170 |
+]; |
|
171 |
+"22356" [ |
|
172 |
+label = "22356\ncpp" |
|
173 |
+pname = "cpp" |
|
174 |
+kind = "proc" |
|
175 |
+]; |
|
176 |
+"22357" [ |
|
177 |
+label = "22357\nas" |
|
178 |
+pname = "as" |
|
179 |
+kind = "proc" |
|
180 |
+]; |
|
181 |
+"22358" [ |
|
182 |
+label = "22358\nksh" |
|
183 |
+pname = "ksh" |
|
184 |
+kind = "proc" |
|
185 |
+]; |
|
186 |
+"22359" [ |
|
187 |
+label = "22359\ngcc" |
|
188 |
+pname = "gcc" |
|
189 |
+kind = "proc" |
|
190 |
+]; |
|
191 |
+"22360" [ |
|
192 |
+label = "22360\ncpp" |
|
193 |
+pname = "cpp" |
|
194 |
+kind = "proc" |
|
195 |
+]; |
|
196 |
+"22361" [ |
|
197 |
+label = "22361\ncc1" |
|
198 |
+pname = "cc1" |
|
199 |
+kind = "proc" |
|
200 |
+]; |
|
201 |
+"93645-32246" [ |
|
202 |
+label = "93645-32246\n/home/ek/work/src/lefty/txtview.c" |
|
203 |
+fname = "/home/ek/work/src/lefty/txtview.c" |
|
204 |
+shape = "ellipse" |
|
205 |
+kind = "file" |
|
206 |
+]; |
|
207 |
+"22362" [ |
|
208 |
+label = "22362\ngcc" |
|
209 |
+pname = "gcc" |
|
210 |
+kind = "proc" |
|
211 |
+]; |
|
212 |
+"22363" [ |
|
213 |
+label = "22363\nksh" |
|
214 |
+pname = "ksh" |
|
215 |
+kind = "proc" |
|
216 |
+]; |
|
217 |
+"22365" [ |
|
218 |
+label = "22365\ncc1" |
|
219 |
+pname = "cc1" |
|
220 |
+kind = "proc" |
|
221 |
+]; |
|
222 |
+"22366" [ |
|
223 |
+label = "22366\ngcc" |
|
224 |
+pname = "gcc" |
|
225 |
+kind = "proc" |
|
226 |
+]; |
|
227 |
+"93638-32246" [ |
|
228 |
+label = "93638-32246\n/home/ek/work/src/lefty/internal.c" |
|
229 |
+fname = "/home/ek/work/src/lefty/internal.c" |
|
230 |
+shape = "ellipse" |
|
231 |
+kind = "file" |
|
232 |
+]; |
|
233 |
+"22367" [ |
|
234 |
+label = "22367\ncpp" |
|
235 |
+pname = "cpp" |
|
236 |
+kind = "proc" |
|
237 |
+]; |
|
238 |
+"22368" [ |
|
239 |
+label = "22368\nksh" |
|
240 |
+pname = "ksh" |
|
241 |
+kind = "proc" |
|
242 |
+]; |
|
243 |
+"22369" [ |
|
244 |
+label = "22369\nas" |
|
245 |
+pname = "as" |
|
246 |
+kind = "proc" |
|
247 |
+]; |
|
248 |
+"93642-32246" [ |
|
249 |
+label = "93642-32246\n/home/ek/work/src/lefty/lex.c" |
|
250 |
+fname = "/home/ek/work/src/lefty/lex.c" |
|
251 |
+shape = "ellipse" |
|
252 |
+kind = "file" |
|
253 |
+]; |
|
254 |
+"22371" [ |
|
255 |
+label = "22371\ncpp" |
|
256 |
+pname = "cpp" |
|
257 |
+kind = "proc" |
|
258 |
+]; |
|
259 |
+"22372" [ |
|
260 |
+label = "22372\ngcc" |
|
261 |
+pname = "gcc" |
|
262 |
+kind = "proc" |
|
263 |
+]; |
|
264 |
+"22373" [ |
|
265 |
+label = "22373\ncc1" |
|
266 |
+pname = "cc1" |
|
267 |
+kind = "proc" |
|
268 |
+]; |
|
269 |
+"88860-32246" [ |
|
270 |
+label = "88860-32246\n/home/ek/dev/src/lefty/stringify.c" |
|
271 |
+fname = "/home/ek/dev/src/lefty/stringify.c" |
|
272 |
+shape = "ellipse" |
|
273 |
+kind = "file" |
|
274 |
+]; |
|
275 |
+"22374" [ |
|
276 |
+label = "22374\nas" |
|
277 |
+pname = "as" |
|
278 |
+kind = "proc" |
|
279 |
+]; |
|
280 |
+"22375" [ |
|
281 |
+label = "22375\nas" |
|
282 |
+pname = "as" |
|
283 |
+kind = "proc" |
|
284 |
+]; |
|
285 |
+"22376" [ |
|
286 |
+label = "22376\ncc1" |
|
287 |
+pname = "cc1" |
|
288 |
+kind = "proc" |
|
289 |
+]; |
|
290 |
+"93626-32246" [ |
|
291 |
+label = "93626-32246\n/home/ek/work/src/lefty/exec.c" |
|
292 |
+fname = "/home/ek/work/src/lefty/exec.c" |
|
293 |
+shape = "ellipse" |
|
294 |
+kind = "file" |
|
295 |
+]; |
|
296 |
+"22377" [ |
|
297 |
+label = "22377\ncpp" |
|
298 |
+pname = "cpp" |
|
299 |
+kind = "proc" |
|
300 |
+]; |
|
301 |
+"22378" [ |
|
302 |
+label = "22378\nas" |
|
303 |
+pname = "as" |
|
304 |
+kind = "proc" |
|
305 |
+]; |
|
306 |
+"22379" [ |
|
307 |
+label = "22379\ncc1" |
|
308 |
+pname = "cc1" |
|
309 |
+kind = "proc" |
|
310 |
+]; |
|
311 |
+"93643-32246" [ |
|
312 |
+label = "93643-32246\n/home/ek/work/src/lefty/parse.c" |
|
313 |
+fname = "/home/ek/work/src/lefty/parse.c" |
|
314 |
+shape = "ellipse" |
|
315 |
+kind = "file" |
|
316 |
+]; |
|
317 |
+"22380" [ |
|
318 |
+label = "22380\nas" |
|
319 |
+pname = "as" |
|
320 |
+kind = "proc" |
|
321 |
+]; |
|
322 |
+"22381" [ |
|
323 |
+label = "22381\nas" |
|
324 |
+pname = "as" |
|
325 |
+kind = "proc" |
|
326 |
+]; |
|
327 |
+"37592-32246" [ |
|
328 |
+label = "37592-32246\n/home/ek/dev/src/lefty/exec.h" |
|
329 |
+fname = "/home/ek/dev/src/lefty/exec.h" |
|
330 |
+shape = "ellipse" |
|
331 |
+kind = "file" |
|
332 |
+]; |
|
333 |
+"135504-32246" [ |
|
334 |
+label = "135504-32246\n/home/ek/work/sun4/lefty/display.o" |
|
335 |
+fname = "/home/ek/work/sun4/lefty/display.o" |
|
336 |
+shape = "ellipse" |
|
337 |
+kind = "file" |
|
338 |
+]; |
|
339 |
+"22316" -> "22324" [ |
|
340 |
+]; |
|
341 |
+"22324" -> "22337" [ |
|
342 |
+]; |
|
343 |
+"22337" -> "22342" [ |
|
344 |
+]; |
|
345 |
+"22342" -> "22343" [ |
|
346 |
+]; |
|
347 |
+"22337" -> "22344" [ |
|
348 |
+]; |
|
349 |
+"22344" -> "22345" [ |
|
350 |
+]; |
|
351 |
+"22343" -> "22346" [ |
|
352 |
+]; |
|
353 |
+"22343" -> "22347" [ |
|
354 |
+]; |
|
355 |
+"22345" -> "22348" [ |
|
356 |
+]; |
|
357 |
+"22346" -> "93736-32246" [ |
|
358 |
+]; |
|
359 |
+"22337" -> "22349" [ |
|
360 |
+]; |
|
361 |
+"22345" -> "22350" [ |
|
362 |
+]; |
|
363 |
+"22348" -> "93627-32246" [ |
|
364 |
+]; |
|
365 |
+"22343" -> "22351" [ |
|
366 |
+]; |
|
367 |
+"22349" -> "22352" [ |
|
368 |
+]; |
|
369 |
+"22337" -> "22353" [ |
|
370 |
+]; |
|
371 |
+"22337" -> "22354" [ |
|
372 |
+]; |
|
373 |
+"22353" -> "22355" [ |
|
374 |
+]; |
|
375 |
+"22352" -> "22356" [ |
|
376 |
+]; |
|
377 |
+"22345" -> "22357" [ |
|
378 |
+]; |
|
379 |
+"22337" -> "22358" [ |
|
380 |
+]; |
|
381 |
+"22354" -> "22359" [ |
|
382 |
+]; |
|
383 |
+"22355" -> "22360" [ |
|
384 |
+]; |
|
385 |
+"22352" -> "22361" [ |
|
386 |
+]; |
|
387 |
+"22356" -> "93645-32246" [ |
|
388 |
+]; |
|
389 |
+"22358" -> "22362" [ |
|
390 |
+]; |
|
391 |
+"22337" -> "22363" [ |
|
392 |
+]; |
|
393 |
+"22355" -> "22365" [ |
|
394 |
+]; |
|
395 |
+"22363" -> "22366" [ |
|
396 |
+]; |
|
397 |
+"22360" -> "93638-32246" [ |
|
398 |
+]; |
|
399 |
+"22362" -> "22367" [ |
|
400 |
+]; |
|
401 |
+"22337" -> "22368" [ |
|
402 |
+]; |
|
403 |
+"22352" -> "22369" [ |
|
404 |
+]; |
|
405 |
+"22324" -> "93642-32246" [ |
|
406 |
+]; |
|
407 |
+"22366" -> "22371" [ |
|
408 |
+]; |
|
409 |
+"22368" -> "22372" [ |
|
410 |
+]; |
|
411 |
+"22362" -> "22373" [ |
|
412 |
+]; |
|
413 |
+"22367" -> "88860-32246" [ |
|
414 |
+]; |
|
415 |
+"22355" -> "22374" [ |
|
416 |
+]; |
|
417 |
+"22359" -> "22375" [ |
|
418 |
+]; |
|
419 |
+"22366" -> "22376" [ |
|
420 |
+]; |
|
421 |
+"22371" -> "93626-32246" [ |
|
422 |
+]; |
|
423 |
+"22372" -> "22377" [ |
|
424 |
+]; |
|
425 |
+"22362" -> "22378" [ |
|
426 |
+]; |
|
427 |
+"22372" -> "22379" [ |
|
428 |
+]; |
|
429 |
+"22377" -> "93643-32246" [ |
|
430 |
+]; |
|
431 |
+"22366" -> "22380" [ |
|
432 |
+]; |
|
433 |
+"22372" -> "22381" [ |
|
434 |
+]; |
|
435 |
+"22371" -> "37592-32246" [ |
|
436 |
+]; |
|
437 |
+"22375" -> "135504-32246" [ |
|
438 |
+]; |
|
439 |
+ |
|
440 |
+/* hack to increase node separation */ |
|
441 |
+{ rank = same; "22337" -> "93642-32246" [style=invis,minlen=10]; } |
|
442 |
+ |
|
443 |
+} |