Mercurial > docs > master
comparison input/deps-nmh.eps @ 220:95257474a123
Further improvements in the discussion; added build dependency graphs.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sun, 15 Jul 2012 18:41:35 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
219:8c537982d718 | 220:95257474a123 |
---|---|
1 %!PS-Adobe-3.0 EPSF-3.0 | |
2 %%Creator: graphviz version 2.28.0 (20120715.1431) | |
3 %%Title: nmh | |
4 %%Pages: 1 | |
5 %%BoundingBox: 36 36 3416 260 | |
6 %%EndComments | |
7 save | |
8 %%BeginProlog | |
9 /DotDict 200 dict def | |
10 DotDict begin | |
11 | |
12 /setupLatin1 { | |
13 mark | |
14 /EncodingVector 256 array def | |
15 EncodingVector 0 | |
16 | |
17 ISOLatin1Encoding 0 255 getinterval putinterval | |
18 EncodingVector 45 /hyphen put | |
19 | |
20 % Set up ISO Latin 1 character encoding | |
21 /starnetISO { | |
22 dup dup findfont dup length dict begin | |
23 { 1 index /FID ne { def }{ pop pop } ifelse | |
24 } forall | |
25 /Encoding EncodingVector def | |
26 currentdict end definefont | |
27 } def | |
28 /Times-Roman starnetISO def | |
29 /Times-Italic starnetISO def | |
30 /Times-Bold starnetISO def | |
31 /Times-BoldItalic starnetISO def | |
32 /Helvetica starnetISO def | |
33 /Helvetica-Oblique starnetISO def | |
34 /Helvetica-Bold starnetISO def | |
35 /Helvetica-BoldOblique starnetISO def | |
36 /Courier starnetISO def | |
37 /Courier-Oblique starnetISO def | |
38 /Courier-Bold starnetISO def | |
39 /Courier-BoldOblique starnetISO def | |
40 cleartomark | |
41 } bind def | |
42 | |
43 %%BeginResource: procset graphviz 0 0 | |
44 /coord-font-family /Times-Roman def | |
45 /default-font-family /Times-Roman def | |
46 /coordfont coord-font-family findfont 8 scalefont def | |
47 | |
48 /InvScaleFactor 1.0 def | |
49 /set_scale { | |
50 dup 1 exch div /InvScaleFactor exch def | |
51 scale | |
52 } bind def | |
53 | |
54 % styles | |
55 /solid { [] 0 setdash } bind def | |
56 /dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def | |
57 /dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def | |
58 /invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def | |
59 /bold { 2 setlinewidth } bind def | |
60 /filled { } bind def | |
61 /unfilled { } bind def | |
62 /rounded { } bind def | |
63 /diagonals { } bind def | |
64 | |
65 % hooks for setting color | |
66 /nodecolor { sethsbcolor } bind def | |
67 /edgecolor { sethsbcolor } bind def | |
68 /graphcolor { sethsbcolor } bind def | |
69 /nopcolor {pop pop pop} bind def | |
70 | |
71 /beginpage { % i j npages | |
72 /npages exch def | |
73 /j exch def | |
74 /i exch def | |
75 /str 10 string def | |
76 npages 1 gt { | |
77 gsave | |
78 coordfont setfont | |
79 0 0 moveto | |
80 (\() show i str cvs show (,) show j str cvs show (\)) show | |
81 grestore | |
82 } if | |
83 } bind def | |
84 | |
85 /set_font { | |
86 findfont exch | |
87 scalefont setfont | |
88 } def | |
89 | |
90 % draw text fitted to its expected width | |
91 /alignedtext { % width text | |
92 /text exch def | |
93 /width exch def | |
94 gsave | |
95 width 0 gt { | |
96 [] 0 setdash | |
97 text stringwidth pop width exch sub text length div 0 text ashow | |
98 } if | |
99 grestore | |
100 } def | |
101 | |
102 /boxprim { % xcorner ycorner xsize ysize | |
103 4 2 roll | |
104 moveto | |
105 2 copy | |
106 exch 0 rlineto | |
107 0 exch rlineto | |
108 pop neg 0 rlineto | |
109 closepath | |
110 } bind def | |
111 | |
112 /ellipse_path { | |
113 /ry exch def | |
114 /rx exch def | |
115 /y exch def | |
116 /x exch def | |
117 matrix currentmatrix | |
118 newpath | |
119 x y translate | |
120 rx ry scale | |
121 0 0 1 0 360 arc | |
122 setmatrix | |
123 } bind def | |
124 | |
125 /endpage { showpage } bind def | |
126 /showpage { } def | |
127 | |
128 /layercolorseq | |
129 [ % layer color sequence - darkest to lightest | |
130 [0 0 0] | |
131 [.2 .8 .8] | |
132 [.4 .8 .8] | |
133 [.6 .8 .8] | |
134 [.8 .8 .8] | |
135 ] | |
136 def | |
137 | |
138 /layerlen layercolorseq length def | |
139 | |
140 /setlayer {/maxlayer exch def /curlayer exch def | |
141 layercolorseq curlayer 1 sub layerlen mod get | |
142 aload pop sethsbcolor | |
143 /nodecolor {nopcolor} def | |
144 /edgecolor {nopcolor} def | |
145 /graphcolor {nopcolor} def | |
146 } bind def | |
147 | |
148 /onlayer { curlayer ne {invis} if } def | |
149 | |
150 /onlayers { | |
151 /myupper exch def | |
152 /mylower exch def | |
153 curlayer mylower lt | |
154 curlayer myupper gt | |
155 or | |
156 {invis} if | |
157 } def | |
158 | |
159 /curlayer 0 def | |
160 | |
161 %%EndResource | |
162 %%EndProlog | |
163 %%BeginSetup | |
164 14 default-font-family set_font | |
165 1 setmiterlimit | |
166 % /arrowlength 10 def | |
167 % /arrowwidth 5 def | |
168 | |
169 % make sure pdfmark is harmless for PS-interpreters other than Distiller | |
170 /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse | |
171 % make '<<' and '>>' safe on PS Level 1 devices | |
172 /languagelevel where {pop languagelevel}{1} ifelse | |
173 2 lt { | |
174 userdict (<<) cvn ([) cvn load put | |
175 userdict (>>) cvn ([) cvn load put | |
176 } if | |
177 | |
178 %%EndSetup | |
179 setupLatin1 | |
180 %%Page: 1 1 | |
181 %%PageBoundingBox: 36 36 3416 260 | |
182 %%PageOrientation: Portrait | |
183 0 0 1 beginpage | |
184 gsave | |
185 36 36 3380 224 boxprim clip newpath | |
186 1 1 set_scale 0 rotate 40 41 translate | |
187 % aliasbr.c | |
188 gsave | |
189 1 setlinewidth | |
190 0 0 0 nodecolor | |
191 newpath 245.25 216 moveto | |
192 168.75 216 lineto | |
193 168.75 180 lineto | |
194 245.25 180 lineto | |
195 closepath stroke | |
196 0 0 0 nodecolor | |
197 14 /Times-Roman set_font | |
198 176.5 194.3 moveto 61 (aliasbr.c) alignedtext | |
199 grestore | |
200 % ali | |
201 gsave | |
202 1 setlinewidth | |
203 0 0 0 nodecolor | |
204 116 18 27 18 ellipse_path stroke | |
205 0 0 0 nodecolor | |
206 14 /Times-Roman set_font | |
207 107 14.3 moveto 18 (ali) alignedtext | |
208 grestore | |
209 % aliasbr.c->ali | |
210 gsave | |
211 1 setlinewidth | |
212 0 0 0 edgecolor | |
213 newpath 198.27 179.93 moveto | |
214 182.19 148.46 147.77 81.15 128.95 44.33 curveto | |
215 stroke | |
216 0 0 0 edgecolor | |
217 newpath 131.97 42.55 moveto | |
218 124.3 35.24 lineto | |
219 125.74 45.74 lineto | |
220 closepath fill | |
221 1 setlinewidth | |
222 solid | |
223 0 0 0 edgecolor | |
224 newpath 131.97 42.55 moveto | |
225 124.3 35.24 lineto | |
226 125.74 45.74 lineto | |
227 closepath stroke | |
228 grestore | |
229 % conflict | |
230 gsave | |
231 1 setlinewidth | |
232 0 0 0 nodecolor | |
233 207 18 46.22 18 ellipse_path stroke | |
234 0 0 0 nodecolor | |
235 14 /Times-Roman set_font | |
236 179.5 14.3 moveto 55 (conflict) alignedtext | |
237 grestore | |
238 % aliasbr.c->conflict | |
239 gsave | |
240 1 setlinewidth | |
241 0 0 0 edgecolor | |
242 newpath 207 179.93 moveto | |
243 207 148.97 207 83.3 207 46.13 curveto | |
244 stroke | |
245 0 0 0 edgecolor | |
246 newpath 210.5 46.02 moveto | |
247 207 36.02 lineto | |
248 203.5 46.02 lineto | |
249 closepath fill | |
250 1 setlinewidth | |
251 solid | |
252 0 0 0 edgecolor | |
253 newpath 210.5 46.02 moveto | |
254 207 36.02 lineto | |
255 203.5 46.02 lineto | |
256 closepath stroke | |
257 grestore | |
258 % post | |
259 gsave | |
260 1 setlinewidth | |
261 0 0 0 nodecolor | |
262 302 18 30.32 18 ellipse_path stroke | |
263 0 0 0 nodecolor | |
264 14 /Times-Roman set_font | |
265 286.5 14.3 moveto 31 (post) alignedtext | |
266 grestore | |
267 % aliasbr.c->post | |
268 gsave | |
269 1 setlinewidth | |
270 0 0 0 edgecolor | |
271 newpath 216.11 179.93 moveto | |
272 232.86 148.54 268.65 81.49 288.33 44.61 curveto | |
273 stroke | |
274 0 0 0 edgecolor | |
275 newpath 291.57 45.97 moveto | |
276 293.2 35.5 lineto | |
277 285.4 42.67 lineto | |
278 closepath fill | |
279 1 setlinewidth | |
280 solid | |
281 0 0 0 edgecolor | |
282 newpath 291.57 45.97 moveto | |
283 293.2 35.5 lineto | |
284 285.4 42.67 lineto | |
285 closepath stroke | |
286 grestore | |
287 % slocal | |
288 gsave | |
289 1 setlinewidth | |
290 0 0 0 nodecolor | |
291 389 18 38.02 18 ellipse_path stroke | |
292 0 0 0 nodecolor | |
293 14 /Times-Roman set_font | |
294 367.5 14.3 moveto 43 (slocal) alignedtext | |
295 grestore | |
296 % aliasbr.c->slocal | |
297 gsave | |
298 1 setlinewidth | |
299 0 0 0 edgecolor | |
300 newpath 224.45 179.93 moveto | |
301 257.43 147.68 328.89 77.79 365.84 41.65 curveto | |
302 stroke | |
303 0 0 0 edgecolor | |
304 newpath 368.47 43.98 moveto | |
305 373.17 34.48 lineto | |
306 363.57 38.97 lineto | |
307 closepath fill | |
308 1 setlinewidth | |
309 solid | |
310 0 0 0 edgecolor | |
311 newpath 368.47 43.98 moveto | |
312 373.17 34.48 lineto | |
313 363.57 38.97 lineto | |
314 closepath stroke | |
315 grestore | |
316 % spost | |
317 gsave | |
318 1 setlinewidth | |
319 0 0 0 nodecolor | |
320 35 18 35.62 18 ellipse_path stroke | |
321 0 0 0 nodecolor | |
322 14 /Times-Roman set_font | |
323 15.5 14.3 moveto 39 (spost) alignedtext | |
324 grestore | |
325 % aliasbr.c->spost | |
326 gsave | |
327 1 setlinewidth | |
328 0 0 0 edgecolor | |
329 newpath 190.51 179.93 moveto | |
330 159.47 147.82 92.37 78.37 57.33 42.11 curveto | |
331 stroke | |
332 0 0 0 edgecolor | |
333 newpath 59.43 39.24 moveto | |
334 49.96 34.48 lineto | |
335 54.39 44.1 lineto | |
336 closepath fill | |
337 1 setlinewidth | |
338 solid | |
339 0 0 0 edgecolor | |
340 newpath 59.43 39.24 moveto | |
341 49.96 34.48 lineto | |
342 54.39 44.1 lineto | |
343 closepath stroke | |
344 grestore | |
345 % termsbr.c | |
346 gsave | |
347 1 setlinewidth | |
348 0 0 0 nodecolor | |
349 newpath 1753.25 216 moveto | |
350 1668.75 216 lineto | |
351 1668.75 180 lineto | |
352 1753.25 180 lineto | |
353 closepath stroke | |
354 0 0 0 nodecolor | |
355 14 /Times-Roman set_font | |
356 1676.5 194.3 moveto 69 (termsbr.c) alignedtext | |
357 grestore | |
358 % ap | |
359 gsave | |
360 1 setlinewidth | |
361 0 0 0 nodecolor | |
362 1638 18 27 18 ellipse_path stroke | |
363 0 0 0 nodecolor | |
364 14 /Times-Roman set_font | |
365 1629 14.3 moveto 18 (ap) alignedtext | |
366 grestore | |
367 % termsbr.c->ap | |
368 gsave | |
369 1 setlinewidth | |
370 0 0 0 edgecolor | |
371 newpath 1704 179.93 moveto | |
372 1691.18 148.67 1663.86 82.06 1648.7 45.09 curveto | |
373 stroke | |
374 0 0 0 edgecolor | |
375 newpath 1651.8 43.42 moveto | |
376 1644.77 35.5 lineto | |
377 1645.32 46.08 lineto | |
378 closepath fill | |
379 1 setlinewidth | |
380 solid | |
381 0 0 0 edgecolor | |
382 newpath 1651.8 43.42 moveto | |
383 1644.77 35.5 lineto | |
384 1645.32 46.08 lineto | |
385 closepath stroke | |
386 grestore | |
387 % dp | |
388 gsave | |
389 1 setlinewidth | |
390 0 0 0 nodecolor | |
391 1710 18 27 18 ellipse_path stroke | |
392 0 0 0 nodecolor | |
393 14 /Times-Roman set_font | |
394 1700.5 14.3 moveto 19 (dp) alignedtext | |
395 grestore | |
396 % termsbr.c->dp | |
397 gsave | |
398 1 setlinewidth | |
399 0 0 0 edgecolor | |
400 newpath 1710.9 179.93 moveto | |
401 1710.73 148.97 1710.36 83.3 1710.15 46.13 curveto | |
402 stroke | |
403 0 0 0 edgecolor | |
404 newpath 1713.65 46 moveto | |
405 1710.1 36.02 lineto | |
406 1706.65 46.04 lineto | |
407 closepath fill | |
408 1 setlinewidth | |
409 solid | |
410 0 0 0 edgecolor | |
411 newpath 1713.65 46 moveto | |
412 1710.1 36.02 lineto | |
413 1706.65 46.04 lineto | |
414 closepath stroke | |
415 grestore | |
416 % inc | |
417 gsave | |
418 1 setlinewidth | |
419 0 0 0 nodecolor | |
420 1566 18 27 18 ellipse_path stroke | |
421 0 0 0 nodecolor | |
422 14 /Times-Roman set_font | |
423 1555 14.3 moveto 22 (inc) alignedtext | |
424 grestore | |
425 % termsbr.c->inc | |
426 gsave | |
427 1 setlinewidth | |
428 0 0 0 edgecolor | |
429 newpath 1697.1 179.93 moveto | |
430 1670.98 147.87 1614.56 78.61 1584.98 42.29 curveto | |
431 stroke | |
432 0 0 0 edgecolor | |
433 newpath 1587.44 39.77 moveto | |
434 1578.41 34.23 lineto | |
435 1582.01 44.2 lineto | |
436 closepath fill | |
437 1 setlinewidth | |
438 solid | |
439 0 0 0 edgecolor | |
440 newpath 1587.44 39.77 moveto | |
441 1578.41 34.23 lineto | |
442 1582.01 44.2 lineto | |
443 closepath stroke | |
444 grestore | |
445 % mhbuild | |
446 gsave | |
447 1 setlinewidth | |
448 0 0 0 nodecolor | |
449 1370 18 48.62 18 ellipse_path stroke | |
450 0 0 0 nodecolor | |
451 14 /Times-Roman set_font | |
452 1340.5 14.3 moveto 59 (mhbuild) alignedtext | |
453 grestore | |
454 % termsbr.c->mhbuild | |
455 gsave | |
456 1 setlinewidth | |
457 0 0 0 edgecolor | |
458 newpath 1678.3 179.93 moveto | |
459 1614.14 146.44 1472.22 72.36 1405.7 37.64 curveto | |
460 stroke | |
461 0 0 0 edgecolor | |
462 newpath 1407.32 34.53 moveto | |
463 1396.84 33.01 lineto | |
464 1404.08 40.74 lineto | |
465 closepath fill | |
466 1 setlinewidth | |
467 solid | |
468 0 0 0 edgecolor | |
469 newpath 1407.32 34.53 moveto | |
470 1396.84 33.01 lineto | |
471 1404.08 40.74 lineto | |
472 closepath stroke | |
473 grestore | |
474 % mhl | |
475 gsave | |
476 1 setlinewidth | |
477 0 0 0 nodecolor | |
478 1784 18 28.4 18 ellipse_path stroke | |
479 0 0 0 nodecolor | |
480 14 /Times-Roman set_font | |
481 1770 14.3 moveto 28 (mhl) alignedtext | |
482 grestore | |
483 % termsbr.c->mhl | |
484 gsave | |
485 1 setlinewidth | |
486 0 0 0 edgecolor | |
487 newpath 1718 179.93 moveto | |
488 1730.82 148.67 1758.14 82.06 1773.3 45.09 curveto | |
489 stroke | |
490 0 0 0 edgecolor | |
491 newpath 1776.68 46.08 moveto | |
492 1777.23 35.5 lineto | |
493 1770.2 43.42 lineto | |
494 closepath fill | |
495 1 setlinewidth | |
496 solid | |
497 0 0 0 edgecolor | |
498 newpath 1776.68 46.08 moveto | |
499 1777.23 35.5 lineto | |
500 1770.2 43.42 lineto | |
501 closepath stroke | |
502 grestore | |
503 % mhlist | |
504 gsave | |
505 1 setlinewidth | |
506 0 0 0 nodecolor | |
507 1264 18 39.47 18 ellipse_path stroke | |
508 0 0 0 nodecolor | |
509 14 /Times-Roman set_font | |
510 1241.5 14.3 moveto 45 (mhlist) alignedtext | |
511 grestore | |
512 % termsbr.c->mhlist | |
513 gsave | |
514 1 setlinewidth | |
515 0 0 0 edgecolor | |
516 newpath 1668.54 180.09 moveto | |
517 1581.65 145.49 1384.76 67.09 1301.89 34.09 curveto | |
518 stroke | |
519 0 0 0 edgecolor | |
520 newpath 1303.18 30.84 moveto | |
521 1292.6 30.39 lineto | |
522 1300.59 37.34 lineto | |
523 closepath fill | |
524 1 setlinewidth | |
525 solid | |
526 0 0 0 edgecolor | |
527 newpath 1303.18 30.84 moveto | |
528 1292.6 30.39 lineto | |
529 1300.59 37.34 lineto | |
530 closepath stroke | |
531 grestore | |
532 % mhn | |
533 gsave | |
534 1 setlinewidth | |
535 0 0 0 nodecolor | |
536 940 18 31.3 18 ellipse_path stroke | |
537 0 0 0 nodecolor | |
538 14 /Times-Roman set_font | |
539 924 14.3 moveto 32 (mhn) alignedtext | |
540 grestore | |
541 % termsbr.c->mhn | |
542 gsave | |
543 1 setlinewidth | |
544 0 0 0 edgecolor | |
545 newpath 1668.54 182.71 moveto | |
546 1665.33 181.75 1662.12 180.84 1659 180 curveto | |
547 1361.51 100.02 1275.19 127.38 981 36 curveto | |
548 978.55 35.24 976.05 34.39 973.55 33.49 curveto | |
549 stroke | |
550 0 0 0 edgecolor | |
551 newpath 974.6 30.14 moveto | |
552 964.01 29.82 lineto | |
553 972.09 36.68 lineto | |
554 closepath fill | |
555 1 setlinewidth | |
556 solid | |
557 0 0 0 edgecolor | |
558 newpath 974.6 30.14 moveto | |
559 964.01 29.82 lineto | |
560 972.09 36.68 lineto | |
561 closepath stroke | |
562 grestore | |
563 % mhshow | |
564 gsave | |
565 1 setlinewidth | |
566 0 0 0 nodecolor | |
567 1156 18 50.07 18 ellipse_path stroke | |
568 0 0 0 nodecolor | |
569 14 /Times-Roman set_font | |
570 1125.5 14.3 moveto 61 (mhshow) alignedtext | |
571 grestore | |
572 % termsbr.c->mhshow | |
573 gsave | |
574 1 setlinewidth | |
575 0 0 0 edgecolor | |
576 newpath 1668.72 183.15 moveto | |
577 1665.43 182.08 1662.16 181.02 1659 180 curveto | |
578 1490.79 125.58 1290.61 61.8 1202.05 33.64 curveto | |
579 stroke | |
580 0 0 0 edgecolor | |
581 newpath 1202.91 30.24 moveto | |
582 1192.32 30.54 lineto | |
583 1200.79 36.91 lineto | |
584 closepath fill | |
585 1 setlinewidth | |
586 solid | |
587 0 0 0 edgecolor | |
588 newpath 1202.91 30.24 moveto | |
589 1192.32 30.54 lineto | |
590 1200.79 36.91 lineto | |
591 closepath stroke | |
592 grestore | |
593 % mhstore | |
594 gsave | |
595 1 setlinewidth | |
596 0 0 0 nodecolor | |
597 1039 18 49.09 18 ellipse_path stroke | |
598 0 0 0 nodecolor | |
599 14 /Times-Roman set_font | |
600 1009 14.3 moveto 60 (mhstore) alignedtext | |
601 grestore | |
602 % termsbr.c->mhstore | |
603 gsave | |
604 1 setlinewidth | |
605 0 0 0 edgecolor | |
606 newpath 1668.5 182.86 moveto | |
607 1665.29 181.87 1662.1 180.9 1659 180 curveto | |
608 1411.44 107.9 1345.64 104.27 1097 36 curveto | |
609 1093.24 34.97 1089.34 33.88 1085.44 32.76 curveto | |
610 stroke | |
611 0 0 0 edgecolor | |
612 newpath 1086.34 29.38 moveto | |
613 1075.76 29.98 lineto | |
614 1084.41 36.11 lineto | |
615 closepath fill | |
616 1 setlinewidth | |
617 solid | |
618 0 0 0 edgecolor | |
619 newpath 1086.34 29.38 moveto | |
620 1075.76 29.98 lineto | |
621 1084.41 36.11 lineto | |
622 closepath stroke | |
623 grestore | |
624 % mhtest | |
625 gsave | |
626 1 setlinewidth | |
627 0 0 0 nodecolor | |
628 1479 18 42.37 18 ellipse_path stroke | |
629 0 0 0 nodecolor | |
630 14 /Times-Roman set_font | |
631 1454.5 14.3 moveto 49 (mhtest) alignedtext | |
632 grestore | |
633 % termsbr.c->mhtest | |
634 gsave | |
635 1 setlinewidth | |
636 0 0 0 edgecolor | |
637 newpath 1688.75 179.93 moveto | |
638 1646.15 147.25 1553.17 75.9 1506.65 40.21 curveto | |
639 stroke | |
640 0 0 0 edgecolor | |
641 newpath 1508.59 37.29 moveto | |
642 1498.53 33.98 lineto | |
643 1504.33 42.85 lineto | |
644 closepath fill | |
645 1 setlinewidth | |
646 solid | |
647 0 0 0 edgecolor | |
648 newpath 1508.59 37.29 moveto | |
649 1498.53 33.98 lineto | |
650 1504.33 42.85 lineto | |
651 closepath stroke | |
652 grestore | |
653 % msh | |
654 gsave | |
655 1 setlinewidth | |
656 0 0 0 nodecolor | |
657 2127 18 30.32 18 ellipse_path stroke | |
658 0 0 0 nodecolor | |
659 14 /Times-Roman set_font | |
660 2111.5 14.3 moveto 31 (msh) alignedtext | |
661 grestore | |
662 % termsbr.c->msh | |
663 gsave | |
664 1 setlinewidth | |
665 0 0 0 edgecolor | |
666 newpath 1750.89 179.93 moveto | |
667 1832.63 144.96 2017.83 65.71 2093.67 33.26 curveto | |
668 stroke | |
669 0 0 0 edgecolor | |
670 newpath 2095.39 36.33 moveto | |
671 2103.21 29.18 lineto | |
672 2092.64 29.9 lineto | |
673 closepath fill | |
674 1 setlinewidth | |
675 solid | |
676 0 0 0 edgecolor | |
677 newpath 2095.39 36.33 moveto | |
678 2103.21 29.18 lineto | |
679 2092.64 29.9 lineto | |
680 closepath stroke | |
681 grestore | |
682 % rcvtty | |
683 gsave | |
684 1 setlinewidth | |
685 0 0 0 nodecolor | |
686 1957 18 38.02 18 ellipse_path stroke | |
687 0 0 0 nodecolor | |
688 14 /Times-Roman set_font | |
689 1935.5 14.3 moveto 43 (rcvtty) alignedtext | |
690 grestore | |
691 % termsbr.c->rcvtty | |
692 gsave | |
693 1 setlinewidth | |
694 0 0 0 edgecolor | |
695 newpath 1734.59 179.93 moveto | |
696 1780.08 147.02 1879.76 74.89 1928.72 39.46 curveto | |
697 stroke | |
698 0 0 0 edgecolor | |
699 newpath 1930.92 42.19 moveto | |
700 1936.97 33.49 lineto | |
701 1926.82 36.52 lineto | |
702 closepath fill | |
703 1 setlinewidth | |
704 solid | |
705 0 0 0 edgecolor | |
706 newpath 1930.92 42.19 moveto | |
707 1936.97 33.49 lineto | |
708 1926.82 36.52 lineto | |
709 closepath stroke | |
710 grestore | |
711 % scan | |
712 gsave | |
713 1 setlinewidth | |
714 0 0 0 nodecolor | |
715 2046 18 32.25 18 ellipse_path stroke | |
716 0 0 0 nodecolor | |
717 14 /Times-Roman set_font | |
718 2029 14.3 moveto 34 (scan) alignedtext | |
719 grestore | |
720 % termsbr.c->scan | |
721 gsave | |
722 1 setlinewidth | |
723 0 0 0 edgecolor | |
724 newpath 1743.12 179.93 moveto | |
725 1807.14 145.92 1949.97 70.02 2013.94 36.03 curveto | |
726 stroke | |
727 0 0 0 edgecolor | |
728 newpath 2015.96 38.92 moveto | |
729 2023.15 31.14 lineto | |
730 2012.68 32.74 lineto | |
731 closepath fill | |
732 1 setlinewidth | |
733 solid | |
734 0 0 0 edgecolor | |
735 newpath 2015.96 38.92 moveto | |
736 2023.15 31.14 lineto | |
737 2012.68 32.74 lineto | |
738 closepath stroke | |
739 grestore | |
740 % show | |
741 gsave | |
742 1 setlinewidth | |
743 0 0 0 nodecolor | |
744 1866 18 35.15 18 ellipse_path stroke | |
745 0 0 0 nodecolor | |
746 14 /Times-Roman set_font | |
747 1847 14.3 moveto 38 (show) alignedtext | |
748 grestore | |
749 % termsbr.c->show | |
750 gsave | |
751 1 setlinewidth | |
752 0 0 0 edgecolor | |
753 newpath 1725.86 179.93 moveto | |
754 1753.76 147.9 1813.99 78.72 1845.64 42.38 curveto | |
755 stroke | |
756 0 0 0 edgecolor | |
757 newpath 1848.37 44.57 moveto | |
758 1852.3 34.73 lineto | |
759 1843.09 39.98 lineto | |
760 closepath fill | |
761 1 setlinewidth | |
762 solid | |
763 0 0 0 edgecolor | |
764 newpath 1848.37 44.57 moveto | |
765 1852.3 34.73 lineto | |
766 1843.09 39.98 lineto | |
767 closepath stroke | |
768 grestore | |
769 % annosbr.c | |
770 gsave | |
771 1 setlinewidth | |
772 0 0 0 nodecolor | |
773 newpath 2890 216 moveto | |
774 2804 216 lineto | |
775 2804 180 lineto | |
776 2890 180 lineto | |
777 closepath stroke | |
778 0 0 0 nodecolor | |
779 14 /Times-Roman set_font | |
780 2812 194.3 moveto 70 (annosbr.c) alignedtext | |
781 grestore | |
782 % anno | |
783 gsave | |
784 1 setlinewidth | |
785 0 0 0 nodecolor | |
786 2774 18 33.2 18 ellipse_path stroke | |
787 0 0 0 nodecolor | |
788 14 /Times-Roman set_font | |
789 2756 14.3 moveto 36 (anno) alignedtext | |
790 grestore | |
791 % annosbr.c->anno | |
792 gsave | |
793 1 setlinewidth | |
794 0 0 0 edgecolor | |
795 newpath 2840 179.93 moveto | |
796 2827.21 148.75 2800 82.4 2784.81 45.37 curveto | |
797 stroke | |
798 0 0 0 edgecolor | |
799 newpath 2787.9 43.68 moveto | |
800 2780.87 35.76 lineto | |
801 2781.43 46.34 lineto | |
802 closepath fill | |
803 1 setlinewidth | |
804 solid | |
805 0 0 0 edgecolor | |
806 newpath 2787.9 43.68 moveto | |
807 2780.87 35.76 lineto | |
808 2781.43 46.34 lineto | |
809 closepath stroke | |
810 grestore | |
811 % comp | |
812 gsave | |
813 1 setlinewidth | |
814 0 0 0 nodecolor | |
815 3142 18 36.1 18 ellipse_path stroke | |
816 0 0 0 nodecolor | |
817 14 /Times-Roman set_font | |
818 3122 14.3 moveto 40 (comp) alignedtext | |
819 grestore | |
820 % annosbr.c->comp | |
821 gsave | |
822 1 setlinewidth | |
823 0 0 0 edgecolor | |
824 newpath 2875.29 179.93 moveto | |
825 2930.86 146.4 3053.88 72.17 3111.33 37.51 curveto | |
826 stroke | |
827 0 0 0 edgecolor | |
828 newpath 3113.21 40.46 moveto | |
829 3119.97 32.29 lineto | |
830 3109.6 34.46 lineto | |
831 closepath fill | |
832 1 setlinewidth | |
833 solid | |
834 0 0 0 edgecolor | |
835 newpath 3113.21 40.46 moveto | |
836 3119.97 32.29 lineto | |
837 3109.6 34.46 lineto | |
838 closepath stroke | |
839 grestore | |
840 % dist | |
841 gsave | |
842 1 setlinewidth | |
843 0 0 0 nodecolor | |
844 2977 18 27.42 18 ellipse_path stroke | |
845 0 0 0 nodecolor | |
846 14 /Times-Roman set_font | |
847 2963.5 14.3 moveto 27 (dist) alignedtext | |
848 grestore | |
849 % annosbr.c->dist | |
850 gsave | |
851 1 setlinewidth | |
852 0 0 0 edgecolor | |
853 newpath 2859.46 179.93 moveto | |
854 2882.82 147.95 2933.21 78.96 2959.79 42.57 curveto | |
855 stroke | |
856 0 0 0 edgecolor | |
857 newpath 2962.62 44.62 moveto | |
858 2965.69 34.48 lineto | |
859 2956.97 40.49 lineto | |
860 closepath fill | |
861 1 setlinewidth | |
862 solid | |
863 0 0 0 edgecolor | |
864 newpath 2962.62 44.62 moveto | |
865 2965.69 34.48 lineto | |
866 2956.97 40.49 lineto | |
867 closepath stroke | |
868 grestore | |
869 % forw | |
870 gsave | |
871 1 setlinewidth | |
872 0 0 0 nodecolor | |
873 3055 18 32.25 18 ellipse_path stroke | |
874 0 0 0 nodecolor | |
875 14 /Times-Roman set_font | |
876 3038 14.3 moveto 34 (forw) alignedtext | |
877 grestore | |
878 % annosbr.c->forw | |
879 gsave | |
880 1 setlinewidth | |
881 0 0 0 edgecolor | |
882 newpath 2866.94 179.93 moveto | |
883 2905.17 147.22 2988.65 75.78 3030.31 40.12 curveto | |
884 stroke | |
885 0 0 0 edgecolor | |
886 newpath 3032.74 42.65 moveto | |
887 3038.07 33.49 lineto | |
888 3028.19 37.33 lineto | |
889 closepath fill | |
890 1 setlinewidth | |
891 solid | |
892 0 0 0 edgecolor | |
893 newpath 3032.74 42.65 moveto | |
894 3038.07 33.49 lineto | |
895 3028.19 37.33 lineto | |
896 closepath stroke | |
897 grestore | |
898 % repl | |
899 gsave | |
900 1 setlinewidth | |
901 0 0 0 nodecolor | |
902 3226 18 29.37 18 ellipse_path stroke | |
903 0 0 0 nodecolor | |
904 14 /Times-Roman set_font | |
905 3211.5 14.3 moveto 29 (repl) alignedtext | |
906 grestore | |
907 % annosbr.c->repl | |
908 gsave | |
909 1 setlinewidth | |
910 0 0 0 edgecolor | |
911 newpath 2883.34 179.93 moveto | |
912 2957.31 145.19 3124.26 66.78 3194.21 33.93 curveto | |
913 stroke | |
914 0 0 0 edgecolor | |
915 newpath 3195.86 37.02 moveto | |
916 3203.42 29.6 lineto | |
917 3192.88 30.69 lineto | |
918 closepath fill | |
919 1 setlinewidth | |
920 solid | |
921 0 0 0 edgecolor | |
922 newpath 3195.86 37.02 moveto | |
923 3203.42 29.6 lineto | |
924 3192.88 30.69 lineto | |
925 closepath stroke | |
926 grestore | |
927 % send | |
928 gsave | |
929 1 setlinewidth | |
930 0 0 0 nodecolor | |
931 2690 18 32.25 18 ellipse_path stroke | |
932 0 0 0 nodecolor | |
933 14 /Times-Roman set_font | |
934 2673 14.3 moveto 34 (send) alignedtext | |
935 grestore | |
936 % annosbr.c->send | |
937 gsave | |
938 1 setlinewidth | |
939 0 0 0 edgecolor | |
940 newpath 2831.95 179.93 moveto | |
941 2803.62 147.82 2742.37 78.37 2710.38 42.11 curveto | |
942 stroke | |
943 0 0 0 edgecolor | |
944 newpath 2712.89 39.67 moveto | |
945 2703.65 34.48 lineto | |
946 2707.64 44.3 lineto | |
947 closepath fill | |
948 1 setlinewidth | |
949 solid | |
950 0 0 0 edgecolor | |
951 newpath 2712.89 39.67 moveto | |
952 2703.65 34.48 lineto | |
953 2707.64 44.3 lineto | |
954 closepath stroke | |
955 grestore | |
956 % viamail | |
957 gsave | |
958 1 setlinewidth | |
959 0 0 0 nodecolor | |
960 2396 18 44.29 18 ellipse_path stroke | |
961 0 0 0 nodecolor | |
962 14 /Times-Roman set_font | |
963 2370 14.3 moveto 52 (viamail) alignedtext | |
964 grestore | |
965 % annosbr.c->viamail | |
966 gsave | |
967 1 setlinewidth | |
968 0 0 0 edgecolor | |
969 newpath 2803.76 179.93 moveto | |
970 2716.49 145.49 2520.44 68.12 2435.97 34.78 curveto | |
971 stroke | |
972 0 0 0 edgecolor | |
973 newpath 2437.06 31.44 moveto | |
974 2426.48 31.03 lineto | |
975 2434.49 37.96 lineto | |
976 closepath fill | |
977 1 setlinewidth | |
978 solid | |
979 0 0 0 edgecolor | |
980 newpath 2437.06 31.44 moveto | |
981 2426.48 31.03 lineto | |
982 2434.49 37.96 lineto | |
983 closepath stroke | |
984 grestore | |
985 % whatnow | |
986 gsave | |
987 1 setlinewidth | |
988 0 0 0 nodecolor | |
989 2878 18 52.47 18 ellipse_path stroke | |
990 0 0 0 nodecolor | |
991 14 /Times-Roman set_font | |
992 2845.5 14.3 moveto 65 (whatnow) alignedtext | |
993 grestore | |
994 % annosbr.c->whatnow | |
995 gsave | |
996 1 setlinewidth | |
997 0 0 0 edgecolor | |
998 newpath 2849.97 179.93 moveto | |
999 2855.37 148.97 2866.8 83.3 2873.28 46.13 curveto | |
1000 stroke | |
1001 0 0 0 edgecolor | |
1002 newpath 2876.77 46.47 moveto | |
1003 2875.04 36.02 lineto | |
1004 2869.87 45.27 lineto | |
1005 closepath fill | |
1006 1 setlinewidth | |
1007 solid | |
1008 0 0 0 edgecolor | |
1009 newpath 2876.77 46.47 moveto | |
1010 2875.04 36.02 lineto | |
1011 2869.87 45.27 lineto | |
1012 closepath stroke | |
1013 grestore | |
1014 % sendsbr.c | |
1015 gsave | |
1016 1 setlinewidth | |
1017 0 0 0 nodecolor | |
1018 newpath 2993.25 216 moveto | |
1019 2908.75 216 lineto | |
1020 2908.75 180 lineto | |
1021 2993.25 180 lineto | |
1022 closepath stroke | |
1023 0 0 0 nodecolor | |
1024 14 /Times-Roman set_font | |
1025 2916.5 194.3 moveto 69 (sendsbr.c) alignedtext | |
1026 grestore | |
1027 % sendsbr.c->comp | |
1028 gsave | |
1029 1 setlinewidth | |
1030 0 0 0 edgecolor | |
1031 newpath 2969.31 179.93 moveto | |
1032 3004.01 147.6 3079.29 77.44 3117.98 41.38 curveto | |
1033 stroke | |
1034 0 0 0 edgecolor | |
1035 newpath 3120.73 43.61 moveto | |
1036 3125.66 34.23 lineto | |
1037 3115.95 38.49 lineto | |
1038 closepath fill | |
1039 1 setlinewidth | |
1040 solid | |
1041 0 0 0 edgecolor | |
1042 newpath 3120.73 43.61 moveto | |
1043 3125.66 34.23 lineto | |
1044 3115.95 38.49 lineto | |
1045 closepath stroke | |
1046 grestore | |
1047 % sendsbr.c->dist | |
1048 gsave | |
1049 1 setlinewidth | |
1050 0 0 0 edgecolor | |
1051 newpath 2953.49 179.93 moveto | |
1052 2958.02 148.97 2967.61 83.3 2973.04 46.13 curveto | |
1053 stroke | |
1054 0 0 0 edgecolor | |
1055 newpath 2976.53 46.42 moveto | |
1056 2974.51 36.02 lineto | |
1057 2969.61 45.4 lineto | |
1058 closepath fill | |
1059 1 setlinewidth | |
1060 solid | |
1061 0 0 0 edgecolor | |
1062 newpath 2976.53 46.42 moveto | |
1063 2974.51 36.02 lineto | |
1064 2969.61 45.4 lineto | |
1065 closepath stroke | |
1066 grestore | |
1067 % sendsbr.c->forw | |
1068 gsave | |
1069 1 setlinewidth | |
1070 0 0 0 edgecolor | |
1071 newpath 2960.97 179.93 moveto | |
1072 2979.36 148.46 3018.69 81.15 3040.2 44.33 curveto | |
1073 stroke | |
1074 0 0 0 edgecolor | |
1075 newpath 3043.49 45.64 moveto | |
1076 3045.51 35.24 lineto | |
1077 3037.44 42.11 lineto | |
1078 closepath fill | |
1079 1 setlinewidth | |
1080 solid | |
1081 0 0 0 edgecolor | |
1082 newpath 3043.49 45.64 moveto | |
1083 3045.51 35.24 lineto | |
1084 3037.44 42.11 lineto | |
1085 closepath stroke | |
1086 grestore | |
1087 % sendsbr.c->repl | |
1088 gsave | |
1089 1 setlinewidth | |
1090 0 0 0 edgecolor | |
1091 newpath 2977.37 179.93 moveto | |
1092 3029.34 146.29 3144.6 71.69 3197.93 37.17 curveto | |
1093 stroke | |
1094 0 0 0 edgecolor | |
1095 newpath 3200.04 39.97 moveto | |
1096 3206.54 31.6 lineto | |
1097 3196.24 34.09 lineto | |
1098 closepath fill | |
1099 1 setlinewidth | |
1100 solid | |
1101 0 0 0 edgecolor | |
1102 newpath 3200.04 39.97 moveto | |
1103 3206.54 31.6 lineto | |
1104 3196.24 34.09 lineto | |
1105 closepath stroke | |
1106 grestore | |
1107 % sendsbr.c->send | |
1108 gsave | |
1109 1 setlinewidth | |
1110 0 0 0 edgecolor | |
1111 newpath 2925.97 179.93 moveto | |
1112 2877.13 146.62 2769.39 73.14 2718.14 38.19 curveto | |
1113 stroke | |
1114 0 0 0 edgecolor | |
1115 newpath 2720.07 35.27 moveto | |
1116 2709.84 32.53 lineto | |
1117 2716.13 41.06 lineto | |
1118 closepath fill | |
1119 1 setlinewidth | |
1120 solid | |
1121 0 0 0 edgecolor | |
1122 newpath 2720.07 35.27 moveto | |
1123 2709.84 32.53 lineto | |
1124 2716.13 41.06 lineto | |
1125 closepath stroke | |
1126 grestore | |
1127 % sendsbr.c->viamail | |
1128 gsave | |
1129 1 setlinewidth | |
1130 0 0 0 edgecolor | |
1131 newpath 2908.72 183.15 moveto | |
1132 2905.43 182.08 2902.16 181.02 2899 180 curveto | |
1133 2699.2 115.37 2648.98 100.07 2449 36 curveto | |
1134 2445.87 35 2442.64 33.96 2439.38 32.92 curveto | |
1135 stroke | |
1136 0 0 0 edgecolor | |
1137 newpath 2440.23 29.52 moveto | |
1138 2429.64 29.8 lineto | |
1139 2438.1 36.18 lineto | |
1140 closepath fill | |
1141 1 setlinewidth | |
1142 solid | |
1143 0 0 0 edgecolor | |
1144 newpath 2440.23 29.52 moveto | |
1145 2429.64 29.8 lineto | |
1146 2438.1 36.18 lineto | |
1147 closepath stroke | |
1148 grestore | |
1149 % sendsbr.c->whatnow | |
1150 gsave | |
1151 1 setlinewidth | |
1152 0 0 0 edgecolor | |
1153 newpath 2944 179.93 moveto | |
1154 2931.25 148.83 2904.14 82.73 2888.93 45.65 curveto | |
1155 stroke | |
1156 0 0 0 edgecolor | |
1157 newpath 2892.01 43.94 moveto | |
1158 2884.98 36.02 lineto | |
1159 2885.53 46.6 lineto | |
1160 closepath fill | |
1161 1 setlinewidth | |
1162 solid | |
1163 0 0 0 edgecolor | |
1164 newpath 2892.01 43.94 moveto | |
1165 2884.98 36.02 lineto | |
1166 2885.53 46.6 lineto | |
1167 closepath stroke | |
1168 grestore | |
1169 % distsbr.c | |
1170 gsave | |
1171 1 setlinewidth | |
1172 0 0 0 nodecolor | |
1173 newpath 2785.25 216 moveto | |
1174 2708.75 216 lineto | |
1175 2708.75 180 lineto | |
1176 2785.25 180 lineto | |
1177 closepath stroke | |
1178 0 0 0 nodecolor | |
1179 14 /Times-Roman set_font | |
1180 2716.5 194.3 moveto 61 (distsbr.c) alignedtext | |
1181 grestore | |
1182 % distsbr.c->comp | |
1183 gsave | |
1184 1 setlinewidth | |
1185 0 0 0 edgecolor | |
1186 newpath 2784.87 179.93 moveto | |
1187 2861.2 145.54 3032.51 68.34 3106.67 34.92 curveto | |
1188 stroke | |
1189 0 0 0 edgecolor | |
1190 newpath 3108.37 37.99 moveto | |
1191 3116.05 30.69 lineto | |
1192 3105.5 31.61 lineto | |
1193 closepath fill | |
1194 1 setlinewidth | |
1195 solid | |
1196 0 0 0 edgecolor | |
1197 newpath 3108.37 37.99 moveto | |
1198 3116.05 30.69 lineto | |
1199 3105.5 31.61 lineto | |
1200 closepath stroke | |
1201 grestore | |
1202 % distsbr.c->dist | |
1203 gsave | |
1204 1 setlinewidth | |
1205 0 0 0 edgecolor | |
1206 newpath 2769.05 179.93 moveto | |
1207 2811.94 146.74 2906.33 73.69 2951.69 38.59 curveto | |
1208 stroke | |
1209 0 0 0 edgecolor | |
1210 newpath 2954.06 41.18 moveto | |
1211 2959.82 32.29 lineto | |
1212 2949.77 35.65 lineto | |
1213 closepath fill | |
1214 1 setlinewidth | |
1215 solid | |
1216 0 0 0 edgecolor | |
1217 newpath 2954.06 41.18 moveto | |
1218 2959.82 32.29 lineto | |
1219 2949.77 35.65 lineto | |
1220 closepath stroke | |
1221 grestore | |
1222 % distsbr.c->forw | |
1223 gsave | |
1224 1 setlinewidth | |
1225 0 0 0 edgecolor | |
1226 newpath 2776.53 179.93 moveto | |
1227 2834.99 146.15 2964.9 71.07 3024.3 36.74 curveto | |
1228 stroke | |
1229 0 0 0 edgecolor | |
1230 newpath 3026.3 39.63 moveto | |
1231 3033.2 31.6 lineto | |
1232 3022.79 33.57 lineto | |
1233 closepath fill | |
1234 1 setlinewidth | |
1235 solid | |
1236 0 0 0 edgecolor | |
1237 newpath 3026.3 39.63 moveto | |
1238 3033.2 31.6 lineto | |
1239 3022.79 33.57 lineto | |
1240 closepath stroke | |
1241 grestore | |
1242 % rcvdist | |
1243 gsave | |
1244 1 setlinewidth | |
1245 0 0 0 nodecolor | |
1246 2597 18 42.35 18 ellipse_path stroke | |
1247 0 0 0 nodecolor | |
1248 14 /Times-Roman set_font | |
1249 2572 14.3 moveto 50 (rcvdist) alignedtext | |
1250 grestore | |
1251 % distsbr.c->rcvdist | |
1252 gsave | |
1253 1 setlinewidth | |
1254 0 0 0 edgecolor | |
1255 newpath 2732.62 179.93 moveto | |
1256 2705.76 148.06 2647.92 79.42 2617.17 42.94 curveto | |
1257 stroke | |
1258 0 0 0 edgecolor | |
1259 newpath 2619.81 40.63 moveto | |
1260 2610.69 35.24 lineto | |
1261 2614.45 45.14 lineto | |
1262 closepath fill | |
1263 1 setlinewidth | |
1264 solid | |
1265 0 0 0 edgecolor | |
1266 newpath 2619.81 40.63 moveto | |
1267 2610.69 35.24 lineto | |
1268 2614.45 45.14 lineto | |
1269 closepath stroke | |
1270 grestore | |
1271 % distsbr.c->repl | |
1272 gsave | |
1273 1 setlinewidth | |
1274 0 0 0 edgecolor | |
1275 newpath 2785.57 183.22 moveto | |
1276 2878.02 150.15 3110.26 66.73 3187 36 curveto | |
1277 3189.2 35.12 3191.46 34.19 3193.73 33.25 curveto | |
1278 stroke | |
1279 0 0 0 edgecolor | |
1280 newpath 3195.17 36.44 moveto | |
1281 3203 29.3 lineto | |
1282 3192.43 30 lineto | |
1283 closepath fill | |
1284 1 setlinewidth | |
1285 solid | |
1286 0 0 0 edgecolor | |
1287 newpath 3195.17 36.44 moveto | |
1288 3203 29.3 lineto | |
1289 3192.43 30 lineto | |
1290 closepath stroke | |
1291 grestore | |
1292 % distsbr.c->send | |
1293 gsave | |
1294 1 setlinewidth | |
1295 0 0 0 edgecolor | |
1296 newpath 2741.53 179.93 moveto | |
1297 2731.55 148.75 2710.3 82.4 2698.44 45.37 curveto | |
1298 stroke | |
1299 0 0 0 edgecolor | |
1300 newpath 2701.75 44.21 moveto | |
1301 2695.37 35.76 lineto | |
1302 2695.08 46.35 lineto | |
1303 closepath fill | |
1304 1 setlinewidth | |
1305 solid | |
1306 0 0 0 edgecolor | |
1307 newpath 2701.75 44.21 moveto | |
1308 2695.37 35.76 lineto | |
1309 2695.08 46.35 lineto | |
1310 closepath stroke | |
1311 grestore | |
1312 % distsbr.c->viamail | |
1313 gsave | |
1314 1 setlinewidth | |
1315 0 0 0 edgecolor | |
1316 newpath 2713.34 179.93 moveto | |
1317 2646.97 146.27 2499.76 71.62 2431.74 37.12 curveto | |
1318 stroke | |
1319 0 0 0 edgecolor | |
1320 newpath 2433.18 33.93 moveto | |
1321 2422.68 32.53 lineto | |
1322 2430.02 40.18 lineto | |
1323 closepath fill | |
1324 1 setlinewidth | |
1325 solid | |
1326 0 0 0 edgecolor | |
1327 newpath 2433.18 33.93 moveto | |
1328 2422.68 32.53 lineto | |
1329 2430.02 40.18 lineto | |
1330 closepath stroke | |
1331 grestore | |
1332 % distsbr.c->whatnow | |
1333 gsave | |
1334 1 setlinewidth | |
1335 0 0 0 edgecolor | |
1336 newpath 2759.56 179.93 moveto | |
1337 2782.8 148.35 2832.6 80.69 2859.63 43.96 curveto | |
1338 stroke | |
1339 0 0 0 edgecolor | |
1340 newpath 2862.56 45.88 moveto | |
1341 2865.67 35.76 lineto | |
1342 2856.92 41.74 lineto | |
1343 closepath fill | |
1344 1 setlinewidth | |
1345 solid | |
1346 0 0 0 edgecolor | |
1347 newpath 2862.56 45.88 moveto | |
1348 2865.67 35.76 lineto | |
1349 2856.92 41.74 lineto | |
1350 closepath stroke | |
1351 grestore | |
1352 % whom | |
1353 gsave | |
1354 1 setlinewidth | |
1355 0 0 0 nodecolor | |
1356 2497 18 38.49 18 ellipse_path stroke | |
1357 0 0 0 nodecolor | |
1358 14 /Times-Roman set_font | |
1359 2475 14.3 moveto 44 (whom) alignedtext | |
1360 grestore | |
1361 % distsbr.c->whom | |
1362 gsave | |
1363 1 setlinewidth | |
1364 0 0 0 edgecolor | |
1365 newpath 2723.03 179.93 moveto | |
1366 2676.8 147.02 2575.5 74.89 2525.74 39.46 curveto | |
1367 stroke | |
1368 0 0 0 edgecolor | |
1369 newpath 2527.53 36.44 moveto | |
1370 2517.35 33.49 lineto | |
1371 2523.47 42.14 lineto | |
1372 closepath fill | |
1373 1 setlinewidth | |
1374 solid | |
1375 0 0 0 edgecolor | |
1376 newpath 2527.53 36.44 moveto | |
1377 2517.35 33.49 lineto | |
1378 2523.47 42.14 lineto | |
1379 closepath stroke | |
1380 grestore | |
1381 % whatnowproc.c | |
1382 gsave | |
1383 1 setlinewidth | |
1384 0 0 0 nodecolor | |
1385 newpath 3273.25 216 moveto | |
1386 3146.75 216 lineto | |
1387 3146.75 180 lineto | |
1388 3273.25 180 lineto | |
1389 closepath stroke | |
1390 0 0 0 nodecolor | |
1391 14 /Times-Roman set_font | |
1392 3154.5 194.3 moveto 111 (whatnowproc.c) alignedtext | |
1393 grestore | |
1394 % whatnowproc.c->comp | |
1395 gsave | |
1396 1 setlinewidth | |
1397 0 0 0 edgecolor | |
1398 newpath 3203.48 179.93 moveto | |
1399 3191.57 148.75 3166.22 82.4 3152.07 45.37 curveto | |
1400 stroke | |
1401 0 0 0 edgecolor | |
1402 newpath 3155.24 43.85 moveto | |
1403 3148.4 35.76 lineto | |
1404 3148.7 46.35 lineto | |
1405 closepath fill | |
1406 1 setlinewidth | |
1407 solid | |
1408 0 0 0 edgecolor | |
1409 newpath 3155.24 43.85 moveto | |
1410 3148.4 35.76 lineto | |
1411 3148.7 46.35 lineto | |
1412 closepath stroke | |
1413 grestore | |
1414 % whatnowproc.c->dist | |
1415 gsave | |
1416 1 setlinewidth | |
1417 0 0 0 edgecolor | |
1418 newpath 3187.66 179.93 moveto | |
1419 3144.12 146.67 3048.19 73.39 3002.35 38.37 curveto | |
1420 stroke | |
1421 0 0 0 edgecolor | |
1422 newpath 3004.47 35.58 moveto | |
1423 2994.4 32.29 lineto | |
1424 3000.22 41.15 lineto | |
1425 closepath fill | |
1426 1 setlinewidth | |
1427 solid | |
1428 0 0 0 edgecolor | |
1429 newpath 3004.47 35.58 moveto | |
1430 2994.4 32.29 lineto | |
1431 3000.22 41.15 lineto | |
1432 closepath stroke | |
1433 grestore | |
1434 % whatnowproc.c->forw | |
1435 gsave | |
1436 1 setlinewidth | |
1437 0 0 0 edgecolor | |
1438 newpath 3195.14 179.93 moveto | |
1439 3167.17 147.82 3106.7 78.37 3075.12 42.11 curveto | |
1440 stroke | |
1441 0 0 0 edgecolor | |
1442 newpath 3077.69 39.72 moveto | |
1443 3068.48 34.48 lineto | |
1444 3072.41 44.32 lineto | |
1445 closepath fill | |
1446 1 setlinewidth | |
1447 solid | |
1448 0 0 0 edgecolor | |
1449 newpath 3077.69 39.72 moveto | |
1450 3068.48 34.48 lineto | |
1451 3072.41 44.32 lineto | |
1452 closepath stroke | |
1453 grestore | |
1454 % whatnowproc.c->repl | |
1455 gsave | |
1456 1 setlinewidth | |
1457 0 0 0 edgecolor | |
1458 newpath 3211.53 179.93 moveto | |
1459 3214.32 148.97 3220.22 83.3 3223.56 46.13 curveto | |
1460 stroke | |
1461 0 0 0 edgecolor | |
1462 newpath 3227.06 46.29 moveto | |
1463 3224.47 36.02 lineto | |
1464 3220.09 45.66 lineto | |
1465 closepath fill | |
1466 1 setlinewidth | |
1467 solid | |
1468 0 0 0 edgecolor | |
1469 newpath 3227.06 46.29 moveto | |
1470 3224.47 36.02 lineto | |
1471 3220.09 45.66 lineto | |
1472 closepath stroke | |
1473 grestore | |
1474 % whatnowsbr.c | |
1475 gsave | |
1476 1 setlinewidth | |
1477 0 0 0 nodecolor | |
1478 newpath 3127.5 216 moveto | |
1479 3012.5 216 lineto | |
1480 3012.5 180 lineto | |
1481 3127.5 180 lineto | |
1482 closepath stroke | |
1483 0 0 0 nodecolor | |
1484 14 /Times-Roman set_font | |
1485 3020 194.3 moveto 100 (whatnowsbr.c) alignedtext | |
1486 grestore | |
1487 % whatnowsbr.c->comp | |
1488 gsave | |
1489 1 setlinewidth | |
1490 0 0 0 edgecolor | |
1491 newpath 3076.9 179.93 moveto | |
1492 3089.52 148.75 3116.36 82.4 3131.33 45.37 curveto | |
1493 stroke | |
1494 0 0 0 edgecolor | |
1495 newpath 3134.72 46.34 moveto | |
1496 3135.22 35.76 lineto | |
1497 3128.23 43.71 lineto | |
1498 closepath fill | |
1499 1 setlinewidth | |
1500 solid | |
1501 0 0 0 edgecolor | |
1502 newpath 3134.72 46.34 moveto | |
1503 3135.22 35.76 lineto | |
1504 3128.23 43.71 lineto | |
1505 closepath stroke | |
1506 grestore | |
1507 % whatnowsbr.c->dist | |
1508 gsave | |
1509 1 setlinewidth | |
1510 0 0 0 edgecolor | |
1511 newpath 3061.08 179.93 moveto | |
1512 3044.64 148.46 3009.47 81.15 2990.24 44.33 curveto | |
1513 stroke | |
1514 0 0 0 edgecolor | |
1515 newpath 2993.22 42.48 moveto | |
1516 2985.49 35.24 lineto | |
1517 2987.01 45.72 lineto | |
1518 closepath fill | |
1519 1 setlinewidth | |
1520 solid | |
1521 0 0 0 edgecolor | |
1522 newpath 2993.22 42.48 moveto | |
1523 2985.49 35.24 lineto | |
1524 2987.01 45.72 lineto | |
1525 closepath stroke | |
1526 grestore | |
1527 % whatnowsbr.c->forw | |
1528 gsave | |
1529 1 setlinewidth | |
1530 0 0 0 edgecolor | |
1531 newpath 3068.56 179.93 moveto | |
1532 3065.95 148.97 3060.42 83.3 3057.29 46.13 curveto | |
1533 stroke | |
1534 0 0 0 edgecolor | |
1535 newpath 3060.76 45.69 moveto | |
1536 3056.43 36.02 lineto | |
1537 3053.79 46.27 lineto | |
1538 closepath fill | |
1539 1 setlinewidth | |
1540 solid | |
1541 0 0 0 edgecolor | |
1542 newpath 3060.76 45.69 moveto | |
1543 3056.43 36.02 lineto | |
1544 3053.79 46.27 lineto | |
1545 closepath stroke | |
1546 grestore | |
1547 % whatnowsbr.c->repl | |
1548 gsave | |
1549 1 setlinewidth | |
1550 0 0 0 edgecolor | |
1551 newpath 3084.96 179.93 moveto | |
1552 3113.18 147.74 3174.27 78.02 3205.99 41.84 curveto | |
1553 stroke | |
1554 0 0 0 edgecolor | |
1555 newpath 3208.69 44.06 moveto | |
1556 3212.65 34.23 lineto | |
1557 3203.43 39.45 lineto | |
1558 closepath fill | |
1559 1 setlinewidth | |
1560 solid | |
1561 0 0 0 edgecolor | |
1562 newpath 3208.69 44.06 moveto | |
1563 3212.65 34.23 lineto | |
1564 3203.43 39.45 lineto | |
1565 closepath stroke | |
1566 grestore | |
1567 % whatnowsbr.c->whatnow | |
1568 gsave | |
1569 1 setlinewidth | |
1570 0 0 0 edgecolor | |
1571 newpath 3051.59 179.93 moveto | |
1572 3017.07 147.93 2942.55 78.84 2903.33 42.48 curveto | |
1573 stroke | |
1574 0 0 0 edgecolor | |
1575 newpath 2905.23 39.47 moveto | |
1576 2895.52 35.24 lineto | |
1577 2900.47 44.61 lineto | |
1578 closepath fill | |
1579 1 setlinewidth | |
1580 solid | |
1581 0 0 0 edgecolor | |
1582 newpath 2905.23 39.47 moveto | |
1583 2895.52 35.24 lineto | |
1584 2900.47 44.61 lineto | |
1585 closepath stroke | |
1586 grestore | |
1587 % scansbr.c | |
1588 gsave | |
1589 1 setlinewidth | |
1590 0 0 0 nodecolor | |
1591 newpath 2066.5 216 moveto | |
1592 1983.5 216 lineto | |
1593 1983.5 180 lineto | |
1594 2066.5 180 lineto | |
1595 closepath stroke | |
1596 0 0 0 nodecolor | |
1597 14 /Times-Roman set_font | |
1598 1991 194.3 moveto 68 (scansbr.c) alignedtext | |
1599 grestore | |
1600 % scansbr.c->inc | |
1601 gsave | |
1602 1 setlinewidth | |
1603 0 0 0 edgecolor | |
1604 newpath 1983.45 182.39 moveto | |
1605 1907.15 155.31 1739.91 94.7 1602 36 curveto | |
1606 1600.19 35.23 1598.33 34.42 1596.47 33.59 curveto | |
1607 stroke | |
1608 0 0 0 edgecolor | |
1609 newpath 1597.75 30.32 moveto | |
1610 1587.2 29.34 lineto | |
1611 1594.83 36.69 lineto | |
1612 closepath fill | |
1613 1 setlinewidth | |
1614 solid | |
1615 0 0 0 edgecolor | |
1616 newpath 1597.75 30.32 moveto | |
1617 1587.2 29.34 lineto | |
1618 1594.83 36.69 lineto | |
1619 closepath stroke | |
1620 grestore | |
1621 % scansbr.c->msh | |
1622 gsave | |
1623 1 setlinewidth | |
1624 0 0 0 edgecolor | |
1625 newpath 2034.78 179.93 moveto | |
1626 2052.81 148.46 2091.39 81.15 2112.48 44.33 curveto | |
1627 stroke | |
1628 0 0 0 edgecolor | |
1629 newpath 2115.76 45.66 moveto | |
1630 2117.69 35.24 lineto | |
1631 2109.68 42.18 lineto | |
1632 closepath fill | |
1633 1 setlinewidth | |
1634 solid | |
1635 0 0 0 edgecolor | |
1636 newpath 2115.76 45.66 moveto | |
1637 2117.69 35.24 lineto | |
1638 2109.68 42.18 lineto | |
1639 closepath stroke | |
1640 grestore | |
1641 % scansbr.c->rcvtty | |
1642 gsave | |
1643 1 setlinewidth | |
1644 0 0 0 edgecolor | |
1645 newpath 2018.48 179.93 moveto | |
1646 2006.57 148.75 1981.22 82.4 1967.07 45.37 curveto | |
1647 stroke | |
1648 0 0 0 edgecolor | |
1649 newpath 1970.24 43.85 moveto | |
1650 1963.4 35.76 lineto | |
1651 1963.7 46.35 lineto | |
1652 closepath fill | |
1653 1 setlinewidth | |
1654 solid | |
1655 0 0 0 edgecolor | |
1656 newpath 1970.24 43.85 moveto | |
1657 1963.4 35.76 lineto | |
1658 1963.7 46.35 lineto | |
1659 closepath stroke | |
1660 grestore | |
1661 % scansbr.c->scan | |
1662 gsave | |
1663 1 setlinewidth | |
1664 0 0 0 edgecolor | |
1665 newpath 2027.01 179.93 moveto | |
1666 2030.67 148.97 2038.41 83.3 2042.8 46.13 curveto | |
1667 stroke | |
1668 0 0 0 edgecolor | |
1669 newpath 2046.3 46.36 moveto | |
1670 2043.99 36.02 lineto | |
1671 2039.34 45.54 lineto | |
1672 closepath fill | |
1673 1 setlinewidth | |
1674 solid | |
1675 0 0 0 edgecolor | |
1676 newpath 2046.3 46.36 moveto | |
1677 2043.99 36.02 lineto | |
1678 2039.34 45.54 lineto | |
1679 closepath stroke | |
1680 grestore | |
1681 % dropsbr.c | |
1682 gsave | |
1683 1 setlinewidth | |
1684 0 0 0 nodecolor | |
1685 newpath 535.25 216 moveto | |
1686 450.75 216 lineto | |
1687 450.75 180 lineto | |
1688 535.25 180 lineto | |
1689 closepath stroke | |
1690 0 0 0 nodecolor | |
1691 14 /Times-Roman set_font | |
1692 458.5 194.3 moveto 69 (dropsbr.c) alignedtext | |
1693 grestore | |
1694 % dropsbr.c->inc | |
1695 gsave | |
1696 1 setlinewidth | |
1697 0 0 0 edgecolor | |
1698 newpath 535.4 182.48 moveto | |
1699 538.63 181.58 541.86 180.74 545 180 curveto | |
1700 975.72 78.89 1106.45 163.86 1530 36 curveto | |
1701 1531.94 35.42 1533.9 34.74 1535.86 34.01 curveto | |
1702 stroke | |
1703 0 0 0 edgecolor | |
1704 newpath 1537.61 37.07 moveto | |
1705 1545.48 29.97 lineto | |
1706 1534.9 30.62 lineto | |
1707 closepath fill | |
1708 1 setlinewidth | |
1709 solid | |
1710 0 0 0 edgecolor | |
1711 newpath 1537.61 37.07 moveto | |
1712 1545.48 29.97 lineto | |
1713 1534.9 30.62 lineto | |
1714 closepath stroke | |
1715 grestore | |
1716 % dropsbr.c->msh | |
1717 gsave | |
1718 1 setlinewidth | |
1719 0 0 0 edgecolor | |
1720 newpath 535.36 182.3 moveto | |
1721 538.6 181.44 541.84 180.66 545 180 curveto | |
1722 1218.97 40.19 1419.66 204.62 2087 36 curveto | |
1723 2089.5 35.37 2092.04 34.6 2094.57 33.75 curveto | |
1724 stroke | |
1725 0 0 0 edgecolor | |
1726 newpath 2096.03 36.94 moveto | |
1727 2104.15 30.14 lineto | |
1728 2093.56 30.39 lineto | |
1729 closepath fill | |
1730 1 setlinewidth | |
1731 solid | |
1732 0 0 0 edgecolor | |
1733 newpath 2096.03 36.94 moveto | |
1734 2104.15 30.14 lineto | |
1735 2093.56 30.39 lineto | |
1736 closepath stroke | |
1737 grestore | |
1738 % packf | |
1739 gsave | |
1740 1 setlinewidth | |
1741 0 0 0 nodecolor | |
1742 595 18 36.1 18 ellipse_path stroke | |
1743 0 0 0 nodecolor | |
1744 14 /Times-Roman set_font | |
1745 575 14.3 moveto 40 (packf) alignedtext | |
1746 grestore | |
1747 % dropsbr.c->packf | |
1748 gsave | |
1749 1 setlinewidth | |
1750 0 0 0 edgecolor | |
1751 newpath 502.78 179.93 moveto | |
1752 520.77 148.54 559.19 81.49 580.32 44.61 curveto | |
1753 stroke | |
1754 0 0 0 edgecolor | |
1755 newpath 583.61 45.91 moveto | |
1756 585.55 35.5 lineto | |
1757 577.54 42.43 lineto | |
1758 closepath fill | |
1759 1 setlinewidth | |
1760 solid | |
1761 0 0 0 edgecolor | |
1762 newpath 583.61 45.91 moveto | |
1763 585.55 35.5 lineto | |
1764 577.54 42.43 lineto | |
1765 closepath stroke | |
1766 grestore | |
1767 % rcvpack | |
1768 gsave | |
1769 1 setlinewidth | |
1770 0 0 0 nodecolor | |
1771 493 18 48.14 18 ellipse_path stroke | |
1772 0 0 0 nodecolor | |
1773 14 /Times-Roman set_font | |
1774 464 14.3 moveto 58 (rcvpack) alignedtext | |
1775 grestore | |
1776 % dropsbr.c->rcvpack | |
1777 gsave | |
1778 1 setlinewidth | |
1779 0 0 0 edgecolor | |
1780 newpath 493 179.93 moveto | |
1781 493 148.97 493 83.3 493 46.13 curveto | |
1782 stroke | |
1783 0 0 0 edgecolor | |
1784 newpath 496.5 46.02 moveto | |
1785 493 36.02 lineto | |
1786 489.5 46.02 lineto | |
1787 closepath fill | |
1788 1 setlinewidth | |
1789 solid | |
1790 0 0 0 edgecolor | |
1791 newpath 496.5 46.02 moveto | |
1792 493 36.02 lineto | |
1793 489.5 46.02 lineto | |
1794 closepath stroke | |
1795 grestore | |
1796 % dropsbr.c->slocal | |
1797 gsave | |
1798 1 setlinewidth | |
1799 0 0 0 edgecolor | |
1800 newpath 483.03 179.93 moveto | |
1801 464.61 148.41 425.18 80.92 403.69 44.14 curveto | |
1802 stroke | |
1803 0 0 0 edgecolor | |
1804 newpath 406.71 42.37 moveto | |
1805 398.64 35.5 lineto | |
1806 400.66 45.9 lineto | |
1807 closepath fill | |
1808 1 setlinewidth | |
1809 solid | |
1810 0 0 0 edgecolor | |
1811 newpath 406.71 42.37 moveto | |
1812 398.64 35.5 lineto | |
1813 400.66 45.9 lineto | |
1814 closepath stroke | |
1815 grestore | |
1816 % mhlistsbr.c | |
1817 gsave | |
1818 1 setlinewidth | |
1819 0 0 0 nodecolor | |
1820 newpath 906.25 216 moveto | |
1821 811.75 216 lineto | |
1822 811.75 180 lineto | |
1823 906.25 180 lineto | |
1824 closepath stroke | |
1825 0 0 0 nodecolor | |
1826 14 /Times-Roman set_font | |
1827 819.5 194.3 moveto 79 (mhlistsbr.c) alignedtext | |
1828 grestore | |
1829 % mhlistsbr.c->mhbuild | |
1830 gsave | |
1831 1 setlinewidth | |
1832 0 0 0 edgecolor | |
1833 newpath 906.61 180.41 moveto | |
1834 1005.32 146.03 1230.99 67.42 1326.27 34.23 curveto | |
1835 stroke | |
1836 0 0 0 edgecolor | |
1837 newpath 1327.59 37.48 moveto | |
1838 1335.88 30.89 lineto | |
1839 1325.29 30.87 lineto | |
1840 closepath fill | |
1841 1 setlinewidth | |
1842 solid | |
1843 0 0 0 edgecolor | |
1844 newpath 1327.59 37.48 moveto | |
1845 1335.88 30.89 lineto | |
1846 1325.29 30.87 lineto | |
1847 closepath stroke | |
1848 grestore | |
1849 % mhlistsbr.c->mhlist | |
1850 gsave | |
1851 1 setlinewidth | |
1852 0 0 0 edgecolor | |
1853 newpath 897.83 179.93 moveto | |
1854 975.96 145.59 1151.18 68.59 1227.41 35.08 curveto | |
1855 stroke | |
1856 0 0 0 edgecolor | |
1857 newpath 1228.88 38.26 moveto | |
1858 1236.63 31.03 lineto | |
1859 1226.07 31.85 lineto | |
1860 closepath fill | |
1861 1 setlinewidth | |
1862 solid | |
1863 0 0 0 edgecolor | |
1864 newpath 1228.88 38.26 moveto | |
1865 1236.63 31.03 lineto | |
1866 1226.07 31.85 lineto | |
1867 closepath stroke | |
1868 grestore | |
1869 % mhlistsbr.c->mhn | |
1870 gsave | |
1871 1 setlinewidth | |
1872 0 0 0 edgecolor | |
1873 newpath 866.77 179.93 moveto | |
1874 881.05 148.54 911.56 81.49 928.34 44.61 curveto | |
1875 stroke | |
1876 0 0 0 edgecolor | |
1877 newpath 931.54 46.05 moveto | |
1878 932.49 35.5 lineto | |
1879 925.17 43.15 lineto | |
1880 closepath fill | |
1881 1 setlinewidth | |
1882 solid | |
1883 0 0 0 edgecolor | |
1884 newpath 931.54 46.05 moveto | |
1885 932.49 35.5 lineto | |
1886 925.17 43.15 lineto | |
1887 closepath stroke | |
1888 grestore | |
1889 % mhlistsbr.c->mhshow | |
1890 gsave | |
1891 1 setlinewidth | |
1892 0 0 0 edgecolor | |
1893 newpath 887.48 179.93 moveto | |
1894 942.6 146.89 1063.64 74.35 1122.52 39.07 curveto | |
1895 stroke | |
1896 0 0 0 edgecolor | |
1897 newpath 1124.63 41.88 moveto | |
1898 1131.41 33.74 lineto | |
1899 1121.03 35.88 lineto | |
1900 closepath fill | |
1901 1 setlinewidth | |
1902 solid | |
1903 0 0 0 edgecolor | |
1904 newpath 1124.63 41.88 moveto | |
1905 1131.41 33.74 lineto | |
1906 1121.03 35.88 lineto | |
1907 closepath stroke | |
1908 grestore | |
1909 % mhlistsbr.c->mhstore | |
1910 gsave | |
1911 1 setlinewidth | |
1912 0 0 0 edgecolor | |
1913 newpath 876.26 179.93 moveto | |
1914 908.63 147.93 978.48 78.84 1015.26 42.48 curveto | |
1915 stroke | |
1916 0 0 0 edgecolor | |
1917 newpath 1017.93 44.76 moveto | |
1918 1022.58 35.24 lineto | |
1919 1013.01 39.78 lineto | |
1920 closepath fill | |
1921 1 setlinewidth | |
1922 solid | |
1923 0 0 0 edgecolor | |
1924 newpath 1017.93 44.76 moveto | |
1925 1022.58 35.24 lineto | |
1926 1013.01 39.78 lineto | |
1927 closepath stroke | |
1928 grestore | |
1929 % mhoutsbr.c | |
1930 gsave | |
1931 1 setlinewidth | |
1932 0 0 0 nodecolor | |
1933 newpath 1868.25 216 moveto | |
1934 1771.75 216 lineto | |
1935 1771.75 180 lineto | |
1936 1868.25 180 lineto | |
1937 closepath stroke | |
1938 0 0 0 nodecolor | |
1939 14 /Times-Roman set_font | |
1940 1779.5 194.3 moveto 81 (mhoutsbr.c) alignedtext | |
1941 grestore | |
1942 % mhoutsbr.c->mhbuild | |
1943 gsave | |
1944 1 setlinewidth | |
1945 0 0 0 edgecolor | |
1946 newpath 1776.85 179.93 moveto | |
1947 1690.22 145.66 1496.15 68.9 1411.17 35.29 curveto | |
1948 stroke | |
1949 0 0 0 edgecolor | |
1950 newpath 1412.43 32.02 moveto | |
1951 1401.85 31.6 lineto | |
1952 1409.86 38.53 lineto | |
1953 closepath fill | |
1954 1 setlinewidth | |
1955 solid | |
1956 0 0 0 edgecolor | |
1957 newpath 1412.43 32.02 moveto | |
1958 1401.85 31.6 lineto | |
1959 1409.86 38.53 lineto | |
1960 closepath stroke | |
1961 grestore | |
1962 % mhoutsbr.c->mhtest | |
1963 gsave | |
1964 1 setlinewidth | |
1965 0 0 0 edgecolor | |
1966 newpath 1787.3 179.93 moveto | |
1967 1722.96 146.34 1580.39 71.92 1514.13 37.34 curveto | |
1968 stroke | |
1969 0 0 0 edgecolor | |
1970 newpath 1515.41 34.06 moveto | |
1971 1504.92 32.53 lineto | |
1972 1512.17 40.26 lineto | |
1973 closepath fill | |
1974 1 setlinewidth | |
1975 solid | |
1976 0 0 0 edgecolor | |
1977 newpath 1515.41 34.06 moveto | |
1978 1504.92 32.53 lineto | |
1979 1512.17 40.26 lineto | |
1980 closepath stroke | |
1981 grestore | |
1982 % mhoutsbr.c->viamail | |
1983 gsave | |
1984 1 setlinewidth | |
1985 0 0 0 edgecolor | |
1986 newpath 1868.61 182.11 moveto | |
1987 1960.92 153.81 2167.93 90.24 2342 36 curveto | |
1988 2345.49 34.91 2349.1 33.78 2352.74 32.64 curveto | |
1989 stroke | |
1990 0 0 0 edgecolor | |
1991 newpath 2353.81 35.97 moveto | |
1992 2362.31 29.64 lineto | |
1993 2351.72 29.3 lineto | |
1994 closepath fill | |
1995 1 setlinewidth | |
1996 solid | |
1997 0 0 0 edgecolor | |
1998 newpath 2353.81 35.97 moveto | |
1999 2362.31 29.64 lineto | |
2000 2351.72 29.3 lineto | |
2001 closepath stroke | |
2002 grestore | |
2003 % mhmisc.c | |
2004 gsave | |
2005 1 setlinewidth | |
2006 0 0 0 nodecolor | |
2007 newpath 1522 216 moveto | |
2008 1436 216 lineto | |
2009 1436 180 lineto | |
2010 1522 180 lineto | |
2011 closepath stroke | |
2012 0 0 0 nodecolor | |
2013 14 /Times-Roman set_font | |
2014 1444 194.3 moveto 70 (mhmisc.c) alignedtext | |
2015 grestore | |
2016 % mhmisc.c->mhbuild | |
2017 gsave | |
2018 1 setlinewidth | |
2019 0 0 0 edgecolor | |
2020 newpath 1468.55 179.93 moveto | |
2021 1449.29 148.49 1408.13 81.26 1385.57 44.43 curveto | |
2022 stroke | |
2023 0 0 0 edgecolor | |
2024 newpath 1388.47 42.46 moveto | |
2025 1380.26 35.76 lineto | |
2026 1382.5 46.11 lineto | |
2027 closepath fill | |
2028 1 setlinewidth | |
2029 solid | |
2030 0 0 0 edgecolor | |
2031 newpath 1388.47 42.46 moveto | |
2032 1380.26 35.76 lineto | |
2033 1382.5 46.11 lineto | |
2034 closepath stroke | |
2035 grestore | |
2036 % mhmisc.c->mhlist | |
2037 gsave | |
2038 1 setlinewidth | |
2039 0 0 0 edgecolor | |
2040 newpath 1458.38 179.93 moveto | |
2041 1418.99 147.32 1333.09 76.2 1289.89 40.44 curveto | |
2042 stroke | |
2043 0 0 0 edgecolor | |
2044 newpath 1292.03 37.66 moveto | |
2045 1282.1 33.98 lineto | |
2046 1287.57 43.06 lineto | |
2047 closepath fill | |
2048 1 setlinewidth | |
2049 solid | |
2050 0 0 0 edgecolor | |
2051 newpath 1292.03 37.66 moveto | |
2052 1282.1 33.98 lineto | |
2053 1287.57 43.06 lineto | |
2054 closepath stroke | |
2055 grestore | |
2056 % mhmisc.c->mhn | |
2057 gsave | |
2058 1 setlinewidth | |
2059 0 0 0 edgecolor | |
2060 newpath 1435.87 182.89 moveto | |
2061 1432.87 181.91 1429.89 180.94 1427 180 curveto | |
2062 1228.9 115.64 1176.48 107.95 981 36 curveto | |
2063 978.6 35.11 976.12 34.17 973.64 33.2 curveto | |
2064 stroke | |
2065 0 0 0 edgecolor | |
2066 newpath 974.74 29.87 moveto | |
2067 964.15 29.39 lineto | |
2068 972.13 36.37 lineto | |
2069 closepath fill | |
2070 1 setlinewidth | |
2071 solid | |
2072 0 0 0 edgecolor | |
2073 newpath 974.74 29.87 moveto | |
2074 964.15 29.39 lineto | |
2075 972.13 36.37 lineto | |
2076 closepath stroke | |
2077 grestore | |
2078 % mhmisc.c->mhshow | |
2079 gsave | |
2080 1 setlinewidth | |
2081 0 0 0 edgecolor | |
2082 newpath 1448.03 179.93 moveto | |
2083 1387.68 146.67 1254.7 73.39 1191.15 38.37 curveto | |
2084 stroke | |
2085 0 0 0 edgecolor | |
2086 newpath 1192.75 35.25 moveto | |
2087 1182.3 33.49 lineto | |
2088 1189.37 41.38 lineto | |
2089 closepath fill | |
2090 1 setlinewidth | |
2091 solid | |
2092 0 0 0 edgecolor | |
2093 newpath 1192.75 35.25 moveto | |
2094 1182.3 33.49 lineto | |
2095 1189.37 41.38 lineto | |
2096 closepath stroke | |
2097 grestore | |
2098 % mhmisc.c->mhstore | |
2099 gsave | |
2100 1 setlinewidth | |
2101 0 0 0 edgecolor | |
2102 newpath 1436.81 179.93 moveto | |
2103 1352.39 145.78 1163.65 69.43 1080.12 35.64 curveto | |
2104 stroke | |
2105 0 0 0 edgecolor | |
2106 newpath 1081.29 32.33 moveto | |
2107 1070.71 31.83 lineto | |
2108 1078.67 38.82 lineto | |
2109 closepath fill | |
2110 1 setlinewidth | |
2111 solid | |
2112 0 0 0 edgecolor | |
2113 newpath 1081.29 32.33 moveto | |
2114 1070.71 31.83 lineto | |
2115 1078.67 38.82 lineto | |
2116 closepath stroke | |
2117 grestore | |
2118 % mhmisc.c->mhtest | |
2119 gsave | |
2120 1 setlinewidth | |
2121 0 0 0 edgecolor | |
2122 newpath 1479 179.93 moveto | |
2123 1479 148.97 1479 83.3 1479 46.13 curveto | |
2124 stroke | |
2125 0 0 0 edgecolor | |
2126 newpath 1482.5 46.02 moveto | |
2127 1479 36.02 lineto | |
2128 1475.5 46.02 lineto | |
2129 closepath fill | |
2130 1 setlinewidth | |
2131 solid | |
2132 0 0 0 edgecolor | |
2133 newpath 1482.5 46.02 moveto | |
2134 1479 36.02 lineto | |
2135 1475.5 46.02 lineto | |
2136 closepath stroke | |
2137 grestore | |
2138 % mhmisc.c->viamail | |
2139 gsave | |
2140 1 setlinewidth | |
2141 0 0 0 edgecolor | |
2142 newpath 1522.28 182.35 moveto | |
2143 1525.22 181.51 1528.14 180.72 1531 180 curveto | |
2144 1886.07 90.9 1986.44 123.15 2342 36 curveto | |
2145 2345.65 35.11 2349.42 34.1 2353.18 33.03 curveto | |
2146 stroke | |
2147 0 0 0 edgecolor | |
2148 newpath 2354.47 36.3 moveto | |
2149 2363.06 30.11 lineto | |
2150 2352.48 29.59 lineto | |
2151 closepath fill | |
2152 1 setlinewidth | |
2153 solid | |
2154 0 0 0 edgecolor | |
2155 newpath 2354.47 36.3 moveto | |
2156 2363.06 30.11 lineto | |
2157 2352.48 29.59 lineto | |
2158 closepath stroke | |
2159 grestore | |
2160 % mhfree.c | |
2161 gsave | |
2162 1 setlinewidth | |
2163 0 0 0 nodecolor | |
2164 newpath 1418 216 moveto | |
2165 1338 216 lineto | |
2166 1338 180 lineto | |
2167 1418 180 lineto | |
2168 closepath stroke | |
2169 0 0 0 nodecolor | |
2170 14 /Times-Roman set_font | |
2171 1346 194.3 moveto 64 (mhfree.c) alignedtext | |
2172 grestore | |
2173 % mhfree.c->mhbuild | |
2174 gsave | |
2175 1 setlinewidth | |
2176 0 0 0 edgecolor | |
2177 newpath 1377.23 179.93 moveto | |
2178 1375.84 148.97 1372.89 83.3 1371.22 46.13 curveto | |
2179 stroke | |
2180 0 0 0 edgecolor | |
2181 newpath 1374.71 45.85 moveto | |
2182 1370.76 36.02 lineto | |
2183 1367.72 46.16 lineto | |
2184 closepath fill | |
2185 1 setlinewidth | |
2186 solid | |
2187 0 0 0 edgecolor | |
2188 newpath 1374.71 45.85 moveto | |
2189 1370.76 36.02 lineto | |
2190 1367.72 46.16 lineto | |
2191 closepath stroke | |
2192 grestore | |
2193 % mhfree.c->mhlist | |
2194 gsave | |
2195 1 setlinewidth | |
2196 0 0 0 edgecolor | |
2197 newpath 1367.07 179.93 moveto | |
2198 1346.88 148.41 1303.65 80.92 1280.1 44.14 curveto | |
2199 stroke | |
2200 0 0 0 edgecolor | |
2201 newpath 1282.91 42.03 moveto | |
2202 1274.57 35.5 lineto | |
2203 1277.01 45.81 lineto | |
2204 closepath fill | |
2205 1 setlinewidth | |
2206 solid | |
2207 0 0 0 edgecolor | |
2208 newpath 1282.91 42.03 moveto | |
2209 1274.57 35.5 lineto | |
2210 1277.01 45.81 lineto | |
2211 closepath stroke | |
2212 grestore | |
2213 % mhfree.c->mhn | |
2214 gsave | |
2215 1 setlinewidth | |
2216 0 0 0 edgecolor | |
2217 newpath 1337.95 180.88 moveto | |
2218 1266.28 152 1111.4 89.48 981 36 curveto | |
2219 978.77 35.09 976.48 34.14 974.17 33.19 curveto | |
2220 stroke | |
2221 0 0 0 edgecolor | |
2222 newpath 975.28 29.86 moveto | |
2223 964.7 29.28 lineto | |
2224 972.61 36.33 lineto | |
2225 closepath fill | |
2226 1 setlinewidth | |
2227 solid | |
2228 0 0 0 edgecolor | |
2229 newpath 975.28 29.86 moveto | |
2230 964.7 29.28 lineto | |
2231 972.61 36.33 lineto | |
2232 closepath stroke | |
2233 grestore | |
2234 % mhfree.c->mhshow | |
2235 gsave | |
2236 1 setlinewidth | |
2237 0 0 0 edgecolor | |
2238 newpath 1356.71 179.93 moveto | |
2239 1316.26 147.49 1228.3 76.97 1183.47 41.03 curveto | |
2240 stroke | |
2241 0 0 0 edgecolor | |
2242 newpath 1185.61 38.26 moveto | |
2243 1175.62 34.73 lineto | |
2244 1181.23 43.72 lineto | |
2245 closepath fill | |
2246 1 setlinewidth | |
2247 solid | |
2248 0 0 0 edgecolor | |
2249 newpath 1185.61 38.26 moveto | |
2250 1175.62 34.73 lineto | |
2251 1181.23 43.72 lineto | |
2252 closepath stroke | |
2253 grestore | |
2254 % mhfree.c->mhstore | |
2255 gsave | |
2256 1 setlinewidth | |
2257 0 0 0 edgecolor | |
2258 newpath 1345.5 179.93 moveto | |
2259 1282 146.59 1141.89 73.03 1075.4 38.11 curveto | |
2260 stroke | |
2261 0 0 0 edgecolor | |
2262 newpath 1076.62 34.8 moveto | |
2263 1066.14 33.25 lineto | |
2264 1073.36 41 lineto | |
2265 closepath fill | |
2266 1 setlinewidth | |
2267 solid | |
2268 0 0 0 edgecolor | |
2269 newpath 1076.62 34.8 moveto | |
2270 1066.14 33.25 lineto | |
2271 1073.36 41 lineto | |
2272 closepath stroke | |
2273 grestore | |
2274 % mhfree.c->mhtest | |
2275 gsave | |
2276 1 setlinewidth | |
2277 0 0 0 edgecolor | |
2278 newpath 1387.68 179.93 moveto | |
2279 1405.45 148.62 1443.35 81.83 1464.31 44.9 curveto | |
2280 stroke | |
2281 0 0 0 edgecolor | |
2282 newpath 1467.6 46.18 moveto | |
2283 1469.49 35.76 lineto | |
2284 1461.51 42.73 lineto | |
2285 closepath fill | |
2286 1 setlinewidth | |
2287 solid | |
2288 0 0 0 edgecolor | |
2289 newpath 1467.6 46.18 moveto | |
2290 1469.49 35.76 lineto | |
2291 1461.51 42.73 lineto | |
2292 closepath stroke | |
2293 grestore | |
2294 % mhparse.c | |
2295 gsave | |
2296 1 setlinewidth | |
2297 0 0 0 nodecolor | |
2298 newpath 1017 216 moveto | |
2299 925 216 lineto | |
2300 925 180 lineto | |
2301 1017 180 lineto | |
2302 closepath stroke | |
2303 0 0 0 nodecolor | |
2304 14 /Times-Roman set_font | |
2305 933 194.3 moveto 76 (mhparse.c) alignedtext | |
2306 grestore | |
2307 % mhparse.c->mhbuild | |
2308 gsave | |
2309 1 setlinewidth | |
2310 0 0 0 edgecolor | |
2311 newpath 1009.26 179.93 moveto | |
2312 1085.2 146.05 1254.25 70.64 1330.89 36.45 curveto | |
2313 stroke | |
2314 0 0 0 edgecolor | |
2315 newpath 1332.49 39.57 moveto | |
2316 1340.2 32.29 lineto | |
2317 1329.64 33.17 lineto | |
2318 closepath fill | |
2319 1 setlinewidth | |
2320 solid | |
2321 0 0 0 edgecolor | |
2322 newpath 1332.49 39.57 moveto | |
2323 1340.2 32.29 lineto | |
2324 1329.64 33.17 lineto | |
2325 closepath stroke | |
2326 grestore | |
2327 % mhparse.c->mhlist | |
2328 gsave | |
2329 1 setlinewidth | |
2330 0 0 0 edgecolor | |
2331 newpath 999.09 179.93 moveto | |
2332 1054.02 146.56 1175.28 72.9 1232.69 38.02 curveto | |
2333 stroke | |
2334 0 0 0 edgecolor | |
2335 newpath 1234.61 40.95 moveto | |
2336 1241.34 32.77 lineto | |
2337 1230.97 34.97 lineto | |
2338 closepath fill | |
2339 1 setlinewidth | |
2340 solid | |
2341 0 0 0 edgecolor | |
2342 newpath 1234.61 40.95 moveto | |
2343 1241.34 32.77 lineto | |
2344 1230.97 34.97 lineto | |
2345 closepath stroke | |
2346 grestore | |
2347 % mhparse.c->mhn | |
2348 gsave | |
2349 1 setlinewidth | |
2350 0 0 0 edgecolor | |
2351 newpath 968.03 179.93 moveto | |
2352 962.63 148.97 951.2 83.3 944.72 46.13 curveto | |
2353 stroke | |
2354 0 0 0 edgecolor | |
2355 newpath 948.13 45.27 moveto | |
2356 942.96 36.02 lineto | |
2357 941.23 46.47 lineto | |
2358 closepath fill | |
2359 1 setlinewidth | |
2360 solid | |
2361 0 0 0 edgecolor | |
2362 newpath 948.13 45.27 moveto | |
2363 942.96 36.02 lineto | |
2364 941.23 46.47 lineto | |
2365 closepath stroke | |
2366 grestore | |
2367 % mhparse.c->mhshow | |
2368 gsave | |
2369 1 setlinewidth | |
2370 0 0 0 edgecolor | |
2371 newpath 988.74 179.93 moveto | |
2372 1022.09 147.84 1094.17 78.49 1131.88 42.2 curveto | |
2373 stroke | |
2374 0 0 0 edgecolor | |
2375 newpath 1134.61 44.44 moveto | |
2376 1139.39 34.99 lineto | |
2377 1129.75 39.4 lineto | |
2378 closepath fill | |
2379 1 setlinewidth | |
2380 solid | |
2381 0 0 0 edgecolor | |
2382 newpath 1134.61 44.44 moveto | |
2383 1139.39 34.99 lineto | |
2384 1129.75 39.4 lineto | |
2385 closepath stroke | |
2386 grestore | |
2387 % mhparse.c->mhstore | |
2388 gsave | |
2389 1 setlinewidth | |
2390 0 0 0 edgecolor | |
2391 newpath 977.52 179.93 moveto | |
2392 989.4 148.83 1014.65 82.73 1028.82 45.65 curveto | |
2393 stroke | |
2394 0 0 0 edgecolor | |
2395 newpath 1032.2 46.61 moveto | |
2396 1032.5 36.02 lineto | |
2397 1025.66 44.11 lineto | |
2398 closepath fill | |
2399 1 setlinewidth | |
2400 solid | |
2401 0 0 0 edgecolor | |
2402 newpath 1032.2 46.61 moveto | |
2403 1032.5 36.02 lineto | |
2404 1025.66 44.11 lineto | |
2405 closepath stroke | |
2406 grestore | |
2407 % mhparse.c->mhtest | |
2408 gsave | |
2409 1 setlinewidth | |
2410 0 0 0 edgecolor | |
2411 newpath 1017.43 180.73 moveto | |
2412 1115.86 146.24 1344.12 66.26 1437.77 33.45 curveto | |
2413 stroke | |
2414 0 0 0 edgecolor | |
2415 newpath 1439.18 36.66 moveto | |
2416 1447.46 30.05 lineto | |
2417 1436.87 30.05 lineto | |
2418 closepath fill | |
2419 1 setlinewidth | |
2420 solid | |
2421 0 0 0 edgecolor | |
2422 newpath 1439.18 36.66 moveto | |
2423 1447.46 30.05 lineto | |
2424 1436.87 30.05 lineto | |
2425 closepath stroke | |
2426 grestore | |
2427 % ftpsbr.c | |
2428 gsave | |
2429 1 setlinewidth | |
2430 0 0 0 nodecolor | |
2431 newpath 1106.25 216 moveto | |
2432 1035.75 216 lineto | |
2433 1035.75 180 lineto | |
2434 1106.25 180 lineto | |
2435 closepath stroke | |
2436 0 0 0 nodecolor | |
2437 14 /Times-Roman set_font | |
2438 1043.5 194.3 moveto 55 (ftpsbr.c) alignedtext | |
2439 grestore | |
2440 % ftpsbr.c->mhbuild | |
2441 gsave | |
2442 1 setlinewidth | |
2443 0 0 0 edgecolor | |
2444 newpath 1099.67 179.93 moveto | |
2445 1155.17 146.89 1277.02 74.35 1336.29 39.07 curveto | |
2446 stroke | |
2447 0 0 0 edgecolor | |
2448 newpath 1338.44 41.86 moveto | |
2449 1345.25 33.74 lineto | |
2450 1334.86 35.84 lineto | |
2451 closepath fill | |
2452 1 setlinewidth | |
2453 solid | |
2454 0 0 0 edgecolor | |
2455 newpath 1338.44 41.86 moveto | |
2456 1345.25 33.74 lineto | |
2457 1334.86 35.84 lineto | |
2458 closepath stroke | |
2459 grestore | |
2460 % ftpsbr.c->mhlist | |
2461 gsave | |
2462 1 setlinewidth | |
2463 0 0 0 edgecolor | |
2464 newpath 1089.51 179.93 moveto | |
2465 1124.47 147.68 1200.26 77.79 1239.44 41.65 curveto | |
2466 stroke | |
2467 0 0 0 edgecolor | |
2468 newpath 1242.24 43.83 moveto | |
2469 1247.21 34.48 lineto | |
2470 1237.49 38.69 lineto | |
2471 closepath fill | |
2472 1 setlinewidth | |
2473 solid | |
2474 0 0 0 edgecolor | |
2475 newpath 1242.24 43.83 moveto | |
2476 1247.21 34.48 lineto | |
2477 1237.49 38.69 lineto | |
2478 closepath stroke | |
2479 grestore | |
2480 % ftpsbr.c->mhn | |
2481 gsave | |
2482 1 setlinewidth | |
2483 0 0 0 edgecolor | |
2484 newpath 1058.44 179.93 moveto | |
2485 1034.96 148.03 984.38 79.3 957.55 42.84 curveto | |
2486 stroke | |
2487 0 0 0 edgecolor | |
2488 newpath 960.32 40.71 moveto | |
2489 951.58 34.73 lineto | |
2490 954.69 44.86 lineto | |
2491 closepath fill | |
2492 1 setlinewidth | |
2493 solid | |
2494 0 0 0 edgecolor | |
2495 newpath 960.32 40.71 moveto | |
2496 951.58 34.73 lineto | |
2497 954.69 44.86 lineto | |
2498 closepath stroke | |
2499 grestore | |
2500 % ftpsbr.c->mhshow | |
2501 gsave | |
2502 1 setlinewidth | |
2503 0 0 0 edgecolor | |
2504 newpath 1079.15 179.93 moveto | |
2505 1094.06 148.7 1125.84 82.17 1143.5 45.18 curveto | |
2506 stroke | |
2507 0 0 0 edgecolor | |
2508 newpath 1146.72 46.55 moveto | |
2509 1147.87 36.02 lineto | |
2510 1140.41 43.53 lineto | |
2511 closepath fill | |
2512 1 setlinewidth | |
2513 solid | |
2514 0 0 0 edgecolor | |
2515 newpath 1146.72 46.55 moveto | |
2516 1147.87 36.02 lineto | |
2517 1140.41 43.53 lineto | |
2518 closepath stroke | |
2519 grestore | |
2520 % ftpsbr.c->mhstore | |
2521 gsave | |
2522 1 setlinewidth | |
2523 0 0 0 edgecolor | |
2524 newpath 1067.93 179.93 moveto | |
2525 1062.36 148.97 1050.56 83.3 1043.88 46.13 curveto | |
2526 stroke | |
2527 0 0 0 edgecolor | |
2528 newpath 1047.27 45.24 moveto | |
2529 1042.06 36.02 lineto | |
2530 1040.38 46.48 lineto | |
2531 closepath fill | |
2532 1 setlinewidth | |
2533 solid | |
2534 0 0 0 edgecolor | |
2535 newpath 1047.27 45.24 moveto | |
2536 1042.06 36.02 lineto | |
2537 1040.38 46.48 lineto | |
2538 closepath stroke | |
2539 grestore | |
2540 % ftpsbr.c->mhtest | |
2541 gsave | |
2542 1 setlinewidth | |
2543 0 0 0 edgecolor | |
2544 newpath 1106.49 181.52 moveto | |
2545 1182.91 148.18 1362.42 69.86 1441.02 35.57 curveto | |
2546 stroke | |
2547 0 0 0 edgecolor | |
2548 newpath 1442.77 38.63 moveto | |
2549 1450.53 31.42 lineto | |
2550 1439.97 32.21 lineto | |
2551 closepath fill | |
2552 1 setlinewidth | |
2553 solid | |
2554 0 0 0 edgecolor | |
2555 newpath 1442.77 38.63 moveto | |
2556 1450.53 31.42 lineto | |
2557 1439.97 32.21 lineto | |
2558 closepath stroke | |
2559 grestore | |
2560 % md5.c | |
2561 gsave | |
2562 1 setlinewidth | |
2563 0 0 0 nodecolor | |
2564 newpath 1185.25 216 moveto | |
2565 1124.75 216 lineto | |
2566 1124.75 180 lineto | |
2567 1185.25 180 lineto | |
2568 closepath stroke | |
2569 0 0 0 nodecolor | |
2570 14 /Times-Roman set_font | |
2571 1132.5 194.3 moveto 45 (md5.c) alignedtext | |
2572 grestore | |
2573 % md5.c->mhbuild | |
2574 gsave | |
2575 1 setlinewidth | |
2576 0 0 0 edgecolor | |
2577 newpath 1175.62 179.93 moveto | |
2578 1214.72 147.56 1299.62 77.27 1343.12 41.25 curveto | |
2579 stroke | |
2580 0 0 0 edgecolor | |
2581 newpath 1345.53 43.81 moveto | |
2582 1351 34.73 lineto | |
2583 1341.06 38.41 lineto | |
2584 closepath fill | |
2585 1 setlinewidth | |
2586 solid | |
2587 0 0 0 edgecolor | |
2588 newpath 1345.53 43.81 moveto | |
2589 1351 34.73 lineto | |
2590 1341.06 38.41 lineto | |
2591 closepath stroke | |
2592 grestore | |
2593 % md5.c->mhlist | |
2594 gsave | |
2595 1 setlinewidth | |
2596 0 0 0 edgecolor | |
2597 newpath 1165.45 179.93 moveto | |
2598 1184.76 148.41 1226.09 80.92 1248.6 44.14 curveto | |
2599 stroke | |
2600 0 0 0 edgecolor | |
2601 newpath 1251.66 45.85 moveto | |
2602 1253.9 35.5 lineto | |
2603 1245.69 42.2 lineto | |
2604 closepath fill | |
2605 1 setlinewidth | |
2606 solid | |
2607 0 0 0 edgecolor | |
2608 newpath 1251.66 45.85 moveto | |
2609 1253.9 35.5 lineto | |
2610 1245.69 42.2 lineto | |
2611 closepath stroke | |
2612 grestore | |
2613 % md5.c->mhn | |
2614 gsave | |
2615 1 setlinewidth | |
2616 0 0 0 edgecolor | |
2617 newpath 1134.38 179.93 moveto | |
2618 1094.69 147.07 1007.79 75.13 964.93 39.64 curveto | |
2619 stroke | |
2620 0 0 0 edgecolor | |
2621 newpath 967.15 36.93 moveto | |
2622 957.21 33.25 lineto | |
2623 962.68 42.32 lineto | |
2624 closepath fill | |
2625 1 setlinewidth | |
2626 solid | |
2627 0 0 0 edgecolor | |
2628 newpath 967.15 36.93 moveto | |
2629 957.21 33.25 lineto | |
2630 962.68 42.32 lineto | |
2631 closepath stroke | |
2632 grestore | |
2633 % md5.c->mhshow | |
2634 gsave | |
2635 1 setlinewidth | |
2636 0 0 0 edgecolor | |
2637 newpath 1155.1 179.93 moveto | |
2638 1155.27 148.97 1155.64 83.3 1155.85 46.13 curveto | |
2639 stroke | |
2640 0 0 0 edgecolor | |
2641 newpath 1159.35 46.04 moveto | |
2642 1155.9 36.02 lineto | |
2643 1152.35 46 lineto | |
2644 closepath fill | |
2645 1 setlinewidth | |
2646 solid | |
2647 0 0 0 edgecolor | |
2648 newpath 1159.35 46.04 moveto | |
2649 1155.9 36.02 lineto | |
2650 1152.35 46 lineto | |
2651 closepath stroke | |
2652 grestore | |
2653 % md5.c->mhstore | |
2654 gsave | |
2655 1 setlinewidth | |
2656 0 0 0 edgecolor | |
2657 newpath 1143.88 179.93 moveto | |
2658 1123.39 148.49 1079.57 81.26 1055.57 44.43 curveto | |
2659 stroke | |
2660 0 0 0 edgecolor | |
2661 newpath 1058.31 42.22 moveto | |
2662 1049.92 35.76 lineto | |
2663 1052.45 46.04 lineto | |
2664 closepath fill | |
2665 1 setlinewidth | |
2666 solid | |
2667 0 0 0 edgecolor | |
2668 newpath 1058.31 42.22 moveto | |
2669 1049.92 35.76 lineto | |
2670 1052.45 46.04 lineto | |
2671 closepath stroke | |
2672 grestore | |
2673 % md5.c->mhtest | |
2674 gsave | |
2675 1 setlinewidth | |
2676 0 0 0 edgecolor | |
2677 newpath 1185.48 180.25 moveto | |
2678 1246.29 146.85 1382.25 72.15 1445.48 37.42 curveto | |
2679 stroke | |
2680 0 0 0 edgecolor | |
2681 newpath 1447.18 40.47 moveto | |
2682 1454.26 32.59 lineto | |
2683 1443.81 34.34 lineto | |
2684 closepath fill | |
2685 1 setlinewidth | |
2686 solid | |
2687 0 0 0 edgecolor | |
2688 newpath 1447.18 40.47 moveto | |
2689 1454.26 32.59 lineto | |
2690 1443.81 34.34 lineto | |
2691 closepath stroke | |
2692 grestore | |
2693 % mhbuildsbr.c | |
2694 gsave | |
2695 1 setlinewidth | |
2696 0 0 0 nodecolor | |
2697 newpath 1650 216 moveto | |
2698 1540 216 lineto | |
2699 1540 180 lineto | |
2700 1650 180 lineto | |
2701 closepath stroke | |
2702 0 0 0 nodecolor | |
2703 14 /Times-Roman set_font | |
2704 1548 194.3 moveto 94 (mhbuildsbr.c) alignedtext | |
2705 grestore | |
2706 % mhbuildsbr.c->mhbuild | |
2707 gsave | |
2708 1 setlinewidth | |
2709 0 0 0 edgecolor | |
2710 newpath 1573.43 179.93 moveto | |
2711 1532.32 147.41 1442.83 76.62 1397.5 40.75 curveto | |
2712 stroke | |
2713 0 0 0 edgecolor | |
2714 newpath 1399.58 37.94 moveto | |
2715 1389.57 34.48 lineto | |
2716 1395.24 43.43 lineto | |
2717 closepath fill | |
2718 1 setlinewidth | |
2719 solid | |
2720 0 0 0 edgecolor | |
2721 newpath 1399.58 37.94 moveto | |
2722 1389.57 34.48 lineto | |
2723 1395.24 43.43 lineto | |
2724 closepath stroke | |
2725 grestore | |
2726 % mhcachesbr.c | |
2727 gsave | |
2728 1 setlinewidth | |
2729 0 0 0 nodecolor | |
2730 newpath 1319.5 216 moveto | |
2731 1204.5 216 lineto | |
2732 1204.5 180 lineto | |
2733 1319.5 180 lineto | |
2734 closepath stroke | |
2735 0 0 0 nodecolor | |
2736 14 /Times-Roman set_font | |
2737 1212 194.3 moveto 100 (mhcachesbr.c) alignedtext | |
2738 grestore | |
2739 % mhcachesbr.c->mhbuild | |
2740 gsave | |
2741 1 setlinewidth | |
2742 0 0 0 edgecolor | |
2743 newpath 1272.36 179.93 moveto | |
2744 1291.43 148.49 1332.22 81.26 1354.57 44.43 curveto | |
2745 stroke | |
2746 0 0 0 edgecolor | |
2747 newpath 1357.64 46.12 moveto | |
2748 1359.83 35.76 lineto | |
2749 1351.65 42.49 lineto | |
2750 closepath fill | |
2751 1 setlinewidth | |
2752 solid | |
2753 0 0 0 edgecolor | |
2754 newpath 1357.64 46.12 moveto | |
2755 1359.83 35.76 lineto | |
2756 1351.65 42.49 lineto | |
2757 closepath stroke | |
2758 grestore | |
2759 % mhcachesbr.c->mhlist | |
2760 gsave | |
2761 1 setlinewidth | |
2762 0 0 0 edgecolor | |
2763 newpath 1262.19 179.93 moveto | |
2764 1262.54 148.97 1263.28 83.3 1263.7 46.13 curveto | |
2765 stroke | |
2766 0 0 0 edgecolor | |
2767 newpath 1267.2 46.05 moveto | |
2768 1263.81 36.02 lineto | |
2769 1260.2 45.98 lineto | |
2770 closepath fill | |
2771 1 setlinewidth | |
2772 solid | |
2773 0 0 0 edgecolor | |
2774 newpath 1267.2 46.05 moveto | |
2775 1263.81 36.02 lineto | |
2776 1260.2 45.98 lineto | |
2777 closepath stroke | |
2778 grestore | |
2779 % mhcachesbr.c->mhn | |
2780 gsave | |
2781 1 setlinewidth | |
2782 0 0 0 edgecolor | |
2783 newpath 1231.13 179.93 moveto | |
2784 1169.59 145.92 1032.3 70.02 970.81 36.03 curveto | |
2785 stroke | |
2786 0 0 0 edgecolor | |
2787 newpath 972.41 32.92 moveto | |
2788 961.96 31.14 lineto | |
2789 969.02 39.04 lineto | |
2790 closepath fill | |
2791 1 setlinewidth | |
2792 solid | |
2793 0 0 0 edgecolor | |
2794 newpath 972.41 32.92 moveto | |
2795 961.96 31.14 lineto | |
2796 969.02 39.04 lineto | |
2797 closepath stroke | |
2798 grestore | |
2799 % mhcachesbr.c->mhshow | |
2800 gsave | |
2801 1 setlinewidth | |
2802 0 0 0 edgecolor | |
2803 newpath 1251.84 179.93 moveto | |
2804 1233.11 148.49 1193.08 81.26 1171.14 44.43 curveto | |
2805 stroke | |
2806 0 0 0 edgecolor | |
2807 newpath 1174.1 42.56 moveto | |
2808 1165.98 35.76 lineto | |
2809 1168.09 46.14 lineto | |
2810 closepath fill | |
2811 1 setlinewidth | |
2812 solid | |
2813 0 0 0 edgecolor | |
2814 newpath 1174.1 42.56 moveto | |
2815 1165.98 35.76 lineto | |
2816 1168.09 46.14 lineto | |
2817 closepath stroke | |
2818 grestore | |
2819 % mhcachesbr.c->mhstore | |
2820 gsave | |
2821 1 setlinewidth | |
2822 0 0 0 edgecolor | |
2823 newpath 1240.62 179.93 moveto | |
2824 1199.98 147.49 1111.63 76.97 1066.59 41.03 curveto | |
2825 stroke | |
2826 0 0 0 edgecolor | |
2827 newpath 1068.71 38.24 moveto | |
2828 1058.71 34.73 lineto | |
2829 1064.34 43.71 lineto | |
2830 closepath fill | |
2831 1 setlinewidth | |
2832 solid | |
2833 0 0 0 edgecolor | |
2834 newpath 1068.71 38.24 moveto | |
2835 1058.71 34.73 lineto | |
2836 1064.34 43.71 lineto | |
2837 closepath stroke | |
2838 grestore | |
2839 % mhcachesbr.c->mhtest | |
2840 gsave | |
2841 1 setlinewidth | |
2842 0 0 0 edgecolor | |
2843 newpath 1282.81 179.93 moveto | |
2844 1322.47 147.4 1408.83 76.56 1452.54 40.71 curveto | |
2845 stroke | |
2846 0 0 0 edgecolor | |
2847 newpath 1454.92 43.28 moveto | |
2848 1460.43 34.23 lineto | |
2849 1450.48 37.87 lineto | |
2850 closepath fill | |
2851 1 setlinewidth | |
2852 solid | |
2853 0 0 0 edgecolor | |
2854 newpath 1454.92 43.28 moveto | |
2855 1460.43 34.23 lineto | |
2856 1450.48 37.87 lineto | |
2857 closepath stroke | |
2858 grestore | |
2859 % mhlsbr.c | |
2860 gsave | |
2861 1 setlinewidth | |
2862 0 0 0 nodecolor | |
2863 newpath 1965 216 moveto | |
2864 1887 216 lineto | |
2865 1887 180 lineto | |
2866 1965 180 lineto | |
2867 closepath stroke | |
2868 0 0 0 nodecolor | |
2869 14 /Times-Roman set_font | |
2870 1895 194.3 moveto 62 (mhlsbr.c) alignedtext | |
2871 grestore | |
2872 % mhlsbr.c->mhl | |
2873 gsave | |
2874 1 setlinewidth | |
2875 0 0 0 edgecolor | |
2876 newpath 1912.38 179.93 moveto | |
2877 1886.87 147.95 1831.83 78.96 1802.8 42.57 curveto | |
2878 stroke | |
2879 0 0 0 edgecolor | |
2880 newpath 1805.32 40.12 moveto | |
2881 1796.35 34.48 lineto | |
2882 1799.85 44.48 lineto | |
2883 closepath fill | |
2884 1 setlinewidth | |
2885 solid | |
2886 0 0 0 edgecolor | |
2887 newpath 1805.32 40.12 moveto | |
2888 1796.35 34.48 lineto | |
2889 1799.85 44.48 lineto | |
2890 closepath stroke | |
2891 grestore | |
2892 % mhlsbr.c->msh | |
2893 gsave | |
2894 1 setlinewidth | |
2895 0 0 0 edgecolor | |
2896 newpath 1945.27 179.93 moveto | |
2897 1982.23 147.21 2062.95 75.73 2103.19 40.08 curveto | |
2898 stroke | |
2899 0 0 0 edgecolor | |
2900 newpath 2105.74 42.5 moveto | |
2901 2110.91 33.25 lineto | |
2902 2101.1 37.26 lineto | |
2903 closepath fill | |
2904 1 setlinewidth | |
2905 solid | |
2906 0 0 0 edgecolor | |
2907 newpath 2105.74 42.5 moveto | |
2908 2110.91 33.25 lineto | |
2909 2101.1 37.26 lineto | |
2910 closepath stroke | |
2911 grestore | |
2912 % mhlsbr.c->show | |
2913 gsave | |
2914 1 setlinewidth | |
2915 0 0 0 edgecolor | |
2916 newpath 1920.25 179.93 moveto | |
2917 1909.76 148.83 1887.48 82.73 1874.98 45.65 curveto | |
2918 stroke | |
2919 0 0 0 edgecolor | |
2920 newpath 1878.25 44.37 moveto | |
2921 1871.74 36.02 lineto | |
2922 1871.61 46.61 lineto | |
2923 closepath fill | |
2924 1 setlinewidth | |
2925 solid | |
2926 0 0 0 edgecolor | |
2927 newpath 1878.25 44.37 moveto | |
2928 1871.74 36.02 lineto | |
2929 1871.61 46.61 lineto | |
2930 closepath stroke | |
2931 grestore | |
2932 % mhshowsbr.c | |
2933 gsave | |
2934 1 setlinewidth | |
2935 0 0 0 nodecolor | |
2936 newpath 793.25 216 moveto | |
2937 682.75 216 lineto | |
2938 682.75 180 lineto | |
2939 793.25 180 lineto | |
2940 closepath stroke | |
2941 0 0 0 nodecolor | |
2942 14 /Times-Roman set_font | |
2943 690.5 194.3 moveto 95 (mhshowsbr.c) alignedtext | |
2944 grestore | |
2945 % mhshowsbr.c->mhn | |
2946 gsave | |
2947 1 setlinewidth | |
2948 0 0 0 edgecolor | |
2949 newpath 757.37 179.93 moveto | |
2950 794.49 147.22 875.56 75.78 916.03 40.12 curveto | |
2951 stroke | |
2952 0 0 0 edgecolor | |
2953 newpath 918.37 42.73 moveto | |
2954 923.55 33.49 lineto | |
2955 913.74 37.48 lineto | |
2956 closepath fill | |
2957 1 setlinewidth | |
2958 solid | |
2959 0 0 0 edgecolor | |
2960 newpath 918.37 42.73 moveto | |
2961 923.55 33.49 lineto | |
2962 913.74 37.48 lineto | |
2963 closepath stroke | |
2964 grestore | |
2965 % mhshowsbr.c->mhshow | |
2966 gsave | |
2967 1 setlinewidth | |
2968 0 0 0 edgecolor | |
2969 newpath 778.08 179.93 moveto | |
2970 857.9 145.94 1035.9 70.14 1115.81 36.11 curveto | |
2971 stroke | |
2972 0 0 0 edgecolor | |
2973 newpath 1117.23 39.32 moveto | |
2974 1125.06 32.18 lineto | |
2975 1114.48 32.88 lineto | |
2976 closepath fill | |
2977 1 setlinewidth | |
2978 solid | |
2979 0 0 0 edgecolor | |
2980 newpath 1117.23 39.32 moveto | |
2981 1125.06 32.18 lineto | |
2982 1114.48 32.88 lineto | |
2983 closepath stroke | |
2984 grestore | |
2985 % mhshowsbr.c->mhstore | |
2986 gsave | |
2987 1 setlinewidth | |
2988 0 0 0 edgecolor | |
2989 newpath 766.86 179.93 moveto | |
2990 822.84 146.83 945.9 74.06 1005.43 38.85 curveto | |
2991 stroke | |
2992 0 0 0 edgecolor | |
2993 newpath 1007.25 41.84 moveto | |
2994 1014.08 33.74 lineto | |
2995 1003.69 35.81 lineto | |
2996 closepath fill | |
2997 1 setlinewidth | |
2998 solid | |
2999 0 0 0 edgecolor | |
3000 newpath 1007.25 41.84 moveto | |
3001 1014.08 33.74 lineto | |
3002 1003.69 35.81 lineto | |
3003 closepath stroke | |
3004 grestore | |
3005 % mhstoresbr.c | |
3006 gsave | |
3007 1 setlinewidth | |
3008 0 0 0 nodecolor | |
3009 newpath 664 216 moveto | |
3010 554 216 lineto | |
3011 554 180 lineto | |
3012 664 180 lineto | |
3013 closepath stroke | |
3014 0 0 0 nodecolor | |
3015 14 /Times-Roman set_font | |
3016 562 194.3 moveto 94 (mhstoresbr.c) alignedtext | |
3017 grestore | |
3018 % mhstoresbr.c->mhn | |
3019 gsave | |
3020 1 setlinewidth | |
3021 0 0 0 edgecolor | |
3022 newpath 640.74 179.93 moveto | |
3023 704.15 145.83 845.81 69.65 908.79 35.79 curveto | |
3024 stroke | |
3025 0 0 0 edgecolor | |
3026 newpath 910.69 38.74 moveto | |
3027 917.84 30.92 lineto | |
3028 907.38 32.57 lineto | |
3029 closepath fill | |
3030 1 setlinewidth | |
3031 solid | |
3032 0 0 0 edgecolor | |
3033 newpath 910.69 38.74 moveto | |
3034 917.84 30.92 lineto | |
3035 907.38 32.57 lineto | |
3036 closepath stroke | |
3037 grestore | |
3038 % mhstoresbr.c->mhstore | |
3039 gsave | |
3040 1 setlinewidth | |
3041 0 0 0 edgecolor | |
3042 newpath 650.23 179.93 moveto | |
3043 732.54 145.86 916.35 69.77 998.26 35.86 curveto | |
3044 stroke | |
3045 0 0 0 edgecolor | |
3046 newpath 999.83 39 moveto | |
3047 1007.73 31.94 lineto | |
3048 997.15 32.54 lineto | |
3049 closepath fill | |
3050 1 setlinewidth | |
3051 solid | |
3052 0 0 0 edgecolor | |
3053 newpath 999.83 39 moveto | |
3054 1007.73 31.94 lineto | |
3055 997.15 32.54 lineto | |
3056 closepath stroke | |
3057 grestore | |
3058 % picksbr.c | |
3059 gsave | |
3060 1 setlinewidth | |
3061 0 0 0 nodecolor | |
3062 newpath 2283 216 moveto | |
3063 2201 216 lineto | |
3064 2201 180 lineto | |
3065 2283 180 lineto | |
3066 closepath stroke | |
3067 0 0 0 nodecolor | |
3068 14 /Times-Roman set_font | |
3069 2209 194.3 moveto 66 (picksbr.c) alignedtext | |
3070 grestore | |
3071 % picksbr.c->msh | |
3072 gsave | |
3073 1 setlinewidth | |
3074 0 0 0 edgecolor | |
3075 newpath 2230.97 179.93 moveto | |
3076 2210.5 148.25 2166.56 80.23 2142.88 43.58 curveto | |
3077 stroke | |
3078 0 0 0 edgecolor | |
3079 newpath 2145.69 41.49 moveto | |
3080 2137.33 34.99 lineto | |
3081 2139.81 45.28 lineto | |
3082 closepath fill | |
3083 1 setlinewidth | |
3084 solid | |
3085 0 0 0 edgecolor | |
3086 newpath 2145.69 41.49 moveto | |
3087 2137.33 34.99 lineto | |
3088 2139.81 45.28 lineto | |
3089 closepath stroke | |
3090 grestore | |
3091 % pick | |
3092 gsave | |
3093 1 setlinewidth | |
3094 0 0 0 nodecolor | |
3095 2224 18 30.32 18 ellipse_path stroke | |
3096 0 0 0 nodecolor | |
3097 14 /Times-Roman set_font | |
3098 2208.5 14.3 moveto 31 (pick) alignedtext | |
3099 grestore | |
3100 % picksbr.c->pick | |
3101 gsave | |
3102 1 setlinewidth | |
3103 0 0 0 edgecolor | |
3104 newpath 2240.27 179.93 moveto | |
3105 2237.14 148.97 2230.5 83.3 2226.74 46.13 curveto | |
3106 stroke | |
3107 0 0 0 edgecolor | |
3108 newpath 2230.21 45.61 moveto | |
3109 2225.72 36.02 lineto | |
3110 2223.24 46.32 lineto | |
3111 closepath fill | |
3112 1 setlinewidth | |
3113 solid | |
3114 0 0 0 edgecolor | |
3115 newpath 2230.21 45.61 moveto | |
3116 2225.72 36.02 lineto | |
3117 2223.24 46.32 lineto | |
3118 closepath stroke | |
3119 grestore | |
3120 % mshcmds.c | |
3121 gsave | |
3122 1 setlinewidth | |
3123 0 0 0 nodecolor | |
3124 newpath 2182.5 216 moveto | |
3125 2085.5 216 lineto | |
3126 2085.5 180 lineto | |
3127 2182.5 180 lineto | |
3128 closepath stroke | |
3129 0 0 0 nodecolor | |
3130 14 /Times-Roman set_font | |
3131 2093 194.3 moveto 82 (mshcmds.c) alignedtext | |
3132 grestore | |
3133 % mshcmds.c->msh | |
3134 gsave | |
3135 1 setlinewidth | |
3136 0 0 0 edgecolor | |
3137 newpath 2133.33 179.93 moveto | |
3138 2132.11 148.97 2129.53 83.3 2128.07 46.13 curveto | |
3139 stroke | |
3140 0 0 0 edgecolor | |
3141 newpath 2131.56 45.87 moveto | |
3142 2127.67 36.02 lineto | |
3143 2124.56 46.15 lineto | |
3144 closepath fill | |
3145 1 setlinewidth | |
3146 solid | |
3147 0 0 0 edgecolor | |
3148 newpath 2131.56 45.87 moveto | |
3149 2127.67 36.02 lineto | |
3150 2124.56 46.15 lineto | |
3151 closepath stroke | |
3152 grestore | |
3153 % vmhsbr.c | |
3154 gsave | |
3155 1 setlinewidth | |
3156 0 0 0 nodecolor | |
3157 newpath 2383 216 moveto | |
3158 2301 216 lineto | |
3159 2301 180 lineto | |
3160 2383 180 lineto | |
3161 closepath stroke | |
3162 0 0 0 nodecolor | |
3163 14 /Times-Roman set_font | |
3164 2309 194.3 moveto 66 (vmhsbr.c) alignedtext | |
3165 grestore | |
3166 % vmhsbr.c->msh | |
3167 gsave | |
3168 1 setlinewidth | |
3169 0 0 0 edgecolor | |
3170 newpath 2321.38 179.93 moveto | |
3171 2281.68 147.06 2194.72 75.07 2151.87 39.59 curveto | |
3172 stroke | |
3173 0 0 0 edgecolor | |
3174 newpath 2153.85 36.69 moveto | |
3175 2143.92 33.01 lineto | |
3176 2149.39 42.08 lineto | |
3177 closepath fill | |
3178 1 setlinewidth | |
3179 solid | |
3180 0 0 0 edgecolor | |
3181 newpath 2153.85 36.69 moveto | |
3182 2143.92 33.01 lineto | |
3183 2149.39 42.08 lineto | |
3184 closepath stroke | |
3185 grestore | |
3186 % vmh | |
3187 gsave | |
3188 1 setlinewidth | |
3189 0 0 0 nodecolor | |
3190 2303 18 30.32 18 ellipse_path stroke | |
3191 0 0 0 nodecolor | |
3192 14 /Times-Roman set_font | |
3193 2287.5 14.3 moveto 31 (vmh) alignedtext | |
3194 grestore | |
3195 % vmhsbr.c->vmh | |
3196 gsave | |
3197 1 setlinewidth | |
3198 0 0 0 edgecolor | |
3199 newpath 2338.26 179.93 moveto | |
3200 2331.48 148.97 2317.09 83.3 2308.94 46.13 curveto | |
3201 stroke | |
3202 0 0 0 edgecolor | |
3203 newpath 2312.29 45.03 moveto | |
3204 2306.73 36.02 lineto | |
3205 2305.45 46.53 lineto | |
3206 closepath fill | |
3207 1 setlinewidth | |
3208 solid | |
3209 0 0 0 edgecolor | |
3210 newpath 2312.29 45.03 moveto | |
3211 2306.73 36.02 lineto | |
3212 2305.45 46.53 lineto | |
3213 closepath stroke | |
3214 grestore | |
3215 % replsbr.c | |
3216 gsave | |
3217 1 setlinewidth | |
3218 0 0 0 nodecolor | |
3219 newpath 3372 216 moveto | |
3220 3292 216 lineto | |
3221 3292 180 lineto | |
3222 3372 180 lineto | |
3223 closepath stroke | |
3224 0 0 0 nodecolor | |
3225 14 /Times-Roman set_font | |
3226 3300 194.3 moveto 64 (replsbr.c) alignedtext | |
3227 grestore | |
3228 % replsbr.c->repl | |
3229 gsave | |
3230 1 setlinewidth | |
3231 0 0 0 edgecolor | |
3232 newpath 3321.84 179.93 moveto | |
3233 3303.01 148.33 3262.67 80.57 3240.81 43.86 curveto | |
3234 stroke | |
3235 0 0 0 edgecolor | |
3236 newpath 3243.8 42.04 moveto | |
3237 3235.67 35.24 lineto | |
3238 3237.78 45.62 lineto | |
3239 closepath fill | |
3240 1 setlinewidth | |
3241 solid | |
3242 0 0 0 edgecolor | |
3243 newpath 3243.8 42.04 moveto | |
3244 3235.67 35.24 lineto | |
3245 3237.78 45.62 lineto | |
3246 closepath stroke | |
3247 grestore | |
3248 endpage | |
3249 showpage | |
3250 grestore | |
3251 %%PageTrailer | |
3252 %%EndPage: 1 | |
3253 %%Trailer | |
3254 end | |
3255 restore | |
3256 %%EOF |