docs/master
diff input/deps-mmh.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 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/input/deps-mmh.eps Sun Jul 15 18:41:35 2012 +0200 1.3 @@ -0,0 +1,1353 @@ 1.4 +%!PS-Adobe-3.0 EPSF-3.0 1.5 +%%Creator: graphviz version 2.28.0 (20120715.1431) 1.6 +%%Title: foo 1.7 +%%Pages: 1 1.8 +%%BoundingBox: 36 36 1745 260 1.9 +%%EndComments 1.10 +save 1.11 +%%BeginProlog 1.12 +/DotDict 200 dict def 1.13 +DotDict begin 1.14 + 1.15 +/setupLatin1 { 1.16 +mark 1.17 +/EncodingVector 256 array def 1.18 + EncodingVector 0 1.19 + 1.20 +ISOLatin1Encoding 0 255 getinterval putinterval 1.21 +EncodingVector 45 /hyphen put 1.22 + 1.23 +% Set up ISO Latin 1 character encoding 1.24 +/starnetISO { 1.25 + dup dup findfont dup length dict begin 1.26 + { 1 index /FID ne { def }{ pop pop } ifelse 1.27 + } forall 1.28 + /Encoding EncodingVector def 1.29 + currentdict end definefont 1.30 +} def 1.31 +/Times-Roman starnetISO def 1.32 +/Times-Italic starnetISO def 1.33 +/Times-Bold starnetISO def 1.34 +/Times-BoldItalic starnetISO def 1.35 +/Helvetica starnetISO def 1.36 +/Helvetica-Oblique starnetISO def 1.37 +/Helvetica-Bold starnetISO def 1.38 +/Helvetica-BoldOblique starnetISO def 1.39 +/Courier starnetISO def 1.40 +/Courier-Oblique starnetISO def 1.41 +/Courier-Bold starnetISO def 1.42 +/Courier-BoldOblique starnetISO def 1.43 +cleartomark 1.44 +} bind def 1.45 + 1.46 +%%BeginResource: procset graphviz 0 0 1.47 +/coord-font-family /Times-Roman def 1.48 +/default-font-family /Times-Roman def 1.49 +/coordfont coord-font-family findfont 8 scalefont def 1.50 + 1.51 +/InvScaleFactor 1.0 def 1.52 +/set_scale { 1.53 + dup 1 exch div /InvScaleFactor exch def 1.54 + scale 1.55 +} bind def 1.56 + 1.57 +% styles 1.58 +/solid { [] 0 setdash } bind def 1.59 +/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def 1.60 +/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def 1.61 +/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def 1.62 +/bold { 2 setlinewidth } bind def 1.63 +/filled { } bind def 1.64 +/unfilled { } bind def 1.65 +/rounded { } bind def 1.66 +/diagonals { } bind def 1.67 + 1.68 +% hooks for setting color 1.69 +/nodecolor { sethsbcolor } bind def 1.70 +/edgecolor { sethsbcolor } bind def 1.71 +/graphcolor { sethsbcolor } bind def 1.72 +/nopcolor {pop pop pop} bind def 1.73 + 1.74 +/beginpage { % i j npages 1.75 + /npages exch def 1.76 + /j exch def 1.77 + /i exch def 1.78 + /str 10 string def 1.79 + npages 1 gt { 1.80 + gsave 1.81 + coordfont setfont 1.82 + 0 0 moveto 1.83 + (\() show i str cvs show (,) show j str cvs show (\)) show 1.84 + grestore 1.85 + } if 1.86 +} bind def 1.87 + 1.88 +/set_font { 1.89 + findfont exch 1.90 + scalefont setfont 1.91 +} def 1.92 + 1.93 +% draw text fitted to its expected width 1.94 +/alignedtext { % width text 1.95 + /text exch def 1.96 + /width exch def 1.97 + gsave 1.98 + width 0 gt { 1.99 + [] 0 setdash 1.100 + text stringwidth pop width exch sub text length div 0 text ashow 1.101 + } if 1.102 + grestore 1.103 +} def 1.104 + 1.105 +/boxprim { % xcorner ycorner xsize ysize 1.106 + 4 2 roll 1.107 + moveto 1.108 + 2 copy 1.109 + exch 0 rlineto 1.110 + 0 exch rlineto 1.111 + pop neg 0 rlineto 1.112 + closepath 1.113 +} bind def 1.114 + 1.115 +/ellipse_path { 1.116 + /ry exch def 1.117 + /rx exch def 1.118 + /y exch def 1.119 + /x exch def 1.120 + matrix currentmatrix 1.121 + newpath 1.122 + x y translate 1.123 + rx ry scale 1.124 + 0 0 1 0 360 arc 1.125 + setmatrix 1.126 +} bind def 1.127 + 1.128 +/endpage { showpage } bind def 1.129 +/showpage { } def 1.130 + 1.131 +/layercolorseq 1.132 + [ % layer color sequence - darkest to lightest 1.133 + [0 0 0] 1.134 + [.2 .8 .8] 1.135 + [.4 .8 .8] 1.136 + [.6 .8 .8] 1.137 + [.8 .8 .8] 1.138 + ] 1.139 +def 1.140 + 1.141 +/layerlen layercolorseq length def 1.142 + 1.143 +/setlayer {/maxlayer exch def /curlayer exch def 1.144 + layercolorseq curlayer 1 sub layerlen mod get 1.145 + aload pop sethsbcolor 1.146 + /nodecolor {nopcolor} def 1.147 + /edgecolor {nopcolor} def 1.148 + /graphcolor {nopcolor} def 1.149 +} bind def 1.150 + 1.151 +/onlayer { curlayer ne {invis} if } def 1.152 + 1.153 +/onlayers { 1.154 + /myupper exch def 1.155 + /mylower exch def 1.156 + curlayer mylower lt 1.157 + curlayer myupper gt 1.158 + or 1.159 + {invis} if 1.160 +} def 1.161 + 1.162 +/curlayer 0 def 1.163 + 1.164 +%%EndResource 1.165 +%%EndProlog 1.166 +%%BeginSetup 1.167 +14 default-font-family set_font 1.168 +1 setmiterlimit 1.169 +% /arrowlength 10 def 1.170 +% /arrowwidth 5 def 1.171 + 1.172 +% make sure pdfmark is harmless for PS-interpreters other than Distiller 1.173 +/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse 1.174 +% make '<<' and '>>' safe on PS Level 1 devices 1.175 +/languagelevel where {pop languagelevel}{1} ifelse 1.176 +2 lt { 1.177 + userdict (<<) cvn ([) cvn load put 1.178 + userdict (>>) cvn ([) cvn load put 1.179 +} if 1.180 + 1.181 +%%EndSetup 1.182 +setupLatin1 1.183 +%%Page: 1 1 1.184 +%%PageBoundingBox: 36 36 1745 260 1.185 +%%PageOrientation: Portrait 1.186 +0 0 1 beginpage 1.187 +gsave 1.188 +36 36 1709 224 boxprim clip newpath 1.189 +1 1 set_scale 0 rotate 40 41 translate 1.190 +% aliasbr.c 1.191 +gsave 1.192 +1 setlinewidth 1.193 +0 0 0 nodecolor 1.194 +newpath 105.25 216 moveto 1.195 +28.75 216 lineto 1.196 +28.75 180 lineto 1.197 +105.25 180 lineto 1.198 +closepath stroke 1.199 +0 0 0 nodecolor 1.200 +14 /Times-Roman set_font 1.201 +36.5 194.3 moveto 61 (aliasbr.c) alignedtext 1.202 +grestore 1.203 +% ali 1.204 +gsave 1.205 +1 setlinewidth 1.206 +0 0 0 nodecolor 1.207 +27 18 27 18 ellipse_path stroke 1.208 +0 0 0 nodecolor 1.209 +14 /Times-Roman set_font 1.210 +18 14.3 moveto 18 (ali) alignedtext 1.211 +grestore 1.212 +% aliasbr.c->ali 1.213 +gsave 1.214 +1 setlinewidth 1.215 +0 0 0 edgecolor 1.216 +newpath 63.16 179.93 moveto 1.217 +56.21 148.97 41.45 83.3 33.1 46.13 curveto 1.218 +stroke 1.219 +0 0 0 edgecolor 1.220 +newpath 36.43 45 moveto 1.221 +30.82 36.02 lineto 1.222 +29.6 46.54 lineto 1.223 +closepath fill 1.224 +1 setlinewidth 1.225 +solid 1.226 +0 0 0 edgecolor 1.227 +newpath 36.43 45 moveto 1.228 +30.82 36.02 lineto 1.229 +29.6 46.54 lineto 1.230 +closepath stroke 1.231 +grestore 1.232 +% spost 1.233 +gsave 1.234 +1 setlinewidth 1.235 +0 0 0 nodecolor 1.236 +108 18 35.62 18 ellipse_path stroke 1.237 +0 0 0 nodecolor 1.238 +14 /Times-Roman set_font 1.239 +88.5 14.3 moveto 39 (spost) alignedtext 1.240 +grestore 1.241 +% aliasbr.c->spost 1.242 +gsave 1.243 +1 setlinewidth 1.244 +0 0 0 edgecolor 1.245 +newpath 70.93 179.93 moveto 1.246 +78.06 148.97 93.19 83.3 101.75 46.13 curveto 1.247 +stroke 1.248 +0 0 0 edgecolor 1.249 +newpath 105.25 46.55 moveto 1.250 +104.08 36.02 lineto 1.251 +98.43 44.97 lineto 1.252 +closepath fill 1.253 +1 setlinewidth 1.254 +solid 1.255 +0 0 0 edgecolor 1.256 +newpath 105.25 46.55 moveto 1.257 +104.08 36.02 lineto 1.258 +98.43 44.97 lineto 1.259 +closepath stroke 1.260 +grestore 1.261 +% whatnowproc.c 1.262 +gsave 1.263 +1 setlinewidth 1.264 +0 0 0 nodecolor 1.265 +newpath 382.25 216 moveto 1.266 +255.75 216 lineto 1.267 +255.75 180 lineto 1.268 +382.25 180 lineto 1.269 +closepath stroke 1.270 +0 0 0 nodecolor 1.271 +14 /Times-Roman set_font 1.272 +263.5 194.3 moveto 111 (whatnowproc.c) alignedtext 1.273 +grestore 1.274 +% comp 1.275 +gsave 1.276 +1 setlinewidth 1.277 +0 0 0 nodecolor 1.278 +198 18 36.1 18 ellipse_path stroke 1.279 +0 0 0 nodecolor 1.280 +14 /Times-Roman set_font 1.281 +178 14.3 moveto 40 (comp) alignedtext 1.282 +grestore 1.283 +% whatnowproc.c->comp 1.284 +gsave 1.285 +1 setlinewidth 1.286 +0 0 0 edgecolor 1.287 +newpath 307.4 179.93 moveto 1.288 +285.91 148.33 239.86 80.57 214.9 43.86 curveto 1.289 +stroke 1.290 +0 0 0 edgecolor 1.291 +newpath 217.56 41.54 moveto 1.292 +209.04 35.24 lineto 1.293 +211.77 45.48 lineto 1.294 +closepath fill 1.295 +1 setlinewidth 1.296 +solid 1.297 +0 0 0 edgecolor 1.298 +newpath 217.56 41.54 moveto 1.299 +209.04 35.24 lineto 1.300 +211.77 45.48 lineto 1.301 +closepath stroke 1.302 +grestore 1.303 +% dist 1.304 +gsave 1.305 +1 setlinewidth 1.306 +0 0 0 nodecolor 1.307 +280 18 27.42 18 ellipse_path stroke 1.308 +0 0 0 nodecolor 1.309 +14 /Times-Roman set_font 1.310 +266.5 14.3 moveto 27 (dist) alignedtext 1.311 +grestore 1.312 +% whatnowproc.c->dist 1.313 +gsave 1.314 +1 setlinewidth 1.315 +0 0 0 edgecolor 1.316 +newpath 315.26 179.93 moveto 1.317 +308.48 148.97 294.09 83.3 285.94 46.13 curveto 1.318 +stroke 1.319 +0 0 0 edgecolor 1.320 +newpath 289.29 45.03 moveto 1.321 +283.73 36.02 lineto 1.322 +282.45 46.53 lineto 1.323 +closepath fill 1.324 +1 setlinewidth 1.325 +solid 1.326 +0 0 0 edgecolor 1.327 +newpath 289.29 45.03 moveto 1.328 +283.73 36.02 lineto 1.329 +282.45 46.53 lineto 1.330 +closepath stroke 1.331 +grestore 1.332 +% forw 1.333 +gsave 1.334 +1 setlinewidth 1.335 +0 0 0 nodecolor 1.336 +358 18 32.25 18 ellipse_path stroke 1.337 +0 0 0 nodecolor 1.338 +14 /Times-Roman set_font 1.339 +341 14.3 moveto 34 (forw) alignedtext 1.340 +grestore 1.341 +% whatnowproc.c->forw 1.342 +gsave 1.343 +1 setlinewidth 1.344 +0 0 0 edgecolor 1.345 +newpath 322.74 179.93 moveto 1.346 +329.52 148.97 343.91 83.3 352.06 46.13 curveto 1.347 +stroke 1.348 +0 0 0 edgecolor 1.349 +newpath 355.55 46.53 moveto 1.350 +354.27 36.02 lineto 1.351 +348.71 45.03 lineto 1.352 +closepath fill 1.353 +1 setlinewidth 1.354 +solid 1.355 +0 0 0 edgecolor 1.356 +newpath 355.55 46.53 moveto 1.357 +354.27 36.02 lineto 1.358 +348.71 45.03 lineto 1.359 +closepath stroke 1.360 +grestore 1.361 +% repl 1.362 +gsave 1.363 +1 setlinewidth 1.364 +0 0 0 nodecolor 1.365 +438 18 29.37 18 ellipse_path stroke 1.366 +0 0 0 nodecolor 1.367 +14 /Times-Roman set_font 1.368 +423.5 14.3 moveto 29 (repl) alignedtext 1.369 +grestore 1.370 +% whatnowproc.c->repl 1.371 +gsave 1.372 +1 setlinewidth 1.373 +0 0 0 edgecolor 1.374 +newpath 330.41 179.93 moveto 1.375 +351.59 148.25 397.07 80.23 421.56 43.58 curveto 1.376 +stroke 1.377 +0 0 0 edgecolor 1.378 +newpath 424.66 45.24 moveto 1.379 +427.31 34.99 lineto 1.380 +418.85 41.35 lineto 1.381 +closepath fill 1.382 +1 setlinewidth 1.383 +solid 1.384 +0 0 0 edgecolor 1.385 +newpath 424.66 45.24 moveto 1.386 +427.31 34.99 lineto 1.387 +418.85 41.35 lineto 1.388 +closepath stroke 1.389 +grestore 1.390 +% scansbr.c 1.391 +gsave 1.392 +1 setlinewidth 1.393 +0 0 0 nodecolor 1.394 +newpath 565.5 216 moveto 1.395 +482.5 216 lineto 1.396 +482.5 180 lineto 1.397 +565.5 180 lineto 1.398 +closepath stroke 1.399 +0 0 0 nodecolor 1.400 +14 /Times-Roman set_font 1.401 +490 194.3 moveto 68 (scansbr.c) alignedtext 1.402 +grestore 1.403 +% inc 1.404 +gsave 1.405 +1 setlinewidth 1.406 +0 0 0 nodecolor 1.407 +512 18 27 18 ellipse_path stroke 1.408 +0 0 0 nodecolor 1.409 +14 /Times-Roman set_font 1.410 +501 14.3 moveto 22 (inc) alignedtext 1.411 +grestore 1.412 +% scansbr.c->inc 1.413 +gsave 1.414 +1 setlinewidth 1.415 +0 0 0 edgecolor 1.416 +newpath 522.85 179.93 moveto 1.417 +520.76 148.97 516.33 83.3 513.83 46.13 curveto 1.418 +stroke 1.419 +0 0 0 edgecolor 1.420 +newpath 517.31 45.76 moveto 1.421 +513.15 36.02 lineto 1.422 +510.33 46.23 lineto 1.423 +closepath fill 1.424 +1 setlinewidth 1.425 +solid 1.426 +0 0 0 edgecolor 1.427 +newpath 517.31 45.76 moveto 1.428 +513.15 36.02 lineto 1.429 +510.33 46.23 lineto 1.430 +closepath stroke 1.431 +grestore 1.432 +% scan 1.433 +gsave 1.434 +1 setlinewidth 1.435 +0 0 0 nodecolor 1.436 +589 18 32.25 18 ellipse_path stroke 1.437 +0 0 0 nodecolor 1.438 +14 /Times-Roman set_font 1.439 +572 14.3 moveto 34 (scan) alignedtext 1.440 +grestore 1.441 +% scansbr.c->scan 1.442 +gsave 1.443 +1 setlinewidth 1.444 +0 0 0 edgecolor 1.445 +newpath 530.23 179.93 moveto 1.446 +541.62 148.75 565.85 82.4 579.37 45.37 curveto 1.447 +stroke 1.448 +0 0 0 edgecolor 1.449 +newpath 582.74 46.35 moveto 1.450 +582.88 35.76 lineto 1.451 +576.16 43.95 lineto 1.452 +closepath fill 1.453 +1 setlinewidth 1.454 +solid 1.455 +0 0 0 edgecolor 1.456 +newpath 582.74 46.35 moveto 1.457 +582.88 35.76 lineto 1.458 +576.16 43.95 lineto 1.459 +closepath stroke 1.460 +grestore 1.461 +% termsbr.c 1.462 +gsave 1.463 +1 setlinewidth 1.464 +0 0 0 nodecolor 1.465 +newpath 800.25 216 moveto 1.466 +715.75 216 lineto 1.467 +715.75 180 lineto 1.468 +800.25 180 lineto 1.469 +closepath stroke 1.470 +0 0 0 nodecolor 1.471 +14 /Times-Roman set_font 1.472 +723.5 194.3 moveto 69 (termsbr.c) alignedtext 1.473 +grestore 1.474 +% termsbr.c->inc 1.475 +gsave 1.476 +1 setlinewidth 1.477 +0 0 0 edgecolor 1.478 +newpath 734.41 179.93 moveto 1.479 +688.22 146.51 586.17 72.66 538.06 37.86 curveto 1.480 +stroke 1.481 +0 0 0 edgecolor 1.482 +newpath 539.88 34.85 moveto 1.483 +529.73 31.83 lineto 1.484 +535.78 40.53 lineto 1.485 +closepath fill 1.486 +1 setlinewidth 1.487 +solid 1.488 +0 0 0 edgecolor 1.489 +newpath 539.88 34.85 moveto 1.490 +529.73 31.83 lineto 1.491 +535.78 40.53 lineto 1.492 +closepath stroke 1.493 +grestore 1.494 +% mhbuild 1.495 +gsave 1.496 +1 setlinewidth 1.497 +0 0 0 nodecolor 1.498 +763 18 48.62 18 ellipse_path stroke 1.499 +0 0 0 nodecolor 1.500 +14 /Times-Roman set_font 1.501 +733.5 14.3 moveto 59 (mhbuild) alignedtext 1.502 +grestore 1.503 +% termsbr.c->mhbuild 1.504 +gsave 1.505 +1 setlinewidth 1.506 +0 0 0 edgecolor 1.507 +newpath 758.48 179.93 moveto 1.508 +759.35 148.97 761.19 83.3 762.24 46.13 curveto 1.509 +stroke 1.510 +0 0 0 edgecolor 1.511 +newpath 765.74 46.11 moveto 1.512 +762.52 36.02 lineto 1.513 +758.74 45.91 lineto 1.514 +closepath fill 1.515 +1 setlinewidth 1.516 +solid 1.517 +0 0 0 edgecolor 1.518 +newpath 765.74 46.11 moveto 1.519 +762.52 36.02 lineto 1.520 +758.74 45.91 lineto 1.521 +closepath stroke 1.522 +grestore 1.523 +% mhl 1.524 +gsave 1.525 +1 setlinewidth 1.526 +0 0 0 nodecolor 1.527 +668 18 28.4 18 ellipse_path stroke 1.528 +0 0 0 nodecolor 1.529 +14 /Times-Roman set_font 1.530 +654 14.3 moveto 28 (mhl) alignedtext 1.531 +grestore 1.532 +% termsbr.c->mhl 1.533 +gsave 1.534 +1 setlinewidth 1.535 +0 0 0 edgecolor 1.536 +newpath 749.37 179.93 moveto 1.537 +733.46 148.46 699.42 81.15 680.81 44.33 curveto 1.538 +stroke 1.539 +0 0 0 edgecolor 1.540 +newpath 683.85 42.59 moveto 1.541 +676.21 35.24 lineto 1.542 +677.6 45.74 lineto 1.543 +closepath fill 1.544 +1 setlinewidth 1.545 +solid 1.546 +0 0 0 edgecolor 1.547 +newpath 683.85 42.59 moveto 1.548 +676.21 35.24 lineto 1.549 +677.6 45.74 lineto 1.550 +closepath stroke 1.551 +grestore 1.552 +% mhlist 1.553 +gsave 1.554 +1 setlinewidth 1.555 +0 0 0 nodecolor 1.556 +972 18 39.47 18 ellipse_path stroke 1.557 +0 0 0 nodecolor 1.558 +14 /Times-Roman set_font 1.559 +949.5 14.3 moveto 45 (mhlist) alignedtext 1.560 +grestore 1.561 +% termsbr.c->mhlist 1.562 +gsave 1.563 +1 setlinewidth 1.564 +0 0 0 edgecolor 1.565 +newpath 778.52 179.93 moveto 1.566 +817.63 147.4 902.8 76.56 945.9 40.71 curveto 1.567 +stroke 1.568 +0 0 0 edgecolor 1.569 +newpath 948.24 43.32 moveto 1.570 +953.69 34.23 lineto 1.571 +943.76 37.94 lineto 1.572 +closepath fill 1.573 +1 setlinewidth 1.574 +solid 1.575 +0 0 0 edgecolor 1.576 +newpath 948.24 43.32 moveto 1.577 +953.69 34.23 lineto 1.578 +943.76 37.94 lineto 1.579 +closepath stroke 1.580 +grestore 1.581 +% show 1.582 +gsave 1.583 +1 setlinewidth 1.584 +0 0 0 nodecolor 1.585 +1065 18 35.15 18 ellipse_path stroke 1.586 +0 0 0 nodecolor 1.587 +14 /Times-Roman set_font 1.588 +1046 14.3 moveto 38 (show) alignedtext 1.589 +grestore 1.590 +% termsbr.c->show 1.591 +gsave 1.592 +1 setlinewidth 1.593 +0 0 0 edgecolor 1.594 +newpath 787.44 179.93 moveto 1.595 +845.42 146.32 973.93 71.8 1033.52 37.25 curveto 1.596 +stroke 1.597 +0 0 0 edgecolor 1.598 +newpath 1035.58 40.1 moveto 1.599 +1042.47 32.06 lineto 1.600 +1032.07 34.05 lineto 1.601 +closepath fill 1.602 +1 setlinewidth 1.603 +solid 1.604 +0 0 0 edgecolor 1.605 +newpath 1035.58 40.1 moveto 1.606 +1042.47 32.06 lineto 1.607 +1032.07 34.05 lineto 1.608 +closepath stroke 1.609 +grestore 1.610 +% mhstore 1.611 +gsave 1.612 +1 setlinewidth 1.613 +0 0 0 nodecolor 1.614 +1167 18 49.09 18 ellipse_path stroke 1.615 +0 0 0 nodecolor 1.616 +14 /Times-Roman set_font 1.617 +1137 14.3 moveto 60 (mhstore) alignedtext 1.618 +grestore 1.619 +% termsbr.c->mhstore 1.620 +gsave 1.621 +1 setlinewidth 1.622 +0 0 0 edgecolor 1.623 +newpath 797.22 179.93 moveto 1.624 +875.06 146.05 1048.35 70.64 1126.91 36.45 curveto 1.625 +stroke 1.626 +0 0 0 edgecolor 1.627 +newpath 1128.68 39.49 moveto 1.628 +1136.45 32.29 lineto 1.629 +1125.89 33.08 lineto 1.630 +closepath fill 1.631 +1 setlinewidth 1.632 +solid 1.633 +0 0 0 edgecolor 1.634 +newpath 1128.68 39.49 moveto 1.635 +1136.45 32.29 lineto 1.636 +1125.89 33.08 lineto 1.637 +closepath stroke 1.638 +grestore 1.639 +% mhtest 1.640 +gsave 1.641 +1 setlinewidth 1.642 +0 0 0 nodecolor 1.643 +872 18 42.37 18 ellipse_path stroke 1.644 +0 0 0 nodecolor 1.645 +14 /Times-Roman set_font 1.646 +847.5 14.3 moveto 49 (mhtest) alignedtext 1.647 +grestore 1.648 +% termsbr.c->mhtest 1.649 +gsave 1.650 +1 setlinewidth 1.651 +0 0 0 edgecolor 1.652 +newpath 768.93 179.93 moveto 1.653 +789.12 148.41 832.35 80.92 855.9 44.14 curveto 1.654 +stroke 1.655 +0 0 0 edgecolor 1.656 +newpath 858.99 45.81 moveto 1.657 +861.43 35.5 lineto 1.658 +853.09 42.03 lineto 1.659 +closepath fill 1.660 +1 setlinewidth 1.661 +solid 1.662 +0 0 0 edgecolor 1.663 +newpath 858.99 45.81 moveto 1.664 +861.43 35.5 lineto 1.665 +853.09 42.03 lineto 1.666 +closepath stroke 1.667 +grestore 1.668 +% termsbr.c->scan 1.669 +gsave 1.670 +1 setlinewidth 1.671 +0 0 0 edgecolor 1.672 +newpath 741.8 179.93 moveto 1.673 +711.23 147.74 645.04 78.02 610.68 41.84 curveto 1.674 +stroke 1.675 +0 0 0 edgecolor 1.676 +newpath 612.88 39.07 moveto 1.677 +603.46 34.23 lineto 1.678 +607.81 43.89 lineto 1.679 +closepath fill 1.680 +1 setlinewidth 1.681 +solid 1.682 +0 0 0 edgecolor 1.683 +newpath 612.88 39.07 moveto 1.684 +603.46 34.23 lineto 1.685 +607.81 43.89 lineto 1.686 +closepath stroke 1.687 +grestore 1.688 +% mhfree.c 1.689 +gsave 1.690 +1 setlinewidth 1.691 +0 0 0 nodecolor 1.692 +newpath 899 216 moveto 1.693 +819 216 lineto 1.694 +819 180 lineto 1.695 +899 180 lineto 1.696 +closepath stroke 1.697 +0 0 0 nodecolor 1.698 +14 /Times-Roman set_font 1.699 +827 194.3 moveto 64 (mhfree.c) alignedtext 1.700 +grestore 1.701 +% mhfree.c->mhbuild 1.702 +gsave 1.703 +1 setlinewidth 1.704 +0 0 0 edgecolor 1.705 +newpath 849.8 179.93 moveto 1.706 +832.91 148.62 796.88 81.83 776.97 44.9 curveto 1.707 +stroke 1.708 +0 0 0 edgecolor 1.709 +newpath 779.86 42.9 moveto 1.710 +772.04 35.76 lineto 1.711 +773.7 46.22 lineto 1.712 +closepath fill 1.713 +1 setlinewidth 1.714 +solid 1.715 +0 0 0 edgecolor 1.716 +newpath 779.86 42.9 moveto 1.717 +772.04 35.76 lineto 1.718 +773.7 46.22 lineto 1.719 +closepath stroke 1.720 +grestore 1.721 +% mhfree.c->mhlist 1.722 +gsave 1.723 +1 setlinewidth 1.724 +0 0 0 edgecolor 1.725 +newpath 869.83 179.93 moveto 1.726 +889.85 148.41 932.69 80.92 956.04 44.14 curveto 1.727 +stroke 1.728 +0 0 0 edgecolor 1.729 +newpath 959.12 45.82 moveto 1.730 +961.53 35.5 lineto 1.731 +953.21 42.06 lineto 1.732 +closepath fill 1.733 +1 setlinewidth 1.734 +solid 1.735 +0 0 0 edgecolor 1.736 +newpath 959.12 45.82 moveto 1.737 +961.53 35.5 lineto 1.738 +953.21 42.06 lineto 1.739 +closepath stroke 1.740 +grestore 1.741 +% mhfree.c->show 1.742 +gsave 1.743 +1 setlinewidth 1.744 +0 0 0 edgecolor 1.745 +newpath 878.75 179.93 moveto 1.746 +916.52 147.3 998.87 76.14 1040.24 40.39 curveto 1.747 +stroke 1.748 +0 0 0 edgecolor 1.749 +newpath 1042.67 42.92 moveto 1.750 +1047.94 33.74 lineto 1.751 +1038.09 37.63 lineto 1.752 +closepath fill 1.753 +1 setlinewidth 1.754 +solid 1.755 +0 0 0 edgecolor 1.756 +newpath 1042.67 42.92 moveto 1.757 +1047.94 33.74 lineto 1.758 +1038.09 37.63 lineto 1.759 +closepath stroke 1.760 +grestore 1.761 +% mhfree.c->mhstore 1.762 +gsave 1.763 +1 setlinewidth 1.764 +0 0 0 edgecolor 1.765 +newpath 888.53 179.93 moveto 1.766 +945.96 146.74 1072.37 73.69 1133.11 38.59 curveto 1.767 +stroke 1.768 +0 0 0 edgecolor 1.769 +newpath 1135.02 41.53 moveto 1.770 +1141.92 33.49 lineto 1.771 +1131.51 35.47 lineto 1.772 +closepath fill 1.773 +1 setlinewidth 1.774 +solid 1.775 +0 0 0 edgecolor 1.776 +newpath 1135.02 41.53 moveto 1.777 +1141.92 33.49 lineto 1.778 +1131.51 35.47 lineto 1.779 +closepath stroke 1.780 +grestore 1.781 +% mhfree.c->mhtest 1.782 +gsave 1.783 +1 setlinewidth 1.784 +0 0 0 edgecolor 1.785 +newpath 860.25 179.93 moveto 1.786 +862.51 148.97 867.3 83.3 870.02 46.13 curveto 1.787 +stroke 1.788 +0 0 0 edgecolor 1.789 +newpath 873.52 46.24 moveto 1.790 +870.76 36.02 lineto 1.791 +866.54 45.73 lineto 1.792 +closepath fill 1.793 +1 setlinewidth 1.794 +solid 1.795 +0 0 0 edgecolor 1.796 +newpath 873.52 46.24 moveto 1.797 +870.76 36.02 lineto 1.798 +866.54 45.73 lineto 1.799 +closepath stroke 1.800 +grestore 1.801 +% mhparse.c 1.802 +gsave 1.803 +1 setlinewidth 1.804 +0 0 0 nodecolor 1.805 +newpath 1009 216 moveto 1.806 +917 216 lineto 1.807 +917 180 lineto 1.808 +1009 180 lineto 1.809 +closepath stroke 1.810 +0 0 0 nodecolor 1.811 +14 /Times-Roman set_font 1.812 +925 194.3 moveto 76 (mhparse.c) alignedtext 1.813 +grestore 1.814 +% mhparse.c->mhbuild 1.815 +gsave 1.816 +1 setlinewidth 1.817 +0 0 0 edgecolor 1.818 +newpath 943.82 179.93 moveto 1.819 +907.62 147.71 829.19 77.91 788.56 41.75 curveto 1.820 +stroke 1.821 +0 0 0 edgecolor 1.822 +newpath 790.76 39.02 moveto 1.823 +780.96 34.99 lineto 1.824 +786.1 44.25 lineto 1.825 +closepath fill 1.826 +1 setlinewidth 1.827 +solid 1.828 +0 0 0 edgecolor 1.829 +newpath 790.76 39.02 moveto 1.830 +780.96 34.99 lineto 1.831 +786.1 44.25 lineto 1.832 +closepath stroke 1.833 +grestore 1.834 +% mhparse.c->mhlist 1.835 +gsave 1.836 +1 setlinewidth 1.837 +0 0 0 edgecolor 1.838 +newpath 963.86 179.93 moveto 1.839 +965.43 148.97 968.75 83.3 970.63 46.13 curveto 1.840 +stroke 1.841 +0 0 0 edgecolor 1.842 +newpath 974.13 46.18 moveto 1.843 +971.14 36.02 lineto 1.844 +967.14 45.83 lineto 1.845 +closepath fill 1.846 +1 setlinewidth 1.847 +solid 1.848 +0 0 0 edgecolor 1.849 +newpath 974.13 46.18 moveto 1.850 +971.14 36.02 lineto 1.851 +967.14 45.83 lineto 1.852 +closepath stroke 1.853 +grestore 1.854 +% mhparse.c->show 1.855 +gsave 1.856 +1 setlinewidth 1.857 +0 0 0 edgecolor 1.858 +newpath 972.78 179.93 moveto 1.859 +990.77 148.54 1029.19 81.49 1050.32 44.61 curveto 1.860 +stroke 1.861 +0 0 0 edgecolor 1.862 +newpath 1053.61 45.91 moveto 1.863 +1055.55 35.5 lineto 1.864 +1047.54 42.43 lineto 1.865 +closepath fill 1.866 +1 setlinewidth 1.867 +solid 1.868 +0 0 0 edgecolor 1.869 +newpath 1053.61 45.91 moveto 1.870 +1055.55 35.5 lineto 1.871 +1047.54 42.43 lineto 1.872 +closepath stroke 1.873 +grestore 1.874 +% mhparse.c->mhstore 1.875 +gsave 1.876 +1 setlinewidth 1.877 +0 0 0 edgecolor 1.878 +newpath 982.56 179.93 moveto 1.879 +1019.49 147.71 1099.48 77.91 1140.93 41.75 curveto 1.880 +stroke 1.881 +0 0 0 edgecolor 1.882 +newpath 1143.45 44.2 moveto 1.883 +1148.68 34.99 lineto 1.884 +1138.84 38.92 lineto 1.885 +closepath fill 1.886 +1 setlinewidth 1.887 +solid 1.888 +0 0 0 edgecolor 1.889 +newpath 1143.45 44.2 moveto 1.890 +1148.68 34.99 lineto 1.891 +1138.84 38.92 lineto 1.892 +closepath stroke 1.893 +grestore 1.894 +% mhparse.c->mhtest 1.895 +gsave 1.896 +1 setlinewidth 1.897 +0 0 0 edgecolor 1.898 +newpath 954.27 179.93 moveto 1.899 +938.27 148.62 904.12 81.83 885.24 44.9 curveto 1.900 +stroke 1.901 +0 0 0 edgecolor 1.902 +newpath 888.23 43.07 moveto 1.903 +880.57 35.76 lineto 1.904 +882 46.25 lineto 1.905 +closepath fill 1.906 +1 setlinewidth 1.907 +solid 1.908 +0 0 0 edgecolor 1.909 +newpath 888.23 43.07 moveto 1.910 +880.57 35.76 lineto 1.911 +882 46.25 lineto 1.912 +closepath stroke 1.913 +grestore 1.914 +% mhoutsbr.c 1.915 +gsave 1.916 +1 setlinewidth 1.917 +0 0 0 nodecolor 1.918 +newpath 697.25 216 moveto 1.919 +600.75 216 lineto 1.920 +600.75 180 lineto 1.921 +697.25 180 lineto 1.922 +closepath stroke 1.923 +0 0 0 nodecolor 1.924 +14 /Times-Roman set_font 1.925 +608.5 194.3 moveto 81 (mhoutsbr.c) alignedtext 1.926 +grestore 1.927 +% mhoutsbr.c->mhbuild 1.928 +gsave 1.929 +1 setlinewidth 1.930 +0 0 0 edgecolor 1.931 +newpath 659.93 179.93 moveto 1.932 +680.07 148.49 723.13 81.26 746.72 44.43 curveto 1.933 +stroke 1.934 +0 0 0 edgecolor 1.935 +newpath 749.82 46.06 moveto 1.936 +752.27 35.76 lineto 1.937 +743.93 42.29 lineto 1.938 +closepath fill 1.939 +1 setlinewidth 1.940 +solid 1.941 +0 0 0 edgecolor 1.942 +newpath 749.82 46.06 moveto 1.943 +752.27 35.76 lineto 1.944 +743.93 42.29 lineto 1.945 +closepath stroke 1.946 +grestore 1.947 +% mhoutsbr.c->mhtest 1.948 +gsave 1.949 +1 setlinewidth 1.950 +0 0 0 edgecolor 1.951 +newpath 670.38 179.93 moveto 1.952 +711.23 147.33 800.26 76.26 845.08 40.48 curveto 1.953 +stroke 1.954 +0 0 0 edgecolor 1.955 +newpath 847.29 43.21 moveto 1.956 +852.92 34.23 lineto 1.957 +842.92 37.73 lineto 1.958 +closepath fill 1.959 +1 setlinewidth 1.960 +solid 1.961 +0 0 0 edgecolor 1.962 +newpath 847.29 43.21 moveto 1.963 +852.92 34.23 lineto 1.964 +842.92 37.73 lineto 1.965 +closepath stroke 1.966 +grestore 1.967 +% mhmisc.c 1.968 +gsave 1.969 +1 setlinewidth 1.970 +0 0 0 nodecolor 1.971 +newpath 1113 216 moveto 1.972 +1027 216 lineto 1.973 +1027 180 lineto 1.974 +1113 180 lineto 1.975 +closepath stroke 1.976 +0 0 0 nodecolor 1.977 +14 /Times-Roman set_font 1.978 +1035 194.3 moveto 70 (mhmisc.c) alignedtext 1.979 +grestore 1.980 +% mhmisc.c->mhbuild 1.981 +gsave 1.982 +1 setlinewidth 1.983 +0 0 0 edgecolor 1.984 +newpath 1040.56 179.93 moveto 1.985 +983.32 146.74 857.33 73.69 796.78 38.59 curveto 1.986 +stroke 1.987 +0 0 0 edgecolor 1.988 +newpath 798.4 35.48 moveto 1.989 +787.99 33.49 lineto 1.990 +794.89 41.54 lineto 1.991 +closepath fill 1.992 +1 setlinewidth 1.993 +solid 1.994 +0 0 0 edgecolor 1.995 +newpath 798.4 35.48 moveto 1.996 +787.99 33.49 lineto 1.997 +794.89 41.54 lineto 1.998 +closepath stroke 1.999 +grestore 1.1000 +% mhmisc.c->mhlist 1.1001 +gsave 1.1002 +1 setlinewidth 1.1003 +0 0 0 edgecolor 1.1004 +newpath 1060.6 179.93 moveto 1.1005 +1043.36 148.62 1006.59 81.83 986.26 44.9 curveto 1.1006 +stroke 1.1007 +0 0 0 edgecolor 1.1008 +newpath 989.11 42.83 moveto 1.1009 +981.23 35.76 lineto 1.1010 +982.98 46.2 lineto 1.1011 +closepath fill 1.1012 +1 setlinewidth 1.1013 +solid 1.1014 +0 0 0 edgecolor 1.1015 +newpath 989.11 42.83 moveto 1.1016 +981.23 35.76 lineto 1.1017 +982.98 46.2 lineto 1.1018 +closepath stroke 1.1019 +grestore 1.1020 +% mhmisc.c->show 1.1021 +gsave 1.1022 +1 setlinewidth 1.1023 +0 0 0 edgecolor 1.1024 +newpath 1069.52 179.93 moveto 1.1025 +1068.65 148.97 1066.81 83.3 1065.76 46.13 curveto 1.1026 +stroke 1.1027 +0 0 0 edgecolor 1.1028 +newpath 1069.26 45.91 moveto 1.1029 +1065.48 36.02 lineto 1.1030 +1062.26 46.11 lineto 1.1031 +closepath fill 1.1032 +1 setlinewidth 1.1033 +solid 1.1034 +0 0 0 edgecolor 1.1035 +newpath 1069.26 45.91 moveto 1.1036 +1065.48 36.02 lineto 1.1037 +1062.26 46.11 lineto 1.1038 +closepath stroke 1.1039 +grestore 1.1040 +% mhmisc.c->mhstore 1.1041 +gsave 1.1042 +1 setlinewidth 1.1043 +0 0 0 edgecolor 1.1044 +newpath 1079.3 179.93 moveto 1.1045 +1096.36 148.62 1132.76 81.83 1152.89 44.9 curveto 1.1046 +stroke 1.1047 +0 0 0 edgecolor 1.1048 +newpath 1156.16 46.21 moveto 1.1049 +1157.87 35.76 lineto 1.1050 +1150.01 42.86 lineto 1.1051 +closepath fill 1.1052 +1 setlinewidth 1.1053 +solid 1.1054 +0 0 0 edgecolor 1.1055 +newpath 1156.16 46.21 moveto 1.1056 +1157.87 35.76 lineto 1.1057 +1150.01 42.86 lineto 1.1058 +closepath stroke 1.1059 +grestore 1.1060 +% mhmisc.c->mhtest 1.1061 +gsave 1.1062 +1 setlinewidth 1.1063 +0 0 0 edgecolor 1.1064 +newpath 1051.01 179.93 moveto 1.1065 +1014.99 147.55 936.74 77.2 896.7 41.2 curveto 1.1066 +stroke 1.1067 +0 0 0 edgecolor 1.1068 +newpath 899 38.56 moveto 1.1069 +889.22 34.48 lineto 1.1070 +894.32 43.77 lineto 1.1071 +closepath fill 1.1072 +1 setlinewidth 1.1073 +solid 1.1074 +0 0 0 edgecolor 1.1075 +newpath 899 38.56 moveto 1.1076 +889.22 34.48 lineto 1.1077 +894.32 43.77 lineto 1.1078 +closepath stroke 1.1079 +grestore 1.1080 +% mhlistsbr.c 1.1081 +gsave 1.1082 +1 setlinewidth 1.1083 +0 0 0 nodecolor 1.1084 +newpath 1226.25 216 moveto 1.1085 +1131.75 216 lineto 1.1086 +1131.75 180 lineto 1.1087 +1226.25 180 lineto 1.1088 +closepath stroke 1.1089 +0 0 0 nodecolor 1.1090 +14 /Times-Roman set_font 1.1091 +1139.5 194.3 moveto 79 (mhlistsbr.c) alignedtext 1.1092 +grestore 1.1093 +% mhlistsbr.c->mhlist 1.1094 +gsave 1.1095 +1 setlinewidth 1.1096 +0 0 0 edgecolor 1.1097 +newpath 1159.15 179.93 moveto 1.1098 +1121.39 147.46 1039.27 76.85 997.5 40.93 curveto 1.1099 +stroke 1.1100 +0 0 0 edgecolor 1.1101 +newpath 999.58 38.1 moveto 1.1102 +989.71 34.23 lineto 1.1103 +995.01 43.41 lineto 1.1104 +closepath fill 1.1105 +1 setlinewidth 1.1106 +solid 1.1107 +0 0 0 edgecolor 1.1108 +newpath 999.58 38.1 moveto 1.1109 +989.71 34.23 lineto 1.1110 +995.01 43.41 lineto 1.1111 +closepath stroke 1.1112 +grestore 1.1113 +% mhlistsbr.c->show 1.1114 +gsave 1.1115 +1 setlinewidth 1.1116 +0 0 0 edgecolor 1.1117 +newpath 1168.07 179.93 moveto 1.1118 +1147.83 148.33 1104.43 80.57 1080.92 43.86 curveto 1.1119 +stroke 1.1120 +0 0 0 edgecolor 1.1121 +newpath 1083.74 41.77 moveto 1.1122 +1075.4 35.24 lineto 1.1123 +1077.85 45.55 lineto 1.1124 +closepath fill 1.1125 +1 setlinewidth 1.1126 +solid 1.1127 +0 0 0 edgecolor 1.1128 +newpath 1083.74 41.77 moveto 1.1129 +1075.4 35.24 lineto 1.1130 +1077.85 45.55 lineto 1.1131 +closepath stroke 1.1132 +grestore 1.1133 +% mhlistsbr.c->mhstore 1.1134 +gsave 1.1135 +1 setlinewidth 1.1136 +0 0 0 edgecolor 1.1137 +newpath 1177.85 179.93 moveto 1.1138 +1175.76 148.97 1171.33 83.3 1168.83 46.13 curveto 1.1139 +stroke 1.1140 +0 0 0 edgecolor 1.1141 +newpath 1172.31 45.76 moveto 1.1142 +1168.15 36.02 lineto 1.1143 +1165.33 46.23 lineto 1.1144 +closepath fill 1.1145 +1 setlinewidth 1.1146 +solid 1.1147 +0 0 0 edgecolor 1.1148 +newpath 1172.31 45.76 moveto 1.1149 +1168.15 36.02 lineto 1.1150 +1165.33 46.23 lineto 1.1151 +closepath stroke 1.1152 +grestore 1.1153 +% mhshowsbr.c 1.1154 +gsave 1.1155 +1 setlinewidth 1.1156 +0 0 0 nodecolor 1.1157 +newpath 1355.25 216 moveto 1.1158 +1244.75 216 lineto 1.1159 +1244.75 180 lineto 1.1160 +1355.25 180 lineto 1.1161 +closepath stroke 1.1162 +0 0 0 nodecolor 1.1163 +14 /Times-Roman set_font 1.1164 +1252.5 194.3 moveto 95 (mhshowsbr.c) alignedtext 1.1165 +grestore 1.1166 +% mhshowsbr.c->show 1.1167 +gsave 1.1168 +1 setlinewidth 1.1169 +0 0 0 edgecolor 1.1170 +newpath 1277.47 179.93 moveto 1.1171 +1233.99 147 1138.71 74.83 1091.95 39.42 curveto 1.1172 +stroke 1.1173 +0 0 0 edgecolor 1.1174 +newpath 1093.9 36.5 moveto 1.1175 +1083.81 33.25 lineto 1.1176 +1089.67 42.08 lineto 1.1177 +closepath fill 1.1178 +1 setlinewidth 1.1179 +solid 1.1180 +0 0 0 edgecolor 1.1181 +newpath 1093.9 36.5 moveto 1.1182 +1083.81 33.25 lineto 1.1183 +1089.67 42.08 lineto 1.1184 +closepath stroke 1.1185 +grestore 1.1186 +% mhshowsbr.c->mhstore 1.1187 +gsave 1.1188 +1 setlinewidth 1.1189 +0 0 0 edgecolor 1.1190 +newpath 1287.25 179.93 moveto 1.1191 +1263.59 148.27 1212.84 80.34 1185.44 43.68 curveto 1.1192 +stroke 1.1193 +0 0 0 edgecolor 1.1194 +newpath 1188.12 41.41 moveto 1.1195 +1179.33 35.5 lineto 1.1196 +1182.51 45.6 lineto 1.1197 +closepath fill 1.1198 +1 setlinewidth 1.1199 +solid 1.1200 +0 0 0 edgecolor 1.1201 +newpath 1188.12 41.41 moveto 1.1202 +1179.33 35.5 lineto 1.1203 +1182.51 45.6 lineto 1.1204 +closepath stroke 1.1205 +grestore 1.1206 +% dropsbr.c 1.1207 +gsave 1.1208 +1 setlinewidth 1.1209 +0 0 0 nodecolor 1.1210 +newpath 1458.25 216 moveto 1.1211 +1373.75 216 lineto 1.1212 +1373.75 180 lineto 1.1213 +1458.25 180 lineto 1.1214 +closepath stroke 1.1215 +0 0 0 nodecolor 1.1216 +14 /Times-Roman set_font 1.1217 +1381.5 194.3 moveto 69 (dropsbr.c) alignedtext 1.1218 +grestore 1.1219 +% packf 1.1220 +gsave 1.1221 +1 setlinewidth 1.1222 +0 0 0 nodecolor 1.1223 +1365 18 36.1 18 ellipse_path stroke 1.1224 +0 0 0 nodecolor 1.1225 +14 /Times-Roman set_font 1.1226 +1345 14.3 moveto 40 (packf) alignedtext 1.1227 +grestore 1.1228 +% dropsbr.c->packf 1.1229 +gsave 1.1230 +1 setlinewidth 1.1231 +0 0 0 edgecolor 1.1232 +newpath 1411.11 179.93 moveto 1.1233 +1402.2 148.83 1383.26 82.73 1372.64 45.65 curveto 1.1234 +stroke 1.1235 +0 0 0 edgecolor 1.1236 +newpath 1375.99 44.66 moveto 1.1237 +1369.88 36.02 lineto 1.1238 +1369.27 46.59 lineto 1.1239 +closepath fill 1.1240 +1 setlinewidth 1.1241 +solid 1.1242 +0 0 0 edgecolor 1.1243 +newpath 1375.99 44.66 moveto 1.1244 +1369.88 36.02 lineto 1.1245 +1369.27 46.59 lineto 1.1246 +closepath stroke 1.1247 +grestore 1.1248 +% rcvpack 1.1249 +gsave 1.1250 +1 setlinewidth 1.1251 +0 0 0 nodecolor 1.1252 +1467 18 48.14 18 ellipse_path stroke 1.1253 +0 0 0 nodecolor 1.1254 +14 /Times-Roman set_font 1.1255 +1438 14.3 moveto 58 (rcvpack) alignedtext 1.1256 +grestore 1.1257 +% dropsbr.c->rcvpack 1.1258 +gsave 1.1259 +1 setlinewidth 1.1260 +0 0 0 edgecolor 1.1261 +newpath 1420.89 179.93 moveto 1.1262 +1429.8 148.83 1448.74 82.73 1459.36 45.65 curveto 1.1263 +stroke 1.1264 +0 0 0 edgecolor 1.1265 +newpath 1462.73 46.59 moveto 1.1266 +1462.12 36.02 lineto 1.1267 +1456.01 44.66 lineto 1.1268 +closepath fill 1.1269 +1 setlinewidth 1.1270 +solid 1.1271 +0 0 0 edgecolor 1.1272 +newpath 1462.73 46.59 moveto 1.1273 +1462.12 36.02 lineto 1.1274 +1456.01 44.66 lineto 1.1275 +closepath stroke 1.1276 +grestore 1.1277 +% distsbr.c 1.1278 +gsave 1.1279 +1 setlinewidth 1.1280 +0 0 0 nodecolor 1.1281 +newpath 1660.25 216 moveto 1.1282 +1583.75 216 lineto 1.1283 +1583.75 180 lineto 1.1284 +1660.25 180 lineto 1.1285 +closepath stroke 1.1286 +0 0 0 nodecolor 1.1287 +14 /Times-Roman set_font 1.1288 +1591.5 194.3 moveto 61 (distsbr.c) alignedtext 1.1289 +grestore 1.1290 +% rcvdist 1.1291 +gsave 1.1292 +1 setlinewidth 1.1293 +0 0 0 nodecolor 1.1294 +1576 18 42.35 18 ellipse_path stroke 1.1295 +0 0 0 nodecolor 1.1296 +14 /Times-Roman set_font 1.1297 +1551 14.3 moveto 50 (rcvdist) alignedtext 1.1298 +grestore 1.1299 +% distsbr.c->rcvdist 1.1300 +gsave 1.1301 +1 setlinewidth 1.1302 +0 0 0 edgecolor 1.1303 +newpath 1617.59 179.93 moveto 1.1304 +1609.59 148.97 1592.62 83.3 1583.01 46.13 curveto 1.1305 +stroke 1.1306 +0 0 0 edgecolor 1.1307 +newpath 1586.29 44.82 moveto 1.1308 +1580.4 36.02 lineto 1.1309 +1579.51 46.57 lineto 1.1310 +closepath fill 1.1311 +1 setlinewidth 1.1312 +solid 1.1313 +0 0 0 edgecolor 1.1314 +newpath 1586.29 44.82 moveto 1.1315 +1580.4 36.02 lineto 1.1316 +1579.51 46.57 lineto 1.1317 +closepath stroke 1.1318 +grestore 1.1319 +% send 1.1320 +gsave 1.1321 +1 setlinewidth 1.1322 +0 0 0 nodecolor 1.1323 +1669 18 32.25 18 ellipse_path stroke 1.1324 +0 0 0 nodecolor 1.1325 +14 /Times-Roman set_font 1.1326 +1652 14.3 moveto 34 (send) alignedtext 1.1327 +grestore 1.1328 +% distsbr.c->send 1.1329 +gsave 1.1330 +1 setlinewidth 1.1331 +0 0 0 edgecolor 1.1332 +newpath 1626.51 179.93 moveto 1.1333 +1634.68 148.97 1652.02 83.3 1661.84 46.13 curveto 1.1334 +stroke 1.1335 +0 0 0 edgecolor 1.1336 +newpath 1665.34 46.58 moveto 1.1337 +1664.51 36.02 lineto 1.1338 +1658.57 44.79 lineto 1.1339 +closepath fill 1.1340 +1 setlinewidth 1.1341 +solid 1.1342 +0 0 0 edgecolor 1.1343 +newpath 1665.34 46.58 moveto 1.1344 +1664.51 36.02 lineto 1.1345 +1658.57 44.79 lineto 1.1346 +closepath stroke 1.1347 +grestore 1.1348 +endpage 1.1349 +showpage 1.1350 +grestore 1.1351 +%%PageTrailer 1.1352 +%%EndPage: 1 1.1353 +%%Trailer 1.1354 +end 1.1355 +restore 1.1356 +%%EOF