docs/master

changeset 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 8c537982d718
children 37d9398c779a
files discussion.roff input/deps-mmh.eps input/deps-nmh.eps makefile
diffstat 4 files changed, 4906 insertions(+), 322 deletions(-) [+]
line diff
     1.1 --- a/discussion.roff	Sat Jul 14 23:19:27 2012 +0200
     1.2 +++ b/discussion.roff	Sun Jul 15 18:41:35 2012 +0200
     1.3 @@ -461,6 +461,7 @@
     1.4  conflicts with the basic concept of MH.
     1.5  These two tools might still be useful, but they should not be part of mmh.
     1.6  .P
     1.7 +.Id slocal
     1.8  Finally, there is
     1.9  .Pn slocal ,
    1.10  which is an MDA and thus not directly MUA-related.
    1.11 @@ -3407,12 +3408,13 @@
    1.12  
    1.13  .H2 "Profile Reading
    1.14  .P
    1.15 -The MH profile contains the configuration for the user-specific MH setup.
    1.16 -MH tools read the profile right after starting up,
    1.17 -as it contains the location of the user's mail storage
    1.18 +The MH profile contains the configuration of a user-specific MH setup.
    1.19 +MH tools read the profile right after starting up
    1.20 +because it contains the location of the user's mail storage
    1.21  and similar settings that influence the whole setup.
    1.22 -Furthermore, the profile contains the default switches for the tools,
    1.23 -hence, it must be read before the command line switches are processed.
    1.24 +Furthermore, the profile contains the default switches for the tools
    1.25 +as well.
    1.26 +The context file is read along with the profile.
    1.27  .P
    1.28  For historic reasons, some MH tools did not read the profile and context.
    1.29  Among them were
    1.30 @@ -3422,11 +3424,12 @@
    1.31  and
    1.32  .Pn slocal .
    1.33  The reason why these tools ignored the profile were not clearly stated.
    1.34 -During the discussion on the nmh-workers mailing list,
    1.35 +During a discussion on the nmh-workers mailing list,
    1.36  David Levine posted an explanation, quoting John Romine:
    1.37  .[
    1.38  nmh-workers levine post profile
    1.39  .]
    1.40 +
    1.41  .QS
    1.42  I asked John Romine and here's what he had to say, which
    1.43  agrees and provides an example that convinces me:
    1.44 @@ -3458,14 +3461,16 @@
    1.45  .Pn whatnow
    1.46  do this).
    1.47  .QE
    1.48 +.sp \n(PDu
    1.49  I think that's the way to go.
    1.50  My personal preference is to use a command line option,
    1.51  not an environment variable.
    1.52  .QE
    1.53 +
    1.54  .P
    1.55 -To solve the problem of
    1.56 +To solve the problem that
    1.57  .Pn post
    1.58 -not honoring the
    1.59 +does not honor the
    1.60  .Pe fileproc
    1.61  profile entry,
    1.62  the community roughly agreed that a switch
    1.63 @@ -3475,50 +3480,50 @@
    1.64  to be able to pass a different fileproc.
    1.65  I strongly disagree with this approach because it does not solve
    1.66  the problem; it only removes a single symptom.
    1.67 -The problem is that
    1.68 +The actual problem is that
    1.69  .Pn post
    1.70 -does not behave as expected.
    1.71 -But all programs should behave as expected.
    1.72 -Clear and simple concepts are a precondition for this.
    1.73 -Hence, the real solution is having all MH tools read the profile.
    1.74 +does not behave as expected,
    1.75 +though all programs should behave as expected.
    1.76 +Clear and general concepts are a precondition for this.
    1.77 +Thus, there should be no separation into ``front-end UI programs''
    1.78 +and ones that ``should not be called by users directly''.
    1.79 +The real solution is having all MH tools read the profile.
    1.80  .P
    1.81 -The problem has a further aspect.
    1.82 -It mainly originates in
    1.83 -.Pn mhmail .
    1.84 +But the problem has a further aspect,
    1.85 +which originates from
    1.86 +.Pn mhmail
    1.87 +mainly.
    1.88  .Pn mhmail
    1.89  was intended to be a replacement for
    1.90  .Pn mailx
    1.91  on systems with MH installations.
    1.92 +In difference to
    1.93 +.Pn mailx ,
    1.94  .Pn mhmail
    1.95 -should have been able to use just like
    1.96 -.Pn mailx ,
    1.97 -but sending the message via MH's
    1.98 +used MH's
    1.99  .Pn post
   1.100 -instead of
   1.101 -.Pn sendmail .
   1.102 -Using
   1.103 +to send the message.
   1.104 +The idea was that using
   1.105  .Pn mhmail
   1.106 -should not be influenced by the question whether the user had
   1.107 +should not be influenced whether the user had
   1.108  MH set up for himself or not.
   1.109 +Therefore
   1.110  .Pn mhmail
   1.111 -did not read the profile as this requests the user to set up MH
   1.112 -if not done yet.
   1.113 +had not read the profile.
   1.114  As
   1.115  .Pn mhmail
   1.116  used
   1.117  .Pn post ,
   1.118  .Pn post
   1.119 -could not read the profile neither.
   1.120 -This is the reason why
   1.121 -.Pn post
   1.122 -does not read the profile.
   1.123 +was not allowed to read the profile neither.
   1.124  This is the reason for the actual problem.
   1.125 -It was not much of a problem because
   1.126 +Yet, this was not considered much of a problem because
   1.127  .Pn post
   1.128  was not intended to be used by users directly.
   1.129 +To invoke
   1.130 +.Pn post ,
   1.131  .Pn send
   1.132 -is the interactive front-end to
   1.133 -.Pn post .
   1.134 +was used an a front-end.
   1.135  .Pn send
   1.136  read the profile and passed all relevant values on the command line to
   1.137  .Pn post
   1.138 @@ -3526,23 +3531,76 @@
   1.139  .P
   1.140  The important insight is that
   1.141  .Pn mhmail
   1.142 -is no true MH tool.
   1.143 -The concepts broke because this outlandish tool was treated as any other
   1.144 -MH tool.
   1.145 +is a wolf in sheep's clothing.
   1.146 +This alien tool broke the concepts because it was treated like
   1.147 +a normal MH tool.
   1.148  Instead it should have been treated accordingly to its foreign style.
   1.149 -The solution is not to prevent the tools reading the profile but
   1.150 -to instruct them reading a different profile.
   1.151 +.P
   1.152 +The solution is not to prevent the tools from reading the profile but
   1.153 +to instruct them to read a different profile.
   1.154  .Pn mhmail
   1.155 -could have set up a well-defined profile and caused all MH tools
   1.156 -in the session to use it by exporting an environment variable.
   1.157 -With this approach, no special cases would have been introduced,
   1.158 -no surprises would have been caused.
   1.159 -By writing a clean-profile-wrapper, the concept could have been
   1.160 -generalized orthogonally to the whole MH tool chest.
   1.161 -Then Rose's motivation behind the decision that
   1.162 +could have set up a well-defined profile and caused the following
   1.163  .Pn post
   1.164 -ignores the profile, as quoted by Jeffrey Honig,
   1.165 -would have become possible:
   1.166 +to use this profile by exporting an environment variable.
   1.167 +With this approach, no special cases would have been introduced
   1.168 +and no surprises would have been caused.
   1.169 +By writing a wrapper program to provide a clean temporary profile,
   1.170 +the concept could have been generalized orthogonally to the whole
   1.171 +MH tool chest.
   1.172 +.P
   1.173 +In mmh, the wish to have
   1.174 +.Pn mhmail
   1.175 +as a replacement for
   1.176 +.Pn mailx
   1.177 +is considered obsolete.
   1.178 +Mmh's
   1.179 +.Pn mhmail
   1.180 +does no longer cover this use-case
   1.181 +.Ci d36e56e695fe1c482c7920644bfbb6386ac9edb0 .
   1.182 +Currently,
   1.183 +.Pn mhmail
   1.184 +is in a transition state
   1.185 +.Ci 32d4f9daaa70519be3072479232ff7be0500d009 .
   1.186 +It may become a front-end to
   1.187 +.Pn comp ,
   1.188 +which provides an alternative interface which can be more convenient
   1.189 +in some cases.
   1.190 +This would convert
   1.191 +.Pn mhmail
   1.192 +into an ordinary MH tool.
   1.193 +If, however, this idea does not convince, then
   1.194 +.Pn mhmail
   1.195 +will be removed.
   1.196 +.P
   1.197 +In the mmh tool chest, every program reads the profile.
   1.198 +(\c
   1.199 +.Pn slocal
   1.200 +is not considered part of the mmh tool chest (cf. Sec.
   1.201 +.Cf slocal ).)
   1.202 +Mmh has no
   1.203 +.Pn post
   1.204 +program, but it has
   1.205 +.Pn spost ,
   1.206 +which now does read the profile
   1.207 +.Ci 3e017a7abbdf69bf0dff7a4073275961eda1ded8 .
   1.208 +Following this change,
   1.209 +.Pn send
   1.210 +and
   1.211 +.Pn spost
   1.212 +can be considered for merging.
   1.213 +Besides
   1.214 +.Pn send ,
   1.215 +.Pn spost
   1.216 +is only invoked directly by the to-be-changed
   1.217 +.Pn mhmail
   1.218 +implementation and by
   1.219 +.Pn rcvdist ,
   1.220 +which requires rework anyway.
   1.221 +
   1.222 +.P
   1.223 +Jeffrey Honig quoted Marshall T. Rose explaining the decision that
   1.224 +.Pn post
   1.225 +ignores the profile:
   1.226  .[
   1.227  nmh-workers honig post profile
   1.228  .]
   1.229 @@ -3552,62 +3610,18 @@
   1.230  when you run a command by hand, then you want your own defaults...
   1.231  .QE
   1.232  .LP
   1.233 -Yet, I consider this explanation shortsighted.
   1.234 -We should rather regard theses two cases as just two different MH setups,
   1.235 -based on two different profiles.
   1.236 -Mapping such problems on the concepts of switching between different
   1.237 -profiles, solves them once for all.
   1.238 -.P
   1.239 -In mmh, the wish to have
   1.240 -.Pn mhmail
   1.241 -as a replacement for
   1.242 -.Pn mailx
   1.243 -is considered obsolete.
   1.244 -Mmh's
   1.245 -.Pn mhmail
   1.246 -does no longer cover this use-case.
   1.247 -Currently,
   1.248 -.Pn mhmail
   1.249 -is in a transition state.
   1.250 -.Ci 32d4f9daaa70519be3072479232ff7be0500d009
   1.251 -It may become a front-end to
   1.252 -.Pn comp ,
   1.253 -which provides an interface more convenient in some cases.
   1.254 -In this case,
   1.255 -.Pn mhmail
   1.256 -will become an ordinary MH tool, reading the profile.
   1.257 -If, however, this idea will not convince, then
   1.258 -.Pn mhmail
   1.259 -will be removed.
   1.260 -.P
   1.261 -Every program in the mmh tool chest reads the profile.
   1.262 -The only exception is
   1.263 -.Pn slocal ,
   1.264 -which is not considered part of the mmh tool chest.
   1.265 -This MDA is only distributed with mmh, currently.
   1.266 -Mmh has no
   1.267 -.Pn post
   1.268 -program, but
   1.269 -.Pn spost ,
   1.270 -which now reads the profile.
   1.271 -.Ci 3e017a7abbdf69bf0dff7a4073275961eda1ded8
   1.272 -With this change,
   1.273 -.Pn send
   1.274 -and
   1.275 -.Pn spost
   1.276 -can be considered to be merged.
   1.277 -.Pn spost
   1.278 -is only invoked directly by the to-be-changed
   1.279 -.Pn mhmail
   1.280 -implementation and by
   1.281 -.Pn rcvdist ,
   1.282 -which will require rework.
   1.283 -.P
   1.284 -The
   1.285 -.Fu context_foil()
   1.286 -function to pretend to have read an empty profile was removed.
   1.287 -.Ci 68af8da96bea87a5541988870130b6209ce396f6
   1.288 -All mmh tools read the profile.
   1.289 +The explanation neither matches the problem concered exactly
   1.290 +nor is the interpretation clear.
   1.291 +If the described desire addresses the technical level,
   1.292 +then it conflicts fundametally with the Unix philosophy,
   1.293 +precisely because the indistinquishability of human and script
   1.294 +input is the main reason for the huge software leverage in Unix.
   1.295 +If, however, the described desire addresses the user's view,
   1.296 +then different technical solutions are more appropriate.
   1.297 +The two cases can be regarded simply as two different MH setups.
   1.298 +Hence, mapping the problem of different behavior between interactive and
   1.299 +automated use on the concept of switching between different profiles,
   1.300 +marks it already solved.
   1.301  
   1.302  
   1.303  
   1.304 @@ -3615,89 +3629,89 @@
   1.305  .P
   1.306  MH is one decade older than the POSIX and ANSI C standards.
   1.307  Hence, MH included own implementations of functions
   1.308 -that are standardized and thus widely available today,
   1.309 -but were not back then.
   1.310 -Today, twenty years after the POSIX and ANSI C were published,
   1.311 -developers can expect systems to comply with these standards.
   1.312 +that were neither standardized nor widely available, back then.
   1.313 +Today, twenty years after POSIX and ANSI C were published,
   1.314 +developers can expect that systems comply with these standards.
   1.315  In consequence, MH-specific replacements for standard functions
   1.316  can and should be dropped.
   1.317 -Kernighan and Pike advise: ``Use standard libraries.''
   1.318 +Kernighan and Pike advise: ``Use standard libraries''.
   1.319  .[ [
   1.320  kernighan pike practice of programming
   1.321  .], p. 196]
   1.322  Actually, MH had followed this advice in history,
   1.323 -but it had not adjusted to the changes in this field.
   1.324 +but it had not adjusted to more recent changes in this field.
   1.325  The
   1.326  .Fu snprintf()
   1.327  function, for instance, was standardized with C99 and is available
   1.328  almost everywhere because of its high usefulness.
   1.329 -The project's own implementation of
   1.330 +Thus, the project's own implementation of
   1.331  .Fu snprintf()
   1.332  was dropped in March 2012 in favor for using the one of the
   1.333 -standard library.
   1.334 -.Ci 0052f1024deb0a0a2fc2e5bacf93d45a5a9c9b32
   1.335 +standard library
   1.336 +.Ci 0052f1024deb0a0a2fc2e5bacf93d45a5a9c9b32 .
   1.337  Such decisions limit the portability of mmh
   1.338  if systems do not support these standardized and widespread functions.
   1.339  This compromise is made because mmh focuses on the future.
   1.340  .P
   1.341  .\" XXX kuerzen und mit dem naechsten Absatz vereinen
   1.342 -I am still in my twenties and my C and Unix experience comprises
   1.343 -only half a dozen years.
   1.344 -Hence, I need to learn about the history in retrospective.
   1.345 -I have not used those ancient constructs myself.
   1.346 -I have not suffered from their incompatibilities.
   1.347 +As I am still in my twenties, have no programming experience from
   1.348 +past decades.
   1.349 +I have not followed the evolution of C through time.
   1.350 +I have not suffered from the the Unix wars.
   1.351  I have not longed for standardization.
   1.352  All my programming experience is from a time when ANSI C and POSIX
   1.353  were well established already.
   1.354 +Thus, I needed to learn about the history in retrospective.
   1.355  I have only read a lot of books about the (good) old times.
   1.356 -This puts me in a difficult position when working with old code.
   1.357 +This put me in a difficult position when working with old code.
   1.358  I need to freshly acquire knowledge about old code constructs and ancient
   1.359  programming styles, whereas older programmers know these things by
   1.360  heart from their own experience.
   1.361 -.P
   1.362  Being aware of the situation, I rather let people with more historic
   1.363 -experience replace ancient code constructs with standardized ones.
   1.364 +experience do the transition from ancient code constructs to
   1.365 +standardized ones.
   1.366  Lyndon Nerenberg covered large parts of this task for the nmh project.
   1.367  He converted project-specific functions to POSIX replacements,
   1.368  also removing the conditionals compilation of now standardized features.
   1.369 -Ken Hornstein and David Levine had their part in the work, too.
   1.370 -Often, I only needed to pull over changes from nmh into mmh.
   1.371 -These changes include many commits; these are among them:
   1.372 +Ken Hornstein and David Levine had their part in this work, as well.
   1.373 +Often, I only pulled the changes over from nmh into mmh.
   1.374 +These changes include many commits, among them:
   1.375  .Ci 768b5edd9623b7238e12ec8dfc409b82a1ed9e2d
   1.376  .Ci 0052f1024deb0a0a2fc2e5bacf93d45a5a9c9b32 .
   1.377  .P
   1.378 -During my own work, I tidied up the \fIMH standard library\fP,
   1.379 -.Fn libmh.a ,
   1.380 -which is located in the
   1.381 +Nevertheless, I worked on the task as well, tidying up the
   1.382 +\fIMH standard library\fP,
   1.383 +.Fn libmh.a .
   1.384 +It is located in the
   1.385  .Fn sbr
   1.386 -(``subroutines'') directory in the source tree.
   1.387 -The MH library includes functions that mmh tools usually need.
   1.388 +(``subroutines'') directory in the source tree and
   1.389 +includes functions that mmh tools usually need.
   1.390  Among them are MH-specific functions for profile, context, sequence,
   1.391  and folder handling, but as well
   1.392  MH-independent functions, such as auxiliary string functions,
   1.393  portability interfaces and error-checking wrappers for critical
   1.394  functions of the standard library.
   1.395 -.P
   1.396 +.BU
   1.397  I have replaced the
   1.398  .Fu atooi()
   1.399  function with calls to
   1.400 +.Fu strtoul() ,
   1.401 +setting the third parameter, the base, to eight.
   1.402  .Fu strtoul()
   1.403 -with the third parameter, the base, set to eight.
   1.404 -.Fu strtoul()
   1.405 -is part of C89 and thus considered safe to use.
   1.406 -.Ci c490c51b3c0f8871b6953bd0c74551404f840a74
   1.407 -.P
   1.408 +is part of C89 and thus considered safe to use
   1.409 +.Ci c490c51b3c0f8871b6953bd0c74551404f840a74 .
   1.410 +.BU
   1.411  I did remove project-included fallback implementations of
   1.412  .Fu memmove()
   1.413  and
   1.414 -.Fu strerror() ,
   1.415 +.Fu strerror()
   1.416 +.Ci b067ff5c465a5d243ce5a19e562085a9a1a97215 ,
   1.417  although Peter Maydell had re-included them into nmh in 2008
   1.418  to support SunOS 4.
   1.419  Nevertheless, these functions are part of ANSI C.
   1.420  Systems that do not even provide full ANSI C support should not
   1.421  put a load on mmh.
   1.422 -.Ci b067ff5c465a5d243ce5a19e562085a9a1a97215
   1.423 -.P
   1.424 +.BU
   1.425  The
   1.426  .Fu copy()
   1.427  function copies the string in parameter one to the location in
   1.428 @@ -3718,9 +3732,9 @@
   1.429  .Fu copy()
   1.430  was moved into the source file of
   1.431  .Fu concat()
   1.432 -and its visibility is now limited to it.
   1.433 -.Ci 552fd7253e5ee9e554c5c7a8248a6322aa4363bb
   1.434 -.P
   1.435 +and its visibility it limited to that
   1.436 +.Ci 552fd7253e5ee9e554c5c7a8248a6322aa4363bb .
   1.437 +.BU
   1.438  The function
   1.439  .Fu r1bindex()
   1.440  had been a generalized version of
   1.441 @@ -3728,7 +3742,7 @@
   1.442  with minor differences.
   1.443  As all calls to
   1.444  .Fu r1bindex()
   1.445 -had the slash (`/') as delimiter anyway,
   1.446 +had the slash (`\fL/\fP') as delimiter anyway,
   1.447  replacing
   1.448  .Fu r1bindex()
   1.449  with the more specific and better-named function
   1.450 @@ -3743,23 +3757,24 @@
   1.451  .Fu r1bindex()
   1.452  was kept but renamed to
   1.453  .Fu mhbasename() ,
   1.454 -fixing the delimiter to the slash.
   1.455 -.Ci 240013872c392fe644bd4f79382d9f5314b4ea60
   1.456 +setting the delimiter to the slash
   1.457 +.Ci 240013872c392fe644bd4f79382d9f5314b4ea60 .
   1.458  For possible uses of
   1.459  .Fu r1bindex()
   1.460  with a different delimiter,
   1.461  the ANSI C function
   1.462  .Fu strrchr()
   1.463  provides the core functionality.
   1.464 -.P
   1.465 +.BU
   1.466  The
   1.467  .Fu ssequal()
   1.468  function \(en apparently for ``substring equal'' \(en
   1.469  was renamed to
   1.470  .Fu isprefix() ,
   1.471 -because this is what it actually checks.
   1.472 -.Ci c20b4fa14515c7ab388ce35411d89a7a92300711
   1.473 -Its source file had included the following comments, no joke.
   1.474 +because this is what it actually checked
   1.475 +.Ci c20b4fa14515c7ab388ce35411d89a7a92300711.
   1.476 +Its source file had included both of the following comments, no joke.
   1.477 +.in -\n(PIu
   1.478  .VS
   1.479  /*
   1.480   * THIS CODE DOES NOT WORK AS ADVERTISED.
   1.481 @@ -3774,9 +3789,10 @@
   1.482   * If yes, then return 1, else return 0.
   1.483   */
   1.484  VE
   1.485 -Two months later, it was completely removed by replacing it with
   1.486 -.Fu strncmp() .
   1.487 -.Ci b0b1dd37ff515578cf7cba51625189eb34a196cb
   1.488 +.in +\n(PIu
   1.489 +Eventually, the function was completely replaced with calls to
   1.490 +.Fu strncmp()
   1.491 +.Ci b0b1dd37ff515578cf7cba51625189eb34a196cb .
   1.492  
   1.493  
   1.494  
   1.495 @@ -3792,96 +3808,91 @@
   1.496  It also contains the location of the MH directory in the profile entry
   1.497  .Pe Path .
   1.498  The MH directory contains the mail storage and is the first
   1.499 -place to search for personal forms, scan formats, and similar
   1.500 +place to search for form files, scan formats, and similar
   1.501  configuration files.
   1.502  The location of the MH directory can be chosen freely by the user.
   1.503 -The default and usual name is a directory named
   1.504 +The usual name is a directory named
   1.505  .Fn Mail
   1.506 -in the home directory.
   1.507 +in the user's home directory.
   1.508  .P
   1.509  The way MH data is split between profile and MH directory is a legacy.
   1.510  It is only sensible in a situation where the profile is the only
   1.511  configuration file.
   1.512  Why else should the mail storage and the configuration files be intermixed?
   1.513 -They are different kinds of data:
   1.514 -The data to be operated on and the configuration to change how
   1.515 -tools operate.
   1.516 -.\" XXX bad ... inapropriate?
   1.517 +They are of different kind:
   1.518 +One kind is the data to be operated on and the other kind is
   1.519 +the configuration to change how tools operate.
   1.520  Splitting the configuration between the profile and the MH directory
   1.521 -is bad.
   1.522 -Merging the mail storage and the configuration in one directory is bad
   1.523 -as well.
   1.524 -As the mail storage and the configuration were not separated sensibly
   1.525 -in the first place, I did it now.
   1.526 +is inappropriate, as well.
   1.527 +I improved the situation by breaking compatibility.
   1.528  .P
   1.529 -Personal mmh data is grouped by type, resulting in two distinct parts:
   1.530 +In mmh, personal data is grouped by type.
   1.531 +This results in two distinct parts:
   1.532  the mail storage and the configuration.
   1.533 -In mmh, the mail storage directory still contains all the messages,
   1.534 +The mail storage directory still contains all the messages,
   1.535  but, in exception of public sequences files, nothing else.
   1.536  In difference to nmh, the auxiliary configuration files are no longer
   1.537  located there.
   1.538  Therefore, the directory is no longer called the user's \fIMH directory\fP
   1.539 -but his \fImail storage\fP.
   1.540 +but the user's \fImail storage\fP.
   1.541  Its location is still user-chosen, with the default name
   1.542 -.Fn Mail ,
   1.543 +.Fn Mail
   1.544  in the user's home directory.
   1.545 -In mmh, the configuration is grouped together in
   1.546 -the hidden directory
   1.547 +The configuration is grouped together in the hidden directory
   1.548  .Fn \&.mmh
   1.549  in the user's home directory.
   1.550  This \fImmh directory\fP contains the context file, personal forms,
   1.551  scan formats, and the like, but also the user's profile, now named
   1.552  .Fn profile .
   1.553 -The location of the profile is no longer fixed to
   1.554 +The path to the profile is no longer
   1.555  .Fn $HOME/.mh_profile
   1.556 -but to
   1.557 +but
   1.558  .Fn $HOME/.mmh/profile .
   1.559 -Having both the file
   1.560 +(The alternative of having file
   1.561  .Fn $HOME/.mh_profile
   1.562 -and the configuration directory
   1.563 +and a configuration directory
   1.564  .Fn $HOME/.mmh
   1.565 -appeared to be inconsistent.
   1.566 +appeared to be inconsistent.)
   1.567 +.P
   1.568  The approach chosen for mmh is consistent, simple, and familiar to
   1.569  Unix users.
   1.570 +The main achievement of the change is the clear and sensible separation
   1.571 +of the mail storage and the configuration.
   1.572  .Ci 7030d7edb099bff36ded7548bb5380f7acab4f9b
   1.573  .P
   1.574 -MH allows users to have multiple MH setups.
   1.575 -Therefore, it is necessary to select a different profile.
   1.576 +As MH allows users to have multiple MH setups,
   1.577 +it is necessary to switch the profile.
   1.578  The profile is the single entry point to access the rest of a
   1.579  personal MH setup.
   1.580  In nmh, the environment variable
   1.581  .Ev MH
   1.582 -could be used to specify a different profile.
   1.583 -To operate in the same MH setup with a separate context,
   1.584 -the
   1.585 +is used to specify a different profile.
   1.586 +To operate in the same MH setup with a separate context, the
   1.587  .Ev MHCONTEXT
   1.588 -environment variable could be used.
   1.589 -This allows having own current folders and current messages in
   1.590 -each terminal, for instance.
   1.591 -In mmh, three environment variables are used.
   1.592 +environment variable is used.
   1.593 +This allows having a separate current folder in each terminal at
   1.594 +the same time, for instance.
   1.595 +In mmh, three environment variables replace the two of nmh.
   1.596  .Ev MMH
   1.597  overrides the default location of the mmh directory (\c
   1.598  .Fn .mmh ).
   1.599  .Ev MMHP
   1.600  and
   1.601  .Ev MMHC
   1.602 -override the paths to the profile and context files, respectively.
   1.603 +override the paths to the profile and context file, respectively.
   1.604  This approach allows the set of personal configuration files to be chosen
   1.605 -independently from the profile, context, and mail storage.
   1.606 -.Ci 7030d7edb099bff36ded7548bb5380f7acab4f9b
   1.607 -.P
   1.608 -The separation of the files by type is sensible and convenient.
   1.609 +independently of the profile, context, and mail storage.
   1.610  The new approach has no functional disadvantages,
   1.611  as every setup I can imagine can be implemented with both approaches,
   1.612 -possibly even easier with the new approach.
   1.613 -The main achievement of the change is the clear and sensible split
   1.614 -between mail storage and configuration.
   1.615 +possibly even easier with the new one.
   1.616 +.Ci 7030d7edb099bff36ded7548bb5380f7acab4f9b
   1.617  
   1.618  
   1.619  
   1.620  
   1.621  
   1.622  .H2 "Modularization
   1.623 +.Id modularization
   1.624  .P
   1.625  The source code of the mmh tools is located in the
   1.626  .Fn uip
   1.627 @@ -3911,23 +3922,19 @@
   1.628  .\" XXX graph
   1.629  .P
   1.630  Splitting the source code of a large program into multiple files can
   1.631 -increase the readability of its source code.
   1.632 -.\" XXX however?
   1.633 -Most of the mmh tools are simple and straight-forward programs.
   1.634 -With the exception of the MIME handling tools,
   1.635 -.Pn pick
   1.636 -is the largest tool.
   1.637 -It contains 1\|037 lines of source code, excluding the MH library.
   1.638 -Only the MIME handling tools (\c
   1.639 +increase the readability of its source code,
   1.640 +but most of the mmh tools are small and straight-forward programs.
   1.641 +In exception of the MIME handling tools (i.e.
   1.642  .Pn mhbuild ,
   1.643  .Pn mhstore ,
   1.644  .Pn show ,
   1.645 -etc.)
   1.646 -are larger.
   1.647 -Splitting programs with less than 1\|000 lines of code into multiple
   1.648 -source files seldom leads to better readability.
   1.649 -For such tools, splitting makes sense
   1.650 -when parts of the code are reused in other programs,
   1.651 +etc.),
   1.652 +.Pn pick
   1.653 +is the only tool with more than one thousand lines of source code.
   1.654 +Splitting programs with less than one thousand lines of code into
   1.655 +multiple source files leads seldom to better readability.
   1.656 +For such tools, splitting still makes sense
   1.657 +when parts of the code are reused in other programs
   1.658  and the reused code fragment is (1) not general enough
   1.659  for including it in the MH library
   1.660  or (2) has dependencies on a library that only few programs need.
   1.661 @@ -3944,12 +3951,13 @@
   1.662  No other tools use the folder packing functions.
   1.663  As another example,
   1.664  .Fn uip/termsbr.c
   1.665 -provides termcap support, which requires linking with a termcap or
   1.666 -curses library.
   1.667 -Including
   1.668 +accesses terminal properties, which requires linking with the
   1.669 +\fItermcap\fP or a \fIcurses\fP library.
   1.670 +If
   1.671  .Fn uip/termsbr.c
   1.672 -into the MH library would require every program to be linked with
   1.673 -termcap or curses, although only few of the programs require it.
   1.674 +is included in the MH library, then every program needs to be linked
   1.675 +with termcap or curses, although only few of the programs use
   1.676 +the library.
   1.677  .P
   1.678  The task of MIME handling is complex enough that splitting its code
   1.679  into multiple source files improves the readability.
   1.680 @@ -3959,11 +3967,11 @@
   1.681  lines of code in summary.
   1.682  The main code file
   1.683  .Fn uip/mhstore.c
   1.684 -consists of 800 lines; the other 1\|700 lines of code are reused in
   1.685 +consists of 800 lines; the other 1\|700 lines are code reused in
   1.686  other MIME handling tools.
   1.687  It seems to be worthwhile to bundle the generic MIME handling code into
   1.688  a MH-MIME library, as a companion to the MH standard library.
   1.689 -This is left open for the future.
   1.690 +This is left to be done.
   1.691  .P
   1.692  The work already accomplished focussed on the non-MIME tools.
   1.693  The amount of code compiled into each program was reduced.
   1.694 @@ -3989,13 +3997,13 @@
   1.695  .Pn send ,
   1.696  and
   1.697  .Pn anno
   1.698 -were compiled into
   1.699 +were all compiled into
   1.700  .Pn comp .
   1.701  This saved the need to execute these programs with
   1.702 +the expensive system calls
   1.703  .Fu fork()
   1.704  and
   1.705 -.Fu exec() ,
   1.706 -two expensive system calls.
   1.707 +.Fu exec() .
   1.708  Whereas this approach improved the time performance,
   1.709  it interwove the source code.
   1.710  Core functionalities were not encapsulated into programs but into
   1.711 @@ -4016,59 +4024,23 @@
   1.712  When another pair of command line switches was added to
   1.713  .Pn anno ,
   1.714  a rather ugly hack was implemented to avoid adding another parameter
   1.715 -to the function.
   1.716 -.Ci d9b1d57351d104d7ec1a5621f090657dcce8cb7f
   1.717 +to the function
   1.718 +.Ci d9b1d57351d104d7ec1a5621f090657dcce8cb7f .
   1.719  .P
   1.720 -Separation simplifies the understanding of program code
   1.721 -because the area influenced by any particular statement is smaller.
   1.722 -The separating on the program-level is more strict than the separation
   1.723 -on the function level.
   1.724  In mmh, the relevant code of
   1.725  .Pn comp
   1.726  comprises the two files
   1.727  .Fn uip/comp.c
   1.728  and
   1.729  .Fn uip/whatnowproc.c ,
   1.730 -together 210 lines of code.
   1.731 -In nmh,
   1.732 +together 210 lines of code,
   1.733 +whereas in nmh,
   1.734  .Pn comp
   1.735  comprises six files with 2\|450 lines.
   1.736 -Not all of the code in these six files was actually used by
   1.737 +Not all of the code in these six files is actually used by
   1.738  .Pn comp ,
   1.739 -but the code reader needed to read all of the code first to know which
   1.740 -parts were used.
   1.741 -.P
   1.742 -As I have read a lot in the code base during the last two years,
   1.743 -I learned about the easy and the difficult parts.
   1.744 -Code is easy to understand if the influenced code area is small
   1.745 -and its boundaries are strictly defined.
   1.746 -Furthermore, the code needs to solve the problem in a straight-forward way.
   1.747 -.P
   1.748 -.\" XXX move this paragraph somewhere else?
   1.749 -Reading
   1.750 -.Pn rmm 's
   1.751 -source code in
   1.752 -.Fn uip/rmm.c
   1.753 -is my recommendation for a beginner's entry point into the code base of nmh.
   1.754 -The reasons are that the task of
   1.755 -.Pn rmm
   1.756 -is straight forward and it consists of one small source code file only,
   1.757 -yet its source includes code constructs typical for MH tools.
   1.758 -With the introduction of the trash folder in mmh,
   1.759 -.Pn rmm
   1.760 -became a bit more complex, because it invokes
   1.761 -.Pn refile .
   1.762 -Still, it is a good example for a simple tool with clear sources.
   1.763 -.P
   1.764 -Understanding
   1.765 -.Pn comp
   1.766 -.\" XXX kate fragen: more vs. as much
   1.767 -requires to read 210 lines of code in mmh, but ten times more in nmh.
   1.768 -Due to the aforementioned hack in
   1.769 -.Pn anno
   1.770 -to save the additional parameter, information passed through the program's
   1.771 -source base in obscure ways.
   1.772 -Thus, understanding
   1.773 +but the reader needed to read it all to know which parts are relevant.
   1.774 +Understanding nmh's
   1.775  .Pn comp ,
   1.776  required understanding the inner workings of
   1.777  .Fn uip/annosbr.c
   1.778 @@ -4077,15 +4049,33 @@
   1.779  to be examined.
   1.780  Not doing so is a leap of faith, assuming that the developers
   1.781  have avoided obscure programming techniques.
   1.782 -By separating the tools on the program-level, the boundaries are
   1.783 -clearly visible and technically enforced.
   1.784 -The interfaces are calls to
   1.785 +Here, it should be recalled that information passed in obscure ways
   1.786 +through the program's source base, due to the aforementioned hack
   1.787 +to save an additional parameter in nmh's
   1.788 +.Pn anno .
   1.789 +.P
   1.790 +In mmh, understanding
   1.791 +.Pn comp
   1.792 +requires to read only 210 lines of code to read, whereas the amount
   1.793 +is ten times more for nmh's
   1.794 +.Pn comp .
   1.795 +.P
   1.796 +By separating the tools on the program-level,
   1.797 +the boundaries are clearly visible, as the interfaces are calls to
   1.798  .Fu exec()
   1.799  rather than arbitrary function calls.
   1.800 +Additionally, this kind of separation is more strict because 
   1.801 +it is technically enforced by the operating system;
   1.802 +it can not be simply bypassed with global variables.
   1.803 +Good separation simplifies the understanding of program code
   1.804 +because the area influenced by any particular statement is small.
   1.805 +As I have read a lot in nmh's code base during the last two years,
   1.806 +I have learned about the easy and the difficult parts.
   1.807 +In my observation, the understanding of code is enormously eased
   1.808 +if the influenced area is small and clearly bounded.
   1.809  .P
   1.810 -But the real problem is another:
   1.811 +Yet, the real problem is another:
   1.812  Nmh violates the golden ``one tool, one job'' rule of the Unix philosophy.
   1.813 -.\" XXX ref
   1.814  Understanding
   1.815  .Pn comp
   1.816  requires understanding
   1.817 @@ -4094,11 +4084,13 @@
   1.818  .Fn uip/sendsbr.c
   1.819  because
   1.820  .Pn comp
   1.821 -does annotate and send messages.
   1.822 -In nmh, there surely exists the tool
   1.823 +annotates and sends messages.
   1.824 +In nmh, there surely exist the tools
   1.825 +.Pn anno
   1.826 +and
   1.827  .Pn send ,
   1.828 -which does mainly send messages.
   1.829 -But
   1.830 +which cover these jobs,
   1.831 +but
   1.832  .Pn comp
   1.833  and
   1.834  .Pn repl
   1.835 @@ -4109,38 +4101,34 @@
   1.836  and
   1.837  .Pn whatnow
   1.838  and
   1.839 -.Pn viamail ,
   1.840 -they all (!) have the same message sending function included, as well.
   1.841 -In result,
   1.842 +.Pn viamail
   1.843 +\(en they all (!) \(en
   1.844 +have the same annotating and sending functions included, once more.
   1.845 +As a result,
   1.846  .Pn comp
   1.847  sends messages without using
   1.848  .Pn send .
   1.849  The situation is the same as if
   1.850  .Pn grep
   1.851 -would page without
   1.852 +would page its output without using
   1.853  .Pn more
   1.854  just because both programs are part of the same code base.
   1.855  .P
   1.856 -The clear separation on the surface \(en the tool chest approach \(en
   1.857 +The clear separation on the surface of nmh
   1.858 +\(en the tool chest approach \(en
   1.859  is violated on the level below.
   1.860  This violation is for the sake of time performance.
   1.861 -On systems where
   1.862 -.Fu fork()
   1.863 -and
   1.864 -.Fu exec()
   1.865 -are expensive, the quicker response might be noticable.
   1.866 -In the old times, sacrificing readability and conceptional beauty for
   1.867 -speed might even have been a must to prevent MH from being unusably slow.
   1.868 -Whatever the reasons had been, today they are gone.
   1.869 -No longer should we sacrifice readability or conceptional beauty.
   1.870 -No longer should we violate the Unix philosophy's ``one tool, one job''
   1.871 -guideline.
   1.872 -.\" XXX ref
   1.873 -No longer should we keep speed improvements that became unnecessary.
   1.874 -.P
   1.875 +Decades ago, sacrificing readability and conceptional beauty
   1.876 +for speed might have been necessary to prevent MH from being
   1.877 +unusably slow, but today this is not the case anymore.
   1.878 +No longer should speed improvements that became unnecessary be kept.
   1.879 +No longer should readability or conceptional beauty be sacrificed.
   1.880 +No longer should the Unix philosophy's ``one tool, one job''
   1.881 +guideline be violated.
   1.882  Therefore, mmh's
   1.883  .Pn comp
   1.884 -does no longer send messages.
   1.885 +no longer sends messages.
   1.886 +.P
   1.887  In mmh, different jobs are divided among separate programs that
   1.888  invoke each other as needed.
   1.889  In consequence,
   1.890 @@ -4148,55 +4136,40 @@
   1.891  invokes
   1.892  .Pn whatnow
   1.893  which thereafter invokes
   1.894 -.Pn send .
   1.895 +.Pn send
   1.896  .Ci 3df5ab3c116e6d4a2fb4bb5cc9dfc5f781825815
   1.897 -.Ci c73c00bfccd22ec77e9593f47462aeca4a8cd9c0
   1.898 +.Ci c73c00bfccd22ec77e9593f47462aeca4a8cd9c0 .
   1.899  The clear separation on the surface is maintained on the level below.
   1.900 -Human users and the tools use the same interface \(en
   1.901 +Human users and other tools use the same interface \(en
   1.902  annotations, for example, are made by invoking
   1.903  .Pn anno ,
   1.904 -no matter if requested by programs or by human beings.
   1.905 +no matter if requested by programs or by human beings
   1.906  .Ci 469a4163c2a1a43731d412eaa5d9cae7d670c48b
   1.907  .Ci aed384169af5204b8002d06e7a22f89197963d2d
   1.908 -.Ci 3caf9e298a8861729ca8b8a84f57022b6f3ea742
   1.909 +.Ci 3caf9e298a8861729ca8b8a84f57022b6f3ea742 .
   1.910  The decrease of tools built from multiple source files and thus
   1.911  the decrease of
   1.912  .Fn uip/*sbr.c
   1.913 -files confirm the improvement.
   1.914 +files confirm the improvement
   1.915  .Ci 9e6d91313f01c96b4058d6bf419a8ca9a207bc33
   1.916  .ci 81744a46ac9f845d6c2b9908074d269275178d2e
   1.917  .Ci f0f858069d21111f0dbea510044593f89c9b0829
   1.918  .Ci 0503a6e9be34f24858b55b555a5c948182b9f24b
   1.919  .Ci 27826f9353e0f0b04590b7d0f8f83e60462b90f0
   1.920  .Ci d1da1f94ce62160aebb30df4063ccbc53768656b
   1.921 -.Ci c42222869e318fff5dec395eca3e776db3075455
   1.922 -.P
   1.923 -.\" XXX move this paragraph up somewhere
   1.924 -One disadvantage needs to be taken with this change:
   1.925 -The compiler can no longer check the integrity of the interfaces.
   1.926 -By changing the command line interfaces of tools, it is
   1.927 -the developer's job to adjust the invocations of these tools as well.
   1.928 -As this is a manual task and regression tests, which could detect such
   1.929 -problems, are not available yet, it is prone to errors.
   1.930 -These errors will not be detected at compile time but at run time.
   1.931 -Installing regression tests is a pending task.
   1.932 -In the best case, a uniform way of invoking tools from other tools
   1.933 -can be developed to allow automated testing at compile time.
   1.934 +.Ci c42222869e318fff5dec395eca3e776db3075455 .
   1.935 +This is also visible in the complexity of the build dependency graphs:
   1.936  
   1.937 +.sp
   1.938 +Nmh:
   1.939 +.BP input/deps-nmh.eps .5i
   1.940 +.EP
   1.941 +.sp
   1.942 +Mmh:
   1.943 +.BP input/deps-mmh.eps .8i
   1.944 +.EP
   1.945  
   1.946 -.ig 
   1.947 -XXX consider writing about mhl vs. mhlproc
   1.948 -
   1.949 -sbr/showfile.c
   1.950 -
   1.951 -    23          /*
   1.952 -    24          ** If you have your lproc listed as "mhl",
   1.953 -    25          ** then really invoked the mhlproc instead
   1.954 -    26          ** (which is usually mhl anyway).
   1.955 -    27          */
   1.956 -
   1.957 -Sat Nov 24 19:09:14 1984  /mtr (agent: Marshall Rose) <uci@udel-dewey>
   1.958 -
   1.959 -        sbr/showfile.c: if lproc is "mhl", use mhlproc for consistency
   1.960 -        (Actually, user should use "lproc: show", "showproc: mhl".)
   1.961 -..
   1.962 +The figures display all program to source file relationships
   1.963 +that are not one-to-one,
   1.964 +i.e. all programs that are built from multiple source files.
   1.965 +The primary source file of each program is omited from the graph.
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/input/deps-mmh.eps	Sun Jul 15 18:41:35 2012 +0200
     2.3 @@ -0,0 +1,1353 @@
     2.4 +%!PS-Adobe-3.0 EPSF-3.0
     2.5 +%%Creator: graphviz version 2.28.0 (20120715.1431)
     2.6 +%%Title: foo
     2.7 +%%Pages: 1
     2.8 +%%BoundingBox: 36 36 1745 260
     2.9 +%%EndComments
    2.10 +save
    2.11 +%%BeginProlog
    2.12 +/DotDict 200 dict def
    2.13 +DotDict begin
    2.14 +
    2.15 +/setupLatin1 {
    2.16 +mark
    2.17 +/EncodingVector 256 array def
    2.18 + EncodingVector 0
    2.19 +
    2.20 +ISOLatin1Encoding 0 255 getinterval putinterval
    2.21 +EncodingVector 45 /hyphen put
    2.22 +
    2.23 +% Set up ISO Latin 1 character encoding
    2.24 +/starnetISO {
    2.25 +        dup dup findfont dup length dict begin
    2.26 +        { 1 index /FID ne { def }{ pop pop } ifelse
    2.27 +        } forall
    2.28 +        /Encoding EncodingVector def
    2.29 +        currentdict end definefont
    2.30 +} def
    2.31 +/Times-Roman starnetISO def
    2.32 +/Times-Italic starnetISO def
    2.33 +/Times-Bold starnetISO def
    2.34 +/Times-BoldItalic starnetISO def
    2.35 +/Helvetica starnetISO def
    2.36 +/Helvetica-Oblique starnetISO def
    2.37 +/Helvetica-Bold starnetISO def
    2.38 +/Helvetica-BoldOblique starnetISO def
    2.39 +/Courier starnetISO def
    2.40 +/Courier-Oblique starnetISO def
    2.41 +/Courier-Bold starnetISO def
    2.42 +/Courier-BoldOblique starnetISO def
    2.43 +cleartomark
    2.44 +} bind def
    2.45 +
    2.46 +%%BeginResource: procset graphviz 0 0
    2.47 +/coord-font-family /Times-Roman def
    2.48 +/default-font-family /Times-Roman def
    2.49 +/coordfont coord-font-family findfont 8 scalefont def
    2.50 +
    2.51 +/InvScaleFactor 1.0 def
    2.52 +/set_scale {
    2.53 +       dup 1 exch div /InvScaleFactor exch def
    2.54 +       scale
    2.55 +} bind def
    2.56 +
    2.57 +% styles
    2.58 +/solid { [] 0 setdash } bind def
    2.59 +/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
    2.60 +/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
    2.61 +/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
    2.62 +/bold { 2 setlinewidth } bind def
    2.63 +/filled { } bind def
    2.64 +/unfilled { } bind def
    2.65 +/rounded { } bind def
    2.66 +/diagonals { } bind def
    2.67 +
    2.68 +% hooks for setting color 
    2.69 +/nodecolor { sethsbcolor } bind def
    2.70 +/edgecolor { sethsbcolor } bind def
    2.71 +/graphcolor { sethsbcolor } bind def
    2.72 +/nopcolor {pop pop pop} bind def
    2.73 +
    2.74 +/beginpage {	% i j npages
    2.75 +	/npages exch def
    2.76 +	/j exch def
    2.77 +	/i exch def
    2.78 +	/str 10 string def
    2.79 +	npages 1 gt {
    2.80 +		gsave
    2.81 +			coordfont setfont
    2.82 +			0 0 moveto
    2.83 +			(\() show i str cvs show (,) show j str cvs show (\)) show
    2.84 +		grestore
    2.85 +	} if
    2.86 +} bind def
    2.87 +
    2.88 +/set_font {
    2.89 +	findfont exch
    2.90 +	scalefont setfont
    2.91 +} def
    2.92 +
    2.93 +% draw text fitted to its expected width
    2.94 +/alignedtext {			% width text
    2.95 +	/text exch def
    2.96 +	/width exch def
    2.97 +	gsave
    2.98 +		width 0 gt {
    2.99 +			[] 0 setdash
   2.100 +			text stringwidth pop width exch sub text length div 0 text ashow
   2.101 +		} if
   2.102 +	grestore
   2.103 +} def
   2.104 +
   2.105 +/boxprim {				% xcorner ycorner xsize ysize
   2.106 +		4 2 roll
   2.107 +		moveto
   2.108 +		2 copy
   2.109 +		exch 0 rlineto
   2.110 +		0 exch rlineto
   2.111 +		pop neg 0 rlineto
   2.112 +		closepath
   2.113 +} bind def
   2.114 +
   2.115 +/ellipse_path {
   2.116 +	/ry exch def
   2.117 +	/rx exch def
   2.118 +	/y exch def
   2.119 +	/x exch def
   2.120 +	matrix currentmatrix
   2.121 +	newpath
   2.122 +	x y translate
   2.123 +	rx ry scale
   2.124 +	0 0 1 0 360 arc
   2.125 +	setmatrix
   2.126 +} bind def
   2.127 +
   2.128 +/endpage { showpage } bind def
   2.129 +/showpage { } def
   2.130 +
   2.131 +/layercolorseq
   2.132 +	[	% layer color sequence - darkest to lightest
   2.133 +		[0 0 0]
   2.134 +		[.2 .8 .8]
   2.135 +		[.4 .8 .8]
   2.136 +		[.6 .8 .8]
   2.137 +		[.8 .8 .8]
   2.138 +	]
   2.139 +def
   2.140 +
   2.141 +/layerlen layercolorseq length def
   2.142 +
   2.143 +/setlayer {/maxlayer exch def /curlayer exch def
   2.144 +	layercolorseq curlayer 1 sub layerlen mod get
   2.145 +	aload pop sethsbcolor
   2.146 +	/nodecolor {nopcolor} def
   2.147 +	/edgecolor {nopcolor} def
   2.148 +	/graphcolor {nopcolor} def
   2.149 +} bind def
   2.150 +
   2.151 +/onlayer { curlayer ne {invis} if } def
   2.152 +
   2.153 +/onlayers {
   2.154 +	/myupper exch def
   2.155 +	/mylower exch def
   2.156 +	curlayer mylower lt
   2.157 +	curlayer myupper gt
   2.158 +	or
   2.159 +	{invis} if
   2.160 +} def
   2.161 +
   2.162 +/curlayer 0 def
   2.163 +
   2.164 +%%EndResource
   2.165 +%%EndProlog
   2.166 +%%BeginSetup
   2.167 +14 default-font-family set_font
   2.168 +1 setmiterlimit
   2.169 +% /arrowlength 10 def
   2.170 +% /arrowwidth 5 def
   2.171 +
   2.172 +% make sure pdfmark is harmless for PS-interpreters other than Distiller
   2.173 +/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
   2.174 +% make '<<' and '>>' safe on PS Level 1 devices
   2.175 +/languagelevel where {pop languagelevel}{1} ifelse
   2.176 +2 lt {
   2.177 +    userdict (<<) cvn ([) cvn load put
   2.178 +    userdict (>>) cvn ([) cvn load put
   2.179 +} if
   2.180 +
   2.181 +%%EndSetup
   2.182 +setupLatin1
   2.183 +%%Page: 1 1
   2.184 +%%PageBoundingBox: 36 36 1745 260
   2.185 +%%PageOrientation: Portrait
   2.186 +0 0 1 beginpage
   2.187 +gsave
   2.188 +36 36 1709 224 boxprim clip newpath
   2.189 +1 1 set_scale 0 rotate 40 41 translate
   2.190 +% aliasbr.c
   2.191 +gsave
   2.192 +1 setlinewidth
   2.193 +0 0 0 nodecolor
   2.194 +newpath 105.25 216 moveto
   2.195 +28.75 216 lineto
   2.196 +28.75 180 lineto
   2.197 +105.25 180 lineto
   2.198 +closepath stroke
   2.199 +0 0 0 nodecolor
   2.200 +14 /Times-Roman set_font
   2.201 +36.5 194.3 moveto 61 (aliasbr.c) alignedtext
   2.202 +grestore
   2.203 +% ali
   2.204 +gsave
   2.205 +1 setlinewidth
   2.206 +0 0 0 nodecolor
   2.207 +27 18 27 18 ellipse_path stroke
   2.208 +0 0 0 nodecolor
   2.209 +14 /Times-Roman set_font
   2.210 +18 14.3 moveto 18 (ali) alignedtext
   2.211 +grestore
   2.212 +% aliasbr.c->ali
   2.213 +gsave
   2.214 +1 setlinewidth
   2.215 +0 0 0 edgecolor
   2.216 +newpath 63.16 179.93 moveto
   2.217 +56.21 148.97 41.45 83.3 33.1 46.13 curveto
   2.218 +stroke
   2.219 +0 0 0 edgecolor
   2.220 +newpath 36.43 45 moveto
   2.221 +30.82 36.02 lineto
   2.222 +29.6 46.54 lineto
   2.223 +closepath fill
   2.224 +1 setlinewidth
   2.225 +solid
   2.226 +0 0 0 edgecolor
   2.227 +newpath 36.43 45 moveto
   2.228 +30.82 36.02 lineto
   2.229 +29.6 46.54 lineto
   2.230 +closepath stroke
   2.231 +grestore
   2.232 +% spost
   2.233 +gsave
   2.234 +1 setlinewidth
   2.235 +0 0 0 nodecolor
   2.236 +108 18 35.62 18 ellipse_path stroke
   2.237 +0 0 0 nodecolor
   2.238 +14 /Times-Roman set_font
   2.239 +88.5 14.3 moveto 39 (spost) alignedtext
   2.240 +grestore
   2.241 +% aliasbr.c->spost
   2.242 +gsave
   2.243 +1 setlinewidth
   2.244 +0 0 0 edgecolor
   2.245 +newpath 70.93 179.93 moveto
   2.246 +78.06 148.97 93.19 83.3 101.75 46.13 curveto
   2.247 +stroke
   2.248 +0 0 0 edgecolor
   2.249 +newpath 105.25 46.55 moveto
   2.250 +104.08 36.02 lineto
   2.251 +98.43 44.97 lineto
   2.252 +closepath fill
   2.253 +1 setlinewidth
   2.254 +solid
   2.255 +0 0 0 edgecolor
   2.256 +newpath 105.25 46.55 moveto
   2.257 +104.08 36.02 lineto
   2.258 +98.43 44.97 lineto
   2.259 +closepath stroke
   2.260 +grestore
   2.261 +% whatnowproc.c
   2.262 +gsave
   2.263 +1 setlinewidth
   2.264 +0 0 0 nodecolor
   2.265 +newpath 382.25 216 moveto
   2.266 +255.75 216 lineto
   2.267 +255.75 180 lineto
   2.268 +382.25 180 lineto
   2.269 +closepath stroke
   2.270 +0 0 0 nodecolor
   2.271 +14 /Times-Roman set_font
   2.272 +263.5 194.3 moveto 111 (whatnowproc.c) alignedtext
   2.273 +grestore
   2.274 +% comp
   2.275 +gsave
   2.276 +1 setlinewidth
   2.277 +0 0 0 nodecolor
   2.278 +198 18 36.1 18 ellipse_path stroke
   2.279 +0 0 0 nodecolor
   2.280 +14 /Times-Roman set_font
   2.281 +178 14.3 moveto 40 (comp) alignedtext
   2.282 +grestore
   2.283 +% whatnowproc.c->comp
   2.284 +gsave
   2.285 +1 setlinewidth
   2.286 +0 0 0 edgecolor
   2.287 +newpath 307.4 179.93 moveto
   2.288 +285.91 148.33 239.86 80.57 214.9 43.86 curveto
   2.289 +stroke
   2.290 +0 0 0 edgecolor
   2.291 +newpath 217.56 41.54 moveto
   2.292 +209.04 35.24 lineto
   2.293 +211.77 45.48 lineto
   2.294 +closepath fill
   2.295 +1 setlinewidth
   2.296 +solid
   2.297 +0 0 0 edgecolor
   2.298 +newpath 217.56 41.54 moveto
   2.299 +209.04 35.24 lineto
   2.300 +211.77 45.48 lineto
   2.301 +closepath stroke
   2.302 +grestore
   2.303 +% dist
   2.304 +gsave
   2.305 +1 setlinewidth
   2.306 +0 0 0 nodecolor
   2.307 +280 18 27.42 18 ellipse_path stroke
   2.308 +0 0 0 nodecolor
   2.309 +14 /Times-Roman set_font
   2.310 +266.5 14.3 moveto 27 (dist) alignedtext
   2.311 +grestore
   2.312 +% whatnowproc.c->dist
   2.313 +gsave
   2.314 +1 setlinewidth
   2.315 +0 0 0 edgecolor
   2.316 +newpath 315.26 179.93 moveto
   2.317 +308.48 148.97 294.09 83.3 285.94 46.13 curveto
   2.318 +stroke
   2.319 +0 0 0 edgecolor
   2.320 +newpath 289.29 45.03 moveto
   2.321 +283.73 36.02 lineto
   2.322 +282.45 46.53 lineto
   2.323 +closepath fill
   2.324 +1 setlinewidth
   2.325 +solid
   2.326 +0 0 0 edgecolor
   2.327 +newpath 289.29 45.03 moveto
   2.328 +283.73 36.02 lineto
   2.329 +282.45 46.53 lineto
   2.330 +closepath stroke
   2.331 +grestore
   2.332 +% forw
   2.333 +gsave
   2.334 +1 setlinewidth
   2.335 +0 0 0 nodecolor
   2.336 +358 18 32.25 18 ellipse_path stroke
   2.337 +0 0 0 nodecolor
   2.338 +14 /Times-Roman set_font
   2.339 +341 14.3 moveto 34 (forw) alignedtext
   2.340 +grestore
   2.341 +% whatnowproc.c->forw
   2.342 +gsave
   2.343 +1 setlinewidth
   2.344 +0 0 0 edgecolor
   2.345 +newpath 322.74 179.93 moveto
   2.346 +329.52 148.97 343.91 83.3 352.06 46.13 curveto
   2.347 +stroke
   2.348 +0 0 0 edgecolor
   2.349 +newpath 355.55 46.53 moveto
   2.350 +354.27 36.02 lineto
   2.351 +348.71 45.03 lineto
   2.352 +closepath fill
   2.353 +1 setlinewidth
   2.354 +solid
   2.355 +0 0 0 edgecolor
   2.356 +newpath 355.55 46.53 moveto
   2.357 +354.27 36.02 lineto
   2.358 +348.71 45.03 lineto
   2.359 +closepath stroke
   2.360 +grestore
   2.361 +% repl
   2.362 +gsave
   2.363 +1 setlinewidth
   2.364 +0 0 0 nodecolor
   2.365 +438 18 29.37 18 ellipse_path stroke
   2.366 +0 0 0 nodecolor
   2.367 +14 /Times-Roman set_font
   2.368 +423.5 14.3 moveto 29 (repl) alignedtext
   2.369 +grestore
   2.370 +% whatnowproc.c->repl
   2.371 +gsave
   2.372 +1 setlinewidth
   2.373 +0 0 0 edgecolor
   2.374 +newpath 330.41 179.93 moveto
   2.375 +351.59 148.25 397.07 80.23 421.56 43.58 curveto
   2.376 +stroke
   2.377 +0 0 0 edgecolor
   2.378 +newpath 424.66 45.24 moveto
   2.379 +427.31 34.99 lineto
   2.380 +418.85 41.35 lineto
   2.381 +closepath fill
   2.382 +1 setlinewidth
   2.383 +solid
   2.384 +0 0 0 edgecolor
   2.385 +newpath 424.66 45.24 moveto
   2.386 +427.31 34.99 lineto
   2.387 +418.85 41.35 lineto
   2.388 +closepath stroke
   2.389 +grestore
   2.390 +% scansbr.c
   2.391 +gsave
   2.392 +1 setlinewidth
   2.393 +0 0 0 nodecolor
   2.394 +newpath 565.5 216 moveto
   2.395 +482.5 216 lineto
   2.396 +482.5 180 lineto
   2.397 +565.5 180 lineto
   2.398 +closepath stroke
   2.399 +0 0 0 nodecolor
   2.400 +14 /Times-Roman set_font
   2.401 +490 194.3 moveto 68 (scansbr.c) alignedtext
   2.402 +grestore
   2.403 +% inc
   2.404 +gsave
   2.405 +1 setlinewidth
   2.406 +0 0 0 nodecolor
   2.407 +512 18 27 18 ellipse_path stroke
   2.408 +0 0 0 nodecolor
   2.409 +14 /Times-Roman set_font
   2.410 +501 14.3 moveto 22 (inc) alignedtext
   2.411 +grestore
   2.412 +% scansbr.c->inc
   2.413 +gsave
   2.414 +1 setlinewidth
   2.415 +0 0 0 edgecolor
   2.416 +newpath 522.85 179.93 moveto
   2.417 +520.76 148.97 516.33 83.3 513.83 46.13 curveto
   2.418 +stroke
   2.419 +0 0 0 edgecolor
   2.420 +newpath 517.31 45.76 moveto
   2.421 +513.15 36.02 lineto
   2.422 +510.33 46.23 lineto
   2.423 +closepath fill
   2.424 +1 setlinewidth
   2.425 +solid
   2.426 +0 0 0 edgecolor
   2.427 +newpath 517.31 45.76 moveto
   2.428 +513.15 36.02 lineto
   2.429 +510.33 46.23 lineto
   2.430 +closepath stroke
   2.431 +grestore
   2.432 +% scan
   2.433 +gsave
   2.434 +1 setlinewidth
   2.435 +0 0 0 nodecolor
   2.436 +589 18 32.25 18 ellipse_path stroke
   2.437 +0 0 0 nodecolor
   2.438 +14 /Times-Roman set_font
   2.439 +572 14.3 moveto 34 (scan) alignedtext
   2.440 +grestore
   2.441 +% scansbr.c->scan
   2.442 +gsave
   2.443 +1 setlinewidth
   2.444 +0 0 0 edgecolor
   2.445 +newpath 530.23 179.93 moveto
   2.446 +541.62 148.75 565.85 82.4 579.37 45.37 curveto
   2.447 +stroke
   2.448 +0 0 0 edgecolor
   2.449 +newpath 582.74 46.35 moveto
   2.450 +582.88 35.76 lineto
   2.451 +576.16 43.95 lineto
   2.452 +closepath fill
   2.453 +1 setlinewidth
   2.454 +solid
   2.455 +0 0 0 edgecolor
   2.456 +newpath 582.74 46.35 moveto
   2.457 +582.88 35.76 lineto
   2.458 +576.16 43.95 lineto
   2.459 +closepath stroke
   2.460 +grestore
   2.461 +% termsbr.c
   2.462 +gsave
   2.463 +1 setlinewidth
   2.464 +0 0 0 nodecolor
   2.465 +newpath 800.25 216 moveto
   2.466 +715.75 216 lineto
   2.467 +715.75 180 lineto
   2.468 +800.25 180 lineto
   2.469 +closepath stroke
   2.470 +0 0 0 nodecolor
   2.471 +14 /Times-Roman set_font
   2.472 +723.5 194.3 moveto 69 (termsbr.c) alignedtext
   2.473 +grestore
   2.474 +% termsbr.c->inc
   2.475 +gsave
   2.476 +1 setlinewidth
   2.477 +0 0 0 edgecolor
   2.478 +newpath 734.41 179.93 moveto
   2.479 +688.22 146.51 586.17 72.66 538.06 37.86 curveto
   2.480 +stroke
   2.481 +0 0 0 edgecolor
   2.482 +newpath 539.88 34.85 moveto
   2.483 +529.73 31.83 lineto
   2.484 +535.78 40.53 lineto
   2.485 +closepath fill
   2.486 +1 setlinewidth
   2.487 +solid
   2.488 +0 0 0 edgecolor
   2.489 +newpath 539.88 34.85 moveto
   2.490 +529.73 31.83 lineto
   2.491 +535.78 40.53 lineto
   2.492 +closepath stroke
   2.493 +grestore
   2.494 +% mhbuild
   2.495 +gsave
   2.496 +1 setlinewidth
   2.497 +0 0 0 nodecolor
   2.498 +763 18 48.62 18 ellipse_path stroke
   2.499 +0 0 0 nodecolor
   2.500 +14 /Times-Roman set_font
   2.501 +733.5 14.3 moveto 59 (mhbuild) alignedtext
   2.502 +grestore
   2.503 +% termsbr.c->mhbuild
   2.504 +gsave
   2.505 +1 setlinewidth
   2.506 +0 0 0 edgecolor
   2.507 +newpath 758.48 179.93 moveto
   2.508 +759.35 148.97 761.19 83.3 762.24 46.13 curveto
   2.509 +stroke
   2.510 +0 0 0 edgecolor
   2.511 +newpath 765.74 46.11 moveto
   2.512 +762.52 36.02 lineto
   2.513 +758.74 45.91 lineto
   2.514 +closepath fill
   2.515 +1 setlinewidth
   2.516 +solid
   2.517 +0 0 0 edgecolor
   2.518 +newpath 765.74 46.11 moveto
   2.519 +762.52 36.02 lineto
   2.520 +758.74 45.91 lineto
   2.521 +closepath stroke
   2.522 +grestore
   2.523 +% mhl
   2.524 +gsave
   2.525 +1 setlinewidth
   2.526 +0 0 0 nodecolor
   2.527 +668 18 28.4 18 ellipse_path stroke
   2.528 +0 0 0 nodecolor
   2.529 +14 /Times-Roman set_font
   2.530 +654 14.3 moveto 28 (mhl) alignedtext
   2.531 +grestore
   2.532 +% termsbr.c->mhl
   2.533 +gsave
   2.534 +1 setlinewidth
   2.535 +0 0 0 edgecolor
   2.536 +newpath 749.37 179.93 moveto
   2.537 +733.46 148.46 699.42 81.15 680.81 44.33 curveto
   2.538 +stroke
   2.539 +0 0 0 edgecolor
   2.540 +newpath 683.85 42.59 moveto
   2.541 +676.21 35.24 lineto
   2.542 +677.6 45.74 lineto
   2.543 +closepath fill
   2.544 +1 setlinewidth
   2.545 +solid
   2.546 +0 0 0 edgecolor
   2.547 +newpath 683.85 42.59 moveto
   2.548 +676.21 35.24 lineto
   2.549 +677.6 45.74 lineto
   2.550 +closepath stroke
   2.551 +grestore
   2.552 +% mhlist
   2.553 +gsave
   2.554 +1 setlinewidth
   2.555 +0 0 0 nodecolor
   2.556 +972 18 39.47 18 ellipse_path stroke
   2.557 +0 0 0 nodecolor
   2.558 +14 /Times-Roman set_font
   2.559 +949.5 14.3 moveto 45 (mhlist) alignedtext
   2.560 +grestore
   2.561 +% termsbr.c->mhlist
   2.562 +gsave
   2.563 +1 setlinewidth
   2.564 +0 0 0 edgecolor
   2.565 +newpath 778.52 179.93 moveto
   2.566 +817.63 147.4 902.8 76.56 945.9 40.71 curveto
   2.567 +stroke
   2.568 +0 0 0 edgecolor
   2.569 +newpath 948.24 43.32 moveto
   2.570 +953.69 34.23 lineto
   2.571 +943.76 37.94 lineto
   2.572 +closepath fill
   2.573 +1 setlinewidth
   2.574 +solid
   2.575 +0 0 0 edgecolor
   2.576 +newpath 948.24 43.32 moveto
   2.577 +953.69 34.23 lineto
   2.578 +943.76 37.94 lineto
   2.579 +closepath stroke
   2.580 +grestore
   2.581 +% show
   2.582 +gsave
   2.583 +1 setlinewidth
   2.584 +0 0 0 nodecolor
   2.585 +1065 18 35.15 18 ellipse_path stroke
   2.586 +0 0 0 nodecolor
   2.587 +14 /Times-Roman set_font
   2.588 +1046 14.3 moveto 38 (show) alignedtext
   2.589 +grestore
   2.590 +% termsbr.c->show
   2.591 +gsave
   2.592 +1 setlinewidth
   2.593 +0 0 0 edgecolor
   2.594 +newpath 787.44 179.93 moveto
   2.595 +845.42 146.32 973.93 71.8 1033.52 37.25 curveto
   2.596 +stroke
   2.597 +0 0 0 edgecolor
   2.598 +newpath 1035.58 40.1 moveto
   2.599 +1042.47 32.06 lineto
   2.600 +1032.07 34.05 lineto
   2.601 +closepath fill
   2.602 +1 setlinewidth
   2.603 +solid
   2.604 +0 0 0 edgecolor
   2.605 +newpath 1035.58 40.1 moveto
   2.606 +1042.47 32.06 lineto
   2.607 +1032.07 34.05 lineto
   2.608 +closepath stroke
   2.609 +grestore
   2.610 +% mhstore
   2.611 +gsave
   2.612 +1 setlinewidth
   2.613 +0 0 0 nodecolor
   2.614 +1167 18 49.09 18 ellipse_path stroke
   2.615 +0 0 0 nodecolor
   2.616 +14 /Times-Roman set_font
   2.617 +1137 14.3 moveto 60 (mhstore) alignedtext
   2.618 +grestore
   2.619 +% termsbr.c->mhstore
   2.620 +gsave
   2.621 +1 setlinewidth
   2.622 +0 0 0 edgecolor
   2.623 +newpath 797.22 179.93 moveto
   2.624 +875.06 146.05 1048.35 70.64 1126.91 36.45 curveto
   2.625 +stroke
   2.626 +0 0 0 edgecolor
   2.627 +newpath 1128.68 39.49 moveto
   2.628 +1136.45 32.29 lineto
   2.629 +1125.89 33.08 lineto
   2.630 +closepath fill
   2.631 +1 setlinewidth
   2.632 +solid
   2.633 +0 0 0 edgecolor
   2.634 +newpath 1128.68 39.49 moveto
   2.635 +1136.45 32.29 lineto
   2.636 +1125.89 33.08 lineto
   2.637 +closepath stroke
   2.638 +grestore
   2.639 +% mhtest
   2.640 +gsave
   2.641 +1 setlinewidth
   2.642 +0 0 0 nodecolor
   2.643 +872 18 42.37 18 ellipse_path stroke
   2.644 +0 0 0 nodecolor
   2.645 +14 /Times-Roman set_font
   2.646 +847.5 14.3 moveto 49 (mhtest) alignedtext
   2.647 +grestore
   2.648 +% termsbr.c->mhtest
   2.649 +gsave
   2.650 +1 setlinewidth
   2.651 +0 0 0 edgecolor
   2.652 +newpath 768.93 179.93 moveto
   2.653 +789.12 148.41 832.35 80.92 855.9 44.14 curveto
   2.654 +stroke
   2.655 +0 0 0 edgecolor
   2.656 +newpath 858.99 45.81 moveto
   2.657 +861.43 35.5 lineto
   2.658 +853.09 42.03 lineto
   2.659 +closepath fill
   2.660 +1 setlinewidth
   2.661 +solid
   2.662 +0 0 0 edgecolor
   2.663 +newpath 858.99 45.81 moveto
   2.664 +861.43 35.5 lineto
   2.665 +853.09 42.03 lineto
   2.666 +closepath stroke
   2.667 +grestore
   2.668 +% termsbr.c->scan
   2.669 +gsave
   2.670 +1 setlinewidth
   2.671 +0 0 0 edgecolor
   2.672 +newpath 741.8 179.93 moveto
   2.673 +711.23 147.74 645.04 78.02 610.68 41.84 curveto
   2.674 +stroke
   2.675 +0 0 0 edgecolor
   2.676 +newpath 612.88 39.07 moveto
   2.677 +603.46 34.23 lineto
   2.678 +607.81 43.89 lineto
   2.679 +closepath fill
   2.680 +1 setlinewidth
   2.681 +solid
   2.682 +0 0 0 edgecolor
   2.683 +newpath 612.88 39.07 moveto
   2.684 +603.46 34.23 lineto
   2.685 +607.81 43.89 lineto
   2.686 +closepath stroke
   2.687 +grestore
   2.688 +% mhfree.c
   2.689 +gsave
   2.690 +1 setlinewidth
   2.691 +0 0 0 nodecolor
   2.692 +newpath 899 216 moveto
   2.693 +819 216 lineto
   2.694 +819 180 lineto
   2.695 +899 180 lineto
   2.696 +closepath stroke
   2.697 +0 0 0 nodecolor
   2.698 +14 /Times-Roman set_font
   2.699 +827 194.3 moveto 64 (mhfree.c) alignedtext
   2.700 +grestore
   2.701 +% mhfree.c->mhbuild
   2.702 +gsave
   2.703 +1 setlinewidth
   2.704 +0 0 0 edgecolor
   2.705 +newpath 849.8 179.93 moveto
   2.706 +832.91 148.62 796.88 81.83 776.97 44.9 curveto
   2.707 +stroke
   2.708 +0 0 0 edgecolor
   2.709 +newpath 779.86 42.9 moveto
   2.710 +772.04 35.76 lineto
   2.711 +773.7 46.22 lineto
   2.712 +closepath fill
   2.713 +1 setlinewidth
   2.714 +solid
   2.715 +0 0 0 edgecolor
   2.716 +newpath 779.86 42.9 moveto
   2.717 +772.04 35.76 lineto
   2.718 +773.7 46.22 lineto
   2.719 +closepath stroke
   2.720 +grestore
   2.721 +% mhfree.c->mhlist
   2.722 +gsave
   2.723 +1 setlinewidth
   2.724 +0 0 0 edgecolor
   2.725 +newpath 869.83 179.93 moveto
   2.726 +889.85 148.41 932.69 80.92 956.04 44.14 curveto
   2.727 +stroke
   2.728 +0 0 0 edgecolor
   2.729 +newpath 959.12 45.82 moveto
   2.730 +961.53 35.5 lineto
   2.731 +953.21 42.06 lineto
   2.732 +closepath fill
   2.733 +1 setlinewidth
   2.734 +solid
   2.735 +0 0 0 edgecolor
   2.736 +newpath 959.12 45.82 moveto
   2.737 +961.53 35.5 lineto
   2.738 +953.21 42.06 lineto
   2.739 +closepath stroke
   2.740 +grestore
   2.741 +% mhfree.c->show
   2.742 +gsave
   2.743 +1 setlinewidth
   2.744 +0 0 0 edgecolor
   2.745 +newpath 878.75 179.93 moveto
   2.746 +916.52 147.3 998.87 76.14 1040.24 40.39 curveto
   2.747 +stroke
   2.748 +0 0 0 edgecolor
   2.749 +newpath 1042.67 42.92 moveto
   2.750 +1047.94 33.74 lineto
   2.751 +1038.09 37.63 lineto
   2.752 +closepath fill
   2.753 +1 setlinewidth
   2.754 +solid
   2.755 +0 0 0 edgecolor
   2.756 +newpath 1042.67 42.92 moveto
   2.757 +1047.94 33.74 lineto
   2.758 +1038.09 37.63 lineto
   2.759 +closepath stroke
   2.760 +grestore
   2.761 +% mhfree.c->mhstore
   2.762 +gsave
   2.763 +1 setlinewidth
   2.764 +0 0 0 edgecolor
   2.765 +newpath 888.53 179.93 moveto
   2.766 +945.96 146.74 1072.37 73.69 1133.11 38.59 curveto
   2.767 +stroke
   2.768 +0 0 0 edgecolor
   2.769 +newpath 1135.02 41.53 moveto
   2.770 +1141.92 33.49 lineto
   2.771 +1131.51 35.47 lineto
   2.772 +closepath fill
   2.773 +1 setlinewidth
   2.774 +solid
   2.775 +0 0 0 edgecolor
   2.776 +newpath 1135.02 41.53 moveto
   2.777 +1141.92 33.49 lineto
   2.778 +1131.51 35.47 lineto
   2.779 +closepath stroke
   2.780 +grestore
   2.781 +% mhfree.c->mhtest
   2.782 +gsave
   2.783 +1 setlinewidth
   2.784 +0 0 0 edgecolor
   2.785 +newpath 860.25 179.93 moveto
   2.786 +862.51 148.97 867.3 83.3 870.02 46.13 curveto
   2.787 +stroke
   2.788 +0 0 0 edgecolor
   2.789 +newpath 873.52 46.24 moveto
   2.790 +870.76 36.02 lineto
   2.791 +866.54 45.73 lineto
   2.792 +closepath fill
   2.793 +1 setlinewidth
   2.794 +solid
   2.795 +0 0 0 edgecolor
   2.796 +newpath 873.52 46.24 moveto
   2.797 +870.76 36.02 lineto
   2.798 +866.54 45.73 lineto
   2.799 +closepath stroke
   2.800 +grestore
   2.801 +% mhparse.c
   2.802 +gsave
   2.803 +1 setlinewidth
   2.804 +0 0 0 nodecolor
   2.805 +newpath 1009 216 moveto
   2.806 +917 216 lineto
   2.807 +917 180 lineto
   2.808 +1009 180 lineto
   2.809 +closepath stroke
   2.810 +0 0 0 nodecolor
   2.811 +14 /Times-Roman set_font
   2.812 +925 194.3 moveto 76 (mhparse.c) alignedtext
   2.813 +grestore
   2.814 +% mhparse.c->mhbuild
   2.815 +gsave
   2.816 +1 setlinewidth
   2.817 +0 0 0 edgecolor
   2.818 +newpath 943.82 179.93 moveto
   2.819 +907.62 147.71 829.19 77.91 788.56 41.75 curveto
   2.820 +stroke
   2.821 +0 0 0 edgecolor
   2.822 +newpath 790.76 39.02 moveto
   2.823 +780.96 34.99 lineto
   2.824 +786.1 44.25 lineto
   2.825 +closepath fill
   2.826 +1 setlinewidth
   2.827 +solid
   2.828 +0 0 0 edgecolor
   2.829 +newpath 790.76 39.02 moveto
   2.830 +780.96 34.99 lineto
   2.831 +786.1 44.25 lineto
   2.832 +closepath stroke
   2.833 +grestore
   2.834 +% mhparse.c->mhlist
   2.835 +gsave
   2.836 +1 setlinewidth
   2.837 +0 0 0 edgecolor
   2.838 +newpath 963.86 179.93 moveto
   2.839 +965.43 148.97 968.75 83.3 970.63 46.13 curveto
   2.840 +stroke
   2.841 +0 0 0 edgecolor
   2.842 +newpath 974.13 46.18 moveto
   2.843 +971.14 36.02 lineto
   2.844 +967.14 45.83 lineto
   2.845 +closepath fill
   2.846 +1 setlinewidth
   2.847 +solid
   2.848 +0 0 0 edgecolor
   2.849 +newpath 974.13 46.18 moveto
   2.850 +971.14 36.02 lineto
   2.851 +967.14 45.83 lineto
   2.852 +closepath stroke
   2.853 +grestore
   2.854 +% mhparse.c->show
   2.855 +gsave
   2.856 +1 setlinewidth
   2.857 +0 0 0 edgecolor
   2.858 +newpath 972.78 179.93 moveto
   2.859 +990.77 148.54 1029.19 81.49 1050.32 44.61 curveto
   2.860 +stroke
   2.861 +0 0 0 edgecolor
   2.862 +newpath 1053.61 45.91 moveto
   2.863 +1055.55 35.5 lineto
   2.864 +1047.54 42.43 lineto
   2.865 +closepath fill
   2.866 +1 setlinewidth
   2.867 +solid
   2.868 +0 0 0 edgecolor
   2.869 +newpath 1053.61 45.91 moveto
   2.870 +1055.55 35.5 lineto
   2.871 +1047.54 42.43 lineto
   2.872 +closepath stroke
   2.873 +grestore
   2.874 +% mhparse.c->mhstore
   2.875 +gsave
   2.876 +1 setlinewidth
   2.877 +0 0 0 edgecolor
   2.878 +newpath 982.56 179.93 moveto
   2.879 +1019.49 147.71 1099.48 77.91 1140.93 41.75 curveto
   2.880 +stroke
   2.881 +0 0 0 edgecolor
   2.882 +newpath 1143.45 44.2 moveto
   2.883 +1148.68 34.99 lineto
   2.884 +1138.84 38.92 lineto
   2.885 +closepath fill
   2.886 +1 setlinewidth
   2.887 +solid
   2.888 +0 0 0 edgecolor
   2.889 +newpath 1143.45 44.2 moveto
   2.890 +1148.68 34.99 lineto
   2.891 +1138.84 38.92 lineto
   2.892 +closepath stroke
   2.893 +grestore
   2.894 +% mhparse.c->mhtest
   2.895 +gsave
   2.896 +1 setlinewidth
   2.897 +0 0 0 edgecolor
   2.898 +newpath 954.27 179.93 moveto
   2.899 +938.27 148.62 904.12 81.83 885.24 44.9 curveto
   2.900 +stroke
   2.901 +0 0 0 edgecolor
   2.902 +newpath 888.23 43.07 moveto
   2.903 +880.57 35.76 lineto
   2.904 +882 46.25 lineto
   2.905 +closepath fill
   2.906 +1 setlinewidth
   2.907 +solid
   2.908 +0 0 0 edgecolor
   2.909 +newpath 888.23 43.07 moveto
   2.910 +880.57 35.76 lineto
   2.911 +882 46.25 lineto
   2.912 +closepath stroke
   2.913 +grestore
   2.914 +% mhoutsbr.c
   2.915 +gsave
   2.916 +1 setlinewidth
   2.917 +0 0 0 nodecolor
   2.918 +newpath 697.25 216 moveto
   2.919 +600.75 216 lineto
   2.920 +600.75 180 lineto
   2.921 +697.25 180 lineto
   2.922 +closepath stroke
   2.923 +0 0 0 nodecolor
   2.924 +14 /Times-Roman set_font
   2.925 +608.5 194.3 moveto 81 (mhoutsbr.c) alignedtext
   2.926 +grestore
   2.927 +% mhoutsbr.c->mhbuild
   2.928 +gsave
   2.929 +1 setlinewidth
   2.930 +0 0 0 edgecolor
   2.931 +newpath 659.93 179.93 moveto
   2.932 +680.07 148.49 723.13 81.26 746.72 44.43 curveto
   2.933 +stroke
   2.934 +0 0 0 edgecolor
   2.935 +newpath 749.82 46.06 moveto
   2.936 +752.27 35.76 lineto
   2.937 +743.93 42.29 lineto
   2.938 +closepath fill
   2.939 +1 setlinewidth
   2.940 +solid
   2.941 +0 0 0 edgecolor
   2.942 +newpath 749.82 46.06 moveto
   2.943 +752.27 35.76 lineto
   2.944 +743.93 42.29 lineto
   2.945 +closepath stroke
   2.946 +grestore
   2.947 +% mhoutsbr.c->mhtest
   2.948 +gsave
   2.949 +1 setlinewidth
   2.950 +0 0 0 edgecolor
   2.951 +newpath 670.38 179.93 moveto
   2.952 +711.23 147.33 800.26 76.26 845.08 40.48 curveto
   2.953 +stroke
   2.954 +0 0 0 edgecolor
   2.955 +newpath 847.29 43.21 moveto
   2.956 +852.92 34.23 lineto
   2.957 +842.92 37.73 lineto
   2.958 +closepath fill
   2.959 +1 setlinewidth
   2.960 +solid
   2.961 +0 0 0 edgecolor
   2.962 +newpath 847.29 43.21 moveto
   2.963 +852.92 34.23 lineto
   2.964 +842.92 37.73 lineto
   2.965 +closepath stroke
   2.966 +grestore
   2.967 +% mhmisc.c
   2.968 +gsave
   2.969 +1 setlinewidth
   2.970 +0 0 0 nodecolor
   2.971 +newpath 1113 216 moveto
   2.972 +1027 216 lineto
   2.973 +1027 180 lineto
   2.974 +1113 180 lineto
   2.975 +closepath stroke
   2.976 +0 0 0 nodecolor
   2.977 +14 /Times-Roman set_font
   2.978 +1035 194.3 moveto 70 (mhmisc.c) alignedtext
   2.979 +grestore
   2.980 +% mhmisc.c->mhbuild
   2.981 +gsave
   2.982 +1 setlinewidth
   2.983 +0 0 0 edgecolor
   2.984 +newpath 1040.56 179.93 moveto
   2.985 +983.32 146.74 857.33 73.69 796.78 38.59 curveto
   2.986 +stroke
   2.987 +0 0 0 edgecolor
   2.988 +newpath 798.4 35.48 moveto
   2.989 +787.99 33.49 lineto
   2.990 +794.89 41.54 lineto
   2.991 +closepath fill
   2.992 +1 setlinewidth
   2.993 +solid
   2.994 +0 0 0 edgecolor
   2.995 +newpath 798.4 35.48 moveto
   2.996 +787.99 33.49 lineto
   2.997 +794.89 41.54 lineto
   2.998 +closepath stroke
   2.999 +grestore
  2.1000 +% mhmisc.c->mhlist
  2.1001 +gsave
  2.1002 +1 setlinewidth
  2.1003 +0 0 0 edgecolor
  2.1004 +newpath 1060.6 179.93 moveto
  2.1005 +1043.36 148.62 1006.59 81.83 986.26 44.9 curveto
  2.1006 +stroke
  2.1007 +0 0 0 edgecolor
  2.1008 +newpath 989.11 42.83 moveto
  2.1009 +981.23 35.76 lineto
  2.1010 +982.98 46.2 lineto
  2.1011 +closepath fill
  2.1012 +1 setlinewidth
  2.1013 +solid
  2.1014 +0 0 0 edgecolor
  2.1015 +newpath 989.11 42.83 moveto
  2.1016 +981.23 35.76 lineto
  2.1017 +982.98 46.2 lineto
  2.1018 +closepath stroke
  2.1019 +grestore
  2.1020 +% mhmisc.c->show
  2.1021 +gsave
  2.1022 +1 setlinewidth
  2.1023 +0 0 0 edgecolor
  2.1024 +newpath 1069.52 179.93 moveto
  2.1025 +1068.65 148.97 1066.81 83.3 1065.76 46.13 curveto
  2.1026 +stroke
  2.1027 +0 0 0 edgecolor
  2.1028 +newpath 1069.26 45.91 moveto
  2.1029 +1065.48 36.02 lineto
  2.1030 +1062.26 46.11 lineto
  2.1031 +closepath fill
  2.1032 +1 setlinewidth
  2.1033 +solid
  2.1034 +0 0 0 edgecolor
  2.1035 +newpath 1069.26 45.91 moveto
  2.1036 +1065.48 36.02 lineto
  2.1037 +1062.26 46.11 lineto
  2.1038 +closepath stroke
  2.1039 +grestore
  2.1040 +% mhmisc.c->mhstore
  2.1041 +gsave
  2.1042 +1 setlinewidth
  2.1043 +0 0 0 edgecolor
  2.1044 +newpath 1079.3 179.93 moveto
  2.1045 +1096.36 148.62 1132.76 81.83 1152.89 44.9 curveto
  2.1046 +stroke
  2.1047 +0 0 0 edgecolor
  2.1048 +newpath 1156.16 46.21 moveto
  2.1049 +1157.87 35.76 lineto
  2.1050 +1150.01 42.86 lineto
  2.1051 +closepath fill
  2.1052 +1 setlinewidth
  2.1053 +solid
  2.1054 +0 0 0 edgecolor
  2.1055 +newpath 1156.16 46.21 moveto
  2.1056 +1157.87 35.76 lineto
  2.1057 +1150.01 42.86 lineto
  2.1058 +closepath stroke
  2.1059 +grestore
  2.1060 +% mhmisc.c->mhtest
  2.1061 +gsave
  2.1062 +1 setlinewidth
  2.1063 +0 0 0 edgecolor
  2.1064 +newpath 1051.01 179.93 moveto
  2.1065 +1014.99 147.55 936.74 77.2 896.7 41.2 curveto
  2.1066 +stroke
  2.1067 +0 0 0 edgecolor
  2.1068 +newpath 899 38.56 moveto
  2.1069 +889.22 34.48 lineto
  2.1070 +894.32 43.77 lineto
  2.1071 +closepath fill
  2.1072 +1 setlinewidth
  2.1073 +solid
  2.1074 +0 0 0 edgecolor
  2.1075 +newpath 899 38.56 moveto
  2.1076 +889.22 34.48 lineto
  2.1077 +894.32 43.77 lineto
  2.1078 +closepath stroke
  2.1079 +grestore
  2.1080 +% mhlistsbr.c
  2.1081 +gsave
  2.1082 +1 setlinewidth
  2.1083 +0 0 0 nodecolor
  2.1084 +newpath 1226.25 216 moveto
  2.1085 +1131.75 216 lineto
  2.1086 +1131.75 180 lineto
  2.1087 +1226.25 180 lineto
  2.1088 +closepath stroke
  2.1089 +0 0 0 nodecolor
  2.1090 +14 /Times-Roman set_font
  2.1091 +1139.5 194.3 moveto 79 (mhlistsbr.c) alignedtext
  2.1092 +grestore
  2.1093 +% mhlistsbr.c->mhlist
  2.1094 +gsave
  2.1095 +1 setlinewidth
  2.1096 +0 0 0 edgecolor
  2.1097 +newpath 1159.15 179.93 moveto
  2.1098 +1121.39 147.46 1039.27 76.85 997.5 40.93 curveto
  2.1099 +stroke
  2.1100 +0 0 0 edgecolor
  2.1101 +newpath 999.58 38.1 moveto
  2.1102 +989.71 34.23 lineto
  2.1103 +995.01 43.41 lineto
  2.1104 +closepath fill
  2.1105 +1 setlinewidth
  2.1106 +solid
  2.1107 +0 0 0 edgecolor
  2.1108 +newpath 999.58 38.1 moveto
  2.1109 +989.71 34.23 lineto
  2.1110 +995.01 43.41 lineto
  2.1111 +closepath stroke
  2.1112 +grestore
  2.1113 +% mhlistsbr.c->show
  2.1114 +gsave
  2.1115 +1 setlinewidth
  2.1116 +0 0 0 edgecolor
  2.1117 +newpath 1168.07 179.93 moveto
  2.1118 +1147.83 148.33 1104.43 80.57 1080.92 43.86 curveto
  2.1119 +stroke
  2.1120 +0 0 0 edgecolor
  2.1121 +newpath 1083.74 41.77 moveto
  2.1122 +1075.4 35.24 lineto
  2.1123 +1077.85 45.55 lineto
  2.1124 +closepath fill
  2.1125 +1 setlinewidth
  2.1126 +solid
  2.1127 +0 0 0 edgecolor
  2.1128 +newpath 1083.74 41.77 moveto
  2.1129 +1075.4 35.24 lineto
  2.1130 +1077.85 45.55 lineto
  2.1131 +closepath stroke
  2.1132 +grestore
  2.1133 +% mhlistsbr.c->mhstore
  2.1134 +gsave
  2.1135 +1 setlinewidth
  2.1136 +0 0 0 edgecolor
  2.1137 +newpath 1177.85 179.93 moveto
  2.1138 +1175.76 148.97 1171.33 83.3 1168.83 46.13 curveto
  2.1139 +stroke
  2.1140 +0 0 0 edgecolor
  2.1141 +newpath 1172.31 45.76 moveto
  2.1142 +1168.15 36.02 lineto
  2.1143 +1165.33 46.23 lineto
  2.1144 +closepath fill
  2.1145 +1 setlinewidth
  2.1146 +solid
  2.1147 +0 0 0 edgecolor
  2.1148 +newpath 1172.31 45.76 moveto
  2.1149 +1168.15 36.02 lineto
  2.1150 +1165.33 46.23 lineto
  2.1151 +closepath stroke
  2.1152 +grestore
  2.1153 +% mhshowsbr.c
  2.1154 +gsave
  2.1155 +1 setlinewidth
  2.1156 +0 0 0 nodecolor
  2.1157 +newpath 1355.25 216 moveto
  2.1158 +1244.75 216 lineto
  2.1159 +1244.75 180 lineto
  2.1160 +1355.25 180 lineto
  2.1161 +closepath stroke
  2.1162 +0 0 0 nodecolor
  2.1163 +14 /Times-Roman set_font
  2.1164 +1252.5 194.3 moveto 95 (mhshowsbr.c) alignedtext
  2.1165 +grestore
  2.1166 +% mhshowsbr.c->show
  2.1167 +gsave
  2.1168 +1 setlinewidth
  2.1169 +0 0 0 edgecolor
  2.1170 +newpath 1277.47 179.93 moveto
  2.1171 +1233.99 147 1138.71 74.83 1091.95 39.42 curveto
  2.1172 +stroke
  2.1173 +0 0 0 edgecolor
  2.1174 +newpath 1093.9 36.5 moveto
  2.1175 +1083.81 33.25 lineto
  2.1176 +1089.67 42.08 lineto
  2.1177 +closepath fill
  2.1178 +1 setlinewidth
  2.1179 +solid
  2.1180 +0 0 0 edgecolor
  2.1181 +newpath 1093.9 36.5 moveto
  2.1182 +1083.81 33.25 lineto
  2.1183 +1089.67 42.08 lineto
  2.1184 +closepath stroke
  2.1185 +grestore
  2.1186 +% mhshowsbr.c->mhstore
  2.1187 +gsave
  2.1188 +1 setlinewidth
  2.1189 +0 0 0 edgecolor
  2.1190 +newpath 1287.25 179.93 moveto
  2.1191 +1263.59 148.27 1212.84 80.34 1185.44 43.68 curveto
  2.1192 +stroke
  2.1193 +0 0 0 edgecolor
  2.1194 +newpath 1188.12 41.41 moveto
  2.1195 +1179.33 35.5 lineto
  2.1196 +1182.51 45.6 lineto
  2.1197 +closepath fill
  2.1198 +1 setlinewidth
  2.1199 +solid
  2.1200 +0 0 0 edgecolor
  2.1201 +newpath 1188.12 41.41 moveto
  2.1202 +1179.33 35.5 lineto
  2.1203 +1182.51 45.6 lineto
  2.1204 +closepath stroke
  2.1205 +grestore
  2.1206 +% dropsbr.c
  2.1207 +gsave
  2.1208 +1 setlinewidth
  2.1209 +0 0 0 nodecolor
  2.1210 +newpath 1458.25 216 moveto
  2.1211 +1373.75 216 lineto
  2.1212 +1373.75 180 lineto
  2.1213 +1458.25 180 lineto
  2.1214 +closepath stroke
  2.1215 +0 0 0 nodecolor
  2.1216 +14 /Times-Roman set_font
  2.1217 +1381.5 194.3 moveto 69 (dropsbr.c) alignedtext
  2.1218 +grestore
  2.1219 +% packf
  2.1220 +gsave
  2.1221 +1 setlinewidth
  2.1222 +0 0 0 nodecolor
  2.1223 +1365 18 36.1 18 ellipse_path stroke
  2.1224 +0 0 0 nodecolor
  2.1225 +14 /Times-Roman set_font
  2.1226 +1345 14.3 moveto 40 (packf) alignedtext
  2.1227 +grestore
  2.1228 +% dropsbr.c->packf
  2.1229 +gsave
  2.1230 +1 setlinewidth
  2.1231 +0 0 0 edgecolor
  2.1232 +newpath 1411.11 179.93 moveto
  2.1233 +1402.2 148.83 1383.26 82.73 1372.64 45.65 curveto
  2.1234 +stroke
  2.1235 +0 0 0 edgecolor
  2.1236 +newpath 1375.99 44.66 moveto
  2.1237 +1369.88 36.02 lineto
  2.1238 +1369.27 46.59 lineto
  2.1239 +closepath fill
  2.1240 +1 setlinewidth
  2.1241 +solid
  2.1242 +0 0 0 edgecolor
  2.1243 +newpath 1375.99 44.66 moveto
  2.1244 +1369.88 36.02 lineto
  2.1245 +1369.27 46.59 lineto
  2.1246 +closepath stroke
  2.1247 +grestore
  2.1248 +% rcvpack
  2.1249 +gsave
  2.1250 +1 setlinewidth
  2.1251 +0 0 0 nodecolor
  2.1252 +1467 18 48.14 18 ellipse_path stroke
  2.1253 +0 0 0 nodecolor
  2.1254 +14 /Times-Roman set_font
  2.1255 +1438 14.3 moveto 58 (rcvpack) alignedtext
  2.1256 +grestore
  2.1257 +% dropsbr.c->rcvpack
  2.1258 +gsave
  2.1259 +1 setlinewidth
  2.1260 +0 0 0 edgecolor
  2.1261 +newpath 1420.89 179.93 moveto
  2.1262 +1429.8 148.83 1448.74 82.73 1459.36 45.65 curveto
  2.1263 +stroke
  2.1264 +0 0 0 edgecolor
  2.1265 +newpath 1462.73 46.59 moveto
  2.1266 +1462.12 36.02 lineto
  2.1267 +1456.01 44.66 lineto
  2.1268 +closepath fill
  2.1269 +1 setlinewidth
  2.1270 +solid
  2.1271 +0 0 0 edgecolor
  2.1272 +newpath 1462.73 46.59 moveto
  2.1273 +1462.12 36.02 lineto
  2.1274 +1456.01 44.66 lineto
  2.1275 +closepath stroke
  2.1276 +grestore
  2.1277 +% distsbr.c
  2.1278 +gsave
  2.1279 +1 setlinewidth
  2.1280 +0 0 0 nodecolor
  2.1281 +newpath 1660.25 216 moveto
  2.1282 +1583.75 216 lineto
  2.1283 +1583.75 180 lineto
  2.1284 +1660.25 180 lineto
  2.1285 +closepath stroke
  2.1286 +0 0 0 nodecolor
  2.1287 +14 /Times-Roman set_font
  2.1288 +1591.5 194.3 moveto 61 (distsbr.c) alignedtext
  2.1289 +grestore
  2.1290 +% rcvdist
  2.1291 +gsave
  2.1292 +1 setlinewidth
  2.1293 +0 0 0 nodecolor
  2.1294 +1576 18 42.35 18 ellipse_path stroke
  2.1295 +0 0 0 nodecolor
  2.1296 +14 /Times-Roman set_font
  2.1297 +1551 14.3 moveto 50 (rcvdist) alignedtext
  2.1298 +grestore
  2.1299 +% distsbr.c->rcvdist
  2.1300 +gsave
  2.1301 +1 setlinewidth
  2.1302 +0 0 0 edgecolor
  2.1303 +newpath 1617.59 179.93 moveto
  2.1304 +1609.59 148.97 1592.62 83.3 1583.01 46.13 curveto
  2.1305 +stroke
  2.1306 +0 0 0 edgecolor
  2.1307 +newpath 1586.29 44.82 moveto
  2.1308 +1580.4 36.02 lineto
  2.1309 +1579.51 46.57 lineto
  2.1310 +closepath fill
  2.1311 +1 setlinewidth
  2.1312 +solid
  2.1313 +0 0 0 edgecolor
  2.1314 +newpath 1586.29 44.82 moveto
  2.1315 +1580.4 36.02 lineto
  2.1316 +1579.51 46.57 lineto
  2.1317 +closepath stroke
  2.1318 +grestore
  2.1319 +% send
  2.1320 +gsave
  2.1321 +1 setlinewidth
  2.1322 +0 0 0 nodecolor
  2.1323 +1669 18 32.25 18 ellipse_path stroke
  2.1324 +0 0 0 nodecolor
  2.1325 +14 /Times-Roman set_font
  2.1326 +1652 14.3 moveto 34 (send) alignedtext
  2.1327 +grestore
  2.1328 +% distsbr.c->send
  2.1329 +gsave
  2.1330 +1 setlinewidth
  2.1331 +0 0 0 edgecolor
  2.1332 +newpath 1626.51 179.93 moveto
  2.1333 +1634.68 148.97 1652.02 83.3 1661.84 46.13 curveto
  2.1334 +stroke
  2.1335 +0 0 0 edgecolor
  2.1336 +newpath 1665.34 46.58 moveto
  2.1337 +1664.51 36.02 lineto
  2.1338 +1658.57 44.79 lineto
  2.1339 +closepath fill
  2.1340 +1 setlinewidth
  2.1341 +solid
  2.1342 +0 0 0 edgecolor
  2.1343 +newpath 1665.34 46.58 moveto
  2.1344 +1664.51 36.02 lineto
  2.1345 +1658.57 44.79 lineto
  2.1346 +closepath stroke
  2.1347 +grestore
  2.1348 +endpage
  2.1349 +showpage
  2.1350 +grestore
  2.1351 +%%PageTrailer
  2.1352 +%%EndPage: 1
  2.1353 +%%Trailer
  2.1354 +end
  2.1355 +restore
  2.1356 +%%EOF
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/input/deps-nmh.eps	Sun Jul 15 18:41:35 2012 +0200
     3.3 @@ -0,0 +1,3256 @@
     3.4 +%!PS-Adobe-3.0 EPSF-3.0
     3.5 +%%Creator: graphviz version 2.28.0 (20120715.1431)
     3.6 +%%Title: nmh
     3.7 +%%Pages: 1
     3.8 +%%BoundingBox: 36 36 3416 260
     3.9 +%%EndComments
    3.10 +save
    3.11 +%%BeginProlog
    3.12 +/DotDict 200 dict def
    3.13 +DotDict begin
    3.14 +
    3.15 +/setupLatin1 {
    3.16 +mark
    3.17 +/EncodingVector 256 array def
    3.18 + EncodingVector 0
    3.19 +
    3.20 +ISOLatin1Encoding 0 255 getinterval putinterval
    3.21 +EncodingVector 45 /hyphen put
    3.22 +
    3.23 +% Set up ISO Latin 1 character encoding
    3.24 +/starnetISO {
    3.25 +        dup dup findfont dup length dict begin
    3.26 +        { 1 index /FID ne { def }{ pop pop } ifelse
    3.27 +        } forall
    3.28 +        /Encoding EncodingVector def
    3.29 +        currentdict end definefont
    3.30 +} def
    3.31 +/Times-Roman starnetISO def
    3.32 +/Times-Italic starnetISO def
    3.33 +/Times-Bold starnetISO def
    3.34 +/Times-BoldItalic starnetISO def
    3.35 +/Helvetica starnetISO def
    3.36 +/Helvetica-Oblique starnetISO def
    3.37 +/Helvetica-Bold starnetISO def
    3.38 +/Helvetica-BoldOblique starnetISO def
    3.39 +/Courier starnetISO def
    3.40 +/Courier-Oblique starnetISO def
    3.41 +/Courier-Bold starnetISO def
    3.42 +/Courier-BoldOblique starnetISO def
    3.43 +cleartomark
    3.44 +} bind def
    3.45 +
    3.46 +%%BeginResource: procset graphviz 0 0
    3.47 +/coord-font-family /Times-Roman def
    3.48 +/default-font-family /Times-Roman def
    3.49 +/coordfont coord-font-family findfont 8 scalefont def
    3.50 +
    3.51 +/InvScaleFactor 1.0 def
    3.52 +/set_scale {
    3.53 +       dup 1 exch div /InvScaleFactor exch def
    3.54 +       scale
    3.55 +} bind def
    3.56 +
    3.57 +% styles
    3.58 +/solid { [] 0 setdash } bind def
    3.59 +/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
    3.60 +/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
    3.61 +/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
    3.62 +/bold { 2 setlinewidth } bind def
    3.63 +/filled { } bind def
    3.64 +/unfilled { } bind def
    3.65 +/rounded { } bind def
    3.66 +/diagonals { } bind def
    3.67 +
    3.68 +% hooks for setting color 
    3.69 +/nodecolor { sethsbcolor } bind def
    3.70 +/edgecolor { sethsbcolor } bind def
    3.71 +/graphcolor { sethsbcolor } bind def
    3.72 +/nopcolor {pop pop pop} bind def
    3.73 +
    3.74 +/beginpage {	% i j npages
    3.75 +	/npages exch def
    3.76 +	/j exch def
    3.77 +	/i exch def
    3.78 +	/str 10 string def
    3.79 +	npages 1 gt {
    3.80 +		gsave
    3.81 +			coordfont setfont
    3.82 +			0 0 moveto
    3.83 +			(\() show i str cvs show (,) show j str cvs show (\)) show
    3.84 +		grestore
    3.85 +	} if
    3.86 +} bind def
    3.87 +
    3.88 +/set_font {
    3.89 +	findfont exch
    3.90 +	scalefont setfont
    3.91 +} def
    3.92 +
    3.93 +% draw text fitted to its expected width
    3.94 +/alignedtext {			% width text
    3.95 +	/text exch def
    3.96 +	/width exch def
    3.97 +	gsave
    3.98 +		width 0 gt {
    3.99 +			[] 0 setdash
   3.100 +			text stringwidth pop width exch sub text length div 0 text ashow
   3.101 +		} if
   3.102 +	grestore
   3.103 +} def
   3.104 +
   3.105 +/boxprim {				% xcorner ycorner xsize ysize
   3.106 +		4 2 roll
   3.107 +		moveto
   3.108 +		2 copy
   3.109 +		exch 0 rlineto
   3.110 +		0 exch rlineto
   3.111 +		pop neg 0 rlineto
   3.112 +		closepath
   3.113 +} bind def
   3.114 +
   3.115 +/ellipse_path {
   3.116 +	/ry exch def
   3.117 +	/rx exch def
   3.118 +	/y exch def
   3.119 +	/x exch def
   3.120 +	matrix currentmatrix
   3.121 +	newpath
   3.122 +	x y translate
   3.123 +	rx ry scale
   3.124 +	0 0 1 0 360 arc
   3.125 +	setmatrix
   3.126 +} bind def
   3.127 +
   3.128 +/endpage { showpage } bind def
   3.129 +/showpage { } def
   3.130 +
   3.131 +/layercolorseq
   3.132 +	[	% layer color sequence - darkest to lightest
   3.133 +		[0 0 0]
   3.134 +		[.2 .8 .8]
   3.135 +		[.4 .8 .8]
   3.136 +		[.6 .8 .8]
   3.137 +		[.8 .8 .8]
   3.138 +	]
   3.139 +def
   3.140 +
   3.141 +/layerlen layercolorseq length def
   3.142 +
   3.143 +/setlayer {/maxlayer exch def /curlayer exch def
   3.144 +	layercolorseq curlayer 1 sub layerlen mod get
   3.145 +	aload pop sethsbcolor
   3.146 +	/nodecolor {nopcolor} def
   3.147 +	/edgecolor {nopcolor} def
   3.148 +	/graphcolor {nopcolor} def
   3.149 +} bind def
   3.150 +
   3.151 +/onlayer { curlayer ne {invis} if } def
   3.152 +
   3.153 +/onlayers {
   3.154 +	/myupper exch def
   3.155 +	/mylower exch def
   3.156 +	curlayer mylower lt
   3.157 +	curlayer myupper gt
   3.158 +	or
   3.159 +	{invis} if
   3.160 +} def
   3.161 +
   3.162 +/curlayer 0 def
   3.163 +
   3.164 +%%EndResource
   3.165 +%%EndProlog
   3.166 +%%BeginSetup
   3.167 +14 default-font-family set_font
   3.168 +1 setmiterlimit
   3.169 +% /arrowlength 10 def
   3.170 +% /arrowwidth 5 def
   3.171 +
   3.172 +% make sure pdfmark is harmless for PS-interpreters other than Distiller
   3.173 +/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
   3.174 +% make '<<' and '>>' safe on PS Level 1 devices
   3.175 +/languagelevel where {pop languagelevel}{1} ifelse
   3.176 +2 lt {
   3.177 +    userdict (<<) cvn ([) cvn load put
   3.178 +    userdict (>>) cvn ([) cvn load put
   3.179 +} if
   3.180 +
   3.181 +%%EndSetup
   3.182 +setupLatin1
   3.183 +%%Page: 1 1
   3.184 +%%PageBoundingBox: 36 36 3416 260
   3.185 +%%PageOrientation: Portrait
   3.186 +0 0 1 beginpage
   3.187 +gsave
   3.188 +36 36 3380 224 boxprim clip newpath
   3.189 +1 1 set_scale 0 rotate 40 41 translate
   3.190 +% aliasbr.c
   3.191 +gsave
   3.192 +1 setlinewidth
   3.193 +0 0 0 nodecolor
   3.194 +newpath 245.25 216 moveto
   3.195 +168.75 216 lineto
   3.196 +168.75 180 lineto
   3.197 +245.25 180 lineto
   3.198 +closepath stroke
   3.199 +0 0 0 nodecolor
   3.200 +14 /Times-Roman set_font
   3.201 +176.5 194.3 moveto 61 (aliasbr.c) alignedtext
   3.202 +grestore
   3.203 +% ali
   3.204 +gsave
   3.205 +1 setlinewidth
   3.206 +0 0 0 nodecolor
   3.207 +116 18 27 18 ellipse_path stroke
   3.208 +0 0 0 nodecolor
   3.209 +14 /Times-Roman set_font
   3.210 +107 14.3 moveto 18 (ali) alignedtext
   3.211 +grestore
   3.212 +% aliasbr.c->ali
   3.213 +gsave
   3.214 +1 setlinewidth
   3.215 +0 0 0 edgecolor
   3.216 +newpath 198.27 179.93 moveto
   3.217 +182.19 148.46 147.77 81.15 128.95 44.33 curveto
   3.218 +stroke
   3.219 +0 0 0 edgecolor
   3.220 +newpath 131.97 42.55 moveto
   3.221 +124.3 35.24 lineto
   3.222 +125.74 45.74 lineto
   3.223 +closepath fill
   3.224 +1 setlinewidth
   3.225 +solid
   3.226 +0 0 0 edgecolor
   3.227 +newpath 131.97 42.55 moveto
   3.228 +124.3 35.24 lineto
   3.229 +125.74 45.74 lineto
   3.230 +closepath stroke
   3.231 +grestore
   3.232 +% conflict
   3.233 +gsave
   3.234 +1 setlinewidth
   3.235 +0 0 0 nodecolor
   3.236 +207 18 46.22 18 ellipse_path stroke
   3.237 +0 0 0 nodecolor
   3.238 +14 /Times-Roman set_font
   3.239 +179.5 14.3 moveto 55 (conflict) alignedtext
   3.240 +grestore
   3.241 +% aliasbr.c->conflict
   3.242 +gsave
   3.243 +1 setlinewidth
   3.244 +0 0 0 edgecolor
   3.245 +newpath 207 179.93 moveto
   3.246 +207 148.97 207 83.3 207 46.13 curveto
   3.247 +stroke
   3.248 +0 0 0 edgecolor
   3.249 +newpath 210.5 46.02 moveto
   3.250 +207 36.02 lineto
   3.251 +203.5 46.02 lineto
   3.252 +closepath fill
   3.253 +1 setlinewidth
   3.254 +solid
   3.255 +0 0 0 edgecolor
   3.256 +newpath 210.5 46.02 moveto
   3.257 +207 36.02 lineto
   3.258 +203.5 46.02 lineto
   3.259 +closepath stroke
   3.260 +grestore
   3.261 +% post
   3.262 +gsave
   3.263 +1 setlinewidth
   3.264 +0 0 0 nodecolor
   3.265 +302 18 30.32 18 ellipse_path stroke
   3.266 +0 0 0 nodecolor
   3.267 +14 /Times-Roman set_font
   3.268 +286.5 14.3 moveto 31 (post) alignedtext
   3.269 +grestore
   3.270 +% aliasbr.c->post
   3.271 +gsave
   3.272 +1 setlinewidth
   3.273 +0 0 0 edgecolor
   3.274 +newpath 216.11 179.93 moveto
   3.275 +232.86 148.54 268.65 81.49 288.33 44.61 curveto
   3.276 +stroke
   3.277 +0 0 0 edgecolor
   3.278 +newpath 291.57 45.97 moveto
   3.279 +293.2 35.5 lineto
   3.280 +285.4 42.67 lineto
   3.281 +closepath fill
   3.282 +1 setlinewidth
   3.283 +solid
   3.284 +0 0 0 edgecolor
   3.285 +newpath 291.57 45.97 moveto
   3.286 +293.2 35.5 lineto
   3.287 +285.4 42.67 lineto
   3.288 +closepath stroke
   3.289 +grestore
   3.290 +% slocal
   3.291 +gsave
   3.292 +1 setlinewidth
   3.293 +0 0 0 nodecolor
   3.294 +389 18 38.02 18 ellipse_path stroke
   3.295 +0 0 0 nodecolor
   3.296 +14 /Times-Roman set_font
   3.297 +367.5 14.3 moveto 43 (slocal) alignedtext
   3.298 +grestore
   3.299 +% aliasbr.c->slocal
   3.300 +gsave
   3.301 +1 setlinewidth
   3.302 +0 0 0 edgecolor
   3.303 +newpath 224.45 179.93 moveto
   3.304 +257.43 147.68 328.89 77.79 365.84 41.65 curveto
   3.305 +stroke
   3.306 +0 0 0 edgecolor
   3.307 +newpath 368.47 43.98 moveto
   3.308 +373.17 34.48 lineto
   3.309 +363.57 38.97 lineto
   3.310 +closepath fill
   3.311 +1 setlinewidth
   3.312 +solid
   3.313 +0 0 0 edgecolor
   3.314 +newpath 368.47 43.98 moveto
   3.315 +373.17 34.48 lineto
   3.316 +363.57 38.97 lineto
   3.317 +closepath stroke
   3.318 +grestore
   3.319 +% spost
   3.320 +gsave
   3.321 +1 setlinewidth
   3.322 +0 0 0 nodecolor
   3.323 +35 18 35.62 18 ellipse_path stroke
   3.324 +0 0 0 nodecolor
   3.325 +14 /Times-Roman set_font
   3.326 +15.5 14.3 moveto 39 (spost) alignedtext
   3.327 +grestore
   3.328 +% aliasbr.c->spost
   3.329 +gsave
   3.330 +1 setlinewidth
   3.331 +0 0 0 edgecolor
   3.332 +newpath 190.51 179.93 moveto
   3.333 +159.47 147.82 92.37 78.37 57.33 42.11 curveto
   3.334 +stroke
   3.335 +0 0 0 edgecolor
   3.336 +newpath 59.43 39.24 moveto
   3.337 +49.96 34.48 lineto
   3.338 +54.39 44.1 lineto
   3.339 +closepath fill
   3.340 +1 setlinewidth
   3.341 +solid
   3.342 +0 0 0 edgecolor
   3.343 +newpath 59.43 39.24 moveto
   3.344 +49.96 34.48 lineto
   3.345 +54.39 44.1 lineto
   3.346 +closepath stroke
   3.347 +grestore
   3.348 +% termsbr.c
   3.349 +gsave
   3.350 +1 setlinewidth
   3.351 +0 0 0 nodecolor
   3.352 +newpath 1753.25 216 moveto
   3.353 +1668.75 216 lineto
   3.354 +1668.75 180 lineto
   3.355 +1753.25 180 lineto
   3.356 +closepath stroke
   3.357 +0 0 0 nodecolor
   3.358 +14 /Times-Roman set_font
   3.359 +1676.5 194.3 moveto 69 (termsbr.c) alignedtext
   3.360 +grestore
   3.361 +% ap
   3.362 +gsave
   3.363 +1 setlinewidth
   3.364 +0 0 0 nodecolor
   3.365 +1638 18 27 18 ellipse_path stroke
   3.366 +0 0 0 nodecolor
   3.367 +14 /Times-Roman set_font
   3.368 +1629 14.3 moveto 18 (ap) alignedtext
   3.369 +grestore
   3.370 +% termsbr.c->ap
   3.371 +gsave
   3.372 +1 setlinewidth
   3.373 +0 0 0 edgecolor
   3.374 +newpath 1704 179.93 moveto
   3.375 +1691.18 148.67 1663.86 82.06 1648.7 45.09 curveto
   3.376 +stroke
   3.377 +0 0 0 edgecolor
   3.378 +newpath 1651.8 43.42 moveto
   3.379 +1644.77 35.5 lineto
   3.380 +1645.32 46.08 lineto
   3.381 +closepath fill
   3.382 +1 setlinewidth
   3.383 +solid
   3.384 +0 0 0 edgecolor
   3.385 +newpath 1651.8 43.42 moveto
   3.386 +1644.77 35.5 lineto
   3.387 +1645.32 46.08 lineto
   3.388 +closepath stroke
   3.389 +grestore
   3.390 +% dp
   3.391 +gsave
   3.392 +1 setlinewidth
   3.393 +0 0 0 nodecolor
   3.394 +1710 18 27 18 ellipse_path stroke
   3.395 +0 0 0 nodecolor
   3.396 +14 /Times-Roman set_font
   3.397 +1700.5 14.3 moveto 19 (dp) alignedtext
   3.398 +grestore
   3.399 +% termsbr.c->dp
   3.400 +gsave
   3.401 +1 setlinewidth
   3.402 +0 0 0 edgecolor
   3.403 +newpath 1710.9 179.93 moveto
   3.404 +1710.73 148.97 1710.36 83.3 1710.15 46.13 curveto
   3.405 +stroke
   3.406 +0 0 0 edgecolor
   3.407 +newpath 1713.65 46 moveto
   3.408 +1710.1 36.02 lineto
   3.409 +1706.65 46.04 lineto
   3.410 +closepath fill
   3.411 +1 setlinewidth
   3.412 +solid
   3.413 +0 0 0 edgecolor
   3.414 +newpath 1713.65 46 moveto
   3.415 +1710.1 36.02 lineto
   3.416 +1706.65 46.04 lineto
   3.417 +closepath stroke
   3.418 +grestore
   3.419 +% inc
   3.420 +gsave
   3.421 +1 setlinewidth
   3.422 +0 0 0 nodecolor
   3.423 +1566 18 27 18 ellipse_path stroke
   3.424 +0 0 0 nodecolor
   3.425 +14 /Times-Roman set_font
   3.426 +1555 14.3 moveto 22 (inc) alignedtext
   3.427 +grestore
   3.428 +% termsbr.c->inc
   3.429 +gsave
   3.430 +1 setlinewidth
   3.431 +0 0 0 edgecolor
   3.432 +newpath 1697.1 179.93 moveto
   3.433 +1670.98 147.87 1614.56 78.61 1584.98 42.29 curveto
   3.434 +stroke
   3.435 +0 0 0 edgecolor
   3.436 +newpath 1587.44 39.77 moveto
   3.437 +1578.41 34.23 lineto
   3.438 +1582.01 44.2 lineto
   3.439 +closepath fill
   3.440 +1 setlinewidth
   3.441 +solid
   3.442 +0 0 0 edgecolor
   3.443 +newpath 1587.44 39.77 moveto
   3.444 +1578.41 34.23 lineto
   3.445 +1582.01 44.2 lineto
   3.446 +closepath stroke
   3.447 +grestore
   3.448 +% mhbuild
   3.449 +gsave
   3.450 +1 setlinewidth
   3.451 +0 0 0 nodecolor
   3.452 +1370 18 48.62 18 ellipse_path stroke
   3.453 +0 0 0 nodecolor
   3.454 +14 /Times-Roman set_font
   3.455 +1340.5 14.3 moveto 59 (mhbuild) alignedtext
   3.456 +grestore
   3.457 +% termsbr.c->mhbuild
   3.458 +gsave
   3.459 +1 setlinewidth
   3.460 +0 0 0 edgecolor
   3.461 +newpath 1678.3 179.93 moveto
   3.462 +1614.14 146.44 1472.22 72.36 1405.7 37.64 curveto
   3.463 +stroke
   3.464 +0 0 0 edgecolor
   3.465 +newpath 1407.32 34.53 moveto
   3.466 +1396.84 33.01 lineto
   3.467 +1404.08 40.74 lineto
   3.468 +closepath fill
   3.469 +1 setlinewidth
   3.470 +solid
   3.471 +0 0 0 edgecolor
   3.472 +newpath 1407.32 34.53 moveto
   3.473 +1396.84 33.01 lineto
   3.474 +1404.08 40.74 lineto
   3.475 +closepath stroke
   3.476 +grestore
   3.477 +% mhl
   3.478 +gsave
   3.479 +1 setlinewidth
   3.480 +0 0 0 nodecolor
   3.481 +1784 18 28.4 18 ellipse_path stroke
   3.482 +0 0 0 nodecolor
   3.483 +14 /Times-Roman set_font
   3.484 +1770 14.3 moveto 28 (mhl) alignedtext
   3.485 +grestore
   3.486 +% termsbr.c->mhl
   3.487 +gsave
   3.488 +1 setlinewidth
   3.489 +0 0 0 edgecolor
   3.490 +newpath 1718 179.93 moveto
   3.491 +1730.82 148.67 1758.14 82.06 1773.3 45.09 curveto
   3.492 +stroke
   3.493 +0 0 0 edgecolor
   3.494 +newpath 1776.68 46.08 moveto
   3.495 +1777.23 35.5 lineto
   3.496 +1770.2 43.42 lineto
   3.497 +closepath fill
   3.498 +1 setlinewidth
   3.499 +solid
   3.500 +0 0 0 edgecolor
   3.501 +newpath 1776.68 46.08 moveto
   3.502 +1777.23 35.5 lineto
   3.503 +1770.2 43.42 lineto
   3.504 +closepath stroke
   3.505 +grestore
   3.506 +% mhlist
   3.507 +gsave
   3.508 +1 setlinewidth
   3.509 +0 0 0 nodecolor
   3.510 +1264 18 39.47 18 ellipse_path stroke
   3.511 +0 0 0 nodecolor
   3.512 +14 /Times-Roman set_font
   3.513 +1241.5 14.3 moveto 45 (mhlist) alignedtext
   3.514 +grestore
   3.515 +% termsbr.c->mhlist
   3.516 +gsave
   3.517 +1 setlinewidth
   3.518 +0 0 0 edgecolor
   3.519 +newpath 1668.54 180.09 moveto
   3.520 +1581.65 145.49 1384.76 67.09 1301.89 34.09 curveto
   3.521 +stroke
   3.522 +0 0 0 edgecolor
   3.523 +newpath 1303.18 30.84 moveto
   3.524 +1292.6 30.39 lineto
   3.525 +1300.59 37.34 lineto
   3.526 +closepath fill
   3.527 +1 setlinewidth
   3.528 +solid
   3.529 +0 0 0 edgecolor
   3.530 +newpath 1303.18 30.84 moveto
   3.531 +1292.6 30.39 lineto
   3.532 +1300.59 37.34 lineto
   3.533 +closepath stroke
   3.534 +grestore
   3.535 +% mhn
   3.536 +gsave
   3.537 +1 setlinewidth
   3.538 +0 0 0 nodecolor
   3.539 +940 18 31.3 18 ellipse_path stroke
   3.540 +0 0 0 nodecolor
   3.541 +14 /Times-Roman set_font
   3.542 +924 14.3 moveto 32 (mhn) alignedtext
   3.543 +grestore
   3.544 +% termsbr.c->mhn
   3.545 +gsave
   3.546 +1 setlinewidth
   3.547 +0 0 0 edgecolor
   3.548 +newpath 1668.54 182.71 moveto
   3.549 +1665.33 181.75 1662.12 180.84 1659 180 curveto
   3.550 +1361.51 100.02 1275.19 127.38 981 36 curveto
   3.551 +978.55 35.24 976.05 34.39 973.55 33.49 curveto
   3.552 +stroke
   3.553 +0 0 0 edgecolor
   3.554 +newpath 974.6 30.14 moveto
   3.555 +964.01 29.82 lineto
   3.556 +972.09 36.68 lineto
   3.557 +closepath fill
   3.558 +1 setlinewidth
   3.559 +solid
   3.560 +0 0 0 edgecolor
   3.561 +newpath 974.6 30.14 moveto
   3.562 +964.01 29.82 lineto
   3.563 +972.09 36.68 lineto
   3.564 +closepath stroke
   3.565 +grestore
   3.566 +% mhshow
   3.567 +gsave
   3.568 +1 setlinewidth
   3.569 +0 0 0 nodecolor
   3.570 +1156 18 50.07 18 ellipse_path stroke
   3.571 +0 0 0 nodecolor
   3.572 +14 /Times-Roman set_font
   3.573 +1125.5 14.3 moveto 61 (mhshow) alignedtext
   3.574 +grestore
   3.575 +% termsbr.c->mhshow
   3.576 +gsave
   3.577 +1 setlinewidth
   3.578 +0 0 0 edgecolor
   3.579 +newpath 1668.72 183.15 moveto
   3.580 +1665.43 182.08 1662.16 181.02 1659 180 curveto
   3.581 +1490.79 125.58 1290.61 61.8 1202.05 33.64 curveto
   3.582 +stroke
   3.583 +0 0 0 edgecolor
   3.584 +newpath 1202.91 30.24 moveto
   3.585 +1192.32 30.54 lineto
   3.586 +1200.79 36.91 lineto
   3.587 +closepath fill
   3.588 +1 setlinewidth
   3.589 +solid
   3.590 +0 0 0 edgecolor
   3.591 +newpath 1202.91 30.24 moveto
   3.592 +1192.32 30.54 lineto
   3.593 +1200.79 36.91 lineto
   3.594 +closepath stroke
   3.595 +grestore
   3.596 +% mhstore
   3.597 +gsave
   3.598 +1 setlinewidth
   3.599 +0 0 0 nodecolor
   3.600 +1039 18 49.09 18 ellipse_path stroke
   3.601 +0 0 0 nodecolor
   3.602 +14 /Times-Roman set_font
   3.603 +1009 14.3 moveto 60 (mhstore) alignedtext
   3.604 +grestore
   3.605 +% termsbr.c->mhstore
   3.606 +gsave
   3.607 +1 setlinewidth
   3.608 +0 0 0 edgecolor
   3.609 +newpath 1668.5 182.86 moveto
   3.610 +1665.29 181.87 1662.1 180.9 1659 180 curveto
   3.611 +1411.44 107.9 1345.64 104.27 1097 36 curveto
   3.612 +1093.24 34.97 1089.34 33.88 1085.44 32.76 curveto
   3.613 +stroke
   3.614 +0 0 0 edgecolor
   3.615 +newpath 1086.34 29.38 moveto
   3.616 +1075.76 29.98 lineto
   3.617 +1084.41 36.11 lineto
   3.618 +closepath fill
   3.619 +1 setlinewidth
   3.620 +solid
   3.621 +0 0 0 edgecolor
   3.622 +newpath 1086.34 29.38 moveto
   3.623 +1075.76 29.98 lineto
   3.624 +1084.41 36.11 lineto
   3.625 +closepath stroke
   3.626 +grestore
   3.627 +% mhtest
   3.628 +gsave
   3.629 +1 setlinewidth
   3.630 +0 0 0 nodecolor
   3.631 +1479 18 42.37 18 ellipse_path stroke
   3.632 +0 0 0 nodecolor
   3.633 +14 /Times-Roman set_font
   3.634 +1454.5 14.3 moveto 49 (mhtest) alignedtext
   3.635 +grestore
   3.636 +% termsbr.c->mhtest
   3.637 +gsave
   3.638 +1 setlinewidth
   3.639 +0 0 0 edgecolor
   3.640 +newpath 1688.75 179.93 moveto
   3.641 +1646.15 147.25 1553.17 75.9 1506.65 40.21 curveto
   3.642 +stroke
   3.643 +0 0 0 edgecolor
   3.644 +newpath 1508.59 37.29 moveto
   3.645 +1498.53 33.98 lineto
   3.646 +1504.33 42.85 lineto
   3.647 +closepath fill
   3.648 +1 setlinewidth
   3.649 +solid
   3.650 +0 0 0 edgecolor
   3.651 +newpath 1508.59 37.29 moveto
   3.652 +1498.53 33.98 lineto
   3.653 +1504.33 42.85 lineto
   3.654 +closepath stroke
   3.655 +grestore
   3.656 +% msh
   3.657 +gsave
   3.658 +1 setlinewidth
   3.659 +0 0 0 nodecolor
   3.660 +2127 18 30.32 18 ellipse_path stroke
   3.661 +0 0 0 nodecolor
   3.662 +14 /Times-Roman set_font
   3.663 +2111.5 14.3 moveto 31 (msh) alignedtext
   3.664 +grestore
   3.665 +% termsbr.c->msh
   3.666 +gsave
   3.667 +1 setlinewidth
   3.668 +0 0 0 edgecolor
   3.669 +newpath 1750.89 179.93 moveto
   3.670 +1832.63 144.96 2017.83 65.71 2093.67 33.26 curveto
   3.671 +stroke
   3.672 +0 0 0 edgecolor
   3.673 +newpath 2095.39 36.33 moveto
   3.674 +2103.21 29.18 lineto
   3.675 +2092.64 29.9 lineto
   3.676 +closepath fill
   3.677 +1 setlinewidth
   3.678 +solid
   3.679 +0 0 0 edgecolor
   3.680 +newpath 2095.39 36.33 moveto
   3.681 +2103.21 29.18 lineto
   3.682 +2092.64 29.9 lineto
   3.683 +closepath stroke
   3.684 +grestore
   3.685 +% rcvtty
   3.686 +gsave
   3.687 +1 setlinewidth
   3.688 +0 0 0 nodecolor
   3.689 +1957 18 38.02 18 ellipse_path stroke
   3.690 +0 0 0 nodecolor
   3.691 +14 /Times-Roman set_font
   3.692 +1935.5 14.3 moveto 43 (rcvtty) alignedtext
   3.693 +grestore
   3.694 +% termsbr.c->rcvtty
   3.695 +gsave
   3.696 +1 setlinewidth
   3.697 +0 0 0 edgecolor
   3.698 +newpath 1734.59 179.93 moveto
   3.699 +1780.08 147.02 1879.76 74.89 1928.72 39.46 curveto
   3.700 +stroke
   3.701 +0 0 0 edgecolor
   3.702 +newpath 1930.92 42.19 moveto
   3.703 +1936.97 33.49 lineto
   3.704 +1926.82 36.52 lineto
   3.705 +closepath fill
   3.706 +1 setlinewidth
   3.707 +solid
   3.708 +0 0 0 edgecolor
   3.709 +newpath 1930.92 42.19 moveto
   3.710 +1936.97 33.49 lineto
   3.711 +1926.82 36.52 lineto
   3.712 +closepath stroke
   3.713 +grestore
   3.714 +% scan
   3.715 +gsave
   3.716 +1 setlinewidth
   3.717 +0 0 0 nodecolor
   3.718 +2046 18 32.25 18 ellipse_path stroke
   3.719 +0 0 0 nodecolor
   3.720 +14 /Times-Roman set_font
   3.721 +2029 14.3 moveto 34 (scan) alignedtext
   3.722 +grestore
   3.723 +% termsbr.c->scan
   3.724 +gsave
   3.725 +1 setlinewidth
   3.726 +0 0 0 edgecolor
   3.727 +newpath 1743.12 179.93 moveto
   3.728 +1807.14 145.92 1949.97 70.02 2013.94 36.03 curveto
   3.729 +stroke
   3.730 +0 0 0 edgecolor
   3.731 +newpath 2015.96 38.92 moveto
   3.732 +2023.15 31.14 lineto
   3.733 +2012.68 32.74 lineto
   3.734 +closepath fill
   3.735 +1 setlinewidth
   3.736 +solid
   3.737 +0 0 0 edgecolor
   3.738 +newpath 2015.96 38.92 moveto
   3.739 +2023.15 31.14 lineto
   3.740 +2012.68 32.74 lineto
   3.741 +closepath stroke
   3.742 +grestore
   3.743 +% show
   3.744 +gsave
   3.745 +1 setlinewidth
   3.746 +0 0 0 nodecolor
   3.747 +1866 18 35.15 18 ellipse_path stroke
   3.748 +0 0 0 nodecolor
   3.749 +14 /Times-Roman set_font
   3.750 +1847 14.3 moveto 38 (show) alignedtext
   3.751 +grestore
   3.752 +% termsbr.c->show
   3.753 +gsave
   3.754 +1 setlinewidth
   3.755 +0 0 0 edgecolor
   3.756 +newpath 1725.86 179.93 moveto
   3.757 +1753.76 147.9 1813.99 78.72 1845.64 42.38 curveto
   3.758 +stroke
   3.759 +0 0 0 edgecolor
   3.760 +newpath 1848.37 44.57 moveto
   3.761 +1852.3 34.73 lineto
   3.762 +1843.09 39.98 lineto
   3.763 +closepath fill
   3.764 +1 setlinewidth
   3.765 +solid
   3.766 +0 0 0 edgecolor
   3.767 +newpath 1848.37 44.57 moveto
   3.768 +1852.3 34.73 lineto
   3.769 +1843.09 39.98 lineto
   3.770 +closepath stroke
   3.771 +grestore
   3.772 +% annosbr.c
   3.773 +gsave
   3.774 +1 setlinewidth
   3.775 +0 0 0 nodecolor
   3.776 +newpath 2890 216 moveto
   3.777 +2804 216 lineto
   3.778 +2804 180 lineto
   3.779 +2890 180 lineto
   3.780 +closepath stroke
   3.781 +0 0 0 nodecolor
   3.782 +14 /Times-Roman set_font
   3.783 +2812 194.3 moveto 70 (annosbr.c) alignedtext
   3.784 +grestore
   3.785 +% anno
   3.786 +gsave
   3.787 +1 setlinewidth
   3.788 +0 0 0 nodecolor
   3.789 +2774 18 33.2 18 ellipse_path stroke
   3.790 +0 0 0 nodecolor
   3.791 +14 /Times-Roman set_font
   3.792 +2756 14.3 moveto 36 (anno) alignedtext
   3.793 +grestore
   3.794 +% annosbr.c->anno
   3.795 +gsave
   3.796 +1 setlinewidth
   3.797 +0 0 0 edgecolor
   3.798 +newpath 2840 179.93 moveto
   3.799 +2827.21 148.75 2800 82.4 2784.81 45.37 curveto
   3.800 +stroke
   3.801 +0 0 0 edgecolor
   3.802 +newpath 2787.9 43.68 moveto
   3.803 +2780.87 35.76 lineto
   3.804 +2781.43 46.34 lineto
   3.805 +closepath fill
   3.806 +1 setlinewidth
   3.807 +solid
   3.808 +0 0 0 edgecolor
   3.809 +newpath 2787.9 43.68 moveto
   3.810 +2780.87 35.76 lineto
   3.811 +2781.43 46.34 lineto
   3.812 +closepath stroke
   3.813 +grestore
   3.814 +% comp
   3.815 +gsave
   3.816 +1 setlinewidth
   3.817 +0 0 0 nodecolor
   3.818 +3142 18 36.1 18 ellipse_path stroke
   3.819 +0 0 0 nodecolor
   3.820 +14 /Times-Roman set_font
   3.821 +3122 14.3 moveto 40 (comp) alignedtext
   3.822 +grestore
   3.823 +% annosbr.c->comp
   3.824 +gsave
   3.825 +1 setlinewidth
   3.826 +0 0 0 edgecolor
   3.827 +newpath 2875.29 179.93 moveto
   3.828 +2930.86 146.4 3053.88 72.17 3111.33 37.51 curveto
   3.829 +stroke
   3.830 +0 0 0 edgecolor
   3.831 +newpath 3113.21 40.46 moveto
   3.832 +3119.97 32.29 lineto
   3.833 +3109.6 34.46 lineto
   3.834 +closepath fill
   3.835 +1 setlinewidth
   3.836 +solid
   3.837 +0 0 0 edgecolor
   3.838 +newpath 3113.21 40.46 moveto
   3.839 +3119.97 32.29 lineto
   3.840 +3109.6 34.46 lineto
   3.841 +closepath stroke
   3.842 +grestore
   3.843 +% dist
   3.844 +gsave
   3.845 +1 setlinewidth
   3.846 +0 0 0 nodecolor
   3.847 +2977 18 27.42 18 ellipse_path stroke
   3.848 +0 0 0 nodecolor
   3.849 +14 /Times-Roman set_font
   3.850 +2963.5 14.3 moveto 27 (dist) alignedtext
   3.851 +grestore
   3.852 +% annosbr.c->dist
   3.853 +gsave
   3.854 +1 setlinewidth
   3.855 +0 0 0 edgecolor
   3.856 +newpath 2859.46 179.93 moveto
   3.857 +2882.82 147.95 2933.21 78.96 2959.79 42.57 curveto
   3.858 +stroke
   3.859 +0 0 0 edgecolor
   3.860 +newpath 2962.62 44.62 moveto
   3.861 +2965.69 34.48 lineto
   3.862 +2956.97 40.49 lineto
   3.863 +closepath fill
   3.864 +1 setlinewidth
   3.865 +solid
   3.866 +0 0 0 edgecolor
   3.867 +newpath 2962.62 44.62 moveto
   3.868 +2965.69 34.48 lineto
   3.869 +2956.97 40.49 lineto
   3.870 +closepath stroke
   3.871 +grestore
   3.872 +% forw
   3.873 +gsave
   3.874 +1 setlinewidth
   3.875 +0 0 0 nodecolor
   3.876 +3055 18 32.25 18 ellipse_path stroke
   3.877 +0 0 0 nodecolor
   3.878 +14 /Times-Roman set_font
   3.879 +3038 14.3 moveto 34 (forw) alignedtext
   3.880 +grestore
   3.881 +% annosbr.c->forw
   3.882 +gsave
   3.883 +1 setlinewidth
   3.884 +0 0 0 edgecolor
   3.885 +newpath 2866.94 179.93 moveto
   3.886 +2905.17 147.22 2988.65 75.78 3030.31 40.12 curveto
   3.887 +stroke
   3.888 +0 0 0 edgecolor
   3.889 +newpath 3032.74 42.65 moveto
   3.890 +3038.07 33.49 lineto
   3.891 +3028.19 37.33 lineto
   3.892 +closepath fill
   3.893 +1 setlinewidth
   3.894 +solid
   3.895 +0 0 0 edgecolor
   3.896 +newpath 3032.74 42.65 moveto
   3.897 +3038.07 33.49 lineto
   3.898 +3028.19 37.33 lineto
   3.899 +closepath stroke
   3.900 +grestore
   3.901 +% repl
   3.902 +gsave
   3.903 +1 setlinewidth
   3.904 +0 0 0 nodecolor
   3.905 +3226 18 29.37 18 ellipse_path stroke
   3.906 +0 0 0 nodecolor
   3.907 +14 /Times-Roman set_font
   3.908 +3211.5 14.3 moveto 29 (repl) alignedtext
   3.909 +grestore
   3.910 +% annosbr.c->repl
   3.911 +gsave
   3.912 +1 setlinewidth
   3.913 +0 0 0 edgecolor
   3.914 +newpath 2883.34 179.93 moveto
   3.915 +2957.31 145.19 3124.26 66.78 3194.21 33.93 curveto
   3.916 +stroke
   3.917 +0 0 0 edgecolor
   3.918 +newpath 3195.86 37.02 moveto
   3.919 +3203.42 29.6 lineto
   3.920 +3192.88 30.69 lineto
   3.921 +closepath fill
   3.922 +1 setlinewidth
   3.923 +solid
   3.924 +0 0 0 edgecolor
   3.925 +newpath 3195.86 37.02 moveto
   3.926 +3203.42 29.6 lineto
   3.927 +3192.88 30.69 lineto
   3.928 +closepath stroke
   3.929 +grestore
   3.930 +% send
   3.931 +gsave
   3.932 +1 setlinewidth
   3.933 +0 0 0 nodecolor
   3.934 +2690 18 32.25 18 ellipse_path stroke
   3.935 +0 0 0 nodecolor
   3.936 +14 /Times-Roman set_font
   3.937 +2673 14.3 moveto 34 (send) alignedtext
   3.938 +grestore
   3.939 +% annosbr.c->send
   3.940 +gsave
   3.941 +1 setlinewidth
   3.942 +0 0 0 edgecolor
   3.943 +newpath 2831.95 179.93 moveto
   3.944 +2803.62 147.82 2742.37 78.37 2710.38 42.11 curveto
   3.945 +stroke
   3.946 +0 0 0 edgecolor
   3.947 +newpath 2712.89 39.67 moveto
   3.948 +2703.65 34.48 lineto
   3.949 +2707.64 44.3 lineto
   3.950 +closepath fill
   3.951 +1 setlinewidth
   3.952 +solid
   3.953 +0 0 0 edgecolor
   3.954 +newpath 2712.89 39.67 moveto
   3.955 +2703.65 34.48 lineto
   3.956 +2707.64 44.3 lineto
   3.957 +closepath stroke
   3.958 +grestore
   3.959 +% viamail
   3.960 +gsave
   3.961 +1 setlinewidth
   3.962 +0 0 0 nodecolor
   3.963 +2396 18 44.29 18 ellipse_path stroke
   3.964 +0 0 0 nodecolor
   3.965 +14 /Times-Roman set_font
   3.966 +2370 14.3 moveto 52 (viamail) alignedtext
   3.967 +grestore
   3.968 +% annosbr.c->viamail
   3.969 +gsave
   3.970 +1 setlinewidth
   3.971 +0 0 0 edgecolor
   3.972 +newpath 2803.76 179.93 moveto
   3.973 +2716.49 145.49 2520.44 68.12 2435.97 34.78 curveto
   3.974 +stroke
   3.975 +0 0 0 edgecolor
   3.976 +newpath 2437.06 31.44 moveto
   3.977 +2426.48 31.03 lineto
   3.978 +2434.49 37.96 lineto
   3.979 +closepath fill
   3.980 +1 setlinewidth
   3.981 +solid
   3.982 +0 0 0 edgecolor
   3.983 +newpath 2437.06 31.44 moveto
   3.984 +2426.48 31.03 lineto
   3.985 +2434.49 37.96 lineto
   3.986 +closepath stroke
   3.987 +grestore
   3.988 +% whatnow
   3.989 +gsave
   3.990 +1 setlinewidth
   3.991 +0 0 0 nodecolor
   3.992 +2878 18 52.47 18 ellipse_path stroke
   3.993 +0 0 0 nodecolor
   3.994 +14 /Times-Roman set_font
   3.995 +2845.5 14.3 moveto 65 (whatnow) alignedtext
   3.996 +grestore
   3.997 +% annosbr.c->whatnow
   3.998 +gsave
   3.999 +1 setlinewidth
  3.1000 +0 0 0 edgecolor
  3.1001 +newpath 2849.97 179.93 moveto
  3.1002 +2855.37 148.97 2866.8 83.3 2873.28 46.13 curveto
  3.1003 +stroke
  3.1004 +0 0 0 edgecolor
  3.1005 +newpath 2876.77 46.47 moveto
  3.1006 +2875.04 36.02 lineto
  3.1007 +2869.87 45.27 lineto
  3.1008 +closepath fill
  3.1009 +1 setlinewidth
  3.1010 +solid
  3.1011 +0 0 0 edgecolor
  3.1012 +newpath 2876.77 46.47 moveto
  3.1013 +2875.04 36.02 lineto
  3.1014 +2869.87 45.27 lineto
  3.1015 +closepath stroke
  3.1016 +grestore
  3.1017 +% sendsbr.c
  3.1018 +gsave
  3.1019 +1 setlinewidth
  3.1020 +0 0 0 nodecolor
  3.1021 +newpath 2993.25 216 moveto
  3.1022 +2908.75 216 lineto
  3.1023 +2908.75 180 lineto
  3.1024 +2993.25 180 lineto
  3.1025 +closepath stroke
  3.1026 +0 0 0 nodecolor
  3.1027 +14 /Times-Roman set_font
  3.1028 +2916.5 194.3 moveto 69 (sendsbr.c) alignedtext
  3.1029 +grestore
  3.1030 +% sendsbr.c->comp
  3.1031 +gsave
  3.1032 +1 setlinewidth
  3.1033 +0 0 0 edgecolor
  3.1034 +newpath 2969.31 179.93 moveto
  3.1035 +3004.01 147.6 3079.29 77.44 3117.98 41.38 curveto
  3.1036 +stroke
  3.1037 +0 0 0 edgecolor
  3.1038 +newpath 3120.73 43.61 moveto
  3.1039 +3125.66 34.23 lineto
  3.1040 +3115.95 38.49 lineto
  3.1041 +closepath fill
  3.1042 +1 setlinewidth
  3.1043 +solid
  3.1044 +0 0 0 edgecolor
  3.1045 +newpath 3120.73 43.61 moveto
  3.1046 +3125.66 34.23 lineto
  3.1047 +3115.95 38.49 lineto
  3.1048 +closepath stroke
  3.1049 +grestore
  3.1050 +% sendsbr.c->dist
  3.1051 +gsave
  3.1052 +1 setlinewidth
  3.1053 +0 0 0 edgecolor
  3.1054 +newpath 2953.49 179.93 moveto
  3.1055 +2958.02 148.97 2967.61 83.3 2973.04 46.13 curveto
  3.1056 +stroke
  3.1057 +0 0 0 edgecolor
  3.1058 +newpath 2976.53 46.42 moveto
  3.1059 +2974.51 36.02 lineto
  3.1060 +2969.61 45.4 lineto
  3.1061 +closepath fill
  3.1062 +1 setlinewidth
  3.1063 +solid
  3.1064 +0 0 0 edgecolor
  3.1065 +newpath 2976.53 46.42 moveto
  3.1066 +2974.51 36.02 lineto
  3.1067 +2969.61 45.4 lineto
  3.1068 +closepath stroke
  3.1069 +grestore
  3.1070 +% sendsbr.c->forw
  3.1071 +gsave
  3.1072 +1 setlinewidth
  3.1073 +0 0 0 edgecolor
  3.1074 +newpath 2960.97 179.93 moveto
  3.1075 +2979.36 148.46 3018.69 81.15 3040.2 44.33 curveto
  3.1076 +stroke
  3.1077 +0 0 0 edgecolor
  3.1078 +newpath 3043.49 45.64 moveto
  3.1079 +3045.51 35.24 lineto
  3.1080 +3037.44 42.11 lineto
  3.1081 +closepath fill
  3.1082 +1 setlinewidth
  3.1083 +solid
  3.1084 +0 0 0 edgecolor
  3.1085 +newpath 3043.49 45.64 moveto
  3.1086 +3045.51 35.24 lineto
  3.1087 +3037.44 42.11 lineto
  3.1088 +closepath stroke
  3.1089 +grestore
  3.1090 +% sendsbr.c->repl
  3.1091 +gsave
  3.1092 +1 setlinewidth
  3.1093 +0 0 0 edgecolor
  3.1094 +newpath 2977.37 179.93 moveto
  3.1095 +3029.34 146.29 3144.6 71.69 3197.93 37.17 curveto
  3.1096 +stroke
  3.1097 +0 0 0 edgecolor
  3.1098 +newpath 3200.04 39.97 moveto
  3.1099 +3206.54 31.6 lineto
  3.1100 +3196.24 34.09 lineto
  3.1101 +closepath fill
  3.1102 +1 setlinewidth
  3.1103 +solid
  3.1104 +0 0 0 edgecolor
  3.1105 +newpath 3200.04 39.97 moveto
  3.1106 +3206.54 31.6 lineto
  3.1107 +3196.24 34.09 lineto
  3.1108 +closepath stroke
  3.1109 +grestore
  3.1110 +% sendsbr.c->send
  3.1111 +gsave
  3.1112 +1 setlinewidth
  3.1113 +0 0 0 edgecolor
  3.1114 +newpath 2925.97 179.93 moveto
  3.1115 +2877.13 146.62 2769.39 73.14 2718.14 38.19 curveto
  3.1116 +stroke
  3.1117 +0 0 0 edgecolor
  3.1118 +newpath 2720.07 35.27 moveto
  3.1119 +2709.84 32.53 lineto
  3.1120 +2716.13 41.06 lineto
  3.1121 +closepath fill
  3.1122 +1 setlinewidth
  3.1123 +solid
  3.1124 +0 0 0 edgecolor
  3.1125 +newpath 2720.07 35.27 moveto
  3.1126 +2709.84 32.53 lineto
  3.1127 +2716.13 41.06 lineto
  3.1128 +closepath stroke
  3.1129 +grestore
  3.1130 +% sendsbr.c->viamail
  3.1131 +gsave
  3.1132 +1 setlinewidth
  3.1133 +0 0 0 edgecolor
  3.1134 +newpath 2908.72 183.15 moveto
  3.1135 +2905.43 182.08 2902.16 181.02 2899 180 curveto
  3.1136 +2699.2 115.37 2648.98 100.07 2449 36 curveto
  3.1137 +2445.87 35 2442.64 33.96 2439.38 32.92 curveto
  3.1138 +stroke
  3.1139 +0 0 0 edgecolor
  3.1140 +newpath 2440.23 29.52 moveto
  3.1141 +2429.64 29.8 lineto
  3.1142 +2438.1 36.18 lineto
  3.1143 +closepath fill
  3.1144 +1 setlinewidth
  3.1145 +solid
  3.1146 +0 0 0 edgecolor
  3.1147 +newpath 2440.23 29.52 moveto
  3.1148 +2429.64 29.8 lineto
  3.1149 +2438.1 36.18 lineto
  3.1150 +closepath stroke
  3.1151 +grestore
  3.1152 +% sendsbr.c->whatnow
  3.1153 +gsave
  3.1154 +1 setlinewidth
  3.1155 +0 0 0 edgecolor
  3.1156 +newpath 2944 179.93 moveto
  3.1157 +2931.25 148.83 2904.14 82.73 2888.93 45.65 curveto
  3.1158 +stroke
  3.1159 +0 0 0 edgecolor
  3.1160 +newpath 2892.01 43.94 moveto
  3.1161 +2884.98 36.02 lineto
  3.1162 +2885.53 46.6 lineto
  3.1163 +closepath fill
  3.1164 +1 setlinewidth
  3.1165 +solid
  3.1166 +0 0 0 edgecolor
  3.1167 +newpath 2892.01 43.94 moveto
  3.1168 +2884.98 36.02 lineto
  3.1169 +2885.53 46.6 lineto
  3.1170 +closepath stroke
  3.1171 +grestore
  3.1172 +% distsbr.c
  3.1173 +gsave
  3.1174 +1 setlinewidth
  3.1175 +0 0 0 nodecolor
  3.1176 +newpath 2785.25 216 moveto
  3.1177 +2708.75 216 lineto
  3.1178 +2708.75 180 lineto
  3.1179 +2785.25 180 lineto
  3.1180 +closepath stroke
  3.1181 +0 0 0 nodecolor
  3.1182 +14 /Times-Roman set_font
  3.1183 +2716.5 194.3 moveto 61 (distsbr.c) alignedtext
  3.1184 +grestore
  3.1185 +% distsbr.c->comp
  3.1186 +gsave
  3.1187 +1 setlinewidth
  3.1188 +0 0 0 edgecolor
  3.1189 +newpath 2784.87 179.93 moveto
  3.1190 +2861.2 145.54 3032.51 68.34 3106.67 34.92 curveto
  3.1191 +stroke
  3.1192 +0 0 0 edgecolor
  3.1193 +newpath 3108.37 37.99 moveto
  3.1194 +3116.05 30.69 lineto
  3.1195 +3105.5 31.61 lineto
  3.1196 +closepath fill
  3.1197 +1 setlinewidth
  3.1198 +solid
  3.1199 +0 0 0 edgecolor
  3.1200 +newpath 3108.37 37.99 moveto
  3.1201 +3116.05 30.69 lineto
  3.1202 +3105.5 31.61 lineto
  3.1203 +closepath stroke
  3.1204 +grestore
  3.1205 +% distsbr.c->dist
  3.1206 +gsave
  3.1207 +1 setlinewidth
  3.1208 +0 0 0 edgecolor
  3.1209 +newpath 2769.05 179.93 moveto
  3.1210 +2811.94 146.74 2906.33 73.69 2951.69 38.59 curveto
  3.1211 +stroke
  3.1212 +0 0 0 edgecolor
  3.1213 +newpath 2954.06 41.18 moveto
  3.1214 +2959.82 32.29 lineto
  3.1215 +2949.77 35.65 lineto
  3.1216 +closepath fill
  3.1217 +1 setlinewidth
  3.1218 +solid
  3.1219 +0 0 0 edgecolor
  3.1220 +newpath 2954.06 41.18 moveto
  3.1221 +2959.82 32.29 lineto
  3.1222 +2949.77 35.65 lineto
  3.1223 +closepath stroke
  3.1224 +grestore
  3.1225 +% distsbr.c->forw
  3.1226 +gsave
  3.1227 +1 setlinewidth
  3.1228 +0 0 0 edgecolor
  3.1229 +newpath 2776.53 179.93 moveto
  3.1230 +2834.99 146.15 2964.9 71.07 3024.3 36.74 curveto
  3.1231 +stroke
  3.1232 +0 0 0 edgecolor
  3.1233 +newpath 3026.3 39.63 moveto
  3.1234 +3033.2 31.6 lineto
  3.1235 +3022.79 33.57 lineto
  3.1236 +closepath fill
  3.1237 +1 setlinewidth
  3.1238 +solid
  3.1239 +0 0 0 edgecolor
  3.1240 +newpath 3026.3 39.63 moveto
  3.1241 +3033.2 31.6 lineto
  3.1242 +3022.79 33.57 lineto
  3.1243 +closepath stroke
  3.1244 +grestore
  3.1245 +% rcvdist
  3.1246 +gsave
  3.1247 +1 setlinewidth
  3.1248 +0 0 0 nodecolor
  3.1249 +2597 18 42.35 18 ellipse_path stroke
  3.1250 +0 0 0 nodecolor
  3.1251 +14 /Times-Roman set_font
  3.1252 +2572 14.3 moveto 50 (rcvdist) alignedtext
  3.1253 +grestore
  3.1254 +% distsbr.c->rcvdist
  3.1255 +gsave
  3.1256 +1 setlinewidth
  3.1257 +0 0 0 edgecolor
  3.1258 +newpath 2732.62 179.93 moveto
  3.1259 +2705.76 148.06 2647.92 79.42 2617.17 42.94 curveto
  3.1260 +stroke
  3.1261 +0 0 0 edgecolor
  3.1262 +newpath 2619.81 40.63 moveto
  3.1263 +2610.69 35.24 lineto
  3.1264 +2614.45 45.14 lineto
  3.1265 +closepath fill
  3.1266 +1 setlinewidth
  3.1267 +solid
  3.1268 +0 0 0 edgecolor
  3.1269 +newpath 2619.81 40.63 moveto
  3.1270 +2610.69 35.24 lineto
  3.1271 +2614.45 45.14 lineto
  3.1272 +closepath stroke
  3.1273 +grestore
  3.1274 +% distsbr.c->repl
  3.1275 +gsave
  3.1276 +1 setlinewidth
  3.1277 +0 0 0 edgecolor
  3.1278 +newpath 2785.57 183.22 moveto
  3.1279 +2878.02 150.15 3110.26 66.73 3187 36 curveto
  3.1280 +3189.2 35.12 3191.46 34.19 3193.73 33.25 curveto
  3.1281 +stroke
  3.1282 +0 0 0 edgecolor
  3.1283 +newpath 3195.17 36.44 moveto
  3.1284 +3203 29.3 lineto
  3.1285 +3192.43 30 lineto
  3.1286 +closepath fill
  3.1287 +1 setlinewidth
  3.1288 +solid
  3.1289 +0 0 0 edgecolor
  3.1290 +newpath 3195.17 36.44 moveto
  3.1291 +3203 29.3 lineto
  3.1292 +3192.43 30 lineto
  3.1293 +closepath stroke
  3.1294 +grestore
  3.1295 +% distsbr.c->send
  3.1296 +gsave
  3.1297 +1 setlinewidth
  3.1298 +0 0 0 edgecolor
  3.1299 +newpath 2741.53 179.93 moveto
  3.1300 +2731.55 148.75 2710.3 82.4 2698.44 45.37 curveto
  3.1301 +stroke
  3.1302 +0 0 0 edgecolor
  3.1303 +newpath 2701.75 44.21 moveto
  3.1304 +2695.37 35.76 lineto
  3.1305 +2695.08 46.35 lineto
  3.1306 +closepath fill
  3.1307 +1 setlinewidth
  3.1308 +solid
  3.1309 +0 0 0 edgecolor
  3.1310 +newpath 2701.75 44.21 moveto
  3.1311 +2695.37 35.76 lineto
  3.1312 +2695.08 46.35 lineto
  3.1313 +closepath stroke
  3.1314 +grestore
  3.1315 +% distsbr.c->viamail
  3.1316 +gsave
  3.1317 +1 setlinewidth
  3.1318 +0 0 0 edgecolor
  3.1319 +newpath 2713.34 179.93 moveto
  3.1320 +2646.97 146.27 2499.76 71.62 2431.74 37.12 curveto
  3.1321 +stroke
  3.1322 +0 0 0 edgecolor
  3.1323 +newpath 2433.18 33.93 moveto
  3.1324 +2422.68 32.53 lineto
  3.1325 +2430.02 40.18 lineto
  3.1326 +closepath fill
  3.1327 +1 setlinewidth
  3.1328 +solid
  3.1329 +0 0 0 edgecolor
  3.1330 +newpath 2433.18 33.93 moveto
  3.1331 +2422.68 32.53 lineto
  3.1332 +2430.02 40.18 lineto
  3.1333 +closepath stroke
  3.1334 +grestore
  3.1335 +% distsbr.c->whatnow
  3.1336 +gsave
  3.1337 +1 setlinewidth
  3.1338 +0 0 0 edgecolor
  3.1339 +newpath 2759.56 179.93 moveto
  3.1340 +2782.8 148.35 2832.6 80.69 2859.63 43.96 curveto
  3.1341 +stroke
  3.1342 +0 0 0 edgecolor
  3.1343 +newpath 2862.56 45.88 moveto
  3.1344 +2865.67 35.76 lineto
  3.1345 +2856.92 41.74 lineto
  3.1346 +closepath fill
  3.1347 +1 setlinewidth
  3.1348 +solid
  3.1349 +0 0 0 edgecolor
  3.1350 +newpath 2862.56 45.88 moveto
  3.1351 +2865.67 35.76 lineto
  3.1352 +2856.92 41.74 lineto
  3.1353 +closepath stroke
  3.1354 +grestore
  3.1355 +% whom
  3.1356 +gsave
  3.1357 +1 setlinewidth
  3.1358 +0 0 0 nodecolor
  3.1359 +2497 18 38.49 18 ellipse_path stroke
  3.1360 +0 0 0 nodecolor
  3.1361 +14 /Times-Roman set_font
  3.1362 +2475 14.3 moveto 44 (whom) alignedtext
  3.1363 +grestore
  3.1364 +% distsbr.c->whom
  3.1365 +gsave
  3.1366 +1 setlinewidth
  3.1367 +0 0 0 edgecolor
  3.1368 +newpath 2723.03 179.93 moveto
  3.1369 +2676.8 147.02 2575.5 74.89 2525.74 39.46 curveto
  3.1370 +stroke
  3.1371 +0 0 0 edgecolor
  3.1372 +newpath 2527.53 36.44 moveto
  3.1373 +2517.35 33.49 lineto
  3.1374 +2523.47 42.14 lineto
  3.1375 +closepath fill
  3.1376 +1 setlinewidth
  3.1377 +solid
  3.1378 +0 0 0 edgecolor
  3.1379 +newpath 2527.53 36.44 moveto
  3.1380 +2517.35 33.49 lineto
  3.1381 +2523.47 42.14 lineto
  3.1382 +closepath stroke
  3.1383 +grestore
  3.1384 +% whatnowproc.c
  3.1385 +gsave
  3.1386 +1 setlinewidth
  3.1387 +0 0 0 nodecolor
  3.1388 +newpath 3273.25 216 moveto
  3.1389 +3146.75 216 lineto
  3.1390 +3146.75 180 lineto
  3.1391 +3273.25 180 lineto
  3.1392 +closepath stroke
  3.1393 +0 0 0 nodecolor
  3.1394 +14 /Times-Roman set_font
  3.1395 +3154.5 194.3 moveto 111 (whatnowproc.c) alignedtext
  3.1396 +grestore
  3.1397 +% whatnowproc.c->comp
  3.1398 +gsave
  3.1399 +1 setlinewidth
  3.1400 +0 0 0 edgecolor
  3.1401 +newpath 3203.48 179.93 moveto
  3.1402 +3191.57 148.75 3166.22 82.4 3152.07 45.37 curveto
  3.1403 +stroke
  3.1404 +0 0 0 edgecolor
  3.1405 +newpath 3155.24 43.85 moveto
  3.1406 +3148.4 35.76 lineto
  3.1407 +3148.7 46.35 lineto
  3.1408 +closepath fill
  3.1409 +1 setlinewidth
  3.1410 +solid
  3.1411 +0 0 0 edgecolor
  3.1412 +newpath 3155.24 43.85 moveto
  3.1413 +3148.4 35.76 lineto
  3.1414 +3148.7 46.35 lineto
  3.1415 +closepath stroke
  3.1416 +grestore
  3.1417 +% whatnowproc.c->dist
  3.1418 +gsave
  3.1419 +1 setlinewidth
  3.1420 +0 0 0 edgecolor
  3.1421 +newpath 3187.66 179.93 moveto
  3.1422 +3144.12 146.67 3048.19 73.39 3002.35 38.37 curveto
  3.1423 +stroke
  3.1424 +0 0 0 edgecolor
  3.1425 +newpath 3004.47 35.58 moveto
  3.1426 +2994.4 32.29 lineto
  3.1427 +3000.22 41.15 lineto
  3.1428 +closepath fill
  3.1429 +1 setlinewidth
  3.1430 +solid
  3.1431 +0 0 0 edgecolor
  3.1432 +newpath 3004.47 35.58 moveto
  3.1433 +2994.4 32.29 lineto
  3.1434 +3000.22 41.15 lineto
  3.1435 +closepath stroke
  3.1436 +grestore
  3.1437 +% whatnowproc.c->forw
  3.1438 +gsave
  3.1439 +1 setlinewidth
  3.1440 +0 0 0 edgecolor
  3.1441 +newpath 3195.14 179.93 moveto
  3.1442 +3167.17 147.82 3106.7 78.37 3075.12 42.11 curveto
  3.1443 +stroke
  3.1444 +0 0 0 edgecolor
  3.1445 +newpath 3077.69 39.72 moveto
  3.1446 +3068.48 34.48 lineto
  3.1447 +3072.41 44.32 lineto
  3.1448 +closepath fill
  3.1449 +1 setlinewidth
  3.1450 +solid
  3.1451 +0 0 0 edgecolor
  3.1452 +newpath 3077.69 39.72 moveto
  3.1453 +3068.48 34.48 lineto
  3.1454 +3072.41 44.32 lineto
  3.1455 +closepath stroke
  3.1456 +grestore
  3.1457 +% whatnowproc.c->repl
  3.1458 +gsave
  3.1459 +1 setlinewidth
  3.1460 +0 0 0 edgecolor
  3.1461 +newpath 3211.53 179.93 moveto
  3.1462 +3214.32 148.97 3220.22 83.3 3223.56 46.13 curveto
  3.1463 +stroke
  3.1464 +0 0 0 edgecolor
  3.1465 +newpath 3227.06 46.29 moveto
  3.1466 +3224.47 36.02 lineto
  3.1467 +3220.09 45.66 lineto
  3.1468 +closepath fill
  3.1469 +1 setlinewidth
  3.1470 +solid
  3.1471 +0 0 0 edgecolor
  3.1472 +newpath 3227.06 46.29 moveto
  3.1473 +3224.47 36.02 lineto
  3.1474 +3220.09 45.66 lineto
  3.1475 +closepath stroke
  3.1476 +grestore
  3.1477 +% whatnowsbr.c
  3.1478 +gsave
  3.1479 +1 setlinewidth
  3.1480 +0 0 0 nodecolor
  3.1481 +newpath 3127.5 216 moveto
  3.1482 +3012.5 216 lineto
  3.1483 +3012.5 180 lineto
  3.1484 +3127.5 180 lineto
  3.1485 +closepath stroke
  3.1486 +0 0 0 nodecolor
  3.1487 +14 /Times-Roman set_font
  3.1488 +3020 194.3 moveto 100 (whatnowsbr.c) alignedtext
  3.1489 +grestore
  3.1490 +% whatnowsbr.c->comp
  3.1491 +gsave
  3.1492 +1 setlinewidth
  3.1493 +0 0 0 edgecolor
  3.1494 +newpath 3076.9 179.93 moveto
  3.1495 +3089.52 148.75 3116.36 82.4 3131.33 45.37 curveto
  3.1496 +stroke
  3.1497 +0 0 0 edgecolor
  3.1498 +newpath 3134.72 46.34 moveto
  3.1499 +3135.22 35.76 lineto
  3.1500 +3128.23 43.71 lineto
  3.1501 +closepath fill
  3.1502 +1 setlinewidth
  3.1503 +solid
  3.1504 +0 0 0 edgecolor
  3.1505 +newpath 3134.72 46.34 moveto
  3.1506 +3135.22 35.76 lineto
  3.1507 +3128.23 43.71 lineto
  3.1508 +closepath stroke
  3.1509 +grestore
  3.1510 +% whatnowsbr.c->dist
  3.1511 +gsave
  3.1512 +1 setlinewidth
  3.1513 +0 0 0 edgecolor
  3.1514 +newpath 3061.08 179.93 moveto
  3.1515 +3044.64 148.46 3009.47 81.15 2990.24 44.33 curveto
  3.1516 +stroke
  3.1517 +0 0 0 edgecolor
  3.1518 +newpath 2993.22 42.48 moveto
  3.1519 +2985.49 35.24 lineto
  3.1520 +2987.01 45.72 lineto
  3.1521 +closepath fill
  3.1522 +1 setlinewidth
  3.1523 +solid
  3.1524 +0 0 0 edgecolor
  3.1525 +newpath 2993.22 42.48 moveto
  3.1526 +2985.49 35.24 lineto
  3.1527 +2987.01 45.72 lineto
  3.1528 +closepath stroke
  3.1529 +grestore
  3.1530 +% whatnowsbr.c->forw
  3.1531 +gsave
  3.1532 +1 setlinewidth
  3.1533 +0 0 0 edgecolor
  3.1534 +newpath 3068.56 179.93 moveto
  3.1535 +3065.95 148.97 3060.42 83.3 3057.29 46.13 curveto
  3.1536 +stroke
  3.1537 +0 0 0 edgecolor
  3.1538 +newpath 3060.76 45.69 moveto
  3.1539 +3056.43 36.02 lineto
  3.1540 +3053.79 46.27 lineto
  3.1541 +closepath fill
  3.1542 +1 setlinewidth
  3.1543 +solid
  3.1544 +0 0 0 edgecolor
  3.1545 +newpath 3060.76 45.69 moveto
  3.1546 +3056.43 36.02 lineto
  3.1547 +3053.79 46.27 lineto
  3.1548 +closepath stroke
  3.1549 +grestore
  3.1550 +% whatnowsbr.c->repl
  3.1551 +gsave
  3.1552 +1 setlinewidth
  3.1553 +0 0 0 edgecolor
  3.1554 +newpath 3084.96 179.93 moveto
  3.1555 +3113.18 147.74 3174.27 78.02 3205.99 41.84 curveto
  3.1556 +stroke
  3.1557 +0 0 0 edgecolor
  3.1558 +newpath 3208.69 44.06 moveto
  3.1559 +3212.65 34.23 lineto
  3.1560 +3203.43 39.45 lineto
  3.1561 +closepath fill
  3.1562 +1 setlinewidth
  3.1563 +solid
  3.1564 +0 0 0 edgecolor
  3.1565 +newpath 3208.69 44.06 moveto
  3.1566 +3212.65 34.23 lineto
  3.1567 +3203.43 39.45 lineto
  3.1568 +closepath stroke
  3.1569 +grestore
  3.1570 +% whatnowsbr.c->whatnow
  3.1571 +gsave
  3.1572 +1 setlinewidth
  3.1573 +0 0 0 edgecolor
  3.1574 +newpath 3051.59 179.93 moveto
  3.1575 +3017.07 147.93 2942.55 78.84 2903.33 42.48 curveto
  3.1576 +stroke
  3.1577 +0 0 0 edgecolor
  3.1578 +newpath 2905.23 39.47 moveto
  3.1579 +2895.52 35.24 lineto
  3.1580 +2900.47 44.61 lineto
  3.1581 +closepath fill
  3.1582 +1 setlinewidth
  3.1583 +solid
  3.1584 +0 0 0 edgecolor
  3.1585 +newpath 2905.23 39.47 moveto
  3.1586 +2895.52 35.24 lineto
  3.1587 +2900.47 44.61 lineto
  3.1588 +closepath stroke
  3.1589 +grestore
  3.1590 +% scansbr.c
  3.1591 +gsave
  3.1592 +1 setlinewidth
  3.1593 +0 0 0 nodecolor
  3.1594 +newpath 2066.5 216 moveto
  3.1595 +1983.5 216 lineto
  3.1596 +1983.5 180 lineto
  3.1597 +2066.5 180 lineto
  3.1598 +closepath stroke
  3.1599 +0 0 0 nodecolor
  3.1600 +14 /Times-Roman set_font
  3.1601 +1991 194.3 moveto 68 (scansbr.c) alignedtext
  3.1602 +grestore
  3.1603 +% scansbr.c->inc
  3.1604 +gsave
  3.1605 +1 setlinewidth
  3.1606 +0 0 0 edgecolor
  3.1607 +newpath 1983.45 182.39 moveto
  3.1608 +1907.15 155.31 1739.91 94.7 1602 36 curveto
  3.1609 +1600.19 35.23 1598.33 34.42 1596.47 33.59 curveto
  3.1610 +stroke
  3.1611 +0 0 0 edgecolor
  3.1612 +newpath 1597.75 30.32 moveto
  3.1613 +1587.2 29.34 lineto
  3.1614 +1594.83 36.69 lineto
  3.1615 +closepath fill
  3.1616 +1 setlinewidth
  3.1617 +solid
  3.1618 +0 0 0 edgecolor
  3.1619 +newpath 1597.75 30.32 moveto
  3.1620 +1587.2 29.34 lineto
  3.1621 +1594.83 36.69 lineto
  3.1622 +closepath stroke
  3.1623 +grestore
  3.1624 +% scansbr.c->msh
  3.1625 +gsave
  3.1626 +1 setlinewidth
  3.1627 +0 0 0 edgecolor
  3.1628 +newpath 2034.78 179.93 moveto
  3.1629 +2052.81 148.46 2091.39 81.15 2112.48 44.33 curveto
  3.1630 +stroke
  3.1631 +0 0 0 edgecolor
  3.1632 +newpath 2115.76 45.66 moveto
  3.1633 +2117.69 35.24 lineto
  3.1634 +2109.68 42.18 lineto
  3.1635 +closepath fill
  3.1636 +1 setlinewidth
  3.1637 +solid
  3.1638 +0 0 0 edgecolor
  3.1639 +newpath 2115.76 45.66 moveto
  3.1640 +2117.69 35.24 lineto
  3.1641 +2109.68 42.18 lineto
  3.1642 +closepath stroke
  3.1643 +grestore
  3.1644 +% scansbr.c->rcvtty
  3.1645 +gsave
  3.1646 +1 setlinewidth
  3.1647 +0 0 0 edgecolor
  3.1648 +newpath 2018.48 179.93 moveto
  3.1649 +2006.57 148.75 1981.22 82.4 1967.07 45.37 curveto
  3.1650 +stroke
  3.1651 +0 0 0 edgecolor
  3.1652 +newpath 1970.24 43.85 moveto
  3.1653 +1963.4 35.76 lineto
  3.1654 +1963.7 46.35 lineto
  3.1655 +closepath fill
  3.1656 +1 setlinewidth
  3.1657 +solid
  3.1658 +0 0 0 edgecolor
  3.1659 +newpath 1970.24 43.85 moveto
  3.1660 +1963.4 35.76 lineto
  3.1661 +1963.7 46.35 lineto
  3.1662 +closepath stroke
  3.1663 +grestore
  3.1664 +% scansbr.c->scan
  3.1665 +gsave
  3.1666 +1 setlinewidth
  3.1667 +0 0 0 edgecolor
  3.1668 +newpath 2027.01 179.93 moveto
  3.1669 +2030.67 148.97 2038.41 83.3 2042.8 46.13 curveto
  3.1670 +stroke
  3.1671 +0 0 0 edgecolor
  3.1672 +newpath 2046.3 46.36 moveto
  3.1673 +2043.99 36.02 lineto
  3.1674 +2039.34 45.54 lineto
  3.1675 +closepath fill
  3.1676 +1 setlinewidth
  3.1677 +solid
  3.1678 +0 0 0 edgecolor
  3.1679 +newpath 2046.3 46.36 moveto
  3.1680 +2043.99 36.02 lineto
  3.1681 +2039.34 45.54 lineto
  3.1682 +closepath stroke
  3.1683 +grestore
  3.1684 +% dropsbr.c
  3.1685 +gsave
  3.1686 +1 setlinewidth
  3.1687 +0 0 0 nodecolor
  3.1688 +newpath 535.25 216 moveto
  3.1689 +450.75 216 lineto
  3.1690 +450.75 180 lineto
  3.1691 +535.25 180 lineto
  3.1692 +closepath stroke
  3.1693 +0 0 0 nodecolor
  3.1694 +14 /Times-Roman set_font
  3.1695 +458.5 194.3 moveto 69 (dropsbr.c) alignedtext
  3.1696 +grestore
  3.1697 +% dropsbr.c->inc
  3.1698 +gsave
  3.1699 +1 setlinewidth
  3.1700 +0 0 0 edgecolor
  3.1701 +newpath 535.4 182.48 moveto
  3.1702 +538.63 181.58 541.86 180.74 545 180 curveto
  3.1703 +975.72 78.89 1106.45 163.86 1530 36 curveto
  3.1704 +1531.94 35.42 1533.9 34.74 1535.86 34.01 curveto
  3.1705 +stroke
  3.1706 +0 0 0 edgecolor
  3.1707 +newpath 1537.61 37.07 moveto
  3.1708 +1545.48 29.97 lineto
  3.1709 +1534.9 30.62 lineto
  3.1710 +closepath fill
  3.1711 +1 setlinewidth
  3.1712 +solid
  3.1713 +0 0 0 edgecolor
  3.1714 +newpath 1537.61 37.07 moveto
  3.1715 +1545.48 29.97 lineto
  3.1716 +1534.9 30.62 lineto
  3.1717 +closepath stroke
  3.1718 +grestore
  3.1719 +% dropsbr.c->msh
  3.1720 +gsave
  3.1721 +1 setlinewidth
  3.1722 +0 0 0 edgecolor
  3.1723 +newpath 535.36 182.3 moveto
  3.1724 +538.6 181.44 541.84 180.66 545 180 curveto
  3.1725 +1218.97 40.19 1419.66 204.62 2087 36 curveto
  3.1726 +2089.5 35.37 2092.04 34.6 2094.57 33.75 curveto
  3.1727 +stroke
  3.1728 +0 0 0 edgecolor
  3.1729 +newpath 2096.03 36.94 moveto
  3.1730 +2104.15 30.14 lineto
  3.1731 +2093.56 30.39 lineto
  3.1732 +closepath fill
  3.1733 +1 setlinewidth
  3.1734 +solid
  3.1735 +0 0 0 edgecolor
  3.1736 +newpath 2096.03 36.94 moveto
  3.1737 +2104.15 30.14 lineto
  3.1738 +2093.56 30.39 lineto
  3.1739 +closepath stroke
  3.1740 +grestore
  3.1741 +% packf
  3.1742 +gsave
  3.1743 +1 setlinewidth
  3.1744 +0 0 0 nodecolor
  3.1745 +595 18 36.1 18 ellipse_path stroke
  3.1746 +0 0 0 nodecolor
  3.1747 +14 /Times-Roman set_font
  3.1748 +575 14.3 moveto 40 (packf) alignedtext
  3.1749 +grestore
  3.1750 +% dropsbr.c->packf
  3.1751 +gsave
  3.1752 +1 setlinewidth
  3.1753 +0 0 0 edgecolor
  3.1754 +newpath 502.78 179.93 moveto
  3.1755 +520.77 148.54 559.19 81.49 580.32 44.61 curveto
  3.1756 +stroke
  3.1757 +0 0 0 edgecolor
  3.1758 +newpath 583.61 45.91 moveto
  3.1759 +585.55 35.5 lineto
  3.1760 +577.54 42.43 lineto
  3.1761 +closepath fill
  3.1762 +1 setlinewidth
  3.1763 +solid
  3.1764 +0 0 0 edgecolor
  3.1765 +newpath 583.61 45.91 moveto
  3.1766 +585.55 35.5 lineto
  3.1767 +577.54 42.43 lineto
  3.1768 +closepath stroke
  3.1769 +grestore
  3.1770 +% rcvpack
  3.1771 +gsave
  3.1772 +1 setlinewidth
  3.1773 +0 0 0 nodecolor
  3.1774 +493 18 48.14 18 ellipse_path stroke
  3.1775 +0 0 0 nodecolor
  3.1776 +14 /Times-Roman set_font
  3.1777 +464 14.3 moveto 58 (rcvpack) alignedtext
  3.1778 +grestore
  3.1779 +% dropsbr.c->rcvpack
  3.1780 +gsave
  3.1781 +1 setlinewidth
  3.1782 +0 0 0 edgecolor
  3.1783 +newpath 493 179.93 moveto
  3.1784 +493 148.97 493 83.3 493 46.13 curveto
  3.1785 +stroke
  3.1786 +0 0 0 edgecolor
  3.1787 +newpath 496.5 46.02 moveto
  3.1788 +493 36.02 lineto
  3.1789 +489.5 46.02 lineto
  3.1790 +closepath fill
  3.1791 +1 setlinewidth
  3.1792 +solid
  3.1793 +0 0 0 edgecolor
  3.1794 +newpath 496.5 46.02 moveto
  3.1795 +493 36.02 lineto
  3.1796 +489.5 46.02 lineto
  3.1797 +closepath stroke
  3.1798 +grestore
  3.1799 +% dropsbr.c->slocal
  3.1800 +gsave
  3.1801 +1 setlinewidth
  3.1802 +0 0 0 edgecolor
  3.1803 +newpath 483.03 179.93 moveto
  3.1804 +464.61 148.41 425.18 80.92 403.69 44.14 curveto
  3.1805 +stroke
  3.1806 +0 0 0 edgecolor
  3.1807 +newpath 406.71 42.37 moveto
  3.1808 +398.64 35.5 lineto
  3.1809 +400.66 45.9 lineto
  3.1810 +closepath fill
  3.1811 +1 setlinewidth
  3.1812 +solid
  3.1813 +0 0 0 edgecolor
  3.1814 +newpath 406.71 42.37 moveto
  3.1815 +398.64 35.5 lineto
  3.1816 +400.66 45.9 lineto
  3.1817 +closepath stroke
  3.1818 +grestore
  3.1819 +% mhlistsbr.c
  3.1820 +gsave
  3.1821 +1 setlinewidth
  3.1822 +0 0 0 nodecolor
  3.1823 +newpath 906.25 216 moveto
  3.1824 +811.75 216 lineto
  3.1825 +811.75 180 lineto
  3.1826 +906.25 180 lineto
  3.1827 +closepath stroke
  3.1828 +0 0 0 nodecolor
  3.1829 +14 /Times-Roman set_font
  3.1830 +819.5 194.3 moveto 79 (mhlistsbr.c) alignedtext
  3.1831 +grestore
  3.1832 +% mhlistsbr.c->mhbuild
  3.1833 +gsave
  3.1834 +1 setlinewidth
  3.1835 +0 0 0 edgecolor
  3.1836 +newpath 906.61 180.41 moveto
  3.1837 +1005.32 146.03 1230.99 67.42 1326.27 34.23 curveto
  3.1838 +stroke
  3.1839 +0 0 0 edgecolor
  3.1840 +newpath 1327.59 37.48 moveto
  3.1841 +1335.88 30.89 lineto
  3.1842 +1325.29 30.87 lineto
  3.1843 +closepath fill
  3.1844 +1 setlinewidth
  3.1845 +solid
  3.1846 +0 0 0 edgecolor
  3.1847 +newpath 1327.59 37.48 moveto
  3.1848 +1335.88 30.89 lineto
  3.1849 +1325.29 30.87 lineto
  3.1850 +closepath stroke
  3.1851 +grestore
  3.1852 +% mhlistsbr.c->mhlist
  3.1853 +gsave
  3.1854 +1 setlinewidth
  3.1855 +0 0 0 edgecolor
  3.1856 +newpath 897.83 179.93 moveto
  3.1857 +975.96 145.59 1151.18 68.59 1227.41 35.08 curveto
  3.1858 +stroke
  3.1859 +0 0 0 edgecolor
  3.1860 +newpath 1228.88 38.26 moveto
  3.1861 +1236.63 31.03 lineto
  3.1862 +1226.07 31.85 lineto
  3.1863 +closepath fill
  3.1864 +1 setlinewidth
  3.1865 +solid
  3.1866 +0 0 0 edgecolor
  3.1867 +newpath 1228.88 38.26 moveto
  3.1868 +1236.63 31.03 lineto
  3.1869 +1226.07 31.85 lineto
  3.1870 +closepath stroke
  3.1871 +grestore
  3.1872 +% mhlistsbr.c->mhn
  3.1873 +gsave
  3.1874 +1 setlinewidth
  3.1875 +0 0 0 edgecolor
  3.1876 +newpath 866.77 179.93 moveto
  3.1877 +881.05 148.54 911.56 81.49 928.34 44.61 curveto
  3.1878 +stroke
  3.1879 +0 0 0 edgecolor
  3.1880 +newpath 931.54 46.05 moveto
  3.1881 +932.49 35.5 lineto
  3.1882 +925.17 43.15 lineto
  3.1883 +closepath fill
  3.1884 +1 setlinewidth
  3.1885 +solid
  3.1886 +0 0 0 edgecolor
  3.1887 +newpath 931.54 46.05 moveto
  3.1888 +932.49 35.5 lineto
  3.1889 +925.17 43.15 lineto
  3.1890 +closepath stroke
  3.1891 +grestore
  3.1892 +% mhlistsbr.c->mhshow
  3.1893 +gsave
  3.1894 +1 setlinewidth
  3.1895 +0 0 0 edgecolor
  3.1896 +newpath 887.48 179.93 moveto
  3.1897 +942.6 146.89 1063.64 74.35 1122.52 39.07 curveto
  3.1898 +stroke
  3.1899 +0 0 0 edgecolor
  3.1900 +newpath 1124.63 41.88 moveto
  3.1901 +1131.41 33.74 lineto
  3.1902 +1121.03 35.88 lineto
  3.1903 +closepath fill
  3.1904 +1 setlinewidth
  3.1905 +solid
  3.1906 +0 0 0 edgecolor
  3.1907 +newpath 1124.63 41.88 moveto
  3.1908 +1131.41 33.74 lineto
  3.1909 +1121.03 35.88 lineto
  3.1910 +closepath stroke
  3.1911 +grestore
  3.1912 +% mhlistsbr.c->mhstore
  3.1913 +gsave
  3.1914 +1 setlinewidth
  3.1915 +0 0 0 edgecolor
  3.1916 +newpath 876.26 179.93 moveto
  3.1917 +908.63 147.93 978.48 78.84 1015.26 42.48 curveto
  3.1918 +stroke
  3.1919 +0 0 0 edgecolor
  3.1920 +newpath 1017.93 44.76 moveto
  3.1921 +1022.58 35.24 lineto
  3.1922 +1013.01 39.78 lineto
  3.1923 +closepath fill
  3.1924 +1 setlinewidth
  3.1925 +solid
  3.1926 +0 0 0 edgecolor
  3.1927 +newpath 1017.93 44.76 moveto
  3.1928 +1022.58 35.24 lineto
  3.1929 +1013.01 39.78 lineto
  3.1930 +closepath stroke
  3.1931 +grestore
  3.1932 +% mhoutsbr.c
  3.1933 +gsave
  3.1934 +1 setlinewidth
  3.1935 +0 0 0 nodecolor
  3.1936 +newpath 1868.25 216 moveto
  3.1937 +1771.75 216 lineto
  3.1938 +1771.75 180 lineto
  3.1939 +1868.25 180 lineto
  3.1940 +closepath stroke
  3.1941 +0 0 0 nodecolor
  3.1942 +14 /Times-Roman set_font
  3.1943 +1779.5 194.3 moveto 81 (mhoutsbr.c) alignedtext
  3.1944 +grestore
  3.1945 +% mhoutsbr.c->mhbuild
  3.1946 +gsave
  3.1947 +1 setlinewidth
  3.1948 +0 0 0 edgecolor
  3.1949 +newpath 1776.85 179.93 moveto
  3.1950 +1690.22 145.66 1496.15 68.9 1411.17 35.29 curveto
  3.1951 +stroke
  3.1952 +0 0 0 edgecolor
  3.1953 +newpath 1412.43 32.02 moveto
  3.1954 +1401.85 31.6 lineto
  3.1955 +1409.86 38.53 lineto
  3.1956 +closepath fill
  3.1957 +1 setlinewidth
  3.1958 +solid
  3.1959 +0 0 0 edgecolor
  3.1960 +newpath 1412.43 32.02 moveto
  3.1961 +1401.85 31.6 lineto
  3.1962 +1409.86 38.53 lineto
  3.1963 +closepath stroke
  3.1964 +grestore
  3.1965 +% mhoutsbr.c->mhtest
  3.1966 +gsave
  3.1967 +1 setlinewidth
  3.1968 +0 0 0 edgecolor
  3.1969 +newpath 1787.3 179.93 moveto
  3.1970 +1722.96 146.34 1580.39 71.92 1514.13 37.34 curveto
  3.1971 +stroke
  3.1972 +0 0 0 edgecolor
  3.1973 +newpath 1515.41 34.06 moveto
  3.1974 +1504.92 32.53 lineto
  3.1975 +1512.17 40.26 lineto
  3.1976 +closepath fill
  3.1977 +1 setlinewidth
  3.1978 +solid
  3.1979 +0 0 0 edgecolor
  3.1980 +newpath 1515.41 34.06 moveto
  3.1981 +1504.92 32.53 lineto
  3.1982 +1512.17 40.26 lineto
  3.1983 +closepath stroke
  3.1984 +grestore
  3.1985 +% mhoutsbr.c->viamail
  3.1986 +gsave
  3.1987 +1 setlinewidth
  3.1988 +0 0 0 edgecolor
  3.1989 +newpath 1868.61 182.11 moveto
  3.1990 +1960.92 153.81 2167.93 90.24 2342 36 curveto
  3.1991 +2345.49 34.91 2349.1 33.78 2352.74 32.64 curveto
  3.1992 +stroke
  3.1993 +0 0 0 edgecolor
  3.1994 +newpath 2353.81 35.97 moveto
  3.1995 +2362.31 29.64 lineto
  3.1996 +2351.72 29.3 lineto
  3.1997 +closepath fill
  3.1998 +1 setlinewidth
  3.1999 +solid
  3.2000 +0 0 0 edgecolor
  3.2001 +newpath 2353.81 35.97 moveto
  3.2002 +2362.31 29.64 lineto
  3.2003 +2351.72 29.3 lineto
  3.2004 +closepath stroke
  3.2005 +grestore
  3.2006 +% mhmisc.c
  3.2007 +gsave
  3.2008 +1 setlinewidth
  3.2009 +0 0 0 nodecolor
  3.2010 +newpath 1522 216 moveto
  3.2011 +1436 216 lineto
  3.2012 +1436 180 lineto
  3.2013 +1522 180 lineto
  3.2014 +closepath stroke
  3.2015 +0 0 0 nodecolor
  3.2016 +14 /Times-Roman set_font
  3.2017 +1444 194.3 moveto 70 (mhmisc.c) alignedtext
  3.2018 +grestore
  3.2019 +% mhmisc.c->mhbuild
  3.2020 +gsave
  3.2021 +1 setlinewidth
  3.2022 +0 0 0 edgecolor
  3.2023 +newpath 1468.55 179.93 moveto
  3.2024 +1449.29 148.49 1408.13 81.26 1385.57 44.43 curveto
  3.2025 +stroke
  3.2026 +0 0 0 edgecolor
  3.2027 +newpath 1388.47 42.46 moveto
  3.2028 +1380.26 35.76 lineto
  3.2029 +1382.5 46.11 lineto
  3.2030 +closepath fill
  3.2031 +1 setlinewidth
  3.2032 +solid
  3.2033 +0 0 0 edgecolor
  3.2034 +newpath 1388.47 42.46 moveto
  3.2035 +1380.26 35.76 lineto
  3.2036 +1382.5 46.11 lineto
  3.2037 +closepath stroke
  3.2038 +grestore
  3.2039 +% mhmisc.c->mhlist
  3.2040 +gsave
  3.2041 +1 setlinewidth
  3.2042 +0 0 0 edgecolor
  3.2043 +newpath 1458.38 179.93 moveto
  3.2044 +1418.99 147.32 1333.09 76.2 1289.89 40.44 curveto
  3.2045 +stroke
  3.2046 +0 0 0 edgecolor
  3.2047 +newpath 1292.03 37.66 moveto
  3.2048 +1282.1 33.98 lineto
  3.2049 +1287.57 43.06 lineto
  3.2050 +closepath fill
  3.2051 +1 setlinewidth
  3.2052 +solid
  3.2053 +0 0 0 edgecolor
  3.2054 +newpath 1292.03 37.66 moveto
  3.2055 +1282.1 33.98 lineto
  3.2056 +1287.57 43.06 lineto
  3.2057 +closepath stroke
  3.2058 +grestore
  3.2059 +% mhmisc.c->mhn
  3.2060 +gsave
  3.2061 +1 setlinewidth
  3.2062 +0 0 0 edgecolor
  3.2063 +newpath 1435.87 182.89 moveto
  3.2064 +1432.87 181.91 1429.89 180.94 1427 180 curveto
  3.2065 +1228.9 115.64 1176.48 107.95 981 36 curveto
  3.2066 +978.6 35.11 976.12 34.17 973.64 33.2 curveto
  3.2067 +stroke
  3.2068 +0 0 0 edgecolor
  3.2069 +newpath 974.74 29.87 moveto
  3.2070 +964.15 29.39 lineto
  3.2071 +972.13 36.37 lineto
  3.2072 +closepath fill
  3.2073 +1 setlinewidth
  3.2074 +solid
  3.2075 +0 0 0 edgecolor
  3.2076 +newpath 974.74 29.87 moveto
  3.2077 +964.15 29.39 lineto
  3.2078 +972.13 36.37 lineto
  3.2079 +closepath stroke
  3.2080 +grestore
  3.2081 +% mhmisc.c->mhshow
  3.2082 +gsave
  3.2083 +1 setlinewidth
  3.2084 +0 0 0 edgecolor
  3.2085 +newpath 1448.03 179.93 moveto
  3.2086 +1387.68 146.67 1254.7 73.39 1191.15 38.37 curveto
  3.2087 +stroke
  3.2088 +0 0 0 edgecolor
  3.2089 +newpath 1192.75 35.25 moveto
  3.2090 +1182.3 33.49 lineto
  3.2091 +1189.37 41.38 lineto
  3.2092 +closepath fill
  3.2093 +1 setlinewidth
  3.2094 +solid
  3.2095 +0 0 0 edgecolor
  3.2096 +newpath 1192.75 35.25 moveto
  3.2097 +1182.3 33.49 lineto
  3.2098 +1189.37 41.38 lineto
  3.2099 +closepath stroke
  3.2100 +grestore
  3.2101 +% mhmisc.c->mhstore
  3.2102 +gsave
  3.2103 +1 setlinewidth
  3.2104 +0 0 0 edgecolor
  3.2105 +newpath 1436.81 179.93 moveto
  3.2106 +1352.39 145.78 1163.65 69.43 1080.12 35.64 curveto
  3.2107 +stroke
  3.2108 +0 0 0 edgecolor
  3.2109 +newpath 1081.29 32.33 moveto
  3.2110 +1070.71 31.83 lineto
  3.2111 +1078.67 38.82 lineto
  3.2112 +closepath fill
  3.2113 +1 setlinewidth
  3.2114 +solid
  3.2115 +0 0 0 edgecolor
  3.2116 +newpath 1081.29 32.33 moveto
  3.2117 +1070.71 31.83 lineto
  3.2118 +1078.67 38.82 lineto
  3.2119 +closepath stroke
  3.2120 +grestore
  3.2121 +% mhmisc.c->mhtest
  3.2122 +gsave
  3.2123 +1 setlinewidth
  3.2124 +0 0 0 edgecolor
  3.2125 +newpath 1479 179.93 moveto
  3.2126 +1479 148.97 1479 83.3 1479 46.13 curveto
  3.2127 +stroke
  3.2128 +0 0 0 edgecolor
  3.2129 +newpath 1482.5 46.02 moveto
  3.2130 +1479 36.02 lineto
  3.2131 +1475.5 46.02 lineto
  3.2132 +closepath fill
  3.2133 +1 setlinewidth
  3.2134 +solid
  3.2135 +0 0 0 edgecolor
  3.2136 +newpath 1482.5 46.02 moveto
  3.2137 +1479 36.02 lineto
  3.2138 +1475.5 46.02 lineto
  3.2139 +closepath stroke
  3.2140 +grestore
  3.2141 +% mhmisc.c->viamail
  3.2142 +gsave
  3.2143 +1 setlinewidth
  3.2144 +0 0 0 edgecolor
  3.2145 +newpath 1522.28 182.35 moveto
  3.2146 +1525.22 181.51 1528.14 180.72 1531 180 curveto
  3.2147 +1886.07 90.9 1986.44 123.15 2342 36 curveto
  3.2148 +2345.65 35.11 2349.42 34.1 2353.18 33.03 curveto
  3.2149 +stroke
  3.2150 +0 0 0 edgecolor
  3.2151 +newpath 2354.47 36.3 moveto
  3.2152 +2363.06 30.11 lineto
  3.2153 +2352.48 29.59 lineto
  3.2154 +closepath fill
  3.2155 +1 setlinewidth
  3.2156 +solid
  3.2157 +0 0 0 edgecolor
  3.2158 +newpath 2354.47 36.3 moveto
  3.2159 +2363.06 30.11 lineto
  3.2160 +2352.48 29.59 lineto
  3.2161 +closepath stroke
  3.2162 +grestore
  3.2163 +% mhfree.c
  3.2164 +gsave
  3.2165 +1 setlinewidth
  3.2166 +0 0 0 nodecolor
  3.2167 +newpath 1418 216 moveto
  3.2168 +1338 216 lineto
  3.2169 +1338 180 lineto
  3.2170 +1418 180 lineto
  3.2171 +closepath stroke
  3.2172 +0 0 0 nodecolor
  3.2173 +14 /Times-Roman set_font
  3.2174 +1346 194.3 moveto 64 (mhfree.c) alignedtext
  3.2175 +grestore
  3.2176 +% mhfree.c->mhbuild
  3.2177 +gsave
  3.2178 +1 setlinewidth
  3.2179 +0 0 0 edgecolor
  3.2180 +newpath 1377.23 179.93 moveto
  3.2181 +1375.84 148.97 1372.89 83.3 1371.22 46.13 curveto
  3.2182 +stroke
  3.2183 +0 0 0 edgecolor
  3.2184 +newpath 1374.71 45.85 moveto
  3.2185 +1370.76 36.02 lineto
  3.2186 +1367.72 46.16 lineto
  3.2187 +closepath fill
  3.2188 +1 setlinewidth
  3.2189 +solid
  3.2190 +0 0 0 edgecolor
  3.2191 +newpath 1374.71 45.85 moveto
  3.2192 +1370.76 36.02 lineto
  3.2193 +1367.72 46.16 lineto
  3.2194 +closepath stroke
  3.2195 +grestore
  3.2196 +% mhfree.c->mhlist
  3.2197 +gsave
  3.2198 +1 setlinewidth
  3.2199 +0 0 0 edgecolor
  3.2200 +newpath 1367.07 179.93 moveto
  3.2201 +1346.88 148.41 1303.65 80.92 1280.1 44.14 curveto
  3.2202 +stroke
  3.2203 +0 0 0 edgecolor
  3.2204 +newpath 1282.91 42.03 moveto
  3.2205 +1274.57 35.5 lineto
  3.2206 +1277.01 45.81 lineto
  3.2207 +closepath fill
  3.2208 +1 setlinewidth
  3.2209 +solid
  3.2210 +0 0 0 edgecolor
  3.2211 +newpath 1282.91 42.03 moveto
  3.2212 +1274.57 35.5 lineto
  3.2213 +1277.01 45.81 lineto
  3.2214 +closepath stroke
  3.2215 +grestore
  3.2216 +% mhfree.c->mhn
  3.2217 +gsave
  3.2218 +1 setlinewidth
  3.2219 +0 0 0 edgecolor
  3.2220 +newpath 1337.95 180.88 moveto
  3.2221 +1266.28 152 1111.4 89.48 981 36 curveto
  3.2222 +978.77 35.09 976.48 34.14 974.17 33.19 curveto
  3.2223 +stroke
  3.2224 +0 0 0 edgecolor
  3.2225 +newpath 975.28 29.86 moveto
  3.2226 +964.7 29.28 lineto
  3.2227 +972.61 36.33 lineto
  3.2228 +closepath fill
  3.2229 +1 setlinewidth
  3.2230 +solid
  3.2231 +0 0 0 edgecolor
  3.2232 +newpath 975.28 29.86 moveto
  3.2233 +964.7 29.28 lineto
  3.2234 +972.61 36.33 lineto
  3.2235 +closepath stroke
  3.2236 +grestore
  3.2237 +% mhfree.c->mhshow
  3.2238 +gsave
  3.2239 +1 setlinewidth
  3.2240 +0 0 0 edgecolor
  3.2241 +newpath 1356.71 179.93 moveto
  3.2242 +1316.26 147.49 1228.3 76.97 1183.47 41.03 curveto
  3.2243 +stroke
  3.2244 +0 0 0 edgecolor
  3.2245 +newpath 1185.61 38.26 moveto
  3.2246 +1175.62 34.73 lineto
  3.2247 +1181.23 43.72 lineto
  3.2248 +closepath fill
  3.2249 +1 setlinewidth
  3.2250 +solid
  3.2251 +0 0 0 edgecolor
  3.2252 +newpath 1185.61 38.26 moveto
  3.2253 +1175.62 34.73 lineto
  3.2254 +1181.23 43.72 lineto
  3.2255 +closepath stroke
  3.2256 +grestore
  3.2257 +% mhfree.c->mhstore
  3.2258 +gsave
  3.2259 +1 setlinewidth
  3.2260 +0 0 0 edgecolor
  3.2261 +newpath 1345.5 179.93 moveto
  3.2262 +1282 146.59 1141.89 73.03 1075.4 38.11 curveto
  3.2263 +stroke
  3.2264 +0 0 0 edgecolor
  3.2265 +newpath 1076.62 34.8 moveto
  3.2266 +1066.14 33.25 lineto
  3.2267 +1073.36 41 lineto
  3.2268 +closepath fill
  3.2269 +1 setlinewidth
  3.2270 +solid
  3.2271 +0 0 0 edgecolor
  3.2272 +newpath 1076.62 34.8 moveto
  3.2273 +1066.14 33.25 lineto
  3.2274 +1073.36 41 lineto
  3.2275 +closepath stroke
  3.2276 +grestore
  3.2277 +% mhfree.c->mhtest
  3.2278 +gsave
  3.2279 +1 setlinewidth
  3.2280 +0 0 0 edgecolor
  3.2281 +newpath 1387.68 179.93 moveto
  3.2282 +1405.45 148.62 1443.35 81.83 1464.31 44.9 curveto
  3.2283 +stroke
  3.2284 +0 0 0 edgecolor
  3.2285 +newpath 1467.6 46.18 moveto
  3.2286 +1469.49 35.76 lineto
  3.2287 +1461.51 42.73 lineto
  3.2288 +closepath fill
  3.2289 +1 setlinewidth
  3.2290 +solid
  3.2291 +0 0 0 edgecolor
  3.2292 +newpath 1467.6 46.18 moveto
  3.2293 +1469.49 35.76 lineto
  3.2294 +1461.51 42.73 lineto
  3.2295 +closepath stroke
  3.2296 +grestore
  3.2297 +% mhparse.c
  3.2298 +gsave
  3.2299 +1 setlinewidth
  3.2300 +0 0 0 nodecolor
  3.2301 +newpath 1017 216 moveto
  3.2302 +925 216 lineto
  3.2303 +925 180 lineto
  3.2304 +1017 180 lineto
  3.2305 +closepath stroke
  3.2306 +0 0 0 nodecolor
  3.2307 +14 /Times-Roman set_font
  3.2308 +933 194.3 moveto 76 (mhparse.c) alignedtext
  3.2309 +grestore
  3.2310 +% mhparse.c->mhbuild
  3.2311 +gsave
  3.2312 +1 setlinewidth
  3.2313 +0 0 0 edgecolor
  3.2314 +newpath 1009.26 179.93 moveto
  3.2315 +1085.2 146.05 1254.25 70.64 1330.89 36.45 curveto
  3.2316 +stroke
  3.2317 +0 0 0 edgecolor
  3.2318 +newpath 1332.49 39.57 moveto
  3.2319 +1340.2 32.29 lineto
  3.2320 +1329.64 33.17 lineto
  3.2321 +closepath fill
  3.2322 +1 setlinewidth
  3.2323 +solid
  3.2324 +0 0 0 edgecolor
  3.2325 +newpath 1332.49 39.57 moveto
  3.2326 +1340.2 32.29 lineto
  3.2327 +1329.64 33.17 lineto
  3.2328 +closepath stroke
  3.2329 +grestore
  3.2330 +% mhparse.c->mhlist
  3.2331 +gsave
  3.2332 +1 setlinewidth
  3.2333 +0 0 0 edgecolor
  3.2334 +newpath 999.09 179.93 moveto
  3.2335 +1054.02 146.56 1175.28 72.9 1232.69 38.02 curveto
  3.2336 +stroke
  3.2337 +0 0 0 edgecolor
  3.2338 +newpath 1234.61 40.95 moveto
  3.2339 +1241.34 32.77 lineto
  3.2340 +1230.97 34.97 lineto
  3.2341 +closepath fill
  3.2342 +1 setlinewidth
  3.2343 +solid
  3.2344 +0 0 0 edgecolor
  3.2345 +newpath 1234.61 40.95 moveto
  3.2346 +1241.34 32.77 lineto
  3.2347 +1230.97 34.97 lineto
  3.2348 +closepath stroke
  3.2349 +grestore
  3.2350 +% mhparse.c->mhn
  3.2351 +gsave
  3.2352 +1 setlinewidth
  3.2353 +0 0 0 edgecolor
  3.2354 +newpath 968.03 179.93 moveto
  3.2355 +962.63 148.97 951.2 83.3 944.72 46.13 curveto
  3.2356 +stroke
  3.2357 +0 0 0 edgecolor
  3.2358 +newpath 948.13 45.27 moveto
  3.2359 +942.96 36.02 lineto
  3.2360 +941.23 46.47 lineto
  3.2361 +closepath fill
  3.2362 +1 setlinewidth
  3.2363 +solid
  3.2364 +0 0 0 edgecolor
  3.2365 +newpath 948.13 45.27 moveto
  3.2366 +942.96 36.02 lineto
  3.2367 +941.23 46.47 lineto
  3.2368 +closepath stroke
  3.2369 +grestore
  3.2370 +% mhparse.c->mhshow
  3.2371 +gsave
  3.2372 +1 setlinewidth
  3.2373 +0 0 0 edgecolor
  3.2374 +newpath 988.74 179.93 moveto
  3.2375 +1022.09 147.84 1094.17 78.49 1131.88 42.2 curveto
  3.2376 +stroke
  3.2377 +0 0 0 edgecolor
  3.2378 +newpath 1134.61 44.44 moveto
  3.2379 +1139.39 34.99 lineto
  3.2380 +1129.75 39.4 lineto
  3.2381 +closepath fill
  3.2382 +1 setlinewidth
  3.2383 +solid
  3.2384 +0 0 0 edgecolor
  3.2385 +newpath 1134.61 44.44 moveto
  3.2386 +1139.39 34.99 lineto
  3.2387 +1129.75 39.4 lineto
  3.2388 +closepath stroke
  3.2389 +grestore
  3.2390 +% mhparse.c->mhstore
  3.2391 +gsave
  3.2392 +1 setlinewidth
  3.2393 +0 0 0 edgecolor
  3.2394 +newpath 977.52 179.93 moveto
  3.2395 +989.4 148.83 1014.65 82.73 1028.82 45.65 curveto
  3.2396 +stroke
  3.2397 +0 0 0 edgecolor
  3.2398 +newpath 1032.2 46.61 moveto
  3.2399 +1032.5 36.02 lineto
  3.2400 +1025.66 44.11 lineto
  3.2401 +closepath fill
  3.2402 +1 setlinewidth
  3.2403 +solid
  3.2404 +0 0 0 edgecolor
  3.2405 +newpath 1032.2 46.61 moveto
  3.2406 +1032.5 36.02 lineto
  3.2407 +1025.66 44.11 lineto
  3.2408 +closepath stroke
  3.2409 +grestore
  3.2410 +% mhparse.c->mhtest
  3.2411 +gsave
  3.2412 +1 setlinewidth
  3.2413 +0 0 0 edgecolor
  3.2414 +newpath 1017.43 180.73 moveto
  3.2415 +1115.86 146.24 1344.12 66.26 1437.77 33.45 curveto
  3.2416 +stroke
  3.2417 +0 0 0 edgecolor
  3.2418 +newpath 1439.18 36.66 moveto
  3.2419 +1447.46 30.05 lineto
  3.2420 +1436.87 30.05 lineto
  3.2421 +closepath fill
  3.2422 +1 setlinewidth
  3.2423 +solid
  3.2424 +0 0 0 edgecolor
  3.2425 +newpath 1439.18 36.66 moveto
  3.2426 +1447.46 30.05 lineto
  3.2427 +1436.87 30.05 lineto
  3.2428 +closepath stroke
  3.2429 +grestore
  3.2430 +% ftpsbr.c
  3.2431 +gsave
  3.2432 +1 setlinewidth
  3.2433 +0 0 0 nodecolor
  3.2434 +newpath 1106.25 216 moveto
  3.2435 +1035.75 216 lineto
  3.2436 +1035.75 180 lineto
  3.2437 +1106.25 180 lineto
  3.2438 +closepath stroke
  3.2439 +0 0 0 nodecolor
  3.2440 +14 /Times-Roman set_font
  3.2441 +1043.5 194.3 moveto 55 (ftpsbr.c) alignedtext
  3.2442 +grestore
  3.2443 +% ftpsbr.c->mhbuild
  3.2444 +gsave
  3.2445 +1 setlinewidth
  3.2446 +0 0 0 edgecolor
  3.2447 +newpath 1099.67 179.93 moveto
  3.2448 +1155.17 146.89 1277.02 74.35 1336.29 39.07 curveto
  3.2449 +stroke
  3.2450 +0 0 0 edgecolor
  3.2451 +newpath 1338.44 41.86 moveto
  3.2452 +1345.25 33.74 lineto
  3.2453 +1334.86 35.84 lineto
  3.2454 +closepath fill
  3.2455 +1 setlinewidth
  3.2456 +solid
  3.2457 +0 0 0 edgecolor
  3.2458 +newpath 1338.44 41.86 moveto
  3.2459 +1345.25 33.74 lineto
  3.2460 +1334.86 35.84 lineto
  3.2461 +closepath stroke
  3.2462 +grestore
  3.2463 +% ftpsbr.c->mhlist
  3.2464 +gsave
  3.2465 +1 setlinewidth
  3.2466 +0 0 0 edgecolor
  3.2467 +newpath 1089.51 179.93 moveto
  3.2468 +1124.47 147.68 1200.26 77.79 1239.44 41.65 curveto
  3.2469 +stroke
  3.2470 +0 0 0 edgecolor
  3.2471 +newpath 1242.24 43.83 moveto
  3.2472 +1247.21 34.48 lineto
  3.2473 +1237.49 38.69 lineto
  3.2474 +closepath fill
  3.2475 +1 setlinewidth
  3.2476 +solid
  3.2477 +0 0 0 edgecolor
  3.2478 +newpath 1242.24 43.83 moveto
  3.2479 +1247.21 34.48 lineto
  3.2480 +1237.49 38.69 lineto
  3.2481 +closepath stroke
  3.2482 +grestore
  3.2483 +% ftpsbr.c->mhn
  3.2484 +gsave
  3.2485 +1 setlinewidth
  3.2486 +0 0 0 edgecolor
  3.2487 +newpath 1058.44 179.93 moveto
  3.2488 +1034.96 148.03 984.38 79.3 957.55 42.84 curveto
  3.2489 +stroke
  3.2490 +0 0 0 edgecolor
  3.2491 +newpath 960.32 40.71 moveto
  3.2492 +951.58 34.73 lineto
  3.2493 +954.69 44.86 lineto
  3.2494 +closepath fill
  3.2495 +1 setlinewidth
  3.2496 +solid
  3.2497 +0 0 0 edgecolor
  3.2498 +newpath 960.32 40.71 moveto
  3.2499 +951.58 34.73 lineto
  3.2500 +954.69 44.86 lineto
  3.2501 +closepath stroke
  3.2502 +grestore
  3.2503 +% ftpsbr.c->mhshow
  3.2504 +gsave
  3.2505 +1 setlinewidth
  3.2506 +0 0 0 edgecolor
  3.2507 +newpath 1079.15 179.93 moveto
  3.2508 +1094.06 148.7 1125.84 82.17 1143.5 45.18 curveto
  3.2509 +stroke
  3.2510 +0 0 0 edgecolor
  3.2511 +newpath 1146.72 46.55 moveto
  3.2512 +1147.87 36.02 lineto
  3.2513 +1140.41 43.53 lineto
  3.2514 +closepath fill
  3.2515 +1 setlinewidth
  3.2516 +solid
  3.2517 +0 0 0 edgecolor
  3.2518 +newpath 1146.72 46.55 moveto
  3.2519 +1147.87 36.02 lineto
  3.2520 +1140.41 43.53 lineto
  3.2521 +closepath stroke
  3.2522 +grestore
  3.2523 +% ftpsbr.c->mhstore
  3.2524 +gsave
  3.2525 +1 setlinewidth
  3.2526 +0 0 0 edgecolor
  3.2527 +newpath 1067.93 179.93 moveto
  3.2528 +1062.36 148.97 1050.56 83.3 1043.88 46.13 curveto
  3.2529 +stroke
  3.2530 +0 0 0 edgecolor
  3.2531 +newpath 1047.27 45.24 moveto
  3.2532 +1042.06 36.02 lineto
  3.2533 +1040.38 46.48 lineto
  3.2534 +closepath fill
  3.2535 +1 setlinewidth
  3.2536 +solid
  3.2537 +0 0 0 edgecolor
  3.2538 +newpath 1047.27 45.24 moveto
  3.2539 +1042.06 36.02 lineto
  3.2540 +1040.38 46.48 lineto
  3.2541 +closepath stroke
  3.2542 +grestore
  3.2543 +% ftpsbr.c->mhtest
  3.2544 +gsave
  3.2545 +1 setlinewidth
  3.2546 +0 0 0 edgecolor
  3.2547 +newpath 1106.49 181.52 moveto
  3.2548 +1182.91 148.18 1362.42 69.86 1441.02 35.57 curveto
  3.2549 +stroke
  3.2550 +0 0 0 edgecolor
  3.2551 +newpath 1442.77 38.63 moveto
  3.2552 +1450.53 31.42 lineto
  3.2553 +1439.97 32.21 lineto
  3.2554 +closepath fill
  3.2555 +1 setlinewidth
  3.2556 +solid
  3.2557 +0 0 0 edgecolor
  3.2558 +newpath 1442.77 38.63 moveto
  3.2559 +1450.53 31.42 lineto
  3.2560 +1439.97 32.21 lineto
  3.2561 +closepath stroke
  3.2562 +grestore
  3.2563 +% md5.c
  3.2564 +gsave
  3.2565 +1 setlinewidth
  3.2566 +0 0 0 nodecolor
  3.2567 +newpath 1185.25 216 moveto
  3.2568 +1124.75 216 lineto
  3.2569 +1124.75 180 lineto
  3.2570 +1185.25 180 lineto
  3.2571 +closepath stroke
  3.2572 +0 0 0 nodecolor
  3.2573 +14 /Times-Roman set_font
  3.2574 +1132.5 194.3 moveto 45 (md5.c) alignedtext
  3.2575 +grestore
  3.2576 +% md5.c->mhbuild
  3.2577 +gsave
  3.2578 +1 setlinewidth
  3.2579 +0 0 0 edgecolor
  3.2580 +newpath 1175.62 179.93 moveto
  3.2581 +1214.72 147.56 1299.62 77.27 1343.12 41.25 curveto
  3.2582 +stroke
  3.2583 +0 0 0 edgecolor
  3.2584 +newpath 1345.53 43.81 moveto
  3.2585 +1351 34.73 lineto
  3.2586 +1341.06 38.41 lineto
  3.2587 +closepath fill
  3.2588 +1 setlinewidth
  3.2589 +solid
  3.2590 +0 0 0 edgecolor
  3.2591 +newpath 1345.53 43.81 moveto
  3.2592 +1351 34.73 lineto
  3.2593 +1341.06 38.41 lineto
  3.2594 +closepath stroke
  3.2595 +grestore
  3.2596 +% md5.c->mhlist
  3.2597 +gsave
  3.2598 +1 setlinewidth
  3.2599 +0 0 0 edgecolor
  3.2600 +newpath 1165.45 179.93 moveto
  3.2601 +1184.76 148.41 1226.09 80.92 1248.6 44.14 curveto
  3.2602 +stroke
  3.2603 +0 0 0 edgecolor
  3.2604 +newpath 1251.66 45.85 moveto
  3.2605 +1253.9 35.5 lineto
  3.2606 +1245.69 42.2 lineto
  3.2607 +closepath fill
  3.2608 +1 setlinewidth
  3.2609 +solid
  3.2610 +0 0 0 edgecolor
  3.2611 +newpath 1251.66 45.85 moveto
  3.2612 +1253.9 35.5 lineto
  3.2613 +1245.69 42.2 lineto
  3.2614 +closepath stroke
  3.2615 +grestore
  3.2616 +% md5.c->mhn
  3.2617 +gsave
  3.2618 +1 setlinewidth
  3.2619 +0 0 0 edgecolor
  3.2620 +newpath 1134.38 179.93 moveto
  3.2621 +1094.69 147.07 1007.79 75.13 964.93 39.64 curveto
  3.2622 +stroke
  3.2623 +0 0 0 edgecolor
  3.2624 +newpath 967.15 36.93 moveto
  3.2625 +957.21 33.25 lineto
  3.2626 +962.68 42.32 lineto
  3.2627 +closepath fill
  3.2628 +1 setlinewidth
  3.2629 +solid
  3.2630 +0 0 0 edgecolor
  3.2631 +newpath 967.15 36.93 moveto
  3.2632 +957.21 33.25 lineto
  3.2633 +962.68 42.32 lineto
  3.2634 +closepath stroke
  3.2635 +grestore
  3.2636 +% md5.c->mhshow
  3.2637 +gsave
  3.2638 +1 setlinewidth
  3.2639 +0 0 0 edgecolor
  3.2640 +newpath 1155.1 179.93 moveto
  3.2641 +1155.27 148.97 1155.64 83.3 1155.85 46.13 curveto
  3.2642 +stroke
  3.2643 +0 0 0 edgecolor
  3.2644 +newpath 1159.35 46.04 moveto
  3.2645 +1155.9 36.02 lineto
  3.2646 +1152.35 46 lineto
  3.2647 +closepath fill
  3.2648 +1 setlinewidth
  3.2649 +solid
  3.2650 +0 0 0 edgecolor
  3.2651 +newpath 1159.35 46.04 moveto
  3.2652 +1155.9 36.02 lineto
  3.2653 +1152.35 46 lineto
  3.2654 +closepath stroke
  3.2655 +grestore
  3.2656 +% md5.c->mhstore
  3.2657 +gsave
  3.2658 +1 setlinewidth
  3.2659 +0 0 0 edgecolor
  3.2660 +newpath 1143.88 179.93 moveto
  3.2661 +1123.39 148.49 1079.57 81.26 1055.57 44.43 curveto
  3.2662 +stroke
  3.2663 +0 0 0 edgecolor
  3.2664 +newpath 1058.31 42.22 moveto
  3.2665 +1049.92 35.76 lineto
  3.2666 +1052.45 46.04 lineto
  3.2667 +closepath fill
  3.2668 +1 setlinewidth
  3.2669 +solid
  3.2670 +0 0 0 edgecolor
  3.2671 +newpath 1058.31 42.22 moveto
  3.2672 +1049.92 35.76 lineto
  3.2673 +1052.45 46.04 lineto
  3.2674 +closepath stroke
  3.2675 +grestore
  3.2676 +% md5.c->mhtest
  3.2677 +gsave
  3.2678 +1 setlinewidth
  3.2679 +0 0 0 edgecolor
  3.2680 +newpath 1185.48 180.25 moveto
  3.2681 +1246.29 146.85 1382.25 72.15 1445.48 37.42 curveto
  3.2682 +stroke
  3.2683 +0 0 0 edgecolor
  3.2684 +newpath 1447.18 40.47 moveto
  3.2685 +1454.26 32.59 lineto
  3.2686 +1443.81 34.34 lineto
  3.2687 +closepath fill
  3.2688 +1 setlinewidth
  3.2689 +solid
  3.2690 +0 0 0 edgecolor
  3.2691 +newpath 1447.18 40.47 moveto
  3.2692 +1454.26 32.59 lineto
  3.2693 +1443.81 34.34 lineto
  3.2694 +closepath stroke
  3.2695 +grestore
  3.2696 +% mhbuildsbr.c
  3.2697 +gsave
  3.2698 +1 setlinewidth
  3.2699 +0 0 0 nodecolor
  3.2700 +newpath 1650 216 moveto
  3.2701 +1540 216 lineto
  3.2702 +1540 180 lineto
  3.2703 +1650 180 lineto
  3.2704 +closepath stroke
  3.2705 +0 0 0 nodecolor
  3.2706 +14 /Times-Roman set_font
  3.2707 +1548 194.3 moveto 94 (mhbuildsbr.c) alignedtext
  3.2708 +grestore
  3.2709 +% mhbuildsbr.c->mhbuild
  3.2710 +gsave
  3.2711 +1 setlinewidth
  3.2712 +0 0 0 edgecolor
  3.2713 +newpath 1573.43 179.93 moveto
  3.2714 +1532.32 147.41 1442.83 76.62 1397.5 40.75 curveto
  3.2715 +stroke
  3.2716 +0 0 0 edgecolor
  3.2717 +newpath 1399.58 37.94 moveto
  3.2718 +1389.57 34.48 lineto
  3.2719 +1395.24 43.43 lineto
  3.2720 +closepath fill
  3.2721 +1 setlinewidth
  3.2722 +solid
  3.2723 +0 0 0 edgecolor
  3.2724 +newpath 1399.58 37.94 moveto
  3.2725 +1389.57 34.48 lineto
  3.2726 +1395.24 43.43 lineto
  3.2727 +closepath stroke
  3.2728 +grestore
  3.2729 +% mhcachesbr.c
  3.2730 +gsave
  3.2731 +1 setlinewidth
  3.2732 +0 0 0 nodecolor
  3.2733 +newpath 1319.5 216 moveto
  3.2734 +1204.5 216 lineto
  3.2735 +1204.5 180 lineto
  3.2736 +1319.5 180 lineto
  3.2737 +closepath stroke
  3.2738 +0 0 0 nodecolor
  3.2739 +14 /Times-Roman set_font
  3.2740 +1212 194.3 moveto 100 (mhcachesbr.c) alignedtext
  3.2741 +grestore
  3.2742 +% mhcachesbr.c->mhbuild
  3.2743 +gsave
  3.2744 +1 setlinewidth
  3.2745 +0 0 0 edgecolor
  3.2746 +newpath 1272.36 179.93 moveto
  3.2747 +1291.43 148.49 1332.22 81.26 1354.57 44.43 curveto
  3.2748 +stroke
  3.2749 +0 0 0 edgecolor
  3.2750 +newpath 1357.64 46.12 moveto
  3.2751 +1359.83 35.76 lineto
  3.2752 +1351.65 42.49 lineto
  3.2753 +closepath fill
  3.2754 +1 setlinewidth
  3.2755 +solid
  3.2756 +0 0 0 edgecolor
  3.2757 +newpath 1357.64 46.12 moveto
  3.2758 +1359.83 35.76 lineto
  3.2759 +1351.65 42.49 lineto
  3.2760 +closepath stroke
  3.2761 +grestore
  3.2762 +% mhcachesbr.c->mhlist
  3.2763 +gsave
  3.2764 +1 setlinewidth
  3.2765 +0 0 0 edgecolor
  3.2766 +newpath 1262.19 179.93 moveto
  3.2767 +1262.54 148.97 1263.28 83.3 1263.7 46.13 curveto
  3.2768 +stroke
  3.2769 +0 0 0 edgecolor
  3.2770 +newpath 1267.2 46.05 moveto
  3.2771 +1263.81 36.02 lineto
  3.2772 +1260.2 45.98 lineto
  3.2773 +closepath fill
  3.2774 +1 setlinewidth
  3.2775 +solid
  3.2776 +0 0 0 edgecolor
  3.2777 +newpath 1267.2 46.05 moveto
  3.2778 +1263.81 36.02 lineto
  3.2779 +1260.2 45.98 lineto
  3.2780 +closepath stroke
  3.2781 +grestore
  3.2782 +% mhcachesbr.c->mhn
  3.2783 +gsave
  3.2784 +1 setlinewidth
  3.2785 +0 0 0 edgecolor
  3.2786 +newpath 1231.13 179.93 moveto
  3.2787 +1169.59 145.92 1032.3 70.02 970.81 36.03 curveto
  3.2788 +stroke
  3.2789 +0 0 0 edgecolor
  3.2790 +newpath 972.41 32.92 moveto
  3.2791 +961.96 31.14 lineto
  3.2792 +969.02 39.04 lineto
  3.2793 +closepath fill
  3.2794 +1 setlinewidth
  3.2795 +solid
  3.2796 +0 0 0 edgecolor
  3.2797 +newpath 972.41 32.92 moveto
  3.2798 +961.96 31.14 lineto
  3.2799 +969.02 39.04 lineto
  3.2800 +closepath stroke
  3.2801 +grestore
  3.2802 +% mhcachesbr.c->mhshow
  3.2803 +gsave
  3.2804 +1 setlinewidth
  3.2805 +0 0 0 edgecolor
  3.2806 +newpath 1251.84 179.93 moveto
  3.2807 +1233.11 148.49 1193.08 81.26 1171.14 44.43 curveto
  3.2808 +stroke
  3.2809 +0 0 0 edgecolor
  3.2810 +newpath 1174.1 42.56 moveto
  3.2811 +1165.98 35.76 lineto
  3.2812 +1168.09 46.14 lineto
  3.2813 +closepath fill
  3.2814 +1 setlinewidth
  3.2815 +solid
  3.2816 +0 0 0 edgecolor
  3.2817 +newpath 1174.1 42.56 moveto
  3.2818 +1165.98 35.76 lineto
  3.2819 +1168.09 46.14 lineto
  3.2820 +closepath stroke
  3.2821 +grestore
  3.2822 +% mhcachesbr.c->mhstore
  3.2823 +gsave
  3.2824 +1 setlinewidth
  3.2825 +0 0 0 edgecolor
  3.2826 +newpath 1240.62 179.93 moveto
  3.2827 +1199.98 147.49 1111.63 76.97 1066.59 41.03 curveto
  3.2828 +stroke
  3.2829 +0 0 0 edgecolor
  3.2830 +newpath 1068.71 38.24 moveto
  3.2831 +1058.71 34.73 lineto
  3.2832 +1064.34 43.71 lineto
  3.2833 +closepath fill
  3.2834 +1 setlinewidth
  3.2835 +solid
  3.2836 +0 0 0 edgecolor
  3.2837 +newpath 1068.71 38.24 moveto
  3.2838 +1058.71 34.73 lineto
  3.2839 +1064.34 43.71 lineto
  3.2840 +closepath stroke
  3.2841 +grestore
  3.2842 +% mhcachesbr.c->mhtest
  3.2843 +gsave
  3.2844 +1 setlinewidth
  3.2845 +0 0 0 edgecolor
  3.2846 +newpath 1282.81 179.93 moveto
  3.2847 +1322.47 147.4 1408.83 76.56 1452.54 40.71 curveto
  3.2848 +stroke
  3.2849 +0 0 0 edgecolor
  3.2850 +newpath 1454.92 43.28 moveto
  3.2851 +1460.43 34.23 lineto
  3.2852 +1450.48 37.87 lineto
  3.2853 +closepath fill
  3.2854 +1 setlinewidth
  3.2855 +solid
  3.2856 +0 0 0 edgecolor
  3.2857 +newpath 1454.92 43.28 moveto
  3.2858 +1460.43 34.23 lineto
  3.2859 +1450.48 37.87 lineto
  3.2860 +closepath stroke
  3.2861 +grestore
  3.2862 +% mhlsbr.c
  3.2863 +gsave
  3.2864 +1 setlinewidth
  3.2865 +0 0 0 nodecolor
  3.2866 +newpath 1965 216 moveto
  3.2867 +1887 216 lineto
  3.2868 +1887 180 lineto
  3.2869 +1965 180 lineto
  3.2870 +closepath stroke
  3.2871 +0 0 0 nodecolor
  3.2872 +14 /Times-Roman set_font
  3.2873 +1895 194.3 moveto 62 (mhlsbr.c) alignedtext
  3.2874 +grestore
  3.2875 +% mhlsbr.c->mhl
  3.2876 +gsave
  3.2877 +1 setlinewidth
  3.2878 +0 0 0 edgecolor
  3.2879 +newpath 1912.38 179.93 moveto
  3.2880 +1886.87 147.95 1831.83 78.96 1802.8 42.57 curveto
  3.2881 +stroke
  3.2882 +0 0 0 edgecolor
  3.2883 +newpath 1805.32 40.12 moveto
  3.2884 +1796.35 34.48 lineto
  3.2885 +1799.85 44.48 lineto
  3.2886 +closepath fill
  3.2887 +1 setlinewidth
  3.2888 +solid
  3.2889 +0 0 0 edgecolor
  3.2890 +newpath 1805.32 40.12 moveto
  3.2891 +1796.35 34.48 lineto
  3.2892 +1799.85 44.48 lineto
  3.2893 +closepath stroke
  3.2894 +grestore
  3.2895 +% mhlsbr.c->msh
  3.2896 +gsave
  3.2897 +1 setlinewidth
  3.2898 +0 0 0 edgecolor
  3.2899 +newpath 1945.27 179.93 moveto
  3.2900 +1982.23 147.21 2062.95 75.73 2103.19 40.08 curveto
  3.2901 +stroke
  3.2902 +0 0 0 edgecolor
  3.2903 +newpath 2105.74 42.5 moveto
  3.2904 +2110.91 33.25 lineto
  3.2905 +2101.1 37.26 lineto
  3.2906 +closepath fill
  3.2907 +1 setlinewidth
  3.2908 +solid
  3.2909 +0 0 0 edgecolor
  3.2910 +newpath 2105.74 42.5 moveto
  3.2911 +2110.91 33.25 lineto
  3.2912 +2101.1 37.26 lineto
  3.2913 +closepath stroke
  3.2914 +grestore
  3.2915 +% mhlsbr.c->show
  3.2916 +gsave
  3.2917 +1 setlinewidth
  3.2918 +0 0 0 edgecolor
  3.2919 +newpath 1920.25 179.93 moveto
  3.2920 +1909.76 148.83 1887.48 82.73 1874.98 45.65 curveto
  3.2921 +stroke
  3.2922 +0 0 0 edgecolor
  3.2923 +newpath 1878.25 44.37 moveto
  3.2924 +1871.74 36.02 lineto
  3.2925 +1871.61 46.61 lineto
  3.2926 +closepath fill
  3.2927 +1 setlinewidth
  3.2928 +solid
  3.2929 +0 0 0 edgecolor
  3.2930 +newpath 1878.25 44.37 moveto
  3.2931 +1871.74 36.02 lineto
  3.2932 +1871.61 46.61 lineto
  3.2933 +closepath stroke
  3.2934 +grestore
  3.2935 +% mhshowsbr.c
  3.2936 +gsave
  3.2937 +1 setlinewidth
  3.2938 +0 0 0 nodecolor
  3.2939 +newpath 793.25 216 moveto
  3.2940 +682.75 216 lineto
  3.2941 +682.75 180 lineto
  3.2942 +793.25 180 lineto
  3.2943 +closepath stroke
  3.2944 +0 0 0 nodecolor
  3.2945 +14 /Times-Roman set_font
  3.2946 +690.5 194.3 moveto 95 (mhshowsbr.c) alignedtext
  3.2947 +grestore
  3.2948 +% mhshowsbr.c->mhn
  3.2949 +gsave
  3.2950 +1 setlinewidth
  3.2951 +0 0 0 edgecolor
  3.2952 +newpath 757.37 179.93 moveto
  3.2953 +794.49 147.22 875.56 75.78 916.03 40.12 curveto
  3.2954 +stroke
  3.2955 +0 0 0 edgecolor
  3.2956 +newpath 918.37 42.73 moveto
  3.2957 +923.55 33.49 lineto
  3.2958 +913.74 37.48 lineto
  3.2959 +closepath fill
  3.2960 +1 setlinewidth
  3.2961 +solid
  3.2962 +0 0 0 edgecolor
  3.2963 +newpath 918.37 42.73 moveto
  3.2964 +923.55 33.49 lineto
  3.2965 +913.74 37.48 lineto
  3.2966 +closepath stroke
  3.2967 +grestore
  3.2968 +% mhshowsbr.c->mhshow
  3.2969 +gsave
  3.2970 +1 setlinewidth
  3.2971 +0 0 0 edgecolor
  3.2972 +newpath 778.08 179.93 moveto
  3.2973 +857.9 145.94 1035.9 70.14 1115.81 36.11 curveto
  3.2974 +stroke
  3.2975 +0 0 0 edgecolor
  3.2976 +newpath 1117.23 39.32 moveto
  3.2977 +1125.06 32.18 lineto
  3.2978 +1114.48 32.88 lineto
  3.2979 +closepath fill
  3.2980 +1 setlinewidth
  3.2981 +solid
  3.2982 +0 0 0 edgecolor
  3.2983 +newpath 1117.23 39.32 moveto
  3.2984 +1125.06 32.18 lineto
  3.2985 +1114.48 32.88 lineto
  3.2986 +closepath stroke
  3.2987 +grestore
  3.2988 +% mhshowsbr.c->mhstore
  3.2989 +gsave
  3.2990 +1 setlinewidth
  3.2991 +0 0 0 edgecolor
  3.2992 +newpath 766.86 179.93 moveto
  3.2993 +822.84 146.83 945.9 74.06 1005.43 38.85 curveto
  3.2994 +stroke
  3.2995 +0 0 0 edgecolor
  3.2996 +newpath 1007.25 41.84 moveto
  3.2997 +1014.08 33.74 lineto
  3.2998 +1003.69 35.81 lineto
  3.2999 +closepath fill
  3.3000 +1 setlinewidth
  3.3001 +solid
  3.3002 +0 0 0 edgecolor
  3.3003 +newpath 1007.25 41.84 moveto
  3.3004 +1014.08 33.74 lineto
  3.3005 +1003.69 35.81 lineto
  3.3006 +closepath stroke
  3.3007 +grestore
  3.3008 +% mhstoresbr.c
  3.3009 +gsave
  3.3010 +1 setlinewidth
  3.3011 +0 0 0 nodecolor
  3.3012 +newpath 664 216 moveto
  3.3013 +554 216 lineto
  3.3014 +554 180 lineto
  3.3015 +664 180 lineto
  3.3016 +closepath stroke
  3.3017 +0 0 0 nodecolor
  3.3018 +14 /Times-Roman set_font
  3.3019 +562 194.3 moveto 94 (mhstoresbr.c) alignedtext
  3.3020 +grestore
  3.3021 +% mhstoresbr.c->mhn
  3.3022 +gsave
  3.3023 +1 setlinewidth
  3.3024 +0 0 0 edgecolor
  3.3025 +newpath 640.74 179.93 moveto
  3.3026 +704.15 145.83 845.81 69.65 908.79 35.79 curveto
  3.3027 +stroke
  3.3028 +0 0 0 edgecolor
  3.3029 +newpath 910.69 38.74 moveto
  3.3030 +917.84 30.92 lineto
  3.3031 +907.38 32.57 lineto
  3.3032 +closepath fill
  3.3033 +1 setlinewidth
  3.3034 +solid
  3.3035 +0 0 0 edgecolor
  3.3036 +newpath 910.69 38.74 moveto
  3.3037 +917.84 30.92 lineto
  3.3038 +907.38 32.57 lineto
  3.3039 +closepath stroke
  3.3040 +grestore
  3.3041 +% mhstoresbr.c->mhstore
  3.3042 +gsave
  3.3043 +1 setlinewidth
  3.3044 +0 0 0 edgecolor
  3.3045 +newpath 650.23 179.93 moveto
  3.3046 +732.54 145.86 916.35 69.77 998.26 35.86 curveto
  3.3047 +stroke
  3.3048 +0 0 0 edgecolor
  3.3049 +newpath 999.83 39 moveto
  3.3050 +1007.73 31.94 lineto
  3.3051 +997.15 32.54 lineto
  3.3052 +closepath fill
  3.3053 +1 setlinewidth
  3.3054 +solid
  3.3055 +0 0 0 edgecolor
  3.3056 +newpath 999.83 39 moveto
  3.3057 +1007.73 31.94 lineto
  3.3058 +997.15 32.54 lineto
  3.3059 +closepath stroke
  3.3060 +grestore
  3.3061 +% picksbr.c
  3.3062 +gsave
  3.3063 +1 setlinewidth
  3.3064 +0 0 0 nodecolor
  3.3065 +newpath 2283 216 moveto
  3.3066 +2201 216 lineto
  3.3067 +2201 180 lineto
  3.3068 +2283 180 lineto
  3.3069 +closepath stroke
  3.3070 +0 0 0 nodecolor
  3.3071 +14 /Times-Roman set_font
  3.3072 +2209 194.3 moveto 66 (picksbr.c) alignedtext
  3.3073 +grestore
  3.3074 +% picksbr.c->msh
  3.3075 +gsave
  3.3076 +1 setlinewidth
  3.3077 +0 0 0 edgecolor
  3.3078 +newpath 2230.97 179.93 moveto
  3.3079 +2210.5 148.25 2166.56 80.23 2142.88 43.58 curveto
  3.3080 +stroke
  3.3081 +0 0 0 edgecolor
  3.3082 +newpath 2145.69 41.49 moveto
  3.3083 +2137.33 34.99 lineto
  3.3084 +2139.81 45.28 lineto
  3.3085 +closepath fill
  3.3086 +1 setlinewidth
  3.3087 +solid
  3.3088 +0 0 0 edgecolor
  3.3089 +newpath 2145.69 41.49 moveto
  3.3090 +2137.33 34.99 lineto
  3.3091 +2139.81 45.28 lineto
  3.3092 +closepath stroke
  3.3093 +grestore
  3.3094 +% pick
  3.3095 +gsave
  3.3096 +1 setlinewidth
  3.3097 +0 0 0 nodecolor
  3.3098 +2224 18 30.32 18 ellipse_path stroke
  3.3099 +0 0 0 nodecolor
  3.3100 +14 /Times-Roman set_font
  3.3101 +2208.5 14.3 moveto 31 (pick) alignedtext
  3.3102 +grestore
  3.3103 +% picksbr.c->pick
  3.3104 +gsave
  3.3105 +1 setlinewidth
  3.3106 +0 0 0 edgecolor
  3.3107 +newpath 2240.27 179.93 moveto
  3.3108 +2237.14 148.97 2230.5 83.3 2226.74 46.13 curveto
  3.3109 +stroke
  3.3110 +0 0 0 edgecolor
  3.3111 +newpath 2230.21 45.61 moveto
  3.3112 +2225.72 36.02 lineto
  3.3113 +2223.24 46.32 lineto
  3.3114 +closepath fill
  3.3115 +1 setlinewidth
  3.3116 +solid
  3.3117 +0 0 0 edgecolor
  3.3118 +newpath 2230.21 45.61 moveto
  3.3119 +2225.72 36.02 lineto
  3.3120 +2223.24 46.32 lineto
  3.3121 +closepath stroke
  3.3122 +grestore
  3.3123 +% mshcmds.c
  3.3124 +gsave
  3.3125 +1 setlinewidth
  3.3126 +0 0 0 nodecolor
  3.3127 +newpath 2182.5 216 moveto
  3.3128 +2085.5 216 lineto
  3.3129 +2085.5 180 lineto
  3.3130 +2182.5 180 lineto
  3.3131 +closepath stroke
  3.3132 +0 0 0 nodecolor
  3.3133 +14 /Times-Roman set_font
  3.3134 +2093 194.3 moveto 82 (mshcmds.c) alignedtext
  3.3135 +grestore
  3.3136 +% mshcmds.c->msh
  3.3137 +gsave
  3.3138 +1 setlinewidth
  3.3139 +0 0 0 edgecolor
  3.3140 +newpath 2133.33 179.93 moveto
  3.3141 +2132.11 148.97 2129.53 83.3 2128.07 46.13 curveto
  3.3142 +stroke
  3.3143 +0 0 0 edgecolor
  3.3144 +newpath 2131.56 45.87 moveto
  3.3145 +2127.67 36.02 lineto
  3.3146 +2124.56 46.15 lineto
  3.3147 +closepath fill
  3.3148 +1 setlinewidth
  3.3149 +solid
  3.3150 +0 0 0 edgecolor
  3.3151 +newpath 2131.56 45.87 moveto
  3.3152 +2127.67 36.02 lineto
  3.3153 +2124.56 46.15 lineto
  3.3154 +closepath stroke
  3.3155 +grestore
  3.3156 +% vmhsbr.c
  3.3157 +gsave
  3.3158 +1 setlinewidth
  3.3159 +0 0 0 nodecolor
  3.3160 +newpath 2383 216 moveto
  3.3161 +2301 216 lineto
  3.3162 +2301 180 lineto
  3.3163 +2383 180 lineto
  3.3164 +closepath stroke
  3.3165 +0 0 0 nodecolor
  3.3166 +14 /Times-Roman set_font
  3.3167 +2309 194.3 moveto 66 (vmhsbr.c) alignedtext
  3.3168 +grestore
  3.3169 +% vmhsbr.c->msh
  3.3170 +gsave
  3.3171 +1 setlinewidth
  3.3172 +0 0 0 edgecolor
  3.3173 +newpath 2321.38 179.93 moveto
  3.3174 +2281.68 147.06 2194.72 75.07 2151.87 39.59 curveto
  3.3175 +stroke
  3.3176 +0 0 0 edgecolor
  3.3177 +newpath 2153.85 36.69 moveto
  3.3178 +2143.92 33.01 lineto
  3.3179 +2149.39 42.08 lineto
  3.3180 +closepath fill
  3.3181 +1 setlinewidth
  3.3182 +solid
  3.3183 +0 0 0 edgecolor
  3.3184 +newpath 2153.85 36.69 moveto
  3.3185 +2143.92 33.01 lineto
  3.3186 +2149.39 42.08 lineto
  3.3187 +closepath stroke
  3.3188 +grestore
  3.3189 +% vmh
  3.3190 +gsave
  3.3191 +1 setlinewidth
  3.3192 +0 0 0 nodecolor
  3.3193 +2303 18 30.32 18 ellipse_path stroke
  3.3194 +0 0 0 nodecolor
  3.3195 +14 /Times-Roman set_font
  3.3196 +2287.5 14.3 moveto 31 (vmh) alignedtext
  3.3197 +grestore
  3.3198 +% vmhsbr.c->vmh
  3.3199 +gsave
  3.3200 +1 setlinewidth
  3.3201 +0 0 0 edgecolor
  3.3202 +newpath 2338.26 179.93 moveto
  3.3203 +2331.48 148.97 2317.09 83.3 2308.94 46.13 curveto
  3.3204 +stroke
  3.3205 +0 0 0 edgecolor
  3.3206 +newpath 2312.29 45.03 moveto
  3.3207 +2306.73 36.02 lineto
  3.3208 +2305.45 46.53 lineto
  3.3209 +closepath fill
  3.3210 +1 setlinewidth
  3.3211 +solid
  3.3212 +0 0 0 edgecolor
  3.3213 +newpath 2312.29 45.03 moveto
  3.3214 +2306.73 36.02 lineto
  3.3215 +2305.45 46.53 lineto
  3.3216 +closepath stroke
  3.3217 +grestore
  3.3218 +% replsbr.c
  3.3219 +gsave
  3.3220 +1 setlinewidth
  3.3221 +0 0 0 nodecolor
  3.3222 +newpath 3372 216 moveto
  3.3223 +3292 216 lineto
  3.3224 +3292 180 lineto
  3.3225 +3372 180 lineto
  3.3226 +closepath stroke
  3.3227 +0 0 0 nodecolor
  3.3228 +14 /Times-Roman set_font
  3.3229 +3300 194.3 moveto 64 (replsbr.c) alignedtext
  3.3230 +grestore
  3.3231 +% replsbr.c->repl
  3.3232 +gsave
  3.3233 +1 setlinewidth
  3.3234 +0 0 0 edgecolor
  3.3235 +newpath 3321.84 179.93 moveto
  3.3236 +3303.01 148.33 3262.67 80.57 3240.81 43.86 curveto
  3.3237 +stroke
  3.3238 +0 0 0 edgecolor
  3.3239 +newpath 3243.8 42.04 moveto
  3.3240 +3235.67 35.24 lineto
  3.3241 +3237.78 45.62 lineto
  3.3242 +closepath fill
  3.3243 +1 setlinewidth
  3.3244 +solid
  3.3245 +0 0 0 edgecolor
  3.3246 +newpath 3243.8 42.04 moveto
  3.3247 +3235.67 35.24 lineto
  3.3248 +3237.78 45.62 lineto
  3.3249 +closepath stroke
  3.3250 +grestore
  3.3251 +endpage
  3.3252 +showpage
  3.3253 +grestore
  3.3254 +%%PageTrailer
  3.3255 +%%EndPage: 1
  3.3256 +%%Trailer
  3.3257 +end
  3.3258 +restore
  3.3259 +%%EOF
     4.1 --- a/makefile	Sat Jul 14 23:19:27 2012 +0200
     4.2 +++ b/makefile	Sun Jul 15 18:41:35 2012 +0200
     4.3 @@ -11,12 +11,14 @@
     4.4  $(NAME).ps: $(CHAPS) makefile $(BIB) toc.ig refs.ig
     4.5  	export TROFFONTS=fonts;\
     4.6  	soelim $(CHAPS) | $(REFER) | \
     4.7 -		tbl | grap | pic | troff -Tps -ms 2>err.ig | dpost >$@
     4.8 +		tbl | grap | pic | \
     4.9 +		troff -Tps -ms -mpictures 2>err.ig | dpost >$@
    4.10  
    4.11  err.ig: $(CHAPS)
    4.12  	export TROFFONTS=fonts;\
    4.13  	soelim $(CHAPS) | $(REFER) | \
    4.14 -		tbl | grap | pic | troff -Tps -ms -rZ1 -z 2>$@
    4.15 +		tbl | grap | pic | \
    4.16 +		troff -Tps -ms -mpictures -rZ1 -z 2>$@
    4.17  
    4.18  toc.ig: err.ig
    4.19  	sed -n '/^TOC____/s///p' err.ig >$@