sw/ 775 5300 156 0 5557517400 4527 sw/man/ 775 5300 156 0 5466014772 5305 sw/man/man5/ 775 5300 156 0 5466014775 6150 sw/man/man5/jspcenv.5 444 5300 156 10435 5557513114 10002 '\" te .\" %W% %G% .TH JSPCENV 5 "%G%" .SH NAME JSPC, JSPCMAKE, JSPC_DBPATH, PERLLIB, PFPATH, SCHEMA_DIR, TAUP_PATH, TAUP_TABLE, TCL_LIBRARY, TK_LIBRARY, GRX_PSCOLOR, GRX_FONTPATH \- JSPC environment variables overview .SH DESCRIPTION .LP This document provides a central location for notes about the various environment variables which are used in JSPC software. These environment variables are typically used by just one or a few library routines. You may find more detailed information in the documentation for that routine or library, indicated in the note for each environment variable. .IP JSPC .br Setting this environment variable to the directory in which the software is unloaded should allow most of the software to find the data files required. (\fISee datafile(3).\fR) However, perl scripts and tcl/tk scripts may also require the PERLLIB and TCL_LIBRARY and TK_LIBRARY environment variables. .IP JSPCMAKE .br This environment variable should specify a makefile which is included by all the Makefiles in the JSPC sw/src directory. It defines rules for the standard targets in JSPC Makefiles. More information about these targets is provided in the JSPC man page makefile(5). .IP JSPC_DBPATH .br This environment variable was previously required by much of the database software produced by JSPC, and provided a means of separating various CSS tables in different directories. This environment variable is now deprecated, and should not be necessary for current released software. .IP PERLLIB .br .IP PERLLIB .br Some of JSPC software uses perl, a freely available and popular scripting language. These perl scripts may also use several JSPC perl libraries, which are kept in $(JSPC)/data/perl. Set PERLLIB as follows: .sp 1 setenv PERLLIB $(JSPC)/data/perl. .sp 1 \fI(You must install perl, version 4.0, patchlevel 35, yourself. It is available from the net, for example at ftp.uu.net.)\fR .IP PFPATH .br Some programs require input from a parameter file. This variable overrides the default path to the parameter files: "$(JSPC)/data/pf:.". See pf(3). .IP SCHEMA_DIR .br This path overrides the default location ($(JSPC)/data/schemas) for the schema files. These files define the database schema used by the db library routines, and are required to run most programs, including dblook and dbpick. See dbopen(3), dbschema(5). .IP TAUP_PATH .IP TAUP_TABLE .br These variables overrides the default directory ($(JSPC)/data/tables/taup_ttimes) for the travel time tables, and the default travel time table (iasp91). .IP TCL_LIBRARY .IP TK_LIBRARY Some JSPC software requires tcl/tk, another freely available and popular scripting language. A special version of wish or tcl is required: dbwish or dbtcl. These special versions need to have TCL_LIBRARY and TK_LIBRARY set to point to the corresponding tcl/tk library directories. Use the following: .sp 1 setenv TCL_LIBRARY $(JSPC)/data/tcl/tcl .sp 1 setenv TK_LIBRARY $(JSPC)/data/tcl/tk .sp 1 \fIYou may wish to install tcl/tk yourself; the standard ftp site in the US is harbor.ecn.purdue.edu:pub/tcl. To successfully link our special versions of wish and tcl, you will need the following versions and extensions: .sp 1 tcl7.3 .br tk3.6 .br tclX7.3 .br BLT .br Xpm .br expectk .IP GRX_PSCOLOR .br This variable defines the treatment of color in postscript output from the niceplot library (this has no effect on the appearance of the image in the X11 window). The variable may be set to the following values: .sp full - Produces full color PostScript that looks just like the X11 window on a color workstation. .sp fore - Produces color PostScript for contour images, and foreground colors, but makes background colors white. Attempts to adjust foreground colors to be visible on a white background in cases where they would be hard to distinguish (such as yellow). .sp color or any other non-blank setting - Produces color PostScript only for color contour images. Evrything else is black on white. .sp blank or not set - Produces grayscale PostScript only for color contour images. Evrything else is black on white. .IP GRX_FONTPATH .br This path overrides the default location ($(JSPC)/data/fonts.bin) for the binary font file used by the niceplot library. .SH "SEE ALSO" .nf .fi .SH "BUGS AND CAVEATS" .SH AUTHOR .nf Daniel Quinlan Danny Harvey .fi sw/README.bin 664 5300 156 3261 5560021075 6235 This tar file includes executables and man pages (if available) for some programs from the Joint Seismic Program Center at the University of Colorado. The executables are statically linked, for a Sun SPARC machine running SunOS 4.1.x. The executables are contained in the directory bin; man pages are in the appropriate directory under man. Some of these programs may require data files in order to run. These data files should be present under the data directory. In order to find these files in your system, the programs will reference the environment variable JSPC, which you should set to the current directory, eg: setenv JSPC $PWD You should also add the bin directory to your path: set path=($JSPC/bin $path) You may wish to add the man directory to your manpath variable: setenv MANPATH $JSPC/man:$MANPATH If the JSPC programs include Perl scripts, you will need to set the PERLLIB environment variable: setenv PERLLIB $JSPC/data/perl If the JSPC programs include tcl/tk scripts, you will need to set the TCL_LIBRARY and TK_LIBRARY environment variables: setenv TCL_LIBRARY $JSPC/data/tcl/tcl setenv TK_LIBRARY $JSPC/data/tcl/tk If the binary package includes some libraries in $JSPC/lib, you will need to add that directory to your LD_LIBRARY_PATH environment variable: setenv LD_LIBRARY_PATH $JSPC/lib:$LD_LIBRARY_PATH See man jspcenv for more information about environment variables. If you have any difficulty or questions, please contact IRIS Joint Seismic Program Center University of Colorado Physics Department, Campus Box 583 Boulder, CO 80309-0583 303/492-5243 problems@jspc.colorado.edu your path: set path=($JSPC/bin $path) You may wish to add the man directory to your manpath variable: setenv MANPATH $JSPC/man:$MANPATH If the JSPC programs include Perl scripts, you will need to set the PERLLIB environment variable: setenv PERLLIB $JSPC/data/perl If the JSPC programs include tcl/tk scripts, you wilsw/Environment 664 5300 156 14322 5557513115 7064 JSPCENV(5) FILE FORMATS JSPCENV(5) NAME JSPC, JSPCMAKE, JSPC_DBPATH, PERLLIB, PFPATH, SCHEMA_DIR, TAUP_PATH, TAUP_TABLE, TCL_LIBRARY, TK_LIBRARY, GRX_PSCOLOR, GRX_FONTPATH - JSPC environment variables overview DESCRIPTION This document provides a central location for notes about the various environment variables which are used in JSPC software. These environment variables are typically used by just one or a few library routines. You may find more detailed information in the documentation for that routine or library, indicated in the note for each environment vari- able. JSPC Setting this environment variable to the directory in which the software is unloaded should allow most of the software to find the data files required. (_S_e_e _d_a_t_a_f_i_l_e(_3).) However, perl scripts and tcl/tk scripts may also require the PERLLIB and TCL_LIBRARY and TK_LIBRARY environment variables. JSPCMAKE This environment variable should specify a makefile which is included by all the Makefiles in the JSPC sw/src directory. It defines rules for the standard targets in JSPC Makefiles. More information about these targets is provided in the JSPC man page makefile(5). JSPC_DBPATH This environment variable was previously required by much of the database software produced by JSPC, and provided a means of separating various CSS tables in different directories. This environment variable is now deprecated, and should not be necessary for current released software. PERLLIB PERLLIB Some of JSPC software uses perl, a freely available and popular scripting language. These perl scripts may also use several JSPC perl libraries, which are kept in $(JSPC)/data/perl. Set PERLLIB as follows: setenv PERLLIB $(JSPC)/data/perl. (_Y_o_u _m_u_s_t _i_n_s_t_a_l_l _p_e_r_l, _v_e_r_s_i_o_n _4._0, _p_a_t_c_h_l_e_v_e_l _3_5, Sun Release 4.1 Last change: 1G1 1 JSPCENV(5) FILE FORMATS JSPCENV(5) _y_o_u_r_s_e_l_f. _I_t _i_s _a_v_a_i_l_a_b_l_e _f_r_o_m _t_h_e _n_e_t, _f_o_r _e_x_a_m_p_l_e _a_t _f_t_p._u_u._n_e_t.) PFPATH Some programs require input from a parameter file. This variable overrides the default path to the parameter files: "$(JSPC)/data/pf:.". See pf(3). SCHEMA_DIR This path overrides the default location ($(JSPC)/data/schemas) for the schema files. These files define the database schema used by the db library routines, and are required to run most programs, including dblook and dbpick. See dbopen(3), dbschema(5). TAUP_PATH TAUP_TABLE These variables overrides the default directory ($(JSPC)/data/tables/taup_ttimes) for the travel time tables, and the default travel time table (iasp91). TCL_LIBRARY TK_LIBRARY Some JSPC software requires tcl/tk, another freely available and popular scripting language. A special version of wish or tcl is required: dbwish or dbtcl. These special versions need to have TCL_LIBRARY and TK_LIBRARY set to point to the corresponding tcl/tk library directories. Use the following: setenv TCL_LIBRARY $(JSPC)/data/tcl/tcl setenv TK_LIBRARY $(JSPC)/data/tcl/tk _Y_o_u _m_a_y _w_i_s_h _t_o _i_n_s_t_a_l_l _t_c_l/_t_k _y_o_u_r_s_e_l_f; _t_h_e _s_t_a_n_d_a_r_d _f_t_p _s_i_t_e _i_n _t_h_e _U_S _i_s _h_a_r_b_o_r._e_c_n._p_u_r_d_u_e._e_d_u:_p_u_b/_t_c_l. _T_o _s_u_c_c_e_s_s_f_u_l_l_y _l_i_n_k _o_u_r _s_p_e_c_i_a_l _v_e_r_s_i_o_n_s _o_f _w_i_s_h _a_n_d _t_c_l, _y_o_u _w_i_l_l _n_e_e_d _t_h_e _f_o_l_l_o_w_i_n_g _v_e_r_s_i_o_n_s _a_n_d _e_x_t_e_n_- _s_i_o_n_s: _t_c_l_7._3 _t_k_3._6 _t_c_l_X_7._3 _B_L_T _X_p_m Sun Release 4.1 Last change: 2G2 2 JSPCENV(5) FILE FORMATS JSPCENV(5) _e_x_p_e_c_t_k _G_R_X__P_S_C_O_L_O_R This variable defines the treatment of color in postscript output from the niceplot library (this has no effect on the appearance of the image in the X11 window). The variable may be set to the following values: full - Produces full color PostScript that looks just like the X11 window on a color workstation. fore - Produces color PostScript for contour images, and foreground colors, but makes background colors white. Attempts to adjust foreground colors to be visi- ble on a white background in cases where they would be hard to distinguish (such as yellow). color or any other non-blank setting - Produces color PostScript only for color contour images. Evrything else is black on white. blank or not set - Produces grayscale PostScript only for color contour images. Evrything else is black on white. GRX_FONTPATH This path overrides the default location ($(JSPC)/data/fonts.bin) for the binary font file used by the niceplot library. SEE ALSO BUGS AND CAVEATS AUTHOR Daniel Quinlan Danny Harvey Sun Release 4.1 Last change: 3G3 3 sw/etc/ 2775 5300 156 0 5557514663 5334 sw/etc/catman 775 0 12 12111 5532172266 6453 #!/usr/local/bin/perl # # perl rewrite of catman # author: tom christiansen # # Copyright 1990 Convex Computer Corporation. # All rights reserved. $| = 1; $TBL = "tbl -D"; $EQN = "neqn"; $MAKEWHATIS = "/usr/local/etc/makewhatis"; $COMPRESS = "compress"; $NROFF = "nroff"; $COL = "col"; $CAT = "cat"; $ZCAT = "zcat"; # Command to format man pages to be viewed on a tty or printed on a line printer $CATSET = "$NROFF -h -man -"; $CATSET .= " | $COL" if $COL; umask 022; do 'getopts.pl' || die("can't do getopts.pl", $@?$@:$!, "\n"); # -Z flag is planning for the future unless (&Getopts('dpnwZP:M:') && $ARGV <= 1) { die "usage: $0 [-pnwZ] [[-M] manpath] [sections]\n"; } $debug = $opt_d; $makewhatis = !$opt_n; $catman = !$opt_w; $fakeout = $opt_p; $compress = $opt_Z; $manpath = shift if $ARGV[0] =~ m#^/#; if ($sections = shift) { $delim = ($sections =~ /:/) ? ':' : ''; $sections =~ s/(.)-(.)/join("","$1".."$2")/ge; # expand 1-3 and l-p ranges grep($sections{$_}++, split(/$delim/,$sections)); print STDERR "sections are: ", join(':',keys %sections), "\n" if $debug; } $manpath = $manpath || $opt_P || $opt_M || "/usr/man"; path: foreach $path (split(/:/,$manpath)) { unless (chdir $path) { warn "can't chdir to $path: $!"; $status = 1; next path; } if ($makewhatis) { system ( "cd $path ; find . ! -name . ! -name whatis.\\* -newer whatis -print > /tmp/catman$$" ) ; if ( ! -f "$path/whatis.dir" || -s "/tmp/catman$$" ) { &run ("$MAKEWHATIS " . ($debug ? "-d" : "") . " $path") || warn "$0: $MAKEWHATIS returned " . ($? >> 8) . " ($!)\n"; } } next unless $catman; print "chdir $path\n" if $debug; unless (dbmopen(%whatis, "whatis", undef)) { warn "can't dbmopen $path/whatis: $!\n"; warn "$0: please run makewhatis first\n"; $status++; next; } $SIG{'PIPE'} = 'PLUMBER'; while (($key,$value) = each %whatis) { manpage: for (split(/\002/, $value)) { next unless /\001/; # otherwise indirect reference ($cmd, $page, $section, $desc) = split(/\001/); $manpage = "$path/man$section/$page"; next if $sections && !$sections{$section}; print STDERR "considering $manpage\n" if $debug; local(@st_man, @st_cat); if ($manpage !~ /\S\.\S/) { print "skipping non man file: $manpage\n" if $debug; next manpage; } if (!-e $manpage) { $manpage .= '.Z'; next unless -e $manpage; } ($catpage = $manpage) =~ s,^(.*)/man([^\.]*)(\.Z)?/([^/]*)$,$1/cat$2$3/$4,; ($catdir = $catpage) =~ s#/[^/]*$##; next manpage unless -d $catdir && -w _; if ((stat(_))[9] > (stat($catpage))[9]) { $command = (($manpage =~ m:\.Z:) ? $ZCAT : $CAT) . " < $manpage | $CATSET"; $command = &insert_filters($command, $manpage); $command =~ s,-man,$path/tmac.an, if -e "$path/tmac.an"; $command .= "| $COMPRESS " if $catpage =~ /\.Z/; $command .= "> $catpage"; eval '&reformat($command)'; # setjmp for SIGPIPE if ($@) { next if $@ =~ /broken pipe/i; die $@; } } } } dbmclose(whatis); } exit $status; sub PLUMBER { die "Broken pipe writing to kid proc!\n"; } # longjmp sub insert_filters { local($filters,$eqn, $tbl, $_); local(*PAGE); local($command, $PAGE) = @_; $PAGE = "$ZCAT < $PAGE|" if $PAGE =~ /\.Z/; (open PAGE) || die ("can't open $page to check filters: $!\n"); while () { if (/^\.EQ/) { $_ = ; $eqn = 1 unless /\.(if|nr)/; # has eqn output not input } if (/^\.TS/) { $_ = ; $tbl = 1 unless /\.(if|nr)/; # has tbl output not input } last if $eqn && $tbl; } close PAGE; $eqn && $_[0] =~ s/(\S+roff)/$EQN | $1/; $tbl && $_[0] =~ s/(\S+roff)/$TBL | $1/; $_[0]; } sub run { local($command) = $_[0]; $command =~ s/^\s*cat\s*> 8), ($? & 255) if $debug; } $? == 0; } sub print { local($_) = @_; if (!$inbold) { print; } else { for (split(//)) { print /[!-~]/ ? $_."\b".$_ : $_; } } } sub reformat { local($_) = @_; local($nroff, $col); local($inbold) = 0; s/^\s*cat\s*) { s/\033\+/\001/; s/\033\,/\002/; if ( /^([^\001]*)\002/ || /^([^\002]*)\001/ ) { &print($1); $inbold = !$inbold; $_ = $'; redo; } &print($_); } close NROFF; if ($?) { warn "$program: \"$nroff\" failed!\n"; $status++; } close COL; if ($?) { warn "$program: \"$col\" failed!\n"; $status++; } select(STDOUT); 1; } tion, $desc) = split(/\001/); $manpage = "$path/man$section/$page"; next if $sections && !$sections{$section}; print STDERR "considering $manpage\n" if $debug; local(@st_man, @st_cat); if ($manpage !~ /\S\.\S/) { print "skipping non man file: $manpage\n" if $debug; next manpage; } if (!-e $manpage) { $manpage .= '.Z'; next unless -e $manpage; } ($catpage = $manpage) =~ s,^(.sw/etc/makewhatis 755 0 12 26256 5530453747 7366 #!/usr/local/bin/perl # # makewhatis: perl rewrite for makewhatis # author: tom christiansen # # Copyright 1990 Convex Computer Corporation. # All rights reserved. eval "exec /usr/bin/perl -S $0 $*" # some bozo called us with 'sh foo' if $running_under_some_shell; # 'catman -w' likes to do this; sigh &source('stat.pl'); ($program = $0) =~ s,.*/,,; $UNCOMPRESS = "uncompress"; $MAXWHATISLEN = 275; $MAXDATUM = 1024; # DBM is such a pain umask 022; &source('getopts.pl'); do Getopts('ynvdP:M:') || &usage; $opt_P = shift if $#ARGV >= 0; &usage if $#ARGV > -1; sub usage { die "usage: $program [-n] [-y] [-v] [[-M] manpath]\n"; } $nflag = $opt_n; $yflag = $opt_y; $manpath = $opt_M if $opt_M; $manpath = $opt_P if $opt_P; # backwards contemptibility $manpath = "/usr/man" unless $manpath; @manpath = split(/:/,$manpath); $| = $debug = ($opt_d || $opt_v); $SIG{'INT'} = 'CLEANUP'; $SIG{'TERM'} = 'CLEANUP'; $SIG{'HUP'} = 'IGNORE'; chop($cwd = `pwd`); $WHATIS = "whatis"; # --------------------------------------------------------------------------- # main loop # # chdir to each root in man path. save mtime of dbase for later compares # with files in case of nflag or yflag. # --------------------------------------------------------------------------- $| = 1; foreach $root ( @manpath ) { local($dbtime, $filecount, $entries); $root = "$cwd/$root" if $root !~ m:^/:; # normalize to fullpathname chdir $root || (warn "can't chdir to $root: $!", next); print "$program: processing man tree $root...\n"; if ($nflag || $yflag) { unless (&Stat('whatis.pag')) { print "couldn't stat $root/whatis DBM file\n" if $debug; &rebuild(0, 0) if $yflag; next; } $dbtime = $st_mtime; } &rebuild($nflag, $yflag); } exit $status; # --------------------------------------------------------------------------- # rebuild -- open a new whatis database, store all references in files in # this root to it. if dont_touch or test_stale parms set, just # do the checks. if test_stale, recurse on a real rebuild. # --------------------------------------------------------------------------- sub rebuild { local($dont_touch, $test_stale) = @_; local(%seen); # {dev,ino} pairs of files seen local(%so); # the .so references seen local(@WHATIS); # whatis list local($entries, $filecount) = (0,0); unless ($dont_touch || $test_stale) { if (!open (WHATIS, "> $WHATIS.$$")) { warn "can't open $root/$WHATIS.$$: $!\n"; $status = 1; return;; } if (!dbmopen(WHATIS, "$WHATIS.$$", 0644)) { warn "can't dbmopen $root/$WHATIS: $!\n"; $status = 1; return; } } foreach $mandir ( ) { next if $mandir =~ /man0.*/; next if $mandir =~ /\.(old|bak)$/i; next if $mandir =~ /~$/; next unless -d $mandir; if (!chdir $mandir) { warn "can't chdir to $root/$mandir: $!\n"; next; } ($dirext) = $mandir =~ /man(.*)$/; $dirext =~ s/\.Z$//; print "subdir is $mandir\n" if $debug; if (!opendir(mandir,'.')) { warn "can't opendir('$root/$mandir'): $!\n"; next; } # read each file in directory. use readdir not globbing # because we don't want to blow up on huge directories FILE: while ($FILE = readdir(mandir)) { $compressed = $mandir =~ m:.*\.Z:; next FILE if $FILE =~ /^\.{1,2}/; if ($FILE !~ /\S\.[^Z\s]/) { print STDERR "Skipping non-man file: $root/$mandir/$FILE\n"; next FILE; } # this will be optimized into a case statement if ($FILE =~ /\.old(\.Z)?$/i) { next; } elsif ($FILE =~ /\.bak(\.Z)?$/i) { next; } elsif ($FILE =~ /\.out(\.Z)?$/i) { next; } elsif ($FILE =~ /~(\.Z)?$/) { next; } ($tmpfile = $FILE) =~ s/\.Z$//; ($filenam, $filext) = $tmpfile =~ /^(\S+)\.([^.]+)$/; #if ($filext eq '.Z') { #($filenam, $filext) = $filenam =~ /^(\S+)\.([^.]+)(\.Z)?$/; #} if ($filext !~ /^${dirext}.*/ && $mandir ne 'mano') { print STDERR "$FILE has a funny extension to be in $root/$mandir\n"; } unless (&Stat($FILE)) { warn "can't stat $root/$mandir/$FILE: $!\n"; next FILE; } if ($dont_touch || $test_stale) { next unless $st_mtime > $dbtime; print "$root/$mandir/$FILE newer than its dbm whatis file\n"; closedir mandir; chdir $root; &rebuild(0,0) if $test_stale; return; } if ($apage = $seen{$st_dev,$st_ino}) { printf "already saw %s, linked to %s\n", $FILE, $apage if $debug; &chopext($page = $FILE); unless ($WHATIS{$page}) { print "forgot $page\n" if $debug; $apage =~ s/\.Z$//; &store_indirect($page, $apage); } next FILE; } $seen{$st_dev,$st_ino} = $FILE; $compressed |= $FILE =~ /\.Z$/; if (!open(FILE, $compressed ? "$UNCOMPRESS < $FILE |" : $FILE)) { warn "can't open $FILE: $!\n"; next FILE; } $filecount++; print "opened $root/$mandir/$FILE\n" if $debug; &extract_names; } closedir mandir; chdir $root || die "can't chdir back to $root: $!"; } unless ($dont_touch || $test_stale) { $, = "\n"; print WHATIS (sort @WHATIS),''; $, = ''; close WHATIS || warn "can't close $WHATIS.$$: $!"; rename ("$WHATIS.$$", $WHATIS) || warn "can't rename $WHATIS.$$ to $WHATIS: $!"; &check_sos(); dbmclose(WHATIS) || warn "can't dbmclose $WHATIS: $!"; for $ext ( 'pag', 'dir' ) { unlink "$WHATIS.$ext"; rename("$WHATIS.$$.$ext", "$WHATIS.$ext") || warn "can't rename $WHATIS.$$.$ext: $!"; } print "$program: $root: found $entries entries in $filecount files\n"; } } # in case we get interrupted # sub CLEANUP { print stderr "<> reading $FILE\n"; chdir $root; unlink "$WHATIS.$$", "$WHATIS.$$.pag", "$WHATIS.$$.dir"; exit 1; } # get next line from FILE, honoring escaped newlines # sub getline { local ($_); $_ = ; { chop; if (/\\$/) { chop; $_ .= ' '; $_ .= ; redo; } } $_; } sub extract_names { local($_); local($needcmdlist) = 0; local($foundname) = 0; local(@lines); local($page, $page2, $indirect, $foundname, @lines, $nameline); local($cmdlist, $ocmdlist, $tmpfile, $section); local($prototype, $seenpage); unless (-T FILE) { print STDERR "$FILE: not a text file\n"; next; } $_ = ; # first check for leading .so reference if (/^\.so\s+(man.+\/\S+)/) { local($indirect, $indirect2); $indirect = $1; ($page) = $FILE =~ m:([^.]+)\.[^.]*$:; ($page2) = $indirect =~ m:.*/([^/]+)$:; ($indirect2 = $indirect) =~ s!/!.Z/!; if (-e "../$indirect" || -e "../$indirect.Z" || -e $indirect2) { $so{$page} = $page2; print "$FILE: .so alias for $indirect\n" if $debug; } else { print STDERR "$FILE .so references non-existent $indirect\n"; } return; } else { /^\.TH\s+(\S*)\s+(\S+)/ && &doTH($1, $2); } LINE: while () { /^\.TH\s+(\S*)\s+(\S+)/ && &doTH($1, $2); next LINE unless /^\.SH\s+"?NAME"?/i || /^\.NA\s?/ || /^NAME$/ || /^\.SH\s+"CLASS\s*NAME"?/i; $foundname = 1; @lines = (); $nameline = ''; NAME: while ($_ = &getline()) { last NAME if /^\.(S[hHYS])\s?/; # MH support if ( $_ eq '.br' ) { push(@lines, $nameline) if $nameline; $nameline = ''; next NAME; } s/^\.[IB]\b//; # Kill Bold and Italics next if /^\./; $nameline .= ' ' if $nameline; $nameline .= $_; } push(@lines, $nameline); for ( @lines ) { next unless ord; s/\\f([PBIR0-4]|\(..)//g; # kill font changes s/\\s[+-]?\d+//g; # kill point changes s/\\&//g; # and \& s/\\\((ru|ul)/_/g; # xlate to '_' s/\\\((mi|hy|em)/-/g; # xlate to '-' s/\\\*\(..//g && # no troff strings print STDERR "trimmed troff string macro in NAME section of $FILE\n"; s/\\//g; # kill all remaining backslashes s/^\.\\"\s*//; # comments if (!/\s*-+\s+/) { # ^ otherwise L-devices would be L printf STDERR "$FILE: no separated dash in \"%s\"\n", $_; $needcmdlist = 1; # forgive their braindamage s/.*-//; $desc = $_; } else { ($cmdlist, $desc) = ( $`, $' ); $cmdlist =~ s/^\s+//; } # need this for two reasons: sprintf might blow up and so # might the dbm store due to 1k limit # $ocmdlist = $cmdlist; # before truncation if (length($cmdlist) > $MAXWHATISLEN) { printf STDERR "$FILE: truncating cmdlist from %d to %d bytes for DBM's sake\n", length($cmdlist), $MAXWHATISLEN; $cmdlist = substr($cmdlist,0,$MAXWHATISLEN) . "..."; } ($tmpfile = $FILE) =~ s/\.Z$//; ($page, $section) = $tmpfile =~ /^(\S+)\.(\S+)$/; $cmdlist = $page if $needcmdlist; $prototype = ''; $seenpage = 0; $ocmdlist =~ s/,/ /g ; foreach $cmd (split(' ',$ocmdlist)) { next unless $cmd; $seenpage |= ($cmd eq $page); if (! $prototype) { &store_direct($cmd, $cmdlist, $tmpfile, $dirext, $desc); $prototype = $cmd; } else { &store_indirect($cmd, "$prototype.$filext"); } } unless ($seenpage) { print "$FILE: forgot my own name!\n" if $debug; if ($prototype) { &store_indirect($page, "$prototype.$filext"); } else { &store_direct($page, $page, $FILE, $dirext, ''); #&store_direct($page, $page, $FILE, $dirext, $desc); } } } } unless ($foundname) { print STDERR "$FILE: no NAME lines, so has no whatis description!\n"; ($tmpfile = $FILE) =~ s/\.Z$//; ($page, $section) = $tmpfile =~ /^(\S+)\.(\S+)$/; &store_direct($page, $page, $tmpfile, $dirext, 'NO DESCRIPTION'); } } # -------------------------------------------------------------------------- sub source { local($file) = @_; local($return) = 0; $return = do $file; die "couldn't parse \"$file\": $@" if $@; die "couldn't do \"$file\": $!" unless defined $return; warn "couldn't run \"$file\"" unless $return; } sub chopext { $_[0] =~ s/\.Z$//; $_[0] =~ s/\.[^.]+$//; } sub check_sos { local($key); foreach $key (keys %so) { unless (defined $WHATIS{$key}) { printf STDERR "%s was a .so alias for %s, but %s's NAME section doesn't know it!\n", $key, $so{$key}, $so{$key}; &store_indirect($key, $so{$key}); } } } sub store_direct { local($cmd, $list, $page, $section, $desc) = @_; local($datum); push(@WHATIS,sprintf("%-20s - %s", "$list ($filext)", $desc)); $datum = join("\001", $list, $page, $section, $desc); if (defined $WHATIS{$cmd}) { if (length($WHATIS{$cmd}) + length($datum) + 1 > $MAXDATUM) { print STDERR "can't store $page -- would break DBM\n"; return; } $WHATIS{$cmd} .= "\002"; } print "storing $cmd\n" if $debug; $WHATIS{$cmd} .= $datum; $entries++; } sub store_indirect { local($indirect, $real) = @_; print "storing $indirect as reference to $real\n" if $debug; $WHATIS{$indirect} .= "\002" if $WHATIS{$indirect}; $WHATIS{$indirect} .= $real; $entries++; } sub doTH { local($THname, $THext) = @_; local($int_name, $ext_name); ($int_name = "$THname.$THext") =~ tr/A-Z/a-z/; ($ext_name = "$filenam.$filext") =~ tr/A-Z/a-z/; if ($int_name ne $ext_name && $debug) { print STDERR "${FILE}'s .TH thinks it's in $int_name\n"; } } ) { push(@lines, $nameline) if $nameline; $nameline = ''; next NAME; } s/^\.[IB]\b//; # Kill Bold and Italics next if /^\./; $nameline .= ' ' if $nameline; $nameline .= $_; } push(@lines, $nameline); for ( @lines ) { next unless ord; s/\\f([PBIR0-4]|\(..)//g; # kill font changes s/\\sw/etc/man 755 0 12 117237 5146770026 6017 #!/usr/local/bin/perl # # man - perl rewrite of man system # tom christiansen # # Copyright 1990 Convex Computer Corporation. # All rights reserved. # # -------------------------------------------------------------------------- # begin configuration section # # this should be adequate for CONVEX systems. if you copy this script # to non-CONVEX systems, or have a particularly outre local setup, you may # wish to alter some of the defaults. # -------------------------------------------------------------------------- $PAGER = $ENV{'MANPAGER'} || $ENV{'PAGER'} || 'more'; # assume "less" pagers want -sf flags, all others must accept -s. # note: some less's prefer -r to -f. you might also add -i if supported. # $is_less = $PAGER =~ /^\S*less(\s+-\S.*)?$/; $PAGER .= $is_less ? ' -si' : ' -s'; # add -f if using "ul" # man roots to look in; you would really rather use a separate tree than # manl and mann! see %SECTIONS and $MANALT if you do. $MANPATH = &config_path; # default section precedence $MANSECT = $ENV{'MANSECT'} || 'ln16823457po'; # colons optional unless you have multi-char section names # note that HP systems want this: # $MANSECT = $ENV{'MANSECT'} || '1:1m:6:8:2:3:4:5:7'; # alternate architecture man pages in # ${MANALT}/${machine}/man(.+)/*.\11* $MANALT = $ENV{'MANALT'} || '/usr/local/man'; # default program for -t command $TROFF = $ENV{'TROFF'} || 'nitroff'; $NROFF = 'nroff'; $NROFF_CAN_BOLD = 0; # if nroff puts out bold as H\bH # this are used if filters are needed $TBL = 'tbl'; $NTBL = "$TBL -D"; # maybe you need -TX instead $NEQN = 'neqn'; $EQN = 'eqn'; $SED = 'sed'; # define this if you don't have/want UL; # without ul, you probably need COL defined unless your PAGER is very smart # you also must use col instead of ul if you've any tbl'd man pages, such # as from the X man pages or the eqnchar.7 page. $COL = 'col'; $UL = ''; # set to '' if you haven't got ul die 'need either $UL or $COL' unless $UL || $COL; # need these for .Z files or dirs $COMPRESS = 'compress'; $ZCAT = 'zcat'; $CAT = 'cat'; # define COMPRESS_DIR if pages might have moved to manX.Z/page.X (like HPs) $COMPRESS_DIR = 1; # define COMPRESS_PAGE if pages might have moved to manX/page.X.Z (better) $COMPRESS_PAGE = 1; # Command to format man pages to be viewed on a tty or printed on a line printer $CATSET = "$NROFF -h -man -"; $CATSET .= " | $COL" if $COL; # Command to typeset a man page $TYPESET = "$TROFF -man"; # flags: GNU likes -i, BSD doesn't; both like -h, but BSD doesn't document it # if you don't put -i here, i'll make up for it later the hard way $EGREP = '/usr/local/bin/egrep'; if (-x $EGREP) { $EGREP .= ' -i -h'; } else { $EGREP = '/usr/bin/egrep'; unless (-x $EGREP) { $EGREP = ''; } else { $EGREP .= ' -h'; } } # sections that have verbose aliases # if you change this, change the usage message # # if you put any of these in their own trees, comment them out and make # a link in $MANALT so people can still say 'man local foo'; for local, # cd $MANALT; ln -s . local # for the other trees (new, old, public) put either them or links # to them in $MANALT # %SECTIONS = ( 'local', 'l', 'new', 'n', 'old', 'o', 'public', 'p' ); # turn this on if you want linked (via ".so" or otherwise) man pages # to be found even if the thing they are linked to doesn't know it's # being linked to -- that is, its NAME section doesn't have reference # to it. eg, if you call a man page 'gnugrep' but it's own NAME section # just calls it grep, then you need this. usually a good idea. # $STUPID_SO = 1; # -------------------------------------------------------------------------- # end configuration section # -------------------------------------------------------------------------- # CONVEX RCS keeps CHeader; others may prefer Header ($bogus, $version) = split(/:\s*/,'$CHeader: man 0.43 91/02/16 10:42:57 $',2); chop($version); chop($version); require 'getopts.pl'; # could do this via ioctl(0,$TIOCGETP,$sgtty) if I were really concerned # $rows = ($ENV{'TERMCAP'} =~ /:li#(\d+):/) ? $1 : 24; %options = ( 'man', 'T:m:P:M:c:s:S:fkltvwdguhaAiDK', 'apropos', 'm:P:MvduaK', 'whatis', 'm:P:M:vduh', 'whereis', 'm:P:M:vduh' ); ($program = $0) =~ s,.*/,,; $apropos = $program eq 'apropos'; $whatis = $program eq 'whatis'; $whereis = $program eq 'whman'; $program = 'man' unless $program; &Getopts($options = $options{$program}) || &usage; if ($opt_u) { &version if $opt_v; &usage; # not reached } if ($opt_v) { &version; exit 0; } &usage if $#ARGV < 0; $MANPATH = $opt_P if $opt_P; # backwards contemptibility $MANPATH = $opt_M if $opt_M; $want_section = $opt_c if $opt_c; # backwards contemptibility $want_section = $opt_s if $opt_s; $hard_way = $opt_h if $opt_h; if ($opt_T) { $opt_t = 1; $TYPESET =~ s/$TROFF/$opt_T/; $TROFF = $opt_T; } $MANPATH = "$MANALT/$opt_m" # want different machine type (undoc) if $machine = $opt_m; $MANSECT = $opt_S if $opt_S; # prefer our own section ordering $whatis = 1 if $opt_f; $apropos = 1 if $opt_k || $opt_K; $fromfile = 1 if $opt_l; $whereis = 1 if $opt_w; $grepman = 1 if $opt_g; $| = $debug = 1 if $opt_d; $full_index = 1 if $opt_i; $show_all = 1 if $opt_a; $stripBS = 1 if $opt_D; $query_all = $opt_A if $opt_A; $roff = $opt_t ? 'troff' : 'nroff'; # for indirect function call # maybe they said something like 'man vax ls' if ($#ARGV > 0) { local($machdir) = $MANALT . '/' . $ARGV[0]; if (-d $machdir) { $MANPATH = $machdir; $machine = shift; } } @MANPATH = split(/:/,$MANPATH); # assign priorities to the sections he cares about # the nearer the front the higher the sorting priority $secidx = 0; $delim = ($MANSECT =~ /:/) ? ':' : ' *'; for (reverse split(/$delim/, $MANSECT)) { if ($_ eq '') { warn "null section in $MANSECT\n"; next; } $MANSECT{$_} = ++$secidx; } if ($whatis) { &whatis; } elsif ($apropos) { &apropos; } elsif ($whereis) { &whereis; } elsif ($grepman) { &grepman; } else { &man; } exit $status; # -------------------------------------------------------------------------- # fill out @whatis array with all possible names of whatis files # -------------------------------------------------------------------------- sub genwhatis { local($elt,$whatis); for $elt (@MANPATH) { $whatis = "$elt/whatis"; if (-f $whatis) { push(@whatis, $whatis); } else { warn "$whatis: $!\n";# if $opt_M || $opt_P; # they asked for it } } die "$program: No whatis databases found, please run makewhatis\n" if $#whatis < 0; } # -------------------------------------------------------------------------- # run whatis (man -f) # -------------------------------------------------------------------------- sub whatis { local($target, %seeking, $section, $desc, @entries); &genwhatis; for $target (@ARGV) { $seeking{$target} = 1; } if ($hard_way) { &slow_whatis; } else { &fast_whatis; } for $target (keys %seeking) { print "$program: $target: not found.\n"; $status = 1; } } # -------------------------------------------------------------------------- # do whatis lookup against dbm file(s) # -------------------------------------------------------------------------- sub fast_whatis { local($entry, $cmd, $page, $section, $desc, @entries); for $INDEX (@whatis) { unless (-f "$INDEX.pag" && dbmopen(INDEX,$INDEX,0444)) { warn "$program: No dbm file for $INDEX: $!\n" if $debug; #$status = 1; if (-f $INDEX) { local(@whatis) = ($INDEX); # dynamic scoping obfuscation &slow_whatis; } next; } for $target (@ARGV) { local($ext); @entries = &quick_fetch($target,'INDEX'); next if $#entries < 0; # $target =~ s/([^\w])/\\$1/g; for $entry (@entries) { ($cmd, $page, $section, $desc) = split(/\001/, $entry); # STUPID_SO is one that .so's that reference things that # don't know they are being referenced. STUPID_SO may cause # some peculiarities. unless ($STUPID_SO) { next unless $cmd =~ /$target/i || $cmd =~ /\.{3}/; } delete $seeking{$target}; ($ext) = $page =~ /\.([^.]*)$/; printf("%-20s - %s\n", "$cmd ($ext)", $desc); } } dbmclose(INDEX); } } # -------------------------------------------------------------------------- # do whatis lookup the hard way # -------------------------------------------------------------------------- sub slow_whatis { local($query); local($WHATIS); for (@ARGV) { s/([^\w])/\\$1/g; } $query = '^[^-]*\b?(' . join('|',@ARGV) . ')\b[^-]* -'; if ($EGREP) { if (&run("$EGREP '$query' @whatis")) { # pity can't tell which i found %seeking = (); } } else { foreach $WHATIS (@whatis) { unless (open WHATIS) { warn "can't open $WHATIS: $!\n"; next; } while () { next unless /$query/i; ($target = $+) =~ y/A-Z/a-z/; delete $seeking{$target}; print; } close WHATIS; } } } # -------------------------------------------------------------------------- # run apropos (man -k) # -------------------------------------------------------------------------- sub apropos { local($_, %seeking, $target, $query); &genwhatis; # fold case on apropos args for (@ARGV) { y/A-Z/a-z/; $seeking{$_} = 1; s/(\W)/\\$1/g unless $opt_K; } $query = join('|',@ARGV); if ($EGREP) { # need to fake a -i flag? unless ($EGREP =~ /-\w*i/) { local($C); local(@pat) = split(//,$query); for (@pat) { ($C = $_) =~ y/a-z/A-Z/ && ($_ = '[' . $C . $_ . ']'); } $query = join('',@pat); } if (&run("$EGREP '$query' @whatis | $PAGER")) { %seeking = (); } } else { # use perl foreach $WHATIS (@whatis) { unless (open WHATIS) { warn "can't open $WHATIS: $!\n"; next; } WHATIS: while () { next unless /$query/io; # /o ok, because only called once $target = $+; $target =~ s/\\//g; delete $seeking{$query}; print; } close WHATIS; } } for $target (keys %seeking) { warn "$program: $target: nothing appropriate\n"; $status = 1; } } # -------------------------------------------------------------------------- # print out usage message via pager and exit # -------------------------------------------------------------------------- sub usage { unless ($opt_u) { warn "usage: $program [-flags] topic ...\n"; warn " (use -u for long usage message)\n"; } else { open (PIPE, "| $PAGER"); print PIPE <; } # -------------------------------------------------------------------------- # run 'man -w' # -------------------------------------------------------------------------- sub whereis { local($target, @files); foreach $target (@ARGV) { @files = &find_files($target); if ($#files < $[) { warn "$program: $target not found\n"; $status = 1; } else { print "$target: " if $#ARGV; for (@files) { print &verify($_), " "; } print "\n"; } } } # -------------------------------------------------------------------------- # what are the file names matching this target? # -------------------------------------------------------------------------- sub find_files { local($target) = @_; local($root, $entry); local(@retlist) = (); local(@tmplist) = (); local(@entries) = (); local($tar_regx); local($found) = 0; # globals: $vars, $called_before, %dbm, $hard_way (kinda) $vars = 'dbm00'; # var for magic autoincrementation ($tar_regx = $target) =~ s/(\W)/\\$1/g; # quote meta if (!$hard_way && !$called_before++) { # generate dbm names for $root (@MANPATH) { $dbm{$root} = $vars++; # magic incr $string = "dbmopen($dbm{$root},\"$root/whatis\",0444);"; unless (-f "$root/whatis.pag" && eval $string) { if ($@) { chop $@; warn "Can't eval $string: $@"; } else { warn "No dbm file for $root/whatis: $!\n" if $opt_M || $opt_P || $debug; } #$status = 1; next; } $dbmopened{$root} = 1; } } for $root (@MANPATH) { local($fullname); @tmplist = (); if ($hard_way || !$dbmopened{$root}) { next unless -d $root; warn "slow fetch on $target in $root\n" if $debug; @tmplist = &slow_fetch($target,$root); } else { @entries = &fetch($target,$root); next if $#entries < 0; for $entry (sort @entries) { ($cmd, $page, $section, $desc) = split(/\001/, $entry); # STUPID_SO is so that .so's that reference things that # don't know they are being referenced. STUPID_SO may # cause peculiarities. unless ($STUPID_SO) { next unless $cmd =~ /$tar_regx/i || $cmd =~ /\.{3}/; } push(@tmplist, "$root/man$section/$page"); } } push(@retlist, sort bysection @tmplist); last if $#retlist >= 0 && $hard_way; } # unless (@retlist || $hard_way) { # # shameless (ab?)use of dynamic scoping # local($hard_way) = 1; # warn "recursing on find_files\n" if $debug; # return &find_files($target); # } return &trimdups(@retlist); } # -------------------------------------------------------------------------- # run a normal man command # -------------------------------------------------------------------------- sub man { local($target,$page); $isatty = -t STDOUT; &get_section; while ($target = shift(@ARGV)) { undef $idx_topic; if (!$fromfile && $target =~ m!^([^/]+)/(.*)!) { if (!$isatty) { warn "$program: no tty, so no pager to prime with index\n"; $target = $1; } else { ($target, $idx_topic) = ($1, $2); } } else { undef $idx_topic; } if ($show_all) { local(@pages); local($was_defined) = defined $idx_topic; @pages = &find_files($target); if (!@pages) { &no_entry($target); next; } while ($tpage = shift @pages) { undef $idx_topic unless $was_defined; do $roff(&verify($tpage)); &prompt_RTN("to read $pages[0]") if $roff eq 'nroff' && @pages; } } else { $target = &get_page($target) unless $fromfile; do $roff($target) if $target; } &prompt_RTN("to read man page for $ARGV[0]") if $roff eq 'nroff' && @ARGV; } } # -------------------------------------------------------------------------- # find out if he wants a special section and save in $want_section # -------------------------------------------------------------------------- sub get_section { if (!$want_section) { local($section) = $ARGV[0]; $section =~ tr/A-Z/a-z/; if ($want_section = $SECTIONS{$section}) { shift @ARGV; } elsif (defined($MANSECT{$section}) || $section =~ /^\d\S*$/i) { $want_section = shift @ARGV; } } $want_section =~ tr/A-Z/a-z/; die "But what do you want from section $want_section?\n" if $want_section && $#ARGV < 0; } # -------------------------------------------------------------------------- # pick the first page matching his target and search orders # -------------------------------------------------------------------------- sub get_page { local($target) = @_; local(@found, @want); unless (@found = &find_files($target)) { &no_entry($target); return ''; } if (!$want_section) { @want = @found; } else {{ local($patsect); # in case it's section 3c++ ($patsect = $want_section) =~ s/(\W)/\\$1/g; # try exact match first last if @want = grep (/\.$patsect$/, @found); # otherwise how about a subsection last if @want = grep (/\.$patsect[^.]*$/, @found); # maybe it's in the wrong place (mano is notorious for this) last if @want = grep (/man$patsect[^.]*\//, @found); &no_entry($target); return ''; }} for (@want) { $_ = &verify($_) ; } $found = $want[0]; if (@want > 1 && $query_all) { local($ans, $i); select(STDERR); print "There are ", 0+@want, " manual entries available for $target:\n"; for ($i = 0; $i <= $#want; $i++) { printf "%3d\t%s\n", $i+1, $want[$i]; } { print "Which section would you like? (select 0 for all) "; ($ans = ) ? chop($ans) : ($ans = "\004"); exit if $ans eq "\004"; redo if $ans eq ''; if ($ans eq '0') { # more dynamic scope abuse local(@ARGV) = ($target); local($show_all) = 1; &man; return ''; } if (--$ans > $#want) { print "But we only have ",1+$#want, " man pages!\n"; redo; } $found = $want[$ans]; } } select(STDOUT); $found; } # -------------------------------------------------------------------------- # figure out full path name of man page, which may have been compressed # -------------------------------------------------------------------------- sub verify { local($path) = @_; local($orig) = $path; return $path if -f $path; if ($COMPRESS_PAGE) { $path .= '.Z'; return $path if -f $path; $path =~ s/.Z//; } if ($COMPRESS_DIR) { $path =~ s-(/[^/]*)$-.Z$1-; return $path if -f $path; } warn "$program: $orig has disappeared -- rerun makewhatis\n"; $status = 1; return ''; } # -------------------------------------------------------------------------- # whine about something not being found # -------------------------------------------------------------------------- sub no_entry { print STDERR "No manual entry for $_[0]"; if ($machine || $want_section) { print STDERR " in"; print STDERR " section $want_section of" if $want_section; print STDERR " the"; print STDERR " $machine" if $machine; print STDERR " manual"; } print STDERR ".\n"; $status = 1; } # -------------------------------------------------------------------------- # order by section. if the complete extension has a section # priority, use that. otherwise use the first char of extension # only. undefined priorities are lower than any defined one. # -------------------------------------------------------------------------- sub bysection { local ($e1, $e2, $p1, $p2, $s1, $s2); ($s1, $e1) = $a =~ m:.*/man([^/]+)/.*\.([^.]+)(\.Z)?$:; ($s2, $e2) = $b =~ m:.*/man([^/]+)/.*\.([^.]+)(\.Z)?$:; $e1 = $s1 if $e1 !~ /^${s1}.*/; $e2 = $s2 if $e2 !~ /^${s2}.*/; $p1 = $MANSECT{$e1} || $MANSECT{substr($e1,0,1)}; $p2 = $MANSECT{$e2} || $MANSECT{substr($e2,0,1)}; $p1 == $p2 ? $a cmp $b : $p2 <=> $p1; } # -------------------------------------------------------------------------- # see whether they want to start at a subsection, then run the command # -------------------------------------------------------------------------- sub run_topic { local($_); local($menu_rtn) = defined $idx_topic && $idx_topic eq ''; { &append_sub_topic; last if $idx_topic eq "\004"; if ($idx_topic eq '0') { $menu_rtn = 0; $idx_topic = ''; $command =~ s: '\+/[^']*'::; } $fromfile ? &reformat($command) : &run($command); if ($menu_rtn) { $idx_topic = ''; &prompt_RTN("to return to the index"); $command =~ s! '\+/.*$!!; redo; } } } # -------------------------------------------------------------------------- # run through the typesetter # -------------------------------------------------------------------------- sub troff { local ($file) = $_[0]; local ($command); local ($manroot); local ($macros); ($manroot) = $file =~ m,^(.*)/man([^\.]*)(\.Z)?/([^/]*),; $command = ((($file =~ m:\.Z:) ? $ZCAT : $CAT) . " < $file | $TYPESET"); $command =~ s,-man,$manroot/tmac.an, if -e "$manroot/tmac.an"; &insert_filters($command,$file); &run($command); } # -------------------------------------------------------------------------- # just run a regular nroff, possibly showing the index first. # -------------------------------------------------------------------------- sub nroff { local($manpage) = $_[0]; local($catpage); local($tmppage); local($command); local(@saveidx); local($manroot); local($macros); local($intmp); local(@st_cat, @st_man); die "trying to nroff a null man page" if $manpage eq ''; umask 022; if ($full_index) { &show_index($manpage); return; } if ($fromfile) { $command = (($manpage =~ m:\.Z/:) ? $ZCAT : $CAT) . " < $manpage | $CATSET"; &insert_filters($command, $manpage); } else { require 'stat.pl' unless defined &Stat; # compiled version has this already ($catpage = $manpage) =~ s,^(.*)/man([^\.]*)(\.Z)?/([^/]*)$,$1/cat$2/$4,; $manroot = $1; # Does the cat page exist? if (! -f $catpage && $COMPRESS_DIR){ # No, maybe it is compressed? if (-f "$1/cat$2.Z/$4"){ # Yes it was. $catpage = "$1/cat$2.Z/$4"; } else { # Nope, the cat file doesn't exist. # Prefer the compressed cat directory if it exists. $catpage = "$1/cat$2.Z/$4" if $catpage !~ /\.Z$/ && -d "$1/cat$2.Z"; } } @st_man = &Stat($manpage); if ($st_man[$ST_SIZE] == 0) { warn "$program: $manpage is length 0!\n"; $status = 1; return; } @st_cat = &Stat($catpage); if ($st_cat[$ST_MTIME] < $st_man[$ST_MTIME]) { $command = (($manpage =~ m:\.Z:) ? $ZCAT : $CAT) . " < $manpage | $CATSET"; $command = &insert_filters($command, $manpage); $command =~ s,-man,$manroot/tmac.an, if -e "$manroot/tmac.an"; ($catdir = $catpage) =~ s!^(.*/?cat[^/]+)/[^/]*!$1!; chdir $manroot; $tmppage = "$catpage.$$"; unless (-d $catdir && -w _ && open(tmppage, ">$tmppage") # usually EROFS && close(tmppage) ) { $catpage = $tmppage = "/tmp/man.$$"; $intmp = 1; } printf STDERR "Reformatting page. Please wait ... " if $isatty; $command .= "| $COMPRESS" if $catpage =~ /\.Z/; $command .= "> $tmppage"; $SIG{'INT'} = $SIG{'QUIT'} = $SIG{'HUP'} = $SIG{'TERM'} = 'tmp_cleanup'; $SIG{'PIPE'} = 'PLUMBER'; REFORMAT: { unless (&reformat($command)) { warn "$program: nroff of $manpage into $tmppage failed\n" unless $@; unlink $tmppage; if (!$intmp++) { $catpage = $tmppage = "/tmp/man.$$"; warn "$program: hang on... retrying into $tmppage\n"; $command =~ s/> \S+$/> $tmppage/; $status = 0; redo REFORMAT; } else { #$status = 1; return; } }} warn "done\n" if $isatty; $intmp || rename($tmppage,$catpage) || die "couldn't rename $tmppage to $catpage: $!\n"; $SIG{'INT'} = $SIG{'QUIT'} = $SIG{'HUP'} = $SIG{'TERM'} = $SIG{'PIPE'} = 'DEFAULT'; } $command = (($catpage =~ m:\.Z:) ? $ZCAT : $CAT) . " < $catpage"; } if (-z $catpage) { unlink $catpage; die "$program: $catpage was length 0; disk full?\n"; } $command .= "| $UL" if $UL; $command .= "| $SED 's/.\b//g'" if $stripBS; $command .= "| $PAGER" if $isatty; &run_topic; unlink($tmppage) if $intmp; } # -------------------------------------------------------------------------- # modify $command to prime the pager with the subsection they want # -------------------------------------------------------------------------- sub append_sub_topic { if (defined $idx_topic) {{ local($key); last if $idx_topic eq '0'; unless ($idx_topic) { $idx_topic = &pick_index; last if $idx_topic eq "\004" || $idx_topic eq '0'; } if ($idx_topic =~ m!^/!) { $command .= " '+$idx_topic'"; last; } unless ($key = &find_index($manpage, $idx_topic)) { warn "No subsection $idx_topic for $manpage\n\n"; $idx_topic = ''; redo; } $key =~ s/([!-~])/$1.$1/g unless $is_less; $command .= " '+/^[ \t]*$key'"; }} } # -------------------------------------------------------------------------- # present subsections and let user select one # -------------------------------------------------------------------------- sub pick_index { local($_); print "Valid sections for $page follow. Choose the section\n"; print "index number or string pattern. (0 for full page, RTN to quit.)\n\n"; &show_index; print "\nWhich section would you like? "; ($_ = ) ? chop : ($_ = "\004"); $_ = "\004" if 'quit' =~ /^$_/; return $_; } # -------------------------------------------------------------------------- # strip arg of extraneous cats and redirects # -------------------------------------------------------------------------- sub unshell { $_[0] =~ s/^\s*cat\s*> 8), ($? & 255) if $debug; } return ($? == 0); } # -------------------------------------------------------------------------- # check if page needs tbl or eqn, modifying command if needed # add known problems for PR directory if applicable # -------------------------------------------------------------------------- sub insert_filters { local($filters,$eqn, $tbl, $_); local(*PAGE); local($c, $PAGE) = @_; local($page,$sect, $prs, $prdir); ( $page = $PAGE ) =~ s/\.Z//; ($prdir = $page) =~ s#/[^/]*$##; $prdir =~ s#man([^/]*)$#pr$1#; $page =~ s#.*/([^/]+)$#$1#; $PAGE = "$ZCAT < $PAGE|" if $PAGE =~ /\.Z/; (open PAGE) || die ("$program: can't open $PAGE to check filters: $!\n"); warn "open $PAGE to check for filters in $_[0]\n" if $debug; while () { if (/^\.EQ/) { $_ = ; $eqn = 1 unless /\.(if|nr)/; # has eqn output not input } if (/^\.TS/) { $_ = ; $tbl = 1 unless /\.(if|nr)/; # has tbl output not input } last if $eqn && $tbl; } close PAGE; if ($roff eq 'troff') { $eqn && $_[0] =~ s/(\S+roff)/$EQN | $1/; $tbl && $_[0] =~ s/(\S+roff)/$TBL | $1/; } else { # nroff $eqn && $_[0] =~ s/(\S+roff)/$NEQN | $1/; $tbl && $_[0] =~ s/(\S+roff)/$NTBL | $1/; } ($sect) = $page =~ /\.(\d)[^.]*$/; $prs = "$prdir/$page"; if (-e $prs) { warn "found PRs for $page\n" if $debug; if ($roff eq 'nroff') { $_[0] =~ s/ - / - $prs/; } else { $_[0] .= " $prs"; } } else { print "no PRS for $page in $prs\n" if $debug; } $_[0]; } # -------------------------------------------------------------------------- # due to aliasing the dbase sometimes has the same thing twice # -------------------------------------------------------------------------- sub trimdups { local(%seen) = (); local(@retlist) = (); while ($file = shift) { push(@retlist,$file) unless $seen{$file}++; } return @retlist; } # -------------------------------------------------------------------------- # just print the version # -------------------------------------------------------------------------- sub version { warn "$program: version is \"$version\"\n" ; } # -------------------------------------------------------------------------- # create and display subsection index via pager # -------------------------------------------------------------------------- sub show_index { local($_); &load_index($_[0]); if ($#ssindex > ($rows - 4) && $isatty) { print "Hit for $#ssindex subsections via pager: "; $_ = ; if ($no_idx_file) { open (PAGER, "| $PAGER"); print PAGER @ssindex; close PAGER; } else { &run("$PAGER $idx_file"); } } else { print STDOUT @ssindex; } } # -------------------------------------------------------------------------- # find closest match on index selection in full index # -------------------------------------------------------------------------- sub find_index { local($manpage, $expr) = @_; local($_, @matches); &load_index($manpage); $expr =~ s!^/+!!; for (@ssindex) { s/^\s*\d+\s+//; s/\s+\d+\s*$//; } if ($expr > 0) { return $ssindex[$expr]; } else { $ssindex[0] = ''; if (@matches = grep (/^$expr/i, @ssindex)) { return $matches[0]; } elsif (@matches = grep (/$expr/i, @ssindex)) { return $matches[0]; } else { return ''; } } } # -------------------------------------------------------------------------- # read in subsection index into @ssindex # -------------------------------------------------------------------------- sub load_index { local($manpage) = @_; $no_idx_file = 0; &getidx($manpage) if $#saveidx < 0; @ssindex = @saveidx; die "should have have an index for $manpage" if $#saveidx < 0; } # -------------------------------------------------------------------------- # create subsection index is out of date wrt source man page # -------------------------------------------------------------------------- sub getidx { local($manpage) = @_; local($is_mh); local($_, $i, %lines, %sec, $sname, @snames); local(@retlist, $maxlen, $header, @idx , @st_man, @st_idx); # global no_idx_file, idx_file ( $idx_file = $manpage ) =~ s:/man(\w+)(\.Z)?/:/idx$1/:; $idx_file =~ s/\.Z//; require 'stat.pl' unless defined &Stat; @st_man = &Stat($manpage); @st_idx = &Stat($idx_file); if ($st_man[$ST_MTIME] < $st_idx[$ST_MTIME]) { unless (open idx_file) { warn "$program: can't open $idx_file: $!\n"; return (); } @retlist = ; close idx_file; return @saveidx = @retlist; } if (!open(manpage, $manpage =~ /\.Z/ ? "$ZCAT < $manpage|" : $manpage)) { warn "$program: can't open $manpage: $!\n"; return (); } warn "building section index\n" if $debug; ($header = "Subsections in $manpage") =~ s!/?\S*/!!; $maxlen = length($header); push(@snames, $sname = 'preamble');; # MH has these alias for sections and subsectdions if ($is_mh = $manpage =~ m:/mh/:) { %mh_sections = ( "NA", "NAME", "SY", "SYNOPSIS", "DE", "DESCRIPTION", "Fi", "FILES", "Pr", "PROFILE", "Sa", "SEE ALSO", "De", "DEFAULTS", "Co", "CONTEXT", "Hh", "HELPFUL HINTS", "Hi", "HISTORY", "Bu", "BUGS" ); $mh_expr = join('|',keys %mh_sections); } while () { if ($is_mh && /^\.($mh_expr)/) { $sname = $mh_sections{$+}; $maxlen = length($sname) if $maxlen < length($sname); push(@snames,$sname); } if (/^\.s[sh]\s+(.*)/i ) { $line = $_; $_ = $1; s/"//g; s/\\f([PBIR]|\(..)//g; # kill font changes s/\\s[+-]?\d+//g; # kill point changes s/\\&//g; # and \& s/\\\((ru|ul)/_/g; # xlate to '_' s/\\\((mi|hy|em)/-/g; # xlate to '-' s/\\\*\(..//g; # no troff strings s/\\//g; # kill all remaining backslashes $sname = $_; $_ = $line; $maxlen = length($sname) if $maxlen < length($sname); push(@snames,$sname); } $lines{$sname}++; } $mask = sprintf("%%2d %%-%ds %%5d\n", $maxlen + 2); $no_idx_file = $idx_file eq $manpage || !open(idx, ">$idx_file"); $line = sprintf(sprintf("Idx %%-%ds Lines\n", $maxlen + 2), $header); @retlist = ($line); for ($i = 1; $i <= $#snames; $i++) { push(@retlist, sprintf($mask, $i, $snames[$i], $lines{$snames[$i]})); } if (!$no_idx_file) { warn "storing section index in $idx_file\n" if $debug; print idx @retlist; close idx; } return @saveidx = @retlist; } # -------------------------------------------------------------------------- # interrupted -- unlink temp page # -------------------------------------------------------------------------- sub tmp_cleanup { warn "unlink $tmppage\n" if $debug; unlink $tmppage; die "Interrupted!\n"; } #-------------------------------------------------------------------------- # in case we die writing to the pipe # -------------------------------------------------------------------------- sub PLUMBER { warn "unlink $tmppage\n" if $debug; unlink $tmppage; die "Broken pipe while reformating $manpage\n" ; } # -------------------------------------------------------------------------- # print line with C\bC style emboldening # -------------------------------------------------------------------------- sub print { local($_) = @_; if (!$inbold) { print; } else { local($last); for (split(//)) { if ($last eq "\033") { print; } else { print /[!-~]/ ? $_."\b".$_ : $_; } $last = $_; } } } # -------------------------------------------------------------------------- # reformat the page with nroff, fixing up bold escapes # -------------------------------------------------------------------------- sub reformat { local($_) = @_; local($nroff, $col); local($inbold) = 0; if ($NROFF_CAN_BOLD) { return &run($_); } &unshell($_); ($nroff, $col) = m!(.*)\|\s*($COL.*)!; warn "$nroff | (this proc) | $col\n" if $debug; open (NROFF, "$nroff |"); $colpid = open (COL, "| $col"); select(COL); while () { s/\033\+/\001/; s/\033\,/\002/; if ( /^([^\001]*)\002/ || /^([^\002]*)\001/ ) { &print($1); $inbold = !$inbold; $_ = $'; redo; } &print($_); } close NROFF; if ($?) { warn "$program: \"$nroff\" failed!\n" if $debug; $status++; } close COL; if ($?) { warn "$program: \"$col\" failed!\n" if $debug; $status++; } select(STDOUT); $status == 0; } # -------------------------------------------------------------------------- # prompt for if we're a tty and have a non-stopping pager # -------------------------------------------------------------------------- sub prompt_RTN { local($why) = $_[0] || "to continue"; return unless $isatty; unless ($is_less && $ENV{'LESS'} !~ /E/) { print "Hit $why: "; $_ = ; } } # -------------------------------------------------------------------------- # dynamically determine MANPATH (if unset) according to PATH # -------------------------------------------------------------------------- sub config_path { local($_); # for traversing $PATH local(%seen); # weed out duplicates local(*manpath); # eventual return values if (defined $ENV{'MANPATH'}) { $manpath = $ENV{'MANPATH'}; } else { for (split(/:/, $ENV{'PATH'})) { next if $_ eq '.'; next if $_ eq '..'; s![^/+]*$!man! && -d && !$seen{$_}++ && push(@manpath,$_); } $manpath = join(':', @manpath); } # $manpath; # last expr is assign to this anyway } # -------------------------------------------------------------------------- # grep through MANPATH for a pattern # -------------------------------------------------------------------------- sub grepman { local($code, $_, $dir, $root, $FILE, $found); $code = "while () {\n"; for (@ARGV) { s#/#\\/#g; $code .= < ) { unless (chdir($dir)) { warn "can't chdir to $root/$dir: $!"; $status++; next; } unless (opendir(DIR, '.')) { warn "can't opendir $root/$dir: $!"; $status++; next; } foreach $FILE ( readdir(DIR) ) { next if $FILE eq '.' || $FILE eq '..'; $path = "$root/$dir/$FILE"; if ($FILE !~ /\S\.\S/ || !-f $FILE) { print "skipping non-man file: $path\n" if $debug; next; } if ($FILE =~ /\.Z$/ || $dir =~ /\.Z$/) { $FILE = "$ZCAT $FILE|"; } print STDERR "grepping $path\n" if $debug; unless (open FILE) { warn "can't open $root/$dir/$FILE: $!"; $status++; next; } eval $code; die $@ if $@; } unless (chdir ($root)) { warn "can't return to $root: $!"; $status++; last; } } } exit ($status || !$found); } n pipe while reformating $manpage\n" ; } # -------------------------------------------------------------------------- # print line with C\bC style emboldening # -------------------------------------------------------------------------- sub print { local($_) = @_; if (!$inbold) { print; } else { local($last); for (split(//)) { sw/etc/man.1 644 0 12 51377 5146770014 6132 .TH MAN 1 .CX \" probably only makes sense on Convex machines .\" .de SB \" small and bold .if !"\\$1"" \\s-2\\fB\&\\$1\\s0\\fR\\$2 \\$3 \\$4 \\$5 .. .\" .de T \" switch to typewriter font .ft TA \" probably want CW if you don't have TA font .. .\" .de TY \" put $1 in typewriter font .if t .T .if n ``\c \\$1\c .if t .ft P .if n \&''\c \\$2 .. .\" .de M \" man page reference \\fI\\$1\\fR\\|(\\$2\)\\$3 .. .SH NAME man, apropos, whatis \- display on-line reference manual information .SH SYNOPSIS .B man [ .B \-ltfikwuvthaAdgK ] [ .B \-M .I manpath ] [ \fB-S\fIsections\fR ] .if n .br .if n .ti +4n [ \fB-T\fItroffproc\fR ] .if t .br .if t .ti +4n [ .I hwtype ] [ .I section ] .if n .br .if n .ti +4n \fItopic\fB[/\fIindex\fR] \&... .sp .B apropos [ .B \-uvdDK ] [ .B \-M .I manpath ] [ .I hwtype ] .I keyword .sp .B whatis [ .B \-uvdhD ] [ .B \-M .I manpath ] [ .I hwtype ] .I topic \&... .SH DESCRIPTION The .I man program (and its links, .I apropos and .I whatis\c ) formats and displays information from the on-line Programmer's Reference Manual. It can display complete entries selected by topic or brief one-line summaries selected by keyword (as .I apropos or with the .B \-k or .B \-K flags) or by topic (as .I whatis or with the .B \-f flag). When invoked in the simplest way, without any options and with a topic, it displays the corresponding manual page formatted with .M nroff 1 \&. If the standard output is to a terminal, the man page is piped by default through .M more 1 , or else through the program specified in the user's .SB PAGER environment variable if set. .PP Man pages are stored on-line as .I nroff source files and are reformatted whenever the formatted version is missing or has a newer modification date than the unformatted version. The formatted version of the man page stored in the corresponding .B cat*/ directory if it exists and is writable by the current user. Thus .I man1/stty.1 once formatted is stored in .I cat1/stty.1\c \&. Otherwise manual pages must be reformatted each time a user wishes to view them. If the root of the man tree from which the man page is taken contains the file .I tmac.an\c , then this file is used in lieu of the standard .M man 7 macros to reformat the page. Appropriate calls to .M tbl 1 and either .M neqn 1 or .M eqn 1 are automatically inserted as needed. .SS "Section Selection" Some topics occur in more than one section of the manual. To select a man page from a particular section, put the section name in front of the topic, as in .TY "man 4 tty"\c \&. For backwards compatibility with other .I man programs, certain non-numeric sections are recognized by longer aliases: .B local means section .B l\c , .B new means section .B n\c , .B public means section .B p\c , and .B old means section .B o\c \&. In other words, .TY "man new csh" on the command line will search for a man page on the .I csh in section .I n of the manual. .PP The applicable topics for each component in the current .SB MANPATH are sorted according to their section. The default ordering is .B ln16823457po\c \&. Thus, .M stty 1 would be displayed before .M stty 3 . This ordering can be overridden on a site-wide basis by the system manager (see .SB NOTES section below), a per-user basis using the .SB MANSECT environment variable, or a per-command basis using the \fB-S \fIsections\fR switch. Programmers may prefer a default ordering beginning .B 231 so that when they type .TY "man wait" they see the man page for the system call rather than the one for the shell command of the same name. If multi-character sections exist (\fIe.g.\fR some systems have a .B man1m section) or subsection ordering is desired, then colons must be used to separate the sections. A \s-1FORTRAN\s0 programmer might prefer to set his .SB MANSECT to .B 3f:2:3:1:6:8\c , so that when he asks for the manual page for .I system\c , he gets .M system 3F rather than the C function of the same name. .PP Case is significant for the topic itself, but not for the section. This allows you to make a distinction between .M cc 1 , the C compiler, and .M CC 1 , the C++ translator. However, section .B 3S is interpreted as section .B 3s to accommodate users who see a reference to the man page for .M printf 3S , and don't realize that it's stored in the file .B printf.3s\c \&. .SS "Search Strategy" The .I man program by default consults the .SB MANPATH environment variable for a list of complete man trees. If this variable is not set, then the user's .SB PATH environment variable will be consulted instead. This way, if .I /usr/local/bin is before .I /usr/bin in the PATH variable, then .I /usr/local/man will be before .I /usr/man in the dynamically determined .SB MANPATH variable. This is nice because it means the user need only add a .SB PATH component, and the .SB MANPATH will be automatically updated appropriately. This search order can be overridden on a site-wide basis by the system manager (see .SB NOTES section below) or on a per-user basis by setting the environment variable .SB MANPATH . This is a colon-separated list of directory names that contains subdirectories of the form .B man*/\c \&. A user keeping his own man pages under his home directory might place a line like the following in his .BI ~ /.cshrc file: .in +5n .TY "setenv MANPATH $HOME/man:/usr/local/man:/usr/man" .in -5n The .SB MANPATH may also be set on a per-command basis by using the .B \-M command-line. .PP It is possible to install several complete sets of man pages on one host. These alternate sets are assumed to be installed in \fB\s-2MANALT\s0\fI/subdir\fR, where .SB MANALT is an environment variable defaulting to .I /usr/local/man and .I subdir is assumed to be a complete man tree. If at least non-switch two arguments are supplied, then the .SB MANALT directory is consulted to see whether it contains a sub-directory whose names is the first argument. This makes it easy to say things like .TY "man sun csh" to read the .I csh man page from the installed set of .I sun man pages. This is equivalent to saying .TY "man -M /usr/local/man/sun csh" " (assuming" .SB MANALT is not set). .SS "Indexing" Very long man pages are often broken up into several major subsections, whose tables of contents can be listed with the .B \-i switch. To access one of these subsections directly, specify \fB/\fIindex\fR, where .I /index is the name of the subsection. For example, to see the section on expressions in the .M csh 1 man page, use .TY "man csh/expr" to skip to that section first. If .I index is not a valid section or subsection header, or if none is given, a list of all valid section headers is displayed and the user is prompted to select one. The special form of a missing subsection after the slash means to go into continuous menu mode, returning to the section menu after the manual page has been displayed. .PP The match against the index entries is not case-sensitive, nor is it required to be at the beginning of the string. For example, this allows .TY /expr to be used to look up the .TY "Regular Expressions" section. However, matches that .I do start at the front of the header are selected before those that do not. A numeric section index as listed by the .B \-i flag may also be given, with an index of .B 0 meaning the whole page. .PP Man page indices (tables of contents) are generated automatically when needed. To save time, if a writable .B idx*/ subdirectory exists in the root of the man tree, the index is left there under the same name as its man page for quicker access in the future. Indices older than their parent man page are rebuilt upon demand. .PP As a special case of indexing, the form .I //string starts the .SB PAGER at an arbitrary .I string in the text of the man page rather than at a subsection index. .PP Note that the .I /index feature may not be used in conjunction with the .B \-l (local file) switch. The .B \-i switch may still be used with local files. .SS "Online Problem Reports" Some vendors provide their customers with electronically readable problem reports; also, some sites may wish to maintain their own list of known problems. To support inclusion of these in the man pages, the .I man program knows to look in a set of .B pr* subdirectories for additional source. For example, if you are reading the man page contained in \fI/usr/man/man1/foo.1\fP, then if there exists a file called \fI/usr/man/pr1/foo.1\fP, this will be appended to the data passed to .I nroff or .I troff as an additional .SB "KNOWN PROBLEMS" section. These files should be in .I nroff format. .SH OPTIONS .TP .BI \-M manpath Changes the search path for finding man pages for just this command, overriding the current .SB MANPATH environment variable or system default. See the section on .SB "Search Strategy" for further details. .TP .BI \-S sections sets the section and subsection ordering for just this command, overriding the current .SB MANSECT environment variables or system default. See the .B "Section Selection" for further details. .TP .B \-f directs .I man to print out the applicable one-line descriptions for each corresponding .I topic\c \&. These one-line descriptions are stored in separate .I whatis files for each component in the specified .SB MANPATH \&. If .M dbm 3X versions of these databases exist, these are used for more rapid location of manual pages. See .M makewhatis 8 for directions on generating the .I "whatis" databases. This switch is automatically enabled if .I man is invoked as .IR whatis . .TP .B \-k direct .I man to search the .I whatis databases for any entry matching the given .I keyword\c \&. This is useful when the precise topic is unknown; it reports the topics that have to do with the given keywords, according to their .I whatis descriptions. Output will be sent to the user's .SB PAGER . This switch is automatically enabled if .I man is invoked as .IR apropos . .TP .B \-K same as .B \-k except regular expressions as in .M egrep 1 may be used in the .I keywords\c \&. .TP .B \-g Grep through all man pages for one or more .I perl expressions. Compressed man pages will be correctly processed by .M zcat 1L . .TP .B \-t is used to typeset the manual pages, usually using .M troff 1L or a front-end for the same. If the default system typesetter is not desired, it can be overridden either with the .SB TROFF environment variable or the .B \-T flag. .TP .BI \-T troffproc selects an alternate typesetting program, overriding the current .SB TROFF environment variable or system default. It is most often used to select a previewer for workstations that support previewing of .I troff output. .TP .B \-l is used with specific file names rather than with topics. The same processing as .I man would perform on a system manual page will be performed on the given file. This is useful when first writing new manual pages or viewing ones not yet installed. It may be used in conjunction with other switches, such as .B \-t\c \&. The indexing feature is not available for local man pages except via the .B \-i switch. .TP .B \-w is used to determine the full pathnames of the files that .I man would display for the given topic. This is useful when the same topic occurs in more than one section of the manual or in more than one of the components in the supplied .SB MANPATH . The files are listed in the order in which they would be presented to the user. .TP .B \-a displays all man pages for all possible matches for a given topic. Its effect is similar to calling .I man on all the files returned by the .B \-w switch. .TP .B \-A prompts the user to select which man page is desired if more than one are found. A selection of 0 is effectively the same as having used the .B \-a option in the first place. .TP .B \-i displays the complete section and subsection index for a given topic. .TP .B \-v prints out the current revision of the program as stored by .M rcs 1 . .TP .B \-u displays a long usage message, piped through the user's .SB PAGER . It includes the current defaults for .SB PAGER , .SB MANPATH , .SB MANSECT , .SB MANALT , and .SB TROFF . .TP .B \-h forces .I "man" to ignore the .I whatis databases and search for its manual pages the slow way. This is the default behavior if no .I whatis database has been created for a particular man tree. .TP .B \-d triggers debugging output. All externally invoked programs such as .I nroff and .I egrep will have their arguments displayed before they are called. Certain other debugging information is also printed. .TP .B \-D causes embedded backspaces and their preceding characters in cat pages to be stripped upon output. This is useful for producing utterly clean output, such as when being viewed in an .M emacs 1 window. .SH EXAMPLES .T .nf .ta 20 .\" .ne 5 man stty # show me the first stty man page man -w stty # which stty man pages are there? man 3 stty # show me the one from section 3 man -a tty # show all man pages on tty .\" .ne 3 man old makewhatis # show me the makewhatis man page from mano man new csh # show me the csh man page from mann .\" .ne 3 man sun csh # show me the csh man page for suns (assumes $MANALT/sun contains sun man pages) .\" .ne 6 man -i uucp # get list of sections in uucp man page man -ai tty # give list of sections on all tty pages man adb/bugs # check for BUGS section of adb man page man man/exam # start at this example section man ksh/ # select from section menu for ksh man page man sun cron/files # go to the FILES section of the sun cron man page .\" .ne 4 man -f rcs # what is rcs? whatis rcs # same as previous whatis vax rcs # same as previous, but only vax man pages .\" .ne 5 man -k rcs # what knows about rcs? apropos rcs # same as previous apropos sun rcs # same as previous, but only sun man pages man -g 'file[-\es]*system' # find pages referencing file systems .\" .ne 3 man -S231 wait # override system section ordering man -S3f:3s:3:2:1 system # subsection ordering .\" .ne 2 man -M\ \ ~/man hack # use ~/man as only man tree .\" .ne 4 man -t 4 tty # troff tty(4) man page man -at tty # troff all tty pages man -Tpnitroff perl # preview perl man page man -lTpnitroff ../foo.1 # preview local file as man page .\" .ne 3 man -l file.x # run man on local file man -tl file.x # print local file as man would man -il file.x # get section index on local page .fi .ft R .\" .ne 5 .SH ENVIRONMENT .I Man explicitly checks for the following environment variables; if they are present, they will override its internal defaults: .IP \fBMANPATH\fP 15 The colon-separated list of man trees for locating man pages. This may itself be overridden by the command line flags .B \-M or by specifying an alternate hardware type. .IP \fBMANSECT\fP 15 The default ordering for section and subsection sorting. It need only be separated by colons if multi-character sections such as .B man1m exist or if subsection ordering is desired, such as to place subsection .B 3f in front of section .B 3 . .IP \fBMANALT\fP 15 The directory to check for alternate sets of man trees. This is useful for storing the man pages for several different machine architectures or versions of the operating system. See the .B Search Strategy section for details. .IP \fBPAGER\fP 15 The user's preferred viewer of paged output. Note that often the pager itself will consult the environment; for example, .I more looks for a .SB MORE variable and .I less looks for a .SB LESS variable in the environment. .IP \fBTROFF\fP 15 The preferred typesetter program. It should recognize .I troff input and switches. This may be overridden using the .B \-T command line flag. .SH FILES .nf .ta \w'/usr/lib/perl/getopts.pl 'u \fI/usr/man\fR default man tree \fI/usr/man/man*/*.*\fR unformatted (nroff source) man pages \fI/usr/man/cat*/*.*\fR formatted man pages \fI/usr/man/idx*/*.*\fR indices for section headers \fI/usr/man/whatis\fR default whatis database, text version \fI/usr/man/whatis.dir\fR \fIdbm\fP index file for default \fIwhatis\fP database \fI/usr/man/whatis.pag\fR \fIdbm\fP data file for default \fIwhatis\fP database \fI/usr/lib/perl/getopts.pl\fR required \fIperl\fR library file \fI/usr/lib/perl/stat.pl\fR required \fIperl\fR library file .fi .SH "SEE ALSO" .M egrep 1 , .M perl 1 , .M more 1 , .M eqn 1 , .M tbl 1 , .M nroff 1 , .M troff 1L , .M compress 1L , .M dbm 3X , .M man 7 , .M catman 8 , .M makewhatis 8 .SH NOTES This version of .I man is written entirely in the .M perl 1 programming language and thus requires that .I perl be properly installed on your system to run. Because .I man is distributed in a script, it can be easily reconfigured by the system managers to suit their site's particular style. This is good, as some of the default settings are somewhat idiosyncratic to the set-up at the \s-1CONVEX\s0 home office. .sp .in +5n \fBBe sure to save a copy of the original \fIman\fP program before any modification.\fR .in -5n .ft R .sp .ne 4 Things that can be configured include: .in +5n .IP \(bu 5 the default .SB PAGER and its flags (alternate flags can be provided for .I less\c ) .IP \(bu 5 system defaults for .SB MANPATH , .SB MANSECT , .SB MANALT , and .SB TROFF . .IP \(bu 5 paths for \fItroff\fP, \fInroff\fP, \fItbl\fP, \fIeqn\fP, \fIneqn\fP, \fIul\fP, \fIcol\fP, \fIegrep\fP, and \fIcompress\fP .IP \(bu 5 whether you have compressed man pages and how they are stored .IP \(bu 5 which section aliases you want (as in .B public being recognized as section \fBp\fP) .IP \(bu 5 whether to recognize man pages whose .SB NAME sections don't mention their own names .in -5n .PP To save disk space at the expense of execution time, a site may wish to run .M compress 1L on the manual entries where available. The .I man program understands how to read compressed man pages, and knows to create a compressed cat page if the source man page was compressed to start with. .PP When running on slow \s-1CPU\s0s, the start-up time for parsing the script may be annoying. These sites can skip this parsing phase at each invocation of .M man 1 by using \fIperl\fP's .B \-u flag to dump a binary image of the interpreter. .SH DIAGNOSTICS Several self-explanatory diagnostics are possible, such as .TY "No manual entry for xyzzy" , but the following warnings may not be intuitive: .sp .TY "But what do you want from section %s?" .in +5n A section was specified but no topic. .in -5n .sp .TY "No dbm file for %s: %m" .in +5n .br This means that the named man tree does not have an accessible .I dbm version of its .I whatis database and that .M makewhatis 8 should be run on it. This only shows up when .B \-d option is used. \fB%m\fP is the appropriate .M perror 3 message. .in -5n .sp .TY "%s has disappeared -- rerun makewhatis" .in +5n .br A man page has been removed since .I makewhatis was last run. Note that new man pages being added will NOT be detected. .in -5n .sp .TY "nroff of %s failed" .br .in +5n For some reason .I nroff did not exit correctly. The disk may be mounted read-only, it might be full, or .I nroff may not be installed on your system. Contact your system manager. .in -5n .sp .TY "%s was length 0; disk full?" .br .in +5n A cat page was empty. The .I man program unlinks the useless cat page, issues this warning, and exits non-zero. Rerun the command and if the problem persists, contact your system manager. .in -5n .sp .TY "/tmp not writable" .br .in +5n The .I /tmp and .I /usr/man/cat* directories are not writable by you. Contact your system manager. .in -5n .sp .TY "No whatis databases found, please run makewhatis" .br .in +5n The .I man program was unable to find a .I whatis database for use with .I apropos or .I man -k in any of the directories listed in the .BR MANPATH . Have your system manager run .I makewhatis on the system manual page directories, and run .I makewhatis on any personal manual page directories. .in -5n .sp .TY "bad eval: %s" .br .TY "can't eval %s: %s" .br .in +5n These are internal errors that should never occur. Contact your system manager, who should submit a problem report. .in -5n .SH RESTRICTIONS Once a .M dbm 3X .I whatis database has been created for a particular man root, new man pages will not be found unless the .B \-h flag is used or until .I makewhatis is rerun. .PP If your .SB PAGER is .M more 1 , bold text shows up in the normal font; however, .M less 1 does display bold text in your terminal's bold font. .SH BUGS The manual is supposed to be reproducible either on the phototypesetter or on an \s-1ASCII\s0 terminal. However, on a terminal, some information is necessarily lost. .PP The .B \-t flag for .I man only works if the host system supports .IR troff . .PP Not all systems have .I compress installed on them. .SH AUTHOR Tom Christiansen .I \c .SH COPYRIGHT Copyright 1990 \s-1CONVEX\s0 Computer Corporation. You are free to use, modify, and redistribute these scripts as you wish for non-commercial purposes provided that this notice remains intact. n .ft R .sp .ne 4 Things that can be configured include: .in +5n .IP \(bu 5 the default .SB PAGER and its flags (alternate flags can be provided for .I less\c ) .IP \(bu 5 system defaults for .SB MANPATH , .SB MANSECT , .SB MANALT , and .SB TROFF . sw/etc/makewhatis.8 664 0 12 22342 5146770011 7510 .TH MAKEWHATIS 8 .CX \" probably only makes sense on Convex machines .\" .de SB \" small and bold .if !"\\$1"" \\s-1\\fB\&\\$1\\s0\\fR\\$2 \\$3 \\$4 \\$5 .. .\" .de T \" switch to typewriter font .ft TA \" probably want CW if you don't have TA font .. .\" .de TY \" put $1 in typewriter font .if t .T .if n ``\c \\$1\c .if t .ft P .if n \&''\c \\$2 .. .\" .de M \" man page reference \\fI\\$1\\fR\\|(\\$2\)\\$3 .. .SH NAME makewhatis \- rebuild the whatis database .SH SYNOPSIS .B /usr/lib/makewhatis [ .B \-v ] [ .B \-n ] [ .B \-y ] [[ .B \-M ] manpath ] .SH DESCRIPTION The .I makewhatis program rebuilds the text and .M dbm 3X forms of the .I whatis database from the on-line manual pages for a given \fImanpath\fP, or from .I /usr/man if none is supplied. These files are used by the .M man 1 , .M whatis 1 , and .M apropos 1 programs to locate man pages and to print out the one-line descriptions given by .I whatis and .I apropos\c \&. The .I makewhatis program should be run whenever new man pages are added so these programs can find them. .PP Each component of the colon-delimited .I manpath is interpreted to be the root of a new tree containing directories of the form \fIman*\fP, within which are unformatted man pages of the form \fI*.*\fP. A separate .I whatis file and corresponding .I dbm files, .I whatis.pag and \fIwhatis.dir\fP, will be placed at the root of that man tree. Files or directories ending in tilde (\fB~\fP) or in \fB.bak\fP or \fB.old\fP (in either case) will be skipped, as will a section named \fBman0\fP, should it exist. .PP In general, files in section \fBmanX\fP should end in \fB.X*\fP, where \fBX\fP is a section of the manual like \fB1\fP or \fB3x11\fP. This means it's ok to put things ending in \fB1c\fP in \fBman1\fP, but not things ending in \fB3s\fP. Any man page whose name doesn't match these criteria will generate a warning, but will be processed anyway. The exception to this is the \fBmano\fP subdirectory, which has traditionally been the receptacle of all obsolete man pages irrespective of their file extension. A better way to do that would be to have an entire man tree dedicated to this, as in \fI/usr/old/man/\fP. .PP Multiple entries occurring in the .SB NAME section or as links (hard, soft, or via \fB.so\fP inclusion) will all be stored under the same man page name. This method can save significant amounts of disk space because it guarantees that only one cat page need be generated, regardless of how many ways you can get at the corresponding man page. Maintaining aliases as links or via a one-line file that \fB.so\fP's the real man page (once the only way to do this) is still supported although no longer required; mere inclusion in the .SB NAME section is sufficient. .PP Embedded point and font changes will be removed from the output, and \fItroff\fP string macros for hyphens and underscores will be translated into their corresponding \s-1ASCII\s0 representations. In general, all that can be done will be done to produce nicely readable output for .M whatis 1 . .PP The .B \-v flag will generate verbose output, reporting such things as each new man tree examined, each subdirectory, each file that is opened, and each entry in the .SB NAME section that is found and stored. Simple tracing information is printed to the standard output, while to standard error are directed more serious warnings. .PP The .B \-n option can be used to check whether the database needs rebuilding. It will report on the first file in each man path that is out of date. Note that this is the only automated way to determine this; neither .I makewhatis nor .I man will realize that the database is out of date, so you should be careful to rebuild it whenever new man pages are added. .PP The .B \-y option is similar, but after finding something out of date, .I makewhatis will automatically rebuild its database. .PP Support for compressed man pages is provided in the following way: if the name of the subdirectory itself ends in \fB.Z\fP, as in \fBman8.Z\fP, then all its files are assumed to have been compressed with .M compress 1L . Alternatively, individual files ending in \fB.Z\fP are also considered to be compressed. Compressed files are processed with .M zcat 1L . .SH EXAMPLES .ft TA .nf .ta 3i % makewhatis -y # build /usr/man database only if out of date % makewhatis /usr/local/man # make local man page database % makewhatis -v ~/man # make personal man page database verbosely % makewhatis -n $MANPATH # tell if any dbase in $MANPATH out of date .ft P .fi .SH FILES .nf .ta \w'/usr/man/whatis.pag 'u \fI/usr/man/whatis\fP default whatis database, text version \fI/usr/man/whatis.pag\fP \fIdbm\fP index file for default whatis database \fI/usr/man/whatis.dir\fP \fIdbm\fP data file for default whatis database \fI/usr/man/man*/*.*\fR default (unformatted) man pages \fI/usr/man/cat*/*.*\fR formatted man pages .SH "SEE ALSO" man(1), whatis(1), apropos(1), perl(1), compress(1L), dbm(3X), man(7), catman(8) .SH DIAGNOSTICS Numerous diagnostics may be issued, especially if the .B \-v flag has been given. Here are messages that may require further attention. The .B %s and .B %d fields in the descriptions indicate strings and integers respectively that will be filled in appropriately at run time, while .B %m indicates a standard system error message as described in .M intro 2 . See the source for further details. .sp .TY "Skipping non-man file: %s" .in +5n A file was found in a man directory that has no dot in its name. .in -5n .sp .TY "%s has a funny extension to be in %s" .in +5n An apparent man file was found whose extension doesn't match the name of the man file in which it was found. This restriction does not apply to .B mano subdirectories. .in -5n .sp .TY "can't stat %s: %m" .in +5n The .M stat 2 call returned an error. This can be caused by a symbolic link pointing to a non-existent file. .in -5n .sp .TY "can't open %s: %m" .in +5n The .M open 2 call returned an error, which is listed. .in -5n .sp .TY "can't chdir back to %s: %m" .in +5n After changing directory to one of the man subdirectories, .I makewhatis couldn't return to the initial root man tree. This is a fatal error. .in -5n .sp .TY "makewhatis: %s: found %d entries in %d files" .in +5n For the given root man directory, this many separate entry points were found for this many different files. .in -5n .sp .TY "%s .so references non-existent %s" .in +5n A file contains a .B .so reference to a missing man page. .in -5n .sp .TY "%s's .TH thinks it's in %s" .in +5n The man page's internal .SB TH section has a different idea of where it lives than the actual file name. .in -5n .sp .TY "trimmed troff string macro in NAME section of %s" .in +5n An irresolvable .I troff string macro was found within the .SB NAME section of the man page. This may cause peculiar .I whatis output. .in -5n .sp .TY "%s: no separated dash in %s" .in +5n The .SB NAME section contained no dash in it to separate the list of man entries from their descriptions. This will also cause odd .I whatis output. .in -5n .sp .TY "%s: truncating cmdlist from %d to %d bytes for DBM's sake" .in +5n The .SB NAME section contained too many characters. Due to built-in limitations of .M dbm 3X data entries, this entry was truncated. It will appear in .I whatis output with a trailing .TY \&... at the point of truncation. .in -5n .sp .TY "%s: forgot my own name!" .in +5n A man page is stored in a file name that doesn't correspond to any of the entries in its .SB NAME section. .in -5n .sp .TY "%s: no NAME lines, so has no whatis description!" .in +5n No parsable entries in the .SB NAME section were discovered. .in -5n .sp .TY "%s was a .so alias for %s, but %s's NAME section doesn't know it!" .in +5n A .B .so reference was found to point to a man page whose own .SB NAME section didn't contain the name of the .B .so file. This may be due to old man page aliases that were never de-installed when the base man page changed. .in -5n .sp .TY "can't store %s: would break DBM" .in +5n There were too many entries for a topic for it to be stored without exceeding inherent .M dbm 3X data size limitations. .in -5n .SH NOTES This version of .I makewhatis is written entirely in the .I perl programming language; it requires that .I perl be installed on the system to run. .SH RESTRICTIONS The .SB NAME section should be a comma-separated list of aliases for this man page, followed by white space, a dash, more white space, and then the description. Pages not conforming to this rule will still be found, but a diagnostic will be printed and their descriptions will be left blank. .PP Man pages should be formatted using the .M man 7 macro set. The only exceptions to this are the man pages from the \fIRand MH Message Handling System\fP, whose own internal macro set is also recognized, and Larry Wall's \fB.Sh\fP section header macro. .PP .I makewhatis takes much longer to run if man pages are stored in compressed form. .SH BUGS Not all systems have .I compress installed on them. .SH AUTHOR Tom Christiansen \fI\fP, \s-1CONVEX\s0 Computer Corporation .SH COPYRIGHT Copyright 1990 \s-1CONVEX\s0 Computer Corporation. You are free to use, modify, and redistribute these scripts as you wish for non-commercial purposes provided that this notice remains intact. hile .B %m indicates a standard system error message as described in .M intro 2 . See the source for further details. .sp .TY "Skipping non-man file: %s" .in +5n A file was found in a man directory that has no dot in its name. .in -5n .sp .TY "%s has a funny extension to be in %s" sw/ 755 5300 62 0 5562214711 4474 sw/bin/ 755 5300 62 0 5562214677 5257 sw/bin/dblook 775 5300 156 6720000 5561747550 6657  @@wp\  @D* @ "@b@ @@# @@h/(" @K \@K O^a K`dh/H   @4 d  @+/t"@# h /H  @ p#|##b#c@#`d#  |  G        `/usr/lib/ld.so/dev/zerocrt0: no /usr/lib/ld.so &crt0: /usr/lib/ld.so mapping failure crt0: no /dev/zero ?c'D'H''H"LU"#Lc@D  f"PcL@c @ZB DH @\D H @U 'D@ N* H c@I ':*`H K`-* H cf"P@*f"P`L@" @D  * H ##H f"P`&L@ @ ''0`D#H@$? @f"P`FLH@ @'0'̐'0@`" `" ` " " '0>@'`]@ "cP`d@ "cP"#P'0@`" `" ` " " '@>@'''@@'Ԑ'0@`" `" ` " " 'D>@' ''0@`" `" ` " " '0>@'v* +` a`k@}, %i($@ '`'-C¬#\/T#`#d 4a`O B  @`1g& i"`sH@S 4a”ai⸘ @L3g&`g 4cy”gธ @?'5N#\ #`#d4bRa~f"a a@+''䀧9* i(@ #p#` #h#d #l! #\#`#t #x#|)N # ##* -/a4bRaf"a a@ ' 'O` PA  @ g O` PA  @ g @  ?c'D'Hg @ ?cH'D'HD` @ 'D` @ 'D` @ ' #\#`̂`#d #h #l #p #t#xg 4aa!a`@ '#@`" `" ` " " '(>@&a@`" `" ` " " '(>@&Sj `@ `3y²b#\5g#`7#d#h;`A#l# #p#tg 4a”ajB! @ E'#\4c y˜"g`@ 7'N`#\ #`#d4bRaf"a ah@ #'N#\ #`#d4bRaf"a`@ ' @I'`  @ `  @ `  @ `  @ `@&Ba  @ ?c'D'HD` @ '@ `@N@ ?b'D'H'L'P'T'X$@ ' LP"`xL" "  " " '(>@%T؀@'TD%L%P& '0`$'4LX@ $&T'`X"` "p #\ #`#d#h! !P#l#p  (Dؚ @$ @ k F `@ "` '$䀣 4 *` @+  @ P @),`@ D  (- -@=b.& '?c`'D'H'L'P'T'XL 'L''0@`# `# ` # # 'Ԩ'0'-@D1#L #\''' kD@"D#cLH,`,+k`@P%T?&X&LH/`*` L` T$`@`" `" ` " " '0>@$`@ L"H*@ 'ؐ`'0@`" `" ` " " '0>@$p`@ }P@ " PJ  P@@ " P,@k `@ Pk @ 'k @ u+k`M  k` )* 'Pk`@ [][P@@ P" PL@  P@ E" P@-k `@ >Pk @ ;'k @ 05kN@  k` ]* 'Pk`@ L` T$D@ *  a8 2333?b؝'D'HD!''k"<@`# `# ` # # '-k%@H1k&"H3kb<'5k<" "  " " '@>@#`@ \k!#\a#`k#d#h'T`Ha@"kak@'Ā !1#\ e#`#dD Fba  @B`@ 7Ē @ !Q#\ e#`#dD Fba4 @B`@ {@ m'T@ aT@ @ H@>'耢 !y#\ e#`#dD Fba[ @B`@ LHk#"H'X#`'P#h!!#\#a#d#l%k<" "  " " '@'H| !@''@ak!<@ 耥 k!<a@  耦 k!<a@ 3`A#\# #`7B#d #h#lg 4a”ak<B! @ '4c @ '#\4bRaf"ac@ O`  @ 4`  @ '@ H'܀!#\ e#`#dD Fbaᯘ @B`@ @ K?#`#?#ȍ?ȕH?!k"<#g$`H#| $#d 3#pС;h #t#\#` #x# L# # ### # ## # ## # ###ܒ < -  #@V?c'D'HDb@ ;'b@ 5'@ .?c('D'H'L'P'T'Xg H"`" \ ?`c" '#`#\#dxg  "  "  " " '0'PՒ !@'0'Pak"L@`)k"L$`%``% /1k"x&& `5kx&` `c" '#`#\#dxg  "  "  " " '0'P !@'0'Pak"L@`)k"L$`%`-#@/%1#P +'#`#\kbp#dkx#hk#l##pH"`#xx#xx##||#||g @1 d<cP`,'#`#\kbp#dkx#hk#l##p#tH"`#xx#xx##||#||g @ 5 f"PbL@, @# f"Pb9 @ck"`k"p"`kx#``#kb$ `'k$` %  ?c 'D'HD` @ ' '' `܅㰍DF'ܠ'4@`$ `$ ` $ $ 'p5'4@`" `" ` " " '8>@ k"bX@`#\#`#d#h4a”ak A @$cp%#\#`'̂#d #h #l #p #t#x4aac!ab@'cpBb@'by–g  @5N#\ #`#d4bRaf"a`,@9N #\ #`#d4bRaf"ac@m $ @ #`T#\fa#d##hN`#l #p#t4bRaS A @J $ @_ #fba#\%#`'N#d #h#l4bRaT @,'`$쀥i @; #hS`A#\ #`T#dN #l #p#t(+4cHRaQ! @ @ ܧ4<$@#p+Raa#\-#`/SA#d d#h3T`#l5#t#x#|9 # ##fba###4c H L!! @t+`# ' #pBb@''`$쀢 Dk"b@'' 耢 "*@ 쀣@ bk"@} '`'N#\ #`#d#t+@E` km @t`'O`  @hpO`  @`pBa B  @U?c'D'HDb@C'Yb@='Ba  @;?ch'D'HDb@)'Yb@#'` @'' '`$ "#t*@ E` @k"@k"b@' '쀐 "#\ e#`#d Fbaⵘ @B`@" '`$ -#t*@ E` @k"@k"b@ `" k"@* ""#@  ''0$`$` $`$` 'Ԑ'0`$''` @  @!y' '`@0 b* +`@b,-`@w @Pb./`@ '`'@ @ Ba  @H?c'D'HDb@6'Yb@0'` @)'' $ #\#t*@ E` m  @ '?c'D'HDb@'Yb@'` @'' $ bk"@#\#t*@ E` km  @ '?c'D'H'LD` @'D` @'HF'' $􀢀 ) t+  E` @k#@k#b@~ '`''k#b@lDE` k @xaDE` @jk#@wk#@" ''`$ @#t*@ E` @Nk#@[k#b@1#k#@]" '@ k#b@t+`E` k @% 'DE`  @?c'D'HDH@?c'D'HDH@>' 3 @ )b@ @ @" * b@ @  ?cp'D'H'D@`" `" ` " " `'@`" `" ` " "    p#@@~H'#\`'@`" `" ` " "  l("mc(@a3lNc(`/k#(lc(@k#(b@'`'@`" `" ` " " '>@<k#(@mk#(c@jk#(lc(@dk#(c@^k#(mc(@Xk#(?c8'D'H'L'P'T'X'D@`" `" ` " " H'h'" "  " " >L@''L@_h'@`" `" ` " " *`g`@ @Vh'" "  " " '>@h'" "  " " ' >@h'"`"` "`"` * 7g@J* g` c@* g c @* g c @* g  c@|* g` c@qV* g` c@* g @'䀢 +`!g  ,@ '-`/g.2'&耧/`g`  * `'+#g`,* )g c#@X   "  * `D UUVVDVp-1q!`.`7g%/`q`" *qb # V?* q"@ =\  * q"@ )* g` @?'P@? d@#\؅ ;`* g  c*@+`!q  # ,)q!`-`/g$.`7q& '`'Pqa`"Tq"Xqb#?cp'D'H'L'P'T'D@`" `" ` " " `'@`" `" ` " " >H@b''H@`'@`" `" ` " " '>@L* g` @z+#qa`,)g $`'" "  " " '>@,`'" "  " " ' >@T *`q" 0'@? "@耢 + g@ ,'- -g@-* 3g`@#.9q  & 'i* g` @@'䀢 + g@ ,'- -g@-.`7q&<'@'@耢@*g   +@`',)g -@* /g@.`7q&  e  `' 'Lq`"@Pq "?c'D>&` `@`" `" ` " " nc(@Dnc(@`  ?ch'DD  #\B#` #d‚!#h#l#pDa B Ba@JDǂb @>'Mba @;Db@0'Db@*`@&'+` +@ @ ('- -` $'.. @ 0'Dǂb @Bc@'cP@>''  f"PcW@   @M#\` s~#`M@?cx'D'HDH 'D D!* * @  @ wD!* * @ '#\#` 4b@a  @''L@'#\#`#d*` *" P 4b)Ba #B" `@_'Bb @i '#\4bRaHO"@E3Da, ,`''#\#`#d#h4bRaHf"aa@&-`-@D` Հ '`D   @L?c'D'HD` s@'H @I?c'D'HD` @'H` @' < <@?c'D'HD` @' < <@?c'D'H'L/s(4DL@"48@"8' %"@'Y4@ @"@c  @ d% d%#\c0#`v#d40 pub@# $@c  @!%<!%L<#\wa0#`o#d4(L} bP@# %" 'Hc !%PP#ɤ'@5%DP@5%H#% THDȨI%' %"@'쀐?# -D.'@5y* "@  %" '쀐' %"@'* @ H1㨩3%4$ @"   I6$$ 97'@5^* qL"@ * qL@ 㬁   $@k# >cɠ*y "  * y"@  * qL@ % * qL@ %< '* qL@ '؁ '''% '* qL@ 'ȁ  '''% %" 'e%,##\ #`#d #h,c#c@@#c@D#c@,#c@f #c@Z#c@H##\#c#c@#@* @ ''#\c#` #d#h #l`#p#t! #x#`,#|D#'4# # # #L##` `@##\`<#` #dcy#`8@* @ I*'# -'#\#d #h#` #l`@#p<#t! 4#x #| # ##c c@##\`<#` #dcqP#`8@#c@  L`P@R4@ ?c'D @E' `@D`@?cx'D'H'L @'' `@`D@`" `" ` " "  H  p#@@  # # ## L$ ?ch'D'H`D@`" `" ` " "  H  p#@@ ' # # ## >'`' "  "  " "  @ >''7਀:* X@ H@*`'@`" `" ` " " +`! \@'`'@`" `" ` " " -`/\  @ '`'@`" `" ` " "  @ G?cp'D'H'L`D@`" `" ` " "  H  p#@@ 6' # # ## `L" "  " " '@ L '`'@`" `" ` " " '@  ?c'D`D@`" `" ` " " '>@?ch'D'H`D@`" `" ` " "  H  p#@@ ' # # ## `'" "  " " '>@?cp'D''D@`" `" ` " " `'@`" `" ` " " '>@'耤'`'@`" `" ` " " ' >@{ ' '䀐  ?ch'D'H`D@`" `" ` " "  H  p#@@ V' # # ## `'" "  " " '>@6?c ?cx'D'H @O' a`@`D@`" `" ` " "  H  p#@@  # # ## ?c'D'H'LH:HJ`/" H@" at@&`D@`" `" ` " " '>@" @" av@" H@" ax@" az@" L@" ?c'D'H'LDHL' 3 @ )a{@ @ @" * a~@ @  ?c0'D'H'L'P'T'X'D''"`"` "`"` `'> ''`'' '`'@`" `" ` " "  Ȗ  p#@@ &' "` "` "`"` ?'4#\`'@`" `" ` " " ' ''(','0@ >k`'#`'Ā '" @'   a @@`'@`" `" ` " "   Ę p#@@ ' # # ##  a @ ?Z& a@?J'4#\`'@`" `" ` " " ' ''(','0@ >l`' `'H @@''"  @@'o  ?b'D'H'L'P'T'X ' D@`" `" ` " "  `  #@@ >' # # ## H''#p'#`'#h'#'8#x3b}#d5#t7#l9"#|;bu#\#'@`" `" ` " " '4'g "p@ '4b@   '8 '4' ;'4b@  '8 '4 ' +'4b@  '8 '4 ' '4b@  '8 '4 '  '4b @ p '4p p"t t#@TXLP  'L'P'T'XLP FʛL'TX𥣈𭤉T"XZ'䀐 '#@$'% 䀥 䀦l" w`"@"  l#!"  h$@$`䍠h FJd$$' "  "  " " b @ " b@.['Āl" @8@cȔ@',, @j b @@`l" "l@8@D'004@?@+'  b@l"@@  0@:'(@3(  l"@ (0@ 0(8@$l"@l @ l8@'004@@ '   c%@l" t 0@t"@t   cN@l" p )t#04@@' cv@zt@t"@l" t0@ t  p"(聨@'$l$ $* p '@ 荠D#$ '$p"@'"(聨@ l"`'$$ $+ S #荡 Bp@$,$$%`'$l"`'$$ $+ S #p@$,$$%`'$p%'3b(聩 B'$l$ $*@ 荡 Bp$,`$$'$'$l$ $*@ p$,`$$'$Yp%'/(聩 B"l"`'$$ $+ S @0#荡 Bp$,$@$% '$l"`'$$ $+ S @#p$,$@$% '$  * "c eVp"(聨@'$l$ $* p '@ 荠D#$ '$<p"@''b(聨@ l"`'$$ $* R #荡 Bp$+#@$$`'$8l"`'$$ 0$* R S"  $+`T%T @ $* \" ``#$* R #p$+#@$$`'$p$''-(聩 B:'$l$ 1$*  "  $+`%@ $* \" ``#$*  荡 Bp$+`#$ '$5'$l$ .$*  "  $+`%@ $* \" ``# $*  p$+`#$ '$[p$@''+b(聩 B"l"`'$$ $* R @#荡 Bp$+`#$$ '$l"`'$$ $* R @#p$+`#$$ '$  * $` <l\ ?c@'D'H'L'P'T'Xd"D@'cn f"Pc@x@`" `" ` " "  ɖ  #@@' # # ## H% 'c'HH䀦@ f"Pc@O' #pT@#\X#`\#dd#l`#h#t'L P@`" d"f"Pc@u*h@d  f"P`0@fdh@"'d܀@ ܡ+lܧ,$@ܬ'@l?b'D'H'LD'x" "  " "  O  #@@)' $ $ $$ `V f"P`]@H"`'`'H H@ f"P`@'#\'#d'#l#` #h#p'``|b0|" @8'|!"@|(ʛ'|쀤` f"P`@V'Xx'@`" `" ` " " b @'䀐 䀐  ` @  a  @+'a4@1* 'll@'hh  f"Pa7@{h'd'쀢@ *L@  |$F+d$@''aM@^Q* 'll@s'hh  f"PaP@Dh'`'쀢@ 4*L@  0, L%|(J'H - L0|2 T/HVP#xx. > .``6 '^'af@M* 'll@'hh  f"Pai@h'\'쀢@ 0*L@  0, L%|(J'H - L0|2 T/HVP. \&' 'af"P@A" "!@'ppf"Pa @h@)phl@'p@h@ f"Pa @zl  f"Pa @k?c7FWF: 7W *:7WF + ; 7FcWF# +;7FW, %P@WF@}'?c'D'H'LL" 'LL*`H 'HL+ D 'DLDR#``H"@L"'LH"'HD# 'D?cp'H> & > &  " b@N?'#\`@`" `" ` " " ''' ''@>m`H) @'#\`@`" `" ` " " ''' ''@  b, @ ?H  L L'H  bE @?`@   b @?p`T 3 4@  8@  8*`" 8 H`8@"H b@!4`H H@4@#40$05'H@!'"` *    @'  b@B '@'耢  'b @?  @l 0" ?c'H#\`@`" `" ` " " '' # @`@`" `" ` " " '>@'H@H'HH@CH @! RH@ H'Hc@ H @  =-@Hc@H @ ,-'H@H@''N/ '@" '*@' @ ??cp'H'#\`@`" `" ` " " ''' ''@g'H 0 `L @ L @L@ ?I䀢>k>l<0H@3H@H@  ` " * )` H*?䀢>kЀ>lՀ>m ?c@'D'H'L'P'T'X'D''"`"` "`"` `'> ''`'`'" "  " "  Ȗ  p#@@' '  '  ' ' ?'4#\`'@`" `" ` " " ' ''(','0@>k`'#`'Āu '" @'   c F @@C`'@`" `" ` " "   Ę p#@@}' # # ##  cO @?<& ci@?,'4#\`'@`" `" ` " " ' ''(','0@/>l`' @F@'?c'D'H'LD .@'D"DH@`L@:H*LD@2?c('H'L'P'T'@`" `" ` " " H 9HK4q" q"H@'܀' cH@ q"H@'܀?''c`'> ''& &  'q"@n@ q"@I' '?'':L ^LJ YLc@> '`4L@:'؀> 'X@L@1'Xc@' 'X@k?'''h#\`'X" "  " " '$'('\'`'d@<''X$`$` $`$`  '> '&  `    8 @'?''P PJ Pc@> ''8'8P T u?''OȀ >' `Ā  \@ޕ''8@@  'Ě`'`Ā@'8@߉'Ԁ  @ ''c)' `Ā " \@Y'`'8@g'Ԁ  @ '   'Ġ ''3OȀ '8@@ '8@8'Ԁ?'' ' `     @'  > ?''T TJ Tc@S>'Tc@G> 'Tc@;>'' "` "` "`"` `@`" `" ` " " '4>@ `" "  " " '8>@3cY#*Ȁ$$"#@"`  c@#@"`$ c@,Ȁ$$" c@"`  `@k $c@"`$ `@[T@ $T@1&  ̀ *`@`" `" ` " " `  ` @ $` @ '' `&  ̀ ?' '' @?cx'H'`@`" `" ` " " '>@C&  @W`@`" `" ` " " '>@/쀐 @H@99`@`" `" ` " " '>@&  @!`@`" `" ` " " '   @' `&    &  ?cX'H' @*u> & h@`" `" ` " "  @GHx#@ # # ##  Ch@`" `" ` " " HV'>& ' #`! g#\#dh@`" `" ` " " `OVH ^@'x@`" `" ` " "  y?'/h@`" `" ` " " ' n i`'#\h" "  " " ' w  @?'?cH'D'H'LL?"L> "L> # L> # 'XD@ m#qbq"D@' 'Xq"@'  L" H`@H`@  `H@Q?@;'D@g"@'PD@du<  nD`@L'e' $@O' @@' `@|' @" ' *@' @ `D@@?' $@!' @@"` `@M' @" ' *  ' @ aD@@?W@  '"`H@ @"` aE@H@@# @w?&q"@ "`L"q"?@ڒ'Xq"@۫q"D@ۥ @a#`( ?cp'H'#\`@`" `" ` " " ''' ''@' @  ap @Q?H M `L @=5 L @8 L@ @ ` " * /al L@ ?G䀢>k>l:.H@1H@H@ ` " * /bd ?䀢>kҀ>l׀>m ?c@'D'H'L'P'T'X'D''"`"` "`"` `'> ''`'`'" "  " "  Ȗ  p#@<' '  '  ' '  $ a@z?'4#\`'@`" `" ` " " ' ''(','0@>k•>l~@  a @M?`'"`'Ā `'@`" `" ` " "   Ę p#@' # # ##  aې @?& a@ ?'4#\`'@`" `" ` " " ' ''(','0@>l`'I''u'`'m?`'d'' 'Z@`?'Q''I'`'Ab& @ޥ?E` "  02 *`@ `*`   HhhH((Œ´'`  @ {?cp'H'L'L"> &> & > & > &  bPH@??H"> 1`2 *` + # @ `?*`    !   İĐĐĈĘĘĘĘĘĘĘĐĘĠĠİİĠĘİĘĠĘĐĐİĠĘİĸĸĸĸĸĸĸĸĸĸĸĸĸĐĐİĠĘĐĐİĘĘĐĈĐĐĘĠĘĘĠĠĘĘ'#\` "  "  " " ''' ''@%'䀥?,L@"L"L#?' 䀢>l>m쀢>o @L" ` L$'?' 䀢>l>o%q"@פL"@'+L#@'#L$@'0L%'?'">k * 2a H, d ( @Q'`H   L#'?'">k * 2bH  4L"'L#@' L$'?' 䀢>k뀢>l>m]  `L" ?'䀢>lH  `L" ?'䀢>l3  ` L" ?'䀢>l `L" LL# `$L$?' 䀢>l>m뀢>o `L" PL# `(L$?' 䀢>l>m뀢>oq"@֔L"@' `L"'?'">k * 3a TTTtT  L"'?'">k * 3b$  T ?'`L#@'?'">k * 3b HHHΈΈe  L"'?'">k * 3c8 G @ `0L"'L#?'">k * 3c \\\ϬϬ  `L"?'">k * 4`\ $  L"?'">k * 4` ЀЀЀИЀ  LL"?'">k * 4aD    `$L"?'">k * 4a hhффф  `L"?'">k * 4b4   `L"?'">k * 4b XXtttj  L"?'">k * 4c  M  `L"?'">k * 4c DDD`D/  L"?'">k * 5`  ӼӼӼӼ  PL"?'">k * 5` 000HH  `(L"?'">k * 5` ԤԤ  @L"?'">k * 5ap 8 L@"?'">k * 5a ՔՔՔլՔ L@"?'">k * 5bX    @L"?'">k * 5b ||֘֘֘a  4L"'?'">k * 5cH C `L"'?'">k * 5c ll׌׌׌$ ` L"'?'">k * 6`@   L"?'">k * 6` ddd||  L"?'">k * 6a(   HL"?'">k * 6a LLLdd  L"?'">k * 6b   `0L" ?'䀢>o|  `,L" ?'䀢>og  `,L" ?'䀢>lR T XL#?' ?'䀢>m5  $L" ?'䀢>m!  ,L" ?'䀢>m   4L" ?'䀢>m  <L" ?'䀢>m  DL" ?'䀢>m  @L" ?'䀢>m  HL" ?'䀢>m $L" bsH@?'H"> 7h2  + @ + @ @ `?*`   |,܌<ٸ\ˤPdddɸtՌԜ(Ӵ<̐`xTL(ڀ,(ۜDP@?c'D'HD \?H@HD`XH?@AD` "`'H`H @ф'D` ?@*D$?@# '?c'D'HD@у'H@'' 1H@X' ''@ D@K'@߬' '쀢`D?@'?c'D'HH T 'H` H`\@Dm'DHbD ,H`,D4H4D <H`<?cH'H'L'̐ 'Ȑ> & > & > & ' " " "" $ b@~?'''(#\`" "  " " '''' '$@>oHHL ',`b@ ','H@ 'Ԛ # TH@ @"@ b@՛H@ `" @ $ , @$`4 @$< 2@$  2@% $ @%`\ @%X'L@t''̀dL@M`@`" `" ` " "    p#@ $ $ $$ . \ @O`X @J@ޠ@ޝ'Q'(#\` "  "  " " '''' '$@P>m0Ȁ@0'в`' @&``* ' "T `4@Х `$` 8?@z' @ސ?cP'D'H'L'P'T'XD'@'' @@'' @# #  # # '?/`' @`" `" ` " " '>?@:'0' #`#` #`#` ' @`$`$` $$ `'`'0" "  " " p#@s'  #  #  # # '  @?ch'H> & &  T @bH@ݞ'(@'(bH@ݑ' `܀  \@%'`cH@{ܖ'Hc@q H`4 H@=cH@``c#H@Wc4H@NHc?@I`0'&  ؀`" "  " "   H@ݦ & " cB@r?' #\`" "  " " ' ''''@>md ?b'D'H?#'?#'H!`@`" `" ` " " DK`'@_!?#d#?c'',ckD@V'  cu@?','0cD@B'   c@ ?',',ch' ',cߐ @? @'Ȑ 2@' D'$D@ ?#O`# ?O  D' '0'4c@'`  `@a@5Ē @1?e`',@`" `" ` " " '0   p#@Q', # # ## `'," "  " " /ࠔ'>/1?#`3`'@ܢ5?9?#d@'0?#` `/ @n?`',@`" `" ` " " `H' >?#?c'?)?#'@G'0@cȒ?@?-?'O1?#`'5?   `f@(?`',@`" `" ` " " ',Țp#@x', # # ## a@̀',H% %  % % ؀ Ē @n??#?c @* @۽?'   `z@>'#\`', "  "  " " '''''@e''?@۪* +?c-? D@۳/?'1?#, '?c   ?#*`'?#?c @~* ? @ۓ?'   `@?c # H!?##?c@^* $8)?#@U* %4%0Ē @3?c   `@W? ?ch> & > & '#\`" "  " " '' '''@'܀~mT?;` "  "  " " '> `@-'   `@ ?`@`" `" ` " " ?@ ?c'D'H'L'P'T'jDHL@ 'D@P@ڎ'HL@ 'DP@ڀ'HL@ zD'H"#``#`` @ڵiD H @ڬ`D@7WH @ڢVDH @ښN  `@ь?I  a@ф?'  a&T@|?'5T"  >82 *`@ `*`   llLL@h?c'D'H'L'P'LDH@ r'DH@ K'@L"@'DH@ ?''@ML""'  K@ L @BL"" ?'} #``#``D @#L""lLD @cLD @[WD @LW#@Q  a3@?'H  aR@?'?  aqP@й?'5P"  >D2 *`@ `*`   DD`@?c'D'H'L'P'T'>DHL@ Xi'D@P@'HL@ K\'DP@'HL@ =N  a@I?I  a@A?'  aT@9?'5T"  ?D2 *`@ `*`   (\\(\\((?c'D'H'L'P'VLDH@ /'DH@ '@L"@v'DH@ ''@ L""'  K@ L @AL"" ?'Q  a@ϵ?'H  a@Ϭ?'?  bP@Ϣ?'5P"  ?2 *`@ `*`    PP PP ,,,,?cx'H'L'P'T'XH"L"@P"T"X#\#@q"@ɸq"@ɓH"@H'   b(@2? D`  >H`( @rP"H `8 @iL#PPHHL@ @H( @OP#P@ P`HX"P`4\$ > >o  bJ @?w  L @ L`  @T"L T w 'T`& T & L `''쀤L`\@'耣  `$'`' X' @q*  +` &   P`L P`L'*@  &    bi@c?\#\`@`" `" ` " " HLPTXP T` X "T@ \$DL T,  'L@  @L`   @pT"P T` X "T@ \$ >    b @?L`\"P # P`0 L` @X" > L@\$@cP  P`L P@P`HX$@P L@X%BP@& "L` `" "  " " @P@HX%@L`X' ~   > >m>l  b @q?  > >k>l?c'D'HD@3' H*<"`DJ }5D "'D K {$`'L{H*J?`/**# D+ `H@?c'D'H'LL :@' LD@L@@L"L" '  D b@ LD@D*@ L#@DHtHKDL@?c'D'H'L'P'T'XDH@ՙDL@՘DP@ՔDT@ՐDX@ՌD\@ՈD @Պ  ?c'D'H'L'P "#\PD H " b D /@Տ$D@MD@"'K`/#' ''D"D@Ւ'D$,D'/LJ@ h''L5`O /0O "#\'P  "Hh U "#\'' P "HS @,OH#\''P  b; (H#\'''P  b' PD@ԿP c@ԽPH@Թ??c'D'H'LL /@$L@ԝL@"'K`/#' ''L"L@'L$,/HJ`/ ##\DH   # c 9 # #\'DH  #  c  #' c @K'H@J' #@v' D@:@. D*??c'D'H'LLH@"D'HD@'@XL#'@''' M`/%'-O  # @7L&`'@0L&?cX'D'H'LD (H`@T'@'H" DH"H#`,D`(H@ ?  DHHT # 8 H TH`@Ӳ"8 "@ 8@ӗ"`H  c"@ ZL ,D c?@b  @Ӈ D`@ӱ"  "@   cB@Ӥ"` "@D cD@8   cG@ӏ"`  "@ g  ` cJ @`? K " 'D@uT $W@(sL0D` c_@ @ D` @d"  # @ `  cb@U" "@D  cd@ `  cg@>"  "@` g  ` cj @? K " H`H4@$H?% 44Ѐt H H4@W3 $#($`44H @ҷ%`0HH 0H`@Ғ4" 4"`0"@ c @ɗ?; @  'D  c@> ' 'Ѐ А   @ү"`HH   c @a? ?c P@('  c@ȫ""`"" # #`# @$ ?$` ?4$?%`(?%,&`0&4&8' <'`@" D"`H"L?c ,@'  c@g"?2`?" #`#$ $` $$% %` %(?c D@Ѷ' !` @9""`2" # #`?#$` $$$ 2@ž% , @™%`0 @Ü%( @×%4 #@Š& 8 @Í&`< @€&@?c 0@i' !`!@"?"`"?# #$ $`$$ % $%`( @N%,?c d@7' !`@@Ǻ"?"` #" #` $ $` @+$$%  @%`$/ %(3 c& ,7 &0; c' 4 c" 8 "<# @?#`D$ H$`L$P$T+ c% X/ %\& `?c'DD D` @D"L !`Z@RDLD D` @*DLD`D,D LDD&  -@?cH'> & > & ?'#\`@`" `" ` " " ''' ''R>m  @Ђ'Ԁ !`z@"`T 0'D!`@`" `" ` " " >'' \@''@'D% %  % % ̶' '  @Щ`*  #`Ԣ ,>& '䀥@ @'` ua',` @` Ԑ', `@^@'А', `@ Ԑ',`@E '(@E?` ؀  J  K@@8?А?'ܐ',`@Ϯ Ԑ ',`@ ` "   * Hbd ! !p!p!   'x?cH'D'Hq" @q"b @q" @q"⠐'DHJ''H@q"  @|q"b'q"@'' q"@'R W@    b''!`@χ'  !`!Ж ?@  !`D@Z Arq"bqW2q"# '@gq##$$`Ԥ '$$H+q%b@' !`@0q"@@  q"?q@@ q"?c'D'H'L' '" L@ HJ DHK+@H`'HD'D$'L D -D 'D`'?c'D'H'L''L DHJ*H`'HD'D 'D,@?c'D'H'LHL "'HK` H'HL` $'HDHM-@H 'HD`'DD.?c'D* #cD$@}+ $`D$@s! $`AD$@i $`oD$@_ !! ߀ Ӏ ?c '* @"`(* @",(  ,  $  R (" "0,"#`4#8!$ <#q$b%q$Ȧ?)q%"  0`48]0 4`8+#`,@ G ,&:`' (':`' ('@:`' '*` (@"`(*` ,@",(  ,  $ G * ,  + ( ,`'(& -q%`."!0  |?qԀ @!q$"Ԁ#q$b%qԲ@`&.`)!!<-`/#q"Ԁ?q"bqq"#qbȀ%qȤ$'q$f.+#bL:q"Ԁ @q"bԀq"!!$? @   qԀ@    ,@ (@ Qqa$   0`48q⼖q#" q#! , (* "0@  `.`!<@, %#@ .`!a<  &' `,  ,@̹ (@̵ q"Ԁ  ,@̩ (@̥ ?q"bq"Ȁ  * Kb -,-p-p.T"<.`"c  4> . ' q@". &.`)"#-`/"` .!!<  +`!#  @ .`"b *!!<  w> . ' #qb$`. &.`"# *`" `.#!a<,)#  @ .`"b *!!<  #8!$ 4#$`0*q"@" !" _q"bq@" !#a Rq"qb@ $ Aq"bq@" !#a 4q"qb@ ,$ |#q"" q"@" q"" q@" q" " q"" q"" q"" q"" $q"@" (q""  q"b q"b q"b q"b q"b q"b q"b q"b q"b q"b q"b q"b q"bq"bq"@" $q"@" ,q"@" 4q"@" <q"@" @q" " Hyq"" q" oq"" iq"" Lcq"@" P] @q"bVq"q"bPq"̒?@@(Hq"̒?@@ @ <"  2:* Ma 06L01 1P16L6L6L116L6L12 282P2h222222333,3@3T3h3|33336L6L3344(4@4X4p44444554?c&#@4&#D &"D$Ԁ f"($#`$؀!f"<#$$`%耐 #$`@t $ @'$@)&%#@&#<Jc/&D# `#@!$ O%`J  /`%`R *&a\S /`%b R  `%N@  /`%S@,`'%|T+`%@-/% `1 & "  /`$R #`  /`$R@    * $R@  " ' `"`"@ /`$bS !$ #q$bܤ''q$O+-c/-&%<1$ А $"`J#/` " PK#/' &#c<q#ܠ'#q$bO',/)&%#<=!<!9!6!3!0!-!*!'!$!!!!!!! ! ! !  ! ! !!!!!! !!q"@q"bА!' H'@* :`/'"*`}&O $ А $"` * ' O` O " ''" '*@ H@. '@&' &cH@`H@q"bА!' H'@2* :`/'"*`")O $ А $"`"' * ' 'O O` " ''" '*@ H@ '@' &c\@O`H@q"bА!1q"qb* q"ؐ @Ȯ' &cp@1qb@Ȧq"bА!q"J q"qbؔ $@ q"ܒ'"`'J#/c` &c<@  q" &"<@M@'q"  &#< &"c<'A" q"&"c<&D"2 :( V  #$`@&@<+q" &"<@&#<qb#c'&$<@)&#<+qb@ ݀  &#fbP@tf"P" f"bP fTf"T" + /!fT"` $#fbP 'f\)f"T -  +fbT`-f%T%`  1f"TfbP@@ fbP@8 @Ǖ4"  '* Pb\ 9x99:::(:4:@:L:X:d:p:|::::::::::;; ;;$;0;<;H;T;`;<>H>>>???c#  q"ܒ"  # @ &c<@ K&#fbP@f"P" f"bP fTf"T" + /!fT"` $#fbP 'f\)f"T -  +fbT`-f%T%`  1f"TfbP@ǧ fbP@ǟ @3&c<q"ܒ&@   O/@ `c`!$## "@"' 'O K&#fbP@cf"P" f"bP fTf"T" + /!fT"` $#fbP 'f\)f"T -  +fbT`-f%T%`  1f"TfbP@/ fbP@' @Ƅ3$`N`c`@@"K' fbP@ f"P" f"bP fTf"T" + /!fT"` $#fbP 'f\)f"T -  +fbT`-f%T%`  1f"TfbP@ fbP@ @,3c  'c "` 'c "`'##c`!#+#c`'- +c`1q&"?c&#Dc""  #`q!&#<CO O%J@   + ;` /`%`R *&a\S /`%b R  `%N  /`%S@,`'%|T+`%@-/% 1&#< ?c . %`R *&a\S . %b R  %O  . %S@,`'%|T+`%@-/%    ?c/G&#<J#/@c`@ y#  #    # @ #  &&N.&@ &@ c` !$##c`@K' 9fbP@Ūf"P" f"bP fTf"T" + /!fT"` $#fbP 'f\)f"T -  +fbT`-f%T%`  1f"TfbP@v fbP@n @@O  /'`OG/@q"ܘ'@q#bO@!,#/@#&$c<?c&#<'Jc*& n(  @(`"ad(d  f"P)`*@& V(  @(`"ah(h  f"P)`V@ >(  l@(`"al(l  f"P)`@ &(  t@(`"ap(p  f"P)`@ #@(`"at(t ( "!x&(  "!x' * *` (t+` +@!'!@ H @#`'VDR( D  f"P)`@ (  H  f"P)a@ (  L  f"P)a-@s (  P  f"P)aX@c (  T  f"P)a@S %@q' x("@(``# #(``$ )(  $ /(% X @@.`S.T&?' "  "`( "` `@($ 耐@ ." @"` @ " # "`!,"#a#$!$a $$ %! %  &!$ )@*&9)!#\ #` #d #h#l#p  n   @> #!D #H` )@)$@#\')#` #d #h-)#l #p1"T#t #x#|#@  n   @= '!,"!0` )@)"(#\)#` #d #h)#l #p #t%)#x #| #+)a# # #1)!# # #7)# # #)" # # #)# # #)# #Ģ #%)&#̦ ##Ԩ #+b#ܬ ###!(  n   @=| &a8 &<` ).@)V"a4#\)2#` #d #h)b8#l #p #t#)b=#x #| #))"C# # #/)I# # #5)O# # #;)bS# # #)\# # #)be# #Ġ ##)bl#̤ #Ц #))"u#ت #ܬ #/)# # #5)# # #;)b# # #)# #  #)b# #!!# # #$#(4  n   @< %!P %T  )@(&aL#\5)#` #d #h;)b#l #p #t)#x #| #)b# #!"# ###L  n   @< %!\ %`  )@(&aX#\5)#` #d9 #h #l#p#taX  n   @<'x@ +, `tX  @'Ĕ'*c@na('Ē   @,'@/>'Ĕ'*c@[('Ē   @,'@p/>'Ĕ'*c@H('Ē   @,@`#%(#%,`'%*004L%8%<e(e,%8%<e@eD@(,?;X#`e(e, % &X@D%8%<Je0e4(,P %(%,e0e4@8<? & J%8%<e(e,%8%<e@eD@(,?;X#`e(e, % &X{@D%8%<Je0e4(,P %(%,e0e4@8<? & V04%(%,J;X#`b (,  X@+&@`$%0$%4')*!0e0e4)%@%De8e<@04(,F%(%,e0e4@8<? &  '%@%De8e<@04(,F%(%,e0e4@8<? & 04%(%,J;X#`b (,  X@+k@`$%($%,'@`%%0%%4'1*!0e0e4L%8%<e(e,%8%<e@eD@(,?;X#`e(e, % &X@D%8%<Je0e4(,P %(%,e0e4@8<? & iJ%8%<e(e,%8%<e@eD@(,?;X#`e(e, % &XD@D%8%<Je0e4(,P %(%,e0e4@8<? & 04%(%,J;X#`b (,  X@*@`$%8$%<'%@%De8e##@K'p 'd p$##@ r'h '@`'p'䴀 h,##p/##@tL@`'p 'd p4##@G4'p 'd p:##@R 'p`' p ##Ș @) $p`' %t ' &eh'%h*;*a0 %h"eh''* '* '%耣 7'@b( p'p''腠 p$p'䑠'p* p''' eh"%l 䅠 荠$B*!8'䃠H'" #ȇ"ll$*!0H*8#el%h*䡠. PeP4l: ܿ$l Q'''d '@`'`''\ '`  ,䀢`` ;X\#;` `d%##X@1N'y""b8 ` #\#`\##d#h `8d%##@1` ;X\#;` `d%##X@1'#"#8bX X"8@@;%86&#`1&,'#'"$""(#$P"  * ra L`tȈȜȰ '`''d' '``''\' ` ^䀦` ;X\#;` `d%##X@0'""b4 ` #\#`\##d#h `4d%##@1` ;X\#;` `d%##X@0A'#"#4b\ \"4@@` "`b(@;&<6'cd1"c,"'#d"$$,$T"  * s`t <P˸D0  'd`''`' '\`' ` ;X\#;` `d%##X@/ #aL o'd '@`'`''\ '` ` ;X\#;` `d%##X@/v #aHP aH@\ -'d '@`'`''\ '` ` ;X\#;` `d%##X@/4 #aT 'd '@`'`''\ '` ` ;X\#;` `d%##X@. #aP '`'@"$@ *Ȗ @&_h  bh (@@@p*$!@ *і @&Abh h ` @@R  耢   k'`'>!L *ږ @&"d*0#$#$* #e!*!0$e$e '* $@&!L * @%%dL * @%&$ 耢 € •  ' 'G!X * @%e耢 "%@9x %耢@ 'e+`@GX'Ē  @%"@ !X + @%"e 耢   ' '耐  !x$`耤 %`!%耢@ "%'+`@X'Ē  @%K"@g"% ' '=$\耢@ "\#$\( +% @%#@;$\耤@$\%$\( +0 @% @~#\耦&\&\a( +< @$@f $\耢@ "\#$\'H@/'Ĕ'+`H@~!('Ē  @$@Cd\耤%$\%d\'H@/'Ĕ'+`T@[!('Ē  @$@ d\耦'$\'d\'eH@`/'Ĕ'+`a@8('Ē  @$@\耣 #\$$\( +n @$r@\耥%\%\a( +x @$Z@r\耦'd\"$\( + @$B@Z$\"`\耤$\$\a( + @$&@>\%`d\耦'$\'d\@*d` #` 4 c"  * vb\ Hըh׀ l,ٜ,''%耢@ "%4 + @#@耣 "%4 + @#@u耣 "%4 + @#@_耣 "%4 + @#@I耣 "%4 + @#r@3耣 "%*P04 B#%a4 + @#S@r"  * wa ڴ dۼl'`'耥P9"%a4  +Ș @#!9"!4  +ј @#+#e!4  +ژ @#$e4  + @"耢 Ǒ* wbp pݤ!4 @@'@`''x"& H"%x@ ' 'e|耣&"%||  !4  + @" !4  + @"a4 @@' '@'!䀢 !* * @    @"v 'b$#b$''!䀤!* * @    @"W 'b$ #b$耢 '''`'G!* * @    @")"$`#"$+, a $䀥`!( "`L(+` +@    @", ,`% 䀥`!( "`L耢 2'`''`'' '!*` *@   #`  @ a- -`$ n#\ #`#d #h#l #p#t #x#|#!* +  @ bD    @! #a,,!@ %  @ ja/ /`&!*` *@   #` n#\ #`#d #h#l #p#t #x#|#!./ @bD    @!L' '" @'쀐 !* +  @ '"  @!0a#a 쀢 Q g@$$'^@%$'U@&$'$Ѐ` "    @  "    @ 7"dx '.#d|`'%''$'쀐"'"  @  @''''@ ''?`''| '|@?@'' ?`''| '|@@' '@''@ ''?`''| '|@ @'`'' '@R@' '@'''|'|@h'`''| '|@U@'`'''  '@'| 'dԀ:'耥@%* * @  '@Xk'|G%B'x?*aX?*X?*X?*!X?*a`'*`'!*!`'#*a`''H+`@p'8+`@k'0+`@f'   @''H@D6|2-%*aX;p*X;x*X;*!X;h*aX;*X;;X#`#d    X@'+a@'_''?`''' ''e耢@%* * @ @ '%耤]'@WST+a͐ @ #\ #`⨖d ⬘ d͒`$`( @e#\#|e#d#e#ld##t*a(; #` #x #p U#h# # -# # # # !## 0# 3# $####`娒   T #a' a耤,!* * @  @*' a, ,`  @q,, a%`'   +!  @V  'a$*ah@D?*h%0%4H?e(e,#d#he0e4;p %#`#\ &#l#x` # -*0&%&%`@B *!h`04@? `04?;X#` ;X``%`4&4`b""b8#"8 b\ `\"4@M``  @``"(@<`X `"X`8@4 @m"a  #!'3'!耢 !*@ `'耤@!a*``@g" a#aT+a͐ @! "#\ #`⨖d"⬘ d͒`'! #\ #`⨖d!⬘ d͒`'l@\- $@ @5Z'`'耐 ' 耢Ga* =@ e,`@ 0'`'耥q "$ #\#` #d #h#l #p #t #x #| # ##   !  !!4    @'+*a 'p耦* *`  , *(p"@'p '#*a0p* H%*8'p'*p0NT%%d%e\d%`e\` O "$@''耣 $В`@"$$В "$' '@ @' '@ d@''''@ rf"P+a@ m"  [* ~a 44`hXX(Lp8|0Xt||,XÄ@ڔ(ј4ި8|x̤͈hΐt`<Tx0|<8L<| 3 ?c'DD Da D'DD?c'D'H'L'PDD' q"HLP@?b'D'H'L'PDD`  DHLP'D!䀣 D!,@HLP 'D`'' ,'H  dL@  D@} 'LD@61$ `' `' @"@ `$@  @ '`  @쀤 '`"$D@HPFDeAqb <'x*!p?*ap?*p?*p?*!p?*ax'*x'!*!x'#*ax''HL@z'8+a=@u'0+a>@pD' H D@+q%b6P2D尀-3qb(D%*ap;X*p;p*p;x*!p;h*ap;*p;!*!p;L#`#dH   X@)q%"`@'?c'D'H'LDD' q"HL@?b'D'H'LDD` DHL'D! D!,@HL 'D`'' ,'H LGDe Bq ='*!?*a?*?*?*!?*a'*'!*!'#*a''8+a?@'(+a@@' +aA@D'x H D@+q%b5L1D尀,3qb'D%*a;X*;p*;x*!;h*a;*;!*!;#`#d`H   X@'q$ @zOD@m @'k?c'D'H'L'P'TDD' q"HLPT@{?c'D'H'L'P'TDDq" q#"DHLPT@D'HLP @?c@'D'H'L'P'TDADq䀢@ (D  DHLPT'D܀@ Dܥ,`HLPTܦ' )q"D`'' ,'H LP" " $D腠D04 ? ``LPࡣ  !*!XZ'`''`@~(`'쀧 ' #   `$D@FlTcD崀^+qbY" LP͖""*!͚`#@#`*!͠ $$ #*a%ͤ$$'*)ͨ %% +*a-%/*1& 3*a5&7*9' ͐ +aB@͐ +aC@͐ +aD@ De @HD  ͚`@ t͒`@DT 1D尀 ,qb 'D%*a;p*;x*;*!;h*a;*;LP;X#`#d`H   X@T D% t͒`@q""`@'?c('D'H'L'P'TDD  DHLPT'D@ D,`HLPT'D ''a ,'H SLP" (" ,D@T FD崀 Aqb <'*!?LP''*?*?*!?*a'*'!*!'#*a''8+aE@/'(+aF@*' +aG@%D'x H D@+q%b@'?c'D'H'L'P'T'XDD' q"HLP  X@?cP'D'H'L'P'T'XDMD`  DHLP  X'DaDa,HLPX'D$Ԁ'DD%* * @ H 'D@OcDP D"썠“'DeLȪ',0N%*VX'䀐D"䀥D蹠D%0%4?.`.@D吺``PЕ*!LN'耐 D耣  @>'쀐 '$XD  @1#L$,,D%@%D& & &' 0'``P" " $*# (# , dX@  t+aH@*a#8#<#*a$ P'*$T)*!%`@%`D-*%H%L3*a& X7*&\D"칠Del> \*!DF'2` :*"@ '3 @ ; # 'ܤ$#` #\#d#h#l#p3`#t5#xDD"lDdD` D@ @ux' ` $D@C'?c'D'H'LDD ' q"HL@?c'D'H'LDD' q"HL@?c'D'H'LDoD` DHL'D!쀣 D!,@HL 'D`''E ,'H 7 L /L" ` D@@`d'DL@0K$ `@z `$D@B@'?c'D'H'LDqD` DHL'D! D!,@HL 'D`''G ,'H 9L `0 .L   0 #L 0@y`0@W"00@OD"DD@ @#0D@  @'?cp'D'HH 0 *H(,@*!?H ( ,''H $''D"腠De0e4 * ?H ``豥 V%*蹦Z\'@H  蕡H+*a蝢LN'܀'D؀@D'ܐ' 'Ԁ 'Ԟ #'Dbܨ'H` 'H ` H $'@ 'З2 : 'О +@;`4  ;`'Ѐ` 'Щ4<%@'H0@?c'D'H'LDH"%LDeP"* XD%T DeL$"D%T DeX$BDL*̟'DL0#hh#hhD@D3#hh#hh@8D%X5DeT8VDP>D%L"@D%L DeP$BDT*̟'D0#hh#hh@VD%T DeL$"D%T DeX$BDL*̟'DL0#hh#hhD@D3#hh#hh@D%X5DeT8VDP>D%L"@D%L DeP$BDT*̟'D0#hh#hh@DP3D%L6T;X#`DbDL;#hh#hh  X@%?c'D'H'LH'DH"%PDeP$*-D%X DeT$BDP*DL.LD%L DeP$BDT*̟'D0#hh#hh@`+D%X DeT$BDP*DL.LD%L DeP$BDT*̟'D0#hh#hh@5Dh3#hh#hh 0D D%P5DeL8V;X#`DD%L=#hh#hh  X@?c'D'H'L'P'TDH"%LP'D"ePDP$*"XD%T DeL$"D%T DeX$BDL*̟'DL0#hh#hhD@D3#hh#hh@D%X5DeT8VDP>D%L"@D%L DeP$BDT*̟'D0#hh#hh@VD%T DeL$"D%T DeX$BDL*̟'DL0#hh#hhD@YD3#hh#hh@sD%X5DeT8VDP>D%L"@D%L DeP$BDT*̟'D0#hh#hh@JDh3#hh#hh 0D %D%P5DeL8V;X#`DD%L=#hh#hh  X@?c'D'H'LDH"%TDeX"DT&D;X#`DD%T+#hh#hh  X@?c'D'H'LDH"%XDeh"#hh#hh 0D DX%DT(F;X#`D"DeT-#hh#hh  X@X?cx'D'HDH"%\D\ D#%\De`D%\@'Dd@Dd'DDe`&&%\De\*"ďD"eLD`D"PD%L*#hh#hhDeP-#ll#llDDL/#hh#hhDcD%P1#hh#hhD|De\?D`D%\@#hh?D @*DdD@@;X#`Db  X@?cx'D'HDH"%`D`D%\@ 'D%dDd'DD\&%e`D\7*ďD'%LDe`D"%PDeL*#hh#hhDP-#ll#llDD%L/#hh#hhDDeP1#hh#hhD Dh3#hh#hh 0D D%\?De`D\#hh?D @DdD@;X#`Db  X@_?cx'D'H'LDH"%\DL"`D%\ D#\D%d$`D\DDd%%e\De`D\'D%d Dd'DD\$@#e`D\)*"ďD%eLD`D%PD%L*#hh#hhDeP-#ll#llDxDL/#hh#hhDYDP1#hh#hhDrD%h3#hh#hh 0D MDe\?D%`D\ #hh?D @DedD@*;X#`Db  X@?c'D'HH?D%dD?;X#`D  X@?c'D'HDH"%d* ?DdB?;X#`Db  X@?cH'D'HD!H*@ 'Db H   @yD#\De#lD#dDe#|D#t U#h #` #x #p#DeD%   TڻD"a'HH@ *D!H* * @  @ '!H+, @  @4H,`,@%`H'H!   +!I @ &a$D04;XDe#|De8e<#d#hD#De@eD;pDd#D# %#` &#l 3#x # !# -##D(, # $XM'HD%HD%H* * @  H 8H 'H*b(##'H'D%H(H* *` H+` +@D%@ ,# ,H- -`D ('H'H 'HD%H H* *` H+` +@D%@ (# ,H 'HDdG'H*"0'DeH H* *`  , *8"@'H 'H#*b(* H%*@''*H0NT%%d%e\d%`e\` O ٔDh6## 0 وDb'"D4"b4Db#"Db8$"8\ b\4@}"` `(@pbX bX8@l?c'D'H'LDD-' q"HL@?c'D'H'LDgD` DHL'D! D!,@HL 'D`''= ,'H /L `` $L  `@9``@ "``  DbDD @ $ `D@ `@'?c'D'HH ` *PH@D@ *"PH`H`LDHX'!*"P J H`\+%*P N*"X?*bX?*`'*`'*"`'*bX?GH @ DH`H`LH H L''H@D'' H @ D''HHL''H X H`\$ H \'HX'H X'H\'̅ ȍ$“'؝?H  $?Db衠D04'*h?H T9+*bX\ -*X ^]H `` F*pJL'襣PH  ൥X*bp\^'H 'H H`$% '6>'H`  $B'*bX,'*p4RX' '3` ;`$ 'nH ``؉ F*pJL'H  Х୤T*bpXZ'H 'H H`$% '6>'H` <̅ H` & H J*pRT'H `6ȹ:H  BD#*bpLN' '"@ ''"@ ' 'H`$@H `$%'H` H ` " #@ 'H ''D@D'&'  ' "'D"@'H``@ Q*p" D#``#``*"x虢 J#dd#dd+aN͐!@+͐!@E'p#\D!\'\'`'d͒a@DbdD\ D@@''W''Db 'D" '͐!@#\D"DDbdD͚a@?c'D'H'L'P'TDDHLPT@ DH @?cH'D'H'L'P'TD(D`''  ,'H D*b 4H*℀ . @!*"&De(e,%ͤ BD04)ͨ"  F` `$-ͬ JDD%(%,` `$D04?D*#"H*# @'*$D%(%,/ͮ%%D%0%47Ͷ&&  $͔""##\ #`͚bh#dD*b͖@;LP͞!͠" ?'0#\'8#`'@#d'(LP͐"h@yLPȭT?LPX?TTDO""*b͔""*͘"## *b͞##%ͤ $$-ͬ(%%/*1&"03*b5&<ؓ7&4З9'"8͐"@+a`@͐"P+aa@͐"X+ab@De @HD  ͚b@@'DQ'#\#`#d#hH@?c'D'H'L'P'T'XDhD` \`#\#`dh#d#hD`HLPTX'D@\`#\#`dh#d#hD!-@HLPTX 'D`''( ,'H *b" TLP"XTX"\\`# @# Ddh$`H$`L@'?c'D'H'L'P'T'X ' '*b''D  D *@ D`, $D *@   @D`, F?H蝣?'*聬uP q)*"๠: D`-.&@''D`* +@'D- -`'འ=䅠  ܉#䑠&  )䝠,'ܡ/䩠2 '`"" 䅠 X""d"" 䅠 \""  '_'`'I ?a'D'H'L'PD+b @$+"" +b$ D+al+h+"$LP@'+cw@F'+c@D+( '@+"(D`+", D@@+","+#@'+"",'@'+c@+",'@+"b,H +""0+"b44+#@'+""0'@'+c@'H@+"0'@+"b0'H@+4 '@+"4+"( +"(+b@+b, +",+b@+0+"0+b@{!+"4+"4+b@p#+b$+"$+b@e?c'DD0+b )'D`@x'+c@v'D`@n'+c@lO@>/'''P'X+"@8 ''@''`'d'h'l@,' ` `   'D`@0'+c@.'D`@&'+c@$O@/'''P'X+"@ +'@g'p''t'xD@ ;X#;`#hD  %#pp#ppXҌ'+#@'D`@',`@'D`@',`@O@/'''P'X+"@ +'@'p''t'xD@h ;X#;`#hD  %#pp#ppX@', +@~'D`@',`]@'D`@',`q@O@^/'''P'X+"@X A'@'p''t'xD@- ;X, ##pp#pp%#tt#ttX@8'#\#`#dD @)#pp#pp+#tt#tt', @'D`@6',a@4'D`@,',a@*O@/'''P'X+"@ -'@m'p''t'xD@ #\#`#dD ?##pp#pp%#tt#ttѐ',!*@'D`@',ad@'D`@',a{@O@/'''P'X+"@ -'@'p''t'xD@l #\#`#dD D##pp#pp%#tt#ttB',!@'D`@',a@'D`@',a@O@`/'''P'X+"@Z -'@'p''t'xD@ #\#`#dD C##pp#pp%#tt#tt',"@2'D`@L',b@@J'D`@B',bR@@O@/'''P'X+"@   '@'@8D"%0"%4'D`x 'D,bd@'D,bv@O@/'''P'X+"@ 1'@O* *` Dt ' @A+` +@D at ,#- -`DtD!X  @'D,b@'D,b@O@/'''P'X+"@ '@'@* *` Dt#`(#`,'D,b@m'D,b@dO@Z/'''P'X+"@T '@'@* *` Dt#`(#`,'D,b@9'D,b@0O@&/'''P'X+"@  '@'@L* *` Dt#`8'D,b@'D,c@O@/'''P'X+"@ '@c'@* *` Dt#`<'D,c(@'D,c<@O@/'''P'X+"@ '@/'@* *` Dt#`@'D,cP@'D,ce@O@/'''P'X+"@ '@'@* *` Dt#`D'n' d5'D,cz@_'D,c@VO@L/'''P'X+"@F '@D"'  @`'?aX'D'H'L'P'TH y'H@A'@;'` j'''' .'J 'J ` '+'J ' ' 'K'.'J 'J ` '+'J ' ' 'K'.'J 'J ` '+쀐'J ' ' 'K'쀐@L"@P"@@T"D ' DH@[ D `C#hh+b8J"+b ܇'A#hh+b8J"+b ܇'L#\P#`T#d܍$#hh#hhؑ'#ll#llԕ)#pp#pp@ ?c'D'H'L'P'T'X+"PDH+bP'D'H+XDH +X'D'H+"PLP+bP'L'P+XLP !+"X'L'P#+bPTX%+P'T'X'+XTX )+"X'T'XDH'&LPLP'.TXTX'DH'8LP LP' TX TX'(,J++b` R`%6: X +"hd"@+h\"+"``@"  %(F.2б̳d"+p<"(,ʥ Ƨd#48>DH ܏'(,2LPֵ з'< &TXʝ ğ'0DH R  썠$“\"#*LPL+"p"D애(ʛ\"@ +"x"D(ʛ\"@\'+b" @"+"P\@"  \'+b"@"?c8'D'H'LD 6H  / $@~U'  $D"H#`$ $`$$% L%`  ' ''dHD@~&`?c'DDD` DD@~D@~ ?c'D'H'L'P'TDP`TD D hD 7D7D D $`7D7D`D&`7DD`"`7D7D`D @$7D 7D7'D D`D  @~H7L7HP@"`7L7HP #7LT@$7H7LT& 7H7L7'D D`D  @~u D #\DD D`DD D@@~eT#\DD D@HLP@~XDH%DL& DP&DT' PD /H7L7HP # 7L7HP$7LT%7H7LT@&7H7L7'D`DD  @~T#\D`DDHLP@~ DH# DL#DP$`DT$D %` ?c'DDbD` ]D =D 7D7D D $`7D7D`D&`7DD`"`7D7D`D @$7D 7D7'D D`D  @}D #\DD D`DD D@@}D$D$D% D%`D% ?c'D'HD @}'Y 4  .d 4  &\ 4  T 4  L 4  D 4  < 4  4 4  , 4  $$  4  H * `` noo o@o`oooop?c'DD @' " Ԑ ?c'DD @'D @'   4  ɞ 4  ɖ$   @_ ?c'DD @' -@}| ?c'D'HD @'#\,##``#`` 3 / [ 3  S 3  K 3  C 3  ; 3  3" :  )( :  !  :   :  % * c rss4sTe|   8   8  %x ,cD? 9 ,? 9 yx),#L? 9 jex/,㸩 ? 9 ȴ[%x5V? 9 ȧNex9%,? 9 Ș?x?),#ȉ B? 9 ȉ0ex%-,ȕ? 9 z!- @{H * b  rrLrlrrrrsttDtpttuuXu?c'D'HD @' "  E "  =  H 쀢 ?c'D'HD @l'0 5  5 5  - 5   %$ ee "$"$%"@}H * ` w$wDwdw?c'D'HD @#' 6  H" 7 6  H ?cx'D'HD @''H'%H H* *`  ('H 'H'HH#H* *` H+` +@%@ (# ,H- -`?& (H'H䴀 A'H,#'eH H* *`  , ,"@'H 'H#,c* H%,'',0NT%%de\` O %h6#``#`` 0 @|'H'%H_H* *`  (N% J'% 'H, ,` ,--%@, / /`%@,"", 'H+` +@%@ ?$,H- -`?& ('H'H)d A'H,#'eH H* *`  , ,"@'H 'H#,c* H%,'',0NT%%de\` O eh6#``#`` 0 Y@|'H%HH* *` H# ,H+, e?$(H`'HX'H,#'eH H* *`  , ,"@'H 'H#,c* H%,'',0NT%%de\d O `e\#``#dd#dd\#hh#hh@w%h;#``#`` 0 @{H'H'eH@,H* *`  ,H* *` # (' H* *` ?# (H'H@D'H'%HH* *`  , H* *` ?# (H'H@!#'''HeHWH* *`  ,FH* *`  (:H* *`  ,쀣@ H, ,` ,'H--%@,耦 H/`* @e,'H+` +@%@ ?$(H 'H-@!" O b#``#dd#dd쉠#hh#hh@@_ K 'H%H H* *` ?# (H'H@r?H" P ĸ'H%HH* *` ?# (H'H@PH * ah x{`~`l 4?c'D'HD @'D @'D H@'@ F  \?c'D'HD @'D @'f"eW%0%4'',艠 B $?;X#`` ;X$C#-`04 J?'-聬)- ?+,c赥X $?;X#`` ;X@ G   H  ŀ ?c'D'H'L'P'T'XD @'H  PH#``#``@[@%?c'D'H'L'P'T'XD @'- H@D'-`PFJ'" '  '@*@%?c'D'H'L'P'T'XD @'#\ +HPH#``#``p@@%q?bP'DDDe D匀 DeD"DD耐D"쀐 D@SDD"耦@ DD"쀧@PD$Ԁ D DdԔ  @YGDD@vD$؀ DD@uDd܀DD@uDblDlD@uDb`D`D@uD'dD"$D"dD"`D䄒   @YD$Ԁ DDb"$DD""DD"DDdD D@v D%$+-`8D%%DԀDdD  @uD&D$؀D DdԔ  @XDD@uD$D@  @uD#D$܀D DdԔ  @XDD@ubD$D@  @usD#`D"`D DdԔ  @XDD@uCD$D`\ D@@uUDD  @uJD%"lDblD$D@uDD$Ԕ  @X[DdD@uD"lD`\D@u&DblDHD@u DblDLD@u ;-`8?D%0%4''D腠D04?D$Db8D@tD"`D`0D@t).#؀- 8D"e"e-8D""- 8DeeD- 8DeecD%%؉@-`@FH'D >D$"@ #\D$#`#d#hDD$DdD @tD#\Dd"DD$D@ @tDD04?D%%?Dd" ''D$#\DDD$D  @t'D$'U؁D%% B-`@FH'D 1D$"@ #\D$#`#d#hD$DdDD  @tD$#\DDD  @tx''D?D$#\DDD$D  @t_'D$''D$'-8?D#\DdDD$D@  @tC%-8D$$D$XD@"$#\ #` #dDȒ  Ж@c#\DȒЖ@#  Dd耢 ۀ DD%0%4#X#\'@DD,(-bX@r'@@sD '@@s1?c'DD$#\#` #dD40-`H#hh#hhD @  D$耢 ?ax'D'H'L'P'T'XD"DDhD@sD@@sD腠D%0%4?DeP'D왠 ȟ'D04?'\+-`P ?ؐ @s'`D0`,- X'xDep'|'D@ '4D@-UD%L̃H'"̑& D-``LN'XX DX@ ;D%(%,''?D ̍$FD(,H?2D$$?De-̥0R?X ^Z##@6mD(,@?D蕢? D$ Ā ɀ  'D''}'@#l'H#p'0#d'4#h'P#t'\#x'`#|;X#`DX@.XR''艠?@F- h0 3@'|*̟'-h2 56'x8<'x '`'@?' '#-`hx& D%-p'xx*L'x'D@* *` Dx# 'D$Db4D@rDD `$D@r @rS'\\`%`\'`D@@rC-X'x-X'D"쉠Del& D-`LN#, 4`7  - 5 7` DDԔ  @T D DdԔ  @T'D '4D@+ 'XD@,B 'DeL̃H'"̑& D-`LN'XX D"X  ;D%(%,''?D ̍$FD(,H?2D$$?De-̥0R?X ^Z##@4D(,@?D蕢? D$ Ā ɀ Dd'` MD%p'|5-h?7-h?OD%t -`hDD%t'x* *` D 'x+, De'|;+-`X'x6--X'x1/-. De'x#;-`p'xD%#-`P ?D)?D倐"   * `  D%` ''' - x B?-`PHJ?-P RPT?- x؉ B?-`PؕHJ?-Pة RPT?车\H@?-h??H\ N-``RT'lX-`\^'''@#l'H#p'0#d'4#h'P#t'\#x'`#|;X#`DX@,- #\#`-`#d#h"#DH##D@-g襣?H - ރ@'耐 'HD-PR'$ 䀤$''%`'譠 VZ?%`'#\#`#d#h#l#p*@ @X5'.c؀ #\#`#d#h/#l#p+`@@X' 'S,`,@D吪x%`-. De|&;-`hx" @* *` DDex# !#-`hD-`DDx& Bx,Σ* +  De $ ,`,@D吪%`%`/-hȭ4R'T`* *` D 'Tȅ č$T* HT$Hȅ č$?* *` D 'T@2T" @T$,ȅ č$?* *` D 'TT DHT$D% * c 4< De| 77 D$7 #\2X# Ddؘ'D  @oDD%`- hx" @  'De '+  +` D吢 ` 'X,- De  ;`D$#lD#pD$#tD#h#\D#x','(3X"l@_'n؅ ԍ$B- ` J'|*` *@ D吚 ` '!- #%-XJ2%-H21T|8Խ<څЍ$B',- De +#3-`h R3-`R Pб6 ط'x..D%@" * * D%@ x#,`,@D吪|%`/.؀X- 'T- 'P- 'L- 'HD%l L$F'DDeP*L.̩2 PL:H>\D&ȗ'@D|   '4Dex'X'#l'#h@,;`P/;X#p4#tX1;xT3##D5##X@bw* *` D  -``#!- X(!- (' J |0Ϋ',`,@D吪` 6--`#1- XJ>1- H>=@|&D'.`.@D吺` 'XDd#lD#pDd#t!- ;`D@#h#\D#x','(5 X"l@^'-.؀[- 'T- 'P- 'L- 'HD%l L$F'DDeP*L.̩2 PL:H>\D&ȗ'@D|   '4'<'8!- p'X'#l'#h@-;`P/;X#p4#tX1;xT3##D5##X@a@Zw@ZtD$XD@ '''@#l'H#p'0#d'4#h'P#t'\#x'`#|!- P؉ BPDJ;X#`DHPح##X@) - #\#`-`#d#h"#DH##D@*9 `R艠?Hؕ HPPحT \\B- `FH'l@*|.Ч'* * D%@  48VX@!- `DF'hDdDDlh@lbD%`艠?H- ȥЧR'耐 'HPV -ȉBD'"䀣@ #'葠HL?$@'ࡠP?X+-``\^' B\H--`LN'l/-hx2 P 'De '+  +` D吢 `  ;'#',#'(#|5`X%#t#xl#p#l##d#h#\#`*@ @Z'؉#ԑ&D-``L'|-##-`X4#-`43 V|:ԁ>܉ ‹',,D%@ '# 1- h N1- N LЩ2 ԯ'x.`.@D吺'` *` *@ D吚 x#`, ,`D|% i* *` D  -``#!- X(!- (' J |0Ϋ',`,@D吪` 6--`#1- XJ>1- H>=@|&D'ز'#',#'(#|7 X"#t#x-;l#p#l#d#h##\#`,@@YN'`-.؀- 'T- 'P- 'L- 'H'('$- X' '- X'<De0e4'8'4'0D%l$L(J'DDeP.L2̱6 TL>H"@D*̟'@''''@9'Ē'Ȕ'̖'@ +'-b@iD|  '$''T +' #D虢ʝF*՚b# +#ݢap- $ '`''@i#d'#\'#`''ؘ'ܚ'Ւbݔp@/ Ր"@"*ݚal !$!p 'N'P'LD0'-XZ'5 @= ''--X'''腧?H؉HPJءND%`" ' '7'"`쀢 # ''쀤 *   |$*@ *|.ЩH6T'' '?* "`  |$+ #`*|.ЩH6Է'$`'*   |$*@ *|.ЩH6T''I- h" @3$##@,- P@'x#-h R-RDx4Px: ܿ+  +` D吢 $`  * *` D-`p#  * *` D-`p# D\J-`NP'l2|6ط',`,@D吪` < ^XH--`LN'hPh'@h'<h'8'L 'Pl3bh!4"lH@L 'LhD@ h8 h'8 h< h'<xL>8@ P* ͔H2@ P+ ͞83@P`'P<8P* ͔H2@ P+ ͞<3@P`'PD<P* ͔H2@ P+ ͞D3@P`'Ph'@h'<h'8'LP-`/ͮl5P.`7Ͷh6P`'PP'D$DD͖P @hP+ ͞S@#4bP,)ͨ"T-5 'Pl'Hh'D''@?*L>8@ P* ͔H2@ P+ ͞83@P`'P<8P* ͔H2@ P+ ͞<3@P`'PD<P* ͔H2@ P+ ͞D3@P`'PPD$DD͖P @h<D$X D@'D%| D$D @h;D嬀 d D%'l#\'#`D+` +@ HB##Pԟ@ @h'\\`"  \'`D@D@@g'``2 :X#@ 'h'GHB* *` *` d -HJPN+  +` +` d   ,`,@,@d  豥 Z\@+-``DF'l @f'hhh. .`.`d`%h/`* @* @d@`@'h D @h#`+, , d@h$- -`Dh&`hD&h' h'`0h" `h* * * d `` "` "`$h,,,d``$`($`,h d-. . d@`@@f;h t.`.@.@d@`P@f-h/ /`/`d``&8&<h+  +` +` d  0"Ph,- - d@<$Th.`.@.@d  $& @& Dh* * * d `(`,"`H"`Lh,,,d`4$`Xh. .`.`d8%\ld'@`#` #\h#dd#h`#lh#p#`#t%#xDD"lDdD D @G 'ZDeUdQD%'l#\'p#`'t#d'x#h'|#l'#p'#t'#x'#|'#'#De-. HB##Pԟ@ @fd'\\`"  \'`D@D@@fQ'``2 :X#@ 'h'HB*  HJPN+   ,` 豥 Z\@+-``DF'l @e'hhh-@'D  @Oh&.@h"@* * D%@ h$ hD$`h$ h% h%`0h%`h1- %T3-`h&(&,h/ @`& &$*@  h d, @dh d-b@d,@ h t-@@dh t-b@dh.@ &8&<h*|@ "Ph,`x $ @$ Dh-p@%H%Lh/`t@' Xh+ l "\ld$@#` #\h#dd#h`#lh#p5#t7#xD DblDdD D@ @F)' @eE'\\`$ \'`D@D@@e2'#DDD adD@dD@e ?c'D'H'L'P'T'X` ` ` #`X#\P#dT#h``DHL  @d` aTLD@dT\% #\PX"PX@#`LHTD@d1- ``(`,&5-`(,D` T #\X3` ;`P PX@#```T LHD@d'-` @ D@` T #\``T X4 @< P@#`HPLD@d`!HLD@dA``C` `TLD@d2`Jd ` d@cx#\` @P`"l``T# ``dH@dmT\$#\PX"PX@#`LHTD@dW`!HLD@cw` #`X#\P#dT#h``DHL  @d)T\$`#\PX"PX@#`LHTD@d(+-``(,&/-` ( ,D` T #\X3` ;`P PX@#```T LHD@c'-` @ D@` T #\``T X4 @< P@#`HPLD@c?c'D'H'L'PP  PD@cPP0P `P@b?cx'D'H'L'P'T'XT-HJ  L "P " H@bD a\H@cL#L`$D\ HP%P % H '$-b@buH-b@bJ H-b@bB '$-b@b^'$H@bX'$@bRD a\'$@cVL"L "D`\ HP$P $D` DDDPL@@c'X=D"lDTD@bP@#\D"lD@L  @cDlD aPD@b'$@b#\'$P# D"lD@ @cDlD!HD@@bpD"lDLD@bP@#\D"lD@L  @bDlD aHD@b'$@a#\'$P# D"lD@ @b#\L#`DlD  @bP@" #\L"L#`DlD @bP@$#\L"P@# DlD @b#\D"lP@# D  @b?b'D- 'd- '`D"耐 -'D腠$Ɠ'-!,JP'DddD(,R?'#\De0e4๦X#``#``'@D$D轠D%0%4? EDe0e4H :?H-!LN'Dd* Dbآ2 D,+`D5D$.`7ܸ 6Dd* D2@ D#dD$$$$D䌨 $+-a聬\D"$"$ B-FHD#$@? @D%0%4H5੤?X-a\^'D*`Dؤ@3 D䌫- -D5@Dd.9 ܺ 6D$*`D"2 D䌠 #DdD䈀 D"TDbDDD@@a.؀y-!'\-!'X-! 'T-!$'P-!('L-!,'H-! 'D-! ','('$D%0%4'@''''@}''''@o-a ' -0'- ''''@/'D$$?Dd܀'‹'<ȗ'4-! '8-a$'0'#\'Ē'Ȕ'̖'И'Ԛ'@ܖ'D$$ȡN?-a ' - '!-! ''''@DdcD䈀 ^D"D 'Dc+#\DbDDDdD"D@@`77D7D#.`7#\DD"L'hD@Ԛ @`D a\HԘ '.c؀ !-! '\-!('T-!,'P-! 'Ld'XDe0e4'H''''@''''@'DD$@ 'D$$''D܀-!8ȁ?h'@c'`-b #``#``@_M'`-b@_E'`@_`D a\'`@`d'А'`@_U#\З2 :ؖ" D"DDbL'`D@`L!.#؀3-! 'T'P 'L-!@'H-!$'D-! '@ r'<‹'\-!Hd(ƛ'X'@t'''@g'`@_#\'''''`'@'`-bt@^'`@_D`\'`@`'А'`@^#\Л3 @ ; ؖ" DDD"L'`DcԘD@_).#؀9-! 'T'P 'L-!@'H-!$'D-! '@ r'<‹'\-!PH(J-aHd0έ̯'X'@'''@'`@^#\'''''`'@ܔ'Dؚ@ 'DȵX?D"LD@ @_?c0'DD"쀐 -X'D셠$Ɠ'-!`,JP'` 'D$̩2DeL6T'' #\'#`D%P<셠 ^#hh#hh'썠%#ll#ll@X'䙠 H'D%dDP0D쭠ҳ'칠:> KD%P!썠$B*  >셠 $“'̙*С. L-!hTV'Dd* xDb2 D$,`'zD"خ4D$.`7|D"6D$*`~ 2 D#dD$$D$)-!p: fD"$̅ $B-hJLD"H '쉠"& GD%P)읠,J2 :쭠58ֻ'́>Љ" @-ahHJ'D*`xD3 Dd,) zDbذ4Dd.9 |Db6Dd* ~ 2 D丠 #DdD䰀 D"TDbDDD@x@^sD䰀 DdD#D" 'Db'D"#\DDDD"dD@@^077D7D"7#\DL'\Dؚ @^,D"'D%P Db썠“'D̙*DL.L''D"D伢 'D'D$耥R'T-bЅ #hh#hh@\'T@\D a\'T@^'D䉠쑠&Й*̥0RD-hXZ'ؐ'T@\#\Ԗ" " DbDDL'TD a\H4<ؘD@@]'Dز@'DлH<'DLD @]?b'D-!x'`-!|'\-!'X-!x'T-!'H-!x'D-!'@-!'<D"쀐 DЀD$Ѐ`D"셠Del$B-JL'2 ; + " `'D'Dc'D#\DcDDDdD@]EDeP.D쩠 Я''D@* *` D# +` +@D%@ ?$$',D@xD%L ԍ$Dd̙*Х0R--VX'D@''L'PD@V6>''2 @: 'D"耣 @D"D쀥@57h7jD#7lDЀ@l' / 7 7l'@`7nDWj@ D"Wj"@ *3 n#@ +`3`7nD7jDbDnWj D"D Wj# 7n, ,`DWh% --D%@lWh&* *` DWj# +, DenWj@$$#\DL'D   @\p3.c؀0D%l X$F'PDeP*X.ԩ2 PX:T>\P&ȗ'L-'@-'<''''@z''''@l+  +` D吢 `(r #\ #`DD"DWhWjln@"DbLD!``D@[,- De('-b@ZD$Ѐ`@('@[D a`'@\ '''@Z#\lWh " DDD"L'nWj# D@['@Z#\WhD"DDL'nWj # D@[DbLD\ D@@[s' @['@ZD\'@['D#'dD$Ѐ`@'@Z#\ D"DDL'D \ H4`<`D@['@Z#\d" "DbDDL'D \ H4`<`D@[).#؀A-!'0', '(-!' -!' r'-!`"'8-a'4-P,J'$-$4-!'$'@'ܒ''@'@Z<#\'Ȓ'̔'Ж'ؘ''@6DdЀyD$Ѐ`@c* *` D  -aD#\`D"DDbLD@[ $` <#\DbDDL`D@Z#\DDD"L`D@@Z#\`DDD"LD@@Z#\`DDD"LD@@Za* *` D  -aD#\d#`D"DDbLDd@Z$` <#\d"DbDDLd#`D@Z#\d"DDD"Ld#`D@@Z#\d#`DDD"LD@d@Zz#\d#`DDD"LD@d@Zl5.؀-!'('$' * *` D  -aD-!`"'8`'0-'4-','#\'Ȓ'̔'Ж'Ԙ'ؚ'@#@ X-!`"'8-a`*ȟ'0-'4-',-!'('#\'Ȓ'̔'Ж'Ԙ'ؚ'@-`6Է'8`'0#-a'4%-','-'('#\'Ȓ'̔'Ж'Ԙ'ؚ'@y+-a`"'8`'0/-'41-!','#\'Ȓ'̔'Ж'Ԙ'ؚ'@`D\ H/`"@ D"LD`` D@@Yn,,D%@ */- N '-b@X* *` D  #@#hh,`,@D吪`*H'--D%@ 0&#hh* *` D :X'D`\ H*`@X'` ''H#\'@#`'Dȅ #hh#hh̉##ll#ll@R@'''.؀ .D%l X$F'PDeP*X.ԩ2 PX:T>\P&ȗ'L'@'<''''@ F''''@8'@I B'* *` D *ġ.+` +@D%@  4VX'-ᐅ@B'HD$Ѐ`@#\` DbDDLD@X#\d#` DbDDLDd@X.#؀ -!'('$' `'8-a`"'0'4','#\'Ȓ'̔'Ж'Ԙ'ؚ'@ MD$Ѐ`@#\DbDDL` D@X#\d"DbDDLd#` D@Xu.c؀ #-!'('$' -!`"'8-a`*ȟ'0'4','#\'Ȓ'̔'Ж'Ԙ'ؚ'@#@'؀ؤ 'D!\`H؀p '-b@W,-!ĉ" g-!ĉ" '-bč%#hh#hh@VO-aę* '-bĝ-#hh#hh@V9-ĩ2 '-bĭ5#hh#hh@V#-Ĺ: '-bĽ=#hh#hh@V '-bā?#hh#hh@Vi-!ć# '-bč%#hh#hh@VR-aė+ '-bĝ-#hh#hh@Vo;-ħ3 '-bĭ5#hh#hh@VX$-ķ; '-cĽ=#hh#hh@VA '-c ā?#hh#hh@V4  '-c@VE'@VA'@V8D a`'@W<'DЀ@'@V(#\ D"DDL'D ` H4`<`ܘD@W'@V#\d" "DbDDL'D ` H4`<`ܘD@V).#؀0-!'0', '(-!'$-!' -!' p'-!`"'8'4'@*'ܒ''@'@U#\'Ȓ'̔'Ж'ؘ''@ 'DLD a\D@Vc`'dDLD @V?b'DDADbD :D耐 Db쀐.!D!L @h "!-c@UZDbD D@'D#\D"DbDDdDD@VLDb'D a\ H '!@UP#\DDD"LD@a@VKD腠D%0%4?DeP'D왠 ȟ'D匑* - @U%''DR* *` ?`"+  +`  #-a$ ' D@0,,%`D̅!D%L$B*ȟ'04R3-bZ\..'/`* @@" 'De Җ@UD匀 ` 3` ;`" `- %@$ "  'D"@ 4* *` +  +` # `" - -`.`.@7`?`*` *@  # `'D匀 8D%*` *@ "` D匡, ,`$ ( `#` D匱. .`&  D%*` *@ "` +`#De,,$@%D%*` *@ "` D$ #`'D$'DeL $ƝB'D0D4: XD%% @De(e,D?С N7-RT'D%L6: ܉X'De&D%*0NDee VD(,D䬁?ЍD-"HJ'Db'Db'D"'D@'77D7D"7#\D"DbhD'lD@ @T#\D"DDbhD@TDDbD#'D#\DbD"DDdD"D@Ti77D"7D7#\D"DbL'lD @TdD!\`H'D%,;-bP !-c@S3D% - #``#``-c.!@S!De'- J !-cD@S -"Dee BD& ;XD+-#``#``-c[!X@RD"`'!@S#\D"DDbLDa@TDLD @S@RDb襠D04?DP7D"칠 ؿ'De* .@R'p'D%R* *` ?`"+  +`  #-a$ ' D@ |0,,%`D̅!D%L$B*ȟ'04R3-bZ\..'/`* @@" 'De Җ@S~D匀 ` 3` ;`" `- %@$ "  'D"@ 4* *` +  +` # `" - -`.`.@7`?`*` *@  # `'D匀 8D%*` *@ "` D匡, ,`$ ( `#` D匱. .`&  D%*` *@ "` +`#De,,$@%D%*` *@ "` D$ #`DP '-ď'|' d|$BD%L*H'Ddd?D04V?\ B^#``#``@D%(%,@?Ddd?D ?De/2 T? Z@\#``#``@D?DL'D" ЭTL+-bZ\#``-=-3`6D䁠"& D@7-NP#``/ ? /``2 '}77D7Db7#\D"DbhD'lD @R(D"DDbhD d @R DDbD#'Dc#\DD"DDbdDD@Q77Db7D7#\DbDL'lD @QD a\H'De2-" V !-ct@P D% - #``#``-"Ddd JD%. #dd#dd-c!@PDe3- V !-c@P -"Dee BD& ;XD+-#``#``-c!X@PlD"`'!@P#\D"DDbLDa@Q}DLD @Qp@Pe Dd ހ # v?c'DDdDbD ]#\#`D DbDDD"DbD@6DԀDb#\D#`Db#dD#hDbLD$DDD  @Q#\DbDDD"DbDD@Q DDxDSD" @Db@D@DOD@P?c'D'H'L'P'TDLDbD E#\#`D DbDDD"DbD@DԀDbH#dDbL#hT#`P#\DbLDD"DD@HL@P#\DLDbDDHDPT@P?b0'D'H'L'P'T'XD"DDhD@P?D@@PtD腠D%0%4?DeP'D왠 ȟ'D04?'l+-b  ?D)-"(''De '8D@ D%LȃH'"ȑ& D-b0LN'hh Dh@ ;D%(%,''?D ȍ$FD(,H?2D$$?De-ȥ0R?X ^Z##@6D(,@?D蕢? D$ Ā ɀ  'D''Ā}'<#l'H#p'4#d'8#h'P#t'T#x'X#|;X#`DX@ XR''艠?@F-"80 3@'*̟'-82 56'8<' '`'@?' '#D'#-b8* H%-@''D@* *` D# 'D%* ,`@N,'$$D匑* - @N'  $@N'D% 8* *` $?`"'8D@ D%LȃH'"ȑ& D-b0LN+, $$@,,$%`'D%$ Җ@NDe$$`$ 3` ;`" $$`$- %@$ $"  'D"@ 4* *` $+  +` # $`" - -`$.`.@$7`?`*` *@ $ # `'D匀 8D%*` *@ "`$ D匡, ,`$ ($ `#` D匱. .`& $ D%*` *@ "`$ +`#De,,$$@%D%*` *@ "`$ D$ #`'D&* *` $+  +`   ,`,@$ $  $  $  $ $ `''D* *` $+  +`    " " " " "`' @LD D$#\ #` #d#hD D` D  a @M',OD `D$#\ #` #d#hD D` D  c@M',3D `D$#\ #` #d#hD D` D  a @M',D$#\ #` #d#hD D` D  `@M',D$Db4D@M!'-(')-"(' Db쉠Dl& D/-0LN'6 @>`.`&''7-Hֳ''D%* *` $ Db#,`,@$ @--$`  ./ $@" Db"+  +` $  @  ,,$D%%`'8D@';D%(%,''?D ȍ$FD(,H?2D$$?De-ȥ0R?X ^Z##@D(,@?D蕢? D$ Ā ɀ Dd'Dp'3-b8?5-8?D倀 'D%t -b8DD%t'* *` D '+, De'ADe-"('7De-"('-De&D%`* *` D 'D倀 -"@'De!- ?D儑'?-"8,J '-b('|'xD'И 'd'Ā@'<#l'H#p'4#d'8#h'P#t'T#x'X#|;X#`DX@}''艠?@q-"8[ ^De('d  'd'|'x| $'|x'* 'x' $Ɠ'-b8,/0'26 '' 'Z?`'WD倀 &| x$B -"@'-b('| x$“'|*x.L-"0T'-b8: X-@'>@'* +  De $ ,,D%@%D%x%J. Ч.`.@D吺'` * *` D# # #-b8 6 T' T`* *` D '  $* H$H  $?* *` D '@ " @$,  $?* *` D ' DH$D% * Βb 9`9h9:8'Dd + D"8#@' ')-" ؉ BPDDb虠 Hॣ--0TV''Ā-'<#l'H#p'4#d'8#h'P#t'T#x'X#|!-" ؉ BPDJ;X#`DHPح赥##X@ U艠?Hl N-"0RT't@6:ܿ'* * D%@   $Bԙ* LN'pp? t,`'D `,$p t. 5D &@t* D 4p+@`@"@ '`'\D儥0)-"PXZ'5`=`''/-('''腧?@8-"8" %De" ' '7'"` # '' *   $*@ *.ЩH6T'' '?* "`  $+ #`*.ЩH6Է'$`'*   $*@ *.ЩH6T''>-"8" @($##@ =-" @'Dex/ T8ڻ* * D%@ #  * *` D-b@#  * *` D-b@# DlJ-0NP't26ط',`,@D吪` < ^ԑ& HJ'p`5p'Pp'Lp'H'\ '`p? t+`! D`,#p  t-`/D `%t.;`D `4p* `@'tX\ '\pT@ pH p'H pL p'L\;HL@Ga,H? X*`D `," H  X,`'D `$X-3`D4H/``@& X* D 0"@ XtWtX" #'(pT" #(& ȗ'(X't@=X" #($FT LN'HH + D `,#@H - -D %@.9 D` 4H*@  @&'p? t,`'D `,$p t. 5D &@t* D 4p+@`@"@ p'Pp'Lp'H'\`'`t'Xp'T`''P?\;HL@F,H? X*`D `," H  X,`'D `$X-3`D4H/``@& X* D 0"@ 'D `<'''D$ 1*` 2  # , %@,- 5`-1! @.`6`5􀦠' ' '`'9D 'D$ #+`! * 'D 'D$ *a +#`3 '- -`$ #`X#\\#d #hD$DdD,X @F*` *@ $  `', ,`$@"\#\ #`X#d#hDDD$/`* @$` DX@Fp 'DdXD'&,@F$@E_D"DD`dD@FD@FN?c'D'HHD" ?c'D'HH D@$“H'?cp'D'H'LD dH  D"H@  VH+, De, GDe ?D夰' #`#\DeH./ De(e,D%0%4D@ #쀐  DH* *` D ,L#@ L# ?cp'D'H'LD LH  D"H@  >H+, De, /De 'D夰' #`#\DeH./ De(e,D%0%4D@  L"@"` ?cx'D'H'L'PD HDe  @H  D%#`H 2De' #`#\DH-`-@D(,D%0%4D@ 쀐 L-bX"  L"P# ?c'D'H'L'P'T'XD H  D"H@  H+, De, De D 2`.D% )DxDe !D%*` *@ D!t@ ' ( ,LP'L'P`0`4(,DTXH'T'XD\#\d#`DH. .`DLPTX@ hD` \De D`xD%@  L'd @Bd *@ 3De+, D`t#\d`-#`d/  d+  d ,@d -@@   ' ?ch'D'H'L'P'T'XD H  D"H@  H+, De, De L LTD-b` H P B X F:'0#d #``#\DHPX p#!##$a'$+%b/%3&bDH/ /`D%@,"!# L  @d#a$h'$l+a%L-1!@`p'' L/`b@t#@#`L+#b@x$L- -|&D5-&`H9'" L""P?X? ?cp'D'H'L'P'T'X '-"d''T@ *X@ !$Ɠ+`$@' ')-"h\`(`,L'--h\04 R'1-"d'LP'T'(\ < -bpDF'\D(-pLN'\ 8'$\@'('@=l`@B' ',``@B  \  ?cx'D'H'L'P'T'XD"腠De0e4?DP'D왠 ȟ'D%(%,LP V-bxZ\'D(,TXD!-"xHJ'쀐'D$䀥@D%'&@'䀧`'HDJ~D%LH'.2 P-bxXZ'耐 D耣@ cD콠D%l ^#-bxFH'4<,$ '5`=`%' dh N詠P1-"xXZ'འ\`@荠B3-bxJL'& ' DdD`D@A#\DdDD@ADdD4D@A?cx'D'H'#\'#`'#d'D"H''' D@A{D"D쀥@AD""D"D" F-cJL'Dȡ. T!-#𵥈XZ'DbĽ<셠B%-FH'D̙*졠 P)-#𭤈TV'DbDD@A  ?cx'D'H'#\'#`'#d'D"D''' D@AD"D쀥@-D%  DD@D"D#bD@D ؀D"@Db@D @D"D~D"H$ 'D DD H@b DbH# 'D@DަDwD H@H nH` # ' DyD H@3 YH`  # '쀐 D H@! G ' 'D#  D"$`'D% 쀥D& '& '" 'DD@D(DD D H@ ?c'D'HD H@?c 'D'HDH@K'  *` *@ D吚 `(6?''De +  +` D吢 `(􀤀 - -`D ('''/ /`D%@"(:* *` D ('+, De?$('De. .`D (@ *` *@ D吚 `(##`( 'DV ':'pD@@)'pD@' % '+  +` D吢 `(6?''De +  +` D吢 `(􀤀 - -`D ('''/ /`D%@"(:* *` D ('+, De?$('De. .`D (@ *` *@ D吚 `(##`( 'D'pD@&'@'''*` *@ D吚 `(6?''De +  +` D吢 `(􀤀 - -`D ('''/ /`D%@"(:* *` D ('+, De?$('De. .`D (@ *` *@ D吚 `(##`( 'D''   h  MDe2DH@~' <DeD+  +`  'x'|@',`. H@>| '  H`4  À   H ?cX'D'HD$\` DH@~H`5'<H < @ " Db$'Db$'D '< @$~' ,'  $@  DH@M/DH@QEDH@e?DH@ 9DH@ 3DH@-DH@'DH@! D$\"  * ےah lllllllmmmDdd ?c'D'H ?c'D'H ?c'D'H ?c'D'HD H@?c'D'HD H@?c'D'HD H@?b'D'H'LL ,' HD  gD"腠De0e4 ?L L @ H #D%`'H0 H`0 VD  `(`,?-@. ?` `$H  𥣉#.`TV'D܀  $` .NP'D"ܞ 'H $#d#`#\DDD    @=1 'Ԁd'D@=#SD"" 'D#@ 'D  H?` `$蝣?%.聬詠?#\ SD m)@#`#l V#\#d H#h#p#t SD TD@?c'  t ߀ ;H`0 EH`0@ #\#`@  V [D) 'Ԁ +'D@<#d H#`#\#h#l  V [D D@?' t H`0H 0`D"H " 'DbH $$@'ت#xxDH?#\ RD  'ԀW'D@'  t ߀ g 'Ԁ a'D@;PD"" 'D#@ 'آ#xxDH?#\ ED <3L L`&#xx  N`  R?#\#` #d#h@  H EDD@>('  t Հ  W#\#`D"LDL`D   @D@ HD   4#\#`DL DbL`D   @iD"@L`,' HD  D@=  H`4   ?c'D'H'L'PP  ;%D@=WD@: /DD@=D@@: "D@=D@: LJ A䀢 P Rր aހ p逢 r ?cX'D'HD DbDH  D$   @uD@@:H4D 4  4D!d   @ ' HD@'쀐#\D%* * @  ID   D@@:cH4 D 4  D!d   @D@@:M { xDDD @H@:r H 'D' 'D'D"D'DbD'`@ DD"@ #'Dd'% #\#`#d#h#lD#p@#t#xD$DbPDDD D @D@@9 @ D@@9   H 6 ?cp'D'HD  DbDH  D"H " '  D$  DH`$%' Db& H`0 'D 4  $DH D 4  DH H 4 〢 H`01&D 4  DHD 4  DHD 4  DH~H 4 ـ Db腠D04 ?虢H?@D%(%,B#pp#pp #D ;De(e,𕡈#pp#pp #D ?(D "dD#$hD#pDbDDlD@8D %bܐ + (H4   D%`D&&D@;- H`4  Ddd DH` # 'Ddp$'D%$dDb蝠 D04 ?詠 X?D(,^#pp#pp #D 31. D&d&dDD'%'%D@:D"bDDD"H@8 H 0b Dd  DbH %'D%hD$p&'D艠D%0%4? #pp 蝢LD"d"d.D04ND$$De(e,@D ༁ D" DddD(,H#pp#pp  @RD$$De(e,ND04TD   āDb DD(,ZD%0%4@#pp#pp  @)LD$$De(e,@D ༁ D" DddD(,H#pp#pp  @D$$De(e,ND04TD   āDb DD(,ZD%0%4@#pp#pp  @DddD(,DD04J;X#`D" DddDe(e,N#pp#pp  X@ ED$ .D$"@ #\D$#`D#dD#hDbLDDDD  @7P#\DbDDDD"D@@7c#\D"DbDDD"DD@7RRK 'D 1D$"@ #\D$#`D#dDb#hDLD$DbDD @7#\DDb"DDD"DbD@7#\D"DbDDD"DD@7D@9DpDXD3D;D" @Db@D@ H   I ?c'D'HD DbDH  H 4` H4 D"H $ ' D%  ~DH`$&' qDb"   gDD'D@6D#dD"DDd@D@5Og. L@62D"DDD@5 A. ]@6#D"DDdD@5 2. m@6D"DDdD@5 #. y@6DDD$D@@5 . @5DDDD@5 #\#`#dDbDD  D  @6) * al (dDD$耐D ` D"DD kD" D"DD `D"D 쀐  D#hD$dpDD"@DD D &$dD &ܐ  H D"H " ' 'D$ D% 'Dh&' wDp@ D$p"@ ' D$p" 'Ddp'D Db@DD"FD%dh M(D"H " ' 'D$ D% 'DpDdpaD$\`2D$p"@ #hhD%0%4 ?H?Db蝠 । N?#\D(,豥#hh#hhD"赠ཧ Z#ll#ll +D*D"腠De0e4 ?H?#\D(,襣P#hh#hhD$p#@#ll౥T#pp#pp +Dk[D$\`-D$p" #hhD%0%4 ?DdpH?#\D(,襣#hh#hhD"詠౥T#ll#ll +D;+D"腠De0e4 ?DpH?#\D(,襣P#hh#hhD$p# #ll౥T#pp#pp +DD@ @4DDDD@4D@6D`4D%D%dD 4  D&"ܐ LD`?D @4wDDD$D@@3D D"`D"dD 4  D"ܐ ( %H 4 ׀ Ԁ  H@ ǀ y  Dd d k?cx'D'HD DbDH  D"H " '  D$  DH`$%' Db& Db셠D%P$“' . L'+D%LH "%L/DeLȢ"eL'%D "dD#$lDDD apD@3FD $ܐ L IH`4 Ԁ 〢 DD%L .`DF'D M D@5D 4   H4 D$d` DH`$$'D$l%'D%dD"애DeP,ʣ'3 X'D. "@F'D M D%L $F#pp#ppDJD. "dD@5]D 4  D"D"DD@"H@3 H0" Ddd DH`$%'D$l&'D왠 D%P. ̧' #pp8ZD"dDP>.( ND$̅ DeL$BD༁ D"Dd̙+DL.L#pp#pp  @D$̩3DeL6TDP<^D  ā DbD̉#DL&DD%P,N#pp#pp  @LD$̅ DeL$BD༁ D"Dd̙+DL.L#pp#pp  @~D$̩3DeL6TDP<^D  ā DbD̉#DL&DD%P,N#pp#pp  @UDd̥1DL4RDP:\;X#`D"Dd́?DeL"@#pp#pp  X@6 ED$ .D$#\D" #`D#dDb#hDbLDDDD  @1#\DbDDDD"D@@1#\D"DbDDD"DD@1RK 'D 1D$#\D" #`D#dDb#hDLD$DbDD @1#\DDb"DDD"DbD@1#\D"DbDDD"DD@1}D@4DDDӫDڳD" @sDb@oD@k H [ 쀢 J ?c'D'HD DbDH  H 4` H4 D"H $ ' D%  DH`$&' wDb"   mDD'pD@1D#dD"DDd@D@0mOg. @0D"DDD@0] G. @0D"DDdD@0N 8. @0D"DDdD@0? ). @0}DDD$D@@00 . @0nDDDD@0!  #\#`#dDbDD  D  @0 * c H D8D$耐D ` D"DD D" D"DD D"D 쀐  D#lD$dtDD"DbD D &$dD &ܐ  H D"H$" ' 'D$ D% 'Dl&' }Dt@ D$t"@ ' D$t" 'Ddt'D DbDD"D%dh S.D"H$" ' 'D$ D% 'DtDdtaD$\`/D$t"@ #hhD%P$“' 졠. L'DeL48#hh#hhD콠셠 ^#ll#llD-D"셠DeP$“' 졠. L'DL48Z#hh#hhDt# #ll셠 ^#pp#ppDaD$\`0D$t" #hhD%P$“'Ddt 졠. L'DL48#hh#hhD"콠셠 ^#ll#llD.D"셠DeP$“'Dt 졠. L'DL48Z#hh#hhD$t# #ll셠 ^#pp#ppDD@ @/DDDD@.uD@10D`D%D%dD 4  {dD&"ܐ LD`D @.DDD$D@@.ND D"`D"dD 4  {@D"ܐ ( %H 4 р Ԁ  H@  s  Dd ^ e?c@'D'HD +DbDH  !D"H " '  D$  DH`$%' Db& Db腠D%0%4 ?虢H?Db읠 DP0Ϋ'๠: X'ZD%(%,B#pp#pp #D zDeL%䕠(J#pp#ppD6HD(,𥣈#pp#pp #D zDL3䱠6#pp#ppD?你'%D #$dD#hD$dlD$pD%dtD %ܐ } zH`4  〢 D@0 iH4 aD$d` YD"H " 'Ddp$'DbH$%'Dl&'D&ddD聠D04?荠J?D%(%,𥣈P#pp#pp #D z;.`0D"$"$Db쭠DP8ֻ'࿠? D'DL(䝠,N#pp#ppDD.`8#$D@/D#D"DD@"H@-T H0 D$d` DH &@'D&hDdp"@'D詠D04? #pp车\D##D"H$$'Ddl%'D"쁠DeP" ' #pp,ND'$;.`0D%0%4 ND$$De(e,@D ༁ D" DddD(,H#pp#pp  @D$$De(e,ND04TD   āDb DD(,ZD%0%4@#pp#pp  @LD$$De(e,@D ༁ D" DddD(,H#pp#pp  @D$$De(e,ND04TD   āDb DD(,ZD%0%4@#pp#pp  @rDddD(,DD04J;X#`D" DddDe(e,N#pp#pp  X@SDP3.0 ND$̅ DeL$BD༁ D"Dd̙+DL.L#pp#pp  @(D$̩3DeL6TDP<^D  ā DbD̉#DL&DD%P,N#pp#pp  @LD$̅ DeL$BD༁ D"Dd̙+DL.L#pp#pp  @D$̩3DeL6TDP<^D  ā DbD̉#DL&DD%P,N#pp#pp  @Dd̥1DL4RDP:\;X#`D"Dd́?DeL"@#pp#pp  X@ #D$ 'D$"@ 'D"@'Db'' 'D"'D'6 * 'D 'Dd" 'Db'D"D%'' 'D"'D' 'D$'D'' #D$ 'D$"@ 'D"@'Db'' 'D"'D'6 * 'D 'Dd" 'Db'D"D%'' 'D"'D' 'D$'D''Ԁ Ѐ #\#`#d#hD"LDdDDD@*~Ā#\D"DbDDD@* #\D"DbDDD@@*}DDD̰DӸD @xD"@tDb@p H    ?c'D'HD DbDH   H 4` H4 D"H $ ' D%  DH`$&' Db"   xDD'D@* D#dD"DDd@D@)rOg. @)D"DDD@)b R. @)D"DDdD@)S C.!@)D"DDdD@)D 4.!@)DDD$D@@)5 %.! @)sDDDD@)& #\#`#dDbDD  D  @) * cx 4pD=D$耐D ` D"DD D" D"DD D"D 쀐  D#hD$dlD$pD%dtDD"@D  D '$dD ""ܐ  H D"H " ' 'D$ D% 'Dh&'DH $'@' 'D"@ D$ 'Dl%'  bD$p D$p"@ ' D$p" 'Ddp'D$t D$t"@ ' D$t" 'Ddt'D Db@DD%dhD%l D"H " ' 'D$ D% 'DpDbH$'''Db" Db#'DdtD$p[D$\` ,D$p"@ #hhD%0%4 ?H?#\De(e,襣#hh#hhD詠౥T#ll#ll +Dt*D"腠De0e4 ?H?#\D(,襣P#hh#hhD$p#@#ll౥T#pp#pp +Dt[D$\` -D$p" #hhD%0%4 ?DdpH?#\D(,襣#hh#hhD"詠౥T#ll#ll +Dt_+D"腠De0e4 ?DpH?#\D(,襣P#hh#hhD$p# #ll౥T#pp#pp +Dt4DdtaD$\` /D$t"@ #hhD%P$“' ء. L'DeL4ܵ8#hh#hhD콠؅ ^#ll#llD -D"셠DeP$“' ء. L'DL4ܵ8Z#hh#hhDt# #ll؅ ^#pp#ppDaD$\` 0D$t" #hhD%P$“'Ddt ء. L'DL4ܵ8#hh#hhD"콠؅ ^#ll#llD.D"셠DeP$“'Dt ء. L'DL4ܵ8Z#hh#hhD$t# #ll؅ ^#pp#ppD{D@ @&DDDD@&cD@)D`D%D%dD&"ܐ FD`D @&DDD$D@@&BD vD"`D"dD"ܐ ( %H 4  ڀ  H@  o  Dd S a?cx'D'HD DbDH  |oD"H " '  mD$  cDH`$%' VDb& L#D "$dD"hD#$pD #ܐ ;D $ddD$hD%dpD %ܐ , )H`4 ܀  D"DD!H@& H0! DbH $@'D腠D%0%4 ?Ddh%#``虢H?Dee N&e&e D&hD@(n D"DD@$H@% H 0d DH #@ 'D"襠De0e4 ?Dh%#``蹦X?D%'DP  (F#D"$hD@()  Dd x uH 0a DH #@ 'D"腠De0e4 ?Dh%#``虢H?D N%% D%hD@'D&ddD&ܐ XH0$ PDbH` "'D"襠De0e4 ?Dh$@#``蹦X?D%'DP  (F#D"$hD@'D"dD"ܐ  D$d    H@  z ?c'D'HD?H 'H$'H 'H$'?|H@ ꀢ 耢 D#@n eD"@b YD#@@V MD#h@J AD#@> 5D#@2 )D#@& D$@ D$0@ ??c'D'H'LD   &DH# 'HD`L$'LHDHL DL  ?cx'D'H'LD?H 'H$'D"# 'D"$'??Db?D"􀦀?DP D"썠“'Db虠 D%0%4?Db쥠Dl4R.@Z\'3 @ ;`+`# '4 @< ''DC'D]4D%L胠H'䉠"葠& D.`@LN'" @ 􀤀؍D* *` D  HL#@#`'?? H Q O?c'D'HD?vH 'H$'H 'H$'?aH@ ꀢ 耢 ?O?H'D%>* *` D  ,, ,`D $􀥀-. De@* *` D    '??c'D'H'L'P'T'XT\ "#\DHLPTP@"?cx'DD TDb Dⴀ  GD #c4D $#XD\.a0 @"D%#D`\.a: @"D%D &#D\ LD a\HD#cD!\`LD!\`HD&$$D &dLD &D 'bDcH  D䰀 DDXb@#bDp D$`DD@%D D$Ѐ`@DDc" ""D#  DЀ @DDb$bDbDⰲ&&`D&D# D$Ѐ`@DD#@ "D DdЀ@DD#%$DH DdDD#X"&Dcp  D䰀 DDb$@#bD {D "#(D ",DDb###0Dc,'''D@U* *` D  7* *`"@D'`n'D"D쀥@ 'D"'D4 ' #\#`D,`,@   @'D!* * @    @ 'DD,$@c4#c4DDc4"%"'D! D!* * @    @r 'DbD"$@$D%"Dc耐DD#&%DDD$$b" 'bD8 DDLb$@#bDH\D$`%D "#PDD"TDD#c\Dc\#\ #` #d#hDcXDPD"DcT   @2D"D D#cPDD"#TDD$\DcpDD#P%PD\#\ #` #d#hDcXDP DbDT   @ D"   @Dcp 1D$`D#H  D#XDP D#cxD "#xDD"|DD#cD"D D#cxDD"#|DD$DcMD$Ѐ`@D"D D#cDD"#DD$D#  DDcЖ"#D "#DD"DD#cDc  #\#`Db DD,   @e D"    @\ D"    @SDc \D$Ѐ`@4D"D D#cDD"#DD$DcDD#ȴ%D#\ #` #d#hDcDȔ DbD̒   @#D "#DD"DD#cDc#\ #` #d#hDcDȔD"Dc̒   @ D"   @Dc耐 DDb"#DD""DDbD%#DcDD& D"D D#dDDDb"$DD"" D$DdD%$DDDd"$DD8 DDb"$@DD""HDH#\ #` #d#hD D$@DdD   @ D"    @ ?c @<'  "@"?c'D'H'L'P'T'XD   D@'  D"H# L#P$` X$\%``%d&`h& l'`$T"`(p",t#`0x$ 4D'. X@ & ` #\ $#`#d #h8 `   @<'DD"D"# @#`<7" <D"`@D#@`@$<D% `@" @"<#`@ @@$<D%` hlT@V&`8h#\l#`#d#h `8 `d@E\ tl#\p#`HLP`dh@ @':  . #\ $#`#d#h `8  @`0$#\ ,#` ` ` @@'?c'D'HDD@'' /  H  #\`$#` #d#h `8   @D<'D D`8@DD@ D@#@DD<$D`<D<D`@& @D@D`@D`<" <D@'D`4D 4D`DD D ,@D@oH >:  . #\ $#`#d#h `8  @A`0$#\ ,#` ` ` @@'?c'D'H'L'PDD`' 4 L@ ,  P  #\`$#`#d`#h 8`   @<''D' _H `H N L@F `8@XD`@D%D @D <& < < @"@@`@<$<`4 4`  ,@@`@'P@':  . #\ $#`#d#h `8  @O`0$#\ ,#` ` ` @@'?c'DDD` xD'`'-  ! #\ $#`#d`#h 8`   @D`<'D& @':  . #\ $#`#d#h `8  @`0$#\ ,#` ` ` @@'?c'D'HDD`' &   #\ $#`#d`#h 8`   @x<'D@'S  GH,#\ ` ` $@" .` #\$#`#d#h` 8` @6 0`$#\,#``  `` @@'?c'DD}D` vD'`'-  !D  #\$#``#d#h`8   @`<'D &:  . #\ $#`#d#h `8  @`0$#\ ,#` ` ` @@'?c'D'HDD`' &   #\ $#`#d`#h 8`   @a<'D@'  0 #\$#`#d#h `8 `@:0 $#\,#` `  ` @HH ,#\ `  $@1 "  #\ $#`#d#h `8  @`0$#\ ,#` ` ` @@'?c'DD D ?D@?c'D'H'LD mL  fH  LH  YL 'L$'L 'L$' DL@ ꀢ 耢 D'/  # `  @ 􀥀$` `<' ?c'D'H'LDD`  DH" DL"yD''-  ! #\ $#`#d`#h 8`   @D`<'DH&DL'` :  . #\ $#`#d#h `8  @`0$#\ ,#` ` ` @@'?c'D'H'L'P'TDD` DH" DL"DP# DT#$D@''-  ! #\ $#`#d`#h 8`   @iD`<'DH&DL'`DP"` DT"$D`D8@D D`D(TP@>D$8:  . #\ $#`#d#h `8  @`0$#\ ,#` ` ` @@'?cH'D'H'L'P'T'XT" #``LP BDHF\`  p p\`dhBDH  p pp  ,@' f"P.a@ ""` ""# #`# $ $$`(l* @$  f"P.a@s@ l* @"` f"P.a@\@ l* @v"` f"P.a@E@x rl* @_"` f"P.a@.@a [l* @H"` f"P.a@@J D'l ) ̗*.!H"@ `̣, %.H#̭-`/.H% ̷.9.!H&@`̕*`?" ̘ 'l#@$ $`p'ldh ?\`DHLP ?LP?𵦈?\'.aP Ԕ"'Ԗ'B?F'''?''l@L.!PВ"`'Ѐ ,Ԁ 'T# Ԁ .T$ ЀT$'`̱-Ĵ'''̐ 'D?Д`'H'Ā, (  ,@m"`((  f"P.b@< l " $('1 $`" $($*` + @ + @ @r#`(( f"P.b*@" $ B`$* * * ",`( '$@$% * @% * @%* @& * @&`* @& ``   `f"P.bA@@/  " "$"(' ) ̗*.!H"@ `̣, %.H#̭-`/.H% ̷.9.!H&@`̕*`?" ̘ '\`DHLP ?LP?𭥈?X'.aP Ԟ#'Ԡ '^?B'''l@%.!PВ"`'Ѐ Ԁ 'T# Ԁ T$ ЀT$'%@'Ԁ1 * "@ ` , ԧ,X#. Է.X% *ԛ+ X "@ `,Э-`X$IJ`'ǹl"`̀ C@?Г* X 'ԙ*X@ *إPС+X@4R?-  $ .`෠&/`໠'`*࿠" `, #Ĥ'# *"@  +#.aH#@- -.H$.`7.H& * .H'@ Ԙ'Ѐ@C *@  ț+ X $  ,ȫ- X$@ .@'Ȼ/ X*  ` *ȟ+`X" - $Į'Ȱ '̲`'N?ж'R' ' Z\`DHLP ?LP??H'.aP Ԕ"'Ԗ'N?R'''l !.!PВ"`'Ѐ Ԁ 'T# Ԁ T$ ЀT$'Ԁ@1 ̗* "@ ` ̣, ԧ,X#̳. Է.X% ̗*ԛ+ X "@ `̩,Э-`X$IJ`'ǹl"`̀ C@?Г* X 'ԙ*X@ *إPС+X@4R?̫-  $ ̵.`෠&̑/`໠'`̙*࿠" `̣, #Ĥ'# ̗*"@  ̡+#.aH#@̫- -.H$̵.`7.H& ̓* .H'@ Ԙ'Ѐ@C ̗*@  ț+ X $  ̧,ȫ- X$@ ̷.@'Ȼ/ X*  ` ̙*ȟ+`X" ̫- $Į'Ȱ '̲`'N?ж'R' ' ?c'DD5D@4D` D @D  D@D D@DD`@DD @D@?c'DDD`( 'D$@ * *` *` D( +, , D`( @{- -`-`D( ...D (@ @`*` *@ *@ D( `, ,`,`D( @E-`-@-@D(`./ / D`(`@** * * D (@ ,`,@,@D(`@'pD(@D& (D&`$?c('D'H'L'P'T'X'\`#\#`dh#d#hl#l#pDHLPTX'耐  `'   '' ''`'9''l *   ' *`  '`'  J |@$x+ ȟ'''l *  9*  '+  '$*   Ѝ$*@ ', '̙* ,@''>. 7*  '+  '$*   Ѝ$*@ ', '̙* ,@'' '~   ..!X̉" ̍'.aXЙ* Н'̡/Щ2 '"̭|#@"|" |@$B'.a`"@"|'.a`"" |@$x+ ȟ' ? ǀ   f"P.bW@N #' |@$B.` J'.2<ڃ'" F''l *  '* hp 2@ +@ $* HtRT#xx,<,+cj5'-@* hp 2@ +@ $* HtRT#xx,<,+cj5'-3ch.9#dV6*  6: ^tHJ#xx*:+ j3@, %fT@- -jU@ '.`7h/ #dW@6* ,06 Tt^@#xx+`;`+#cj4,)#fT-1#jU@'.;ch* dR@ 7+  "&,JtTV#xx, < ,`'j4- -fU@. 5jV@ '`' ch"`?c'D'H'L'P'T'XD zD`'܀ pD'耣 fD p't'D` 'D'D`'D 'D'''耢 *  ܐ ' *` ܐ '`'܀  !X T$P+ ȟ'l''耣@*  9܀*  '+  '$*   ȍ$*@ ', 'ę* ,@'ܮ'>. 7܀*  '+  '$*   ȍ$*@ ', 'ę* ,@'ܮ' '~'D`$e'D (* * * @ 䀣@ Q* *` *` D( +@ ȍ$,`,@,@D(` -'...D (@ *@ 'ę* +  +` +` D( `,'''܀ \`..!hĉ" č'.ahș* ȝ'ġ/ȩ2 'X"ĭT#@X"T"X T@$BX'.ap"@"T'.ap""X T@$P+ ȟ' \ f    f"P.b}@ 6 ''X T@$B.p J'X.2`<ڃ'"` F'D H 'H @ *''耤$*  'ܓ* hH 2@ +@ $* HLRT#,<ܩ,+cj5ܬ'-@ܓ* hH 2@ +@ $* HLRT#,<ܩ,+cj5ܬ'ܱ-3chܷ.9#dV6*  6: ^LHJ#*:ܛ+ j3@ܣ, %fT@ܫ- -jU@ܰ 'ܵ.`7hܻ/ #dW@6* ,06 TL^@#+`;`ܡ+#cj4ܧ,)#fTܯ-1#jU@ܴ'ܹ.;chܓ* dR@ 7+  "&,JLTV#, < ܥ,`'j4ܫ- -fU@ܳ. 5jV@ܸ '/`@ ܀ؒ@'܀ hlhܚ @ 'ܐ @ '" ` 'xh@ `'܀ ؒ@'܀ hlhܚ @ 'D$䀣@ (#\`;`h#hl#lp#pt#tx#x+, , D`(HLPTXؤ''?c'D'H'L'P'T'X''.!|'D \D`'܀ RD'耣 HD '$8D 'D'D 'D'D '''耢 *  ܐ ' *` ܐ '`'܀  _''耢 *  9܀*  '+  '$*   ȍ$*@ ', 'ę* ,@'ܮ'>. 7܀*  '+  '$*   ȍ$*@ ', 'ę* ,@'ܮ' '~'D`$e'D (* * * @ 䀣@ Q* *` *` D( +@ ȍ$,`,@,@D(` -'...D (@ *@ 'ę* +  +` +` D( `,'''܀  p`..!ĉ" č'.aș* ȝ'ġ/ȩ2 'l"ĭh#@l"h"l h@$Bl'.a"@"h'.a"" p   b  f"P.b@ ''l h@$B. J'l.2x!.#  *\"DH?.b𙢈țL'DHLP'쥠?𭥉T?X".# ๧ Z?.c ^?PLPDH\\$?cx'D'H'L'P'T'XLPDH#``#``@z?.#(`"@.0 FTT# #``  ?.8?  !.#@𭥉T?  #.cH𽧉\?%.P@? .#X@? .#`@? .#@@?`"@LPDH ODH .#hFHX"@.0DH X"`"XD'애(DHX "\X#@\D'애(LP\@"@\# "MDH .#pFHX"@.0DH X`"XD'애(DHX# "\X#@\D'애(LP\@""@\ "?c'D'H'L'P'T/@\" hPH dL.cx ! P  \" h.#|]"aP\l\\#@o\\l\#L@\"`h]"aD.cx# H ;\ h* \l \h*\ \`h+`\#H@2\ h* \ \h*\l \h+\#D@]\`h@\"h]!I$]"aT.c.@-?cx'D'H'L'P'T/HD'D'D'H"D`D2` :`*`D@     H "L"T.c"D`\D2 : .#% D2` :` .#%D.cē % ' "'3H`"L?H* "@ T?H*.c"@  +'@:.# -PH+ " .#/%" '%%%?c'D'H'L'P'T'X/`H'H'H'X.c"D.cI2.ȫ4%7%H' "'`L?-@ X9"T?-@ ;"@ @L?-@ X="P?-@ ?"@ T?-@ !"@ "L?-@  T?-@ #"@ P?-@ %"@ T?-@ '"@ " '%?c'D'H'L'P'T'X/pH'H'H'X.c"D.cI*.̛,%/%H' "'L?-@ T?-@ X"L?- "@ T?-@  T-# L?-@ *L?- "@ T?-@ Xɶ"P?-@  9T- P-$T?-@ T-# OL?-@ L?-"@ X !T- X#T?-@ T-# +L?- "@ X )T- X#P?-@ I.T- ɰP-$T?-@ ɲT-# " '[%?c'D'H'L/\ h' "'7-\`h g-\c %L`&D5%.#Ё .#.c;%.#I>'@8.# !D@%D%.c(%D* -]"@ -]b-] " -^`<." D /.cɴ-^" -^c\." -\`h -\c @8%-\a .7 %L`&D ;%.#Ё.#.c !%.#$'@8b.# &D@ɨ%+%.#I.0% D2D@ 5D.㬳8 I:.#ȸ -^\#@-\`h f-\c %L`&D #%.#Ё.#.c )%.#,'@7.# .D@ɰ%D2.c5%-]a.ɸ" -]a -]" -^`<." DI<.cȾ -^" -^c\." -\c @7w%-\a .$I%L`&DI(%.#Ёʬ.#.cI.%.# 1'@7N.# 3D@ %8%.#; =% D ?D@I"D.㬍 % '.#)#%-]a. " -]a .0-]"" -^`<-] " .#4D@I6D8.㸷ɼ-^a# D>D@ !D.㬋$ I&.#(H-^\#@" '%?c'D/D%\ h' "'?-^a .-^#\ Ȱ-]@-#]a2-'^<56 %-_`" -_b|" -`` " -`a" %" '%?c'D'H'L'P/D'D'D' "'耐}H?-`@ %\ h' "'V-]b -_ :-]a =<-!^ <-%_|@!#-)^!-3`` %'-7^\-;`a)+% -`a-`  " -``  " -_b|-_ " -_`"  %" 'L P?-` "@ `" '耐%%?b 'D'H'L '.#'.#'.#'.#''А '.#'.#'.#' r'.#''H(HJ 'H@1D T' ' /`@{@W'D' .cܚ`."cܚ#`/`@D T' ' /`$@`@<'D' .cܚ`."cܚ#`/`*@' /`8@' D`@'@' @' @#h'#\#`#d''' ' '' @+.'.#'.c'.'!.#'#.c'%.''.''H'L'P'T@'X'\'`'d@ 'Ъ'0#\'X'\'`'d'h'l@-.'/.'1.#'3.c'5.'7.'9.#';.c''H'L'P'T@'X'\'`'d@.#'.c'ؔ q'/''̐'D@'8'<'@@/ B@j#\'$'(','4'0/ =@c s''D@ @Q' @'p@' DT'/`G@(' @C" ' + !/ 'ܐ' @:#\'$'(','4' '0@4,' /`S@-6' /`X@&/' /`^@(' /`d@!' /`j@' /`n@ D%"  ґ* aL mlxllllDe  ' ' /`t@D%*` *@ D!t ' ' /`@.c'/'ؐ' @#\'$'(','4' '0@ #.$cD@@%.$LLM ' '/`L@' @?c'DDJDe CD匀 <De5D"D.D@'D ؀D"@}6Db@}2D @}.D"D"@|Db@|D @|DD?c'DD"@ D?c'D'HD TDJ@  LD/`@ ADJ ^ "D@ "/`@"D@"@bJ $"/`@"@ '  f"P/`@?H@ ?c'D'H'LD "DJ@  D/`@ /਀ D@ /"`/ @/"/਀ ?#D@ /` / @D@ /"`/ @/"/਀ ?'/ 'D@}@!DK` DL DM@  DN. '`'*/`J@  / /`@(  '/ '/ @: ''/'{/ J  /J `,f/+L@  '/`@ 'R/`@O :@8'耐 "*`'L' ?5   '/`@ 'H' ?!/ ' '`' ?b'D'H'P/ D%/"/ * * @/# De!/ D%/"/`*` *@ / @/# /`  f"P/`@L'TD%T ''TD$T* *` /T"T+  +` /   /a!@NT+, #/`@?$/a(@$T* *` /T"T+  +` /   /a/@$T+, #/`@?$Y'T'/a6@e'T'H+'L*T* *` /T"T+  +` /   @L" D@PT,,)/ %`!T* *` /T"T+  +` /   @T+, #/`@?$T 'TK/ /` H@'TDeTKT* *` /?T* *` /* +  De ?$ ,T* *` /* +  De P$ ,P'PT,- +/`@--D%@?&(T 'TPD@"?c'D'HH D  D H`@$ H D" ?c'DD$`A/ ''De * *` D , / "@'`'/* H/ '/`$BHD"dD\D%dD O FDeh*#``#`` 0D FD??c@'D'H'L'P'T'XD'@''  ''k"HbD%e%@'' te% je./ `@'`'' '''`'''`'''`''&' /%"`  % 'e0e4;X'0#l'(#d',#h'8#|'4#x#p##`#te(e, X (,  ;/a@ʛL'  R@`T?(,   @?`' "" ̘# '+`Ƞ'e0e4(,@  +/a@NP' VX?%0%4e(e,^   ?"`'̖" `'$$v@'''%/`* @쀢 '% ?M, ,` ,Bf"P/aH@2 8"  P!42 *` -`@@ `*`   ~H~8~X~~h~x~~ ~;<P?c'D'H'L'P'T'X'D% D+` +@ H@'D@ \#\`#`d#dDLPTX  ?b'D'H'L'P'T'XD 3P` f"P/b@@ &T  f"P/bm@ \  f"P/b@|  XT T'XX 'XTX#@ '\'\! @' f"P/b@R D"""# #`#8$ <$`@$H$% %`%%& &`&&' '`" "`""#!`#ad$! h$l%!p% &!&&' '`" L'`  P+ " 'P* @$ `䀐f"P/b@@s mP* @"` f"P/c"@@\ VP* @"` f"P/cU@@E ?'P  + ?"  'P* @$`f"P/c@@ P" '  `, #'\* @$ f"P/c@_@ \* @y"a f"P/c@H@ \" \"T# X$ #' a-?%' @S* @>'a! f"P0`(@ @ ' `@6!!*?"@ a, $-` %a. '` `'/h @B #\ #`@”#d/l#h#l 5`xA B  @# @B`#\ #`!@ "#d#/a#h#l 5`xA B  @%$'@B#\ #`+@ªb#d-/#h#l 5`xA B  @/%1@B #\ #`5@´#d7/#h#l 5`xA B  @9' ;@B`#\ #`@’b#d/#h#l 5`xA B  @i"@B #\ #`@ž#d!/!x#h#l 5`xA B  @P#$`%@B#\ #`)@¨"#d+/b#h#l 5`xA B  @7-%//%h #\3`A#`H#d7¶#hL#l;`A#p #tiba#x*#|#4c Ta!@# `#\ #`#d#fba#h%.p#l#p4cHRS A @% +`#\ #`#d1f"a#h3.a#l#p4cHRS A @&9 #\ #`#dfba#h.#l#p4cHRS A @# `#\ #`#d#fba#h%.#l#p4cHRS A @% +`#\ #`#d1f"a#h3/c#l#p4cHRS A @~&$9 #\ #`#dfba#h0#l#p4cHRS A @a# (`#\ #`#d#fba#h%0#l#p4cHRS A @D% ,H`'H-B#\#`/B#d#h1!#l #p5#t #x#|;`# ##Ba##t##B# #šba#,#!!###@4`AH˜ L@$  f"P0`Z@@{ u!#\ #`#d #h#l`#p #t #x#Ba#|#%t##'B# #+ªba#-,#/###4`B B! @&`f"P0`@@1 +b@'aa@'B`@'BaA@"`BaA@"  BaA@#`a#\!0 #`#d`4aaB @s' BaA@e% `b@]%44 .`.@4 @ 0"D0`@T"0`@M# 0`@F#`0`@?#Bc@,' ''' 4`-- 4` 4'tP @'`8Bc@ ' ''4+  +` 4 @ 4'tP@% <`f"P0`@ 4@0'0a @0a @"" f"P0a@@? 9Bc@' ''4+  +` 4 @ 4'tP@[% @` ǂb @'Bc@'|'D 4'| @,`ǂb @'Bc@z'|'D 4'| @ '`"'` `@x- $''@ *"@  +#@`'%A#\ #`#d `B!5`P@  @%H  *`+ `AA @/ H`A–L @  Ԗ  Ԕ0aJ @`0aW @#\! #` #d#h#lBa Ba šaa@6`$ @%@`A@% .`H ਐ"%`ǂb @'#\ #`#d#hMba6G"!  @` ǂb @'#\ #`#d#hMba6G"!  @?c'DDwD`@uD@qD@mD 'D  D+`@Z 'D`@[D@MD@ID!'D D`@\D!*@  @1`'D@2D 8D4D8@D <D4D<@D @D4D@@D@?c'DDD@?c'D'HD?w'D`L !D P*@ D`P, H@ Dx- V'DL ?I /D4DD' H@?9 /D`4D`D' @H@ @DPD L+`"D PDL,@?DPD L.`H@DxD`L '`L" *`' ?c'D'H'LD2H DH &D`H, RL@_ @YDH- $DH.  DH/`L@H?c'D'H'LDH DH D`H, L#?c'D'H'LD?H DH 3D`L@DH,`$DD`% 'D D *"@ D,`$ D@D`.&`'?c'DD Д"`'D+`D`,@D'DD /`"  Dܚ 'DD$D `dD d%D 'DHB`@& #d#\B`#`#hD`A–`A@}D B`– @rD B` @jD@0D``A@[`D ’`@R D`AB @KD`A@?D% D@B`@7D%?c'DD D  D Ba  @&D`D+ #`D`ܦ$'% 'D`DS`A T @ D,D  S`A T @Dă'D7 @? D Ԕ@#``& ȗ' 0NT'#' #'$`G''Dܪ 'DS`A T @D  S`A T @D`  S`A T @D$ +S`A T @D( 6S`A T @D' ?c'D'HD` @v'  HBc@g' , $`@ ܬ$'% ' ܴ`''`G'#\4@  @V 4@C@#\`4@  @D4@1 ą+/b 'ԕ䝠,襠N JV\'䉠"葠 D@L'"#\`4@  @4@#\`4@  @ 4@'쀤"#\`4@  @4@#\`4@  @ 4@?c'D'H'L'PDD`H" 'HH D`HLDLD`H@L'PD!*@  |Da, $D-`%aD!.@ 2P@rD!*@  @i!D!*@  NP@[ @UDa, $D-`*P@B @<Da* #`D,`Da-`P@(D/ " ?c'D'H'L'PD-D`H" 'HH D`HLDLD`H@L'D!.P&@?c'D'H'L'PD.D`H" 'HH D`HLDLD`H@L'D!.@P' ?c'D'HH0aa@}?DH?c'D'H'L'P'TD` @r'D` @k'`<L@&'@ O *@ @`,   <+  L@,`@B#\-`.`< PL@7L@"`*`   <L@' ' @'`'  !*@   +!` '!'' @`@ @@!-@ E/   8+  L@c,`@#\ -@!.@ `8 + @PL@L@!,@  8L@2' 't`'hL@g~@ L@"'`J!*@   @+  L@0af!@&!@@#\`@-`PLa@8L@#.`  @L@' Ԗ  Ԕ0aj!<@`0aw!\@Baa<–a!\ @L@?c'D'HD` @' @?c'D'HD` @' /b( BԕƛL''`'@z  @`$'H`Bc@'#\#`#d4    @ "@@?c'D'HD` @y' Ԕ"`''`'@i6  @`$'H`Bc@W'#\#`#d4    @~ "@@?c'D'HD` @5'  T4a”a0ၘ @'"`Bb@'f!#\ #`gaa#d0#h!f"a#l#/a#p#t4cpRa0m  @$00`  @O` PA  @ O` PA  @`Ba B  @?c'D'HVD` @'Dm`@@' /b0 BF'" ' '`  İ%'0a!|@Dm`| @Ba B  @@c HV9HW`HR  DH@?c'D'HD` @N' Ԕ`''`'@>   @`$'H`Bc@,'#\#`#d4    @S "@@h?c'D'HD` @ ' /b8 BԕFL''`'@  @D`$'H`Bc@'#\#`#d4    @ "@@?c'D'HD` @' Ę" '@?c0'D'HHH H'H D  D@xHD H@'D` `@'' 1D ǂb@s'Bc@m'D`'D4'\ @D 4@D`4@^D D 4 `'D`@E''sD ǂb@7'Bc@1'`A@+'B`@%'D`D@<'# 'D`#h#`#\#dD4D8D @ @D4@D@'#\D4 @D4@DD`H" ' DD H@"D`D4 ZD$DD`% 'D H @'D` `@'' 1D ǂb@'Bc@'D`'D4'\ @DD 4@D`4@D D 4 `'D`@''bD ǂb@t'Bc@n'`A@h'B`@b'" 'D@ #h#`#\#dD4D8D  @JD`4@I#\D4Dܔ @\D 4@:D&`DH &D`D`4 D"DD "'?c'D'HDH@DD  @aD@x?c'D'HH'HD`DH@ D DĨ$'HD`H%'쀐 '쀐FD 耢 '''D  'D  D!*@  # ' '`'쀐'D @''D` vD 쀢 R'D  ID!*@  'D,`D!-@ $D/ D!*@ &Da, D-`$Da.D!*@  '` D,`$`''''D  D!*@  # ' '`''D D`@:" 'D@3'D@''Dt쀐R'D  ID!*@  'D,`D!-@ $D/ D!*@ &Da, D-`$Da.D!*@  '` D,`$`'%'%''D  D!*@  # '$ '`'$'DH$ԁ?cP'DD `@''@ 1D ǂb@w'Bc@q'D`'D4'L @ D 4@D`4@bD D 4 `'D`@I''1D ǂb@;'Bc@5'D`'D4'L @D 4@D`4@&DD 4 `'?c'D'H'L'PDL DL"P D`'PH D`'H'DP@'D@D'D "'PHP@DD@%D! 'D D`@D!*@  `'D@D$!D`H 'D`H* @D"D䀐  f"P0a@uVD H* @D"`D  f"P0a@^?D oH* @xD"`D  f"P0b@G('H  D+ ?"  'D`'D  D+`8 'D`@9H* @8D$D f"P0b:@DH" 'D D *"@ D +#@D`,$`'DPU 'D`P* @D"D  f"P0bm@D!P* @D"aD  f"P0b@DP" DP"'D  D!*?"@  D`@D,`$'D!DD D`@* @D"D  f"P0b@sT'D D`@!D!*?"@ Da, $D-` %Da. '` `' &'D D`@rD!*?"@ Da,  $D!-@ & '?c'D'H'L'PHR @ HR HS!#@KD` @'D`A@'DB`@ ' " ' @5`'``A@$$%`耥 '    @5DHLP@8' DHLP@/'?c'D'H=HR `MD` @'HR'' #` *@ @ '! @@HU`-HUHV`7 c3 ?c'D'H'LD 'H'J  K@  'L@L M@:N-''/O@ J@:'K  K `'L$HM L  ?c'D'H'L'PH$D@M )HJ`# HJ  H@1L?@ ''Hk @!'P@?c'D @D"`P @D"TD"XD?#D?#D,`D,D?$?c \@'  0c@ ?c @'  1` @ׯ  " "@" ?c'D'HD`""`'DD@ @D  !D *`" D D`*` *" *@ @}D"  1`@o?1D " D * *`"@*` @4D"  1`9@S?* *`"@*` DH \@#?c'D'H'LLH@L HD'?*` *" *@ H '1HL ?L'+  +`#@ +` H 'D,- +0c$DX@DPa@bD Ta@ D \ &@ @и"`PDP@A'' D P@@`P@о?Q ' @ј"`TDT@R'DT@'@'' @@@߮ T@Ѩ`' @ @"D +` +@!0#@D@?c8'D'H'H"@?'h]'D'L#\''d''`'1`U@p?''0㬀 '*`0 @ * 0@ ' ' '1`d @![?''0@  '* +  0c  @޶ * *` 0 ' ' '1` @!'* *` 0 'hD@''h(? 'hj ?c'D'H'H􀢀 ]* *`"@*` H'`P@ ''쀣`P@D1`@;'#\`--10# @.90# 1`D@`* *` 0 XD@'  ' ?c'D'HDH?cp'D'H'L'P'T'0#?0c?'LԀ .ԑ* *`"@*` L'`+, #0c ' X'(DH@Ц'@?荡D?Ԩ 'PT@]?c'D ''D@ 0* *`"@*` D'`+, #0c$X@@ݬ'Pa@6 Ta@`'D@݁@ݒ'D  D` @s@݄'D@k@|'  ?c'D'HHD  C'D 9* *`"@*` D'+` +# +@H @ '`. .`50(X X@  `' ?c'D'HHD@" ?c'D'H'LH D@"H ?H+` +# +@D @ '- -`-0 L@ ?c'D'H'L'P'T'XH D@"H ?-H+` +# +@D @ ' ?`X' L&&P'@T@"X#@ ?c'D'H'L'P'T'XH D@"H ?3H+` +# +@D @ ' ? `X'L%X'`P"@T#` \$`$`$ ?c'D'H'L'#L DJ DL+@'+a-!1`@K'H%H@H"@?c'D'H'L'PD ?''H@L"P菠"?c'DD ?c'D'HDH?c'D'H'L'PH"`D$!@ۧ''P @ L'L,L -@ '?c'D'H'L'P'T'XP'\'0#L#@P#\$H@'$'D@%@..&.D`'  X'`` L%P%\'''@耢@= *@  +`T$`,@`-X&`'/   *`T"  +@`` ,X%`''''耦@= *@  +``$`$,@`-d&`' /   *``"  $+@`` ,d%`''?c'D'H'L'P'T'XP'\'0#L#@P#\$H@'$'D@%@~..&.D`'k X'`X`` L%P%\''@耢@ *@  +`T$`,@`-X&`''耧 *@  +``$`$,@`-d&`'?c'D'H'LD"`' ** *`"@*` D' X' H ‹D"  ?H` $'?c'D'H'LD"`' ** *`"@*` D' X'HD""   ?H` $'?c'D'H'L'P'T'XP'\'0#L#@P#\$H@'$'D@%@..&.D`' X'`` L%P%\'''@耢@= *@  +`T$`,@`-X&`'/   *`T"  +@`` ,X%`''''耦@= *@  +``$`$,@`-d&`' /   *``"  $+@`` ,d%`''?c'D'H'L'P'T'XLPLP BDHDHHD#``#``@T"" LPDH@)X"@"`?c'D'H'L'P'T'XLP@wDH@T"" LP@DH@X"@"`?c  `` B @`H?  @`P `` VR?' @ه?cH@`?`` ?`@`" `" ` " " p' @`"``"`` "`"` #@' %  %  % % `` `` D@`@` JF?𥤉??' @A?c'D'HD X' (@'  1`@? ( @ " #`#'K* @׻"`  1`@?* @ת"`  1`@?' # *@ `, ##  -@`.@`&& `'" "$ 'K* @g"`   1a&@Ά?@* @V"`$  1aG@u?/' # *@ ` , ##  $-@`$.@`&& `'H"X ?c'D'H (@'  1an@1?H P'HTD!# #`'1a@DHP'H TD!'' 1a@0$@$% @T* @"`  1a@?* @ֵ"`  1a@?' ,H P'HTD!'''1a@ +@$@$`-`%%`'HP'HTDg!l'' 1a@־' " "`$ T* @T"`   1a@s?I* @C"`$  1b@b?8' ,H P'HTD!$'''1b)@u +@$@$`$-`%%`'H&X ?c'D'HH  H`1b1D@H1b=D@'H@ H,`H -@ 1bBD@թ`'H1bQD@՝'H@H *@  H`$, 1bVD@Ճ' ?c'D'HDH?c'DD)D` D@{D  D@rD D @iD$D`$@`D@]?cP'D'H'L'P'T1 P"@"`1T""L` L DH?!1 ?#1`?L4<''L@," #`` B?@4L+`  @J?@VL`,@`@إP?'PTfL  V31`?51?L7 @? ''L  ," #`` B?@L +`  @ЙJ?@ L` ,@`@ȥP?''@'HP%%T &&  ?c'D'HHD  H D  H`` D @ HD` o'D@0H *@  D`, @H-`D .@ D ?`''D  0H *@  D` , @H$-`D $.@ D  `' ?c'D'H??c'D'H??c'D'H??c'D'H??c'D ?c'D'H'L'P'T??c'D'H??c'D'HD X' (@ӥ'  1bx@? ( @ " @'* @Ӌ"`  1b@ʪ?* @z"`  1b@ʙ?' ? *@ `, ##  -@`.`` & & `* ,`#@#``-/   &`&` ''* @#"`   1b@B?\* @"`$  1b@1?K' ? *@ ` , ##  -@` .`` & & `$* $,`#@#``$-$/   &`&` 'H"X ?cp'D'H (@ұ'  1c@?H P'HTD! 1"h#`#`'1c$@HP'H TDx!''01c,@$@Б* @n"`  1c/@ɍ?Б* @]"`  1cL@|?'Ѐ >H P'HTD9!'''' '(1co@ҍ ԡ+@$@$`ԭ-`%% `Թ.'@'``ԙ* #`#` Ԣ`'HP'HTD!u''01c@T% Б* @"`   1c@?[Б* @"`$  1c@?J'Ѐ >H P'HTD!6'''' '(1c@ ԡ+@$@$` ԭ-`%% `$Թ.'@'``$ԙ* #`#` Ԣ`'H$X ?c'D'HH  H``1cD@VH1cD@O'H@ ,H,`#\#`H`-`` #d#hH/`@`H +@`` 1cD@#'H2`D@'H ,H$.`#\#`H`$*`  #d#hH` , H -` 2`D@ ' ?c'D'HDHs?c'DD @D`@D @D$@D@?c'D'H'L'P'TL  P""1"pT#@#`'L@3L *@  #``#``L` ,  DH#dd#dd''PH$$T L%% `''L3L *@  #``#``L`,  DH#dd#dd''P$$T %% `' ?c'D'HH D  HD  H``D@ H D  D 'D`VH *@  D` , @;H -` D .@  D(H`$*` D $+@@`HH$-  D$.` L e ''D@@VH *@  D`, @;H-` D .@  D(H`*` D +@@`HH-  D.` L   ' ?c'D'HD X' (@a'  2`@@Ɓ? ( @ " @'* @G"`  2`V@f?* @6"`  2`s@U?' ? *@ `, ##  -@`.`` & & `* ,`#@#``-/   &`&` ''* @"`   2`@?\* @"`$  2`@?K' ? *@ ` , ##  -@` .`` & & `$* $,`#@#``$-$/   &`&` 'H"X ?cp'D'H (@m'  2`@ō?H P'HTDP! 2 (#`#`'2`@ΟHP'H TD4!''02`@΋$@Б* @*"`  2`@I?Б* @"`  2a@8?'Ѐ >H P'HTD!'''' '(2a7@I ԡ+@$@$`ԭ-`%% `Թ.'@'``ԙ* #`#` Ԣ`'HP'HTD!u''02aG@% Б* @ͯ"`   2aJ@?[Б* @͞"`$  2ag@Ľ?J'Ѐ >H P'HTDz!6'''' '(2a@ ԡ+@$@$` ԭ-`%% `$Թ.'@'``$ԙ* #`#` Ԣ`'H$X ?c'D'HH  H``2aD@H2aD@ 'H@ ,H,`#\#`H`-`` #d#hH/`@`H +@`` 2aD@'H2aD@'H ,H$.`#\#`H`$*`  #d#hH` , H -` 2aD@̧ ' ?c'D'HDHs?c'DD @̪D`@̦D @̢D$@̞D@̛?cp'D'H'L'P'TL  P""2 0T#@#`' LDH #``#``'(2 8#dd#dd 'L 3L *@  #``#``L` ,  ؕ#dd#dd''PL$$T P%% `''L3L *@  #``#``L`,  ؕ#dd#dd''P$$T %% `' ?c'D'HH D  HD  H``D@ H D  D 'D`VH *@  D` , @;H -` D .@  D(H`$*` D $+@@`HH$-  D$.` L e ''D@@VH *@  D`, @;H-` D .@  D(H`*` D +@@`HH-  D.` L   ' ?c @"2"( BH2b0 $ LR (6X&&  ?c #\ #` $#d ( ;h  2#P  @ ?c@@&& @ ?c& ' "  * 2@ '   @`' & `'  &  - -`%-` &  ?c`'D'HD V''D@ʁ@DJ :`''0D@H"" 2''D@`@DJ :a* DK *  '`'!@O'''D@5DJ :a* DK *  '`'!@$'''D@ DJ :a* DK *  '`'!@''D@''@H%% ''D@DJ :a* DK *  '`'!@ɽ'''D@ɣDJ :a* DK *  '`'!2cx @P '!2c{ @B '!2c} @4 '!2c @& 'u!2c @ 'g!2c @  'Y!2c @ 'K!2c @ '=!2c @ '/!2c @ '!!2c @ '!2c @ '  ''D@@DJ :a* DK *  '`'!@'''D@ȧDJ :a* DK *  '`'!@Ȗ'''D@|DJ :a* DK *  '`'!@k''D@e''@'@3H%%   Ѐ ր f ?c'D'H'LD@&'H@"'' DJ @oD+ ''HL@\H-'DHL@R?c'D'D#@'D#@''''@ !m'@8`'''g"!m'@"`''"@ '28 @&'?c'DD: 2`@:`*`"  D d@ǡ D!@ǚ  ?cp'D'D@q'@k''ܐ'J cJ  @ܠ '',@'@b#``'2@D?]ܬ''خ'M5cN@ ؐ ''*@ 'ܐ @4#``2"H JL?@-ؠ ''ܢ'L@)c#L`'M . @ܶ''/'ؐ @@??c @''@9' * + " +   `'!?!?c@'D'H'L'P'T'XLPDH#``#``@E?2"PX"@"`2PHT DH?'X@T ?2bX 2"X?2"`'\"" Ѕ ?2h𙢈țL' '졠? R?DH𵥈Xн<X#@#`~2p 22"` B?\"@"`2xЕ(Jࡣ ?2"hүV'`'쵠?2`\ B?DH𕡈HН,X$$ F#2b 22"p B?\"@"`2Е(Jࡣ ?2"hүV'`'쵠?2p\ B?DH𕡈HН,X$$ #2b੥ R?%2 V?Y2"x *2"x\"@"`2xЍ$?2hʟN' '쥠?2bx𭥉T?DHZЁ>X##!2" *2"\"@"`2Ѝ$?2hʟN' '쥠?2b𭥉T?DHZЁ>X##c!2" *2"\"@"`2Ѝ$?2hʟN' '쥠?2b𭥉T?DHZЁ>X##3!2" *2"\"@"`2Ѝ$?2hʟN' '쥠?2b𭥉T?DHZЁ>X##!2" *2"\"@"`2Ѝ$?2hʟN' '쥠?2b𭥉T?DHZЁ>X##!2" *2"\"@"`2Ѝ$?2hʟN' '쥠?2b𭥉T?DHZЁ>X##!2" "2"\"@"`2?2PБ& D2"P?DHNЩ2X#@#`{2" 32"\"@"`̅?2ؑDЙ*L?2ة?2"hַZ'`'콠?2@?DHFؙX$$ B#2b  32"\"@"`̅?2ؑDЙ*L?2ة?2"hַZ'`'콠?2@?DHFؙX$$  #2b  32"\"@"`̅?2ؑDЙ*L?2ة?2"hַZ'`'콠?2@?DHFؙX$$ #2b  32"\"@"`̅?2ؑDЙ*L?2ة?2"hַZ'`'콠?2@?DHFؙX$$ #2b  32"\"@"`̅?2ؑDЙ*L?2ة?2"hַZ'`'콠?2@?DHFؙX$$ ^#2b  32"\"@"`̅?2ؑDЙ*L?2ة?2"hַZ'`'콠?2@?DHFؙX$$ %#2b  +2"\"@"`̅?2ؑDЙ*L?2?2"P؁ R2bP?DHZ؁X##2"X?2b ?2"x D2"x B?2b F\""ș ?2إ ṊV?2"ؽ ZЅ B?\@`ؕ ?2𡣈̣P' '쩠?\@` V?DH𽦈\؅X$$'2 D2" B?2b F\""ș ?2إ ṊV?2"ؽ ZЅ B?\@`ؕ ?2𡣈̣P' '쩠?\@` V?DH𽦈\؅X$$X'2 D2" B?2b F\""ș ?2إ ṊV?2"ؽ ZЅ B?\@`ؕ ?2𡣈̣P' '쩠?\@` V?DH𽦈\؅X$$'2D?)2"H??c2#( D& 2c0   "& 28  J2#@  ұгX& 2cH   +, , , #`` ,`,$#ddȗJ& $'2(  L  - -`%-`#`` $--%#dd& (32cH (&  2#H ("& ( $`& $ $< $" <& $ `&   " &  `&   !'&  !n!m' @   # &  `& '&  !n!m'  &    # &  `&  +, #,  & @?c ' & '` #* 2@ '  `'   $&  '`&  -52@@?c'D'H*#H`#W'H DK  'H@#;H'%`DM &`'#'#DJ@ /@ '`'!#+#?cx'D2#ЀD*- @#``#dd#dd' #\'' ''@''@#'l#g'D2c@ED?cp'D'H'L'PH'D''0P"L#?c'D'H'L'PDH@LP?cp'D'H'LD'H'L''0\?c'D'H'LDH@L?c'D'H'L'P'T'XD* *`" *` H ' ?2#P D2cL LFTXR𭥈T??c'D'H'L'P'TDH@LPT ?cp'D'H'L'P'T'XDH?А'0L"@P"T#@X$ \$$?c'D'H'L'P'T'XX#\D@`HLPT?a'D'H'L'P'T'XDR ^*`T" 'hh" '@ D'll`'''''X`#\DHLPTX@DR   `   'd'` '\.` `  '`'d '\` ` '`'d'\``?'`'d'\'d '` '\` D 4 D @k '\\ ` DR  DR\"DS`\#\D D@HLPT@d?' /p l@  ''/`R  *``' ,` #\'D d-@D@HPL@/`' /p l@  ''/`R  #*``' ,` #\'D `-@D@HPL@ /p l@ ''/`R  (*``' ,` #\'D \-@D@HPL@`(`$ j/p l@  ''/`R  l*``' k,` #\'D @DHPL@` DR` DR\# DS\#\T`D @DHPL@#`&?/p l@  ''/`R  *``'?,` #\'D @DHPL@r`/D 4 D @R?/p l@  ''/`R  *``'?,` #\'D 4@DHPL@AT`*` & j/p l@  ''/`R  l*``' k,` #\'D @DHPL@(`$?/p l@  ''/`R  *``'?,` #\'D @DHPL@`$?/p l@  ''/`R  *``'?,` #\'D @DHPL@\f`"D\ T" :'X\`X$<`'TX\ DUDU\%`DV \%`#\`#`XX L\ TT P \HD@ `#\DR`rDR\P@ # DS^L``DTn h#@\HD@r``BDR  $DRpDS \#@ DT r#PDTnDU`^T%&L\`  H`D@DVpDW \"DRr"@ P DS`nDT ^T$$LHD` @`` X X`DR  DR`\#`DR\HPLTD@?cx'D'H'L'P'T'XDR  \ X"`#\LT#`D $P DH@bX$`#\LT#`D P D@H@O?/ #\'\D (@DDHPL@R?/ #\LT "'\D(DD@PH@7?/ #\'PX# \D`D(D@HL@?/ #\LT"'\D`D`(PX# DH@L`7P,= 77LT@%7L.`>77P7PX@"`7\D(D`'$DH @.L`7PX%`-=77LT&7LT" *`:77P7PX@$ 7\DD (@'$DH @\ X"`#\LT#`D P DH@lX$`#\LT#`DP D@H@Y?/ #\'D @DHPL@e?/ #\LT"'D @DPH@S?/ #\'PX# D`DHL@A?/ #\LT"'DPX# DH@,L7P/`: 77LT@ "7L+`;77P 7PX% 7L7PX&.? 77LT@"`7LT #`+< 77P`7PX%`7D'$D@H @E\?/ #\'DDHPL@?/ #\LT"'D`DPH@?/ #\'PX# DD@HL@?/ #\LT"'D`PX # DH@L 7P,= 77LT@%7L`.>77P 7PX "7L 7PX$`,<77LT%7LT&.? 77P`7PX@ "7D`'$DH @\`D 4 D @X"#\LT#`D 4P DH@?c'D'H'L'P'T'XT @ -/T 0/T ?/ T#?/O/T`DUDV   #\'DD@HPL@DR    #\'DDHPL@DT  #\'DD@HPL@XO / #\'D$DHPL@?c'D'H'L'P'T '''''DR jT DR`d#\DRdD DHPL@lT`D 4 D @ 5/ #\'D 4DHPL@T`&DR d"`#\LDS d#`DP D@H@9 / #\'D @DHPL@ / #\'DDHPL@mT   '' '' ' 'T D 4 D @^ ' 3/ #\'D,`DHPL@[ 4/ #\'D.`DHPL@I 5/ #\'D`* DHPL@7DT`pDTd%=`PDUnDV`d&>LHD @ T`  DR dDR`d#`HPLD@?c'D'H'L'P'T'XD 0 D @X#\D0D@HLPT@|?c'D'H'L'P'T'XL@'X"D`L@X ' @X@  D `L@l'`'D, D @DR  D @\DR #\D D@HPTL@<#\D,D@HPTL@-?c'D'H'L'P'T'XD , D @b`DR D @ a'D @ \'D  @ X#\\#`P#dT#h #lD`,DHL  @K`` DTD  @ ?c'D'H'L'P'TDR d"`DR d"`'' ' @" '  '' ' 'DR NT #\DDHLP@T`T ?/?/ #\'D DHPL@T%@T ?/?/ #\'D DHPL@g-T#\#`DHLP@NT`P L HD  P L"HD  T  DT`DTHPLDx?c'D'H'L'P'TDR ''  ' @3" ' ' 'DR 6T #\DRDDHPL@T ?/ T'?/?/ #\'DD@HPL@DT   #\#`DHLP@T  #\#`L HDP@PLHD  kPLHD A ]T  DU`DUHPLDT@DV L"DVDVPHDT  DW`# DR HPLD?c@?c@?cp'D'HD'D 'D '*`"@#@H'*"#@@'h' '''' <@-' <@' "@ @  @'@ <@ "@@ @'ؒ <"@ @ <@ "@@ @'2'''9'''1''')'''!''''''䀢  * bb  ,LlH&H'`H"`?cx'D'HD'D 'D '*'耐 '@*`"@@''쀐'T'@*`"@'@@w''@ *"'@@n''@ +`#@'@@e' " '' ܔ" ' ' " ' '* + # @;؛+` +# @'h'H$* -`"-` @ H%* -"- @H& ?c'D'HHD@*2*2 HD, 4`,`3`HD -`5-4H . ?c'D'H' D' H?c'D'HD :`'D; 'D< '' H ?c'D'H'L'PD'D 'D '* *`  @'耢 2 @: '#'耢!''''' PD@'D'D`- @'' HD'D`'D? '' L?c'D'H'L'P'T' H' LPT?c'D'H ' *  * D `DD"'D*`H2  '?  '`?c'D'H'L'P'T'XT" 'TX"`'X\X#\T`DS D @DDHPL@DU`Oc$T` XX" #\LT#`\D$D P D@H@L7L7P7P7PX7LT@7'\D (@D @DH  @uPX@7LT@7PX7LT7L7P7DW` )LT "7P7LT@$ 7PX% 7'\DD (@DH  @6'\D @D(D@H  @ G\ 6OcL7P7T7X7'HD @ L7P7T7X7L 7P7T$`7X$7D`'DH @iX#\D`DHLPT@]?c'D'H'L'P'T'X''DR   ` `'`DS    #``#\DHLPTXDT` ` ` '`DU`  '` X" #\LT#@ DS D (@DP DH@\o`"1\ T" :'\`X$<`'\#\`#` L\  P\HD5<'` ` '` '`#\DRrPX@$ DT`\DTr DUrLDU\ DV`rDW rT#@\HD` '```  DHLPTXb?cx'D'H'L'P'T'X @'D"H"L3 P# T$`L\@" <\ "@\ #DL  ''؀Hܳ. ܷ.X%ܐ '`* * `  $$ @  @T @ @ @R    '܀   ܡ+#@ܢ`' /'#\ ''' ' @;WW5`\W6`^ 6/'#\` ''' ' @&WW 2 bW3 `Sb"  @|T b$@4 3/'#\ ''' ' @W5d '2 R  2`?c 'D'H'LD H@DH" L(DR      @D /`@ H D@@D/`H$L`@D D@'DR     @j'D`/`   \@"H'D`/`V `D /`@ R# + ; 2D`/`` '@D/`$8D /`@  '@N' D`/`@D D@AD /`@  D /`@ @R + ; 2D`/`#`@ /'#\D` ''''  @)DWW5\DW6^ 6/'#\D ''''  @DWW@ 2bDW4 `DTb"  @jDTb%D5 3/'#\D` ''''  @DW6d T:?/ #\'D+ D@HPL@?/ #\'D -@D@HPL@?/ #\'D * @ DHPL@PT  g d/ #\'D , DHPL@T+ h e/ #\'D .@D@HPL@T  i f/ #\'D , DHPL@u3T T@  / #\'DDHPL@[T   / #\'D DHPL@BT`  DHLP  (?c'D'H'L'P'T '''''DR 8T   ' '' '' ' r/ #\'D , DHPL@ s/ #\'D. DHPL@ w/ #\'DDHPL@T`/ u/ #\'DDHPL@ v/ #\'DT   D`,@DDHPL@7?/ #\'DR D DD@HPL@ t/ #\'DU   D`-@DDHPL@vT`  DR vDR`xHPLDZ?c'D'H'L'P'TDR  #\ #`DHLPT P#\LT@ #`DD@HPL@?c`'D'H'L'P'T'X'h!DR`7DR DS`b#DT`b7DT'DU 'h/h MX7P7\7P7DS  DSb$ DTb,`477DU DU`%DV``. 677','$@' #\R"``DR D D @TDH@JP-=77L7d`d@WX@ 7*3 77W`# 'WX$$'̀'Ȁ'd7LT@&'`W" '̀ '7'HD @d QP *:77`7WX  7,477X`%'77耐&.67WX'``d@ "' 77DT  D`(D'D@H @DHXPh@h OL7X7L7\7DS  DS`$ DT`,`477DU DUb%DV`b . 677','$@' #\R"``DR D D @T# DH@LL-=77P7d`d@WX@ `7*3 77W`# 'WX$$'̀'Ȁ'd7PT@&'`W" '̀ '7'HD @d UL *:77`7WX  7,477X`%'Ā77ꀐ&.67WX'``d@ "'Ā 777DT` D(D @'DH @DHLXh@ Ѐ@?c'D'H'L'P'T''T ZThDR DS b#`DT bDTDT`$`DU ``#\L"T+@DU DUb#`DV b`DV` DV`#`DV``DW  D` D`P# DH@.DT T!T@   ' T  9 6'/ #\'DDHPL@`/ #\'D (@DHPL@ T9L'P'T 8 / #\'D$D@HP@TT PDRDS b" DS`b"  @* P'T(LDTDTb" DU b"  @* L@'T3T(DR`DRb" DRb"  @P'T!DT`DTb" DTb"  @L'T ; / #\'D`$DH@dmT;hT(LDRDRb" DS b"  @eL@`'T@P$ DTDTb" DU b"  @HP@'?/ #\'DD@H@?/ #\'D @DH@?/ #\'D$DH@''.T(  / #\'D(DH@T(  / #\'DD@H@T!/T T   'T`T!  ' T'  'nT T   ']T`T!  'MT@T)  '=T T1  '-TT9  'T T   ' T@  '/ #\'DD@HPL@?c'D'H'L'PD 8 D LD8DHLP@?c'D'H@_'D@\@W'H@T@R @'@M@M@J?c'D'H'L'P'T'X`(/DR f \ '\DS f X'X`% @T\" #\TX#@ HPLTD@\ T\#@HPLTD@]` \#\DHLPTX@9 DHLPT\@?b'D'H'L'P'T'XDR j*`T" 'DS`tP''''DTU''hh '?/l h  ''/ R  *` 'h?, #\'D`DHL@'X'hh ' M/l h ''/ R  H*`  #\'D`DHL@`'X'hh ' ?/l h  ''/ R  *`  #\'D`DHL@8 @/l h ''/ R  C*`  #\'D`DHL@ M/l h ''/ R  H*`  #\'D`DHL@h' h ''/ R@ *  #\DT jL'D$`DH@X"'='hh' h ''/ R@ * ' A+ #\DTjLX'D`(DH@ h ''/ R@ C* ' B+ #\DTjLX'D`DH@ h ''/ R@ H* ' N+ #\DTjLX'D`$DH@iLXHDP@?c'D'H'L'P'T '''''T VDR  1 / #\'D` DHPL@ ?/ #\'DDHPL@ >/ #\'D @DHPL@TDR  1 U/ #\'DDHPL@ V/ #\'D (@DHPL@ W/ #\'D` DHPL@ ?/ #\'DDHPL@Z W/ #\'D @DHPL@?c'D'H'L'P'T'XX\  '''''DRj*T#@ 'hDT tP'lX\LX 'd\X" '`DSh#\DT` D D @DHdP`@DUl#\D`DHdl`@l #\d`@#`l DR` D$DD@Hd@XrDR  1DR l#\DRjDDHlL@?/p #\'DDHlL@  M/p #\'DD@HlL@>DR l#\DRjD DHlL@w ?/p #\'DDHlL@ @/p #\'DD@HlL@ M/p #\'D @DHlL@L\ HDPZL\ 'dDRfX\#@ '`DTh#\D` DHdP`@%l#\d`@#`DV D(D`D@Hld@#DRl"l@ #\d`@#`DT`l$lDU  D`DD@Hd@DVl&#\DW` D $@Dl D@Hd`@T#DT`fXDR  @DR l#\DRjLh  DT jD`DHl@?/p #\DUjLh'D`DHl@ N/p #\DR jLh  'D DHl@RDR l#\DRjLh  DT jD` DHl@o A/p #\DUjLh'D`DHl@ B/p #\DR jLh  'D DHl@ N/p #\DTjLh'D$DHl@L\HDPC?cx'D'H'L'P'T'X '''"''X\ DR j*`T" 'DS`tL'X\DR fP\  'X\#'#\DThDU  D` DD@HL@#\DVlD @DH@@ "#\`DS D $@DDH@T%`DUfX@DR  @DR j#\DRjP  DSlD @DH@?/ި #\DU`jP' D @DH@ T/޸ #\DW`jP ' DDH@RDR j#\DRjP  DSlD @DH@U R/ި #\DU`jP' D @DH@ S/޸ #\DW`jP ' DDH@ T/ޢ #\DTjP' D`DH@P\HDL()PX '\X" '#\DT hDT` D D @DHL@&`#\DV D (@D @DH@ ##\DT`l$DU l%`@DU D @DDH@#\DR l#`DR` D$DD@H@XpDR  0 #\DR`lDDHP@?/ޞ #\' D @DHP@ Q/ި #\' D`DHP@= #\DR`lD DHP@S O/ޞ #\' D (@DHP@ P/ި #\' D`DHP@ Q/޲ #\' D$DHP@P\HDL(6?c'D'H'L'P'T'XDR j*`T" 'lDS`tL'h '''''DU ?/p #\'DRjP lD @DHh@] T/p #\'DU`jPlD @DHh@IDVjTX'@"@#\DRlPXD @DHh@DTjPX@& #\DDW jPDHhh@DR`jPX @ ##\DT`l$hDU l%`h@DDV`jPDH@X#\hDW`l#`D @DS jPDH@x?/p #\'DD@HPh@ Q/p #\'D @DHPh@ S/p #\DRjPl  'DD@Hh@ R/p #\DU jPl'DD@Hh@ T/p #\DW jPl'D`DHh@DS jTX#$@ #\DTlPXD`DHh@DV jPX'`#\D`(DRjP@ DHhh@  O/p #\'D(DHPh@WDU`jPX@&#\DW l'`hDR`l"h@ DDT`jPDH@ P/p #\'DDHPh@*X#\hDVl#`D$DW`jPD@H@ Q/p #\'D $DHPh@DT`j$Pl#\DV jPXhD$h`D@H@PXHDL(?c'D'H'L'P'T'X`(#` T\" #\TX#@HPLTD@ T\#@HPLTD@`  DHLPX\@ DHLPT\@?b'D'H'L'P'T'XDR ~*`T" 'DS`-''x?/| x@  ''/`R  *``'x?,x #\'DDHPL@''x x/| x@  ''/`R  *``'x z,x #\'D(DHPL@ y/| x@ ''/`R  |*``DT ` 'x #\'DDHPL@ {/| #\DT ~LT"'DP# D@H@'x  {*x #\'DD@HPL@?/| x@ ''/`R  *``'x?,x #\'D$DHPL@h DV` DVjX"@"' 3!h''x?/| x@  ''/`R  *``x #\L'DPDH@+ M/| x@ ''/`R  H*``x #\L'DPDH@ DU` DUlP@#\DR lP LD@LX@#`DH@DT`P #\DUjLLX@#`D`$P DH@?c'D'H'L'P'T'X DR ` TX jTX !DS DT`lDU l#\LTXT#@DPD@H@x)DV DW l DRl#\LX TX#@DT  D`$DPD@H@ODUP`#\DVjLLX@#`D`$P DH@J?ch'D'H'L'P'T'XDR ~*`T" 'DS`Y?/ #\'DDHPL@(L7DS~P@7L7DU ~PT&7DVL" 7DR~P 7DSL@$7DU ~PT&7D'8DH @S?/ #\DR~PT # 'DD@HL@?/ #\'D$DHPL@?/ #\DT ~PT#'D$D@HL@#\LDU#`D $@DV~PDH@?/ #\'D(DHPL@?/ #\DT ~PT#'D(D@HL@?/ #\'D @DHPL@x?/ #\DR ~PT # 'DDHL@dDT`~PT%@#\D(DV`~PDHLL@LDW ~PT@ "#\DS`L"DT L@#`DDU ~PDH@/ DU  ''ش ''''' 'DR l ''?/ T/ #\DS~PT##LD'(DH@^DU`jTX%&@&&#\LDR ` DR`l`DRlD PXD@H@DTDU jPT&&@#\LL@`D$PXD@H@?c'D'H'L'P'T'X DR ` X\ kX\ !X\##\LDT` DTl`DU lD`P\DH@n)\X&@#\LDW ` DR l`DR`lDR D $D @PXDH@EDU DUjPT&&#\LL@`D $@P\DH@??c`'D'H'L'P'TD3ap@'D3a@'f"P3a33@ -D3a@'#D3a@}'D3a@s'f"P3b3B3L@ 3!(;X3a0;`30#hh#hhLDTX@'  f"P3bW3z@ 3!0;X3a0;`30#hh#hhLDTX@n'䀐  f"P3b3@{ 3!8;X3a0;`30#hh#hhLDTX@L'耐  f"P3b3@Y 3!@;X3a0;`30#hh#hhLDTX@*'쀐  f"P3b3@7 z3!H;X3a0;`30#hh#hhLDTX@'  f"P3c3(@ X $@3'Ԁ f"P3c23V@ EP ' '#\' HD " f"P3c`3~@@ D"P"L# T# $`D <@m$% %` ?c0'D'H'LD  8@'耐   L@'@ """# #`+$  $`$<% @%`D%H' T@'@ W"""# #`+$ H$`L$P$ % %<%@& D'!@d'@Y '"""# #`#d$ h$`l $xH  %`%& |&`&&' '`" "`""3!P#`#`3P$ $ #3aX$$'3P% % +3aX%%/3P& & 33aP&&73P' ' ;3aP" " "`""'A ,@'쀐 @ """# #`# $ $$ % $%`('@ H"  * bT l L@D%&`H& ' 0" 4D` D "`D "D#  D" D" # ED 3"`#\ #` d#d #h#l #p#t3#x #| #%3# # #+3c# # #13## #5d# ###` 3   @  H  ?cx'D'HD @'  @\  ``ԉ@3` F?  ``ԝ%3`P?'3`譥T?蹦?腧@?ؖ@.  ԑD33a` J?ԥ93!`T?;3ah赦X?聧?荠D?  ``ā  ``?؁  ?  ``?؁  ?ؖ@'``쁪H   @H * c   !x#4?c'DDD`  D 0@D`D@6?c'DD]D@'#D@ .D'`P P@@D@ D@ "  * a@ $$$$$`  "`"`    "`"` @?b؝'D'H'D D`'  4H ; 0'<K   #\#`@ 4`   '0'H@ G ' H@ 퀢 뀢 4H @ 0@ '  H }4H` t 0@ Y '!0' x` H`4H@  H` H$#    @E @  'H@ V h` "h h#\ #``4 `  '@#`#\#d@ 4   @'@@ #'@'  'JH@ V l` "l l#\ #``4 $`(,0} '@#`#\#d@ 4   @'@@\ #'@'  'H@ oG d " d@ \ '@#`#\#d@4   @W'@@H %pH$&t '`'@3'<  'H@ UF d`" d@  '`#`#\#d`4   @ '@@H %pH$&`t`' '@'  'XH@ <Q L'@#`#\#d@4@   @''d$dH %`pH`$& t p"&p`t# "`t#`@ @@i'@'  'K`0' x`A: d-@2H 'H`$'  pؖ" ' tԖ" ' 耣  '耥`'`&#hh`"@#ll?  ĝ``ԥ̭T V  Z?``@̑;X#`  X@@     `` @ # '0'`x `h(@ @@# h``  @``̑#hh#hh@  'Sl (@ @@c# l``ĉ  ̑F#hh#hh``@  '(d+@ @x@7?c d # d!3#`` 8 "`'耣@ '`%#hh&#ll?ĝ  ԥ``̭T V  Z?9  ``ԁ  ``̉? ?  ``̉@? ?``J̥#hh#hh@ `  " `p #`p  " `t #`t p#`t#d#\`4    @ 'W`d@ @@g d # d3   8 `'耣@ '`%#hh&#ll?ĝ  ԥ``̭T V  Z?C  ``ԁ  ``ԉ@? ?  ``ԉ? ?``ԝ?  R``̵#hh#hh@   " `p #`p  " `t #`t p#`t#d#\`4    @ '`d7y@ @@?c d # dH 'H$'   pؖ" ' tԖ" ' 耣  '耥`'`&#hh`"@#ll?  ĝ``ԥ̭T V  Z?``@̑#hh#hh@ k 'H"  * ` (h2P/<<<<<(<F0'`<'HH` ' `4H ''4#\'8#`'<#d'( H'$'0',@u#\ #` H  '`L"* *`"@P  +, $`P$@ ' L' #`#\#dH@   @'1=3#@m@c43#@d@Z+3#@[@Q"3#@R@H3#@I@? * c >?$?l??HJ   #\#`@ 4`  Ȩ 'QH 'H$'' L * *`"@P  m+, $`P  `R\' * *`"@P 'P,`,$؀D-`-%P`P/`* "@؀ .+  +`#@ P `Ԁ!- -`%@P ̶@Ԁ* *`"@P # @'~ ' 0H@ ' H 'H$'' L * *`"@P  +, $`P  `R\' * *`"@P 'P,`,$؀P-`-%P`P/`* "@؀ :+  +`#@ P `Ԁ-- -`%@P ̶@Ԁ* *`"@P  * *`"@P # @=+, $`P * *`"@P# @"`'Y 'H 'H$'   `R\' '؀  ؀@ ̠ Ԁ@ Ԁ ''`L * *`"@P  +, $`P  `R\' * *`"@P 'P,`,$؀Z-`-%P`P/`* "@؀ D+  +`#@ P `Ԁ7- -`%@P ̶@Ԁ(@ @b@!`< <@,`,$P%`@R'h0@ '$ 0H@h 'H"  * a @pEBITITITITIT=p "  * a &H<((' ' ?c'D'HD}D`H vD oH  DL$ HbH,- %D`PTH.`.&DPO`HH* *`"@DP #\H+, $D`P #`H--%D P@H./ 'D`P` DPH+, $H,`,$DP`DHD`ŶD@3?c'D'H'DD`H 4`DJ yH H`$D@<mD D" D " D#\D `#`D@D 4D`DD D Y 'D<D <D@'9D`H &D `D" D " D#\D `#`D@D 4D`DD D   H@ ?c'D'H'DgD`_SH 4`SDJ LH H`$D@K@D D" D " D#\D `#`D@D 4D`DD D ķD`D@D@ '  H@ ?c'D'H'LD ` @D  D@R\'D 'DH  'D` D @$H D`L D @&L@  ?c'D'H'LD ` @D  D@R\'D 'DH  'D` D @$H D`L D @&L@  ?b'DD L`VDOD H "'''D L؀ eؑ* *`"@DP  R؟+, $D`PD`Pد-. &.`''ؓ*` *" DP `  D@R\' ؑ* *`"@DP '؟+, $D`PD`P''ؐ '&''D ' 'D  D@R\'D ''#\' #`'$#d'D@4'̚''D@@ D@'D`''D@`* +  D@`  @D@/ /`D@` #''D`-. D@ @  D@ `,,D@`&'D@`#hD`#`'d#p #d#l#\D@4@D%H/ L'D HD@@D HD@@'D@W'D@_ ?c'DD `7DH D@ @@DHD@@D$ HD$`DLD #\D#`D@D`4DDD D`X?c'DD x` eD  ]D@'#\D`D4D D`D D@@Dh#\ #`D`D`4DD D͡D #\D#`D #dDd#hD`D4D D`D ܴD`l#\ #`D (D@4D $D`0D,s ?c'D'HH 'H$'D # 'D $'D  D   ?c'D'HH 'H$'D # 'D $'D  D   ?c'D'HH 'H$'D $# 'D ($'D , D 0  ?c'D'HH 'H$'D 4# 'D 8$'D < D @  ?c'D'HH 'H$'D D# 'D H$'D L D P  ?c'D'HH 'H$'D T# 'D X$'D \ D `  ?c'DD ` sD#\ #`D`D4D D`D DD TD  D`4D  @D#`77D $ 7D$7#\D`DD'D@ @D D '`#\D`"#`D D``D 4D` DD@D`D @ ?c'D'H'L'P'TDH" " DP""D@~D``D́@ D  D``ԁDD " |D D D``DD @DD`$ D@ D@JD?c'DD | 3DD""DD#`#`D``D쁨@DD``" " DD  ""DD$`$`DD``% % D%|?c'DDD``" " DD  ""DD$`$`DD``% % ?c'D'H'L'P'T'XH'D  C''*D'.`42.* &`"  `@D  "  * b e8eLe\ele|eeeeeeeeD'H`4 `  @`D' '䀐L䀦 .`.&P  "  * c fTfhfxfffg`fg`g`g`ffg`g`g`g`g`g`fD'`4{ xwaso l"  * ` ghhhXhXhXhXh(hXhXhXh8hHD'&`4LHD @`<8 $4`(0 -"  * a hhhiiiTiTi$iTiTiTi4iD D "  * a e(fDggh?cX'D'H'L'P'T'XH'D  ~hD'`'"`' "`4 '#``'$`'% `'&`''' @}p"' `tLm`4e#\`#`@ @4 ` K@$ 'B''%<7&`H '.'`@'%"D' "  * aT jjjk k0kTlldklm ll:D'`'$`'"`4 '#``'$`'% `'&`''' @|"''''`'L&  P ? P*` *" `<@|"P P  f"P4`@|:" L %`L' ܑ* *`"@P+ ܛ+` +#  P@ $ܦ'9* *`"@ <@|0"PP  f"P4`6@{" L '@ ܑ* *`"@P+ ܛ+` +#  P@ $ܦ'`% L-. &`P @{..& P@ "  'ؖ ' '`T\'' L@* *`"@P  -P,`,$$- -`%@P& ..& P@" * *"  P@ # ̢ Ԥ'''''`'L' *` *" P #` 'آ ' '@U\''`L@* *`"@P  -P,`,$$- -`%@P& ..& P@" * *"  P@ # ̢ Ԥ''A''%<6&`@ '-'`D'$ "  * ah mmnn<n`ntnu4u4ntuu4u4u4u4u4u4u4rD' '# @'"`4 '`@4$ 4@% '@& '@' `'""`' ##'?`'@ %|&`&`?`'  D "`|""v#`#``'k$$`'`%%`'U&`'L''"A#`x`'8$`'/%`'& "  * aD vvDvhvvvxxxyyyxxywwlx(xTyyyww @D''&'b"`4 'u#``'l$`'c% `'Z&`'Q@" 'H''$ =$`'4%$`'+&(`'" :"  * c yzz<z`z{dzz{d{d{d{{@{d{d{d{d{dzx D` "  * `0 jhmuuy ?c'DD  D``@DD́DD `D"  D@'DD#`T`,D %@'DV Vb&W`b""`%D D"  D``DD  D``́DD""D``DԁDD``$ $ DD  ́D"  fD``DĉDD  ԕ N 4`TVD#D  D``́XD" D"`PDDԁ@DD`" DD # "9D  D``ĉDԑD̙J?D  D``̥?D V蹦 !4 ^@D$`DDč J)4 RTD%`D  D``́DD""D``DԁDD``$ $ DD  ́ D"  D``DDD  ̕ N 4`TVD#D  D``́XD" D"`PDDԁ@DD`" DD # "9D  D``D̑DԙJ?D  D``?D V蹦 !4 ^@D$`DD། J)4 RTD%`DDD`" DD `"DD`$ DU U`%V``$VD @ D "S D `D$U D D&W D @D @ # DD #DD$DU%`DV`V`' R `& D`D S#@D$$DD $(DU%,DVW `'`R``&`0DD"4DD#`8T`Tb" Tb @wD% <DUV `&`V`%`@W W`b" R b*  @vD`D# DDD#`HT`Tb" Tb @vD% LDUV `&`V`%`PW W`b" R b @vD`D# TDD#`XT`Tb" Tb @vD% \DUV `&`V`%``D; d' d$R  R`"S``Dढ$ $@ D$DD`% DV V`&W``% DD`" RD`  D$U D D&VD``D "S`D @D @% DD%DD&`DW`R``"S `' DS#` DD$`$D DV`&D' (DR  R`"S``'`,DT #0DD$4DD%`8DV`V`' R `& <R`Rb" Rb @uD# @DD#`DT`Tb" Tb*  @uD @D%HDV`V`' R `& LR`Rb" Rb @uD# PDD#`TT`Tb" Tb @uD @D%XDV`V`' R `& \R`Rb" Rb @uvD# `D`d#`d ?ch'D'H'L'P'T'X'#\'#`' #dPX`@D4` @vI '"'I$'H `34 h" @F#hh*`274h* HN#hh+ 3`74h2 PV#hh, 4`7,)?# -1? @'R4 p" @F'4`p* HN'4p2 PV' '쀐 '耐 '!?##?c''?)?#'-?@/?'777'$LD@u??cp'D'H'L'P'T'X'#\'#`' #dTX\`dh@cD4` @uI '"'I$'H ` S4 x" @F'4`x* HN'4x2 PV' '쀐 '耐 '!?##?c''?)?#'-?@/?'777P'ܸ /'$LD@u ?b'D'H'L'P'T'XH ` L   L* '"'t* @s'  #\'P D @uX" '`@s 'pp 4 #\#`4`#d#hp* 4 #pp#ppHDPp`'p'pp*'ll l*  t+ p+@t  l 'll@ p'pp DP @t@sX Ep*  T#l+`X$$''h'dh"dp d'ddl d`'dh+d,$@h'hd'dDP @t@s ?c'D'H'L'P'T'X4 LP4`'L'P4LP 4'L'P4 TX4`'T'X4TX !4 'T'X#4`TXX\LP"`LP"@dLP"u4 LP 4 TXBLPD'LPTX BLPTXHě'4 LPP4ֳ'4`DHZ#``#``?#dd#dd!#hh#hh@8\"$#``#``'#dd#ddDH@%`"4 DH#``#``/#dd#dd1#hh#hh@ d#@ ?c'D'H'L'P'T'X4 TX 4`TX'T'X4TX 4TXL'T'X4 TXLPDHTX F4 ș DHL/4`TX LP"4 TX4 TXLPDHșD4`ȡ DHPDH?ch'D'H'L'P'T'X\#\`#`d#dDHLPTX@rQ' IH'' '''D@s5'7耐 @s) &''(#\',#`'0#d''$'' D@r'P$T@%@CanvasCanvas viewCanvas paint windowColorFontFrameFrame_baseFrame_cmdFrame_helpCommand MenuChoice MenuToggle MenuMenu_itemOpen WindowButton ItemChoice ItemMessage ItemText ItemPanelPanelPanelSlider ItemSlider ItemScrollbarServer ImageWindowGenericDrawableItem?c@'D'H'L'P'T'X/\`J#%XJ# @(J#%D5!x@'5!|5a|  @ iD5a!%H5a$%T5a'%X5aH*%@%5!5a55@&` 5!5a55@ t5"H@5!5a5@ DHTX@%`\5H@&p%0l5a l%<`\@Ȯ'15a %(("#pp8< 5!(%((*#pp H5! H<5! 1%((3#ppH%(( #pp H5!H0 5!'%(()#ppH0ɬ5!/5a1%((3#pp %@ %LL#pp078%T5"d5aʼ<$@#5"h5bl5p@#'"'쀐#pp0?% 5!x#\  5aH5"d5ax@2 " '쀐$@#0#\P#h5#`5#d8LHT5a5@)P %P0#\P#h5#`5#d8LHTHH@(T0H'艠$0 5! #pp0I*H0H'䡠00 5! `'ܨܐ"'܀#pp05%#\5a55|@y ܐ" '܀ #\`5a55`|@a#\\5a55\|@T\8% L%(\`@H<5%,#\,(555a@%5!Dhd@$ x%4t5aJt%@hd@'؍&@(%LL <5!@*%@@@4@hd@J  d%Hh%8?%P h%Hd%8 %P85!8@ 5!35a5%((7#pp8@I5! =%((?#pp H5!JH@ɤ5!I&%(((#ppH@5!I.5a0%((2#pp %@ %LLx#pp@I68ȸ%T5"x5a<$@"55"|5b5@"'ША"'Ѐ#pp@I>% 5!x#\  D5!5"x5ax@  А" 'Ѐ$@!@#\P#h5#`5#dH8LT55!@'QP %P@#\P#h5#`5#dH8LTDD@'<x5a ]hd@ʢ  d%Hh%8?%P h%Hd%8 %P85! 845! )5a+%((-#pp84ɰ5!3%((5#pp H5!ʸH4I5!<%((>#ppH4 5!$5aH&%(((#pp %@ %LL#pp4,8H%T5"5a <$@!:5"5b5@!'ȨȐ"'Ȁ#pp44% 5!x#\  D5!5"5ax@  Ȑ" 'Ȁ$@ 4#\P#h5#`5#dH8LT55!@&VP %P4#\P#h5#`5#dH8LTDD@&AT4'ij94I5!ʼ #pp4?HH4'%4I5!ʨ `'"'#pp4*%#\5!55@ " '#\h5a55h@#\d5a55d@P%(dh@/5I%,#\(,555a@#@D5a5%H5a8%T5a;%X5aH>%@ R5!5a55@!@5!#\5!5a555!5ax@5"H@UDHTX@ -5a5!5@!5!5a5@65!ȅ!%#\5!555a@"5!5a5@`\hd@ X @@EC@E%\%`%?c('D'H'L'P'T'X/( @pX5a\ @jT5a؁ʤ T5a܏I&%885!)*%<T5aܝ -%885!䣣01%<X5a\ @j5""D5"(@m 85! @m @m  5a ( @m   G% 5a @jZ?`G@%@ % @l%@ 5a @jA%@ 5a @j2@@ %@ 5a @l(%D'D"% 5a @j% 5a @l% 5a @i % 5a @lr5a ( @i 5a ( @l_ (#\HDLP5a@!X 5b  @iX 5b  @i'' ' ('H'X'@l,<5! @l@lX 5b  @iy$X 5b  @il'' ' ('H'X'@k85! @k@k  G?% 5a @iG `  (' "' "G@F$ @k " ' (#\HHDLP5a@ %%%% %@%p?c'D'H'L/D3%5"%%5"   5"6% 9%5"ʼ 5" =% %5" 5"  H"@H5b (L"E5" 5" H"@H5b0L"*5"  5"$ H"@H5b8L"5"H"@H5b I>L"?c'DD5"H?c'D'H'L'P'T'XDH@H 5"P"H"P"H"LP@%5ɨ"H"L"""bL"D"L"D"""bD"P"""bP"X#\5b#` #d5"b5\T@?b'D/ D5D%  d%   p s q r t  u  6"#6#@i6b  @i6" @i@i%  @CU p 5U q 5U r 5U s 5U t 5U u 5U  5U  5U  5U  5U  56R#쀐)6R#' %"@'䀐* R@ U  %" '䀐U* 7R@ % c }%6R#쀐36R#'ܐ %ܒ"@'܀$* R@ *7`S  % c  %ܐ" '܀6R# %62c6R#쀢 n6R#?%$$'Ԑ %Ԓ"@'Ԁ\6R#"  -`6c-6R  2 -`c-R 2 -`6cR  -6cR  -`cR *7 R `%(('̤ ̐"'̀@* 7H*7`HS 2@ ̐" '̀ %Ԑ" 'Ԁ,6b6 x  @\,6b x @e6#@h6bĔ  @hr6b6" @hy@hz6" @hx '@ 'D x'L,'H'\6"'P'T6"'X'`'d@@hf'@ 'D@@h^U? '8 %8"@'88|6#@hF'44%6" @h<'446" @h/'44 @h)'444L4SU', ,"',,+6#@h'(( @g'((( (' ," ', %8" '86#t@g'$$B6" @g'$$56"c @g'$$' %* 7H 6" @g'$$ % @g'$$$$ U' "'^o𨀤6#\@g_'3'%"@'* 7H 6" @gE' %" '@g4'W^ " 'R#U V 62c 72`H'@ 'D'H@@ga* 6R@ 73 HX6"#X6#D@f6" @f6" @f #'  6" @f@f6" @f6"#@6#,@f@f6" @f6"#(6#@f@f6" @f6"#6"@f6" @f6"c @f{@f6" @f%%%%%% ?c'D'H'L/LJbp !%@K"#D`cd$JxI&K"HK"?c'DDKc"?c/@!-`#P`cl !J#$%`#T`cl'J)*% `#X`cP`l/J℥12%`#\`cT`l7Jℵ9:% @!J""?c'D'H'L'P/D@% H@%(L@Y%$P@U%, `#P!%$`#T$%(`#P'%,`#TH*%`#\%`#\Ȱ%`#P `#P%`#T  `#T%`#X `#X%`#\  `#\%`#P `#P%`#T  `#T%`#X `#X%`#\  `#\%J"#$%J"'(% J"+,#``J"/0%%' " '@ qL@`#T2%P@`#T4%`#P `#P%`#T  `#T%`#X `#X%`#\  `#\%`#P `#P%`#T  `#T%`#X `#X%`#\  `#\%`#l'Jb)*%`#l -Jb/0% `#l3Jb56#```#l 9Jb;<%%`' " ' @ %%?c@/?c'D'H'L'P'T'X/ T%D  J#Jc T"%  J#JcIT '% #\#`#d`#h`#ld#ph#t LXP\H@9bJ"`"cPJ"`"cTJ"+`"cXJ"H.`"c\D`"J"`"cD J"`"cD `#\`cTJ`"d `#X`cPHJɸ`"dJ"`"chHJb` @a7J"`"ch`#h`cd`"lJ"]J"Jb  @J"@?J"JbJJ@%J"JbJJ@J"JbJ-DHP`h@5J"JbJ@0J"JbJ@.J"Д  P@cJbܔ P @`J"@ {(Jb  @`J"@ iJb P @`@ J"@ SJ"J""?c'D'H'L'P'T'XD"H"L"P"LD@H J "PH@%J ɨ"X#\Jc,#` #dJ#$`J(\T@ |?c8'D'H'L'P'T'X/ltXJ#%hJ# @ LJ#%HJ#0@ KJ#4Jc4  @DJc8!%HJc8$% TJc<'%XJc%00 #pp PJ#@ PJ#d %%00'#ppPJ#`+JcD-%00/#pp % %\\#pp@%d5"dJchJ:,@5"h5bl5p@'"'#pp%J#0#\JchH5"dJc0"" ',@`#hJcl#`JD#\Jh#d@\PdJc@J@@` %``#hJcl#`JD#\Jh#d@\PdHH@` %`dJ#pH:'칠<J#t  #ppPJ#pH"'艠$J#t   '"'<#pp% #\JcxJ@J|J#JcH@J#JcDJ@^ #\JcJ@J0JcRJ#\JcDJ@H" 'J#Jc4  @ s`\J@H@'ܒJ#@ʃ%T 'ԬԐ"'ԀT%$$J# )%Tx$ɬ-%\\  %\$%L$pʰJ#@%dp$I3#pp#pp%d\"%\$d 7%dLJ#I:%<5"PJch /,@5"T5bX5\@v #ppL %J#0#\JchH5"PJc0 ,@V$#\`#hJ\#`J@#dL\<dJc@J@@` %`$#\`#hJ\#`J@#dL\<dHH@` %`Ԑ" 'Ԁ]" #\`JcJ@J`Jcg #\\JcJ@J\JcY\"%(L%0J#4Jc4  @ `\J@H@\`@&J %4#\40J@JXxJcH@hd@ +J#@Dhd@p%8lJc@Jl%Dhd@'Х2D4%\\ <J#D6%DDD8hd@J  d%Ph%@?%` h%Pd%@ %`@J#@@D J#`?JcD!%00##pp@DIJ#d )%00+#pp PJ#@JPDɰJ#dI2%004#ppPDJ#`I:JcD<%00>#pp % %\\x#ppDI"@Ȥ%d5"xJch<,@5"|5b5@'ȬȐ"'Ȁ#ppDI*%J#0#\DJ#h5"xJc0hȐ" 'Ȁ,@D#\`#hJ\#`J@#dP@\dJ@J#@@:` %`D#\`#hJ\#`J@#dP@\dDD@%pJc@ ]hd@ʮ  d%Ph%@?%` h%Pd%@ %`@J#@ @8J#` 5JcD7%009#pp@8ɼJ#d?%00!#pp PJ#@ʤP8IJ#d(%00*#ppP8 J#`0JcDH2%004#pp % %\\#pp88@H%d5"Jch <,@#5"5b5@'"'#pp8 %J#0#\DJ#h5"Jc0m" ',@8#\`#hJl#`J@#dP@\dJ@J#@@?` %`8#\`#hJl#`J@#dP@\dDD@*d8'%8IJ#tʨ #pp8+PH8'18IJ#tʴ  '"'#pp86%#\J#J@Jt" '#\hJcJ@Jht#\dJcJ@JdtP%0dh@;JI%4#\04JJ|JcH@)\`@J dh@"J#Jc4  @ `\hd@-h @-%%l%t%%X?c0'D'H'L'P'T'X/px\J#%lJ# @ J#%LJ#@ J#Jc  @ KDJc!%HJc$% TJcđ'%$XJcėH*%( $(@J#JcJJ@x` J#JcJJVJ##\J#JcJJJ#JcU5"HDHTX@ JcJ#J@J#JcJ J#ԝ-%#\J#JJtJc@MJ#JcJ`\@ /J#Jc  @DHTX@Z`@'\@'JH@A`\@ \%|`%t\@d%T`@_%H %d`%|\%t`@P%T\@K%H?%dHJ#ȁʴHJ#䯥I6Jc̳8%<<:#ppHJ#迧I>%<< #pp TJ#ȁ TJ#荡 %%<<'#ppTJ#䙢+Jc̝-%<</#pp % %``#ppH%h5"dJc쁭J:$4@ 5"h5bl5p@ m'"'#pp%J##\JcH5"dJc" '$4@ Bd#hJc#`J#\J#dH`ThJcJ@d %dd#hJc#`J#\J#dH`ThHH@d %dhJ#H:'칠<J#  #ppTJ#H"'艠$J#   '"'<#pp% #\K`JKK Jc@K JcJ #\K`JJK`J#JcJ" 'K Jc  @1`\JH@ 'ܒK @A%X 'ԬԐ"'ԀX%,,K )%X|,ɬ-%``  %`,%P,tʰJ#%ht,I3#pp#pp%h`"%`,h 7%hPK I:%D5"PJc쁯 /$4@ [5"T5bX5\@ 4 #ppP %J##\JcH5"PJc $4@ ,#\d#hK$#`J#dP`DhJcJ@d %d,#\d#hK$#`J#dP`DhHH@od %dԐ" 'Ԁ]" #\`K`(JK,`K`0% #\\K`(JK,\K`0\"%0L%<J#Jc  @A`\JH@ \`@&K8 %@|#\@<JJlJc@hd@ +h@'d@'̔ЖDJ#@ hd@ d%|h%td@%Th@%H?%dh%|d%th@%Td@%H %dHJ#ȁʰHJ#䧤I2Jc̫4%<<6#ppHJ#跦I:%<<<#pp TJ#ȁ TJ#腠 !%<<##ppTJ#䑡'Jc̕)%<<+#pp % %``#ppH%h5"Jc쁬J: (8@ 5"5b5@ 'ĬĐ"'Ā#pp%J##\DJ#5"JcGĐ" 'Ā (8@ d#hJc#`J#\J#dTH`hJJ#@d %dd#hJc#`J#\J#dTH`hDD@d %dhJ#H6'8J#  #ppTJ#H>' J#   '"'<#pp% #\K <JKK Jc@ AK JcJ #\K <JJK`wJ#JcJm" 'J#K`  @J#Dhd@ 3'K @%X '"'X%,,K %%X|,ɨ)%``  %`,%P,tʬJ#%ht,I/#pp#pp%h`"%`,h 3%hPK I6%D5"xJc쁮 / (8@ 5"|5b5@  #ppP<%J##\DJ#5"xJc  (8@ {,#\d#hK$#`J#dDP`hJJ#@d %d,#\d#hK$#`J#dDP`hDD@d %d" '] #\K (hJK@hK`0 #\K (dJK@dK`0~P%<J#Jc  @J#Dhd@ Gdh@H K8%@#\<@KDK,pJc@ \`@%dh@ 'K K`  @q`\hd@ l @ %%p%x%%\?c?c'DDKT@ DK"TD  K Ha@D` "a "aK La@D` ("a ("a!"a ("aK Pa@xD` "a 2"aK La@cD`!^"a 2"aK La@NxD` K Ha@?iD` "a ("aK La@*TD` ("a ("a!"a ("aK Pa@9D` "a 2"aK La@$D` !^"a 2"aK La@D` K Ha@?c?cx'D'H'L'P'T'X/(80D`D'D '% %JJ"#J#%$P X`cd !%K |ɤ%#`` #``K`| )KX%\ K \%\  #``K`|/%X2#``$x` X`ch 5%, X`ch8#``I%,,K `H>?% J# 7K d@.K h%4 J"c 4HLT@J"#K l@ _K l@ XK`hJ J"#K d@.e^ @.`' "'k#``K`|I$%4K \%4  ' "'쀐2L?-`@ KpJ %@%H- @ L-  4T@] `" '쀐  "@%H- @ L-  4T@A" 'P  ' "'䀐 D H?- @ >%L?- @ y%T 2`#ʬ `#J {`#ʰ o`#J cK \ʴ W`#J KK \ʸ ?`#J 3`?K`t  @P#`@7g`? @*%< #\H?- L-@ `?K\KxT@" '䀐J$J"#@+@+hK d@- %%%%(%8%0?c'D'H'L'P/`"#DL@SOqD  @SK`  @PoK`  @PaQLD`  @RK`  @PIK`  @P;+&D`  @RK`  @P#K`  @P `"c`"#HP@RqH  @RK`  @OK`  @OQLH`  @RuK`  @OK`  @O+&H`  @ROK`  @OK`  @O `"c%?c'D'H'L'P`#  DK`L @R DK`L @R `#Ā  HK`P @Q HK`P @Q?cx'D'H'L'P'T/tp %D' %"@'HH?*@ H?+@J L?*@ L?+@" %H?*H?+@"@ L?*L?+@"@  %" 'D"D`}%LT `#%P`#%X`#%T`#%\K %XK %\`#%P`#%T   %H@ %L@ %D`cH@ z%$$$%,%0L@ %(('%4%8H @ i%xx)%%L @ %||+%%,0%%48%%  Z^\?@~% % %%  %% %`%d %h%l`#\#`#d,4hP@  Pʬ  XJ  Tʰ  \J  @ % `@D`D' %"@'耐%,%0%4%8D A* H @ %xx3%%* L @ %||5%%,0%%48%%  D HF?@% %  %%  %% `#\<#`@#d,4hP@8  <PJ  <Xʸ  @TJ  @\ʼ   ` 𠀐  𠀐`P% *X%@𔿧H𐅠?<𐍡ɦ𔓢'%T  \  > T%H  ,\%H<𐡣H𔧤H0@𔯥H 𐵦H8%DDPʼ  DXJ D%H% J# %`@[`   J# %<@`@: <%@% %" '耐{%%%t%p%%?c'D'H'L'P'T'X/DK` D!P@`DH%(%,D+T@` NLP%0%4\ P@` VXT\@% %$ $K   FxD'X@` JH%8%<D1\@`TLV%@%DT 04\P@`(, B%%\ @D JX@`8'@|%D``cd"4 &Dɨ%``cd*, -D%h  @%h  @%X' "'#hh\@2TH407DH8'@%<#hh\@I<T>8 !H"'@%@<H&" @)" <"`@"`<Ȭ" @"  %Hh  %HH' "'O-`| `H`૤ɴ`#ЯH6-|#@-` ``书`#ؽ=-#@`#  -`| @{-|" `#Ā  -` @{-" " 'K##\L`#` #dH`KK#dj`" 'A HJ"#%%%L?c'D/`#D`cЅ`#`㈍H$' D%DL`ʨL %@{;`#Е`c+`H,'?c'D/`#ĀD`cأȰ`䧤I2`㌫3' D%DL`L %@z`#س`c䷦I:`;'?c'D'HDtH"?c'D'HDH"?c'DD`c"?c'D`#D`c` `Љ#'D`cH`ɨ`ЗH*'@z~'?c'D`#ĀD`c`䡣`إ1'D`cȴ`䯥I`س8'@zL'?c'D'H'L'P/D`cd;%H`cdI>%`# `# L"@ `#ɤ'@zL"`#Ā `#䑡P"@ `#䗢I'@yP"?c'D'H'LD #hh#hhH##ll#llL%#pp#pp@Ea#`a#\!a #`#a`#dD'#hh#hhH)#ll#llL+#pp#pp@H@/a%L5a&7PX P"XPba@C?c@''P"x'Pb|'''' '@9?c'D'H'L'PP"&Pb @L P✀  P"L` @B=L##P#bDHLP@c?c'D'H'L'PDa20Ha3`2L#a4`4P)a5 6+PbXBP"XPba@BP#\DLHPPb`P"X@B!P"P@#\DLH@PPblP"X@BP"XPba,@B[-PP"X@B?c'D'H'L'PP" WPb P L`8@AfLC @AyP"`@A L`?@AN @AhP"`@AL(a " @L`0a(F !L (#a`. L L`Ha #hh#hh@Aa  #\#` L`Va##hh#hha %#ll#ll@@ @AP"`@ACD@HL`r @@ @AP"`@A,LL` @@ @@P"`@AP@L` @@ @@P"`@ALL` @@ @@P"`@@ L`@@ @@P"`@@ L`@@ @@P"`@@!L (#a`(* H%L0'a(0N )L (+a`6 T L`a( #hh#hh@@Ua  #\#` L`a##hh#hha $%#ll#ll@@: @@TP"`@@ L`@@) @@CP"`@@o?c'D@DL"@ D   ?c L"a?cL"!Pb`P !La@?!@?P"a@@?cX'D'H'L'P'P"DH`DH@?'@?' @?'@?D@"H"L# % !& 7 &'@ *@ ''  YG "`#hh'Љ" ė'LС. L'L!б6TZ'La쁠 ܇'LБ&!L! J#LaP'%Lб6 X''LЁ>)L!( B'+La0'蕠)#hh#hh䙠+#ll#ll-#pp#pp@ . %&#hh'襠1;LaL!8\LaB'L0'葠' LL!( R''$#\'(#`',#d赠8#hh#hh习;#ll#llའ=#pp#pp@#La@܉" @F - $-L@ؙ* HN .`&7L@ԩ2 PV, * '@ "#hh'й: ܇'LaБ& D'LС.LR'!L!챠 Է'#LaH'%LЅ 'L(D')L!0' L!L'LaL'LL'艠##hh#hh䍠%#ll#ll'#pp#pp@, +`# $`#hh'虠+ 'L)L!8 V+La\'-L0'腠!/L1L!(L''$#\'(#`',#d詠2#hh#hh䭠5#ll#llౠ7#pp#pp@H9L!@ܽ`'/`'2` :`' '4'D@'4@ P"  * Pb@'ȑ* @9L@98'@9E* @90'Đ' #\'$#`#dP"#h' @'`@'L #\''4'8'@L`#\''4'8'@ P" 〢 *#\+ #` #d#hP"XPbP  @9'H@#\Lܮ@#`. #d.#hP"XPb`P  @99P"H@ #\Lܞ #`, #d,#hP"XPblP  @9)P"P"X@9%`@9@8@8}@8'@8'' ;` J * +@ '`#`#\ #d#hP"XPb   @9t'#hL#`H#\#dP"XPb`P  @9_P"`#hL#`H@#\#dP"XPblP  @9C%PP"X@9$@98@8?cH'DD PP☀ D'''' @''' 'H '"'$(FL`N'੠26 T!L!`\'H '쇠"'$(F#La`N'੠2챠6 T%L`\' $'LhJ'.쩠2)L!hX'+La*!La@7z!@7P"a@7 *` La!@7d!@7~P"a@7 #\#`쉠##d#h!La%#pp#pp'#tt#tt@7?!@7YP"a@7#\ `La!@7#!@7=P"a@7i!La@7!@7,P"a@7X!Lb @7!@7P"a@7G`@7'% '̀ '''Ѐ^$   K +@#aLb!@6Ԥ' - @M.`7တLb'@6Ը 'l  @ J +`!!Lb-@6Ԣ`'ԀBa Lb3@6!@6P"a@6'ؔ'Ԁ a Lb5@6v!@6P"a@6!Lb7@6e!@6P"a@6!LbA@6R!@6lP"a@6LbH!@6?!@6YP"a@6 #\#`쉠##d#h!Lb_%#pp#pp'#tt#tt@6!@64P"a@6``#\ Lb!@5!@6P"a@6D!Lb@5!@6P"a@63`@6 '% '̀ '''Ѐ\L `  J ̞#@ #pp̍?`  J #pp̍?@?LapLLxPR#pp /%Lb@5Ԧ'Ԁ H!Lb@5!@5P"a@5'ؐ 'Ԁ !Lb@5!@5P"a@5!Lb@5U!@5oP"a@5?c'D'HDH@*?c'D'HHDJ D+@?c'D'Hf"PLbD@5?c'D'H*D: 2`@: '*D `'+'D<`4<`',D'-'H ր ?c'DDL"`?c'D'HP"XD`P"XPb    @7 P"XPb    @7P" Pb DH@?cH'D'HD` P"Lb @48 [//'D@ 'P@4''P *H Lb@4|`''P@4'#''P,'PLb@4'P@4'PP"@4?c'D'H'La < DHL@ Lc #L"cL#* @4[L" L  f"PLc(@4*L"#LcD"@F#``*:7L#H@*HN#``+;7!a <, $`'L TW@-a<-%3Lc @VW*L#D@"@F#``*:a<*Lc 3@ LH*HN#``,`<`%a<,)L# 5`-a</a%<1L#& 5a<-L#!L##L"cLc*`L# @4L" L  f"PLc?@3L"#  @MDHL@ ?ch'D'H'LP" Pb P L D$BLc JL'L.H2 P#Lc XZ'' '/a@%'5aD&@'9L# 쀐 '耐  '䀣 `R.'4LcW@3U6'4LcZ@3N/'4Lc]@3G('4Lc`@3@!'4Lcc@39'4Lcf@3"? * ` ,H".'4Lco@36'4Lcr@3/'4Lcu@3('4Lcx@3!'4Lc{@2'4Lc~@2"? * a  (D('4Lc@20'4Lc@2)'4Lc@2 '4Lc@2'4Lc@2"? * b ,.'4Lc@26'4Lc@2/'4Lc@2('4Lc@2!'4Lc@2'4Lc@2X"? * c $k.'4Lc@2_6'4Lc@2X/'4Lc@2Q('4Lc@2J!'4Lc@2C'4Lc@2"? * `  ,'4Lc@1'4Lc@1쀢 "? * a8 А'4@1'4P"@2$ L"ca8a"8a#`@!a$ D#a`8c%L @ DHL@ j?cP"@?cP"Lcؔ @1P"Lc @1P"Lc @1P"@1P""L"c?c'Da < VP"X0P"XPba@2<P"#\P"XPb`PL a < @4fPb #\P"XPblPL a < @4SD L# L# @1QL"c L"a"<P"X  P"XPba,@1PbX  P⌀P"X@2,?c'DP" +Pb $a8L "M`@0"@1 P"b@18M a`" @Ma(F M a`. L"M`a #hh#hh@0a  #\#`"M`%a##hh#hha %#ll#ll@0"@0P"b@0"M`A@0"@0P"b@0"M`L@0"@0P"b@0M`a(* HMa (0N M`a6 T"M`Ra( #hh#hh@0Ia  #\#`"M``a##hh#hha $%#ll#ll@0."@0HP"b@0tLc "M`|@09"@02P"b@0^L"#"M`@0"@0P"b@0ID "M`@/"@0P"b@03?c L"c?cL"#?c L"c?c'D'H'LD #hh#hhH##ll#llL%#pp#pp@a#`,a#\!a $#`#a` #dD'#hh#hhH)#ll#llL+#pp#pp@H@/a%(L5a&7PX P"XPba,@0D9P" ;PbL!La`LHM a`(" Ma"(M D@(MD. M a"`(a#\a$#`a #dD@!#hh#hhL##ll#lla(%#pp#pp@U!M #a`(* H%M'a(0N )M +a`6 T"PMaa( #hh#hh@.a  #\#`"PMaa##hh#hha $%#ll#ll@."P@.P"bP@/?c'D'H'L'P'T'XM LPM`'L'PMLP M'L'PM TXM`'T'XMTX !M 'T'X#M`TXX\LP"`LP"@dLP"uM LP M TXBLPD'LPTX BLPTXHě'M LPP4ֳ'M`DHZ#``#``?#dd#dd!#hh#hh@8\"$#``#``'#dd#ddDH@%`"M DH#``#``/#dd#dd1#hh#hh@ d#@ ?c'D'H'L'P'T'XM TX M`TX'T'XMTX MTXL'T'XM!TXLPDHTX FM! DHL/MaTX LP"M!TXM!TXLPDHșDMa DHPDH?c'D'H'L'P'T'XM! DHMa 'D'HM(DH M('D'HM! LPMa 'L'PM(LP !M!('L'P#Ma TX%M 'T'X'M(TX )M!('T'XDH'&LPLP'.TXTX'DH'8LP LP' TX TX'(,J+Ma0 R`%6: X M!8d"@M8\"M!0`@"  %(F.2б̳d"M@<"(,ʥ Ƨd#48>DH ܏'(,2LPֵ з'< &TXʝ ğ'0DH R  썠$“\"#*LPLM!@"D애(ʛ\"@ M!H"D(ʛ\"@\'MaP" @"M! \@"  \'MaX"@"?ch'D'H'L'P'T'XP"X '#\'#`' #dDHLPTXEP" `3M!`" @F#hh*`27M`* HN#hh+ 3`7M`2 PV#hh, 4`7,)?# -1? @'NM!h" @F'Mah* HN'Mh2 PV' '쀐 '耐 '!?##?c''?)?#'-?@/?'777'$PbdP"X@,?ch'D'H'L'P'T'XP"X '#\'#`' #dDHLPTXP" `3M!p" @F#hh*`27Mp* HN#hh+ 3`7Mp2 PV#hh, 4`7,)?# -1? @'NM!x" @F'Max* HN'Mx2 PV' '쀐 '耐 '!?##?c''?)?#'-?@/?'777'$PbdP"X@,:\&`'@d"@?c'D'H'L'P'TP"1"P`/@*"@*P"b@*LT@ @*HP@#@*#P`@@*#P`A@*P"`@"P`M@*x"@*P"b@*'Ma *M! @*}+`!M!P"@*`'D"P`^@*E"@*_P"b@*''"'"'''"'"'"P`{@*$"@*>P"b@*j#\P"`@"P`@*"@* P"b@*L"P`@)"@*P"b@*;'M! +`!M!@),`'MP"@*# '"P`@)"@)P"b@* "P`@)"@)P"b@)"Pa@)"@)P"b@)"Pa@)"@)P"b@)+a%`<-a%8?c'D'H'L"В @,"Pa@)@,' @*' !Pa#@)V(  !Pa<@)G  !PaW@)8 !Par@).!@)HDa@)u!PaLH@)!@)6Da@)c' @*&' @*e!Pa@)!@)Da@)L?c'D'H'L'P'T'X"Pa@("@)Db@)1"PaHLPT@("@(Db@)DX\F"Pa@("@(Db@)?c'D'HP"DH@#Pb@(#@(P"c@(?c'D'H'LL# #L"cL#* @(L" L  f"PPb @(jL"##@PbD"@F#``*:L# 3PbH*HN#``, < #Lc 4` 'a$<?c'D'H'LP"SPb NP I@1L#'Pb7@(L'@(F'P"@(sL D@$BPJL'L.H2 PPbXZ''PbJ@('@('P"@(I#a$`@)a% D?cH'D'H'L'P'T'XHp@'Pb@'P""XPb`"Pd#PbX !J '@(_P"XPX @*f"PPb@' @'P"X P"\P\* +  PbX`  (%P$'P\,- +PbX`03P&bd5P\..9P"X @ $P"P\* +  PbX`  '%P\,,)P"X @'#\#` #d#h#l#p3Pb\.`.@7PX`P"X   d d@(P"bhLt@{'PX" P 荠BH'T@*䡠 LR'X4䵠V\'P\ P 荠BH'T@*䡠 LR'\4䵠V\'PX #Pb\&  Pb@&PbXPha!H@ PbXPh a!H@haah"atP"`a!pP#blP"XPb`  @'|P#P"X "@'K!P$"pP"XPb@'@#P$bt%Pt f"PPbP@& @&P" ?#777?c777̔'0'<PbpP"X@)777777̔'0'<PbpP"X@)P"\* *` PX 8a#,!P"\, ,`%PX 4-a%P"XPba,@'P"XPba@''#\' #`'$#d''' 'Pb`P"X@&7P&x;P'b|`胠"d䇠"@Dl@Y'Pc@&P"P"@&aP"bA P"K  a HPc#@&a H@&P"P"@&?a H&!@&3P"bP  f"PPc/aH@% @%P"  @&$ P"b?c'D'H*!H`!X'H DK  ''H@!;H'%`DM &`'!'!DJ@ /@ '`'!!+!?ca < CP"X&P"P"XPb`PL a < @&HPb P"XPblPL a < @&6a<*"Lc S@ !L# 4#Lc %a<,$+Lc @U4` 3a&`<5PX 7P⌀P"X@&?cP"Pb a 8P"PcP @%>P"PcX @%7a" 8?c8'D'H'L'P'T'XP" ?Pb 8L #\#`P#dD@###H%##Pcx#@$#@$P"c@$T\XPc#@$#@$P"c@$ P"bP"' '''@M'D'HH '"'$(FPpN'26 TP#p\'I 'X@' 'ܐ'''' "쑠& D#PcpL'0譠4R%PpZ'>䉠" @'PpH',ॠ0N)P#pV'#PcPh@$#@$,P"c@$XT\=#P@#lL:#d#h=#\#`쁠?;p腠!;x䉠#;%;##Pc'##)##@##@#P"c@$7P#h =2  .`@@ `*` 1  ΘΘΘpάqάrάsάtάuάΘάάάΘΘΘ?cP" Pb  Q` @#{ @#P"`@# P"?c'DDP"h?cH'DP" ;Pb 4D'D'Q( !  P"Q`0 @#'PQ`@@#)'P@#D'PP"@#qQ"`(?b'D'H'L'P'TTD"TH"T@ 7L#\ #`TLH !  @&!Q X#\ #`T LH !  @& 'QX#\ #`T`LH   @%''#\ #`T LH   @%'#\ #`TLH   @%TL' $T" (T"`,HL@#wH @%P  'Q``LDP@" 'Q`LD@"'''  @ T"` T !f"PQ`D@" @"yf"PQ`D@"x @"o T ? ' +'lH@#T  't#\DHLQ  !@ -@ '  T"( ' @%^'#\ #`T(TH   @%J'#\ #`T$TH   @%< '+'lH@#XT  'x#\DHLQ$ @ @'  '|#\T $T`HDQ? @  f"PQaZD@!T@" , ?c'D/DQa !%@YEK"#@Y"K"#?c'D'H'L/D`cP!%H`c\`TH%`#P  `#P%`#T `#T%`#X  `#X%`#\ `#\% J"b`lH`cT1%`#Tʴ `#T%`#\J `#\%`l?c'D'H'LD`cP"H`cT"L`cl"?c'D'H'L'P'T'X/D @f%  ?%   _{7R H?7R H _ @ *7`HS %7R H @  -7`HR H"H y H' "'C-7`HR  4<L?-`"@ P?-` "@ ' "' T?- -7 FR "@ X?- -7 HR "@ " '`" '(Q"#DQ#0@#KQ#D @#9 Q# @#3@#@Q# @#GQ"#,Q#@#2@#3Q# @#:%%%%%?c'D'H'L/ D @e%?%  _7R H?/7R H* 7HR@ H#7R H *7 HR L#(R" R @"R D @"R  @"@"R Ē @"R" R @"@"R Ē @"?cP'D'H'L'P'T'X/( L'P'L'P' 'T'X'T'X' 'h`dR`I"R % dR`(R%L'А %В"@'Ѐ* \ @ P'Ȭ Ȑ"'Ȁa-?\   `'"'-`'"'@pؔ" H  @d " '" '@Q@" + D#``-!R!01#dd # Ȑ" 'Ȁ %А" 'Ѐ%%% %%%?c'D'H'L'P'T'X/H P'T'P'T' 'L'T*`'L'T*`' 'P'Ԩ Ԁ 2 @: T*`'Ъ Ѐ@`: 2`@: \ @" *D  @" *D  # '̐ '̀ '''' ' '''X?-@ *'@xؔ" H  X?-@ *'`@eؔ" H  X?-@ *'`@Rؔ" H  X?-@ *'`@?ؔ" H  `Ѐ@^ ԀFP' 2 @: T*`' @`: 2`@: \ @" *D  @" *D  # ' ' '''' ' 'x'xx'||@ؔ" H X-@  D`@ؔ" H X-@  4`@ؔ" H X-@  $`@ؔ" H X-@  `@j R%%%%% ?c8'D'H'L'P'T'X/` P'T'P'T' 'L'T*`'L'T*`' 'P'Ц А"'ЀT*`'̪ ̀@`: 2`@: \ @" *D  @" *D  2# 'Ȑ 'Ȁ '''' 1' ''': 2`@: - %* * * X?-@ '@ؔ" H  0X?-@ '`@ؔ" H  X?-@ '`@ؔ" H   X?-@ '`@sؔ" H  `̀@OА" 'Ѐ;%%%%%% ?c0'D'H/x"" "b "b "b "bА "b "b "c "c "c  "c0 "c@ "cP "c` "cp "c "c""""""""""Ԑ "b "b "c "c "c$ "c4 "cD "cT "cd "ct "c "c"""" "b "bȐ "bؐ "b "b "c "c "c( "c8 "cH "cX "ch "cx "c "c"""""""""""" "b "c  "c "c, "c< "cL "c\ "cl "c| "c "c ' ' 'R!''R!'''''@6R!@`RaR! @V@R R! :' ''@ R!@. RaR!X @$RaR!X @RaR!X @ @ 4H6R!\ɸ%-cR`;Rd=>" -c -c " -c -c " H` -c-  #@ " ' ''@ D?--# +`!""@ D?--# +`!""@ D?--# +`!""@ D?--# +`!""@ ,R!h ;' ''@C -c" H` -c-  #@ " %?c'DD"D @" D @" D D" 0D D" @D D" PD D" `D D" pD D" D T" D T" D U" D U" D U" D U" D U" D U"!D" D" D" $D" 4D" DD " TD " dD " tD " D " D " D " D " D Q" D Q" D U" D U"!D" D" D " (D " 8D D" HD D" XD D" hD D" xD D" D D" D E" D E" D U" D U" D U" D U" D U"!D" D" D" ,D" <D" LD" \D " lD " |D " D " D " D " D " D " D " D " D U"! ?c'D'H'LDaax"Haa|"Laa"?c'D'H'L/D`cP!%H`c\`TH%`#P  `#P%`#T `#T%`#X  `#X%`#\ `#\%`lWH`cT1%`#Tʴ `#T%`#\J `#\%`lx?c?aН'D'H'L'PH????DRa@"? * b `$HT'D!@'dda'dJ 'dK@ &'dL@d 'd'd-@Dd'DO`/" 'J@/''@Z'@T'\\# 'dd'dL  d$'d\% '\d'dM &  'X\"`'\'d* 'X'd *///'` /3''O3@0' J Raݔ @a*`''@J  +`'Raߔ @A  'T*@'* ''@K@ ,`'Ra @'T*`''@J  +`'oRa @% 'P*@'* '+@''@L ,'CRa @'P*`'*''@bK  + 'J  '`*" `'`L`"  ' "/3 /3'O3@I''`+`#O' !@P'Lf"PRa@'Rbf"P@??'LO <T'" !@+'Hf"PRb@'RbCf"P@?'& !@'Hf"PRbT@'Rbxf"P@??'HO <P'" !@'Df"PRb@'Rbf"P@?'& !@'Df"PRb@o'Rbf"P@h??'D@'@@  f"PRb@T?@TLL@H H@D D@X @c'@g'<@ D  @7D@D@1''@?c'DD Rc@ @D"`D DRcTf"PRp@ @D`Rc @D" D DRcf"PR@ @D`Rc֔ @D"D DRcf"PS @z @qD`S`( @D"D DS`Cf"PS_@_ @VD`S`z @D"D DS`f"PS@D @;D`S`Δ @|D"D DS`f"PS@) @ ?cp'D'H'L'P'T'X'#h'#`' #d'#lX#\\#pHLT   @L': f"PSa DP@ @X ,f"PSa8DP@ @f"PSaOD@ @f"PSa`D@ @  ƀ ?c'D/KDO@ O@OK@  O@ `O@ /@`?c'D'HHH@'''@'Sa@D@''D@' 'J 'K@ &`'','''' @ g ?'&' @u g ?h?e' @c g ?V S :^'3'@='Sa@;'D@7'@.''@ 'J ` 'K`&'','쀐'Saf"P@'Saf"P@?c('D'H'L#@' f"PSaD@ D @5HH@U"af"PSaD@@ tH"!L :#\#` #d#h#l#pa* +  a `   d d@7$!f"PSb D@f@ <!a@L"!'`@!a@ $!! Sb/@f@f"PSb0D@/@M ?cp'D'HD!@b'#h'#`' #d'#p'#l #\D!`,,D!`D!Dc  @ @>'F'G Af"PSbUD@D!@)Da@ f"PSbD@D@D@ f"PSbD@D!@Da@ m  耐0#SbH@c@f"PSbDH@D!@Da@ ?DSc!H@ D!Sc!H@x!@#`a#\D+  +` D @ DD#   @vDa@D@g ?c`'D'HDD@'D f"PSc$@. DScN @g'܀ f"PScaS@ D@Z'#h'#`' #d'#p'#l #\D, ,`D Dܖ  @ @:'='> 8f"PSc@D@'D@ f"PSc@D@D@ f"PSc@D@D@  À H !T`8@i耐\#T`9H@c@'䀐 D@D@ n'䀢  * ' '#@@'  '`' 3a. '`'a*  D@D@\ $!@_#`!#\D`* * D @ Dܖ   @GD@kD@: ?c`'D'HDD@'D f"PT`?@?DT`a @:'܀ f"PT`tT@?'#h'#`' #d'#p'#l #\D, ,`D Dܖ  @ @'+', &f"PT`@?cf"PT`@?Zf"PT`@?P Հ 耐>#Ta+H@c@'䀐 1#@@''K` '"!@$@)!,!@' ?c'DD!Ta1 @D"c D f"PTaBTkD@3 SD!Ta| @kD"cD f"PTaTD@ 9D!Taǔ @QD"cD f"PTaTD@ D!Tb  @7D"cD f"PTbTHD@  ?cp'D'#h'#`' #d'#p'#l #\DD!Dc  @ @'5 f"PTb[D@ 8 )f"PTbD@ (f"PTbD@ f"PTbD@  ˀ D! @D! ?c'D'HD! H!@D*" D! @#`Da #\DD!Dc   @{D@p ?c'D'HD!H  D#H  DU   H ?c'D'HH@D`'DH" D * @*D"` Tc@D D`*`@DD" Tc*@'D   D ,$@ '?c'D @' TcD@u" "@"D?c'D'H'LH D@  D'HD`H @D   D*'H  H 'D_H`DD@HD%D H.L&@H?c'D'HDH H   D H+@?c'DD?c'D'H'D'' D' H  H@''D   D@*'D@$@'?c'D'H'L'D'' D' HL@@''?c'D @ ' TcY@m"D "D# ?c'D'HcDH@@?c'D'H'L' @ ' Tcn@3H@ "@L"D #D @''D @'@ ~@ {D @?c'D'HH'D@  D#c'D @'` ?c'D'H'LH H` D@?#\?c'D 3"cD##D@ `@T#?c'D'H'LH H` D`?#*?c'D "cD##D@ `@"#?c'D'H'LH H`& `D@@##D@@ !##$cD@ ')%#?c'D'HH"`"D#cD a@D@ !##$c#?c'D'H'LH H``D`c@"?c'D'H'LH"`L"##D`!$#D@ b@#?c'D @ J' Tc@" "` "D #`D$ ?c'D'HD " D`DH@K'  ?c'D'HD " D`DH@*?c'D'HD`D H@'  ?c'D'H'LH H` D?#?c'DD" D@ D Y ##D`!$#D` a@D'$?c'DD DD)?c'D'HD DDH?c'D'H'LH H`  `D@@"?c'D'H'D D 'H# #cD#$cD cT@k''D@ *@'?c'D'H'L'D{'' D' HL@@''?c'D'Hf"PTcDH@ f"PTc@ f"PTc@ f"PTc@ f"PU`@ f"PU`%@ ?cH'D'HH /@ '`'D DJ D@ ' :@ U'P@ L<  9'@ 'U``@ '@ '@''H@ ' @ '@  *'@ r' @ t'@  @ f@ w :@11''' h'@ <''P@ }T<  ='U`b@ ,'@ #'@''H@ "' @ $  '@ SZ*'@ ' @   '@ 9@' @   @ '. 'U d@ 'U`i''@ 'U`m@ 'H@ ' @ '@  ?c'D'H'L'P'T'XHHT@LLX@HL'HHT@BLLX@= DU`xP@3 DP@,@ u?c'D'H'L'P'T'XD'@''f"<@ f"PU`U@ 5''L@ f"P@ U fbP@  )g U @ q @ @?c'D'H'L'P'T'XD'@''f"<@ Nf"PU`U@''L@ f"P@ 4U fbP@ _ )g U @ "g"  @?c'D'H'L'P'T'XD'@''' U`U@''' @' 'L @ ' U`@' @' @'"1g g dbl g*d! U`@d U`g@[g#`U ' fbP@SU ?' U`*` @< U * @ "@ 8' @'쀐1U  U`*` @6U + #@#U`,`'Ш $+U`-U%U   2@</U%1U  5U&?c'Df"<@ IU  D f"PU`@U U EU U` 'D* @ fbP@N*`  , %@Uaf"P@,+`@-1 %  2@'5U@7U&?;U'`U" g"`?c'D'H'L'P'TD`"L 2"PU`#T!U #H%$@?c'D'H'L'L DHJ*H`'HD'D '$`'` D$'DL D`'D-@ ?c'D'H'LH@KL@LH@A'' DHK+@H`'HD'D'L D -D 'D`' ?c'D'H'L'P/WHP HP'' DLK+@L`'LD'D'H DOW-D 'D`' ?cU!02! !@0 a`z a /@ ``z A`Z ! /@ ``Z 0`9 !! /@``9 )-! -U%0?c'DU!4'DU"a4?c'D'H'L'PD'DH 'P '''''̐"@q'  ''PL" P +`+ P ,`,  P , `-- P& P&`{P P  P @kP"@ @7P"@P  P # P'耤@耢     '䀐  DD 쀢 L DL@oP P&  @ aP'P @@  zP+ "P`!@P%@$`PP@P%@P ]PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .耢 L L@oP P&  @ aP'P @@  P+ "P`!@P%@$`PP@{P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' . }L`L܀L  L`///À`+  * :`Oǔ *:/ǀ`?  *; OÚ@ +`;`/耣b耢  S   '䀐  `* L` `+`?<L3`\0耢  (耢      '䀐   +  ? " '"`' " '܀ OÀ P P&  @ aP'P @@  P+ "P`!@P%@$`PP@_P%@P P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P'䀐N . .䀐  J  K@4Oǀ0耤@+䀐M  䀐 NJ@L@ ܔ"" @D / ܔ""" @8P`P& ` aP'P @@  P+ "P`!@P%@$`PP@P%@P P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P'ܔ""Oˀ  ܖ@'OǀuP P&  @ aP'P @@  P+ "P`!@P%@$`PP@$P%@P P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P'ܔܔ""ܐ @v"'P P&  @ aP'P @@  +P+ "P`!@P%@$`PP@P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' ./耢  PP& " aP'P @@  P+ "P`!@P%@$`PP@8P%@P PĀ0Ē&P@  Ġ#@P@'Ѐ Į%@P'܀ Ė"@ P ' Ħ$@P''P P&  @ aP'P @@  LP+ "P`!@P%@$`PP@P%@P /PĀ0Ē&P@  Ġ#@P@'Ѐ Į%@P'܀ Ė"@ P ' Ħ$@P'M ^  .J`^''P P&  @ aP'P @@  P+ "P`!@P%@$`PP@RP%@P PĀ0Ē&P@  Ġ#@P@'Ѐ Į%@P'܀ Ė"@ P ' Ħ$@P' .  @I` L  .耢  `耢  X   '䀐  L`.`\+耢  <耢  4   '䀐  7   - ` .`]  쀦Oˀ `- J@] `-3"D K [($`D M?`[M^N`]'L@'ĀJ@--J ](耢     '䀐  'L@'ĀlL]`[ZL :U耢     '䀐   耤@ s耢  k   '䀐  `: `] 耤@ '@,  '@-@`:M]'@Ub@  /'@Ub@w  /'@Ub@j  /'@Ub@]  /'@Uc@P  /'@Uc@C  /'@Uc @6  /'@Uc@)  /'@Uc@  /'@Uc@  /'@Uc%@  /'@Uc+@  /'@Uc2@]'@Uc8@U'@Uc>@M'@UcD@E'@UcJ@='@UcP@5'@UcW@-'@Uc]@%'@Ucc@'@Uci@'@Uco@ '@Ucu@  ?耢   7   '䀐  耤@  "'O ` cJ O   #ccLO  ` O  3ccN zO ` cJ kO   #ccL\O   -cM@MO ` c#N`>O   ccK /O ` 'cL  O  1c#M`O cJ@ @ 3` ` ,  .'; /  '  "'  .   ./ /ˑ7` ` *  .$`%  . L1J L5@2 xL( pL @ z gL L y Z耣  耢      ' L  P"̘ '@*`*` * @@N'   *'* +  Pؤ$@#@ ,- @Ѐ PА&  %* *  P&#` ,,%`̀~* *` P& "P P&  @ aP'P @@   UP+ "P`!@P%@$`PP@P%@P  8PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' ...`''''' ]L   L@  ЀuP P&  @ aP'P @@   P+ "P`!@P%@$`PP@FP%@P  PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .&Д""А @ h L   W" '*` *@  P@ ',`,@ --`P@" '+  +`   P'-`-@ ''Ȁ* *` P@ 'Ȕ" *P P&  @ aP'P @@   P+ "P`!@P%@$`PP@qP%@P  P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P' ..Ȕ" .L$L @L$P`P&`aP'P @@   hP+ "P`!@P%@$`PP@P%@P  KPȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P'ؔ""ؐ @ >'Ѐ Д&"А @ 'PP@& aP'P @@  P+ "P`!@P%@$`PP@lP%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P'''LL"L5@ " D@  耢 u?'Ȑ?'" '耢  L 4 a耢 K耢  T   '䀐  `3#ccO@-Ȁ'ȓ*` *@ @"0'耣@耢  "   '䀐  `,Y耢 K耢     '䀐  `3#ccO@-Ā'ē*` *@ @"0'耣@耢     '䀐  Ā%''Ȁ -@Ā L q L `\ 耢     '䀐  `} L D q܀ L  fL`'-Ā vP P&  @ aP'P @@  DP+ "P`!@P%@$`PP@P%@P 'P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P'ܔ""ܐ @Ā   *` *@ ` 'P P&  aP'P @@  P+ "P`!@P%@$`PP@DP%@P P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P'Ā  .`ܔ""ܐ Ș@ ܔ Ș@Ā ܔ""Ė" @Wܔ&Ė" ܘ@''''耢  '   '䀐  L%@D  J\u'P P&  @ aP'P @@  P+ "P`!@P%@$`PP@tP%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .'P P&  @ aP'P @@  P+ "P`!@P%@$`PP@P%@P fPȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .P P&  @ aP'P @@  P+ "P`!@P%@$`PP@P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .*P P&  @ aP'P @@  P+ "P`!@P%@$`PP@,P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .P P&  @ aP'P @@  <P+ "P`!@P%@$`PP@P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .PP P&  @ aP'P @@  P+ "P`!@P%@$`PP@RP%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .P P&  @ aP'P @@  bP+ "P`!@P%@$`PP@P%@P EPȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .vP P&  @ aP'P @@  P+ "P`!@P%@$`PP@xP%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' . L5@'`0  ̀  `'" " " @'P P&  @ aP'P @@  fP+ "P`!@P%@$`PP@P%@P IPȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' ..xLv䀐J@   d" ' U%,2  +`@ @ `*`       \l4otTttttt    0 tPhTtTy@9UuL;@tuR `J EN@*@J`^;LJ \K`+-L `?( L+!M`?LL1 N@{|J`\wJ{r'P P&  @ aP'P @@  *P+ "P`!@P%@$`PP@P%@P  PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' ..&'P P&  @ aP'P @@  P+ "P`!@P%@$`PP@>P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P'.``.@" r&2 *`@ `*`    x   k\5Mkk84QX8Rk4 M<!MTI4$VqkK rk|dЀ  Д& "А @  @pPP@&$  ?c'D'H'LHD*HL `* HL; *?c'D'H'L'PHD*HL `* HL; *HP `* HP; *?c'D'H'L'PPP  H@' '`@/DHL?c'D'H'L'P'TTT  H@' '`@/DHLP?c'D'H'LH" 'D  J\  /J`( L O K@|L# O  * : ?c'D'H'LD'J`\  /D H@ D 'L  J)*O   K )L% @ L |O M |  * : ?c'H " ' * +  @ H  $' ?c'D'H'L'P'TD'H  O ' 'D #@ P'@  5'@+L  `LJ   `3TL  LM@   . @@`,@ ' ?cp'D'D  D'D ''ܔ   //Ӑ  ``@'쀐? '' !@D *D `++`؀@؀DOה 2 + + *  /$','D `*    /@  , $`'ئ'=`5=-%@ ->`6>` /@ "' +`'!  /@' -`%'ذ '>6>.& *:2 : @  /@$`'i')!L` /@ 'S'a7N  /@ '='!  /@  'D` @/`  D 5  1# `'  #`+@'ؤ'ب'   `ش' `'  #`+@'ؤ'ب'%-@؀" ' `'  #`+@'ؤ'@H 2"` *@ `U!|@ * *   ? ``@'*@q'쀐 +', $'?D  -OӀ `'  #`+@'ؤ'/aئ' `'  #`+@'ؤ' ؐ" 'ؒ /pBؔ'=ؖ'8@*,ؘ 'ؚ#  @ * *a ,|D88 $/'DOע 4 ,-`@+ ?c'D'H'L'P'TLD  *` `*` * HL#@HP$ HT$ D *``* H"HH#` # ?c'D'H'L'P'T'XT#\X#`L#dD  HLP@?c'D'H'L'P'T'XD  D  LT 'X\ 'XX@ ??X# '\ X$'\D`D` \ X? '\D 2  D??X D 2 ~\S \'XL X\ L LX#\$XLPL%HX\@  O@ \#'\\ @O@\% '\\%@X'X)LXL@  XL" PK HXL,`= O  O@ 2\ X D `4?:`#\d#`DHLPTX@J'X&?\\ \" '\X`'X\ '\X"`'X.??c'D'H'L'P'TT#\L#`D  HLP@?c'D'H'L'P'T'XD'D ܖ  D 'D `'Ȑ!'Đ!'''  ``@$'̀?k ''D ȑ*   ? ``@ 'ȑ*   ? ``@'ȑ*   ? ``@'ȑ*   ? ``@'ȑ*   ? ``@'ȑ*   ? ``@'ȑ*   ? ``@'ȑ*   ? ``@'ȑ*   ? ``@'"         ``@? X LT@ X    ``@|?  'Ȁ@ 0* *?#@ " , $,%@-`.. *` ** @ ++@ ,` - ,'T HH'PL'T'H'LHL 'PT@'`L@ H` 'P' 'P`@ L" 'LXL HX '' PX L" ''܀耢 Ԁ_쀢   L H  HL    /O   O '쀣@" '' 'Ȁ * *@ " , ,@$' "/'H@  ' 'Ȁ* *@ " , ,@$'\,D`6&D 2`3Ȓ ` Ȕ\"\* @\#`\* @\$ \`\? }D  `- `. `-`5D6  .Ȓ \ %Ȓ \"\\*`@\#`\\*`@\$`\\ ? B\\ X"@\쀣@H$P$L# '\Ȁ\x*   +  ?\`,\`-?%$XL*` H@ HL,@ -H&@ / @P& L \ +#@L,HHL. *` H#  , P#L\`-%`'}'\\`*\`, ?#" '  ``@1쀥HPL%X&&' m |  'ܔ'؀ - 耢  P''ܘ 'ܚ# K@ '$  @L y%`') 耢  eP''ܘ 'ܚ# K@ '$ L@ P$''@ *  *  + @+` ,,@`' *耢  P''D `@؀  LM@ D ؀ @NJ@ '@ *  *  + @+` ,,@`''  ?`  / 耢  P''؀   @LL  @-  .7    O   /  ܦ'O {'@ *  *  + @+` ,,@`'' X'.`2 `'@  * @ * , +@  , -@6 *` ? ,  -%@@." * @  +@  @, -`- 'Āa'ܐ ' @* @+ @4 -`?.@ +`#  @,% -@. .@ !'Ē!'$ "`/*` 3 `# /!'Ē!'' +  4 ` ;ܪ @6/ܒ '' / `'  #`+@''O '`'%` " * 1c  ƀƀƀƀx'   `  *` 3 `5 *` + *  ' ` "* *@ " , -  . .&'' `'  #`+@''Ĕ"  +  Ԣ#@ 5Ȓ"` * @`U!|@DЀ@ Б* *   ? ``@1'Е*@'̀ Й+ '?i'(ԓ* *@ " Ԡ 'ԥ,`- $԰ 'Ե.`/ @&Ԗ' 'ԟ+`$Ԥ'ԩ,%@Ԯ'Գ. &Ԓ`'ԗ*# Ԟ'Sܠ 'L 'ܔ'*   +  ?8,`L-HHL *@   L,HHL.@  +  耦*`  P+`@耢 P''# '&@&'؀ @ )  @ @'LHP䀦@T D 2`zJ  D `ll  D 2`] PK@L@  D EELHP䀢 T 11 (( `'  #`+@'ܤ'Ĕ"  +  Ԣ#@ 5Ȓ"` * @`U!|@xЀ@ Б* *   ? ``@e'Е*@F'̀ Й+ '?'(ԓ* *@ " Ԡ 'ԥ,`- $԰ 'Ե.`/ @&Ԗ' 'ԟ+`$Ԥ'ԩ,%@Ԯ'Գ. &Ԓ`'ԗ*# Ԛ`' `'  #`+@'ܤ''  @'@   'Āa 'Ĕ"  +  Ԣ#@ 5Ȓ"` * @`U!|@Ѐ@ Б* *   ? ``@'Е*@'̀ Й+ '?'(ԓ* *@ " Ԡ 'ԥ,`- $԰ 'Ե.`/ @&Ԗ' 'ԟ+`$Ԥ'ԩ,%@Ԯ'Գ. &Ԓ`'ԗ*# Ԟ' `'  #`+@'ܤ'ܐ  ` ܒ *?b D  Y` U    `  '    `ܒ *?8  `. `  ' *`   + 6`    'ܒ *?ܔ"' ܒ *?NԐ" 'ԓ*  '|| |'Ԟ#'ԡ+@'Ԧ$'ԩ,@'Ԯ%'Ա-@'' %* Ԗ"'ԙ*@ " , Ԧ$'ԩ,@$-Դ&'Է.&@"`' `'  #`+@'ܤ'ܨ'Ĕ"  +  Ԣ#@ 5Ȓ"` * @`U!|@)Ѐ@ Б* *   ? ``@'Е*@'̀ Й+ '?N'(ԓ* *@ " Ԡ 'ԥ,`- $԰ 'Ե.`/ @&Ԗ' 'ԟ+`$Ԥ'ԩ,%@Ԯ'Գ. &Զ'ԑ/ "@Ԕ']Ĕ"  +  Ԣ#@ 5Ȓ"` * @`U!|@Ѐ@ Б* *   ? ``@'Е*@i'̀ Й+ '?'(ԓ* *@ " Ԡ 'ԥ,`- $԰ 'Ե.`/ @&Ԗ' 'ԟ+`$Ԥ'ԩ,%@Ԯ'Գ. &Զ'ԑ/ "@Ԕ'  `'  #`+@'" 'ܒ`' *; *ܞ' * *`}  `'  #`+@'" ' `* ; *ܞ'[ `'  #`+@'ܤ'' `'  #`+@'ܤ' *; */LHP䀤@PTLG%`􀥀PNP&&J?JN   @PLP$䀤MM/L   LHP䀧PTL@ G" PKP$$`@M?M-L@  @PNP"`䀢 JKaJ   ws@PLP%䀥@N?N@5M@2LHP䀢@$T  " PKP$$`@M?M-L@''LHP䀦GTC'  PJ P#`# L?L%K%PMP&`䀦NO!N`  耢 P'' PKP$䀤@M?M@-L@'@ *  *  + @+` ,,@`''耢 wP'' PKP$䀤@M?M@-L@S'@ *  *  + @+` ,,@`''0@,ܮ'ܰ% * 9c DDĔ@(dϴHXtPۈ|(lߴ,ԀԐ" 'ԓ*  ' 'Ԟ#'ԡ+@'Ԧ$'ԩ,@'Ԯ%'Ա-@''Ā %* Ԗ"'ԙ*@ " , Ԧ$'ԩ,@$-Դ&'Է.&@"`'܀ ܀J/2 /ܔ`' `'  #`+@'''O  O @y" * :b H @ ' ,  ``@??c'D'H'LD`'H  ' `'  #`+@''_"  ;@"`L@w n ' "`' `'  #`+@''$ @ " ' ? `'  #`+@'@L@3 *'`D% 'HL@^   逢 rg ?c'D'H'LD'H 2' ' `'  #`+@''''HL@   @  ?c'D'H'LD' ''HL/*L 3` , LO ,-`@,O  `'  #`+@''@' {s' `'  #`+@''" ' `'  #`+@''' H@ @-L6` :2' 2 '' @ * <a ltDllllx|llllD" ?c'D'H'PDH  PJ @` PK   & ?c'D'H'LL *``* L + *L  +DHU4L',)U!8?c'DD"U#{A >b ! @M"b U#+ #"!@<#b⨀U#!" `,D@,DU4ԛ',+Ua8?c'DD@'"D    ?c'D'H'LL b@b'D"D"`D"L1!@D"`D  \'!`!c#K`@D-'D%L  ?'a'D *D `++`DL  `, -`@,`H@ڊHD' '?c`'D'H'L'P'TH@l'D 2` L   /ː'0D @ " T`  + ,`@/T  -  `-/ . ``.`/OˀL'L* @%'L* @ '   F'0Oˀ ' H̖ 'Oˀ ('L ē* Pę*@ " ģ, Pī- $İ '@@  ?c'D'H'L'PDD`@ D*U!8 '!U#'@ٯ 'PP P"L@P" L* L@ٗ?c'DD D@{D"D# D#`DD`@lD$D - ,DD @]D&`?c'DDJ` D'DDJ  ?c'DDJ`  DJ DK` D'DDL  ?c'D/KD@Z' 'J /JOK@ '?!KOK@ L'LOK-'?c'D'H'L'PU#܀H U"HU#cD$ %U$'Ù)U#̀  +Uc̀`-Ù  Uc U"c̐ -Ù  V`ϻ -zU#؀UcJ` 2U# H U"UU##Ucԟ+`!U#$#Uc`D$ +U%c̐ P-UV`C@@@z  V`Ez -9U#Uc@6U"#DHLPn)Uc@V`i@!U#А U"cUԔ"U"U#Uc@U##DHLPEUc@K -'P U#J` * +  LK@ !U#L`'U - -`L@lU#А U"cUԔ"U"+  +` L  %U$J,- L@ 3U&c:..L`  U"** +  L@   %U$,- L@ 3U&c  V`lέ -l* *` LJc'hU#U#!U#Р #U$c%UԤ$'U$U#Uc@JDHLP?U#ؐ U"c'P ,* *` LJU#K@ * *` L   V`U -U#J`' V`C -?c'D'HU# $DUЀ DU"@D`#UО!U$##UcԢ$`%U$H $  ?cU#䀐U# U"c ?cU#̀  V` \U#  S;U#V @֌U#А U"cUԔ"U"U#'UО!U$##UcԢ$`%U$'U$*)U#M@-U#'UДU"U#Ԙ# U#cU# V`͔ U"c̐ UV!*@@ U#А U"cUԔ"U"U#'UО!U$##UcԢ$`%U$Ԧ )U%#+Uc@M-U#'UДU"U#Ԙ# U#cԞ !U$#U"#̐ Uc@V!-@U#А U"cUԔ"U"U#'UО!U$##UcԢ$`%U$'U$U#'UДU"U#Ԙ# U#cU#!U#V!0@վ U#А U"cUԔ"U"U#'UО!U$##UcԢ$`%U$Ԧ )U%#[U#'UДU"U#Ԙ# U#cԞ !U$#G#Uc@''UЦ)U%#+UcԪ%`-U%Ԯ 1U&#33Uc@'7Uж9U'#;UcԺ'`U"#Ԓ U" Va3̣U#̐"  * Bct  d    ܐ ?c'  VaQz @؟' @ؘ?c'Dk'  VauU DV@D"@  Va@ ?c'D>'  Va( DV@D"@  Va ?cU#Ԁ  Vb U#ԓ* "`U 'Ucԟ+`##Uc$@%UԤ$'U$?c'DU#Ԁ  VbB .U#ԓ* "`U 'Ucԟ+`##Uc$@%UԤ$'U$DVh@VD%@  Vbj˩ ?c'DU#Ԁ  Vb˒ .U#ԓ* "`U 'Ucԟ+`##Uc$@%UԤ$'U$DV@D%@  Vbi ?c'D'H'LDDf(@ Df"<  D@B Vb?H  Vc6 iHVc9@LVc;@f"('DQHVc=@LVc?@f"<'D<LVcA@ӽH@7LVcC@ӯH@nHL@'DD  VcEH   VcfHL D?cX'DD  Vcʼ 4'@D@  VcDʬ $<  DVc@Ӷ'@ӑ    VcDʊ ?cX'DD  W` w <'@D@Ӓg  - W`6D_ $<  DW`[@i'@D    W`]D= ?c'D'H'LH''HD@J J`/'' LD@`L@H**?b'D'H'LDDJ@ LH@IHHJ@ LD@ҹ:HJ`/LH@Ү/'D@Ҩ'@H@ҟ'@қ''@Җ'@ 'HJ* H 'H`''+'L@?b'D//`''\'XD'TTJ  \*'P'@h 'XTJ/\* 'X \TJ@*\'\'XTK  \*'P'@D 'X#TJ/ 'XTJ@. 'X'P'@*'PW`@%TJ/`''\'XTJ  \*'P'@ 'X%TJ/ 'XTJ@. 'X'P'@'PW`@ ./`TJ@/a''\'XMTK  'XTJ@/''\'X'P'@'PW`@ ./` ./aTJ/b''\'X%'P@S'PD@ѷ*f"PW`X@ф @{X * Fb      HT`'T&f"PW`@f @]?c'DDJ DJ D 'DDK/D /*D*?c'DDJ D'DDJ /D*??cp'D'L'PDP@`J @  '` "cN@  aᄀ  )@''a#a '!a$!' ^ #aa`%a$'`L@  2@O@ ` .@`'耢  *@z *  \O@ {'Y .@`fa '` .@` "'耣@  *@R $@L`L M`MN.>.+O@ O@` O@  .@``L@  2@h .@`''؀ .@ب ''@`M@^ 'O@ ` 'и   1@? Ѐ'А` L  2@/ . '؀  .@ ؞' -d܀`@`J `] WJ N`@*`:`.`za  \ `  ` \O@ \ n Ѐ 'А` L  2@ . '؀  .@ ؞'܀ܓ: ܖ W J N@  +;.@ ܠ '#aa \ `  ` \O@ \ n'ܕ?  W J N@  +;.@ @`L`]JЀ ' '%Ѐ 'Ѐ  N@ *:.@  'N@ +`;`.@  (.N@`*`:`.@в@  .@` .@`a!  +@Ha+@ ' .@`'a.@)a! +a%a`'耦 *@+ .@`"`'J@.@` ' K , < +'O@`'؀ 0 9 ؑ* *` "0' @@`K `\ ,؀ @.@` ,Ԑ 'Ԓ"   ,@@`J \?.@`'`@`J`} -@Ԁ .@` N `N @ .@S $@%a . 1 9' 1䀧 @ $.@`.@`3@`K ـ (2 )M <$ >' nҀ {[' .@`.@`   $〢 * . [ \p?ca"!aa @=8N@N`N@+a"!   J@  @a"!   J@  ?c  J@`J   K  N !a$!   )W L? N@`   N   WJ ? N@   ` N@* "@ `vN@+ #@`nN@`@m'$)%#  M X5&"#   J#  `]@9#!$#  L $)#% +%c   M# `)` @""   WJ ? N@  !#$ #$c   WJ ? N@ !# `" `@%$'$N    WJ ? N@    #c$`%$`N    WJ ? N@   #c `N@,+b'N@-""@ '`@S RN@*` 'N@+`!"$@'`@ U )& ! J@ : JN@ `-  WJ ? N@ `  N   WJ ? N@   `& N@ N`N  & @ N@$!N`* @ J N  & @ a! & @ ~a u c#O `  _cO ?ccO   _ cO Q P cO   _ #ccO; :@`L"  )1* Lc  ) 3 (p /p 3 * ( /D 3 * )X / 3 , ) / 3 + ( 3 ( 3 ) 3 3 3 1 3 2 3 3 3 3 3 . . 3 3 )T / 3 ,+?cN " N  ` !$##c'@'$?c'DD W W`hW"`D@oW"?bW  W"`W W ! W@ W @W"W W`䀐  W W`@6'BS :''W`@9 .! @ W!@ @ʥ'a '@'a W!@ @ʑa!'aW`'aW"@?c'D'HW 耐W`naa"aD`Da!HO*@H'H aa aOBO \3 O`1&O9"O" 0'*"  +#bN HN-H'HHO.H'HHO*H'H O Haa@; aHD@1?c'Df"PWaD@ @?c'D'H'LHD@H /@D' *`'L@ HWa @LD@?c`'D'HH*DJ@/DH7h @'D@$? ?c <  $''D'`@' @ ? ? < @ 'Wa" ?9'D@ɭ/'$@'@ 'Wa@ ?'$@'@' HO  HWaZ@Ɇ'H@ɂ ?cX'D'@D@ɶ? g D!@̿'@D@ɦ?"g``D /@̈'D" ''DD@ɢ'D* 'DD!@̘'@D@?< @# D @5  Wa\DF? ?c'D'WaD@'@H?c'D'HD@D@'" Wa@  " Wa@  W!Wa@:@''WaD@Ȳ'@ H@'@(DH@'㿘'@F'㿘'@@'㿘'@?'㿘'@C'㿘'@Bx'㿘'@F'㿘'@E'㿘'@F ' !a@$!ܒ@  @  ܒ@@ ~ @!@ȯ h!a'D'HܒD @ $!ܒ@ k @!@ȝ 㿀  #` #d #h`#l``#p`#t` #xp@#|2  㿀  #` #d #h`#l``#p`#t` #xp@t#|"  㿀  #` #d #h`#l``#p`#t` #xp@n#| 2  㿀  #` #d #h`#l``#p`#t` #xp@T#| 2  㿀  #` #d #h`#l``#p`#t` #xp@8#| 2  㿀  #` #d #h`#l``#p`#t` #xp@#| 2  X!aܒ$!@ / @ + ܒ@} @!X!aܒ$!@  @  ܒ@i @!hܒD @ 'Dܒ@  @ @ƒ  !a@$!ܒ@  @  ܒ@v@ z @!@ǫ 㿈W#?  ' ' ''@ @'@`  @'` @q @Ǎ h!a@$!ܒ@  ܒ@ J @`!Ёx!a$! a"aܒ@  ܒ@ 6 @L!؁h!a'DܒD @ $!ܒ@ $ @:!@V  !a@^$!ܒ@  @  ܒ@Ŕ@  @ !@;  !a@D$!ܒ@ l @ h ܒ@@ @!@! 㿀X x X p X h 2 2 ܽ> 2 X 2Z 2ܽ> ";hZ;hh@l  0a+DD 2`"a 2`"㿠 ` 6   * Qb  G G, G, G G G $ @ " I`2 ` $ @ " <  6  && && &` " `@ "@`&` & `  @  `@  `@  ` @     @ j &㿠 ` 6 $ $ @ "   * R`  H I I H H H``@  &a! 2  &``  6   && &&&  ` 2B``  @ `  `@ ` `@ ` ` @ @`` `  2 @a! 2  &}& *@ &` @ ~` `@ z``@ v`@@ q@ t"@"`@ Ԑ`` @ ϒ `"2  "2  "    `@ 6`  `@ 1` `@ ,` ` @ '@@ *& & '&&`@! 2 + & `` @3`+  &` ` 3+ &` * &@" &@@ @ 㿠@  㿠@ " &@@ 㿠 `" ` ` 2 @  5 2@2@. &* 4( @4 6` " ` 4 6   ` @ ̐ 4 6   ``"  㿐 $'L @ " @ &`  2   $ @ " >%.Sb(  NH N Nh NH N@ N@.+@ B &&    @ /  && ` ' ' '  '@ i` & && 3 ;@&  @ X.   @ - @ ( @ # @   3 * ' 3 * ' 3 * '*  '7  &  6&` @ .   @ @ @ @  3 * ' 3 * ' 3 * '* '7  & 6&` @.   @ @ @ @  3 * ' 3 * ' 3 * '* '7  & 6&` @.   @{ @v @q @l  3 * ' 3 * ' 3 * '* '&  2 & & &  @d &㿀 $'H @ "   !* TcH  S` S S Sh S` S`s o@ j&` 2 @ a&`   "!6 & 6 @:`&``@! 2 + '@`` @3`+  '`` ` 3+ '`` * '` @:`&`'1@'䀐' '''','7 '@ 8 `'@"@'@`@ 3 * '@`` 3 * '`` ` 3 * '`` 6 * '` 1 &` ? 7  ''@Ő4` @@ ``@ @@`@ 3 * '@`` 3 * '`` ` 3 * '`` 6 * '` 1 &`K 7 ' ''@4"` @C@> @9 ``@G `@B`@@=`@ 3 * '@`` 3 * '`` ` 3 * '`` 6 * '` 1 &`W 7 ' '''@14,` @@ @ @ ` ` @ `@``@`@@`@ 3 * '@`` 3 * '`` ` 3 * '`` 6 * '` &`@`` `  2 &` &` &`  @ؒ6&` &`㿐'D'H'L` 6LL $ @ " @ %` * Va  Y Z Z Y Y YKG@Z B%2<%'` '''"7  @* 2 ' * 2 ' *`2@ '2 '  @3@.@)@$2"8  @* 2 ' * 2 ' *`2@ '2 '  @@@@2c   @2 ''''"8  @* 2 ' * 2 ' *`2@ '2 '  @@@@2 c   @2 ''''   @* 2 ' * 2 ' *`2@ '2 '  @l@g@b@]( #`@@`%%  % * 2 % * 2 % * 2 %2 `@%% %%%%% a*Wc8 € _H _P _X _h  2  㿠  ]@ a! #* Wc  _ _ _ `  "   2    "   "   "%a  &  2a  &  2a  &  2a  &  2a  & @& a!    ?& 㿠  >* Xa$  a< b aD a a a1&@ ` 6 p"@@   @* &@" @8 &@@ &@" #&@aa  ?"a@R㿠@* *.@  * XbH  b` d c b b bc@* 6@@? &@c@ 6@@? z&@ Y@ʐc@ 6@ c @ ?. e&@ Y@  &  %c@* 6@  "@@  2 ac@*  6@@? @&@! "3@ / @ 2  &   &  `&@Ґ @А 2@?*  6@@2 &@c/`@@ * 6@ c@ ?. @ @&@㿠@* *.@  * Y`  d gH e e eH eHc@* 6@@? &@&c@ 6@@? &@& <@$c@ 6@ c @ ?* k&@ <@ #&  *c@* 6@  "@@b  2ac@*  6@@? &@G&! "@? c@* /6@C  2 &   &  g&@' @% 2@?*  6@@2 &@?c/`@@ * 6@ c@ ?* @ @&@ &㿠@* *.@ ? v* Yc  g iP h g g g?@ 6@6`&&b'?@2 6@6`&&Y'?@2 6@  J  #@&   "@@hː @ : ?a! "?@ ?@ @  &6@ #@&?@ @ ?@ c 6@`?2 6`&&'@/@ 6@ 6` & & '@{.Za|  i i i jېmg&@X ?"    /`@S.a!   "/X#`@c`$X#`@`X c , 1 1" 1@ʐ-& &  & @\X ?"        ./ /`@@@.&@㿠& & && 6  & &  &  6`& #@.`& & & @ 㿠& & @/` 7`&& 7  & & @7``2`/` 2 2 '& & ?{& & @2&`/` 7` 2 & " & & @ `7  & @& 7   & / & 㿠& & @/ 7 && 7`  & & @7 g2g/ 7 2 2 *& & ;& & @2&c@2 & @" & & @l `7` & @& 7` `/`& 6@ & .& 㿠& & @ /`7`&& @* 2 " & @5* 2  @& & #& & @.`6`@:  2& @g  & 2  & " & & @   @& pH.[c<  oL oX ox o@@'`#`4X ?"    .@/`'`#`E@X ?"        .@.'ܹ/ /``#`@@l@    ] 2V& 2  "  & *"@5@  -7`@  *"   & 6@ %@.@@6 - 6.$:"& @-@ -@/`@   '@ *  -"&  2 @ 2@2.. .@& & & & `q       2& J& & & & & D& ` &#     &  &` 2 &  &  ` &  & & ( &`- %    @    /@ & '` 2 & & *@2@ &  *@5@& /@5@& 6&  *@aa"a㿠 *  & ?& & &   @ " :    `"  8    "@ " (    "" *    ""   "`"   @ 8  :`?@  `  㿐''2 &@j&  2   #``#`@D7`&㿐' ?2 &@kސ&  2   @D&㿘'7`&@lN&  2@F&* +DD @ * @ #D D 2 #a"* +DD @ * @ #D D 2 0a"* +DD @ * @ #D D 2  a"* +DD @ * @ #D D 2 *  * : 4 &  4 &  㿸'DD X!+ )  㿸X'D'H!HD+ )  @"" @`"" " "  @ 2  㿈X!d@d' @97耐(@92@9]@9@:u@D@;W@@<@ez@@@L@@ >@$@%@$5@k2@i( 'D @o'HHJ'D/''''O@`V   22V 2 @K"?  / 0/ - / 0/' # / / / / / / /#' E/ 0/ 0/ 0/ / / / 0/ / / 0/ 0//////// %"`<V "  & @&%`-N`&D 4^2 *`@ `*` "  "O  x 2   }( |,  } }(/ |$ T1 }$ |% }(4 ( | + ö '/XhM"O@`<V "  & @&%`- .'>`<V "  & @w&%`- '쪥`<V "  & @Z&%` - '쀐O' -*:@B* 2 * 2 3 ܐ  J  *: '  9` " # +@J" *: 9#`+@#`@ * J" +@#`@ :J@:̒*5.@bڶ* 2 3  ܐ J  *: '  9` " # +@J" *: 9#`+@#`@ * J" +@#`@ :J:ѐ.6.66ܐ  J *: '  9` " # +@J" *: 9#`+@#`@ * MJ" +@#`@ :JM 02?9X!p R'"26O%-)9X!l >'"6O%-9X!l *'" 6O%-瀥:O@`MV "  & @V&%`- tO@OO/O'`/O/O/O/O/Ժ`O`  # + - 0O@O/O/O/O/OD'@ &'O "/ 'O /cO@ J  "O@.. O@`ccO`' 0J  O@ .2??`O` *2+ `@x"쀐"D@!  24 * 'D'@͒ ' 'ccO@J " O@/ / O@ &`0`O@ $27X" 2D@ 24̛. @ `'D'@`O@ *2c`@!к"{쀐"D@ʔ Ѐ 24`Ж* ^'!' ''N``/Oa x'2 *`*`@ *@ @ `*` "  "   2   U X c d e hf g h i l D E hn G o s u L x O O/OOO/  ' d"  D" i2OԀ6OX! '"OX!"OX!'OԀ" O@i&4O X2)X)X!p!lO瀢  O%-"`6`M%-"`6`M%-@*:@@* 2 * 2 3 ܐ  J  *: % 9` " # +@J" *: 9#`+@#`@ * J" +@#`@ :J@u@:̒@*5.`@_q* 2 3  ܐ J  *: % 9` " # +@J" *: 9#`+@#`@ * @J" +@#`@ :J@:ѐ.`6`.`6`6`ܐ  J`@ *: % 9` " # +@J" *: 9#`+@#`@ *MJ" +@#`@ :JM 02M 0"%'OՀ."-O X o x" X# 6 '!X!'& Oـ2 ' ''@7ܔ ` ``'`'` ''' @"tв"OX !"OX!"OX!'O 9$ N`M"yO ܀" 0N@`- OՀ"O-$ON@" ON@$``-O 0'  & / 2 * 2 3 ܐ  J  *: 9ʚ` " # +@J" *: 9#`+@#`@ * dJ" +@#`@ :J dO/ΐ  ̀#6  ˸'' O 02 - +.@&`O'.@O׀2  OԀ"Q@ĸܐ% &D'& Oـ2 ' ''@7N` ``'`'` 'ܒ''@!ЮO"'"OX !Ā"OX!ƀ"OX!'O 9$ M" ܀4MO.@`M2MO.@.@ `OՀ2O$'O.@`' ,O 'M2MO.@`.@`2  OԀ" @ܐ&@&'& " Oـ2O ' ''@O` ``'`'` O'ܒ'@!'O -2OX!ʮ'"OX!̀"cX!'ccOJ M M e"M M M e2MO-M"O M"Oר M 2 Oע 2  OԀ"B@%&9' /'0쀐 '2N@3XahN@`  6ON``O׀2  OԀ"&`&'&` &@& '6 6 @U&'@Q'%& #@O#@#@,%`6V "  & @&%`-J"`<V "  & @&%`J - '  '%`6V "  & @b&%`-:``<MV "  & M@H&%`M - `,%`6V "  & @*&%`-J"Oת`<V "  & @&%`J - '",%`6V "  & @&%`- 2 O@ '&'O@`2π %&&V "VV  % @ϒ "V@V "?ؐ8  Ȯ?@'L  %@"uXat @O@ $28@F" `8.@ Xax@M`" % NRf2 *`*`@ @ `*` 2G    lI K  |N @ A B " G t %¸   26 &      2   "  : L8@&@2@ '@@"  %* fb\  | @@@@ &`   @ &`  @ &`  ͺ`㿠 2'LL 2 "w %@"qXa| @N $2@ "  Xa@O` " % NGf2 *`*`@ @ `*` 2<@   tI K  N @ A B " G |°  @ &`  @@ "@@@ &`   " @  &` 2{ c#N O@ "/ /   N ' 0O@ 2/ `$2  &@ 㾠'L'P 'T'X"#"##@`2Xܰ"O@"1`%#2@c "c` &  &  @.X"O@2c"  "cc" "c@?2@ "c2@``%2*`*c "c` &  &  @? c" "c@?"c" "c"{?y2 @` c#O@ "/ /  c#@`O@' 0 2/ "`l`h`L2@`O`[2 c@"H?c#O@ "`[@ l`[`c`n`s2L@6hL2"L 8'L@L&"*#"??  'HH 'D$d * 'P  #'Xha      4  4 4 4 4 4 $ 4 4 4 4 4  4 4 ,     #c "c` '  '  @&X"N2c "c` '  '  @2c?" "cDXuP'c" "c@4$ #`#\@ \")"%a!`l ' %  @+`L  %  @  %  @s@"N@c "c` '  '  @c"  "cc" "c@?2 "c"   `+ `-`0"iu} &$zc "c` '  '  @n 0gid$cc "c` '  '  @W* : xX2EW  @2" c "c` '  '  @9*  : @-O  2?M "c#N @"  c&" "c&c" "c@cc " "c@ u"M,J(cg " p"`#@N "'`05".` 2.`.`.`@2%N @"!N" W 7'@.`-c "c  "` '   '  @"""`l @2 `l `h %  2 %  "c"  "cc" "c@?2 "c㿠'D'H'P@'` H`s2T`c#c "c` '  '  @aX"N@2c "c` '  '  @I2?"aX"N2[2/@&S`c "c` '  '  @$2"P#" c "c` '  '  @ ?)2/@&`!c "c` '  '  @ M2 2/@&`2c" "c$@c" "c@Ԓ?2@ "c@2 `c2/@ 㿠 ^2  2  !@`]`-2. .@.= `]2`-  ] ?' @|@ .@@!7@@R @@ 2#D7 2 XcH@ʐ@? 866   ``&@.`3    2  " "67   7 7 V"* 7 @?@!7@FԒbj@2 @a@2   @? 2R#2 Xc^@e@? V49 >2`@:`  26 .`   2.`6&* 6 &&"@6.`V@6@ڒ@" @?B 7 㻐'L`& `&  `` `  O"`O2`2`& &    @8@&   ` N  0   " N` 0' L!7` cW 2#&  & W&.6  777 %7 $ !7`  " 72cW ? &  & "b '`*  W5  W'  r7? 2`@*`'  & $ .2`@/`/`'? 2 ? '  42%?@&/`'@* '` @3@ &$ /`'`' 2@6/`@" "*  `4@'`'@/`@ 2 '`/`@ "'`& 7@7W."@7b @5@6`@#@T4% @  @ ! 2`" &"@4*&`4`/`@@`X B@@`;hhl;HH;PP B+DD 2  #!"A;>`6 & $?ϸ @&/ `4`$ /`qc@/`@ @`$ D@@`;hhl#D D;HH;PP  +DD#2  #!" ;`75;;HH `#LLX#@ ZZگșځ,7$\9    #  & @S[&@SW 㿀@ 2 `6 @SB , &+ @ɐ ! p ". ;hhl;HH;PP B+DD 2  #!D 0&/@ ! B " .㐖 ;hhl#D D;HH;PP  +DD#2  #!@m ! "` &&   @R͐& @RȐ 㿀@2 @R`41$.@= ! p ". ;hhl;HH;PP B+DD 2  #!"IN4&3@  ! @ " .㐖 ;hhl#D D;HH;PP  +DD#2  #!"@ې ! "& & @R@&@R< p'H'P'"   /`*  P* " o`  /@  | @  w @ ?r?@ #l?  *H2   '#' 'B'?#ր6.?!ր$N   *   "@6  @O `2  `* & @62   '? ' ''ܒЀ 2 @@Yߐ!a!a$!a"aa"!@,!@'%@ @4&& & %@`'H'P'"  /`*`@/P @* oc   8   \ ?7' 7''?7'2 7''?2 7?2 7?'?'?}'?2 7? c 7?'?'?k'  *H2   '#' 'B'?#ր6.?!ր$N   *   "@6  @O `2  `* & @62   '? ' ''̒7 2 q@Y!aÐ!a$!a"aĒ@!@'%@@3  ``& %@x'"  /`*`@/ 8* pb4  L t œ c* 7? t'c 7? j'c 7?2 `'c 7? c S'a$2   '#' '5''$N    " a@6 O `2  %a@62   '? ' ''ؔ5 " !a$!@a"aĒ@b!@'&&@3Ep'"  /`*`@/ >* q`  Ŝ Ŝ  0 `c'* 7? y'c' 7? n'c 7?2 '?b'c 7? c '?S'$2   '#' '5''$N    "#@6 O `2  %@62   '? ' ''ДM " 5l!a$!@a"aĒ@`!@'&& &@2@(#)__tbl_ntens.c 1.5 91/02/11 SMI???zG{?PbM?6C->h>>z򚼯H>Ey0:>. &֕=|׽=yd=q-=<%hIv=+<V<Ҳ؉?㿀'D'H 'L'P\'T'X&'  & & @y.T "X"P "P " P" P "" L2 .@LJH/c#O@ "`@  & & @G`. &`+T "ccNJ "&@&`+2`+P,"@6-   & & @`.`-2?P @"   & & @`. ?`1'"`94!` T " @ 'P*   & & @ݐ`c.a ` `0`IH`N`iD`n"@O@ǀ@L  @& &= `&`T "`0`` 2N@  & & @`. N 0`&&N 2&'@6   & & @z`. `a`z4'` Y M @6   & & @W`.޸ `a`z4'` M2  CT' & ' & " a"aP "1'@6   & & @ `.  `a`z4'` Y J@6   & & @`.  2 T " a"aP " &' 2ꀤ`T "P " P& '`)6@/   & & @`. `)"`)P @""   & & @`. `)2T@  & & @`. T " a"a@~`9.7  0/P/ '䀧`1`94'`  "&P  " P"" O*!  O .䀧 *T " @ '  & & @6`. !"'.`1,`94+`0 ',쀦@`  & & @`. `1`94&,`0"f`0N 1N 9$`1&'` Qw2 @ `*` "  "O  x 2   H 1 $ % LD E LQ ᔀ`&l2T@  & & @`.., T "`0` 2%`1` `&F&"%@  & & @|`.ߺ X"?"r`$`+P @" 2XO@@  & & @Q` .  $I`P C@& T&LO 2 T  "T 0T  " 0/P/ '䀧`1`94'` T 2T " 6   ' *P( "&P @" P "" O*!  O -䀧  *P "" @    & & @А`. !"';`19`948`0 @`,  & & @`. `1`94N&ဦ@N 1&&N 9$P&P "@" `02i`1h@'` Qy2 @ `*`p "  "  x 2    l 1 $ % D E Q Ѐ`&x2T?"'@  & & @4`.  T 2T "?"'@   & & @`. `0` 2N` `&0&"% @   & & @`. 0"ɀ`1Ơ&X"?"〤`$`+P @ " 2X$Ӏ`P ͒@`+  1`-/@6   & & @`.`` 2`+@6   & & @`.` "퀦@`+@  & & @`. `-@6   & & @o`. )ဧ`0`9$` ` 2[ ` `&V 2 0@  & & @K`.ݺ / /  "0 @6   & & @,`.T"  * zb  T "T "T "T "P "@ @" `&"&" ` 2@6   & & @`. "@"& P"P *P""*TD  "`"D"P " P"@6.D*.N?" &`@N?".&`&`"㿨Y'DD'H H??  /`2 #@+`#  "  "  #@+`#  2 "  㿸'D'HHD@#@@㿈'D'P\ 'T'X @'/T "X' "P "P " P" P""  .@0J/c#O@ " \ @ /  &`+T "ccOJ "' &`+2`+P" 6 \ @ / `-2?P  " \ @ /  ?`1'`94` T "  'P * \ @ /  ` `0`I;`N`i7`n"~O@\ @ / &T "`0` 2O \ @ /  O 0&' O 2' '6 \ @ /  `a`z4'` Y!N` 6 \ @ / ``a`z4'` N2` `Z T%`' %`' " a"aP "H'6 \ @ /   `a`z4'` Y!J@ 6 \ @ /   2 T " a"aP " ' ' 2T "P " P'  '`)6-@` \ @ /  `)"`)P  "" \ @ /  `)2T \ @ /  T " a"a P 0/` /`1f`94e'`  "&P`  " P"" O,@!  @O-@,@T "   '\ @ /  !"'"`1 `94`0@ , \ @ /  `1`94&뀦`0"\`0O 1O 9$`1' '` Qw}2 @ `*` "  "lO  x 2   \ X X1 L X$ L% D LE Q L L X L X X&N2T \ @ R/ P T "`0` 2I`1` &2' "%`` \ @ /  X"?"쀦$X`+P @R" 2XO@  \ @  /  $̀P& T' LO 2T  "TPT  "P 0/` /쀧`1~`94}'` T 2T " 6    ',@P$ "& @P @" P "" O,@!  @O-@@`,@P  ""    \ @ /  !$.`1,`94+`0@ , \ @ /  `1`9&퀦O 1&' O 9$P' P "@" `02`1^'` Q~2 @ `*` "  "  x 2    ` t t1 h t$ h% ,D hE ,Q h h t h t t&Z2T?"' \ @ 6/ 4 T 2T "?"'  \ @ /  `0` 2O` &&' "%  \ @ /  0"`1' X"?"$`+P @ " 2X$P`+  `-6 \ @ / ` 2`+6 \ @ / ` "`+  \ @ /  `- 6 \ @ /  )ဧ`0`9$` ` 2G` &B2 0 \ @ /  @-`-`@ "0 6 \ @ / T"  ϑ* bX  l l | T "T "T "T "P "@ @" &' " ` 26 \ @ / ` ""'  P"P *P""*TD "`"D"P " P"6/ d"/ D*/ O?" & d@O?"/ & ' `"x;a 'D'Ha'D'@"'@㿠  㿠@z㿠@  "2aYaP@Ya@  Ya@ " Ya@ " Ya@ " Ya@ِ "YYb@ҐYb@ΐa!"aYb@Ő a!"aYbv@ a!"aYb@ a!Yc)@ @   " YYc|Ycc @@  2 aZ`;Z` @~a! "Z ZZ`a @lZ#d Za\@dZa<@Y,Za@X  Zb @Q " Zb+@J " Zb8@C " ZbD@< "ZZbX@5Zbk@1@#" `Zbm@(Zb @"` Zb@Zc@@v㿠f"P 㿘+@@>  㿘+@@>  㿘+@@>  㿘+@@>  㿘[ > ?[ > ?[ > ?Z#> ?Z#> ?Z#> ?Z#> ? 2 c "  @ "  c 2  "  `     `6 `  ``& :&   ``" 1& ` &` "   &  /`  @`"`&` ` & ` %@    `6.`"   & aĀ*c €      2  㿠``5 /` " `.`  @ "@` .` @]@G a!Ā +* `h  x   @ @ *    @"   2   @"   "   "a '`/`  @ "`@ 2 4'` :a  & & a!Ā  .`  &` ?&㿘* */  * a  8 ( Pc* 7? 'c 7? |'c 7 6   !?. @@i'   &  4) c*  7В"@7   2ac*  7? '@Fa A! "3@FY / @ 2  &   &  `&@FE @FC 2?*  72 'c/`@ * 7 c ?. @ @'&@㿘* */  * `   H c'* 7? 'c' 7? 'c 7E  c  ?* o' 5 #&  4. c*  7%"@   2ac'*  7? '@E H! "@E c* /7j  2 &   &  g&@E @E >2?*  72 '?c/`@ * 7 c ?* @ @' '&@&`㿐 /@ * @  m* cX  l    /@  ^ @  Y @  c O a!  "  s@D @Eh #@&  4 /@ xߒ a! "@E /@ Ӑ #&/ @E @E /@ @ ?? /@ @  &@&`&`㿐* */  * aD  X   | ?7' 7''?7'2 7''?2  7 ?c  k   #@&  4+ ? 7  "@f  @ 2a?7'  7 '@D'I! "?@D ? 27G  2@&   &  #@&?@Dp @Dn ? c 7?2 7?'?'?/@ 7? c 7 ' ' '     &@`h[ x@'#q@!4 @6 @$ @2$L ($L  $L(B[;ppt* 2 ;HH?@Hy;h!h #pp[ F[ F \#tt#tt@U;hh[' 9 ` 2 @'6 .[ Й,'' 2 ^6 "^ '5[ ڭ6''聠>?x/a᠐ '''@ &  2&耐& O@.`/  & 0 ./&@x;aa'''@&&܀ "3/  2*"&  N. /` 0  /  0 ./@x;aa ''@9'@㿘@H`'  !'"#3 [%'') (@7`6@#! @[ J*"`/`a(  8 8 D `'[   '[  ''[  1[  3  ''@   2d   3`-/`bX  h   [  '[  '[[!`@` Z '[[!`@`@''Ѐ`"/`c   0 @ T p[ '[ '[   '[  ''o   [  +  ''U@ @ & $`[   ?6[   ,#' @&@5 ?/1'0`$/``     (' '@'[  ޯ '[  ط''>?㿀![!07 .' 6  " "& &  ,* (** $** ** * *y*& & &s&@9     & && &  &     & &  &    $> &:8'&2 "' 6 " &  ' 6a  ( ( (@&,*@(#)_tbl_r_atan_.c 1.5 91/02/11 SMI>c8>?+? *?]?s?/??$}?)Ǭ?.L?3k2?8>?<{^?@Ά?D?I?P0?Xz?^?ec?kr?q&?v?{_?0?s9?r?y?X?X?? ??{? ?[l?x?kS?72??k?ڤ?0?p??o?(?e?{z???˙?6? j??C? ??[!># ` L?@ ֙, ^ڷ=<>>[! @[!#B'`ހ@ >[!# [&  Tީԩ4!54>#'` B?օ"^ڷ=<;;`@;x` @x ޽>>?p'H'LHV3[uV!+#pp #tt#tt;xx|@Sp #tt#tt;xx|@S   6 @*`& `"?2 ;ppt@ˁ2 ;ppt@D;h#hh8 ^;hh;`   `2;x[)!x|@;``;xx| @%;h!` h $#h[!ȹ>#` D?@ ։$ ^ڷ=<#hh N>?p[ "P'D[ ?"'H.   "\H!D fB HD 9) 'D)\ D =:-   2H\H @D[" D0H[Ґ!1? ص:#hh#h@R=h@H?@HE?c#   @@`DB \,/.&P'>? Z/`Z F @`< Zܽ>>?h[ #'D[ ?#x'H.   "\H+D*L HD+\32P#H @RD @R HD=;;D   2H\Z @\D[" D H[!!? ȕ*#hh#h@Qh@G?@G?c#   @@` RL.P\`: ! ? B> Z/`Z R L`< ZHD;h;pDH@B?hpܽ>[! X@@>?㿠'D['H#@[HD X#["["\ (ȵ:\`0 ?> Z/`Z B T`< Z܍&#\ "" `0?> Z/`Z T N`< Zܽ>\ 8c ص:^"@"`p\  'D\ ? x'H.   "HH!D vB?D>\" 9\?>+\"=J^  ;` `2 ;h\"HDQ>hl@;`\\"`p@` V`\ h?  #hh#h@Ph@F?@F?#0 @c(@`H\"DH F' \&&' Z/`Z L F`< ZHD ^ܽ>>?h\ "8'D\ ?!'H.   "\H7D6X"HD+\?>\#H @Q$D @Q"HD=>'D   2H\g"@iD\\"`p@`LD0H\ʐ h1?  ֱ8#hh#h@P*h@F5?@F?#0 @c(@` BZ8@\b& -,? N> Z/`Z D X`< ZHD;h;pDH@A?\"D*H ʡ0phೠ+\`h@`@ ^нܽ> PT>?㿠'D\'H!\HD X!x\!@\!\"ȵƵ:\bк ?> Z/`Z @ R`< Z܉$#(\ "" bл?> Z/`Z R L`< Zܽ>\"c0ح6^"@"`㿀\'D'H#0\?#8D?  .@ 2\\#@HDi^#8HD J#-_, ''DH N ?@\c  '@@ \b &𽦉ZHD\ؽ># \# \c@`\ Z^ đ(L\( "* Hĥ2RV?&@ '` \DH޽>\^ܽʽ> ^^?@'@>?㿈 #hh#h@h'㿈$#hh#h@h'㿐 'D 'H 2DHD ! B3]! %$F D *  ;H{HH* 2 ;H] H+N]\c@`^@` L# ^\# HD]T\\## P ^\c@X`P\c@T`X\@T\Z@!\#F Z#\\ؽBc@`^FH̽>D$N 聯=;h\# h@l! \# HD\# ސ# ځ>?p 'D 'H 2DHD ! B3!! %$8F\#  =]-,,* H* 2 ;H] H+ ]H,D!\#  !+i\] @ ^]`H@X`]PX]DXD]] `J 8 JR \Pc]`h@P`]P@`R]pPVPV]!]PB xPB ]PH ]` H@`N] NT!] (T @#]`0@@F`F Й,v?# HD9]]!= ]\] c@`!= ^\c@"`#D\# ܹ<]  ]  ]`@`]`@`] R\R N] VN]V T] DT]  D B]   JB]`@`J H\# PHPέ6  V܍ލ&?]!L]L#p! p#pp P5T#pp#pp;`@K;h`h?܉\ D#pp#p@Ksp@\# FDH->] 𽤈ށ>?㿈 #hh#h@h'㿈 'D 'H 2DHD ! B# H!]"0 =$H)D(J%H* 2 ;H]H"(  9]]"8HDwT"@HD9i];]"H:=Z];:@#``#`6"];#`` F#]]"8]"P`2 ^?`" <^`2 ^?`2^<?=]" HD N#hh#h@Jh]b@` V]"   RDH]" Z#hh#hh@J;``^?#hh @Kہ"8?x @Kԁ"8 @Ḱ>?㿈!]"x * \@ h+@ &> Pᴀ@ \ &4 P T@ "R @/.`53@ @ 4I  8 04DB@ >@  b'@'4a)'',`''& @ "4 H L$"' (H > @ J/ ]蕠 J hJ J/`J@ ' Jʁ@ "  @ & X  d " `$ $ \$ $ X$ $ T$ $$ D恡$ " T$ D $$ $݁$@   H " D" "Ӂ" DЁ 㿨@# @  '' "   㿸c@  @2^`  !' ?  ' @6 ?`'`c  2    @ 2 c "   " @ "   2 c "  c 2   H @ `#@" @$''k 2@#" @@'''Y"& @ 2&'M#@2  @4 '` `@6'``'`&@ @ 2^ #DD?Ё  ''̒@'́J9^2^  #DD?  ''@' 9^ ''>?㿈7#hh#hh@J(@':  㿨 ''㿨#''㿨 ''㿨#''㿨''㿨#''㿨 ''㿈 #hh#h@h'㿀 'D 'H 2 ^^  HD^B!@HD =F)H@ID&`a"0+DD* @ #D D#hh 2  DH?@I 'DD'H@;*H^!(^  @a8@` R^!0  ZLX? a"+DD0* / #D D( FHD @JD @J>?㿀!^!h #6!%#p# Y#    $?'O   #?6  &  #od#7{ #"v $&##6 $#6     ( ( ( ( ( ((]($ 4#$  ,  ( ( 0( ( ,( ( (((H('4" @##.#'#? ''荠"4 & |^!& 8( **  ...  **? 'o"& &2 * ahh& 8 * **@**~-  _'r2Ȑ Y \ bj JV 6('h4Lп+ɿ,r \jY^h އ۷tDܿӡ4 4΂Pɕٿ1X‰E ǿ۠俷Bov"rĿ^Ŀr还 ^RΜh={uRpQkfa\X>S5O?JvFE)A=m9ǿ5z.1r)q!EK GrsžQξשK˝ҾVBpKt|hTjA -/t9;ɚ󽦘,ƽDQ 켁<=xQ==8;>>/>J>d>}>:>G> ^>>>ќ>ϙ>'>>P>{?*?? ?B??>?? ?%'?)Qi?-j?1r?9R?@0?Hb?O?V?]py?d?j?pI?w?}?|$?\?,?s?T?B??a?*?NV?? ?Z??h??/L?L?a?n ?r?bk?4???j?qH?r??+0?@?C?5/????X`????6?b?k?'??W?t?@,@@ f@@@ @@ @ T@`;@*@@]@@|@t@w@P@Oj@@@ Z@!@"@$(!@%`7@&x@'@(P@*N@+%@@,=T@-P@._@/i@0p@1r@3jB@5S^@7.L@8@:@E@?@AN@Bt@DZ@EӤ@GC@H@J K1#s @2NR"ȴ,->곣Gk735K3ݘJqH3x"1T2&H3yٹ-t3sGck{_jGHb82Q5!I 2.Fr:FFL`sh3,ѳb%Aٳyy4A:12%_x3q53kݳzg2$rCxOJr2;&2 β2v+2Fղ0w䲶,V22jG2u21P 2mIJ2G<?w1&誙2[s#Dի1]0{2 2lG ;81٪0I*4xC1a0)07U1&`0̰tD/0g0- 31.V1b.|\ðS1sSD12:aZ1'6C1(K2Kn1SD18'24 2PвGߘdʝ^2g+Q2Kx2Y H22r2|#2F5Ѳ1M޳3u141Dz_3i1- 3F3,g3x3kS3 X3%*3 E3eS3W233A2X2"1n33P3&'-3J`3R73[(3x3mƲU1*3jq0*^3/3io3 3JN3c%3(33 TN(47Ie3@4T&TvB2@4*_3ڬ3HĖ3 U]3B14%44y 5vmFIJa3Sֳz )o33Qwa=q4623젳VV45=3)4HZ2}?4*23Ô3@f33:4#}v42쳌#M3&$㿀!^"H . @  @ /^Z @ RR@@   !'ݐ  "DD 2 => "@ @ ' 1"1/2+ '6   "@ $2  ` " 'I"!# $" HD đ D H?# ' D … BB聠  㿈 ,C#ۀ@  ? @ @@ߒ' @@?+ .!^#%@6 @%@&@ @  HJ @JJ 8JJ 0JJ (JJ JJ JJ J J" 㿈 ,C#ۀ@ ?@P@@'  @C @a @7@W㿈 ,C#ۀ@ ?@F@@`'  @9 @ @-@@?+ .!_ `%@6 @%@&@ @  ( J JJ JJ ʕJ ʁʁ@?+ .!_ %@6 @%@&@ @   J JJ JJ ʕ Jʁ@ !_!.> C#ۀ@4>@l C#ۀ@  (° a>@B?]>@rC#؀@2 $ 4&$' (H̐"@>@C?? @ "@X 0 L+aa@̀`" H& 8 @ N䕣@6$+aa@`"`&cԚb @2`",@@ '<'  @=?@ &@ * ;HH * ;HHx/a᠐ '''@? &  2&@ / 0@I&/&@9x;aa'''@&  2"&@/` 0&/ 0@ / 0// &@x;aa ''@'@㿘 '6`?6`* 2 6* 2 2 6 62  2V 6&`*` &`6 6@ 㿘  'V`? " *`6` 6`"* 2 + 2  6` 6* 2 6* 2 2  @6㿘 'V`  .?#& * 6`* 2 6`* 2 2  6`@Ȑ 6* 2 6@㿘  '6?66`* 2 6`* 2 2  6`@㿘'6  & & * : 6`6! 6@!6ZV`V` V`V`` .6@'6```&*` &6`㿐''2 &@/6&  2  #``#`@`"@ &㿐!6@!6-5# %( ? 6`6 6@ 7` %?66 6 66"`*`  " 6"`*` "@ ?& >%??6` 6` 6 @ 7`66`6`6` @6` w&>.%?6` "6?6`6 @ 7`6 7 77 7 ` @ 2  >"  * 2  * " .* 2   @ 2`. 6`/`'@``*` ` 2 "`*` 2V`" 6"`*` "V``V` *`2`@&ؔ6```"`*` `" 6`㻈'7`&@.r&  2.@G"@ &㿘'D@'LJ`"@ -.@DL  "`@@ 0/@`&  0/@`/@`/@`4 N` ` 6|`N` ` /@` /`O `" O/@` O `2O2  e'`O@ 0"'`O@2` e/@``@, - + /@`.6.66ܐ  J  *: 9` " # +@J" *: 9#`+@#`@ * OJ" +@#`@ :JO `02 J  0"4 hO/@` `[ "&% 0`  ` J/@``` /@J`564` J/@`(/@`/``  `  0/@` ``  N " N /@` N`2N '`O@ 0"'`O@2`/@㿠 `6__ap at @} a "a_a} @} a"ax 'D1a'H!'D'@:' '  2&耐& N.@@` /@  & 0 .@@`/@&x'H3a'DaD'''@'  2+"&  N@/@ `/@ 0 & /@` 0 .@@`/@&].>0 "eb & 0* a  m n8 n n 5&Rb4#b b$Jb&` J" 02 @*` 2b>b`" b8b`2b2b0bb` &N 0 9 & .` &N 9& 1` N ..`   2b` &`$b 0` *b &b4`  0.` &b` b*!7'P'TV @%46 4' @ 2 _a@|H  "2 _a@|>TT @b``ܺ'`/`P* 2 3   J  *: 9"  `# +@J" *: 9#`+@#`@ * OPJ" +@#`@ :JOP `02 `P@J ` 0"P`  PO@``. ``, '`@&6/`  *23 ܐ  J  *: 9"  `# +@J" *: 9#`+@#`@ * '`J" +@#`@ :J'`@ в&.`/`@"`& O@ /@ c.   #D D;HH;PP  +DD#2  #!쀐K;hh@l!콠 >*   =0` *   ';h"'` hl@ "@ В@ @u& &.@쀐2  @F'@B'Dʘ㿐' ?2 &@&&  2  \"@3&x!6@!6  ' ' -5'% 8'6`? 62 6 6 2 6  62 66* 2 2  6%o6"`*`  " 66%p6 6{p&# o%p 6`6`?6 6`2 6` 6` 2 6`  6`2 6`6` 6`W&>.%p6` "6?6`6 72 7 7 2 7 72 77  7    2` o"  * 2  * " .* 2 ` @ 2@ /@ 6`. @&  *````2 "`*` 2V`" 6"`*` "V``V` *`2`@,6```"`*` `" 6`㻈'7`&@%&  2 &㿘'7`&@%x&  2Ӗ"@&㿘 2 _""   " _ "   ;HH !^a!"" 㿈_'D'H"(HDư !_"0HH_#h"8h#hh P ̫^#ll沐"@1& "@&./ *'@_"@=!^_"HXX_#h"Ph#hh B ܏^#ll}x!@ & !@& / '@ #hh/@&2@* 2 3  ܐ J  *: '  9` " # +@J" *: 9#`+@#`@ * J" +@#`@ :J$5&@* 2 3  ܐ J  *: '  9` " # +@J" *: 9#`+@#`@ * J" +@#`@ :J4ѐ&`& @6&' 0@ss&& 㿀'D. 6  ;PP;HHB  'HH?D̀?* /?&;HH `#LL_bh _ !"`^_"XP#_&"`-&&;HH `#LL_"`ځ 9  &@(#)__tbl_baselg.c 1.5 91/02/11 SMI"0=KXer ,8COZfq|'1<FPZcmw '09AJS[dlu}&-5=DLS[biqx@(#)__tbl_fdq.c 1.5 91/02/11 SMI00000008001600240032004000480056006400720080008800960104011201200128013601440152016001680176018401920200020802160224023202400248025602640272028002880296030403120320032803360344035203600368037603840392040004080416042404320440044804560464047204800488049605040512052005280536054405520560056805760584059206000608061606240632064006480656066406720680068806960704071207200728073607440752076007680776078407920800080808160824083208400848085608640872088008880896090409120920092809360944095209600968097609840992100010081016102410321040104810561064107210801088109611041112112011281136114411521160116811761184119212001208121612241232124012481256126412721280128812961304131213201328133613441352136013681376138413921400140814161424143214401448145614641472148014881496150415121520152815361544155215601568157615841592160016081616162416321640164816561664167216801688169617041712172017281736174417521760176817761784179218001808181618241832184018481856186418721880188818961904191219201928193619441952196019681976198419922000200820162024203220402048205620642072208020882096210421122120212821362144215221602168217621842192220022082216222422322240224822562264227222802288229623042312232023282336234423522360236823762384239224002408241624242432244024482456246424722480248824962504251225202528253625442552256025682576258425922600260826162624263226402648265626642672268026882696270427122720272827362744275227602768277627842792280028082816282428322840284828562864287228802888289629042912292029282936294429522960296829762984299230003008301630243032304030483056306430723080308830963104311231203128313631443152316031683176318431923200320832163224323232403248325632643272328032883296330433123320332833363344335233603368337633843392340034083416342434323440344834563464347234803488349635043512352035283536354435523560356835763584359236003608361636243632364036483656366436723680368836963704371237203728373637443752376037683776378437923800380838163824383238403848385638643872388038883896390439123920392839363944395239603968397639843992400040084016402440324040404840564064407240804088409641044112412041284136414441524160416841764184419242004208421642244232424042484256426442724280428842964304431243204328433643444352436043684376438443924400440844164424443244404448445644644472448044884496450445124520452845364544455245604568457645844592460046084616462446324640464846564664467246804688469647044712472047284736474447524760476847764784479248004808481648244832484048484856486448724880488848964904491249204928493649444952496049684976498449925000500850165024503250405048505650645072508050885096510451125120512851365144515251605168517651845192520052085216522452325240524852565264527252805288529653045312532053285336534453525360536853765384539254005408541654245432544054485456546454725480548854965504551255205528553655445552556055685576558455925600560856165624563256405648565656645672568056885696570457125720572857365744575257605768577657845792580058085816582458325840584858565864587258805888589659045912592059285936594459525960596859765984599260006008601660246032604060486056606460726080608860966104611261206128613661446152616061686176618461926200620862166224623262406248625662646272628062886296630463126320632863366344635263606368637663846392640064086416642464326440644864566464647264806488649665046512652065286536654465526560656865766584659266006608661666246632664066486656666466726680668866966704671267206728673667446752676067686776678467926800680868166824683268406848685668646872688068886896690469126920692869366944695269606968697669846992700070087016702470327040704870567064707270807088709671047112712071287136714471527160716871767184719272007208721672247232724072487256726472727280728872967304731273207328733673447352736073687376738473927400740874167424743274407448745674647472748074887496750475127520752875367544755275607568757675847592760076087616762476327640764876567664767276807688769677047712772077287736774477527760776877767784779278007808781678247832784078487856786478727880788878967904791279207928793679447952796079687976798479928000800880168024803280408048805680648072808080888096810481128120812881368144815281608168817681848192820082088216822482328240824882568264827282808288829683048312832083288336834483528360836883768384839284008408841684248432844084488456846484728480848884968504851285208528853685448552856085688576858485928600860886168624863286408648865686648672868086888696870487128720872887368744875287608768877687848792880088088816882488328840884888568864887288808888889689048912892089288936894489528960896889768984899290009008901690249032904090489056906490729080908890969104911291209128913691449152916091689176918491929200920892169224923292409248925692649272928092889296930493129320932893369344935293609368937693849392940094089416942494329440944894569464947294809488949695049512952095289536954495529560956895769584959296009608961696249632964096489656966496729680968896969704971297209728973697449752976097689776978497929800980898169824983298409848985698649872988098889896990499129920992899369944995299609968997699849992@(#)__tbl_tens.c 1.5 91/02/11 SMI?@$@Y@@@È@jA.AcAׄAeB_ B7HvBmB0@BּC k&4CAy7Cv4WؠCmgNCX`=Dx@DKPDMՒD-JDxCyٝE *,(ET25EqE'/E1!F)>Y9F_$FnFȦ"FɜFЛ|G3BarMGhy GCWiG*HJH=c)\Hr]7HxaHܲyIY}LIFkC\I|T3I'\I1sJ^~:㿠.6.@m*㿠@lg__" `’b 2@lϘ@p*`@p4``'TF' >2`@'"`:``*`2` ' 7"'#@ ' @lܐ7ܐ@l  o7#' h'"6bT @lǐ7ܐ@lҒ : 2`@*`" 7ޓ: 2`@:` P7V @6 #>2`@'":``*`@2` ' :7"'#h'>2`@*`?& 7ܓ>2`@:` %7#'#X'6T>2`@*`?>2 & 7ܵ>>2`@*`& 7ޓ>2`@:` 7   .@ܷ.@@.* @&@ @/`7`@*@8'aT"* @l&"Tu" "T  T 2 TV 2 T6G  # '?#'Ȩܦ'@"2@@ * +   % ' 2@@b@@ * @@! 2 `*` `*@    6 @ے @ 2Ȁ:&7ֺ'`*` ` 2 خ% ``* *& & 1&@ &.`* . @2 @Ԁ"ґ. @` 22@`@Ҁ"1.. @` 22@`@". &.`* . @2 @Ԁ" ґ. @`@Ҁ" .. @`@. Ѐ#6/`"`  "'`IJ&@4 8" .6.  @ 2@. 8/#tڼ3&N]~%d~vF%/".QO]W2qS$c^_ಐ䓫s*fw\I[isCFEHis 8c4ߩ1@~134<-΃А*a3ӯ'Ԓ@lŜ̡Aknl%;v;71>C@ ܷ' '@G;4H: $Rn9LG~`X)K&m;W%6ruFpVV)-LH $IfVq.wک} \e$f6RXf5uogrn]r3^D _nݐMʢ쎤zc'OkX/pNkhоse:& 4ځbJEo%=p QBc{Dt j\xP8t컎܌D۞z̢czL(zt&6_piX&qYcT251U@e4?=ٸ2wg%;,1Afv4|+zӓͤc`l>tW;AI^ i"b ٜJQMC.MZ rKʃ&! :` TlUd@(#)__tbl_10_h.c 1.4 91/02/11 SMI)+r[![n|N5 L},D4fl}C}+#U#>`e!Q4\Yc+1*iZbBĎzt["4޳?Ŗmk1eK6kuG٥( f13j{~j6hA\)\=_'jDzpʏ|4El}V*@g|u "Νop$?ob(UxI>Nkw;} u 6#0''q"(\<a+Hˡ+qT40{&)tJSյ MD$W5|ܡ!?Sb,ÅCbQl?NO&wCFQm5o>GqM{C 0]:5{@+<^Nd|Sj܌"GebGCh困N4` (l;H3`v'A}CY'3Dd^rS9 -*-Ur͞uPRQ/eS ? L$ r0g~kxr%FJx)!産y't¸Z:c~IwKkBi|%AcdOls0ƅjCw}Je Dr2FQ`lME2e[B؟8JϷ_q'5дv-EDgr -$8aH92ßбqbH}~WO3յϡE}}hyl Pd-@Nrs(Qp'G#ȥT<|F'U>g9 iVpb aT".7Xf(rd#8U ngΝBj=(yLgX2EOŪj@C%@!W*R]qhqecy |w5),5 hl6)c :-1]V+ *gd6cl/6Vl.tzT-Mub <4 97.2~!'n{ -$PԸX+1#"+?%D ~޿bljrڸ~*xxzos{'~j=߂j1r|͞A0v9&ǿj~=2_0+cm-X%<b| 7Ȟw ϐ5,P6ւxnPx [Ѥ4?E ,8W ڦ9qHIە튴lM#P*wg:8룃-j@?F[G$tLJ0s-ٖo딫;|o#`Is{KҘ65m1ټk ?f(%r;v4=tPwܿj?&ATN4 S@Z 3ETA+c;=C{펗fp,Uie.\OOߙݞ9^X2%X-VNvq4v̝=MTO+\} I?A7!DWGDɂʞnp8p3;,fk%;ܽyZhN.lHt cI/~Ͱ=otgx!RJ-5WYAԹ9V Tء<!>{b;._w W5(N T=]!oIdB@uhcU4ph䢮{3'"I2%% dKE0)b~@(#)__tbl_10_s.c 1.4 91/02/11 SMI}q 5= 1-eJQsHAkIo#.Ţ-x=`X1uV.MnɃ&xgZ*Ӥ% ʋ"42Ǔge&PUk}s sA|2M"@Eo|A[-m`F"c ao{BEp.XhL[4q | 6/p<(&j2,ʭY'a\)cZ7Ѹy( ޯ]qd<{ YkA7.g=GYE5fiYv { QIi@Og#A+pC)|Eu30GQkmYM?d~"=u)wIU1I IWqdumzn66ZI$-fd))mAeKP !Is$jx A%mCMZd>H9"SO|́]u7eimK FY"v$P$ayr C_N*`;1S)޲eՋ+Y{Gb+daܚ !$'*.26:>BFKPUZ_diou{ )2;E@(#)__tbl_2_b.c 1.5 91/02/11 SMI? ]"#%Iu% !0   $ z V K&!  +!%o[P C"/vG$r'+#'2XM* 1 )  >1nRb  &1?"k%>J #$%!<J!n~ P$H $ WU< ^" @dO peT~ %&wk"7cm ##B a!yv F c@!".  %m!t!%!X  /!n#~ W"3 !B$'V&/M 3@J&I Myl {"$ L B  m#u 7M$P @ R   Us9Q #E h>' [ z&$z%N%*$e 1_B #&u$5.+ J)UNz& !,5 V^ f")"Y2|)l !9%\C!]#"O/$i  > !l`&r4&Vj @O !Q ]  T^ * k @%`2}kEy  "p .*!r#&d Z!3%ot$H%$'w $gj  5!<!5X ~wHo%<v  " ) 5$zSI TX$bL!t f OM.d$ P\ B K -2#4 ;&g  J#?&oe"'n"T >  r+ K"Da "!& D'- (I !"&$WV >+ c` h&*o!} t$Y & R!# { ##:"[\v]4`$&Z@ "m&fO  8 nM &Y #L $ %G!$TFb! B#~0&U"\%"$y j!0!6 $j$' & &8c D d'h~ %M J8&$ RV !j# y C5 /[!r$s5%n`oD b !!$5 dL{!1=[9`) [!E` !:{#"$  UP  8  '&#P"d!O "r/ $ 5c,! !PzP&\ M B' t$E  ?xf' P$$c=5 c9 B % 9 B[ L "F &I 1Z&e+# #'6 ( !P"#$z O&>  "E&&BU q9  $g$5 l! @%B $f* 4@6b!qnBk "\! # 0%_$u# !$$~_#V'0t##&h" &B    ?w## S #& U _: ^R &{6 F LVh_!E {D#d 7  x4 &9%Pp G##x# &Wb +r"p#WC #3%!"6b.Gij >D x" V R f&H g  "e.Rmc0%WZ 2""%. >"7#Cn$} ,%;   $ = YY %A Z wq6DR!#" =!  f3 % #*#t!iqa y!y-W. 4 @!L"L} s&M!j Gn #&i+ '% %$&!Q=!!5&;;#""n"pN |  $ow{ &}#=0 ^n$! Gl c % "`&# vi . @Dh%p#G Jd p~ (?bH>$ V *RwYpv=@(#)__tbl_2_h.c 1.5 91/02/11 SMI  n J W HC$E%)! B+ ;c%#V!%S%#['_"f"# )&aiN | O&? .X$k!t/ d"5[#$xn5=& U 3$!/. .<=Bb#{ lg  KM C # @q w! %#T"!& " vu # #  $ rf^  oX Ec &p!|!7m   b $#:&_!.$  U!q) l$ s#h$AhU  < mm)E^ 3!2Q%^z4 Z W :%E& bL!%'"" l0S Ni$#9$U &Ms#A!K!$ l  /"W8'!i4J%O \0#{ X&  _!2 5" s "h h%e <  D !%# Q #` &G.QW  /$)  F"$,$< Jl_&Q#UQt$ `^#! F"NM$3 ]A#%K!$ & d f !  %> !F"ln!} u} ]& *%Uo -"&tV#H" FK ",^ # r f"i# #)  & /c !bp "$! P&t r j"f!%-% ?!6 KUDf  R $ jy:Z V& 0 m& V&`+ `!?!<#j Q UR j #)"%8%2H l"t! G# %}"3M  ~F  -Q"Re_Q 4 QJ"= MI 0 Xf !+8c l #S9 EQ[. I Z m! f] rY#$&PSj!$&&6'& T^D !#5V,%:$%$-&X H E TKVc!"o y bz ' ""O%  & {!="@$ B_.&% jz% 7L%""|\8#<T* q%V }$!&G!bg>"l % JY ~#8 u_' 7$"~%"^R;(- NEX"< e_>C& #R$R -)" P  d > "'!A;Y !'&v$h $h$-!j% +] % h&# S#Q&o V$,!/g#N W f&E"+/@< % <&Gt |@ $= F#iU jO!AU7&A! 7   ##! 4J#%|b| 6 -H  AH> J$J  G g#`gp %J}c <e"A7*";=! uO :  [!^&[sY C# 0`$&gt#"' H&7.:$=f#&^!!4  o%" x ]*R "O v$%P&<!8c-_ ]8" ^ & &#Y&"l" " "i #& &E 4"zje mE] % u %z P &Lw 0-D ;c!!gdq l Ly# Kz%"mt#& v V+ r dlt &#!0G ( V #P$:!%:!##! l# \ ? Z#bj#-! S$ g, 7LM :&B  "2Z!. |yu @d$ =)<E!`$$?o#!9 z 1$! S,%  #N1%J uX`'  #fT  X N)&%dFXr$#4~>#Iw"D 9 :$[9%@ & |?#& ?0 % Mc;!Bj Wm a"j$  , b W g R2!m%W9&$&= & 6 < ##YiY YSh/ 3jL& :$ x x"l {&; && oyw!H !Mi%$8m~ $""ja T$# f1) ,;P  k bX! l&_ N )%Y#9Ez'"G { %<0 >T MvOi$#v% J7znwB?&g3$FH Z#]G)T  '#D ($ W 2 % 6g ? 1  1$4&"~ "{ !\9 (%Bb<J#>J%P r 5$! Qc#8B+   !# ~B*#J }? l%u&+ z# *# + =$  ! & &   #!(!n  !% C Vd[ #Da  7"K!#4 @ _u :"&$ Y{LO l!CHNT&ve#a~ &6 _ Oj5s\g#r + I #yy %!/ej#l= : q $P <{&*l#Y! $ hsO6 J" t]% ^%$ !M ;4$&"# @^aP$%.DV 3M!%#ho" =- "".'~&r$ d$h %R#6&7c { &{"&o#??X>_r L & j "@"/$&3>$8Ar%$r&\I+#X ?p&-#[$|rX +# SNe$(Be&'%6  | " |l$/!& "mg1!@':tQUP u!# &x]h&&#V _ [}.'U "O8@&-A"4% 3$= , B $/ V}v$sE$m"G*  k} H! %w" {1B&q0 k& #$MSMe!)%$w% G'_ - M^7l#7 %!",$x% V HF m&w Vv  !C|: !"j$  q D "nV#%l("Ap a"^ T 'eN %m &5  L / sU)$!/) w h $2$ iY<$\ !%rl1%l # i4 bV &#  $m" -' %!"$1# 1 v< "6 -5v n!%t%U #w !`3=6"S b 7 Q a0^R?&]$% i!r bbLl ?##1~]##"%u$4 y @&W  c7 O|]@"I.<6G(l! Mj 1" >$y""!* 4$ vB D  O7"">!% E##o &W #&K] HJ&%(H'"|5  Y! x3 &S %"%: -$ W > "$5ol9#~K"H%\+ F oC\#N L"WSV(c$%$  b !Z!%F @ I oy"& %*GB37 )!3l6@&a # ]yvH"*T,#G!( l "#Q% w!' b z i` J 7 j7$  pZO Kwk `vI o'  "" %&! ( !$=}I m@(#)__tbl_2_s.c 1.5 91/02/11 SMI @  0 `4!h!F0P "60 ]Pg  @%*#!U#2 UWP 7^ n 0y` P+$V@!!"(3#AgF" %2 @#'eX> lb#/Nh"4 X3 & Vc<9@ ispY\ ep ,PX4 v i@ @ pp%*5#E `jT{  p!R/#R y^+"%`%cFy# %# PK ^$$' I " I&O .% ) 0M $ +R`&.! G $&$M: "p%9 d#c7 >& o}M_ A5@\^ %j& X$!&`y"` %RW$S S&! (&O0xQ,%P+/Y$ "VN! $ !@Id (;\ ?@g$ r~&"b & Z &[ R%/ i"ON2% ?8 d$<Qp  p!i   0  `' &`v&O 0= e r %` jc!R $ 3&! g&}q  0% 36 `$Wm&> "y x%}`?" o=wbZz# # }! pY kl# C a  \ !g%  t $I! %r* 0m!C#U`  `  $ T `:!# r$5T 8tf !ZpQpS  ##zw::D T t3ey p = f " g& {  E% UB h +` z#- tVJ%W !"`% 4# :E$i / j0u"xN`  B-"ht[V X# E @>Fl XlQ  " " ) I%` E$R#%1 #1!: R RS% +"d   #1WD I` O,cp .9 5I =!Lr` Z_{  :S`%jt| 2  !#"TM,:"B"p y#! Y$ttE WC2!  \ d#E@l . 8z5G$p ]q q$k!  = %! U z "#r~ ;p)&9E ;"w. S&D s zg#]%ys z g @ #  ~7{v8 j  } ^ H `]Of  i %%T!>%4z U  #b$#m#Y F"P 35%) * |iW6w&j ,#BU  "$&(+.147:=@CFILOSW[_cgkosw{ $+29@GNU\cjqx (1:CLU_is}$/:EP[fq} '4AN[hu㿘. .`6`@[6 @˒. 㿘. .`6`6 .@. 㿘  .`?#6`  @7  ?`"6 . ?#@*  @:`7 6  .` 6`  ?# " / /`*7` @66㿘?#  .`6`  @7   ?`"6 . ?#@J*  @:`7 6 㿠  .`?#6`$ @ """""""""""""""""@2`* @7@` 6" 6 ? /   2 6 㿘  .`?#6`  2@7  7`"6 . ?#@*  @2`7 6 㿠@ " 6/ @Ȓ@` 6㿠  " * `@6``2  6` `, V /`Ք``>?㿈'D'P  'T'XT'O"X "P' "P " P " P""  .@WJ/c#O@ "  O   &`+T "ccOJ "' &`+2`+P"6  O  `-2 ?P "  O   ?`1'`94` T "  'P*  O   ` `0`I5`Nu`i1`n"rO@u O Ȱ &mT "`0 ` 2 O O   O 0&' O 2' '6  O   `a`z4'` ` @N ` 6  O  ``a`z4'` N2` ` T%`' %`' " a"aP " '6  O  ` D  `a`z4'` N@ 6  O  ` D   2 T " a"aP " ' ' 2؀T "P " P'  '`)6-@` O   `)"`)P ""  O   `)2 T O   T " a"a P 0/` /`1``94_'`  "&P`  " P"" O,@!  @O-@,@T "  ' O   !"'`1`94`0@ , O   `1`94&`0"Y`0O 1O 9$`1' '` Qqœ2 @ `*`  "  "fO  x 2      1 x $ x% <D xE <Q x x  x  &E2 T O [ Y T "`0` 2R`1` &,' "%`` O   X"?"Ȁ$F`+P @@" 2XO@  O    $P& T' LO 2T  "TPT  "P 0/` /쀧`1x`94w'` T 2T " 6    ',@P$ "& @P @" P "" O,@!  @O-@@`,@P  ""    O   !$+`1)`94(`0@ , O   `1`9&O 1&' O 9$P' P "@" `02`1['` QƓ2 @ `*` "  "~  x 2    \ X X1 L X$ L% D LE Q L L X L X X&Q2T?"' O ? = T 2T "?"'  O   `0` 2O` &#' "%   O   0"`1' X"?"$`+P @ " 2X$}P`+  `-6  O   ` 2 `+6  O  ` "`+  O     `-6  O   )ဧ`0`9$` ` 2A` &<2  0 O   @-`-`@ "0 6  O  T"  Ց* ǒa     ( 8T "T "T "T "P "@ @" &' " ` 2 6  O  ` ""'  P"P *P""*TD "`"D"P " P"㿸'6  2 * 2 "  2 . 6 2 :   + 3     "  c 2 c@ 22 @ :  㿘@ ' 2  & ``"`6``2`.` 6` 2 *& & ?& .` & @f2&`.` 6` 2 & @" & @& .`@  & &  &  * 2 *  & 㿠@``6& .& 2 " &   &  &  ``"`.6 2 #22 & "& &  @ 2& 2& & @     2 :  / 7 /   " `*x& ".   %  .  `# `6  /` ``" / "@ & '@/`  2? / 7  '@/`  " ? #  / ?#8-5/ #8-5/ #8-5/ #8 -5 "@ &   %/    /@7@" *@aa"a㿸 ?6 '2 '* 2  "  2 * 2 2 2 :   %   /``.6"㿘@` ? 2 &  &  ``"`6`g2g.` 6` 2< 2< .& & & & 2&c.` 6` 2 2 & @" & & @&  & & * 2  &  㿰  `` &/`7`2 "!  #@2 2?2 ?2?2?  #@ @ :  㿈'LL 'PP!'D B 'HHD$% F3`HDPL?J!PPL NLD7`7 H@8D!0 @`!H HDT1`!H PLX# `HDPL@ ! /`ʒa0  )@ )L )X )lHDHD`!( `!( `!H PL ^ `!  俠!!  L   WD   )`K/`ʒbD  *T *h * *`! `! #``!Xa@`F``!`a@`L`#/`ʒb  * + +$ +8`!H `!H 1`!( `!( 3D    `!  p5! l LP* 2 ;HDH* H'L2 'P`0;HHa'D'H!H*   D@?L@P' <$ ``!hX`a @`Z??6P` !pPLHDč&#``#`@/`?`&/`˒`  , , - -, @'`!(  𵤈`!( ؽ:;>?㿀7 ?!`!.606 @6 @ `B B F F FF  FF 0F (FF FF FF FF F@ FFP H @ 0F (FF FF FF FF FF F X F+Ā @ HF @FF 8FF F X FĀ  X  X &@ 7 P&31  ? B& F̐ X Ɓ ' 6 ̒c` @"  8 HH @HH 8HH H H@&́LJʁ?պ/n??7&?ܽ?bl?ЇO?Ɂ>j?ԉ3?ǹ{K[?Ȱn⇜(?ɦl&?ʜ#@2y?ːR`?̄t.n?w W6?jM?[u,?Нŗcb?ы x?x7 WF?bw7?J6¯ ?0QJ? ?A?`Kc?زM9J%?ٌEMk?d#?:\l? N?SC,P?ݬgaO?@ T?e~0?%]ҩ? ?╎Y01?E7???䗏&?8{?Չ?mf9#?xF4?k]1^?зM?W?!TD-?%%?O8d?pC?|Wo?nWO ?$DU?|A?s ҁ?.4?Ng'z?GS?ӏ,[?9?K ?_@0?D?b6?pU:%?Am? myjM?O ?jl3S?PG?kz`?-pA?[TsQ?L?e?x ?g&?D?6?oo3?PRN`?ڽ?s%HW?Ʃ+?AMD L|?`,sj?}c?!:PS?0p?nj~ޱ?{e?C_? @1?^ ?$j!Lvv mq <|d'UlzcA<46WoG};Nh73XNI\*t&3'jÿTʥc ȥ*Iſ>0緍D5#2Xט3EԱ.B92.&xW=#ſP(ib4ے@j"8ؿRw31ib4ے'|ϙly7e^{ʓ<#eQ¿ſ@kT=e'|'cF3^]YI] ~:CA]DD VXXG?x3? 0b?ҊkL?'n*?•R#?0p?RZV?̏ǚ"?Ϲm^>+?g\?1?a^?ѽX ?9?ؚ3B[?#쿘L?D{̏c?܏ǚ"?jġ?_?%R?r%*?T?_^p@?y^?3O?V*?Fr?]>?*-&[ū?@L5-?.B9?*Wm? P? ]PVY?#쿘L?ӗ78?$?٦7O?R@x?Qz?T ?\jȈ?/p4?Sj?},?=a-m?z ?_^p@?;qcÀ?< ?Wh޳?)Pw?vZ9?h? Q.=`?SЈ? $W?(2?%sVO?iU%t@ӿ@Ӟ}@ Q.=`@48.@]?@+1Q@@ND@3@׻@A @d o@t5@9MH@V"@=Ҝ@RI?@.B9@mH5*U@kz@ɓQeJ@{:k@W.|9A@6,@hZ@B{s@)ԅ@[.o@_VV]@tw=@z;(@ }ѳ@ Aob;<7eN<>1E;־񫼍w\<<< wx;.`< :^}+9}iмAW;9?"CƼCjW?#7x͹^<B\Xּ4 &&& !@8&&& ʰ !|+aa@$@ `4 ( 0H@ " H 8ƅƉ Pʅʥ  0 HąNH!@4Q  B DB4` 0 J'ʀ`4< @": H 8 L&2 "@ 1#  H*+ PЙʙ P N$̡ P P N&2 "@ 1D  X*+ PНʙ ` D ̡ P ` N̙ L̡È@4`>>D "*$@ &@   F?Jā F?聨 V   V ? '  `c`Ԛb@  @  & & >>@(#)_TBL_ipio2.c 1.4 91/02/11 SMInND)'W4b<CAQc޻a$n:BMI. ђ)>5.Dp&_~A99S9_(;/Z mm6~' OF?f_-u'{=9Rk_]V0F{kϼ 6a^e_h@؀Ms'1Vs`{knND*+ v\պv|`S:p|*h{z8Ks^4['>9X>]U[J.5X #GE iR8 g5}MB~aPRwn`}hinU}%>JG-vw@ҐEaؐ!D)(n]nNDi1`ט*1{u`?a*qOڊYH#Z7QczGJR\9':EN-d'J[Je("Gq?5$Bh%i*hJBWuΙEG5?1Ar+}u%)i,- 1/ &e?o z_aa'D'H'T/ 'X!   " a a!'a!P!h ' @C&&''* *   &' &X.P6@a! '@`'``D@ a!< 1='@*`P@  F'@ *`P@ H L轧N4.`'@*`P@  R򽧈T.`@"@`@"`a!a!?a!?a!@'?#'#'#' " ' " '?,@@``a! \a! B.@& ^ț\&@`^;xx|;`@|;p T #xx#xx@;h@h`փV#pp#pp޵,\> . " &>2,\> 7 $Ga  .`@@2" "'@&.$   " , ,\\ @& 2aa! ހ"aaa@`;`@;pp`a! L#ra$  .`@& 2da %* ` 2  %* ` " X* ..`P@@@A:@  %;1%'@*`P@ P'@ *`P@ R  V轧X4`'@*`P@ @򽧈B`%`%!F#$" '`,@ 21a;hhl@s !a!  '^a! ^a! J,` NNЫ^" , '`"@,`"@aa@`@F! .`@. Za!# #   񽧉@&a!#"< =.`@$4$`@ F`H$* "`"T * ג`D  \T \ \ ]\a! .@@`L<.2H"" a! .@@`R<.2>??H""   Z2H" b" .@@@`B@`F&'@'`&&.@@@`N@`R&'@'`&&a! .@@`Z&6.2H"" H" " H" " H"?" ȁH" " H" "  @?+ .!a"%@@%@6 @N@%@&   0J (JJ JJ J?𕠉J J":JJ6J@ @''" 2`  ?6Dą @ٔP @J 8Jٖ㨕J N Nؘ N N N J NJ J6Jʁ@(#)_TBL_cos.c 1.5 91/02/11 SMI?4 |(?)pp?@7M?}6?L.?Wo2?|$?vS*w?pkߞ?je$\?d>*?]t5 ?Wg?QM?Jl:y?C? Ň;? /8\~?T}?A0 /&??ϧD?!Ov? aO?ç̓?)?s>=@?_T6?JK*D?6֥? I? Z?>^?P(?ƷY? k?/q?~N{J?e?>@@?K?1|?Pr}?lR??J.? } ?[?o9 ;?Q^?3݁?([}P?1?X?U:A N?Ab?̵&?Cs-?=}R?h/?駵je?Zg ? xM?Z]?iw?1m]? O?iU!?ovx?渘]<[k;tb<-F;g?M:L>(e$̘e3+z!r(x[u@|¶a> 6ܴ<$Լg$70<=WyBb:Ҋ4<ͤ?e&K<<9zXB5F</ȼ.h3rwR7V`ck<_w漎-~g6ļn+tR6?Ҹ>?3?ӭi?&?Ԡ = ?hz?Ց? )u?ւ8?:U?qUvB?mN?^ziI?Ԥt/?JkF?ٿ?4 ?ک[cw?2?ۑ>0۬C?@?wgў?ԥ?[4va?L2?>VX*i?ޮtK?ߎj?6)9ƙU??Ķ;?|_.?426WL?Px?B? THO?YtV(+?%l:?N8k?Fa?{5?qmY? ?,!y?戊NK/h?X<zB˙~8/l?ʀ) B @6D H FF F0F  @/  ЉD ȉD#acD%b 8 H'bࠉ ĉ$@Ā|& `6/`'@' /`'@' @@+@@/+3 "@''偠@  2 ?* 2  " "  2  * "   * @ 2  ;HHb B  #HH  :"5 :2"#㿀!b"# %2?.-4 BH&6?626?.-!+@/ 4 '?* 6/ .?  B&.?/+1 .+@?  B!)' ?/+1 .+@? ہ B ' ?2 p!b#?  @  >`'`B?@   .   B?  Bxz u/?*  ''  B6 "@ 82 ` " 'JD (ƉF D?" '葢 F (ȉHč& !'ؗ3 <+    '?" '艡Jā ?" '蒂`B? 0 ?/܉ Dܐ  B @$%? C''聠B؁@? * @  @`'D'H?'L'P?'  * ݒah  u v$ vx w< w w x x\ x y yd y z zl z { {` { | |h | }| ~@ ~ P  'c!8'c! @ ?@2ca=y  'c!Q'c! @w ?@2ocaVd PLc?DHD? 'c!j '! *  ;HH!@#cP L`@L * ` ;HH?@Q2?cap 4  'c!'c`@`?@=2+& " 'c!'c`@`?@,2 " 'c!'c! @ ?@2 " 'c!'c! @ ?@2 " 'c!'c! @ ?@2ca ֐  'c!'c! @Ӑ ?@ݐ2ca   'c!'c! @ ?@ǐ2caÔ   'c!'c! @ ?@2ca֔   'c!'c! @ ?@2ca ~  'c!'c! @{ ?@2sca h  'c"'c`@`?@q2_Z " 'c"'c! @T ?@^2Lcb A  'c"/'c! @> ?@H26cb3 +  'c"D'c! @( ?@22 cbH   'c"['c! @ ?@2 cba   'c"t'c! @ ?@2cbz   'c"'c!?@2cb א  'c"'c`@`?D2 P@ LLP Dc!PLH#pp#pp@;`@` @ @'@2 " 'c"'c! D?2 P@LLP Pc!PLT#pp#pp@;`@` @ @'@2{v " 'c"'c`@`?D2 c(P@wL?ؑ* 2 ;Hc!H Zc  ?@b2Pcb E  'c"'c! @B ?@L2:cbӔ /  'c"c'`@D * ` ;HH?@12 " 'c"'c! @ ?@2 cb  @8} !g"`㿘+DD* 'H@ 2  #H H 'L+DD`*`* @#H Ha᠐"0+DD* @ 2 #D D " a᠐ "+DD0* *  #D D ԑ. a  $ `2$Ha #!+DD*#@ #D2  D  #!Ȑ * +DDH*#@#Dc`@ * ` ;HH Dc`@ * ` ;Hc!0H>`2%H2"Ha #!+DD*#@ #D2  D  #!Ȑ * +DDH*#@#Dc!0 *  ;HHq Dc  *   ;HH cB`2'H2$Ha #!+DD*#@ #D2  D  #!Ȑ * +DDH*#@#Dc`@ * ` ;HH; Dc  *   ;HH -D`2$ca #!+DD*#@ #D2  D  #!Ȑ * +DDH*#@#Dc`@ * ` ;HH D`@&`'ȁ>? 㿀!c#`# ..?? B%DB@'  B?@B?)@@. B‰@ B   B@ D  D €&@  &㿀# ..% ? @ 9%5'** 54@ & @ @  @ qB@ & @ @  @ eB@ & @ @  @ YB@ & @ @  MB4К@ *@ & @ @  <B@ & @ @  .B@ & @ @  @  B@   2?@ B%@@*@?''!c# ? B?H @?A  B?? B 㿀!c#?) .+ B6  B B6  (ccJ  ccJ  ccJ  ccJ  ccJ  @ccJ  ccJ  ccJ  ccJ  ccJ  ccJ  8     `l `x ` `H `d `P ` `JP `\ `; `1 ` ` a a a ? a,O a8Rd aDQL aP> a\' ahT0 atNh a_ aX axX a a aD a at a0 a a b b b b(4 b4 b@ bL bXD bdŖ bp b|Ɩ\ bɖ bΖ bҖ bؖt bז8 bӖ bږH b bH bl c c  c c$ c0 c<" cH $ cT% c`5P cl6 cx4 c} cz cBX cx0 cR cjl cK@ c9 cr cZ cq d@ dY d A d,y d8w[\ dDZ dP d\l dh$ dt d d0 d d dx d d d$ d, dT d e el e e(ה e4Ö e@ eLx eX ed ep{ e|i e–\ e? e> e͖ eΖ eܖX e̖P eȖѴ eۖ eі f f  f f$ f0h f< 0 fH t fTˀ f`` fl\ fx@ fTh f\ fZ f_ fu f fX f f͈ fd ft gl gyT g  g, g8 gDĖ$ gPȖ8 g\Ŗ ghɖd gtʖ( gԖ gі g֖ gҖ gϖ gז g˖ gΖ g͖ gؖ gܖ hٖ hݖ hږ h( h4ޖ h@ hLߖ hX hd hp h| h h h h h h h h h h i i  i i$ i0 i< iH iT i` il ix i i i i i i i i i i i j j j  j, j8 jD jP j\ jh jt j j j j j j j j j! j# j" k$ k% k' k(& k4( k@, kL* kX- kd+ kp/ k|4 k5 k. k1 k2 k0 k8 k6 k9 k7 kMH l?0 l D( lN l$L l0\D l<T lH[L lTO l`S ll] lxV lPt lZ lX lR| lW lp\ l lɖ lܖd l l m m@ m  m,t m8 mD mP` m\D mh mt( m4 m m m m 8 mH m 8 mL m m mp n n& n%@ n(' n4$ n@* nL1 nX+( nd5w np> n|= nZ` nUT nYT n` na nҖ n͖T nԖ nɖ nʖ\ oі4 o Ӗ o֖X o$ז o0|B> %U+$k%mPe[D\[M{@ |cr}|N'zr/-ll185fIL(X&I.b"G2;/T6'f@C.W8OTHpKYx[],<uU%Lb5$v ?p4kuMcx}E  =";)GFOJE ltX#s2 ;:UZ Ko{AW]02}jC*a{eA%qa6$Mm<o dN<j2E3\?fVS7\(qcA=|_{Nw{oQAi!J\ P~wY/'$~0x u g k8Q!/nY 3$zT?PsB-{4'%X~|>*rRv9pODDgTSCbgu=}h&S@Z \y!x6 -yA,#%zIo 40.oqxVT(3n6kk^< 7)z-F+"js& 9+16A7;DFtIKVW`iqrRsty~LzR?5_BTd1,UcQSc.   aOm !]"^&()*^+-.<15d9:_<=BDEGFGHHJKL MNO*RTWXY8Z4\] ^N_`cdeghiDlmnpqstu*vwy:z{}Wl "#V[ =0oir`v'>f25`@L|~Ij0h K8Vnp0JP8YXhW7#Pxnwdt   "Z#%&'()*+,-.;/!1m345789:=>?@A[CEGxHJKLM%OPQRSUV:WYZ[Q],^ _`abde>fghi~jklImnoprsStvwyz|}}C&>]9HAHX )`  :O3FCRitj7!4wqB^EbcYnaZN@ql(e    #u3`8 M!"#$$&J'J()[*+,-./v012345?6|789y:;m<f=r>?@BCEFGHIJKkLMNOPQRSTUV0XZ{[\]^X_`abc4defghOijklmunoDpqrgsuviwUxFybz{<|}~~2M+z Jv ,G}$" -1!BE^6,ds@Q te-/heh; 5  j  )9rn !i"#$%t&'()*+,./N0x1237456:78>9j:;a<'=y>?@AQB C_DEFGHpIKL2NPQRFSTUVWXYZ[\]s^_V`wa bc;deafSghiwjklmnofp9q rstuvwxy{|}~v bq.LK#B]3Uk&o(\|mW/Hy=D+_6) G *   1I !"l#$%?&'()*+,-.C/0P1234567R9:;<=>M?@ABCDEFGHIJKLuMNOPQYRgSTZUVWXYZ[\]p^_`zabcdefghijkl~mnopqrstuvwxyz{|}~ Y  p P%, "2d< o@;M3 `E >K Qe-hZ)c4"k3s9TLV]Q oH^>s   b `PsP% -M%.GIw`^`&k\Z`v:PLRG oL;& шZ<<0 0 0t5P\bK`H,::μ)0) oP10`90pAPGR@ee)x{0N `[ "{  N] TO ӘL*5P *@ `%1-д;IKG]bi`fS x?:07@ (dnNw) ?_`ET2 3333` H5z:AE\-U" doi]^s  | H 5   `    .X&ea=e%W @dwd;} Ҭ,KY8dxARcul\f3`e9nf5we4(fO5  >  >p4] >0H2ڀayD1p2@1 @ @5@u]Pw&&t7P>NEuS1[4-sPjqDy#-ph)v"t|;P/o8qy%6=V8`<ew ` =#1+137A@MHRY1a =h3tpw]S3-%x WD3&LY l1'1j+` x Ơ20''`3"C = Ƥ !^ M"-g4 :@MHa 9dQ2%DY3%a3i2*@q=? |; | cU4 G4?2q1C#Pc'3. &     ,4 4d:p >  O]6 Y b ? h o bp 3 d #l 2" 2b)d ^M8  ƨ D(  ? Ƭ "E ư " FP` L%UX % CC ƴ /C' 9 ] Ƹ D  Ƽ M  T [ e e* L m* u*U }* < *J6` (VD >  d T $ U T T 0  0FP  : 'T [Q "[YQ< 8a0 A*r I  OIhT _ T h UH q#O : aMx "n Yy I% D [p 7N+ J ]4 p.( ~: 4 &x p  Qq `< H 4q N,v haX s$ F 3j  ovT . h as  W Kamm./mC:n\Ef>q^x_gkX&=n<nx0]XnYb 1Abp/d#8%HZQ^9v9@9;P JD8O5  2'X6K E Tib wPyhS+tPsh'($!Lh  EnR)4X($x$yД6K!|H5 _VUKt ` = K2t\7S(7:m'[^$ =O48LG=mMz2Y E  E X%o/$+-*\@1X\igDwPwgx$q$4RR~8&,GJ(X81dh5CdQ_/}m7|B\Y#A F+ N7 "-6=-][S+ g1vo,|P/-b3/?Gx=a|b ]Cl &Jg0:;AUF:;Q?Tbq eO8CY- X  r!L  sP0€CPUY+829r@3MoA8T=cDgRLs(~TN0Uڠ$-ZKb`!X J"F( !Hc)e,$3h,2$Y?."Z7h]v64dcCON9z(7 UH\a<bE+R7c%A:=O^T_@Smf@dH$nˀX#D!&h0T}>!F/4?O(_/qQ@8C\Fd $  +h (7 \DeZx GV OT ? >XdiQ cph 1d6%c_H.4O6d?dH{U0cPjvt}U}e* #ȔG pWY0Whs.(~ FL4 Z x, l 4  dh c.d :8 :.1, -:" ::B Gd,d P  o@N( | J8 " '  @  Ix 'd  p E  C4 ^]( b<Ap  C\ R c6 e\8!1! 5!26B!a !%l5L!0H@x!@WB6!S^_!]\ !fXb!k !a!q`I`\!{W`!Z`!a`! b!cz!Z!!Z<!\d!7!:"3x"aw|"8G"SU"i"}+D֘"I& "9&" "]H" ""~0#X?|#+S#Cb:\#TQ0#e\'#vF/4#`>#3#]L#=#<*n#]x|$ b$"#l$7P^$L$=$\$$lI$z0$ 1 $$$z$8Ð$O$>bb$?J0% ^%' %DWH%a?$%w ]%2%(L%H%OP%  (%e:D&^O&P&7&J/P&]@~|&p_Ft&|Sp&E%L&"8&"&&_j'^'-8-H -[(-k-x0N-[ -:-Pb-]-Y-} (-K.33 Ӽ..*U8.:Zd.F'.Y-.t#...d.X&...(J/8/3U /DIz/WF/r/?H//t/3//:/ "0/5b040f0,<0:`0E@0Td0]fWh0f (0oe P0x e80^0d +00a̤0101 09K 0d H0cG`03qP020cO50c@020212=1_1A1U:p1$01,11411<1 H1D01L01Tb1]c1f21n21v21~21d *x1e /1 mP1cK11 X1d; *1bXl1_%Z1 p1Q1R1bY@111 -1+`2 ,/`P2bgـ2!b +2*cL23aV2<b2Eb2Nc?2W, >2_31 2gbCH2p[ v2z_9d2 ;2222$h2b2cY82a#t2P2d0P22@2b42c9X2cQ82d!2 2{2c{@03c'?3 130 /3ch3&c߰3/ct38c83A, >3I0mU3QTS3]cSh3fcS 3o3T3w3S3 !3 !3>3 C3- B3X B3W B`3 ! 3 !3F BX3v@4 a4a Bd4_ Bx4(^c 342, B49W B4DV B|4O0 B4W (4d (4q] B4{ Q 4Xk Bl4 =$4 =(4I 14 b%,4 bN04' 04_46$4eX5`z5 _m$5_l5_Ka5)] B535:5A`5OV 05V[q5aW B\5li5v51_5<5852855bP5.f 35`5_]05 _85W 3 51 B6> 36cIp6bH6#b 36, b{<65 bX@6> bYD6G1(6O>x6\X<6gK)\6s96b] B6 6J6cg6`6}6ɜ6d36b6>6 &H7] Bt7L"7 XH7)W Bp74:\P7JH Bh7V>7d^~ Ch7nV D(7y: 7g h7W7>7S77 , >7 cx7d707bl727Z 8S(8 r8188#{8*8>,_8K/8Z#d8j"8w1!(8N<80848=y`8`(8`/h8d28e/8a38e88Z1H9[49 $9499&a09/bx198c29A9J9QC9XC9_E T9o B9}' 9 l9r9291b929>D9e79*E99+9)b:U&:/:) U|:: :@c:J":\al:g1:o,F:~ee U4:\6(:JX:JD: (:+:`.:e:S := L: ; P( ;U ;#? L;5 ;DF2 L;PW ;_O;k&9 <;{ ;_ ;3 ;d4 6x;c ;\; ;d 4; ; ; E; L;$; -; '4;H 48;<1n< a (X<cR <b 8<%2r 8<-` <<7fX<@3( o<` M< [<[ iX=] ?=.} A=.s A=!. @0=).~ BH=1.{ ?=9. Ap=A. @=I]a B=R Lp=_] B=h. C(=pa Y8=y. C=] D=] DP=^ D=. D=a L4=.X EP=` L =cJ pH=\ s\=W t0=X s=UK s>^n q>^ tp>.. s@>.\F S>8+] l>F, k>T4p >i* u8>$@ t> > > 7>U &> 5> 5h? 5? (*?7bk $?Gc 8?W$^ ?ocM u?b vl?b v?b v?b v0? =?^ v?` w?a w?4 w?4 wH?4 w(?4) w@1q x@  @j @,* ,@A e@Vq @e H@t[ x @ @ l@=J 8@a @aH x@e ^@e ]@d ] @\^ @? DA  %A2 A& A9Q` bDAL_> k AV_ l,A``? AjT AuL A A `A= A` AcAc Ac Ab A1AZ$A4 A`B\5 B`B#3WB+' BK6 BdI TB}Yg B>! B?} Bm B6 B 4 HB? B C7K όC5^ ˸CVR pCwj фCl C8 C XCX' ҬC\{ 4C @D ' $D D1 "`DA[ DKc ΰD`_ xDj> XD  dD |D4 fhDB HD D DD `D7 kdD |D) E @ ET E/bh PE9 lED ES EbYP 4En\P Ez' E?x $E:4  E kE 6hE6 jE EbE PEdO `E^ DEK F Y !F 'F -F# #`F' #(F. "F5 "F< "FCa "TFJ_ " FQ )FU /FY %F]6 uFl 3Frd} 6$F{ 6XF2 5F  8FB >`FT jF2: p<FL GF E FQm CF1 DF_& DF_! DFI ExGa GG Y[ ETGV CG$Rg H@G1U H\G?w H|GQ GGcH GGu H G! HGF HG oG5 MhG5 QhG7 [G/ WG0 ZxG/ YG K RG P PHB OH SH a ]H** a8H?\/ ^HQ[ `DHc[ `HuZ H wPH' bH@ HW H- _HU Iw IP I&QO tI8P ,IJP I\P InF^ Id o$I, $IX rhIM I6[ J(U @J&K mHJ#M DJ6' dJKbc J`1 یJu XJN `JL J) J4 JF JM @K >V K$$ ˌK;39 KO2; hKcL hKw#] K$ K70 K+ KX @K LF LUb L% tL8cj xLMFv `Lf <L} W%L%j L2L ^L JLY L jL !\L %`L -hLKq 0XLK 3`M& 9xM& AxM8r LPM*9 `M7 ePMDG bMQ gM^ T ktMd t Mj kPMqc oM~f qMe o\M o(M2 oMdJ XMc `M  MeL Mq M dMd Me Md LMd tMd `Nd $Nep Ne N"e 8N+e N4d _etext_edata_endstartstart_float__exit_main_environ__DYNAMIC_exit_free_my_done_my_quit_xv_set_xv_get_arrange_default_but_GPL_set_database_dblookup_xv_frame_base_pkg_wfdisc_rel_window_set_xv_cms_pkg_sprintf_check_wfdisc_trace_data_Table_free_arrange_checkbox_xv_find_xv_init_get_wfdisc30_trace_data_get_wfdisc28_trace_data_copystrip_css_names_ch_wfdisc_trace_data_compose_wf_file_name_progName_wfdisc_done_xv_font_pkg_get_trace_access_bframe_banner_arrange_clear_but_arrange_apply_but_Table_color_Table_paint_dbType_dbopen_dbgetv_xv_destroy_safe_display_response__DBL_compose_filename_Table_attr_name_xv_panel_choice_pkg_xv_panel_button_pkg_DBL_get_attrs_cms_Program_Name_xv_panel_pkg_xv_main_loop_tuple_event_proc_clear_register_notice_prompt_malloc_Table_resize_Table_create_arrange_cancel_but_dbquery_xv_frame_cmd_pkg_get_tuple_attr_arrange_but__iob_fprintf_button_proc_xv_create_GPL_create_from_xview_canvas_css_strings_Table_attr_width_atoi_strlen_strcmp_strcat_strcpy_xv_panel_message_pkg.mul_Table_fit_make_rel_table_xv_canvas_pkg.rem_dbisnull_strings_dbget_w_strgs_nl_atof_etoh_xview_button_proc_GPL_create_xview_menus_xview_menu_proc_GPL_event_xv_command_menu_pkg_ol_get_widget_xview_event_proc_xv_menu_item_pkg_GPL_create_llaxis__getrespnstages__evlresp__setaxf__setscl__setdim__setbac__setfor__Flog_Fexp_getresptype__freeresp__Fsqrt_clear__s_cmp_initt__readresp__laxis__nplot__r_atn2_box__getrespfir__getresppaz__dbnextid_DBL_get_rel_DBL_get_ntuples_dbadd_dbput_DBL_exist_db_dbputv_DBL_put_tuple_DBL_add_tuple_DBL_get_tuple_DBL_exist_rel_DBL_get_nrels_die_db30_create_DBL_check_file_register_error_dbd2c_dbresolve_complain_realloc_close_open_fread_fseek_g2_to_flt_fclose_getwf__tg_g2_to_int_dbfilename.div_write_memcpy_zopen_putwf__lseek_map_table_sncopy_concat_paths_new_scratch_szcopy_fopen_find_path_gettbl_getarr_Databases_tbl_maxtbl.stret4_strchr_dbread_view_Databases_root_todays_date_init_schema_fgets_stat_new_database_abspath_newtbl_settbl_strdup_setarr_Default_schema_Default_dbpath_dbc2d_dbwrite_view_fstat_dbinvalid_new_relation_dbcreate_view_fwrite_fscanf_dbtbl2view_freetbl_sscanf_dbsave_view_dbp2c_dbc2p_signaling_nan_strtod_new_null_find_schemafile_datafile_strncpy_mmap_errno_set_table_names_new_table_munmap_freopen_new_attribute_memset_newarr_new_schema_DB_database_DB_parse_DB_in_Schemas_tbl_DB_schema_DB_lineno_DB_restart_dbadd_attribute_DB_debug_DB_error_attribute_yynerrs_DB_r1_DB_r2_relation_DB_def_DB_chk_DB_pgo_DB_act_DB_lex_dbadd_relation_yyval_yyerrflag_itemtbl_DB_exca_DB_lval_DB_char_DB_pact_fputs_DB_switch_to_buffer_read_DB_delete_buffer_DB_create_buffer_DB_load_buffer_state__flsbuf_DB_out_atol_DB_init_buffer_DB_leng_DB_text_gpl_ol_sta_scroll_proc_gpl_ol_phase_menu_proc_gpl_ol_trace_menu_proc_gpl_ol_scale_menu_proc_gpl_key_event_proc_def_XCreatePixmapFromBitmapData_gpl_filters_def_gpl_ol_add_arrival_button_proc_XSetCloseDownMode_XQueryBestStipple_XCreateFontCursor_hls_to_pixel_gpl_ol_time_scroll_proc_gpl_ol_uvar_scroll_proc_gpl_ol_filter_menu_proc_gpl_ol_quit_button_proc_XLoadQueryFont_gpl_ol_amp_menu_proc_ol_create_widget_gpl_ol_arrival_menu_proc_gpl_ol_print_button_proc_gpl_ol_moveout_menu_proc_ol_create_get_inverse_pixel_set_pixel_ol_set_widget_gpl_ol_mode_menu_proc_gpl_phases_def_GPL_create_simple_XOpenDisplay_create_overlays_gpl_locate_pane_XLookupString_gpl_event_time_pane_gpl_event_uvar_pane_gpl_event_sta_scrl_pane_GPL_free_gpl_event_expose_gpl_event_trace_pane_gpl_event_time_scrl_pane_gpl_event_uvar_scrl_pane_gpl_event_gpl_win_parent_gpl_event_status_pane_gpl_event_widget_pane_gpl_event_sta_pane_delete_overlays_ol_free_XDestroyWindow_XFreeGC_XFreePixmap_gpl_set_arrival_delete_gpl_set_arrival_deltim_XCreateGC_gpl_set_arrival_select_gpl_set_uvarwin_gpl_auto_ampper_gpl_set_arrival_select_ovl_gpl_set_arrival_deltim_ovl_gpl_set_arrival_delete_ovl_XSetFillStyle_XDefineCursor_XCreateWindow_draw_overlay_gpl_set_arrival_add_Box_free_gpl_set_stawin_full_Box_draw_gpl_set_sta0_gpl_get_uvar_gpl_set_arrival_add_ovl_XMapWindow_GPL_draw_move_resize_overlay_gpl_set_sta_both_gpl_free_arrival_gpl_draw_arrival_gpl_paint_subrgn_XCreateBitmapFromData_GPL_apply_Xdefaults_move_overlay_xcom_create_gpl_set_arrival_ampper_auto_gpl_set_arrival_ampper_show_gpl_set_arrival_deltim_show_XSetBackground_XSetForeground_gpl_set_arrival_time_Box_erase_gpl_set_uvarwin_full_gpl_set_uvar0_gpl_set_arrival_ampper_auto_ovl_gpl_set_arrival_ampper_show_ovl_gpl_set_arrival_deltim_show_ovl_gpl_first_flg_gpl_first_ovl_gpl_set_arrival_time_ovl_GPL_paint_xcom_clear_register_gpl_set_uvar_both_gpl_set_sta0_full_gpl_find_root_gpl_XSetStandardProperties_GPL_get_trace_delete_overlay_gpl_set_arrival_phase_Box_create_gpl_draw_arflg_deltim_gpl_draw_arflg_ampper_XSetTile_XSetFont_gpl_set_stawin_ol_draw_menu_item_gpl_set_arrival_phase_ovl_gpl_create_arrival_pixmap_XTextExtents_XSelectInput_XUnmapWindow_XGetGeometry_gpl_set_ampper_ovl_gpl_set_uvar0_full_XChangeWindowAttributes_xcom_register_gpl_set_sln_XDrawImageString_XrmGetStringDatabase_XrmInitialize_toupper_XrmMergeDatabases_XrmGetResource_XParseGeometry_gpl_colorname_to_hls_XrmGetFileDatabase_getenv_XParseColor_XrmParseCommand_gpl_rgb_to_hls_printf_GPL_get_Xdefaults_XDrawLines_XFillRectangle_gpl_draw_ol_scroll_scrollbar_gpl_paint_gpl_draw_stas_GPL_print_gpl_render_wiggle_plot_XCopyArea_XPutImage_XDrawLine_gpl_get_segment_XDestroyImage_XCreatePixmap_setbfl__gpl_draw_trace_rect_XFlush_XClearArea_XTextWidth_XDrawPoint_postscript_plot_sqrt_gpl_draw_moveout_time_line__cfont__gpl_get_trace_XSetClipRectangles_qpbin_qsort_qplot_XDrawString_text__gpl_draw_arrivals_flt_compar_qplotsegs_gpl_get_dt_gpl_layout_XFillRectangles_olbp_draw_box_int_compar_chrsiz__gpl_filter_seg_get_nice_fvals_gpl_draw_uvars_get_nice_times_gpl_draw_times_filrec__qpfree_ol_draw_scrollbar_gpl_render_grayscale_plot_XCreateImage_XSetClipMask_nqplotsegs_inifil__gpl_get_sta_gpl_event_add_arrivals_XGetWindowAttributes_gpl_event_both_zoom_gpl_event_uvar_zoom_gpl_event_time_zoom_XCheckWindowEvent_XMoveResizeWindow_XNextEvent_ol_event_locate_trace_XUngrabPointer_ol_draw_menu_gpl_draw_time_cursor_ol_initialize_scrollbar_gpl_event_arrival_gpl_event_moveout_is_in_pane_gpl_event_both_scroll_gpl_event_uvar_scroll_gpl_event_time_scroll_XGrabPointer_XWarpPointer_locate_station_locate_overlay_turnon_overlay_destroy_overlays_turnon_overlays_turnoff_overlay_turnoff_overlays_qpfreeoverlaps_xpl_xps_ypl_fabs_get_nice_uvars_recoef__l2h__l2l__Ftan_Fcos_butsta__butflc__ctime_getpid_cuserid_finitt__system_re_exec_re_comp_stalist_cmp_ol_update_scrollbar_GPL_select_traces_GPL_get_my_free_mycolor_Table_vscroll_xv_panel_text_pkg_tbl_canvas_event_proc_tbl_upp_button_tbl_upl_button_notify_next_event_func_panel_paint_tbl_vscroll_XQueryFont_panel_vscroll_repaint_proc_tbl_last_button_Table_repaint_proc_Table_tupattr_editable_notify_interpose_event_func_XAllocColor_xv_server_image_pkg_tbl_frame_resize_tbl_downl_button_tbl_downp_button_tbl_first_button_Table_tupattr_value_Table_tupattr_color_xv_scrollbar_pkg_tbl_select_text_proc_XClearWindow_panel_text_notify_Table_attr_color_tbl_render_vscroll_items_tbl_select_button_tbl_vscroll_paint_to_complex_print_response_copy_fap_copy_iir_copy_fir_copy_paz_eval_fap_eval_iir_eval_fir_copy_response_group_eval_paz_new_response_group_fixsrate_free_fap_free_iir_free_fir_free_paz_write_response_init_response_group_valsarr_compare_response_get_response_stage_type_nextline_read_fap_read_iir_read_fir_read_paz_new_response_get_response_nstages_eval_response_free_response_print_fap_print_iir_print_fir_print_paz_get_response_stage_fir_coefs_add_response_group_read_response_write_fap_write_iir_write_fir_write_paz_fixresp_freearr_compare_fap_compare_iir_compare_fir_compare_paz_keysarr_get_response_stage_fir_ncoefs_getrespiir__sin_atan2_cmult_to_polar_cos.stret8_cdiv_todaysdate_htoe_dbstrf2c_dtoepoch_strncmp_timecon_tolower_mdtodate_month_day_gmtime_zh_today_isleap__ctype__timeprint_my_strncasecmp_time_string2epoch_doy2mday_No_date_e2h_h2e__mday2doy_doy2mday__mday2doy__h2e_e2h__olbp_hsv_to_3D_olbp_get_gcrec_olbp_total_gcs_olbp_cmp_fonts_olbp_draw_text_XChangeGC_XDrawText_olbp_compute_intersection_olbp_draw_vertical_slider_olbp_scroll_stipple_rects_XUnionRectWithRegion_olbp_destroy_gcrec_olbp_draw_elevator_olbp_hsv_to_xcolor_olbp_rgb_to_xcolor_olbp_set_text_font_olbp_xcolor_to_hsv_XCreateRegion_XDrawSegments_olbp_update_horizontal_slider_olbp_malloc_olbp_draw_pixmap_label_olbp_hsv_to_rgb_olbp_draw_gauge_olbp_initialize_olbp_gc_matches_olbp_rgb_to_hsv_XCopyPlane_olbp_update_vertical_gauge_olbp_draw_numscroll_button_olbp_draw_varheight_button_olbp_draw_menu_mark_olbp_draw_scrollbar_olbp_set_glyph_font_olbp_draw_check_box_XDrawRectangle_XDestroyRegion_olbp_destroy_calloc_olbp_update_horiz_gauge_olbp_draw_abbrev_button_olbp_draw_resize_corner_olbp_calculate_3Dcolors_olbp_draw_button_olbp_draw_slider_olbp_draw_textscroll_button_olbp_draw_horizontal_slider_olbp_update_vertical_slider_olbp_draw_text_ledge_olbp_gcrec_available_olbp_set_color_smart_XSubtractRegion_XDrawRectangles_XClipBox_olbp_draw_vertical_gauge_olbp_draw_slider_control_olbp_set_stipple_pixmaps_olbp_get_perdisplay_list_olbp_draw_pushpin_olbp_calc_add_ins_olbp_stipple_rect_olbp_error_olbp_initialise_gcrec_olbp_draw_horiz_gauge_olbp_get_grey_stipple_olbp_get_busy_stipple_olbp_draw_choice_item_olbp_set_single_color_olbp_get_single_color_ol_free_widget_ol_scroll_popup_proc_ol_locate_elev_ol_scrollbar_scale_menu_locate_ol_draw_box_ol_event_button_button_locate_ol_locate_scrollbar_ol_locate_arrow0_ol_locate_arrow1_ol_event_menu_ol_erase_menu_XGetGeometryRelativeToRoot_ol_locate_anchor0_ol_locate_anchor1_XStoreColor_XFreeColors_value_hls_to_rgb_XAllocColorCells_XQueryTree_XFree_canvas_view_destroy_xv_openwin_pkg_canvas_paint_get_canvas_paint_set_canvas_view_init_xv_canvas_view_pkg_canvas_set_avlist_canvas_destroy_xv_canvas_pw_pkg_canvas_init_xv_window_pkg_canvas_get_attr_canvas_view_get_cms_init_cms_get_attr_cms_find_cms_xv_generic_pkg_cms_set_avlist_cms_destroy_font_set_avlist_font_destroy_struct_font_init_font_get_attr_font_find_font_frame_help_init_frame_base_init_xv_frame_help_pkg_frame_help_get_attr_frame_base_get_attr_frame_set_avlist_xv_frame_class_pkg_frame_cmd_set_avlist_frame_destroy_frame_cmd_destroy_frame_init_frame_help_set_avlist_frame_base_set_avlist_frame_get_attr_frame_cmd_init_frame_cmd_get_attr_frame_help_destroy_frame_base_destroy_menu_create_item_internal_menu_item_destroy_internal_xv_toggle_menu_pkg_xv_choice_menu_pkg_menu_gets_menu_sets_menu_create_internal_menu_pkg_find_menu_destroy_internal_menu_item_gets_menu_item_sets_openwin_get_openwin_set_openwin_destroy_openwin_init_xv_panel_item_pkg_panel_button_destroy_panel_button_init_choice_set_avlist_choice_destroy_choice_init_choice_get_attr_panel_message_init_text_set_avlist_text_destroy_text_init_text_get_attr_panel_get_attr_xv_panel_view_pkg_slider_destroy_slider_init_panel_view_init_xv_panel_gauge_pkg_gauge_set_avlist_slider_get_attr_gauge_destroy_panel_set_avlist_xv_panel_slider_pkg_gauge_init_xv_scrollable_panel_pkg_panel_destroy_gauge_get_attr_panel_init_slider_set_avlist_scrollbar_create_internal_scrollbar_get_internal_scrollbar_set_internal_scrollbar_destroy_internal_server_image_create_internal_server_image_get_internal_server_image_set_internal_server_image_destroy_internal_xv_drawable_pkg_window_set_avlist_window_destroy_win_struct_window_init_window_get_attr_generic_destroy_generic_init_drawable_destroy_drawable_init_drawable_get_attr_defeat_event_security_generic_set_avlist_generic_get_item_set_avlist_item_destroy_item_init_item_get_attr_nclose__number__nlstyl__ngrcom__npcolr__do_f_out_ocflag__axis__hdstrkl__dnice__e_wsfi_tics__axstuf__clrrgn__ntype__nopen__getfor__hdstrk__s_wsfi_s_wsFi_s_copy_do_l_out_f_rew_datafile__e_rsue_e_wsle_e_wsfe_fonts__f_open_f_clos_do_u_in_hdstlf__s_rsue_s_wsle_s_wsFe_s_stop_npchr2__partxt__spc__gethit__hdclr__drwclr__hdclrl__hdclrgl__pdim__xmap__ymap__hdclrg__hdend__xplpid__hdpscoloroff__hdpscolorset__chrdir__filcom__getenv__hdback__hdfore__hdinit__hdopen__Flog10_pow_ri_hddash__c_conv_i_hdfilll__pscl__movev__plot1__hdfill__hdthik__gettype__i_len_offset__tdraw__getbac__getdim__getfrm__nalpha__pscl2__getscl__getclp__drawv__chcom__getchr__getsiz__hdtxtf__hdtext__Fexp10_in2uu__getxscale__getymp__getxmp__rymap__rxmap__hd_back_red_hd_back_sat_hdhls_to_rgb_hd_back_blue_hd_gc_hd_visual_hd_pixmap_hd_back_green_hd_back_light_hd_display_hdhls_to_pixel_hd_back_hd_cmap_hd_width_hd_ldraw_hd_fd_hd_lstart_hd_height_hd_lon_hd_fore_red_hd_fore_sat_hd_batch_hd_fore_blue_hd_window_hd_fore_green_hd_fore_light_hd_pscolor_hd_fore_hd_rect_hd_colormap_cewrite__hdreverse_video_resamp__hdpnimg__hdinimg__hdfrimg__hdcrimg__hd_depth_cadd__cset__hdpscoloron__hd_rv_hdpnimgl__hd_screen_setgrey__setmono__getfl__setgrcol__setmncol__setbpl_XSetLineAttributes_hddashl_hd_polyfill_hdmovel__hddrawl__hd_nptsl_hd_points_hd_von_hd_points_size_hdmove__hddraw__hd_fill_hd_npts_hd_oldx_hd_oldy_hdendl_hdpolyfill__hdfillon__hdfilloff__XFillPolygon_hd_save_hdrgb_to_hls_hdhls_to_pixelrgb_hdvalue_getlogin_pscreate_convert_string_epsfpro_hdcmnt__gethostname_hd_filename_hd_cfont_XRecolorCursor_hd_xpllib_hd_cursor_nxplotd_launchdaemon_hd_iwindow_XDisplayName_hd_lfont_hd_lastth_nxplotd_getprop_nxplotd_getatoms_my_system_sleep_XChangeProperty_XSync_Fsin_legend__lgnd__e_rsle_do_l_in_s_rsle_parse_on_1char_check_cmd_wait_execvp_dup_vfork_XGetWindowProperty_XInternAtom_XUngrabServer_xcom_msg_event_xcom_setmsg_xcom_getmsg_xcom_lookup_XGrabServer_strstr_xcom_getatoms_applytbl_applyarr_maxstbl_newstbl_freestbl_tdelete_tsearch_tststbl_applystbl_settbl_size_tfind_twalk_addstbl_delstbl_getstbl_strrchr_split_cs2fs_fs2cs_Immediate_Flag_get_register_sys_errlist_sys_nerr_vsprintf_vfprintf_fflush_perror_strcpy_pad_regfree___builtin_alloca_abort_re_compile_pattern_re_compile_fastmap_re_search_2_gnu_regerror_re_max_failures.umul_re_match_re_set_registers_re_search_memcmp_re_set_syntax_re_syntax_options_re_match_2_gnu_regexec_gnu_regcomp_whitespace_blank_closedir_opendir_get_output_file_last_input_file_get_argument_add_slash_del_slash_last_output_file_get_directory_clean_path_last_argument_get_option_get_input_file_readable_file_parse_path_writable_file_mappath_makedir_sed_readmap_loc1_loc2_locs_circf_chdir_nbra_step_setmapcf_mkdir_getcwd_advance_compile_dirbase_regerr_compress_tempnam_unlink_r_cos__r_exp__r_exp10__r_log__r_log10__r_sin__r_sqrt__r_tan___Q_get_rp_rd__Q_set_exception_fp_precision_fp_direction__Q_div__fp_unpack__fp_div__fp_current_exceptions__fp_pack__Q_dtoq__Q_fle__Q_fge__Q_fne__Q_cmp__Q_feq__Q_flt__Q_fgt__Q_cmpe__fp_compare__Q_itoq__Q_mul__fp_mul__Q_neg__Q_qtod__Q_qtoi__Q_stoq__Q_sub__fp_sub__Q_add__fp_add_fpu_normalize_fpu_error_nan_fpu_neg2wc_fpu_sub3wc_fpu_add3wc_fpu_rightshift_fpu_cmpli_fpu_set_exception__fp_sqrt_unpackdouble_unpacksingle___double_to_decimal___nox_double_to_decimal___nox_single_to_decimal___nan_written___inf_written___base_conversion_write_only_double___class_quadruple___nan_read___inf_read__fp_current_precision__fp_current_direction___class_double___class_single___quadruple_to_decimal___nox_quadruple_to_decimal__swapRD__swapTE__swapRP__swapEX_fp_accrued_exceptions_i_conv_c_c_cmplx_d_cmplx_tstz_d_tstz_f_tstz_i_tstz_s_finite_func_to_decimal_file_to_decimal_decimal_to_extended_extended_to_decimal___pack_single___pack_double_fix_libc__decimal_to_single_decimal_to_double_double_to_decimal__doscan__doprnt_sgconvert_sfconvert_seconvert___pack_extended___unpack_single___unpack_double_sigfpe_string_to_decimal_single_to_decimal_econvert_fconvert_gconvert__mkarglst___quorem10000.urem.udiv___four_digits_quick_table__getarg__wrtchk_qgconvert_qfconvert_qeconvert_memchr_localeconv_strspn__xflsbuf_decimal_to_quadruple__filbuf_ungetc___integerstring_to_big_decimal___big_float_times_power___base_conversion_abort___pack_quadruple___inrange_double___inrange_single___set_ieee_flags___get_ieee_flags___free_big_float___inrange_quadex___decimal_to_binary_integer___big_decimal_to_big_binary___fractionstring_to_big_decimal___base_conversion_set_exception___big_binary_to_unpacked___decimal_to_binary_fraction___tbl_tens___decimal_to_unpacked___left_shift_base_two___digits_to_double___tbl_ntens___multiply_base_two___mul_10000short___fp_normalize___quorem___prod_10000_b65536_fp_class__fp_convert_double_to_int_gcvt__gcvt___gconvert_ieee_retrospective__fp_pi___get_accrued___get_nonstandard___fnonstd_used___get_traps___get_precision___get_direction_ieee_retrospective_infinity_quiet_nan_max_subnormal_min_subnormal_max_normal_min_normal_ir_fp_class____fp_set_exception___fp_rightshift_exp_log___infnanstring_quadruple_to_decimal_r_atan2__r_atan__ir_ilogb___tbl_r_atan_hi__tbl_r_atan_lo_j0_j1_jn_r_yn__r_y1__r_y0__r_jn__r_j1__r_j0__y0_y1_yn_SVID_libm_err_cbrt_r_erfc__erf_r_erf__erfc_exp10_anint_scalbn_ir_signbit__ir_issubnormal__r_copysign__ir_isnormal__ir_isnan__ir_isinf__r_nextafter__r_scalbn__ir_iszero__ir_finite__r_infinity__r_quiet_nan__r_signaling_nan__r_max_subnormal__r_min_subnormal__r_max_normal__r_min_normal__log10_ilogb__tbl_r_log_hi__tbl_r_log_lo___rem_pio2f____tanf___sinf___cosf__TBL_ipio2_53__TBL_ipio2_66__TBL_ipio2_inf___rem_pio2m_copysign___unpack_single_two__split_single_m1__split_single_22__split_single_23___class_extended__unpacked_to_decimal_two___unpack_extended_two__split_shorten___right_shift_base_two__split_single_6___unpack_double_two___tbl_baselg__split_double_51__split_double_m1__split_double_52__split_double_35__split_double_19___big_binary_to_big_decimal___binary_to_decimal_integer___arint_set_n___binary_to_decimal_fraction___double_to_digits___unpack_quadruple_two__split_double_3___decimal_round___longquorem10000___multiply_base_ten___tbl_10_big_digits___tbl_2_huge_digits___tbl_10_huge_start___tbl_2_small_start___copy_big_float_digits___tbl_10_huge_digits___tbl_2_small_digits___tbl_10_small_start___tbl_2_big_start___carry_propagate_ten___tbl_10_small_digits___tbl_2_big_digits___tbl_10_big_start___tbl_2_huge_start___multiply_base_ten_by_two___multiply_base_ten_vector___multiply_base_two_vector___mul_65536short___left_shift_base_ten___prodc_b10000____mul_65536_n___lshift_b10000___carry_in_b10000__test_sigfpe_master__default_sigfpe_handler__enable_sigfpe_master_ieee_handlers__sigfpe_master_sigvec___sin___cos_sinpi_aint___unpack_extended___fp_leftshift_atan__tbl_atan_hi__tbl_atan_lo__tbl_log_hi__tbl_log_lo___rem_pio2__TBL_cos_hi__TBL_sin_hi__TBL_cos_lo__TBL_sin_lo_nint_rint_irint_issubnormal_signbit_isnormal_isinf_iszero_matherr_remainder_fmod_isxdigit_toascii__mb_cur_max_isalpha_isspace_isgraph_isascii_iscntrl_isalnum_islower_isupper_isprint_ispunct_isdigit/sw/loc/lib:/usr/openwin/lib:/usr/X11R5/lib 9X2 9 9^ 9 9c 9( 9g 98 9k 9H 9mxviewolgxF77X11cdl ` `$ 8 8 `\ `` j yh i N@ @ ``㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠 㿠 㿠 㿠 㿠 㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠 㿠!㿠"㿠#㿠$㿠%㿠&㿠'㿠(㿠)㿠~*㿠{+㿠x,㿠u-㿠r.㿠o/㿠l0㿠i1㿠f2㿠c3㿠`4㿠]5㿠Z6㿠W7㿠T8㿠Q9㿠N:㿠K;㿠H<㿠E=㿠B>㿠??㿠<@㿠9A㿠6B㿠3C㿠0D㿠-E㿠*F㿠'G㿠$H㿠!I㿠J㿠K㿠L㿠M㿠N㿠O㿠 P㿠 Q㿠R㿠S㿠T㿠U㿠V㿠W㿠X㿠Y㿠Z㿠[㿠\㿠]㿠^㿠_㿠`㿠a㿠b㿠c㿠d㿠e㿠f㿠g㿠h㿠i㿠j㿠k㿠l㿠m㿠n㿠o㿠p㿠q㿠r㿠s㿠t㿠u㿠v㿠w㿠x㿠y㿠z㿠{㿠|㿠}㿠~㿠㿠|㿠y㿠v㿠s㿠p㿠m㿠j㿠g㿠d㿠a㿠^㿠[㿠X㿠U㿠R㿠O㿠L㿠I㿠F㿠C㿠@㿠=㿠:㿠7㿠4㿠1㿠.㿠+㿠(㿠%㿠"㿠㿠㿠㿠㿠㿠㿠 㿠 㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠Ý㿠ĝ㿠ŝ㿠Ɲ㿠ǝ㿠ȝ㿠ɝ㿠ʝ㿠˝㿠̝㿠͝㿠Ν㿠ϝ㿠Н㿠ѝ㿠ҝ㿠ӝ㿠ԝ㿠}՝㿠z֝㿠wם㿠t؝㿠qٝ㿠nڝ㿠k۝㿠hܝ㿠eݝ㿠bޝ㿠_ߝ㿠\㿠Y㿠V㿠S㿠P㿠M㿠J㿠G㿠D㿠A㿠>㿠;㿠8㿠5㿠2㿠/㿠,㿠)㿠&㿠#㿠 㿠㿠㿠㿠㿠㿠㿠 㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠 㿠 㿠 㿠 㿠 㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠 㿠!㿠"㿠#㿠$㿠%㿠&㿠'㿠(㿠)㿠~*㿠{+㿠x,㿠u-㿠r.㿠o/㿠l0㿠i1㿠f2㿠c3㿠`4㿠]5㿠Z6㿠W7㿠T8㿠Q9㿠N:㿠K;-defaultOpenWindows.windowColor#e6e6e6???1.8 11/2/93usage: %s [-raw_time] dbname -raw_timeERROR - unknown switch: %s usage: %s [-raw_time] dbname usage: %s [-raw_time] dbname r%s: Unable to read %s css2.8css3.0%s (%d)dblook: %sQuitFONT_FAMILY_DEFAULT_FIXEDWIDTHFONT_STYLE_NORMALdblook: %s.%sDoneArrangeredwfdiscdfile([instrumentinstrumentsampratedirdfileUnable to compose response filenameOKUnable to read response fileOKwfdiscWFDISC waveform not availableOKdfiletimensampsamprate%s:%swfdisc.Z.gzDoneUnable to create GatherPlot objectOKstachansamprate%s %sstachansamprate%s %s%s(get_tupple_attr): Internal error unknown dbType %d bad data values set to %f. %s:arrangeFONT_FAMILY_DEFAULT_FIXEDWIDTHFONT_STYLE_NORMALApplyCancelClearDefault%dEmpty arrangement not allowed.OK %d%d%d.Z.gzwfdiscdirdfile///NNL(N)(NL)(NUL)(NULL)(NULL)%2.2d/%2.2d/%2.2d %2.2d:%2.2d:%08.5fdblookGPL_create_from_xview_canvas: Unable to create GatherPlot obj. pazfir?GP@IC4noneresponse?Cp>Bp?@A ??@@ @@CHH:o<# (*)frequencyphase< amplitudeB?LDy t t t t t t u u u u u u$ u+ u2 u8 u@ uH uO uT uZ Can't allocate db r+Can't allocate db1 arrivalarideventevidinstrumentinidnetmagmagidoriginoridremarkcommidstamagmagidstassocstassidwfdiscwfidwftagtagidCan't allocate db ///.Z.gzUnexpected failure: file %s, line %d dbgetv.cno field %s in table %s. Can't resolve db pointer in dbgetv: %d %d %d %d ~ @????wfdiscdatatypetimeendtimesampratensampfoffcalibt4s2s4g2get_wfdisc30_trace_data: unknown wfdisc datatype '%s'. rCan't seek in waveform file %s get_wfdisc30_trace_data: malloc error. get_wfdisc30_trace_data: realloc error. get_wfdisc30_trace_data: malloc error. get_wfdisc30_trace_data: malloc error. wfdiscgetwf: wfdisc table doesn't exist. wfdiscwfdiscgetwf: tuple index outside of range. getwf: error return from get_wfdisc30_trace_data. getwf: Truncating data array. wfdiscwfdiscputwf: wfdisc table doesn't exist. wfdiscputwf: tuple index outside of range. wfdiscnsampdatatypecalibfoffputwf: Illegal no. of samples. putwf: Can't write file %sputwf: Won't overwrite existing file %s. t4putwf: Malloc error. s2putwf: Malloc error. s4putwf: Malloc error. putwf: Unknown datatype %s. putwf: Error opening file %s. putwf: Error writing file %s. putwf: output writing file %s truncated. dbadd requires db pointer to table Can't write to table %s Expecting to add scratch record to %s, but scratch record doesn't exist. Table %s is opened read-only and cannot be updated Can't allocate table->data lseek fails. Can't write record: %s dirdfile.Z.gzUnexpected failure: file %s, line %d dbgetv.cno field %s in table %s. Can't resolve db pointer in dbgetv: %d %d %d %d r+dbALLrdbALLdbNULLdbALLdbSCRATCHCan't allocate temp Can't allocate temp_record_name Can't allocate temp Can't allocate temp_record_name lastidkeynamelastidkeynamekeyvaluelddatekeyvaluekeyvaluelddate | |css3.0rr+Invalid open flag : '%s' rCan't allocate schemafile Invalid database description file: %s Can't allocate database->dbpath Invalid database description file: %s Can't allocate database->openperm Table %s is opened read-only bad db type in dbputv Table %s is opened read-only and cannot be updated no field %s in table %s. Can't resolve db pointer in dbputv: %d %d %d %d bad type %d set for %s in table %s. dbquery doesn't recognize code %d dbquery doesn't support code %d can't create view without specifying database. View%dCan't allocate newrel->name #View %s #Database %s %d #Table %s %d # #View %s #Database %s %d #Table %s # Can't write view -- invalid db pointer. #View %s Can't read view name -- bad view format #Database %s %d Can't read database name -- bad view format r+Can't open database %s #Table %s %d Can't read table name -- bad view format Table %s (%s) has changed since the view was created. No tables in view. Can't allocate data Can't allocate data Extra garbage at end of view w+Can't open file %s to save view Waveform not implemented yet. Response not implemented yet. bad type %d Waveform not implemented yet. Response not implemented yet. invalid type code %dWaveform not implemented yet. Response not implemented yet. bad type %d Waveform not implemented yet. Response not implemented yet. invalid type code %dBad database id %d in db pointer Bad table id %d in db pointer illegal reference to field in (null) scratch record of view Bad field id %d in db pointer Bad record id %d in db pointer .././././..schemas/SCHEMA_DIR.Can't allocate table->data r+rr+w+Can't open table %s r+rr+w+Can't open table %s Table '%s' has invalid length. wCan't mmap table '%s'. < >Can't allocate table Can't allocate database Can't allocate schema Can't allocate attribute Can't allocate relation Can't allocate table->scratch Can't allocate nullrecord rUnexpected failure: file %s, line %d open_schema.cCan't open schema file '%s'. Parsing error in input schema 7M %&!"#$'A123b0^UT`RQPONLK*+,-./H?6 Cda\[ZYXWV)JID@>=<;:5S  (]948EFGB %&!"#$'120c*+,-./_654$3#"! 21*)('&%$"! [Z8YXBWOVUTSRNMP                   ;(;((((((;((()))))))))))  !"#$&- '(2)*+,1 %4/035.db : %s while compiling relation near line #%d db : %s while compiling attribute near line #%d db : %s while compiling schema near line #%d db : %s near line #%d out of memoryyacc stack overflowsyntax errorbad attributebad relation # #'%&%&$&"%&%&#%& #%&#%&#%&#%&#%&#%&#%&#%&#%&#%&#%&#%&#%&#%&!%&# ######################################################### ################## ############################# ############# ############ ############  #&),/258;>ADDDDEFHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*)  %&? 'zv{uyrw'|vtrvqzuxqnqdcjpp_^]dhbibgbSYSXUMNiQ[QHGPMEOBOBIPOJGHKJ6D9:5060-.-,1/73.%''M5  !"?@#( %&)'.$H0/1\j2kI]3~}|{zyxwvutsrqponmlihgfedcba`_^[ZYXWVUTSRQPONMLKJGFEDCBA>=<;:987654-,+*  ''    /BOO/B~}|{yxwvutsqponmlkjhgfedba^]\[ZYXVTSRQPNMLKJIHGFEDCA@?>=<;:9876543210.-,+*)(&%$#"!  Can't allocate cp Can't allocate cp Can't allocate cp fatal flex scanner internal error--no action foundfatal flex scanner internal error--end of buffer missedfatal error - scanner input buffer overflowread() in flex scanner failedflex scanner push-back overflowunexpected last match in input()out of dynamic memory in yy_create_buffer()out of dynamic memory in yy_create_buffer()Duplicate Attribute %s in schema %s Attribute %s in relation %s not found Can't allocate f Field %s used more than once in relation %s Can't find unique id field %s in relation %s Duplicate relation %s in schema %s 0.02 LP@u< @0.1 LP@^=@0.5 LP@,?@1.0 LP@(?@2.0 LP@ @@5.0 LP@@@0.1-1.0 BP@^=@?@1.0-2.0 BP@(?@@@1.0-5.0 BP@(?@@@1.0-10.0 BP@(?@A @5.0-10.0 BP@@@A @ h j m p r u??@N@D?333333@^@nA??ə?陙?@PPnPgSSnLg-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1GPL_create: Unable to load font '%s' -adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1GPL_create: Trying backup font... -adobe-helvetica-bold-r-normal--12-0-0-0-p-0-iso8859-1GPL_create: Unable to load font '%s' -adobe-helvetica-bold-r-normal--12-0-0-0-p-0-iso8859-1-adobe-helvetica-medium-r-normal--10-100-75-75-p-56-iso8859-1GPL_create: Unable to load font '%s' -adobe-helvetica-medium-r-normal--10-100-75-75-p-56-iso8859-1GPL_create: Trying backup font... -adobe-helvetica-medium-r-normal--10-0-0-0-p-0-iso8859-1GPL_create: Unable to load font '%s' -adobe-helvetica-medium-r-normal--10-0-0-0-p-0-iso8859-1GPL_create: Unable to create normal cursor GPL_create: Unable to create busy cursor GPL_create: Unable to create hscrl cursor GPL_create: Unable to create vscrl cursor GPL_create: Display not allowed to change. GPL_create: Screen not allowed to change. GPL_create: Visual not allowed to change. GPL_create: Depth not allowed to change. GPL_create: Colormap not allowed to change. quitQUITmodeWiggleGrayScalescaleTmScrollTmZoomInTmZoomOutUvScrollUvZoomInUvZoomOutBScrollBZoomInBZoomOutMoveoutampFixedAutoAuto0Auto1AutoAAGCUvar OffClip OffInvertGain = 1Gain X 1.2Gain / 1.2Gain X 2.0Gain / 2.0Gain X 10.0Gain / 10.0moveoutNoneLinearHyperbolicApplyfilterNoneaddarrsAdd ArrivalsprintPrinttraceTracesSelectDeleteOriginalSelctAllDeletAllZoomNewWinWindow1Window2Window3Window4Window5Window6Window7Window8Window9phasearrivalWindowMagnifyDeleteuvar_scrollsta_scrolltime_scrollUvarGPL_create_simple: Unable to connect to X server. GPL_create_simple: Unable to create GatherPlot object. I$A9++)@bED"GNA+9AI$((????zG?}p?n .?ən .n .?n .n .?n .n????????n??@n .qIDx@GPL_set: xcom_create error. GPL_set: Unable to allocate single trace. GPL_set: Unable to allocate single trace. GPL_set: Unable to allocate single trace. GPL_set: Unable to allocate single trace. GPL_set: Unable to allocate uvar name. %2sScroll%2sZoomIn%2sZoomOutMode: WGMode: GSMoveout: NMoveout: LMoveout: HFilter: NFilter: %dFilter: NFilter: %dMouse: TmSMouse: TmZIMouse: TmZOMouse: %2sSMouse: %2sZIMouse: %2sZOMouse: BSMouse: BZIMouse: BZOMouse: MOAmp: FXAmp: AAmp: A0Amp: A1Amp: AAAmp: AGCUvar OffUvar LinUvar SqrtUvar SqClip OnClip Off%s.MagnifyDONE%s.Window%dGPL_set: Unknown attribute %d. DONEa-p = %8.1f %7.3f         ' - D J a eO@o@??@@@N@v=.geometry-geometry.geometry#.iconGeometry-iconic.iconStartup-bg.background-fg.foreground-bga.arrival.background-fga.arrival.foreground-bgsa.selArrival.background-fgsa.selArrival.foreground-tw.traceWindow.twin/usr/lib/X11/app-defaults/GatherPlotHOME/.XdefaultsHOME/.geometry.Geometry.foreground.ForegroundGPL_apply_Xdefaults: Cannot grok foreground '%s' .background.BackgroundGPL_apply_Xdefaults: Cannot grok background '%s' .arrival.foreground.Arrival.ForegroundGPL_apply_Xdefaults: Setting arrival foreground to %.2f %.2f %.2f GPL_apply_Xdefaults: Cannot grok arrival foreground '%s' .arrival.background.Arrival.BackgroundGPL_apply_Xdefaults: Cannot grok arrival background '%s' .selArrival.foreground.SelArrival.ForegroundGPL_apply_Xdefaults: Cannot grok selected arr. foreground '%s' .selArrival.background.SelArrival.BackgroundGPL_apply_Xdefaults: Cannot grok selected arr. background '%s' .traceWindow.twin.TraceWindow.Twin%s.filter%d.label%s.Filter%d.Label%s.filter%d.tpad%s.Filter%d.Tpad%s.filter%d.startTpad%s.Filter%d.StartTpad%s.filter%d.lcoFreq%s.Filter%d.LcoFreq%s.filter%d.lcoOrder%s.Filter%d.LcoOrder%s.filter%d.ucoFreq%s.Filter%d.UcoFreq%s.filter%d.ucoOrder%s.Filter%d.UcoOrder%s.phase%d.name%s.Phase%d.Name??333333@@$????ə?@4?lpramp: Unrecognized button. ?@???ٙ?333333?AOA?@??@ .nn> ? =B??@??A??@È=u??BH???=@?????ffffff?Q=?<?ə?6C-?PbM?zG{=uqI??@X@??@@?delete?陙??%s timewindow %.5f %.5f U_U%2.2d:%2.2d:%06.3f%.1f%4.4d%3.3d%.1f%dundef0+%.5f+%.4f+%.3f+%.2f+%.1f%.5f%.4f%.3f%.2f%.1f MO: NoneMO: Linear - V = InfMO: Linear - V = %.3f%s, VL = Inf, DL = Inf%s, VL = %.3f, DL = %.3fMO: Hyperbolic - V = Inf, D = InfMO: Hyperbolic - V = %.3f, D = %.3f%s, VL = Inf, DL = Inf%s, VL = %.3f, DL = %.3f?n??333333?%s GrabNotViewable AlreadyGrabbed GrabFrozen GrabInvalidTime grab failed GrabNotViewable AlreadyGrabbed GrabFrozen GrabInvalidTime grab failed GrabNotViewable AlreadyGrabbed GrabFrozen GrabInvalidTime grab failed 100000.00ABCDEFGH sz?? ?qpbin: Malloc error. qpbin: Malloc error. qpbin: Malloc error. qpbin: Malloc error. qpbin: Malloc error. qpbin: Malloc error. qpbin: Malloc error. qpbin: Realloc error. qpbin: Malloc error. qplot: Attempt to exceed MAX_POINTS. qplotsegs: Attempt to exceed MAX_POINTS. qplotsegs: Attempt to exceed MAX_POINTS. ??>h?ə@?@@$??@$??ٙ?ə?Jw>h???@?@?@?w?@@A?@I@I@I@I?= A @A@陚>L=?>8Q%s %s%s.%s.%d%d.ps%s %s%s.%s.%d%d.psnoneJSPCJSPC%s %s %s %sAutoAuto0Auto1AutoAAGCFixedFilter: None, Amp: %sFilter: %s, Amp: %s%s %s???*^$match_string: %s. ***GPL_select_traces: Malloc error. zzzzzzdeletezzzzzz%s %s@GPL_get: Unknown attribute %d. 1aaaa1aaaa1aaaa1??陙?ə?陙Table_create: Illegal number of attributes. Table_create: Illegal number of total tuples. Table_create: Illegal tuple window. Table_create: Unable to allocate Table structure Table_create: Unable to allocate x_attr array Table_create: Unable to allocate width_attr array Table_create: Unable to allocate color_attr_names array Table_create: Unable to allocate attr_names array Table_create: Unable to allocate y_tuple array Table_create: Unable to allocate color_tuple_no array Table_create: Unable to allocate tup_attrs array Table_create: Unable to create canvas window Table_create: Unable to create canvas window FONT_STYLE_BOLDblueblueblack#ededffTable_create: Forced to get column width using XTextWidth. XXXTable_create: Unable to get column width. Tuples %d-%dOut of %dNULL%6dTuples %d-%dOut of %dSelect TupleTuple no: %dTable_resize: Unable to allocate x_attr array Table_resize: Unable to allocate width_attr array Table_resize: Unable to allocate color_attr_names array Table_resize: Unable to allocate attr_names array Table_resize: Unable to allocate y_tuple array Table_resize: Unable to allocate color_tuple_no array Table_resize: Unable to allocate tup_attrs array hDD (T8  4    #x'T,.(..T1,  ?pazfapfiriirtheoreticalmeasuredCan't allocate gp Can't allocate rp Can't allocate rp->groups Can't allocate rp->groups %s %d %s %s %sBad source = '%s' in file Unknown filter type = '%s'%s%-12s %2d %-12s %-6s %s r?Can't allocate pfir Can't allocate pfir->num_coefs Can't allocate pfir->num_coef_errors Can't allocate pfir->den_coefs Can't allocate pfir->den_coef_errors Can't allocate pfir %lg %d%dCan't allocate pfir->num_coefs Can't allocate pfir->num_coef_errors %lg %lg%dCan't allocate pfir->den_coefs Can't allocate pfir->den_coef_errors %lg %lg%.18lg %5d %8d %.18lg %.18lg %8d %.18lg %.18lg Can't allocate ppaz Can't allocate ppaz->poles Can't allocate ppaz->pole_errors Can't allocate ppaz->zeros Can't allocate ppaz->zero_errors Can't allocate ppaz %lg %lg%dCan't allocate ppaz->poles Can't allocate ppaz->pole_errors %lg %lg %lg %lg%dCan't allocate ppaz->zeros Can't allocate ppaz->zero_errors %lg %lg %lg %lg%.18lg %.18lg %8d %.18lg %.18lg %.18lg %.18lg %8d %.18lg %.18lg %.18lg %.18lg ?Can't allocate piir Can't allocate piir->poles Can't allocate piir->pole_errors Can't allocate piir->zeros Can't allocate piir->zero_errors Can't allocate piir %lg %lg%dCan't allocate piir->poles Can't allocate piir->pole_errors %lg %lg %lg %lg%dCan't allocate piir->zeros Can't allocate piir->zero_errors %lg %lg %lg %lg%.18lg %.18lg %8d %.18lg %.18lg %.18lg %.18lg %8d %.18lg %.18lg %.18lg %.18lg @ @N@@ @N??>h?ə@?@@$@.@4@>@N@^@r@@ @@ @ ?6C- ˛ ˟ ˣ ˧ ˫ ˯ ˳ ˷ ˻ ˿ @@8@ @N%15.3lf %8d %s %2d,%4d %2d:%02d:%02.3f jafmarapmayjunjulausondJanFebMarAprMayJunJulAugSepOctNovDec%02i/%02i/%i@N@ HUUUUUUUUUUUUUUUU@(#)olbp_color.c 1.3 90/06/21ol Error: %s Error in allocating mem Total # GCs created = %d Uninitialized ginfo. You are probably linking against an incompatible version of libolNegative value passed to gauge ???陙???@lucidasans-bold-12fixed%s: Unable to load ol text font '%s'. ol_createlucidasans-bold-12olglypholglyph-12--sun-open look glyph-----12-120-75-75-p-116-sunolglyph-1%s: Unable to load ol glyph font '%s'. ol_createolglyph-12%s: Unable to get OL_WHITE pixel. ol_create%s: Unable to get OL_BLACK pixel. ol_create%s: Unable to get OL_BG1 pixel. ol_create%s: Unable to get OL_BG2 pixel. ol_create%s: Unable to get OL_BG3 pixel. ol_create%s: Unable to malloc ol structure. ol_create%s: Unable to initialize ol. ol_createscrpopFitZoomInZoomOutUndoGrabNotViewable AlreadyGrabbed GrabFrozen GrabInvalidTime grab failed ?ol_set: Unable to allocate single menu item. ol_set: Unable to allocate single menu item. @o.H@@?333333??@@^@v@N@f@nStellarStellarO g g g g] Ԡ g g g^ Ԡ g gM g g h h hC h( h4 h@ hL hXR Ԡ hd hp h| hR Ѱ h h h hR Ѱ h h h hR Ѱ h i i iT i$ i0 i< iHT i$ i0 i< iH$T i$ i0 i< iH0T iT i` il ix i@V Ԡ i i i iPU$  i i`U$  i i i ipU  jU$  j j j, j8U Ԡ jD jP j\ jhU jD jP j\ jhU  jtU$  j j j jU$  j j j ja Ԡ j j j kD, k k k( k4I k@ kL kX kd@ kp k| k kB k k kU k k k k LIN<u?=@??>.{7'ŬB>=?(none)??(*) -.0iI?A =@@`@?@p 8(p@  CFONT: font no. requires words in font buffer buffer set at too small - run stopped       '  8 P  \ CFONT: unexpected EOF on input font file - run stopped ) l  ؗ CFONT: read error on input font file - run stopped %   CFONT: requested font no. doesnt match font no. on input file - run stopped  ` } ٌ  ٘  ٨' cfont: Illegal font.GRX_FONTPATHfonts.bin cfont: Error opening fonts.bin oldunformatted   ب l     ְ Ou7f` "! <5????BA noneLIN@?>\)??GRX_PSCOLORfullfore CDD`@ LIN<u?>>L?=??>.{7'Ŭ10=u# (i4)LOGA (e12.5)@BLIN<u?>L?>\)??>.{< 7'Ŭ10=Q# (i4)LOGA =ͽ(e12.5)@B@?qI ?lLoOgGLOGLIN? SETSCL: horizontal plot range set to zero - run aborted 4 ,  , SETSCL: vertical plot range set to zero - run aborted 4 -4  -jSETSCL: horizontal plot limit less than or equal to zero for log plotSETSCL: vertical plot limit less than or equal to zero  .@ - -p , @|?C? B` B`showpage ?gsave newpath %.3f setgray %.3f %.3f %.3f setrgbcolor %d %d moveto %d 0 rlineto 0 %d rlineto %d neg 0 rlineto closepath fill %.3f setgray %.3f %.3f %.3f setrgbcolor grestore @`???333333@n??@o.H??@b?@o?0 setgray gsave /picstr %d string def %.1f %.1f translate %f %f scale %d %d 8 [%d 0 0 -%d 0 %d] {currentfile picstr readhexstring pop} false 3 colorimage %2.2x%2.2x%2.2x grestore gsave /picstr %d string def %.1f %.1f translate %f %f scale %d %d 8 [%d 0 0 -%d 0 %d] {currentfile picstr readhexstring pop} image %2.2x grestore %s [] 0 setdash %d ] 0 setdash ??hddraw: Malloc error. hddraw: Realloc error. A B C D E %d %d r F G H I J %d %d r K L M N %d x O P Q R S %d %d r T U V W X %d %d r %d y %d %d r %%EndDocument showpage %%EOF ?gsave %.3f setgray %.3f %.3f %.3f setrgbcolor closepath fill %.3f setgray %.3f %.3f %.3f setrgbcolor %% End polyfill grestore newpath ?@>@V???@@^@v@N@f@n??@@@N@v@o.H@@o.H@%.3f setgray %.3f %.3f %.3f setrgbcolor  7 7- 7XS 7 7 7 7 7 7 7 8 8! 87 8M 8c 8z 8 8 8 8 8 9 9 9- 9E 9] 9t 9 9 9 9 9 : : :> :q : : : ; ;D ;q ; ; ; < < < <+ <9 % >Z > > > > ? ?= ?M ?Z ?l ?s ?~ ? ? ? ? ? @ @(initmatrix newpath initclip 1 setlinewidth 0 setlinecap 0 setlinejoin [] 0 setdash 0 setgray 10 setmiterlimit /npchsc 1.0 def /m {moveto} def /l {lineto} def /r {rlineto} def /x {0 rlineto} def /y {0 exch rlineto} def /A {-2 2 rlineto} def /B {-1 2 rlineto} def /C {0 2 rlineto} def /D {1 2 rlineto} def /E {2 2 rlineto} def /F {-2 1 rlineto} def /G {-1 1 rlineto} def /H {0 1 rlineto} def /I {1 1 rlineto} def /J {2 1 rlineto} def /K {-2 0 rlineto} def /L {-1 0 rlineto} def /M {1 0 rlineto} def /N {2 0 rlineto} def /O {-2 -1 rlineto} def /P {-1 -1 rlineto} def /Q {0 -1 rlineto} def /R {1 -1 rlineto} def /S {2 -1 rlineto} def /T {-2 -2 rlineto} def /U {-1 -2 rlineto} def /V {0 -2 rlineto} def /W {1 -2 rlineto} def /X {2 -2 rlineto} def /npfont112 {/font /Helvetica def} def /npfont113 {/font /Helvetica-BoldOblique def} def /npfont114 {/font /Helvetica-Bold def} def /npfont115 {/font /Times-Roman def} def /npfont116 {/font /Times-Italic def} def /npfont117 {/font /Times-Bold def} def /npfont130 {/font /Palatino-Roman def} def /npfont131 {/font /Palatino-Italic def} def /npfont132 {/font /Palatino-Bold def} def /nptext { %xp yp size szsc angle ref xl xr yb yt clp mytext nptext /mytext exch def /clp exch def /yt exch def /yb exch def /xr exch def /xl exch def /ref exch def /angle exch def /szsc exch def /size exch def /yp exch def /xp exch def ref 0 lt {/ref 0 def} if ref 8 gt {/ref 0 def} if size 1.5 mul szsc mul /size exch def ref cvi /ref exch def ref 0.5 add 3 div cvi /xjust exch def ref xjust 3 mul neg add /yjust exch def font findfont size scalefont setfont mytext stringwidth /wy exch def /wx exch def wx wx mul wy wy mul add sqrt /width exch def width 0.5 mul xjust mul /xj exch def size 0.333 mul yjust mul /yj exch def xj angle cos mul yj angle sin mul sub /xpp exch def xj angle sin mul yj angle cos mul add /ypp exch def xp xpp sub /xp exch def yp ypp sub /yp exch def angle rotate xp angle cos mul yp angle sin mul add /xpp exch def xp neg angle sin mul yp angle cos mul add /ypp exch def xpp ypp moveto mytext show angle neg rotate } def /rectcl { /ht exch def /wd exch def /yc exch def /xc exch def newpath xc yc moveto xc wd add yc lineto xc wd add yc ht add lineto xc yc ht add lineto closepath clip newpath } def %%!PS-Adobe-3.0 niceplot.ps%%%%EndComments 603.5 0 translate 90 rotate %%%%BeginDocument: %s %%%%BeginProlog %% Start of niceplot.pro -- prolog for niceplot PostScript %%%%EndProlog .236667 .236667 scale 0 setlinewidth newpath NULL%%%%Creator: %s:%s (%s) %%%%Creator: %s:%s (NULL) %%%%Creator: %s:NULL (%s) %%%%Creator: %s:NULL (NULL) %%%%Title: %s (%s) %%%%CreationDate: %s%%!PS-Adobe-3.0 EPSF-3.0 %%%%BoundingBox: %d %d %d %d %%%%EndComments %%%s ??hdmove: Malloc error. %% Start polyfill %d %d m DDanonehdopen: Cannot connect to X server %s. -geom %dx%d+%d+%d9x15hdopen: Cannot load cursor font %s. 9x15noneniceplot.pshdopen: Error opening file %s. stroke newpath @b%%%% text: x=%f y=%f angle=%f iref=%d %%%% string='%s' iclip=%d npfont%d %.0f %.0f %.0f npchsc %.0f %d %.0f %.0f %.0f %.0f %d (%s) nptext %%%% text: finished 0 setlinewidth %d setlinewidth nxplotd -window %d -title %s %s &nxplotd -window %d -title %s &%s[nxplotd_launchdaemon]: nxplotd does not exist. %s[nxplotd_launchdaemon]: Unable to launch nxplotd. NXPLOTD_DAEMON_WINDOW_PROPNXPLOTD_DAEMON_STATUS_PROPNXPLOTD_DAEMON_PIXMAP_PROP%s[nxplotd_launchdaemon]: Invalid daemon pixmap. <5 GETCHR: character (integer ) outside printable range - run stopped  E  E  E % E GETCHR: font buffer empty (no prior call to CFONT) - run stopped 3 F  F' F E GETSIZ: character (integer ) outside printable range - run stopped  GH  G]  Gi % Gm GETSIZ: font buffer empty (no prior call to CFONT) - run stopped 3 H4  Hi' H| GAABD>|xg.monooldcontplotd: setmncol: ncolors not equal 17, using default@@A?contplotd: setmncol: error reading xg.mono using deefaultPATH<>>>2>>2>my_system: Could not open standard input file %s. my_system: Could not open standard output file %s. my_system: Could not open standard output file %s. my_system: Could not open standard error file %s. my_system: Could not open standard error file %s. my_system: Could not fork process. my_system: Error waiting for process. NXPLOTD_WINDOW_PROP%s: Unable to get %s atom. NXPLOTD_WINDOW_PROPNXPLOTD_DAEMON_WINDOW_PROP%s: Unable to get %s atom. NXPLOTD_DAEMON_WINDOW_PROPNXPLOTD_CLIENT_STATUS_PROP%s: Unable to get %s atom. NXPLOTD_CLIENT_STATUS_PROPNXPLOTD_DAEMON_STATUS_PROP%s: Unable to get %s atom. NXPLOTD_DAEMON_STATUS_PROPNXPLOTD_CLIENT_REQUEST_PROP%s: Unable to get %s atom. NXPLOTD_CLIENT_REQUEST_PROPNXPLOTD_DAEMON_PIXMAP_PROP%s: Unable to get %s atom. NXPLOTD_DAEMON_PIXMAP_PROP%s: %s does not exist. %s: %s type mismatch. %s: Bad window. %s: Unknown XGetWindowProperty error (%d). /check_cmd: cmd = %s check_cmd: paths = %s %s:xcom_create Malloc error. %s:xcom_create XOpenDisplay error. %s:xcom_create XCreateWindow error. %s:xcom_create xcom_getatoms error. %s:xcom_register XCOM_REGISTER_PROP type mismatch. %s:xcom_register Bad window. %s:xcom_register Unknown XGetWindowProperty error (%d). : %s %s:xcom_register Name '%s' already used. %s: %s %d : %s %d xcom_clear_register: XOpenDisplay error. XCOM_REGISTER_PROPxcom_clear_register: Unable to get %s atom. XCOM_REGISTER_PROPxcom_clear_register: XCOM_REGISTER_PROP type mismatch. xcom_clear_register: Bad window. xcom_clear_register: Unknown XGetWindowProperty error (%d). : %s xcom_lookup: XOpenDisplay error. XCOM_REGISTER_PROPxcom_lookup: Unable to get %s atom. XCOM_REGISTER_PROPxcom_lookup: XCOM_REGISTER_PROP type mismatch. xcom_lookup: Bad window. xcom_lookup: Unknown XGetWindowProperty error (%d). : %s XCOM_WINDOW_PROP%s:xcom_getatoms Unable to get %s atom. XCOM_WINDOW_PROPXCOM_STATUS_PROP%s:xcom_getatoms Unable to get %s atom. XCOM_STATUS_PROPXCOM_MSG_PROP%s:xcom_getatoms Unable to get %s atom. XCOM_MSG_PROPXCOM_REGISTER_PROP%s:xcom_getatoms Unable to get %s atom. XCOM_REGISTER_PROP%s:xcom_getmsg XCOM_MSG_PROP does not exist. %s:xcom_getmsg XCOM_MSG_PROP type mismatch. %s:xcom_getmsg Bad window. %s:xcom_getmsg Unknown XGetWindowProperty error (%d). Can't allocate tbl->arr Can't allocate tbl->arr Can't allocate tbl Can't allocate arr Can't allocate n Can't allocate stbl %s %s IRIS' Joint Seismic Program Center Department of Physics Campus Box 390 University of Colorado Boulder, Colorado 80309-0390 Please report problems to problems@jspc.colorado.edu //JSPC/sw/data/ T***%s *fatal error* : %s: %s: %s System error code #%d ** Too many error messages -- Error Buffer Overflow. (repeated %d times) U U U U U U V V V+ V8 VP Vb Vs V V VNo matchInvalid regular expressionInvalid collation characterInvalid character class nameTrailing backslashInvalid back referenceUnmatched [ or [^Unmatched ( or \(Unmatched \{Invalid content of \{\}Invalid range endMemory exhaustedInvalid preceding regular expressionPremature end of regular expressionRegular expression too bigUnmatched ) or \)alnumalphablankcntrldigitgraphlowerprintpunctspaceupperxdigitalphaupperlowerdigitalnumxdigitspaceprintpunctgraphcntrlblankNo previous regular expressionMemory exhaustedMemory exhaustedSuccess W%W% %G%get_option: Option argument not retrieved get_option: All options were retrieved -get_option: More than one '-' seen --get_option: unknown option type get_option: illegal compound option get_option: unknown option... get_argument: Argument not expected now --get_argument: special argument not expected ------get_argument: internal error get_directory: empty argument list get_input_file: empty argument list rget_input_file: can't open input file '%s' get_output_file: empty argument list wget_output_file: can't open output file '%s' last_argument: empty argument list last_input_file: empty argument list rlast_input_file: can't open input file '%s' last_output_file: empty argument list wlast_output_file: can't open output file '%s' open_file: unable to close the old file open_file: NULL file name given -r-wrwopen_file: can't open file '%s' open_file: can't open file '%s' for '%s' readable_file: called with null file_name readable_file: can't stat file '%s' rreadable_file: file '%s' is not regular writable_file: called with null file_name writable_file: can't stat file '%s' awritable_file: file '%s' is not regular ///ERROR(clean_path): unknown state %i ERROR(clean_path): unknown error  @wd.cfr%s %s readexpstrdupRegexp error %d .directory does not exist: %s Can't cd to directory %s /Can't create writable directory %s /usr/ucb/compress %s & .Z.gz/usr/tmpwaveformzcat %s > %s@(#)Fcos.S 1.7 91/02/11 SMI@(#)Fexp.S 1.7 91/02/11 SMI@(#)Fexp10.S 1.7 91/02/11 SMI@(#)Flog.S 1.7 91/02/11 SMI@(#)Flog10.S 1.7 91/02/11 SMI@(#)Fsin.S 1.7 91/02/11 SMI@(#)Fsqrt.S 1.12 91/02/11 SMI@(#)Ftan.S 1.7 91/02/11 SMI@(#)_Q_div.c 1.8 91/02/11 SMI@(#)_Q_dtoq.c 1.8 91/02/11 SMI@(#)_Q_fcc.c 1.7 91/02/11 SMI@(#)_Q_cmp.c 1.8 91/02/11 SMI@(#)_Q_cmpe.c 1.8 91/02/11 SMI@(#)_Q_itoq.c 1.8 91/02/11 SMI@(#)_Q_mul.c 1.8 91/02/11 SMI@(#)_Q_neg.c 1.7 91/02/11 SMI?@(#)_Q_qtod.c 1.8 91/02/11 SMI@(#)_Q_qtoi.c 1.8 91/02/11 SMI@(#)_Q_stoq.c 1.9 91/02/11 SMI@(#)_Q_sub.c 1.8 91/02/11 SMI@(#)_Q_add.c 1.12 91/02/11 SMInY~7<u@(#)_Qfdiv.c 1.6 91/02/11 SMI??@(#)__f77_base.c 1.7 91/02/11 SMI@(#)_swapFLAGS.S 1.11 91/02/11 Copyr 1988 Sun Micro@(#)finite.S 1.4 91/02/11 SMI@(#)fix_libc_.c 1.18 91/02/11 SMI a a a a a a a(null)0123456789abcdef0123456789ABCDEF-+ 0x0X-+ -+ -+ 01234567890# +-.0123456789hL$01234567890# +-.0123456789h$@(#)decimal_bin.c 1.19 91/10/01 SMI@ decimal exponent %d binary exponent %d @(#)_base_sup.c 1.11 91/02/11 SMIAe __big_decimal_to_big_binary exponent %d __big_decimal_to_big_binary exponent %d d dINFINITYNAN(@(#)fp_class.c 1.7 91/02/11 SMI?.B9?.B=95yIhF?۳;.>L(%= нRi@(#)r_bessel_.c 1.6 91/02/11 SMI@(#)jn.c 1.4 91/02/11 SMI@?@@(#)j0.c 1.4 91/02/11 SMI?_0mȃ?!TD-D:X}`C$hJ5~^UvCb'"ci&6-BYyPYݿ$@:w|D:XC m"CZ9żYB٤hZBR-g1AW,4A1 4@LA.|?ATE^AgA` .A>ÇHuA9@j:EATE^AgJA`z!aA>j3GA Q;@of\6?!<KrF_،|{7cRlHkh}=A!<KrA$X A FVh`A X@άr*F@yW2}?RD co4T"C~e\mnBt! yE˔A45AD{3K[pD43! C:WeCU@?}B\BNkH AES'A.HW@ ϣ;?@ @ @P@ @(#)j1.c 1.4 91/02/11 SMI?_0mȃ?!TD-D?#h= 홙CǼ_ aBڭzYs@]An:@ɧQa @>JDO#h=C9u"Ck 8YBnxqB^J0A7*--A6aQ@f>?PtFZb)Y0O67?IYb`.wqPtFZbzXY޳w7/2 u?@8:O@ɒ M@(-b @6@pw@A.A%ѣA;B ЀA5īk&CAnHLF@GZ@@{?ĵ\HD~$/waPnC0ZÅcb(bC 3 i C‚ٓA@# D|PG'gDrjaXhCd+pJCx k"B{Bb Aљ=J$A7ڒAR@1q~k?@ ?@@ @?@P@ @(#)cbrt.c 1.9 91/02/11 SMI*x)x?__%24??mn?mm??񙙙@(#)r_erf_.c 1.6 91/02/11 SMI@(#)erf.c 1.8 91/02/11 SMInY?? PBm? PBm@S]@wÈR@\wNM6]@ I>C?ǐZ1"@8yB;@ wR@n~U@74/? >@!,5@P @r)b@&+@0]@(!#ok@9[>Wp<_X@/}f@]li@rt@U좝'@5m@ |@޼? @9[_a?ӊxe?$%? /?xDŵ?E q,9?B}}?c!G??@$@?@@$@<@0?@(#)r_exp10_.c 1.6 91/02/11 SMI@(#)exp10.c 1.9 91/02/11 SMI?.B9?.B=95y*H=*/< : ???Yt?Xl?[Q?r<}Q{?ԇ1h?8znub8?? 1?q7:?ަL4"?N`a-?6*'?4+VO?HT)?$~:U?f;?u_t?s?%L?B*?77?đ?U>%\?蟙ZӮ?v^G?݅R? i?X?3{_??Pv[nE@@(#)r_ieee_func_.c 1.11 91/02/11 SMIL?@(#)r_ieee_vals_.c 1.6 91/02/11 SMI@(#)r_log10_.c 1.6 91/02/11 SMI@(#)log10.c 1.9 91/02/11 SMI?.B9?.B=95y~'>/>})>q@?*;<=xQ==8;>>/>J>d>}>:>G> ^>>>ќ>ϙ>'>>P>{?*?? ?B??>?? ?%'?)Qi?-j@(#)r_sqrt_.S 1.13 91/02/11 SMI???Z2??wk8X=0PHh L q h  *( tP  h % 0 _ A Rh ̐ $?@(#)__sinf.S 1.4 91/02/11 SMI???UT`w?)k`@(#)__rem_pio2f_.S 1.4 91/02/11 SMI?Ap?"??!TD-?!TD-?!T@=дabc1=д`=дa`@(#)fabs.S 1.11 91/02/11 SMIInfInfinityNaNCd binary exponent %d binary exponent %d decimal exponent %d decimal exponent %d @(#)__floatprint.c 1.6 91/02/11 SMI?eoCAy7>. &֕AeA>Ey0:Aׄ?@@(#)__x_power.c 1.11 91/11/26 SMI libc base conversion file %s line %d: %s__x_power.c@(#)_sprintf_sup.c 1.11 91/02/11 SMI@(#)_base_il4.S 1.5 91/02/11 SMIinvalid operandinexactdivision by zerounderflowoverflowFloating point exception %x, %s, occurred at address %x @(#)sinpi.c 1.6 91/02/11 SMI@ !TD-C0C@??@@?? H QINFINITYNAN(@(#)atan2.c 1.9 91/02/11 SMI?.B9?.B=95y+?g\?1?a^?ѽX ?9?ؚ3B[?#쿘L?D{̏c?܏ǚ"?jġ?_?%R?r%*?T?_^p@?y^?3O?V*?Fr?]>?*-&[ū?@L5-@(#)cos.S 1.5 91/02/11 SMI?@(#)sin.S 1.6 91/02/11 SMI@(#)__cos.S 1.6 91/02/11 SMI?UUUQ(?b̝?UUUO[5VkU%i>9)9@c(?UQ_z @(#)__rem_pio2.S 1.5 91/02/11 SMI?Ap?_0mȃ?!TD-?!TD-?!T@=дabc1=д`=дa`;.ps;.9{% I@(#)__rem_pio2m.c 1.6 91/02/11 SMI?!@>tD-tD-tD-<?Ap>p?@ ?@(#)__fp_pi.c 1.4 91/02/11 SMI@(#)__sin.S 1.6 91/02/11 SMI?UUUQ(?b̝UUUUT?*uK>㦗'c(?UQ_z @(#)rndint.S 1.4 91/02/11 SMIC00??@(#)exp.S 1.15 91/02/11 SMI@.B9@I-0Q??;s?.B9?.B9?.B=95yfl?Vj%,Ak>f7ir?Ge+<F)>Y9?.B9?.B=95y>0?UUUU)ffJ7 ??Yt?Xl?[Q?r<}Q{?ԇ1h?8znub8?? 1?q7:?ަL4"?N`a-?6*'?4+VO?HT)?$~:U?f;?u_t?s?%L?B*?77?đ?U>%]?蟙Zӭ?v^G?݅R? i?X?3{_??Pv[nE@%]@ 蟙Zӭ@ v^G@ ݅R@ i@ X@ 3{_@@Pv[nE@@(#)ieee_func.S 1.17 91/02/11 SMICP<@(#)sqrt.S 1.14 91/02/11 SMI<`CP>@????.MgkzfJ 5RI\n4~_E~=fkh>yMEaɉm{T*5,Nn.R3JQQ Y$@(#)__SVID_error.c 1.14 91/02/11 SMI?.B9?.B=95y, , ؂x H!H"v""Ԁ""##2#I###$ $1$%C%X%%%&&v& & & &ڂT&'$'׀$'( (.(O(q((():*&*x** *ր+,,-z.$./€0= 01 $1ǂ122`2w22234578 9 ::<= = $=2a=V={==>?P? ? $?ɂ?)@@0@R@z@؀@ @  hۀhgh{(2(d(u ƀ0j0}OXD(ɀ~: = 0    e y|@|0|9|RHր~Ӏ$(MXtMހ G ^ $ņ.| $҂Bg $ "MA>Z d  @!r@"A"W"p""""߂^"$# #!#76/#K#h]##Հ$*$$%%%N%m%% % % %&&&̀ ''ۀ(K (u (( (π )B )Q)j )~6Y) )؀ )**$****+++7 +E +S +a +o+ʀ,),8,,р-z- .2 .F .Y.p.....̀//0U00 0 0 0 0 0$"Dj"0D0HDj"1111)161A1I1T1_1k1y11Dt"1Du"11& oT1& od2& op2,& o2B(2~((2(HD"D"D"D"D#D#4D#PD#lD#D#D#D#D$$D$<D$\D$D$D$D$D$D%D% D%DD%dD%xD%D%D%D%D&D&D&HD&XD&D&D&D&D'D'PD'pD'D'D'D( D(8D)D)D)<D)hD)xD)2$)D)2D2Ǡ$HD)2݀D)$D)2$)D)2D3$HD)33 3,383K3V3d3n3y3(D)33@D)D)D*D*$D*$D *$D *D *D *D +D+<D+D+D+D,@D",@D#,D$,D%,D&,D'-D(-4D)-D D*-`3$-hD2-h3ĠD3Р$HD2-|3ހ33 D7-|D8-D9-D:- 4D;-4$-DG-4D4%H42L4=P4HT4UXDG-4e4p4|44444444(DM-4݀445$ `DS-DT.DU.DV.(DW.`DX.|DY.DZ.D[.D\.D].D^.D_.Dd.De/PDf/dDg/pDi/|Dj/Dk/Dl/Dm0 Dn0TDj0lDp0 Dq05$0D}05$D51H5?L5KP5XT5fXD}05s5}5555& o5& o5(5Հ5߀5(566PD0D0D0D0D1D1 D1<D1lD1xD1D1D1D1D2D28D2XD2pD2D2D2D2D3D34D3LD3pD3D3D3D3D3D3D3D4D40D4HD4`D4D4D4D4D4D4D4D5D5D5H6 61$5PD5P6I D6UHD5d6d6o6y666(<D5d6666̀6ڀ666(D5d7(7(<D5d7%737?7P7_D5dD5pD5|D5D5D5D5D5D6D64D64D64D64D64D6D6D6D6D6D7D7D7$D7$D7$D7lD7tD7D7D7D7D7D7D8(D 80D 8<D 8<D 8<D 8<D8<D8D8D8D9D9@D9D9D9D9D!:D":<D#:LD&:\D':\D(:\D):D*:D,:D-:D.:D/:D0:D?; LDB;7k$;DJ;7D7$HDJ;77hDN;DO<DP<(DQ<47$<<D]<<7 D7РH7L7T7\8 `D]<`8%(LD`<`89(pDa<`8a(xDb<`8r(Dc<`8(Dd<`8& o88ʀ8ڀ8TDn<`DoD> D>(D>LD>TD>hD>D? D? D?D?D?D?D?D@D@D@$D@4D@DD@TD@dD@tD@D@8$@D@9D9$HD@9 9+959?9K(D@9\9d9l9v999D@D@D@D@DADA,DA4DAHDADADADADADBpDBDBDBDCDCDCPDCPDCDCDDTDDpDEDEDEDFDF0DFLDFdDFhD FD FD FD FDFDFDG@DGTDGpDG%,DG9$GD&G9D9̠$HD&G9ڀ9%HD*GD+GD-H%D.H$9$H,D6H,: D:$HD6H@:%:1:=:H:P:\(D;H@:l:w::%DAH@DBHXDCHpDDHDGHDHHDIIDJIDDIDMI0DPI@DQI@DRI@DTIDUIDXIDYIDZJD[J DUJHD^J\D_JD`JDaJDbJDdJDfK0DgKpDbKDiKDjKDlK)`DnK:$KDvK:D:$HDvL :̀:؀::)|D|L D}L$D~L<DLXDLtDLtDL*8DL:$LDL;D;$HDL;,;8;D;O;W(DL*TDLDLDMDM0DMLDMlDM+0DM;g$MDM;D;H;$LDM;;;;;ɀ;(DM;+PDMDMDNDN(DN,DNHDNdDNDNDNDNDNDO DO8DOdDO|DODODODPDP,DPHDP|DPDP.$DP;$PDP< D<HDPDPDP<.>4>V>w>>>> >o>%??(bz?>@?@@@6*@͂@]AAA4AjAAA A A BB:BɀB CGDDt D DD D Ec ErE E9E F F FLFXFFłFڀG#GUG` Gn G| G GGHTHaHHII JI J\ JmJJJJJӂ5EJ0K0K L L( LE LP$TDTLcDLvHLLLPLTLXLȠ\DT,L؀LLLL$D"T,D#TTD$T\D%TD&TD'TD(U0D)UhD*UD,UD-UD/UD0VD2VD3V<D5VDD6VhD8VpD9VD;VD>VD?VD@W0DAWLDCWTDDWDEWDFWD;WDHXD*XDJXXDKXDLXDMXDOXDQXDRXDTXDUXM0DYYDZY0D[Y<D]Y<D^YD`YDOYDbYDcYD%ZDeZ(DfZ8DgZHPDhZXM$Z`DuZ`M"DM.HM;LMHPMVTDuZMfMoM{MMMxD{ZD|ZD}ZD~[D[8D[XD[D[D[D[D\(D\PD\pD\D\D\D\D\D\D]D]`D]|D]D]D]D^D^<D^TD^\D}^D^D^ D^M$^D^MDMHM@D^M((D^ D^D^D_ LD_TM_`Md_`Nd_`NNEN_NNNπNOO8OQOlOO OOOP P"P> PP`Q`R1R4 R}YRRR܀RRSSS"S.ScS{SSSSST TT&T3T@TMTZThTw T TݥTTU&UUU VVk4WN4WXhX(vX Y`7Y~/eY5YYZZ(ZP8zZqBZZZZ[ag[@[ʀ@\{\\,\\]9 ]]96Z]Q>]e],^1,^ux^^R^ʀ^ـ$_$__``(`J`c`x`` ``aaaCaha)aaab8v8$\$hL LiL|<:TـTjT{,+ހ,3,~,GH  Àhhh#(ڀ( ( n00M;%ЀŹƮǠțq&؀͛TM !||؀||H~&{֖֤$_`D_`ˠDD_pـ &9D%_pD,_D-_D0`D1`$D2`<D3`dD4`D5`D6`D8aD9a0D;a@D<aXD@adDHa|DIaXDJaF$aDRaeDsHDRa׀׈אכפT׵LxDYaDZaD[bD]b$D^bdD`blDdbDebDkbDncPDeclDscDtcDvcD{cD|d0D~d8D^d@D[dDdLDd$dDdD$HDd hDdDdDd$eDe2D>HDeOT`DeDe0DeLDexh$eDe؂D؎$HDe؜Lح4DeDexDeصe(o t tXdodoC]و٪̀6Oj~ڐک 1}Y1Mjۀۙ ۮx۵%ag6- )]CQtܬˀ  ( Ep7 ބA߱  # 1  ಂ ߂9 @ Lጀᘀc╀    ؀9㗀㥀)9 埀  ł݂$oD oDD p%D pDp8DpPdDp\/$phDphEDQH^LDplDpDpDq Dq,@Dq8w檀& tX& t$qDD6qDDHD6qX (`D:qXD;qD<qD?rD@r DBr(DDrTDErDFrD@rDJsLDKsD5$sPDQsPJDVHcLDQshq|pDUshDVsDWt DXtxDYtp$t|D]t|睠DD]t穀D`tDatDbt$tDgtȠDԠHDgtDktDlu`DmuDnu$uDruDDru'5DDvuDxuDyuDzv$D|v<D}vDD~v|DzvDvDvL$vDvaDmHDv|臀DvDwXDwDw$wDwDwDwDw$wDw DΠHDwۀDwDxDxDx$xDxD HLDx%( Dx3DxDxDxDxDyDy@DyTDylDyDyDyDy DyA$yDyWDcHnLDz{ DzDzDz(Dz4DzPDz\DzpDzDzDzDzDzDz Dz{d{d{ǀ 6X{ꡀÀ,> Sdj뀂6)]ˀ   씂(쪀ۀAlH%`uac틀@?@- A9Z  ﮀZg|ŀ   , :AP   4W 5 K1g|d}Q,8oπ -:GTan| ǀ EY4*4\4j474g4w00j0|d0d dЀdDDaDpPPVPP,t,,    &${D{;DD{,U`t}d,0P̀ D!{,(D#{0D&{8D+{pD,{xD/{D2{D5|D8| D;|(D5|4D>|D@|DB|DC}lDE}|DF}|DH}DK}DN}DP}DQ}DS}DK}DV~HDZ~T+4`D_~hD`~Da~Df~Dl~DpIQ vP^ddπ?e܀ ,MAH1dd|~v3Miai~Ă%6/8]Rk9 ̀ ؀$ ! ,  :  H  V  d ŀ # 1  ŀ y  +  ?  Q X _$DC ~D H L T Ġ\ Ҡ` ߠd h l p <tDC< ` m w   ( DG<  < 8 40,($$, :DSk DQ<& v & v & v'& vD`DDaDcDdDeDfDgDhDiDjDltDmDnDoDpDqDrDsDtDuDvDw Dx0DyPDzXD{`D~pDpDDDDDDD DDDDpDDDDDDDD4D`DDDDDDD,D8D@DLDdDDDDDDDDDDDDD0DHD\DhDtDDDDDDDDD$D8D@DLD\DlDDDDDDDDDDDD(DH4DdDDDDDDD DHDdDDDDDDDD DTDpDDDDDDDD$DhDDDDDD4D <D HD hAD D DDDDDDD4DpD#D%D&D'D) D#PD-dD/lD0xD1D2D3D5D6 D7 D:8D3lD>D@DADBDDD>@DHTDJ\DKhDLpDMxDNDODNDRDS8DRpDVDDYDZN$D]DjHyLPTX\`ʠdՠhlD+DDDD0DHDPDDDDD0D8DDDDDDDD`TDl3$tDtBDOH^LDkv|xt(" Dpl'h2d>`J\VLtDDD D,DDDLD\DtDDDDDDDDD DPDlD|DDDDDDD$D$D@DHDhD tD D D DDD$DDDPD`DpDDDDDdDDDDDDD!D"D# D"D%D&D(D) D*D+D,<D-HD/PD0hD1tD2D3D4D5D7D8D9D;`& vP$DhFDhDlDmDn$Do@Dp\DqtDr$DyϠD٠HLDyDzD{D|D~DD~DDPdPdP!KeՀ>Wr7A] ,  (ɀ'` u}U1߀ %1f~)6CP]kz  ". `t` jdPˀڂr%ae$@؀@ ڂ9 ; G # 1 ? M  b r ! !( !:!S4!\!c !y !!!!!" ""G"[4#04#b4#p4$>4$n4$~0%0%q0%d&7d'd'׀d'D(D)hD)w))P*P+]P+P+ŀ,,{,,,, , , --,$PDP-9D-D@-OHD`-]d-m,-P----̀-ڀ-D`DhD!pD#xD&D'D!D+D.D04D4D5D9D;D<D?D@DADEDG$DH$DI@DMLDO`DQDRDTDUDV DZ$D[8D]LD^hD`xDbDdDeDhDkDl-.d.%d.2.\.v..À./ /./O/h///// /0101}Y0J0f000x0%0 0ag06-11-]1G1`91y1$D1D1@1HD 1ƀ1р1ހ1D D pDDDDDD$DLDTDhDDDDDDD!,(D"81H1dH2&dH2.2X2r22233*3K3d333o3%3 3bz36*44 ]4:4S94l44ހ45l5{6'66 6р 6 64v67 7 7117M7bd7z}S777̀7ڀ778888U8o888ـ88999 9-9:9G9T9b9q 9 9999:+:?4;4;A4;O4<4d>d?d?D@dDA7DAFAAĀPBPC(PCPC,DF,D,D D D DD$HD HEDE @EHD XEdE.,EGPE\EqEEDXDDDDDD D"D#4D%<DHD*pD.xD/D2D8D9D;D<D2D>DADB$D*0DEXDFdEpEdpEdpEрEFF@FbFFF̀FGG"G6GH G]dGt6)GG]G(GlG%GH acHH3HL9HeHz4WHH1HHdH}QHII%I=IVIaIz$pDpIDDIIIIʀdIڀ,I0JPJJ.J=JJJZJjD!(D#D(D+D,D2D5hD8pD;xD5D>D@DBLDCDEDFDHDKDNDPDQDS,DK8DVDfDnpDpJxJ$ J {J$$JJdJdJ݀KK!KLKnKKKـKLL.LBLT)LjLLLπMM!M>MXMt MՀN`Nƀ`OG1Oc O}SOOP P P<oPC%P[ PpadP@Q:@QQ6*RR,]RFR_9RxR4vRRRRdRRSS0S;SS($ S_($$Sw& {S$DSDSHSLDSDD(DDD`DhDxS$D)SؠDS@SHTLTPT'TD)T:TETP,TidTyTDTTTT€T̀TՀTdD8D:D=D@ DB DDhDEpDH|DIDJDNDPDQDU DVDZ D\DD^dDblTTU UPU/U<UKDmDnDpDrDsDwDxPD|D}DDDDDD D@DPDdDxDDDDDDDDDDTDpDDDDDDD D D0DDDDDDDDDD D,DPDpDDDDDDD@DxDDDDDDDlDDDD(D`D|DDDDDDD  D UXUcUpdUdUÙUVV3VVV|VVV؀VWWoW %W8 WMbzWc6*WwW]WW9WW$DXDX@XHD X(X6XEXND XZD $D \D tDDDD(DhDDD DDXg$D#XwDX@XHD#XXD'D(D)D+|D0D1D2D3D4D5D7D<D=D>D@DADBDDD@DFPX`Xd`Xd`XY&Y@YkYYYրYZZ2ZMZaZs ZZ~vZ1ZZai[[[:[Sd[k[[[[[\ \%%\=\R\h6/\|\]\\9\\~]]5]"]) ]? ]U]q]]]]ς]ڀ^ ^!4^4_(4_64`4`44`D0`0a70aIdadb؀dcdcDdWDe.De=eePfPg#Pg}Pg,hA,h,h h h h$`D`hDhHiLDxii#,i<,iGiSid@isi{iDxDD D!D#D&D(D)$D,0D-0D/pD0D3D5D9DLDN0DOhDPDTDUDVDWDYD[D\$D]<DaXDbXDcpDd|DfDkDlDoDpDr Dt4Du@DxLDylDzD{D|D~|Diididiɀij j8jZj}jjŀjjkk.k@okG%k_ ktbzk6*kk]kk9ll4vl%l,1lHl]dlu}Slllllmm$D m(Dm2@m<HD mEdmU,mnPmmmmDDHDlDDDDD D#D)D*D,D-4D#<D1|D2D4D D:D>D?DADGDHDJDK,DA4DMtDO|D:DRDSmmdmdmn"n<ngnnnҀnoo.oIo]oo odo6)oo]o(olp%pp0acpFpZps9pp4Wpp1ppdp}Qqq/qLqdq}qqq$DqǠDDqqqrdr,r*0r;PrPrertrrrD'(D)D.D10D28D8PDADEDGDIDADLXDN|DODRDUDV8DXHDYHD[hD^tDa|DcDdDfD^DiDk Do(Dp@DtHDu`DhD„DŒD¬D´DDDDDDDD8DkDDDDDPr`rd`rd`rss.sYs{ssĀstt t;tOtaoth%t tbzt6*tt]tu9u(u=4vuFuM1uiu~du}Suuuvvv$$`D `v3Dv=@vGHvSLD tvh,vdvPvvvʀv׀vDtDxDĀDĈD*ĐD@ĘDKĠDLĨDVİDYĸDZDD^`D_ǰD`DbDgDjDkDmDnDp DqDs$Dg4Du\DzdD}lD~ȀDȈDȠDȨDzȸDDDDD D$D,D@DHD\DdDtDɰDɸDDDDD D\DdDlDʀDʔDʜDʴDʼDDDDDD D0DHDPDXDlDtD˄D˜DˤDˬDDDDDDDDD,D4DHDPD`D̈D̐D̘D̬D̴DD D D DD D(DDDLD TD!lD#tD̈́D%D)D.D/D2D)D48D9@D>HD?lD@΀DCΈD9ΘDEDIDNDODRDIDTLDYTD^\D_pD`ϜDaϤDdϬDYϼDfDjDpDqDs$Dj4DupDyxDЀDАDИDyШDDDDD DDXD`DhD|DфDєDDDDDD DHDPDXDlDtD҄DDDDDDD4D<DDDXD`DpDӬDӴDӼDDDD D(D0D@DHDXDԔDԜD ԤD ԸDDD DDD0D8DHDՄD#ՌD)ՔD*դD,լD#ռD.D2D7D8D; D20D=lDAtDE|DF֐DJ֘DA֨DLDPDUDVDYDP D[\D_dDclDdׄDh׌D_לDjDoDsDtDxDoDzTD\DdDtD|D،DDDDDDD<DDDLD\DdDtDٰDٸDDDDD$D,D4DHDPD`DxDڀDڈDڜDڤDڴDDDDDDD D(D0DDD\DdDlD|D۔DۜDۤD۴DۼDDDDDD DD 4D<DDDTD\DlD܄D܌D ܔD!ܤD#ܬDܼD%D*D-D.D0D* D2$D7,D:4D;DD=LD7\D?tDD|DG݄DHݔDJݜDDݬDLDQDRDVDWDb DYhDZtvvlw \wwdwBdwKwuwww܀wx%xGxhxxxx xbzxOyy}Sy,1yHyedy}yyyyzzz74vz@ozG%z_ztz6*zz]zz9{{{8{M{e{}{{{$D{ˠdD{נdHD{{DDDDDD D$D@DT|$\D"\| D| HD"p|'|/|7|@|I|T|aD&pD'D)D+D,D-D/D0D2 D3D-D6,D7<D)PD9d|n$lD?l|dD|dHD?|DBDCDDDCDFDHDIDJ0DKH|$PDRP|D|@|ˠH|נ LDRd||,} d}P}/}<}K}Xd}f}r}zD]d}D^hD`pDaxDbDcDeDhDjDkDlDeDoHDqlDrDuDvDwDxDyDzD{(D|<D}PD~dDxDDDDDDTD\DdDxDDDDDD8DHD\DtDDDDDpD}$D}DD }Ȁ}Ӏ }}~~ D D(D@DPDDDDD DLD @D~$D~+D~6@~AHD~Nd~^d~i,~y0~P~~~~~Ȁ~ր \DDDDD D4DTDpDDDDDDD<D`DtDDDDDDDDp D|~$D~DHDd),90JPWds€Ԁ  !-D=D KWc@hqd}` 4DDDDD0D@DTD`DDDD!D"D$D%D(D)D* D,HD.D/D1D2D3D4D6D7lD8D9D;D<D=D? D@`DADBDCDEDGDIDJ,DM8DNDODPDRDSDVDX`DZD\D^D_(DaDDbXDeDfDgDh(Dj4DkDDm\DnpDq|Dr$DvD@DvĀ,ԀdP & DDDDD$D0DhDDDDDDD3 ;d bd jـDfπ 4vo%3bzI6*]z]91 d$}S=Yv$ D DԠHLPTD @ #.D@$DDDLDdDlDDDD D!D$D%D&D)D*8D-@D.LD/`D2hD3D6D7D:D;D>D?DDADB<$DJIDYHgLuPDJDKDQDUDV DZD[(D\<D`DDaXDbtDdDeDgDjDkDlDoDp8Ds@DtXDw`DxtDyD|D}D~DDDDDDQDD$DɠDנHLPTD DDDD D(D@DTD\DxDDDDDDDDDD%$D2DBHPL^PDjDxDDDD D4DHDPDdDDDDDDDDDD$D,DDDTD  D,8d8d8(Su5I[4vdok% bz6*]9+@1\qd}S $8D 8(D2@<,H]dLuPPTX\D X΀D DXD`DhDpDxDDDDDDD!D#8D%XD&|D(D)D+D-D. D3(D48D5DD6\D9hD;D<܀dD@DADBDCDDDFDG8DHXDDlDKDMDNDPDRDTDU DY,DZ@D]LhDaDcDdDiDk<Dl`DntDoDtDvDwDyD|D~8DdDtDDDDDD8DPDDDDDDDDD$D0D<H& |/H7 @dHedHq%Km€ր 1/ BX~vq2Kdd|ai% 56/If]9$HDH֠DHD\D\DlD|DDD!D"D#D!D$ D& D' D+ $D, 8D. HD/ PD0 `,D4 t$ |D= |D"H1LD= @HLDA DB DD DE DJ DK DL DO <DP TDS `DU pDV TDW P$ Dd _DnHxLPTX\Dd De Df Dg Dh Di Dj Dk ,Dl `$ lDv lDϠHLPDv )8G@D} D~ D D D D 8D DD `D |D D D D D D D D 0D pD D D D D D4DDDXDh,DtV$DmD}HLDɀPDDDDDD D<D@DTDDDDDD$DHDXDdDpDx<Ddd=Wǀ0Idx 11}YJfd-FU[t % ag6->](6YȀ   *U i& 9x $4-4 J `|ڂ,4434A44?4O00B0TddddDbD9DHƀPP/PP,M,,   $D,DdH(PLD>GDDDDDDDDLD\D!|D"W$D*h,DydHLD*P@ D/D1D2D3D4D5D8,D:@D;TD=hD?|DADBDCDEDHDIDJDLTDMtDQDRDTDVDWDZDaDb0DcLDfXDilDlDnDoDpDrDs,Dw@DxhDzxD|D}DDDDD D4DHD`DhDtDDDDDDDD<DDDLDTDpD|DDDDDDDD,DHDTD`p   dp dp;Uŀ .Gbv7A] 1(049r@%Xmae9d'}U@\y& $PpD pD |P D|DDDDDDDDDDDDD(D0D8D @D!HD"PD#XD$`D%hD&t$,D*D* ,D-D.D/D0D1D2D3D4D5D6D7D8D9 D:,0$D8D>8D>DCDDADDBtDC|DDDEDFDGDHDIDJDKDLDMDNDODPDQ,DR@DSTDT`Q$0lDXlDXxf0D[xD\D]D^D_D`DaDbDcDdDeDfDgDhDi(v& & $d4Do4Do@dDr@DspDtxDuDvDwDxDyDzD{D|D}D~D DD,D<DLDTD`DhDpDxDDDDDD$DˠPDDDDD0DHDh$pDpD@D|d ,P)=LYaD|iwDDDDDDD DDDPDdDDDDDD D D 4D DD \D dD D D D D D!D! D!$D!@D!hD!pD!D!D!D!D"D",D"4D"|D" ,D""d"d" 3Mx&?Zn )}S1+Dd\u%ad6*]5N9g|4vo)09 DL Z m ~$D"D"DHD"ƀӀ@D D'"D)"D*"D+"D-# D/#,D0#<D1#PD5#lD6#D8#D:#D<#D6#D?$DD$LDE$dDH$pDI$DJ$DK$DL$DM$DN$DO$DP$DR$DS% DT%DU%(DX%4DZ%PD[%\D\%l%xd%xCd%xMwހ'Ij$%xD %xӠDHLD %D %D %D %D%D&D&0D&D$&LD&LD#H2LD&d;D&dD&hD&D&D&LD&C$&D&&UDbHqLD&&zlD(&D)&D*' D+'HD,'\D-'D.'' $,$($8$4$0$<d'd'/Z|ŀ!<Pbx1 )o%ad 6*:]Tm94vd}S )F^w D   0 d  & X g x  $'DN'DDN'DO'DQ'DR'DS'DV'DW'DX(D[(D\(D]((D`(0DO(XDc(    : [ i x  ($(($,($0($4 ($8($<% 4$(Df(Df(D@RDh(Dm(Dn(Do(Dq(Dr)Dt)Du)(Dv)<Dw)DDx)LDy)TDz)\D|)hc@q@~@@D)pD)xD)D)D)D)D)D)D)D)D)hD*D*D*4D*TD*|D*D*D*D*@D*D*D*D+D+$D+TD+\D+D+D+D+D+D+D+D,D,D ,8D ,h@D),pD,,|D.,D1,D3,D4,xD;-D>-$DA-,DB-<DH-DDI-LDJ-TDK-\DP-pDU-|DW-DY-D]-D^.Dk. Dl.Dr.(D.TD.hD.D.D>.D.D.@D.`D/D/ D/D/,D/hD/D/D/D/D/D00D0pD0D0D0 D0D0D0D0D0D0D0D1D1 D10D1@D1HD1PD1`D1pD1|D1D1D1D1D1D1D1D2 D28D2PD2hD2D2D2D2D2D2D3D 3D 3,D 3@D 3TD 3hD3|D3D3D3D3D3D3D4D4(D4@D4XD4pD4D4D4D4D4D 4D!4D"5D#54D5TD%6LD&6T6`4  \ |$D3- <93E Q$H]Ht } K8 @MC3$@ D3433 #4 *J(<4Y dd6`d6`׀$Gmɀ  ([7Ao](1ae4 r%,AWk9d}U0Me~  ($@($D#($HK(3(30(3B Q ` n }Ò& ù& & & $& H& W& |z& \ĉ(3Ĩ(3(3(4(4(4 (& <:& @I& DY(4|$6`D6`D6lŊ@Ţ@ů@ż@ D 6lD 6D6D6D6D6D6D6D6D7D78D7@D 7HD"7HD%7PD*7\D,7`D-7hD.7xD07@D27LD37D57D67D77D98D:8<D;8\D=8`D@8lDA8DC8DE8DG8DI8DJ8DM9DN9DO9$DC9<DR9DDX9pD[9xD\9D_9Da9Db9Dc9De:Dg:Dh:Dj:Dk:(Dm:(Dn:4Dp:4Dq:@Ds:@Dt:LDv:LDw:XDy:XDz:dD|:dD}:pD:pD:|D:|D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D;D;D; D; D;D;D;$D;$D;0D;0D;<D;<D;HD;HD;TD;TD;`D;`D;xD;ր߀$D;D;D;D;D;D;D;D<D<8DD>0D><D>HD >HD>\D>D>D>`D>D>D>D>D>D?D ?'D%?D(?(D0?4G D5?`D7?xDB?DD?DF?DI?DJ?DK?DP? xDT?DX?DZ?Dd?Df?Dg@Dl@ Dm@4Dp@TDs@\Du@tDw@Dx@Dy@D}@D@D@D@D@DT@DA DADXB4 DC[$CDCDCu@DCƁ@DC,Ə@ƥ@Ʈ DC<DClDDDDDDDDDDDDƼDEDEDE,DE<DELDFppDGDGDGDGDHDHDH0DH4DHHDH`DH|DH@DH$HDHDH@@XDHDHDHDH@DI DIHDIxDIDIDIDIDIDJDJ$J(DJ(4DL@DJ4d@u@DJ4DJ8DJhDJ|DJD!JD"JD#JD%KD&K,ǁ$K8D1K8ǑGǚHǧ@D1KHǴ@D2KHD5KPD7K\@D9Kx@D;K@D=K`D?KD@KDBKDCKDDLDFLDGL0DJMTDKMpDMMxDRMPDSM$MD\MD\MD^MpD`MDbMDhMDjN$DnN8DoNHDqN\DuNdDwNdDxNtD{NDNDNDNDNDNDqODPDP(DPHDPT$P`DP`%DDPpDPpDPDP8$PDPTDDPDPDPDPDPDPDQDQDQ DQ(DQ4g$Q<DQ<DQHDQHDQ\DQxDQDQȄ$QDQȝDȪHDQȶ\DQDQDQDSDS DS(DS<DT`DTpDT|ȿ$TDTؠDDTDTDTDTDTDT$TD TDHD TD TDTDU DUDU$DU0DUDD ULUX dUXGdUXYɃɝȀ 3Uvʏʪʾ4vo%  bz#6*7T]nˇ9ˠ˵1d}S3Ph́̌$UXDUX̣DD̲0HDUlDUlDUD UD UD UDUDUDVDV,DV8$VDDVD٠DDdHDVX$,07 ID VXD"VtD$VD%VD&VD'VD)VD*VD,WD-WD.W D1W,D2WHD4WXD5WD6WD7WD8WD9WD:WD;XD=X(D>X(D?XLDBXXD'XpDFXDHXDJXDLXDMXDNYDPY(DRY8DTY`DUY`DVYDXYDYY\DZYXYedY͆dY͓ͽ׀$GmΏΰɀ M\'<\~vu1ϑϮ3ˀK[π<є<< w\F\\ԯp4pG  cP*PPWˀ<À<|\/\\À XޫXzX߉, ऀ"y  ̀8㴀DЀ榀xF=m}<2<컀<Ԁ<<<.<J<g<<燎<€D|D)DCD]24ɀ(w(0X0b00 O(E(u4&4 J880ր :((ڀ$ i0L0 [ `7``̀` ` d d    P P   " %:Qpp D T=Ҁ/8؀8$$LVLL΀<TTTgʀf̀̀,b,,GL+   h h!Zh!l("("Q("` "0#Q0#$s%N&''(ۀ)*+,-c..Ӏ/Հ0Ȁ12D3434|4À|5|6|7ˀH89F9:@:Y >:i H: k: :͂s:ހD;D|D?}DDB}XD?}DD}DF}DK}DL}DN}DR}DU~D[~D^~DeDh\DnDoDpDqDrDsDt Du Dv,Dw4Dx<DyDDzLD{TD|\D}dD~lDtD|DDDDDDDDDDDDDDDDDD D0D@DPD`DlDxDDDDDDDDDDDDDD DD$D0D8D@DHDPDXDdDpD|DDDDDDDDDDDDDDDDDD$D,D4D<DHDTD\DdDlDtD|DDDDDDDDDDDDDDD DDD(D4D@DHDPDXD`DhDpDxDDDDDDDDDDDDDDDDD,D4D<DDDLDTDdDtDDDDDDDDD D D D D DDD$D,D4DHD\DpDDDDDDDDDD D D!$D",D#<D$DD%LD&TD'hD(pD)xD*D+D,D-D.D/DGDHP/DI\=ۂD=H>H?_H?$@p@׀AvABBB>(B(C4(D(D0D@$hDhDZDDjHDwLDPDTDXD\D`DDDȀ DրDD/DDDDDDDD<DdDDDDDDDED,D|EDDEDD<DHDTDD2DE(E4dEUdEaEEEЀEFF;F]F~FFFƀF FM\FG G*~vGC1G_G|3GGLGGG$DHDH`HDH$H,H9D#D'D,D0PD1lD0D6D7D8 D6<D<PD=lDBDCDHDRDSDTDUDVDW,DXDDYXDZpD[D\D]D^D_D`DaDb Dc4DhLDjTDllDnDpDrDtDvDxDzD|,Dh8DDDDDDDCDlDxHGHRdHsdH~HH€HII2IXIzIIIπII J M\JJ'JG~vJ`1J|J3JGLJJK$DKDDK+D!D"D#D$D#,D%@D&TD'pD(|D)D*D,D(D/D0`D2|D3D4D7D8D9D:D;@D<lD=D>D?D@DAHDBtDCDDDEDFDG@DHdDIDJK3K=dK^dKhKKK׀KLLBLdLLLL̀L LdM M MM(RMH}QMa1M}M3MN7NGN<O<O<O Pc\Q2\Q\RpS pS3 S TOPUPUڀPVCV<W<Xh\Y\Y\Z [[րX\X]fX]u^ ^^__e _݀ `8aab0bcdedf2ggi)iYii<j<j<j<jڀ<k<l<l6<lS<m <m<mDnhDoDo/DoIopp4p(qc(q0rD0rsNs0t0tuv;vw|(x1(xa4y4y z6z8{8||€}p ~&~Ԁ((ƀ$ U080 Gp`#````dd ̀PPzـz&=pրp 0 @)8Ā8р$$LBLL<qT TTS R,N,,GL ŀ Հhh-h?(($(3 0$0_F"рja7_Ԁ||||Hb€-s>DDĀDԀ 2?HHHր$G^(@(w(G(s$DDD€̀؀ $,7<BQZ|dxot{plhd`\<ˀ(4D=-7CNXbmhxtpH( & PDODPDQDTDVDX,D\4D]\D^tD`DaDbDcDeDiDlDp@DstD{D|D}DD8DhDDDDDDDDD`DDDDDDDDDDDDDDXDpDDDDDDD,DDDlDDDDDDD(D@DhDDDDDD4DTDtDDDD D D@D`DDDDDD D$D<DDDLDhDDDDDDD D D4D<DXD`DxDDDDD D D DDDDD(D4D<DTD`DhDDDDD D"D#D$D%D'D(D+D-4D/@D1dD4tD5D8D9D;D=D>D?DD@xDADBDCDD(DFXDHDJDLDMDJ DO4DPXDQdDRDSDUDWDXDZD[D\(D]8D^@D`\DdpDeDhDiDkDmDnDm Dt<DudDxxDyD{D}D~D}DDD$DPD|DDDD D4D\DpDDDDDD(DHDPD`DDDDDDD,D<DdDtDDDDD$D4D\DlDDDDD,DPDXD|DDDDD,D<DdDtDDDDD$D4D\DlDDDDD,DPDXD|DDDDDD D(DDDLDhDpDDDDDDDDDDD$D ,D 8D @D LDTD`DhDtD|DDDDDDDD!D"D$DD&8D(@D)XD,`D-lD/tD0D2D)D4D6D7D:D;D=D>D@D7DB(DD0DEHDF\DGlDHDKDMDODPDQDRDUDV$DW4DX8D[PD\pD]D^DaDbDdDeDgDk<DolDrDuDxD}8DdDDDD@DXDDDDDDDtDDDD(DtD|DDDDDHDxDDDD@DpDDDD4DDDDDD$DpDxDDDDDDDD <D PD tD |DDDD DD4DHDlDtD”D¨DDD D!$D#,D$PD&XD'|D)ÄD*èD,D-D/D0<D1DD3TD4\D5dD9xD:ĜD;ĤD<D=D-D@DBDCDEDG<DKPDM`DN|DOŤDSŴDTDVDWDX8DYXDZxD[ƌD\ƔD`ƤDbDeDfDiDn8DtǠDuDvDxD{$D|DD~LDXD`DlDtDȀDȈDȔDȜDȨDȰDȼDDDDbD0D8DPDpDɐDɰDDDD4D<DHDPDpDD0D<DHD\D|DːD˰D˸DDDDDDDDDDD(D0D<DDDLD̜D̤DDDD D̀D͈DͨDDDDdDΈDΐDΰDDD DlDtD ϔD ϴD DDPDXDpDxDЄDЄDФD"иD#D$D&D)D*D+D.0D/TD0`D2hDpD4ѐD6јD7ѰD=ѸD>ѸD?D@DADBDCDD,DE8DI@DJ@DK`DLlDPtDQtDRҔDSҠD7ҨDUDWDXD^D_D`Db0Dc<DeHDgPDihDkӀDlӀDpӠDqӼDrDyDzD{D}DX D,D4DLD|DԄDԘD԰DԼDDDDD D(D@DHD`DhDtDtDՔDՠDըDDDDDDDD D(D4D4DTD`DhDրDֈD֔D֨D֬DDDDD DD D4D8DPDlDxD׀DטDנD׬DDDDDD D$D,D8D8DXDdDlD؄D،DؘDؘDظDDDDDDDD$D,D<DTD\DhDhDوD ٔD ٜD ٬DDDDDDDD$D,D4DڌDڔD ڬD#ڴD%D(D)D*D,D. D0$D30D40D5PD7\D9dD;|D>ۈD?ۈD@ۨDB۴DDۼDFDIDJDKDM DODQ,DT8DU8DVXDXdDZlD\܄D]ܐD`ܴDaܴDbDdDfD Dh0Dj8DkPDmhDqpDtxDuxDvݜDxݤD{ݰD|ݰD}DDDD DD D DDDmLDހDޔDޠDިDDDDDD(D@DLD`D`DߌDߌD߰DDDDDDDHD\DlDtDDDDDDDD(D@DHD|DDDDDDD4DDDTD\DtD|DDDDDD4DDDD8D dD DDDhDxDDDDDDD D! D$ D)DD+`D-hD.D0D1D3D4D7D9 D;D<,D=DD>XD@`DAxDBDCDDDFDGDHDIDJ0DL8DMPDNhDO|DQDRDSDTDUDWDXDY DZ4D\<D]TD^lD_D`DbDcDdDeDgDhDi(Dj@DkTDl\DnxDoDpDqDrDsDtDuDv DwDx$Dy0Dz<D{HD|TD}`D~lDDDDDD$DDDlDDD D(DHDdDDDDDDDD D,DDDDDDDD$D\DDDDDDDxDDDDDD0DDDXDlDDDDDD DLDTDhD|DDDDDD DD D DHD\DdDtDD D+$D-|D.D0D1D2D3D4D6D7D8 D9(D:HD;PD<`D=|DLDMDOD_Db,DcLDetDfDcDhDiDjDk$Dl,Dn<DrhDtpDvxDwDyD}DDDDDDD(D0DHD`DtD|DDXDDcDP$\D\DDlDlD|DDD * ?$D\DhHzL‡PD’d<DDDD DdD0ž$8D8¿DˠHݠLPDT D-8DLThxdDTDdDlDDDDDDDD(D@DTDDDDDD,D8D\DtDDDDDDD DD$D0D<DHDXDlDDDDDDhDf$DÄDÐHâLDíiDDDDDidD ù$D$۠DHLD$,D,4hiD,,D-<D.DD/XD0pD1D0D2D3D5D6D8D9HD:LD;XD<dD=pD>|D?D@DADBDCDDDEDHDI$DJ4DTlDUDWDXDYD3$lD\8F$@Df@dDpHĂLĒTDf`ĝlDk`DlpDmxDnDomDpĩ$D{ŠDѠHLTD{m0DDDDD$D4mDP$XDX'D3HELRTDx]mDxŅŐŜŤŲź(h4DxmDxDDDDDD$D@D\DhDDDDDD$D0D<DTDxDDD DD,DDD\DtDDDDDDDD D HD hD D 4D XD pD xrD $ D DH LTD (8DCPXhs D D D D D D @D TD `D |D D D D D D D D D (D 4D @D LD XD  dD  pD  D  D  D  D uPD  j$ D  ƅDƑHơLƳPXD  $̀u|D  $D  4D  <D  LD  XuD ! |$ D , DHL&P3XD , @HS`DkxǀLjǑǙvD 8 D 9 D : D ; D < D =D <LD >`D ?tD @|D BD CD DD ED FD GD H0D IXD JD KD LD MD ND P$D Q4D RDD TLD UxD VD WD XD YD ZD [D \D ]D ^D _D `(D a<D bLD c\D dpD eD fD gD hD iD jD q D rD @{DD tǧ$D }ŠDѠHLD } {dD  D D $D 4D @{D T$\D \D(H:LD tD{D tD D D D |D P$D rD~HȐLD ȚȪDȵ€ʀ|4D D D D D  D <D `D tD D D D D D D D D LD hD ~D $D DHLD !1D<I~ D D D D D  D (D LD `D lD D D D D D D D D $D 4D <D DD TD xD D Q$D nDzHD ɈɔɣɱɹʀӀۀD D D D D $D 8D dD D D D D (D @D TD hD xD D D D D D 0$8D 8DHD PD PD `D D D D !D $4D &D 'D ,D . D /@D 0hD 3D 5D 6 D <0D =$D E4D@HD EPD HD ID JD MD O<D PpD VD XD YD \@D `p$D a[$D jtDʀHʎPD jʞLD mD n D o D p D r DD t pD u D v D y D {!<D |!pD !D !D !D "$D "HD "D "D "D #D #xʩ$#D #àDϠHD #D #D #D $$$ D $ D HD $$D $$D $4D $dD $$$D $3D?HD $KS\4D $D $D $D %D %D %4D %@D %XD %|D %D %D %D &$D &4D &XD &hD &|D &e$&D &{DˇHD &˕˝˦D &D &D &D 'D ' D '$D 'HD '\D 'D 'D 'D ( D (0D (TD (dD (xD (˯$(D (ǠDӠHߠLD (D (D (D (D (D (D )D ),D )DD )\D )hD )D )D )D )D *$D *LD *|D *D *D *D *XD +$+D + D,HD +=FtD #+D $+(D (+@D )+lO$+tD 1+tjDvHD 1+̉̒D 5+D 6+D 7+D ;+<D <+̛$+D C+̮D̺HD C,ÀˀӀހXD I,D J,D S,<D T,D U,D W,D Y-D Z-PD U-xD ^-D _-D i-D j.|D n.D j.D p.D q.D s/D t/`D u/D q/D w/D y/D {/D y0$D ~08D 0LD 0tD 0D 0D 0D 0D 1D 1$D 1,D 1<D 1`D 1D 1D 1D 1D 1D 1D 2D 2D 28D 2LD 2l$2tD 2t DH*LD 24D 2D 2D 2D 2D 2,D 2@$2D 2gDsHͅLD 2͏͟DͪͷLD 2D 3D 3 D 3 D 38D 3TD 3xD 3D 3D 3D 3D 3D 4D 4D 4$D 44D 4<D 4DD 4XD 4|D 4D 4Ϳ$4D 4ܠDHD 4  .8BKT(5D 4cks|΅ΎΗΟΧηĀҀ D 4D 4D 5xD 5D 5D 5D 6D 6$D 68D 6LD 6xD 6D 6D 6D 6D 6D 6D 6D 7D 7dD 7D 7D 7D 8D 8$D 8HD 8xD 8D 8D 8D 9D 98D 9HD 9lD 9D 9D :(D :<D :DD :\D :dD !:tD #:D $:D %;D &;D ';@D (;TD );lD *;D +;D ,;D .<D /D p>D q?D r?$D s?0D t?DD u?`D v?|D x?D z?D }@$D ~@xD @D @D @D @D @D @D AD A(D A<D ALD A\D AlD A|D AD AD AD AD iBD BD B$D BT$B\D B\D HL*T9\IdD BYiDtсD BD BD BD BD C D C\D CpD C|D CD CD CD CD CD CD DD DD D0щ$D8D D8Ѡ DѹHǠPנX\`dD D\!D D\-9COD DdD DlD DxD DD DD DD E0D E@D EhD ED ED ED F D F4D FD FD FD FD GD GD G(D G4D GHD GLD G`D Gl[Gxk h{ Ҁ l҉dGxҪdGxҺ)KnӔӶ׀ 1 FM\Ncԃ~vԜ1Ը3GL )JoՈ՘լս#6FZs֩ŀۀ"6SuDؖ& hج& l& $GxD GxDHLPD G1& >IU& $k& (|& ,ٍ& 0ٟ& 4ٲD+GD/GD0GD1GD6GD7GD;HD<H(D=H<DAHdDBH|DDHDFHDGHDHHDJHDKHDLI DMI DSI4DTIDDUILDWI\DXIpDYID[ID\ID]ID^ID_IDaIDbIDgJ$DhJPDiJ|DjJDkJDlKٽ$KDsKؠDDsK+5=ENW_goD~KDK0DKLDK`DKtDKDKDKDKDKDL DL,DLLDL\DLlDLDLDLDLDLDLDM DM4DMDMDMDMDMDMDMDMDN(DN<DNdDNDNDNDNDNDODODO,DOXDOlDODODODP@DP@DPTDPhDP|DPDPDPDPDPDQDQxDQxDQDQDQDQDQDQDRDR,DRTDRDRDRDRDRDSDSDS$DSPDSdDSDSDSD SD TDT$DT8DTLDT\DTDTDTDTDTDUDU,DUXDUlDUD#UD%VD&V8D'V\D(VlD)VD*VD,VD-WD.W,D/W<D0WhD1W|D3WD4WD5WD6X D7X8D8XLD:XD;XD<XD=XD>YD?YDAYTDBYxDCYDDYDEYDFYDHZ$DIZHDJZlDKZ|DLZDMZDZDS[DT[DU[@DV[dDW[tDX[D\[DS[pD_[w$[Dj[ړDڟHګLڴPڽTDj\ƀӀۀ !Ds\Dt\,Du\<Dv\LDw\hDx\tDy\Dz\D{\D|]Dx](D~]<D]PD]D]D]D~]D^D^D^PD^`D^D^D^D^D_ D_$D_DD_pD_|D_D_D_D` D`<D`tD`D`D`Da$Da@DaxDaDaDb)$bDb?DILST]\f`odDb8xۂیە۞Db8DblDbDbDcDc<DcpDcDcDcDcDd,Dd`DdDdDdDdDe@DeDeDeDf DfDDflDfDfۧDfDg۳Dgpۿgxdgxdgx2]ܢȀ $?Se zݚ~vݳ13 $޴$$$gxDgx۠DHLDg $ \+DgDgD gD!gD"gD#hD$h D%hD&hD'h$D(h,D)h4D*h@D+hHD,hPD-hpD.h|<$hD4hL$DD4hD5hD6hD7hD8hX$hDBhh$DtH}L߆PߏTDBiߘDEiDFi(DGiPDHidDIixDJiDKiDLiDMiDNiDOiDPiDQjDRj$DTj0DUj\DVjdDWjlDXjDYjDZjD[jD\jD]jD^jD`jDckDekTDgkDhkDikDjkDlkDmkDnkDokDpkDqlDrlDsl(Dtl0DulDDvlLDxlTD{lD}lD~lDlDlDlDl߹$mDmʠ$DDmրDmDm(Dm<DmPDm\DmhDmDmDmDmDmDmDmDnDn<DnDnDnDnDn0DnndndnGa஀р:Snႀ M\~v183UGLl$nDnˠTDؠHDnDnDnDnDnDoDoDo Do8D"o@D#oXD&o`D'oxD*oD+oD.oD/oD2oD3oD6oD7oD9pD<pD=p,D?p4Dp<DAp$pDHp LDDHp"DKpDLpDMpDNp-$pDUpSLDDUpbm8DYpDZpD[qD]q D`q@DaqXDcqtDdqy$qDkq㙠LDDkq㨀㳀DoqDpqDqq$Drq$qDzq۠TDHDzqDD~qDrDrDrDDrLDrdDrlDrDrDrDrDrDrDrDrDrDs DsDs,Ds4DsLDsTDslDstDsDsDsDsDtDtDt$Dt<DtDDtPDthDtpDtDtDtDtDtDtDtDuDuDu8DuPDuXDutDuDuDuDuDuDuDuDvL$vTDvT%TD2HDvh;DvhDv|DvDvDvDvDvDv<DvF$vDvfTDsHDw|XDwDwD w$D w<DwDDw\DwdDw|DwDwDwDwDwDwDw `Dx$xD&x䦠TD䳠HD&x,伀 |D)x,D*x@D-xHD.x`D2xhD3xD*x D5x$xD=xTDHD=x!* DCxDDxDFxDGyDFy@DIyTDJylDKyDLyDJyDNz DOz DPzHDQzxDOzDSzDTzDVzDX{DY{LDZ{XD\{`D]{D^{D_{Da{Db|DD_|pDc|Dd|De|D\|Dh|Di} Dj} Dk}HDl}xDj}Dn}Do}Dq}Ds~Dt~LDu~XDw~`Dx~|Dy~Dw~D{~D|~D}D~LD|hD|DDDDLD|DDDDDDDDXDdDlDDDDDD DDD8DhDDDD(DPDxDDDD D,D4DHDdDDDDDDDD(D4D<DDDD3$DQTD^HDgr净DDDDDD@$HDH峠TDHD\ɀԀD\DpDDDDDDD D(DDDdDpDDDDDD|D,$4D4D(H6PDXDXUDXDlDDD`$D#~D搠H枠P欠XD#潀Ȁр4D'D(D)D*(D+8D,PD-dD.pD/|$D9D HP'XD98D<D>D?D@XDACNdodz礀羀 .Tv藀谀ˀ߀ M\#C~v\1x3GL s 2$DCDD O^fnv~ꇀꏀꝀꪀ글À΀D# D$8D%TD&pD'D,D-D2D3(D4<D5\D7tD8D9D:D;D<D=D> D?$D@,DA4DB<DCDDE`DFtDGDJDKDLDNDO$DP8DQXDRpDUxDVDWDXDYD\D]D^0D_PD`hDcpDeDfDgDhDi Dj$Dm,DoTDqxDvDwDxDzD|D D4DHD\DDDDDDDDDDDDDD0D\DtDDD DD0DlDpDDDDDDDDDXD`DDDDDDD ,D<$DDDDDTDTD\DDDD$DD*H9PGXS\_`pdD끀뉀둀뙀례뫀뷀Àр(3@KVdq~숀|쓀x잀t쩀p촀l케hĀd̀`Ԁ\XTP LH#D/@9<D8O(6Dt(VD(upD4( ˀՀ߀ '09BKT]hsƀӀ  6I^|rxtpﶀl̀hhd` \X D8D9$D:4D;TD<xD=D>D?D@DADBDCDDDE0DFDDGlDHDIDLDMDODPDRDSDT DUhDVDIDXDYDZD]D^`D`xDaDbDcDdDe\D`DZDCDiDjDk$Dl@DkhDs|DuDvDwDxDyD~D DDXDDDDDDDDDLD`DDDDDDDD D<DDDDDDDD DD DHD\DDDDDDDDD DD D<DLDTDDDDDDDDD,D@D\DxDDDDDDDDDDDD@DTDDDDDDD8DLDDDDD$DXDDD,D4#TD<DD/TDDD ;TD$DtD|DD D D DD(DLDTDhDpDD4DDDlDDD |D!D"D$GTD%RPD&]LD' iHD(,uD@<84!(D-8D.XD/D0D2"PD6hD8D9pD>D?TD@$PDA0ŀLDB<рHDCH݀D@<8 4$DDHTDItDJDKDLDMDO%xDRDSDTDUDZD[D_D`DbDcDe$Df<DgLDh\DiDjDkDlDn\DsDxDyDzD{D|D}D~@D\DpDDDDDDDDDD\DDD$DTDD\DDTD"PD(-LD49HD@EDP@[<f8q4|0,(DL$DP DTʀD`׀.TDdDpDDDDDDD4DHDpDtDxDDDD$DDDDD0DDDDD D D$D0D`DDDDDDDD0D<DXDDDDDHDTDhDDDDD@DDD$DPDpDDDDD D D D D D,D8DLDpDDDDDDDD D8DDD XD!pD"D%D&D'D(D)D*D+D,D1D6,D7HD8dD;lD<tD|D>¬D?¼D@DADBDD DE DF8DGPDI\DJpDKÈDLàDOìDTüDZD[ D\ D]4DbPDetDfDgDhDiDj(Dl8Dn@DoHDpdDq|DrDs,DuƈDvƘDwưDyDz4D{`D|LjD}ǔD~ǜDǤDǬDDDTDȌDDD$D\DɔDDDp|DʘDʼD|DˌDˤDˬD˸DDDDD DLD̔DDDD<DTD|D͈D͐D͘D͠DͨD͸DDD D4DLDhDΐDΨDDDD,DDD\DDDD D(D4DDDXD|F|DЌ$ДDДD HpLP(T1X:\C`DиDиDD(DHDєDDLDtDDDD0DDDӠDDD\DԨDD`DՈDQ$D jDzHpLPD  D D4DDDTD`$hDhDˠHؠLPTXD֌ L|D"֌D#֜D$ְD%ּD&D(D)D*D+,D,<D.HD/XD0tD1״D3D5D6D7 D88D:HD;|D=،D?ذDADC DELDHxDJٜDLDNDP8DRlDTڴDVDX0Q,DY<$100ր0$HDvHDDvX".<JV`hpx(DX׀0hdDX`DdQ`DpDیDۘD۸DDD4D<D\DܤDܴDDDD8DXDdDtD݄DݤDݴDDDD D@DPDpDޘD޸DDD D4Dd\DxXD߄TDߐPDߜ%LDߨ0HDߴ;DDF@Q<Z8c4l0u,D(D$D UDDD D$D0D<DHD\DDDDDDDD(D4D@WDDTD|DDDDDD,DH\D\ŀXЀTDhۀPDtLDHX|DDDDXDD D@DHDTDTDDDD$\XTD8PDD*LDH5HDPBDD\N@DhZ<DtZlD|DDDD ZD DDDDf\qX|TDPDLDHDDD@DĀ<D[DD D @D!LD"`\DD%\D'$DBDDB $-5>GOW_jw(xDK\DPDQ DR,DSLDThDUDWDXDY DZ(D[LD\D]D^D_D`0DaPDblDcxDdDfDgDhDiDjDkDl,DmhDnDoDpDqDrDs0DvHDxpD~DDDD(D0D<DHDtDDDDD4D`DD DHdTDd$lDlDD|ȀЀ؀ "/:EO[dmwphd`D|\DXDȀTDԀP߀LHDDD@D <DdDDD DPDDDDDDD8D`DDDDD,DHDhDDDDDDD0D<DhDDDDD8DdDxDDDDDD0D`DDDDD@D LDDD D4D`DtD D%D'X8!4,0D)l8,D*xD(D+|O$\ D-hD.tD/mD1D2D3D4D5D6$D78nXD9hD:D;D=D>D@,DBhDDDFDIDK`DLDNDPDR(DT`DW840,(DY$DZ D[qD]D^D_ D`(Da4Db@DdhDeDfDgDhDiDjDkDl Dm(Dn4Do@DpLDqtDrDsDtDusDxDyD{ D|4D}xD~DD DDDDD$D,D4D<DPDpDDDDDDD8DDDDDTɀ8Ҁ4ۀ0,(Dh$Dt DxxlD|DDDDxDDD8Dt84$0-,6(DB$DO DyDDDDDyD DDDDdDlD|DDDDD8DlDDDDDPDxDDDD0DdDDDD$D8DHDtDDD X[8f4q0D l},D x(D |$D  D D D D D D  D  D  D $D 8D `D tD $ D. ݠDD. RgwǀՀ  )2;DPh(DB |(DE  \DJ DK DL DM DQ DR <DS TDV xDW DX D[ D\ (Db 0Dc PDe tDf Dg Dh Di Dj Dk @Dl dDm Dn Dg Dp Dq,Dr@DshDuDwDxDyDwpD{D}DDpDDDDD@D`DDDDD0DDDXD`DlDxDDDDDDLDXDdDDDDDD8D`DDDDDTDpD|DDDDDD DDDlDDDD(DLD`DDDDDDDXDDDD@DDDD,DXDhDDDDDDXDlDDD0D8DDDPDDDDD D,D8DhDDDDDDDlD D D DD`D|DDMD$D1۠DD1D2D3D9 D= LDA `DE DI!DJ!DK!DL!(DM!8DN!HDR!XDS!dDT!t$!|Ds!|D HLP'TDs!Dt!Du!D{!D"D"(D"D"0$"D"RD^HmP{X\D#ɀՀ #-:EP^jw|xtpl̀hۀd`\X TP"L-H8(D#[( D#~(D#D80ɀX,߀(T$i v Ā̀Հހ D#D#,D#<D#\D#D#D#D#D#D#D#D$ D$ D$HD$pD$xD$D$D$D$D$D$D$D%DD%\D%dD%D%D%D%D&<D&TD&D&D&D&D'8D'dD'D'D'D'D(D(D(DD(XD (|D (D (D (D (D (D (D )D )DD )XD )D )D )D )D *D *,D *TD *\D *D *D +4D +HD +\D +D ,4D ,hD !,D -D #-D $-0D #-D &-D *-D ,-D -. D /.4D 0.D 2.D 5/D ;/TD ?/tD @/D A/D B/D C/D D/D E0D F00D G0dD H0D I0D J1(D N1TD O1|D P1D S1D T1D V1D W1D Y1D Z1D [2D \2PD ]2hD P2pD _2D c2D d2D e2D f2D g2D h3D j3D k3DD m3tD n3D o3D p3D q3D r3D s3D t4$D u48D v4DD w4`D y4pD z4D {4D |4D }4D ~4D 4D 5XD 5pD 5D 5D 5D 6D 6 D 6D 6 D 6(D 68D 6\D 6dD 6D 6D 6D 7D 7,D ~7\D 7pD 7D 7D 7D 7D 7D 8D 8`D 8D 8D 9D 9,D 9XD 9` D 9hD 9D 9D 9D :0D :8"D :PD :D :D :D :D ;D ;,D ;4D ;xD ;D D >D > D >,D >\D >D >D >D >D >D >D ?D ?D ?$D ?@D ?D ?D ?D ?D @0D @<D @PD @D @D @D @D A(D AD AD AD B D B,D BtD BD BD BD BD BD BD BD BD BD CD CPD CdD CpD CD !CD $CD %CD &CD 'DD (D0D )D@D +DhD .DD 1DD 2DD 3DD 4E D 6E@D 7ExD 8ED 9ED :ED <ED 4FD ?F,D @F<D AFdD BFtD DFD EFD FFD GFD HFD IFD KFD LFD GD NG4D OGDD PG`D QGpD RGD SGD UGD WHD H(D [H<D \HPD ]HtD ^HD _HD `HD aHD cID \ID fI8D gILD hIhD gID iID jID kID jJD rJD sJ|D wJD sK@D xKTD EKtD zKD {KD |KD }KD ~K.$KD K@DIHD KD KD L R$LD LdDmHD L,vD L,D LPLD L\~$LhD LhDHLD L ȀpD LD LD LD MD M0D MD MD MD ND N D ND N$$N0D N0DHLD NH 8D NHD NdD ND ND ND OhD O|D O$OD O1D=HKLWPD Oe u& X(D OD OD OD P(D PD PD PD PD PD PD P$PD PDHɠLԠT\` dD QH/D QD Q4D QlD QD QD QD R D RLD RlD RD SD S8D SxD SD SD TD TʐD T7$TD TNDZHhLtPX`dhlƠpԠtޠx|D T(D T(D T(D !T1(D "TD(S(D #Tf(D $Tw& `( (̀ ,D ,TD -TD .U$D /U`D 0UD 1UD 3UD 5VD 6V\D 7VhD 8VtD 9VD :VD ;VD <VD =VD >VD AVD BWD CW,D DW<D EWLD FWtD GWD HWD IWD JWD KWD LWD MXD NXD OX$X D [X DL TX&H\5`D [XDJRbo|D bXD<D gXLD jXXD kXD lXD mXD nYD oY D pYD vY$D xY,D yYLD zYlD {YD |YD }YD YD vYD YD Y$YD YDHL T\!dD Z,:GRZbjr D ZD Z<D Z`D ZD ZD ZD [D [D [4D [\D [pD [D [D [D \(D \DD \xD \D \D \D \D ],<D ]L{]Xd]Xd]Xހ#Ehр+ @M\H]}~v13GL  # Ds U$]XD]X uD `HD]l      ƀ πD ]lD!]D"]D#]D$]D%^ D&^LD'^xD(^D)^D+^D,^ $^D9^ D (HD9_   ( 0 8 @ IDA_DB_DDC_tDD_DE_DI_DM_DN_DO_DP_DQ` DS`DX` DY`8DZ`PD[`\D\`pD^`|D_`D``Da`Db`Dc`De`Df`Dga DhaDia,Dka8DlaPDma`DnatDpaDqaDraDsaDtbDubDvb(DwbDDxbPDyb\DzbhD~btDb<Db Q$bDb nD z`HDbDbDb $bDb D `HDb  Ā ̀ ր `   DbDbDcDcDc0Dc`DchDcDcDcDcDdDd0DdXDdDdDdDdDeDeDe$De4DeHDePDedDeDeDeDeDeDeDf(DfPDfdDfpDfDfDfDg Dg@DglDgDgDgDgDgDgDgDhDh$Dh@DhtDhDhDhDhDiDi<DiXDiDiDiDiDiDiDiDjDj Dj4DjHDjdDjDjDjDjDjDkDk$Dk0 DkL $kXDkX 5D A`HDkl O< ^D iDklDkDkD kD kD kD kDkDl Dl,DldDlDlDlDlD"lD$lD'mD)mD+m0Dm<DmTD.m ~$mD6m D `HD6mD7mD8m $mD@m ΠD ڠ`HD@mDAmDBn $nDJn D `HDJn$DKn$DLn0 $n<DTn< ?D K`HDTnPDUnPDVnl Y$nxD^nx yD `HD^nD_nD`n $nDhn D `HDhnDinDjn $nDsn D <H DLDso   . : I Q \ g`tDyoD{oD|o4D~o<Do\DoDoDoDoDpDpXDppDpDpDqDqDq Dq4Dq<DqPDqdDqDqDqDqDrDr`DrlDrpDrxDrDrDrDs DsDs$Ds8Ds@DsDsDsDsDsDsDsDtDt(Dt`DtDtDtDtDtDtDtDu DuLDuTDuDuDuDuDuDvDvDvDv,Dv4DvHDv\D vD vDvDw DwLDwXDw\DwdDwlDwD%wD&wD)xD*x D0x,D1x|D5xD:xD<xD=xD|xD?x u$yDIy D `H L PDIyDJyDKy8DNy@DOyLDPy\DQyhDTyhDUytDVyDWyDXyD[yD\yD]yD^yD`yDKyDbzDcz $z(Dkz( D `HDkz< &2Dsz<DtzXDxzDzzD{zD|zD~zDzDzD{D{,D{pD{D{D{D{D{D{D{D|$D|0D|<D|DD|PD|tD|D|D|D|D}LD}dD}|D}D}Dx} pD}J$}D}gDs`HD} D}D~D~,D~4D~LD~hD~D~D~D~DDD D8DPDhDpDDDDDDDD(D@DdDDDDDDD$D,D8DDDPDtDD DDDDDD D@DXDlDtDDDD!D"D#(D$0D*8D.lD/D0D1D2D3D4D5,D6TD9D;D?(DADDDFDJXDPDQ(DR8DWPDZD_DaDDbTDc`DhxDlDq4DtxDvDwDxDyDzD{D|D}DDD$,D0$<D<ƠDҠ`HDP\|,DPDlDDDDDD D4DLDhDDDDDDDDD(D8DXDdDtDDDDDDD DDDDDDD(D4D@DtDDDDDDDDD D4DPDhDDD D D DDDD,DHDXDxDDDDD#D&dD'D+D/ D1 D3PD7hD:D<D@DGpDIDMDQDRDSDUDVDWD\Da Dc Dg@DhPDiXDk`DlxDmDoDDrDDuD7Dw$)$0D0FDR`HDD`hp{7DDD`DDDDDDD DHDlDDDDDDDDDDDD(D4D`DtDDDDDDDD4DHDPDtDDDDDD(D4DLDTD\DDDDDD DLDtDDDHDDD(DxDDHDXDpD D DdDtDDDD!TD$D&D'D(D)D*D+D,D-D/ DD1DBD2P$\D:\D`HD:pŀ̀Հ\CD?pD@DDDMDPDTDUDV,DWTDXlDYD^D_DaDfDhDj DlDm<DoHDqXDrxDtDvDwDyD{D|D~D D,Df8DDDDD(DHDTD`DDDDDMDDDDD@DTDpDDDDDD DD D8DLDhDxDDDDDDxDDD,D@DtDDDD<DDDDDDDD D(D4D DD XDxDDDDDDDDDD,DD8ND!\$hD)hD!`HD)|/7?KYdqz€N$D/|D0D4D9D:D;D<$D=<D>XDBDCDDDEDJDLDM4DNhDPpDQDRDSDTDVDWDXDY DZ,D[8D\DD^PDJ\DdDeDgDhDiDjDk Dl$Dm8Dq@Dr`DsxDtDuDvDwDx<D}LD~XD`DhDDDDDDD4D\DtDDDDD@DDD0DpDDDXDDD<DDD,DlDDDTDDDDDD$D0D@DDDPDdDtDDDDDDDDDDDD$D0D4DDD\D`DtDDDDDDDDDDDD$DDDTDXDdDxD|DDD D DDDLD\DDDDDDDD D"D4D$0^D%<$HD-HD`HD-\ ,:ER\|_D3\D4xD8DADDDHDIDJDK@DLXDMtDRDSDUDZD\D^D`Da(Dc4DeDDfdDhpDjDkDmDoDpDrDtDuDZ$DwDyD{D~DD4D@DLDXDdDDDDDADDDDDHD\DtDDDDD D,DDDPDhDˆD D¬DDDDDD(D<DXDhDÈDàDôDDDDD,D\DpDDDD|DŐDDD<D\DtDDD D@D\DDDD tDȈDȼDD@DdDɄD"D$D($D,0D-@D.HD/PD0XD5dD:tD<ʈD@ʨDAʸDBDCDDDFDDID DLDD8PnDNt]$ˀDVˀvD`HDV˔n<DZ˔D[˰D_DdDeDfDg<DhTDipDm̘Do̠Dp̬Dq̸DrDsDuDvDwDxDy D|Dm$DPDXD͌DͬDDD D(D4D@DLD΀DΠDθDDD<DHDTD`DlDϐDϘDϸDDDD4D@DLDTD\DhDЈDРDƀDD$D0D<DDDLDXDdDшD_єthD$DD`HD tDDDDDD$D0D<DDDPD|DҬDD D<DlDӜDDD,vD8$DD D&(D:HCLD \D \D |D ԐD ԤD D  L$D `Dl`H{LD 0̀wD 0D LD TD `D lD ՀD ՔD հD !D "D #D $8D %XD &ֈD 'ָD (D )D *D +$D ,LD -ׄD .D (D 1D 3D zD 5($4D =4D`HD =H zD AHD BdD ElD FxD G؄D I،D JؘD KؤD MجD BظD OD PD QD T8D UD QD W(|D X4#$@D f@@DPH[pLfPoTxX\`D fdD gdD hژڠdڠdڠр@b̀"6H ]M\ez~v13 GL @a$ڠD>ڠsDD>ڰDAڰDBDFDG DHDI@DJhDLtDN۠DODSDTDUDVDW0DXXDYpDZܘD[ܰD\D]D^D_8D`PDaxDbݐDcݸDdDeDiDj$Dk0Dl<DmPDn\Do|DqެDrDsDtDuDvD|$D}lD߀DnߴDDDD$DXDlDDDDDD$D8DDDTDdDDDDDD,DDDDDDDD$D<DXDhDxDDDDDDDD D0D@DTDDDDDDD(D8DLDdDDDDDPD lD D DDDDDD D0DTDdDxDD"D&D( tD) d d ހ"Moڀ/CU j~v13s $ D| D|,) D,D<DXD`DhTDt=$DDQDfHvLpPTX\`dhǠlРptxD DDDDDDDDDDD(D4D@DLDXDdDpD|DDDDDDLD`DtDDDDDDDDDDDD(D4D@DTDlDxDDD0DLDhDDD,D8&$DDD=DDPHDX^rD8DXDpD|DDDD8D LD dD |D D DDDDD$DTD`DxDDD DTHD"h|$pD+pDHLPD+ˀDՀDlD1D2D3D4D5D7D2tD9D>D?D@DADBDC<DDdDEDFDIDKDLD> DQ DR8DSPDUlDWDR DY0$8D_8DDD_H"D (DcHDd`De|DiDjDlDm Di<DoPDsXDttDvDxDs@4DzT,$\D\EDZHDpnDPDpDDDD D4DPDlDDDD(DtDx$DDDDDDDDDDD$D@DDDDDDDDD$DؠDHDDDDDDD|DDDDDpDxDDDD8DD $D#DDDDDD8$DDNDcHn`LDDDD4DPDDDDD D D D DDD D<DDD$D DDǠHРLD ـDD$D%D&0D'<D(HD*PD.\D/xD1D2D.D4$D50D9<D:LD<hD>D9 D@,$4DJ4DD&H/L8PATDJTJ^D4DNTDOlDPDQDRDSDTDVDZD[D]D^\DZxD`DaDbDcDdDfDjDkDm0DoDjDqhpddÀ݀*Msπ %E~v^1z3    , ,!,!$,D+!D!'L!2T!?X!L\!Yd!fl!u,pD+$!!!!!!!Ā!̀!Հ!݀!!!",",$D1$D2lD3D5D6D7D9D:D; D<D=4D?@D@HDAPDBXDC`DDhDEpDFxDGDHDIDJDKDLDNDODPDQ(DR4DT@DUXDVlDWDXDZD[D\D]D^D`DaDb$Dc<DdHDfTDglDhDiDjDkDfDm Dn Do Dq ,Ds 4Dw LDx pDy Dz D{ D| D} D~ D D D D D D HD `D tD D D D D D DD TD hD |D D D D D D D D 0D HD PD \D D D D D D D D D (D D D D D D D D D D(DDD`DxDDDDDD DD(D4D8DPD|DDDDDDD(DLDpDDDDD D\DtDDDDDD D(DDD`D|DDDdDDDDDDD D4DDDPD|DDDDDDDDD8D\DpDDDDDD,DTDlDDD D  D (D DDXDlDDDDDD`DDDDD<DP\D\"$hD%h"),DD%xD&xD'D(D)D*D+D,,D-PD.\"5$dD5d"K,DD5t"WtD8tD9D:D;D<0D=D>D?tD:DADBDC DD"_$DZ"lD"wL"T"X"\"d"l"Šp"Πt"נx"|""# #DZ@#5#@#K#U#`#l,#w######À#Ҁ##$$$@Dh@DiDDjDkDlDmDnDpDqDrDs DtDu$Dw,DxHDydDzxD{DwD~DDDDDD4DPD`DtDDDD D D ,D HD XD lD D D D D!D!D!0D!@D!LD!XD!hD!D!D!D"D"D"$D"0$$D"\$1D"D"D"D"D"Du#D#0D#HD#`D#lD#xD#|D#D#D#D$D$,D$LD$D$D$D$D%\D%hD%D%D&0D&XD&D&D' D'D'D'D'D'"D'$>$(D($O,D$[H$dL$mP$vT$X$\$`$h$l$Рpp$pt$xD(,%%%%$%/%;%I%Q%Y%a%l%{%%%%%ƀ%ր%%%& &&$p#,D(,D(HD(TD(pD(|D(D(D(D(D(D(D(D(D)D )D )$D )@D )TD )pD )|D)D)D)D)D*D* D*0D*DD*`D*D*D*D *D!*D"+D#+(D$+<D&+XD'+D(+D)+D++D+D.,D/,D0,XD1,D2,D3-DD/-D.-D6-D7-D8-D9.D:.4D;.`D<.lD>.D?.DA.&/DB.&<DC.DE/ DF/TDH/\D/hDJ/DK/DL/DN/DO/DP/DQ0DR08DS0PDT0dDU0tDV0DW0DX0DY1(DZ1<D[1XD\1xD]1D^1D_2 D`2lDa2Db2Dc34Dd3tDe3Df3Dg4DDh4`Di4pDj4Dk4Dl4Do4Dp4Dq4Dr4Ds4DU5Dv5Dw5$Dx54Dy5DD{5hD}5D{6D61(D6(&I$64D64&[,D&gH&tP&X&`&h&l&p&Ǡt&ԠxD6X&&&'' ''''/'7'?'J'Y'h'w'''''Ā'рD6X'݀D6\'D6`'& x((("((.( (:($(F(((Q(,(\(0(g(4(r(84D6lD6D6D6D6D6D6D7D7D7D7(D74D7<D7XD7tD7D7D7D7D7D7D8D8 D80D8DD8`D8D8D8D8D8D9D9(D9<D9XD9D9D9D9D9D:D:D:XD:D:D;DD;D;D;D;D;D<D<4D<`DD>@D>PD>pD>D>D>D>D>D?D?D?4D?dD?D?D?D?D@ D@D @@D @dD @D @D ADAPDAxDADADBDB DB0DB@DBDBDBDBDBD BD#C(D$CDD#CD&C>D'C(D(dD(dD(π())>)`)))ˀ)** *4*F$DD$D*\D*kL*xT*X*\D$D$***Ā*Ѐ*ۀ$D0D$D1DTD2DdD3DD4DD5DD6DD7DD8DD9E D:E D;E8D<EhD=EtD>ED?ED@EDAEDBEDCEDDFDEFDFFHDGFTDHFpDIFDJFDKFDLFDMFDNFDOGDPG4DQG@DRG\DSGlDUGtDVGDYGDZGD[GD\GD]GD^GD_HD`H4DaHdDbHpDcHDdHDeHDfHDgHDhHDiIDjI DkIPDlI\DmIxDnIDoIDpIDqIDrIDsIDtJDuJ(DvJ8DwJHDyJPDzJdD}JD~J*$JDJ*D+ L+T+'X+=\+J`DJ+W+e+p+{+DJDKDK$DK\DK|DKDKDKDL DL(DL<DLXDLlDLDLDLDLDLDMDM,DMHDM|DMDMDMDMDNDN,DNPDN`DN|DNDNDNDODO  0DO0+O8+ + + + +@+H+`+p+ހ+ޠ+ް+g,dg,!dg,-,W,q,,,--)-J-c-~-- -?-1-,.,.M*./a/ }S/9/U/r3/000<1X<1€<1Հ 2;\3 \3\4sp4p5 5р 6'P6P7P88<9<:@\:\;\< <ڀ=X>oX?>X?M? @h@@A= A B8CxCDDEFjG<H H؀IKK1KA<K<L<L<L<Mj<M<N<N+<N<Ok<ODP@DPDQDQ!QɀQ߀Q4R(S;(Sd0T0TuU&U0Vo0VрWhXXYT(Z (Z94Z4[_ \\8]r8]^_H _`(at(a$bt c-0d0d^ ee΀fH`f`g`h`iu`idiɀdiڀ jljPkPlRllmRmmnpnpn o opp܀qrsrހr8s8s$tt$t~LuLuLu<vITvTwoTw~x+xyz*z݀{|}|,}&,}p,}~GL}}}ր ~ ~hkhh(ʀ(( Z007ƀi\B9Āt7|o|[|d|wH: $gDg-D9HFLDgQDg]DgiDgtDg& ΀ـDhDhDh Dh Dh$,Dh08CNYdozD"h8D#hDD&hHD'hXD(hlD*hD+hD.hD/iD1iTD2ihD5i|D6iD7iD8iD9jD:j D;jD<j$D=j0D>j<D?jTD@jlDAjtDBjDCjDDjDEjDFjDGjDHjDIjDJjDKkDLk,DMk8DNkDDOkLDPkXDQk\DRkhDSk|DTkDUkDVkDWkDXlDYl4DZl@D[lpD^lxD_lDalDblDdlDelDglDhlDjlDklDmmDnmD[m DpmdDqmxDsmDumDvmDwmDxn$Dyn0Dzn<D{nDD|nLD}npD~nDnnp0|PqdndnD^΀7Pk M\~v153RGLi$nD'nDD'nD(nD)nD*nD+oD,oD-o8D.oTD/ohD0oxD1oD2oD4oD5oD6oD7oD8oD9o$oDUo٠DDUpDVpDWpDXp($p0Dlp0DHDlpD(DnpDDppDDqp`DrpDspDtpDupDwqDqHDq\DqlDqDqDq-$qDqCDSH^LDqj& x& ǀDqDqDrDr4DrHDr`DrxDrDrDrDrDsDs$DsPDsDsDsDsDt(Dt0Dt<DtTDtxDtDtDtDtDuDuDu4DuHDuXDu`DulDuDuDuDuDuDuDuDvDv$Dv<DvHDv\DvhҀH!$vtDvt;DGHDvVg\XTPDvL&H & HDvDvDvDvDvDw Dw<DwPD whD wpD wDwDwDxDx0Dx8DxXDx|DxDxDxDxDy DyDDytD"yD#yD$zD z<D'zPD(ztD*zD+zD-{ D.{PD0{\D({D3{D5{ 0D7{${D>{ HDHHD>{D?{D@|(DA|D$$|PDI|P;DDI|`GY DM|`DO|tDP|DR|DT|DP|DW|DY} D\},D]}LD_}pD`} Da}d}nd}d}À݀*Msπ %d<M DYRy}Q13GL@sQ$}D}aDD}{ŀҀ݀ $D-}D.}D/}D1~ D3~D4~0D7~8D:~HD=~XD@~hDA~xDD~xDG~DJ~DM~DO~DQ~DR~DSDU<DVTDWlDXtDYDZD[D\D]D_D`DaDbDc(Df0DgDhDi(DjxDkDl Dm8DnDoDpDqDsDuDvDuPDwdDxD{D}D4D#$D8DDHUL`Tm\|` dD,DDD8DLDpDDddހ"Moڀ/CU jEy 1,}YEa~ݥ(v7/e85Wv8z B.Giag,+9 C_6Zw>xR"Dea"Gk)$ D"ZDgHpLyPTX\`ՠdh l#pD"4 ?GR^p\P|<@& h((((&(7(H(Z(k(|& l& x& & & 0& I& D\D]D_(D`@DbLDd\DetDgDiDjDlDmDnDoDsDt(Dv8DwPDy\DzhD{pD|xD}D~DDDDDDDDDDDDDDDDDDD D(D4D@DLDXDdDpDxDDDDDDDDD$D0DHD\DtDDDDDDDD,DDDXDpD|DDDDDDD(D4DLD`DxDDDDDDD D8DLDdDpD|DDDDDD$D8DDDdDD,DDDDD%D,|D2D8dD>DDLDEDVDWDYDZD[DhDiDkDl Dm,Dr8DsTDtlDuDvDwD{D|D}<D~lDDDDDD4DLDXDdDhDDDDD8DLDdD|D|DDDDDDD$D(D|DDDDDDD D<DLD\DDDDDDdDDDDD4DDDDDDdDDDa$Ds DD DDD D0D@DTDDDDDDD0DDDTDDD D‡$D –DD D D ¡$ D ° D¼HD4΀ ݀\D4DPDlDDDDD D"D#HD$PD%lD&D'D(D)LD*$$0D30 DHLD3HD4HD5`D6D7D8D9D: "$(DC(: DFHTLDC@DD@DEXDFDGa$DPy DÅHÓLDPàDSDTDUDV0DWDDYdDWD[è$Dbù DDbŀ̀ـ DeDfDg0Dh\DiDjDpDtDwHDxhD}tD~D"LD$$,D, DD<"*7"dD<DXDxDDDDD$D4DtDDDDDDD DPDDD%D?$DbDoHDy ĄďėĠĩĶ%0DD$DHD`DDDDDDDD8DHDhDDDDD DPD`DpDDDD(,Dľ$ D ٠ DHLPD((PD(D@DTDDDDDDD4D<D`DD D D  DPD|D*D$D2 D>HML[PDh+DD D!D"8D#hD$+D%p$D/Ŏ DŚHũLŷPD/ǀ+D2D3D4D5 D6PD7p,D8$D@ DHD@DADBDDDF$DQD)H3LDPPTDQh s~ƆƎƖ(DUƦƲƾ(<DX(\-@DZD[4D\PD^hD_D`DaDcDgDixDkDmD_DpDqDr0DuTDwDyD{D}D~$DDDlDDDDq0DpPDdDpDxDDDDD$DtDDDDDDD(D\3Dh$pDpD$HD& 3DD3D1$DJDV$HDd owNJǕ3DDDD$D0D@DLD`DtDD5Dǣ$DǼDȠ$HDր 5$DDD(D4D@DPD\DpDDD6D$D/D;$HD I T64D D(D<D<DpDDDD D0DXD 7D `$D~DȊ$HDȘ ȣȫȳ(|D7DDDDD 0D!@D"TD#xD$D%D)D*D+D-D$D/p9D0$D8ڠD$HD8 %9D=D>D?D@DADBDCDDDE0DFLDG:DH3$DPJDV$HDPd owɊɕ:DUDVDWDXDYDZ,D[8D\LD]`D^|D_;D`ɣ$DhɻDǠ$HDhՀ <DlDmDnI<HDCDDDFDG DH8DJDDK`DMtDPτDDϨDRϼDSDUDVDW(DY4DZPD\dD_tDSИJDaЬW$дDkдk DwHˆL˖PDk˪˶JDnDoDpDq Dr<Ds@DtTDuxDvьDwDxDyDx$D{8D}HDPDhDpDҀDҘDҬDDDDDD D(D8DPDdD|DӄDDDDD(D8DPDdD|DԄDԐDԬDDDDDDD,DDDXDpDxDՈDՠDմDDDDDD DLD`DtD֠DִDDDDD0DLDhD|D׌D׸DDDRDD˾$$D$נD$HLPD@  "*2=RhD@D؈DؤDؼDDD D8DPDhDtDوD٬DSDK$DiDw$HD̅ ̘̐TD DDD4D@D`DڌDڠDڴDDD UlDD̠P̫ Ü̵ ìP  ØdPdP:T͡Ā -Fau· Μ0Ω$"ε4C%[pbzφ6*ϚϷ]9\\3јѨ(Ҍ(җ(b(m(2(>V^fnvԂ$D$Z&$ {& ØՉս& Ü& ì$PD;PDH)LD;h7@D>hD?tD@|DAۤDB۸DCDD$DE,DFhDGܐDHܤDIܰDJI$DRYDmHy LօPDRֱ֑DTDVDW8DXDDYlDZxD[ݘD\ݸD^ֽ$De٠\DDeDfDgDh$Di,Dj8DkDDlLDmTDn`$\hDqhDqt\$DstDtްDu޼xDv$DyDy"D|D~D$D,D4D@,$LDLFDQ\HD`[D`DxDߔDߨD߸D$D0DDDe$D׀\D׊HוLDס׫\׵׽ŀ р DD$D8DTDDDDDD,DDD`DtDDDDDDD(D<DLDdDDDDDDD($4D4DHDH",9GS[\DHDtDDDDDDD D8D@DTDdD|DDDDDDD$D4DLDXDDDD Dd$D zD؇HD  ؘ\ءثسػ D D(DTDhDDDDD,DtDD! PD"$D'DHD'D(D)$D/D"L3P?TD/K\Ter{وِD4 D6D7D8 D:<D;hD<D=D8D?D@DAٚ$DEٯDDE,\ɀрDI,DJ4DLPDM|DNDODJDQDR,DSdDT\DU$DZDHDZ\!\+|D^D`DbDc<DehDfD`DhDi3$DnOD`HDnDoDp(Dq4o$@Dw@ڎDڟHڬLDwXڸ\D{XD|D~DDD$DDHLP#T/XD(;\D(D(DTD`DDDDDDDD V$DzDۋHۘLۤP۹TˠXנ\`D<\(D<DhDtDDDDDDD DD,D8 $DDDD*H;LD\K(D\V^ D\DpDDDDDDDD(DDDPDXDdj$lDl{DܐHܡLܮPDܻɀր8DDDDD$DDDDD$DD/HDDD,>$4D4SDdHqL}PDP݌ݔݜ(DPDPDDDDDݻ$D ϠDHLPTX%\4`CdD <R^js\|(ގޖD<DHDTDdDlDtDDDDDDD$DDDdD |D!D"D#D$D%(D&XD"D(D)D*D+4D,dD(dD/ޞ$D;޲DàHРLޠPTX\`,dD;@LXa\j(uDADBDCDDDEDFDG$DH0DIHDJpDKDLDMDNDODP DQ0DR@DS\DTDRDVDWDXDVLD[`}$hD`hߍDߞHD`߹\ŀ(Ѐ0DeDgDhDjDkDlDmDhDe,Dp@$HDuHDHDu`\!(,Dz`D|D}DDDDD}Dz D 4$(D(HDYHfLsPTX\ୠ`༠dDLˀ׀\(DLDXDdDtD|DDDDDD D(D4DTDtDDDDDD8DhDDDDDDDtD#tD"dMdW၀ᛀƀ 1St⍀⨀⼀7A]$"%%= Raeh|9$DԠDLTXDD D DD h$pDp#D/L=TJXDDDDW$DdDm@vH@D䈀(DD(DXDd$pD p䜠D@䮠H@D |Ȁ؀D$|D%D&D' D(PD)`D*pD+|ddGa匀宀р:Sn悀 7A]% !ae7Kd9}璂1$"À\̀\K\(E(Q("(.(($D\D!\HD,(A(MUDDDDDDDD,DpDDD D<D$PD%XD&`D'lD(|D)D*D,D-TD*D1D20D3]$D8mD쁠\HD8쌀(였캀ƀ؀PD>D@DALDBTDC\DEDFDGDIDJDKDLDMDDNDPDQDRDSDN4DWHDXDYD[D\D]D^D_ D`PDbhDcDdDeD`Di Dj Dk ($ 4Dp 4D(HDp HDs HDu pDw Dx Dz Dw D| D} $D~ @D @D} D  $D $ D /D<(HD D D L$ D \(DD D D D D 0D DD TD hD xD D D l$ D |D튠(L횠PTD €̀ڀ   HD D D D D 4D @D LD dD D D D D (D @D `D lD xD D D DD@DTDlDD (D+$D>(DK(HDX HDDDD\DhDDD(D<DXDDDD`(fd(d(ۀ(Kqﴀ̀ #+$(D (;DOHD <D <D HZ$TDTjD~HDhDhDt$DDHDDD$DՠDHDDD $D%DD%D&D'$D-"D0L@PZTD- D. D/,h$8D38{DHD3LD4LD5Xhdhdh΀=_ʀ3E Z%rbz6*]9/0<$"H`l$hDh|\D\HD|((D|DDDDD0DtDDDD 4DlD#D%D&D'D),D*dD+D,D' D/ D0,D18$DD6DԠD\HD6X(!-9K]eD<XD>D?D@DBDC<DDTDF`DGDHDJDK8DL8DM\DN|DODPDHDSDT(DU@DWLDXDYD[D\$D]$D^HD_hD`DaDYDdDeDfm$Dk~D(HDkDnDoDq@Ds\DtxDxxDs Dz D{<D|XDXD{D D $DD(HD,D,D<$DDD(DDTDTDdDtDDD$DD(LP1TD?GP `DDDDDDDDDDhDDD XD]$Dp(D}(HD xDD D $D |D D D!D!D!D"D#@D#LD#`D#l#xd#xd#xˀ:\ǀ0B W%obz6*]9,09$"E]i$#xD#xy\D\HD#((D#D#D#D#D#D$@D$D $D!$D"% D#%DD%|D&%D(%D)%D*&$D,&<D-&tD.&D/&D*'D2'0D3'<D4'H$'TD9'TѠD\HD9'h(*6HZbD?'hDA'DB'DC'DE(DF(LDG(dDI(pDJ(DK(DM)DN)HDO)HDP)lDQ)DR)DS)DK)DV*DW*8DX*PDZ*\D[*D\*D^*D_+4D`+4Da+XDb+xDc+Dd+D\+Dg+Dh+Di,j$,Dn,{D(HDn,$Dq,$Dr,$Dt,PDv,lDw,D{,Dv-D}-0D~-LD-hD-hD~-D. D.$.(D.(D(HD.<D.<D.L$.TD.Tޠ(DD.dD.dD.tD.D.D.D.$.D.D (LP.TD.<DMZd `D.D.D/D/TD/pD/D0D0 D04D0PD0D0D1D1 D1 n$1,D1,(D(HD1@ D1@D1xD1D1D1D2D34D3@D3TD3pD4D4D4TD44  d4d48c΀*EYk MA1d~v7Mf>0L5EX00:& c$4D4o0D@0D4 D4D54hD5@$5LD5L0D@0D5XD5XD&5XD'5D(5$5D+5Ġ0D@0D+5D.5D/5D05D15$6D460D@0D46 4D66 D76D86,D96DD:6xD76D<6D=6D>6D?6$6DN6+D9HDN7NV^i(DP70(DU7DV7DW7xDY7DZ7D\7D]7D^7D_7Da7D\8Dc80Dd8DDe8pDf8Dg8Di8Dd8Dk8Dl8Dm9Dn94Do9DDq9LDl9tDs9Dt9Du9Dv9Dw9Dx9Dz9D{: D|:$D}:4D:<Dz:dD:xD:D:D:D:D:D;D;$D;LD;\D;D;D;D;D;D<D<,D<<DD>$D>,D>TD>hD>|D>D>D>D>D?D?D?(D?TD?lD?|D?D?D?D?D?D?D@D@D@$D@,DW@8D@` D@l$@xD@xDHLD@̀Հހ D@D@D@D@DAH DAd$ApDApDDA  DA DADADADADADADBDBDB,DBDDBPDBtDBDB DB+$BDB9DDBDBDCPE$C\DC\UDDClcoDClDC|DCDCD CD DD D0D DDDDDDDDEdDEpDEDE$EDEDEÀ,DEDEDED FDD!F$F(DJF(DLTX&\DJFL3AMYdo0tDWFLDXF|DYFDZFD[FD\FD]FD^GD_G D`G DaG@DbGPDcGdDdG|DeGDfGDgGDhGDiGDjGDkHDlHDmH8DnHPDoH\DpHhDqHDrHDsHDtHDuHDvHDwIDxI0DyI<DzIHD{IdD|ID~IDIDIDIDJDJDJ0DJ<DJHDJ\DJDJDJDJDJDJDKDKDKLDKlDKDKDKDKDKDKDL DL,DL@DLXDLpDL|DLDLDLDLDMDMDM0DM<DMHDM\DMDMDMDMDMDMDNDNDNLDNlDNDNDNDNDO DO DO,DOLDO`DOxDODODODODODPDPDP0DPDDP\DPhDPtDPDPDPDPDPDQDQ(DQ@DQLDQXDQlDQDQDQDQDQDR DR$DR0DR<DRPDR|DRDRDRDRDRDSDSDS DS4DS`DSDSDSDSDSDSDSDTDTDTDDTdDTxDTDTDTDTDUDUDU(DU(DUHDU\DUxDUDUDUDUDUDVD V D V$D VHD VPD VpDVDVDVDVDVDWDWDW(DW4DWLDWpDWxDWDWDWDWDWDXD X,D!XDD"XPD#X\D$XtD%XD'XD(X#D-X& $XD4X0D@0D4XȀ$ D7XD8YD:Y0D<YdD?YD@ZPDAZtDBZDCZDDZDEZDFZDGZDHZDMZDNZDO[DP[0DQ[LDN[\DU[xDV[DW[DX[DU[D[[D\[D]\D^\('XD_\0$\8Db\80D@0Db\D 'lDe\DDf\TDg\\Dh\pDi\Dj\Dk\Dg\Dm\Dn](HDo] $](Dw](&D4HDw]<?(Dx]<KS[(dD{]<D|]DD}]dD~]D]D^$D^DD^D^)D^c^qd^d^р8[Ā݀ ~v71Sp6Z> $^D^ڠDD^  -D^D^D^D _DD!_\D"_D%_D&_8_>d_fd_lۀ Fhр 0 0 $_D_ D H L PD_ #0D_D_D_D_D`PD ` -$`D&` ?D KH XL fPD&`4D'`4D(`T r$`\D-`\ D H LD-`t 0D0`tD1`|D2`D4`D6`D7` $`D=` D ΠH ܠLD=`D>`D?` $`DM` D H L P &TDMa  2 >`DQa DRaHDSaXDTaDUa K$aDaa XD fH sL P TDaaDbaDcb  $bDrb D L ʠP נT X \Drb8 0xDub8DvbDDwbPDxb\DybhDzbtD{bD|b $bDb D #H 1L >P LT YXDbDbDb eb m s y      db db    . P s   ܀ $6 Kk~v13ڂD pp  Ԁkր88$l$vLLyL<ATۀTgTv#ڀ"Հu,,h,v P $bDbDHɠLҠP۠TX\ `Dc  p @p c@ ll zh d ` \$D$cD&c4D'cLD(cXD)c\D*cdD-chD/cxD2cD6cD7cD8cD9cD:cD<dD=dD>d$D@dDDAd\DCdlDEdDFdDGdDJdDPdDQdDRdDUdDVdD\dDbe\DdelDeetDfeDheDjfDlfDmfDnfTDpfdDsfDtfDufDwfDzg8D{gXD|g`D}gDgDgDgDh\DhlDhtDhDhDhDi Di Di0Di8DitDiDiDiDiDj$Dj4DjpDjDjDjDjDkDkDk Dk\DklDkDk X πTDkDkDk DlDm@DmPDmdDmDnPDn` Dn $nDn!D! H!L!!P!*T!7X!E\Dn!R!r DnDo DoDohDoD oD p DpDpxDpDpDpDq\DqhDq|DqDqDqD!qD"rD#rD$r<D%rPD&rpD'r|D)rD/rD1rD4s@D6sD7sD8sD:sD;tD=tD>tPDAtXDCtDDtDEtDFtDGtDHtDIu DJuDKu8DLuLDMulDNuxDOuDQuDRuDTuDUvDWvDXvHD[vPD\vD`vDavDbvDcwDdwDew4Dfw@DgwTDhw`DiwDjwDkwDlwDnwDpwDqx Drx Dtx0|Dvxt!$x|D~x|!D!H!ĠL!͠P!֠T!XD~x!DxDxDxDxDxDxDyDyDy Dy,DyPDyDzDzDzHDzXDzdDz"$zDz"2D"?H"JL"SP"\TDz"i"v"""DzDzDzDzDzDzDzD{8D{HD{\D{lD{tD{D{D|D| D|HD|PD|D|D|D|D|D|D|D|D|D|D}D}D}D}PD}XD}D}D}D~8D~H|D~t"$~|D~|"ҠD"ߠH"L"P"T# XD~D~D~D~D~#$D#.D#;H#FL#TP#]T#fX#w\D$#D$#@<D4#DlxDpDDD DDDDD D0DlD#$D #ʠD#נH#L#P#T#X$ \$`D $'$5D(D)D+D2D3(D4<D=TDADBDD$C$DO$gD$tH$L$P$TDO $$$$ŀ$рD^ D_$Da8Db@Dd`DelDftDj|DlDmDoDpDqDsDt DuHDv\DwlDy|DzDDDD4DlD|!D$$D%D% H%L%!P%*TD%7%E%Q%^%j!DDDDDDD$D8DHDDDDDDDDTDDDD DHDXDD$D%v& %$D%D%@%H%@%L%@DDDDDDD %$D%ҠD%@%H%@%L%@D$D$D0D4D@DDDP&$\D\& D&3 HDp&FDp&ND|&VD&^&f&n&v&~&&&%DD D D D DDD D D4D\DDDDD D$D,D DD"LD#dD%lD&D(D)DD+D,D-(D. &$D4& D&  HD4(&΀D5(&րD64&ހD7@&@D8L&@D9d&''(D>|D@DADCDFDG'''('1(DNDODPDR@DSPDTlDU|DVDWDYDZD[*$D]D^(D_X*D`';$Df'V D'` HDfDgDhDiDjDk'r$ Dt ' D' HDt ' +(Dv Dw0+HDx@'$HDH'Ġ D'Π HD\'؀ +dD\DlD|D+D'$D' D( H( L( PD() (3D(;D(CD+DDDD,D4DDDLDTD\DdDtDDDDDDD-D(K$D(k D(v H( L( P( TD ( -(D D0-PDH($PDP(̠D(٠HDd(@Dd)@)Dh-tDlDxDDDDD.D)$D)4D)AH)LL)UP)^T)kX)y\)cD@D@DLDXDhD).DDDxDDDDDDDDD(D8DHDTD\D pDDDDD 1dD!dD"t)1D$D%D&1)1D+D,D-D.D/D0D1D2D32DD7DD9x)$D])D* H*L*P*'T*4X*B\*P`D]*]*lD_*zD`2DhDiDnDp,DqPDu\DwD}DDD(D@DX*D4DDDD DD5DD6D*C*& *7*& *$D*D*H*L+ PP+#PT+<X+L\D(+d+p+}++ +++60D(D8DDDPD\DhDtDDDDDDDD(D\DlD|D D D D DD  D D(DTDhDtD!|D"D#D$D+D-D.(D24D4<D5hD6|D:D<D=D>DBDDDEDF$DM0DO8DPdDQxDSDWDYDZD^D`Da4De@DgHDmtDnDrDtDuDvD|D~D D4DpDDD<Dh=|Dt+$D+D+PH, LD,,#,0,> ,M,[@,d@,vp,,\=DDDDDDDD@D\DtDDDDDD DDDDDDDD,DDDXDhD pD D DDDDDD<DDDpD"|D$D%D&D*D,D-D.D2$D4,D5XD6lD=xD?D@DADCDGDIDJ4DNHDPPDQ|DUDWD]D^DbDdDeDf(Dl4Dn<DohDs|DzDDD`ED,$D,ˠD,ؠPH,LD,\-p-EDDDDDDD D0DDDpDDDDDDD(DDDhDtDDDDDD$D8DdD|DDDDDDDD(D@D TItD l-1$tDt-DDDDDD-R$D--pD-}H-L-PD--ID0D1D2D4D64D8PD=DADBDDDFDG4DIHDKtDMDRDTDW,D\4D]`D_D`DaDbDc Dd DhLDlTDmhDoDpDqDrDs,DtXDuDvDwDzD~DD,DXD=`OD-$D-ؠD-HDDDD-$D.DD ..,@PD D(D8DTDdDpP|Dt.5$|D|.HDDDD.V$D.wD.HD.\PDDDDD DD<DLDXD|QD.$pD.D.ϠH.\LD.@p/@pQDDDDDD$D 0D"8DDD-XD.hD/tD1D2D4D5D6D7D9D;S0D<(/$4DE4/%pD/2H/C\LDEL/R@\DGLS`DNXDODPDQDU0DVHDXTDYD]TD_/\$pDn/xD/H/\LDn/@p/@pTDvDzD<DHDPD\DdDvpDUD/$D/D/HD/& <HDDDV4D,0$8D80/D0;HDL0I& @LDLD`DVD0]$D0}D0HD0& D0@0@PDDD(D4D<DHDPD\DpDDDDDDWD0$D 0D0pHD 1 @p1@pWD D D D D 8D HD dD pD xD D XD 1!$pD )1=D1JH1bpL1oP1~T1XD )1\1pXD /D 1D 3D 9D : D ;(D =<D >XD ClD DD ED GD ID PD QD UD W D [0D \@D ]\D _pD `D dD eD fD gD nZD o1$D |1ҠD1ޠHD |1@p1D 1[D D D P[pD h2$pD p22D2?JD 2L\2Z2j[D D D D D D D D D  D $D 0D @D HD \D hD tD D D D D D D D D D (D <D DD PD hD |D D D D D D D 0D 8D DD tD D D D D D D D D (D DD LD TD pD |D D œD °D ¼D D D `<D 42$<D '<2PD2PHD 'PD *PD +lD .xD <Ä2$ÐD qÐ2ߠD2H2L3P3 T3XD qô3"D rô323C3V3c`D vD wD xD yD {D |D }D ~ D D D 0D pD ĈD D D (D 4D hD ŀbD 3q$D 3D3H3L3P3TD 3D 3рD 3D  34cD D D  D (D ,D <D ƘD ƬD D D D  D `D hD ǰD D D @D ȀD ȨD D D D XD ɀD ɴD fD 4$D 4,D49H4DL4MP4VTD  4c4p444gD  D D D  D $D 8D HD PD XD dD lD pD xD ʀD D D D D LD \D dD ˘D ˠD D D tD |D !D #j$D %4$$D 2$4ϠD4ܠH4L4P4TD 2DD 3DD 4XD 6͌D 85D5'$D [5CD5QH5\L5eP5nT5|X5\5`5d5àhD [5Ѐ5566)666CD a6^6g6p6}kD gD h D j D lTD m`D vlD w΀D {ΔD |ΜD }ΤD ~άD δD D 4D HD D D D $D 8D HD \D ЄD ШD D D D D D ,D 4D HD \D lD шD ѐD ѠD ѴD D D D LD pD ҄D ҌD ҔD ҜD ҤD D (D <D ӸD D D  D 4D DD XD ԀD ԤD D D D D  D (D 0D DD XD hD ՄD ՌD ՜D հD D D D D D XD tD քsD ֐6$֘D ֘6D6H6L6ŠP6ΠTD ָ6ۀ66D ָ7D ּsD D D 0D DD TD ؄D جD شD D !D #(D $<D %DD 'LD )pD *٬D ,ټD .,D /ژD 0ڨD 1ڸD 2 D 3 D 6lD 7ېD 8D :D <LD =ܼD ?D @D BD C4D E<D FpD GtD IxD JݘD KݼD LD MD TPD V`D YtD ZޤD ]޴D aD dD g(D hXD khD lߘD oߨD pD sD tD w(D xXD {lD ~D D ~D 7 $D 7/D7<H7GL7UPD $D $D 8D HD p7e$xD x7D7HD 777~D D D D D D D D D  D ,D $7$0D 07D7H8L8P8T8$X82\8@`D TD TD dD |D D D D D ,D \D |8M$D *8qD8~H8L8P8T8XD *88€8Հl8l8@9 @9hD 5D 6D 8D 9D :D ;D @D A D BD C D D\D EpD HD ID JD KD LD RDD SXD TdD UlD WD XD YD [ D \TD ]\D _D cD dD f D mLD nhD ptD qD sD uD v8D xDD zD {D }D DD <9 $DD D9AD9NH9YL9bP9kTD d9~9lD dD lD pD xD |D D D D D D D $D `D hD D D D D D 0D 8D lD tD D D D 0D (9$0D 09D9̠H9נL9P9T9X:\D T::%p:3l:Ih:\d:i`\D TD hD pD xD |D D D D D D D D HD D D D D PD XD D D D  D DHDPDDD D DDDTDD"DD#D%D(D)4D+<D,D.D2D3,D54D6|D8D9D;DAHDF@:v$HDNH:D:H:L:P:ĠT:ҠX:\DNl:;;;#;9;FtDTlDUtDVxDWDYDZD]D`DbDdDeDm DtlD}D~D8DLDDDDDDDDDDD4D<DDDDD0DD DDDDDD D(DdDDDDDDDP|Dt;T$|D|;vD;H;L;P;T;XD;;Ȁp;րl;hDDDDDDDDDDHDPDDDDD D DDDDLDDDDD!(D#0D'xD0D1$D3,D8`D9D;D?D@`DBhDKDO0DP(<$0Da0<D<%H<0L<9PXD  L>>%>E>T@>gTD LD d>D xD D# D$ D% D& D' D( D) D* 8D+ TD/ |D1 D9 D: D;D=D?`DCDDDEDGDH8DI@DJtDL|DPDSD^D_D`DaDbDcDdDeDfDgDhDjDkDmDpDDrDvLD{D>$LDL>͠D>ڠH>L>P>T?X?\Dp? @xDpDtDDDDDD8DDTDL?3X??dX?_dX?k???ڀ?@@E@g@@@@Ѐ@ @@A~vA71ASAp3AA$$XD&XA̠DAܠHA LAPBTD&xBPB PB.BOB\Bg$ D-xD.D/D0D2D3D4D7D8D9$D:<D;LD<dD=tD>tD?DDDEDFDGDH$DK0DL|DMDNDODRDSDTDUDV4DY@DZD[D\D]D`DaDb$Dc$DdDDfPDg`DhpDipDjDlDnDoDpDqDr Ds,Du8DvDDwPDx\DyhDztD{D|D}PD~Bq$DB$DBHBLDBBLB̀TB؀B,C8tDDDDDD,D<DHDTD`DhDpDxDDDDDDDDDDDDDDDDD D(D0D8D@DHDPDXDdDlDtD|DDDDDDDDDDDDDDDD8D@DHDPDXD`DhDpDxDDDDDDDDDDD0DDDLDTD\DdDlD|DDDDDDDDDDDDDDD DD D,DhD|DDDDDDDD D D D DD D@D@D@D@D@D @D! D# $D ,D% L D& XC$ dD. dC-TDC:HD. xCCCTCbCmCz D2 xD3 D6 D7 D9 D: D;!D<!,D=!<D>!LD?!pDA!xDB!DC!DD!DE!DF"DG"0DH"dDJ"DK"DM#DN#,DP#4DR#`DS#DU#D3#pDW#C$#D^#C$DD^#D_#D`#Da$(Db$8Dc$DDd$LC$$TDk$TCLDDk$dCǀ8CԀT Do$dDp$|Dq$Ds$Dt$Dv$Dw$Dx$Dy$D|$D}$D$D%D% Dq%D%TD%hD%D%D%D%D%D%C%Cd%D d%DD@DZDDDʀDEE3ELEgE{E EEE~vE1EF3F8$%D%FH$DFZ`HD&Fp8F}LFTFF,FˀFրD&FFFGGGGG(G0G8GCGPG]`HD#&D'&$D+&@D3&HD7&lD<&tD=&D>&DE&DF'DH'DN'DP'$DQ'HDS'PD7'XDU'D]'Da'Df'Dg'Di'Da'Dk(Dt(Dx(4D}(<D~(XD(`D(hD(tD(D(D(D(D) D)D)$D),D)HD)\D)dD)pD)D)D*D*0D*@D*@D*XD*D*D*D*D*D*D+0D+8D+D+D+D+D+D+D,D, D,4D,@D,HD,D,D,D,D,D,D,D-$D-4D-PD-`D-lD-tD-D-D-D-D.D.D. D.PD.`D.|D.D.D.D.D/D/ D/8D/HD/TD/hD/hD/D/D/D!/D"/D#/D$0D%0D&0$D'00D(0<D)0PD+0lD-0D.0D/0D00D40D91D?1hD@1DA1DC1DD1DI2DK20DN2@DO2HDQ2PDR2\DS2xDT2DW2DX2DY2D^2D_30D`3@Dc3TDd3lDe3Dj3Dk3Dl3Do4Dp4Dq40Dr4HDs4pDt4Dv4Dz4D4D5HD5tD5D5D5D5D6D6$D6pD6D6D6D7 D70D7DD7\D7pD7D7D7D7D7D8 D8D8D8D8D9D9(D9LD9\D9D9D9D:D:4D:D:D:D:D:D:D:D;D;D;4D;HD;`D;lD;D;D;D<0D<|D<D <Dx<D <D<D<D=D=D=4D=DD=hD"=pD&=D*=D+=D,>D->HD/>PD0>tD+>D4>D;>D<>D>>D@?DA?DB?DD?$DE?4DF?@DH?HDI?XDJ?dDL?lDM?|DN?DP?DQ?DR?D<?DU?D_@D`@`Dc@hDh@pDi@Dj@Dk@Dl@Dm@Dn@DoADqA8DxA`DzBXD|BD}BDkBDBDBDBDBDBDBDCDCDC0DC`DChDCDCDCDDDEDE,DEDDEtDEDEDEDEDEDEDEDEDEDFDF,DF8DFDFDFDFDFDGDG8DG`DHXDHtDHDHDHDHDHDHDIDIDIDI$DILDITDI\DIDID+ID'IDJ$,DJGk$J(DJ(GTDGHDJ<DJ<DJTDJpDJDJDJDK(DL(DL@G$LHDLHGLDGà`HDL\GрDL\G܀&pDL`DL|D LDLDLDLDMDM DM DM0DM<DMDMD MD!MD"MD#ND%N D-N,D/ND1ND ND3N(D4NG$ND<NGTDH`HD<NHD=N(D?ND@ODDO$DFO,DGOHDHOdDIODJODKODMODWODXP$DYP8D[PLD]PXD^P`D`PhDDPpDbP*DcPH$PDlPH2TDH?HHHLDlPHQ*DoPDpPDqPDsQDuQDvQ@DwQtDxQDyQ+DzQHY$QDQHnLDH}HHLDQH,DQDRDR,DRLDRXDR|DRDRDS- DSH$SDSHTDDS,HHHȀHЀH؀HHHHII <II"`8I/4-<DS,DSHDSdDSxDS|DSDSDSDT$DT@DTpDTDTDTDUDU(DU0DU4DUHDUPDUdDUDUDUDUDVDV$DV|DVDVDW4DWDWDXDX(DXHDXHDXd2DXI:$XDXIOTDDXDXDXDXDXDYDY$DY,DY@DYI\$YDYIuDDYI3DYDYDYDZ DZTD ZD[ D[X5tD[dI$[pD[pIDI<HD[IՀI݀5D[D[D[D [D"[D#\ 6<D$\,I$\8D,\8IDJ<HD,\LJJ&6\D/\LD0\XD1\dD2\xD4\D5\7D6\J.$]D>]JGDJY<HD>]JgJo7$DA]DB] DC],DD]@DF]TDG]7DH]Jw$]DP]JDJ<HDP]JJ7DS]DT]DU]DV^DX^DY^x8DZ^J$^Db^JנDJ<HDb^JJ8De^Df^Dg^Dh^Dj^Dk_@9\Dl_LK$_XDt_XKDK/<HDt_lK=KE9|Dw_lDx_xDy_Dz_D|_D}`:$D~`KM$` D` K`,DD`0Kl:@D`0D`PD`D`D`DaDaDa0DatDaDb<$DbKx$b Db KDKHKPDb@Db@DbPDb`DblDbDbDbDcDc$Dc0Dc<DcHK$cPDcPKܠDDc`Dc`Dc|DcDcDcDcDdDd Dd8Dd@K$dHDdHL DDdXDdXDdpDdDdDdLdL(ddLHddLQL{LLLMM+MMMnMMMM MdMMRN}QN41NPNm3NpO#pO1 O} OPvQQR RSSSh8T8T$T$TLULULV<VTWXTWTWXYWZZ[R\\],],],]$dDd^ LD^#HDd^=^H^SL^aT^m^,^$DdDdD dD"eD#e D%e(D&e0D)e8D,eLD/e\D2elD5e|D8eD;eD>eDAeDDeDGeD&eDIfDDKfDDLfLDOfTDRfhDUfxDXfD[fD^fDafDdfDgfDifDkgDlg4Dog`DLglDqgDtgDugDxgD{hD~hDh(Dh8DhHDhXDuhdDhDhDhDhDhDhDiDiDi$Di4DiDDiTDi`DiDiD#iLDj ^j^dj^dj^ր___E_g___Ҁ_` `'`;`M `bd`y`R`}Q`1``3a$jDja$LDa>HDj<aXacanLa|Taa,aaaǀaπa׀a߀aa$Dj<D jDD"jTD$j`D&jhD'jpD(jD*jD+jD-jD.jD0jD1kD3k D4k(D6k0D7kLD9kTD:klD;kD=kD>kD?kD@kDFkDGl\DIldDJlDLlDMlDNlDPlDQlDSlDTlDVlDWmDZm D(m,D]mD_mD`mDamDcmDdmDfmDgnDinDjn4Dln<DmnXDon`Dpn|DrnDsnDtnDvnDwnDynDznD{o D|o$D}o@DoTDoDoDoDoDoDoDpDp,DpHDppDpDpDpDpDpDpDqDq$Dq4DqdDqDqDqDqDqDqDrDr8Dr`DrDrDrDrDrDrDs Ds$DsHDspDsxDsDsDsDsDsDtDtDDtlDtDtDtDtDtDtDtDuDuDu,Du4Dau@DuDuDuDuDvDv Dv<DvDDv`DvhDvDvDvDvDvDvDwDwDw$DwHDwTDwdDwlDwDwDwDwDwDwDwDx Dx(DxLDxTDxpDxxDxDxDxDxD xD xD xD yDyDyDyDyDyDyDyDyDzDzDz4D z<D!zXD#z`D$z|D&zD'zD)zD*zD,zD-zD.zD0zD1{D3{D4{8D6{@D7{\D:{dD{pD={D@{D$|DC|D8DD|Pa$|\DK|\bDDK|lb'b2bDbRTDR|lDS|DT|DV|DW}DX}DY},DZ}pD[}D\}D^}D_}D`}Da~Db~4Dc~LDd~xDe~Dj~Dk~DlDm Dn0Do\DqlDtDuDwD{ D~pDDDDD$D,D8DDDDDDD8DxDDDD(D8DLD\DDDDD,D<DLD\DDDDDD$D4DxDDDDXDDDD4DlDDDDD(DPDpDDDDDD(D8D`DDDDDDDDTDDD$D4DDDD"Dbd(bsd(bd(bb̀bcc3cVc|ccc؀cdd d.dN~vdg1dd3d$(D(dѠDd HdLdPeXe`DLee"e*e2e;eDeM $DLDxDDDD!D"D#D$<D&hD(D)D*D+D,D-$D.8D/\D0D1D2D3D4D6D7e^$DLeoDe HeLePeTe\edDL$eŀèeՀe݀eee DQ$DR\DSDTDUDWDXDZD[D\ D](D^<D_PD`dDaDbDcDdDeDfDgDhDi Dkf $$D$f"Df2 HfALfNPfZTfhXDHf{ffxftfɀpfрlfـhfd DHD\DhDxDDDDDDDD D,D@DXDDDDD4D<DPDlDDDDDDDDD D@D`DDDDDf$DfDgLgTg\g*`g4dDg>gGDD8DlDDDD D D<D`DDDDTDD DgP$ D g^DgiLgtTDDD DD D D D 8D\DlDDDg~gdgdgg؀ghh?hbhhhˀhhii% i:iZ~vis1ii3i$DiDiHj LjPj)Tj3XjA\jP`jedDjsjjjjjj€jˀjԀj݀jj$DDXDtD|D |D!D"D#D$D&D'8D(TD)hD+D,jkkkk&k0@k:PkG`kTpkaknk{kkkkkk 8k (kk(kkdl dl l. lV lf l l l l l l m m$mDm'Hm/Lm8PmATmIXmQ\mY`madmihmqlm{pmtmxm|mmmנmnn @n(n(n(n!(n'(n-(n3(n9(n?(nE(nK(nQ(n[(ne(nl(nv(n(n(n( n(n(n(n@n@DEHnn n n nnn n o o o o o'o/o7 o@oHoP oW @o^ oe ,ol os Doz o 0o o Ho o 4o o <o o (o $o Lo o 8oDFTDGxDHDIDMDNDODPDQDR,DSTDUDVDZD[D_D`Dd<DeHDfxDgDhDiDjDkDlDm DnDoDp(Dq4Dr<Ds<DtdDuDvDwDxDyDzD{D|D} D~0D8DdDtD|D|DDDDDD(DTDlDDDDD,D8DDDDDDDDD D(D(DPDxDDDDDDDD DD$DPD`DhDhDtDDDDDD@DXDDDDDD$DlDDD@DXDDDDD D0D@DdDDDDDD0DPDdDxDDDDDDDDDDDDDDTD\D|DDDDDDDDD,D4D4D@D`DDDDD D$D\DDDDDD8DlDD D D D D DDDDD0D@DHDhDxDDDDDDDDD D  D!,D"LD#lD$D%D&D'D(D)HD*lD+D,D-D.D0$D1lD3D4D5D6DD7hD8pD9D:D;D< D@@DAXDBpDCDDDEDFDH$DI4DJLDKpDLDMDNDPDRDS4DT<DVDDWLo$hoDoHpLpPpTpXp*@p/@p4@p9@p>(8pQ(`pW(dp]@pg(lpp(pp@ppppppppDhDiDjDk0DlHDmPDnhDoDpDqDrDsDtDu DvDwDxLDyPDzxD{D|D}D~DD@D@DXD\D|DDDDDXDDDDDDXD\D`DDDDDDDpDpDDp$pԠDpڠHpLp(p(p(Dpqqqqq&q.q6DDDDHD\DlDtDDDDDDD4D<DlDDDDDD DD,DHDPq>$`qIDDxqRqZqbqjqrqz qqqDDqqqdqdq q r r* rF rY rv r r r r r$rDrHrLrPsTsXs\s!(s.(DDDDD$D4D\DlD |D!D"D#D$D%D&D'D(D) D*D,hD-ps;€sC sH ְsM sR sW s\se sk ڄsq ؗsw s} ۼs `s 's }s 8s ٌs s Ps s ٘s \s ٨s s ls Ds s بs ,s ts یs s \t ۤt ڀt  t lt tt(d€tLd€tT tr t t t t t u u u8 uI uZ$€udDum(ur@uw@u|@u@u@u@u(u(u(u& u(u& u& ڀu& ڄu(u( v($v(v& v-(v5(D\¸v=vD vZ vc€D]D^D_Dd$De,DfĀDgĄDhĄDiĐDjİDkDlDmDn0DoPDppDqŐDrŰDsDtDuDvPDwƄDxưD|ưD}DDD D\DǐDǸDDDD$D4DlDȄDȌDȴDDDD,D\DɨDDDD,DʀDʔDʔDDD D<DpDXD̈D,DXDXDδDθDDD D,DXDЀDЌDИDдDмDDDTDhDшDќDѼDD$D8vj`vs *pvxvd`vd`v v v w w w3 wP wd wv w w w$`wDwɠHwҠLw(w& *pD"҈ww w w w x x x x x%`x*x2 x< xF xM xW x_`xgxo xx`D#ҠD$ҴD%D'D+x$xDD.xx`xx x x x x x`xx`D/,D04xHxxdHydHy& yD yl y| y y y y y z z z,$Hz6(z<(zB(zH(zNzS zY z_ zf zp zw z~ z zHzz zHDdDlDӔDӼDD$D<DDD Lz`zzd`zd`z { {/ {? {[ {n { { { { { {$`{D|H|L|P|(|(|((|1(|:(|C(|L@|U( |^(|f(|n(|v(DԐ|~| @| D| <| L| 8| P| T| (| ,| | $| 0| 4| H| | } } } }" }* }2 }:`}@}E }K }Q }X }b }i }p }w }~`DԠD԰DDDDD D D4DHD |D!հD"D#D$LD%րD&ִD'D(D)D*4D+LD,ׄD-נD.׼D/D0$D1XD2،D3D4D5(D6\D7ـD8٤D9D:D;,D<4}H}dH}dH} } } ~ ~+ ~> ~[ ~o ~ ~ ~ ~$HD\DdDl~ڀ~ *~ +~ +~ *~ ~dڀdڀ 9 a q        !$ڀ+D4HKLbPyTX\( ($& *& *(((,& +& +(0DAڴ @ D < L 8 P# T- (4 ,; B $I 0P 4W Ha j s |     ڀ        ڀ   ڀ" *ڀ2: C LڀDBDCDDDEDF,DG,DIۈDJۘDKۨDLDMDNDODP$DQ@DRhDSpDTܘDUܘDVܨDWDXDYDZ4D[DD\lD]ݔD^ݴD_D`DaDb,Dc\DdlDeޤDf޴DgDhDiDj Dk Dl0Dn8Do@TP[ddPdP      1 E W s  $PDHLPTXɠ\((D|DߌDߜD߬D߼DD DXD`pdp!dp) G o         /$p9DAHILRP[TcXk\s`{dhlptxɠ|ߠ@@( (((($(*(0(6(<(B(H(N(X(_(f(p(w(~((@((((@(@(D=   p p$ + @2 9 ,@ G DN U 0\ c Hj q 4x  <  ( $ L  8pD>D?D@DADE$DF<DGTDHlDIDJDKDLDPLDQ\DRtDSDTDUDVDZ$D[XD\xD]D^D_D` DaDb,Dc@DdHDePDf\DghDh|DiDjDkDlDmDnDoDpDq Dr(Ds(DtPDudDvtDw|DxDyDzD{D|D}D~D(D<D\DDDDDDD\DhDDDDXDDDDD(DHDlDDDDDDD(DHDPDtDDDDDDDDD D D@DDD\DDDDDDDdDpDDDD DD,DLDhDDDDDDPD\DDDDDDDD D(D0D<DHDPDPDxDDDDDDDDD4DDDLDxDDDDDDDDD<DhDDDDDD@DLDDDDD DDD(D4D<D<DdDD D D D D DDD D0D8DdDtD|D|DDDDDD(DTDlDD D!D"D#,D$8D&D'D)(D*TD+lD,D-D.D/D04D1DD2hD4D5D6D7,D9,D;LD<Txdxdx  E U q       $xDH L)P2T:XB\J`RdZhblxptx@@( ($(((,(0(4(8(<(@(D(H(L(P(T (X(\(`(d$(h+(l2(p:@C(xL(|T(\(d@l(t@|(D2   x x  @  ,  D  0  H  4% - <5 = (E $M LU ] 8exD3D4D5D6 D:,D;DD<\D=tD>D?D@DADETDFdDG|DHDIDJDK DO,DP`DQDRDSDTDUDV DW4DXHDYPDZXD[dD\pD]D^D_D`DaDbDcDdDeDf(Dg0Dh0DiXDjlDk|DlDmDnDoDpDqDrDsDt0DuDDvdDwDxDyDzD{D|D}dD~pDDD D`DDDDD0DPDtDDDDDDD0DPDXD|DDDDDDDDDD(DHDLDdDDDDDD$DlDxDDDDD$D4DTDpDDDD@DlDxDDDDDDDDDDDD,DLD\DdD|DDDDDDDD D D $D $D 0D PD hD D D D D D <D `D tD tD D D D ,D pD D D D <D \D D D D D D 4D dD lD D D D D D D D DD(D8D8DLDxDDDD D D D ,D ,D|DDDDDD@DxDDDDDDtDDD!D#D$mvdd     ( E Y k   $D D( ,Td(d(  > N j }      $( D& ,T(D@DlD|DDDDDDD(D4D@DLDXD pD!D"D#D$D%D&D'D(D)<D*TD+xD,D-D.D/D0D1D2D3D4D58D6DD7PD8hD9D:D;D<D=D>D?DA'/dSd[ y       # ? P a$D$D,k@s ,|xd@d@     2 O c u   $@D HϠLܠPTX\`@ @%@+(1(7(=(C(M(T([@e(p@y(@(& ,|D6        @ @ D < L P T ( ,$ + $2 09 4@ HJ 8S \ e n w    @        @   @ % / 7@D:D;D<D=D>D?8D@PDAlDBDCDDDEDFDHDDIPDJdDK|DLDMDNDODPDQDRDSDT$DU,DV<DWLDXxDYDZD[D\D]D^D_D`DaDe4Df8DghDhDiDjDkDlDmDn(Do8DsDwDxDyDzD{$D@DdDDDD$DTDDDD$D<DXDDDDDDD DD$?PGPdPtdP|       2 D ` q $PDH(@D @ D < L 8 P T ( , # $* 01 48 HB K T ] f n v ~ PD D!D"D#D$ 0D% DD& `D' D( D) D*!`D+!lD,!lD-!lD.!lD/!lD0!lD2!lD3!tD4!D5!D6!D7"D8"0D9"LD:"D;"D<"D=#LD>#XD?#XD@#XDA#XDB#XDC#XDE#XDF#`$#tDH @ D < L 8 P T ( ,  $ 0' 4. H8 A J S \ d l t |PDL#DM#DN#DO#DP#DQ#DR$DS$,DT$4DU$PDV$PDW$X$hd$hd$h    : M j ~    $$hؠDݠHLPT( @((("($((,.(04(4:(<@(DF(HL(LU(P^(Th(Xo(\v(`}(d(h(p@@(((((((@(@@(((D$ @ D <* L4 P> TH 0O 4V H` 8i r {   ( ,    $  $h        !$h'/ 8 A$hD $D!$D"%D#%D$%D%%D&& D'&D(&<D)&DD*&hD+&tD,&D-&D.&D/&D0&D1&D2&D3&D4&D5&D6&D7&D8&D9'D:'$D;'4D<'DD='TD>'dD?'xD@'DA'DB'DC'DD'DE(DF(4DG(PDH(`DI(pDJ(DK(DL(DM(DN)DO)(DP)PDQ)pDR)xDS)|DT)DU)DV)DW)DX* DY*DZ*DD[*`D\*pD]*D^*D_*D`*Da+Db+$Dc+@Dd+xDe+|Df+Dg+Dh+Di+Dj, Dk,TDl,Dm,Dn,Do-Dp-Dq-Dr-8Ds-@Dt-HDu-dDv-lDw-Dx-Dy.Dz. D{.(D|.0D}.LD~.TD.D.D.D.D.D/0D/LD/hD/lD/tD/xD/|D/D/D/D/D/D/D/D0 D0 D0(I$0PTD\HbLhPnTtX{\`d((((((((($h$h$hD0D0D0D1 D1hD1D1D2 D2HD2D2D3D34D3LD3`D3tD3|D3D3D3D3D3D3D4 D44(d4(d4(% C k {        +$4(6D=HFLMU _ i q y  4(D4HD4\D 4lD!4|D"4D#4$4DHLD)4      4(D*4D+4D,4D-45d5$d5- K s        " 3$5>DEHNLU] g q y   5D50D5DD 5TD!5dD"5tD#5|$5DHLD-5      5D.5D/5D15D255d55d5> \        " 3 D$5ODWH_LgPo(x( ((D6$        5 @ D < L P T ( , % $, 03 4: HD 8M V _ h q z   5D64D 6DD!6TD#6dD$6D%6D&6D'7D(7D)7$D*74D,7DD-7`D.7|D/7D07D17D28D380D48lD58D78D88$8DHLPD=9        5 5D>9D?9 D@90DB9@DC9H$9X D(H0L8PDJ9|@E5JP @V D\ <f Lp Pz T ( ,  $ 0 4 H 8         5DK9DL9DM9DO9DP99 -4 ," /' -j, ,1 ,6 -; /x@ -pE /J .@P /`Vd9zd9      % 9 K g x $9DHLPD9 @ D < L P T ( ,  $ 0 4 H" 8+ 4 = F O W _ g o9u{        9    9D : D!:D":,D#:<D$:XD%:hD&:xD':D(:D):D*:D+; D,;TD-;lD.;D/;D0;D1;D3;D4< D5<D6<,D7=8D?=TD@=DA=DC=DG=DH=DI=DL=DN=DO=DP>DS> DU>4DV><DW>DDZ>D\>D]>D^>Da?xDc?$? DHL"PDj?*0 @6 D< <F LP PZ Td (k ,r y $ 0 4 H 8        999Dk?Dl?Dm?Dn@Do@ $@0DH L(PDt@T069<B9HO X a j s9Du@dDv@tDw@Dx@Dy@z@d@d@     3 P d v   $@DàHȠLҠPD @D AD ADA DA(A8xdA8dA8 = e u        %$A8.D3H8LAPIT^Xg@l(q@v@|((@(0(4(x(8((<(@(D(H(L(P((((T@$@-(`6(dH($Y(ha(s(l{(pD>A A8 @ D < L P T ( ,  $ 0 4 H 8 # , 5 > F N V ^A8dl v    A8   A8D?ADCADDADEADFB(DGBXDHBDIBDJBDKCDOCHDPC\DQC`DRCDSCDTCDXDD\D D]D,D^DLD_DlD`DpDaDDbDDcDDgE,DhEDDiEXDjElDkEDlEDmEDnEDoFDpF0DqFDuFDvFDwFDxFDyGD}GDDGDGDH DHDDH\DHtDHDHDHDHDIDIDI,DI<DILDItDIDIDIDIDIDJDJ,DJXDJXDJ|DJDJDJDJDJDJDJK  dK  dK  / W g        $K  D&H,L2P8T@XH\P`Xdahi@n@s(((((,(0(4(8(<(@(D(H(L(P(T(X(\(`(d(h@(p (t((xD,K`05 ; A H R Y ` g nK sy @ D < L P T ( ,  $ 0 4 H 8       & .K 4: D N X b j r z K    K D-KhD.KtD/K|D0KD1KD2KD3KD4KD5KD6LD7L(D8LPD9L`D:LpD;LD<LD=LD>LD?LD@MDAM,DBMXDDMDEMDFNDGNXDHNlDINDJNDKNDLNDMNDNNDONDPODQO`DRODSODTP,DUPPDVPDWPDYPDZPQdQdQ ! I Y u        $QD($* @0 D6 <@ LJ PT T^ (e ,l s $z 0 4 H 8        Q      # + 3QDQ0DQLDQ|DQDQDQDQDQD R9$RAIDN(TZ @` Df <p Lz P T ( ,  $ 0 4 H 8        Q % / 9 C K S [ cQD,R8D-RTD.RD/RD0RD1RD2SD4SD5S i$S tDyHD7S<QQD8SPD9SX$ShDHD;SQQD<SD=S$SӠDDBSQ      $ , 4QDCSDDS:$SCLDQW @] Dc <m Lw P T ( ,  $ 0 4 H 8         Q " , 6 @ H P X `QDMTDNT$DOTTDPT\DQTDSTDTTf$ToxD} @ D < L P T ( ,  $ 0 4 H 8      ( 0 8Q>D N X b l t |  QD^TD_TD`UDaU$DbUdDdUdDeUl$UDHLP((DoU @ D < L P T ( ,  $ 0# 4* H4 8= F O X a i q y Q        Q        QDpUDqUDrUDsVDtVDuV@DvV@DwV\DxVtDyV|DzVD{VD|VV(dVLdVVŀ 0Rs ~v17T3q    p      # 7$VD-VGDZHhLD-VD0VD2W<D3WD4WD5WPD6XtX}dXdXԀ;^ǀ!LA~vZ1v30@<y<< \\+\݀\Ôpp,  HPPӀP<ǰ<Ȩ<a\\ۀ\˨ πX͐X_Xn ωـ^ ր ѱ8ҙ܀1ԽՓe3*Zj<<ۨ<<ۀ<ܓ<<7<T< <ޔ<ޯDiDD0DJ4ᶀ(d(⍀0E0㞀O0嘀0摀<}(2(b44ꈀ 78움8Àq 'Հ((ǀ$ V090 Hq`$````dd ΀PP|ۀ|(? P ` q ~  $XDXDX$Ā D X$D!X,D"X0D#X4D$X@D%XLLD&Xd $XlD/XlDHLPD/XD0XD1XD2XD3XD4Y D5YD6YD7Y4Y@%dY@IdY@S}€-OpL~v1<3Y l }  p         / B W k     $Y@D2Y@ߠDHLPD2Y\D3Y\D4YlD5Y|D6YD7YD8YD9YD:ZD;Z(D<ZlD=ZD>ZD@Z$ZDNZD)H3L=PDNZG(DOZDQZDRZDS[ DT[$DU[@DV[lDW[DX[DY\(D[\dD\\dD^\D_\D`]$Da]PDb]pDc]Dd]De]Df^Dg^4Dh^LDi^xDj^Dk^Dl_4Dn_pDo_pDq_Dr`Ds`Dt`Dg`Prd`Pd`Pˀ2U{׀ -M~vf13      # p1 A Q d3A N ` m {$`PD3`PDD3``D4``D6`hD7`pD:`xD;`D=`D>`D4`D@`$`DE`DE`DF`DG`$`DL`DLa(DMaDOaDPaDQa$DRa@DSaX4DTa$aDhaD HL*PDhaHR]gowXDsaDtaDuaDvaDwbDxbDyb,Dzb@D{bPD|b\D~bdDbtDbDbDbDbDbDc Dc<DcDDc`Dc|DcDcDcDdDd DdHDdTDdDdDeDe DeTDeDeDfDf@DfHDfdDfDfDfDfDfDgDgDg$Dg0Dg<DgHDgDgDhDhDhHDhDhDiDi4Di<DiXDitDiDiDiDiDj$Dj0Dj@DjLDjXDjdDjDjDk$Dk0DkdDkDkDl$DlPDlXDlDl TDl$lDlDDlDlDlDm Dm$m$D*m$ߠDHLPT"X,\6`CdPh]ljpwtD*mHʀӀ    % 0 : D N X c n y       D9mHD:mdD;mpD<m|D=mD>mD?nDDnLDEnDFnDGnDHnDIo(DJo0DKo<DMoDDNoPDGoXDQotDRoDSoDToDUoDVoDXpDYpDRpD\p4D]pPD^pD_pD`pDbpDcpD\pDhpDipDjpDkqDlq$Dmq0Doq8DpqDDiqLDsqhDtqDuqDvqDwqDxqDzqD{rDtr D~r(DrDDrtDrDrDrDrD~rDrDrDrDrDsDsDs0DsDDsxDsDsDsDt Dt(DtXDt`DtlDttDtDtDtDtDtDuDu Du,Du4Du@DuHDudDuDuDuDuDuDuDuDuDvDvDvLDvTDv`DvhDvtDv|DvDvDvDw DwDw Dw(Dw4Dw<DwXDwtDwDwDwDwDwDwDwDwDwDx$Dx8DxLDx`DxtDxDxDxDy DyHDy|DyDyDzDz0DzXDzdD?zHDz $zDz ۠D H LDz  X  % -hD zDzDzDz 7 B M X c    D{D{@D{\D{xD{D {D"{D#{D%{D&{D {D.|D/|,D0|LD3|lD5|D7|D8|D:}D;},D5}4D?}PDA}DB~DD~$DE~DF~DG~DH~DI~DJ~DK~DQ~DRDSDVtDXDY D[4D\D]D^D_D` Da $Dr ĠDDr Ҁ ܀        # + 3 ; C(Dw DyDzD{$D|@D}LD~`DxDDDDDDD0DXDDDDDD,DXDDDD0D\DtDDDDDD(DDDDDDD4D@DPDpDDDDDDD(D\DtDDDDTDDDDDD4DPD`Dx P)DDDDD D0D`DDDDD*DDD D$DPDh+DD a$D nD |HDDD $D D HDDD $D ĠD ҠHDDD0 $8D8 D HDL +DLDTDlDDDDD D DD ,D $$D$ &DD4D4D@ 0H :dH ^dH h   ׀   B d    ̀ L ~v14Q3n    p$HDHDˠHD\D\DpD!D$D'D($D/DHD/0$D30D4DD6hD7pD8tD9D:D8D<D=D>D?D@DB@,H6dHZdHdӀ>`ɀ ~v)1Eb3    $HDHݠDHLD` D!`D"D#D$D%D&D'D(D+D,0D-`D.D/D0HD2\D3|D4D6D7D8D9D:D= D>DA( " 0 ? N ^ n | $0DP0DHLDPHʀӀۀ DVHDWdDXDYDZD[D\D]D^(D_<D`PDaxDbDdDfDhDiDkDlDnDo$Dq,Dr@DtHDu\DwdDxDfDzD|D~DDDD D D(D<DDDXD`D|D|DDDDDDDDD$D,D@DHD`DhDDDDDDDDDDD$D8D@D\DdDDDDDDDDDDD D4D<DXD`DDDDDDDDDdDLDpD|DDDDD DdBdKu܀%Gh  $DD D(D $(D(D4D 4D!PD"lD#D$D%D&d+d5_yƀ1Rk ~v133P c t  p        $D$.DD$D%D&D'D(D*D+TD-hD/D0D1D2D3D5D7$D8\B T g t          1 F Z$dDQdkDDQtx(DRtDTtDUDVDXDYDZD\ D]D_D`Db8DcdDd|DeDfDgDhdDjDkDmDn0DoDDp\DqDsDtDvDwDxDz4$<D<DHDHDT$\D\DhDhDp$xDxDDDdd 3Mx&?Zn ~v13$ 7 F W pe w         $D1'D:HHLD1T(PD2D6D8D9D:D;D<D=D> D?PD@dDADBDEDG|DHDJ0DK0DM(DNu$D|DLT\`dD|ŀ΀TDD DTDDDDDD$DHDxDDD<DDdD$DDLTD,D,DtDDD DDDTDxDD$DD%L/T9\C`MdDWakt} hDD4DhDDDD8DHD|DDDD(DTDxDDDDLDDDD D4DXDDDD8$@D@DLʠTDdԀ܀ DdDD D D D ,DXDDDDDDD(DLDpDDDDD<D$D+1D;LETO\a`ldD+w lD0D1$D2\D3tD4D5D7D98D:TD;pD<D=D>D?D@DADB4DC<DDDDELDGhDHtDIDJDKdd  7 b   ̀ !!)!D!X!j !?!1!}S!!" " " "-$D#"=D"RH"_L"mP"~TD#"(D$"(D%"(D&"& 5"& 5"& 5#& 5#%#-#7#A#K`DDDD DDDhDDDDD$DhD|DDDDDDDDDDD D,DXDDDDDD0DtDDDDDD(DTDlDDD#U$D#eD#oH#}LD#(D#(D##€#΀ DDD DD<DlD|DDDDD,DLDtDD(D#$D#D#H#L$P$T$X$,\D$9(DTDDD<DdDDD8D$F$D$VD$eHD$x(DTDDD<Dh$p$dp$dp$$%%,%N%q%%%ڀ%&&"&4 &I&i~v&1&&3& & & ' '($pDp'8D'JH'ULDDD D!D"D#D$D%D(D)D*@D+xD,'` 'm '{ ' ' ' '$D:'ˠD'֠H'LD:'''4D>D?D@DADBDD4DEdDFDGDHDIDK( (d(8d(B(l(((Ӏ())>)_)x))) ))MA)1*d*3~v*L*h***3*+o++6+W0,Q0,0, , , - - -% -6 -G P-Y -i -z - p- - - - - - . . .* .; 0.M$Da.]D.oH.L.P.T.X.à\.Ѡ`.ܠd.h.l/p/tDa,//*/6(Dc,/C/N/V/^/f/n/v/~ / $Dm,Dn@Do`DphDqxDrDtDuDvDwDyDzD{ D~ D(D<DpD¤DDD8DèDüDDD$DDDlDČDĬDDDDDxDŠDŰDDDDD4DHDHDhDtDƈDƔDƘDƜDƨDƬDưDDDDDDDDDDDxDǘDǸDDDD D0DDDdDȈDȐDȘDȤDȸDDDD0DDDdDpDɈDɔ/$ɜDɜ/D/HDɰ/(Dɰ///DɰDɸDD$D(DLDʜDʼDD  (D0/@0d@0+d@050_0y00ƀ01111R1k111L1~v112232; 2N 2_ 2p p2~ 2 2 2 2$@D@DLDLD`D tD"ˈD#˼D%D'D(,D)XD+dD,̜2 2 2 3$̤D5̤D5̰D6̰D7D8D9D:$D=,383d83@d83J3t333ۀ34$4F4g4444 4 4 4 4$8D85 D5H5%L53P5GT5]X5k\D\5w(D\555555Ȁ5Ҁ5܀5$D$\D%xD&͔D'͔D(D)0D*0D+dD,ΐD/ΘD0ΤD:άD;δD<D=D>D?D@DADB<DCdDDtDEϜDFϴDGDHDI,DJTDKtDMРDOРDPdDQѐD,ј4DSl5$tDXtDXҀ6(DYҀHD[ҀD\ҜD]ҸD^D_D`6 $Dg6DDg Dh Di06+865d86Yd86c666Ҁ677=7_7777Ȁ7 7 7 8$8D88DDH8'8FDHDdDӀD ӔD"ӠD$ӬD%D&D(D)D+<D,H8NP8[dP8dP888Ѐ899@9f999€9݀9:o:L:8~v:Q1:m:3::Ȁ0;0<,0<> |D+pD,|D-ԈD2ԔD4D6D78D9<D;pD<դD=հD>ոDBDCDGDHDIDKDN8DOXDPlDStDTtDU֐DX֜DY֜DZָDPD`DbDcDdDfDi0Dk0Dl\DntDp|DdׄDtפDx״Dz׼D}DD8D@DPD`DhD؀D؀DجDDDDDD(D<D<DXDh$Dt>ـ> E>#>,dـ>Pdـ>Y >w > > > > > ? ?! ?= ?N ?_$ـ?jD?s(?x& ED٠?? ? ? ? ? ?ـDٸDDD ???d?d? @ @? @O @k @~ @ @ @ @ @ @$A DAHALA(A$(D  A,A1 A7 A= AD AN AU A\ Ac AjAoAw AD 8D \D ڐDDD,D8DPDhDۜDDDA$ADAHALD AA A A A A A A A AAAD0D@DPDXAhB EB G B  EB FB GB FB! EB& G0B+ FB0 EB5 EB:BCdhBgdhBp B B B B B C C& C8 CT Ce Cv$hCDCHCLCPCTC͠XC@C@C@C( C@C& G D(D @D%ܰDD D. D7hD&D'D+D/4D0\D1tD2݌D3ݰD4ݴD5D6D7D8 D9D:0D;\D<`D=dD>ބD?DADGDJDDNXDQxDUߌD>߰DG H|DL HDQ H4DV GD[ HD` HiDe GHDj G]Do GiDt HDy GmD~ Dd߰Dd߰D D D E E& E9 EV Ej E| E E E$߰EŠDEӠHEܠLE( E& HD"EE F F߰D#D$D(8D,\D-|D/D5D8D<D?0DCDF"XF+F4 IF: IF@(FIHFR`F[xFddXFdXF F F F G G G3 GG GY Gu G G$XGDGHGLGPGTGXG\H`H dHhH"((H'@H,@H1@H6@H<@HB@HI(DDD8D`DhDDDDD D<D@DpDD D!D"D#xD$D&HS$H_DHyHHLHPHTHXHȠ\H@H@H@H@H@D:D;D<D=$D?<D@XDADBDCDDDEDNhDODPDQLDTDUDWDXDY DZ<D\TD]pD^D_D`DaDb,DhDiDjDk@DmDnDpDrH$HDIHI4LI;PI@TIEXI]\Ic@Ih@Im@Ir@Iw@I}@DDDDD0DLDxDDDDD\DtD|DDD0D|DDDDI$8IDIHI(xI(|I@I(I(I(I(I(D`DhDtDDDDDDDDDDDDDDD(D0D8D@DHDPD\DhDtDDDDDDDDDDDDDDD D,D8DDDPD\DhDtDDDDD D D D D DDDDDDDD(D4D@DLDXDD0DHD!\D"xD#D%D&D'`D(D)D*D+$D,hD.D0D1D2D3D40D5`D7xD9D:D<D>D?D@DADBDC DE(I$<J DD[TD\\D]hD^tD_D`DaDbDcDdDeDfDgDhDiDjDkDmDn$Do,Dp4Dq<DrDDsPDt\DuhDvtDwDxDyDzD{D|D}DDDDDDDD D,D8DDDPD\DhDtDDDDDDDDDDDDDDDDD(D4D@DLDTJ#$dJ,DJ1HJ6LDJ<JD JN JX JbXDDDDJjJrJ{dJdJ J J J K K, KI K] Ko K K K$KDKHKLK(K(DKK K K K K L L L LD D 4D hD D DDD4DhDDDLL&dLJdLS Lq L L L L L M M M7 MH MY$DDMdMpdMdMMʀMNN1NTNzNNNրNOO O,OB O\Ox1OOMAOOdO}YPP.PKPd9 P|PP P$D?PĠDPӠHPLPPD?QQQQ>Q^QhQsQ~hQdQ`Q\QXQǀTQـPQLQHRDR@R<R#8R04RA3DSDV$DW@DYHD[TD]`D_lDStDaDbDcDb4DdHDhTDiDmDnDoDpDDqlDrtDsDuDvD{D|D}D~DDDDD,D4D@DPDDDDDDDDD$DHDLDTD`DpDDDDDDDDDD DXD|DDDDDDDD$D8DDDTD\DDDDDDD DD$D4DXDpDDDDDD DD$D4DXDpDDDDDD DD D0DHDTDdDDDDDDDDD4DHDXD!hD&D'D)D0D1D2D3D5D6D7D8 D: D; $D< 0D= <D? H XDA XRM hRZd hR~d hRRRπRSS?SeSSSS܀ST ToT,TL~vTe1TT3TT$ hD hT0DD xD xD D D D D D D  D! D" DD% PD& tD' D( D) D, D- D. D/ D0 D3 (D4 LD5 `D6 `D7 D: D; D< D= D> D@ U $ DW U!DU0HU@LUNPUaTUmXUy\DW ,UUUUÙD` ,Da Dc Dd De Df Dh Di Dk Dl Dm Do Dp (Dr 4Ds 4Dt TDa h Dv U Ud Vd V$VNVhVVV؀VW WAWZWuWW W$ D  WΠDWݠKD  W@D# D$ D% D& D'D(D* D+W(X d(X.d(X:XdX~XXˀXYY6YWYpYYY YƂY~vY1ZZ0MAZLZhdZZZZZZ$(D=([D[HD=<[ [@[H[R[t[[[ DJ<DKLDMdDOhDPxDRDTDUDVDW(DX4DY<D]<D^@D_\D`pDaxDdDeDfDhDnDoDpDsDtDu$Dv<DwLDx`DypDzD{D|D~DD,DH,DT[`[d`[d`[Ӏ[\\B\d\\\π\] ]$]8]J ]_]u1]GL]]~v]]^ 3^)^J_W_c$`D`_~D_H_LDx__\DxDDDD D!D"D#D$D% D&,D)@D+LD/\D0D1D2D3D4 D6D8<D9HD;dD=D>D?D@DADBDCDEDF_$ DX _٠D_HDX _```&`3`E`P(D^ `[( D_ Db Dh0DiDkDlDmDoDpDrDsDtDu Dv0Dx<DyXDzhD{xD~DDDDDiDDDD<D<D\DlD|DDDDPD`DpD|`i$D`D`HD````Ӏ```a( Da( Da a(<DDDDDDDDD8DDDPDDDDDDDDD(D4D@DXDdDpD|D|DDDDDDD DD8D\DhDtDDDDDD DlDDDDD DD$ D0a<$<D<aODa_HDPakaxaaaaaȀa(DPa(DPaa D"PD#`D$|D%D(D)D*D+D,D4D5pD7xD8D9D;D<D>D?DADBDEDFDGD5DI<DJLDKhDLDNDODPDQDRDS DU<DWH DXTb $`Di`bDDipDlpDmDnDoDpDsDtDu Dv Dw 4Dz @D{ dD| xD} xD~ D D D D D!D!D!b,$!(D!(b?DD!8bMbZblbbbD!8D!D!D!D!D!D!D!D!D!D" D"D"4D"@D"@D"`D"lD"D"PD"b$"D"bDbˠHD"D"D"D"D#<D#LD#Xb$#dD#dbDb`HD#xD#xD#D#D#D#D#D$ c$c.c#c+c7c@cN,cV,c^1cjcy)cc2c-c3Tcd$cd$cڀdddIdkdddրdee+e?eQ)ege}1e%e eade6*ee]ff$ f89fC f ff׀fgCgPgWggҀg g g h hhth$$D$h DhHD$,hhD$,D$DD$PD$\D$lD$D$D%D%($D %<h$ %DD$%Dh͠DD$%Thـ <D&%TD'%D(%D)%D*%D+%D,%h$%D2%h DhHi LD2%D3%D4&iD7&4D8&dD9&D;&D<&D=&D>'i#$'DC'i1 Di=HDC'$DE'$DF'LDG'XDH'tiJ$'DL'iX DDL'DM'DN'id$'DS'is DiHDS'iiiDT'iDW'DX'DZ'D[(D\(DX(<D^(PD_(dD`(Da(Db(i$(Dh(iʠ Di֠HiLDh(ijjDi(jDk(Dl(Dn(Do)Dp)Dl)8Dr)L@Ds)Xj&(j6jhju$)dD~)djDD~)tj\D)tD)D)D)D)D)D)j$)D)jDjHD* D* D*4j$*@D*@j֠DjHjLD*XjkkD*XDD*\D*D*D*D*k%D*D*D+D+D+$D+0D+H<D+Tk1$+`D+`k?DkKHD+tkVkb\D+tD+|D+D+D+D+D+kl( k$,D,kDkHkLD,D,D,<D,\k$ ,dD,dkŠDD,tD,tD,D,D,D,k$,D,kDkHkLD,D,D-D-$l$ -,D-,lDD-<D-<D-PD-`D-xD-l#(l1(lA(lV(ll$-D-l|DlHlLD-D-D-D-D.D.8D.\l$.dD.dlDlHD.xD.xD.D.D.D.D.D.l$.D.lDlHlLD/D/D/(D/`m $/hD/hmDm'Hm=LD/D/D/D/D/D/D/D/mM$/D/meDD/mq D/D0$D0,D08D0@D 0PD"0hD#0t hD$0m}$0D)0mDmHD)0m D+0D,0D-0D.0 D/0m$1D41mDmˠHD41D51D61$D71@m$1HD<1HmDmHD<1\m DD>1\D?1|D@1DB1 DC1n $1DI1nDn*Hn7LDI1DJ1DK1DM2nD$2DR2nTDDR2 DS2 DT2(DU2PDV2dDW2tDX2DY2na$2D]2npDD]2D^2D_2D`2n}$2De2nDnHDe3 Df3 Dg3,Dh3Hn$3TDn3TnDnǠHnԠLDn3lDo3lDp3Dq3Ds3n$3Dy3nDnHDy3oDz3D|3D}4D~4D4$D4,D4<D4TD4hD4tD4o $4D4o1Do>HoOLD4o_ogooD4o|D4D4D4D4D5D5 D54(D5@o5Pod5Pod5Poopp.pPpsppp܀pqq$q6 qK$5PD 5PqZDqqHD 5dD 5dD 5D 5D5D5D5D5q6qd6qd6qqrr+rMrprrrـrs s!s3sLsi ss1s}Ysst t#t?tUtnttdttт%t tagu6-uu7]uQu\ up9u{ uÀ uπvvv{vvv؀w w w# w1 w? wMw$6D 6wDw͠HD 6w݀wx xx!x)@x8xGD6D60D6LD6D6D6D 6D!6D"7D#7D$7,D%7HD&7\D(7lD)7tD*7D+7D.7D/7D47D58D68D880D98PD;8lD=8D>8D?8D@8DB8DC8DE9DG9DH9DI9,DK9HDL9XDR9tDT9DU9D69D]9D^9D`9Da:Db:Dc:(Dd:DDf:X\Dg:dxR:px^d:pxd:pxxxӀxy yCyiyyyŀyyzzz< zVzr1z}Yzzzz{{({A{W{s%{} {ag{6-{{]{{9| |$:pD:p|"D|0H|?L|OP|_T|pXD:|$D:D:D:D:D:D:D;D;(D;<D ;H|;P| T|| T|| T|d;P|d;P|}}2}]}}}Ȁ}~ ~$~?~S~eU~z~ ~d~~1~ac%&<6)P;m]'S h } ŀW ـ 1< P9[  [ho    -  $;PD;PDD;t؀$D;tD;|D ;D!;D#;D$;D%<D'< D)<8D*<\D-<D@<DA<DC=DD=DE=<DG=\DI=tDK=DM=DP=lDR=I& TU& Ta& Tq(($=Da=͠DDa= *3Di=Dj=Dl>Dn>$Do><Dp>TDq>xDs>Dv>Dw>Dy>Dz?D|?4D?PD?XD?lD?D?D?D@D@$D@DD@`D@|D@D@D@|D@<$@D@SDD@dD@D@DADA0DAXDADADADADADBDB DB4DBLDBdDBlDBxDB8DBl$BDBDHLPɠTDBDBDBDBDBDBDBCdCdC 6P{)B]q% bz6*]9 $CD C-D8HCLD C OD C D C8D C`D CtDCDCDCDCW$CDCdDoHzLDCDCDD8DDPDDxDDDDDDDDDD$DD$DDHL̠PڠWD$ED&ED'E,D(EDD'ElD)ED*ED)ED+ED,EE41(C,UbsE( U8G`D@-dETdE\ˀ6Xy~v1%;W($ED_ED_E@& U0DcEDdEDfFDhFDiF(DhF8DkFHDlFXDkFhDnFxDoFDnFDqFDsFDtF n  C Rb +$FD*FDD*FD+F D-FD.F$D/F & U84D\ ^$GD+GwDHL PD+G$@@ǀ@ـ D;G$D<G,D?G<DEGH%DJGL5BUDVGPjD[GTDjGXDkGhDlGxDnGDoGDrGDsGDtGDyGD|GDGDGDHDHDH@DHTDHtDHDHDHDHDIDIHwDJDKDK DKPDMDM DMDM4DM<DMLDM\DMhDMxDMDMDMDMDMDMDNDNDNlDNDNDNDO8DOPDO\DOhDOpDO|DODODODODODOՀ  DQ`DRdDRD"RD%RD*R tD-TTD.TD/TD1TD8TlD9VLD:VtD=VxDAVDBVDDCX0DHX8dDJX<DNX\.DPYDTZ?XDU[DV[DY[D\[PLD_]Dc]Dd]Dg]Di]Dk^Dn^XDp^tDr^Ds^Dt_Dz_D{_<D_DD_tD_aD` TD`,pD`PkD`xD`D`0DauhDa@DaDaDaDaDb DbDDbLDb\DbdDblDbDbDbȀDc(׀Dc\DcDcDcDd,"Dd`1Dd@Dd$DdDfDfDfDgDiDjDj$LDj,Dj4DjLDj`DjpDj$DjDjDgjDjDjDk%4Dk DkDk(Dk0Dk8DkLDkTDk\D klD ktDk|DkDkDkDkDkDkD"kD$l,D'l4D(lHD+lPD,l`D.llD1lD2lD4lD;lD=lD>mLD?mxDEmDGmDHmP(4)DKoDMoDNoDOoDSoDToDXoDZoD[oD\pD^pDapDfp$a*|+DjqDnqDorDprDrrr,PD}r(D~r4Dr`DrDrDs Ds$Ds4-DsdDsx - /8/l/lDuDDuLDupDuxDuDu/1PDw0DwTDwXDw\DwlDwDw€13LDy,Dy0Dy4Dy8Dy@DyӀDy3DyDyDyDyDyDzD{8D{DD||D|D|D|D|D}D} D} D}8D}D}D}D}D}D}D }D }D }D ~D~D~ 8x9DDD&:PD((:;D1D2$D8(D9DD;HDDXDEDVDW<DZD[<D]DbDcDfDhDj0DkXDm`DhDl&=?,DD D$7?|@DDHA0BDDYBDLD8D@jDFDD{FLGDDHIhDTD\IKDDD$D,D8DHDTDDDKMXDLDTDdDlDtDD$D,D4DDPRHD<DDЀRTDDDDDD4DDDPD\DpUD|$DDH LDDDD$D &D1H<LHPD D!D"D#D$<T$DD0DgDrH}LPD0`@D1`@D2dVD4pD5D7VD8$DCDɠHԠLPTDC@DD@DEW DGDHDJ WLDK$$,DV,'D6H?LDVDMDWDXDXPWD^XDD_r$(Di(DHLDi@Dj@DkH̀DlpXDtYDu$D D@ 'HD5YDDDDDZDDH$(D(]DrH~LPTDHDHЀZ|DTDhDtDDDDDDDD[D  h$D  DD  ÀD @D D D D @D D %D  \8D D TD hD xD D D D D D D !D " D ),D *<D .DD /tD 0D .D 1D 6D 7D 6D 9(D :XD ;D 9D <D @D AD BD @D CD G$D H8D ITD G`D JtD O|D PD OD SD TD XD YD \D D D @D PD `D hD D D D D D $D 0D 8D tD D D D D D D D  D D TD dD pD xD D D D D D D D hD lD xD dD 7$D P D] HqLPTD D D D  D D $D 8D HD PD d$lD !l DHǠLӠPT XD !D #D $$D E DH,L9PHTUXe\r `dD E@D G@D H D IƀD J(f`D M8D N\D RhD SxD TD UD YD [D \D ^ D bD c8D dPD g\D m\D o@@D rD sgD uD vD xD |0D <D lD D D i@D ilD DD |iD D D D  D D (D 8D DD TD \D lD xD D D gD jD $D E D͠H۠LP TD ED FD G$(D `( DH-L:PITVXa \n`D `LzȀЀۀD pL@D qXD tl D x D 8D QaoD րD  kD D D D  D HD pD D D D D 8D `D D D D @D XD dD D D D D  D $D 8D XD `D hD lD pD D D D D D D D D D !(D "@D .HD 2HD 8XD <l D ?|q8D DD FhD GpD KxD MD ND KD QrD UD _D aD cDD e`D fD cD nD qD uD v$D w@D x\D yD zD |D D D D $D HD pD D D D D 4D lD D LD D  D ,D XD lD D D D D D D D D PD D D D D D 8D P1yxyD D D D D 9z{XD 0D <A@JD D{DlDDD4D XD tDŒT|}$DD}8DDD!<D*tD.D1 D2<D5XD9dD:tD=ĀD>ČDNĔDR(DV@DZ\D\pD]x\DdňDeŘDfDoDqDrDu8DdD\D`DlDpDxDƀDƼDDDDHDXDǬvDDDD<DhDȈDȜDȨD~ LD$TD,D8@@D@DXDːD˘DˬD̨D̨D̴DDDDD(DpD̀D͔D͜DDDHD D (D hDΐDθDDDD!D#TD%\D+dD,ϤD-ϬD3ϴD4D5DKDN€Ԁ<xDOPDbXDnҔDtҜDuDwD}D~D D,TDlDt@DհDմDDDD@DDDlD|D֤DָD0DDPDtDׄDאDלDװD׼!5JWds|DDD0D@DHDPxDۀDۈDݸD!D&D(D) D*D-LD0\D1dD2lD4tD7|D;ެD=޼D>D?DCDDDJDK@DLPDNߌDO߬DTߴDUDV$DZ,D[D\D`DaDbDgDhDi D(DpDDǀDXDdDlDD$D,πTDDDD DhDp׀DDDDDDDDDD4DDDDD DD D0D .8D@DPDXDpD| $D+D5H@LDQ\D D DDDDD1$D8@D9lD=xDADBDFDGDHDKDLDS$DUTDV|DXDZD_D`DdDeDDiPDj(e$4Du4DHLDuLDwL|DyTD~hDpD|DDDDD~D(\D4$@D@DHLDX*DXDdDlDtDDDDDDDD<DLDdDpDxDDDDDD0D<DDDhDtD|DDD<DH|DT3$`D`IDSH]Lh@sPDx@Dx@DDDDD$D DHϠ LD  ܀4D DD,D<D\Dx( $D,DD,D/D1D2D3D6D8D9D:D; D=,D>@D?TDFdDHxDKDL$DR*DDR3DSDU`DV8=$DDDP D]HlLD\zD\DDDDDDDDDDPDlDtDDDDDDD(D@tDL$XDX DHǠLՠPTDx  !Dx+DDDDDPDlD|DDDDDDD(?`D8DPDpDDDDDG$D[Dj HwLPD8DD0D8D!PD"`D$lD&D(D*D+D.D1D2$D: DD: D; D< D=0D?8D@@DBHDC\DDlDEtDGDHDIDJdd 3Mx&?Zn1% bz6*]2=9HO$D\DDDDD e$(D (wDD 8D8DD$ DDKD DDDDD4D HD!tD"D%D& W  W W W L  d0d7a{Ȁ3Tm& W ڂ}1,:IVdr~ˀ0>M]jwɀ  d)BXtق% s`g` _xU%Հbn#  kv & W& W& W$DNڠDH LPDN*& W;& WN& WbDVDXDYDZ(D_<DaDbDcDgDiDjDnDpDs0Dt@DuPDvhDx|DyD{D~DDDD D D 0D XD lD D D D D D D D D D D D 0D DD pD D D D D D D $D HD \D pD D D D D D D 8D dD xD D D D D n$ D DHD D D D  D 8D HD \D pD D D $ D D & W D D D D D $ D D ,D D D ,D 8D PD \D dD! D" D# D$ D% D& D' D) D+ D, ,D- @D. TD/ \D3 hD4 |D5 D: D< D= D> D? D@ DA DB (DD 4DF PDG `DH tDI DJ DN DO DS DU DV DW DX DY (DZ <D[ DD_ PD` `Da tDb Dc Dh Dj Dk Dl Dm Dn Do $Dp 0Dt <Du LDv `Dw tDx D| D} D~ D D D D D D D D ,D HD  D $ D D ' D D D D D D D $XD 07$ <D <NDD LptD LD dD xD D D D D  D $ D DD (D D D ,D 8D hD hD D D $ D D ׀D D D D D D  D 4hD @$ LD LDD \D \D pD D D D D D D D (D# 4hD$ @$$ LD1 L=DD1 \QD4 \D6 pD7 D: D; D< D> D@ DA DB (DE 4hDF @d$ LDV LvDHLDV dDW dDY D[ D` Db Dc Dg Di @Dk TDm Do Dp Dr Ds ,Du <Dv TD{ hD| hD} D D $ D DD ΀@܀D D D D D D D (D DD hD tD D D D $ D DD @"D D D D D D ,D 8D PD \D xD D D D D  D 3$ D FDSH_LD lD xD <D D $D 8D TD hD xD D D D D $ D DHLD ΀߀XD D D  D (D" LD# \D% dD' xD( D, D- D0 D1 D3 D4 D1 D6 (D; 4lD< D$ LDu LDDu \@`N\ZXfTD| \D} `D~ dD lD pD xD xD D D D D D D D D D D D D $D ,D <D LD `D pD D D D D D D D D D D D D (D 8D LD \D lD D D D D D D D D D D D D D  D (D 4D <D @D HD TD dD lD D D D D D 4D  r$ D DD $D $D 8D @D TD hD |D D $ D DD D D D D D   \ \ \ \ 3 d 6d ;è7Xq 1~v(Dazd3L%Vkai6/]̂ 9 > J S    Ȁ)>W%m#8/Nc(†(— ¢ ® º  ( ((& \&$ 5 D6 KD[He@oL}PD6 É@D7 Ó@Ü@D9 çô$ DC DD @DE LDF PDH \DI DJ DL DM DN DO DP DR DS DT DU DV DW  DX DY $DZ 8D[ DD] LD^ tD_ xDb Dc Dg Dh Di Dj Dk Dl Dm Do Dr Ds XDt `Du xDx Dy Dz D{ D~ D D D D D D D ,D 0D LD TD `D hD hD lD D D D D D D D D D D (D DD `D hD D D D D D D D D D D D D !D !D !(D !0D !DD !TD !D !D !D !D !D !D !D !D !D !D "D "D ",D "HD "XD "hD "pD "D "D "D "D "D "D "D # D #D #D #$D #0D #8D #DD #LD #`D #lD #D #D #D #D #D #D #D $D $D $D $(D $0D $HD $LD $XD $\D $\D $tD $D $D $D $D $D $D %D % D %,D %HD %\D %`D %hD %D %D %D %D %D %D %D! %D" &D# &D& & D' &$D( &8D) &DD* &PD+ &XD &hD2 &D3 &D4 &D_ & 4D8 ',0$ '4D< '4<DF@PHZ@D< '@d@ HDE '@DF 'HDG '\DI 'tDJ 'DK 'DL 'DM 'DN 'DO 'DP 'DR 'DS 'DV 'DW 'DX (DY (D[ ((D\ (@ TD] (Lm$ (XDa (X|DĆ@ĐHĚ@Da (dĤ@ı@ĺ@Ѐ lDh (dDi (dDj (hDm (pDn (Do (Dr (Ds (Dt (Dw (Dx (Dy (D| (D} )D ) D )D )<D )@D )HD )TD )XD )dD )D )D )D )D )D )D *D *D *D * D *DD *\D *pD *tD *D *D *D *D *D *D *D *D +D +,D +@D +DD +hD +D +D +D +D +D +D +D +D +D ,D ,(D ,,D ,PD ,\D ,D ,D ,D ,D ,D ,D ,D ,D ,D ,D -@D -TD -XD -|D -D -D -D -D -D .D .D . D .DD .dD .lD .tD .D .D .D .D .D .D .D /$D /8D /DD /HD /hD /pD /tD /D /D /D /D /D /D /D /D /D /D /D /D /D 0DD 0HD 0PD 0`D 0hD 0xD 0D 0D 0D 0D 0D 0D! 0D$ 0D% 0D& 1 D' 1 D( 1D) 1$D* 1@D+ 1LD, 1`D/ 1lD0 1lD1 1D2 1D3 1D4 1D5 1D9 1D: 1D; 1D< 1D= 20D> 28D? 2tDA 2|DD 2DE 2DF 2DG 2Dj 2DL 3$ 3DQ 3D@DQ 3@DT 3DU 3DV 3DW 4DY 48DZ 40 x ń& \Ŕ 48ř& \ŧ& \ŵ$ 48D/ 48ŠDD/ 4HD0 4HD1 4XD3 4D4 4$ 4D; 4D; 4ހ@ DA 4DB 4DC 4DD 4DE 4DF 5DH 5 DI 5@DJ 5hDK 5pDL 5DM 5DN 5DO 5DP 5DR 5DS 6DT 6 DU 60DW 6<DX 6HDY 6TD[ 6dxD\ 6p%$ 6xDf 6x4DAHDf 6N@ X@b@mDl 6Dm 6Dn 6Do 6Dp 6Dq 6Dr 6Dq 7Ds 7,Dt 7@Du 7PDv 7TDw 7tDy 7D{ 7Dy 7D} 7D 8Ds 8,D 8@D 8TDn 8\D 8lD 8|u$ 8D 8ƃDD 8D 8D 8D 8ƌ$ 8D 8ƜDƨHƳLD 8ƿD 8D 8D 9 D 9 D 98D 9LdD 9\$ 9dD 9dנDHD 9x@D 9xD 9D 9D 9D 9D :D :PD :hD :|D :D :D :D :D :D :D :D :D ;D ; D ;4D ;DXD ;P+$ ;\D ;\:DD ;lE@StD ;lD ;D ;[i D ;D < D < D <,D <8 PD D# >HD& >(D' ><pD( >HM >XT >p[ >d >k >t >{ >΃ ?Ί ?Γ ?Ν ?Φ BHί Bι B C( C D DP D D EP Fh F  Lp- M6 Y8? _I kXU pHb to v| vτ xύ x ϙ xϢ ϫ Ϲ    x X    `, ; G V  c l x @Ё PЌ `Ж Х Э " й #`о ' - 3 5 6X >( >` A  C  G H# H+ J4 MhB UhL W0U W^ Xxg Y0p Yy Zxт [ё \ј ] Ѥ ^Ѳ fhѿ j mH p   h  x) 6 hC ΠO h[ xg v ҂ `ҋ ғ Ң 8ұ "` ' -h 0X 6h 9x Ix J8 J LP  O O" S0 ^: ^B ``M ``U e0` e0h jq kw o(Ӄ rӊ uә Xӣ `ӯ Ӷ ӽ d D      Y  p  "d< o@e-h)"9TL7V@]Q oHJ^T>s g  s `sPԘ%Ԥ-MԶIw^`&\Z`:PLR*G oL4;A& шNZ<<Y 0 a0t5Pi\bK|`H,Տ:՜:μթ0) oPձ0`չ0p@e)x0N `[ %"{4  9N] TGO ӘU*5Pg *@wдօ֓KG֧bi`ְS ?:07@ (Nw) ?_`ET2/` HEAP\-`" o]^y  ׂ H׉ 5 ׌  `ד  ח .Xם&eװa=e%W @dwd;} Ҭ,KY8dxARcul\f3`e9nf5we4(؀fO5؉  >؏  >pؕ4أ]خ >ص0Hؽ2ڀayD1p2@1 @ @5@u]Pw&t0P7N>uL1T4-sPcqDr#-phف)vِ"t|ٟ;P٤/oٱ8qy%6=V8`<=17@ =!3t)]S43-%x< JWDW3&L_Y lj1'r1j+`z x Ơډ20'ڑ"Cڞ = Ƥڮ !^ڻM"@Ma 9d2%D3%2*@=? |; | c,U4 7G4E?TC#P`c'i&v}ۄ ۓd:p۝ ۮ]6۸ ۿbp#l2b)d^M8  ƨ D(  ? Ƭ) "E ư4" ?FP`KL%UX\ CC ƴfC'p ] Ƹ{  Ƽ܄ ܋ ܒ e ܜ* Lܤ* ܬ*U ܴ* <ܼ*J6`(VD >    d T $ U  T  T 00FP('T:[QL[YQ<b*r jIhTz T ݃ UH ݌#Oݤ:ݼaMx"nYyD [p5.(C:\4u&xގpާQq޽`<Hq,vaX($;FF3jU ovTl. |hߏ ߠW߱amm/m:nE>q^_gkX&&=n<@nxZ0]XtnYb1Abpd#99@;P )JD8:OV5 r2i PyhS+tPsh'($!Lh  EnR)4.X(@$xRyДdK!|vVUK ` = K2t\(7:m[^$ 4O48CG=dMz2Y E  E X%o/$+$*\7\iFDVPwmgxy$q$48&,GJ(X81dh7|B\Y#(A 7F+D-][Z/-bj?Gx}a|b ]Cl&Jg?TeO8CYX  r!L 1P80€@CPO8Vr]oA8d=cDwRL(TN0Uڠ-ZKb`!X J"F( !Hc)e,#3h+2$Y>."Y64edcnCO{N9z(UH\a<c%:=@Sf@dH'$n:ˀMX#DY!&hp0T}4(/Q@8C\Fd$ $ ) +h. (73 \9DIeZxR GVX OT^ ?d >XjdiQs cph|c_Hdd{0cPvtU}e* #ȔG p W,0W;F.(Q \gFL4 Z x, l 4 dhc.d:8:.1,:" :Bd,d# B@N(O J8T" '[b@l Ixq pwE C4^](b<ApC\c6e\8526Ba l5LH@xWB6^_\ Xb !a"`I`\,W`7Z`Ba`G bMcz]Zm}Z<\d3xaw|G+D֘I& *9&> R]Hf~0X?|Sb:\Q0\'F/4`>]L=7<*nS]x|hb}#lP^I 1 $$z8ÐO>bb+?J0=^Z wWH?$ ]2  (e:D ^O$P>Q/Pd@~|w_FtSpE%L"8"_j ^$31 bCH[ v_9d# ;*222$h:bCcY8La#tVd0P_2@gb4pc9XycQ8d! 2{c{@0c'?10 /chc߰ctc8, >0mUTScShcS 3T3S !$ !1>? CM- BTX B_W B`j ! y !F BXv@ aa Bd_ Bx^c 3, BW BV B|0 B ( ( ] B Q !Xk Bl, =$; =(JI 1V b%,_ bN0h' 0u_6$eX`z_m$_l_Ka] B`V 0[qW B\i1_ <+8628>bPG.f 3T`^_]0h _8rW 3 }1 B> 3cIpbHb 3 b{< bX@ bYD1(>xX<K)\b] B J!cg*}4ɜDd3MbV &Hc] Btm XHxW Bp:\PH Bh^~ ChV D(: g hW , > cxdZ S(#d)"61!(CN<P=y`_`(i`/hsd2|e/a3Z1H[4$a0bx1c2CCE T B'   l>D!e7*+>)bRU&_/m U|~c"al,Fee U4\6(JXJD (+S = L" 0P( ;U F? LX gF2 LsW O&9 < _ 3 d4 6xc ;\ d 4   E L - '4 H 48a (X cR )b 822r 8:` <D2 XxL27 A Tb >(^29 Jfb Hp2g Y0xe Uh2O W0! Fh E V . ?> o` M [[ iX] ? .} A.s A. @0%.~ BH-.{ ?5. Ap=. @E]a BN Lp[] Bd. C(la Y8u. C}] D] DP^ D. Da L4.X EP` L cJ pH\ s\W t0X sUK s^n q ^ tp.. s@*\F S4+] lB, kP4p e* u8~$@ t   7U & 5 5h 5 (*3bk $Cc 8S$^ kcM ub vlb vb vb v0 =^ v` wa w4 w4 wH4 w(4) w1q x j (* ,= eRq a Hp[ x {  l=J 8a aH xe ^e ]d ] \^ ? D  %2 " 5Q` bDH_> k R_ l,\`? fT qL = ` c c b \5 ' 6 I T-Yg ?>! Q?} cm u6  4 H?  7K ό^ ˸R p'j фAl _8 k XX' Ҭ\{ 4 @' $  "`[ c ΰ_ x> X5  d; |B4 fhNB Hc j yD `7 kd |) @ T bh P l    YP 4 \P  *'  8?x $ L:4   ] k b 6h g6 j w  bE P dO ` ^ D K  Y !  '  -  #`  #(  "  "  " a "T _ "   )  /  % 6 u  3 "d} 6$ + 6X 02 5 8  8 >B >` ET j L2: p< TL G a E  rQm C 1 D _& D _! D I Ex a G Y[ ET V C Rg H@ U H\ w H|  G H G % H  4! H CF H J o Q5 Mh `5 Qh o7 [ }/ W 0 Zx / Y  K R  P P B O  S a ] * a8 \/ ^ [ `D [ ` %Z  7 wP Q' b h@  xW  - _ U  w  P  QO t P , P  P  F^  ;d o$ X, $ gX rh M  6[  (U @ &K mH M D ' d bc 1 ی% X:N `OL h) ~4 F M @>V $ ˌ39 2; hL h'#] C$ _70 {+ X @ F Ub  tcj xFv ` <- W%<%j L ^S JZY a jg !\z %` -hKq 0XK 3`& 9x& Ax8r LP9 ` ePG b g T kt  t  kPc o&f q/e o\9 o(@2 oHdJ XQc `\  beL lq u dd e d Ld td `d $ep e e 8e d __DYNAMICcrt0.odblook.o/export/jspc/sw/src/bin/db/dblook/dblook.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h_iobuf:T(1,1)=s20_cnt:(0,1),0,32;_ptr:(1,2)=*(0,5),32,32;_base:(1,2),64,32;_bufsiz:(0,1),96,32;_flag:(0,4),128,16;_file:(0,2),144,8;;/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/stdtypes.hsigset_t:t(0,1)speed_t:t(0,8)tcflag_t:t(0,8)cc_t:t(0,5)pid_t:t(0,1)mode_t:t(0,6)nlink_t:t(0,4)clock_t:t(0,1)time_t:t(0,1)size_t:t(0,1)ptrdiff_t:t(0,1)wchar_t:t(0,6)/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(3,1)=s4r:(3,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(3,3)=*(3,1)label_t:T(3,4)=s8val:(3,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(3,4)_quad_t:T(3,6)=s8val:(3,5),0,64;;quad_t:t(3,6)daddr_t:t(0,1)caddr_t:t(3,7)=*(0,2)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(3,7)fd_mask:t(0,1)fd_set:T(3,8)=s32fds_bits:(3,9)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(3,8)/sw/loc/include/Table_defs.h/usr/openwin/include/xview/xview.h/usr/openwin/include/xview/xview_xvin.h/usr/include/signal.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hfaultcode_t:t(0,1)sigvec:T(10,1)=s12sv_handler:(10,2)=*(10,3)=f(0,11),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(10,4)=s8ss_sp:(3,7),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(10,5)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(10,6)=ar(0,1);0;30;(3,7),288,992;sc_wbuf:(10,7)=ar(0,1);0;30;(10,8)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(10,9)=s12sa_handler:(10,2),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/pixrect/pixrect.h/usr/include/sys/types.hpr_size:T(14,1)=s8x:(0,1),0,32;y:(0,1),32,32;;pixrect:T(14,2)=s20pr_ops:(14,4)=*(14,3)=xspixrectops:,0,32;pr_size:(14,1),32,64;pr_depth:(0,1),96,32;pr_data:(3,7),128,32;;Pixrect:t(14,2)pr_pos:T(14,5)=s8x:(0,1),0,32;y:(0,1),32,32;;pr_prpos:T(14,6)=s12pr:(14,7)=*(14,2),0,32;pos:(14,5),32,64;;pr_subregion:T(14,8)=s20pr:(14,7),0,32;pos:(14,5),32,64;size:(14,1),96,64;;pixrectops:T(14,3)=s52pro_rop:(14,9)=*(14,10)=f(0,1),0,32;pro_stencil:(14,9),32,32;pro_batchrop:(14,9),64,32;pro_nop:(14,9),96,32;pro_destroy:(14,9),128,32;pro_get:(14,9),160,32;pro_put:(14,9),192,32;pro_vector:(14,9),224,32;\pro_region:(14,11)=*(14,12)=f(14,7),256,32;pro_putcolormap:(14,9),288,32;pro_getcolormap:(14,9),320,32;pro_putattributes:(14,9),352,32;pro_getattributes:(14,9),384,32;;fbunit:T(14,13)=u4packed:(0,8),0,32;channel:(14,14)=s4A:(0,8),0,8;B:(0,8),8,8;G:(0,8),16,8;R:(0,8),24,8;;,0,32;;/usr/include/pixrect/pr_planegroups.h/usr/include/pixrect/pr_util.hpr_devdata:T(17,1)=s32next:(17,2)=*(17,1),0,32;rdev:(0,4),32,16;count:(0,1),64,32;fd:(0,1),96,32;va:(17,3)=*(0,4),128,32;bytes:(0,1),160,32;va2:(3,7),192,32;bytes2:(0,1),224,32;;/usr/include/pixrect/memvar.hmpr_data:T(18,1)=s20md_linebytes:(0,1),0,32;md_image:(17,3),32,32;md_offset:(14,5),64,64;md_primary:(0,4),128,16;md_flags:(0,4),144,16;;mprp_data:T(18,2)=s24mpr:(18,1),0,160;planes:(0,1),160,32;;mem_ops:G(14,3)/usr/include/pixrect/pixfont.hpixchar:T(19,1)=s20pc_pr:(14,7),0,32;pc_home:(14,5),32,64;pc_adv:(14,5),96,64;;pixfont:T(19,2)=s5128pf_defaultsize:(14,1),0,64;pf_char:(19,3)=ar(0,1);0;255;(19,1),64,40960;;Pixfont:t(19,2)/usr/include/pixrect/traprop.hpr_chain:T(20,1)=s16next:(20,2)=*(20,1),0,32;size:(14,1),32,64;bits:(20,3)=*(0,1),96,32;;pr_fall:T(20,4)=s12pos:(14,5),0,64;chain:(20,2),64,32;;pr_trap:T(20,5)=s16left:(20,6)=*(20,4),0,32;right:(20,6),32,32;y0:(0,1),64,32;y1:(0,1),96,32;;/usr/include/pixrect/pr_line.hpr_texture_options:T(21,2)=s4startpoint:(0,8),0,1;endpoint:(0,8),1,1;balanced:(0,8),2,1;givenpattern:(0,8),3,1;res_fat:(0,8),4,1;res_poly:(0,8),5,1;res_mvlist:(0,8),6,1;res_right:(0,8),7,1;\res_close:(0,8),8,1;res_cliprt:(0,8),9,1;;pr_texture:T(21,1)=s28pattern:(17,3),0,32;offset:(0,4),32,16;options:(21,2),64,32;res_polyoff:(0,4),96,16;res_oldpatln:(0,4),112,16;res_fatoff:(0,4),128,16;res_patfat:(17,3),160,32;res_numsegs:(0,4),192,16;;Pr_texture:t(21,1)pr_brush:T(21,3)=s4width:(0,1),0,32;;Pr_brush:t(21,3)/usr/openwin/include/xview/xv_c_types.h/usr/openwin/include/xview/generic.h/usr/openwin/include/xview/pkg_public.h/usr/openwin/include/xview/pkg.h/usr/openwin/include/xview/attr.h/usr/include/sys/types.h/usr/openwin/include/xview/base.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/malloc.hmallinfo:T(31,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(3,7)/usr/openwin/include/xview/xv_c_types.hxv_alloc_save_ret:G(28,1)=*(0,11)Xv_opaque:t(0,8)Xv_object:t(0,8)defeat_event_security:G(0,1)Attr_attribute:t(0,8)Attr_avlist:t(26,1)=*(0,8)Attr_cu_type:t(26,2)=eATTR_CU_POSITION:0,ATTR_CU_LENGTH:536870912,;Attr_list_ptr_type:t(26,3)=eATTR_LIST_IS_INLINE:0,ATTR_LIST_IS_PTR:1,;Attr_list_type:t(26,4)=eATTR_NONE:0,ATTR_RECURSIVE:1,ATTR_NULL:2,ATTR_COUNTED:3,;Attr_base_type:t(26,5)=eATTR_BASE_NO_VALUE:81,ATTR_BASE_INT:64,ATTR_BASE_LONG:88,ATTR_BASE_SHORT:89,ATTR_BASE_ENUM:73,ATTR_BASE_CHAR:74,ATTR_BASE_STRING:75,ATTR_BASE_FUNCTION_PTR:83,\ATTR_BASE_BOOLEAN:72,ATTR_BASE_OPAQUE:80,ATTR_BASE_X:66,ATTR_BASE_INDEX_X:67,ATTR_BASE_Y:68,ATTR_BASE_INDEX_Y:69,ATTR_BASE_XY:70,ATTR_BASE_INDEX_XY:71,\ATTR_BASE_PIXRECT_PTR:76,ATTR_BASE_PIXFONT_PTR:77,ATTR_BASE_RECT_PTR:79,ATTR_BASE_AV:82,ATTR_BASE_ICON_PTR:84,ATTR_BASE_SINGLE_COLOR_PTR:85,ATTR_BASE_CURSOR_PTR:86,ATTR_BASE_LAST:89,;Attr_base_cardinality:t(26,6)=eATTR_NO_VALUE:2592,ATTR_INT:2049,ATTR_INT_PAIR:2050,ATTR_INT_TRIPLE:2051,ATTR_LONG:2817,ATTR_SHORT:2849,ATTR_ENUM:2337,ATTR_CHAR:2369,\ATTR_STRING:2401,ATTR_FUNCTION_PTR:2657,ATTR_BOOLEAN:2305,ATTR_OPAQUE:2561,ATTR_OPAQUE_PAIR:2562,ATTR_OPAQUE_TRIPLE:2563,ATTR_X:2113,ATTR_INDEX_X:2146,\ATTR_Y:2177,ATTR_INDEX_Y:2210,ATTR_XY:2242,ATTR_INDEX_XY:2275,ATTR_PIXRECT_PTR:2433,ATTR_PIXFONT_PTR:2465,ATTR_RECT_PTR:2529,ATTR_AV:2625,\ATTR_ICON_PTR:2689,ATTR_SINGLE_COLOR_PTR:2721,ATTR_CURSOR_PTR:2753,;Attr_pkg:t(26,7)=eATTR_PKG_ZERO:0,ATTR_PKG_GENERIC:64,ATTR_PKG_CURSOR:65,ATTR_PKG_DRAWABLE:66,ATTR_PKG_FONT:67,ATTR_PKG_IMAGE:68,ATTR_PKG_SERVER_IMAGE:69,ATTR_PKG_SCREEN:70,\ATTR_PKG_SELN_BASE:71,ATTR_PKG_SERVER:72,ATTR_PKG_WIN:73,ATTR_PKG_SV:74,ATTR_PKG_FULLSCREEN:75,ATTR_PKG_ERROR:76,ATTR_PKG_CMS:77,ATTR_PKG_DND:78,\ATTR_PKG_SELECTION:98,ATTR_PKG_LAST:78,;Attr_generic:t(26,8)=eATTR_LIST:1073768992,ATTR_NOP0:1074792992,ATTR_NOP1:1074858497,ATTR_NOP2:1074924034,ATTR_NOP3:1074989571,ATTR_NOP4:1075055108,;Attr_union:t(26,9)=u4info:(26,10)=s4pkg:(26,7),0,8;ordinal:(0,8),8,8;list_type:(26,4),16,2;list_ptr_type:(26,3),18,1;consumed:(0,8),19,1;base_type:(26,5),20,7;spare1:(0,8),27,1;cardinality:(0,8),28,4;;,0,32;code:(0,8),0,32;;/usr/openwin/include/xview/notify.h/usr/include/stdio.h/usr/include/sys/types.h/usr/include/sys/wait.hwait:T(36,1)=u4w_status:(0,1),0,32;w_T:(36,2)=s4w_Fill1:(0,6),0,16;w_Retcode:(0,6),16,8;w_Coredump:(0,6),24,1;w_Termsig:(0,6),25,7;;,0,32;w_S:(36,3)=s4w_Fill2:(0,6),0,16;w_Stopsig:(0,6),16,8;w_Stopval:(0,6),24,8;;,0,32;;/usr/include/sys/stdtypes.h/usr/include/sys/time.htimeval:T(38,1)=s8tv_sec:(0,1),0,32;tv_usec:(0,1),32,32;;timezone:T(38,2)=s8tz_minuteswest:(0,1),0,32;tz_dsttime:(0,1),32,32;;itimerval:T(38,3)=s16it_interval:(38,1),0,64;it_value:(38,1),64,64;;/usr/include/time.h/usr/include/sys/stdtypes.htm:T(39,1)=s44tm_sec:(0,1),0,32;tm_min:(0,1),32,32;tm_hour:(0,1),64,32;tm_mday:(0,1),96,32;tm_mon:(0,1),128,32;tm_year:(0,1),160,32;tm_wday:(0,1),192,32;tm_yday:(0,1),224,32;\tm_isdst:(0,1),256,32;tm_zone:(3,7),288,32;tm_gmtoff:(0,1),320,32;;/usr/include/sys/resource.hrusage:T(41,1)=s72ru_utime:(38,1),0,64;ru_stime:(38,1),64,64;ru_maxrss:(0,1),128,32;ru_ixrss:(0,1),160,32;ru_idrss:(0,1),192,32;ru_isrss:(0,1),224,32;ru_minflt:(0,1),256,32;ru_majflt:(0,1),288,32;\ru_nswap:(0,1),320,32;ru_inblock:(0,1),352,32;ru_oublock:(0,1),384,32;ru_msgsnd:(0,1),416,32;ru_msgrcv:(0,1),448,32;ru_nsignals:(0,1),480,32;ru_nvcsw:(0,1),512,32;ru_nivcsw:(0,1),544,32;;rlimit:T(41,2)=s8rlim_cur:(0,1),0,32;rlim_max:(0,1),32,32;;/usr/openwin/include/xview/base.hNotify_client:t(0,8)Notify_event:t(0,8)Notify_arg:t(0,8)Notify_copy:t(33,1)=*(33,2)=f(0,8)Notify_release:t(10,2)notify_dump_type:T(33,3)=eNOTIFY_ALL:0,NOTIFY_DETECT:1,NOTIFY_DISPATCH:2,;Notify_dump_type:t(33,3)notify_value:T(33,4)=eNOTIFY_DONE:0,NOTIFY_IGNORED:1,NOTIFY_UNEXPECTED:2,;Notify_value:t(33,4)Notify_func:t(33,5)=*(33,6)=f(33,4)notify_error:T(33,7)=eNOTIFY_OK:0,NOTIFY_UNKNOWN_CLIENT:1,NOTIFY_NO_CONDITION:2,NOTIFY_BAD_ITIMER:3,NOTIFY_BAD_SIGNAL:4,NOTIFY_NOT_STARTED:5,NOTIFY_DESTROY_VETOED:6,NOTIFY_INTERNAL_ERROR:7,\NOTIFY_SRCH:8,NOTIFY_BADF:9,NOTIFY_NOMEM:10,NOTIFY_INVAL:11,NOTIFY_FUNC_LIMIT:12,;Notify_error:t(33,7)notify_signal_mode:T(33,8)=eNOTIFY_SYNC:0,NOTIFY_ASYNC:1,;Notify_signal_mode:t(33,8)notify_event_type:T(33,9)=eNOTIFY_SAFE:0,NOTIFY_IMMEDIATE:1,;Notify_event_type:t(33,9)destroy_status:T(33,10)=eDESTROY_PROCESS_DEATH:0,DESTROY_CHECKING:1,DESTROY_CLEANUP:2,DESTROY_SAVE_YOURSELF:3,;Destroy_status:t(33,10)NOTIFY_POLLING_ITIMER:G(38,3)notify_errno:G(33,7)NOTIFY_NO_ITIMER:G(38,3)/usr/include/varargs.hva_list:t(3,7)_xview_pkg:T(25,1)=s36name:(3,7),0,32;attr_id:(0,8),32,32;size_of_object:(0,8),64,32;parent_pkg:(25,2)=*(25,1),96,32;init:(14,9),128,32;set:(33,1),160,32;get:(33,1),192,32;destroy:(14,9),224,32;find:(33,1),256,32;;Xv_pkg:t(25,1)/usr/openwin/include/xview/xv_error.h/usr/openwin/include/xview/attr.h/usr/openwin/include/xview/sun.h/usr/openwin/include/xview/base.h/usr/include/sys/types.h/usr/include/stdio.hError_severity:t(44,1)=eERROR_RECOVERABLE:0,ERROR_NON_RECOVERABLE:1,;Error_layer:t(44,2)=eERROR_SYSTEM:0,ERROR_SERVER:1,ERROR_TOOLKIT:2,ERROR_PROGRAM:3,;Error_attr:t(44,3)=eERROR_BAD_ATTR:1275136513,ERROR_BAD_VALUE:1275267586,ERROR_CANNOT_GET:1275464193,ERROR_CANNOT_SET:1275660801,ERROR_CREATE_ONLY:1275857409,ERROR_INVALID_OBJECT:1276053857,ERROR_LAYER:1276250401,ERROR_PKG:1276447233,\ERROR_SERVER_ERROR:1276578305,ERROR_SEVERITY:1276643617,ERROR_STRING:1276840289,;Xv_embedding:t(0,8)Xv_base:t(24,1)=s8seal:(0,8),0,32;pkg:(25,2),32,32;;xv_notptr_str:G(3,7)Xv_focus_rank:t(23,1)=eXV_FOCUS_SECONDARY:0,XV_FOCUS_PRIMARY:1,;Xv_generic_attr:t(23,2)=eXV_KEY_DATA:1077938178,XV_KEY_DATA_COPY_PROC:1078004226,XV_KEY_DATA_REMOVE:1078069249,XV_KEY_DATA_REMOVE_PROC:1078135298,XV_REF_COUNT:1078200321,XV_TYPE:1078266369,XV_IS_SUBTYPE_OF:1078331905,XV_LABEL:1078397281,\XV_NAME:1078462817,XV_STATUS:1078528001,XV_STATUS_PTR:1078594049,XV_HELP:1078987105,XV_HELP_STRING_FILENAME:1079118177,XV_SHOW:1079052545,XV_COPY_OF:1078659585,XV_END_CREATE:1078725152,\XV_SELF:1078790657,XV_OWNER:1078856193,XV_AUTO_CREATE:1078921217,XV_FONT:1245710849,XV_MARGIN:1245775873,XV_LEFT_MARGIN:1245841409,XV_TOP_MARGIN:1245906945,XV_RIGHT_MARGIN:1245972481,\XV_BOTTOM_MARGIN:1246038017,XV_X:1246103617,XV_Y:1246169217,XV_WIDTH:1246234689,XV_HEIGHT:1246300289,XV_RECT:1246366177,XV_XNAME:1247807841,XV_DEVICE_NUMBER:1247873793,\XV_ROOT:1247939073,XV_VISUAL:1249708545,XV_VISUAL_CLASS:1249183745,XV_DEPTH:1249773569,XV_DISPLAY:1248725505,XV_SCREEN:1249118721,XV_FOCUS_ELEMENT:1249249281,XV_FOCUS_RANK_KEY:1249315105,\XV_USE_DB:1249397313,XV_INSTANCE_NAME:1249708385,XV_INSTANCE_QLIST:1250036225,XV_QUARK:1250363905,XV_USE_INSTANCE_RESOURCES:1250691585,XV_LC_BASIC_LOCALE:1251674465,XV_LC_DISPLAY_LANG:1252002145,XV_LC_INPUT_LANG:1252329825,\XV_LC_NUMERIC:1252657505,XV_LC_TIME_FORMAT:1252985185,XV_LOCALE_DIR:1253312865,XV_USE_LOCALE:1253640449,XV_GC:1248922113,;Xv_generic_struct:t(23,3)=s12parent_data:(24,1),0,64;private_data:(0,8),64,32;;Xv_attr:t(23,4)=eXV_INIT_ARGS_FOR_DND:1241712642,XV_INIT_ARGC_PTR_ARGV_FOR_DND:1241909250,XV_INIT_ARGS_NAV:1241778178,XV_INIT_ARGC_PTR_ARGV_NAV:1241974786,XV_INIT_ARGS:1241843714,XV_INIT_ARGC_PTR_ARGV:1242040322,XV_USAGE_PROC:1242106465,XV_ERROR_PROC:1242303073,XV_X_ERROR_PROC:1242499681,;xv_generic_pkg:G(25,1)/usr/openwin/include/xview/server.h/usr/openwin/include/xview/generic.hkbd_cmds_values:T(50,1)=eKBD_CMDS_SUNVIEW1:0,KBD_CMDS_BASIC:1,KBD_CMDS_FULL:2,;Kbd_cmds_value:t(50,1)Xv_Server:t(0,8)Xv_server:t(0,8)Xv_server_struct:t(50,2)=s16parent:(23,3),0,96;private_data:(0,8),96,32;;Server_attr:t(50,3)=eSERVER_ATOM:1215040257,SERVER_ATOM_NAME:1215105537,SERVER_ATOM_DATA:1215367681,SERVER_CHORDING_TIMEOUT:1223821313,SERVER_CHORD_MENU:1223952385,SERVER_EXTENSION_PROC:1208224353,SERVER_NTH_SCREEN:1208092674,SERVER_RESOURCE_DB:1224083969,\SERVER_SYNC:1210059009,SERVER_SYNC_AND_PROCESS_EVENTS:1210124832,SERVER_EXTERNAL_XEVENT_PROC:1209272834,SERVER_EXTERNAL_XEVENT_MASK:1209403907,SERVER_ASCII_KEYSTATE:1208420865,SERVER_ASCII_MAP:1208748545,SERVER_ASCII_TO_KEYCODE_MAP:1208355329,SERVER_CUT_KEYSYM:1208616961,\SERVER_FONT_WITH_NAME:1208682849,SERVER_JOURNAL_SYNC_EVENT:1210451969,SERVER_JOURNALLING:1210321153,SERVER_KEY_EVENTS_MAP:1208289793,SERVER_NONASCII_KEYSTATE:1208486401,SERVER_PASTE_KEYSYM:1209010177,SERVER_SEMANTIC_MAP:1208879617,SERVER_XV_MAP:1208814081,\SERVER_COMPOSE_STATUS:1208945153,SERVER_PRIVATE_XEVENT_PROC:1209469442,SERVER_PRIVATE_XEVENT_MASK:1209534979,SERVER_WM_RESCALE:1209600513,SERVER_WM_RESCALE_STATE:1209076225,SERVER_WM_STATE:1209338369,SERVER_WM_TAKE_FOCUS:1209928193,SERVER_WM_WINDOW_MOVED:1209797121,\SERVER_WM_WIN_ATTR:1210190337,SERVER_WM_ADD_DECOR:1210255873,SERVER_WM_DELETE_DECOR:1210583553,SERVER_WM_DECOR_CLOSE:1210911233,SERVER_WM_DECOR_FOOTER:1211566593,SERVER_WM_DECOR_RESIZE:1211894273,SERVER_WM_DECOR_HEADER:1212221953,SERVER_WM_DECOR_OK:1212549633,\SERVER_WM_DECOR_PIN:1212877313,SERVER_WM_SCALE_SMALL:1213204993,SERVER_WM_SCALE_MEDIUM:1213532673,SERVER_WM_SCALE_LARGE:1213860353,SERVER_WM_SCALE_XLARGE:1214188033,SERVER_WM_PIN_STATE:1214515713,SERVER_WM_WIN_BUSY:1214843393,SERVER_DND_ACK_KEY:1214973953,\SERVER_WM_WINMSG_STATE:1215171073,SERVER_WM_WINMSG_ERROR:1215498753,SERVER_WM_WT_BASE:1215891969,SERVER_WM_WT_CMD:1216154113,SERVER_WM_WT_PROP:1216481793,SERVER_WM_WT_HELP:1216809473,SERVER_WM_WT_NOTICE:1217137153,SERVER_WM_WT_OTHER:1217464833,\SERVER_WM_MENU_FULL:1217792513,SERVER_WM_MENU_LIMITED:1218120193,SERVER_WM_NONE:1218447873,SERVER_WM_PIN_IN:1218775553,SERVER_WM_PIN_OUT:1219103233,SERVER_DO_DRAG_MOVE:1215826433,SERVER_DO_DRAG_COPY:1215957505,SERVER_DO_DRAG_LOAD:1216023041,\SERVER_JOURNAL_SYNC_ATOM:1216153601,SERVER_WM_DISMISS:1221069313,SERVER_WM_SAVE_YOURSELF:1221724673,SERVER_WM_DEFAULT_BUTTON:1222380033,SERVER_WM_PROTOCOLS:1222707713,SERVER_WM_DELETE_WINDOW:1223035393,SERVER_WM_COMMAND:1223363073,SERVER_WM_CHANGE_STATE:1223690753,\SERVER_MOUSE_BUTTONS:1224346401,SERVER_BUTTON2_MOD:1224476673,SERVER_BUTTON3_MOD:1224607745,SERVER_META_MOD_MASK:1208551425,SERVER_ALT_MOD_MASK:1224214529,SERVER_NUM_LOCK_MOD_MASK:1224148993,SERVER_SEL_MOD_MASK:1224411137,SERVER_FOCUS_TIMESTAMP:1221265409,;xv_default_server:G(0,8)xv_server_pkg:G(25,1)/usr/openwin/include/xview/screen.h/usr/openwin/include/xview/generic.hXv_Screen:t(0,8)Xv_screen:t(0,8)Screen_attr:t(52,1)=eSCREEN_NUMBER:1175062529,SCREEN_SERVER:1175390721,SCREEN_DEFAULT_VISUAL:1179322881,SCREEN_VISUAL:1179650561,SCREEN_IMAGE_VISUAL:1179978241,SCREEN_DEFAULT_CMS:1176373761,SCREEN_RETAIN_WINDOWS:1177028865,SCREEN_BG1_PIXMAP:1177684481,\SCREEN_BG2_PIXMAP:1178012161,SCREEN_BG3_PIXMAP:1178339841,SCREEN_GINFO:1178667521,SCREEN_OLGC_LIST:1178995201,SCREEN_SUN_WINDOW_STATE:1180305665,SCREEN_SELECTION_STATE:1180633857,;Xv_screen_struct:t(52,2)=s16parent:(23,3),0,96;private_data:(0,8),96,32;;xv_default_screen:G(0,8)xv_screen_pkg:G(25,1)/usr/openwin/include/xview/notify.h/usr/openwin/include/xview/pixwin.h/usr/include/pixrect/pixrect.h/usr/openwin/include/xview/rect.h/usr/openwin/include/xview/xv_c_types.hrect:T(57,1)=s8r_left:(0,4),0,16;r_top:(0,4),16,16;r_width:(0,4),32,16;r_height:(0,4),48,16;;Rect:t(57,1)rect_null:G(57,1)/usr/openwin/include/xview/rectlist.h/usr/openwin/include/xview/xv_c_types.hrectnode:T(59,1)=s12rn_next:(59,2)=*(59,1),0,32;rn_rect:(57,1),32,64;;Rectnode:t(59,1)rectlist:T(59,3)=s20rl_x:(0,4),0,16;rl_y:(0,4),16,16;rl_head:(59,2),32,32;rl_tail:(59,2),64,32;rl_bound:(57,1),96,64;;Rectlist:t(59,3)rl_null:G(59,3)/usr/openwin/include/xview/base.hpw_pixel_cache:T(55,1)=s12r:(57,1),0,64;plane_group:(55,2)=ar(0,1);0;0;(14,7),64,32;;Pw_pixel_cache:t(55,1)pixwin:T(55,3)=s1dummy:(0,2),0,8;;Pixwin:t(55,3)/usr/openwin/include/xview/win_input.h/usr/include/sys/types.h/usr/include/sys/time.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/openwin/include/X11/X.hXID:t(0,8)Window:t(0,8)Drawable:t(0,8)Font:t(0,8)Pixmap:t(0,8)Cursor:t(0,8)Colormap:t(0,8)GContext:t(0,8)KeySym:t(0,8)Mask:t(0,8)Atom:t(0,8)VisualID:t(0,8)Time:t(0,8)KeyCode:t(0,5)_XExtData:T(65,1)=s16number:(0,1),0,32;next:(65,2)=*(65,1),32,32;free_private:(14,9),64,32;private_data:(3,7),96,32;;XExtData:t(65,1)XExtCodes:t(65,3)=s16extension:(0,1),0,32;major_opcode:(0,1),32,32;first_event:(0,1),64,32;first_error:(0,1),96,32;;_XExten:T(65,4)=s60next:(65,5)=*(65,4),0,32;codes:(65,3),32,128;create_GC:(14,9),160,32;copy_GC:(14,9),192,32;flush_GC:(14,9),224,32;free_GC:(14,9),256,32;create_Font:(14,9),288,32;free_Font:(14,9),320,32;\close_display:(14,9),352,32;error:(14,9),384,32;error_string:(65,6)=*(65,7)=f(3,7),416,32;name:(3,7),448,32;;_XExtension:t(65,4)XPixmapFormatValues:t(65,8)=s12depth:(0,1),0,32;bits_per_pixel:(0,1),32,32;scanline_pad:(0,1),64,32;;XGCValues:t(65,9)=s92function:(0,1),0,32;plane_mask:(0,8),32,32;foreground:(0,8),64,32;background:(0,8),96,32;line_width:(0,1),128,32;line_style:(0,1),160,32;cap_style:(0,1),192,32;join_style:(0,1),224,32;\fill_style:(0,1),256,32;fill_rule:(0,1),288,32;arc_mode:(0,1),320,32;tile:(0,8),352,32;stipple:(0,8),384,32;ts_x_origin:(0,1),416,32;ts_y_origin:(0,1),448,32;font:(0,8),480,32;\subwindow_mode:(0,1),512,32;graphics_exposures:(0,1),544,32;clip_x_origin:(0,1),576,32;clip_y_origin:(0,1),608,32;clip_mask:(0,8),640,32;dash_offset:(0,1),672,32;dashes:(0,2),704,8;;_XGC:T(65,10)=s112ext_data:(65,2),0,32;gid:(0,8),32,32;rects:(0,1),64,32;dashes:(0,1),96,32;dirty:(0,8),128,32;values:(65,9),160,736;;GC:t(65,11)=*(65,10)Visual:t(65,12)=s32ext_data:(65,2),0,32;visualid:(0,8),32,32;class:(0,1),64,32;red_mask:(0,8),96,32;green_mask:(0,8),128,32;blue_mask:(0,8),160,32;bits_per_rgb:(0,1),192,32;map_entries:(0,1),224,32;;Depth:t(65,13)=s12depth:(0,1),0,32;nvisuals:(0,1),32,32;visuals:(65,14)=*(65,12),64,32;;Screen:t(65,16)=s80ext_data:(65,2),0,32;display:(65,17)=*(65,15)=xs_XDisplay:,32,32;root:(0,8),64,32;width:(0,1),96,32;height:(0,1),128,32;mwidth:(0,1),160,32;mheight:(0,1),192,32;ndepths:(0,1),224,32;\depths:(65,18)=*(65,13),256,32;root_depth:(0,1),288,32;root_visual:(65,14),320,32;default_gc:(65,11),352,32;cmap:(0,8),384,32;white_pixel:(0,8),416,32;black_pixel:(0,8),448,32;max_maps:(0,1),480,32;\min_maps:(0,1),512,32;backing_store:(0,1),544,32;save_unders:(0,1),576,32;root_input_mask:(0,1),608,32;;ScreenFormat:t(65,19)=s16ext_data:(65,2),0,32;depth:(0,1),32,32;bits_per_pixel:(0,1),64,32;scanline_pad:(0,1),96,32;;XSetWindowAttributes:t(65,20)=s60background_pixmap:(0,8),0,32;background_pixel:(0,8),32,32;border_pixmap:(0,8),64,32;border_pixel:(0,8),96,32;bit_gravity:(0,1),128,32;win_gravity:(0,1),160,32;backing_store:(0,1),192,32;backing_planes:(0,8),224,32;\backing_pixel:(0,8),256,32;save_under:(0,1),288,32;event_mask:(0,1),320,32;do_not_propagate_mask:(0,1),352,32;override_redirect:(0,1),384,32;colormap:(0,8),416,32;cursor:(0,8),448,32;;XWindowAttributes:t(65,21)=s92x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;depth:(0,1),160,32;visual:(65,14),192,32;root:(0,8),224,32;\class:(0,1),256,32;bit_gravity:(0,1),288,32;win_gravity:(0,1),320,32;backing_store:(0,1),352,32;backing_planes:(0,8),384,32;backing_pixel:(0,8),416,32;save_under:(0,1),448,32;colormap:(0,8),480,32;\map_installed:(0,1),512,32;map_state:(0,1),544,32;all_event_masks:(0,1),576,32;your_event_mask:(0,1),608,32;do_not_propagate_mask:(0,1),640,32;override_redirect:(0,1),672,32;screen:(65,22)=*(65,16),704,32;;XHostAddress:t(65,23)=s12family:(0,1),0,32;length:(0,1),32,32;address:(3,7),64,32;;funcs:T(65,25)=s24create_image:(65,26)=*(65,27)=f(65,28)=*(65,24)=xs_XImage:,0,32;destroy_image:(14,9),32,32;get_pixel:(33,1),64,32;put_pixel:(14,9),96,32;sub_image:(65,26),128,32;add_pixel:(14,9),160,32;;_XImage:T(65,24)=s88width:(0,1),0,32;height:(0,1),32,32;xoffset:(0,1),64,32;format:(0,1),96,32;data:(3,7),128,32;byte_order:(0,1),160,32;bitmap_unit:(0,1),192,32;bitmap_bit_order:(0,1),224,32;\bitmap_pad:(0,1),256,32;depth:(0,1),288,32;bytes_per_line:(0,1),320,32;bits_per_pixel:(0,1),352,32;red_mask:(0,8),384,32;green_mask:(0,8),416,32;blue_mask:(0,8),448,32;obdata:(3,7),480,32;f:(65,25),512,192;;XImage:t(65,24)XWindowChanges:t(65,29)=s28x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;sibling:(0,8),160,32;stack_mode:(0,1),192,32;;XColor:t(65,30)=s12pixel:(0,8),0,32;red:(0,6),32,16;green:(0,6),48,16;blue:(0,6),64,16;flags:(0,2),80,8;pad:(0,2),88,8;;XSegment:t(65,31)=s8x1:(0,4),0,16;y1:(0,4),16,16;x2:(0,4),32,16;y2:(0,4),48,16;;XPoint:t(65,32)=s4x:(0,4),0,16;y:(0,4),16,16;;XRectangle:t(65,33)=s8x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;;XArc:t(65,34)=s12x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;angle1:(0,4),64,16;angle2:(0,4),80,16;;XKeyboardControl:t(65,35)=s32key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,1),64,32;bell_duration:(0,1),96,32;led:(0,1),128,32;led_mode:(0,1),160,32;key:(0,1),192,32;auto_repeat_mode:(0,1),224,32;;XKeyboardState:t(65,36)=s56key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,8),64,32;bell_duration:(0,8),96,32;led_mask:(0,8),128,32;global_auto_repeat:(0,1),160,32;auto_repeats:(65,37)=ar(0,1);0;31;(0,2),192,256;;XTimeCoord:t(65,38)=s8time:(0,8),0,32;x:(0,4),32,16;y:(0,4),48,16;;XModifierKeymap:t(65,39)=s8max_keypermod:(0,1),0,32;modifiermap:(1,2),32,32;;_DisplayAtoms:T(65,40)=s24text:(0,8),0,32;wm_state:(0,8),32,32;wm_protocols:(0,8),64,32;wm_save_yourself:(0,8),96,32;wm_change_state:(0,8),128,32;wm_colormap_windows:(0,8),160,32;;_XDisplay:T(65,15)=s1252ext_data:(65,2),0,32;next:(65,44)=*(65,15),32,32;fd:(0,1),64,32;lock:(0,1),96,32;proto_major_version:(0,1),128,32;proto_minor_version:(0,1),160,32;vendor:(3,7),192,32;resource_base:(0,1),224,32;\resource_mask:(0,1),256,32;resource_id:(0,1),288,32;resource_shift:(0,1),320,32;resource_alloc:(33,1),352,32;byte_order:(0,1),384,32;bitmap_unit:(0,1),416,32;bitmap_pad:(0,1),448,32;bitmap_bit_order:(0,1),480,32;\nformats:(0,1),512,32;pixmap_format:(65,45)=*(65,19),544,32;vnumber:(0,1),576,32;release:(0,1),608,32;head:(65,46)=*(65,41)=xs_XSQEvent:,640,32;tail:(65,46),672,32;qlen:(0,1),704,32;last_request_read:(0,8),736,32;\request:(0,8),768,32;last_req:(3,7),800,32;buffer:(3,7),832,32;bufptr:(3,7),864,32;bufmax:(3,7),896,32;max_request_size:(0,8),928,32;db:(65,47)=*(65,42)=xs_XrmHashBucketRec:,960,32;synchandler:(14,9),992,32;\display_name:(3,7),1024,32;default_screen:(0,1),1056,32;nscreens:(0,1),1088,32;screens:(65,22),1120,32;motion_buffer:(0,8),1152,32;current:(0,8),1184,32;min_keycode:(0,1),1216,32;max_keycode:(0,1),1248,32;\keysyms:(26,1),1280,32;modifiermap:(65,48)=*(65,39),1312,32;keysyms_per_keycode:(0,1),1344,32;xdefaults:(3,7),1376,32;scratch_buffer:(3,7),1408,32;scratch_length:(0,8),1440,32;ext_number:(0,1),1472,32;ext_procs:(65,5),1504,32;\event_vec:(65,49)=ar(0,1);0;127;(14,9),1536,4096;wire_vec:(65,49),5632,4096;lock_meaning:(0,8),9728,32;key_bindings:(65,50)=*(65,43)=xsXKeytrans:,9760,32;cursor_font:(0,8),9792,32;atoms:(65,51)=*(65,40),9824,32;reconfigure_wm_window:(65,52)=s12sequence_number:(0,1),0,32;old_handler:(14,9),32,32;succeeded:(0,1),64,32;;,9856,96;\flags:(0,8),9952,32;mode_switch:(0,8),9984,32;;Display:t(65,15)XKeyEvent:t(65,53)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;keycode:(0,8),416,32;same_screen:(0,1),448,32;;XKeyPressedEvent:t(65,53)XKeyReleasedEvent:t(65,53)XButtonEvent:t(65,54)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;button:(0,8),416,32;same_screen:(0,1),448,32;;XButtonPressedEvent:t(65,54)XButtonReleasedEvent:t(65,54)XMotionEvent:t(65,55)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;is_hint:(0,2),416,8;same_screen:(0,1),448,32;;XPointerMovedEvent:t(65,55)XCrossingEvent:t(65,56)=s68type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;mode:(0,1),384,32;detail:(0,1),416,32;same_screen:(0,1),448,32;focus:(0,1),480,32;state:(0,8),512,32;;XEnterWindowEvent:t(65,56)XLeaveWindowEvent:t(65,56)XFocusChangeEvent:t(65,57)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;window:(0,8),128,32;mode:(0,1),160,32;detail:(0,1),192,32;;XFocusInEvent:t(65,57)XFocusOutEvent:t(65,57)XKeymapEvent:t(65,58)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;window:(0,8),128,32;key_vector:(65,37),160,256;;XExposeEvent:t(65,59)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;window:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;;XGraphicsExposeEvent:t(65,60)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;drawable:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;major_code:(0,1),320,32;minor_code:(0,1),352,32;;XNoExposeEvent:t(65,61)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;drawable:(0,8),128,32;major_code:(0,1),160,32;minor_code:(0,1),192,32;;XVisibilityEvent:t(65,62)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;window:(0,8),128,32;state:(0,1),160,32;;XCreateWindowEvent:t(65,63)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;override_redirect:(0,1),352,32;;XDestroyWindowEvent:t(65,64)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;event:(0,8),128,32;window:(0,8),160,32;;XUnmapEvent:t(65,65)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;event:(0,8),128,32;window:(0,8),160,32;from_configure:(0,1),192,32;;XMapEvent:t(65,66)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;event:(0,8),128,32;window:(0,8),160,32;override_redirect:(0,1),192,32;;XMapRequestEvent:t(65,67)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;parent:(0,8),128,32;window:(0,8),160,32;;XReparentEvent:t(65,68)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;event:(0,8),128,32;window:(0,8),160,32;parent:(0,8),192,32;x:(0,1),224,32;\y:(0,1),256,32;override_redirect:(0,1),288,32;;XConfigureEvent:t(65,69)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;override_redirect:(0,1),384,32;;XGravityEvent:t(65,70)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;;XResizeRequestEvent:t(65,71)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;window:(0,8),128,32;width:(0,1),160,32;height:(0,1),192,32;;XConfigureRequestEvent:t(65,72)=s56type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;detail:(0,1),384,32;value_mask:(0,8),416,32;;XCirculateEvent:t(65,73)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;event:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XCirculateRequestEvent:t(65,74)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;parent:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XPropertyEvent:t(65,75)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;window:(0,8),128,32;atom:(0,8),160,32;time:(0,8),192,32;state:(0,1),224,32;;XSelectionClearEvent:t(65,76)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;window:(0,8),128,32;selection:(0,8),160,32;time:(0,8),192,32;;XSelectionRequestEvent:t(65,77)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;owner:(0,8),128,32;requestor:(0,8),160,32;selection:(0,8),192,32;target:(0,8),224,32;\property:(0,8),256,32;time:(0,8),288,32;;XSelectionEvent:t(65,78)=s36type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;requestor:(0,8),128,32;selection:(0,8),160,32;target:(0,8),192,32;property:(0,8),224,32;time:(0,8),256,32;;XColormapEvent:t(65,79)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;window:(0,8),128,32;colormap:(0,8),160,32;new:(0,1),192,32;state:(0,1),224,32;;XClientMessageEvent:t(65,80)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;window:(0,8),128,32;message_type:(0,8),160,32;format:(0,1),192,32;data:(65,81)=u20b:(65,82)=ar(0,1);0;19;(0,2),0,160;\s:(65,83)=ar(0,1);0;9;(0,4),0,160;l:(65,84)=ar(0,1);0;4;(0,1),0,160;;,224,160;;XMappingEvent:t(65,85)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;window:(0,8),128,32;request:(0,1),160,32;first_keycode:(0,1),192,32;count:(0,1),224,32;;XErrorEvent:t(65,86)=s20type:(0,1),0,32;display:(65,44),32,32;resourceid:(0,8),64,32;serial:(0,8),96,32;error_code:(0,5),128,8;request_code:(0,5),136,8;minor_code:(0,5),144,8;;XAnyEvent:t(65,87)=s20type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(65,44),96,32;window:(0,8),128,32;;_XEvent:T(65,88)=u96type:(0,1),0,32;xany:(65,87),0,160;xkey:(65,53),0,480;xbutton:(65,54),0,480;xmotion:(65,55),0,480;xcrossing:(65,56),0,544;xfocus:(65,57),0,224;xexpose:(65,59),0,320;\xgraphicsexpose:(65,60),0,384;xnoexpose:(65,61),0,224;xvisibility:(65,62),0,192;xcreatewindow:(65,63),0,384;xdestroywindow:(65,64),0,192;xunmap:(65,65),0,224;xmap:(65,66),0,224;xmaprequest:(65,67),0,192;\xreparent:(65,68),0,320;xconfigure:(65,69),0,416;xgravity:(65,70),0,256;xresizerequest:(65,71),0,224;xconfigurerequest:(65,72),0,448;xcirculate:(65,73),0,224;xcirculaterequest:(65,74),0,224;xproperty:(65,75),0,256;\xselectionclear:(65,76),0,224;xselectionrequest:(65,77),0,320;xselection:(65,78),0,288;xcolormap:(65,79),0,256;xclient:(65,80),0,384;xmapping:(65,85),0,256;xerror:(65,86),0,160;xkeymap:(65,58),0,416;pad:(65,89)=ar(0,1);0;23;(0,1),0,768;;XEvent:t(65,88)_XSQEvent:T(65,41)=s100next:(65,90)=*(65,41),0,32;event:(65,88),32,768;;_XQEvent:t(65,41)XCharStruct:t(65,91)=s12lbearing:(0,4),0,16;rbearing:(0,4),16,16;width:(0,4),32,16;ascent:(0,4),48,16;descent:(0,4),64,16;attributes:(0,6),80,16;;XFontProp:t(65,92)=s8name:(0,8),0,32;card32:(0,8),32,32;;XFontStruct:t(65,93)=s80ext_data:(65,2),0,32;fid:(0,8),32,32;direction:(0,8),64,32;min_char_or_byte2:(0,8),96,32;max_char_or_byte2:(0,8),128,32;min_byte1:(0,8),160,32;max_byte1:(0,8),192,32;all_chars_exist:(0,1),224,32;\default_char:(0,8),256,32;n_properties:(0,1),288,32;properties:(65,94)=*(65,92),320,32;min_bounds:(65,91),352,96;max_bounds:(65,91),448,96;per_char:(65,95)=*(65,91),544,32;ascent:(0,1),576,32;descent:(0,1),608,32;;XTextItem:t(65,96)=s16chars:(3,7),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XChar2b:t(65,97)=s2byte1:(0,5),0,8;byte2:(0,5),8,8;;XTextItem16:t(65,98)=s16chars:(65,99)=*(65,97),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XEDataObject:t(65,100)=u4display:(65,44),0,32;gc:(65,11),0,32;visual:(65,14),0,32;screen:(65,22),0,32;pixmap_format:(65,45),0,32;font:(65,101)=*(65,93),0,32;;XErrorHandler:t(14,9)XIOErrorHandler:t(14,9)/usr/openwin/include/xview/base.h/usr/openwin/include/xview/win_event.hvuid_device:T(69,1)=eVUID_ASCII:0,VUID_TOP:1,VUID_PANEL:125,VUID_SCROLL:126,VUID_WORKSTATION:127,VUID_LAST:255,;Vuid_device:t(69,1)firm_event:T(69,2)=s16id:(0,6),0,16;pair_type:(0,5),16,8;pair:(0,5),24,8;value:(0,1),32,32;time:(38,1),64,64;;Firm_event:t(69,2)vuid_addr_probe:T(69,3)=s4base:(0,4),0,16;data:(69,4)=u2next:(0,4),0,16;current:(0,4),0,16;;,16,16;;Vuid_addr_probe:t(69,3)inputmask:T(62,1)=s18im_flags:(0,4),0,16;im_keycode:(62,2)=ar(0,1);0;15;(0,2),16,128;;Inputmask:t(62,1)inputevent:T(62,3)=s36ie_code:(0,4),0,16;ie_flags:(0,4),16,16;ie_shiftmask:(0,4),32,16;ie_locx:(0,4),48,16;ie_locy:(0,4),64,16;ie_time:(38,1),96,64;action:(0,4),160,16;ie_win:(0,8),192,32;\ie_string:(3,7),224,32;ie_xevent:(62,4)=*(65,88),256,32;;Event:t(62,3)Ws_scale:t(62,5)=s4ceiling:(0,6),0,16;factor:(0,6),16,16;;Ws_scale_list:t(62,6)=s64scales:(62,7)=ar(0,1);0;15;(62,5),0,512;;xv_in_loop:G(0,1)/usr/openwin/include/xview/xv_version.hxview_version:G(0,6)xv_version:G(3,7)/usr/openwin/include/xview/icon.h/usr/openwin/include/xview/window.h/usr/openwin/include/xview/generic.h/usr/openwin/include/xview/server.h/usr/openwin/include/xview/screen.h/usr/openwin/include/xview/drawable.h/usr/openwin/include/xview/generic.hXv_Drawable:t(0,8)Xv_drawable:t(0,8)Drawable_attr:t(76,1)=eDRAWABLE_INFO:1113852417,;Xv_drawable_struct:t(76,2)=s16parent_data:(23,3),0,96;private_data:(0,8),96,32;;xv_drawable_pkg:G(25,1)/usr/openwin/include/xview/win_input.h/usr/openwin/include/xview/rect.h/usr/openwin/include/X11/Xlib.hWindow_rescale_state:t(72,1)=eWIN_SCALE_SMALL:0,WIN_SCALE_MEDIUM:1,WIN_SCALE_LARGE:2,WIN_SCALE_EXTRALARGE:3,;Xv_Window:t(0,8)Xv_window:t(0,8)Window_type:t(26,7)Window_attribute:t(72,2)=eWIN_ALARM:1224804896,WIN_BACK:1224870432,WIN_BACKGROUND_PIXMAP:1224935937,WIN_BELOW:1225001473,WIN_CLIENT_DATA:1225263617,WIN_COLUMNS:1225525249,WIN_COLUMN_GAP:1225787393,WIN_COLUMN_WIDTH:1226049537,\WIN_CONSUME_EVENT:1226311969,WIN_CONSUME_EVENTS:1226606881,WIN_CURSOR:1226836673,WIN_DEPTH:1231423489,WIN_DEPTH_V2:1227098656,WIN_DESIRED_HEIGHT:1227360257,WIN_DESIRED_WIDTH:1227622401,WIN_ERROR_MSG:1227884897,\WIN_EVENT_PROC:1228147297,WIN_FIT_HEIGHT:1228671105,WIN_FIT_WIDTH:1228933185,WIN_FRONT:1229064736,WIN_GLYPH_FONT:1229130241,WIN_GRAB_ALL_INPUT:1229195521,WIN_HORIZONTAL_SCROLLBAR:1229457921,WIN_IGNORE_EVENT:1229719841,\WIN_IGNORE_EVENTS:1230014753,WIN_INPUT_MASK:1230244353,WIN_IS_CLIENT_PANE:1230506528,WIN_MENU:1230768641,WIN_MOUSE_XY:1231030466,WIN_PARENT:1231292929,WIN_PERCENT_HEIGHT:1231554561,WIN_PERCENT_WIDTH:1231816705,\WIN_RIGHT_OF:1232341505,WIN_ROWS:1232603137,WIN_ROW_GAP:1232865281,WIN_ROW_HEIGHT:1233127425,WIN_SCREEN_RECT:1233390112,WIN_SET_FOCUS:1239681568,WIN_VERTICAL_SCROLLBAR:1233914369,WIN_MESSAGE_TYPE:1233979905,\WIN_MESSAGE_FORMAT:1234044929,WIN_MESSAGE_DATA:1234110977,WIN_ALARM_DATA:1234176513,WIN_BORDER:1234438401,WIN_FINDINTERSECT:1234700482,WIN_FRAME:1234962945,WIN_INPUT_ONLY:1235225120,WIN_IS_IN_FULLSCREEN_MODE:1235486721,\WIN_IS_ROOT:1235749408,WIN_KBD_FOCUS:1236011265,WIN_LAYOUT_PROC:1236273761,WIN_LOCKDATA:1236535840,WIN_MAP:1236797697,WIN_NOTIFY_SAFE_EVENT_PROC:1237322337,WIN_NOTIFY_IMMEDIATE_EVENT_PROC:1237387873,WIN_OUTER_RECT:1237846497,\WIN_RECT_INFO:1238108161,WIN_RETAINED:1238370561,WIN_SELECTION_WINDOW:1238632992,WIN_TOP_LEVEL:1238894849,WIN_TOP_LEVEL_NO_DECOR:1239156993,WIN_TRANSPARENT:1239353888,WIN_SAVE_UNDER:1239550209,WIN_REMOVE_CARET:1239616032,\WIN_X_PAINT_WINDOW:1239746817,WIN_INHERIT_COLORS:1239812353,WIN_CMS:1239878145,WIN_DYNAMIC_VISUAL:1239943425,WIN_CMS_CHANGE:1240533536,WIN_COLOR_INFO:1240599041,WIN_CMD_LINE:1240729953,WIN_NO_CLIPPING:1240795393,\WIN_ADD_DROP_INTEREST:1240861185,WIN_DELETE_DROP_INTEREST:1240926721,WIN_ADD_DROP_ITEM:1241254401,WIN_DELETE_DROP_ITEM:1241320193,WIN_X_CLIP_RECTS:1240009217,WIN_CMS_DATA:1240140289,WIN_CMS_NAME:1240205665,WIN_BIT_GRAVITY:1240270849,\WIN_WINDOW_GRAVITY:1240336385,WIN_FOREGROUND_COLOR:1240401921,WIN_BACKGROUND_COLOR:1240467457,WIN_X_COLOR_INDICES:1240664577,WIN_CONSUME_X_EVENT_MASK:1240992513,WIN_IGNORE_X_EVENT_MASK:1241058049,WIN_X_EVENT_MASK:1241123585,WIN_COLLAPSE_EXPOSURES:1241188609,\WIN_SOFT_FNKEY_LABELS:1238042977,WIN_TYPE:1239419169,;Window_input_event:t(72,3)=eWIN_NULL_VALUE:0,WIN_NO_EVENTS:1,WIN_UP_EVENTS:2,WIN_ASCII_EVENTS:3,WIN_UP_ASCII_EVENTS:4,WIN_MOUSE_BUTTONS:5,WIN_IN_TRANSIT_EVENTS:6,WIN_LEFT_KEYS:7,\WIN_TOP_KEYS:8,WIN_RIGHT_KEYS:9,WIN_META_EVENTS:10,WIN_UP_META_EVENTS:11,WIN_SUNVIEW_FUNCTION_KEYS:12,WIN_EDIT_KEYS:13,WIN_MOTION_KEYS:14,WIN_TEXT_KEYS:15,;Window_layout_op:t(72,4)=eWIN_CREATE:0,WIN_INSERT:1,WIN_REMOVE:2,WIN_DESTROY:3,WIN_GET_RIGHT_OF:4,WIN_GET_BELOW:5,WIN_ADJUST_RECT:6,WIN_GET_X:7,\WIN_GET_Y:8,WIN_GET_WIDTH:9,WIN_GET_HEIGHT:10,WIN_GET_RECT:11,WIN_LAYOUT:12,WIN_INSTALL:13,;Xv_window_struct:t(72,5)=s20parent_data:(76,2),0,128;private_data:(0,8),128,32;;window_rescale_rect_obj:T(72,6)=s40old_rect:(57,1),0,64;new_rect:(57,1),64,64;width_change:(0,1),128,32;height_change:(0,1),160,32;x_change:(0,1),192,32;y_change:(0,1),224,32;adjusted:(0,1),256,32;sw:(0,8),288,32;;Window_rescale_rect_obj:t(72,6)xv_window_pkg:G(25,1)/usr/openwin/include/xview/attrol.h/usr/openwin/include/xview/base.h/usr/openwin/include/xview/attr.h/usr/openwin/include/xview/svrimage.h/usr/openwin/include/xview/generic.h/usr/openwin/include/xview/pkg.h/usr/openwin/include/xview/drawable.h/usr/include/sys/types.h/usr/include/pixrect/pixrect.hServer_image:t(0,8)Server_image_attribute:t(84,1)=eSERVER_IMAGE_DEPTH:1157695489,SERVER_IMAGE_BITS:1157761537,SERVER_IMAGE_X_BITS:1157827073,SERVER_IMAGE_COLORMAP:1157892449,SERVER_IMAGE_BITMAP_FILE:1157957985,SERVER_IMAGE_PIXMAP:1158023681,SERVER_IMAGE_SAVE_PIXMAP:1158088961,SERVER_IMAGE_CMS:1158220289,;Xv_server_image:t(84,2)=s44parent_data:(76,2),0,128;private_data:(0,8),128,32;embedding_data:(0,8),160,32;pixrect:(14,2),192,160;;xv_server_image_pkg:G(25,1)Icon:t(0,8)Icon_attribute:t(71,1)=eICON_IMAGE:1392839041,ICON_IMAGE_RECT:1393166817,ICON_LABEL_RECT:1393494497,ICON_TRANSPARENT:1393821953,ICON_MASK_IMAGE:1394149761,ICON_TRANSPARENT_LABEL:1394477409,;Xv_icon:t(71,2)=s24parent_data:(72,5),0,160;private_data:(0,8),160,32;;xv_icon_pkg:G(25,1)/usr/openwin/include/xview/frame.h/usr/openwin/include/xview/window.h/usr/openwin/include/xview/attrol.h/usr/openwin/include/X11/X.hFrame:t(0,8)Frame_cmd:t(0,8)Frame_props:t(0,8)Frame_help:t(0,8)Xv_frame_class:t(90,1)=s24parent_data:(72,5),0,160;private_data:(0,8),160,32;;Xv_frame_base:t(90,2)=s28parent_data:(90,1),0,192;private_data:(0,8),192,32;;Xv_frame_cmd:t(90,2)Xv_frame_props:t(90,2)Xv_frame_help:t(90,2)Frame_focus_direction:t(90,3)=eFRAME_FOCUS_UP:0,FRAME_FOCUS_RIGHT:1,;Frame_cmd_pin_state:t(90,4)=eFRAME_CMD_PIN_OUT:0,FRAME_CMD_PIN_IN:1,;frame_accelerator:T(90,5)=s20code:(0,4),0,16;keysym:(0,8),32,32;notify_proc:(10,2),64,32;data:(0,8),96,32;next:(90,6)=*(90,5),128,32;;Frame_accelerator:t(90,5)Frame_attribute:t(90,7)=eFRAME_BACKGROUND_COLOR:1376062113,FRAME_BUSY:1376389377,FRAME_CLOSED:1376717057,FRAME_CLOSED_RECT:1377044961,FRAME_WM_COMMAND_STRINGS:1377143137,FRAME_WM_COMMAND_ARGC_ARGV:1377175554,FRAME_WM_COMMAND_ARGV:1377241601,FRAME_WM_COMMAND_ARGC:1377306625,\FRAME_CMD_PANEL:1377372673,FRAME_CURRENT_RECT:1378028001,FRAME_OLD_RECT:1378093537,FRAME_DEFAULT_DONE_PROC:1378355809,FRAME_DONE_PROC:1378683489,FRAME_FOCUS_WIN:1386547202,FRAME_FOCUS_DIRECTION:1386875169,FRAME_FOREGROUND_COLOR:1379011233,\FRAME_ICON:1379338753,FRAME_INHERIT_COLORS:1379666177,FRAME_LEFT_FOOTER:1379993953,FRAME_NEXT_PANE:1380125216,FRAME_NO_CONFIRM:1380321537,FRAME_NTH_SUBFRAME:1380648961,FRAME_NTH_SUBWINDOW:1380976641,FRAME_PREVIOUS_ELEMENT:1381042720,\FRAME_PREVIOUS_PANE:1381108256,FRAME_PROPERTIES_PROC:1381304929,FRAME_CMD_PUSHPIN_IN:1382615297,FRAME_CMD_DEFAULT_PIN_STATE:1382680865,FRAME_CMD_PIN_STATE:1382746401,FRAME_RIGHT_FOOTER:1383270753,FRAME_SHOW_FOOTER:1383926017,FRAME_SHOW_RESIZE_CORNER:1384122625,\FRAME_SHOW_LABEL:1384253697,FRAME_GROUP_LEADER:1384581377,FRAME_MIN_SIZE:1384646658,FRAME_MAX_SIZE:1384712194,FRAME_NEXT_CHILD:1384909313,FRAME_PREVIOUS_CHILD:1385040385,FRAME_SCALE_STATE:1385236481,FRAME_SUBWINDOWS_ADJUSTABLE:1385564417,\FRAME_COUNT:1386219521,FRAME_FOCUS_UP_IMAGE:1387203073,FRAME_FOCUS_RIGHT_IMAGE:1387530753,FRAME_FOCUS_GC:1387858433,FRAME_ORPHAN_WINDOW:1388185601,FRAME_FOOTER_WINDOW:1388513537,FRAME_ACCELERATOR:1388840963,FRAME_X_ACCELERATOR:1389168643,FRAME_COMPOSE_STATE:1391134977,;xv_frame_class_pkg:G(25,1)xv_frame_base_pkg:G(25,1)xv_frame_cmd_pkg:G(25,1)xv_frame_props_pkg:G(25,1)xv_frame_help_pkg:G(25,1)/usr/openwin/include/xview/openmenu.h/usr/openwin/include/xview/generic.h/usr/openwin/include/xview/pkg.h/usr/openwin/include/xview/attrol.h/usr/openwin/include/xview/window.hMenu:t(0,8)Menu_item:t(0,8)Menu_attribute:t(94,1)=eMENU_ACTION_IMAGE:1409353730,MENU_ACTION_ITEM:1409484802,MENU_APPEND_ITEM:1409878529,MENU_CLASS:1410074913,MENU_COLOR:1410271233,MENU_COL_MAJOR:1410468097,MENU_DEFAULT:1410664449,MENU_DEFAULT_ITEM:1410861569,\MENU_DESCEND_FIRST:1411057921,MENU_DISABLE_ITEM:1411254561,MENU_DONE_PROC:1411320417,MENU_FEEDBACK:1411451137,MENU_FIRST_EVENT:1411648032,MENU_GEN_PIN_WINDOW:1411844098,MENU_GEN_PROC:1412041313,MENU_GEN_PROC_IMAGE:1412237314,\MENU_GEN_PROC_ITEM:1412433922,MENU_GEN_PULLRIGHT:1412631137,MENU_GEN_PULLRIGHT_IMAGE:1412827138,MENU_GEN_PULLRIGHT_ITEM:1413023746,MENU_IMAGE:1413220865,MENU_IMAGES:1413450241,MENU_IMAGE_ITEM:1413613570,MENU_INACTIVE:1413810433,\MENU_INSERT:1414596610,MENU_INSERT_ITEM:1414793218,MENU_INVERT:1414990081,MENU_ITEM:1415203393,MENU_LAST_EVENT:1415776800,MENU_MENU:1415973408,MENU_NCOLS:1416169473,MENU_NITEMS:1416366624,\MENU_NOTIFY_PROC:1409682017,MENU_NOTIFY_STATUS:1416562689,MENU_NTH_ITEM:1416759297,MENU_NROWS:1416955905,MENU_PARENT:1417087489,MENU_PIN:1417152769,MENU_PIN_PROC:1417349729,MENU_PIN_WINDOW:1417546241,\MENU_PULLRIGHT:1417742849,MENU_PULLRIGHT_IMAGE:1418135554,MENU_PULLRIGHT_ITEM:1418332162,MENU_RELEASE:1418529312,MENU_RELEASE_IMAGE:1418725920,MENU_REMOVE:1418921985,MENU_REMOVE_ITEM:1419119105,MENU_REPLACE:1419315202,\MENU_REPLACE_ITEM:1419511810,MENU_SELECTED:1419708417,MENU_SELECTED_ITEM:1419905537,MENU_STRING:1420101985,MENU_STRINGS:1420331361,MENU_STRING_ITEM:1420494850,MENU_TITLE:1420692000,MENU_TITLE_IMAGE:1420888577,\MENU_TITLE_ITEM:1421085025,MENU_TYPE:1421281824,MENU_VALID_RESULT:1421477889,MENU_VALUE:1421675009,MENU_BUSY_PROC:1422068321,MENU_BUTTON:1422264321,MENU_CURSOR:1422461441,MENU_ENABLE_RECT:1422854145,\MENU_FD:1423050753,MENU_HORIZONTAL_LINE:1423247361,MENU_IE:1423443969,MENU_LINE_AFTER_ITEM:1423640577,MENU_POS:1423837186,MENU_POSITION_RECT:1424033793,MENU_PULLDOWN:1424230401,MENU_SHADOW_MENU:1424361985,\MENU_SHADOW_GC:1424427521,MENU_WINDOW_MENU:1424558593,MENU_VERTICAL_LINE:1424623617,MENU_ACTION:1409682017,MENU_ACTION_PROC:1409682017,MENU_CLIENT_DATA:1410271745,MENU_PULLRIGHT_DELTA:1417938945,;Menu_class:t(94,2)=eMENU_COMMAND:0,MENU_CHOICE:1,MENU_TOGGLE:2,;Menu_feedback:t(94,3)=eMENU_PROVIDE_FEEDBACK:0,MENU_REMOVE_FEEDBACK:1,MENU_SELECTED_DEFAULT_FEEDBACK:2,MENU_DEFAULT_FEEDBACK:3,MENU_BUSY_FEEDBACK:4,;Menu_generate:t(94,4)=eMENU_DISPLAY:0,MENU_DISPLAY_DONE:1,MENU_NOTIFY:2,MENU_NOTIFY_DONE:3,;Xv_menu:t(94,5)=s16parent_data:(23,3),0,96;private_data:(0,8),96,32;;Xv_menu_item:t(94,6)=s16parent_data:(23,3),0,96;private_data:(0,8),96,32;;xv_command_menu_pkg:G(25,1)xv_choice_menu_pkg:G(25,1)xv_toggle_menu_pkg:G(25,1)xv_menu_item_pkg:G(25,1)menu_gray50_pr:G(14,2)/usr/openwin/include/xview/frame.h/usr/openwin/include/xview/canvas.h/usr/openwin/include/xview/openwin.h/usr/openwin/include/xview/window.h/usr/openwin/include/xview/attrol.hOpenwin:t(0,8)Xv_openwin:t(101,1)=s24parent_data:(72,5),0,160;private_data:(0,8),160,32;;Openwin_split_direction:t(101,2)=eOPENWIN_SPLIT_HORIZONTAL:0,OPENWIN_SPLIT_VERTICAL:1,;Openwin_attribute:t(101,3)=eOPENWIN_ADJUST_FOR_HORIZONTAL_SCROLLBAR:1442908417,OPENWIN_ADJUST_FOR_VERTICAL_SCROLLBAR:1443170561,OPENWIN_AUTO_CLEAR:1443498241,OPENWIN_HORIZONTAL_SCROLLBAR:1443826177,OPENWIN_NVIEWS:1444153345,OPENWIN_NO_MARGIN:1444481281,OPENWIN_NTH_VIEW:1444809217,OPENWIN_SELECTED_VIEW:1445136897,\OPENWIN_SHOW_BORDERS:1445464321,OPENWIN_SPLIT:1445808705,OPENWIN_SPLIT_DIRECTION:1446119713,OPENWIN_SPLIT_POSITION:1446447169,OPENWIN_SPLIT_VIEW:1446775297,OPENWIN_SPLIT_VIEW_START:1447102529,OPENWIN_VERTICAL_SCROLLBAR:1447430657,OPENWIN_VIEW_ATTRS:1447774785,\OPENWIN_SPLIT_INIT_PROC:1447823969,OPENWIN_SPLIT_DESTROY_PROC:1447889505,OPENWIN_VIEW_CLASS:1448086017,;xv_openwin_pkg:G(25,1)/usr/openwin/include/xview/pixwin.h/usr/openwin/include/xview/win_input.hCanvas:t(0,8)Canvas_view:t(0,8)Canvas_paint_window:t(0,8)Canvas_attribute:t(100,1)=eCANVAS_AUTO_EXPAND:1325467905,CANVAS_AUTO_SHRINK:1325730049,CANVAS_FIXED_IMAGE:1326057729,CANVAS_HEIGHT:1326385281,CANVAS_MIN_PAINT_HEIGHT:1326712961,CANVAS_MIN_PAINT_WIDTH:1327040577,CANVAS_NTH_PAINT_WINDOW:1327368705,CANVAS_REPAINT_PROC:1327696481,\CANVAS_RESIZE_PROC:1328024161,CANVAS_RETAINED:1328351489,CANVAS_VIEW_MARGIN:1328678913,CANVAS_VIEWABLE_RECT:1329007073,CANVAS_WIDTH:1329334337,CANVAS_X_PAINT_WINDOW:1329662209,CANVAS_PAINTWINDOW_ATTRS:1330006593,CANVAS_NO_CLIPPING:1330317569,CANVAS_CMS_REPAINT:1330645249,;Canvas_view_attribute:t(100,2)=eCANVAS_VIEW_PAINT_WINDOW:1560349185,CANVAS_VIEW_CANVAS_WINDOW:1560414721,;Canvas_paint_attribute:t(100,3)=eCANVAS_PAINT_CANVAS_WINDOW:1577126401,CANVAS_PAINT_VIEW_WINDOW:1577191937,;Xv_canvas:t(100,4)=s28parent_data:(101,1),0,192;private_data:(0,8),192,32;;Xv_canvas_view:t(100,5)=s24parent_data:(72,5),0,160;private_data:(0,8),160,32;;Xv_canvas_pw:t(100,6)=s24parent_data:(72,5),0,160;private_data:(0,8),160,32;;xv_canvas_pkg:G(25,1)xv_canvas_view_pkg:G(25,1)xv_canvas_pw_pkg:G(25,1)/usr/openwin/include/xview/panel.h/usr/openwin/include/xview/canvas.h/usr/openwin/include/xview/frame.hXv_panel_or_item:t(106,1)=s32parent_data:(100,4),0,224;private_data:(0,8),224,32;;Panel:t(0,8)Scrollable_panel:t(0,8)Panel_item:t(0,8)Panel_attribute_value:t(0,8)Xv_panel:t(106,1)Xv_item:t(106,1)Panel_view:t(0,8)Xv_panel_message:t(106,1)Panel_abbrev_menu_button_item:t(0,8)Panel_button_item:t(0,8)Panel_choice_item:t(0,8)Panel_drop_target_item:t(0,8)Panel_gauge_item:t(0,8)Panel_list_item:t(0,8)Panel_message_item:t(0,8)Panel_slider_item:t(0,8)Panel_text_item:t(0,8)Panel_numeric_text_item:t(0,8)Panel_multiline_text_item:t(0,8)Panel_attr:t(106,2)=ePANEL_ACCEPT_KEYSTROKE:1426131201,PANEL_CLIENT_DATA:1428425217,PANEL_EVENT_PROC:1428949601,PANEL_GINFO:1429015041,PANEL_ITEM_X:1430194241,PANEL_ITEM_Y:1430259841,PANEL_ITEM_X_GAP:1430325313,PANEL_ITEM_Y_GAP:1430390913,\PANEL_LAYOUT:1431439649,PANEL_PAINT:1436551457,PANEL_BACKGROUND_PROC:1426197089,PANEL_BLINK_CARET:1426327809,PANEL_BOLD_FONT:1426459041,PANEL_CARET_ITEM:1426590209,PANEL_CURRENT_ITEM:1426655745,PANEL_DEFAULT_ITEM:1428556289,\PANEL_FOCUS_PW:1428621825,PANEL_EXTRA_PAINT_HEIGHT:1429080193,PANEL_EXTRA_PAINT_WIDTH:1429211201,PANEL_FIRST_ITEM:1429473793,PANEL_FIRST_PAINT_WINDOW:1428359681,PANEL_ITEM_X_POSITION:1429145601,PANEL_ITEM_Y_POSITION:1429276673,PANEL_NO_REDISPLAY_ITEM:1428883713,\PANEL_PRIMARY_FOCUS_ITEM:1429408257,PANEL_REPAINT_PROC:1436813921,PANEL_STATUS:1436944897,PANEL_BUSY:1426524417,PANEL_CHILD_CARET_ITEM:1431374337,PANEL_INACTIVE:1429604609,PANEL_ITEM_CLASS:1429735937,PANEL_ITEM_COLOR:1429866497,\PANEL_ITEM_CREATED:1429932289,PANEL_ITEM_DEAF:1429801217,PANEL_ITEM_LABEL_RECT:1429670369,PANEL_ITEM_MENU:1429998081,PANEL_ITEM_NTH_WINDOW:1431112193,PANEL_ITEM_NWINDOWS:1431242753,PANEL_ITEM_RECT:1430129121,PANEL_ITEM_VALUE_RECT:1430718945,\PANEL_ITEM_WANTS_ADJUST:1430063361,PANEL_ITEM_WANTS_ISO:1430587649,PANEL_LABEL_BOLD:1430522113,PANEL_LABEL_FONT:1430653345,PANEL_LABEL_IMAGE:1430784385,PANEL_LABEL_STRING:1430915425,PANEL_LABEL_WIDTH:1431046145,PANEL_LABEL_X:1431177281,\PANEL_LABEL_Y:1431308417,PANEL_NEXT_COL:1435568129,PANEL_NEXT_ITEM:1435634177,PANEL_NEXT_ROW:1435699201,PANEL_NOTIFY_PROC:1436158561,PANEL_NOTIFY_STATUS:1436289025,PANEL_OPS_VECTOR:1436355073,PANEL_VALUE_X:1438517313,\PANEL_VALUE_Y:1438648449,PANEL_CHOICES_BOLD:1426721025,PANEL_CHOICE_COLOR:1426786306,PANEL_CHOICE_FONT:1426849890,PANEL_CHOICE_FONTS:1427016097,PANEL_CHOICE_IMAGE:1427111970,PANEL_CHOICE_IMAGES:1427278209,PANEL_CHOICE_NCOLS:1427310593,\PANEL_CHOICE_NROWS:1427441665,PANEL_CHOICE_RECT:1430849537,PANEL_CHOICE_STRING:1427374082,PANEL_CHOICE_STRINGS:1427540321,PANEL_CHOICE_X:1427769442,PANEL_CHOICE_XS:1427933249,PANEL_CHOICE_Y:1428031650,PANEL_CHOICE_YS:1428195457,\PANEL_DEFAULT_VALUE:1428687361,PANEL_DISPLAY_LEVEL:1428818209,PANEL_FEEDBACK:1429342497,PANEL_MARK_IMAGE:1434189858,PANEL_MARK_IMAGES:1434356097,PANEL_MARK_X:1434454114,PANEL_MARK_XS:1434617921,PANEL_MARK_Y:1434716322,\PANEL_MARK_YS:1434880129,PANEL_NCHOICES:1435437057,PANEL_NOMARK_IMAGE:1435762722,PANEL_NOMARK_IMAGES:1435928961,PANEL_TOGGLE_VALUE:1437728834,PANEL_VALUE:1437861889,PANEL_CHOOSE_NONE:1428228353,PANEL_CHOOSE_ONE:1428293889,\PANEL_DROP_BUSY_GLYPH:1426262529,PANEL_DROP_DND:1426393601,PANEL_DROP_FULL:1426917633,PANEL_DROP_GLYPH:1427048961,PANEL_DROP_HEIGHT:1427179521,PANEL_DROP_SEL_REQ:1427704321,PANEL_DROP_SITE_DEFAULT:1431505153,PANEL_DROP_WIDTH:1427834881,\PANEL_GAUGE_WIDTH:1429538817,PANEL_MAX_VALUE:1435109377,PANEL_MIN_VALUE:1435502593,PANEL_DIRECTION:1428752673,PANEL_MAX_TICK_STRING:1435044193,PANEL_MIN_TICK_STRING:1435240801,PANEL_SHOW_RANGE:1437337857,PANEL_TICKS:1437665281,\PANEL_LIST_CLIENT_DATA:1431830658,PANEL_LIST_CLIENT_DATAS:1431996929,PANEL_LIST_DELETE:1432094721,PANEL_LIST_DELETE_ROWS:1432160258,PANEL_LIST_DELETE_SELECTED_ROWS:1432422944,PANEL_LIST_DISPLAY_ROWS:1432225793,PANEL_LIST_FIRST_SELECTED:1432291872,PANEL_LIST_FONT:1432354914,\PANEL_LIST_FONTS:1432521121,PANEL_LIST_GLYPH:1432616994,PANEL_LIST_GLYPHS:1432783233,PANEL_LIST_INSERT:1433012225,PANEL_LIST_INSERT_DUPLICATE:1432946945,PANEL_LIST_INSERT_GLYPHS:1433078274,PANEL_LIST_INSERT_STRINGS:1433209346,PANEL_LIST_MODE:1433864481,\PANEL_LIST_NEXT_SELECTED:1427965953,PANEL_LIST_NROWS:1433143297,PANEL_LIST_ROW_HEIGHT:1433274369,PANEL_LIST_SCROLLBAR:1433340417,PANEL_LIST_SELECT:1433405442,PANEL_LIST_SELECTED:1433470977,PANEL_LIST_SORT:1433733409,PANEL_LIST_STRING:1433534466,\PANEL_LIST_STRINGS:1433700705,PANEL_LIST_TITLE:1428097377,PANEL_LIST_WIDTH:1434060801,PANEL_READ_ONLY:1436682497,PANEL_LINE_BREAK_ACTION:1431570721,PANEL_NOTIFY_LEVEL:1436027169,PANEL_VALUE_DISPLAY_LENGTH:1437992961,PANEL_NOTIFY_STRING:1436420449,\PANEL_VALUE_DISPLAY_WIDTH:1438058497,PANEL_VALUE_STORED_LENGTH:1438255105,PANEL_JUMP_DELTA:1430456321,PANEL_VALUE_FONT:1438124449,PANEL_MASK_CHAR:1434978625,PANEL_VALUE_UNDERLINED:1438386433,PANEL_MAX_VALUE_STRING:1435175265,PANEL_MIN_VALUE_STRING:1435371873,\PANEL_SHOW_VALUE:1437468929,PANEL_SLIDER_END_BOXES:1437534465,PANEL_SLIDER_WIDTH:1437599809,PANEL_TEXT_SELECT_LINE:1439828512,PANEL_CHOICE_OFFSET:1438910465,PANEL_ITEM_OWNER:1438976513,PANEL_LABEL_BOXED:1439041793,PANEL_LABEL_INVERTED:1439172865,\PANEL_LIST_ROW_HIGHLIGHTED:1439303937,PANEL_MENU_ITEM:1439435009,PANEL_NUM_TXT:1439500801,PANEL_TEXT_CURSOR:1439566337,;Panel_list_op:t(106,3)=ePANEL_LIST_OP_DESELECT:0,PANEL_LIST_OP_SELECT:1,PANEL_LIST_OP_VALIDATE:2,PANEL_LIST_OP_DELETE:3,;Panel_list_mode:t(106,4)=ePANEL_LIST_READ:0,PANEL_LIST_EDIT:1,;panel_ops:T(106,5)=s64panel_op_handle_event:(10,2),0,32;panel_op_begin_preview:(10,2),32,32;panel_op_update_preview:(10,2),64,32;panel_op_cancel_preview:(10,2),96,32;panel_op_accept_preview:(10,2),128,32;panel_op_accept_menu:(10,2),160,32;panel_op_accept_key:(10,2),192,32;panel_op_clear:(10,2),224,32;\panel_op_paint:(10,2),256,32;panel_op_resize:(10,2),288,32;panel_op_remove:(10,2),320,32;panel_op_restore:(10,2),352,32;panel_op_layout:(10,2),384,32;panel_op_accept_kbd_focus:(10,2),416,32;panel_op_yield_kbd_focus:(10,2),448,32;panel_op_extension:(28,1),480,32;;Panel_ops:t(106,5)panel_pw_struct:T(106,6)=s12pw:(0,8),0,32;view:(0,8),32,32;next:(106,7)=*(106,6),64,32;;Panel_paint_window:t(106,6)panel_status:T(106,8)=s4blinking:(0,8),0,1;current_item_active:(0,8),1,1;destroying:(0,8),2,1;focus_item_set:(0,8),3,1;has_input_focus:(0,8),4,1;mouseless:(0,8),5,1;nonstd_cursor:(0,8),6,1;painted:(0,8),7,1;\pointer_grabbed:(0,8),8,1;quick_move:(0,8),9,1;select_displays_menu:(0,8),10,1;three_d:(0,8),11,1;;Panel_status:t(106,8)Panel_setting:t(106,9)=ePANEL_CLEAR:0,PANEL_NO_CLEAR:1,PANEL_NONE:2,PANEL_ALL:3,PANEL_NON_PRINTABLE:4,PANEL_SPECIFIED:5,PANEL_CURRENT:6,PANEL_DONE:7,\PANEL_MARKED:8,PANEL_VERTICAL:9,PANEL_HORIZONTAL:10,PANEL_INVERTED:11,PANEL_INSERT:12,PANEL_NEXT:13,PANEL_PREVIOUS:14,PANEL_NONE_DOWN:15,\PANEL_LEFT_DOWN:16,PANEL_MIDDLE_DOWN:17,PANEL_RIGHT_DOWN:18,PANEL_CHORD_DOWN:19,PANEL_FORWARD:20,PANEL_REVERSE:21,PANEL_WRAP_AT_CHAR:22,PANEL_WRAP_AT_WORD:23,;Panel_item_type:t(106,10)=ePANEL_MESSAGE_ITEM:0,PANEL_BUTTON_ITEM:1,PANEL_CHOICE_ITEM:2,PANEL_TOGGLE_ITEM:3,PANEL_TEXT_ITEM:4,PANEL_NUMERIC_TEXT_ITEM:5,PANEL_SLIDER_ITEM:6,PANEL_LIST_ITEM:7,\PANEL_GAUGE_ITEM:8,PANEL_ABBREV_MENU_BUTTON_ITEM:9,PANEL_EXTENSION_ITEM:10,PANEL_MULTILINE_TEXT_ITEM:11,PANEL_DROP_TARGET_ITEM:12,;Xv_panel_view:t(106,11)=s28parent_data:(100,5),0,192;private_data:(0,8),192,32;;Xv_panel_choice:t(106,12)=s36parent_data:(106,1),0,256;private_data:(0,8),256,32;;Xv_panel_gauge:t(106,13)=s36parent_data:(106,1),0,256;private_data:(0,8),256,32;;Xv_panel_slider:t(106,14)=s36parent_data:(106,1),0,256;private_data:(0,8),256,32;;Xv_panel_text:t(106,15)=s36parent_data:(106,1),0,256;private_data:(0,8),256,32;;Xv_panel_num_text:t(106,16)=s36parent_data:(106,1),0,256;private_data:(0,8),256,32;;Xv_panel_multiline_text:t(106,17)=s36parent_data:(106,1),0,256;private_data:(0,8),256,32;;Xv_panel_ambtn:t(106,18)=s36parent_data:(106,1),0,256;private_data:(0,8),256,32;;Xv_panel_button:t(106,19)=s36parent_data:(106,1),0,256;private_data:(0,8),256,32;;Xv_panel_drop:t(106,20)=s36parent_data:(106,1),0,256;private_data:(0,8),256,32;;Xv_panel_list:t(106,21)=s36parent_data:(106,1),0,256;private_data:(0,8),256,32;;Xv_panel_extension_item:t(106,22)=s36parent_data:(106,1),0,256;private_data:(0,8),256,32;;Panel_attribute:t(106,2)xv_panel_pkg:G(25,1)xv_panel_ambtn_pkg:G(25,1)xv_panel_button_pkg:G(25,1)xv_panel_choice_pkg:G(25,1)xv_panel_drop_pkg:G(25,1)xv_panel_gauge_pkg:G(25,1)xv_panel_item_pkg:G(25,1)xv_panel_list_pkg:G(25,1)xv_panel_message_pkg:G(25,1)xv_panel_multiline_text_pkg:G(25,1)xv_panel_num_text_pkg:G(25,1)xv_panel_slider_pkg:G(25,1)xv_panel_text_pkg:G(25,1)xv_panel_view_pkg:G(25,1)xv_scrollable_panel_pkg:G(25,1)/usr/openwin/include/xview/scrollbar.h/usr/openwin/include/xview/pkg.h/usr/openwin/include/xview/window.h/usr/openwin/include/xview/attrol.hScrollbar:t(0,8)Xv_scrollbar:t(109,1)=s24parent_data:(72,5),0,160;private_data:(0,8),160,32;;Scrollbar_attribute:t(109,2)=eSCROLLBAR_COMPUTE_SCROLL_PROC:1627785825,SCROLLBAR_DIRECTION:1627916577,SCROLLBAR_INACTIVE:1628244225,SCROLLBAR_LAST_VIEW_START:1628047361,SCROLLBAR_MENU:1628113409,SCROLLBAR_NORMALIZE_PROC:1627720289,SCROLLBAR_NOTIFY_CLIENT:1627982337,SCROLLBAR_OBJECT_LENGTH:1627457537,\SCROLLBAR_OVERSCROLL:1628178433,SCROLLBAR_PAGE_LENGTH:1627654145,SCROLLBAR_PERCENT_OF_DRAG_REPAINTS:1628309505,SCROLLBAR_PIXELS_PER_UNIT:1627392001,SCROLLBAR_SPLITTABLE:1627851009,SCROLLBAR_VIEW_START:1627523073,SCROLLBAR_VIEW_LENGTH:1627588609,;Scroll_motion:t(109,3)=eSCROLLBAR_ABSOLUTE:0,SCROLLBAR_POINT_TO_MIN:1,SCROLLBAR_PAGE_FORWARD:2,SCROLLBAR_LINE_FORWARD:3,SCROLLBAR_MIN_TO_POINT:4,SCROLLBAR_PAGE_BACKWARD:5,SCROLLBAR_LINE_BACKWARD:6,SCROLLBAR_TO_END:7,\SCROLLBAR_TO_START:8,SCROLLBAR_PAGE_ALIGNED:9,SCROLLBAR_NONE:10,;Scrollbar_setting:t(109,4)=eSCROLLBAR_VERTICAL:0,SCROLLBAR_HORIZONTAL:1,;xv_scrollbar_pkg:G(25,1)table_:T(6,1)=s288frame:(0,8),0,32;frame_select:(0,8),32,32;canvas:(0,8),64,32;canvas_tup:(0,8),96,32;panel_vscroll:(0,8),128,32;first:(0,8),160,32;down_page:(0,8),192,32;down_line:(0,8),224,32;\select:(0,8),256,32;up_line:(0,8),288,32;up_page:(0,8),320,32;last:(0,8),352,32;select_text_item:(0,8),384,32;display:(65,44),416,32;gc:(65,11),448,32;gc_attr:(65,11),480,32;\gc_tup:(65,11),512,32;cmap:(0,8),544,32;h_scrollbar:(0,8),576,32;ncolors:(0,1),608,32;color_names:(6,3)=ar(0,1);0;9;(3,7),640,320;colors:(6,4)=ar(0,1);0;9;(0,1),960,320;frame_w:(0,1),1280,32;frame_h:(0,1),1312,32;\win_width:(0,1),1344,32;vscroll_y:(0,1),1376,32;default_attr_color:(0,1),1408,32;default_tuple_color:(0,1),1440,32;default_tupattr_color:(0,1),1472,32;default_tupattr_back_color:(0,1),1504,32;n_tuples:(0,1),1536,32;n_tuples_tot:(0,1),1568,32;\stup:(0,1),1600,32;ntup:(0,1),1632,32;n_attrs:(0,1),1664,32;tuple_offset:(0,1),1696,32;attr_offset:(0,1),1728,32;hrow:(0,1),1760,32;wcol:(0,1),1792,32;x_attr:(20,3),1824,32;\y_attr:(0,1),1856,32;x_tuple:(0,1),1888,32;y_tuple:(20,3),1920,32;width_attr:(20,3),1952,32;attr_names:(6,5)=*(3,7),1984,32;color_attr_names:(20,3),2016,32;color_tuple_no:(20,3),2048,32;tup_attrs:(6,6)=*(6,2)=xstup_attr_:,2080,32;\get_tuple_attr:(14,9),2112,32;put_tuple_attr:(14,9),2144,32;tuple_attr_event_proc:(14,9),2176,32;tuple_event_proc:(14,9),2208,32;dirty:(0,1),2240,32;user_data:(3,7),2272,32;;Table:t(6,1)tup_attr_:T(6,2)=s16color:(0,1),0,32;value:(3,7),32,32;dirty:(0,1),64,32;editable:(0,1),96,32;;TupAttr:t(6,2)/sw/loc/include/gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h_GC_rec:T(114,1)=s112gc:(65,11),0,32;ref_count:(0,4),32,16;num_cliprects:(0,1),64,32;valuemask:(0,8),96,32;values:(65,9),128,736;next:(114,2)=*(114,1),864,32;;GC_rec:t(114,1)pixlabel:T(114,3)=s12pixmap:(0,8),0,32;width:(0,1),32,32;height:(0,1),64,32;;Pixlabel:t(114,3)graphics_info:T(114,4)=s148dpy:(65,44),0,32;scrn:(0,1),32,32;depth:(0,8),64,32;glyphfont:(65,101),96,32;textfont:(65,101),128,32;three_d:(0,4),160,16;gc_rec:(114,5)=ar(0,1);0;8;(114,2),192,288;stipple_pixmaps:(114,6)=ar(0,1);0;2;(0,8),480,96;\pixvals:(114,7)=ar(0,1);0;4;(0,8),576,160;button_height:(0,4),736,16;endcap_width:(0,4),752,16;sb_width:(0,4),768,16;sb_height:(0,4),784,16;abbrev_width:(0,4),800,16;slider_width:(0,4),816,16;slider_height:(0,4),832,16;\se_width:(0,4),848,16;se_height:(0,4),864,16;mm_width:(0,4),880,16;mm_height:(0,4),896,16;base_off:(0,4),912,16;slider_offset:(0,4),928,16;cb_width:(0,4),944,16;cb_height:(0,4),960,16;\pp_width:(0,4),976,16;pp_height:(0,4),992,16;gauge_width:(0,4),1008,16;gauge_height:(0,4),1024,16;textscbu_width:(0,4),1040,16;gauge_endcapOffset:(0,4),1056,16;numscbu_width:(0,4),1072,16;resize_arm_width:(0,4),1088,16;\abbsb_height:(0,4),1104,16;cable_offset:(0,4),1120,16;cable_width:(0,4),1136,16;point_size:(0,4),1152,16;;Graphics_info:t(114,4)ol_ll_:T(114,8)=s56parent:(114,10)=*(114,9)=xsol_:,0,32;last:(114,11)=*(114,8),32,32;next:(114,11),64,32;type:(0,1),96,32;name:(65,37),128,256;widget:(3,7),384,32;win:(0,8),416,32;;Ol_ll:t(114,8)ol_:T(114,9)=s36display:(65,44),0,32;depth:(0,1),32,32;visual:(65,14),64,32;cmap:(0,8),96,32;background:(0,1),128,32;hand_cursor:(0,8),160,32;gin:(114,12)=*(114,4),192,32;head:(114,11),224,32;tail:(114,11),256,32;;Ol:t(114,9)ol_button_:T(114,13)=s76parent:(114,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(65,37),224,256;\event_proc:(14,9),480,32;user_data:(28,1),512,32;user_data2:(28,1),544,32;toggle:(0,1),576,32;;OlButton:t(114,13)ol_menu_item_:T(114,15)=s60x:(0,1),0,32;y:(0,1),32,32;w:(0,1),64,32;h:(0,1),96,32;state:(0,1),128,32;on:(0,1),160,32;label:(65,37),192,256;pull_right:(114,16)=*(114,14)=xsol_menu_:,448,32;;ol_menu_:T(114,14)=s84parent:(114,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(65,37),224,256;\event_proc:(14,9),480,32;user_data:(28,1),512,32;user_data2:(28,1),544,32;win:(0,8),576,32;nitems:(0,1),608,32;items:(114,17)=*(114,15),640,32;;OlMenu:t(114,14)ol_scrollbar_:T(114,18)=s264parent:(114,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;anchor0_x:(0,1),160,32;anchor0_y:(0,1),192,32;anchor0_w:(0,1),224,32;\anchor0_h:(0,1),256,32;anchor1_x:(0,1),288,32;anchor1_y:(0,1),320,32;anchor1_w:(0,1),352,32;anchor1_h:(0,1),384,32;arrow0_x:(0,1),416,32;arrow0_y:(0,1),448,32;arrow0_w:(0,1),480,32;\arrow0_h:(0,1),512,32;arrow1_x:(0,1),544,32;arrow1_y:(0,1),576,32;arrow1_w:(0,1),608,32;arrow1_h:(0,1),640,32;elev_x:(0,1),672,32;elev_y:(0,1),704,32;elev_w:(0,1),736,32;\elev_h:(0,1),768,32;state:(0,1),800,32;state0:(0,1),832,32;state1:(0,1),864,32;x_old:(0,1),896,32;y_old:(0,1),928,32;on:(0,1),960,32;changed:(0,1),992,32;\horizontal:(0,1),1024,32;immediate:(0,1),1056,32;length:(0,1),1088,32;elev:(0,1),1120,32;min_elev:(0,1),1152,32;max_elev:(0,1),1184,32;elev_old:(0,1),1216,32;prop:(0,1),1248,32;\prop_length:(0,1),1280,32;win_x:(0,1),1312,32;win_y:(0,1),1344,32;win_dim:(0,1),1376,32;scroll_incr:(0,10),1408,64;full0:(0,10),1472,64;full1:(0,10),1536,64;view0:(0,10),1600,64;\view1:(0,10),1664,64;view0_old:(0,10),1728,64;view1_old:(0,10),1792,64;view0_last:(0,10),1856,64;view1_last:(0,10),1920,64;popup_menu:(114,19)=*(114,14),1984,32;scroll_proc:(14,9),2016,32;user_data:(28,1),2048,32;user_data2:(28,1),2080,32;;OlScrollbar:t(114,18)ol_box_:T(114,20)=s44parent:(114,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;gc:(65,11),224,32;\draw_proc:(14,9),256,32;user_data:(28,1),288,32;user_data2:(28,1),320,32;;OlBox:t(114,20)/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.hxcom_:T(116,1)=s796progname:(116,2)=ar(0,1);0;255;(0,2),0,2048;display:(65,44),2048,32;window:(0,8),2080,32;status:(0,1),2112,32;msg:(116,3)=ar(0,1);0;511;(0,2),2144,4096;window_atom:(0,8),6240,32;status_atom:(0,8),6272,32;msg_atom:(0,8),6304,32;register_atom:(0,8),6336,32;;Xcom:t(116,1)gpl_trace:T(113,1)=s32id_string:(3,7),0,32;units:(3,7),32,32;uvar:(0,9),64,32;nsegs:(0,1),96,32;tstart:(113,2)=*(0,10),128,32;dt:(113,2),160,32;nsamps:(20,3),192,32;data:(113,3)=*(113,4)=*(0,9),224,32;;GPLTrace:t(113,1)gpl_arrival:T(113,5)=s104arrival_id:(28,1),0,32;time:(0,10),64,64;deltime:(0,10),128,64;ptime:(0,10),192,64;ap0time:(0,10),256,64;ap1time:(0,10),320,64;pamp:(0,9),384,32;ap0amp:(0,9),416,32;\ap1amp:(0,9),448,32;amp:(0,9),480,32;phase:(62,2),512,128;fm:(113,6)=ar(0,1);0;7;(0,2),640,64;quality:(113,6),704,64;overlay:(0,1),768,32;;GPLArrival:t(113,5)gpl_pane_:T(113,7)=s40parent:(113,9)=*(113,8)=xsgather_plot_:,0,32;type:(0,1),32,32;visible:(0,1),64,32;grab:(0,1),96,32;x:(0,1),128,32;y:(0,1),160,32;w:(0,1),192,32;h:(0,1),224,32;\background:(0,1),256,32;foreground:(0,1),288,32;;GPLPane:t(113,7)gpl_widgets_:T(113,11)=s12ol_widget:(3,7),0,32;type:(0,1),32,32;on:(0,1),64,32;;strace_:T(113,12)=s48trace_id:(28,1),0,32;ampwin:(0,9),32,32;amp0:(0,9),64,32;ascale:(0,9),96,32;t0:(0,10),128,64;xl:(0,1),192,32;xr:(0,1),224,32;yt:(0,1),256,32;\yb:(0,1),288,32;select:(0,1),320,32;display:(0,1),352,32;;gather_plot_:T(113,8)=s1480display:(65,44),0,32;screen:(0,1),32,32;visual:(65,14),64,32;depth:(0,1),96,32;cmap:(0,8),128,32;progname:(113,14)=ar(0,1);0;63;(0,2),160,512;title:(113,15)=ar(0,1);0;127;(0,2),672,1024;shutdown:(0,1),1696,32;\first:(0,1),1728,32;xcom:(113,16)=*(116,1),1760,32;fdcom:(0,1),1792,32;Static:(113,17)=*(113,10)=xsgather_plot_static_:,1824,32;ol:(113,18)=*(114,9),1856,32;box:(3,7),1888,32;overlays:(3,7),1920,32;gpl_mag:(113,19)=*(113,8),1952,32;\mag_win_w:(0,1),1984,32;mag_win_h:(0,1),2016,32;n_sln_wins:(0,1),2048,32;gpl_sln:(113,20)=*(113,19),2080,32;sln_win_w:(0,1),2112,32;sln_win_h:(0,1),2144,32;gpl_parent:(113,19),2176,32;user_data:(3,7),2208,32;\nwidgets:(0,1),2240,32;widgets:(113,21)=ar(0,1);0;19;(113,11),2272,1920;trace_menu:(114,19),4192,32;phase_menu:(114,19),4224,32;arrival_menu:(114,19),4256,32;uvar_scrollbar:(113,22)=*(114,18),4288,32;sta_scrollbar:(113,22),4320,32;time_scrollbar:(113,22),4352,32;\button_flags:(0,1),4384,32;label_foreground:(0,1),4416,32;label_background:(0,1),4448,32;uvar_foreground:(0,1),4480,32;trace_foreground:(0,1),4512,32;trace_background:(0,1),4544,32;gpl_win_visible:(0,1),4576,32;batch_on:(0,1),4608,32;\gpl_win:(0,8),4640,32;gpl_win_parent:(0,8),4672,32;gpl_win_gc:(65,11),4704,32;time_cursor_gc:(65,11),4736,32;time_line_gc:(65,11),4768,32;trace_bkg_gc:(65,11),4800,32;trace_frg_gc:(65,11),4832,32;trace_rect_gc:(65,11),4864,32;\label_bkg_gc:(65,11),4896,32;trace_moveout_gc:(65,11),4928,32;trace_arrival_gc:(65,11),4960,32;parent_pane:(113,7),4992,320;gpl_pane:(113,7),5312,320;gpl_win_x_fr:(0,9),5632,32;gpl_win_y_fr:(0,9),5664,32;gpl_win_w_fr:(0,9),5696,32;\gpl_win_h_fr:(0,9),5728,32;trace_pane:(113,7),5760,320;trace_pane_x_fr:(0,9),6080,32;trace_pane_y_fr:(0,9),6112,32;trace_pane_w_fr:(0,9),6144,32;trace_pane_h_fr:(0,9),6176,32;trace_pane_l_margin:(0,1),6208,32;trace_pane_r_margin:(0,1),6240,32;\trace_pane_t_margin:(0,1),6272,32;trace_pane_b_margin:(0,1),6304,32;widget_pane:(113,7),6336,320;uvar_scrl_pane:(113,7),6656,320;uvar_pane:(113,7),6976,320;sta_pane:(113,7),7296,320;sta_scrl_pane:(113,7),7616,320;time_pane:(113,7),7936,320;\status_pane:(113,7),8256,320;time_scrl_pane:(113,7),8576,320;trace_win_imm:(0,1),8896,32;trace_mouse_mode:(0,1),8928,32;trace_mouse_mode_old:(0,1),8960,32;trace_mouse_state:(0,1),8992,32;trace_mouse_xold:(0,1),9024,32;trace_mouse_yold:(0,1),9056,32;\trace_x_first:(0,1),9088,32;trace_y_first:(0,1),9120,32;arrival_select:(0,1),9152,32;arrival_edit:(0,1),9184,32;old_mask:(0,8),9216,32;time_cursor_ovls:(3,7),9248,32;time_flags:(0,8),9280,32;ntimes:(0,1),9312,32;\xtime:(0,1),9344,32;dxtime:(0,1),9376,32;ttime:(0,10),9408,64;dttime:(0,10),9472,64;tstime:(0,10),9536,64;uvar_flags:(0,8),9600,32;uvar_ordinal:(0,1),9632,32;nuvars:(0,1),9664,32;\yuvar:(0,1),9696,32;dyuvar:(0,1),9728,32;uuvar:(0,9),9760,32;duuvar:(0,9),9792,32;usuvar:(0,9),9824,32;sta_flags:(0,8),9856,32;trace_pixmap:(0,8),9888,32;trace_pixmap_gc:(65,11),9920,32;\trace_pixmap_gc2:(65,11),9952,32;trace_pixmap_w:(0,1),9984,32;trace_pixmap_h:(0,1),10016,32;trace_plot_mode:(0,1),10048,32;trace_overlay_mode:(0,1),10080,32;trace_moveout_mode:(0,1),10112,32;trace_moveout_t0:(0,10),10176,64;trace_moveout_slo:(0,9),10240,32;\trace_moveout_t0l:(0,10),10304,64;trace_moveout_slol:(0,9),10368,32;trace_filter_mode:(0,1),10400,32;trace_filter_index:(0,1),10432,32;trace_time_resize:(0,1),10464,32;trace_uvar_resize:(0,1),10496,32;t0:(0,10),10560,64;twin:(0,10),10624,64;\t0_full:(0,10),10688,64;twin_full:(0,10),10752,64;uvar_name:(3,7),10816,32;uvar0:(0,9),10848,32;uvarwin:(0,9),10880,32;uvar0_full:(0,9),10912,32;uvarwin_full:(0,9),10944,32;sta0:(0,1),10976,32;\stawin:(0,1),11008,32;stawin_full:(0,1),11040,32;trace_ht:(0,9),11072,32;trace_height:(0,9),11104,32;amp0:(0,9),11136,32;ampwin:(0,9),11168,32;gain:(0,9),11200,32;clip:(0,1),11232,32;\amp_scale_mode:(0,1),11264,32;agcwin:(0,9),11296,32;amp_uvar_mode:(0,1),11328,32;ntraces:(0,1),11360,32;traces:(113,23)=*(113,12),11392,32;tshift:(0,10),11456,64;arrfl_sel:(113,24)=*(113,13)=xsgpl_arrival_flag_:,11520,32;get_trace:(14,9),11552,32;\get_arrivals:(14,9),11584,32;get_arrs:(14,9),11616,32;put_arrival:(65,6),11648,32;put_arr:(65,6),11680,32;resize_proc:(14,9),11712,32;key_event_proc:(14,9),11744,32;sta_info:(14,9),11776,32;;GatherPlot:t(113,8)gather_plot_static_:T(113,10)=s380display:(65,44),0,32;screen:(0,1),32,32;visual:(65,14),64,32;depth:(0,1),96,32;cmap:(0,8),128,32;pixel:(0,8),160,32;pixel_cmpl:(0,8),192,32;red_pixel:(0,1),224,32;\yellow_pixel:(0,1),256,32;yellow2_pixel:(0,1),288,32;green_pixel:(0,1),320,32;blue_pixel:(0,1),352,32;gray_pixel:(0,1),384,32;gray_pixels:(113,26)=ar(0,1);0;31;(0,1),416,1024;chrom_pixels:(113,26),1440,1024;label_foreground:(0,1),2464,32;\label_background:(0,1),2496,32;uvar_foreground:(0,1),2528,32;trace_foreground:(0,1),2560,32;trace_background:(0,1),2592,32;arrival_foreground:(0,1),2624,32;arrival_background:(0,1),2656,32;sel_arrival_foreground:(0,1),2688,32;sel_arrival_background:(0,1),2720,32;\dotted_pixmap:(0,8),2752,32;trace_font:(65,101),2784,32;trace_font_small:(65,101),2816,32;normal_cursor:(0,8),2848,32;busy_cursor:(0,8),2880,32;hscrl_cursor:(0,8),2912,32;vscrl_cursor:(0,8),2944,32;filters:(113,27)=*(113,25)=xsgather_plot_filter_:,2976,32;nfilters:(0,1),3008,32;;gather_plot_filter_:T(113,25)=s72type:(0,1),0,32;label:(65,37),32,256;start_pad:(0,10),320,64;end_pad:(0,10),384,64;param1:(0,9),448,32;param2:(0,9),480,32;param3:(0,9),512,32;param4:(0,9),544,32;;gpl_arrival_flag_:T(113,13)=s128arrival_id:(28,1),0,32;strace:(113,23),32,32;gpl:(113,19),64,32;selected:(0,1),96,32;overlay:(0,1),128,32;pm:(0,8),160,32;h:(0,1),192,32;time:(0,10),256,64;\deltime:(0,10),320,64;deltime_box:(3,7),384,32;ptime:(0,10),448,64;ap0time:(0,10),512,64;ap1time:(0,10),576,64;pamp:(0,9),640,32;amp:(0,9),672,32;ap0amp:(0,9),704,32;\ap1amp:(0,9),736,32;ampper_box:(3,7),768,32;phase:(62,2),800,128;fm:(113,6),928,64;;gpl_arrival_flag:t(113,13)/usr/openwin/include/xview/cms.h/usr/include/sys/types.h/usr/openwin/include/xview/generic.hCms:t(0,8)Xv_cmstype:T(119,1)=eXV_STATIC_CMS:1,XV_DYNAMIC_CMS:2,;Cms_type:t(119,1)Cms_attribute:t(119,2)=eCMS_TYPE:1292175649,CMS_SIZE:1292503041,CMS_COLORS:1292831393,CMS_NAMED_COLORS:1292929377,CMS_X_COLORS:1292962305,CMS_INDEX:1293158401,CMS_COLOR_COUNT:1293486081,CMS_SCREEN:1293814273,\CMS_INDEX_TABLE:1294141953,CMS_FOREGROUND_PIXEL:1294469121,CMS_BACKGROUND_PIXEL:1294796801,CMS_PIXEL:1295124481,CMS_CMS_DATA:1295452673,CMS_CONTROL_CMS:1295780097,CMS_DEFAULT_CMS:1296435457,CMS_FRAME_CMS:1296763137,\CMS_CMAP_ID:1297091073,CMS_CMAP_TYPE:1297418529,CMS_STATUS_BITS:1297745921,;Xv_cms_struct:t(119,3)=s16parent_data:(23,3),0,96;private_data:(0,8),96,32;;xv_cmsdata:T(119,4)=s24type:(119,1),0,32;size:(0,4),32,16;index:(0,4),48,16;rgb_count:(0,4),64,16;red:(1,2),96,32;green:(1,2),128,32;blue:(1,2),160,32;;Xv_cmsdata:t(119,4)xv_singlecolor:T(119,5)=s3red:(0,5),0,8;green:(0,5),8,8;blue:(0,5),16,8;;Xv_singlecolor:t(119,5)xv_color_info:T(119,6)=s12cms:(0,8),0,32;cms_fg:(0,1),32,32;cms_bg:(0,1),64,32;;Xv_Color_info:t(119,6)Cmap_type:t(119,7)=eXV_STATIC_CMAP:1,XV_DYNAMIC_CMAP:2,;xv_cms_pkg:G(25,1)/usr/openwin/include/xview/font.h/usr/openwin/include/xview/generic.hXv_Font:t(0,8)Xv_font:t(0,8)Font_attribute:t(122,1)=eFONT_CHAR_WIDTH:1124141377,FONT_CHAR_HEIGHT:1124403521,FONT_DEFAULT_CHAR_HEIGHT:1124731424,FONT_DEFAULT_CHAR_WIDTH:1125059104,FONT_FAMILY:1125386593,FONT_NAME:1125714273,FONT_RESCALE_OF:1126042114,FONT_SCALE:1126696961,\FONT_SIZE:1127024641,FONT_SIZES_FOR_SCALE:1127352324,FONT_STRING_DIMS:1127680514,FONT_STYLE:1128008033,FONT_TYPE:1128335649,FONT_PIXFONT:1128466945,FONT_INFO:1129318913,FONT_HEAD:1128663041,FONT_UNKNOWN_HEAD:1128990721,;Font_type:t(122,2)=eFONT_TYPE_TEXT:0,FONT_TYPE_CURSOR:1,FONT_TYPE_GLYPH:2,;Xv_font_struct:t(122,3)=s16parent_data:(23,3),0,96;private_data:(0,8),96,32;;Font_string_dims:t(122,4)=s8width:(0,1),0,32;height:(0,1),32,32;;xv_font_pkg:G(25,1)/usr/openwin/include/xview/notice.h/usr/openwin/include/xview/xv_c_types.h/usr/openwin/include/xview/attrol.h/usr/openwin/include/xview/generic.h/usr/openwin/include/xview/window.hXv_Notice:t(0,8)Xv_notice:t(0,8)Notice_attribute:t(124,1)=eNOTICE_BUTTON:1493239810,NOTICE_BUTTON_NO:1493502305,NOTICE_BUTTON_YES:1493829985,NOTICE_FOCUS_XY:1494157506,NOTICE_FONT:1494485409,NOTICE_MESSAGE_STRINGS:1494845793,NOTICE_MESSAGE_STRINGS_ARRAY_PTR:1495140705,NOTICE_NO_BEEPING:1495468289,\NOTICE_TRIGGER:1495795713,NOTICE_MESSAGE_STRING:1496123745,NOTICE_LOCK_SCREEN:1498417409,NOTICE_TRIGGER_EVENT:1498744833,NOTICE_STATUS:1499400705,NOTICE_EVENT_PROC:1499728481,NOTICE_BUSY_FRAMES:1500088833,NOTICE_BLOCK_THREAD:1500383489,;Xv_notice_struct:t(124,2)=s16parent_data:(23,3),0,96;private_data:(0,8),96,32;;xv_notice_pkg:G(25,1)/usr/include/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.hflock:T(130,1)=s16l_type:(0,4),0,16;l_whence:(0,4),16,16;l_start:(0,1),32,32;l_len:(0,1),64,32;l_pid:(0,4),96,16;l_xxx:(0,4),112,16;;eflock:T(130,2)=s24l_type:(0,4),0,16;l_whence:(0,4),16,16;l_start:(0,1),32,32;l_len:(0,1),64,32;l_pid:(0,4),96,16;l_xxx:(0,4),112,16;l_rpid:(0,1),128,32;l_rsys:(0,1),160,32;;/usr/include/sys/stat.h/usr/include/sys/types.hstat:T(132,1)=s64st_dev:(0,4),0,16;st_ino:(0,8),32,32;st_mode:(0,6),64,16;st_nlink:(0,4),80,16;st_uid:(0,6),96,16;st_gid:(0,6),112,16;st_rdev:(0,4),128,16;st_size:(0,1),160,32;\st_atime:(0,1),192,32;st_spare1:(0,1),224,32;st_mtime:(0,1),256,32;st_spare2:(0,1),288,32;st_ctime:(0,1),320,32;st_spare3:(0,1),352,32;st_blksize:(0,1),384,32;st_blocks:(0,1),416,32;st_spare4:(3,5),448,64;;/usr/include/unistd.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/machine/devaddr.h/usr/include/sys/signal.h/usr/include/sys/types.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hfp_direction_type:T(146,1)=efp_nearest:0,fp_tozero:1,fp_positive:2,fp_negative:3,;fp_precision_type:T(146,2)=efp_extended:0,fp_single:1,fp_double:2,fp_precision_3:3,;fp_exception_type:T(146,3)=efp_inexact:0,fp_division:1,fp_underflow:2,fp_overflow:3,fp_invalid:4,;fp_class_type:T(146,4)=efp_zero:0,fp_subnormal:1,fp_normal:2,fp_infinity:3,fp_quiet:4,fp_signaling:5,;single:t(0,9)extended:t(114,6)quadruple:t(145,1)=s16u:(145,2)=ar(0,1);0;3;(0,8),0,128;;fp_exception_field_type:t(0,8)sigfpe_code_type:t(0,1)sigfpe_handler_type:t(10,2)fp_direction:G(146,1)fp_precision:G(146,2)fp_accrued_exceptions:G(0,8)decimal_string:t(116,3)decimal_record:t(145,3)=s532fpclass:(146,4),0,32;sign:(0,1),32,32;exponent:(0,1),64,32;ds:(116,3),96,4096;more:(0,1),4192,32;ndigits:(0,1),4224,32;;decimal_form:T(145,4)=efixed_form:0,floating_form:1,;decimal_mode:t(145,5)=s12rd:(146,1),0,32;df:(145,4),32,32;ndigits:(0,1),64,32;;decimal_string_form:T(145,6)=einvalid_form:0,whitespace_form:1,fixed_int_form:2,fixed_intdot_form:3,fixed_dotfrac_form:4,fixed_intdotfrac_form:5,floating_int_form:6,floating_intdot_form:7,\floating_dotfrac_form:8,floating_intdotfrac_form:9,inf_form:10,infinity_form:11,nan_form:12,nanstring_form:13,;ieee_handlers:G(145,7)=ar(0,1);0;4;(10,2)errno:G(0,1)fp_pi_type:T(144,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(144,1)exception:T(144,2)=s32type:(0,1),0,32;name:(3,7),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)/sw/loc/include/errlog.hProgram_Name:G(3,7)/sw/loc/include/arrays.hTbl:T(148,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(6,5),64,32;;Tbl:t(148,1)Arr:T(148,2)=s8root:(3,7),0,32;cmp:(14,9),32,32;;Arr:t(148,2)Stbl:T(148,3)=s16tbl:(148,4)=*(148,1),0,32;root:(3,7),32,32;cmp:(14,9),64,32;changed:(0,1),96,32;;Stbl:t(148,3)/sw/loc/include/pf.hPfvalue:t(149,1)=u4s:(3,7),0,32;arr:(149,2)=*(148,2),0,32;tbl:(148,4),0,32;;Pf:T(149,3)=s8type:(0,1),0,32;value:(149,1),32,32;;Pf:t(149,3)optarg:G(3,7)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(141,1)=s16name:(3,7),0,32;has_arg:(0,1),32,32;flag:(20,3),64,32;val:(0,1),96,32;;Dbptr:T(140,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(140,1)Dbvalue:T(140,2)=u1024t:(3,7),0,32;s:(140,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(148,4),0,32;arr:(149,2),0,32;;Dbvalue:t(140,2)Exvalue:T(140,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(3,7),0,32;p:(140,6)=*(140,5)=xsre_pattern_buffer:,0,32;fi:(14,9),0,32;fd:(140,7)=*(140,8)=f(0,10),0,32;fs:(65,6),0,32;;Exvalue:t(140,4)Expression:T(140,9)=s32left:(140,10)=*(140,9),0,32;right:(140,10),32,32;x3:(140,10),64,32;x4:(140,10),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(140,4),192,64;;Expression:t(140,9)dbinvalid:G(140,1)/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/db.h./css_strings.h./GPL_xview.harrange_:T(0,13)=s1016def_nattr:(0,1),0,32;def_attr:(0,14)=ar(0,1);0;41;(62,2),32,5376;map:(0,15)=ar(0,1);0;41;(0,1),5408,1344;frame:(0,8),6752,32;item:(0,16)=ar(0,1);0;41;(0,8),6784,1344;;Arrange:t(0,13)rel_table_:T(0,17)=s1052frame:(0,8),0,32;db:(0,18)=*(140,1),32,32;tbl:(0,19)=*(6,1),64,32;tbl_red:(0,1),96,32;rel:(0,1),128,32;start:(0,1),160,32;nrows:(0,1),192,32;ncols:(0,1),224,32;\raw_time:(0,1),256,32;arrange:(0,13),288,8128;;RelTable:t(0,17)database:G(3,7)bframe:G(0,8)cms:G(0,8)progName:G(3,7)dbType:G(0,1)main:F(0,1)argc:p(0,1)argv:p(6,5)ituple:(0,1)relation:(0,1)panel:(0,8)button:(0,8)quit:(0,8)i:(0,1)nbut:(0,1)iset:(0,1)dbp:(140,1)value:(140,2)db:(0,18)my_argv:(6,5)raw_time:(0,1)numberRels:(0,1)n:(0,1)colors:V(0,20)=ar(0,1);0;4;(119,5)def_string:V(0,21)=ar(0,1);0;8;(0,2)olwcolor_string:V(0,22)=ar(0,1);0;23;(0,2)color_string:V(113,6)button_label:V(0,23)=ar(0,1);0;99;(0,24)=ar(0,1);0;79;(0,2)rel:V(0,25)=ar(0,1);0;99;(0,1)title:V(116,3)my_quit:F(0,1)item:p(0,8)event:p(0,26)=*(62,3)frame:(0,8)button_proc:F(0,1)item:p(0,8)event:p(0,26)rel:(0,1)frame:(0,8)panel:(0,8)rtb:(0,27)=*(0,17)done:(0,8)arrange:(0,8)db:(0,18)font:(0,8)raw_time:(0,1)title:V(116,3)value1:(140,2)value2:(140,2)my_done:F(0,1)item:p(0,8)event:p(0,26)panel:(0,8)frame:(0,8)rtb:(0,27)make_rel_table:F(0,27)frame:p(0,8)panel:p(0,8)db:p(0,18)rel:p(0,1)nrows:p(0,1)raw_time:p(0,1)rtb:(0,27)width:(0,1)hrow:(0,1)wcol:(0,1)w:(0,1)height:(0,1)i:(0,1)j:(0,1)k:(0,1)ntuples:(0,1)string:V(116,3)font:(0,8)strings:(6,5)pos:(20,3)mypos:(0,15)get_tuple_attr:F(0,1)i_tup:p(0,1)i_attr:p(0,1)rtb:p(0,27)value:p(6,5)color:p(20,3)edit:p(20,3)db:(0,18)rel:(0,1)pos:(20,3)null:(20,3)n:(0,1)rel_old:V(0,1)i_tup_old:V(0,1)strings:V(6,5)rl:(0,18)attr:(0,18)temp:V(113,15)i:(0,1)dbp:(140,1)dbvalue:(140,2)wfdisc_rel:G(0,18)tuple_event_proc:F(0,1)tbl:p(0,19)i_tuple:p(0,1)rtb:(0,27)db:(0,18)rel:(0,1)rl:(0,18)frame:(0,8)string:V(113,15)ret:(0,1)canvas:(0,8)panel:(0,8)gpl:(113,19)ts:(0,10)te:(0,10)fname:(3,7)dir:V(113,14)dfile:V(113,14)dbp:V(140,1)value:(140,2)time:(0,10)samprated:(0,10)samprate:(0,9)nsamp:(0,1)wfdisc_done:F(0,11)item:p(0,8)event:p(0,26)frame:(0,8)panel:(0,8)get_trace:F(0,1)gpl:p(113,19)tuple_index:p(0,1)t0:p(0,10)twin:p(0,10)npixels:p(0,1)gpl_trace:p(0,28)=*(113,1)id_string1:V(65,37)tstart_array:V(0,29)=ar(0,1);0;0;(0,10)dt_array:V(0,29)nsamps_array:V(3,2)data_array:V(0,30)=ar(0,1);0;0;(113,4)data_seg:V(113,4)nbad:(0,1)samprate:(0,10)sta:(65,37)chan:(65,37)arrange_but:F(0,1)item:p(0,8)event:p(0,26)rtb:(0,27)db:(0,18)rel:(0,1)panel:(0,8)string:V(113,14)i:(0,1)j:(0,1)val:(0,1)font:(0,8)hrow:(0,1)dbp:(140,1)value:(140,2)arrange_cancel_but:F(0,1)item:p(0,8)event:p(0,26)panel:(0,8)frame:(0,8)arrange_apply_but:F(0,1)item:p(0,8)event:p(0,26)panel:(0,8)frame:(0,8)rtb:(0,27)i:(0,1)empty:(0,1)string:V(65,37)pos:(20,3)strings:(6,5)p:(0,1)dbp:(140,1)arrange_clear_but:F(0,1)item:p(0,8)event:p(0,26)panel:(0,8)frame:(0,8)rtb:(0,27)i:(0,1)arrange_default_but:F(0,1)item:p(0,8)event:p(0,26)panel:(0,8)frame:(0,8)rtb:(0,27)i:(0,1)string:V(65,37)arrange_checkbox:F(0,1)item:p(0,8)value:p(0,1)event:p(0,26)rtb:(0,27)i:(0,1)j:(0,1)k:(0,1)l:(0,1)string:V(65,37)ncols:(0,1)check_wfdisc_trace_data:F(0,1)wfdisc_rel:p(0,18)i_tuple:p(0,1)/usr/include/fcntl.h/usr/include/sys/param.hch_wfdisc_trace_data:F(0,1)rel:p(0,18)i_tuple:p(0,1)fname:(3,7)compose_wf_file_name:F(3,7)rel:p(0,18)i_tuple:p(0,1)fname:V(140,3)dir:V(140,3)dfile:V(140,3)dbp:(140,1)value:(140,2)css_strings.o/export/jspc/sw/src/bin/db/dblook/css_strings.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(5,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(5,2)=*(0,2)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hsingle:t(0,9)extended:t(7,1)=ar(0,1);0;2;(0,8)quadruple:t(7,2)=s16u:(7,3)=ar(0,1);0;3;(0,8),0,128;;fp_exception_field_type:t(0,8)sigfpe_code_type:t(0,1)sigfpe_handler_type:t(7,4)=*(7,5)=f(0,11)fp_direction:G(8,1)fp_precision:G(8,2)fp_accrued_exceptions:G(0,8)decimal_string:t(7,6)=ar(0,1);0;511;(0,2)decimal_record:t(7,7)=s532fpclass:(8,4),0,32;sign:(0,1),32,32;exponent:(0,1),64,32;ds:(7,6),96,4096;more:(0,1),4192,32;ndigits:(0,1),4224,32;;decimal_form:T(7,8)=efixed_form:0,floating_form:1,;decimal_mode:t(7,9)=s12rd:(8,1),0,32;df:(7,8),32,32;ndigits:(0,1),64,32;;decimal_string_form:T(7,10)=einvalid_form:0,whitespace_form:1,fixed_int_form:2,fixed_intdot_form:3,fixed_dotfrac_form:4,fixed_intdotfrac_form:5,floating_int_form:6,floating_intdot_form:7,\floating_dotfrac_form:8,floating_intdotfrac_form:9,inf_form:10,infinity_form:11,nan_form:12,nanstring_form:13,;ieee_handlers:G(7,11)=ar(0,1);0;4;(7,4)errno:G(0,1)fp_pi_type:T(6,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(6,1)exception:T(6,2)=s32type:(0,1),0,32;name:(5,2),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)/sw/loc/include/errlog.hProgram_Name:G(5,2)/sw/loc/include/arrays.hTbl:T(10,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(10,2)=*(5,2),64,32;;Tbl:t(10,1)Arr:T(10,3)=s8root:(5,2),0,32;cmp:(10,4)=*(10,5)=f(0,1),32,32;;Arr:t(10,3)Stbl:T(10,6)=s16tbl:(10,7)=*(10,1),0,32;root:(5,2),32,32;cmp:(10,4),64,32;changed:(0,1),96,32;;Stbl:t(10,6)/sw/loc/include/pf.hPfvalue:t(11,1)=u4s:(5,2),0,32;arr:(11,2)=*(10,3),0,32;tbl:(10,7),0,32;;Pf:T(11,3)=s8type:(0,1),0,32;value:(11,1),32,32;;Pf:t(11,3)optarg:G(5,2)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(3,1)=s16name:(5,2),0,32;has_arg:(0,1),32,32;flag:(3,2)=*(0,1),64,32;val:(0,1),96,32;;Dbptr:T(2,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(2,1)Dbvalue:T(2,2)=u1024t:(5,2),0,32;s:(2,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(10,7),0,32;arr:(11,2),0,32;;Dbvalue:t(2,2)Exvalue:T(2,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(5,2),0,32;p:(2,6)=*(2,5)=xsre_pattern_buffer:,0,32;fi:(10,4),0,32;fd:(2,7)=*(2,8)=f(0,10),0,32;fs:(2,9)=*(2,10)=f(5,2),0,32;;Exvalue:t(2,4)Expression:T(2,11)=s32left:(2,12)=*(2,11),0,32;right:(2,12),32,32;x3:(2,12),64,32;x4:(2,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(2,4),192,64;;Expression:t(2,11)dbinvalid:G(2,1)/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/db.h./css_strings.h/sw/loc/include/csstime.hdate_time:T(17,1)=s48epoch:(0,10),0,64;date:(0,1),64,32;year:(0,1),96,32;month:(0,1),128,32;mname:(17,2)=ar(0,1);0;3;(0,2),160,32;day:(0,1),192,32;doy:(0,1),224,32;hour:(0,1),256,32;\minute:(0,1),288,32;second:(0,9),320,32;;strings:G(0,13)=ar(0,1);0;39;(0,14)=ar(0,1);0;255;(0,2)strgs:G(0,15)=ar(0,1);0;39;(5,2)w:G(0,16)=ar(0,1);0;39;(0,1)nl:G(0,16)css_strings:F(0,1)rel:p(0,17)=*(2,1)ituple:p(0,1)nattr:p(3,2)strs:p(0,18)=*(10,2)width:p(0,19)=*(3,2)null:p(0,19)raw_time:p(0,1)db:(2,1)i:(0,1)j:(0,1)wfmt:(0,1)type:(0,1)dt:(17,1)css_names:F(0,1)rel:p(0,17)nattr:p(3,2)strs:p(0,18)width:p(0,19)raw_time:p(0,1)db:(2,1)value:(2,2)i:(0,1)j:(0,1)wfmt:(0,1)type:(0,1)dbisnull:F(0,1)value:p(5,2)dbp:p(2,1)dbp:r(2,1)val2:V(2,3)GPL_xview.o/export/jspc/sw/src/bin/db/dblook/GPL_xview.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/xview/xview.h/usr/openwin/include/xview/xview_xvin.h/usr/include/signal.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(5,1)=s12sv_handler:(5,2)=*(5,3)=f(0,11),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(5,4)=s8ss_sp:(5,5)=*(0,2),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(5,6)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(5,7)=ar(0,1);0;30;(5,5),288,992;sc_wbuf:(5,8)=ar(0,1);0;30;(5,9)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(5,10)=s12sa_handler:(5,2),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(8,1)=s4r:(8,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(8,3)=*(8,1)label_t:T(8,4)=s8val:(8,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(8,4)_quad_t:T(8,6)=s8val:(8,5),0,64;;quad_t:t(8,6)daddr_t:t(0,1)caddr_t:t(5,5)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(5,5)fd_mask:t(0,1)fd_set:T(8,7)=s32fds_bits:(8,8)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(8,7)/usr/include/pixrect/pixrect.h/usr/include/sys/types.hpr_size:T(11,1)=s8x:(0,1),0,32;y:(0,1),32,32;;pixrect:T(11,2)=s20pr_ops:(11,4)=*(11,3)=xspixrectops:,0,32;pr_size:(11,1),32,64;pr_depth:(0,1),96,32;pr_data:(5,5),128,32;;Pixrect:t(11,2)pr_pos:T(11,5)=s8x:(0,1),0,32;y:(0,1),32,32;;pr_prpos:T(11,6)=s12pr:(11,7)=*(11,2),0,32;pos:(11,5),32,64;;pr_subregion:T(11,8)=s20pr:(11,7),0,32;pos:(11,5),32,64;size:(11,1),96,64;;pixrectops:T(11,3)=s52pro_rop:(11,9)=*(11,10)=f(0,1),0,32;pro_stencil:(11,9),32,32;pro_batchrop:(11,9),64,32;pro_nop:(11,9),96,32;pro_destroy:(11,9),128,32;pro_get:(11,9),160,32;pro_put:(11,9),192,32;pro_vector:(11,9),224,32;\pro_region:(11,11)=*(11,12)=f(11,7),256,32;pro_putcolormap:(11,9),288,32;pro_getcolormap:(11,9),320,32;pro_putattributes:(11,9),352,32;pro_getattributes:(11,9),384,32;;fbunit:T(11,13)=u4packed:(0,8),0,32;channel:(11,14)=s4A:(0,8),0,8;B:(0,8),8,8;G:(0,8),16,8;R:(0,8),24,8;;,0,32;;/usr/include/pixrect/pr_planegroups.h/usr/include/pixrect/pr_util.hpr_devdata:T(14,1)=s32next:(14,2)=*(14,1),0,32;rdev:(0,4),32,16;count:(0,1),64,32;fd:(0,1),96,32;va:(14,3)=*(0,4),128,32;bytes:(0,1),160,32;va2:(5,5),192,32;bytes2:(0,1),224,32;;/usr/include/pixrect/memvar.h/usr/include/pixrect/pixfont.h/usr/include/pixrect/traprop.h/usr/include/pixrect/pr_line.h/usr/openwin/include/xview/xv_c_types.h/usr/openwin/include/xview/generic.h/usr/openwin/include/xview/pkg_public.h/usr/openwin/include/xview/pkg.h/usr/openwin/include/xview/attr.h/usr/include/sys/types.h/usr/openwin/include/xview/base.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/malloc.hmallinfo:T(28,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(5,5)/usr/openwin/include/xview/xv_c_types.h/usr/openwin/include/xview/notify.h/usr/include/stdio.h/usr/include/sys/types.h/usr/include/sys/wait.h/usr/include/sys/stdtypes.h/usr/include/sys/time.h/usr/include/time.h/usr/include/sys/stdtypes.htm:T(36,1)=s44tm_sec:(0,1),0,32;tm_min:(0,1),32,32;tm_hour:(0,1),64,32;tm_mday:(0,1),96,32;tm_mon:(0,1),128,32;tm_year:(0,1),160,32;tm_wday:(0,1),192,32;tm_yday:(0,1),224,32;\tm_isdst:(0,1),256,32;tm_zone:(5,5),288,32;tm_gmtoff:(0,1),320,32;;/usr/include/sys/resource.h/usr/openwin/include/xview/base.h/usr/include/varargs.hva_list:t(5,5)_xview_pkg:T(22,1)=s36name:(5,5),0,32;attr_id:(0,8),32,32;size_of_object:(0,8),64,32;parent_pkg:(22,2)=*(22,1),96,32;init:(11,9),128,32;set:(30,1),160,32;get:(30,1),192,32;destroy:(11,9),224,32;find:(30,1),256,32;;Xv_pkg:t(22,1)/usr/openwin/include/xview/xv_error.h/usr/openwin/include/xview/attr.h/usr/openwin/include/xview/sun.h/usr/openwin/include/xview/base.h/usr/include/sys/types.h/usr/include/stdio.hXv_embedding:t(0,8)Xv_base:t(21,1)=s8seal:(0,8),0,32;pkg:(22,2),32,32;;xv_notptr_str:G(5,5)/usr/openwin/include/xview/server.h/usr/openwin/include/xview/generic.h/usr/openwin/include/xview/screen.h/usr/openwin/include/xview/generic.h/usr/openwin/include/xview/notify.h/usr/openwin/include/xview/pixwin.h/usr/include/pixrect/pixrect.h/usr/openwin/include/xview/rect.h/usr/openwin/include/xview/xv_c_types.h/usr/openwin/include/xview/rectlist.h/usr/openwin/include/xview/xv_c_types.h/usr/openwin/include/xview/base.h/usr/openwin/include/xview/win_input.h/usr/include/sys/types.h/usr/include/sys/time.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/openwin/include/X11/X.h_XExtData:T(62,1)=s16number:(0,1),0,32;next:(62,2)=*(62,1),32,32;free_private:(11,9),64,32;private_data:(5,5),96,32;;XExtData:t(62,1)XExtCodes:t(62,3)=s16extension:(0,1),0,32;major_opcode:(0,1),32,32;first_event:(0,1),64,32;first_error:(0,1),96,32;;_XExten:T(62,4)=s60next:(62,5)=*(62,4),0,32;codes:(62,3),32,128;create_GC:(11,9),160,32;copy_GC:(11,9),192,32;flush_GC:(11,9),224,32;free_GC:(11,9),256,32;create_Font:(11,9),288,32;free_Font:(11,9),320,32;\close_display:(11,9),352,32;error:(11,9),384,32;error_string:(62,6)=*(62,7)=f(5,5),416,32;name:(5,5),448,32;;_XExtension:t(62,4)XPixmapFormatValues:t(62,8)=s12depth:(0,1),0,32;bits_per_pixel:(0,1),32,32;scanline_pad:(0,1),64,32;;XGCValues:t(62,9)=s92function:(0,1),0,32;plane_mask:(0,8),32,32;foreground:(0,8),64,32;background:(0,8),96,32;line_width:(0,1),128,32;line_style:(0,1),160,32;cap_style:(0,1),192,32;join_style:(0,1),224,32;\fill_style:(0,1),256,32;fill_rule:(0,1),288,32;arc_mode:(0,1),320,32;tile:(0,8),352,32;stipple:(0,8),384,32;ts_x_origin:(0,1),416,32;ts_y_origin:(0,1),448,32;font:(0,8),480,32;\subwindow_mode:(0,1),512,32;graphics_exposures:(0,1),544,32;clip_x_origin:(0,1),576,32;clip_y_origin:(0,1),608,32;clip_mask:(0,8),640,32;dash_offset:(0,1),672,32;dashes:(0,2),704,8;;_XGC:T(62,10)=s112ext_data:(62,2),0,32;gid:(0,8),32,32;rects:(0,1),64,32;dashes:(0,1),96,32;dirty:(0,8),128,32;values:(62,9),160,736;;GC:t(62,11)=*(62,10)Visual:t(62,12)=s32ext_data:(62,2),0,32;visualid:(0,8),32,32;class:(0,1),64,32;red_mask:(0,8),96,32;green_mask:(0,8),128,32;blue_mask:(0,8),160,32;bits_per_rgb:(0,1),192,32;map_entries:(0,1),224,32;;Depth:t(62,13)=s12depth:(0,1),0,32;nvisuals:(0,1),32,32;visuals:(62,14)=*(62,12),64,32;;Screen:t(62,16)=s80ext_data:(62,2),0,32;display:(62,17)=*(62,15)=xs_XDisplay:,32,32;root:(0,8),64,32;width:(0,1),96,32;height:(0,1),128,32;mwidth:(0,1),160,32;mheight:(0,1),192,32;ndepths:(0,1),224,32;\depths:(62,18)=*(62,13),256,32;root_depth:(0,1),288,32;root_visual:(62,14),320,32;default_gc:(62,11),352,32;cmap:(0,8),384,32;white_pixel:(0,8),416,32;black_pixel:(0,8),448,32;max_maps:(0,1),480,32;\min_maps:(0,1),512,32;backing_store:(0,1),544,32;save_unders:(0,1),576,32;root_input_mask:(0,1),608,32;;ScreenFormat:t(62,19)=s16ext_data:(62,2),0,32;depth:(0,1),32,32;bits_per_pixel:(0,1),64,32;scanline_pad:(0,1),96,32;;XSetWindowAttributes:t(62,20)=s60background_pixmap:(0,8),0,32;background_pixel:(0,8),32,32;border_pixmap:(0,8),64,32;border_pixel:(0,8),96,32;bit_gravity:(0,1),128,32;win_gravity:(0,1),160,32;backing_store:(0,1),192,32;backing_planes:(0,8),224,32;\backing_pixel:(0,8),256,32;save_under:(0,1),288,32;event_mask:(0,1),320,32;do_not_propagate_mask:(0,1),352,32;override_redirect:(0,1),384,32;colormap:(0,8),416,32;cursor:(0,8),448,32;;XWindowAttributes:t(62,21)=s92x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;depth:(0,1),160,32;visual:(62,14),192,32;root:(0,8),224,32;\class:(0,1),256,32;bit_gravity:(0,1),288,32;win_gravity:(0,1),320,32;backing_store:(0,1),352,32;backing_planes:(0,8),384,32;backing_pixel:(0,8),416,32;save_under:(0,1),448,32;colormap:(0,8),480,32;\map_installed:(0,1),512,32;map_state:(0,1),544,32;all_event_masks:(0,1),576,32;your_event_mask:(0,1),608,32;do_not_propagate_mask:(0,1),640,32;override_redirect:(0,1),672,32;screen:(62,22)=*(62,16),704,32;;XHostAddress:t(62,23)=s12family:(0,1),0,32;length:(0,1),32,32;address:(5,5),64,32;;funcs:T(62,25)=s24create_image:(62,26)=*(62,27)=f(62,28)=*(62,24)=xs_XImage:,0,32;destroy_image:(11,9),32,32;get_pixel:(30,1),64,32;put_pixel:(11,9),96,32;sub_image:(62,26),128,32;add_pixel:(11,9),160,32;;_XImage:T(62,24)=s88width:(0,1),0,32;height:(0,1),32,32;xoffset:(0,1),64,32;format:(0,1),96,32;data:(5,5),128,32;byte_order:(0,1),160,32;bitmap_unit:(0,1),192,32;bitmap_bit_order:(0,1),224,32;\bitmap_pad:(0,1),256,32;depth:(0,1),288,32;bytes_per_line:(0,1),320,32;bits_per_pixel:(0,1),352,32;red_mask:(0,8),384,32;green_mask:(0,8),416,32;blue_mask:(0,8),448,32;obdata:(5,5),480,32;f:(62,25),512,192;;XImage:t(62,24)XWindowChanges:t(62,29)=s28x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;sibling:(0,8),160,32;stack_mode:(0,1),192,32;;XColor:t(62,30)=s12pixel:(0,8),0,32;red:(0,6),32,16;green:(0,6),48,16;blue:(0,6),64,16;flags:(0,2),80,8;pad:(0,2),88,8;;XSegment:t(62,31)=s8x1:(0,4),0,16;y1:(0,4),16,16;x2:(0,4),32,16;y2:(0,4),48,16;;XPoint:t(62,32)=s4x:(0,4),0,16;y:(0,4),16,16;;XRectangle:t(62,33)=s8x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;;XArc:t(62,34)=s12x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;angle1:(0,4),64,16;angle2:(0,4),80,16;;XKeyboardControl:t(62,35)=s32key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,1),64,32;bell_duration:(0,1),96,32;led:(0,1),128,32;led_mode:(0,1),160,32;key:(0,1),192,32;auto_repeat_mode:(0,1),224,32;;XKeyboardState:t(62,36)=s56key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,8),64,32;bell_duration:(0,8),96,32;led_mask:(0,8),128,32;global_auto_repeat:(0,1),160,32;auto_repeats:(62,37)=ar(0,1);0;31;(0,2),192,256;;XTimeCoord:t(62,38)=s8time:(0,8),0,32;x:(0,4),32,16;y:(0,4),48,16;;XModifierKeymap:t(62,39)=s8max_keypermod:(0,1),0,32;modifiermap:(1,2),32,32;;_DisplayAtoms:T(62,40)=s24text:(0,8),0,32;wm_state:(0,8),32,32;wm_protocols:(0,8),64,32;wm_save_yourself:(0,8),96,32;wm_change_state:(0,8),128,32;wm_colormap_windows:(0,8),160,32;;_XDisplay:T(62,15)=s1252ext_data:(62,2),0,32;next:(62,44)=*(62,15),32,32;fd:(0,1),64,32;lock:(0,1),96,32;proto_major_version:(0,1),128,32;proto_minor_version:(0,1),160,32;vendor:(5,5),192,32;resource_base:(0,1),224,32;\resource_mask:(0,1),256,32;resource_id:(0,1),288,32;resource_shift:(0,1),320,32;resource_alloc:(30,1),352,32;byte_order:(0,1),384,32;bitmap_unit:(0,1),416,32;bitmap_pad:(0,1),448,32;bitmap_bit_order:(0,1),480,32;\nformats:(0,1),512,32;pixmap_format:(62,45)=*(62,19),544,32;vnumber:(0,1),576,32;release:(0,1),608,32;head:(62,46)=*(62,41)=xs_XSQEvent:,640,32;tail:(62,46),672,32;qlen:(0,1),704,32;last_request_read:(0,8),736,32;\request:(0,8),768,32;last_req:(5,5),800,32;buffer:(5,5),832,32;bufptr:(5,5),864,32;bufmax:(5,5),896,32;max_request_size:(0,8),928,32;db:(62,47)=*(62,42)=xs_XrmHashBucketRec:,960,32;synchandler:(11,9),992,32;\display_name:(5,5),1024,32;default_screen:(0,1),1056,32;nscreens:(0,1),1088,32;screens:(62,22),1120,32;motion_buffer:(0,8),1152,32;current:(0,8),1184,32;min_keycode:(0,1),1216,32;max_keycode:(0,1),1248,32;\keysyms:(23,1),1280,32;modifiermap:(62,48)=*(62,39),1312,32;keysyms_per_keycode:(0,1),1344,32;xdefaults:(5,5),1376,32;scratch_buffer:(5,5),1408,32;scratch_length:(0,8),1440,32;ext_number:(0,1),1472,32;ext_procs:(62,5),1504,32;\event_vec:(62,49)=ar(0,1);0;127;(11,9),1536,4096;wire_vec:(62,49),5632,4096;lock_meaning:(0,8),9728,32;key_bindings:(62,50)=*(62,43)=xsXKeytrans:,9760,32;cursor_font:(0,8),9792,32;atoms:(62,51)=*(62,40),9824,32;reconfigure_wm_window:(62,52)=s12sequence_number:(0,1),0,32;old_handler:(11,9),32,32;succeeded:(0,1),64,32;;,9856,96;\flags:(0,8),9952,32;mode_switch:(0,8),9984,32;;Display:t(62,15)XKeyEvent:t(62,53)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;keycode:(0,8),416,32;same_screen:(0,1),448,32;;XKeyPressedEvent:t(62,53)XKeyReleasedEvent:t(62,53)XButtonEvent:t(62,54)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;button:(0,8),416,32;same_screen:(0,1),448,32;;XButtonPressedEvent:t(62,54)XButtonReleasedEvent:t(62,54)XMotionEvent:t(62,55)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;is_hint:(0,2),416,8;same_screen:(0,1),448,32;;XPointerMovedEvent:t(62,55)XCrossingEvent:t(62,56)=s68type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;mode:(0,1),384,32;detail:(0,1),416,32;same_screen:(0,1),448,32;focus:(0,1),480,32;state:(0,8),512,32;;XEnterWindowEvent:t(62,56)XLeaveWindowEvent:t(62,56)XFocusChangeEvent:t(62,57)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;window:(0,8),128,32;mode:(0,1),160,32;detail:(0,1),192,32;;XFocusInEvent:t(62,57)XFocusOutEvent:t(62,57)XKeymapEvent:t(62,58)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;window:(0,8),128,32;key_vector:(62,37),160,256;;XExposeEvent:t(62,59)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;window:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;;XGraphicsExposeEvent:t(62,60)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;drawable:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;major_code:(0,1),320,32;minor_code:(0,1),352,32;;XNoExposeEvent:t(62,61)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;drawable:(0,8),128,32;major_code:(0,1),160,32;minor_code:(0,1),192,32;;XVisibilityEvent:t(62,62)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;window:(0,8),128,32;state:(0,1),160,32;;XCreateWindowEvent:t(62,63)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;override_redirect:(0,1),352,32;;XDestroyWindowEvent:t(62,64)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;event:(0,8),128,32;window:(0,8),160,32;;XUnmapEvent:t(62,65)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;event:(0,8),128,32;window:(0,8),160,32;from_configure:(0,1),192,32;;XMapEvent:t(62,66)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;event:(0,8),128,32;window:(0,8),160,32;override_redirect:(0,1),192,32;;XMapRequestEvent:t(62,67)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;parent:(0,8),128,32;window:(0,8),160,32;;XReparentEvent:t(62,68)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;event:(0,8),128,32;window:(0,8),160,32;parent:(0,8),192,32;x:(0,1),224,32;\y:(0,1),256,32;override_redirect:(0,1),288,32;;XConfigureEvent:t(62,69)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;override_redirect:(0,1),384,32;;XGravityEvent:t(62,70)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;;XResizeRequestEvent:t(62,71)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;window:(0,8),128,32;width:(0,1),160,32;height:(0,1),192,32;;XConfigureRequestEvent:t(62,72)=s56type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;detail:(0,1),384,32;value_mask:(0,8),416,32;;XCirculateEvent:t(62,73)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;event:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XCirculateRequestEvent:t(62,74)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;parent:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XPropertyEvent:t(62,75)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;window:(0,8),128,32;atom:(0,8),160,32;time:(0,8),192,32;state:(0,1),224,32;;XSelectionClearEvent:t(62,76)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;window:(0,8),128,32;selection:(0,8),160,32;time:(0,8),192,32;;XSelectionRequestEvent:t(62,77)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;owner:(0,8),128,32;requestor:(0,8),160,32;selection:(0,8),192,32;target:(0,8),224,32;\property:(0,8),256,32;time:(0,8),288,32;;XSelectionEvent:t(62,78)=s36type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;requestor:(0,8),128,32;selection:(0,8),160,32;target:(0,8),192,32;property:(0,8),224,32;time:(0,8),256,32;;XColormapEvent:t(62,79)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;window:(0,8),128,32;colormap:(0,8),160,32;new:(0,1),192,32;state:(0,1),224,32;;XClientMessageEvent:t(62,80)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;window:(0,8),128,32;message_type:(0,8),160,32;format:(0,1),192,32;data:(62,81)=u20b:(62,82)=ar(0,1);0;19;(0,2),0,160;\s:(62,83)=ar(0,1);0;9;(0,4),0,160;l:(62,84)=ar(0,1);0;4;(0,1),0,160;;,224,160;;XMappingEvent:t(62,85)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;window:(0,8),128,32;request:(0,1),160,32;first_keycode:(0,1),192,32;count:(0,1),224,32;;XErrorEvent:t(62,86)=s20type:(0,1),0,32;display:(62,44),32,32;resourceid:(0,8),64,32;serial:(0,8),96,32;error_code:(0,5),128,8;request_code:(0,5),136,8;minor_code:(0,5),144,8;;XAnyEvent:t(62,87)=s20type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(62,44),96,32;window:(0,8),128,32;;_XEvent:T(62,88)=u96type:(0,1),0,32;xany:(62,87),0,160;xkey:(62,53),0,480;xbutton:(62,54),0,480;xmotion:(62,55),0,480;xcrossing:(62,56),0,544;xfocus:(62,57),0,224;xexpose:(62,59),0,320;\xgraphicsexpose:(62,60),0,384;xnoexpose:(62,61),0,224;xvisibility:(62,62),0,192;xcreatewindow:(62,63),0,384;xdestroywindow:(62,64),0,192;xunmap:(62,65),0,224;xmap:(62,66),0,224;xmaprequest:(62,67),0,192;\xreparent:(62,68),0,320;xconfigure:(62,69),0,416;xgravity:(62,70),0,256;xresizerequest:(62,71),0,224;xconfigurerequest:(62,72),0,448;xcirculate:(62,73),0,224;xcirculaterequest:(62,74),0,224;xproperty:(62,75),0,256;\xselectionclear:(62,76),0,224;xselectionrequest:(62,77),0,320;xselection:(62,78),0,288;xcolormap:(62,79),0,256;xclient:(62,80),0,384;xmapping:(62,85),0,256;xerror:(62,86),0,160;xkeymap:(62,58),0,416;pad:(62,89)=ar(0,1);0;23;(0,1),0,768;;XEvent:t(62,88)_XSQEvent:T(62,41)=s100next:(62,90)=*(62,41),0,32;event:(62,88),32,768;;_XQEvent:t(62,41)XCharStruct:t(62,91)=s12lbearing:(0,4),0,16;rbearing:(0,4),16,16;width:(0,4),32,16;ascent:(0,4),48,16;descent:(0,4),64,16;attributes:(0,6),80,16;;XFontProp:t(62,92)=s8name:(0,8),0,32;card32:(0,8),32,32;;XFontStruct:t(62,93)=s80ext_data:(62,2),0,32;fid:(0,8),32,32;direction:(0,8),64,32;min_char_or_byte2:(0,8),96,32;max_char_or_byte2:(0,8),128,32;min_byte1:(0,8),160,32;max_byte1:(0,8),192,32;all_chars_exist:(0,1),224,32;\default_char:(0,8),256,32;n_properties:(0,1),288,32;properties:(62,94)=*(62,92),320,32;min_bounds:(62,91),352,96;max_bounds:(62,91),448,96;per_char:(62,95)=*(62,91),544,32;ascent:(0,1),576,32;descent:(0,1),608,32;;XTextItem:t(62,96)=s16chars:(5,5),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XChar2b:t(62,97)=s2byte1:(0,5),0,8;byte2:(0,5),8,8;;XTextItem16:t(62,98)=s16chars:(62,99)=*(62,97),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XEDataObject:t(62,100)=u4display:(62,44),0,32;gc:(62,11),0,32;visual:(62,14),0,32;screen:(62,22),0,32;pixmap_format:(62,45),0,32;font:(62,101)=*(62,93),0,32;;XErrorHandler:t(11,9)XIOErrorHandler:t(11,9)/usr/openwin/include/xview/base.h/usr/openwin/include/xview/win_event.hinputmask:T(59,1)=s18im_flags:(0,4),0,16;im_keycode:(59,2)=ar(0,1);0;15;(0,2),16,128;;Inputmask:t(59,1)inputevent:T(59,3)=s36ie_code:(0,4),0,16;ie_flags:(0,4),16,16;ie_shiftmask:(0,4),32,16;ie_locx:(0,4),48,16;ie_locy:(0,4),64,16;ie_time:(35,1),96,64;action:(0,4),160,16;ie_win:(0,8),192,32;\ie_string:(5,5),224,32;ie_xevent:(59,4)=*(62,88),256,32;;Event:t(59,3)Ws_scale:t(59,5)=s4ceiling:(0,6),0,16;factor:(0,6),16,16;;Ws_scale_list:t(59,6)=s64scales:(59,7)=ar(0,1);0;15;(59,5),0,512;;xv_in_loop:G(0,1)/usr/openwin/include/xview/xv_version.hxview_version:G(0,6)xv_version:G(5,5)/usr/openwin/include/xview/icon.h/usr/openwin/include/xview/window.h/usr/openwin/include/xview/generic.h/usr/openwin/include/xview/server.h/usr/openwin/include/xview/screen.h/usr/openwin/include/xview/drawable.h/usr/openwin/include/xview/generic.h/usr/openwin/include/xview/win_input.h/usr/openwin/include/xview/rect.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/xview/attrol.h/usr/openwin/include/xview/base.h/usr/openwin/include/xview/attr.h/usr/openwin/include/xview/svrimage.h/usr/openwin/include/xview/generic.h/usr/openwin/include/xview/pkg.h/usr/openwin/include/xview/drawable.h/usr/include/sys/types.h/usr/include/pixrect/pixrect.h/usr/openwin/include/xview/frame.h/usr/openwin/include/xview/window.h/usr/openwin/include/xview/attrol.h/usr/openwin/include/X11/X.h/usr/openwin/include/xview/openmenu.h/usr/openwin/include/xview/generic.h/usr/openwin/include/xview/pkg.h/usr/openwin/include/xview/attrol.h/usr/openwin/include/xview/window.h/usr/openwin/include/xview/panel.h/usr/openwin/include/xview/canvas.h/usr/openwin/include/xview/openwin.h/usr/openwin/include/xview/window.h/usr/openwin/include/xview/attrol.h/usr/openwin/include/xview/pixwin.h/usr/openwin/include/xview/win_input.h/usr/openwin/include/xview/frame.h/usr/openwin/include/xview/canvas.h/usr/openwin/include/xview/screen.h/usr/openwin/include/xview/openmenu.h/sw/loc/include/gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h_GC_rec:T(108,1)=s112gc:(62,11),0,32;ref_count:(0,4),32,16;num_cliprects:(0,1),64,32;valuemask:(0,8),96,32;values:(62,9),128,736;next:(108,2)=*(108,1),864,32;;GC_rec:t(108,1)pixlabel:T(108,3)=s12pixmap:(0,8),0,32;width:(0,1),32,32;height:(0,1),64,32;;Pixlabel:t(108,3)graphics_info:T(108,4)=s148dpy:(62,44),0,32;scrn:(0,1),32,32;depth:(0,8),64,32;glyphfont:(62,101),96,32;textfont:(62,101),128,32;three_d:(0,4),160,16;gc_rec:(108,5)=ar(0,1);0;8;(108,2),192,288;stipple_pixmaps:(108,6)=ar(0,1);0;2;(0,8),480,96;\pixvals:(108,7)=ar(0,1);0;4;(0,8),576,160;button_height:(0,4),736,16;endcap_width:(0,4),752,16;sb_width:(0,4),768,16;sb_height:(0,4),784,16;abbrev_width:(0,4),800,16;slider_width:(0,4),816,16;slider_height:(0,4),832,16;\se_width:(0,4),848,16;se_height:(0,4),864,16;mm_width:(0,4),880,16;mm_height:(0,4),896,16;base_off:(0,4),912,16;slider_offset:(0,4),928,16;cb_width:(0,4),944,16;cb_height:(0,4),960,16;\pp_width:(0,4),976,16;pp_height:(0,4),992,16;gauge_width:(0,4),1008,16;gauge_height:(0,4),1024,16;textscbu_width:(0,4),1040,16;gauge_endcapOffset:(0,4),1056,16;numscbu_width:(0,4),1072,16;resize_arm_width:(0,4),1088,16;\abbsb_height:(0,4),1104,16;cable_offset:(0,4),1120,16;cable_width:(0,4),1136,16;point_size:(0,4),1152,16;;Graphics_info:t(108,4)ol_ll_:T(108,8)=s56parent:(108,10)=*(108,9)=xsol_:,0,32;last:(108,11)=*(108,8),32,32;next:(108,11),64,32;type:(0,1),96,32;name:(62,37),128,256;widget:(5,5),384,32;win:(0,8),416,32;;Ol_ll:t(108,8)ol_:T(108,9)=s36display:(62,44),0,32;depth:(0,1),32,32;visual:(62,14),64,32;cmap:(0,8),96,32;background:(0,1),128,32;hand_cursor:(0,8),160,32;gin:(108,12)=*(108,4),192,32;head:(108,11),224,32;tail:(108,11),256,32;;Ol:t(108,9)ol_button_:T(108,13)=s76parent:(108,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(62,37),224,256;\event_proc:(11,9),480,32;user_data:(25,1),512,32;user_data2:(25,1),544,32;toggle:(0,1),576,32;;OlButton:t(108,13)ol_menu_item_:T(108,15)=s60x:(0,1),0,32;y:(0,1),32,32;w:(0,1),64,32;h:(0,1),96,32;state:(0,1),128,32;on:(0,1),160,32;label:(62,37),192,256;pull_right:(108,16)=*(108,14)=xsol_menu_:,448,32;;ol_menu_:T(108,14)=s84parent:(108,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(62,37),224,256;\event_proc:(11,9),480,32;user_data:(25,1),512,32;user_data2:(25,1),544,32;win:(0,8),576,32;nitems:(0,1),608,32;items:(108,17)=*(108,15),640,32;;OlMenu:t(108,14)ol_scrollbar_:T(108,18)=s264parent:(108,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;anchor0_x:(0,1),160,32;anchor0_y:(0,1),192,32;anchor0_w:(0,1),224,32;\anchor0_h:(0,1),256,32;anchor1_x:(0,1),288,32;anchor1_y:(0,1),320,32;anchor1_w:(0,1),352,32;anchor1_h:(0,1),384,32;arrow0_x:(0,1),416,32;arrow0_y:(0,1),448,32;arrow0_w:(0,1),480,32;\arrow0_h:(0,1),512,32;arrow1_x:(0,1),544,32;arrow1_y:(0,1),576,32;arrow1_w:(0,1),608,32;arrow1_h:(0,1),640,32;elev_x:(0,1),672,32;elev_y:(0,1),704,32;elev_w:(0,1),736,32;\elev_h:(0,1),768,32;state:(0,1),800,32;state0:(0,1),832,32;state1:(0,1),864,32;x_old:(0,1),896,32;y_old:(0,1),928,32;on:(0,1),960,32;changed:(0,1),992,32;\horizontal:(0,1),1024,32;immediate:(0,1),1056,32;length:(0,1),1088,32;elev:(0,1),1120,32;min_elev:(0,1),1152,32;max_elev:(0,1),1184,32;elev_old:(0,1),1216,32;prop:(0,1),1248,32;\prop_length:(0,1),1280,32;win_x:(0,1),1312,32;win_y:(0,1),1344,32;win_dim:(0,1),1376,32;scroll_incr:(0,10),1408,64;full0:(0,10),1472,64;full1:(0,10),1536,64;view0:(0,10),1600,64;\view1:(0,10),1664,64;view0_old:(0,10),1728,64;view1_old:(0,10),1792,64;view0_last:(0,10),1856,64;view1_last:(0,10),1920,64;popup_menu:(108,19)=*(108,14),1984,32;scroll_proc:(11,9),2016,32;user_data:(25,1),2048,32;user_data2:(25,1),2080,32;;OlScrollbar:t(108,18)ol_box_:T(108,20)=s44parent:(108,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;gc:(62,11),224,32;\draw_proc:(11,9),256,32;user_data:(25,1),288,32;user_data2:(25,1),320,32;;OlBox:t(108,20)/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.hgpl_trace:T(107,1)=s32id_string:(5,5),0,32;units:(5,5),32,32;uvar:(0,9),64,32;nsegs:(0,1),96,32;tstart:(107,2)=*(0,10),128,32;dt:(107,2),160,32;nsamps:(17,3),192,32;data:(107,3)=*(107,4)=*(0,9),224,32;;GPLTrace:t(107,1)gpl_arrival:T(107,5)=s104arrival_id:(25,1),0,32;time:(0,10),64,64;deltime:(0,10),128,64;ptime:(0,10),192,64;ap0time:(0,10),256,64;ap1time:(0,10),320,64;pamp:(0,9),384,32;ap0amp:(0,9),416,32;\ap1amp:(0,9),448,32;amp:(0,9),480,32;phase:(59,2),512,128;fm:(107,6)=ar(0,1);0;7;(0,2),640,64;quality:(107,6),704,64;overlay:(0,1),768,32;;GPLArrival:t(107,5)gpl_pane_:T(107,7)=s40parent:(107,9)=*(107,8)=xsgather_plot_:,0,32;type:(0,1),32,32;visible:(0,1),64,32;grab:(0,1),96,32;x:(0,1),128,32;y:(0,1),160,32;w:(0,1),192,32;h:(0,1),224,32;\background:(0,1),256,32;foreground:(0,1),288,32;;GPLPane:t(107,7)gpl_widgets_:T(107,11)=s12ol_widget:(5,5),0,32;type:(0,1),32,32;on:(0,1),64,32;;strace_:T(107,12)=s48trace_id:(25,1),0,32;ampwin:(0,9),32,32;amp0:(0,9),64,32;ascale:(0,9),96,32;t0:(0,10),128,64;xl:(0,1),192,32;xr:(0,1),224,32;yt:(0,1),256,32;\yb:(0,1),288,32;select:(0,1),320,32;display:(0,1),352,32;;gather_plot_:T(107,8)=s1480display:(62,44),0,32;screen:(0,1),32,32;visual:(62,14),64,32;depth:(0,1),96,32;cmap:(0,8),128,32;progname:(107,14)=ar(0,1);0;63;(0,2),160,512;title:(107,15)=ar(0,1);0;127;(0,2),672,1024;shutdown:(0,1),1696,32;\first:(0,1),1728,32;xcom:(107,16)=*(110,1),1760,32;fdcom:(0,1),1792,32;Static:(107,17)=*(107,10)=xsgather_plot_static_:,1824,32;ol:(107,18)=*(108,9),1856,32;box:(5,5),1888,32;overlays:(5,5),1920,32;gpl_mag:(107,19)=*(107,8),1952,32;\mag_win_w:(0,1),1984,32;mag_win_h:(0,1),2016,32;n_sln_wins:(0,1),2048,32;gpl_sln:(107,20)=*(107,19),2080,32;sln_win_w:(0,1),2112,32;sln_win_h:(0,1),2144,32;gpl_parent:(107,19),2176,32;user_data:(5,5),2208,32;\nwidgets:(0,1),2240,32;widgets:(107,21)=ar(0,1);0;19;(107,11),2272,1920;trace_menu:(108,19),4192,32;phase_menu:(108,19),4224,32;arrival_menu:(108,19),4256,32;uvar_scrollbar:(107,22)=*(108,18),4288,32;sta_scrollbar:(107,22),4320,32;time_scrollbar:(107,22),4352,32;\button_flags:(0,1),4384,32;label_foreground:(0,1),4416,32;label_background:(0,1),4448,32;uvar_foreground:(0,1),4480,32;trace_foreground:(0,1),4512,32;trace_background:(0,1),4544,32;gpl_win_visible:(0,1),4576,32;batch_on:(0,1),4608,32;\gpl_win:(0,8),4640,32;gpl_win_parent:(0,8),4672,32;gpl_win_gc:(62,11),4704,32;time_cursor_gc:(62,11),4736,32;time_line_gc:(62,11),4768,32;trace_bkg_gc:(62,11),4800,32;trace_frg_gc:(62,11),4832,32;trace_rect_gc:(62,11),4864,32;\label_bkg_gc:(62,11),4896,32;trace_moveout_gc:(62,11),4928,32;trace_arrival_gc:(62,11),4960,32;parent_pane:(107,7),4992,320;gpl_pane:(107,7),5312,320;gpl_win_x_fr:(0,9),5632,32;gpl_win_y_fr:(0,9),5664,32;gpl_win_w_fr:(0,9),5696,32;\gpl_win_h_fr:(0,9),5728,32;trace_pane:(107,7),5760,320;trace_pane_x_fr:(0,9),6080,32;trace_pane_y_fr:(0,9),6112,32;trace_pane_w_fr:(0,9),6144,32;trace_pane_h_fr:(0,9),6176,32;trace_pane_l_margin:(0,1),6208,32;trace_pane_r_margin:(0,1),6240,32;\trace_pane_t_margin:(0,1),6272,32;trace_pane_b_margin:(0,1),6304,32;widget_pane:(107,7),6336,320;uvar_scrl_pane:(107,7),6656,320;uvar_pane:(107,7),6976,320;sta_pane:(107,7),7296,320;sta_scrl_pane:(107,7),7616,320;time_pane:(107,7),7936,320;\status_pane:(107,7),8256,320;time_scrl_pane:(107,7),8576,320;trace_win_imm:(0,1),8896,32;trace_mouse_mode:(0,1),8928,32;trace_mouse_mode_old:(0,1),8960,32;trace_mouse_state:(0,1),8992,32;trace_mouse_xold:(0,1),9024,32;trace_mouse_yold:(0,1),9056,32;\trace_x_first:(0,1),9088,32;trace_y_first:(0,1),9120,32;arrival_select:(0,1),9152,32;arrival_edit:(0,1),9184,32;old_mask:(0,8),9216,32;time_cursor_ovls:(5,5),9248,32;time_flags:(0,8),9280,32;ntimes:(0,1),9312,32;\xtime:(0,1),9344,32;dxtime:(0,1),9376,32;ttime:(0,10),9408,64;dttime:(0,10),9472,64;tstime:(0,10),9536,64;uvar_flags:(0,8),9600,32;uvar_ordinal:(0,1),9632,32;nuvars:(0,1),9664,32;\yuvar:(0,1),9696,32;dyuvar:(0,1),9728,32;uuvar:(0,9),9760,32;duuvar:(0,9),9792,32;usuvar:(0,9),9824,32;sta_flags:(0,8),9856,32;trace_pixmap:(0,8),9888,32;trace_pixmap_gc:(62,11),9920,32;\trace_pixmap_gc2:(62,11),9952,32;trace_pixmap_w:(0,1),9984,32;trace_pixmap_h:(0,1),10016,32;trace_plot_mode:(0,1),10048,32;trace_overlay_mode:(0,1),10080,32;trace_moveout_mode:(0,1),10112,32;trace_moveout_t0:(0,10),10176,64;trace_moveout_slo:(0,9),10240,32;\trace_moveout_t0l:(0,10),10304,64;trace_moveout_slol:(0,9),10368,32;trace_filter_mode:(0,1),10400,32;trace_filter_index:(0,1),10432,32;trace_time_resize:(0,1),10464,32;trace_uvar_resize:(0,1),10496,32;t0:(0,10),10560,64;twin:(0,10),10624,64;\t0_full:(0,10),10688,64;twin_full:(0,10),10752,64;uvar_name:(5,5),10816,32;uvar0:(0,9),10848,32;uvarwin:(0,9),10880,32;uvar0_full:(0,9),10912,32;uvarwin_full:(0,9),10944,32;sta0:(0,1),10976,32;\stawin:(0,1),11008,32;stawin_full:(0,1),11040,32;trace_ht:(0,9),11072,32;trace_height:(0,9),11104,32;amp0:(0,9),11136,32;ampwin:(0,9),11168,32;gain:(0,9),11200,32;clip:(0,1),11232,32;\amp_scale_mode:(0,1),11264,32;agcwin:(0,9),11296,32;amp_uvar_mode:(0,1),11328,32;ntraces:(0,1),11360,32;traces:(107,23)=*(107,12),11392,32;tshift:(0,10),11456,64;arrfl_sel:(107,24)=*(107,13)=xsgpl_arrival_flag_:,11520,32;get_trace:(11,9),11552,32;\get_arrivals:(11,9),11584,32;get_arrs:(11,9),11616,32;put_arrival:(62,6),11648,32;put_arr:(62,6),11680,32;resize_proc:(11,9),11712,32;key_event_proc:(11,9),11744,32;sta_info:(11,9),11776,32;;GatherPlot:t(107,8)gather_plot_static_:T(107,10)=s380display:(62,44),0,32;screen:(0,1),32,32;visual:(62,14),64,32;depth:(0,1),96,32;cmap:(0,8),128,32;pixel:(0,8),160,32;pixel_cmpl:(0,8),192,32;red_pixel:(0,1),224,32;\yellow_pixel:(0,1),256,32;yellow2_pixel:(0,1),288,32;green_pixel:(0,1),320,32;blue_pixel:(0,1),352,32;gray_pixel:(0,1),384,32;gray_pixels:(107,26)=ar(0,1);0;31;(0,1),416,1024;chrom_pixels:(107,26),1440,1024;label_foreground:(0,1),2464,32;\label_background:(0,1),2496,32;uvar_foreground:(0,1),2528,32;trace_foreground:(0,1),2560,32;trace_background:(0,1),2592,32;arrival_foreground:(0,1),2624,32;arrival_background:(0,1),2656,32;sel_arrival_foreground:(0,1),2688,32;sel_arrival_background:(0,1),2720,32;\dotted_pixmap:(0,8),2752,32;trace_font:(62,101),2784,32;trace_font_small:(62,101),2816,32;normal_cursor:(0,8),2848,32;busy_cursor:(0,8),2880,32;hscrl_cursor:(0,8),2912,32;vscrl_cursor:(0,8),2944,32;filters:(107,27)=*(107,25)=xsgather_plot_filter_:,2976,32;nfilters:(0,1),3008,32;;gather_plot_filter_:T(107,25)=s72type:(0,1),0,32;label:(62,37),32,256;start_pad:(0,10),320,64;end_pad:(0,10),384,64;param1:(0,9),448,32;param2:(0,9),480,32;param3:(0,9),512,32;param4:(0,9),544,32;;gpl_arrival_flag_:T(107,13)=s128arrival_id:(25,1),0,32;strace:(107,23),32,32;gpl:(107,19),64,32;selected:(0,1),96,32;overlay:(0,1),128,32;pm:(0,8),160,32;h:(0,1),192,32;time:(0,10),256,64;\deltime:(0,10),320,64;deltime_box:(5,5),384,32;ptime:(0,10),448,64;ap0time:(0,10),512,64;ap1time:(0,10),576,64;pamp:(0,9),640,32;amp:(0,9),672,32;ap0amp:(0,9),704,32;\ap1amp:(0,9),736,32;ampper_box:(5,5),768,32;phase:(59,2),800,128;fm:(107,6),928,64;;gpl_arrival_flag:t(107,13)./GPL_xview.hGPL_create_from_xview_canvas:F(107,19)canvas:p(0,8)display:(62,44)visual:(62,14)screen:(0,1)depth:(0,1)cmap:(0,8)win:(0,8)paint_window:(0,8)gpl:(107,19)GPL_create_xview_menus:F(0,11)gpl:p(107,19)panel:p(0,8)i:(0,1)j:(0,1)menu:(0,8)mi:(0,8)ol_menu:(108,19)ol_button:(0,13)=*(108,13)xview_event_proc:F(0,11)window:p(0,8)event:p(0,14)=*(59,3)gpl:(107,19)xview_menu_proc:F(0,11)menu:p(0,8)menu_item:p(0,8)ol_menu:(108,19)i:(0,1)xview_button_proc:F(0,11)item:p(0,8)event:p(0,14)ol_button:(0,13)i:(0,1)display_response.oARR_SEG1VAR_SEG1dbl.o_nids_idlist/auto/jspc/sw/src/lib/dataformat/db/dbl.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/stdio.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hsingle:t(0,9)extended:t(17,1)=ar(0,1);0;2;(0,8)quadruple:t(17,2)=s16u:(17,3)=ar(0,1);0;3;(0,8),0,128;;fp_exception_field_type:t(0,8)sigfpe_code_type:t(0,1)sigfpe_handler_type:t(3,2)fp_direction:G(18,1)fp_precision:G(18,2)fp_accrued_exceptions:G(0,8)decimal_string:t(17,4)=ar(0,1);0;511;(0,2)decimal_record:t(17,5)=s532fpclass:(18,4),0,32;sign:(0,1),32,32;exponent:(0,1),64,32;ds:(17,4),96,4096;more:(0,1),4192,32;ndigits:(0,1),4224,32;;decimal_form:T(17,6)=efixed_form:0,floating_form:1,;decimal_mode:t(17,7)=s12rd:(18,1),0,32;df:(17,6),32,32;ndigits:(0,1),64,32;;decimal_string_form:T(17,8)=einvalid_form:0,whitespace_form:1,fixed_int_form:2,fixed_intdot_form:3,fixed_dotfrac_form:4,fixed_intdotfrac_form:5,floating_int_form:6,floating_intdot_form:7,\floating_dotfrac_form:8,floating_intdotfrac_form:9,inf_form:10,infinity_form:11,nan_form:12,nanstring_form:13,;ieee_handlers:G(17,9)=ar(0,1);0;4;(3,2)errno:G(0,1)fp_pi_type:T(16,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(16,1)exception:T(16,2)=s32type:(0,1),0,32;name:(3,5),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)/sw/loc/include/errlog.hProgram_Name:G(3,5)/sw/loc/include/arrays.hTbl:T(20,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(20,2)=*(3,5),64,32;;Tbl:t(20,1)Arr:T(20,3)=s8root:(3,5),0,32;cmp:(20,4)=*(20,5)=f(0,1),32,32;;Arr:t(20,3)Stbl:T(20,6)=s16tbl:(20,7)=*(20,1),0,32;root:(3,5),32,32;cmp:(20,4),64,32;changed:(0,1),96,32;;Stbl:t(20,6)/sw/loc/include/pf.hPfvalue:t(21,1)=u4s:(3,5),0,32;arr:(21,2)=*(20,3),0,32;tbl:(20,7),0,32;;Pf:T(21,3)=s8type:(0,1),0,32;value:(21,1),32,32;;Pf:t(21,3)optarg:G(3,5)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(13,1)=s16name:(3,5),0,32;has_arg:(0,1),32,32;flag:(13,2)=*(0,1),64,32;val:(0,1),96,32;;Dbptr:T(12,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(12,1)Dbvalue:T(12,2)=u1024t:(3,5),0,32;s:(12,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(20,7),0,32;arr:(21,2),0,32;;Dbvalue:t(12,2)Exvalue:T(12,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(3,5),0,32;p:(12,6)=*(12,5)=xsre_pattern_buffer:,0,32;fi:(20,4),0,32;fd:(12,7)=*(12,8)=f(0,10),0,32;fs:(12,9)=*(12,10)=f(3,5),0,32;;Exvalue:t(12,4)Expression:T(12,11)=s32left:(12,12)=*(12,11),0,32;right:(12,12),32,32;x3:(12,12),64,32;x4:(12,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(12,4),192,64;;Expression:t(12,11)dbinvalid:G(12,1)/sw/loc/include/stock.h./dbl2.h./db.h./db.h./db.hdb30_create:F(0,13)=*(12,1)dbname:p(3,5)db:(0,13)DBL_get_tuple:F(0,13)dbl:p(0,13)relid:p(3,5)ituple:p(0,1)db1:(0,13)Idlist:T(0,14)=s8table:(3,5),0,32;id:(3,5),32,32;;Idlist:t(0,14)idlist:S(0,15)=ar(0,1);0;9;(0,14)nids:S(0,1)DBL_add_tuple:F(0,1)dbl:p(0,13)relid:p(3,5)db1:(12,1)i:(0,1)nextid:(0,1)DBL_put_tuple:F(0,1)dbl:p(0,13)relid:p(3,5)tuple:p(0,13)db1:(12,1)temp:(12,3)DBL_get_nrels:F(0,1)dbl:p(0,13)n:(0,1)DBL_get_ntuples:F(0,1)dbl:p(0,13)relid:p(3,5)db1:(12,1)n:(0,1)DBL_exist_db:F(0,1)dbl:p(0,13)db1:(12,1)i:(0,1)ntables:(0,1)nrecords:(0,1)n:(0,1)DBL_exist_rel:F(0,1)dbl:p(0,13)relname:p(3,5)db1:(12,1)n:(0,1)get_wfdisc28_trace_data:F(0,1)DBL_get_rel:F(0,13)dbl:p(0,13)table:p(3,5)db:(0,13)DBL_compose_filename:F(3,5)rel:p(0,13)dir:p(3,5)dfile:p(3,5)fname:V(12,3)dirname:(3,5)DBL_check_file:F(0,1)rel:p(0,13)dir:p(3,5)dfile:p(3,5)fname:(3,5)DBL_get_attrs.o/export/jspc/sw/src/lib/dataformat/db/dbgetv.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.hva_list:t(2,1)=*(0,2)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hfp_pi_type:T(3,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(3,1)exception:T(3,2)=s32type:(0,1),0,32;name:(2,1),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)/usr/include/search.hentry:T(6,1)=s8key:(2,1),0,32;data:(2,1),32,32;;ENTRY:t(6,1)ACTION:t(6,2)=eFIND:0,ENTER:1,;VISIT:t(6,3)=epreorder:0,postorder:1,endorder:2,leaf:3,;./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(10,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(2,1)/usr/include/math.h/sw/loc/include/errlog.hProgram_Name:G(2,1)/sw/loc/include/arrays.hTbl:T(13,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(13,2)=*(2,1),64,32;;Tbl:t(13,1)Arr:T(13,3)=s8root:(2,1),0,32;cmp:(13,4)=*(13,5)=f(0,1),32,32;;Arr:t(13,3)Stbl:T(13,6)=s16tbl:(13,7)=*(13,1),0,32;root:(2,1),32,32;cmp:(13,4),64,32;changed:(0,1),96,32;;Stbl:t(13,6)/sw/loc/include/pf.hPfvalue:t(14,1)=u4s:(2,1),0,32;arr:(14,2)=*(13,3),0,32;tbl:(13,7),0,32;;Pf:T(14,3)=s8type:(0,1),0,32;value:(14,1),32,32;;Pf:t(14,3)optarg:G(2,1)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(8,1)=s16name:(2,1),0,32;has_arg:(0,1),32,32;flag:(8,2)=*(0,1),64,32;val:(0,1),96,32;;Dbptr:T(7,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(7,1)Dbvalue:T(7,2)=u1024t:(2,1),0,32;s:(7,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(13,7),0,32;arr:(14,2),0,32;;Dbvalue:t(7,2)Exvalue:T(7,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(2,1),0,32;p:(7,6)=*(7,5)=xsre_pattern_buffer:,0,32;fi:(13,4),0,32;fd:(7,7)=*(7,8)=f(0,10),0,32;fs:(7,9)=*(7,10)=f(2,1),0,32;;Exvalue:t(7,4)Expression:T(7,11)=s32left:(7,12)=*(7,11),0,32;right:(7,12),32,32;x3:(7,12),64,32;x4:(7,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(7,4),192,64;;Expression:t(7,11)dbinvalid:G(7,1)./p_db.h./db.hDefault_schema:G(2,1)Default_dbpath:G(2,1)/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(20,1)=s4r:(20,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(20,3)=*(20,1)label_t:T(20,4)=s8val:(20,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(20,4)_quad_t:T(20,6)=s8val:(20,5),0,64;;quad_t:t(20,6)daddr_t:t(0,1)caddr_t:t(2,1)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(2,1)fd_mask:t(0,1)fd_set:T(20,7)=s32fds_bits:(20,8)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(20,7)/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hDbkey_value:T(25,1)=u8d:(0,10),0,64;i:(0,1),0,32;;Dbkey_value:t(25,1)Dbkey:T(25,2)=s52db:(7,1),0,128;key_fields:(13,7),128,32;nkey_fields:(0,1),160,32;keytype:(0,1),192,32;fieldids:(8,2),224,32;expr:(25,3)=*(7,12),256,32;fieldtype:(8,2),288,32;key_value:(25,4)=*(25,1),320,32;\chardata:(2,1),352,32;chardatasize:(0,1),384,32;;Dbkey:t(25,2)Dbindex:T(25,5)=s52search_key:(25,6)=*(25,2),0,32;index_key:(25,6),32,32;index:(25,4),64,32;dbsorted:(7,1),96,128;per_key:(0,1),224,32;nrecords:(0,1),256,32;maxrecords:(0,1),288,32;chardata:(2,1),320,32;\chardatasize:(0,1),352,32;unique:(0,1),384,32;;Dbindex:t(25,5)Attribute:T(15,1)=s48name:(2,1),0,32;id:(0,1),32,32;size:(0,1),64,32;type:(0,1),96,32;link:(0,1),128,32;null:(2,1),160,32;fmt:(2,1),192,32;range:(2,1),224,32;\units:(2,1),256,32;desc:(2,1),288,32;detail:(2,1),320,32;relations:(13,7),352,32;;Attribute:t(15,1)Relation:T(15,2)=s100name:(2,1),0,32;id:(0,1),32,32;fldsep:(2,1),64,32;recsep:(2,1),96,32;size:(0,1),128,32;null:(2,1),160,32;fields_count:(0,1),192,32;fields_root:(14,2),224,32;\fields_tbl:(13,7),256,32;fieldnames_tbl:(13,7),288,32;primary_ids:(13,7),320,32;primary_keys:(13,7),352,32;alternate_ids:(13,7),384,32;alternate_keys:(13,7),416,32;foreign_ids:(13,7),448,32;foreign_keys:(13,7),480,32;\unique_name:(2,1),512,32;unique:(0,1),544,32;single:(0,1),576,32;desc:(2,1),608,32;detail:(2,1),640,32;view:(0,1),672,32;relnames_tbl:(13,7),704,32;rels_tbl:(13,7),736,32;rels_count:(0,1),768,32;;Relation:t(15,2)Schema:T(15,3)=s68name:(2,1),0,32;path:(2,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;desc:(2,1),128,32;detail:(2,1),160,32;id:(0,1),192,32;rels_count:(0,1),224,32;\attrs_count:(0,1),256,32;dbs_count:(0,1),288,32;attrs_root:(14,2),320,32;attrs_tbl:(13,7),352,32;links_tbl:(13,7),384,32;rels_root:(14,2),416,32;rels_tbl:(13,7),448,32;dbs_root:(14,2),480,32;dbs_tbl:(13,7),512,32;;Schema:t(15,3)Field:T(15,4)=s20name:(2,1),0,32;id:(0,1),32,32;relid:(0,1),64,32;disp:(0,1),96,32;attr:(15,5)=*(15,1),128,32;;Field:t(15,4)Table:T(15,6)=s80name:(2,1),0,32;path:(2,1),32,32;dir:(2,1),64,32;file:(15,7)=*(1,1),96,32;primary_index:(13,7),128,32;alternate_index:(13,7),160,32;info_index:(13,7),192,32;indexes:(13,7),224,32;\fd:(0,1),256,32;st_dev:(0,4),288,16;st_ino:(0,8),320,32;id:(0,1),352,32;count:(0,1),384,32;size:(0,1),416,32;maxsize:(0,1),448,32;dbindex:(15,8)=*(25,5),480,32;\writeable:(0,1),512,32;rel:(15,9)=*(15,2),544,32;data:(2,1),576,32;scratch:(2,1),608,32;;Table:t(15,6)Database:T(15,10)=s44name:(2,1),0,32;id:(0,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;schema:(15,11)=*(15,3),128,32;dbpath:(2,1),160,32;openperm:(2,1),192,32;desc:(2,1),224,32;\detail:(2,1),256,32;load_date:(0,1),288,32;tables_tbl:(13,7),320,32;;Database:t(15,10)Schemas_tbl:G(13,7)Databases_root:G(14,2)Databases_tbl:G(13,7)/sw/loc/include/errlog.hDBL_get_attrs:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)value:(0,13)=*(7,2)db:(7,1)relation:(15,9)database:(0,14)=*(15,10)attribute:(15,5)table:(0,15)=*(15,6)field:(0,16)=*(15,4)location:(2,1)length:(0,1)tablename:(2,1)fieldname:(2,1)retcode:(0,1)d:(0,10)fltptr:(0,17)=*(0,9)dblwf.o_mult_factor/auto/jspc/sw/src/lib/dataformat/db/dblwf.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/malloc.h./dbl2.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.hTbl:T(27,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(27,2)=*(6,7),64,32;;Tbl:t(27,1)Arr:T(27,3)=s8root:(6,7),0,32;cmp:(27,4)=*(27,5)=f(0,1),32,32;;Arr:t(27,3)Stbl:T(27,6)=s16tbl:(27,7)=*(27,1),0,32;root:(6,7),32,32;cmp:(27,4),64,32;changed:(0,1),96,32;;Stbl:t(27,6)/sw/loc/include/pf.hPfvalue:t(28,1)=u4s:(6,7),0,32;arr:(28,2)=*(27,3),0,32;tbl:(27,7),0,32;;Pf:T(28,3)=s8type:(0,1),0,32;value:(28,1),32,32;;Pf:t(28,3)optarg:G(6,7)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(20,1)=s16name:(6,7),0,32;has_arg:(0,1),32,32;flag:(20,2)=*(0,1),64,32;val:(0,1),96,32;;Dbptr:T(19,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(19,1)Dbvalue:T(19,2)=u1024t:(6,7),0,32;s:(19,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(27,7),0,32;arr:(28,2),0,32;;Dbvalue:t(19,2)Exvalue:T(19,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(6,7),0,32;p:(19,6)=*(19,5)=xsre_pattern_buffer:,0,32;fi:(27,4),0,32;fd:(19,7)=*(19,8)=f(0,10),0,32;fs:(19,9)=*(19,10)=f(6,7),0,32;;Exvalue:t(19,4)Expression:T(19,11)=s32left:(19,12)=*(19,11),0,32;right:(19,12),32,32;x3:(19,12),64,32;x4:(19,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(19,4),192,64;;Expression:t(19,11)dbinvalid:G(19,1)./db.h./db.hget_wfdisc30_trace_data:F(0,1)wfdisc_rel:p(0,13)=*(19,1)i_tuple:p(0,1)tstart:p(0,10)tend:p(0,10)badval:p(0,8)nbad:p(20,2)tstart_seg:p(0,14)=*(0,10)dt_seg:p(0,14)nsamps_seg:p(20,2)data_seg:p(0,15)=*(0,16)=*(0,9)rawdata_seg:p(0,17)=*(0,18)=*(0,11)tuple:(0,13)ts:(0,10)te:(0,10)is:(0,1)ie:(0,1)fname:V(19,3)temp:(0,19)=ar(0,1);0;31;(0,2)string:(0,20)=ar(0,1);0;129;(0,2)size_sample:(0,1)expand:(0,1)nbytes:(0,1)nseek:(0,1)ret:(0,1)i:(0,1)convert:(0,1)buf:(6,7)int_seg:(20,2)short_seg:(0,21)=*(0,4)uint_seg:(0,22)=*(0,8)raw:(0,1)db:(19,1)nsamp:(0,1)samprate:(0,10)calib:(0,10)datatype:(0,23)=ar(0,1);0;24;(0,2)foff:(0,1)file:(0,24)=*(1,1)sval1:V(0,4)sval2:V(0,4)lval1:V(0,1)lval2:V(0,1)#tmp0:(0,16)#tmp1:(0,16)getwf_:F(0,11)idbl:p(20,2)ituple:p(20,2)tstrt:p(0,14)tend:p(0,14)badval:p(0,22)nbad:p(20,2)tstart:p(0,14)dt:p(0,14)ns:p(20,2)nsmax:p(20,2)data:p(0,16)dbl:(0,13)db:(19,1)i_tuple:(0,1)n:(0,1)data_seg:(0,16)i:(0,1)putwf_:F(0,11)idbl:p(20,2)ituple:p(20,2)data:p(0,16)dbl:(0,13)i_tuple:(0,1)n:(0,1)ntuples:(0,1)nsamples:(0,1)data_seg:(0,16)i:(0,1)dtype:(0,25)=ar(0,1);0;99;(0,2)calib:(0,9)foff:(0,1)tuple:(0,13)fname:V(24,4)fd:(0,1)nout:(0,1)buf:(0,18)fbuf:(0,16)sbuf:(0,21)ibuf:(20,2)db:(19,1)mult_factor:S(0,26)=ar(0,1);0;3;(0,1)tg_g2_to_int:F(0,1)data:p(0,4)new_data:(0,1)i:(0,4)g2_to_flt:F(0,11)g:p(0,21)f:p(0,16)n:p(0,1)dbadd.o/auto/jspc/sw/src/lib/dataformat/db/dbadd.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hfp_pi_type:T(1,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(1,1)exception:T(1,2)=s32type:(0,1),0,32;name:(1,3)=*(0,2),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)/usr/include/search.hentry:T(4,1)=s8key:(1,3),0,32;data:(1,3),32,32;;ENTRY:t(4,1)ACTION:t(4,2)=eFIND:0,ENTER:1,;VISIT:t(4,3)=epreorder:0,postorder:1,endorder:2,leaf:3,;/usr/include/stdio.h/usr/include/sys/mman.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(7,1)=s4r:(7,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(7,3)=*(7,1)label_t:T(7,4)=s8val:(7,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(7,4)_quad_t:T(7,6)=s8val:(7,5),0,64;;quad_t:t(7,6)daddr_t:t(0,1)caddr_t:t(1,3)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(1,3)fd_mask:t(0,1)fd_set:T(7,7)=s32fds_bits:(7,8)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(7,7)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(12,1)=s12sv_handler:(2,4),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(12,2)=s8ss_sp:(1,3),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(12,3)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(12,4)=ar(0,1);0;30;(1,3),288,992;sc_wbuf:(12,5)=ar(0,1);0;30;(12,6)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(12,7)=s12sa_handler:(2,4),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/varargs.hva_list:t(1,3)./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(22,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(1,3)/usr/include/math.h/sw/loc/include/errlog.hProgram_Name:G(1,3)/sw/loc/include/arrays.hTbl:T(25,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(25,2)=*(1,3),64,32;;Tbl:t(25,1)Arr:T(25,3)=s8root:(1,3),0,32;cmp:(25,4)=*(25,5)=f(0,1),32,32;;Arr:t(25,3)Stbl:T(25,6)=s16tbl:(25,7)=*(25,1),0,32;root:(1,3),32,32;cmp:(25,4),64,32;changed:(0,1),96,32;;Stbl:t(25,6)/sw/loc/include/pf.hoptarg:G(1,3)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(20,1)=s16name:(1,3),0,32;has_arg:(0,1),32,32;flag:(20,2)=*(0,1),64,32;val:(0,1),96,32;;Dbptr:T(19,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(19,1)Dbvalue:T(19,2)=u1024t:(1,3),0,32;s:(19,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(25,7),0,32;arr:(26,2),0,32;;Dbvalue:t(19,2)Exvalue:T(19,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(1,3),0,32;p:(19,6)=*(19,5)=xsre_pattern_buffer:,0,32;fi:(25,4),0,32;fd:(19,7)=*(19,8)=f(0,10),0,32;fs:(19,9)=*(19,10)=f(1,3),0,32;;Exvalue:t(19,4)Expression:T(19,11)=s32left:(19,12)=*(19,11),0,32;right:(19,12),32,32;x3:(19,12),64,32;x4:(19,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(19,4),192,64;;Expression:t(19,11)dbinvalid:G(19,1)/sw/loc/include/errlog.h./p_db.h./db.hDefault_schema:G(1,3)Default_dbpath:G(1,3)/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hDbkey_value:T(35,1)=u8d:(0,10),0,64;i:(0,1),0,32;;Dbkey_value:t(35,1)Dbkey:T(35,2)=s52db:(19,1),0,128;key_fields:(25,7),128,32;nkey_fields:(0,1),160,32;keytype:(0,1),192,32;fieldids:(20,2),224,32;expr:(35,3)=*(19,12),256,32;fieldtype:(20,2),288,32;key_value:(35,4)=*(35,1),320,32;\chardata:(1,3),352,32;chardatasize:(0,1),384,32;;Dbkey:t(35,2)Dbindex:T(35,5)=s52search_key:(35,6)=*(35,2),0,32;index_key:(35,6),32,32;index:(35,4),64,32;dbsorted:(19,1),96,128;per_key:(0,1),224,32;nrecords:(0,1),256,32;maxrecords:(0,1),288,32;chardata:(1,3),320,32;\chardatasize:(0,1),352,32;unique:(0,1),384,32;;Dbindex:t(35,5)Attribute:T(28,1)=s48name:(1,3),0,32;id:(0,1),32,32;size:(0,1),64,32;type:(0,1),96,32;link:(0,1),128,32;null:(1,3),160,32;fmt:(1,3),192,32;range:(1,3),224,32;\units:(1,3),256,32;desc:(1,3),288,32;detail:(1,3),320,32;relations:(25,7),352,32;;Attribute:t(28,1)Relation:T(28,2)=s100name:(1,3),0,32;id:(0,1),32,32;fldsep:(1,3),64,32;recsep:(1,3),96,32;size:(0,1),128,32;null:(1,3),160,32;fields_count:(0,1),192,32;fields_root:(26,2),224,32;\fields_tbl:(25,7),256,32;fieldnames_tbl:(25,7),288,32;primary_ids:(25,7),320,32;primary_keys:(25,7),352,32;alternate_ids:(25,7),384,32;alternate_keys:(25,7),416,32;foreign_ids:(25,7),448,32;foreign_keys:(25,7),480,32;\unique_name:(1,3),512,32;unique:(0,1),544,32;single:(0,1),576,32;desc:(1,3),608,32;detail:(1,3),640,32;view:(0,1),672,32;relnames_tbl:(25,7),704,32;rels_tbl:(25,7),736,32;rels_count:(0,1),768,32;;Relation:t(28,2)Schema:T(28,3)=s68name:(1,3),0,32;path:(1,3),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;desc:(1,3),128,32;detail:(1,3),160,32;id:(0,1),192,32;rels_count:(0,1),224,32;\attrs_count:(0,1),256,32;dbs_count:(0,1),288,32;attrs_root:(26,2),320,32;attrs_tbl:(25,7),352,32;links_tbl:(25,7),384,32;rels_root:(26,2),416,32;rels_tbl:(25,7),448,32;dbs_root:(26,2),480,32;dbs_tbl:(25,7),512,32;;Schema:t(28,3)Field:T(28,4)=s20name:(1,3),0,32;id:(0,1),32,32;relid:(0,1),64,32;disp:(0,1),96,32;attr:(28,5)=*(28,1),128,32;;Field:t(28,4)Table:T(28,6)=s80name:(1,3),0,32;path:(1,3),32,32;dir:(1,3),64,32;file:(28,7)=*(5,1),96,32;primary_index:(25,7),128,32;alternate_index:(25,7),160,32;info_index:(25,7),192,32;indexes:(25,7),224,32;\fd:(0,1),256,32;st_dev:(0,4),288,16;st_ino:(0,8),320,32;id:(0,1),352,32;count:(0,1),384,32;size:(0,1),416,32;maxsize:(0,1),448,32;dbindex:(28,8)=*(35,5),480,32;\writeable:(0,1),512,32;rel:(28,9)=*(28,2),544,32;data:(1,3),576,32;scratch:(1,3),608,32;;Table:t(28,6)Database:T(28,10)=s44name:(1,3),0,32;id:(0,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;schema:(28,11)=*(28,3),128,32;dbpath:(1,3),160,32;openperm:(1,3),192,32;desc:(1,3),224,32;\detail:(1,3),256,32;load_date:(0,1),288,32;tables_tbl:(25,7),320,32;;Database:t(28,10)Schemas_tbl:G(25,7)Databases_root:G(26,2)Databases_tbl:G(25,7)/sw/loc/include/stock.hdbadd:F(0,1)db:p(19,1)db:r(19,1)record:p(1,3)relation:(28,9)database:(0,13)=*(28,10)table:(0,14)=*(28,6)field:(0,15)=*(28,4)location:(1,3)length:(0,1)written:(0,1)temp:(19,3)result:(0,1)dbfilename.o/auto/jspc/sw/src/lib/dataformat/db/dbfilename.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/unistd.h/usr/include/sys/types.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hdbfilename:F(0,1)db:p(11,1)db:r(11,1)filename:p(3,5)dir:(11,3)dfile:(11,3)tabledir:(3,5)end:(3,5)dbget.o/export/jspc/sw/src/lib/dataformat/db/dbget.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hDbptr:T(1,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(1,1)Dbvalue:T(1,2)=u1024t:(4,2),0,32;s:(1,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(9,7),0,32;arr:(10,2),0,32;;Dbvalue:t(1,2)Exvalue:T(1,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(4,2),0,32;p:(1,6)=*(1,5)=xsre_pattern_buffer:,0,32;fi:(9,4),0,32;fd:(1,7)=*(1,8)=f(0,10),0,32;fs:(1,9)=*(1,10)=f(4,2),0,32;;Exvalue:t(1,4)Expression:T(1,11)=s32left:(1,12)=*(1,11),0,32;right:(1,12),32,32;x3:(1,12),64,32;x4:(1,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(1,4),192,64;;Expression:t(1,11)dbinvalid:G(1,1)./p_db.h./db.hDefault_schema:G(4,2)Default_dbpath:G(4,2)/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(16,1)=s4r:(16,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(16,3)=*(16,1)label_t:T(16,4)=s8val:(16,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(16,4)_quad_t:T(16,6)=s8val:(16,5),0,64;;quad_t:t(16,6)daddr_t:t(0,1)caddr_t:t(4,2)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(4,2)fd_mask:t(0,1)fd_set:T(16,7)=s32fds_bits:(16,8)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(16,7)/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hDbkey_value:T(21,1)=u8d:(0,10),0,64;i:(0,1),0,32;;Dbkey_value:t(21,1)Dbkey:T(21,2)=s52db:(1,1),0,128;key_fields:(9,7),128,32;nkey_fields:(0,1),160,32;keytype:(0,1),192,32;fieldids:(2,2),224,32;expr:(21,3)=*(1,12),256,32;fieldtype:(2,2),288,32;key_value:(21,4)=*(21,1),320,32;\chardata:(4,2),352,32;chardatasize:(0,1),384,32;;Dbkey:t(21,2)Dbindex:T(21,5)=s52search_key:(21,6)=*(21,2),0,32;index_key:(21,6),32,32;index:(21,4),64,32;dbsorted:(1,1),96,128;per_key:(0,1),224,32;nrecords:(0,1),256,32;maxrecords:(0,1),288,32;chardata:(4,2),320,32;\chardatasize:(0,1),352,32;unique:(0,1),384,32;;Dbindex:t(21,5)Attribute:T(11,1)=s48name:(4,2),0,32;id:(0,1),32,32;size:(0,1),64,32;type:(0,1),96,32;link:(0,1),128,32;null:(4,2),160,32;fmt:(4,2),192,32;range:(4,2),224,32;\units:(4,2),256,32;desc:(4,2),288,32;detail:(4,2),320,32;relations:(9,7),352,32;;Attribute:t(11,1)Relation:T(11,2)=s100name:(4,2),0,32;id:(0,1),32,32;fldsep:(4,2),64,32;recsep:(4,2),96,32;size:(0,1),128,32;null:(4,2),160,32;fields_count:(0,1),192,32;fields_root:(10,2),224,32;\fields_tbl:(9,7),256,32;fieldnames_tbl:(9,7),288,32;primary_ids:(9,7),320,32;primary_keys:(9,7),352,32;alternate_ids:(9,7),384,32;alternate_keys:(9,7),416,32;foreign_ids:(9,7),448,32;foreign_keys:(9,7),480,32;\unique_name:(4,2),512,32;unique:(0,1),544,32;single:(0,1),576,32;desc:(4,2),608,32;detail:(4,2),640,32;view:(0,1),672,32;relnames_tbl:(9,7),704,32;rels_tbl:(9,7),736,32;rels_count:(0,1),768,32;;Relation:t(11,2)Schema:T(11,3)=s68name:(4,2),0,32;path:(4,2),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;desc:(4,2),128,32;detail:(4,2),160,32;id:(0,1),192,32;rels_count:(0,1),224,32;\attrs_count:(0,1),256,32;dbs_count:(0,1),288,32;attrs_root:(10,2),320,32;attrs_tbl:(9,7),352,32;links_tbl:(9,7),384,32;rels_root:(10,2),416,32;rels_tbl:(9,7),448,32;dbs_root:(10,2),480,32;dbs_tbl:(9,7),512,32;;Schema:t(11,3)Field:T(11,4)=s20name:(4,2),0,32;id:(0,1),32,32;relid:(0,1),64,32;disp:(0,1),96,32;attr:(11,5)=*(11,1),128,32;;Field:t(11,4)Table:T(11,6)=s80name:(4,2),0,32;path:(4,2),32,32;dir:(4,2),64,32;file:(11,7)=*(3,1),96,32;primary_index:(9,7),128,32;alternate_index:(9,7),160,32;info_index:(9,7),192,32;indexes:(9,7),224,32;\fd:(0,1),256,32;st_dev:(0,4),288,16;st_ino:(0,8),320,32;id:(0,1),352,32;count:(0,1),384,32;size:(0,1),416,32;maxsize:(0,1),448,32;dbindex:(11,8)=*(21,5),480,32;\writeable:(0,1),512,32;rel:(11,9)=*(11,2),544,32;data:(4,2),576,32;scratch:(4,2),608,32;;Table:t(11,6)Database:T(11,10)=s44name:(4,2),0,32;id:(0,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;schema:(11,11)=*(11,3),128,32;dbpath:(4,2),160,32;openperm:(4,2),192,32;desc:(4,2),224,32;\detail:(4,2),256,32;load_date:(0,1),288,32;tables_tbl:(9,7),320,32;;Database:t(11,10)Schemas_tbl:G(9,7)Databases_root:G(10,2)Databases_tbl:G(9,7)/sw/loc/include/stock.hdbget:F(0,1)db:p(1,1)db:r(1,1)s:p(4,2)relation:(11,9)database:(0,13)=*(11,10)table:(0,14)=*(11,6)field:(0,15)=*(11,4)location:(4,2)length:(0,1)type:(0,1)dbgetv.o/export/jspc/sw/src/lib/dataformat/db/dbgetv.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/errlog.hdbgetv:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)value:(0,13)=*(7,2)db:(7,1)relation:(15,9)database:(0,14)=*(15,10)attribute:(15,5)table:(0,15)=*(15,6)field:(0,16)=*(15,4)location:(2,1)length:(0,1)tablename:(2,1)fieldname:(2,1)retcode:(0,1)dblookup.o_temp_tempsize_temp_record_name_tsplit/auto/jspc/sw/src/lib/dataformat/db/dblookup.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/search.hentry:T(1,1)=s8key:(1,2)=*(0,2),0,32;data:(1,2),32,32;;ENTRY:t(1,1)ACTION:t(1,3)=eFIND:0,ENTER:1,;VISIT:t(1,4)=epreorder:0,postorder:1,endorder:2,leaf:3,;/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(4,1)=s12sv_handler:(4,2)=*(4,3)=f(0,11),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(4,4)=s8ss_sp:(1,2),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(4,5)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(4,6)=ar(0,1);0;30;(1,2),288,992;sc_wbuf:(4,7)=ar(0,1);0;30;(4,8)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(4,9)=s12sa_handler:(4,2),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/string.h/usr/include/sys/stdtypes.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(15,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(1,2)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.htemp:S(1,2)temp_record_name:S(1,2)tempsize:S(0,1)tsplit:f(0,1)compound:p(1,2)table:p(1,2)field:p(1,2)s:(1,2)dblookup:F(12,1)db:p(12,1)db:r(12,1)database_name:p(1,2)table_name:p(1,2)field_name:p(1,2)record_name:p(1,2)dbr:(12,1)db1:(12,1)database:(0,13)=*(22,10)relation:(22,9)field:(0,14)=*(22,4)schema:(22,11)nrecords:(0,1)size:(0,1)tbl:(12,3)fld:(12,3)i:(0,1)relindex:(0,1)testrel:(22,9)file:(22,7)dbv:(12,1)filename:(12,3)table:(0,15)=*(22,6)field:(0,14)location:(1,2)length:(0,1)dbnextid.o_find_lastid/export/jspc/sw/src/lib/dataformat/db/dbnextid.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hfind_lastid:f(0,1)db:p(1,1)db:r(1,1)name:p(4,2)ntables:(0,1)nrecords:(0,1)id:(0,1)idmax:(0,1)idname:(4,2)dbnextid:F(0,1)db:p(1,1)db:r(1,1)name:p(4,2)last_id:(0,1)today:(0,13)=ar(0,1);0;24;(0,2)dbopen.o/auto/jspc/sw/src/lib/dataformat/db/dbopen.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/sys/mman.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/malloc.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./db.h/sw/loc/include/stock.h./p_db.h./db.hDefault_schema:G(3,7)Default_dbpath:G(3,7)/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hDbkey_value:T(36,1)=u8d:(0,10),0,64;i:(0,1),0,32;;Dbkey_value:t(36,1)Dbkey:T(36,2)=s52db:(27,1),0,128;key_fields:(25,7),128,32;nkey_fields:(0,1),160,32;keytype:(0,1),192,32;fieldids:(18,2),224,32;expr:(36,3)=*(27,12),256,32;fieldtype:(18,2),288,32;key_value:(36,4)=*(36,1),320,32;\chardata:(3,7),352,32;chardatasize:(0,1),384,32;;Dbkey:t(36,2)Dbindex:T(36,5)=s52search_key:(36,6)=*(36,2),0,32;index_key:(36,6),32,32;index:(36,4),64,32;dbsorted:(27,1),96,128;per_key:(0,1),224,32;nrecords:(0,1),256,32;maxrecords:(0,1),288,32;chardata:(3,7),320,32;\chardatasize:(0,1),352,32;unique:(0,1),384,32;;Dbindex:t(36,5)Attribute:T(29,1)=s48name:(3,7),0,32;id:(0,1),32,32;size:(0,1),64,32;type:(0,1),96,32;link:(0,1),128,32;null:(3,7),160,32;fmt:(3,7),192,32;range:(3,7),224,32;\units:(3,7),256,32;desc:(3,7),288,32;detail:(3,7),320,32;relations:(25,7),352,32;;Attribute:t(29,1)Relation:T(29,2)=s100name:(3,7),0,32;id:(0,1),32,32;fldsep:(3,7),64,32;recsep:(3,7),96,32;size:(0,1),128,32;null:(3,7),160,32;fields_count:(0,1),192,32;fields_root:(26,2),224,32;\fields_tbl:(25,7),256,32;fieldnames_tbl:(25,7),288,32;primary_ids:(25,7),320,32;primary_keys:(25,7),352,32;alternate_ids:(25,7),384,32;alternate_keys:(25,7),416,32;foreign_ids:(25,7),448,32;foreign_keys:(25,7),480,32;\unique_name:(3,7),512,32;unique:(0,1),544,32;single:(0,1),576,32;desc:(3,7),608,32;detail:(3,7),640,32;view:(0,1),672,32;relnames_tbl:(25,7),704,32;rels_tbl:(25,7),736,32;rels_count:(0,1),768,32;;Relation:t(29,2)Schema:T(29,3)=s68name:(3,7),0,32;path:(3,7),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;desc:(3,7),128,32;detail:(3,7),160,32;id:(0,1),192,32;rels_count:(0,1),224,32;\attrs_count:(0,1),256,32;dbs_count:(0,1),288,32;attrs_root:(26,2),320,32;attrs_tbl:(25,7),352,32;links_tbl:(25,7),384,32;rels_root:(26,2),416,32;rels_tbl:(25,7),448,32;dbs_root:(26,2),480,32;dbs_tbl:(25,7),512,32;;Schema:t(29,3)Field:T(29,4)=s20name:(3,7),0,32;id:(0,1),32,32;relid:(0,1),64,32;disp:(0,1),96,32;attr:(29,5)=*(29,1),128,32;;Field:t(29,4)Table:T(29,6)=s80name:(3,7),0,32;path:(3,7),32,32;dir:(3,7),64,32;file:(29,7)=*(1,1),96,32;primary_index:(25,7),128,32;alternate_index:(25,7),160,32;info_index:(25,7),192,32;indexes:(25,7),224,32;\fd:(0,1),256,32;st_dev:(0,4),288,16;st_ino:(0,8),320,32;id:(0,1),352,32;count:(0,1),384,32;size:(0,1),416,32;maxsize:(0,1),448,32;dbindex:(29,8)=*(36,5),480,32;\writeable:(0,1),512,32;rel:(29,9)=*(29,2),544,32;data:(3,7),576,32;scratch:(3,7),608,32;;Table:t(29,6)Database:T(29,10)=s44name:(3,7),0,32;id:(0,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;schema:(29,11)=*(29,3),128,32;dbpath:(3,7),160,32;openperm:(3,7),192,32;desc:(3,7),224,32;\detail:(3,7),256,32;load_date:(0,1),288,32;tables_tbl:(25,7),320,32;;Database:t(29,10)Schemas_tbl:G(25,7)Databases_root:G(26,2)Databases_tbl:G(25,7)dbopen:F(0,1)path:p(3,7)opentype:p(3,7)db:p(0,13)=*(27,1)file:(29,7)database:(0,14)=*(29,10)tdb:(0,14)line:(27,3)schemafile:(3,7)statbuf:(10,1)i:(0,1)n:(0,1)absname:(27,3)dbput.o/export/jspc/sw/src/lib/dataformat/db/dbput.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.hdbput:F(0,1)db:p(1,1)db:r(1,1)s:p(4,2)relation:(11,9)database:(0,13)=*(11,10)table:(0,14)=*(11,6)field:(0,15)=*(11,4)location:(4,2)length:(0,1)type:(0,1)dbputv.o/export/jspc/sw/src/lib/dataformat/db/dbputv.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.h/sw/loc/include/errlog.hdbputv:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)value:(7,2)db:(7,1)relation:(15,9)database:(0,13)=*(15,10)attribute:(15,5)table:(0,14)=*(15,6)field:(0,15)=*(15,4)location:(2,1)length:(0,1)tablename:(2,1)fieldname:(2,1)retcode:(0,1)dbquery.o/export/jspc/sw/src/lib/dataformat/db/dbquery.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hdbquery:F(0,1)db:p(1,1)db:r(1,1)code:p(0,1)value:p(0,13)=*(1,2)database:(0,14)=*(11,10)relation:(11,9)table:(0,15)=*(11,6)field:(0,16)=*(11,4)location:(4,2)length:(0,1)result:(0,1)retcode:(0,1)dbview.o_add_relation_addtbl_add_fields/auto/jspc/sw/src/lib/dataformat/db/dbview.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/malloc.h/usr/include/varargs.hva_list:t(2,2)/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.hadd_fields:f(0,1)new:p(15,9)old:p(15,9)i:(0,1)field:(0,13)=*(15,4)addtbl:f(0,11)new:p(24,7)old:p(24,7)i:(0,1)j:(0,1)n1:(0,1)n2:(0,1)flag:(0,1)oldkey:(2,2)newkey:(2,2)add_relation:f(0,1)new:p(15,9)old:p(15,9)i:(0,1)dbtbl2view:F(16,1)db:p(16,1)db:r(16,1)name:p(2,2)tables:p(24,7)dbv:(16,1)database:(0,14)=*(15,10)relation:(15,9)table:(0,15)=*(15,6)field:(0,13)location:(2,2)length:(0,1)newrel:(15,9)temp:(16,3)i:(0,1)ntables:(0,1)max_count:(0,1)dbcreate_view:F(16,1)__builtin_va_alist:p(0,1)args:(2,2)tables:(24,7)view_name:(2,2)table_name:(2,2)db:(16,1)db1:(16,1)dbwrite_view:F(0,1)db:p(16,1)db:r(16,1)file:p(15,7)relation:(15,9)rel:(15,9)database:(0,14)attribute:(15,5)table:(0,15)field:(0,13)location:(2,2)length:(0,1)i:(0,1)ntables:(0,1)absname:(16,3)dbread_view:F(0,1)file:p(15,7)dbr:p(0,16)=*(16,1)relation:(15,9)database:(0,14)attribute:(15,5)table:(0,15)field:(0,13)location:(2,2)length:(0,1)db:(16,1)view_name:(16,3)database_name:(16,3)database_id:(0,1)table_name:(16,3)table_id:(0,1)tables:(24,7)newids:(24,7)i:(0,1)result:(0,1)aline:(16,3)count:(0,1)max_count:(0,1)ntables:(0,1)nread:(0,1)data:(0,16)statbuf:(7,1)vtime:(0,1)filename:(2,2)dbsave_view:F(0,1)db:p(16,1)db:r(16,1)filename:(2,2)database:(0,14)relation:(15,9)table:(0,15)field:(0,13)location:(2,2)length:(0,1)file:(15,7)result:(0,1)dbc2d.o/export/jspc/sw/src/lib/dataformat/db/dbc2d.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hdbc2d:F(0,1)value:p(0,13)=*(3,2)location:p(6,2)length:p(0,1)fmt:p(0,1)type:p(0,1)afloat:(0,9)ashort:(0,4)temp:(3,3)retcode:(0,1)dbd2c:F(0,1)location:p(6,2)length:p(0,1)value:p(0,13)type:p(0,1)retcode:(0,1)temp:(3,3)p:(6,2)afloat:(0,9)ashort:(0,4)dbc2p:F(0,1)value:p(0,13)location:p(6,2)length:p(0,1)fmt:p(0,1)type:p(0,1)temp:(3,3)retcode:(0,1)dbp2c:F(0,1)location:p(6,2)length:p(0,1)value:p(0,13)type:p(0,1)retcode:(0,1)temp:(3,3)p:(6,2)afloat:(0,9)ashort:(0,4)dbresolve.o/export/jspc/sw/src/lib/dataformat/db/dbresolve.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hdbresolve:F(0,1)db:p(2,1)db:r(2,1)database:p(0,13)=*(0,14)=*(1,10)relation:p(0,15)=*(1,9)table:p(0,16)=*(0,17)=*(1,6)field:p(0,18)=*(0,19)=*(1,4)location:p(10,2)length:p(3,2)schema:(1,11)dbv:(0,20)=*(2,1)rel:(1,9)i:(0,1)n:(0,1)fieldnumber:(0,1)find_path.o_nxtpath_getsub_chkpath/auto/jspc/sw/src/lib/dataformat/db/find_path.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/stdlib.h/usr/include/sys/stdtypes.h_mb_cur_max:G(0,8)/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/types.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/malloc.h/usr/include/stdio.h/usr/include/string.h/usr/include/sys/stdtypes.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hgetsub:f(0,11)dirname:p(5,7)subname:p(5,7)t:(5,7)n:(0,1)nxtpath:f(0,1)dirname:p(5,7)subname:p(5,7)dbpath:p(28,2)s:(5,7)n:(0,1)chkpath:f(0,1)tblpath:p(5,7)s1:p(5,7)s2:p(5,7)s3:p(5,7)s4:p(5,7)s5:p(5,7)s6:p(5,7)find_path:F(0,1)databasename:p(5,7)tablename:p(5,7)dbpath:p(5,7)tblpath:p(5,7)databasedirname:(0,13)=ar(0,1);0;1023;(0,2)dirname:(0,13)subname:(0,13)basename:(5,7)find_schemafile:F(0,1)filename:p(5,7)schemaname:p(5,7)databasename:p(5,7)databasedirname:(0,13)basename:(5,7)path:(5,7)map_table.o/export/jspc/sw/src/lib/dataformat/db/map_table.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/machine/devaddr.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/mman.h/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/errno.h/usr/include/sys/errno.herrno:G(0,1)/sw/loc/include/errlog.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hsingle:t(0,9)extended:t(25,1)=ar(0,1);0;2;(0,8)quadruple:t(25,2)=s16u:(25,3)=ar(0,1);0;3;(0,8),0,128;;fp_exception_field_type:t(0,8)sigfpe_code_type:t(0,1)sigfpe_handler_type:t(4,2)fp_direction:G(26,1)fp_precision:G(26,2)fp_accrued_exceptions:G(0,8)decimal_string:t(25,4)=ar(0,1);0;511;(0,2)decimal_record:t(25,5)=s532fpclass:(26,4),0,32;sign:(0,1),32,32;exponent:(0,1),64,32;ds:(25,4),96,4096;more:(0,1),4192,32;ndigits:(0,1),4224,32;;decimal_form:T(25,6)=efixed_form:0,floating_form:1,;decimal_mode:t(25,7)=s12rd:(26,1),0,32;df:(25,6),32,32;ndigits:(0,1),64,32;;decimal_string_form:T(25,8)=einvalid_form:0,whitespace_form:1,fixed_int_form:2,fixed_intdot_form:3,fixed_dotfrac_form:4,fixed_intdotfrac_form:5,floating_int_form:6,floating_intdot_form:7,\floating_dotfrac_form:8,floating_intdotfrac_form:9,inf_form:10,infinity_form:11,nan_form:12,nanstring_form:13,;ieee_handlers:G(25,9)=ar(0,1);0;4;(4,2)/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./db.h/sw/loc/include/stock.h./p_db.h./db.hDefault_schema:G(4,5)Default_dbpath:G(4,5)/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hDbkey_value:T(39,1)=u8d:(0,10),0,64;i:(0,1),0,32;;Dbkey_value:t(39,1)Dbkey:T(39,2)=s52db:(30,1),0,128;key_fields:(28,7),128,32;nkey_fields:(0,1),160,32;keytype:(0,1),192,32;fieldids:(21,2),224,32;expr:(39,3)=*(30,12),256,32;fieldtype:(21,2),288,32;key_value:(39,4)=*(39,1),320,32;\chardata:(4,5),352,32;chardatasize:(0,1),384,32;;Dbkey:t(39,2)Dbindex:T(39,5)=s52search_key:(39,6)=*(39,2),0,32;index_key:(39,6),32,32;index:(39,4),64,32;dbsorted:(30,1),96,128;per_key:(0,1),224,32;nrecords:(0,1),256,32;maxrecords:(0,1),288,32;chardata:(4,5),320,32;\chardatasize:(0,1),352,32;unique:(0,1),384,32;;Dbindex:t(39,5)Attribute:T(32,1)=s48name:(4,5),0,32;id:(0,1),32,32;size:(0,1),64,32;type:(0,1),96,32;link:(0,1),128,32;null:(4,5),160,32;fmt:(4,5),192,32;range:(4,5),224,32;\units:(4,5),256,32;desc:(4,5),288,32;detail:(4,5),320,32;relations:(28,7),352,32;;Attribute:t(32,1)Relation:T(32,2)=s100name:(4,5),0,32;id:(0,1),32,32;fldsep:(4,5),64,32;recsep:(4,5),96,32;size:(0,1),128,32;null:(4,5),160,32;fields_count:(0,1),192,32;fields_root:(29,2),224,32;\fields_tbl:(28,7),256,32;fieldnames_tbl:(28,7),288,32;primary_ids:(28,7),320,32;primary_keys:(28,7),352,32;alternate_ids:(28,7),384,32;alternate_keys:(28,7),416,32;foreign_ids:(28,7),448,32;foreign_keys:(28,7),480,32;\unique_name:(4,5),512,32;unique:(0,1),544,32;single:(0,1),576,32;desc:(4,5),608,32;detail:(4,5),640,32;view:(0,1),672,32;relnames_tbl:(28,7),704,32;rels_tbl:(28,7),736,32;rels_count:(0,1),768,32;;Relation:t(32,2)Schema:T(32,3)=s68name:(4,5),0,32;path:(4,5),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;desc:(4,5),128,32;detail:(4,5),160,32;id:(0,1),192,32;rels_count:(0,1),224,32;\attrs_count:(0,1),256,32;dbs_count:(0,1),288,32;attrs_root:(29,2),320,32;attrs_tbl:(28,7),352,32;links_tbl:(28,7),384,32;rels_root:(29,2),416,32;rels_tbl:(28,7),448,32;dbs_root:(29,2),480,32;dbs_tbl:(28,7),512,32;;Schema:t(32,3)Field:T(32,4)=s20name:(4,5),0,32;id:(0,1),32,32;relid:(0,1),64,32;disp:(0,1),96,32;attr:(32,5)=*(32,1),128,32;;Field:t(32,4)Table:T(32,6)=s80name:(4,5),0,32;path:(4,5),32,32;dir:(4,5),64,32;file:(32,7)=*(22,1),96,32;primary_index:(28,7),128,32;alternate_index:(28,7),160,32;info_index:(28,7),192,32;indexes:(28,7),224,32;\fd:(0,1),256,32;st_dev:(0,4),288,16;st_ino:(0,8),320,32;id:(0,1),352,32;count:(0,1),384,32;size:(0,1),416,32;maxsize:(0,1),448,32;dbindex:(32,8)=*(39,5),480,32;\writeable:(0,1),512,32;rel:(32,9)=*(32,2),544,32;data:(4,5),576,32;scratch:(4,5),608,32;;Table:t(32,6)Database:T(32,10)=s44name:(4,5),0,32;id:(0,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;schema:(32,11)=*(32,3),128,32;dbpath:(4,5),160,32;openperm:(4,5),192,32;desc:(4,5),224,32;\detail:(4,5),256,32;load_date:(0,1),288,32;tables_tbl:(28,7),320,32;;Database:t(32,10)Schemas_tbl:G(28,7)Databases_root:G(29,2)Databases_tbl:G(28,7)set_table_names:F(0,1)database:p(0,13)=*(32,10)relation:p(32,9)table:p(0,14)=*(32,6)cp:(4,5)filename:(30,3)map_table:F(0,1)database:p(0,13)relation:p(32,9)createflag:p(0,1)table:(0,14)statbuf:(10,1)prot:(0,1)new.o_anewline_nulltbl_ablank/export/jspc/sw/src/lib/dataformat/db/new.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/stdio.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/search.h./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.hnulltbl:S(15,1)new_table:F(0,13)=*(8,6)table:(0,13)new_database:F(0,14)=*(8,10)database:(0,14)new_schema:F(8,11)schema:(8,11)new_attribute:F(8,5)attribute:(8,5)ablank:S(1,3)anewline:S(1,3)new_relation:F(8,9)relation:(8,9)new_scratch:F(0,11)table:p(0,13)new_null:F(0,1)db:p(9,1)db:r(9,1)relation:(8,9)database:(0,14)table:(0,13)field:(0,15)=*(8,4)location:(1,3)length:(0,1)i:(0,1)n:(0,1)retcode:(0,1)p:(1,3)nullrecord:(1,3)temp:(9,3)value:(9,2)dbp:(0,16)=*(9,1)dbnull:(9,1)open_schema.o/export/jspc/sw/src/lib/dataformat/db/open_schema.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/search.h/usr/include/memory.h/usr/include/sys/mman.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/types.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/sw/loc/include/stock.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h./db.h./yydb.hDB_schema:G(22,11)DB_in:G(22,7)DB_database:G(2,2)DB_lineno:G(0,1)init_schema:F(22,11)schema_name:p(2,2)databasename:p(2,2)file:(22,7)result:(0,1)schemafile:(23,3)statbuf:(9,1)schema:(22,11)i:(0,1)n:(0,1)strings.o/export/jspc/sw/src/lib/dataformat/db/strings.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)sncopy:F(0,11)dest:p(0,13)=*(0,2)source:p(0,13)n:p(0,1)i:(0,1)szcopy:F(0,11)dest:p(0,13)source:p(0,13)n:p(0,1)i:(0,1)copystrip:F(0,11)dest:p(0,13)source:p(0,13)n:p(0,1)last:(0,13)dbyacc.o_mode_yys_yyv_yystate_yyps_yypv_yytmp/export/jspc/sw/src/lib/dataformat/db/dbyacc.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/search.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.h./yydb.hDB_schema:G(15,11)DB_lineno:G(0,1)DB_text:G(4,2)attribute:G(15,5)relation:G(15,9)itemtbl:G(13,7)mode:S(0,1)YYSTYPE:t(0,13)=u4val:(0,1),0,32;ptr:(4,2),0,32;list:(13,7),0,32;;DB_char:G(0,1)yyerrflag:G(0,1)DB_lval:G(0,13)yyval:G(0,13)DB_error:F(0,1)s:p(4,2)DB_exca:G(0,14)=ar(0,1);0;5;(0,1)DB_act:G(0,15)=ar(0,1);0;252;(0,1)DB_pact:G(0,16)=ar(0,1);0;100;(0,1)DB_pgo:G(0,17)=ar(0,1);0;16;(0,1)DB_r1:G(0,18)=ar(0,1);0;53;(0,1)DB_r2:G(0,18)DB_chk:G(0,16)DB_def:G(0,16)yytoktype:t(0,19)=s8t_name:(4,2),0,32;t_val:(0,1),32,32;;DB_debug:G(0,1)yyv:S(0,20)=*(0,13)yys:S(6,2)yypv:S(0,20)yyps:S(6,2)yystate:S(0,1)yytmp:S(0,1)yynerrs:G(0,1)DB_parse:F(0,1)yypvt:r(0,20)yymaxdepth:(0,8)yy_pv:r(0,20)yy_ps:r(6,2)yy_state:r(0,1)yy_n:r(0,1)yyps_index:(0,1)yypv_index:(0,1)yypvt_index:(0,1)yyxi:r(6,2)yy_len:r(0,1)dblex.o_yy_full_match_yy_def_yy_chk_yy_nxt_c_yy_current_buffer_yy_c_buf_p_yy_n_chars_yy_acclist_String_buf_yy_get_previous_state_yy_meta_yy_base_yyunput_yy_init_input_yy_get_next_buffer_yy_last_accepting_cpos_Cp_yy_start_yy_state_buf_yy_state_ptr_yy_hold_char_yy_last_accepting_state_yy_ec_yy_lp_yy_try_NUL_trans_yy_did_buffer_switch_on_eof_yy_accept/export/jspc/sw/src/lib/dataformat/db/dblex.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./yydb.h/usr/include/stdio.hYY_BUFFER_STATE:t(0,14)=*(0,13)=xsyy_buffer_state:/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/malloc.h./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.h./db.tab.hYYSTYPE:t(29,1)=u4val:(0,1),0,32;ptr:(3,3),0,32;list:(17,7),0,32;;DB_lval:G(29,1)DB_lineno:G(0,1)Cp:S(3,3)c:S(0,2)String_buf:S(0,15)=ar(0,1);0;3999;(0,2)yy_buffer_state:T(0,13)=s24yy_input_file:(10,7),0,32;yy_ch_buf:(3,3),32,32;yy_buf_pos:(3,3),64,32;yy_buf_size:(0,1),96,32;yy_n_chars:(0,1),128,32;yy_eof_status:(0,1),160,32;;yy_current_buffer:S(0,16)=*(0,13)yy_hold_char:S(0,2)yy_n_chars:S(0,1)DB_text:G(3,3)DB_leng:G(0,1)DB_in:G(10,7)DB_out:G(10,7)yy_state_type:t(0,1)yy_acclist:S(0,17)=ar(0,1);0;239;(0,4)yy_accept:S(0,18)=ar(0,1);0;172;(0,4)yy_ec:S(0,19)=ar(0,1);0;127;(0,2)yy_meta:S(0,20)=ar(0,1);0;42;(0,2)yy_base:S(0,21)=ar(0,1);0;173;(0,4)yy_def:S(0,21)yy_nxt:S(0,22)=ar(0,1);0;238;(0,4)yy_chk:S(0,22)yy_last_accepting_state:S(0,1)yy_last_accepting_cpos:S(3,3)yy_state_buf:S(0,23)=ar(0,1);0;16385;(0,1)yy_state_ptr:S(12,2)yy_full_match:S(3,3)yy_lp:S(0,1)yy_c_buf_p:S(3,3)yy_init:S(0,1)yy_start:S(0,1)yy_did_buffer_switch_on_eof:S(0,1)DB_lex:F(0,1)yy_current_state:r(0,1)yy_cp:r(3,3)yy_bp:r(3,3)yy_act:r(0,1)yy_c:r(0,2)cp:(3,3)c:(0,2)n:(0,1)flag:(0,1)cp:(3,3)c:(0,2)n:(0,1)flag:(0,1)cp:(3,3)yy_amount_of_matched_text:(0,1)yy_next_state:(0,1)yy_get_next_buffer:f(0,1)dest:r(3,3)source:r(3,3)number_to_move:r(0,1)i:r(0,1)ret_val:(0,1)num_to_read:(0,1)yy_get_previous_state:f(0,1)yy_current_state:r(0,1)yy_cp:r(3,3)yy_c:r(0,2)yy_try_NUL_trans:f(0,1)yy_current_state:p(0,1)yy_current_state:r(0,1)yy_is_jam:r(0,1)yy_c:r(0,2)yyunput:f(0,11)c:p(0,2)yy_bp:p(3,3)yy_bp:r(3,3)yy_cp:r(3,3)number_to_move:r(0,1)dest:r(3,3)source:r(3,3)input:f(0,1)c:(0,1)yy_cp:(3,3)DB_restart:F(0,11)input_file:p(10,7)DB_switch_to_buffer:F(0,11)new_buffer:p(0,16)DB_load_buffer_state:F(0,11)DB_create_buffer:F(0,16)file:p(10,7)size:p(0,1)b:(0,16)DB_delete_buffer:F(0,11)b:p(0,16)DB_init_buffer:F(0,11)b:p(0,16)file:p(10,7)dbadd_attribute/export/jspc/sw/src/lib/dataformat/db/dbadd_attribute.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hdbadd_attribute:F(0,1)schema:p(1,11)attribute:p(1,5)dbadd_relation:F(0,1)schema:p(1,11)relation:p(1,9)f:(0,13)=*(1,4)disp:(0,1)id:(0,1)i:(0,1)n:(0,1)attr:(1,5)fieldnames:(10,7)attrname:(5,2)GPL_create.o/auto/jspc/sw/src/lib/undoc/gpl/GPL_create.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h_XExtData:T(4,1)=s16number:(0,1),0,32;next:(4,2)=*(4,1),32,32;free_private:(4,3)=*(4,4)=f(0,1),64,32;private_data:(5,7),96,32;;XExtData:t(4,1)XExtCodes:t(4,5)=s16extension:(0,1),0,32;major_opcode:(0,1),32,32;first_event:(0,1),64,32;first_error:(0,1),96,32;;_XExten:T(4,6)=s60next:(4,7)=*(4,6),0,32;codes:(4,5),32,128;create_GC:(4,3),160,32;copy_GC:(4,3),192,32;flush_GC:(4,3),224,32;free_GC:(4,3),256,32;create_Font:(4,3),288,32;free_Font:(4,3),320,32;\close_display:(4,3),352,32;error:(4,3),384,32;error_string:(4,8)=*(4,9)=f(5,7),416,32;name:(5,7),448,32;;_XExtension:t(4,6)XPixmapFormatValues:t(4,10)=s12depth:(0,1),0,32;bits_per_pixel:(0,1),32,32;scanline_pad:(0,1),64,32;;XGCValues:t(4,11)=s92function:(0,1),0,32;plane_mask:(0,8),32,32;foreground:(0,8),64,32;background:(0,8),96,32;line_width:(0,1),128,32;line_style:(0,1),160,32;cap_style:(0,1),192,32;join_style:(0,1),224,32;\fill_style:(0,1),256,32;fill_rule:(0,1),288,32;arc_mode:(0,1),320,32;tile:(0,8),352,32;stipple:(0,8),384,32;ts_x_origin:(0,1),416,32;ts_y_origin:(0,1),448,32;font:(0,8),480,32;\subwindow_mode:(0,1),512,32;graphics_exposures:(0,1),544,32;clip_x_origin:(0,1),576,32;clip_y_origin:(0,1),608,32;clip_mask:(0,8),640,32;dash_offset:(0,1),672,32;dashes:(0,2),704,8;;_XGC:T(4,12)=s112ext_data:(4,2),0,32;gid:(0,8),32,32;rects:(0,1),64,32;dashes:(0,1),96,32;dirty:(0,8),128,32;values:(4,11),160,736;;GC:t(4,13)=*(4,12)Visual:t(4,14)=s32ext_data:(4,2),0,32;visualid:(0,8),32,32;class:(0,1),64,32;red_mask:(0,8),96,32;green_mask:(0,8),128,32;blue_mask:(0,8),160,32;bits_per_rgb:(0,1),192,32;map_entries:(0,1),224,32;;Depth:t(4,15)=s12depth:(0,1),0,32;nvisuals:(0,1),32,32;visuals:(4,16)=*(4,14),64,32;;Screen:t(4,18)=s80ext_data:(4,2),0,32;display:(4,19)=*(4,17)=xs_XDisplay:,32,32;root:(0,8),64,32;width:(0,1),96,32;height:(0,1),128,32;mwidth:(0,1),160,32;mheight:(0,1),192,32;ndepths:(0,1),224,32;\depths:(4,20)=*(4,15),256,32;root_depth:(0,1),288,32;root_visual:(4,16),320,32;default_gc:(4,13),352,32;cmap:(0,8),384,32;white_pixel:(0,8),416,32;black_pixel:(0,8),448,32;max_maps:(0,1),480,32;\min_maps:(0,1),512,32;backing_store:(0,1),544,32;save_unders:(0,1),576,32;root_input_mask:(0,1),608,32;;ScreenFormat:t(4,21)=s16ext_data:(4,2),0,32;depth:(0,1),32,32;bits_per_pixel:(0,1),64,32;scanline_pad:(0,1),96,32;;XSetWindowAttributes:t(4,22)=s60background_pixmap:(0,8),0,32;background_pixel:(0,8),32,32;border_pixmap:(0,8),64,32;border_pixel:(0,8),96,32;bit_gravity:(0,1),128,32;win_gravity:(0,1),160,32;backing_store:(0,1),192,32;backing_planes:(0,8),224,32;\backing_pixel:(0,8),256,32;save_under:(0,1),288,32;event_mask:(0,1),320,32;do_not_propagate_mask:(0,1),352,32;override_redirect:(0,1),384,32;colormap:(0,8),416,32;cursor:(0,8),448,32;;XWindowAttributes:t(4,23)=s92x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;depth:(0,1),160,32;visual:(4,16),192,32;root:(0,8),224,32;\class:(0,1),256,32;bit_gravity:(0,1),288,32;win_gravity:(0,1),320,32;backing_store:(0,1),352,32;backing_planes:(0,8),384,32;backing_pixel:(0,8),416,32;save_under:(0,1),448,32;colormap:(0,8),480,32;\map_installed:(0,1),512,32;map_state:(0,1),544,32;all_event_masks:(0,1),576,32;your_event_mask:(0,1),608,32;do_not_propagate_mask:(0,1),640,32;override_redirect:(0,1),672,32;screen:(4,24)=*(4,18),704,32;;XHostAddress:t(4,25)=s12family:(0,1),0,32;length:(0,1),32,32;address:(5,7),64,32;;funcs:T(4,27)=s24create_image:(4,28)=*(4,29)=f(4,30)=*(4,26)=xs_XImage:,0,32;destroy_image:(4,3),32,32;get_pixel:(4,31)=*(4,32)=f(0,8),64,32;put_pixel:(4,3),96,32;sub_image:(4,28),128,32;add_pixel:(4,3),160,32;;_XImage:T(4,26)=s88width:(0,1),0,32;height:(0,1),32,32;xoffset:(0,1),64,32;format:(0,1),96,32;data:(5,7),128,32;byte_order:(0,1),160,32;bitmap_unit:(0,1),192,32;bitmap_bit_order:(0,1),224,32;\bitmap_pad:(0,1),256,32;depth:(0,1),288,32;bytes_per_line:(0,1),320,32;bits_per_pixel:(0,1),352,32;red_mask:(0,8),384,32;green_mask:(0,8),416,32;blue_mask:(0,8),448,32;obdata:(5,7),480,32;f:(4,27),512,192;;XImage:t(4,26)XWindowChanges:t(4,33)=s28x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;sibling:(0,8),160,32;stack_mode:(0,1),192,32;;XColor:t(4,34)=s12pixel:(0,8),0,32;red:(0,6),32,16;green:(0,6),48,16;blue:(0,6),64,16;flags:(0,2),80,8;pad:(0,2),88,8;;XSegment:t(4,35)=s8x1:(0,4),0,16;y1:(0,4),16,16;x2:(0,4),32,16;y2:(0,4),48,16;;XPoint:t(4,36)=s4x:(0,4),0,16;y:(0,4),16,16;;XRectangle:t(4,37)=s8x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;;XArc:t(4,38)=s12x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;angle1:(0,4),64,16;angle2:(0,4),80,16;;XKeyboardControl:t(4,39)=s32key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,1),64,32;bell_duration:(0,1),96,32;led:(0,1),128,32;led_mode:(0,1),160,32;key:(0,1),192,32;auto_repeat_mode:(0,1),224,32;;XKeyboardState:t(4,40)=s56key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,8),64,32;bell_duration:(0,8),96,32;led_mask:(0,8),128,32;global_auto_repeat:(0,1),160,32;auto_repeats:(4,41)=ar(0,1);0;31;(0,2),192,256;;XTimeCoord:t(4,42)=s8time:(0,8),0,32;x:(0,4),32,16;y:(0,4),48,16;;XModifierKeymap:t(4,43)=s8max_keypermod:(0,1),0,32;modifiermap:(1,2),32,32;;_DisplayAtoms:T(4,44)=s24text:(0,8),0,32;wm_state:(0,8),32,32;wm_protocols:(0,8),64,32;wm_save_yourself:(0,8),96,32;wm_change_state:(0,8),128,32;wm_colormap_windows:(0,8),160,32;;_XDisplay:T(4,17)=s1252ext_data:(4,2),0,32;next:(4,48)=*(4,17),32,32;fd:(0,1),64,32;lock:(0,1),96,32;proto_major_version:(0,1),128,32;proto_minor_version:(0,1),160,32;vendor:(5,7),192,32;resource_base:(0,1),224,32;\resource_mask:(0,1),256,32;resource_id:(0,1),288,32;resource_shift:(0,1),320,32;resource_alloc:(4,31),352,32;byte_order:(0,1),384,32;bitmap_unit:(0,1),416,32;bitmap_pad:(0,1),448,32;bitmap_bit_order:(0,1),480,32;\nformats:(0,1),512,32;pixmap_format:(4,49)=*(4,21),544,32;vnumber:(0,1),576,32;release:(0,1),608,32;head:(4,50)=*(4,45)=xs_XSQEvent:,640,32;tail:(4,50),672,32;qlen:(0,1),704,32;last_request_read:(0,8),736,32;\request:(0,8),768,32;last_req:(5,7),800,32;buffer:(5,7),832,32;bufptr:(5,7),864,32;bufmax:(5,7),896,32;max_request_size:(0,8),928,32;db:(4,51)=*(4,46)=xs_XrmHashBucketRec:,960,32;synchandler:(4,3),992,32;\display_name:(5,7),1024,32;default_screen:(0,1),1056,32;nscreens:(0,1),1088,32;screens:(4,24),1120,32;motion_buffer:(0,8),1152,32;current:(0,8),1184,32;min_keycode:(0,1),1216,32;max_keycode:(0,1),1248,32;\keysyms:(4,52)=*(0,8),1280,32;modifiermap:(4,53)=*(4,43),1312,32;keysyms_per_keycode:(0,1),1344,32;xdefaults:(5,7),1376,32;scratch_buffer:(5,7),1408,32;scratch_length:(0,8),1440,32;ext_number:(0,1),1472,32;ext_procs:(4,7),1504,32;\event_vec:(4,54)=ar(0,1);0;127;(4,3),1536,4096;wire_vec:(4,54),5632,4096;lock_meaning:(0,8),9728,32;key_bindings:(4,55)=*(4,47)=xsXKeytrans:,9760,32;cursor_font:(0,8),9792,32;atoms:(4,56)=*(4,44),9824,32;reconfigure_wm_window:(4,57)=s12sequence_number:(0,1),0,32;old_handler:(4,3),32,32;succeeded:(0,1),64,32;;,9856,96;\flags:(0,8),9952,32;mode_switch:(0,8),9984,32;;Display:t(4,17)XKeyEvent:t(4,58)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;keycode:(0,8),416,32;same_screen:(0,1),448,32;;XKeyPressedEvent:t(4,58)XKeyReleasedEvent:t(4,58)XButtonEvent:t(4,59)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;button:(0,8),416,32;same_screen:(0,1),448,32;;XButtonPressedEvent:t(4,59)XButtonReleasedEvent:t(4,59)XMotionEvent:t(4,60)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;is_hint:(0,2),416,8;same_screen:(0,1),448,32;;XPointerMovedEvent:t(4,60)XCrossingEvent:t(4,61)=s68type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;mode:(0,1),384,32;detail:(0,1),416,32;same_screen:(0,1),448,32;focus:(0,1),480,32;state:(0,8),512,32;;XEnterWindowEvent:t(4,61)XLeaveWindowEvent:t(4,61)XFocusChangeEvent:t(4,62)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;mode:(0,1),160,32;detail:(0,1),192,32;;XFocusInEvent:t(4,62)XFocusOutEvent:t(4,62)XKeymapEvent:t(4,63)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;key_vector:(4,41),160,256;;XExposeEvent:t(4,64)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;;XGraphicsExposeEvent:t(4,65)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;drawable:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;major_code:(0,1),320,32;minor_code:(0,1),352,32;;XNoExposeEvent:t(4,66)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;drawable:(0,8),128,32;major_code:(0,1),160,32;minor_code:(0,1),192,32;;XVisibilityEvent:t(4,67)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;state:(0,1),160,32;;XCreateWindowEvent:t(4,68)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;override_redirect:(0,1),352,32;;XDestroyWindowEvent:t(4,69)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;event:(0,8),128,32;window:(0,8),160,32;;XUnmapEvent:t(4,70)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;event:(0,8),128,32;window:(0,8),160,32;from_configure:(0,1),192,32;;XMapEvent:t(4,71)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;event:(0,8),128,32;window:(0,8),160,32;override_redirect:(0,1),192,32;;XMapRequestEvent:t(4,72)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;;XReparentEvent:t(4,73)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;event:(0,8),128,32;window:(0,8),160,32;parent:(0,8),192,32;x:(0,1),224,32;\y:(0,1),256,32;override_redirect:(0,1),288,32;;XConfigureEvent:t(4,74)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;override_redirect:(0,1),384,32;;XGravityEvent:t(4,75)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;;XResizeRequestEvent:t(4,76)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;width:(0,1),160,32;height:(0,1),192,32;;XConfigureRequestEvent:t(4,77)=s56type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;detail:(0,1),384,32;value_mask:(0,8),416,32;;XCirculateEvent:t(4,78)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;event:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XCirculateRequestEvent:t(4,79)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XPropertyEvent:t(4,80)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;atom:(0,8),160,32;time:(0,8),192,32;state:(0,1),224,32;;XSelectionClearEvent:t(4,81)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;selection:(0,8),160,32;time:(0,8),192,32;;XSelectionRequestEvent:t(4,82)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;owner:(0,8),128,32;requestor:(0,8),160,32;selection:(0,8),192,32;target:(0,8),224,32;\property:(0,8),256,32;time:(0,8),288,32;;XSelectionEvent:t(4,83)=s36type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;requestor:(0,8),128,32;selection:(0,8),160,32;target:(0,8),192,32;property:(0,8),224,32;time:(0,8),256,32;;XColormapEvent:t(4,84)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;colormap:(0,8),160,32;new:(0,1),192,32;state:(0,1),224,32;;XClientMessageEvent:t(4,85)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;message_type:(0,8),160,32;format:(0,1),192,32;data:(4,86)=u20b:(4,87)=ar(0,1);0;19;(0,2),0,160;\s:(4,88)=ar(0,1);0;9;(0,4),0,160;l:(4,89)=ar(0,1);0;4;(0,1),0,160;;,224,160;;XMappingEvent:t(4,90)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;request:(0,1),160,32;first_keycode:(0,1),192,32;count:(0,1),224,32;;XErrorEvent:t(4,91)=s20type:(0,1),0,32;display:(4,48),32,32;resourceid:(0,8),64,32;serial:(0,8),96,32;error_code:(0,5),128,8;request_code:(0,5),136,8;minor_code:(0,5),144,8;;XAnyEvent:t(4,92)=s20type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;;_XEvent:T(4,93)=u96type:(0,1),0,32;xany:(4,92),0,160;xkey:(4,58),0,480;xbutton:(4,59),0,480;xmotion:(4,60),0,480;xcrossing:(4,61),0,544;xfocus:(4,62),0,224;xexpose:(4,64),0,320;\xgraphicsexpose:(4,65),0,384;xnoexpose:(4,66),0,224;xvisibility:(4,67),0,192;xcreatewindow:(4,68),0,384;xdestroywindow:(4,69),0,192;xunmap:(4,70),0,224;xmap:(4,71),0,224;xmaprequest:(4,72),0,192;\xreparent:(4,73),0,320;xconfigure:(4,74),0,416;xgravity:(4,75),0,256;xresizerequest:(4,76),0,224;xconfigurerequest:(4,77),0,448;xcirculate:(4,78),0,224;xcirculaterequest:(4,79),0,224;xproperty:(4,80),0,256;\xselectionclear:(4,81),0,224;xselectionrequest:(4,82),0,320;xselection:(4,83),0,288;xcolormap:(4,84),0,256;xclient:(4,85),0,384;xmapping:(4,90),0,256;xerror:(4,91),0,160;xkeymap:(4,63),0,416;pad:(4,94)=ar(0,1);0;23;(0,1),0,768;;XEvent:t(4,93)_XSQEvent:T(4,45)=s100next:(4,95)=*(4,45),0,32;event:(4,93),32,768;;_XQEvent:t(4,45)XCharStruct:t(4,96)=s12lbearing:(0,4),0,16;rbearing:(0,4),16,16;width:(0,4),32,16;ascent:(0,4),48,16;descent:(0,4),64,16;attributes:(0,6),80,16;;XFontProp:t(4,97)=s8name:(0,8),0,32;card32:(0,8),32,32;;XFontStruct:t(4,98)=s80ext_data:(4,2),0,32;fid:(0,8),32,32;direction:(0,8),64,32;min_char_or_byte2:(0,8),96,32;max_char_or_byte2:(0,8),128,32;min_byte1:(0,8),160,32;max_byte1:(0,8),192,32;all_chars_exist:(0,1),224,32;\default_char:(0,8),256,32;n_properties:(0,1),288,32;properties:(4,99)=*(4,97),320,32;min_bounds:(4,96),352,96;max_bounds:(4,96),448,96;per_char:(4,100)=*(4,96),544,32;ascent:(0,1),576,32;descent:(0,1),608,32;;XTextItem:t(4,101)=s16chars:(5,7),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XChar2b:t(4,102)=s2byte1:(0,5),0,8;byte2:(0,5),8,8;;XTextItem16:t(4,103)=s16chars:(4,104)=*(4,102),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XEDataObject:t(4,105)=u4display:(4,48),0,32;gc:(4,13),0,32;visual:(4,16),0,32;screen:(4,24),0,32;pixmap_format:(4,49),0,32;font:(4,106)=*(4,98),0,32;;XErrorHandler:t(4,3)XIOErrorHandler:t(4,3)_GC_rec:T(3,1)=s112gc:(4,13),0,32;ref_count:(0,4),32,16;num_cliprects:(0,1),64,32;valuemask:(0,8),96,32;values:(4,11),128,736;next:(3,2)=*(3,1),864,32;;GC_rec:t(3,1)pixlabel:T(3,3)=s12pixmap:(0,8),0,32;width:(0,1),32,32;height:(0,1),64,32;;Pixlabel:t(3,3)graphics_info:T(3,4)=s148dpy:(4,48),0,32;scrn:(0,1),32,32;depth:(0,8),64,32;glyphfont:(4,106),96,32;textfont:(4,106),128,32;three_d:(0,4),160,16;gc_rec:(3,5)=ar(0,1);0;8;(3,2),192,288;stipple_pixmaps:(3,6)=ar(0,1);0;2;(0,8),480,96;\pixvals:(3,7)=ar(0,1);0;4;(0,8),576,160;button_height:(0,4),736,16;endcap_width:(0,4),752,16;sb_width:(0,4),768,16;sb_height:(0,4),784,16;abbrev_width:(0,4),800,16;slider_width:(0,4),816,16;slider_height:(0,4),832,16;\se_width:(0,4),848,16;se_height:(0,4),864,16;mm_width:(0,4),880,16;mm_height:(0,4),896,16;base_off:(0,4),912,16;slider_offset:(0,4),928,16;cb_width:(0,4),944,16;cb_height:(0,4),960,16;\pp_width:(0,4),976,16;pp_height:(0,4),992,16;gauge_width:(0,4),1008,16;gauge_height:(0,4),1024,16;textscbu_width:(0,4),1040,16;gauge_endcapOffset:(0,4),1056,16;numscbu_width:(0,4),1072,16;resize_arm_width:(0,4),1088,16;\abbsb_height:(0,4),1104,16;cable_offset:(0,4),1120,16;cable_width:(0,4),1136,16;point_size:(0,4),1152,16;;Graphics_info:t(3,4)ol_ll_:T(3,8)=s56parent:(3,10)=*(3,9)=xsol_:,0,32;last:(3,11)=*(3,8),32,32;next:(3,11),64,32;type:(0,1),96,32;name:(4,41),128,256;widget:(5,7),384,32;win:(0,8),416,32;;Ol_ll:t(3,8)ol_:T(3,9)=s36display:(4,48),0,32;depth:(0,1),32,32;visual:(4,16),64,32;cmap:(0,8),96,32;background:(0,1),128,32;hand_cursor:(0,8),160,32;gin:(3,12)=*(3,4),192,32;head:(3,11),224,32;tail:(3,11),256,32;;Ol:t(3,9)ol_button_:T(3,13)=s76parent:(3,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(4,41),224,256;\event_proc:(4,3),480,32;user_data:(3,14)=*(0,11),512,32;user_data2:(3,14),544,32;toggle:(0,1),576,32;;OlButton:t(3,13)ol_menu_item_:T(3,16)=s60x:(0,1),0,32;y:(0,1),32,32;w:(0,1),64,32;h:(0,1),96,32;state:(0,1),128,32;on:(0,1),160,32;label:(4,41),192,256;pull_right:(3,17)=*(3,15)=xsol_menu_:,448,32;;ol_menu_:T(3,15)=s84parent:(3,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(4,41),224,256;\event_proc:(4,3),480,32;user_data:(3,14),512,32;user_data2:(3,14),544,32;win:(0,8),576,32;nitems:(0,1),608,32;items:(3,18)=*(3,16),640,32;;OlMenu:t(3,15)ol_scrollbar_:T(3,19)=s264parent:(3,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;anchor0_x:(0,1),160,32;anchor0_y:(0,1),192,32;anchor0_w:(0,1),224,32;\anchor0_h:(0,1),256,32;anchor1_x:(0,1),288,32;anchor1_y:(0,1),320,32;anchor1_w:(0,1),352,32;anchor1_h:(0,1),384,32;arrow0_x:(0,1),416,32;arrow0_y:(0,1),448,32;arrow0_w:(0,1),480,32;\arrow0_h:(0,1),512,32;arrow1_x:(0,1),544,32;arrow1_y:(0,1),576,32;arrow1_w:(0,1),608,32;arrow1_h:(0,1),640,32;elev_x:(0,1),672,32;elev_y:(0,1),704,32;elev_w:(0,1),736,32;\elev_h:(0,1),768,32;state:(0,1),800,32;state0:(0,1),832,32;state1:(0,1),864,32;x_old:(0,1),896,32;y_old:(0,1),928,32;on:(0,1),960,32;changed:(0,1),992,32;\horizontal:(0,1),1024,32;immediate:(0,1),1056,32;length:(0,1),1088,32;elev:(0,1),1120,32;min_elev:(0,1),1152,32;max_elev:(0,1),1184,32;elev_old:(0,1),1216,32;prop:(0,1),1248,32;\prop_length:(0,1),1280,32;win_x:(0,1),1312,32;win_y:(0,1),1344,32;win_dim:(0,1),1376,32;scroll_incr:(0,10),1408,64;full0:(0,10),1472,64;full1:(0,10),1536,64;view0:(0,10),1600,64;\view1:(0,10),1664,64;view0_old:(0,10),1728,64;view1_old:(0,10),1792,64;view0_last:(0,10),1856,64;view1_last:(0,10),1920,64;popup_menu:(3,20)=*(3,15),1984,32;scroll_proc:(4,3),2016,32;user_data:(3,14),2048,32;user_data2:(3,14),2080,32;;OlScrollbar:t(3,19)ol_box_:T(3,21)=s44parent:(3,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;gc:(4,13),224,32;\draw_proc:(4,3),256,32;user_data:(3,14),288,32;user_data2:(3,14),320,32;;OlBox:t(3,21)/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.hxcom_:T(9,1)=s796progname:(9,2)=ar(0,1);0;255;(0,2),0,2048;display:(4,48),2048,32;window:(0,8),2080,32;status:(0,1),2112,32;msg:(9,3)=ar(0,1);0;511;(0,2),2144,4096;window_atom:(0,8),6240,32;status_atom:(0,8),6272,32;msg_atom:(0,8),6304,32;register_atom:(0,8),6336,32;;Xcom:t(9,1)gpl_trace:T(2,1)=s32id_string:(5,7),0,32;units:(5,7),32,32;uvar:(0,9),64,32;nsegs:(0,1),96,32;tstart:(2,2)=*(0,10),128,32;dt:(2,2),160,32;nsamps:(2,3)=*(0,1),192,32;data:(2,4)=*(2,5)=*(0,9),224,32;;GPLTrace:t(2,1)gpl_arrival:T(2,6)=s104arrival_id:(3,14),0,32;time:(0,10),64,64;deltime:(0,10),128,64;ptime:(0,10),192,64;ap0time:(0,10),256,64;ap1time:(0,10),320,64;pamp:(0,9),384,32;ap0amp:(0,9),416,32;\ap1amp:(0,9),448,32;amp:(0,9),480,32;phase:(2,7)=ar(0,1);0;15;(0,2),512,128;fm:(2,8)=ar(0,1);0;7;(0,2),640,64;quality:(2,8),704,64;overlay:(0,1),768,32;;GPLArrival:t(2,6)gpl_pane_:T(2,9)=s40parent:(2,11)=*(2,10)=xsgather_plot_:,0,32;type:(0,1),32,32;visible:(0,1),64,32;grab:(0,1),96,32;x:(0,1),128,32;y:(0,1),160,32;w:(0,1),192,32;h:(0,1),224,32;\background:(0,1),256,32;foreground:(0,1),288,32;;GPLPane:t(2,9)gpl_widgets_:T(2,13)=s12ol_widget:(5,7),0,32;type:(0,1),32,32;on:(0,1),64,32;;strace_:T(2,14)=s48trace_id:(3,14),0,32;ampwin:(0,9),32,32;amp0:(0,9),64,32;ascale:(0,9),96,32;t0:(0,10),128,64;xl:(0,1),192,32;xr:(0,1),224,32;yt:(0,1),256,32;\yb:(0,1),288,32;select:(0,1),320,32;display:(0,1),352,32;;gather_plot_:T(2,10)=s1480display:(4,48),0,32;screen:(0,1),32,32;visual:(4,16),64,32;depth:(0,1),96,32;cmap:(0,8),128,32;progname:(2,16)=ar(0,1);0;63;(0,2),160,512;title:(2,17)=ar(0,1);0;127;(0,2),672,1024;shutdown:(0,1),1696,32;\first:(0,1),1728,32;xcom:(2,18)=*(9,1),1760,32;fdcom:(0,1),1792,32;Static:(2,19)=*(2,12)=xsgather_plot_static_:,1824,32;ol:(2,20)=*(3,9),1856,32;box:(5,7),1888,32;overlays:(5,7),1920,32;gpl_mag:(2,21)=*(2,10),1952,32;\mag_win_w:(0,1),1984,32;mag_win_h:(0,1),2016,32;n_sln_wins:(0,1),2048,32;gpl_sln:(2,22)=*(2,21),2080,32;sln_win_w:(0,1),2112,32;sln_win_h:(0,1),2144,32;gpl_parent:(2,21),2176,32;user_data:(5,7),2208,32;\nwidgets:(0,1),2240,32;widgets:(2,23)=ar(0,1);0;19;(2,13),2272,1920;trace_menu:(3,20),4192,32;phase_menu:(3,20),4224,32;arrival_menu:(3,20),4256,32;uvar_scrollbar:(2,24)=*(3,19),4288,32;sta_scrollbar:(2,24),4320,32;time_scrollbar:(2,24),4352,32;\button_flags:(0,1),4384,32;label_foreground:(0,1),4416,32;label_background:(0,1),4448,32;uvar_foreground:(0,1),4480,32;trace_foreground:(0,1),4512,32;trace_background:(0,1),4544,32;gpl_win_visible:(0,1),4576,32;batch_on:(0,1),4608,32;\gpl_win:(0,8),4640,32;gpl_win_parent:(0,8),4672,32;gpl_win_gc:(4,13),4704,32;time_cursor_gc:(4,13),4736,32;time_line_gc:(4,13),4768,32;trace_bkg_gc:(4,13),4800,32;trace_frg_gc:(4,13),4832,32;trace_rect_gc:(4,13),4864,32;\label_bkg_gc:(4,13),4896,32;trace_moveout_gc:(4,13),4928,32;trace_arrival_gc:(4,13),4960,32;parent_pane:(2,9),4992,320;gpl_pane:(2,9),5312,320;gpl_win_x_fr:(0,9),5632,32;gpl_win_y_fr:(0,9),5664,32;gpl_win_w_fr:(0,9),5696,32;\gpl_win_h_fr:(0,9),5728,32;trace_pane:(2,9),5760,320;trace_pane_x_fr:(0,9),6080,32;trace_pane_y_fr:(0,9),6112,32;trace_pane_w_fr:(0,9),6144,32;trace_pane_h_fr:(0,9),6176,32;trace_pane_l_margin:(0,1),6208,32;trace_pane_r_margin:(0,1),6240,32;\trace_pane_t_margin:(0,1),6272,32;trace_pane_b_margin:(0,1),6304,32;widget_pane:(2,9),6336,320;uvar_scrl_pane:(2,9),6656,320;uvar_pane:(2,9),6976,320;sta_pane:(2,9),7296,320;sta_scrl_pane:(2,9),7616,320;time_pane:(2,9),7936,320;\status_pane:(2,9),8256,320;time_scrl_pane:(2,9),8576,320;trace_win_imm:(0,1),8896,32;trace_mouse_mode:(0,1),8928,32;trace_mouse_mode_old:(0,1),8960,32;trace_mouse_state:(0,1),8992,32;trace_mouse_xold:(0,1),9024,32;trace_mouse_yold:(0,1),9056,32;\trace_x_first:(0,1),9088,32;trace_y_first:(0,1),9120,32;arrival_select:(0,1),9152,32;arrival_edit:(0,1),9184,32;old_mask:(0,8),9216,32;time_cursor_ovls:(5,7),9248,32;time_flags:(0,8),9280,32;ntimes:(0,1),9312,32;\xtime:(0,1),9344,32;dxtime:(0,1),9376,32;ttime:(0,10),9408,64;dttime:(0,10),9472,64;tstime:(0,10),9536,64;uvar_flags:(0,8),9600,32;uvar_ordinal:(0,1),9632,32;nuvars:(0,1),9664,32;\yuvar:(0,1),9696,32;dyuvar:(0,1),9728,32;uuvar:(0,9),9760,32;duuvar:(0,9),9792,32;usuvar:(0,9),9824,32;sta_flags:(0,8),9856,32;trace_pixmap:(0,8),9888,32;trace_pixmap_gc:(4,13),9920,32;\trace_pixmap_gc2:(4,13),9952,32;trace_pixmap_w:(0,1),9984,32;trace_pixmap_h:(0,1),10016,32;trace_plot_mode:(0,1),10048,32;trace_overlay_mode:(0,1),10080,32;trace_moveout_mode:(0,1),10112,32;trace_moveout_t0:(0,10),10176,64;trace_moveout_slo:(0,9),10240,32;\trace_moveout_t0l:(0,10),10304,64;trace_moveout_slol:(0,9),10368,32;trace_filter_mode:(0,1),10400,32;trace_filter_index:(0,1),10432,32;trace_time_resize:(0,1),10464,32;trace_uvar_resize:(0,1),10496,32;t0:(0,10),10560,64;twin:(0,10),10624,64;\t0_full:(0,10),10688,64;twin_full:(0,10),10752,64;uvar_name:(5,7),10816,32;uvar0:(0,9),10848,32;uvarwin:(0,9),10880,32;uvar0_full:(0,9),10912,32;uvarwin_full:(0,9),10944,32;sta0:(0,1),10976,32;\stawin:(0,1),11008,32;stawin_full:(0,1),11040,32;trace_ht:(0,9),11072,32;trace_height:(0,9),11104,32;amp0:(0,9),11136,32;ampwin:(0,9),11168,32;gain:(0,9),11200,32;clip:(0,1),11232,32;\amp_scale_mode:(0,1),11264,32;agcwin:(0,9),11296,32;amp_uvar_mode:(0,1),11328,32;ntraces:(0,1),11360,32;traces:(2,25)=*(2,14),11392,32;tshift:(0,10),11456,64;arrfl_sel:(2,26)=*(2,15)=xsgpl_arrival_flag_:,11520,32;get_trace:(4,3),11552,32;\get_arrivals:(4,3),11584,32;get_arrs:(4,3),11616,32;put_arrival:(4,8),11648,32;put_arr:(4,8),11680,32;resize_proc:(4,3),11712,32;key_event_proc:(4,3),11744,32;sta_info:(4,3),11776,32;;GatherPlot:t(2,10)gather_plot_static_:T(2,12)=s380display:(4,48),0,32;screen:(0,1),32,32;visual:(4,16),64,32;depth:(0,1),96,32;cmap:(0,8),128,32;pixel:(0,8),160,32;pixel_cmpl:(0,8),192,32;red_pixel:(0,1),224,32;\yellow_pixel:(0,1),256,32;yellow2_pixel:(0,1),288,32;green_pixel:(0,1),320,32;blue_pixel:(0,1),352,32;gray_pixel:(0,1),384,32;gray_pixels:(2,28)=ar(0,1);0;31;(0,1),416,1024;chrom_pixels:(2,28),1440,1024;label_foreground:(0,1),2464,32;\label_background:(0,1),2496,32;uvar_foreground:(0,1),2528,32;trace_foreground:(0,1),2560,32;trace_background:(0,1),2592,32;arrival_foreground:(0,1),2624,32;arrival_background:(0,1),2656,32;sel_arrival_foreground:(0,1),2688,32;sel_arrival_background:(0,1),2720,32;\dotted_pixmap:(0,8),2752,32;trace_font:(4,106),2784,32;trace_font_small:(4,106),2816,32;normal_cursor:(0,8),2848,32;busy_cursor:(0,8),2880,32;hscrl_cursor:(0,8),2912,32;vscrl_cursor:(0,8),2944,32;filters:(2,29)=*(2,27)=xsgather_plot_filter_:,2976,32;nfilters:(0,1),3008,32;;gather_plot_filter_:T(2,27)=s72type:(0,1),0,32;label:(4,41),32,256;start_pad:(0,10),320,64;end_pad:(0,10),384,64;param1:(0,9),448,32;param2:(0,9),480,32;param3:(0,9),512,32;param4:(0,9),544,32;;gpl_arrival_flag_:T(2,15)=s128arrival_id:(3,14),0,32;strace:(2,25),32,32;gpl:(2,21),64,32;selected:(0,1),96,32;overlay:(0,1),128,32;pm:(0,8),160,32;h:(0,1),192,32;time:(0,10),256,64;\deltime:(0,10),320,64;deltime_box:(5,7),384,32;ptime:(0,10),448,64;ap0time:(0,10),512,64;ap1time:(0,10),576,64;pamp:(0,9),640,32;amp:(0,9),672,32;ap0amp:(0,9),704,32;\ap1amp:(0,9),736,32;ampper_box:(5,7),768,32;phase:(2,7),800,128;fm:(2,8),928,64;;gpl_arrival_flag:t(2,15)./GPL_filters.hgpl_filters_def:G(12,1)=ar(0,1);0;10;(2,27)./GPL_phases.hgpl_phases_def:G(13,1)=ar(0,1);0;5;(5,7)./Overlay_defs.hoverlay_:T(14,1)=s68overlays_ptr:(14,3)=*(14,2)=xsoverlays_:,0,32;display:(4,48),32,32;win:(0,8),64,32;gc:(4,13),96,32;o:(0,1),128,32;on:(0,1),160,32;x:(0,1),192,32;y:(0,1),224,32;\w:(0,1),256,32;h:(0,1),288,32;d:(0,1),320,32;draw_ptr:(5,7),352,32;draw_proc_ptr:(14,4)=*(14,5)=f(0,11),384,32;free_proc_ptr:(14,4),416,32;back_pm:(0,8),448,32;prev:(14,6)=*(14,1),480,32;next:(14,6),512,32;;Overlay:t(14,1)overlays_:T(14,2)=s8head:(14,6),0,32;tail:(14,6),32,32;;Overlays:t(14,2)/usr/openwin/include/X11/cursorfont.hGPL_create:F(2,21)display:p(4,48)screen:p(0,1)visual:p(4,16)depth:p(0,1)colormap:p(0,8)progname:p(5,7)Static:V(0,13)=*(2,12)gpl:(2,21)pixel:(0,8)pixel_cmpl:(0,8)i:(0,1)j:(0,1)k:(0,1)n:(0,1)w:(0,1)h:(0,1)lightness:(0,9)data:(1,2)/usr/openwin/include/X11/Xutil.hXSizeHints:t(16,1)=s72flags:(0,1),0,32;x:(0,1),32,32;y:(0,1),64,32;width:(0,1),96,32;height:(0,1),128,32;min_width:(0,1),160,32;min_height:(0,1),192,32;max_width:(0,1),224,32;\max_height:(0,1),256,32;width_inc:(0,1),288,32;height_inc:(0,1),320,32;min_aspect:(16,2)=s8x:(0,1),0,32;y:(0,1),32,32;;,352,64;max_aspect:(16,2),416,64;base_width:(0,1),480,32;\base_height:(0,1),512,32;win_gravity:(0,1),544,32;;XWMHints:t(16,3)=s36flags:(0,1),0,32;input:(0,1),32,32;initial_state:(0,1),64,32;icon_pixmap:(0,8),96,32;icon_window:(0,8),128,32;icon_x:(0,1),160,32;icon_y:(0,1),192,32;icon_mask:(0,8),224,32;window_group:(0,8),256,32;;XTextProperty:t(16,4)=s16value:(1,2),0,32;encoding:(0,8),32,32;format:(0,1),64,32;nitems:(0,8),96,32;;XIconSize:t(16,5)=s24min_width:(0,1),0,32;min_height:(0,1),32,32;max_width:(0,1),64,32;max_height:(0,1),96,32;width_inc:(0,1),128,32;height_inc:(0,1),160,32;;XClassHint:t(16,6)=s8res_name:(5,7),0,32;res_class:(5,7),32,32;;_XComposeStatus:T(16,7)=s8compose_ptr:(5,7),0,32;chars_matched:(0,1),32,32;;XComposeStatus:t(16,7)Region:t(16,9)=*(16,8)=xs_XRegion:XVisualInfo:t(16,10)=s40visual:(4,16),0,32;visualid:(0,8),32,32;screen:(0,1),64,32;depth:(0,1),96,32;class:(0,1),128,32;red_mask:(0,8),160,32;green_mask:(0,8),192,32;blue_mask:(0,8),224,32;\colormap_size:(0,1),256,32;bits_per_rgb:(0,1),288,32;;XStandardColormap:t(16,11)=s40colormap:(0,8),0,32;red_max:(0,8),32,32;red_mult:(0,8),64,32;green_max:(0,8),96,32;green_mult:(0,8),128,32;blue_max:(0,8),160,32;blue_mult:(0,8),192,32;base_pixel:(0,8),224,32;\visualid:(0,8),256,32;killid:(0,8),288,32;;XContext:t(0,1)GPL_create_simple:F(2,21)display:p(4,48)title:p(5,7)progname:p(5,7)x:p(0,1)y:p(0,1)w:p(0,1)h:p(0,1)vis_flag:p(0,1)screen:(0,1)visual:(4,16)cmap:(0,8)depth:(0,1)gpl:(2,21)#tmp0:(2,5)#tmp1:(2,5)#tmp2:(2,5)#tmp3:(2,5)GPL_event.o/auto/jspc/sw/src/lib/undoc/gpl/GPL_event.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.hGPL_event:F(0,1)gpl:p(2,21)event:p(0,13)=*(4,93)i:(0,1)nbytes:(0,1)buffer:(4,41)GPL_free.o/auto/jspc/sw/src/lib/undoc/gpl/GPL_free.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.hGPL_free:F(0,11)gpl:p(2,21)i:(0,1)GPL_set.o/auto/jspc/sw/src/lib/undoc/gpl/GPL_set.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h./gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h_XExtData:T(5,1)=s16number:(0,1),0,32;next:(5,2)=*(5,1),32,32;free_private:(5,3)=*(5,4)=f(0,1),64,32;private_data:(2,1),96,32;;XExtData:t(5,1)XExtCodes:t(5,5)=s16extension:(0,1),0,32;major_opcode:(0,1),32,32;first_event:(0,1),64,32;first_error:(0,1),96,32;;_XExten:T(5,6)=s60next:(5,7)=*(5,6),0,32;codes:(5,5),32,128;create_GC:(5,3),160,32;copy_GC:(5,3),192,32;flush_GC:(5,3),224,32;free_GC:(5,3),256,32;create_Font:(5,3),288,32;free_Font:(5,3),320,32;\close_display:(5,3),352,32;error:(5,3),384,32;error_string:(5,8)=*(5,9)=f(2,1),416,32;name:(2,1),448,32;;_XExtension:t(5,6)XPixmapFormatValues:t(5,10)=s12depth:(0,1),0,32;bits_per_pixel:(0,1),32,32;scanline_pad:(0,1),64,32;;XGCValues:t(5,11)=s92function:(0,1),0,32;plane_mask:(0,8),32,32;foreground:(0,8),64,32;background:(0,8),96,32;line_width:(0,1),128,32;line_style:(0,1),160,32;cap_style:(0,1),192,32;join_style:(0,1),224,32;\fill_style:(0,1),256,32;fill_rule:(0,1),288,32;arc_mode:(0,1),320,32;tile:(0,8),352,32;stipple:(0,8),384,32;ts_x_origin:(0,1),416,32;ts_y_origin:(0,1),448,32;font:(0,8),480,32;\subwindow_mode:(0,1),512,32;graphics_exposures:(0,1),544,32;clip_x_origin:(0,1),576,32;clip_y_origin:(0,1),608,32;clip_mask:(0,8),640,32;dash_offset:(0,1),672,32;dashes:(0,2),704,8;;_XGC:T(5,12)=s112ext_data:(5,2),0,32;gid:(0,8),32,32;rects:(0,1),64,32;dashes:(0,1),96,32;dirty:(0,8),128,32;values:(5,11),160,736;;GC:t(5,13)=*(5,12)Visual:t(5,14)=s32ext_data:(5,2),0,32;visualid:(0,8),32,32;class:(0,1),64,32;red_mask:(0,8),96,32;green_mask:(0,8),128,32;blue_mask:(0,8),160,32;bits_per_rgb:(0,1),192,32;map_entries:(0,1),224,32;;Depth:t(5,15)=s12depth:(0,1),0,32;nvisuals:(0,1),32,32;visuals:(5,16)=*(5,14),64,32;;Screen:t(5,18)=s80ext_data:(5,2),0,32;display:(5,19)=*(5,17)=xs_XDisplay:,32,32;root:(0,8),64,32;width:(0,1),96,32;height:(0,1),128,32;mwidth:(0,1),160,32;mheight:(0,1),192,32;ndepths:(0,1),224,32;\depths:(5,20)=*(5,15),256,32;root_depth:(0,1),288,32;root_visual:(5,16),320,32;default_gc:(5,13),352,32;cmap:(0,8),384,32;white_pixel:(0,8),416,32;black_pixel:(0,8),448,32;max_maps:(0,1),480,32;\min_maps:(0,1),512,32;backing_store:(0,1),544,32;save_unders:(0,1),576,32;root_input_mask:(0,1),608,32;;ScreenFormat:t(5,21)=s16ext_data:(5,2),0,32;depth:(0,1),32,32;bits_per_pixel:(0,1),64,32;scanline_pad:(0,1),96,32;;XSetWindowAttributes:t(5,22)=s60background_pixmap:(0,8),0,32;background_pixel:(0,8),32,32;border_pixmap:(0,8),64,32;border_pixel:(0,8),96,32;bit_gravity:(0,1),128,32;win_gravity:(0,1),160,32;backing_store:(0,1),192,32;backing_planes:(0,8),224,32;\backing_pixel:(0,8),256,32;save_under:(0,1),288,32;event_mask:(0,1),320,32;do_not_propagate_mask:(0,1),352,32;override_redirect:(0,1),384,32;colormap:(0,8),416,32;cursor:(0,8),448,32;;XWindowAttributes:t(5,23)=s92x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;depth:(0,1),160,32;visual:(5,16),192,32;root:(0,8),224,32;\class:(0,1),256,32;bit_gravity:(0,1),288,32;win_gravity:(0,1),320,32;backing_store:(0,1),352,32;backing_planes:(0,8),384,32;backing_pixel:(0,8),416,32;save_under:(0,1),448,32;colormap:(0,8),480,32;\map_installed:(0,1),512,32;map_state:(0,1),544,32;all_event_masks:(0,1),576,32;your_event_mask:(0,1),608,32;do_not_propagate_mask:(0,1),640,32;override_redirect:(0,1),672,32;screen:(5,24)=*(5,18),704,32;;XHostAddress:t(5,25)=s12family:(0,1),0,32;length:(0,1),32,32;address:(2,1),64,32;;funcs:T(5,27)=s24create_image:(5,28)=*(5,29)=f(5,30)=*(5,26)=xs_XImage:,0,32;destroy_image:(5,3),32,32;get_pixel:(5,31)=*(5,32)=f(0,8),64,32;put_pixel:(5,3),96,32;sub_image:(5,28),128,32;add_pixel:(5,3),160,32;;_XImage:T(5,26)=s88width:(0,1),0,32;height:(0,1),32,32;xoffset:(0,1),64,32;format:(0,1),96,32;data:(2,1),128,32;byte_order:(0,1),160,32;bitmap_unit:(0,1),192,32;bitmap_bit_order:(0,1),224,32;\bitmap_pad:(0,1),256,32;depth:(0,1),288,32;bytes_per_line:(0,1),320,32;bits_per_pixel:(0,1),352,32;red_mask:(0,8),384,32;green_mask:(0,8),416,32;blue_mask:(0,8),448,32;obdata:(2,1),480,32;f:(5,27),512,192;;XImage:t(5,26)XWindowChanges:t(5,33)=s28x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;sibling:(0,8),160,32;stack_mode:(0,1),192,32;;XColor:t(5,34)=s12pixel:(0,8),0,32;red:(0,6),32,16;green:(0,6),48,16;blue:(0,6),64,16;flags:(0,2),80,8;pad:(0,2),88,8;;XSegment:t(5,35)=s8x1:(0,4),0,16;y1:(0,4),16,16;x2:(0,4),32,16;y2:(0,4),48,16;;XPoint:t(5,36)=s4x:(0,4),0,16;y:(0,4),16,16;;XRectangle:t(5,37)=s8x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;;XArc:t(5,38)=s12x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;angle1:(0,4),64,16;angle2:(0,4),80,16;;XKeyboardControl:t(5,39)=s32key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,1),64,32;bell_duration:(0,1),96,32;led:(0,1),128,32;led_mode:(0,1),160,32;key:(0,1),192,32;auto_repeat_mode:(0,1),224,32;;XKeyboardState:t(5,40)=s56key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,8),64,32;bell_duration:(0,8),96,32;led_mask:(0,8),128,32;global_auto_repeat:(0,1),160,32;auto_repeats:(5,41)=ar(0,1);0;31;(0,2),192,256;;XTimeCoord:t(5,42)=s8time:(0,8),0,32;x:(0,4),32,16;y:(0,4),48,16;;XModifierKeymap:t(5,43)=s8max_keypermod:(0,1),0,32;modifiermap:(1,2),32,32;;_DisplayAtoms:T(5,44)=s24text:(0,8),0,32;wm_state:(0,8),32,32;wm_protocols:(0,8),64,32;wm_save_yourself:(0,8),96,32;wm_change_state:(0,8),128,32;wm_colormap_windows:(0,8),160,32;;_XDisplay:T(5,17)=s1252ext_data:(5,2),0,32;next:(5,48)=*(5,17),32,32;fd:(0,1),64,32;lock:(0,1),96,32;proto_major_version:(0,1),128,32;proto_minor_version:(0,1),160,32;vendor:(2,1),192,32;resource_base:(0,1),224,32;\resource_mask:(0,1),256,32;resource_id:(0,1),288,32;resource_shift:(0,1),320,32;resource_alloc:(5,31),352,32;byte_order:(0,1),384,32;bitmap_unit:(0,1),416,32;bitmap_pad:(0,1),448,32;bitmap_bit_order:(0,1),480,32;\nformats:(0,1),512,32;pixmap_format:(5,49)=*(5,21),544,32;vnumber:(0,1),576,32;release:(0,1),608,32;head:(5,50)=*(5,45)=xs_XSQEvent:,640,32;tail:(5,50),672,32;qlen:(0,1),704,32;last_request_read:(0,8),736,32;\request:(0,8),768,32;last_req:(2,1),800,32;buffer:(2,1),832,32;bufptr:(2,1),864,32;bufmax:(2,1),896,32;max_request_size:(0,8),928,32;db:(5,51)=*(5,46)=xs_XrmHashBucketRec:,960,32;synchandler:(5,3),992,32;\display_name:(2,1),1024,32;default_screen:(0,1),1056,32;nscreens:(0,1),1088,32;screens:(5,24),1120,32;motion_buffer:(0,8),1152,32;current:(0,8),1184,32;min_keycode:(0,1),1216,32;max_keycode:(0,1),1248,32;\keysyms:(5,52)=*(0,8),1280,32;modifiermap:(5,53)=*(5,43),1312,32;keysyms_per_keycode:(0,1),1344,32;xdefaults:(2,1),1376,32;scratch_buffer:(2,1),1408,32;scratch_length:(0,8),1440,32;ext_number:(0,1),1472,32;ext_procs:(5,7),1504,32;\event_vec:(5,54)=ar(0,1);0;127;(5,3),1536,4096;wire_vec:(5,54),5632,4096;lock_meaning:(0,8),9728,32;key_bindings:(5,55)=*(5,47)=xsXKeytrans:,9760,32;cursor_font:(0,8),9792,32;atoms:(5,56)=*(5,44),9824,32;reconfigure_wm_window:(5,57)=s12sequence_number:(0,1),0,32;old_handler:(5,3),32,32;succeeded:(0,1),64,32;;,9856,96;\flags:(0,8),9952,32;mode_switch:(0,8),9984,32;;Display:t(5,17)XKeyEvent:t(5,58)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;keycode:(0,8),416,32;same_screen:(0,1),448,32;;XKeyPressedEvent:t(5,58)XKeyReleasedEvent:t(5,58)XButtonEvent:t(5,59)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;button:(0,8),416,32;same_screen:(0,1),448,32;;XButtonPressedEvent:t(5,59)XButtonReleasedEvent:t(5,59)XMotionEvent:t(5,60)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;is_hint:(0,2),416,8;same_screen:(0,1),448,32;;XPointerMovedEvent:t(5,60)XCrossingEvent:t(5,61)=s68type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;mode:(0,1),384,32;detail:(0,1),416,32;same_screen:(0,1),448,32;focus:(0,1),480,32;state:(0,8),512,32;;XEnterWindowEvent:t(5,61)XLeaveWindowEvent:t(5,61)XFocusChangeEvent:t(5,62)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;mode:(0,1),160,32;detail:(0,1),192,32;;XFocusInEvent:t(5,62)XFocusOutEvent:t(5,62)XKeymapEvent:t(5,63)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;key_vector:(5,41),160,256;;XExposeEvent:t(5,64)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;;XGraphicsExposeEvent:t(5,65)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;drawable:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;major_code:(0,1),320,32;minor_code:(0,1),352,32;;XNoExposeEvent:t(5,66)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;drawable:(0,8),128,32;major_code:(0,1),160,32;minor_code:(0,1),192,32;;XVisibilityEvent:t(5,67)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;state:(0,1),160,32;;XCreateWindowEvent:t(5,68)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;override_redirect:(0,1),352,32;;XDestroyWindowEvent:t(5,69)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;event:(0,8),128,32;window:(0,8),160,32;;XUnmapEvent:t(5,70)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;event:(0,8),128,32;window:(0,8),160,32;from_configure:(0,1),192,32;;XMapEvent:t(5,71)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;event:(0,8),128,32;window:(0,8),160,32;override_redirect:(0,1),192,32;;XMapRequestEvent:t(5,72)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;;XReparentEvent:t(5,73)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;event:(0,8),128,32;window:(0,8),160,32;parent:(0,8),192,32;x:(0,1),224,32;\y:(0,1),256,32;override_redirect:(0,1),288,32;;XConfigureEvent:t(5,74)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;override_redirect:(0,1),384,32;;XGravityEvent:t(5,75)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;;XResizeRequestEvent:t(5,76)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;width:(0,1),160,32;height:(0,1),192,32;;XConfigureRequestEvent:t(5,77)=s56type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;detail:(0,1),384,32;value_mask:(0,8),416,32;;XCirculateEvent:t(5,78)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;event:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XCirculateRequestEvent:t(5,79)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XPropertyEvent:t(5,80)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;atom:(0,8),160,32;time:(0,8),192,32;state:(0,1),224,32;;XSelectionClearEvent:t(5,81)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;selection:(0,8),160,32;time:(0,8),192,32;;XSelectionRequestEvent:t(5,82)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;owner:(0,8),128,32;requestor:(0,8),160,32;selection:(0,8),192,32;target:(0,8),224,32;\property:(0,8),256,32;time:(0,8),288,32;;XSelectionEvent:t(5,83)=s36type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;requestor:(0,8),128,32;selection:(0,8),160,32;target:(0,8),192,32;property:(0,8),224,32;time:(0,8),256,32;;XColormapEvent:t(5,84)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;colormap:(0,8),160,32;new:(0,1),192,32;state:(0,1),224,32;;XClientMessageEvent:t(5,85)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;message_type:(0,8),160,32;format:(0,1),192,32;data:(5,86)=u20b:(5,87)=ar(0,1);0;19;(0,2),0,160;\s:(5,88)=ar(0,1);0;9;(0,4),0,160;l:(5,89)=ar(0,1);0;4;(0,1),0,160;;,224,160;;XMappingEvent:t(5,90)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;request:(0,1),160,32;first_keycode:(0,1),192,32;count:(0,1),224,32;;XErrorEvent:t(5,91)=s20type:(0,1),0,32;display:(5,48),32,32;resourceid:(0,8),64,32;serial:(0,8),96,32;error_code:(0,5),128,8;request_code:(0,5),136,8;minor_code:(0,5),144,8;;XAnyEvent:t(5,92)=s20type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;;_XEvent:T(5,93)=u96type:(0,1),0,32;xany:(5,92),0,160;xkey:(5,58),0,480;xbutton:(5,59),0,480;xmotion:(5,60),0,480;xcrossing:(5,61),0,544;xfocus:(5,62),0,224;xexpose:(5,64),0,320;\xgraphicsexpose:(5,65),0,384;xnoexpose:(5,66),0,224;xvisibility:(5,67),0,192;xcreatewindow:(5,68),0,384;xdestroywindow:(5,69),0,192;xunmap:(5,70),0,224;xmap:(5,71),0,224;xmaprequest:(5,72),0,192;\xreparent:(5,73),0,320;xconfigure:(5,74),0,416;xgravity:(5,75),0,256;xresizerequest:(5,76),0,224;xconfigurerequest:(5,77),0,448;xcirculate:(5,78),0,224;xcirculaterequest:(5,79),0,224;xproperty:(5,80),0,256;\xselectionclear:(5,81),0,224;xselectionrequest:(5,82),0,320;xselection:(5,83),0,288;xcolormap:(5,84),0,256;xclient:(5,85),0,384;xmapping:(5,90),0,256;xerror:(5,91),0,160;xkeymap:(5,63),0,416;pad:(5,94)=ar(0,1);0;23;(0,1),0,768;;XEvent:t(5,93)_XSQEvent:T(5,45)=s100next:(5,95)=*(5,45),0,32;event:(5,93),32,768;;_XQEvent:t(5,45)XCharStruct:t(5,96)=s12lbearing:(0,4),0,16;rbearing:(0,4),16,16;width:(0,4),32,16;ascent:(0,4),48,16;descent:(0,4),64,16;attributes:(0,6),80,16;;XFontProp:t(5,97)=s8name:(0,8),0,32;card32:(0,8),32,32;;XFontStruct:t(5,98)=s80ext_data:(5,2),0,32;fid:(0,8),32,32;direction:(0,8),64,32;min_char_or_byte2:(0,8),96,32;max_char_or_byte2:(0,8),128,32;min_byte1:(0,8),160,32;max_byte1:(0,8),192,32;all_chars_exist:(0,1),224,32;\default_char:(0,8),256,32;n_properties:(0,1),288,32;properties:(5,99)=*(5,97),320,32;min_bounds:(5,96),352,96;max_bounds:(5,96),448,96;per_char:(5,100)=*(5,96),544,32;ascent:(0,1),576,32;descent:(0,1),608,32;;XTextItem:t(5,101)=s16chars:(2,1),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XChar2b:t(5,102)=s2byte1:(0,5),0,8;byte2:(0,5),8,8;;XTextItem16:t(5,103)=s16chars:(5,104)=*(5,102),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XEDataObject:t(5,105)=u4display:(5,48),0,32;gc:(5,13),0,32;visual:(5,16),0,32;screen:(5,24),0,32;pixmap_format:(5,49),0,32;font:(5,106)=*(5,98),0,32;;XErrorHandler:t(5,3)XIOErrorHandler:t(5,3)_GC_rec:T(4,1)=s112gc:(5,13),0,32;ref_count:(0,4),32,16;num_cliprects:(0,1),64,32;valuemask:(0,8),96,32;values:(5,11),128,736;next:(4,2)=*(4,1),864,32;;GC_rec:t(4,1)pixlabel:T(4,3)=s12pixmap:(0,8),0,32;width:(0,1),32,32;height:(0,1),64,32;;Pixlabel:t(4,3)graphics_info:T(4,4)=s148dpy:(5,48),0,32;scrn:(0,1),32,32;depth:(0,8),64,32;glyphfont:(5,106),96,32;textfont:(5,106),128,32;three_d:(0,4),160,16;gc_rec:(4,5)=ar(0,1);0;8;(4,2),192,288;stipple_pixmaps:(4,6)=ar(0,1);0;2;(0,8),480,96;\pixvals:(4,7)=ar(0,1);0;4;(0,8),576,160;button_height:(0,4),736,16;endcap_width:(0,4),752,16;sb_width:(0,4),768,16;sb_height:(0,4),784,16;abbrev_width:(0,4),800,16;slider_width:(0,4),816,16;slider_height:(0,4),832,16;\se_width:(0,4),848,16;se_height:(0,4),864,16;mm_width:(0,4),880,16;mm_height:(0,4),896,16;base_off:(0,4),912,16;slider_offset:(0,4),928,16;cb_width:(0,4),944,16;cb_height:(0,4),960,16;\pp_width:(0,4),976,16;pp_height:(0,4),992,16;gauge_width:(0,4),1008,16;gauge_height:(0,4),1024,16;textscbu_width:(0,4),1040,16;gauge_endcapOffset:(0,4),1056,16;numscbu_width:(0,4),1072,16;resize_arm_width:(0,4),1088,16;\abbsb_height:(0,4),1104,16;cable_offset:(0,4),1120,16;cable_width:(0,4),1136,16;point_size:(0,4),1152,16;;Graphics_info:t(4,4)ol_ll_:T(4,8)=s56parent:(4,10)=*(4,9)=xsol_:,0,32;last:(4,11)=*(4,8),32,32;next:(4,11),64,32;type:(0,1),96,32;name:(5,41),128,256;widget:(2,1),384,32;win:(0,8),416,32;;Ol_ll:t(4,8)ol_:T(4,9)=s36display:(5,48),0,32;depth:(0,1),32,32;visual:(5,16),64,32;cmap:(0,8),96,32;background:(0,1),128,32;hand_cursor:(0,8),160,32;gin:(4,12)=*(4,4),192,32;head:(4,11),224,32;tail:(4,11),256,32;;Ol:t(4,9)ol_button_:T(4,13)=s76parent:(4,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(5,41),224,256;\event_proc:(5,3),480,32;user_data:(4,14)=*(0,11),512,32;user_data2:(4,14),544,32;toggle:(0,1),576,32;;OlButton:t(4,13)ol_menu_item_:T(4,16)=s60x:(0,1),0,32;y:(0,1),32,32;w:(0,1),64,32;h:(0,1),96,32;state:(0,1),128,32;on:(0,1),160,32;label:(5,41),192,256;pull_right:(4,17)=*(4,15)=xsol_menu_:,448,32;;ol_menu_:T(4,15)=s84parent:(4,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(5,41),224,256;\event_proc:(5,3),480,32;user_data:(4,14),512,32;user_data2:(4,14),544,32;win:(0,8),576,32;nitems:(0,1),608,32;items:(4,18)=*(4,16),640,32;;OlMenu:t(4,15)ol_scrollbar_:T(4,19)=s264parent:(4,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;anchor0_x:(0,1),160,32;anchor0_y:(0,1),192,32;anchor0_w:(0,1),224,32;\anchor0_h:(0,1),256,32;anchor1_x:(0,1),288,32;anchor1_y:(0,1),320,32;anchor1_w:(0,1),352,32;anchor1_h:(0,1),384,32;arrow0_x:(0,1),416,32;arrow0_y:(0,1),448,32;arrow0_w:(0,1),480,32;\arrow0_h:(0,1),512,32;arrow1_x:(0,1),544,32;arrow1_y:(0,1),576,32;arrow1_w:(0,1),608,32;arrow1_h:(0,1),640,32;elev_x:(0,1),672,32;elev_y:(0,1),704,32;elev_w:(0,1),736,32;\elev_h:(0,1),768,32;state:(0,1),800,32;state0:(0,1),832,32;state1:(0,1),864,32;x_old:(0,1),896,32;y_old:(0,1),928,32;on:(0,1),960,32;changed:(0,1),992,32;\horizontal:(0,1),1024,32;immediate:(0,1),1056,32;length:(0,1),1088,32;elev:(0,1),1120,32;min_elev:(0,1),1152,32;max_elev:(0,1),1184,32;elev_old:(0,1),1216,32;prop:(0,1),1248,32;\prop_length:(0,1),1280,32;win_x:(0,1),1312,32;win_y:(0,1),1344,32;win_dim:(0,1),1376,32;scroll_incr:(0,10),1408,64;full0:(0,10),1472,64;full1:(0,10),1536,64;view0:(0,10),1600,64;\view1:(0,10),1664,64;view0_old:(0,10),1728,64;view1_old:(0,10),1792,64;view0_last:(0,10),1856,64;view1_last:(0,10),1920,64;popup_menu:(4,20)=*(4,15),1984,32;scroll_proc:(5,3),2016,32;user_data:(4,14),2048,32;user_data2:(4,14),2080,32;;OlScrollbar:t(4,19)ol_box_:T(4,21)=s44parent:(4,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;gc:(5,13),224,32;\draw_proc:(5,3),256,32;user_data:(4,14),288,32;user_data2:(4,14),320,32;;OlBox:t(4,21)/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.hgpl_trace:T(3,1)=s32id_string:(2,1),0,32;units:(2,1),32,32;uvar:(0,9),64,32;nsegs:(0,1),96,32;tstart:(3,2)=*(0,10),128,32;dt:(3,2),160,32;nsamps:(3,3)=*(0,1),192,32;data:(3,4)=*(3,5)=*(0,9),224,32;;GPLTrace:t(3,1)gpl_arrival:T(3,6)=s104arrival_id:(4,14),0,32;time:(0,10),64,64;deltime:(0,10),128,64;ptime:(0,10),192,64;ap0time:(0,10),256,64;ap1time:(0,10),320,64;pamp:(0,9),384,32;ap0amp:(0,9),416,32;\ap1amp:(0,9),448,32;amp:(0,9),480,32;phase:(3,7)=ar(0,1);0;15;(0,2),512,128;fm:(3,8)=ar(0,1);0;7;(0,2),640,64;quality:(3,8),704,64;overlay:(0,1),768,32;;GPLArrival:t(3,6)gpl_pane_:T(3,9)=s40parent:(3,11)=*(3,10)=xsgather_plot_:,0,32;type:(0,1),32,32;visible:(0,1),64,32;grab:(0,1),96,32;x:(0,1),128,32;y:(0,1),160,32;w:(0,1),192,32;h:(0,1),224,32;\background:(0,1),256,32;foreground:(0,1),288,32;;GPLPane:t(3,9)gpl_widgets_:T(3,13)=s12ol_widget:(2,1),0,32;type:(0,1),32,32;on:(0,1),64,32;;strace_:T(3,14)=s48trace_id:(4,14),0,32;ampwin:(0,9),32,32;amp0:(0,9),64,32;ascale:(0,9),96,32;t0:(0,10),128,64;xl:(0,1),192,32;xr:(0,1),224,32;yt:(0,1),256,32;\yb:(0,1),288,32;select:(0,1),320,32;display:(0,1),352,32;;gather_plot_:T(3,10)=s1480display:(5,48),0,32;screen:(0,1),32,32;visual:(5,16),64,32;depth:(0,1),96,32;cmap:(0,8),128,32;progname:(3,16)=ar(0,1);0;63;(0,2),160,512;title:(3,17)=ar(0,1);0;127;(0,2),672,1024;shutdown:(0,1),1696,32;\first:(0,1),1728,32;xcom:(3,18)=*(10,1),1760,32;fdcom:(0,1),1792,32;Static:(3,19)=*(3,12)=xsgather_plot_static_:,1824,32;ol:(3,20)=*(4,9),1856,32;box:(2,1),1888,32;overlays:(2,1),1920,32;gpl_mag:(3,21)=*(3,10),1952,32;\mag_win_w:(0,1),1984,32;mag_win_h:(0,1),2016,32;n_sln_wins:(0,1),2048,32;gpl_sln:(3,22)=*(3,21),2080,32;sln_win_w:(0,1),2112,32;sln_win_h:(0,1),2144,32;gpl_parent:(3,21),2176,32;user_data:(2,1),2208,32;\nwidgets:(0,1),2240,32;widgets:(3,23)=ar(0,1);0;19;(3,13),2272,1920;trace_menu:(4,20),4192,32;phase_menu:(4,20),4224,32;arrival_menu:(4,20),4256,32;uvar_scrollbar:(3,24)=*(4,19),4288,32;sta_scrollbar:(3,24),4320,32;time_scrollbar:(3,24),4352,32;\button_flags:(0,1),4384,32;label_foreground:(0,1),4416,32;label_background:(0,1),4448,32;uvar_foreground:(0,1),4480,32;trace_foreground:(0,1),4512,32;trace_background:(0,1),4544,32;gpl_win_visible:(0,1),4576,32;batch_on:(0,1),4608,32;\gpl_win:(0,8),4640,32;gpl_win_parent:(0,8),4672,32;gpl_win_gc:(5,13),4704,32;time_cursor_gc:(5,13),4736,32;time_line_gc:(5,13),4768,32;trace_bkg_gc:(5,13),4800,32;trace_frg_gc:(5,13),4832,32;trace_rect_gc:(5,13),4864,32;\label_bkg_gc:(5,13),4896,32;trace_moveout_gc:(5,13),4928,32;trace_arrival_gc:(5,13),4960,32;parent_pane:(3,9),4992,320;gpl_pane:(3,9),5312,320;gpl_win_x_fr:(0,9),5632,32;gpl_win_y_fr:(0,9),5664,32;gpl_win_w_fr:(0,9),5696,32;\gpl_win_h_fr:(0,9),5728,32;trace_pane:(3,9),5760,320;trace_pane_x_fr:(0,9),6080,32;trace_pane_y_fr:(0,9),6112,32;trace_pane_w_fr:(0,9),6144,32;trace_pane_h_fr:(0,9),6176,32;trace_pane_l_margin:(0,1),6208,32;trace_pane_r_margin:(0,1),6240,32;\trace_pane_t_margin:(0,1),6272,32;trace_pane_b_margin:(0,1),6304,32;widget_pane:(3,9),6336,320;uvar_scrl_pane:(3,9),6656,320;uvar_pane:(3,9),6976,320;sta_pane:(3,9),7296,320;sta_scrl_pane:(3,9),7616,320;time_pane:(3,9),7936,320;\status_pane:(3,9),8256,320;time_scrl_pane:(3,9),8576,320;trace_win_imm:(0,1),8896,32;trace_mouse_mode:(0,1),8928,32;trace_mouse_mode_old:(0,1),8960,32;trace_mouse_state:(0,1),8992,32;trace_mouse_xold:(0,1),9024,32;trace_mouse_yold:(0,1),9056,32;\trace_x_first:(0,1),9088,32;trace_y_first:(0,1),9120,32;arrival_select:(0,1),9152,32;arrival_edit:(0,1),9184,32;old_mask:(0,8),9216,32;time_cursor_ovls:(2,1),9248,32;time_flags:(0,8),9280,32;ntimes:(0,1),9312,32;\xtime:(0,1),9344,32;dxtime:(0,1),9376,32;ttime:(0,10),9408,64;dttime:(0,10),9472,64;tstime:(0,10),9536,64;uvar_flags:(0,8),9600,32;uvar_ordinal:(0,1),9632,32;nuvars:(0,1),9664,32;\yuvar:(0,1),9696,32;dyuvar:(0,1),9728,32;uuvar:(0,9),9760,32;duuvar:(0,9),9792,32;usuvar:(0,9),9824,32;sta_flags:(0,8),9856,32;trace_pixmap:(0,8),9888,32;trace_pixmap_gc:(5,13),9920,32;\trace_pixmap_gc2:(5,13),9952,32;trace_pixmap_w:(0,1),9984,32;trace_pixmap_h:(0,1),10016,32;trace_plot_mode:(0,1),10048,32;trace_overlay_mode:(0,1),10080,32;trace_moveout_mode:(0,1),10112,32;trace_moveout_t0:(0,10),10176,64;trace_moveout_slo:(0,9),10240,32;\trace_moveout_t0l:(0,10),10304,64;trace_moveout_slol:(0,9),10368,32;trace_filter_mode:(0,1),10400,32;trace_filter_index:(0,1),10432,32;trace_time_resize:(0,1),10464,32;trace_uvar_resize:(0,1),10496,32;t0:(0,10),10560,64;twin:(0,10),10624,64;\t0_full:(0,10),10688,64;twin_full:(0,10),10752,64;uvar_name:(2,1),10816,32;uvar0:(0,9),10848,32;uvarwin:(0,9),10880,32;uvar0_full:(0,9),10912,32;uvarwin_full:(0,9),10944,32;sta0:(0,1),10976,32;\stawin:(0,1),11008,32;stawin_full:(0,1),11040,32;trace_ht:(0,9),11072,32;trace_height:(0,9),11104,32;amp0:(0,9),11136,32;ampwin:(0,9),11168,32;gain:(0,9),11200,32;clip:(0,1),11232,32;\amp_scale_mode:(0,1),11264,32;agcwin:(0,9),11296,32;amp_uvar_mode:(0,1),11328,32;ntraces:(0,1),11360,32;traces:(3,25)=*(3,14),11392,32;tshift:(0,10),11456,64;arrfl_sel:(3,26)=*(3,15)=xsgpl_arrival_flag_:,11520,32;get_trace:(5,3),11552,32;\get_arrivals:(5,3),11584,32;get_arrs:(5,3),11616,32;put_arrival:(5,8),11648,32;put_arr:(5,8),11680,32;resize_proc:(5,3),11712,32;key_event_proc:(5,3),11744,32;sta_info:(5,3),11776,32;;GatherPlot:t(3,10)gather_plot_static_:T(3,12)=s380display:(5,48),0,32;screen:(0,1),32,32;visual:(5,16),64,32;depth:(0,1),96,32;cmap:(0,8),128,32;pixel:(0,8),160,32;pixel_cmpl:(0,8),192,32;red_pixel:(0,1),224,32;\yellow_pixel:(0,1),256,32;yellow2_pixel:(0,1),288,32;green_pixel:(0,1),320,32;blue_pixel:(0,1),352,32;gray_pixel:(0,1),384,32;gray_pixels:(3,28)=ar(0,1);0;31;(0,1),416,1024;chrom_pixels:(3,28),1440,1024;label_foreground:(0,1),2464,32;\label_background:(0,1),2496,32;uvar_foreground:(0,1),2528,32;trace_foreground:(0,1),2560,32;trace_background:(0,1),2592,32;arrival_foreground:(0,1),2624,32;arrival_background:(0,1),2656,32;sel_arrival_foreground:(0,1),2688,32;sel_arrival_background:(0,1),2720,32;\dotted_pixmap:(0,8),2752,32;trace_font:(5,106),2784,32;trace_font_small:(5,106),2816,32;normal_cursor:(0,8),2848,32;busy_cursor:(0,8),2880,32;hscrl_cursor:(0,8),2912,32;vscrl_cursor:(0,8),2944,32;filters:(3,29)=*(3,27)=xsgather_plot_filter_:,2976,32;nfilters:(0,1),3008,32;;gather_plot_filter_:T(3,27)=s72type:(0,1),0,32;label:(5,41),32,256;start_pad:(0,10),320,64;end_pad:(0,10),384,64;param1:(0,9),448,32;param2:(0,9),480,32;param3:(0,9),512,32;param4:(0,9),544,32;;gpl_arrival_flag_:T(3,15)=s128arrival_id:(4,14),0,32;strace:(3,25),32,32;gpl:(3,21),64,32;selected:(0,1),96,32;overlay:(0,1),128,32;pm:(0,8),160,32;h:(0,1),192,32;time:(0,10),256,64;\deltime:(0,10),320,64;deltime_box:(2,1),384,32;ptime:(0,10),448,64;ap0time:(0,10),512,64;ap1time:(0,10),576,64;pamp:(0,9),640,32;amp:(0,9),672,32;ap0amp:(0,9),704,32;\ap1amp:(0,9),736,32;ampper_box:(2,1),768,32;phase:(3,7),800,128;fm:(3,8),928,64;;gpl_arrival_flag:t(3,15)./Overlay_defs.hoverlay_:T(13,1)=s68overlays_ptr:(13,3)=*(13,2)=xsoverlays_:,0,32;display:(5,48),32,32;win:(0,8),64,32;gc:(5,13),96,32;o:(0,1),128,32;on:(0,1),160,32;x:(0,1),192,32;y:(0,1),224,32;\w:(0,1),256,32;h:(0,1),288,32;d:(0,1),320,32;draw_ptr:(2,1),352,32;draw_proc_ptr:(13,4)=*(13,5)=f(0,11),384,32;free_proc_ptr:(13,4),416,32;back_pm:(0,8),448,32;prev:(13,6)=*(13,1),480,32;next:(13,6),512,32;;Overlay:t(13,1)overlays_:T(13,2)=s8head:(13,6),0,32;tail:(13,6),32,32;;Overlays:t(13,2)/usr/openwin/include/X11/Xutil.hXSizeHints:t(14,1)=s72flags:(0,1),0,32;x:(0,1),32,32;y:(0,1),64,32;width:(0,1),96,32;height:(0,1),128,32;min_width:(0,1),160,32;min_height:(0,1),192,32;max_width:(0,1),224,32;\max_height:(0,1),256,32;width_inc:(0,1),288,32;height_inc:(0,1),320,32;min_aspect:(14,2)=s8x:(0,1),0,32;y:(0,1),32,32;;,352,64;max_aspect:(14,2),416,64;base_width:(0,1),480,32;\base_height:(0,1),512,32;win_gravity:(0,1),544,32;;XWMHints:t(14,3)=s36flags:(0,1),0,32;input:(0,1),32,32;initial_state:(0,1),64,32;icon_pixmap:(0,8),96,32;icon_window:(0,8),128,32;icon_x:(0,1),160,32;icon_y:(0,1),192,32;icon_mask:(0,8),224,32;window_group:(0,8),256,32;;XTextProperty:t(14,4)=s16value:(1,2),0,32;encoding:(0,8),32,32;format:(0,1),64,32;nitems:(0,8),96,32;;XIconSize:t(14,5)=s24min_width:(0,1),0,32;min_height:(0,1),32,32;max_width:(0,1),64,32;max_height:(0,1),96,32;width_inc:(0,1),128,32;height_inc:(0,1),160,32;;XClassHint:t(14,6)=s8res_name:(2,1),0,32;res_class:(2,1),32,32;;_XComposeStatus:T(14,7)=s8compose_ptr:(2,1),0,32;chars_matched:(0,1),32,32;;XComposeStatus:t(14,7)Region:t(14,9)=*(14,8)=xs_XRegion:XVisualInfo:t(14,10)=s40visual:(5,16),0,32;visualid:(0,8),32,32;screen:(0,1),64,32;depth:(0,1),96,32;class:(0,1),128,32;red_mask:(0,8),160,32;green_mask:(0,8),192,32;blue_mask:(0,8),224,32;\colormap_size:(0,1),256,32;bits_per_rgb:(0,1),288,32;;XStandardColormap:t(14,11)=s40colormap:(0,8),0,32;red_max:(0,8),32,32;red_mult:(0,8),64,32;green_max:(0,8),96,32;green_mult:(0,8),128,32;blue_max:(0,8),160,32;blue_mult:(0,8),192,32;base_pixel:(0,8),224,32;\visualid:(0,8),256,32;killid:(0,8),288,32;;XContext:t(0,1)GPL_set:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)gpl:(3,21)sln:(3,21)attr:(0,1)name:(2,1)i:(0,1)j:(0,1)n:(0,1)x:(0,1)y:(0,1)w:(0,1)h:(0,1)bw:(0,1)d:(0,1)mask:(0,8)xwa:(5,22)root_win:(0,8)on:(0,1)put:(0,1)xlow:(0,1)xhigh:(0,1)uvar:(0,9)uscale:(0,9)uvar0:(0,9)hue:(0,9)lit:(0,9)sat:(0,9)string:(5,41)string2:(5,41)title:V(3,17)gain:(0,9)arrival_id:(2,1)trace_id:(2,1)time:(0,10)tscale:(0,10)t0:(0,10)twin:(0,10)type:(0,1)min:(0,9)max:(0,9)proc:(2,1)gpl_arrival:(3,6)title_ptr:(2,1)icon_pixmap:(0,8)size_hints:(14,1)./icon_bitmapicon_bitmap_bits:V(15,1)=ar(0,1);0;199;(0,2)gpl_find_root_gpl:F(3,21)gpl:p(3,21)gpl_first_ovl:G(3,21)gpl_first_flg:G(0,1)gpl_set_arrival_phase:F(0,1)gpl:p(3,21)arrival_id:p(2,1)phase:p(2,1)put:p(0,1)gpln:(3,21)gpl_set_arrival_phase_ovl:F(0,1)gpl:p(3,21)arrival_id:p(2,1)phase:p(2,1)put:p(0,1)overlays:(0,13)=*(13,2)olp:(13,6)arflg:(0,14)=*(3,15)xlow:(0,1)xhigh:(0,1)w:(0,1)i:(0,1)gpl_arrival:(3,6)gpl_set_arrival_delete:F(0,1)gpl:p(3,21)arrival_id:p(2,1)put:p(0,1)gpln:(3,21)gpl_set_arrival_delete_ovl:F(0,1)gpl:p(3,21)arrival_id:p(2,1)put:p(0,1)overlays:(0,13)olp:(13,6)arflg:(0,14)i:(0,1)gpl_arrival:(3,6)gpl_set_arrival_deltim:F(0,1)gpl:p(3,21)arrival_id:p(2,1)deltime:p(0,10)put:p(0,1)gpln:(3,21)gpl_set_arrival_time:F(0,1)gpl:p(3,21)arrival_id:p(2,1)time:p(0,10)put:p(0,1)gpln:(3,21)gpl_set_arrival_time_ovl:F(0,1)gpl:p(3,21)arrival_id:p(2,1)time:p(0,10)put:p(0,1)overlays:(0,13)olp:(13,6)arflg:(0,14)xlow:(0,1)xhigh:(0,1)x:(0,1)tscale:(0,10)i:(0,1)gpl_arrival:V(3,6)gpl_set_arrival_deltim_ovl:F(0,1)gpl:p(3,21)arrival_id:p(2,1)deltime:p(0,10)put:p(0,1)overlays:(0,13)olp:(13,6)arflg:(0,14)i:(0,1)gpl_arrival:(3,6)gpl_set_arrival_add:F(0,1)gpl:p(3,21)trace_id:p(2,1)arrival_id:p(2,1)time:p(0,10)phase:p(2,1)gpln:(3,21)gpl_set_arrival_add_ovl:F(0,1)gpl:p(3,21)trace_id:p(2,1)arrival_id:p(2,1)time:p(0,10)phase:p(2,1)i:(0,1)uvar:(0,9)uscale:(0,9)olp:(13,6)arflg:(0,14)x:(0,1)y:(0,1)ht:(0,1)w:(0,1)tscale:(0,10)gpl_set_arrival_select:F(0,1)gpl:p(3,21)arrival_id:p(2,1)on:p(0,1)gpln:(3,21)gpl_set_arrival_deltim_show:F(0,1)gpl:p(3,21)arrival_id:p(2,1)on:p(0,1)gpln:(3,21)gpl_set_arrival_select_ovl:F(0,1)gpl:p(3,21)arrival_id:p(2,1)on:p(0,1)overlays:(0,13)olp:(13,6)arflg:(0,14)w:(0,1)i:(0,1)gpl_set_arrival_deltim_show_ovl:F(0,1)gpl:p(3,21)arrival_id:p(2,1)on:p(0,1)overlays:(0,13)olp:(13,6)arflg:(0,14)i:(0,1)gpl_draw_arflg_deltim:F(0,1)gpl:p(3,21)arflg:p(0,14)time:(0,10)deltime:(0,10)tscale:(0,10)x:(0,1)y:(0,1)x1:(0,1)x2:(0,1)w:(0,1)h:(0,1)gpl_set_uvar0:F(0,1)gpl:p(3,21)uvar0:p(0,10)uvar:(0,9)gpl_set_uvarwin:F(0,1)gpl:p(3,21)uvarwin:p(0,10)uvar:(0,9)gpl_set_uvar_both:F(0,1)gpl:p(3,21)uvar0:p(0,10)uvarwin:p(0,10)uvar:(0,9)gpl_set_uvar0_full:F(0,1)gpl:p(3,21)uvar0_full:p(0,10)gpl_set_uvarwin_full:F(0,1)gpl:p(3,21)uvarwin_full:p(0,10)gpl_set_sta0:F(0,1)gpl:p(3,21)sta0:p(0,1)i:(0,1)x:(0,10)y:(0,10)gpl_set_stawin:F(0,1)gpl:p(3,21)stawin:p(0,1)i:(0,1)x:(0,10)y:(0,10)gpl_set_sta_both:F(0,1)gpl:p(3,21)sta0:p(0,1)stawin:p(0,1)i:(0,1)x:(0,10)y:(0,10)gpl_set_sta0_full:F(0,1)gpl:p(3,21)sta0_full:p(0,1)x:(0,10)y:(0,10)gpl_set_stawin_full:F(0,1)gpl:p(3,21)stawin_full:p(0,1)x:(0,10)y:(0,10)gpl_set_sln:F(0,1)gpl:p(3,21)i:p(0,1)j:(0,1)n:(0,1)uvar:(0,9)sln:(3,21)gpl_set_arrival_ampper_show:F(0,1)gpl:p(3,21)arrival_id:p(2,1)on:p(0,1)gpln:(3,21)gpl_set_arrival_ampper_show_ovl:F(0,1)gpl:p(3,21)arrival_id:p(2,1)on:p(0,1)overlays:(0,13)olp:(13,6)arflg:(0,14)i:(0,1)gpl_draw_arflg_ampper:F(0,1)gpl:p(3,21)arflg:p(0,14)amp:(0,9)fh:(0,9)time:(0,10)per:(0,10)tscale:(0,10)t1:(0,10)t2:(0,10)a1:(0,9)a2:(0,9)string:V(10,2)x:(0,1)y:(0,1)x1:(0,1)x2:(0,1)y1:(0,1)y2:(0,1)w:(0,1)h:(0,1)direction:(0,1)ascent:(0,1)descent:(0,1)overall:(5,96)str_x:(0,1)str_y:(0,1)str_w:(0,1)str_h:(0,1)gpl_set_arrival_ampper_auto:F(0,1)gpl:p(3,21)arrival_id:p(2,1)time:p(0,10)put:p(0,1)gpl_set_arrival_ampper_auto_ovl:F(0,1)gpl:p(3,21)arrival_id:p(2,1)time:p(0,10)put:p(0,1)overlays:(0,13)olp:(13,6)arflg:(0,14)twin_ap:(0,10)i:(0,1)ap0amp:(0,10)ap1amp:(0,10)ap0time:(0,10)ap1time:(0,10)gpl_arrival:V(3,6)gpl_trace:V(3,1)gpl_hold:V(3,21)arrival_id_hold:V(4,14)trace_id_hold:V(4,14)t0_hold:V(0,10)twin_hold:V(0,10)time_hold:V(0,10)gpln:(3,21)gpl_set_ampper_ovl:F(0,1)gpl:p(3,21)arrival_id:p(2,1)ap0amp:p(0,10)ap1amp:p(0,10)ap0time:p(0,10)ap1time:p(0,10)overlays:(0,13)olp:(13,6)arflg:(0,14)i:(0,1)gpl_auto_ampper:F(0,1)gpl_trace:p(0,15)=*(3,1)ftime:p(0,10)twin_ap:p(0,10)ap0amp:p(3,2)ap1amp:p(3,2)ap0time:p(3,2)ap1time:p(3,2)i:(0,1)j:(0,1)first:(0,1)time:(0,10)amp:(0,9)ampm1:(0,9)ampp1:(0,9)GPL_Xdefaults.o_opTableEntries_rDB_opTable/auto/jspc/sw/src/lib/undoc/gpl/GPL_Xdefaults.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.h/usr/openwin/include/X11/Xresource.h/usr/include/sys/types.hXrmQuark:t(0,1)XrmQuarkList:t(2,3)XrmString:t(5,7)XrmBinding:t(12,1)=eXrmBindTightly:0,XrmBindLoosely:1,;XrmBindingList:t(12,2)=*(12,1)XrmName:t(0,1)XrmNameList:t(2,3)XrmClass:t(0,1)XrmClassList:t(2,3)XrmRepresentation:t(0,1)XrmValue:t(12,3)=s8size:(0,8),0,32;addr:(5,7),32,32;;XrmValuePtr:t(12,4)=*(12,3)XrmHashBucket:t(4,51)XrmHashTable:t(12,5)=*(4,51)XrmSearchList:t(12,6)=ar(0,1);0;-1;(12,5)XrmDatabase:t(4,51)XrmOptionKind:t(12,7)=eXrmoptionNoArg:0,XrmoptionIsArg:1,XrmoptionStickyArg:2,XrmoptionSepArg:3,XrmoptionResArg:4,XrmoptionSkipArg:5,XrmoptionSkipLine:6,XrmoptionSkipNArgs:7,;XrmOptionDescRec:t(12,8)=s16option:(5,7),0,32;specifier:(5,7),32,32;argKind:(12,7),64,32;value:(5,7),96,32;;XrmOptionDescList:t(12,9)=*(12,8)/usr/openwin/include/X11/Xutil.hopTableEntries:S(0,1)opTable:S(0,13)=ar(0,1);0;10;(12,8)rDB:S(4,51)GPL_get_Xdefaults:F(0,1)gpl:p(2,21)app_file:p(5,7)argc:p(2,3)argv:p(0,14)=*(5,7)first:V(0,1)name:(9,2)cname:(9,2)commandlineDB:V(4,51)appdefDB:V(4,51)serverDB:V(4,51)apphomeDB:V(4,51)applocalDB:V(4,51)home:(5,7)GPL_apply_Xdefaults:F(0,1)gpl:p(2,21)name:(9,3)cname:(9,3)str_type:(0,15)=ar(0,1);0;19;(5,7)value:(12,3)ret:(0,1)x:(0,1)y:(0,1)wd:(0,1)ht:(0,1)h:(0,9)l:(0,9)s:(0,9)i:(0,1)gpl_colorname_to_hls:F(0,1)gpl:p(2,21)name:p(5,7)h:p(2,5)l:p(2,5)s:p(2,5)string:(9,3)i:(0,1)n:(0,1)hptr:(5,7)lptr:(5,7)sptr:(5,7)color:(4,34)r:(0,9)g:(0,9)b:(0,9)gpl_rgb_to_hls:F(0,1)r:p(0,10)g:p(0,10)b:p(0,10)h:p(2,5)l:p(2,5)s:p(2,5)max:(0,9)min:(0,9)rc:(0,9)gc:(0,9)bc:(0,9)#tmp0:(2,5)#tmp1:(2,5)box.o/export/jspc/sw/src/lib/undoc/gpl/box.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hbox_:T(0,13)=s36display:(2,48),0,32;window:(0,8),32,32;gc:(2,13),64,32;line_mode:(0,1),96,32;x:(0,1),128,32;y:(0,1),160,32;w:(0,1),192,32;h:(0,1),224,32;on:(0,1),256,32;;Box:t(0,13)Box_create:F(0,14)=*(0,13)display:p(2,48)window:p(0,8)line_mode:p(0,1)box:(0,14)mask:(0,8)gcv:(2,11)foreground:(0,1)Box_free:F(0,1)box:p(0,14)Box_draw:F(0,1)box:p(0,14)x:p(0,1)y:p(0,1)w:p(0,1)h:p(0,1)points:(0,15)=ar(0,1);0;4;(2,36)Box_erase:F(0,1)box:p(0,14)points:(0,15)callbacks.o/auto/jspc/sw/src/lib/undoc/gpl/callbacks.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.hgpl_ol_scale_menu_proc:F(0,1)menu:p(3,20)i:p(0,1)gpl:(2,21)gpl_ol_quit_button_proc:F(0,1)button:p(0,13)=*(3,13)gpl:(2,21)gpl_ol_add_arrival_button_proc:F(0,1)button:p(0,13)gpl:(2,21)state:(0,1)gpl_ol_print_button_proc:F(0,1)button:p(0,13)gpl:(2,21)state:(0,1)gpl_ol_amp_menu_proc:F(0,1)menu:p(3,20)i:p(0,1)gpl:(2,21)gain:(0,10)gpl_ol_mode_menu_proc:F(0,1)menu:p(3,20)i:p(0,1)gpl:(2,21)gpl_ol_moveout_menu_proc:F(0,1)menu:p(3,20)i:p(0,1)gpl:(2,21)gpl_ol_filter_menu_proc:F(0,1)menu:p(3,20)i:p(0,1)gpl:(2,21)gpl_ol_trace_menu_proc:F(0,1)menu:p(3,20)i:p(0,1)gpl:(2,21)j:(0,1)n:(0,1)uvar:(0,9)i0:(0,1)i1:(0,1)gpl_ol_phase_menu_proc:F(0,1)menu:p(3,20)i:p(0,1)gpl:(2,21)arflg:(0,14)=*(2,15)phase:(5,7)gpl_ol_arrival_menu_proc:F(0,1)menu:p(3,20)i:p(0,1)gpl:(2,21)arflg:(0,14)t0:(0,10)twin:(0,10)gpl_ol_uvar_scroll_proc:F(0,1)scrollbar:p(2,24)view0:p(0,10)view1:p(0,10)immediate:p(0,1)gpl:(2,21)gpl_ol_sta_scroll_proc:F(0,1)scrollbar:p(2,24)view0:p(0,10)view1:p(0,10)immediate:p(0,1)gpl:(2,21)i0:(0,1)i1:(0,1)gpl_ol_time_scroll_proc:F(0,1)scrollbar:p(2,24)view0:p(0,10)view1:p(0,10)immediate:p(0,1)gpl:(2,21)gpl_draw.o/auto/jspc/sw/src/lib/undoc/gpl/gpl_draw.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.h./Overlay_defs.hpostscript_plot:G(0,1)gpl_draw:F(0,11)gpl:p(2,21)root_win:(0,8)x:(0,1)y:(0,1)w:(0,1)h:(0,1)bw:(0,1)d:(0,1)tscale:(0,10)twini:(0,10)tshift:(0,10)xnew:(0,1)wnew:(0,1)line:(9,2)gpl_draw_arrivals:F(0,11)gpl:p(2,21)gpl_render_wiggle_plot:F(0,11)gpl:p(2,21)tshift:p(0,10)twini:p(0,10)xnew:p(0,1)wnew:p(0,1)tplot_flg:p(0,1)aplot_flg:p(0,1)i:(0,1)j:(0,1)k:(0,1)n:(0,1)t0:(0,10)twin:(0,10)delt:(0,10)npixels:(0,1)id_string:(5,7)uvar:(0,9)uvar0:(0,9)uvart:(0,9)nsegs:(0,1)tstart:(0,10)dt:(0,10)dtn:(0,10)nsamps:(0,1)data:(2,5)dptr:(2,5)tscale:(0,10)ttime:(0,10)uscale:(0,9)amp:(0,9)amp0:(0,9)awin:(0,9)amin:(0,9)amax:(0,9)x:(0,1)y:(0,1)w:(0,1)h:(0,1)x_offset:(0,1)y_offset:(0,1)first:(0,1)npoints:(0,1)ndec:(0,1)x_old:(0,1)y_old:(0,1)yin:(0,1)ymin:(0,1)ymax:(0,1)points:V(0,13)=ar(0,1);0;2009;(4,36)xplt:V(0,14)=ar(0,1);0;2009;(0,9)yplt:V(0,14)maxincs:(0,1)nstart:(0,10)ninc:(0,10)xd:(0,10)yd:(0,10)rect:(4,37)xp:(0,15)=*(4,36)ampsq:(0,9)nagc:(0,1)iagc:(0,1)l:(0,1)n0:(0,1)nn:(0,1)is:(0,1)ie:(0,1)ns:(0,1)np:(0,1)ybot:(0,9)ytop:(0,9)ascale:(0,9)qpl:(0,1)qpll:(0,1)time0:(0,10)timep:(0,10)twn:(0,10)twnp:(0,10)tagc0:(0,10)tagcwin:(0,10)narrivals:(0,1)arrival_ids:(0,16)=*(5,7)arrival_times:(2,2)arrival_phases:(0,16)arrival_fms:(0,16)arrival_ptimes:(2,2)arrival_pamps:(2,5)arrival_ap0times:(2,2)arrival_ap0amps:(2,5)arrival_ap1times:(2,2)arrival_ap1amps:(2,5)arflg:(0,17)=*(2,15)gpl_arrivals:(0,18)=*(2,6)iepoch0:(0,1)iepoch:(0,1)ygain:(0,9)#tmp0:(2,5)#tmp1:(2,5)#tmp2:(2,5)xdim:(0,9)xlow:(0,9)yydim:(0,9)yylow:(0,9)ydim:(0,9)ylow:(0,9)ybotl:(0,9)ytopl:(0,9)iclip:(0,1)xdim:(0,9)xlow:(0,9)yydim:(0,9)yylow:(0,9)ydim:(0,9)ylow:(0,9)ybotl:(0,9)ytopl:(0,9)iclip:(0,1)xdim:(0,9)xlow:(0,9)yydim:(0,9)yylow:(0,9)ydim:(0,9)ylow:(0,9)xmin:(0,9)xmax:(0,9)ymin:(0,9)ymax:(0,9)asymb:(0,19)=ar(0,1);0;3;(0,2)igraf:(0,1)iclip:(0,1)thick:(0,9)ithick:(0,1)kk:(0,1)gpl_draw_arrival:F(0,11)display:p(4,48)win:p(0,8)gc:p(4,13)x:p(0,1)y:p(0,1)w:p(0,1)h:p(0,1)arflg:p(0,17)gpl_free_arrival:F(0,11)display:p(4,48)win:p(0,8)gc:p(4,13)arflg:p(0,17)gpl_create_arrival_pixmap:F(0,8)gpl:p(2,21)phase:p(5,7)w:p(2,3)h:p(2,3)overlay:p(0,1)selected:p(0,1)pixmap:(0,8)string:(4,41)./csstime.hdate_time:T(13,1)=s48epoch:(0,10),0,64;date:(0,1),64,32;year:(0,1),96,32;month:(0,1),128,32;mname:(0,19),160,32;day:(0,1),192,32;doy:(0,1),224,32;hour:(0,1),256,32;\minute:(0,1),288,32;second:(0,9),320,32;;gpl_draw_times:F(0,1)gpl:p(2,21)lines:(0,9)maxincs:(0,1)nstart:(0,10)ninc:(0,10)t0:(0,10)i:(0,1)x:(0,1)y:(0,1)w:(0,1)time:(0,10)tscale:(0,10)string:(4,41)rect:(4,37)rects:V(0,20)=ar(0,1);0;499;(4,37)dt:(13,1)ydim:(0,9)ylow:(0,9)yydim:(0,9)yylow:(0,9)ymin:(0,9)ymax:(0,9)xdim:(0,9)xlow:(0,9)xmin:(0,9)xmax:(0,9)x1:(0,9)y1:(0,9)x2:(0,9)y2:(0,9)thick:(0,9)ithick:(0,1)iclip:(0,1)hue:(0,9)light:(0,9)sat:(0,9)ymin:(0,9)ymax:(0,9)xdim:(0,9)xlow:(0,9)xmin:(0,9)xmax:(0,9)xplt:(0,9)yplt:(0,9)angle:(0,9)iclip:(0,1)iref:(0,1)height:(0,9)ratio:(0,9)slant:(0,9)jfont:(0,1)xplt:(0,9)yplt:(0,9)angle:(0,9)iclip:(0,1)iref:(0,1)height:(0,9)ratio:(0,9)slant:(0,9)jfont:(0,1)gpl_draw_uvars:F(0,1)gpl:p(2,21)lines:(0,9)maxincs:(0,1)nstart:(0,9)ninc:(0,9)u0:(0,9)i:(0,1)is:(0,1)ie:(0,1)x:(0,1)y:(0,1)w:(0,1)uvar:(0,9)uscale:(0,9)string:(4,41)rect:(4,37)rects:V(0,20)gpl_draw_stas:F(0,1)gpl:p(2,21)i:(0,1)j:(0,1)x:(0,1)y:(0,1)yt:(0,1)yb:(0,1)w:(0,1)h:(0,1)ytt:(0,1)ydel:(0,1)uvar:(0,9)uscale:(0,9)ampt:(0,9)ampb:(0,9)amp:(0,9)aincr:(0,9)is:(0,1)ie:(0,1)sta:(5,7)units:(5,7)string:(2,16)rect:(4,37)xr:(0,1)xdim:(0,9)xlow:(0,9)yydim:(0,9)yylow:(0,9)ydim:(0,9)ylow:(0,9)xmin:(0,9)xmax:(0,9)ymin:(0,9)ymax:(0,9)xplt:(0,9)yplt:(0,9)angle:(0,9)iclip:(0,1)iref:(0,1)height:(0,9)ratio:(0,9)slant:(0,9)jfont:(0,1)x1:(0,9)y1:(0,9)x2:(0,9)y2:(0,9)thick:(0,9)ithick:(0,1)iclip:(0,1)x1:(0,9)y1:(0,9)x2:(0,9)y2:(0,9)thick:(0,9)ithick:(0,1)iclip:(0,1)x1:(0,9)y1:(0,9)x2:(0,9)y2:(0,9)thick:(0,9)ithick:(0,1)iclip:(0,1)xplt:(0,9)yplt:(0,9)angle:(0,9)iclip:(0,1)iref:(0,1)height:(0,9)ratio:(0,9)slant:(0,9)jfont:(0,1)gpl_draw_moveout:F(0,1)gpl:p(2,21)compar_:T(0,21)=s20uvar:(0,1),0,32;uvarf:(0,9),32,32;i:(0,1),64,32;top:(0,1),96,32;bottom:(0,1),128,32;;panes:(0,22)=*(0,21)id_string:(5,7)uvar:(0,9)nsegs:(0,1)tstart:(2,2)dt:(2,2)nsamps:(2,3)data:(2,4)dptr:(2,5)tscale:(0,10)time:(0,10)t0:(0,10)uscale:(0,9)amp:(0,9)amp0:(0,9)awin:(0,9)i:(0,1)x1:(0,1)y1:(0,1)x2:(0,1)y2:(0,1)rect:(4,37)segments:(0,23)=*(4,35)points:V(0,24)=ar(0,1);0;99;(4,36)xd:(0,10)yd:(0,10)duvar:(0,9)string:V(9,3)gpl_trace:(2,1)gpl_paint:F(0,11)gpl:p(2,21)gpl_paint_subrgn:F(0,11)gpl:p(2,21)x:p(0,1)y:p(0,1)w:p(0,1)h:p(0,1)gpl_render_grayscale_plot:F(0,11)gpl:p(2,21)tshift:p(0,10)twini:p(0,10)xnew:p(0,1)wnew:p(0,1)i:(0,1)j:(0,1)k:(0,1)h:(0,1)t0:(0,10)twin:(0,10)delt:(0,10)gain:(0,9)npixels:(0,1)id_string:(5,7)uvar:(0,9)nsegs:(0,1)tstart:(0,10)dt:(0,10)nsamps:(0,1)data:(2,5)dptr:(2,5)tscale:(0,10)time:(0,10)uscale:(0,9)amp:(0,9)amp0:(0,9)awin:(0,9)amin:(0,9)amax:(0,9)x:(0,1)y:(0,1)x_offset:(0,1)y_offset:(0,1)first:(0,1)npoints:(0,1)ndec:(0,1)x_old:(0,1)y_old:(0,1)yin:(0,1)ymin:(0,1)ymax:(0,1)linec:V(0,25)=ar(0,1);0;1399;(0,5)lines:V(0,26)=ar(0,1);0;1399;(0,6)linei:V(0,27)=ar(0,1);0;1399;(0,8)maxincs:(0,1)nstart:(0,10)ninc:(0,10)ximage:(0,28)=*(4,26)scale:(0,9)compar_:T(0,29)=s20uvar:(0,1),0,32;uvarf:(0,9),32,32;i:(0,1),64,32;top:(0,1),96,32;bottom:(0,1),128,32;;panes:(0,30)=*(0,29)pntmp:(0,30)xd:(0,10)yd:(0,10)uvar0:(0,9)uvart:(0,9)ampsq:(0,9)nagc:(0,1)iagc:(0,1)l:(0,1)n0:(0,1)nn:(0,1)tagc0:(0,10)tagcwin:(0,10)gpl_trace:(2,1)#tmp3:(2,5)#tmp4:(2,5)#tmp5:(2,5)int_compar:F(0,1)i:p(2,3)j:p(2,3)flt_compar:F(0,1)x:p(2,5)y:p(2,5)i:(0,1)gpl_get_uvar:F(0,1)gpl:p(2,21)itrace:p(0,1)uvar:p(2,5)gpl_trace:(2,1)i:(0,1)gpl_get_dt:F(0,1)gpl:p(2,21)itrace:p(0,1)dt:p(2,2)gpl_trace:(2,1)i:(0,1)gpl_get_sta:F(0,1)gpl:p(2,21)itrace:p(0,1)sta:p(0,16)units:p(0,16)gpl_trace:(2,1)delete_str:V(0,31)=ar(0,1);0;6;(0,2)gpl_get_trace:F(0,1)gpl:p(2,21)itrace:p(0,1)t0:p(0,10)twin:p(0,10)npixels:p(0,1)proc_flg:p(0,1)gpl_trace:p(0,32)=*(2,1)filter:(0,33)=*(2,27)i:(0,1)gpl_get_segment:F(0,1)gpl:p(2,21)itrace:p(0,1)iseg:p(0,1)t0:p(0,10)twin:p(0,10)npixels:p(0,1)id_string:p(0,16)uvar:p(2,5)nsegs:p(2,3)tstart:p(2,2)dt:p(2,2)nsamps:p(2,3)data:p(2,4)id_string_hold:V(5,7)uvar_hold:V(0,9)nsegs_hold:V(0,1)tstart_hold:V(2,2)dt_hold:V(2,2)nsamps_hold:V(2,3)data_hold:V(2,4)gpl_hold:V(2,21)itrace_hold:V(0,1)iseg_hold:V(0,1)t0_hold:(0,10)twin_hold:(0,10)gpl_trace:(2,1)gpl_filter_seg:F(0,1)tstart:p(0,10)dt:p(0,10)nsamps:p(0,1)data:p(2,5)filter:p(0,33)data_filtered:p(2,5)i:(0,1)data_mean:(0,9)itaper:(0,1)durstr:(0,9)durend:(0,9)tstap:(0,9)dttap:(0,9)nttap:(0,1)ol:(0,1)ou:(0,1)isave:(0,1)gpl_draw_trace_rect:F(0,1)gpl:p(2,21)itrace:p(0,1)t1:p(0,10)t2:p(0,10)h1:p(0,10)h2:p(0,10)tscale:(0,10)uscale:(0,9)uvar:(0,9)x:(0,1)y:(0,1)w:(0,1)h:(0,1)y2:(0,1)gpl_event.o/auto/jspc/sw/src/lib/undoc/gpl/gpl_event.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.h./Overlay_defs.hgpl_event_gpl_win_parent:F(0,1)gpl:p(2,21)event:p(0,13)=*(4,93)root_win:(0,8)x:(0,1)y:(0,1)w:(0,1)h:(0,1)bw:(0,1)d:(0,1)gpl_event_expose:F(0,1)gpl:p(2,21)event:p(0,14)=*(4,64)root_win:(0,8)x:(0,1)y:(0,1)w:(0,1)h:(0,1)bw:(0,1)d:(0,1)gpl_event_widget_pane:F(0,1)gpl:p(2,21)event:p(0,13)gpl_event_sta_pane:F(0,1)gpl:p(2,21)event:p(0,13)i:(0,1)j:(0,1)max:(0,1)loop:(0,1)xevent:(4,93)in:(0,1)nlines:(0,1)lines:(0,15)=*(5,7)gpl_event_trace_pane:F(0,1)gpl:p(2,21)event:p(0,13)xbevent:(4,59)olp:(12,6)arflg:(0,16)=*(2,15)gpl_event_time_pane:F(0,1)gpl:p(2,21)event:p(0,13)gpl_event_uvar_pane:F(0,1)gpl:p(2,21)event:p(0,13)gpl_event_status_pane:F(0,1)gpl:p(2,21)event:p(0,13)gpl_event_time_scrl_pane:F(0,1)gpl:p(2,21)event:p(0,13)gpl_event_uvar_scrl_pane:F(0,1)gpl:p(2,21)event:p(0,13)gpl_event_sta_scrl_pane:F(0,1)gpl:p(2,21)event:p(0,13)gpl_event_arrival:F(0,1)gpl:p(2,21)event:p(0,17)=*(4,59)olp:p(12,6)arflg:(0,16)tscale:(0,10)time:(0,10)deltime:(0,10)x:(0,1)xoff:(0,1)loop:(0,1)xevent:(4,93)gpl_key_event_proc_def:F(0,1)gpl:p(2,21)event:p(0,13)key:p(5,7)nbytes:p(0,1)gpl_event_add_arrivals:F(0,1)gpl:p(2,21)event:p(0,13)x:(0,1)y:(0,1)w:(0,1)h:(0,1)i:(0,1)time:(0,10)overlays:(0,18)=*(12,2)gpl_event_time_scroll:F(0,1)gpl:p(2,21)event:p(0,13)x:(0,1)y:(0,1)time:(0,10)tscale:(0,10)gpl_event_time_zoom:F(0,1)gpl:p(2,21)event:p(0,13)x:(0,1)y:(0,1)w:(0,1)time:(0,10)tscale:(0,10)twin:(0,10)xwa:(4,23)gpl_event_uvar_scroll:F(0,1)gpl:p(2,21)event:p(0,13)x:(0,1)y:(0,1)uvar:(0,9)uscale:(0,9)gpl_event_uvar_zoom:F(0,1)gpl:p(2,21)event:p(0,13)x:(0,1)y:(0,1)h:(0,1)uvar:(0,9)uscale:(0,9)xwa:(4,23)gpl_event_both_scroll:F(0,1)gpl:p(2,21)event:p(0,13)x:(0,1)y:(0,1)time:(0,10)tscale:(0,10)uvar:(0,9)uscale:(0,9)xs:(0,1)ys:(0,1)ws:(0,1)hs:(0,1)xc:(0,1)yc:(0,1)wc:(0,1)hc:(0,1)xd:(0,1)yd:(0,1)gpl_event_both_zoom:F(0,1)gpl:p(2,21)event:p(0,13)x:(0,1)y:(0,1)w:(0,1)h:(0,1)time:(0,10)tscale:(0,10)uvar:(0,9)uscale:(0,9)xwa:(4,23)gpl_event_moveout:F(0,1)gpl:p(2,21)event:p(0,13)x:(0,1)y:(0,1)time:(0,10)tscale:(0,10)#tmp0:(2,5)#tmp1:(2,5)gpl_locate_pane:F(0,1)gpl:p(2,21)xevent:p(0,13)x:(0,1)y:(0,1)is_in_pane:F(0,1)pane:p(0,19)=*(2,9)x:p(0,1)y:p(0,1)locate_trace:F(0,1)gpl:p(2,21)xevent:p(0,13)time:p(2,2)i:(0,1)x:(0,1)y:(0,1)y_uvar:(0,1)h:(0,1)uvar:(0,9)uscale:(0,9)tscale:(0,10)locate_station:F(0,1)gpl:p(2,21)xevent:p(0,13)i:(0,1)x:(0,1)y:(0,1)gpl_draw_time_cursor:F(0,11)display:p(4,48)win:p(0,8)gc:p(4,13)x:p(0,1)y:p(0,1)w:p(0,1)h:p(0,1)gpl:p(2,21)gpl_layout.o/auto/jspc/sw/src/lib/undoc/gpl/gpl_layout.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.hgpl_layout:F(0,1)gpl:p(2,21)i:(0,1)j:(0,1)x:(0,1)y:(0,1)w:(0,1)overlay.o/export/jspc/sw/src/lib/undoc/gpl/overlay.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h./Overlay_defs.hcreate_overlays:F(0,13)=*(7,2)overlays_ptr:(0,13)draw_overlay:F(7,6)overlays_ptr:p(0,13)display:p(2,48)win:p(0,8)gc:p(2,13)depth:p(0,1)o:p(0,1)on:p(0,1)x:p(0,1)y:p(0,1)w:p(0,1)h:p(0,1)draw_ptr:p(3,7)draw_proc_ptr:p(7,4)free_proc_ptr:p(7,4)overlay_ptr:(7,6)olp:(7,6)delete_overlay:F(0,11)overlay_ptr:p(7,6)clrflg:p(0,1)overlays_ptr:(0,13)olp:(7,6)delete_overlays:F(0,11)overlays_ptr:p(0,13)win:p(0,8)o:p(0,1)clrflg:p(0,1)olp:(7,6)olplast:(7,6)turnoff_overlay:F(0,11)overlay_ptr:p(7,6)overlays_ptr:(0,13)olp:(7,6)turnoff_overlays:F(0,11)overlays_ptr:p(0,13)off_proc_ptr:p(2,3)olp:(7,6)turnon_overlay:F(0,11)overlay_ptr:p(7,6)overlays_ptr:(0,13)olp:(7,6)turnon_overlays:F(0,11)overlays_ptr:p(0,13)on_proc_ptr:p(2,3)olp:(7,6)destroy_overlays:F(0,11)overlays_ptr:p(0,13)locate_overlay:F(7,6)overlays_ptr:p(0,13)win:p(0,8)xevent:p(0,14)=*(2,93)olp:(7,6)x:(0,1)y:(0,1)move_overlay:F(0,11)overlay_ptr:p(7,6)x:p(0,1)y:p(0,1)overlays_ptr:(0,13)olp:(7,6)move_resize_overlay:F(0,11)overlay_ptr:p(7,6)x:p(0,1)y:p(0,1)w:p(0,1)h:p(0,1)overlays_ptr:(0,13)olp:(7,6)qplot.o/auto/jspc/sw/src/lib/undoc/gpl/qplot.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hxps:G(0,13)=ar(0,1);0;19999;(2,36)xpl:G(0,14)=ar(0,1);0;19999;(0,9)ypl:G(0,14)qpl_:T(0,15)=s44npixels:(0,1),0,32;np:(0,1),32,32;istart:(0,1),64,32;min:(0,16)=*(0,9),96,32;max:(0,16),128,32;in:(0,16),160,32;out:(0,16),192,32;numb:(0,17)=*(0,1),224,32;\overlap:(0,1),256,32;noverlaps:(0,1),288,32;overlaps:(0,18)=*(0,15),320,32;;QPlot:t(0,15)qpbin:F(0,18)ts:p(0,10)dt:p(0,10)nsamp:p(0,1)data:p(0,16)tmin:p(0,10)twin:p(0,10)npixels:p(0,1)qpl:p(0,18)pdt:(0,10)samp:(0,10)dt2:(0,10)dat:(0,10)fsamp:(0,10)j0:(0,1)j1:(0,1)i:(0,1)j:(0,1)np:(0,1)npix:(0,1)ist:(0,1)i2:(0,1)qov:(0,18)qpls:(0,18)qpfree:F(0,1)qpl:p(0,18)qpfreeoverlaps:F(0,1)qpl:p(0,18)i:(0,1)qplot:F(0,1)ts:p(0,10)dt:p(0,10)nsamp:p(0,1)data:p(0,16)tmin:p(0,10)twin:p(0,10)npixels:p(0,1)x:p(0,1)y:p(0,1)h:p(0,1)ybot:p(0,16)ytop:p(0,16)scale_type:p(0,1)ygain:p(0,10)xp:p(0,19)=*(0,20)=*(2,36)min:(0,16)max:(0,16)in:(0,16)out:(0,16)numb:(0,17)qpl:(0,18)i:(0,1)n:(0,1)dimintot:(0,1)dimaxtot:(0,1)dsmintot:(0,4)dsmaxtot:(0,4)dfmintot:(0,9)dfmaxtot:(0,9)ddmintot:(0,10)ddmaxtot:(0,10)center:(0,9)ytp:(0,9)scale:(0,9)#tmp0:(0,16)#tmp1:(0,16)qplotsegs:F(0,1)qpl:p(0,18)x:p(0,1)y:p(0,1)h:p(0,1)ybot:p(0,16)ytop:p(0,16)scale_type:p(0,1)ygain:p(0,10)display:p(2,48)drawable:p(0,8)gc:p(0,21)=*(2,13)gcov:p(0,21)gpl:p(0,22)=*(0,11)min:(0,16)max:(0,16)in:(0,16)out:(0,16)numb:(0,17)npixels:(0,1)i:(0,1)j:(0,1)n:(0,1)ntot:(0,1)dimintot:(0,1)dimaxtot:(0,1)dsmintot:(0,4)dsmaxtot:(0,4)dfmintot:(0,9)dfmaxtot:(0,9)ddmintot:(0,10)ddmaxtot:(0,10)center:(0,9)ytp:(0,9)scale:(0,9)iepoch:(0,1)iepoch0:(0,1)gcl:(0,21)#tmp2:(0,16)#tmp3:(0,16)nqplotsegs:F(0,1)qpl:p(0,18)xdim:p(0,10)ydim:p(0,10)xlow:p(0,10)ylow:p(0,10)ybot:p(0,16)ytop:p(0,16)scale_type:p(0,1)iclip:p(0,1)ygain:p(0,10)min:(0,16)max:(0,16)in:(0,16)out:(0,16)numb:(0,17)npixels:(0,1)i:(0,1)j:(0,1)n:(0,1)ntot:(0,1)dimintot:(0,1)dimaxtot:(0,1)dsmintot:(0,4)dsmaxtot:(0,4)dfmintot:(0,9)dfmaxtot:(0,9)ddmintot:(0,10)ddmaxtot:(0,10)center:(0,9)igraf:(0,1)ithick:(0,1)thick:(0,9)asymb:V(0,23)=ar(0,1);0;1;(0,2)xmin:V(0,9)xmax:V(0,9)ymin:V(0,9)ymax:V(0,9)xdm:V(0,9)ydm:V(0,9)xlw:V(0,9)ylw:V(0,9)nnpixels:V(0,1)#tmp4:(0,16)#tmp5:(0,16)utils.o/export/jspc/sw/src/lib/undoc/gpl/utils.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)get_nice_uvars:F(0,1)ustart:p(0,10)uend:p(0,10)maxincs:p(0,1)nstart:p(0,13)=*(0,9)ninc:p(0,13)window:(0,10)uvar:(0,10)iuvar:(0,1)exp:(0,10)ref:(0,10)get_nice_fvals:F(0,1)fstart:p(0,10)fend:p(0,10)maxvals:p(0,1)istart:p(0,14)=*(0,1)iend:p(0,14)ninc:p(0,13)window:(0,10)exp:(0,10)fvar:(0,9)ifvar:(0,1)refincr:(0,10)butwth.ov.42v.74v.102v.124VAR_SEG1VAR_SEG2VAR_SEG3VAR_SEG4VAR_SEG5VAR_SEG6VAR_SEG7GPL_print.o/auto/jspc/sw/src/lib/undoc/gpl/GPL_print.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/time.h/usr/include/sys/stdtypes.htm:T(2,1)=s44tm_sec:(0,1),0,32;tm_min:(0,1),32,32;tm_hour:(0,1),64,32;tm_mday:(0,1),96,32;tm_mon:(0,1),128,32;tm_year:(0,1),160,32;tm_wday:(0,1),192,32;tm_yday:(0,1),224,32;\tm_isdst:(0,1),256,32;tm_zone:(2,2)=*(0,2),288,32;tm_gmtoff:(0,1),320,32;;./gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h_XExtData:T(6,1)=s16number:(0,1),0,32;next:(6,2)=*(6,1),32,32;free_private:(6,3)=*(6,4)=f(0,1),64,32;private_data:(2,2),96,32;;XExtData:t(6,1)XExtCodes:t(6,5)=s16extension:(0,1),0,32;major_opcode:(0,1),32,32;first_event:(0,1),64,32;first_error:(0,1),96,32;;_XExten:T(6,6)=s60next:(6,7)=*(6,6),0,32;codes:(6,5),32,128;create_GC:(6,3),160,32;copy_GC:(6,3),192,32;flush_GC:(6,3),224,32;free_GC:(6,3),256,32;create_Font:(6,3),288,32;free_Font:(6,3),320,32;\close_display:(6,3),352,32;error:(6,3),384,32;error_string:(6,8)=*(6,9)=f(2,2),416,32;name:(2,2),448,32;;_XExtension:t(6,6)XPixmapFormatValues:t(6,10)=s12depth:(0,1),0,32;bits_per_pixel:(0,1),32,32;scanline_pad:(0,1),64,32;;XGCValues:t(6,11)=s92function:(0,1),0,32;plane_mask:(0,8),32,32;foreground:(0,8),64,32;background:(0,8),96,32;line_width:(0,1),128,32;line_style:(0,1),160,32;cap_style:(0,1),192,32;join_style:(0,1),224,32;\fill_style:(0,1),256,32;fill_rule:(0,1),288,32;arc_mode:(0,1),320,32;tile:(0,8),352,32;stipple:(0,8),384,32;ts_x_origin:(0,1),416,32;ts_y_origin:(0,1),448,32;font:(0,8),480,32;\subwindow_mode:(0,1),512,32;graphics_exposures:(0,1),544,32;clip_x_origin:(0,1),576,32;clip_y_origin:(0,1),608,32;clip_mask:(0,8),640,32;dash_offset:(0,1),672,32;dashes:(0,2),704,8;;_XGC:T(6,12)=s112ext_data:(6,2),0,32;gid:(0,8),32,32;rects:(0,1),64,32;dashes:(0,1),96,32;dirty:(0,8),128,32;values:(6,11),160,736;;GC:t(6,13)=*(6,12)Visual:t(6,14)=s32ext_data:(6,2),0,32;visualid:(0,8),32,32;class:(0,1),64,32;red_mask:(0,8),96,32;green_mask:(0,8),128,32;blue_mask:(0,8),160,32;bits_per_rgb:(0,1),192,32;map_entries:(0,1),224,32;;Depth:t(6,15)=s12depth:(0,1),0,32;nvisuals:(0,1),32,32;visuals:(6,16)=*(6,14),64,32;;Screen:t(6,18)=s80ext_data:(6,2),0,32;display:(6,19)=*(6,17)=xs_XDisplay:,32,32;root:(0,8),64,32;width:(0,1),96,32;height:(0,1),128,32;mwidth:(0,1),160,32;mheight:(0,1),192,32;ndepths:(0,1),224,32;\depths:(6,20)=*(6,15),256,32;root_depth:(0,1),288,32;root_visual:(6,16),320,32;default_gc:(6,13),352,32;cmap:(0,8),384,32;white_pixel:(0,8),416,32;black_pixel:(0,8),448,32;max_maps:(0,1),480,32;\min_maps:(0,1),512,32;backing_store:(0,1),544,32;save_unders:(0,1),576,32;root_input_mask:(0,1),608,32;;ScreenFormat:t(6,21)=s16ext_data:(6,2),0,32;depth:(0,1),32,32;bits_per_pixel:(0,1),64,32;scanline_pad:(0,1),96,32;;XSetWindowAttributes:t(6,22)=s60background_pixmap:(0,8),0,32;background_pixel:(0,8),32,32;border_pixmap:(0,8),64,32;border_pixel:(0,8),96,32;bit_gravity:(0,1),128,32;win_gravity:(0,1),160,32;backing_store:(0,1),192,32;backing_planes:(0,8),224,32;\backing_pixel:(0,8),256,32;save_under:(0,1),288,32;event_mask:(0,1),320,32;do_not_propagate_mask:(0,1),352,32;override_redirect:(0,1),384,32;colormap:(0,8),416,32;cursor:(0,8),448,32;;XWindowAttributes:t(6,23)=s92x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;depth:(0,1),160,32;visual:(6,16),192,32;root:(0,8),224,32;\class:(0,1),256,32;bit_gravity:(0,1),288,32;win_gravity:(0,1),320,32;backing_store:(0,1),352,32;backing_planes:(0,8),384,32;backing_pixel:(0,8),416,32;save_under:(0,1),448,32;colormap:(0,8),480,32;\map_installed:(0,1),512,32;map_state:(0,1),544,32;all_event_masks:(0,1),576,32;your_event_mask:(0,1),608,32;do_not_propagate_mask:(0,1),640,32;override_redirect:(0,1),672,32;screen:(6,24)=*(6,18),704,32;;XHostAddress:t(6,25)=s12family:(0,1),0,32;length:(0,1),32,32;address:(2,2),64,32;;funcs:T(6,27)=s24create_image:(6,28)=*(6,29)=f(6,30)=*(6,26)=xs_XImage:,0,32;destroy_image:(6,3),32,32;get_pixel:(6,31)=*(6,32)=f(0,8),64,32;put_pixel:(6,3),96,32;sub_image:(6,28),128,32;add_pixel:(6,3),160,32;;_XImage:T(6,26)=s88width:(0,1),0,32;height:(0,1),32,32;xoffset:(0,1),64,32;format:(0,1),96,32;data:(2,2),128,32;byte_order:(0,1),160,32;bitmap_unit:(0,1),192,32;bitmap_bit_order:(0,1),224,32;\bitmap_pad:(0,1),256,32;depth:(0,1),288,32;bytes_per_line:(0,1),320,32;bits_per_pixel:(0,1),352,32;red_mask:(0,8),384,32;green_mask:(0,8),416,32;blue_mask:(0,8),448,32;obdata:(2,2),480,32;f:(6,27),512,192;;XImage:t(6,26)XWindowChanges:t(6,33)=s28x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;sibling:(0,8),160,32;stack_mode:(0,1),192,32;;XColor:t(6,34)=s12pixel:(0,8),0,32;red:(0,6),32,16;green:(0,6),48,16;blue:(0,6),64,16;flags:(0,2),80,8;pad:(0,2),88,8;;XSegment:t(6,35)=s8x1:(0,4),0,16;y1:(0,4),16,16;x2:(0,4),32,16;y2:(0,4),48,16;;XPoint:t(6,36)=s4x:(0,4),0,16;y:(0,4),16,16;;XRectangle:t(6,37)=s8x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;;XArc:t(6,38)=s12x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;angle1:(0,4),64,16;angle2:(0,4),80,16;;XKeyboardControl:t(6,39)=s32key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,1),64,32;bell_duration:(0,1),96,32;led:(0,1),128,32;led_mode:(0,1),160,32;key:(0,1),192,32;auto_repeat_mode:(0,1),224,32;;XKeyboardState:t(6,40)=s56key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,8),64,32;bell_duration:(0,8),96,32;led_mask:(0,8),128,32;global_auto_repeat:(0,1),160,32;auto_repeats:(6,41)=ar(0,1);0;31;(0,2),192,256;;XTimeCoord:t(6,42)=s8time:(0,8),0,32;x:(0,4),32,16;y:(0,4),48,16;;XModifierKeymap:t(6,43)=s8max_keypermod:(0,1),0,32;modifiermap:(1,2),32,32;;_DisplayAtoms:T(6,44)=s24text:(0,8),0,32;wm_state:(0,8),32,32;wm_protocols:(0,8),64,32;wm_save_yourself:(0,8),96,32;wm_change_state:(0,8),128,32;wm_colormap_windows:(0,8),160,32;;_XDisplay:T(6,17)=s1252ext_data:(6,2),0,32;next:(6,48)=*(6,17),32,32;fd:(0,1),64,32;lock:(0,1),96,32;proto_major_version:(0,1),128,32;proto_minor_version:(0,1),160,32;vendor:(2,2),192,32;resource_base:(0,1),224,32;\resource_mask:(0,1),256,32;resource_id:(0,1),288,32;resource_shift:(0,1),320,32;resource_alloc:(6,31),352,32;byte_order:(0,1),384,32;bitmap_unit:(0,1),416,32;bitmap_pad:(0,1),448,32;bitmap_bit_order:(0,1),480,32;\nformats:(0,1),512,32;pixmap_format:(6,49)=*(6,21),544,32;vnumber:(0,1),576,32;release:(0,1),608,32;head:(6,50)=*(6,45)=xs_XSQEvent:,640,32;tail:(6,50),672,32;qlen:(0,1),704,32;last_request_read:(0,8),736,32;\request:(0,8),768,32;last_req:(2,2),800,32;buffer:(2,2),832,32;bufptr:(2,2),864,32;bufmax:(2,2),896,32;max_request_size:(0,8),928,32;db:(6,51)=*(6,46)=xs_XrmHashBucketRec:,960,32;synchandler:(6,3),992,32;\display_name:(2,2),1024,32;default_screen:(0,1),1056,32;nscreens:(0,1),1088,32;screens:(6,24),1120,32;motion_buffer:(0,8),1152,32;current:(0,8),1184,32;min_keycode:(0,1),1216,32;max_keycode:(0,1),1248,32;\keysyms:(6,52)=*(0,8),1280,32;modifiermap:(6,53)=*(6,43),1312,32;keysyms_per_keycode:(0,1),1344,32;xdefaults:(2,2),1376,32;scratch_buffer:(2,2),1408,32;scratch_length:(0,8),1440,32;ext_number:(0,1),1472,32;ext_procs:(6,7),1504,32;\event_vec:(6,54)=ar(0,1);0;127;(6,3),1536,4096;wire_vec:(6,54),5632,4096;lock_meaning:(0,8),9728,32;key_bindings:(6,55)=*(6,47)=xsXKeytrans:,9760,32;cursor_font:(0,8),9792,32;atoms:(6,56)=*(6,44),9824,32;reconfigure_wm_window:(6,57)=s12sequence_number:(0,1),0,32;old_handler:(6,3),32,32;succeeded:(0,1),64,32;;,9856,96;\flags:(0,8),9952,32;mode_switch:(0,8),9984,32;;Display:t(6,17)XKeyEvent:t(6,58)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;keycode:(0,8),416,32;same_screen:(0,1),448,32;;XKeyPressedEvent:t(6,58)XKeyReleasedEvent:t(6,58)XButtonEvent:t(6,59)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;button:(0,8),416,32;same_screen:(0,1),448,32;;XButtonPressedEvent:t(6,59)XButtonReleasedEvent:t(6,59)XMotionEvent:t(6,60)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;is_hint:(0,2),416,8;same_screen:(0,1),448,32;;XPointerMovedEvent:t(6,60)XCrossingEvent:t(6,61)=s68type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;mode:(0,1),384,32;detail:(0,1),416,32;same_screen:(0,1),448,32;focus:(0,1),480,32;state:(0,8),512,32;;XEnterWindowEvent:t(6,61)XLeaveWindowEvent:t(6,61)XFocusChangeEvent:t(6,62)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;mode:(0,1),160,32;detail:(0,1),192,32;;XFocusInEvent:t(6,62)XFocusOutEvent:t(6,62)XKeymapEvent:t(6,63)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;key_vector:(6,41),160,256;;XExposeEvent:t(6,64)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;;XGraphicsExposeEvent:t(6,65)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;drawable:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;major_code:(0,1),320,32;minor_code:(0,1),352,32;;XNoExposeEvent:t(6,66)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;drawable:(0,8),128,32;major_code:(0,1),160,32;minor_code:(0,1),192,32;;XVisibilityEvent:t(6,67)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;state:(0,1),160,32;;XCreateWindowEvent:t(6,68)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;override_redirect:(0,1),352,32;;XDestroyWindowEvent:t(6,69)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;event:(0,8),128,32;window:(0,8),160,32;;XUnmapEvent:t(6,70)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;event:(0,8),128,32;window:(0,8),160,32;from_configure:(0,1),192,32;;XMapEvent:t(6,71)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;event:(0,8),128,32;window:(0,8),160,32;override_redirect:(0,1),192,32;;XMapRequestEvent:t(6,72)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;;XReparentEvent:t(6,73)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;event:(0,8),128,32;window:(0,8),160,32;parent:(0,8),192,32;x:(0,1),224,32;\y:(0,1),256,32;override_redirect:(0,1),288,32;;XConfigureEvent:t(6,74)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;override_redirect:(0,1),384,32;;XGravityEvent:t(6,75)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;;XResizeRequestEvent:t(6,76)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;width:(0,1),160,32;height:(0,1),192,32;;XConfigureRequestEvent:t(6,77)=s56type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;detail:(0,1),384,32;value_mask:(0,8),416,32;;XCirculateEvent:t(6,78)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;event:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XCirculateRequestEvent:t(6,79)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XPropertyEvent:t(6,80)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;atom:(0,8),160,32;time:(0,8),192,32;state:(0,1),224,32;;XSelectionClearEvent:t(6,81)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;selection:(0,8),160,32;time:(0,8),192,32;;XSelectionRequestEvent:t(6,82)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;owner:(0,8),128,32;requestor:(0,8),160,32;selection:(0,8),192,32;target:(0,8),224,32;\property:(0,8),256,32;time:(0,8),288,32;;XSelectionEvent:t(6,83)=s36type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;requestor:(0,8),128,32;selection:(0,8),160,32;target:(0,8),192,32;property:(0,8),224,32;time:(0,8),256,32;;XColormapEvent:t(6,84)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;colormap:(0,8),160,32;new:(0,1),192,32;state:(0,1),224,32;;XClientMessageEvent:t(6,85)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;message_type:(0,8),160,32;format:(0,1),192,32;data:(6,86)=u20b:(6,87)=ar(0,1);0;19;(0,2),0,160;\s:(6,88)=ar(0,1);0;9;(0,4),0,160;l:(6,89)=ar(0,1);0;4;(0,1),0,160;;,224,160;;XMappingEvent:t(6,90)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;request:(0,1),160,32;first_keycode:(0,1),192,32;count:(0,1),224,32;;XErrorEvent:t(6,91)=s20type:(0,1),0,32;display:(6,48),32,32;resourceid:(0,8),64,32;serial:(0,8),96,32;error_code:(0,5),128,8;request_code:(0,5),136,8;minor_code:(0,5),144,8;;XAnyEvent:t(6,92)=s20type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;;_XEvent:T(6,93)=u96type:(0,1),0,32;xany:(6,92),0,160;xkey:(6,58),0,480;xbutton:(6,59),0,480;xmotion:(6,60),0,480;xcrossing:(6,61),0,544;xfocus:(6,62),0,224;xexpose:(6,64),0,320;\xgraphicsexpose:(6,65),0,384;xnoexpose:(6,66),0,224;xvisibility:(6,67),0,192;xcreatewindow:(6,68),0,384;xdestroywindow:(6,69),0,192;xunmap:(6,70),0,224;xmap:(6,71),0,224;xmaprequest:(6,72),0,192;\xreparent:(6,73),0,320;xconfigure:(6,74),0,416;xgravity:(6,75),0,256;xresizerequest:(6,76),0,224;xconfigurerequest:(6,77),0,448;xcirculate:(6,78),0,224;xcirculaterequest:(6,79),0,224;xproperty:(6,80),0,256;\xselectionclear:(6,81),0,224;xselectionrequest:(6,82),0,320;xselection:(6,83),0,288;xcolormap:(6,84),0,256;xclient:(6,85),0,384;xmapping:(6,90),0,256;xerror:(6,91),0,160;xkeymap:(6,63),0,416;pad:(6,94)=ar(0,1);0;23;(0,1),0,768;;XEvent:t(6,93)_XSQEvent:T(6,45)=s100next:(6,95)=*(6,45),0,32;event:(6,93),32,768;;_XQEvent:t(6,45)XCharStruct:t(6,96)=s12lbearing:(0,4),0,16;rbearing:(0,4),16,16;width:(0,4),32,16;ascent:(0,4),48,16;descent:(0,4),64,16;attributes:(0,6),80,16;;XFontProp:t(6,97)=s8name:(0,8),0,32;card32:(0,8),32,32;;XFontStruct:t(6,98)=s80ext_data:(6,2),0,32;fid:(0,8),32,32;direction:(0,8),64,32;min_char_or_byte2:(0,8),96,32;max_char_or_byte2:(0,8),128,32;min_byte1:(0,8),160,32;max_byte1:(0,8),192,32;all_chars_exist:(0,1),224,32;\default_char:(0,8),256,32;n_properties:(0,1),288,32;properties:(6,99)=*(6,97),320,32;min_bounds:(6,96),352,96;max_bounds:(6,96),448,96;per_char:(6,100)=*(6,96),544,32;ascent:(0,1),576,32;descent:(0,1),608,32;;XTextItem:t(6,101)=s16chars:(2,2),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XChar2b:t(6,102)=s2byte1:(0,5),0,8;byte2:(0,5),8,8;;XTextItem16:t(6,103)=s16chars:(6,104)=*(6,102),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XEDataObject:t(6,105)=u4display:(6,48),0,32;gc:(6,13),0,32;visual:(6,16),0,32;screen:(6,24),0,32;pixmap_format:(6,49),0,32;font:(6,106)=*(6,98),0,32;;XErrorHandler:t(6,3)XIOErrorHandler:t(6,3)_GC_rec:T(5,1)=s112gc:(6,13),0,32;ref_count:(0,4),32,16;num_cliprects:(0,1),64,32;valuemask:(0,8),96,32;values:(6,11),128,736;next:(5,2)=*(5,1),864,32;;GC_rec:t(5,1)pixlabel:T(5,3)=s12pixmap:(0,8),0,32;width:(0,1),32,32;height:(0,1),64,32;;Pixlabel:t(5,3)graphics_info:T(5,4)=s148dpy:(6,48),0,32;scrn:(0,1),32,32;depth:(0,8),64,32;glyphfont:(6,106),96,32;textfont:(6,106),128,32;three_d:(0,4),160,16;gc_rec:(5,5)=ar(0,1);0;8;(5,2),192,288;stipple_pixmaps:(5,6)=ar(0,1);0;2;(0,8),480,96;\pixvals:(5,7)=ar(0,1);0;4;(0,8),576,160;button_height:(0,4),736,16;endcap_width:(0,4),752,16;sb_width:(0,4),768,16;sb_height:(0,4),784,16;abbrev_width:(0,4),800,16;slider_width:(0,4),816,16;slider_height:(0,4),832,16;\se_width:(0,4),848,16;se_height:(0,4),864,16;mm_width:(0,4),880,16;mm_height:(0,4),896,16;base_off:(0,4),912,16;slider_offset:(0,4),928,16;cb_width:(0,4),944,16;cb_height:(0,4),960,16;\pp_width:(0,4),976,16;pp_height:(0,4),992,16;gauge_width:(0,4),1008,16;gauge_height:(0,4),1024,16;textscbu_width:(0,4),1040,16;gauge_endcapOffset:(0,4),1056,16;numscbu_width:(0,4),1072,16;resize_arm_width:(0,4),1088,16;\abbsb_height:(0,4),1104,16;cable_offset:(0,4),1120,16;cable_width:(0,4),1136,16;point_size:(0,4),1152,16;;Graphics_info:t(5,4)ol_ll_:T(5,8)=s56parent:(5,10)=*(5,9)=xsol_:,0,32;last:(5,11)=*(5,8),32,32;next:(5,11),64,32;type:(0,1),96,32;name:(6,41),128,256;widget:(2,2),384,32;win:(0,8),416,32;;Ol_ll:t(5,8)ol_:T(5,9)=s36display:(6,48),0,32;depth:(0,1),32,32;visual:(6,16),64,32;cmap:(0,8),96,32;background:(0,1),128,32;hand_cursor:(0,8),160,32;gin:(5,12)=*(5,4),192,32;head:(5,11),224,32;tail:(5,11),256,32;;Ol:t(5,9)ol_button_:T(5,13)=s76parent:(5,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(6,41),224,256;\event_proc:(6,3),480,32;user_data:(5,14)=*(0,11),512,32;user_data2:(5,14),544,32;toggle:(0,1),576,32;;OlButton:t(5,13)ol_menu_item_:T(5,16)=s60x:(0,1),0,32;y:(0,1),32,32;w:(0,1),64,32;h:(0,1),96,32;state:(0,1),128,32;on:(0,1),160,32;label:(6,41),192,256;pull_right:(5,17)=*(5,15)=xsol_menu_:,448,32;;ol_menu_:T(5,15)=s84parent:(5,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(6,41),224,256;\event_proc:(6,3),480,32;user_data:(5,14),512,32;user_data2:(5,14),544,32;win:(0,8),576,32;nitems:(0,1),608,32;items:(5,18)=*(5,16),640,32;;OlMenu:t(5,15)ol_scrollbar_:T(5,19)=s264parent:(5,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;anchor0_x:(0,1),160,32;anchor0_y:(0,1),192,32;anchor0_w:(0,1),224,32;\anchor0_h:(0,1),256,32;anchor1_x:(0,1),288,32;anchor1_y:(0,1),320,32;anchor1_w:(0,1),352,32;anchor1_h:(0,1),384,32;arrow0_x:(0,1),416,32;arrow0_y:(0,1),448,32;arrow0_w:(0,1),480,32;\arrow0_h:(0,1),512,32;arrow1_x:(0,1),544,32;arrow1_y:(0,1),576,32;arrow1_w:(0,1),608,32;arrow1_h:(0,1),640,32;elev_x:(0,1),672,32;elev_y:(0,1),704,32;elev_w:(0,1),736,32;\elev_h:(0,1),768,32;state:(0,1),800,32;state0:(0,1),832,32;state1:(0,1),864,32;x_old:(0,1),896,32;y_old:(0,1),928,32;on:(0,1),960,32;changed:(0,1),992,32;\horizontal:(0,1),1024,32;immediate:(0,1),1056,32;length:(0,1),1088,32;elev:(0,1),1120,32;min_elev:(0,1),1152,32;max_elev:(0,1),1184,32;elev_old:(0,1),1216,32;prop:(0,1),1248,32;\prop_length:(0,1),1280,32;win_x:(0,1),1312,32;win_y:(0,1),1344,32;win_dim:(0,1),1376,32;scroll_incr:(0,10),1408,64;full0:(0,10),1472,64;full1:(0,10),1536,64;view0:(0,10),1600,64;\view1:(0,10),1664,64;view0_old:(0,10),1728,64;view1_old:(0,10),1792,64;view0_last:(0,10),1856,64;view1_last:(0,10),1920,64;popup_menu:(5,20)=*(5,15),1984,32;scroll_proc:(6,3),2016,32;user_data:(5,14),2048,32;user_data2:(5,14),2080,32;;OlScrollbar:t(5,19)ol_box_:T(5,21)=s44parent:(5,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;gc:(6,13),224,32;\draw_proc:(6,3),256,32;user_data:(5,14),288,32;user_data2:(5,14),320,32;;OlBox:t(5,21)/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.hgpl_trace:T(4,1)=s32id_string:(2,2),0,32;units:(2,2),32,32;uvar:(0,9),64,32;nsegs:(0,1),96,32;tstart:(4,2)=*(0,10),128,32;dt:(4,2),160,32;nsamps:(4,3)=*(0,1),192,32;data:(4,4)=*(4,5)=*(0,9),224,32;;GPLTrace:t(4,1)gpl_arrival:T(4,6)=s104arrival_id:(5,14),0,32;time:(0,10),64,64;deltime:(0,10),128,64;ptime:(0,10),192,64;ap0time:(0,10),256,64;ap1time:(0,10),320,64;pamp:(0,9),384,32;ap0amp:(0,9),416,32;\ap1amp:(0,9),448,32;amp:(0,9),480,32;phase:(4,7)=ar(0,1);0;15;(0,2),512,128;fm:(4,8)=ar(0,1);0;7;(0,2),640,64;quality:(4,8),704,64;overlay:(0,1),768,32;;GPLArrival:t(4,6)gpl_pane_:T(4,9)=s40parent:(4,11)=*(4,10)=xsgather_plot_:,0,32;type:(0,1),32,32;visible:(0,1),64,32;grab:(0,1),96,32;x:(0,1),128,32;y:(0,1),160,32;w:(0,1),192,32;h:(0,1),224,32;\background:(0,1),256,32;foreground:(0,1),288,32;;GPLPane:t(4,9)gpl_widgets_:T(4,13)=s12ol_widget:(2,2),0,32;type:(0,1),32,32;on:(0,1),64,32;;strace_:T(4,14)=s48trace_id:(5,14),0,32;ampwin:(0,9),32,32;amp0:(0,9),64,32;ascale:(0,9),96,32;t0:(0,10),128,64;xl:(0,1),192,32;xr:(0,1),224,32;yt:(0,1),256,32;\yb:(0,1),288,32;select:(0,1),320,32;display:(0,1),352,32;;gather_plot_:T(4,10)=s1480display:(6,48),0,32;screen:(0,1),32,32;visual:(6,16),64,32;depth:(0,1),96,32;cmap:(0,8),128,32;progname:(4,16)=ar(0,1);0;63;(0,2),160,512;title:(4,17)=ar(0,1);0;127;(0,2),672,1024;shutdown:(0,1),1696,32;\first:(0,1),1728,32;xcom:(4,18)=*(11,1),1760,32;fdcom:(0,1),1792,32;Static:(4,19)=*(4,12)=xsgather_plot_static_:,1824,32;ol:(4,20)=*(5,9),1856,32;box:(2,2),1888,32;overlays:(2,2),1920,32;gpl_mag:(4,21)=*(4,10),1952,32;\mag_win_w:(0,1),1984,32;mag_win_h:(0,1),2016,32;n_sln_wins:(0,1),2048,32;gpl_sln:(4,22)=*(4,21),2080,32;sln_win_w:(0,1),2112,32;sln_win_h:(0,1),2144,32;gpl_parent:(4,21),2176,32;user_data:(2,2),2208,32;\nwidgets:(0,1),2240,32;widgets:(4,23)=ar(0,1);0;19;(4,13),2272,1920;trace_menu:(5,20),4192,32;phase_menu:(5,20),4224,32;arrival_menu:(5,20),4256,32;uvar_scrollbar:(4,24)=*(5,19),4288,32;sta_scrollbar:(4,24),4320,32;time_scrollbar:(4,24),4352,32;\button_flags:(0,1),4384,32;label_foreground:(0,1),4416,32;label_background:(0,1),4448,32;uvar_foreground:(0,1),4480,32;trace_foreground:(0,1),4512,32;trace_background:(0,1),4544,32;gpl_win_visible:(0,1),4576,32;batch_on:(0,1),4608,32;\gpl_win:(0,8),4640,32;gpl_win_parent:(0,8),4672,32;gpl_win_gc:(6,13),4704,32;time_cursor_gc:(6,13),4736,32;time_line_gc:(6,13),4768,32;trace_bkg_gc:(6,13),4800,32;trace_frg_gc:(6,13),4832,32;trace_rect_gc:(6,13),4864,32;\label_bkg_gc:(6,13),4896,32;trace_moveout_gc:(6,13),4928,32;trace_arrival_gc:(6,13),4960,32;parent_pane:(4,9),4992,320;gpl_pane:(4,9),5312,320;gpl_win_x_fr:(0,9),5632,32;gpl_win_y_fr:(0,9),5664,32;gpl_win_w_fr:(0,9),5696,32;\gpl_win_h_fr:(0,9),5728,32;trace_pane:(4,9),5760,320;trace_pane_x_fr:(0,9),6080,32;trace_pane_y_fr:(0,9),6112,32;trace_pane_w_fr:(0,9),6144,32;trace_pane_h_fr:(0,9),6176,32;trace_pane_l_margin:(0,1),6208,32;trace_pane_r_margin:(0,1),6240,32;\trace_pane_t_margin:(0,1),6272,32;trace_pane_b_margin:(0,1),6304,32;widget_pane:(4,9),6336,320;uvar_scrl_pane:(4,9),6656,320;uvar_pane:(4,9),6976,320;sta_pane:(4,9),7296,320;sta_scrl_pane:(4,9),7616,320;time_pane:(4,9),7936,320;\status_pane:(4,9),8256,320;time_scrl_pane:(4,9),8576,320;trace_win_imm:(0,1),8896,32;trace_mouse_mode:(0,1),8928,32;trace_mouse_mode_old:(0,1),8960,32;trace_mouse_state:(0,1),8992,32;trace_mouse_xold:(0,1),9024,32;trace_mouse_yold:(0,1),9056,32;\trace_x_first:(0,1),9088,32;trace_y_first:(0,1),9120,32;arrival_select:(0,1),9152,32;arrival_edit:(0,1),9184,32;old_mask:(0,8),9216,32;time_cursor_ovls:(2,2),9248,32;time_flags:(0,8),9280,32;ntimes:(0,1),9312,32;\xtime:(0,1),9344,32;dxtime:(0,1),9376,32;ttime:(0,10),9408,64;dttime:(0,10),9472,64;tstime:(0,10),9536,64;uvar_flags:(0,8),9600,32;uvar_ordinal:(0,1),9632,32;nuvars:(0,1),9664,32;\yuvar:(0,1),9696,32;dyuvar:(0,1),9728,32;uuvar:(0,9),9760,32;duuvar:(0,9),9792,32;usuvar:(0,9),9824,32;sta_flags:(0,8),9856,32;trace_pixmap:(0,8),9888,32;trace_pixmap_gc:(6,13),9920,32;\trace_pixmap_gc2:(6,13),9952,32;trace_pixmap_w:(0,1),9984,32;trace_pixmap_h:(0,1),10016,32;trace_plot_mode:(0,1),10048,32;trace_overlay_mode:(0,1),10080,32;trace_moveout_mode:(0,1),10112,32;trace_moveout_t0:(0,10),10176,64;trace_moveout_slo:(0,9),10240,32;\trace_moveout_t0l:(0,10),10304,64;trace_moveout_slol:(0,9),10368,32;trace_filter_mode:(0,1),10400,32;trace_filter_index:(0,1),10432,32;trace_time_resize:(0,1),10464,32;trace_uvar_resize:(0,1),10496,32;t0:(0,10),10560,64;twin:(0,10),10624,64;\t0_full:(0,10),10688,64;twin_full:(0,10),10752,64;uvar_name:(2,2),10816,32;uvar0:(0,9),10848,32;uvarwin:(0,9),10880,32;uvar0_full:(0,9),10912,32;uvarwin_full:(0,9),10944,32;sta0:(0,1),10976,32;\stawin:(0,1),11008,32;stawin_full:(0,1),11040,32;trace_ht:(0,9),11072,32;trace_height:(0,9),11104,32;amp0:(0,9),11136,32;ampwin:(0,9),11168,32;gain:(0,9),11200,32;clip:(0,1),11232,32;\amp_scale_mode:(0,1),11264,32;agcwin:(0,9),11296,32;amp_uvar_mode:(0,1),11328,32;ntraces:(0,1),11360,32;traces:(4,25)=*(4,14),11392,32;tshift:(0,10),11456,64;arrfl_sel:(4,26)=*(4,15)=xsgpl_arrival_flag_:,11520,32;get_trace:(6,3),11552,32;\get_arrivals:(6,3),11584,32;get_arrs:(6,3),11616,32;put_arrival:(6,8),11648,32;put_arr:(6,8),11680,32;resize_proc:(6,3),11712,32;key_event_proc:(6,3),11744,32;sta_info:(6,3),11776,32;;GatherPlot:t(4,10)gather_plot_static_:T(4,12)=s380display:(6,48),0,32;screen:(0,1),32,32;visual:(6,16),64,32;depth:(0,1),96,32;cmap:(0,8),128,32;pixel:(0,8),160,32;pixel_cmpl:(0,8),192,32;red_pixel:(0,1),224,32;\yellow_pixel:(0,1),256,32;yellow2_pixel:(0,1),288,32;green_pixel:(0,1),320,32;blue_pixel:(0,1),352,32;gray_pixel:(0,1),384,32;gray_pixels:(4,28)=ar(0,1);0;31;(0,1),416,1024;chrom_pixels:(4,28),1440,1024;label_foreground:(0,1),2464,32;\label_background:(0,1),2496,32;uvar_foreground:(0,1),2528,32;trace_foreground:(0,1),2560,32;trace_background:(0,1),2592,32;arrival_foreground:(0,1),2624,32;arrival_background:(0,1),2656,32;sel_arrival_foreground:(0,1),2688,32;sel_arrival_background:(0,1),2720,32;\dotted_pixmap:(0,8),2752,32;trace_font:(6,106),2784,32;trace_font_small:(6,106),2816,32;normal_cursor:(0,8),2848,32;busy_cursor:(0,8),2880,32;hscrl_cursor:(0,8),2912,32;vscrl_cursor:(0,8),2944,32;filters:(4,29)=*(4,27)=xsgather_plot_filter_:,2976,32;nfilters:(0,1),3008,32;;gather_plot_filter_:T(4,27)=s72type:(0,1),0,32;label:(6,41),32,256;start_pad:(0,10),320,64;end_pad:(0,10),384,64;param1:(0,9),448,32;param2:(0,9),480,32;param3:(0,9),512,32;param4:(0,9),544,32;;gpl_arrival_flag_:T(4,15)=s128arrival_id:(5,14),0,32;strace:(4,25),32,32;gpl:(4,21),64,32;selected:(0,1),96,32;overlay:(0,1),128,32;pm:(0,8),160,32;h:(0,1),192,32;time:(0,10),256,64;\deltime:(0,10),320,64;deltime_box:(2,2),384,32;ptime:(0,10),448,64;ap0time:(0,10),512,64;ap1time:(0,10),576,64;pamp:(0,9),640,32;amp:(0,9),672,32;ap0amp:(0,9),704,32;\ap1amp:(0,9),736,32;ampper_box:(2,2),768,32;phase:(4,7),800,128;fm:(4,8),928,64;;gpl_arrival_flag:t(4,15)postscript_plot:G(0,1)GPL_print:F(0,1)gpl:p(4,21)fname:p(2,2)cmd:p(2,2)itran:(0,1)ssize:(0,9)xwin:(0,9)ywin:(0,9)plotfile:(11,2)display:(4,7)program:(0,13)=ar(0,1);0;1023;(0,2)nplot:V(0,1)xplt:(0,9)yplt:(0,9)angle:(0,9)iclip:(0,1)iref:(0,1)height:(0,9)ratio:(0,9)slant:(0,9)jfont:(0,1)xdim:(0,9)ydim:(0,9)xlow:(0,9)ylow:(0,9)xmin:(0,9)xmax:(0,9)ymin:(0,9)ymax:(0,9)thick:(0,9)ithick:(0,1)itime:(0,1)GPL_draw.o_match_string_display_traces_match_stachans/auto/jspc/sw/src/lib/undoc/gpl/GPL_draw.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.hGPL_draw:F(0,11)gpl:p(2,21)GPL_paint:F(0,11)gpl:p(2,21)match_string:f(0,1)spec:p(5,7)string:p(5,7)ret:(5,7)tmp_spec:V(9,3)match_stachans:f(0,1)stachans:p(5,7)sta:p(5,7)chan:p(5,7)string:V(5,7)size_string:V(0,1)i:(0,1)l:(0,1)ilist:(0,1)ret:(0,1)ptr:(5,7)colon:(5,7)next:(5,7)stalist_:T(0,13)=s72index:(0,1),0,32;display:(0,1),32,32;label:(2,16),64,512;;GPL_select_traces:F(0,11)gpl:p(2,21)stachan:p(5,7)trace_name:(5,7)sta:(0,14)=ar(0,1);0;79;(0,2)chan:(0,14)units:(5,7)trace_index:(0,1)selection:(0,1)ret:(0,1)list:V(0,15)=*(0,13)lsize:V(0,1)nlist:(0,1)stalist_cmp:F(0,1)ptr1:p(0,15)ptr2:p(0,15)display_traces:f(0,11)gpl:p(2,21)trace_index:(0,1)uvar:(0,9)GPL_get.o/auto/jspc/sw/src/lib/undoc/gpl/GPL_get.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h./gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.h./Overlay_defs.hGPL_get:F(4,14)__builtin_va_alist:p(0,1)args:(2,1)gpl:(3,21)attr:(0,1)i:(0,1)name:(2,1)tstart:(3,2)dt:(3,2)nsamps:(3,3)data:(3,4)id_string:(2,1)uvar:(0,9)nsegs:(0,1)ns:(0,1)dat:(3,5)time:(0,10)GPL_get_trace:F(0,1)gpl:p(3,21)trace_id:p(4,14)t0:p(0,10)twin:p(0,10)npixels:p(0,1)proc_flg:p(0,1)gpl_trace:p(0,13)=*(3,1)i:(0,1)Table.o/auto/jspc/sw/src/lib/undoc/tbl/Table.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./Table_defs.h/usr/openwin/include/xview/xview.h/usr/openwin/include/xview/xview_xvin.h/usr/include/signal.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/pixrect/pixrect.h/usr/include/sys/types.h/usr/include/pixrect/pr_planegroups.h/usr/include/pixrect/pr_util.h/usr/include/pixrect/memvar.h/usr/include/pixrect/pixfont.h/usr/include/pixrect/traprop.h/usr/include/pixrect/pr_line.h/usr/openwin/include/xview/xv_c_types.h/usr/openwin/include/xview/generic.h/usr/openwin/include/xview/pkg_public.h/usr/openwin/include/xview/pkg.h/usr/openwin/include/xview/attr.h/usr/include/sys/types.h/usr/openwin/include/xview/base.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/malloc.h/usr/openwin/include/xview/xv_c_types.h/usr/openwin/include/xview/notify.h/usr/include/stdio.h/usr/include/sys/types.h/usr/include/sys/wait.h/usr/include/sys/stdtypes.h/usr/include/sys/time.h/usr/include/time.h/usr/include/sys/stdtypes.h/usr/include/sys/resource.h/usr/openwin/include/xview/base.h/usr/include/varargs.h/usr/openwin/include/xview/xv_error.h/usr/openwin/include/xview/attr.h/usr/openwin/include/xview/sun.h/usr/openwin/include/xview/base.h/usr/include/sys/types.h/usr/include/stdio.h/usr/openwin/include/xview/server.h/usr/openwin/include/xview/generic.h/usr/openwin/include/xview/screen.h/usr/openwin/include/xview/generic.h/usr/openwin/include/xview/notify.h/usr/openwin/include/xview/pixwin.h/usr/include/pixrect/pixrect.h/usr/openwin/include/xview/rect.h/usr/openwin/include/xview/xv_c_types.h/usr/openwin/include/xview/rectlist.h/usr/openwin/include/xview/xv_c_types.h/usr/openwin/include/xview/base.h/usr/openwin/include/xview/win_input.h/usr/include/sys/types.h/usr/include/sys/time.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/openwin/include/X11/X.h/usr/openwin/include/xview/base.h/usr/openwin/include/xview/win_event.h/usr/openwin/include/xview/xv_version.h/usr/openwin/include/xview/icon.h/usr/openwin/include/xview/window.h/usr/openwin/include/xview/generic.h/usr/openwin/include/xview/server.h/usr/openwin/include/xview/screen.h/usr/openwin/include/xview/drawable.h/usr/openwin/include/xview/generic.h/usr/openwin/include/xview/win_input.h/usr/openwin/include/xview/rect.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/xview/attrol.h/usr/openwin/include/xview/base.h/usr/openwin/include/xview/attr.h/usr/openwin/include/xview/svrimage.h/usr/openwin/include/xview/generic.h/usr/openwin/include/xview/pkg.h/usr/openwin/include/xview/drawable.h/usr/include/sys/types.h/usr/include/pixrect/pixrect.h/usr/openwin/include/xview/frame.h/usr/openwin/include/xview/window.h/usr/openwin/include/xview/attrol.h/usr/openwin/include/X11/X.h/usr/openwin/include/xview/openmenu.h/usr/openwin/include/xview/generic.h/usr/openwin/include/xview/pkg.h/usr/openwin/include/xview/attrol.h/usr/openwin/include/xview/window.h/usr/openwin/include/xview/frame.h/usr/openwin/include/xview/canvas.h/usr/openwin/include/xview/openwin.h/usr/openwin/include/xview/window.h/usr/openwin/include/xview/attrol.h/usr/openwin/include/xview/pixwin.h/usr/openwin/include/xview/win_input.h/usr/openwin/include/xview/panel.h/usr/openwin/include/xview/canvas.h/usr/openwin/include/xview/frame.h/usr/openwin/include/xview/scrollbar.h/usr/openwin/include/xview/pkg.h/usr/openwin/include/xview/window.h/usr/openwin/include/xview/attrol.hScrollbar:t(0,8)Xv_scrollbar:t(107,1)=s24parent_data:(70,5),0,160;private_data:(0,8),160,32;;Scrollbar_attribute:t(107,2)=eSCROLLBAR_COMPUTE_SCROLL_PROC:1627785825,SCROLLBAR_DIRECTION:1627916577,SCROLLBAR_INACTIVE:1628244225,SCROLLBAR_LAST_VIEW_START:1628047361,SCROLLBAR_MENU:1628113409,SCROLLBAR_NORMALIZE_PROC:1627720289,SCROLLBAR_NOTIFY_CLIENT:1627982337,SCROLLBAR_OBJECT_LENGTH:1627457537,\SCROLLBAR_OVERSCROLL:1628178433,SCROLLBAR_PAGE_LENGTH:1627654145,SCROLLBAR_PIXELS_PER_UNIT:1627392001,SCROLLBAR_SPLITTABLE:1627851009,SCROLLBAR_VIEW_START:1627523073,SCROLLBAR_VIEW_LENGTH:1627588609,;Scroll_motion:t(107,3)=eSCROLLBAR_ABSOLUTE:0,SCROLLBAR_POINT_TO_MIN:1,SCROLLBAR_PAGE_FORWARD:2,SCROLLBAR_LINE_FORWARD:3,SCROLLBAR_MIN_TO_POINT:4,SCROLLBAR_PAGE_BACKWARD:5,SCROLLBAR_LINE_BACKWARD:6,SCROLLBAR_TO_END:7,\SCROLLBAR_TO_START:8,SCROLLBAR_PAGE_ALIGNED:9,SCROLLBAR_NONE:10,;Scrollbar_setting:t(107,4)=eSCROLLBAR_VERTICAL:0,SCROLLBAR_HORIZONTAL:1,;xv_scrollbar_pkg:G(23,1)table_:T(2,1)=s288frame:(0,8),0,32;frame_select:(0,8),32,32;canvas:(0,8),64,32;canvas_tup:(0,8),96,32;panel_vscroll:(0,8),128,32;first:(0,8),160,32;down_page:(0,8),192,32;down_line:(0,8),224,32;\select:(0,8),256,32;up_line:(0,8),288,32;up_page:(0,8),320,32;last:(0,8),352,32;select_text_item:(0,8),384,32;display:(63,44),416,32;gc:(63,11),448,32;gc_attr:(63,11),480,32;\gc_tup:(63,11),512,32;cmap:(0,8),544,32;h_scrollbar:(0,8),576,32;ncolors:(0,1),608,32;color_names:(2,3)=ar(0,1);0;9;(6,5),640,320;colors:(2,4)=ar(0,1);0;9;(0,1),960,320;frame_w:(0,1),1280,32;frame_h:(0,1),1312,32;\win_width:(0,1),1344,32;vscroll_y:(0,1),1376,32;default_attr_color:(0,1),1408,32;default_tuple_color:(0,1),1440,32;default_tupattr_color:(0,1),1472,32;default_tupattr_back_color:(0,1),1504,32;n_tuples:(0,1),1536,32;n_tuples_tot:(0,1),1568,32;\stup:(0,1),1600,32;ntup:(0,1),1632,32;n_attrs:(0,1),1664,32;tuple_offset:(0,1),1696,32;attr_offset:(0,1),1728,32;hrow:(0,1),1760,32;wcol:(0,1),1792,32;x_attr:(18,3),1824,32;\y_attr:(0,1),1856,32;x_tuple:(0,1),1888,32;y_tuple:(18,3),1920,32;width_attr:(18,3),1952,32;attr_names:(2,5)=*(6,5),1984,32;color_attr_names:(18,3),2016,32;color_tuple_no:(18,3),2048,32;tup_attrs:(2,6)=*(2,2)=xstup_attr_:,2080,32;\get_tuple_attr:(12,9),2112,32;put_tuple_attr:(12,9),2144,32;tuple_attr_event_proc:(12,9),2176,32;tuple_event_proc:(12,9),2208,32;dirty:(0,1),2240,32;user_data:(6,5),2272,32;;Table:t(2,1)tup_attr_:T(2,2)=s16color:(0,1),0,32;value:(6,5),32,32;dirty:(0,1),64,32;editable:(0,1),96,32;;TupAttr:t(2,2)/usr/openwin/include/xview/font.h/usr/openwin/include/xview/generic.h/usr/openwin/include/xview/xv_xrect.h/usr/openwin/include/X11/Xlib.hXv_xrectlist:t(113,1)=s260rect_array:(113,2)=ar(0,1);0;31;(63,33),0,2048;count:(0,1),2048,32;;/usr/openwin/include/xview/svrimage.hTable_create:F(0,13)=*(2,1)frame:p(0,8)x:p(0,1)y:p(0,1)n_attrs:p(0,1)n_tuples:p(0,1)s_tuple_no:p(0,1)n_tuples_win:p(0,1)get_tuple_attr:p(12,9)put_tuple_attr:p(12,9)tuple_attr_event_proc:p(12,9)tuple_event_proc:p(12,9)user_data:p(6,5)tbl:(0,13)i:(0,1)font:(0,8)bfont:(0,8)font_family:(6,5)font_size:(0,1)gcvalues:(63,9)fontst:(63,101)win:(0,8)pw:(0,8)xwin:(0,8)attrs:(63,20)first:V(0,1)first_image:V(0,8)downp_image:V(0,8)downl_image:V(0,8)select_image:V(0,8)upl_image:V(0,8)upp_image:V(0,8)last_image:V(0,8)string1:V(63,37)string2:V(63,37)first_image_bits:V(0,14)=ar(0,1);0;11;(0,2)upp_image_bits:V(0,15)=ar(0,1);0;35;(0,2)upl_image_bits:V(0,16)=ar(0,1);0;23;(0,2)select_image_bits:V(63,37)downl_image_bits:V(0,16)downp_image_bits:V(0,15)last_image_bits:V(0,14)Table_free:F(0,1)tbl:p(0,13)i:(0,1)my_free:F(0,1)ptr:p(6,5)mycolor:F(0,1)tbl:p(0,13)color_name:p(6,5)xcolor:(63,30)i:(0,1)Table_attr_name:F(0,1)tbl:p(0,13)i_attr:p(0,1)name:p(6,5)Table_attr_color:F(0,1)tbl:p(0,13)i_attr:p(0,1)color:p(0,1)Table_attr_width:F(0,1)tbl:p(0,13)i_attr:p(0,1)width:p(0,1)i:(0,1)Table_fit:F(0,1)tbl:p(0,13)i:(0,1)width:(0,1)height:(0,1)win_width:(0,1)tbl_render_vscroll_items:F(0,1)tbl:p(0,13)i:(0,1)height:(0,1)x:(0,9)panel_vscroll_repaint_proc:F(0,11)panel:p(0,8)pw:p(0,8)tbl:(0,13)xwin:(0,8)y:(0,1)y1:(0,1)y2:(0,1)height:(0,1)x:(0,9)Table_tupattr_value:F(0,1)tbl:p(0,13)i_tuple:p(0,1)i_attr:p(0,1)value:p(6,5)i:(0,1)Table_tupattr_color:F(0,1)tbl:p(0,13)i_tuple:p(0,1)i_attr:p(0,1)color:p(0,1)i:(0,1)Table_tupattr_editable:F(0,1)tbl:p(0,13)i_tuple:p(0,1)i_attr:p(0,1)editable:p(0,1)i:(0,1)Table_color:F(0,1)tbl:p(0,13)color_name:p(6,5)Table_repaint_proc:F(0,11)canvas:p(0,8)pw:p(0,8)display:p(63,44)xwin:p(0,8)xrects:p(0,17)=*(113,1)tbl:(0,13)type:(0,1)i:(0,1)j:(0,1)k:(0,1)string:V(63,37)value:(6,5)color:(0,1)edit:(0,1)string1:V(63,37)string2:V(63,37)tbl_first_button:F(0,11)item:p(0,8)event:p(0,18)=*(60,3)tbl:(0,13)tbl_downp_button:F(0,11)item:p(0,8)event:p(0,18)tbl:(0,13)i:(0,1)y:(0,1)vold:(0,1)oold:(0,1)src_win:(0,8)tbl_downl_button:F(0,11)item:p(0,8)event:p(0,18)tbl:(0,13)i:(0,1)y:(0,1)vold:(0,1)oold:(0,1)src_win:(0,8)tbl_select_button:F(0,11)item:p(0,8)event:p(0,18)tbl:(0,13)panel:(0,8)tbl_select_text_proc:F(104,9)item:p(0,8)event:p(0,18)tbl:(0,13)i:(0,1)j:(0,1)string:V(63,37)tbl_upl_button:F(0,11)item:p(0,8)event:p(0,18)tbl:(0,13)i:(0,1)y:(0,1)vold:(0,1)oold:(0,1)src_win:(0,8)tbl_upp_button:F(0,11)item:p(0,8)event:p(0,18)tbl:(0,13)i:(0,1)y:(0,1)vold:(0,1)oold:(0,1)src_win:(0,8)tbl_last_button:F(0,11)item:p(0,8)event:p(0,18)tbl:(0,13)i:(0,1)tbl_vscroll_paint:F(0,1)tbl:p(0,13)n:p(0,1)nw:(0,1)absn:(0,1)i:(0,1)pw:(0,8)xwin:(0,8)y:(0,1)w:(0,1)h:(0,1)attrs:(63,20)Table_vscroll:F(0,1)tbl:p(0,13)offset:p(0,1)tbl_vscroll:F(0,1)tbl:p(0,13)offset:p(0,1)i:(0,1)j:(0,1)k:(0,1)kn:(0,1)n:(0,1)absn:(0,1)ptr:(6,5)Table_paint:F(0,1)tbl:p(0,13)i:(0,1)n:(0,1)pw:(0,8)xwin:(0,8)attrs:(63,20)Table_resize:F(0,1)tbl:p(0,13)n_attrs:p(0,1)n_tuples:p(0,1)n_tuples_win:p(0,1)dirty:(0,1)i:(0,1)tbl_frame_resize:F(31,4)frame:p(0,8)event:p(0,18)arg:p(0,8)type:p(31,9)tbl:(0,13)value:(31,4)w:(0,1)h:(0,1)delh:(0,1)ntuples:(0,1)tbl_canvas_event_proc:F(0,11)window:p(0,8)event:p(0,18)tbl:(0,13)i:(0,1)y:(0,1)response.o_Srctypes_Nsrctypes_extract_Types_Ntypes/export/jspc/sw/src/lib/dataformat/response/response.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./response.h./complex.hPolar:T(3,1)=s16amplitude:(0,10),0,64;phase:(0,10),64,64;;Polar:t(3,1)Complex:T(3,2)=s16real:(0,10),0,64;imag:(0,10),64,64;;Complex:t(3,2)/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hResponse_group:T(2,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(2,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(2,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(11,7),640,32;parameters:(12,2),672,32;private:(2,4)=*(0,11),704,32;;Response_group:t(2,1)Response:T(2,5)=s16ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(2,6)=*(2,1),64,32;dfile:(6,2),96,32;;Response:t(2,5)Fir:T(2,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(2,8)=*(0,10),192,32;num_coef_errors:(2,8),224,32;den_coefs:(2,8),256,32;den_coef_errors:(2,8),288,32;;Fir:t(2,7)Paz:T(2,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(2,10)=*(3,2),192,32;pole_errors:(2,10),224,32;zeros:(2,10),256,32;zero_errors:(2,10),288,32;;Paz:t(2,9)Iir:T(2,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(2,10),192,32;pole_errors:(2,10),224,32;zeros:(2,10),256,32;zero_errors:(2,10),288,32;;Iir:t(2,11)/sw/loc/include/stock.h./fap.h./paz.h./fir.h./iir.h./complex.hResponse_type:T(0,13)=s36id:(0,1),0,32;name:(6,2),32,32;copy:(11,4),64,32;read:(11,4),96,32;write:(11,4),128,32;print:(11,4),160,32;eval:(11,4),192,32;free:(11,4),224,32;compare:(11,4),256,32;;Response_type:t(0,13)Types:S(0,14)=ar(0,1);0;3;(0,13)Ntypes:S(0,1)Src_type:T(0,15)=s8id:(0,1),0,32;name:(6,2),32,32;;Src_type:t(0,15)Srctypes:S(0,16)=ar(0,1);0;1;(0,15)Nsrctypes:S(0,1)extract:f(0,1)line:p(6,2)key:p(6,2)value:p(11,2)lp:(6,2)kp:(6,2)nextline:F(0,1)file:p(0,17)=*(1,1)line:p(6,2)tbl:p(11,7)arr:p(12,2)key:(0,18)=ar(0,1);0;1023;(0,2)value:(6,2)init_response_group:F(0,11)gp:p(2,6)new_response_group:F(2,6)gp:(2,6)new_response:F(0,19)=*(2,5)rp:(0,19)add_response_group:F(0,1)rp:p(0,19)gp:p(2,6)new:(0,1)copy_response_group:F(0,1)gp:p(2,6)rp:p(0,19)indx:p(0,1)new:(0,1)gpn:(2,6)i:(0,1)n:(0,1)keys:(11,7)vals:(11,7)read_response:F(0,1)file:p(0,17)response:p(0,20)=*(0,19)rp:(0,19)ret:(0,1)aline:(0,18)source:(0,18)type:(0,18)i:(0,1)gp:(2,1)write_response:F(0,1)file:p(0,17)response:p(0,19)gp:(2,6)ret:(0,1)i:(0,1)l:(0,1)ncomments:(0,1)print_response:F(0,1)file:p(0,17)response:p(0,19)eval_response:F(0,1)omega:p(0,10)response:p(0,19)real:p(2,8)imag:p(2,8)gp:(2,6)amplitude:(0,10)phase:(0,10)r:(0,10)theta:(0,10)i:(0,1)ret:(0,1)free_response:F(0,1)response:p(0,19)gp:(2,6)i:(0,1)ret:(0,1)compare_response:F(0,1)response1:p(0,19)response2:p(0,19)gp1:(2,6)gp2:(2,6)i:(0,1)get_response_nstages:F(0,1)response:p(0,19)nstages:p(4,2)get_response_stage_type:F(0,1)response:p(0,19)stage:p(0,1)type:p(6,2)gp:(2,6)get_response_stage_fir_ncoefs:F(0,1)response:p(0,19)stage:p(0,1)srate:p(2,8)dec_factor:p(4,2)nnum:p(4,2)nden:p(4,2)gp:(2,6)fir:(0,21)=*(2,7)get_response_stage_fir_coefs:F(0,1)response:p(0,19)stage:p(0,1)nnum:p(4,2)coefn:p(0,22)=*(2,8)coefn_err:p(0,22)nden:p(4,2)coefd:p(0,22)coefd_err:p(0,22)gp:(2,6)fir:(0,21)readresp_:F(0,11)fname:p(6,2)response:p(0,20)lenfname:p(0,1)fn:V(0,18)i:(0,1)file:(0,17)evlresp_:F(0,11)omega:p(0,23)=*(0,9)response:p(0,20)real:p(0,23)imag:p(0,23)domega:(0,10)dreal:(0,10)dimag:(0,10)freeresp_:F(0,11)response:p(0,20)getrespnstages_:F(0,11)response:p(0,20)nstages:p(4,2)getresptype_:F(0,11)response:p(0,20)stage:p(4,2)type:p(6,2)lentype:p(0,1)i:(0,1)l:(0,1)typ:V(0,24)=ar(0,1);0;31;(0,2)getresppaz_:F(0,11)response:p(0,20)stage:p(4,2)norm:p(0,23)npoles:p(4,2)poles:p(0,23)polerr:p(0,23)nzeroes:p(4,2)zeroes:p(0,23)zererr:p(0,23)npmax:(0,1)nzmax:(0,1)st:(0,1)gp:(2,6)paz:(0,25)=*(2,9)i:(0,1)j:(0,1)getrespfir_:F(0,11)response:p(0,20)stage:p(4,2)srate:p(0,23)nnum:p(4,2)coefsnum:p(0,23)coefsnumerr:p(0,23)nden:p(4,2)coefsden:p(0,23)coefsdenerr:p(0,23)nnmax:(0,1)ndmax:(0,1)st:(0,1)gp:(2,6)fir:(0,21)i:(0,1)fixresp:F(0,11)response:p(0,19)output_sample_rate:p(0,10)group:(2,6)fir:(0,21)i:(0,1)fixsrate:F(0,11)response:p(0,19)output_sample_rate:p(0,10)group:(2,6)fir:(0,21)i:(0,1)getrespiir_:F(0,11)response:p(0,20)stage:p(4,2)norm:p(0,23)npoles:p(4,2)poles:p(0,23)polerr:p(0,23)nzeroes:p(4,2)zeroes:p(0,23)zererr:p(0,23)npmax:(0,1)nzmax:(0,1)st:(0,1)gp:(2,6)iir:(0,26)=*(2,11)i:(0,1)j:(0,1)complex.o/auto/jspc/sw/src/lib/dataformat/response/complex.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./complex.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hto_polar:F(0,11)real:p(0,10)imag:p(0,10)amp:p(0,13)=*(0,10)phase:p(0,13)to_complex:F(0,11)amp:p(0,10)phase:p(0,10)real:p(0,13)imag:p(0,13)cmult:F(4,2)a:p(4,2)a:r(4,2)b:p(4,2)b:r(4,2)r:(4,2)cdiv:F(4,2)a:p(4,2)a:r(4,2)b:p(4,2)b:r(4,2)r:(4,2)conjugate:(4,2)mag2:(0,10)fir.o/export/jspc/sw/src/lib/dataformat/response/fir.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./response.h./complex.h/sw/loc/include/stock.hResponse_group:T(12,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(12,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(12,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(10,7),640,32;parameters:(11,2),672,32;private:(12,4)=*(0,11),704,32;;Response_group:t(12,1)Response:T(12,5)=s16ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(12,6)=*(12,1),64,32;dfile:(2,3),96,32;;Response:t(12,5)Fir:T(12,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(12,8)=*(0,10),192,32;num_coef_errors:(12,8),224,32;den_coefs:(12,8),256,32;den_coef_errors:(12,8),288,32;;Fir:t(12,7)Paz:T(12,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(12,10)=*(13,2),192,32;pole_errors:(12,10),224,32;zeros:(12,10),256,32;zero_errors:(12,10),288,32;;Paz:t(12,9)Iir:T(12,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(12,10),192,32;pole_errors:(12,10),224,32;zeros:(12,10),256,32;zero_errors:(12,10),288,32;;Iir:t(12,11)copy_fir:F(0,1)gpi:p(12,6)gp:p(12,6)pfiri:(0,13)=*(12,7)pfir:(0,13)i:(0,1)n:(0,1)read_fir:F(0,1)file:p(0,14)=*(1,1)gp:p(12,6)pfir:(0,13)aline:(0,15)=ar(0,1);0;1023;(0,2)coef:(0,10)coef_error:(0,10)i:(0,1)n:(0,1)write_fir:F(0,1)file:p(0,14)private:p(0,13)i:(0,1)print_fir:F(0,1)file:p(0,14)private:p(0,13)free_fir:F(0,1)private:p(0,13)eval_fir:F(0,1)omega:p(0,10)private:p(0,13)amplitude:p(12,8)phase:p(12,8)i:(0,1)mid:(0,1)omegad:(0,10)arg:(0,10)numr:(0,10)numi:(0,10)denr:(0,10)deni:(0,10)amp:(0,10)phs:(0,10)compare_fir:F(0,1)fir1:p(0,13)fir2:p(0,13)i:(0,1)fap.o/auto/jspc/sw/src/lib/dataformat/response/fap.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./fap.hcopy_fap:F(0,1)gpi:p(0,13)=*(0,11)gp:p(0,13)read_fap:F(0,1)file:p(0,14)=*(1,1)private:p(0,15)=*(0,13)write_fap:F(0,1)file:p(0,14)private:p(0,13)print_fap:F(0,1)file:p(0,14)private:p(0,13)free_fap:F(0,1)private:p(0,13)eval_fap:F(0,1)omega:p(0,10)private:p(0,13)amplitude:p(0,16)=*(0,10)phase:p(0,16)compare_fap:F(0,1)fap1:p(0,13)fap2:p(0,13)paz.o/export/jspc/sw/src/lib/dataformat/response/paz.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./response.h./complex.h/sw/loc/include/stock.h./complex.hcopy_paz:F(0,1)gpi:p(11,6)gp:p(11,6)ppazi:(0,13)=*(11,9)ppaz:(0,13)i:(0,1)n:(0,1)read_paz:F(0,1)file:p(0,14)=*(1,1)gp:p(11,6)ppaz:(0,13)aline:(0,15)=ar(0,1);0;1023;(0,2)real:(0,10)imag:(0,10)real_error:(0,10)imag_error:(0,10)i:(0,1)n:(0,1)write_paz:F(0,1)file:p(0,14)private:p(0,13)i:(0,1)print_paz:F(0,1)file:p(0,14)private:p(0,13)free_paz:F(0,1)private:p(0,13)eval_paz:F(0,1)omega:p(0,10)private:p(0,13)amplitude:p(11,8)phase:p(11,8)i:(0,1)r:(0,10)theta:(0,10)compare_paz:F(0,1)paz1:p(0,13)paz2:p(0,13)i:(0,1)iir.o/export/jspc/sw/src/lib/dataformat/response/iir.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./response.h./complex.h/sw/loc/include/stock.h./complex.hcopy_iir:F(0,1)gpi:p(11,6)gp:p(11,6)piiri:(0,13)=*(11,9)piir:(0,13)i:(0,1)n:(0,1)read_iir:F(0,1)file:p(0,14)=*(1,1)gp:p(11,6)piir:(0,13)aline:(0,15)=ar(0,1);0;1023;(0,2)real:(0,10)imag:(0,10)real_error:(0,10)imag_error:(0,10)i:(0,1)n:(0,1)write_iir:F(0,1)file:p(0,14)private:p(0,13)i:(0,1)print_iir:F(0,1)file:p(0,14)private:p(0,13)free_iir:F(0,1)private:p(0,13)eval_iir:F(0,1)omega:p(0,10)private:p(0,13)amplitude:p(11,8)phase:p(11,8)i:(0,1)r:(0,10)theta:(0,10)xr:(0,10)xi:(0,10)compare_iir:F(0,1)iir1:p(0,13)iir2:p(0,13)i:(0,1)time.o_days_in_month_month_name/export/jspc/sw/src/lib/utility/coords/time.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/ctype.h/usr/include/time.h/usr/include/sys/stdtypes.h./csstime.hdate_time:T(20,1)=s48epoch:(0,10),0,64;date:(0,1),64,32;year:(0,1),96,32;month:(0,1),128,32;mname:(20,2)=ar(0,1);0;3;(0,2),160,32;day:(0,1),192,32;doy:(0,1),224,32;hour:(0,1),256,32;\minute:(0,1),288,32;second:(0,9),320,32;;days_in_month:S(0,13)=ar(0,1);0;12;(0,1)htoe:F(0,1)dt:p(0,14)=*(20,1)dt:r(0,14)timeprint:F(0,1)dt:p(0,14)dt:r(0,14)zh_today:F(0,1)dt:p(0,14)dt:r(0,14)mdtodate:F(0,1)dt:p(0,14)dt:r(0,14)i:(0,1)dim:(0,1)time_string2epoch:F(0,1)string:p(6,7)time:p(0,15)=*(0,10)i:(0,1)j:(0,1)icol:(0,1)str:V(0,16)=ar(0,1);0;511;(0,2)dt:(20,1)my_strncasecmp:F(0,1)str1:p(6,7)str2:p(6,7)len:p(0,1)i1:(0,1)i2:(0,1)i:(0,1)dtoepoch:F(0,10)date:p(0,1)i:(0,1)year:(0,1)day:(0,1)days:(0,1)isleap:F(0,1)year:p(0,1)timecon:F(0,10)timstr:p(6,7)tnum:(0,10)con:(0,17)=ar(0,1);0;19;(0,2)len:(0,1)i:(0,1)j:(0,1)todaysdate:F(0,1)now:(0,1)tsp:(0,18)=*(18,1)get_nice_times:F(0,1)tstart:p(0,10)tend:p(0,10)maxincs:p(0,1)nstart:p(0,15)ninc:p(0,15)window:(0,10)time:(0,10)itime:(0,1)exp:(0,10)ref:(0,10)date_time:(20,1)month_name:S(0,19)=ar(0,1);0;11;(6,7)etoh:F(0,1)dt:p(0,14)dt:r(0,14)diy:(0,1)month_day:F(0,1)dt:p(0,14)dt:r(0,14)i:(0,1)dim:(0,1)leap:(0,1)dbstrf2c:F(6,7)string:p(6,7)len:p(0,1)out:V(0,16)i:(0,1)j:(0,1)k:(0,1)todays_date.o/export/jspc/sw/src/lib/utility/coords/todays_date.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/time.h/usr/include/time.h/usr/include/sys/stdtypes.hNo_date:G(0,1)todays_date:F(1,7)date_str:p(1,7)year:(0,1)month:(0,1)doy:(0,1)day:(0,1)hour:(0,1)minute:(0,1)sec:(0,10)h2e.o/export/jspc/sw/src/lib/utility/coords/h2e.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.hdate_time:T(0,13)=s48epoch:(0,10),0,64;date:(0,1),64,32;year:(0,1),96,32;month:(0,1),128,32;mname:(0,14)=ar(0,1);0;3;(0,2),160,32;day:(0,1),192,32;doy:(0,1),224,32;hour:(0,1),256,32;\minute:(0,1),288,32;second:(0,9),320,32;;doy2mday:F(0,11)doy:p(0,1)year:p(0,1)month:p(0,15)=*(0,1)day:p(0,15)dt:(0,13)doy2mday_:F(0,11)doy:p(0,15)year:p(0,15)month:p(0,15)day:p(0,15)mday2doy:F(0,1)year:p(0,1)month:p(0,1)day:p(0,1)dt:(0,13)mday2doy_:F(0,1)year:p(0,15)month:p(0,15)day:p(0,15)h2e:F(0,10)iyear:p(0,1)iday:p(0,1)ihour:p(0,1)imin:p(0,1)sec:p(0,10)jdate:(0,1)epoch:(0,10)h2e_:F(0,10)iyear:p(0,15)iday:p(0,15)ihour:p(0,15)imin:p(0,15)sec:p(0,16)=*(0,10)e2h:F(0,11)epoch:p(0,10)iyear:p(0,15)iday:p(0,15)ihour:p(0,15)imin:p(0,15)sec:p(0,16)dt:(0,13)e2h_:F(0,11)epoch:p(0,16)iyear:p(0,15)iday:p(0,15)ihour:p(0,15)imin:p(0,15)sec:p(0,16)ol_bp.o_min3_max3_busy_bits_grey_bits_sccsid/auto/jspc/sw/src/lib/undoc/ol/ol_bp.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h./ol_impl.h./ol.h/usr/openwin/include/X11/Xlib.h_GC_rec:T(8,1)=s112gc:(2,13),0,32;ref_count:(0,4),32,16;num_cliprects:(0,1),64,32;valuemask:(0,8),96,32;values:(2,11),128,736;next:(8,2)=*(8,1),864,32;;GC_rec:t(8,1)pixlabel:T(8,3)=s12pixmap:(0,8),0,32;width:(0,1),32,32;height:(0,1),64,32;;Pixlabel:t(8,3)graphics_info:T(8,4)=s148dpy:(2,48),0,32;scrn:(0,1),32,32;depth:(0,8),64,32;glyphfont:(2,106),96,32;textfont:(2,106),128,32;three_d:(0,4),160,16;gc_rec:(8,5)=ar(0,1);0;8;(8,2),192,288;stipple_pixmaps:(8,6)=ar(0,1);0;2;(0,8),480,96;\pixvals:(8,7)=ar(0,1);0;4;(0,8),576,160;button_height:(0,4),736,16;endcap_width:(0,4),752,16;sb_width:(0,4),768,16;sb_height:(0,4),784,16;abbrev_width:(0,4),800,16;slider_width:(0,4),816,16;slider_height:(0,4),832,16;\se_width:(0,4),848,16;se_height:(0,4),864,16;mm_width:(0,4),880,16;mm_height:(0,4),896,16;base_off:(0,4),912,16;slider_offset:(0,4),928,16;cb_width:(0,4),944,16;cb_height:(0,4),960,16;\pp_width:(0,4),976,16;pp_height:(0,4),992,16;gauge_width:(0,4),1008,16;gauge_height:(0,4),1024,16;textscbu_width:(0,4),1040,16;gauge_endcapOffset:(0,4),1056,16;numscbu_width:(0,4),1072,16;resize_arm_width:(0,4),1088,16;\abbsb_height:(0,4),1104,16;cable_offset:(0,4),1120,16;cable_width:(0,4),1136,16;point_size:(0,4),1152,16;;Graphics_info:t(8,4)ol_ll_:T(8,8)=s56parent:(8,10)=*(8,9)=xsol_:,0,32;last:(8,11)=*(8,8),32,32;next:(8,11),64,32;type:(0,1),96,32;name:(2,41),128,256;widget:(3,7),384,32;win:(0,8),416,32;;Ol_ll:t(8,8)ol_:T(8,9)=s36display:(2,48),0,32;depth:(0,1),32,32;visual:(2,16),64,32;cmap:(0,8),96,32;background:(0,1),128,32;hand_cursor:(0,8),160,32;gin:(8,12)=*(8,4),192,32;head:(8,11),224,32;tail:(8,11),256,32;;Ol:t(8,9)ol_button_:T(8,13)=s76parent:(8,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(2,41),224,256;\event_proc:(2,3),480,32;user_data:(8,14)=*(0,11),512,32;user_data2:(8,14),544,32;toggle:(0,1),576,32;;OlButton:t(8,13)ol_menu_item_:T(8,16)=s60x:(0,1),0,32;y:(0,1),32,32;w:(0,1),64,32;h:(0,1),96,32;state:(0,1),128,32;on:(0,1),160,32;label:(2,41),192,256;pull_right:(8,17)=*(8,15)=xsol_menu_:,448,32;;ol_menu_:T(8,15)=s84parent:(8,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(2,41),224,256;\event_proc:(2,3),480,32;user_data:(8,14),512,32;user_data2:(8,14),544,32;win:(0,8),576,32;nitems:(0,1),608,32;items:(8,18)=*(8,16),640,32;;OlMenu:t(8,15)ol_scrollbar_:T(8,19)=s264parent:(8,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;anchor0_x:(0,1),160,32;anchor0_y:(0,1),192,32;anchor0_w:(0,1),224,32;\anchor0_h:(0,1),256,32;anchor1_x:(0,1),288,32;anchor1_y:(0,1),320,32;anchor1_w:(0,1),352,32;anchor1_h:(0,1),384,32;arrow0_x:(0,1),416,32;arrow0_y:(0,1),448,32;arrow0_w:(0,1),480,32;\arrow0_h:(0,1),512,32;arrow1_x:(0,1),544,32;arrow1_y:(0,1),576,32;arrow1_w:(0,1),608,32;arrow1_h:(0,1),640,32;elev_x:(0,1),672,32;elev_y:(0,1),704,32;elev_w:(0,1),736,32;\elev_h:(0,1),768,32;state:(0,1),800,32;state0:(0,1),832,32;state1:(0,1),864,32;x_old:(0,1),896,32;y_old:(0,1),928,32;on:(0,1),960,32;changed:(0,1),992,32;\horizontal:(0,1),1024,32;immediate:(0,1),1056,32;length:(0,1),1088,32;elev:(0,1),1120,32;min_elev:(0,1),1152,32;max_elev:(0,1),1184,32;elev_old:(0,1),1216,32;prop:(0,1),1248,32;\prop_length:(0,1),1280,32;win_x:(0,1),1312,32;win_y:(0,1),1344,32;win_dim:(0,1),1376,32;scroll_incr:(0,10),1408,64;full0:(0,10),1472,64;full1:(0,10),1536,64;view0:(0,10),1600,64;\view1:(0,10),1664,64;view0_old:(0,10),1728,64;view1_old:(0,10),1792,64;view0_last:(0,10),1856,64;view1_last:(0,10),1920,64;popup_menu:(8,20)=*(8,15),1984,32;scroll_proc:(2,3),2016,32;user_data:(8,14),2048,32;user_data2:(8,14),2080,32;;OlScrollbar:t(8,19)ol_box_:T(8,21)=s44parent:(8,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;gc:(2,13),224,32;\draw_proc:(2,3),256,32;user_data:(8,14),288,32;user_data2:(8,14),320,32;;OlBox:t(8,21)_per_disp_res_rec:T(7,1)=s16dpy:(2,48),0,32;screen:(0,1),32,32;gc_list_ptr:(8,2),64,32;next:(7,2)=*(7,1),96,32;;per_disp_res_rec:t(7,1)per_disp_res_ptr:t(7,2)RGB:t(7,3)=s12r:(0,1),0,32;g:(0,1),32,32;b:(0,1),64,32;;HSV:t(7,4)=s12h:(0,1),0,32;s:(0,1),32,32;v:(0,1),64,32;;Boolean:t(0,2)olbp_draw_button:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)height:p(0,1)label:p(8,14)state:p(0,1)item:(2,101)string:(0,13)=ar(0,1);0;127;(0,2)add_ins:(0,14)=ar(0,1);0;127;(0,4)i:r(0,1)num_add:(0,1)inside_width:(0,1)top_color:(0,1)bottom_color:(0,1)fill_color:(0,1)centerx:(0,1)centery:(0,1)olbp_draw_varheight_button:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)height:p(0,1)state:p(0,1)string:(0,15)=ar(0,1);0;1;(0,2)seg:(0,16)=ar(0,1);0;3;(2,35)olbp_draw_menu_mark:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)state:p(0,1)fill_in:p(0,1)string:(0,17)=ar(0,1);0;2;(0,2)olbp_draw_abbrev_button:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)state:p(0,1)item:(2,101)string:(0,17)top_color:(0,1)bottom_color:(0,1)fill_color:(0,1)olbp_stipple_rect:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)height:p(0,1)olbp_draw_text:F(0,11)info:p(8,12)win:p(0,8)string:p(3,7)x:p(0,1)y:p(0,1)max_width:p(0,1)state:p(0,1)len:(0,1)i:r(0,1)current_width:(0,1)olbp_draw_pixmap_label:F(0,11)info:p(8,12)win:p(0,8)pix:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)height:p(0,1)state:p(0,1)savebg1:(0,8)savebg2:(0,8)olbp_draw_textscroll_button:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)state:p(0,1)string:(0,15)width:(0,1)height:(0,1)arr_x:(0,1)arr_y:(0,1)olbp_draw_numscroll_button:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)state:p(0,1)string:(0,15)width:(0,1)height:(0,1)arr_x:(0,1)arr_y:(0,1)sccsid:S(3,7)max3:f(0,1)x:p(0,1)x:r(0,1)y:p(0,1)y:r(0,1)z:p(0,1)z:r(0,1)min3:f(0,1)x:p(0,1)x:r(0,1)y:p(0,1)y:r(0,1)z:p(0,1)z:r(0,1)olbp_hsv_to_rgb:F(0,11)hsv:p(0,18)=*(7,4)rgb:p(0,19)=*(7,3)h:(0,1)s:(0,1)v:(0,1)r:(0,1)g:(0,1)b:(0,1)i:(0,1)f:(0,1)p:(0,1)q:(0,1)t:(0,1)olbp_rgb_to_hsv:F(0,11)rgb:p(0,19)hsv:p(0,18)r:(0,1)g:(0,1)b:(0,1)maxv:r(0,1)minv:r(0,1)h:(0,1)s:(0,1)v:(0,1)rc:(0,1)gc:(0,1)bc:(0,1)hex:(0,1)olbp_rgb_to_xcolor:F(0,11)r:p(0,19)x:p(0,20)=*(2,34)olbp_hsv_to_xcolor:F(0,11)h:p(0,18)x:p(0,20)r:(7,3)olbp_xcolor_to_hsv:F(0,11)x:p(0,20)h:p(0,18)r:(7,3)olbp_hsv_to_3D:F(0,11)bg1:p(0,18)bg2:p(0,20)bg3:p(0,20)white:p(0,20)hsv:(7,4)h:(0,1)s:(0,1)v:(0,1)olbp_calculate_3Dcolors:F(0,11)fg:p(0,20)bg1:p(0,20)bg2:p(0,20)bg3:p(0,20)white:p(0,20)base:(7,4)olbp_calc_add_ins:F(0,1)width:p(0,1)add_ins:p(0,21)=*(0,4)this_log2:r(0,1)this_bit:r(0,1)nchars:(0,1)olbp_draw_box:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)height:p(0,1)state:p(0,1)fill_in:p(0,2)point:(0,22)=ar(0,1);0;4;(2,36)rect:(2,37)rect:(0,23)=ar(0,1);0;2;(2,37)olbp_draw_choice_item:F(0,1)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)height:p(0,1)label:p(8,14)state:p(0,1)def_decr:(0,1)centerx:(0,1)centery:(0,1)flag:(0,1)./busy.hbusy_bits:S(2,41)./grey.hgrey_bits:S(2,41)olbp_initialize:F(8,12)dpy:p(2,48)screen:p(0,1)d_flag:p(0,1)glyphfont_struct:p(2,106)textfont_struct:p(2,106)pixvals:p(2,52)stipple_pixmaps:p(2,52)info:(8,12)direct:(0,1)ascent:(0,1)descent:(0,1)overall:(2,96)string:(0,15)i:(0,1)num_colors:(0,1)olbp_set_glyph_font:F(0,11)info:p(8,12)font_info:p(2,106)flag:p(0,1)direct:(0,1)ascent:(0,1)descent:(0,1)overall:(2,96)string:(0,15)i:r(0,1)num_colors:r(0,1)existing_gcrec:(8,2)perdispl_res_ptr:(7,2)values:(2,11)olbp_set_text_font:F(0,11)info:p(8,12)font_info:p(2,106)flag:p(0,1)values:(2,11)existing_gcrec:(8,2)perdispl_res_ptr:(7,2)olbp_error:F(0,11)string:p(3,7)olbp_set_single_color:F(0,11)info:p(8,12)index:p(0,1)pixval:p(0,8)flag:p(0,1)perdispl_res_ptr:(7,2)olbp_get_single_color:F(0,8)info:p(8,12)index:p(0,1)olbp_destroy:F(0,11)info:p(8,12)per_displ_res_ptr:(7,2)i:r(0,1)olbp_malloc:F(3,7)nbytes:p(0,8)olbp_set_stipple_pixmaps:F(0,11)info:p(8,12)pixmaps:p(2,52)gcval:(2,11)olbp_get_gcrec:F(8,2)perdispl_res_ptr:p(7,2)valuemask:p(0,8)values:p(0,24)=*(2,11)cur:r(8,2)prev:r(8,2)olbp_gc_matches:F(0,1)GCrec:p(8,2)valuemask:p(0,8)values:p(0,24)p:r(0,24)olbp_gcrec_available:F(8,2)perdispl_res_ptr:p(7,2)valuemask:p(0,8)values:p(0,24)cur:r(8,2)prev:r(8,2)olbp_get_busy_stipple:F(0,8)dpy:p(2,48)screen:p(0,1)busy_stipple:V(0,8)olbp_get_grey_stipple:F(0,8)dpy:p(2,48)screen:p(0,1)grey_stipple:V(0,8)olbp_get_perdisplay_list:F(7,2)dpy:p(2,48)screen:p(0,1)olbp_perdisp_res_list:V(7,2)cur:r(7,2)prev:r(7,2)olbp_destroy_gcrec:F(0,11)perdisp_res_ptr:p(7,2)gcrec:p(8,2)cur:r(8,2)prev:r(8,2)olbp_set_color_smart:F(8,2)info:p(8,12)perdispl_res_ptr:p(7,2)gcrec:p(8,2)fg_flag:p(0,1)pixval:p(0,8)flag:p(0,1)values:(2,11)existing_gcrec:(8,2)olbp_total_gcs:F(0,11)dpy:p(2,48)screen:p(0,1)cur:r(8,2)i:(0,1)per_displ_list:(7,2)olbp_initialise_gcrec:F(0,11)info:p(8,12)index:p(0,4)values:(2,11)valuemask:(0,8)perdispl_res_ptr:(7,2)olbp_cmp_fonts:F(0,1)font_info1:p(2,106)font_info2:p(2,106)olbp_draw_resize_corner:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)type:p(0,1)state:p(0,1)top_color:(0,1)fill_color:(0,1)bottom_color:(0,1)item:(2,101)string:(0,15)olbp_draw_pushpin:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)type:p(0,1)top_color:(0,1)fill_color:(0,1)bottom_color:(0,1)item:(2,101)string:(0,15)olbp_draw_check_box:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)state:p(0,1)item:(2,101)top_color:(0,1)bottom_color:(0,1)fill_color:(0,1)string:(0,15)olbp_draw_text_ledge:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)/usr/openwin/include/X11/Xutil.holbp_draw_scrollbar:F(0,11)ginfo:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)length:p(0,1)elev_pos:p(0,1)old_elev_pos:p(0,1)prop_pos:p(0,1)prop_length:p(0,1)state:p(0,1)cable_offset:(0,1)cable_width:(0,1)sbheight:(0,4)rectangles:(0,25)=ar(0,1);0;1;(2,37)rect1:(2,37)rect2:(2,37)result_rect:(0,26)=*(2,37)h1:(0,1)h2:(0,1)height:(0,1)width:(0,1)olbp_draw_elevator:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)state:p(0,1)string:(0,15)initial:(0,1)newy:(0,1)newx:(0,1)olbp_scroll_stipple_rects:F(0,11)info:p(8,12)win:p(0,8)rects:p(0,26)numrects:p(0,1)olbp_compute_intersection:F(0,26)rect1:p(0,26)rect2:p(0,26)region1:(12,9)region2:(12,9)result_rect:(0,26)olbp_draw_slider:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)oldval:p(0,1)newval:p(0,1)state:p(0,1)olbp_draw_horizontal_slider:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)value:p(0,1)item:(2,101)inside_width:(0,1)string:(0,13)add_ins:(0,14)y_slider_offset:r(0,1)i:r(0,1)num_add:(0,1)olbp_draw_slider_control:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)orientation:p(0,1)item:(2,101)string:(0,15)olbp_update_horizontal_slider:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)old_value:p(0,1)new_value:p(0,1)item:(2,101)string:(0,13)y_slider_offset:(0,1)inside_width:(0,1)xstart:(0,1)xwidth:(0,1)olbp_update_vertical_slider:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)height:p(0,1)old_value:p(0,1)new_value:p(0,1)ystart:(0,1)yheight:(0,1)inside_height:(0,1)x_slider_offset:(0,1)item:(2,101)string:(0,15)olbp_draw_vertical_slider:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)height:p(0,1)value:p(0,1)item:(2,101)string:(0,13)inside_height:(0,1)x_slider_offset:(0,1)olbp_draw_gauge:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)oldval:p(0,1)newval:p(0,1)state:p(0,1)olbp_draw_horiz_gauge:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)value:p(0,1)inside_width:(0,1)string:(0,13)add_ins:(0,14)i:r(0,1)num_add:(0,1)left_offset:r(0,1)olbp_update_horiz_gauge:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)oldval:p(0,1)newval:p(0,1)left_offset:r(0,1)olbp_draw_vertical_gauge:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)value:p(0,1)inside_width:(0,1)string:(0,27)=ar(0,1);0;0;(0,2)string1:(0,27)left_offset:r(0,1)item:(0,28)=ar(0,1);0;1;(2,101)segments:(0,29)=ar(0,1);0;1;(2,35)olbp_update_vertical_gauge:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)oldval:p(0,1)newval:p(0,1)left_offset:r(0,1)ol_create.o/auto/jspc/sw/src/lib/undoc/ol/ol_create.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/usr/openwin/include/X11/cursorfont.hol_create:F(0,13)=*(2,9)display:p(3,48)screen:p(0,1)visual:p(3,16)depth:p(0,1)cmap:p(0,8)tfont:(3,106)gfont:(3,106)pixvals:(0,14)=ar(0,1);0;5;(0,1)d_flag:(0,1)gin:(2,12)ol:(0,13)ol_create_widget:F(4,7)ol:p(0,13)type:p(0,1)name:p(4,7)widget:(4,7)but:(0,15)=*(2,13)menu:(2,20)scrollbar:(0,16)=*(2,19)box:(0,17)=*(2,21)ol_ll:(2,11)ol_scroll_popup_proc:F(0,1)menu:p(2,20)i:p(0,1)scrollbar:(0,16)middle:(0,10)del:(0,10)view0:(0,10)view1:(0,10)ol_free:F(0,11)ol:p(0,13)ol_free_widget:F(0,1)widget:p(0,15)ol_ll:(2,11)menu:(2,20)ol_event.o/auto/jspc/sw/src/lib/undoc/ol/ol_event.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hol_event:F(0,1)ol:p(0,13)=*(2,9)event:p(0,14)=*(3,93)ol_ll:(2,11)button:(0,15)=*(2,13)menu:(2,20)scrollbar:(0,16)=*(2,19)box:(0,17)=*(2,21)elev:(0,1)used:(0,1)menu_win:(0,1)root_win:(0,8)x:(0,1)y:(0,1)w:(0,1)h:(0,1)bw:(0,1)d:(0,1)i:(0,1)mask:(0,8)scale:(0,10)view0:(0,10)nevent:(3,93)ol_draw_menu_item:F(0,1)menu:p(2,20)item:p(0,1)ol_event_button:F(0,1)button:p(0,15)event:p(0,14)used:(0,1)n:(0,1)ol_event_menu:F(0,1)menu:p(2,20)event:p(0,14)used:(0,1)menu_locate:F(0,1)menu:p(2,20)x:p(0,1)y:p(0,1)h:(0,1)button_locate:F(0,1)button:p(0,15)x:p(0,1)y:p(0,1)h:(0,1)ol_draw_menu:F(0,1)menu:p(2,20)x:(0,1)y:(0,1)w:(0,1)h:(0,1)hm:(0,1)ww:(0,1)hh:(0,1)bw:(0,1)d:(0,1)i:(0,1)xwa:(3,22)mask:(0,8)event:(3,93)rwin:(0,8)ol_erase_menu:F(0,1)menu:p(2,20)ol_draw_scrollbar:F(0,1)scrollbar:p(0,16)gin:(2,12)ol_locate_scrollbar:F(0,1)scrollbar:p(0,16)event:p(0,18)=*(3,59)x:(0,1)y:(0,1)ol_locate_anchor0:F(0,1)scrollbar:p(0,16)event:p(0,18)x:(0,1)y:(0,1)ol_locate_anchor1:F(0,1)scrollbar:p(0,16)event:p(0,18)x:(0,1)y:(0,1)ol_locate_arrow0:F(0,1)scrollbar:p(0,16)event:p(0,18)x:(0,1)y:(0,1)ol_locate_arrow1:F(0,1)scrollbar:p(0,16)event:p(0,18)x:(0,1)y:(0,1)ol_locate_elev:F(0,1)scrollbar:p(0,16)event:p(0,18)x:(0,1)y:(0,1)ol_draw_box:F(0,1)box:p(0,17)rect:(3,37)ol_scroll_scrollbar:F(0,1)scrollbar:p(0,16)view0:p(0,10)view1:p(0,10)ol_update_scrollbar:F(0,1)scrollbar:p(0,16)ol_initialize_scrollbar:F(0,1)scrollbar:p(0,16)ol_get.o/auto/jspc/sw/src/lib/undoc/ol/ol_get.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h./ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h_GC_rec:T(3,1)=s112gc:(4,13),0,32;ref_count:(0,4),32,16;num_cliprects:(0,1),64,32;valuemask:(0,8),96,32;values:(4,11),128,736;next:(3,2)=*(3,1),864,32;;GC_rec:t(3,1)pixlabel:T(3,3)=s12pixmap:(0,8),0,32;width:(0,1),32,32;height:(0,1),64,32;;Pixlabel:t(3,3)graphics_info:T(3,4)=s148dpy:(4,48),0,32;scrn:(0,1),32,32;depth:(0,8),64,32;glyphfont:(4,106),96,32;textfont:(4,106),128,32;three_d:(0,4),160,16;gc_rec:(3,5)=ar(0,1);0;8;(3,2),192,288;stipple_pixmaps:(3,6)=ar(0,1);0;2;(0,8),480,96;\pixvals:(3,7)=ar(0,1);0;4;(0,8),576,160;button_height:(0,4),736,16;endcap_width:(0,4),752,16;sb_width:(0,4),768,16;sb_height:(0,4),784,16;abbrev_width:(0,4),800,16;slider_width:(0,4),816,16;slider_height:(0,4),832,16;\se_width:(0,4),848,16;se_height:(0,4),864,16;mm_width:(0,4),880,16;mm_height:(0,4),896,16;base_off:(0,4),912,16;slider_offset:(0,4),928,16;cb_width:(0,4),944,16;cb_height:(0,4),960,16;\pp_width:(0,4),976,16;pp_height:(0,4),992,16;gauge_width:(0,4),1008,16;gauge_height:(0,4),1024,16;textscbu_width:(0,4),1040,16;gauge_endcapOffset:(0,4),1056,16;numscbu_width:(0,4),1072,16;resize_arm_width:(0,4),1088,16;\abbsb_height:(0,4),1104,16;cable_offset:(0,4),1120,16;cable_width:(0,4),1136,16;point_size:(0,4),1152,16;;Graphics_info:t(3,4)ol_ll_:T(3,8)=s56parent:(3,10)=*(3,9)=xsol_:,0,32;last:(3,11)=*(3,8),32,32;next:(3,11),64,32;type:(0,1),96,32;name:(4,41),128,256;widget:(2,1),384,32;win:(0,8),416,32;;Ol_ll:t(3,8)ol_:T(3,9)=s36display:(4,48),0,32;depth:(0,1),32,32;visual:(4,16),64,32;cmap:(0,8),96,32;background:(0,1),128,32;hand_cursor:(0,8),160,32;gin:(3,12)=*(3,4),192,32;head:(3,11),224,32;tail:(3,11),256,32;;Ol:t(3,9)ol_button_:T(3,13)=s76parent:(3,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(4,41),224,256;\event_proc:(4,3),480,32;user_data:(3,14)=*(0,11),512,32;user_data2:(3,14),544,32;toggle:(0,1),576,32;;OlButton:t(3,13)ol_menu_item_:T(3,16)=s60x:(0,1),0,32;y:(0,1),32,32;w:(0,1),64,32;h:(0,1),96,32;state:(0,1),128,32;on:(0,1),160,32;label:(4,41),192,256;pull_right:(3,17)=*(3,15)=xsol_menu_:,448,32;;ol_menu_:T(3,15)=s84parent:(3,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(4,41),224,256;\event_proc:(4,3),480,32;user_data:(3,14),512,32;user_data2:(3,14),544,32;win:(0,8),576,32;nitems:(0,1),608,32;items:(3,18)=*(3,16),640,32;;OlMenu:t(3,15)ol_scrollbar_:T(3,19)=s264parent:(3,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;anchor0_x:(0,1),160,32;anchor0_y:(0,1),192,32;anchor0_w:(0,1),224,32;\anchor0_h:(0,1),256,32;anchor1_x:(0,1),288,32;anchor1_y:(0,1),320,32;anchor1_w:(0,1),352,32;anchor1_h:(0,1),384,32;arrow0_x:(0,1),416,32;arrow0_y:(0,1),448,32;arrow0_w:(0,1),480,32;\arrow0_h:(0,1),512,32;arrow1_x:(0,1),544,32;arrow1_y:(0,1),576,32;arrow1_w:(0,1),608,32;arrow1_h:(0,1),640,32;elev_x:(0,1),672,32;elev_y:(0,1),704,32;elev_w:(0,1),736,32;\elev_h:(0,1),768,32;state:(0,1),800,32;state0:(0,1),832,32;state1:(0,1),864,32;x_old:(0,1),896,32;y_old:(0,1),928,32;on:(0,1),960,32;changed:(0,1),992,32;\horizontal:(0,1),1024,32;immediate:(0,1),1056,32;length:(0,1),1088,32;elev:(0,1),1120,32;min_elev:(0,1),1152,32;max_elev:(0,1),1184,32;elev_old:(0,1),1216,32;prop:(0,1),1248,32;\prop_length:(0,1),1280,32;win_x:(0,1),1312,32;win_y:(0,1),1344,32;win_dim:(0,1),1376,32;scroll_incr:(0,10),1408,64;full0:(0,10),1472,64;full1:(0,10),1536,64;view0:(0,10),1600,64;\view1:(0,10),1664,64;view0_old:(0,10),1728,64;view1_old:(0,10),1792,64;view0_last:(0,10),1856,64;view1_last:(0,10),1920,64;popup_menu:(3,20)=*(3,15),1984,32;scroll_proc:(4,3),2016,32;user_data:(3,14),2048,32;user_data2:(3,14),2080,32;;OlScrollbar:t(3,19)ol_box_:T(3,21)=s44parent:(3,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;gc:(4,13),224,32;\draw_proc:(4,3),256,32;user_data:(3,14),288,32;user_data2:(3,14),320,32;;OlBox:t(3,21)ol_get_widget:F(3,14)ol_widget:p(0,13)=*(3,13)__builtin_va_alist:p(0,1)args:(2,1)attr:(0,1)button:(0,13)menu:(3,20)scrollbar:(0,14)=*(3,19)box:(0,15)=*(3,21)item:(0,1)ol_set.o/auto/jspc/sw/src/lib/undoc/ol/ol_set.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h./ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hol_set_widget:F(0,1)ol_widget:p(0,13)=*(3,13)__builtin_va_alist:p(0,1)args:(2,1)attr:(0,1)button:(0,13)menu:(3,20)scrollbar:(0,14)=*(3,19)box:(0,15)=*(3,21)name:(2,1)i:(0,1)j:(0,1)x:(0,1)y:(0,1)w:(0,1)h:(0,1)view:(0,10)ol_scrollbar_scale:F(0,1)scrollbar:p(0,14)gin:(3,12)true_length:(0,1)elev_d:(0,10)max_elev_d:(0,10)hls_to_pixel.o/auto/jspc/sw/src/lib/undoc/ol/hls_to_pixel.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhls_to_pixel:F(0,1)display:p(2,48)visual:p(2,16)cmap:p(0,8)h:p(0,10)l:p(0,10)s:p(0,10)r:(0,9)g:(0,9)b:(0,9)ir:(0,1)ig:(0,1)ib:(0,1)colorcell:(2,34)set_pixel:F(0,1)display:p(2,48)visual:p(2,16)cmap:p(0,8)pixel:p(0,8)h:p(0,10)l:p(0,10)s:p(0,10)r:(0,9)g:(0,9)b:(0,9)ir:(0,1)ig:(0,1)ib:(0,1)colorcell:(2,34)get_inverse_pixel:F(0,1)display:p(2,48)visual:p(2,16)depth:p(0,1)cmap:p(0,8)pixel:p(2,52)pixel_cmpl:p(2,52)ncolors:(0,1)pixels:(2,52)planes:(0,13)=ar(0,1);0;31;(0,8)plane_mask:(0,8)i:(0,1)j:(0,1)k:(0,1)l:(0,1)hls_to_rgb:F(0,1)h:p(0,10)l:p(0,10)s:p(0,10)r:p(0,14)=*(0,9)g:p(0,14)b:p(0,14)m1:(0,9)m2:(0,9)value:F(0,10)m1:p(0,10)m2:p(0,10)h:p(0,10)utils.o/auto/jspc/sw/src/lib/undoc/ol/utils.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hXGetGeometryRelativeToRoot:F(0,1)display:p(2,48)drawable:p(0,8)root:p(2,52)x:p(0,13)=*(0,1)y:p(0,13)width:p(0,13)height:p(0,13)border_width:p(0,13)depth:p(0,13)status:(0,1)win:(0,8)parent:(0,8)rwin:(0,8)children:(2,52)nchildren:(0,1)rx:(0,1)ry:(0,1)rw:(0,1)rh:(0,1)rbw:(0,1)rd:(0,1)cnvs_data.ocms_data.ofont_data.ofm_data.oom_data.oow_data.op_btn_data.op_chcedata.op_msg_data.op_txt_data.opanel_data.osb_data.osvrim_data.owindowdata.obase_data.oitem_data.oaxis.ov.421v.422VAR_SEG1VAR_SEG2VAR_SEG3/auto/jspc/sw/src/lib/graphics/grx/axis.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;axis:F14xdim:v6ydim:v6xmarg:v6ymarg:v6xlow:v6ylow:v6xmax:v6xmin:v6ymax:v6ymin:v6dxsmal:v6dxnumb:v6dysmal:v6dynumb:v6fmtx:var3;1;A148;13fmty:var3;1;A152;13labelx:var3;1;A156;13labely:var3;1;A160;13title:var3;1;A164;13iclear:v3i:r3x:V6y:V6x1:V6y2:V6xh:V6xl:V6yl:V6ix:V3xs:V6xx:V6yy:V6ddxbig:V6ddybig:V6xmn:V6ddxsml:V6ddysml:V6ltp:V3xmx:V6ntics:V3iref:V3stic:V6imfl:V3nmin:r3nmax:r3ocflag_imflag:V3iocflg:V3iltp:V3ocflag_npcolr_blight:V6flight:V6bhue:V6fhue:V6bsat:V6fsat:V6npcolr_axstuf_ifont:V3axstuf_ngrcom_xnh:V6ynh:V6xsh:V6ysh:V6xnl:V6ynl:V6xsl:V6ysl:V6xns:V6yns:V6xss:V6yss:V6xnth:V6ynth:V6xsth:V6ysth:V6ixns:V3iyns:V3ixss:V3iyss:V3ngrcom_number:F14x:v6y:v6ang:v6iref:v3xnum:v6fmt:var3;1;A92;13i:r3j:r3k:r3m:r3numb2:Var3;1;40;13xn:V6ix:V3jcount:r3jlast:V3numb:Var3;1;40;13jdot:r3ocflag_ocflag_npcolr_npcolr_axstuf_axstuf_ngrcom_ngrcom_dnice:F14dx:v6ds:v6db:v6ddx:V6dmult:V6dddx:V6ocflag_ocflag_npcolr_npcolr_axstuf_axstuf_ngrcom_ngrcom_setaxf:F14jfont:v3ocflag_ocflag_npcolr_npcolr_axstuf_ifont:V3axstuf_ngrcom_ngrcom_box.oARR_SEG1/auto/jspc/sw/src/lib/graphics/grx/box.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;box:F14xleft:v6xright:v6ybot:v6ytop:v6thick:v6ithick:v3iclip:v3x:Var3;1;9;6y:Var3;1;9;6cfont.ov.17v.57v.58v.18v.19ARR_SEG1v.320v.330v.310v.300v.181v.321v.301v.322v.302v.323v.313v.303v.314v.324v.304v.325v.315v.295v.296v.316v.307v.308v.238v.228v.298v.269v.209v.329v.319v.309v.299VAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/cfont.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;cfont:F14jfont:v3i:V3j:r3k:r3j1:r3j2:r3jj:r3jm1:r3nrd:V2jjfont:V2llfont:V3nfonts:V2nfm1:V3jfoff:Var3;1;21;2npmax:V3lufnt:V3ifont:Var3;1;21;2jjtot:V3path:Var3;1;120;13ifnt:V2itot:Var3;1;21;2jtot:V3ktot:V3fonts_ipoint:Var3;1;10000;2ifoff:V2fonts_chrsiz.ov.17VAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/chrsiz.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;chrsiz:F14height:v6ratio:v6slant:v6a:V6rad:V6spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_partxt_sinang:V6cosang:V6rat:V6tansln:V6hite:V6partxt_npchr2_scale:V6npchr2_gethit:F14hit:v6spc_spc_partxt_sinang:V6cosang:V6rat:V6tansln:V6hite:V6partxt_npchr2_npchr2_clear.oVAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/clear.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;clear:F14ih:V3iw:V3ix:V3iy:V3spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_drwclr_idraw:V3drwclr_clrrgn.oVAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/clrrgn.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;clrrgn:F14xmn:v6xmx:v6ymn:v6ymx:v6xpmin:V6ypmin:V6ixmin:V3iymin:V3xpmax:V6ypmax:V6ixmax:r3iymax:V3xmin:V6ymin:V6xmax:V6ymax:V6pdim_ca:V6sa:V6tangle:V6cellwd:V6iitran:V3ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_finitt.o/auto/jspc/sw/src/lib/graphics/grx/finitt.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;finitt:F14initt.ov.20v.17v.18v.19VAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/initt.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;initt:F14itran:v3plotfile:var3;1;A96;13display:var3;1;A100;13program:var3;1;A104;13ssize:v6xwin:v6ywin:v6wd:V6ht:V6rlaser:V6ifirst:V3hsize:V6wsize:V6scrh:V6scrw:V6pscolor:Var3;1;80;13pdim_ca:V6sa:V6tangle:V6cellwd:V6iitran:V3ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_ocflag_imflag:V3iocflg:V3iltp:V3ocflag_xplpid_ipid:V3xplpid_filcom_ifill:V3jfill:V3filcom_line.oARR_SEG1/auto/jspc/sw/src/lib/graphics/grx/line.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;line:F14x1:v6y1:v6x2:v6y2:v6thick:v6ithick:v3iclip:v3x:Var3;1;3;6y:Var3;1;3;6laxis.oVAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/laxis.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;laxis:F14xdim:v6ydim:v6xmarg:v6ymarg:v6xlow:v6ylow:v6xmax:v6xmin:v6ymax:v6ymin:v6dysmal:v6dynumb:v6fmty:var3;1;A136;13labelx:var3;1;A140;13labely:var3;1;A144;13title:var3;1;A148;13iclear:v3i:r3j:r3x:V6y:V6x1:V6y2:V6xh:V6xl:V6yl:V6dx:V6ix:V3xs:V6xx:V6yy:V6ddybig:V6dxe:V6xmn:V6ddysml:V6ltp:V3dxs:V6xmx:V6dx10:V6mtics:r3ntics:V3iref:V3stic:V6imfl:V3nmin:r3xmnn:V6nmax:r3xmxx:V6ocflag_imflag:V3iocflg:V3iltp:V3ocflag_axstuf_ifont:V3axstuf_ngrcom_xnh:V6ynh:V6xsh:V6ysh:V6xnl:V6ynl:V6xsl:V6ysl:V6xns:V6yns:V6xss:V6yss:V6xnth:V6ynth:V6xsth:V6ysth:V6ixns:V3iyns:V3ixss:V3iyss:V3ngrcom_llaxis.oVAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/llaxis.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;llaxis:F14xdim:v6ydim:v6xmarg:v6ymarg:v6xlow:v6ylow:v6xmax:v6xmin:v6ymax:v6ymin:v6labelx:var3;1;A124;13labely:var3;1;A128;13title:var3;1;A132;13iclear:v3i:r3j:r3x:V6y:V6x1:V6y1:V6y2:V6xh:V6yh:V6xl:V6yl:V6dx:V6ix:V3xs:V6ys:V6xx:V6yy:V6dxe:V6xmn:V6ltp:V3dxs:V6xmx:V6dx10:V6mtics:r3ntics:V3iref:V3stic:V6imfl:V3nmin:r3xmnn:V6nmax:r3xmxx:V6ocflag_imflag:V3iocflg:V3iltp:V3ocflag_axstuf_ifont:V3axstuf_ngrcom_xnh:V6ynh:V6xsh:V6ysh:V6xnl:V6ynl:V6xsl:V6ysl:V6xns:V6yns:V6xss:V6yss:V6xnth:V6ynth:V6xsth:V6ysth:V6ixns:V3iyns:V3ixss:V3iyss:V3ngrcom_nclose.o/auto/jspc/sw/src/lib/graphics/grx/nclose.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;nclose:F14nlstyl.ov.16ARR_SEG1/auto/jspc/sw/src/lib/graphics/grx/nlstyl.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;nlstyl:F14i:v3iold:V3ipat:Var3;1;10;3nopen.o/auto/jspc/sw/src/lib/graphics/grx/nopen.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;nopen:F14nplot.ov.17VAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/nplot.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;nplot:F14n:v3x:var3;1;1;6y:var3;1;1;6igraf:v3iclip:v3thick:v6ithick:v3asymb:var3;1;1;ar3;1;1;13i:r3j:r3j1:r3nn:V3np:V3xx:V6yy:V6rthick:V6nth:V3ltp:V3ilines:r3rlthick:V6ilabs:r3roff:V6imfl:r3ichr:V3rmin:V6spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_filcom_ifill:V3jfill:V3filcom_ocflag_imflag:V3iocflg:V3iltp:V3ocflag_ntype.oVAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/ntype.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;ntype:F14xtype:var3;1;A76;13ytype:var3;1;A80;13c:Var3;1;1;13ilen:r3pdim_ca:V6sa:V6tangle:V6cellwd:V6iitran:V3ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_gettype:F14xtype:var3;1;A76;13ytype:var3;1;A80;13pdim_ca:V6sa:V6tangle:V6cellwd:V6iitran:V3ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_plot1.oVAR_SEG1VAR_SEG2/auto/jspc/sw/src/lib/graphics/grx/plot1.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;plot1:F14n:v3x:var3;1;1;6y:var3;1;1;6roff:v6iclip:v3i:V3j:r3k:V3s:V7cs:V7sn:V7xt:V6yt:V6rx:V7ry:V7xx:V6yy:V6xint2:V6yint2:V6iltold:V3xbh:V6ybh:V6xbl:V6ybl:V6cso:V7sno:V7ibx:r3iby:r3xtn:V6ytn:V6rxn:V7ryn:V7xxo:V6yyo:V6ifirst:V3iflag:r3igraf:V3ibxo:r3ibyo:r3iltp:V3xint:V6yint:V6pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xxbh:V6yybh:V6xdim:V6ydim:V6xxbl:V6yybl:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_filcom_ifill:V3jfill:V3filcom_offset:F14roff:v6rx:v7ry:v7sn:v7cs:v7sno:v7cso:v7xx:v6yy:v6x:V7y:V7x2:V7y2:V7del:V7rxn:V7ryn:V7rxo:V7ryo:V7pdim_pdim_pscl_pscl_filcom_filcom_setbac.o/auto/jspc/sw/src/lib/graphics/grx/setbac.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;setbac:F14hue:v6light:v6sat:v6npcolr_blight:V6flight:V6bhue:V6fhue:V6bsat:V6fsat:V6npcolr_getbac:F14hue:v6light:v6sat:v6npcolr_blight:V6flight:V6bhue:V6fhue:V6bsat:V6fsat:V6npcolr_setfor.o/auto/jspc/sw/src/lib/graphics/grx/setfor.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;setfor:F14hue:v6light:v6sat:v6npcolr_blight:V6flight:V6bhue:V6fhue:V6bsat:V6fsat:V6npcolr_getfor:F14hue:v6light:v6sat:v6npcolr_blight:V6flight:V6bhue:V6fhue:V6bsat:V6fsat:V6npcolr_setdim.oVAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/setdim.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;setdim:F14xdim:v6ydim:v6xlow:v6ylow:v6ixdim:V3iydim:V3ixlow:V3iylow:V3spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6xxdim:V6yydim:V6rxlow:V6rylow:V6xxlow:V6yylow:V6pdim_getfrm:F14xmin:v6xmax:v6ymin:v6ymax:v6spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_pdim_pdim_getdim:F14xdim:v6ydim:v6xlow:v6ylow:v6spc_spc_pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6xxdim:V6yydim:V6rxlow:V6rylow:V6xxlow:V6yylow:V6pdim_setscl.ov.90v.80v.81v.91v.82v.83v.96v.97v.88v.89v.104v.105/auto/jspc/sw/src/lib/graphics/grx/setscl.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;setscl:F14xmin:v6xmax:v6ymin:v6ymax:v6pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xxmin:V6yymin:V6xxmax:V6yymax:V6pscl_pscl2_xrmin:V6yrmin:V6xrmax:V6yrmax:V6pscl2_getclp:F14xmin:v6xmax:v6ymin:v6ymax:v6pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_pscl_pscl2_pscl2_getscl:F14xmin:v6xmax:v6ymin:v6ymax:v6pdim_pdim_pscl_pscl_pscl2_xrmin:V6yrmin:V6xrmax:V6yrmax:V6pscl2_tdraw.o/auto/jspc/sw/src/lib/graphics/grx/tdraw.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;tdraw:F14x:v6y:v6ifirst:v3itran:v3text.oARR_SEG1VAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/text.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;text:F14x:v6y:v6angle:v6iref:v3string:var3;1;A92;13iclip:v3i:r3j:V3k:r3i1:r3i2:V3k1:r3np:V3xp:V6ix:Var3;1;150;3yp:V6iy:Var3;1;150;3hscale:V6xt:V6xx:V6yy:V6vscale:V6ishite:V3iwidth:Var3;1;100;3npoint:Var3;1;27;3nstrks:V3iiref:r3iswid:r3xxoff:V6nchar:Var3;1;1;13ioff:Var3;1;27;3joff:V3xoff:Var3;1;100;6yoff:V6lstr:V3chcom_chold:Var3;1;1;13chcom_pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_partxt_sinang:V6cosang:V6rat:V6tansln:V6hite:V6partxt_ocflag_imflag:V3iocflg:V3iltp:V3ocflag_tics.oARR_SEG1VAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/tics.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;tics:F14x1:v6y1:v6x2:v6y2:v6stic:v6ntic:v3dtic:v6tlen:v6thick:v6idir:v3i:r3j:r3x:Var3;1;3;6y:Var3;1;3;6dx:V6dy:V6rxdtic:V6rydtic:V6xr1:V6yr1:V6xr2:V6yr2:V6ltp:V3rdx:V6udx:V6rdy:V6udy:V6rxtic:V6rytic:V6raxis:V6jplot:V3imfl:r3axis:V6rrdx:V6rrdy:V6spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_ocflag_imflag:V3iocflg:V3iltp:V3ocflag_xmap.oVAR_SEG1VAR_SEG2VAR_SEG8/export/jspc/sw/src/lib/graphics/grx/xmap.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;xmap:F6xmap:X6x:v6xx:V6pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_ymap:F6ymap:X6y:v6yy:V6pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_getxmp:F14x:v6xm:v6pdim_pdim_pscl_pscl_getymp:F14y:v6ym:v6pdim_pdim_pscl_pscl_getxscale:F14xsc:v6pdim_pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_rxmap:F6rxmap:X6x:v6pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_rymap:F6rymap:X6y:v6pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_in2uu:F14xinch:v6yinch:v6xuu:v6yuu:v6x:V6y:V6pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_hdback_.o/auto/jspc/sw/src/lib/graphics/grx/hdback_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_display:G(2,48)hd_cmap:G(0,8)hd_pixmap:G(0,8)hd_gc:G(2,13)hd_visual:G(2,16)hd_back:G(0,8)hd_back_light:G(0,9)hd_back_sat:G(0,9)hd_back_red:G(0,9)hd_back_green:G(0,9)hd_back_blue:G(0,9)hdback_:F(0,11)hue:p(0,13)=*(0,9)light:p(0,13)sat:p(0,13)hdclr_.o/auto/jspc/sw/src/lib/graphics/grx/hdclr_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h_XExtData:T(1,1)=s16number:(0,1),0,32;next:(1,2)=*(1,1),32,32;free_private:(1,3)=*(1,4)=f(0,1),64,32;private_data:(2,7),96,32;;XExtData:t(1,1)XExtCodes:t(1,5)=s16extension:(0,1),0,32;major_opcode:(0,1),32,32;first_event:(0,1),64,32;first_error:(0,1),96,32;;_XExten:T(1,6)=s60next:(1,7)=*(1,6),0,32;codes:(1,5),32,128;create_GC:(1,3),160,32;copy_GC:(1,3),192,32;flush_GC:(1,3),224,32;free_GC:(1,3),256,32;create_Font:(1,3),288,32;free_Font:(1,3),320,32;\close_display:(1,3),352,32;error:(1,3),384,32;error_string:(1,8)=*(1,9)=f(2,7),416,32;name:(2,7),448,32;;_XExtension:t(1,6)XPixmapFormatValues:t(1,10)=s12depth:(0,1),0,32;bits_per_pixel:(0,1),32,32;scanline_pad:(0,1),64,32;;XGCValues:t(1,11)=s92function:(0,1),0,32;plane_mask:(0,8),32,32;foreground:(0,8),64,32;background:(0,8),96,32;line_width:(0,1),128,32;line_style:(0,1),160,32;cap_style:(0,1),192,32;join_style:(0,1),224,32;\fill_style:(0,1),256,32;fill_rule:(0,1),288,32;arc_mode:(0,1),320,32;tile:(0,8),352,32;stipple:(0,8),384,32;ts_x_origin:(0,1),416,32;ts_y_origin:(0,1),448,32;font:(0,8),480,32;\subwindow_mode:(0,1),512,32;graphics_exposures:(0,1),544,32;clip_x_origin:(0,1),576,32;clip_y_origin:(0,1),608,32;clip_mask:(0,8),640,32;dash_offset:(0,1),672,32;dashes:(0,2),704,8;;_XGC:T(1,12)=s112ext_data:(1,2),0,32;gid:(0,8),32,32;rects:(0,1),64,32;dashes:(0,1),96,32;dirty:(0,8),128,32;values:(1,11),160,736;;GC:t(1,13)=*(1,12)Visual:t(1,14)=s32ext_data:(1,2),0,32;visualid:(0,8),32,32;class:(0,1),64,32;red_mask:(0,8),96,32;green_mask:(0,8),128,32;blue_mask:(0,8),160,32;bits_per_rgb:(0,1),192,32;map_entries:(0,1),224,32;;Depth:t(1,15)=s12depth:(0,1),0,32;nvisuals:(0,1),32,32;visuals:(1,16)=*(1,14),64,32;;Screen:t(1,18)=s80ext_data:(1,2),0,32;display:(1,19)=*(1,17)=xs_XDisplay:,32,32;root:(0,8),64,32;width:(0,1),96,32;height:(0,1),128,32;mwidth:(0,1),160,32;mheight:(0,1),192,32;ndepths:(0,1),224,32;\depths:(1,20)=*(1,15),256,32;root_depth:(0,1),288,32;root_visual:(1,16),320,32;default_gc:(1,13),352,32;cmap:(0,8),384,32;white_pixel:(0,8),416,32;black_pixel:(0,8),448,32;max_maps:(0,1),480,32;\min_maps:(0,1),512,32;backing_store:(0,1),544,32;save_unders:(0,1),576,32;root_input_mask:(0,1),608,32;;ScreenFormat:t(1,21)=s16ext_data:(1,2),0,32;depth:(0,1),32,32;bits_per_pixel:(0,1),64,32;scanline_pad:(0,1),96,32;;XSetWindowAttributes:t(1,22)=s60background_pixmap:(0,8),0,32;background_pixel:(0,8),32,32;border_pixmap:(0,8),64,32;border_pixel:(0,8),96,32;bit_gravity:(0,1),128,32;win_gravity:(0,1),160,32;backing_store:(0,1),192,32;backing_planes:(0,8),224,32;\backing_pixel:(0,8),256,32;save_under:(0,1),288,32;event_mask:(0,1),320,32;do_not_propagate_mask:(0,1),352,32;override_redirect:(0,1),384,32;colormap:(0,8),416,32;cursor:(0,8),448,32;;XWindowAttributes:t(1,23)=s92x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;depth:(0,1),160,32;visual:(1,16),192,32;root:(0,8),224,32;\class:(0,1),256,32;bit_gravity:(0,1),288,32;win_gravity:(0,1),320,32;backing_store:(0,1),352,32;backing_planes:(0,8),384,32;backing_pixel:(0,8),416,32;save_under:(0,1),448,32;colormap:(0,8),480,32;\map_installed:(0,1),512,32;map_state:(0,1),544,32;all_event_masks:(0,1),576,32;your_event_mask:(0,1),608,32;do_not_propagate_mask:(0,1),640,32;override_redirect:(0,1),672,32;screen:(1,24)=*(1,18),704,32;;XHostAddress:t(1,25)=s12family:(0,1),0,32;length:(0,1),32,32;address:(2,7),64,32;;funcs:T(1,27)=s24create_image:(1,28)=*(1,29)=f(1,30)=*(1,26)=xs_XImage:,0,32;destroy_image:(1,3),32,32;get_pixel:(1,31)=*(1,32)=f(0,8),64,32;put_pixel:(1,3),96,32;sub_image:(1,28),128,32;add_pixel:(1,3),160,32;;_XImage:T(1,26)=s88width:(0,1),0,32;height:(0,1),32,32;xoffset:(0,1),64,32;format:(0,1),96,32;data:(2,7),128,32;byte_order:(0,1),160,32;bitmap_unit:(0,1),192,32;bitmap_bit_order:(0,1),224,32;\bitmap_pad:(0,1),256,32;depth:(0,1),288,32;bytes_per_line:(0,1),320,32;bits_per_pixel:(0,1),352,32;red_mask:(0,8),384,32;green_mask:(0,8),416,32;blue_mask:(0,8),448,32;obdata:(2,7),480,32;f:(1,27),512,192;;XImage:t(1,26)XWindowChanges:t(1,33)=s28x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;sibling:(0,8),160,32;stack_mode:(0,1),192,32;;XColor:t(1,34)=s12pixel:(0,8),0,32;red:(0,6),32,16;green:(0,6),48,16;blue:(0,6),64,16;flags:(0,2),80,8;pad:(0,2),88,8;;XSegment:t(1,35)=s8x1:(0,4),0,16;y1:(0,4),16,16;x2:(0,4),32,16;y2:(0,4),48,16;;XPoint:t(1,36)=s4x:(0,4),0,16;y:(0,4),16,16;;XRectangle:t(1,37)=s8x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;;XArc:t(1,38)=s12x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;angle1:(0,4),64,16;angle2:(0,4),80,16;;XKeyboardControl:t(1,39)=s32key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,1),64,32;bell_duration:(0,1),96,32;led:(0,1),128,32;led_mode:(0,1),160,32;key:(0,1),192,32;auto_repeat_mode:(0,1),224,32;;XKeyboardState:t(1,40)=s56key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,8),64,32;bell_duration:(0,8),96,32;led_mask:(0,8),128,32;global_auto_repeat:(0,1),160,32;auto_repeats:(1,41)=ar(0,1);0;31;(0,2),192,256;;XTimeCoord:t(1,42)=s8time:(0,8),0,32;x:(0,4),32,16;y:(0,4),48,16;;XModifierKeymap:t(1,43)=s8max_keypermod:(0,1),0,32;modifiermap:(1,44)=*(0,5),32,32;;_DisplayAtoms:T(1,45)=s24text:(0,8),0,32;wm_state:(0,8),32,32;wm_protocols:(0,8),64,32;wm_save_yourself:(0,8),96,32;wm_change_state:(0,8),128,32;wm_colormap_windows:(0,8),160,32;;_XDisplay:T(1,17)=s1252ext_data:(1,2),0,32;next:(1,49)=*(1,17),32,32;fd:(0,1),64,32;lock:(0,1),96,32;proto_major_version:(0,1),128,32;proto_minor_version:(0,1),160,32;vendor:(2,7),192,32;resource_base:(0,1),224,32;\resource_mask:(0,1),256,32;resource_id:(0,1),288,32;resource_shift:(0,1),320,32;resource_alloc:(1,31),352,32;byte_order:(0,1),384,32;bitmap_unit:(0,1),416,32;bitmap_pad:(0,1),448,32;bitmap_bit_order:(0,1),480,32;\nformats:(0,1),512,32;pixmap_format:(1,50)=*(1,21),544,32;vnumber:(0,1),576,32;release:(0,1),608,32;head:(1,51)=*(1,46)=xs_XSQEvent:,640,32;tail:(1,51),672,32;qlen:(0,1),704,32;last_request_read:(0,8),736,32;\request:(0,8),768,32;last_req:(2,7),800,32;buffer:(2,7),832,32;bufptr:(2,7),864,32;bufmax:(2,7),896,32;max_request_size:(0,8),928,32;db:(1,52)=*(1,47)=xs_XrmHashBucketRec:,960,32;synchandler:(1,3),992,32;\display_name:(2,7),1024,32;default_screen:(0,1),1056,32;nscreens:(0,1),1088,32;screens:(1,24),1120,32;motion_buffer:(0,8),1152,32;current:(0,8),1184,32;min_keycode:(0,1),1216,32;max_keycode:(0,1),1248,32;\keysyms:(1,53)=*(0,8),1280,32;modifiermap:(1,54)=*(1,43),1312,32;keysyms_per_keycode:(0,1),1344,32;xdefaults:(2,7),1376,32;scratch_buffer:(2,7),1408,32;scratch_length:(0,8),1440,32;ext_number:(0,1),1472,32;ext_procs:(1,7),1504,32;\event_vec:(1,55)=ar(0,1);0;127;(1,3),1536,4096;wire_vec:(1,55),5632,4096;lock_meaning:(0,8),9728,32;key_bindings:(1,56)=*(1,48)=xsXKeytrans:,9760,32;cursor_font:(0,8),9792,32;atoms:(1,57)=*(1,45),9824,32;reconfigure_wm_window:(1,58)=s12sequence_number:(0,1),0,32;old_handler:(1,3),32,32;succeeded:(0,1),64,32;;,9856,96;\flags:(0,8),9952,32;mode_switch:(0,8),9984,32;;Display:t(1,17)XKeyEvent:t(1,59)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;keycode:(0,8),416,32;same_screen:(0,1),448,32;;XKeyPressedEvent:t(1,59)XKeyReleasedEvent:t(1,59)XButtonEvent:t(1,60)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;button:(0,8),416,32;same_screen:(0,1),448,32;;XButtonPressedEvent:t(1,60)XButtonReleasedEvent:t(1,60)XMotionEvent:t(1,61)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;is_hint:(0,2),416,8;same_screen:(0,1),448,32;;XPointerMovedEvent:t(1,61)XCrossingEvent:t(1,62)=s68type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;mode:(0,1),384,32;detail:(0,1),416,32;same_screen:(0,1),448,32;focus:(0,1),480,32;state:(0,8),512,32;;XEnterWindowEvent:t(1,62)XLeaveWindowEvent:t(1,62)XFocusChangeEvent:t(1,63)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;mode:(0,1),160,32;detail:(0,1),192,32;;XFocusInEvent:t(1,63)XFocusOutEvent:t(1,63)XKeymapEvent:t(1,64)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;key_vector:(1,41),160,256;;XExposeEvent:t(1,65)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;;XGraphicsExposeEvent:t(1,66)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;drawable:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;major_code:(0,1),320,32;minor_code:(0,1),352,32;;XNoExposeEvent:t(1,67)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;drawable:(0,8),128,32;major_code:(0,1),160,32;minor_code:(0,1),192,32;;XVisibilityEvent:t(1,68)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;state:(0,1),160,32;;XCreateWindowEvent:t(1,69)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;override_redirect:(0,1),352,32;;XDestroyWindowEvent:t(1,70)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;event:(0,8),128,32;window:(0,8),160,32;;XUnmapEvent:t(1,71)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;event:(0,8),128,32;window:(0,8),160,32;from_configure:(0,1),192,32;;XMapEvent:t(1,72)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;event:(0,8),128,32;window:(0,8),160,32;override_redirect:(0,1),192,32;;XMapRequestEvent:t(1,73)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;parent:(0,8),128,32;window:(0,8),160,32;;XReparentEvent:t(1,74)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;event:(0,8),128,32;window:(0,8),160,32;parent:(0,8),192,32;x:(0,1),224,32;\y:(0,1),256,32;override_redirect:(0,1),288,32;;XConfigureEvent:t(1,75)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;override_redirect:(0,1),384,32;;XGravityEvent:t(1,76)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;;XResizeRequestEvent:t(1,77)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;width:(0,1),160,32;height:(0,1),192,32;;XConfigureRequestEvent:t(1,78)=s56type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;detail:(0,1),384,32;value_mask:(0,8),416,32;;XCirculateEvent:t(1,79)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;event:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XCirculateRequestEvent:t(1,80)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;parent:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XPropertyEvent:t(1,81)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;atom:(0,8),160,32;time:(0,8),192,32;state:(0,1),224,32;;XSelectionClearEvent:t(1,82)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;selection:(0,8),160,32;time:(0,8),192,32;;XSelectionRequestEvent:t(1,83)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;owner:(0,8),128,32;requestor:(0,8),160,32;selection:(0,8),192,32;target:(0,8),224,32;\property:(0,8),256,32;time:(0,8),288,32;;XSelectionEvent:t(1,84)=s36type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;requestor:(0,8),128,32;selection:(0,8),160,32;target:(0,8),192,32;property:(0,8),224,32;time:(0,8),256,32;;XColormapEvent:t(1,85)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;colormap:(0,8),160,32;new:(0,1),192,32;state:(0,1),224,32;;XClientMessageEvent:t(1,86)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;message_type:(0,8),160,32;format:(0,1),192,32;data:(1,87)=u20b:(1,88)=ar(0,1);0;19;(0,2),0,160;\s:(1,89)=ar(0,1);0;9;(0,4),0,160;l:(1,90)=ar(0,1);0;4;(0,1),0,160;;,224,160;;XMappingEvent:t(1,91)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;request:(0,1),160,32;first_keycode:(0,1),192,32;count:(0,1),224,32;;XErrorEvent:t(1,92)=s20type:(0,1),0,32;display:(1,49),32,32;resourceid:(0,8),64,32;serial:(0,8),96,32;error_code:(0,5),128,8;request_code:(0,5),136,8;minor_code:(0,5),144,8;;XAnyEvent:t(1,93)=s20type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;;_XEvent:T(1,94)=u96type:(0,1),0,32;xany:(1,93),0,160;xkey:(1,59),0,480;xbutton:(1,60),0,480;xmotion:(1,61),0,480;xcrossing:(1,62),0,544;xfocus:(1,63),0,224;xexpose:(1,65),0,320;\xgraphicsexpose:(1,66),0,384;xnoexpose:(1,67),0,224;xvisibility:(1,68),0,192;xcreatewindow:(1,69),0,384;xdestroywindow:(1,70),0,192;xunmap:(1,71),0,224;xmap:(1,72),0,224;xmaprequest:(1,73),0,192;\xreparent:(1,74),0,320;xconfigure:(1,75),0,416;xgravity:(1,76),0,256;xresizerequest:(1,77),0,224;xconfigurerequest:(1,78),0,448;xcirculate:(1,79),0,224;xcirculaterequest:(1,80),0,224;xproperty:(1,81),0,256;\xselectionclear:(1,82),0,224;xselectionrequest:(1,83),0,320;xselection:(1,84),0,288;xcolormap:(1,85),0,256;xclient:(1,86),0,384;xmapping:(1,91),0,256;xerror:(1,92),0,160;xkeymap:(1,64),0,416;pad:(1,95)=ar(0,1);0;23;(0,1),0,768;;XEvent:t(1,94)_XSQEvent:T(1,46)=s100next:(1,96)=*(1,46),0,32;event:(1,94),32,768;;_XQEvent:t(1,46)XCharStruct:t(1,97)=s12lbearing:(0,4),0,16;rbearing:(0,4),16,16;width:(0,4),32,16;ascent:(0,4),48,16;descent:(0,4),64,16;attributes:(0,6),80,16;;XFontProp:t(1,98)=s8name:(0,8),0,32;card32:(0,8),32,32;;XFontStruct:t(1,99)=s80ext_data:(1,2),0,32;fid:(0,8),32,32;direction:(0,8),64,32;min_char_or_byte2:(0,8),96,32;max_char_or_byte2:(0,8),128,32;min_byte1:(0,8),160,32;max_byte1:(0,8),192,32;all_chars_exist:(0,1),224,32;\default_char:(0,8),256,32;n_properties:(0,1),288,32;properties:(1,100)=*(1,98),320,32;min_bounds:(1,97),352,96;max_bounds:(1,97),448,96;per_char:(1,101)=*(1,97),544,32;ascent:(0,1),576,32;descent:(0,1),608,32;;XTextItem:t(1,102)=s16chars:(2,7),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XChar2b:t(1,103)=s2byte1:(0,5),0,8;byte2:(0,5),8,8;;XTextItem16:t(1,104)=s16chars:(1,105)=*(1,103),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XEDataObject:t(1,106)=u4display:(1,49),0,32;gc:(1,13),0,32;visual:(1,16),0,32;screen:(1,24),0,32;pixmap_format:(1,50),0,32;font:(1,107)=*(1,99),0,32;;XErrorHandler:t(1,3)XIOErrorHandler:t(1,3)hd_pixmap:G(0,8)hd_width:G(0,1)hd_height:G(0,1)hd_fd:G(0,1)hd_lon:G(0,1)hd_lstart:G(0,1)hdclr_:F(0,11)x:(0,1)y:(0,1)w:(0,1)h:(0,1)hd_ldraw:G(0,1)hdclrl_:F(0,11)x:p(0,13)=*(0,1)y:p(0,13)w:p(0,13)h:p(0,13)hdclrg_.o/auto/jspc/sw/src/lib/graphics/grx/hdclrg_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_display:G(1,49)hd_pixmap:G(0,8)hd_window:G(0,8)hd_gc:G(1,13)hd_fore:G(0,8)hd_back:G(0,8)hd_rect:G(1,37)hd_batch:G(0,1)hd_pscolor:G(0,1)hd_fd:G(0,1)hd_lon:G(0,1)hd_fore_light:G(0,9)hd_fore_sat:G(0,9)hd_fore_red:G(0,9)hd_fore_green:G(0,9)hd_fore_blue:G(0,9)hd_back_light:G(0,9)hd_back_sat:G(0,9)hd_back_red:G(0,9)hd_back_green:G(0,9)hd_back_blue:G(0,9)hdclrg_:F(0,11)x:p(0,13)=*(0,1)y:p(0,13)w:p(0,13)h:p(0,13)hdclrgl_:F(0,11)x:p(0,13)y:p(0,13)w:p(0,13)h:p(0,13)line:V(0,14)=ar(0,1);0;79;(0,2)hdcrimg_.o/auto/jspc/sw/src/lib/graphics/grx/hdcrimg_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_display:G(2,48)hd_screen:G(0,1)hd_visual:G(2,16)hd_pixmap:G(0,8)hd_cmap:G(0,8)hd_window:G(0,8)hd_gc:G(2,13)hd_batch:G(0,1)hd_depth:G(0,1)hd_colormap:G(0,1)image_:T(0,13)=s4112width:(0,1),0,32;height:(0,1),32,32;depth:(0,1),64,32;ctable:(0,14)=ar(0,1);0;255;(0,1),96,8192;red:(0,14),8288,8192;green:(0,14),16480,8192;blue:(0,14),24672,8192;image:(3,7),32864,32;;Image:t(0,13)hd_rv:G(0,1)hd_pscolor:G(0,1)hd_fd:G(0,1)hd_lon:G(0,1)hdpscolorset_:F(0,11)i:p(0,15)=*(0,1)hdpscoloron_:F(0,11)hdpscoloroff_:F(0,11)line:V(0,16)=ar(0,1);0;127;(0,2)hdcrimg_:F(0,11)width:p(0,15)height:p(0,15)depth:p(0,15)image:p(0,17)=*(0,18)=*(0,13)im:(0,18)size:(0,1)imm:(3,7)i:(0,1)j:(0,1)h:(0,9)l:(0,9)s:(0,9)r:(0,9)g:(0,9)b:(0,9)x:(0,9)hdfrimg_:F(0,11)image:p(0,17)hdinimg_:F(0,11)image:p(0,17)nx:p(0,15)nxmax:p(0,15)ny:p(0,15)x:p(0,19)=*(0,9)y:p(0,19)z:p(0,19)xmin:p(0,19)xmax:p(0,19)ymin:p(0,19)ymax:p(0,19)zmin:p(0,19)dz:p(0,19)im:(0,18)nxmx:(0,1)i:(0,1)j:(0,1)k:(0,1)y0:(0,1)y1:(0,1)x0:(0,1)x1:(0,1)xscale:(0,9)yscale:(0,9)zscale:(0,9)buf:(3,7)xint:(0,9)yint:(0,9)zint:(0,9)zpix:(0,1)fy0:(0,9)fy1:(0,9)fx0:(0,9)fx1:(0,9)fz00:(0,9)fz01:(0,9)fz10:(0,9)fz11:(0,9)xslope:(0,9)yslope:(0,9)zyx0:(0,9)zyx1:(0,9)xold:(0,9)yold:(0,9)hdpnimg_:F(0,11)image:p(0,17)x:p(0,15)y:p(0,15)im:(0,18)ximage:(0,20)=*(2,26)i:(0,1)n:(0,1)buf:(1,2)wdth:(0,1)hght:(0,1)xoff:(0,1)yoff:(0,1)colors:(0,21)=ar(0,1);0;67;(0,1)bpl:(0,1)data:(0,15)pixdata:(0,15)fg:(0,1)hdpnimgl_:F(0,11)image:p(0,17)im:(0,18)x:(0,9)y:(0,9)w:(0,9)h:(0,9)xcl:(0,9)ycb:(0,9)fl:(0,9)buf:(0,5)i:(0,1)j:(0,1)n:(0,1)d:(0,1)line:V(0,16)intensity:(0,10)cset_:F(0,1)mychar:p(3,7)myint:p(0,15)cadd_:F(0,1)mychar:p(3,7)myint:p(0,15)cewrite_:F(0,11)string:p(3,7)len:p(0,1)setbpl:F(0,1)im_w:p(0,1)depth:p(0,1)bpl:(0,1)hdreverse_video:F(0,11)rv:p(0,1)hddash_.o/auto/jspc/sw/src/lib/graphics/grx/hddash_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_display:G(1,49)hd_fd:G(0,1)hd_lon:G(0,1)hd_gc:G(1,13)hddash_:F(0,11)n:p(0,13)=*(0,1)pat:p(0,13)hddashl:F(0,11)n:p(0,13)pat:p(0,13)line:(0,14)=ar(0,1);0;79;(0,2)i:(0,1)j:(0,1)hddraw_.o/auto/jspc/sw/src/lib/graphics/grx/hddraw_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_npts:G(0,1)hd_points_size:G(0,1)hd_points:G(0,13)=*(2,36)hd_fill:G(0,1)hddraw_:F(0,11)fx:p(0,14)=*(0,9)fy:p(0,14)fl:p(0,14)x:(0,4)y:(0,4)hd_fd:G(0,1)hd_lon:G(0,1)hd_oldx:G(0,1)hd_oldy:G(0,1)hd_nptsl:G(0,1)hd_ldraw:G(0,1)hd_von:G(0,1)hd_polyfill:G(0,1)hddrawl_:F(0,11)fx:p(0,14)fy:p(0,14)fl:p(0,14)ix:(0,1)iy:(0,1)x:(0,1)y:(0,1)rx:(0,1)ry:(0,1)arx:(0,1)ary:(0,1)line:(2,87)hdend_.o/auto/jspc/sw/src/lib/graphics/grx/hdend_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)hd_fd:G(0,1)hd_ldraw:G(0,1)hdend_:F(0,11)hdendl:F(0,11)hdfill_.o/auto/jspc/sw/src/lib/graphics/grx/hdfill_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_display:G(2,48)hd_pixmap:G(0,8)hd_window:G(0,8)hd_gc:G(2,13)hd_npts:G(0,1)hd_points_size:G(0,1)hd_points:G(0,13)=*(2,36)hd_save:G(0,1)hd_batch:G(0,1)hd_fore:G(0,8)hd_back:G(0,8)hd_fill:G(0,1)hdfill_:F(0,11)iclr:p(0,14)=*(0,1)hd_pscolor:G(0,1)hd_polyfill:G(0,1)hd_fd:G(0,1)hd_lon:G(0,1)hd_nptsl:G(0,1)hd_fore_light:G(0,9)hd_fore_sat:G(0,9)hd_fore_red:G(0,9)hd_fore_green:G(0,9)hd_fore_blue:G(0,9)hd_back_light:G(0,9)hd_back_sat:G(0,9)hd_back_red:G(0,9)hd_back_green:G(0,9)hd_back_blue:G(0,9)hdfilll_:F(0,11)iclr:p(0,14)line:V(0,15)=ar(0,1);0;79;(0,2)hdfillon_:F(0,11)hdfilloff_:F(0,11)hdpolyfill_:F(0,11)hdfore_.o/auto/jspc/sw/src/lib/graphics/grx/hdfore_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_display:G(2,48)hd_cmap:G(0,8)hd_pixmap:G(0,8)hd_gc:G(2,13)hd_visual:G(2,16)hd_fore:G(0,8)hd_fd:G(0,1)hd_lon:G(0,1)hd_pscolor:G(0,1)hd_fore_light:G(0,9)hd_fore_sat:G(0,9)hd_fore_red:G(0,9)hd_fore_green:G(0,9)hd_fore_blue:G(0,9)hdfore_:F(0,11)hue:p(0,13)=*(0,9)light:p(0,13)sat:p(0,13)line:V(0,14)=ar(0,1);0;127;(0,2)hdhls_to_rgb:F(0,1)h:p(0,10)l:p(0,10)s:p(0,10)r:p(0,13)g:p(0,13)b:p(0,13)m1:(0,9)m2:(0,9)hdvalue:F(0,10)m1:p(0,10)m2:p(0,10)h:p(0,10)hdrgb_to_hls:F(0,1)r:p(0,10)g:p(0,10)b:p(0,10)h:p(0,13)l:p(0,13)s:p(0,13)max:(0,9)min:(0,9)rc:(0,9)gc:(0,9)bc:(0,9)#tmp0:(0,13)#tmp1:(0,13)hdhls_to_pixel:F(0,8)h:p(0,10)l:p(0,10)s:p(0,10)r:(0,9)g:(0,9)b:(0,9)ir:(0,1)ig:(0,1)ib:(0,1)colorcell:(2,34)hdhls_to_pixelrgb:F(0,8)h:p(0,10)l:p(0,10)s:p(0,10)ir:p(0,15)=*(0,1)ig:p(0,15)ib:p(0,15)r:(0,9)g:(0,9)b:(0,9)jr:(0,1)jg:(0,1)jb:(0,1)colorcell:(2,34)hdinit_.o/auto/jspc/sw/src/lib/graphics/grx/hdinit_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/time.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hhd_fd:G(0,1)hd_npts:G(0,1)hd_nptsl:G(0,1)hdinit_:F(0,11)itran:p(0,13)=*(0,1)fname:p(2,2)prname:p(2,2)fname_len:p(0,1)prname_len:p(0,1)line:V(0,14)=ar(0,1);0;255;(0,2)filn:V(0,14)prgn:V(0,14)ninit:V(0,1)init:V(0,15)=ar(0,1);0;2;(2,2)npro:V(0,1)prolog:V(0,16)=ar(0,1);0;82;(2,2)i:(0,1)llx:(0,1)lly:(0,1)urx:(0,1)ury:(0,1)pscreate:F(0,1)fd:p(0,1)prname:p(2,2)fname:p(2,2)line:V(0,14)host:V(0,17)=ar(0,1);0;31;(0,2)user:(2,2)login:(2,2)tloc:(0,1)epsfpro:F(0,1)fd:p(0,1)llx:p(0,1)lly:p(0,1)urx:p(0,1)ury:p(0,1)prname:p(2,2)fname:p(2,2)line:V(0,14)hdcmnt_:F(0,11)comment:p(2,2)comment_len:p(0,1)line:V(0,14)hdmove_.o/auto/jspc/sw/src/lib/graphics/grx/hdmove_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_pixmap:G(0,8)hd_points_size:G(0,1)hd_points:G(0,13)=*(2,36)hd_npts:G(0,1)hdmove_:F(0,11)fx:p(0,14)=*(0,9)fy:p(0,14)fl:p(0,14)hd_fd:G(0,1)hd_lon:G(0,1)hd_oldx:G(0,1)hd_oldy:G(0,1)hd_von:G(0,1)hd_polyfill:G(0,1)hdmovel_:F(0,11)fx:p(0,14)fy:p(0,14)fl:p(0,14)ix:(0,1)iy:(0,1)line:(2,87)hdopen_.o/auto/jspc/sw/src/lib/graphics/grx/hdopen_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/openwin/include/X11/X.h/usr/openwin/include/X11/cursorfont.h./nxplotdlib_types.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.hxplotd_lib_:T(13,1)=s48progname:(6,7),0,32;display:(9,48),32,32;window_atom:(0,8),64,32;daemon_window_atom:(0,8),96,32;client_status_atom:(0,8),128,32;daemon_status_atom:(0,8),160,32;client_request_atom:(0,8),192,32;daemon_pixmap_atom:(0,8),224,32;\daemon_pid:(0,1),256,32;client_window:(0,8),288,32;daemon_window:(0,8),320,32;daemon_pixmap:(0,8),352,32;;nxplotdLib:t(13,1)hd_display:G(9,48)hd_screen:G(0,1)hd_pixmap:G(0,8)hd_cmap:G(0,8)hd_iwindow:G(0,8)hd_window:G(0,8)hd_cursor:G(0,8)hd_cfont:G(9,106)hd_width:G(0,1)hd_height:G(0,1)hd_depth:G(0,1)hd_gc:G(9,13)hd_visual:G(9,16)hd_fore:G(0,8)hd_back:G(0,8)hd_batch:G(0,1)hd_save:G(0,1)hd_filename:G(0,13)=ar(0,1);0;255;(0,2)hd_fd:G(0,1)hd_lon:G(0,1)hd_lstart:G(0,1)hd_xpllib:G(13,1)hdopen_:F(0,11)plot_fname:p(6,7)display_name:p(6,7)prog_name:p(6,7)xwin:p(0,14)=*(0,9)ywin:p(0,14)wsize:p(0,14)hsize:p(0,14)fw:p(0,14)fh:p(0,14)pid:p(0,15)=*(0,1)lplt:p(0,1)ldis:p(0,1)lprg:p(0,1)dname:(6,7)pname:(6,7)args:V(0,13)root:(0,8)x:(0,1)y:(0,1)w:(0,1)h:(0,1)b:(0,1)d:(0,1)fcol:(9,34)bcol:(9,34)convert_string:F(6,7)string:p(6,7)len:p(0,1)out:V(0,16)=ar(0,1);0;511;(0,2)i:(0,1)j:(0,1)k:(0,1)hdstrk_.o/auto/jspc/sw/src/lib/graphics/grx/hdstrk_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_display:G(1,49)hd_pixmap:G(0,8)hd_window:G(0,8)hd_gc:G(1,13)hd_npts:G(0,1)hd_points:G(0,13)=*(1,36)hd_batch:G(0,1)hd_save:G(0,1)hdstrk_:F(0,11)hd_fd:G(0,1)hd_lon:G(0,1)hd_nptsl:G(0,1)hdstrkl_:F(0,11)hdtext_.o/auto/jspc/sw/src/lib/graphics/grx/hdtext_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)hd_fd:G(0,1)hd_lon:G(0,1)hd_von:G(0,1)hd_lfont:G(0,1)hdtext_:F(0,11)x:p(0,13)=*(0,9)y:p(0,13)angle:p(0,13)iref:p(0,14)=*(0,1)string:p(0,15)=*(0,2)iclip:p(0,14)lstr:p(0,1)line:V(0,16)=ar(0,1);0;255;(0,2)xl:(0,9)yl:(0,9)size:(0,9)fl:(0,9)xcl:(0,9)xcr:(0,9)ycb:(0,9)yct:(0,9)icl:(0,1)hdtxtf_:F(0,11)line:V(0,16)hdstlf_:F(0,11)lfont:p(0,14)hdthik_.o/auto/jspc/sw/src/lib/graphics/grx/hdthik_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)hd_fd:G(0,1)hd_lon:G(0,1)hd_lastth:G(0,1)hdthik_:F(0,11)n:p(0,13)=*(0,1)line:(0,14)=ar(0,1);0;79;(0,2)i:(0,1)nxplotdlsv.o/auto/jspc/sw/src/lib/graphics/grx/nxplotdlsv.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./nxplotdlib_types.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/usr/openwin/include/X11/Xatom.hxplotd_lib_:T(1,1)=s48progname:(3,7),0,32;display:(2,49),32,32;window_atom:(0,8),64,32;daemon_window_atom:(0,8),96,32;client_status_atom:(0,8),128,32;daemon_status_atom:(0,8),160,32;client_request_atom:(0,8),192,32;daemon_pixmap_atom:(0,8),224,32;\daemon_pid:(0,1),256,32;client_window:(0,8),288,32;daemon_window:(0,8),320,32;daemon_pixmap:(0,8),352,32;;nxplotdLib:t(1,1)./my_system.h/usr/include/stdio.h_iobuf:T(9,1)=s20_cnt:(0,1),0,32;_ptr:(2,44),32,32;_base:(2,44),64,32;_bufsiz:(0,1),96,32;_flag:(0,4),128,16;_file:(0,2),144,8;;nxplotd_launchdaemon:F(0,1)program:p(3,7)display:p(2,49)window:p(0,8)args:p(3,7)xplptr:p(0,13)=*(1,1)win_null:V(0,8)status:(0,1)cmd:(0,14)=ar(0,1);0;255;(0,2)coreflag:(0,1)termsig:(0,1)report:(2,94)loop:(0,1)window_ptr:(2,53)int_ptr:(0,15)=*(0,1)pixmap_ptr:(2,53)colormap_ptr:(2,53)i:(0,1)chrdir.ov.17VAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/chrdir.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;chrdir:F14angle:v6a:V6rad:V6partxt_sinang:V6cosang:V6rat:V6tansln:V6hite:V6partxt_drawv.oVAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/drawv.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;drawv:F14x:v6y:v6itran:v3xplt:V6yplt:V6spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_drwclr_idraw:V3drwclr_getfl:F14xxl:v6yyl:v6ffl:v6spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_drwclr_drwclr_getchr.ov.70v.81v.71v.74v.75v.76v.66v.67v.77v.68v.69VAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/getchr.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;getchr:F14c:var3;1;1;13nstrks:v3npoint:var3;1;27;3ioff:var3;1;27;3ix:var3;1;150;3iy:var3;1;150;3i:r3j:r3k:r3ic:V3np:r3npmax:V3joff:V3koff:r3fonts_ipoint:Var3;1;10000;2ifoff:V2fonts_getsiz.ov.41v.42v.43v.33v.34v.44v.35v.36v.37v.48v.38VAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/getsiz.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;getsiz:F14c:var3;1;1;13ihite:v3iwidth:v3ic:V3npmax:V3fonts_ipoint:Var3;1;10000;2ifoff:V2fonts_imgutl.oARR_SEG4v.375v.357VAR_SEG1VAR_SEG2VAR_SEG3VAR_SEG4/auto/jspc/sw/src/lib/graphics/grx/imgutl.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;resamp:F14rdat:var3;1;T-12;ar3;1;T-4;3image:var3;1;T-32;ar3;1;T-24;ar3;1;1;13w:v3h:v3ww:v3hh:v3xoff:v3yoff:v3depth:v3hd_depth:v3i:V3j:r3k:r3l:r3ii:r3jj:r3sum:r3factor:V6setmono:F14x:var3;1;T-12;ar3;1;T-4;3out:var3;1;T-32;ar3;1;T-24;ar3;1;1;13bpl:v3w:v3h:v3col:var3;1;17;ar3;1;4;3rv:v3i:r3j:r3k:r3l:r3cx:r3setgrey:F14x:var3;1;T-12;ar3;1;T-4;3out:var3;1;T-32;ar3;1;T-24;ar3;1;1;13bpl:v3w:v3h:v3col:var3;1;17;ar3;1;4;3rv:v3i:r3j:r3k:r3l:r3cx:r3cy:r3setmncol:F14gray:var3;1;17;ar3;1;4;3fg:v3b:V6g:V6i:r3r:V6ncolors:V3gr:V6col:Var3;1;17;ar3;1;4;3scale:Var3;1;17;3setgrcol:F14col:var3;1;17;ar3;1;4;3lgnd:F14n:v3z:v6dz:v6legend_nlevel:V3zlevel:V6dzlevl:V6legend_movev.oVAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/movev.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;movev:F14x:v6y:v6itran:v3xplt:V6yplt:V6spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_nalpha.o/auto/jspc/sw/src/lib/graphics/grx/nalpha.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;nalpha:F14my_system.o/auto/jspc/sw/src/lib/graphics/grx/my_system.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/signal.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/errno.h/usr/include/sys/wait.h/usr/include/sys/stdtypes.h./my_system.herrno:G(0,1)my_system:F(0,1)command:p(3,5)share:p(0,1)coreflag:p(0,13)=*(0,1)termsig:p(0,13)point:(3,5)next:(3,5)cmd:(0,14)=ar(0,1);0;255;(0,2)arg:(0,15)=ar(0,1);0;2047;(0,2)in:(0,14)out:(0,14)err:(0,14)argv:(0,16)=ar(0,1);0;99;(3,5)i:(0,1)j:(0,1)len:(0,1)fork_flag:(0,1)outapp_flag:(0,1)errapp_flag:(0,1)fd_in:(0,1)fd_out:(0,1)fd_err:(0,1)pid:(0,1)w:(0,1)status:(0,1)exitstatus:(0,1)nchar:(0,2)nxplotdlib.o/auto/jspc/sw/src/lib/graphics/grx/nxplotdlib.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./nxplotdlib_types.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/usr/openwin/include/X11/Xatom.hnxplotd_getatoms:F(0,1)xplptr:p(0,13)=*(2,1)nxplotd_getprop:F(0,1)program:p(4,7)display:p(3,48)window:p(0,8)prop_string:p(4,7)atom:p(0,8)type:p(0,8)prop:p(0,14)=*(1,2)status:(0,1)actual_type:(0,8)actual_format:(0,1)nitems:(0,8)bytes_after:(0,8)parse_on_1char./auto/jspc/sw/src/lib/graphics/grx/parse_on_1char.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.hparse_on_1char:F(0,13)=*(0,2)string:p(0,13)parse_char1:p(0,2)point:r(0,13)check_cmd.o/auto/jspc/sw/src/lib/graphics/grx/check_cmd.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/sys/file.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/errno.h./my_system.hcheck_cmd:F(0,1)command:p(3,7)pathenv:p(3,7)cmd:(0,13)=ar(0,1);0;2047;(0,2)i:(0,1)len:(0,1)paths:(0,14)=ar(0,1);0;1023;(0,2)path:(3,7)next:(3,7)ret:(0,1)errno:G(0,1)xcom.o/export/jspc/sw/src/lib/undoc/xcom/xcom.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/string.h/usr/include/sys/stdtypes.h./xcom.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/usr/openwin/include/X11/Xatom.hxcom_:T(4,1)=s796progname:(4,2)=ar(0,1);0;255;(0,2),0,2048;display:(5,48),2048,32;window:(0,8),2080,32;status:(0,1),2112,32;msg:(4,3)=ar(0,1);0;511;(0,2),2144,4096;window_atom:(0,8),6240,32;status_atom:(0,8),6272,32;msg_atom:(0,8),6304,32;register_atom:(0,8),6336,32;;Xcom:t(4,1)xcom_create:F(0,13)=*(4,1)progname:p(6,7)display:p(5,48)window:p(0,8)xcptr:(0,13)xwa:(5,23)xcom_register:F(0,1)xcptr:p(0,13)name:p(6,7)status:(0,1)actual_type:(0,8)actual_format:(0,1)nitems:(0,8)bytes_after:(0,8)prop:(1,2)reg:V(4,3)regist:V(4,3)xcom_clear_register:F(0,1)display:p(5,48)name:p(6,7)status:(0,1)actual_type:(0,8)actual_format:(0,1)nitems:(0,8)bytes_after:(0,8)prop:(1,2)ptr:(6,7)reg:V(4,3)regist:V(4,3)i:(0,1)register_atom:(0,8)xcom_lookup:F(0,1)display:p(5,48)name:p(6,7)status:(0,1)actual_type:(0,8)actual_format:(0,1)nitems:(0,8)bytes_after:(0,8)prop:(6,7)ptr:(6,7)reg:V(4,3)regist:V(4,3)win:(0,1)register_atom:(0,8)xcom_getatoms:F(0,1)xcptr:p(0,13)xcom_getmsg:F(6,7)xcptr:p(0,13)status:(0,1)actual_type:(0,8)actual_format:(0,1)nitems:(0,8)bytes_after:(0,8)prop:(1,2)xcom_setmsg:F(0,1)xcptr:p(0,13)msg:p(6,7)xcom_msg_event:F(6,7)xcptr:p(0,13)event:p(0,14)=*(5,93)arrays.o_applyval_Result_Return_tbl_Private_Free_arr_val_addval_addkey_addstblkey_Apply_arr_val_cmpnode_compare_fixstbl_freeval_freestblkey/export/jspc/sw/src/lib/utility/stock/arrays.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/search.h/usr/include/string.h/usr/include/sys/stdtypes.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.hProgram_Name:G(1,2)./arrays.hTbl:T(11,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(11,2)=*(1,2),64,32;;Tbl:t(11,1)Arr:T(11,3)=s8root:(1,2),0,32;cmp:(11,4)=*(11,5)=f(0,1),32,32;;Arr:t(11,3)Stbl:T(11,6)=s16tbl:(11,7)=*(11,1),0,32;root:(1,2),32,32;cmp:(11,4),64,32;changed:(0,1),96,32;;Stbl:t(11,6)./pf.hPfvalue:t(12,1)=u4s:(1,2),0,32;arr:(12,2)=*(11,3),0,32;tbl:(11,7),0,32;;Pf:T(12,3)=s8type:(0,1),0,32;value:(12,1),32,32;;Pf:t(12,3)optarg:G(1,2)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(4,1)=s16name:(1,2),0,32;has_arg:(0,1),32,32;flag:(4,2)=*(0,1),64,32;val:(0,1),96,32;;./arrays.hsettbl_size:F(0,11)tbl:p(11,7)size:p(0,1)i:(0,1)prev:(0,1)newtbl:F(11,7)size:p(0,1)tbl:(11,7)settbl:F(0,1)tbl:p(11,7)index:p(0,1)value:p(1,2)size:(0,1)gettbl:F(1,2)tbl:p(11,7)index:p(0,1)maxtbl:F(0,1)tbl:p(11,7)freetbl:F(0,1)tbl:p(11,7)free_tblval:p(11,4)i:(0,1)n:(0,1)result:(0,1)val:(1,2)applytbl:F(0,1)tbl:p(11,7)function:p(11,4)private:p(0,13)=*(0,11)i:(0,1)n:(0,1)result:(0,1)val:(1,2)compare:S(11,4)Node:T(0,14)=s8key:(1,2),0,32;value:(1,2),32,32;;Node:t(0,14)newarr:F(12,2)cmp:p(11,4)arr:(12,2)cmpnode:f(0,1)n1:p(0,15)=*(0,14)n2:p(0,15)setarr:F(1,2)arr:p(12,2)key:p(1,2)value:p(1,2)n:(0,15)old:(0,16)=*(0,15)oldvalue:(1,2)oldp:(0,15)getarr:F(1,2)arr:p(12,2)key:p(1,2)nkey:(0,14)np:(0,16)Return_tbl:S(11,7)addkey:f(0,11)node:p(0,16)order:p(1,4)level:p(0,1)keysarr:F(11,7)arr:p(12,2)addval:f(0,11)node:p(0,16)order:p(1,4)level:p(0,1)valsarr:F(11,7)arr:p(12,2)Result:S(0,1)Private:S(0,13)Free_arr_val:S(11,4)Apply_arr_val:S(11,4)freeval:f(0,11)node:p(0,16)order:p(1,4)level:p(0,1)freearr:F(0,1)arr:p(12,2)free_arr_val:p(11,4)applyval:f(0,11)node:p(0,16)order:p(1,4)level:p(0,1)applyarr:F(0,1)arr:p(12,2)apply_arr_val:p(11,4)private:p(0,13)newstbl:F(0,17)=*(11,6)cmp:p(11,4)stbl:(0,17)addstbl:F(1,2)stbl:p(0,17)key:p(1,2)np:(11,2)delstbl:F(0,11)stbl:p(0,17)key:p(1,2)tststbl:F(1,2)stbl:p(0,17)key:p(1,2)result:(11,2)addstblkey:f(0,11)key:p(11,2)order:p(1,4)level:p(0,1)fixstbl:f(0,11)stbl:p(0,17)maxstbl:F(0,1)stbl:p(0,17)getstbl:F(1,2)stbl:p(0,17)index:p(0,1)freestblkey:f(0,11)node:p(11,2)order:p(1,4)level:p(0,1)freestbl:F(0,1)stbl:p(0,17)free_stblval:p(11,4)result:(0,1)applystbl:F(0,1)stbl:p(0,17)function:p(11,4)private:p(0,13)i:(0,1)n:(0,1)result:(0,1)val:(1,2)banner.o/export/jspc/sw/src/lib/utility/stock/banner.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.hbanner:F(0,11)program:p(0,13)=*(0,2)version:p(0,13)datafile.o/auto/jspc/sw/src/lib/utility/stock/datafile.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/stdlib.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/types.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.hProgram_Name:G(3,5)./arrays.hTbl:T(24,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(24,2)=*(3,5),64,32;;Tbl:t(24,1)Arr:T(24,3)=s8root:(3,5),0,32;cmp:(24,4)=*(24,5)=f(0,1),32,32;;Arr:t(24,3)Stbl:T(24,6)=s16tbl:(24,7)=*(24,1),0,32;root:(3,5),32,32;cmp:(24,4),64,32;changed:(0,1),96,32;;Stbl:t(24,6)./pf.hPfvalue:t(25,1)=u4s:(3,5),0,32;arr:(25,2)=*(24,3),0,32;tbl:(24,7),0,32;;Pf:T(25,3)=s8type:(0,1),0,32;value:(25,1),32,32;;Pf:t(25,3)optarg:G(3,5)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(17,1)=s16name:(3,5),0,32;has_arg:(0,1),32,32;flag:(17,2)=*(0,1),64,32;val:(0,1),96,32;;datafile:F(3,5)envname:p(3,5)filename:p(3,5)path:(3,5)local:(0,13)=ar(0,1);0;1023;(0,2)pathtbl:(24,7)i:(0,1)n:(0,1)statbuf:(15,1)basename:(3,5)save:(3,5)datafile_.o/auto/jspc/sw/src/lib/utility/stock/datafile_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/stdlib.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.h./arrays.h./pf.hdatafile_:F(0,11)Result:p(3,5)envname:p(3,5)filename:p(3,5)n_Result:p(0,1)n_envname:p(0,1)n_filename:p(0,1)retcode:(3,5)error.o_last_count_next_messages_wrapflag/export/jspc/sw/src/lib/utility/stock/error.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/errno.h/usr/include/sys/errno.h/usr/include/stdio.h/usr/include/varargs.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/malloc.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hsingle:t(0,9)extended:t(12,1)=ar(0,1);0;2;(0,8)quadruple:t(12,2)=s16u:(12,3)=ar(0,1);0;3;(0,8),0,128;;fp_exception_field_type:t(0,8)sigfpe_code_type:t(0,1)sigfpe_handler_type:t(12,4)=*(12,5)=f(0,11)fp_direction:G(13,1)fp_precision:G(13,2)fp_accrued_exceptions:G(0,8)decimal_string:t(12,6)=ar(0,1);0;511;(0,2)decimal_record:t(12,7)=s532fpclass:(13,4),0,32;sign:(0,1),32,32;exponent:(0,1),64,32;ds:(12,6),96,4096;more:(0,1),4192,32;ndigits:(0,1),4224,32;;decimal_form:T(12,8)=efixed_form:0,floating_form:1,;decimal_mode:t(12,9)=s12rd:(13,1),0,32;df:(12,8),32,32;ndigits:(0,1),64,32;;decimal_string_form:T(12,10)=einvalid_form:0,whitespace_form:1,fixed_int_form:2,fixed_intdot_form:3,fixed_dotfrac_form:4,fixed_intdotfrac_form:5,floating_int_form:6,floating_intdot_form:7,\floating_dotfrac_form:8,floating_intdotfrac_form:9,inf_form:10,infinity_form:11,nan_form:12,nanstring_form:13,;ieee_handlers:G(12,11)=ar(0,1);0;4;(12,4)./errlog.hProgram_Name:G(4,1)./arrays.hTbl:T(15,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(15,2)=*(4,1),64,32;;Tbl:t(15,1)Arr:T(15,3)=s8root:(4,1),0,32;cmp:(15,4)=*(15,5)=f(0,1),32,32;;Arr:t(15,3)Stbl:T(15,6)=s16tbl:(15,7)=*(15,1),0,32;root:(4,1),32,32;cmp:(15,4),64,32;changed:(0,1),96,32;;Stbl:t(15,6)./pf.hPfvalue:t(16,1)=u4s:(4,1),0,32;arr:(16,2)=*(15,3),0,32;tbl:(15,7),0,32;;Pf:T(16,3)=s8type:(0,1),0,32;value:(16,1),32,32;;Pf:t(16,3)optarg:G(4,1)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(8,1)=s16name:(4,1),0,32;has_arg:(0,1),32,32;flag:(8,2)=*(0,1),64,32;val:(0,1),96,32;;Immediate_Flag:G(0,1)sys_nerr:G(0,1)die:F(0,11)__builtin_va_alist:p(0,1)args:(4,1)sysflag:(0,1)fmt:(4,1)complain:F(0,11)__builtin_va_alist:p(0,1)args:(4,1)sysflag:(0,1)fmt:(4,1)next:S(0,1)last:S(0,1)wrapflag:S(0,1)messages:S(0,13)=ar(0,1);0;49;(4,1)count:S(0,14)=ar(0,1);0;49;(0,1)register_error:F(0,11)__builtin_va_alist:p(0,1)args:(4,1)sysflag:(0,1)fmt:(4,1)msg:(0,15)=ar(0,1);0;2047;(0,2)mp:(4,1)ep:(4,1)clear_register:F(0,11)printflag:p(0,1)i:(0,1)get_register:F(0,11)msgs:p(0,16)=*(15,2)msgcount:p(0,17)=*(8,2)maxmsgs:p(8,2)last:p(8,2)wrap:p(8,2)fs2cs.o/export/jspc/sw/src/lib/utility/stock/fs2cs.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.h./arrays.h./pf.hfs2cs:F(0,1)dst:p(3,2)src:p(3,2)nmax:p(0,1)i:(0,1)cs2fs:F(0,1)dst:p(3,2)src:p(3,2)nmax:p(0,1)i:(0,1)n:(0,1)strcpy_pad:F(0,1)dst:p(3,2)dstmax:p(0,1)src:p(3,2)srcmax:p(0,1)pad:p(0,2)i:(0,1)nmax:(0,1)regex.o_group_in_compile_stack_alt_match_null_string_p_at_endline_loc_p_at_begline_loc_p_re_comp_buf_re_syntax_table_init_syntax_once_compile_range_re_error_msg_gnu_regex_compile_bcmp_translate_store_op1_store_op2_insert_op1_insert_op2_group_match_null_string_p_common_op_match_null_string_p/export/jspc/sw/src/lib/utility/stock/regex.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/string.h/usr/include/sys/stdtypes.hre_syntax_table:S(0,13)=ar(0,1);0;255;(0,2)init_syntax_once:f(0,11)c:r(0,1)done:V(0,1)./regex.hreg_syntax_t:t(0,8)re_syntax_options:G(0,8)reg_errcode_t:t(6,1)=eREG_NOERROR:0,REG_NOMATCH:1,REG_BADPAT:2,REG_ECOLLATE:3,REG_ECTYPE:4,REG_EESCAPE:5,REG_ESUBREG:6,REG_EBRACK:7,\REG_EPAREN:8,REG_EBRACE:9,REG_BADBR:10,REG_ERANGE:11,REG_ESPACE:12,REG_BADRPT:13,REG_EEND:14,REG_ESIZE:15,REG_ERPAREN:16,;re_pattern_buffer:T(6,2)=s32buffer:(6,3)=*(0,5),0,32;allocated:(0,8),32,32;used:(0,8),64,32;syntax:(0,8),96,32;fastmap:(1,7),128,32;translate:(1,7),160,32;re_nsub:(0,1),192,32;can_be_null:(0,8),224,1;\regs_allocated:(0,8),225,2;fastmap_accurate:(0,8),227,1;no_sub:(0,8),228,1;not_bol:(0,8),229,1;not_eol:(0,8),230,1;newline_anchor:(0,8),231,1;;regex_t:t(6,2)regoff_t:t(0,1)re_registers:T(6,4)=s12num_regs:(0,8),0,32;start:(6,5)=*(0,1),32,32;end:(6,5),64,32;;regmatch_t:t(6,6)=s8rm_so:(0,1),0,32;rm_eo:(0,1),32,32;;/usr/include/ctype.h/usr/include/alloca.hboolean:t(0,2)re_opcode_t:t(0,14)=eno_op:0,exactn:1,anychar:2,charset:3,charset_not:4,start_memory:5,stop_memory:6,duplicate:7,\begline:8,endline:9,begbuf:10,endbuf:11,jump:12,jump_past_alt:13,on_failure_jump:14,on_failure_keep_string_jump:15,\pop_failure_jump:16,maybe_pop_jump:17,dummy_failure_jump:18,push_dummy_failure:19,succeed_n:20,jump_n:21,set_number_at:22,wordchar:23,\notwordchar:24,wordbeg:25,wordend:26,wordbound:27,notwordbound:28,;re_set_syntax:F(0,8)syntax:p(0,8)ret:(0,8)re_error_msg:S(0,15)=ar(0,1);0;16;(1,7)regnum_t:t(0,8)pattern_offset_t:t(0,1)compile_stack_elt_t:t(0,16)=s20begalt_offset:(0,1),0,32;fixup_alt_jump:(0,1),32,32;inner_group_offset:(0,1),64,32;laststart_offset:(0,1),96,32;regnum:(0,8),128,32;;compile_stack_type:t(0,17)=s12stack:(0,18)=*(0,16),0,32;size:(0,8),32,32;avail:(0,8),64,32;;gnu_regex_compile:f(6,1)pattern:p(1,7)size:p(0,1)syntax:p(0,8)bufp:p(0,19)=*(6,2)c:r(0,5)c1:r(0,5)p1:(1,7)b:r(6,3)compile_stack:(0,17)p:(1,7)pend:(1,7)translate:(1,7)pending_exact:(6,3)laststart:(6,3)begalt:(6,3)beg_interval:(1,7)fixup_alt_jump:(6,3)regnum:(0,8)old_buffer:(6,3)old_buffer:(6,3)keep_string_p:(0,2)zero_times_ok:(0,2)many_times_ok:(0,2)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)had_char_class:(0,2)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)ret:(6,1)ret:(6,1)str:(0,20)=ar(0,1);0;6;(0,2)ch:(0,1)is_alnum:(0,2)is_alpha:(0,2)is_blank:(0,2)is_cntrl:(0,2)is_digit:(0,2)is_graph:(0,2)is_lower:(0,2)is_print:(0,2)is_punct:(0,2)is_space:(0,2)is_upper:(0,2)is_xdigit:(0,2)old_buffer:(6,3)old_buffer:(6,3)this_group_regnum:(0,8)inner_group_loc:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)lower_bound:(0,1)upper_bound:(0,1)old_buffer:(6,3)nbytes:(0,8)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)store_op1:f(0,11)op:p(0,14)loc:p(6,3)arg:p(0,1)store_op2:f(0,11)op:p(0,14)loc:p(6,3)arg1:p(0,1)arg2:p(0,1)insert_op1:f(0,11)op:p(0,14)loc:p(6,3)arg:p(0,1)end:p(6,3)pfrom:r(6,3)pto:r(6,3)insert_op2:f(0,11)op:p(0,14)loc:p(6,3)arg1:p(0,1)arg2:p(0,1)end:p(6,3)pfrom:r(6,3)pto:r(6,3)at_begline_loc_p:f(0,2)pattern:p(1,7)p:p(1,7)syntax:p(0,8)prev:(1,7)prev_prev_backslash:(0,2)at_endline_loc_p:f(0,2)p:p(1,7)pend:p(1,7)syntax:p(0,1)next:(1,7)next_backslash:(0,2)next_next:(1,7)group_in_compile_stack:f(0,2)compile_stack:p(0,17)compile_stack:r(0,17)regnum:p(0,8)this_element:(0,1)compile_range:f(6,1)p_ptr:p(0,21)=*(1,7)pend:p(1,7)translate:p(1,7)syntax:p(0,8)b:p(6,3)this_char:(0,8)p:(1,7)range_start:(0,1)range_end:(0,1)re_max_failures:G(0,1)fail_stack_elt_t:t(6,3)fail_stack_type:t(0,22)=s12stack:(0,23)=*(6,3),0,32;size:(0,8),32,32;avail:(0,8),64,32;;re_compile_fastmap:F(0,1)bufp:p(0,19)j:(0,1)k:(0,1)fail_stack:(0,22)destination:(1,7)num_regs:(0,8)fastmap:r(1,7)pattern:(6,3)size:(0,8)p:(6,3)pend:r(6,3)path_can_be_null:(0,2)succeed_n_p:(0,2)re_set_registers:F(0,11)bufp:p(0,19)regs:p(0,24)=*(6,4)num_regs:p(0,8)starts:p(6,5)ends:p(6,5)re_search:F(0,1)bufp:p(0,19)string:p(1,7)size:p(0,1)startpos:p(0,1)range:p(0,1)regs:p(0,24)re_search_2:F(0,1)bufp:p(0,19)string1:p(1,7)size1:p(0,1)string2:p(1,7)size2:p(0,1)startpos:p(0,1)range:p(0,1)regs:p(0,24)stop:p(0,1)val:(0,1)fastmap:r(1,7)translate:r(1,7)total_size:(0,1)endpos:(0,1)d:r(1,7)lim:r(0,1)irange:(0,1)c:r(0,2)register_info_type:t(0,25)=u4word:(6,3),0,32;bits:(0,26)=s4match_null_string_p:(0,8),0,2;is_active:(0,8),2,1;matched_something:(0,8),3,1;ever_matched_something:(0,8),4,1;;,0,32;;re_match:F(0,1)bufp:p(0,19)string:p(1,7)size:p(0,1)pos:p(0,1)regs:p(0,24)re_match_2:F(0,1)bufp:p(0,19)string1:p(1,7)size1:p(0,1)string2:p(1,7)size2:p(0,1)pos:p(0,1)regs:p(0,24)stop:p(0,1)mcnt:(0,1)p1:(6,3)end1:(1,7)end2:(1,7)end_match_1:(1,7)end_match_2:(1,7)d:(1,7)dend:(1,7)p:(6,3)pend:r(6,3)translate:(1,7)fail_stack:(0,22)num_regs:(0,8)lowest_active_reg:(0,8)highest_active_reg:(0,8)regstart:(0,21)regend:(0,21)old_regstart:(0,21)old_regend:(0,21)reg_info:(0,27)=*(0,25)best_regs_set:(0,8)best_regstart:(0,21)best_regend:(0,21)match_end:(1,7)reg_dummy:(0,21)reg_info_dummy:(0,27)same_str_p:(0,2)r:(0,8)r:(0,8)c:r(0,5)not:(0,2)r:(0,8)r:(0,5)is_a_jump_n:(0,2)r:(0,8)destination:(1,7)this_reg:(0,1)d2:r(1,7)dend2:r(1,7)regno:(0,1)destination:(1,7)this_reg:(0,1)destination:(1,7)this_reg:(0,1)p2:r(6,3)c:r(0,5)not:(0,1)dummy_low_reg:(0,8)dummy_high_reg:(0,8)pdummy:(6,3)sdummy:(1,7)this_reg:(0,1)string_temp:(6,3)destination:(1,7)this_reg:(0,1)destination:(1,7)this_reg:(0,1)r:(0,8)r:(0,8)this_reg:(0,1)string_temp:(6,3)is_a_jump_n:(0,2)group_match_null_string_p:f(0,2)p:p(0,23)end:p(6,3)reg_info:p(0,27)mcnt:(0,1)p1:(6,3)alt_match_null_string_p:f(0,2)p:p(6,3)end:p(6,3)reg_info:p(0,27)mcnt:(0,1)p1:(6,3)common_op_match_null_string_p:f(0,2)p:p(0,23)end:p(6,3)reg_info:p(0,27)mcnt:(0,1)ret:(0,2)reg_no:(0,1)p1:(6,3)bcmp_translate:f(0,1)s1:p(6,3)s2:p(6,3)len:p(0,1)len:r(0,1)translate:p(1,7)p1:r(6,3)p2:r(6,3)re_compile_pattern:F(1,7)pattern:p(1,7)length:p(0,1)bufp:p(0,19)ret:(6,1)re_comp_buf:S(6,2)re_comp:F(1,7)s:p(1,7)ret:(6,1)re_exec:F(0,1)s:p(1,7)len:(0,1)gnu_regcomp:F(0,1)preg:p(0,19)pattern:p(1,7)cflags:p(0,1)ret:(6,1)syntax:(0,8)i:(0,8)gnu_regexec:F(0,1)preg:p(0,19)string:p(1,7)nmatch:p(0,1)pmatch:p(0,28)=*(6,6)eflags:p(0,1)ret:(0,1)regs:(6,4)private_preg:(6,2)len:(0,1)want_reg_info:(0,2)r:(0,8)gnu_regerror:F(0,1)errcode:p(0,1)preg:p(0,19)errbuf:p(1,7)errbuf_size:p(0,1)msg:(1,7)msg_size:(0,1)regfree:F(0,11)preg:p(0,19)strings.o/export/jspc/sw/src/lib/utility/stock/strings.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/string.h/usr/include/sys/stdtypes.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.h./arrays.h./pf.hblank:F(0,1)s:p(5,2)whitespace:F(0,1)s:p(5,2)split:F(10,7)string:p(5,2)c:p(0,2)s:(5,2)tbl:(10,7)tmpl.o_Argv_Ptr_dash_seen_SCCS_ID_Parse_State_Arg_Count_open_file_shift_arg/auto/jspc/sw/src/lib/utility/stock/tmpl.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)SCCS_ID:S(0,13)=*(0,2)/usr/include/stdio.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(2,1)=s4r:(2,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(2,3)=*(2,1)label_t:T(2,4)=s8val:(2,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(2,4)_quad_t:T(2,6)=s8val:(2,5),0,64;;quad_t:t(2,6)daddr_t:t(0,1)caddr_t:t(0,13)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(0,13)fd_mask:t(0,1)fd_set:T(2,7)=s32fds_bits:(2,8)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(2,7)/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(13,1)=s12sv_handler:(13,2)=*(13,3)=f(0,11),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(13,4)=s8ss_sp:(0,13),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(13,5)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(13,6)=ar(0,1);0;30;(0,13),288,992;sc_wbuf:(13,7)=ar(0,1);0;30;(13,8)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(13,9)=s12sa_handler:(13,2),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/errno.h/usr/include/sys/errno.h/usr/include/dirent.h/usr/include/sys/types.h__dirdesc:T(19,1)=s24dd_fd:(0,1),0,32;dd_loc:(0,1),32,32;dd_size:(0,1),64,32;dd_bsize:(0,1),96,32;dd_off:(0,1),128,32;dd_buf:(0,13),160,32;;DIR:t(19,1)/usr/include/sys/dirent.hdirent:T(21,1)=s268d_off:(0,1),0,32;d_fileno:(0,8),32,32;d_reclen:(0,6),64,16;d_namlen:(0,6),80,16;d_name:(21,2)=ar(0,1);0;255;(0,2),96,2048;;./tmpl.hoption_t:t(22,1)=s12terse:(0,2),0,8;verbose:(0,13),32,32;arg:(0,1),64,32;;./errlog.hProgram_Name:G(0,13)Parse_State:S(0,1)Argv_Ptr:S(0,14)=*(0,13)Arg_Count:S(0,1)get_option:F(0,2)argc:p(0,15)=*(0,1)argv:p(0,14)option_list:p(0,16)=*(22,1)num_options:p(0,1)comp_opt:V(0,13)follow_ptr:V(0,14)follow_count:V(0,1)index:(0,1)shift_arg:f(0,1)follow_ptr:p(0,17)=*(0,14)follow_count:p(0,15)dash_seen:f(0,1)dash_flag:V(0,1)get_argument:F(0,13)return_value:(0,13)get_directory:F(0,13)testDir:(0,18)=*(19,1)dir_name:(0,13)get_input_file:F(0,13)input_file:p(0,19)=*(0,20)=*(1,1)input_name:(0,13)get_output_file:F(0,13)output_file:p(0,19)output_name:(0,13)last_argument:F(0,13)arg_name:(0,13)last_input_file:F(0,13)input_file:p(0,19)input_name:(0,13)last_output_file:F(0,13)output_file:p(0,19)output_name:(0,13)open_file:f(0,20)old_file:p(0,20)new_name:p(0,13)access:p(0,13)readable_file:F(0,1)file_name:p(0,13)statbuf:(5,1)test_file:(0,20)writable_file:F(0,1)file_name:p(0,13)statbuf:(5,1)test_file:(0,20)parse_path:F(0,11)path:p(0,13)dir:p(0,13)file:p(0,13)next:(0,13)last:(0,13)concat_paths:F(0,11)base:p(0,13)next:p(0,13)net:p(0,13)name_len:(0,1)name_index:(0,1)temp:(0,21)=ar(0,1);0;159;(0,2)clean_path:F(0,11)path:p(0,13)result:(0,22)=ar(0,1);0;79;(0,2)buffer:(0,22)temp:(0,13)state:(0,1)next:(0,13)add_slash:F(0,11)directory:p(0,13)del_slash:F(0,11)directory:p(0,13)wd.o_braelist_braslist_nodelim_size_bittab_cfread_cfname_explist_getrnge_low/auto/jspc/sw/src/lib/utility/stock/wd.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/types.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.hProgram_Name:G(5,7)./arrays.hTbl:T(24,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(24,2)=*(5,7),64,32;;Tbl:t(24,1)Arr:T(24,3)=s8root:(5,7),0,32;cmp:(24,4)=*(24,5)=f(0,1),32,32;;Arr:t(24,3)Stbl:T(24,6)=s16tbl:(24,7)=*(24,1),0,32;root:(5,7),32,32;cmp:(24,4),64,32;changed:(0,1),96,32;;Stbl:t(24,6)./pf.hPfvalue:t(25,1)=u4s:(5,7),0,32;arr:(25,2)=*(24,3),0,32;tbl:(24,7),0,32;;Pf:T(25,3)=s8type:(0,1),0,32;value:(25,1),32,32;;Pf:t(25,3)optarg:G(5,7)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(17,1)=s16name:(5,7),0,32;has_arg:(0,1),32,32;flag:(17,2)=*(0,1),64,32;val:(0,1),96,32;;/usr/include/errno.h/usr/include/sys/errno.h/usr/include/dirent.h/usr/include/sys/types.h__dirdesc:T(28,1)=s24dd_fd:(0,1),0,32;dd_loc:(0,1),32,32;dd_size:(0,1),64,32;dd_bsize:(0,1),96,32;dd_off:(0,1),128,32;dd_buf:(5,7),160,32;;DIR:t(28,1)/usr/include/sys/dirent.h/usr/include/regexp.h/usr/include/ctype.hbraslist:S(31,1)=ar(0,1);0;8;(5,7)braelist:S(31,1)sed:G(0,1)nbra:G(0,1)loc1:G(5,7)loc2:G(5,7)locs:G(5,7)nodelim:S(0,1)circf:G(0,1)low:S(0,1)size:S(0,1)bittab:S(31,2)=ar(0,1);0;7;(0,2)compile:F(5,7)/usr/include/regexp.hinstring:p(5,7)ep:p(5,7)ep:r(5,7)endbuf:p(5,7)seof:p(0,1)sp:r(5,7)c:r(0,1)eof:r(0,1)lastep:(5,7)cclcnt:(0,1)bracket:(31,3)=ar(0,1);0;8;(0,2)bracketp:(5,7)closed:(0,1)neg:(0,1)lc:(0,1)i:(0,1)cflg:(0,1)iflag:(0,1)step:F(0,1)p1:p(5,7)p1:r(5,7)p2:p(5,7)p2:r(5,7)c:r(0,1)advance:F(0,1)lp:p(5,7)lp:r(5,7)ep:p(5,7)ep:r(5,7)curlp:r(5,7)c:r(0,1)bbeg:(5,7)neg:r(0,2)ct:(0,1)getrnge:f(0,1)str:p(5,7)str:r(5,7)sizecode:r(0,1)exp:T(0,13)=s268expbuf:(30,2),0,2048;cname:(5,7),2048,32;circf:(0,1),2080,32;nxt:(0,14)=*(0,13),2112,32;;EXP:t(0,13)explist:S(0,14)wd.ccfname:S(5,7)cfread:S(0,1)setmapcf:F(0,1)fn:p(5,7)readmap:F(0,1)f:(0,15)=*(1,1)p:r(0,14)exp:(30,2)cname:(0,16)=ar(0,1);0;1023;(0,2)mappath:F(0,1)spath:p(5,7)upath:p(5,7)p:r(0,14)cp:r(5,7)cp1:r(5,7)i:(0,1)regerr:F(0,1)c:p(0,1)dirbase:F(0,11)path:p(5,7)dir:p(5,7)base:p(5,7)cp:(5,7)abspath:F(0,1)relp:p(5,7)absp:p(5,7)dir:(0,16)base:(0,16)cwd:(0,16)ncwd:(0,16)statbuf:(9,1)makedir:F(0,1)dir:p(5,7)statbuf:(9,1)s:(5,7)parent:(0,16)n:(0,1)zopen.o/auto/jspc/sw/src/lib/utility/stock/zopen.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.h./arrays.h./pf.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(22,1)=s12sv_handler:(6,4),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(22,2)=s8ss_sp:(4,2),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(22,3)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(22,4)=ar(0,1);0;30;(4,2),288,992;sc_wbuf:(22,5)=ar(0,1);0;30;(22,6)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(22,7)=s12sa_handler:(6,4),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.hcompress:F(0,11)path:p(4,2)cmd:(0,13)=ar(0,1);0;1023;(0,2)zopen:F(0,14)=*(1,1)filename:p(4,2)permissions:p(4,2)cp:(4,2)file:(0,14)cmd:(0,13)tmp:(4,2)Fcos.oFexp.oFexp10.oFlog.oFlog10.oFsin.oFsqrt.oFtan.o_Q_div.o_Q_dtoq.o_Q_fcc.o_Q_cmp.o_Q_cmpe.o_Q_itoq.o_Q_mul.o_Q_neg.o_Q_qtod.o_Q_qtoi.o_Q_stoq.o_Q_sub.o_Q_add.o_Q_get_rp_rd.o_Qfaddsub.o_Qfcompare.o_Qfdiv.o_Qfmul.o_Qfpack.o_Qfunpack.o_Qfutility.o__f77_base.o_swapFLAGS.oextra.ofinite.ofix_libc_.odoprnt.odoscan.odecimal_bin.o__tbl_ntens.o_base_sup.ofile_decim.ofp_class.ofp_convert.ofunc_decim.ogconvert.oieee_retro.o__ieee_retro.oieee_retro_d.oieee_vals.oir_fp_class_.opack_float.opow_ri.oqeconvert.or_atn2.or_atan2_.or_atan_.o_tbl_r_atan_.o_sccsidr_bessel_.ojn.oj0.oj1.ocbrt.or_erf_.oerf.or_exp10_.oexp10.or_exp_.or_ieee_func_.or_ieee_vals_.or_log10_.olog10.or_log_.o_tbl_r_log_.or_sqrt_.or_tan_.o__tanf.or_cos_.or_sin_.o__cosf.o__sinf.o__rem_pio2f_.ofabs.oseconvert.o__flt_decim.o__gconvert.oeconvert.odouble_decim.o__floatprint.o__tbl_baselg.o__tbl_fdq.o__tbl_tens.o__x_power.o__tbl_10_b.o__tbl_10_h.o__tbl_10_s.o__tbl_2_b.o__tbl_2_h.o__tbl_2_s.o_sprintf_sup.o_base_il4.osigfpe.osinpi.ostring_decim.ounpack_float.o_unpack_dble.oatan2.oatan.o_tbl_atan.olog.o_tbl_log.ocos.osin.o__cos.o__rem_pio2.o_TBL_ipio2.o_sccsid__rem_pio2m.o__fp_pi.o__sin.o_TBL_cos.o_sccsid_TBL_sin.o_sccsidrndint.oexp.oieee_func.osqrt.o__SVID_error.omatherr.oremainder.ofmod.orint.o-lglibg.sctype_.oerrlst.oiob.oerrno.o_etext_edata_endstart_main_environ_my_done_my_quit_arrange_default_but_GPL_set_database_dblookup_xv_frame_base_pkg_wfdisc_rel_xv_cms_pkg_check_wfdisc_trace_data_Table_free_arrange_checkbox_get_wfdisc30_trace_data_get_wfdisc28_trace_data_copystrip_css_names_ch_wfdisc_trace_data_compose_wf_file_name_progName_wfdisc_done_xv_font_pkg_get_trace_bframe_banner_arrange_clear_but_arrange_apply_but_Table_color_Table_paint_dbType_dbopen_dbgetv_display_response__DBL_compose_filename_Table_attr_name_xv_panel_choice_pkg_xv_panel_button_pkg_DBL_get_attrs_cms_Program_Name_xv_panel_pkg_tuple_event_proc_clear_register_Table_resize_Table_create_arrange_cancel_but_dbquery_xv_frame_cmd_pkg_get_tuple_attr_arrange_but__iob_button_proc_GPL_create_from_xview_canvas_css_strings_Table_attr_width_xv_panel_message_pkg_Table_fit_make_rel_table_xv_canvas_pkg_dbisnull_strings_dbget_w_strgs_nl_etoh_xview_button_proc_GPL_create_xview_menus_xview_menu_proc_GPL_event_xv_command_menu_pkg_ol_get_widget_xview_event_proc_xv_menu_item_pkg_GPL_create_llaxis__getrespnstages__evlresp__setaxf__setscl__setdim__setbac__setfor__Flog_Fexp_getresptype__freeresp__Fsqrt_clear__initt__readresp__laxis__nplot__r_atn2_box__getrespfir__getresppaz__dbnextid_DBL_get_rel_DBL_get_ntuples_dbadd_dbput_DBL_exist_db_dbputv_DBL_put_tuple_DBL_add_tuple_DBL_get_tuple_DBL_exist_rel_DBL_get_nrels_die_db30_create_DBL_check_file_register_error_dbd2c_dbresolve_complain_g2_to_flt_getwf__tg_g2_to_int_dbfilename_zopen_putwf__map_table_sncopy_concat_paths_new_scratch_szcopy_find_path_gettbl_getarr_Databases_tbl_maxtbl_dbread_view_Databases_root_todays_date_init_schema_new_database_abspath_newtbl_settbl_setarr_Default_schema_Default_dbpath_dbc2d_dbwrite_view_dbinvalid_new_relation_dbcreate_view_dbtbl2view_freetbl_dbsave_view_dbp2c_dbc2p_signaling_nan_new_null_find_schemafile_datafile_errno_set_table_names_new_table_new_attribute_newarr_new_schema_DB_database_DB_parse_DB_in_Schemas_tbl_DB_schema_DB_lineno_DB_restart_dbadd_attribute_DB_debug_DB_error_attribute_yynerrs_DB_r1_DB_r2_relation_DB_def_DB_chk_DB_pgo_DB_act_DB_lex_dbadd_relation_yyval_yyerrflag_itemtbl_DB_exca_DB_lval_DB_char_DB_pact_DB_switch_to_buffer_DB_delete_buffer_DB_create_buffer_DB_load_buffer_state_DB_out_DB_init_buffer_DB_leng_DB_text_gpl_ol_sta_scroll_proc_gpl_ol_phase_menu_proc_gpl_ol_trace_menu_proc_gpl_ol_scale_menu_proc_gpl_key_event_proc_def_gpl_filters_def_gpl_ol_add_arrival_button_proc_hls_to_pixel_gpl_ol_time_scroll_proc_gpl_ol_uvar_scroll_proc_gpl_ol_filter_menu_proc_gpl_ol_quit_button_proc_gpl_ol_amp_menu_proc_ol_create_widget_gpl_ol_arrival_menu_proc_gpl_ol_print_button_proc_gpl_ol_moveout_menu_proc_ol_create_get_inverse_pixel_set_pixel_ol_set_widget_gpl_ol_mode_menu_proc_gpl_phases_def_GPL_create_simple_create_overlays_gpl_locate_pane_gpl_event_time_pane_gpl_event_uvar_pane_gpl_event_sta_scrl_pane_GPL_free_gpl_event_expose_gpl_event_trace_pane_gpl_event_time_scrl_pane_gpl_event_uvar_scrl_pane_gpl_event_gpl_win_parent_gpl_event_status_pane_gpl_event_widget_pane_gpl_event_sta_pane_delete_overlays_ol_free_gpl_set_arrival_delete_gpl_set_arrival_deltim_gpl_set_arrival_select_gpl_set_uvarwin_gpl_auto_ampper_gpl_set_arrival_select_ovl_gpl_set_arrival_deltim_ovl_gpl_set_arrival_delete_ovl_draw_overlay_gpl_set_arrival_add_Box_free_gpl_set_stawin_full_Box_draw_gpl_set_sta0_gpl_get_uvar_gpl_set_arrival_add_ovl_GPL_draw_move_resize_overlay_gpl_set_sta_both_gpl_free_arrival_gpl_draw_arrival_gpl_paint_subrgn_GPL_apply_Xdefaults_move_overlay_xcom_create_gpl_set_arrival_ampper_auto_gpl_set_arrival_ampper_show_gpl_set_arrival_deltim_show_gpl_set_arrival_time_Box_erase_gpl_set_uvarwin_full_gpl_set_uvar0_gpl_set_arrival_ampper_auto_ovl_gpl_set_arrival_ampper_show_ovl_gpl_set_arrival_deltim_show_ovl_gpl_first_flg_gpl_first_ovl_gpl_set_arrival_time_ovl_GPL_paint_xcom_clear_register_gpl_set_uvar_both_gpl_set_sta0_full_gpl_find_root_gpl_GPL_get_trace_delete_overlay_gpl_set_arrival_phase_Box_create_gpl_draw_arflg_deltim_gpl_draw_arflg_ampper_gpl_set_stawin_ol_draw_menu_item_gpl_set_arrival_phase_ovl_gpl_create_arrival_pixmap_gpl_set_ampper_ovl_gpl_set_uvar0_full_xcom_register_gpl_set_sln_gpl_colorname_to_hls_gpl_rgb_to_hls_GPL_get_Xdefaults_gpl_draw_ol_scroll_scrollbar_gpl_paint_gpl_draw_stas_GPL_print_gpl_render_wiggle_plot_gpl_get_segment_setbfl__gpl_draw_trace_rect_postscript_plot_sqrt_gpl_draw_moveout_line__cfont__gpl_get_trace_qpbin_qplot_text__gpl_draw_arrivals_flt_compar_qplotsegs_gpl_get_dt_gpl_layout_olbp_draw_box_int_compar_chrsiz__gpl_filter_seg_get_nice_fvals_gpl_draw_uvars_get_nice_times_gpl_draw_times_filrec__qpfree_ol_draw_scrollbar_gpl_render_grayscale_plot_nqplotsegs_inifil__gpl_get_sta_gpl_event_add_arrivals_gpl_event_both_zoom_gpl_event_uvar_zoom_gpl_event_time_zoom_ol_event_locate_trace_ol_draw_menu_gpl_draw_time_cursor_ol_initialize_scrollbar_gpl_event_arrival_gpl_event_moveout_is_in_pane_gpl_event_both_scroll_gpl_event_uvar_scroll_gpl_event_time_scroll_locate_station_locate_overlay_turnon_overlay_destroy_overlays_turnon_overlays_turnoff_overlay_turnoff_overlays_qpfreeoverlaps_xpl_xps_ypl_fabs_get_nice_uvars_recoef__l2h__l2l__Ftan_Fcos_butsta__butflc__finitt__re_exec_re_comp_stalist_cmp_ol_update_scrollbar_GPL_select_traces_GPL_get_my_free_mycolor_Table_vscroll_xv_panel_text_pkg_tbl_canvas_event_proc_tbl_upp_button_tbl_upl_button_tbl_vscroll_panel_vscroll_repaint_proc_tbl_last_button_Table_repaint_proc_Table_tupattr_editable_xv_server_image_pkg_tbl_frame_resize_tbl_downl_button_tbl_downp_button_tbl_first_button_Table_tupattr_value_Table_tupattr_color_xv_scrollbar_pkg_tbl_select_text_proc_Table_attr_color_tbl_render_vscroll_items_tbl_select_button_tbl_vscroll_paint_to_complex_print_response_copy_fap_copy_iir_copy_fir_copy_paz_eval_fap_eval_iir_eval_fir_copy_response_group_eval_paz_new_response_group_fixsrate_free_fap_free_iir_free_fir_free_paz_write_response_init_response_group_valsarr_compare_response_get_response_stage_type_nextline_read_fap_read_iir_read_fir_read_paz_new_response_get_response_nstages_eval_response_free_response_print_fap_print_iir_print_fir_print_paz_get_response_stage_fir_coefs_add_response_group_read_response_write_fap_write_iir_write_fir_write_paz_fixresp_freearr_compare_fap_compare_iir_compare_fir_compare_paz_keysarr_get_response_stage_fir_ncoefs_getrespiir__sin_atan2_cmult_to_polar_cos_cdiv_todaysdate_htoe_dbstrf2c_dtoepoch_timecon_mdtodate_month_day_zh_today_isleap__ctype__timeprint_my_strncasecmp_time_string2epoch_doy2mday_No_date_e2h_h2e__mday2doy_doy2mday__mday2doy__h2e_e2h__olbp_hsv_to_3D_olbp_get_gcrec_olbp_total_gcs_olbp_cmp_fonts_olbp_draw_text_olbp_compute_intersection_olbp_draw_vertical_slider_olbp_scroll_stipple_rects_olbp_destroy_gcrec_olbp_draw_elevator_olbp_hsv_to_xcolor_olbp_rgb_to_xcolor_olbp_set_text_font_olbp_xcolor_to_hsv_olbp_update_horizontal_slider_olbp_malloc_olbp_draw_pixmap_label_olbp_hsv_to_rgb_olbp_draw_gauge_olbp_initialize_olbp_gc_matches_olbp_rgb_to_hsv_olbp_update_vertical_gauge_olbp_draw_numscroll_button_olbp_draw_varheight_button_olbp_draw_menu_mark_olbp_draw_scrollbar_olbp_set_glyph_font_olbp_draw_check_box_olbp_destroy_olbp_update_horiz_gauge_olbp_draw_abbrev_button_olbp_draw_resize_corner_olbp_calculate_3Dcolors_olbp_draw_button_olbp_draw_slider_olbp_draw_textscroll_button_olbp_draw_horizontal_slider_olbp_update_vertical_slider_olbp_draw_text_ledge_olbp_gcrec_available_olbp_set_color_smart_olbp_draw_vertical_gauge_olbp_draw_slider_control_olbp_set_stipple_pixmaps_olbp_get_perdisplay_list_olbp_draw_pushpin_olbp_calc_add_ins_olbp_stipple_rect_olbp_error_olbp_initialise_gcrec_olbp_draw_horiz_gauge_olbp_get_grey_stipple_olbp_get_busy_stipple_olbp_draw_choice_item_olbp_set_single_color_olbp_get_single_color_ol_free_widget_ol_scroll_popup_proc_ol_locate_elev_ol_scrollbar_scale_menu_locate_ol_draw_box_ol_event_button_button_locate_ol_locate_scrollbar_ol_locate_arrow0_ol_locate_arrow1_ol_event_menu_ol_erase_menu_XGetGeometryRelativeToRoot_ol_locate_anchor0_ol_locate_anchor1_value_hls_to_rgb_xv_openwin_pkg_xv_canvas_view_pkg_xv_canvas_pw_pkg_xv_window_pkg_xv_generic_pkg_xv_frame_help_pkg_xv_frame_class_pkg_xv_toggle_menu_pkg_xv_choice_menu_pkg_xv_panel_item_pkg_xv_panel_view_pkg_xv_panel_gauge_pkg_xv_panel_slider_pkg_xv_scrollable_panel_pkg_xv_drawable_pkg_defeat_event_security_nclose__number__nlstyl__ngrcom__npcolr__ocflag__axis__hdstrkl__dnice__tics__axstuf__clrrgn__ntype__nopen__getfor__hdstrk__datafile__fonts__hdstlf__npchr2__partxt__spc__gethit__hdclr__drwclr__hdclrl__hdclrgl__pdim__xmap__ymap__hdclrg__hdend__xplpid__hdpscoloroff__hdpscolorset__chrdir__filcom__hdback__hdfore__hdinit__hdopen__Flog10_pow_ri_hddash__c_conv_i_hdfilll__pscl__movev__plot1__hdfill__hdthik__gettype__offset__tdraw__getbac__getdim__getfrm__nalpha__pscl2__getscl__getclp__drawv__chcom__getchr__getsiz__hdtxtf__hdtext__Fexp10_in2uu__getxscale__getymp__getxmp__rymap__rxmap__hd_back_red_hd_back_sat_hdhls_to_rgb_hd_back_blue_hd_gc_hd_visual_hd_pixmap_hd_back_green_hd_back_light_hd_display_hdhls_to_pixel_hd_back_hd_cmap_hd_width_hd_ldraw_hd_fd_hd_lstart_hd_height_hd_lon_hd_fore_red_hd_fore_sat_hd_batch_hd_fore_blue_hd_window_hd_fore_green_hd_fore_light_hd_pscolor_hd_fore_hd_rect_hd_colormap_cewrite__hdreverse_video_resamp__hdpnimg__hdinimg__hdfrimg__hdcrimg__hd_depth_cadd__cset__hdpscoloron__hd_rv_hdpnimgl__hd_screen_setgrey__setmono__getfl__setgrcol__setmncol__setbpl_hddashl_hd_polyfill_hdmovel__hddrawl__hd_nptsl_hd_points_hd_von_hd_points_size_hdmove__hddraw__hd_fill_hd_npts_hd_oldx_hd_oldy_hdendl_hdpolyfill__hdfillon__hdfilloff__hd_save_hdrgb_to_hls_hdhls_to_pixelrgb_hdvalue_pscreate_convert_string_epsfpro_hdcmnt__hd_filename_hd_cfont_hd_xpllib_hd_cursor_nxplotd_launchdaemon_hd_iwindow_hd_lfont_hd_lastth_nxplotd_getprop_nxplotd_getatoms_my_system_Fsin_legend__lgnd__parse_on_1char_check_cmd_xcom_msg_event_xcom_setmsg_xcom_getmsg_xcom_lookup_xcom_getatoms_applytbl_applyarr_maxstbl_newstbl_freestbl_tststbl_applystbl_settbl_size_addstbl_delstbl_getstbl_split_cs2fs_fs2cs_Immediate_Flag_get_register_sys_errlist_sys_nerr_strcpy_pad_regfree_re_compile_pattern_re_compile_fastmap_re_search_2_gnu_regerror_re_max_failures_re_match_re_set_registers_re_search_re_set_syntax_re_syntax_options_re_match_2_gnu_regexec_gnu_regcomp_whitespace_blank_get_output_file_last_input_file_get_argument_add_slash_del_slash_last_output_file_get_directory_clean_path_last_argument_get_option_get_input_file_readable_file_parse_path_writable_file_mappath_makedir_sed_readmap_loc1_loc2_locs_circf_nbra_step_setmapcf_advance_compile_dirbase_regerr_compress_r_cos__r_exp__r_exp10__r_log__r_log10__r_sin__r_sqrt__r_tan___Q_get_rp_rd__Q_set_exception_fp_precision_fp_direction__Q_div__fp_unpack__fp_div__fp_current_exceptions__fp_pack__Q_dtoq__Q_fle__Q_fge__Q_fne__Q_cmp__Q_feq__Q_flt__Q_fgt__Q_cmpe__fp_compare__Q_itoq__Q_mul__fp_mul__Q_neg__Q_qtod__Q_qtoi__Q_stoq__Q_sub__fp_sub__Q_add__fp_add_fpu_normalize_fpu_error_nan_fpu_neg2wc_fpu_sub3wc_fpu_add3wc_fpu_rightshift_fpu_cmpli_fpu_set_exception__fp_sqrt_unpackdouble_unpacksingle___double_to_decimal___nox_double_to_decimal___nox_single_to_decimal___nan_written___inf_written___base_conversion_write_only_double___class_quadruple___nan_read___inf_read__fp_current_precision__fp_current_direction___class_double___class_single___quadruple_to_decimal___nox_quadruple_to_decimal__swapRD__swapTE__swapRP__swapEX_fp_accrued_exceptions_i_conv_c_c_cmplx_d_cmplx_tstz_d_tstz_f_tstz_i_tstz_s_finite_func_to_decimal_file_to_decimal_decimal_to_extended_extended_to_decimal___pack_single___pack_double_fix_libc__decimal_to_single_decimal_to_double_double_to_decimal__doscan__doprnt_sgconvert_sfconvert_seconvert___pack_extended___unpack_single___unpack_double_sigfpe_string_to_decimal_single_to_decimal_econvert_fconvert_gconvert__mkarglst___quorem10000___four_digits_quick_table__getarg_qgconvert_qfconvert_qeconvert_decimal_to_quadruple___integerstring_to_big_decimal___big_float_times_power___base_conversion_abort___pack_quadruple___inrange_double___inrange_single___set_ieee_flags___get_ieee_flags___free_big_float___inrange_quadex___decimal_to_binary_integer___big_decimal_to_big_binary___fractionstring_to_big_decimal___base_conversion_set_exception___big_binary_to_unpacked___decimal_to_binary_fraction___tbl_tens___decimal_to_unpacked___left_shift_base_two___digits_to_double___tbl_ntens___multiply_base_two___mul_10000short___fp_normalize___quorem___prod_10000_b65536_fp_class__fp_convert_double_to_int_gcvt__gcvt___gconvert_ieee_retrospective__fp_pi___get_accrued___get_nonstandard___fnonstd_used___get_traps___get_precision___get_direction_ieee_retrospective_infinity_quiet_nan_max_subnormal_min_subnormal_max_normal_min_normal_ir_fp_class____fp_set_exception___fp_rightshift_exp_log___infnanstring_quadruple_to_decimal_r_atan2__r_atan__ir_ilogb___tbl_r_atan_hi__tbl_r_atan_lo_j0_j1_jn_r_yn__r_y1__r_y0__r_jn__r_j1__r_j0__y0_y1_yn_SVID_libm_err_cbrt_r_erfc__erf_r_erf__erfc_exp10_anint_scalbn_ir_signbit__ir_issubnormal__r_copysign__ir_isnormal__ir_isnan__ir_isinf__r_nextafter__r_scalbn__ir_iszero__ir_finite__r_infinity__r_quiet_nan__r_signaling_nan__r_max_subnormal__r_min_subnormal__r_max_normal__r_min_normal__log10_ilogb__tbl_r_log_hi__tbl_r_log_lo___rem_pio2f____tanf___sinf___cosf__TBL_ipio2_53__TBL_ipio2_66__TBL_ipio2_inf___rem_pio2m_copysign___unpack_single_two__split_single_m1__split_single_22__split_single_23___class_extended__unpacked_to_decimal_two___unpack_extended_two__split_shorten___right_shift_base_two__split_single_6___unpack_double_two___tbl_baselg__split_double_51__split_double_m1__split_double_52__split_double_35__split_double_19___big_binary_to_big_decimal___binary_to_decimal_integer___arint_set_n___binary_to_decimal_fraction___double_to_digits___unpack_quadruple_two__split_double_3___decimal_round___longquorem10000___multiply_base_ten___tbl_10_big_digits___tbl_2_huge_digits___tbl_10_huge_start___tbl_2_small_start___copy_big_float_digits___tbl_10_huge_digits___tbl_2_small_digits___tbl_10_small_start___tbl_2_big_start___carry_propagate_ten___tbl_10_small_digits___tbl_2_big_digits___tbl_10_big_start___tbl_2_huge_start___multiply_base_ten_by_two___multiply_base_ten_vector___multiply_base_two_vector___mul_65536short___left_shift_base_ten___prodc_b10000____mul_65536_n___lshift_b10000___carry_in_b10000__test_sigfpe_master__default_sigfpe_handler__enable_sigfpe_master_ieee_handlers__sigfpe_master___sin___cos_sinpi_aint___unpack_extended___fp_leftshift_atan__tbl_atan_hi__tbl_atan_lo__tbl_log_hi__tbl_log_lo___rem_pio2__TBL_cos_hi__TBL_sin_hi__TBL_cos_lo__TBL_sin_lo_nint_rint_irint_issubnormal_signbit_isnormal_isinf_iszero_matherr_remainder_fmod_isxdigit_toascii__mb_cur_max_isalpha_isspace_isgraph_isascii_iscntrl_isalnum_islower_isupper_isprint_ispunct_isdigitsw/bin/nxplotd 775 5300 156 100000 5561747456 7044  @   @D* @ "b@ @@# @@h/(" @K \@K O^a K`dh/H   @4 d  @+/t"@# h /H  @ p#|##b#a#`d#  |  G        `/usr/lib/ld.so/dev/zerocrt0: no /usr/lib/ld.so &crt0: /usr/lib/ld.so mapping failure crt0: no /dev/zero ?b@'D'H''" "`""# DH@@h#a$@c b@_ @P!$ "((* +  a$`  '%!(* *` $ 3` ;`#`#$`%!(* *` $ 3` ;`#`%#$`%(,,)!$ @(1&!,3a(.`.@7$`$"aP,E 7 7 7*?c , %? @ `'777ֳ. 5?@Ի/ ?@@ؘ  'О 777ʣ, %? @ȫ- -? @̴`' '`'''L!(* *` $ 0#0!?#7#?c7%?7 /777ب /+?c777̬ /Δ'$a0!$@'0a0!$@'<a0!$@/'`''70'''#"a "8 #a<!$!@#`%$D )%!T+%a\-%H/%L'D#p3aP#`5,#h #d#l;aT#\!$8<!@aD@?"a44   b@* @ !$a4 ( (@!' ' 'h8'l<'p!@'taD'x '| ''#`D#\!$a4  H@ !$a4  @ '$X!$aX@ !$aX@ !$a4@ )#+%a`-$/%d!`@$'#\#a$!h !@@7  c/@  @ "4#\ #`!$a4h !  @ a4#!!4#\ #`!$a4l !  @ '#\#a$L!l !@t'#\ #`!$al !  @ w''#\ #`!$ap   @ g'#\ #`!$at   @ X'#\ #`!$at   @ I!$a4  @ C  cg@  @  "a!$ @ 0 3'!$@ )!ap '#\#a$4 @@"  ! !$a4@ '!$@ ](!D#\aT#`P#d'a4!$8!<a@@ H!@  aLD@!\*!H"a@L"D!$a4@D@ !@#\aD#`#d#h!$a\4X  @ !$a4@D!P@ #\!$aX@ t!!D#\!$a\X  a@@ !$aX@ ^#a\#\ #`!$a|   @ W ''#\ #`!$at   @ F-@/%H1!D3&aL5@#\7D#`#d#h!$a\4X  @ ?;axE'#\#a$4 @,!@#\aD#`#d#h!$a\4X  @ \ !$a\@ !$@  @   Ӏ _]'b   @ ' >1!\!$a\@ !$@  @ a\ @#\D#`#d#h!$a\4X  @  J"耢 ΀ Rހ r    \ \?b'D'H'LH@ 'H@ # 'L`/ $'$' 'L@ zD`L@#c@pDH@3'  cL@ L@'' HD @c-'* "` ' @ HL#!La* "` @ * "` ` L@ L@  `;L@ L@'' HD @#''*`" @ 'LaL LL!@z* "` `` L@ L@X'' HD @  L!*`" @ L!`@ '' HD @-'* "` ' @ L#!La* "` @ * "` ` L@ XL@L"!?c'D `D@ D @ 5?c'D'H'L'P'TD uDJ@=D'DD'/@ daPD*O ?YJ '' @ QP"@P   ?? w/D`'DD'1D*J '' @ *T"@T   ? h/J@ '' @ H"@H   ? x/qJ@ '' @  H"@H   ? x/RJ@ '' @ L"@L   ? y/4J@ '' @  L"@L   ? y/?O c H X؀ h{ w[ xD`'DD'{D*J '' @ tT"@T   ?b H/J@ '' @ VH"@H   ?D X/qJ@ '' @ 8 H"@H   ?% X/RJ@ '' @ L"@L   ? Y/4J@ '' @ L"@L   ? Y/?O c H X؀ h{ w[ xD`'DD'J '' @T"@T   ? H/J@ '' @H"@H   ? X/qJ@ '' @ H"@H   ?q X/RJ@ '' @eL"@L   ?S Y/4J@ '' @G L"@L   ?4 Y/?-O c H X؀ h{ w[ xD'D'DDJ G +ـ - x ?c'D'HD"aH"?c'D'H'L'P'T! a  L!  L  P?#T%$@DL*  H@ H 'HD#`'DD PP$D ]H 'HD%`'DDQ'a &*  H@HK@- HJ`YJ `'!!P@ P- -H%@P@&@H'HD' 'D{?c'D'HH 'HD"`'DD ='a *  H@ '@HJ@-HJ`YJ H@ H'HD$ 'D ?c'DD a @D"`D Da 8@ @wD`aL @D" D Dag @k @\D`a @D"D Da @P @AD`a @D"D Db  '@5 @&D`bB @yD"D Db^ z@ @ D`b @^D"D Db @ @?cp'D'H'L'P'T'X'#h'#`' #d'#lX#\\#pHLT   @.':  bDP@ @X , cDP@ @ cD@ @ c(D@ @  ƀ cYJ  cYJ  cYJ  cYJ  cYJ  @cYJ  cYJ  cYJ  cYJ  cYJ  cYJ  8    `l`x ``$` `d`,``H`` `d`Ha"(a$a !|a,%$a8aD4aP#a\ah ata4a8a(a a,a-da+a/a1a0(+ *=  +2 '3 # '&"/$!.7%!,"#)$(%&-)1*9,-.0/40512>3645687<8:9;:;<=>??UTj uh P%, "2d<a;M3`E >K9V:a_38kKz   M:HR5 7S=&gF(8ER1jS{ h`dn>`Pd/}asZ77tOACA 0JD4 "3*32agX;3CW,_deLJnqKDw djdJPeJdKdK,dKdJepJxeJdeJeJdJ_etext_edata_endstartstart_float__exit_main_environ__DYNAMIC_exit_XCreateGC_XCopyArea_get_args_XLookupString_XCreatePixmap_XResizeWindow_XCreateWindow_XCloseDisplay_nxplotd_getprop_XNextEvent_XMapWindow_XCreateBitmapFromData_XSetBackground_XSetForeground_XFillRectangle_nxplotd_getatoms_XFreePixmap_XAllocColor_XSetStandardProperties_XChangeProperty__iob_fprintf_XDisplayName_XSaveContext_XSelectInput_XGetGeometry_XOpenDisplay_XSync_parse_geometry_usage_get_option_define_options_illegal_option_strtol_strlen_strcpy__ctype__strcmp_XGetWindowProperty_XInternAtom_isxdigit_toascii__mb_cur_max_isalpha_isspace_isgraph_isascii_iscntrl_isalnum_islower_isupper_isprint_ispunct_isdigit/sw/loc/lib:/usr/openwin/lib:/usr/X11R5/lib5$55(55*X11cdl` `$44`\``+P,.1@``㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠 㿠 㿠 㿠 㿠 㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠 I$A9++)@bED"GNA+9AI$((nxplotd: cannot connect to X server %s %s: Unable to create main window. NXPLOTD_WINDOW_PROP%s: Wrong client window ID. NXPLOTD_DAEMON_WINDOW_PROP%s: Unable to save non-graphics context. NXPLOTD_CLIENT_STATUS_PROPNXPLOTD_CLIENT_REQUEST_PROPcccc-window-geom-title-icon_pm%s: Illegal option "%s". %s: Unable to decode -window "%s" %s: -window specification required. %s: Unable to parse -geom option "%s" nxplotd%s: Unable to decode -icon_pm "%s" usage: %s -window window [-geom geomspec] [-title title] [-icon_pm icon_pm] NXPLOTD_WINDOW_PROP%s: Unable to get %s atom. NXPLOTD_WINDOW_PROPNXPLOTD_DAEMON_WINDOW_PROP%s: Unable to get %s atom. NXPLOTD_DAEMON_WINDOW_PROPNXPLOTD_CLIENT_STATUS_PROP%s: Unable to get %s atom. NXPLOTD_CLIENT_STATUS_PROPNXPLOTD_DAEMON_STATUS_PROP%s: Unable to get %s atom. NXPLOTD_DAEMON_STATUS_PROPNXPLOTD_CLIENT_REQUEST_PROP%s: Unable to get %s atom. NXPLOTD_CLIENT_REQUEST_PROPNXPLOTD_DAEMON_PIXMAP_PROP%s: Unable to get %s atom. NXPLOTD_DAEMON_PIXMAP_PROP%s: %s does not exist. %s: %s type mismatch. %s: Bad window. %s: Unknown XGetWindowProperty error (%d). ((((( DDDDDDDDDDAAAAAABBBBBB ` "b138<AJeUeaF(nJPwKP}UTj uh  "d<a_38:HgF( h`Z77tOACA 0JDagX$eLJ.qKD7 djDdJPMeJVdK_dK,hdKqdJzepJxeJdeJeJdJ__DYNAMICcrt0.onxplotd.o_icon_bitmap_bitsget_args.oget_options.o_opts_opts_opts_noptsnxplotdlib.octype_.oiob.o_etext_edata_endstart_main_environ_get_args_nxplotd_getprop_nxplotd_getatoms__iob_parse_geometry_usage_get_option_define_options_illegal_option__ctype__isxdigit_toascii__mb_cur_max_isalpha_isspace_isgraph_isascii_iscntrl_isalnum_islower_isupper_isprint_ispunct_isdigitsw/bin/dbmapevents 775 5300 156 5340000 5561747447 7717  D  @D* @ j"@b@ @@`# @`@`h/(" @K \@K O^a K`dh/H   @4 d  @+/t"@# h /H  @ p#|##b#j`@#`d#  |  G        /usr/lib/ld.so/dev/zerocrt0: no /usr/lib/ld.so &crt0: /usr/lib/ld.so mapping failure crt0: no /dev/zero 㿘@?a /ޮ0H@_q +|!@_kx` 7 7@_gxa4x!0 7@_bxa8 7 7@_Xxa4x!0 7@_S@_Tx!p @_Rx!4 P@_O<x!t P@_I< P@_H'x %x"@'xx ; " xax @_2 %x" 'xx!|%x!|% ' ' ' ?'<'' @_ xa4x! @_@^ ' ' ' < P@S@" '< '' @^xa4x! @^@^ x!   %x! H%,x!   1x! T%x! P@^ P@^' %"@'  " xax @^u' %" '|!|@^bxa4x! @^]@^^%hೠ%X%l෠%\ ' ' ' ?''' @^> xa4x! @^4@^0  ' ' '  P@Rq" ' '' @^(xa4x! @^@^(<x!   (!x! D%(((x!   (-x! P%(4x!  F(H;x!  ^%h($x! H%X .x!  R%l 8x! \%\ !"x!  F%(+,x! P%@]^%D %  x! P@]WxaĔ P @]V  %%@`|!d@]+xaȔ  @]'xa4x!0 @]"@]#x!p @]!D %DD*` *@ ܖ㘒  P@] 'D*` *@ ۖฒ  P@] 'ܐܒ P@\|!D@]D* ۔ xa4x! @\@\ 'ؐؒ P@\|!$@\D* ܔ xa4x! @\@\ 'ԐԒ P@\|!@\D* ܔD xa4x! @\@\ %J8 P@ 8| @\xa  @\xa4x!0 @\@\x!p @\?%8|xb @Y| w|' %"@'i`#\#dx#`x#h #l #p #t #x P#|8dxbxxb@< P P@\P4`%d%4x!   9x! \% x!   %x! H% %" '< P@\' %"@' ; " xax @[ %" '| @[xa4x! @[@[8|xb  @| | @[xb(  @[xa4x!0 @[@[x!p @[|'| %|"@'||`#\#d0#lxH#`x"P#hxb#p #t #x #| # #8dxb xxb@쀢 O|" | @[wuxbX  @[Rux!4 @[mx!4 @[g@[h`%d%,x!   1x! T%8x!   =x! @%' %|" '|| |@[Bxb` 2 2@ZBxa4x!0 2@Z@Zx!p @Z%@x"%Px"%Tx"%tx"%x%pXh%x"'%\lH*x",%  %%4 %%L%, % %$X#\l#`\#d#h<#l#p#t#x0#|D#p##,##$#8#L#4##ے`#ޔ(#ܖ#ܘ#H#ܚc#۞#!|!##|b#Ĥ P#Ȧ P#̨ P#а P#Բ P#ش P#ܐ@PTtxh@hx!p @Zs ܖ @xb  @Zo x!p @Z\=xb  @Z\ @4Sx!p @ZG(xb  @ZG|" x| d@ZQ5xb  @Z#5x!4 @Z>@ZE|" `| L@Z<+xb  @Z+x!4 @Z)@Z0|" H| 4@Z'xbȔ  @Yx!4 @Z@Z|" 0| @Zxb  @Yx!4 @Y@Z|" | @Yxc  @Yx!4 @Y@Y|" {#@Yxc  @Yx!4 @Y@Y{"#{#@Yxc,  @Yx!4 @Y@Y{"#{#@Yxc@  @Yx!4 @Y@Y{"#{#@YxcT  @Y{x!4 @Y@Y{"#{#@Yxc`  @Yfx!4 @Y@Y{"#{#t@Ycxc|  @YQcx!4 @Yl@Ys{"#p{#\@YjKxc  @Y<Kx!4 @YW@Y^{"#X{#D@YU1xc  @Y'1x!4 @YB@YI{"#@{#,@Y@xc̔  @Yx!4 @Y-@Y4{"#({#@Y+xc " "@Xx!4 "@Y@Y{"#{"@Yy`  ' '@Xx!4 '@Y@Y {""{"@Yy`4  @Xx!4 @X@X{""{"@Xy`L  @Xx!4 @X@X{""{"@Xy`d  @Xx!4 @X@X{""{"@Xhy`|  @Xhx!4 @X@X{""{"@XSy`  @XSx!4 @X@X _y`  @X~>hXx" 1%l\ȴx"I6%y 9:%hy I>%Xy # H$%ly ( %\Xh-x"/%\lH2x"4% iy`  @X6>hXx" 9%l\ȼx"I>%y !"%hy I&%Xy + H,%ly 0 %\Xh5x"7%\lH:x"<% !y`Ĕ  @W>hXx" !%l\Ȥx"I&%y ȕ )*%hy ȟI.%Xy ȩ3 H4%ly ȳ8 %\Xh=x"?%\lH"x"$% y`̔  @W>hXx" )%l\Ȭx"I.%y Х 12%hy ЯI6%Xy й; H<%ly Ѓ  %\Xh%x"'%\lH*x",% ?y`Ԕ  @W^2hXx" 1%l\ȴx"I6%9%hȼ%X ?%l H%\Xh%x"'%\lH*x",% Uy`ؔ  @W"D#\ܒc#` P#d pޚb(@y`ܔ  @Wܐ##\ P#` 8D@ty`  @VO{""{"l@V>y`  @V>x!4 @V@V{""h{"T@Vx!4|a P@V@V{""P{"<@V,y`  @V,x!4 @V@V{""8{"$@Vx!4|b P@V@V%pmya   @V;, {"" {" @Vya  @Vbx!4 @V}@V%,{""{!@Vxya,  @VJx!4 @Ve@Vl %,z(yaH  @VG;L{"!{!@VKyaL  @Vx!4 @V8@V?%L{"!{!@V3yah  @Vx!4 @V @V' %L5ya  @V;L{"!{!@Vya " "@Ux!4 "@U@U%L{"!{!@U{ya ! !@U{x!4 !@U@U %LyaД  @U;L{"!{!|@UQyaԔ ' '@UQx!4 '@U@U%L{"!x{!d@U*ya & &@U{*x!4 &@U@U %LYyb$  @Ux;񄀐{"!`{!L@U|yb( 0 0@UNx!4 0@Ui@Up%{"!H{!4@Udyb\ / /@U6x!4 /@UQ@UX %fyb  @U3;񀀐{"!0{!@U7yb  @U x!4 @U$@U+%{"!{!@Uyb  @Tx!4 @U @U %!yb  @T;䀐{"!{ @Tyb  @Tx!4 @T@T%{" { @Trybؔ  @Trx!4 @T@T %yb  @T;${" { @TSyb  @TSx!4 @T@T%${" { @T7yc  @Tg7x!4 @T@T %$Eyc,  @Td94{" { @Thyc0  @T:x!4 @TU@T\%4{" { t@TPycL  @T"x!4 @T=@TD %4R%H%?`('D'H'L'P'T'X/i (y##\ #`#d #hDycdytyxy#yc@D y#ycyy@ y#ycyy@{y#ycyy@i 'y#'h P@H 'h' 'y#' P'l'ly㼘 P@S`y#%y#%#ll#pX#`\#\d#d`#h P#tHLPTtx@Up 5 Yy#HyL@y#ycy@y#%$y#%( #\y#ycyyy#yc@ `y#%$y#(.%(y#ycy@y#ycy@hz#|cI0'y##\ #`ܒ$(y#y#yc@y#ycy@y#%$ #\$(yyy#yc@ }y#%$y#(3%(z ycy@)z#|c5'y##\ #`ؒ$(y#y#yc@y#ycy@Ey#ycy@y#%$ #\$(yyz yc@ 6`z $  z (;z`, =z0y腠!|#"%yc P @R |#%z`4 P @Ry#%$y#(%%(y#ycy@z ycy@z#|c ''y##\ #`Ԓ$(z 4y#yc@(y#ycy@y#%$ #\$(yyz <yc@ %y#%$y#(*%(z ycy@d%z (/z`, 1z0y譥5|#6%y##\ #`$(y#y#yc@y#ycy@ry#ycy@0y#%$|"#||#`@Rz`D  @Qy#̔ @Qy#̔ @Q@Q P#\$(4yyyc@I % `Oy#%$y#(9%(y#ycy@y#z`Ly@z#|c ;'y##\ #`Ȓ$(y#y#yc@`y#ycy@y#%$ #\$(yyz Pyc@y#%$y#(>%(z z``y@z#|cI 'y##\ #`Ē$(y#y#yc@!y#ycy@y#%$ #\$(yyz dyc@y#%$y#(#%(y#z``y@_z#|c%'y##\ #`$(y#y#yc@y#ycy@{y#%$ #\$(yyz pyc@ty#%$y#(H(%(y#z``y@ z#|c*'y##\ #`$(y#y#yc@y#ycy@<y#%$ #\$(yyz yc@5y#%$y#(-%(z ycy@z#|c /'y##\ #`$(y#y#yc@dy#ycy@y#ycy@y#%$ #\$(yyz yc@L`Ey#%$y#(2%(z z``y@z#|cI4'y##\ #`$(y#y#yc@y#ycy@y#%$ #\$(yyz yc@y#%$y#(7%(z z``y@Rz#|c9'y##\ #`$(y#y#yc@y#ycy@ny#%$ #\$(yyz yc@gy#%$y#(H<%(y#z``y@z#|c>'y##\ #`$(y#y#yc@y#ycy@/y#%$ #\$(yyz yc@(y#%$y#(!%(z z``y@z#|c #'y##\ #`$(y#y#yc@Wy#ycy@y#%$ #\$(yyz yc@y#%$y#(&%(y#ycy@z#|cI('y##\ #`$(y#y#yc@y#ycy@y#ycy@oy#%$ #\$(yyz yc@\Xd`@y#HyL@`=y#%$z!%(z z``y@9z#|c +'y##\ #`$(y#y#yc@ y#ycy@Uy#%$ #\$(yyz!yc@Ny#%$z!%(z z``y@z#|c.'y##\ #`$(y#y#yc@ y#ycy@y#%$ #\$(yyz!yc@y#%$z!4%(y#z``y@z#|c1'y##\ #`$(y#y#yc@ By#ycy@y#%$ #\$(yyz!8yc@y#%$y#%(z z``y@z#|cI4'y##\ #`$(y#y#yc@ y#ycy@y#%$ #\$(yyz!Tyc@y#%$z!l%(y#ycy@Ez#|c 7'y##\ #`$(y#y#yc@ y#ycy@ay#ycy@y#%$ #\$(yyz!pyc@R' %"@'x?*` *@ +`@y#%$?#z<yȿ%(* *` za P @My##\ P#`* * ? $(|y#yc@ Jy#ycy@y#%$ P#\*` *@ ? ($yyyc@ %" '\Xd`@#\H#`#dL#htx\Xd`@Rz!!"%P%THz!H&'%%z!H*+%X%\Lz!H./% %$p  ab" P@L,Ĕ P@L#\X#` #d#h#l #p P#t P#x P#|P,hycz!@ |#H@Laza ' '@Laycz!Ė '@L@L |#0@L=zaȔ # #@L=ycz!Ė #@L@La@ |#@L za / /@L ycz!Ė /@L@L ab"|"#|"@L| zb @`T?y#̔ @L@L|""|"@L{| zb(@`Z?y#̔ @Lo@Lptzb0H>?%P%Ttzb4H"#%%xzb0H&'%X%\xzb4H*+% %$#\X#` #d#h#l #p P#t P#x P#|P,hycz!@ |"@Lza ' '@Kycz!Ė '@K@K |"@KzaȔ # #@Kycz!Ė #@K@Ka@ |"@K}za / /@K}ycz!Ė /@K@K`zb8 @ry#ycy@z"@ycy@'t %t"@'tt}#\#dzL#`zP#h #l #p #t #x P#|zb8zDzbH@u#($xt@Oy#ycy@|#H-'py##\ #`p$(z"Ty#zbP@ "y#ycy@`  'z"`'  P'' zd R@Ka R#\$(yyzbP@ %t" 'tp ' %"@'F`#\zbP#`?* Ddzbdzhzbl@Td  %d#\zbP#`?* hddzbpz"t@9ph   %" ' |""|"x@Jzbx  @Jy#̔ @J@Jy#t @J' %"@'쀐d#\#`#d#td#l#pd#|##3zb#h5z#x7zP# P#?/` dzbzb@ 򘣠%򤧠%' %"@'䀐z"P#\?*` d|zb@| %" '䀐($xt@ Py#zby@Sz"ycy@_|#yc 5'y##\ #`$(z"y#zbP@y#ycy@- 'z"`'| P''|zd R@J R#\$(yyzbP@SIy#ycy@z"ycy@y##\ #`$(z"T|y#zbP@ ' z"`' P'$'* zd R@I R#\$(*yyzbP@y#ycy@ %" '쀐y#ycy@p }' %"@'^`#\zbP#`?* Ddzbdzhzbl@ z $%D' %"@';#\zbP#` P#d?* zbz"@z $ʸ %zb P @I#  %" '  dd D`U' "'HD' %"@'/?*` zbz"P P@-* *` @ P P@H %" '" ' uzb@`%%zb@`%% '%"@'V#\#t#d #h#p##|!z"#`1z"#l3zb#x5zP# P#?/ zbz"@ P P@H[ %%`P P P@HK %%  %" ' 佦ܿ%'%"@'耐#\h##d #h#|#p#t####7z#l9z"p#x;zbt#z"#`zb#zP# P#?+  zbz"@Ez $  %򈇠%򐋠% m($xt@ yc P @G`h z" H y#z`Ly@O z"  z z``y@8 z"  y#z``y@! z"  y#z``y@ z ycy@`h z"  z z``y@eO z"  z z``y@N8 z#  y#z``y@7! z#  z z``y@  y#ycy@*`` y#ycy@ z ycy@ y#ycy@ 2z $J z ((z`,I*z0ɬy蟣H.|# /%yc P @F |#%z`4 P @Fy |#%yc P @Fmy##\ P#`$(y#zbP@5y#ycy@' %"@'!* *` @ P P@FJ %" '($xt@ `\y#  z z``y@AFy#ȁ  z z``y@-2z# y#z``y@y#聮  z z``y@ y#ycy@?*` *@ +`@y##\ P#`* * ? $(|y#zbP@jy#ycy@z"P#\$(,0y#zbP@m[`T|""t|"X@Ehy#̔ @E@El P@Em'ج ؐ"'؀k% zc @E\ ؐ" '؀z"ycy@كl P@E<" #\$(kyyzbP@$%,(%0 %" '耐 %" 'y#ycy@sy#ycy@1@ݣ% %%%%%(?b'D'H'L'P'T'X/i`T'T'\'\' HPLD@ Ez#%T' "'耐|#\zc,#`X?- xzc z$zc(@ x' %"@'#\(#h#dz8#`z#,#l P#pX?-zc0z#4@𼷠%Ļ%\ ,\'ت ؐ"'؀d@D`@( Pd@D_ `ؐ" '؀"Ȓ̔ @ 𬿧>𨃠 H?'@t%𰁨ʤ %%% %" '" '耐Y%#\$##d#h##p#t##|## #(###7zH#9z#D#x;zc<#`z#8#zcP#z@#lzL#z#,# P#X?-zc0z#4@*Ж@}" t} `@CzcT  @Cz#X @C@C}" \} H@Czc\  @Cz#X @C( P@7(z#X@C@C}" D} 0@Czch  @Cvz#X @Cz#X @C@C}" ,} @Czct  @C[z#X @Cvz#X @Cpz#X @Cjz#X @Cdzc  @C<z#X @CWz#X @CQzc  @C)z#X @CDz#X @C>@CE}" } @C<zc  @Cz#X @C)z#X @C#@C*|"#|#@C!zc  @Bz#X @Cz#X @C@C|"#|#@Czc  @Bz#X @Bz#X @B@B|"#|#@Bzc  @Bz#X @Bz#X @B@B|"#|#@Bzc  @Bz#X @B$z#X @B@B|"#|#@Bzc  @Bz#X @B z#X @B@B𼏠% ē% HDLP@Q%%?c8'D'H'L'P'T'X/j8X'X'HPLD@z#%pzcT @i' %"@'F #\zc#` #d #h #lzcTzzc@k %t%xtxhl@l*h ,H+'@M%pʰ %p%d %" 'd%#\ #d|#lz#`z##hzc#p #t #x P#| # # #zcTzzc@kv}" } @Azc  @Az# @A@A}" } @Azc  @Az# @A P@6z#@A@A}" } @A{`  @Az# @A z# @A@A}" } @A{`  @Afz# @Az# @A{@A}" } x@Ay{`  @AKz# @Af|z# @A`@Ag %%HDLP@?c'D'H'L'P'T'X/jH@%L@%{ (% { (%$(0  @HLPT@8@<D@>{ ,{`,  @HLPT@HL{ 0{0@@%@C%\`@AD{`4` @@7P{`8I2 ɴ%P{`8 9$H%P{`8  I#%P{`8'$ *% X#\ T{`<@zMD{`@` @@bf"a{ L@PI$H0f"a@P{`84 I7f"{ L@P{`8; $If"DP{`8# Ȧf" f!Df"aHf!f"a$f!@f"aLf!f"a(f!Df"aP{ <#\{`T#` #d{ Pfaf@{<XT@D{`X` @@5P{``I* ɬf"{ d@YP{`8 1 $ɴ5f"@P{`` 9 H<f"f!@f"aDP{`8  I#f" f"aHf!f"a${ d@(P{`8' $If"Lf!f"a(f!Lf"aPP{`8/ Ȳf",f!Hf"aTf!f"a0f!@f"aXf!f"a4f!Df"a\{ <#\{`T#` #d{ hfaf@{<XT@+LD{`l` @?@P{`8I6 ɸ%P{`8 =$H%P{`8$ I'%P{`8+$ .% X#\T{`<@JX#\ T{`<@?\`@پ(0  @DHLPT@8@<D@?b'D'H'L'P'T'X/jh (@@3@}"#X}#D@?0}a8  @?}!T @?@?$}!X@}!\}a\}\@d}!\}a`}\@"DHLP@hd@J '\`@Ȣ}d %H'D h@*d#\`@}d0HI2Dɴh@#@\`dh@R\`dh@Ӹ\`@}hJ }!`%$ !h}al P @>}ax P ,@>[\`@}J }!%$ $ H}al P @>e}a P @>^8\`@}ЁJ }!h%$  $}aԔ P @>B}aܔ P @>;}!h%$  $}aԔ P @>-}a P @>&}!\}a\}\@#\#`#d#hTX\`dh@-#\@#` P#d P#hԖܘؚ@4@}#,@=}b  @=}aT}"  @=@=' "'Ð!@%D P#\ P#`D4@ a@7\@$}#@=}b$  @=}aT}"  @=@}aT}"D @=@=}"H @=D' "'-⬖- a@ - ! -"XT@d" '}bL P @=~}!\}ad}`@}"X%}b\ P @=e}"d}ad}`@}!\%}bh P @=L}"p}ad}`@}!\%}bt P @=3}"|}b}`@}"X%}b P @=3}"}b}`@9Ð!@%f"#\D bs# `@}!\}a`}\@}!\}a\}\@Q}!\%}b P @<;}"d}b}`@}!\}a`}\@Ð!@%f"#\D bs# `@|}!\}a`}\@}!\}a\}\@ }!\%oJ}b P @<3}"}b}`@Ð!@%f"#\D bs# `@?}!\}a`}\@}!\}a\}\@}!\%2 }!\}a\}\@}!\%}aԔ P @쀢 2* 9cH ːXH8ΨhψӬԀ8LXdp|ld\L<,`( | T'̀''*b ''Ȁ  ,`'` @.C'Ȁ ''Ѐ  L@+@ 'R-`/'`Xܹ. T@.'Ȁ@''Ѐ Xܥ,`TM+ '$. 5@'/ #@@'Xܛ+  Pإ,` @-'Ȁ''ЀXܻ/  Pؗ*@  K@.`',)!'-1#@'.9 ' Xܗ*@  Pء+@`(ԩ,`L'  @-'Ȁ ''Ѐ  L@+@ '-`/'.`7@'/`` 'Xܟ+` Pا,@ (ԯ-@ L'  ,@-O'Ȁ ''Ѐ  ,L@+@ '^-`/'.`7@'/`` 'Xܟ+` Pا,@ (ԯ-@ <@-'Ȁ''Ѐ`Xܙ* `Pأ, (ԫ- <M/@'.;`    怢   a 'k?cX'D'H'L'P'T'X ''ĐD'@'''(ۀ@ '''''#@'`'  $%%'`' (,"" @'' `0`4$$'`' 8<&&'`' `@"'' `D$''  H&v'`' `"i'' `L$\''ı-3b`&Ĺ.;c'Ē`'E' '` $@8' '` &+@'' `  X   \+`@`  $%@ ' 'ĵ.`7`&đ/`c" Ė''' ' $%%'`''`(`,""'`''04%@%`' '`,&' '@''`'''Ȁ ,܀ ܙ*0ܥ,`#@ ܨ '%@y'`'$'m@'`''ܘ# '@' 'ĥ,`'`$ĭ-`/%ĵ.`7&ĺ`'D'''Ԛ#`''`'(ԫ- L'`@`D'' @'`''Ԙ# '@' '`(ԩ,`L' H&'`''Ԕ"''`'(ԥ,`L'L&@'''Ԑ" '@'' (ԡ+@`L' P%'`''Ը' '@'`'(ԛ+  L'T%@'''Դ&''`' (ԗ*@  #w'''Ԫ%`'' '`(Թ.``""Y'`''Ԣ$`'' '`(Ա-` `$'' ;@'`''Ԙ# '@' '`(ԩ,`(%'''Ժ'`'''(ԟ+` ,$'`''԰& '@'' (ԓ* @ 0#@' '@'Ԧ$'''(Ե.`4'@'''Ԛ#`''`'(ԫ- 8&@'''Ԑ" '@'' (ԡ+@`L' %'`''Ը' '@'`'(ԛ+  $@p' '@'Ԯ%'''(ԑ/`` "TŐ#}c@)`'I쀢 =* ?a <x|Hh888ppPX ,0@@'Ā ''ܙ*b` '' ب ,ت`'  T@('@ ''Ȁ ` TL+ج' @(m'''Ȁ J@ /ؘ 'ܟ+`!!'(̫- L'  @(<' ''Ȁ  L@+@ب 'yܭ-`/'`(̹.`L'   ,@( ' ''Ȁ  ,L@+@ب 'Hܭ-`/'`(̹. <@''@''Ȁ (̥,`<M+ خ'ܳ. 5@" * @b x     Dܶ'?c'D'H*#H`#W'H DK  'H@#;H'%`DM &`'#'#DJ@ /@ '`'!#+#?c'D'H'L'P'T'Xx"D~` @'1: @'' Ő#~`'@' 6L~`I@aC Ő#~`L@' #`;Xh;`p;hx#pPTXX@' Ő#~`jD@& ?a 'DD D`'D'`%'0>@d8'p@&'0>@d/'p@&'p'` #` #\'p't    @ # '` *@ '@!( ۀ`00@&% 0%`,`!@&u$l!~`@&| (@L`!@&s!@&f .* !@&^a .*  ` `$??'`$ (*@  L`@`D?؁ ?')~  JࡣL?୤+~`-~ཧZ?  ,@m&`0 `,@_"0'Z ?c'D'H'L'L"D`'''@ ' *@ '@!( ۀH `H@%''* @%' Ő#~`@% :'' 􀢀 , *@ '@!( ۀH `H@% ,%''L&?c'D'H'L'P'T'XD'@'''  Ő#~`@%Ro '" @' fR''#@V'`'T%J@'' \&>'`' "2'`' $@&' '`%Ő#~`@$   € "̀ #• $?c'D'HDH 'H  + D @  'D@$?c'DD!D`T 'D T DX+`@ 'D`X@$D@$?c'DD!D`L 'D L DP+`@ 'D`P@$qD@$n?c'DD%D`$ 'D $ D(+`@, 'D`(@$FD@D@$??c'DDD`@""`@D@ D@$'?c'DD D`L@D@$?c'DDD`\""`\D\ D@#?cX'D'H'L'P'T'XD@i `'' HL@ Tp"'''#x' #|X;`P;X`;hh;pp#DX@ 2Dp@ 'Dp@$ Dp@ Dp@  ?c'DD  ~`@* 'D~a@H  ~a@* D~a:@G'   ~aA@*  ?c'D'H'L'P 'DDJ@ DH@  ~aaD@*'@k9H"" L LJ LP@  ~aL@*'@kP"" ?b؝'D'H'L'P'T'XD~a@HF'?D~a@G~'' ' #\'0#|'#d'|#'(#l'4#',#t'<#'8#%~#`'~#x)~!#h+~a#p-~#/~#1~"#3~a##'~aD~~a@I'H P  ؑ'X ؙ+`  ԡ/h ԩ3p  |x@'܀?x@'?D" X+  !( #`X,D%`X.`& `X*` "`X, $ X-@ & X/ " " $X+`؅ $ ($ ,`X,ԉ#%`0%`4X. Ѝ%&8&<X/`"`@X+`$ DX- %H X.@' L`X*` "P X+@ T'|@!`' ?c'D'H'L'P'H D+` L@ D-`'DHLP@?c'D'H'L'PP  P@ P  @!P@"  ~b@( P`P*``@!|P#`  ~b%@( qD  @!TD"@  ~bC@( \H*``D@!OD"  ~bY@( E @!-'  ~bo@( 6DH*"@ H #P$`P`P .`%P` '`("@L" ?#`, $`T$X$\- `?c'DD  & @ D"@  ~b@(Q D("@D# D@#D$` D$ ?c'D'HH  H H  @ H@"  ~b@(?}H`H*``@ H#`  ~b@'?cD T`" T"`'DX  @ eD"`X  ~b@'?HD XD`T*`@ aD"X  ~b@'?2 @ ?D`X*"   ~c @'?D X*@ H@# H`H -`DX.`$H` '`?c'D'H'LD~c/@E^' }D~c5@D''@ n'h#\'\#d'L#l~M#`~#T#h#p'd~c;D~A~cF@F'L@J* H   <* H "'+`H`T- HX.` * H "\`'+H@ '\@,H `'L@`'' ?a؝'D'H'L'PD~cY@D' D~c_@D'` '`'L` '`+`H`T  '`'`'`* @:'44 Ő#~ce@2?a'`'L` %'`*H@ T@* 4`*H@ X,`"  '`'`'`4 J@'#'#\'#'L#d'#|'#l'#'#t'#'#'#'~#p)~##x+~c#h-~#/~#1~##3~c#`5~#7~##'~cD~~c@EX''h''l4 J"@'888'<< P<`L'LP@'4@?@'\4@?D" <" # ,#`0(\,`)( $`(\-D&`(\/`"`(\+`T$ (\- % (\.@' `(\*` P "" (\+@L$`((\-`H%,`(\.D#'` '`$ (\*@ @# 0'~c@0 (\*@ ~`# 4(\,` $ `(\-5~&`4'~c@ (\*@ ~`# 8(\,` $ `(\-5~&`8(\/` <'@`(\* #`L'4@ ?c'D'HH`D " ?c'D'H'L'P'H D+` L@ D,@ 'DHLP@?c'D'H'L'PP   @yP"`  ~c@$ P P`*``@tP"  ~c@$ lD  @MD"@  `@$ WH*``D@HD"  `@$ @ 4@&'  `6@$ 1DH*"@ H #P`P- $P %5(&@P& L@'`" $"`(","0?c'DD $`" $"`'D(  @D"`(  `L@$L .D (D`$*`@D"(  `j@$6  P@D`(*"   `@$# ?b 'D'H'LD`@A' D`@A '䀢` ''L C'+`H`T4'- HX.`L쀧@!'* H X+` P,@ $耥 ' '`'''* @-'@@ Ő#`@%?''L􀢀 W'*H@ T@H',H`X-`L쀦5'/ H`X* `P, $耥* @*H@ X,`P-`(.`"  '`' '`''@ M8@'䀢 '#\'#'#d'#'#l'x#'#t'#'#|'X#'#'h#+a#p-#x/ #1!#3`#h5#7#9!"#;`#`!)#a##'`D`@Ba h@m'耐  a.@" D" "# X 'h@Q 'x@L ,'@Gh#`@#`Dd$`H`$L\%`PX%T&`\&`t''''@ M#8@B'DDzD@ D` t D# 'DD@ tD'D,% @DLD'HH t AH#`L ` @"``  aD@"] < ``\*``@"`  a`@"F % `\*H"@ \ #\D`'D\@ '@@ ?c'D'HH` D " ?c0'D'H'LDa|@?' Da@?''@ ',#\'4#l'0#d'<#|'8#ta#h#`!!#x#a#p#'(aDa@A< H@H'  a@! D" ̅ " "$ȉ#"(",č%# 0# 4#`8#< '(@$ @$`D'Lx'-`H Ti'.H@ X*@  L쀣 V* H X+` P,@' '(@<" D  @"`D  a@!T C D`@*``@"D  a@!= , D@*"@ @ #@`''' @@'# ?c'D'H'L'P'T'X`"Db@0 @w' Ő#b@o Lb*@S Ő#b-@\ PTX`@'BDbL@S0 @A' Ő#bS@9 Lbv@Se Ő#by@& PTX`@-' Ő#bD@ |\u'`''쀢 >''*  @ * *` *` * ` ''䀐*  @*#@ ' ''耤@&*  '"` + , # `''`%?c'D'H'L'P'T'Xh"Db@4 @y' Ő#b@q \Lb@R Ő#b@^ Id#\h#`PTX\`@;Dc!@Q) @?' Ő#c(@7 "LcV@Rc Ő#cY@$   Ő#cD@ ?c'D'H'L'P'T'XD'@'''  Ő#c@ '" @' ''#@'`'(%@'' H&'`' h l""'' p t$$''x|&@''  '@z''#l@' '``$^'`'%P'''@D''#@8'`'%,Ő#c@7&"  * Qa  BBLB|BBCCTCDCCDDDD4DdDDDDDDDD!?c'D'HD Ő#c@ W;D QD (MD HID hED pAD x=D 9D 5D 1D -D )D %Ő#` @ H"  * Qb EEEEF FF,F<FFLF\FFFFlF|?c'D'H'L'PP"H  Ő#`7@ D  Ő#`\@ zL s''D@ i* H `*H@ (L@6'Ő#`}@\@[ J <  @B' Ő#`@: /P*``@='  Ő#`@# P`"P*# , H#  '?c'D'HDH 'H  + D @  'D@?c'DDtD` H'D  =* *` *` D +, , D`@- -`-`D Ā...D @ @`'D@DȀ !'D  D *@  D`, @x'D@oD@l?c'DD 7`D`" "  " " '>@R`@ND@`@A D  @ z Ő#a@' ?c'DD *`D`" "  " " '>@R}a,@  D  @ D Ő#a3@ ?c'D'H'L'P'TD Ő#a\@ D`D`" "  " " '>@R=a}@ DHP@Z"a@ #\DHP @" Ő#a@ ?c'D'H'L'P'TD Ő#a@ 0`D`" "  " " '>@Qa@q#\DHP @"g Ő#a@Q ?c'D'H'L'P'TD Ő#b@9 0`D`" "  " " '>@Qb2@+#\DHP @% Ő#b9@  ?c'DD.D' ( H  L  H@`T  XT@`'@'?c'D'H'L'P'T'XD'@'''  Ő#bc@ ''    Ő#b@  '" @' ''+`  $$''.`"" @'' +@``%% u@'' .@  $""c'`',`(%@S' '`.`0"@C' '`,  @$/''.`'@Ő#b@  i    s ۀ ) ,L *@ ?c'D'H'L'P'T'XD'@''  Ő#b@  '" @' }g'' ##k''%%]'`''@'`O'' $##A''(%@5' '`0&)' '"@Ő#b@H   π ـ   ߀ )~?c'D'H'LD?;`D`" "  " " '>@Oc@ DH@c@ DH@# Ő#c @??c`'D'H'L'P'T'XD'@''  ''` "  "  " " ',>@O+-`' '& @'耐p '''cL@ ؖ   @'cS@  ؖ @#^'c@''cZ@r   @'ca@`   @#4'9''ch@H   @n'co@6   @# '?`'cv@ ؖ @A'c}@   ؖ @"'@`?`'c@ )ؖ   @'c@  )ؖ @"'@`?'c@ ؖ @'c@  ؖ @"}''`'c@   @'c@   @"S'X' 'c@g   @'c@U   @")'.Ő#c@9 4"  * Xa [([_l`\]8^`````````````````]d쀐Ő#c@?ch'D'H'L'P'T'XD'@''` 8`" "  " " '$>@MV'$' '''`@8    @'`@ `8  @!'q@''`@  8  @'`$@ `8  @!a'E' '`+@u `8  @'`2@b 8  @!5'?`'`9@H 8    @k'`@@3 `8  @!'@`?'`G@ 8 ) @:'`N@ 8 ) @ '@`?'`U@ 8    @ '`\@ `8  @ '@''`c@  8  @'`j@ `8  @ v'Z' '`q@ `8  @'`x@w 8  @ J'.Ő#`@Z *"  * Z` bdc,fgcdfh8h8h8h8h8h8h8h8h8h8h8h8h8h8h8h8h8ePT?c'D'H'L'P'T'XD'@'''  Ő#`@ ''    Ő#`@   '" @' |''* +  +  `  $'`'--- @'p@'`'* * *  @ $$Y'`'--- @'@'`B''* +  +  `  $-'`'--- @'@'`'* * *  @ $@' '-`-@-@า`(`,'' @'`'* * *  @ $@' '-`-@-@า`x`|&'`'* *` *`  h l#@'`',,, @pt%''./ / ``"}'', ,`,` %h'`'... @ "S'`'+, , `%@>' '.`.@.@ฺ`"@)Ő#`@ p ."  * \`, jjpjk k|klxlmmm(n<nl$ooo8noo]* * *   ?c'D'H'LD?8'D` .* *` *` D  H+` +@+@D @ H '??c'D'HD Ő#a@  Z>D TD PD LD HD DD @D (<D`8D x4D h0D p,D (D $Ő#a6@ H"  * \c@ r(r8rHrXrhrxrrrrrrr ?c'D'H'LD?D` D " D* @ nD"D Ȁ  Ő#aS@ dD" ?|D`"`DD` D *`" DD *`@ XD#`DȀ Ő#as@ <D" ?T @@ 1'  Ő#a@ )?CD D*# "@ ?$H$$ +a%% (a@ D%8D`D ]@ 'D@D *@    '??c'D'HH  D``?HDD  ?c'D'HH`` D ?H`` D  D  ?b('D'H'L'P'TT"D  Ő#b@ | D'Db"@/ Ő#b)@ i DbL@/'DbS@.'pp  Ő#bZ@ P Db{@/'Db@/'L'@L@ Ő#bL@ / mP'HP@ Ő#bP@  X''p '#\'#t'0#d'#'#l'#|#h!# #p#c#`%#'#x#'bb@0h% #?d#ȍ?ȕH?L  `P  S''T耢 ?'*` `@ /'+  `(@ $*  ଘ "+``,@6*  ఙ+ "+@,@*` -@-@@ . &/ ` Ő#c@ bTX *`  +@,- - $#@-@./ / &*  บ#`#`,` -`-@-@%`. ฺ'`'`*`  +` +@+@#`,` @h% 1!d" .` /`* @* @'`* ` $ ($ ,,` -`-@-@%`. ฺ'`*  ଙ+  +` +` # , ส%`''@.-`...&/` บ#`+@hlЁ ,@%h%l.` p tȁ /`@"p"t+`h`$` '`' H ''H@( 'Ő#c9@cTY   @O' Ő#cj@GT= ܀  @5'܀ Ő#c@- kT*``@0'܀  Ő#c@ TT`"T*# # %($@ '@ ('@ H'@$%`h%`l%p%t3a&x&|7' ' ;a" " a""# # a##h$  $ % * --@& `Ő#c@T `" #`#``$$`h% 1!d" `&(&,' `" ''@-\`""#`$ $`$'W'T쀥*  +    ]0@f`'Dc@+'l'l'#\'#t'0#d'#'#l'#|'#!##`#c#h%#p' #) #+`#x#'cc@-L  ZP  M''T耢 "'*` `@'+  `(@*   +*   "+``* @,%`-`ȀŐ#`@T *`  `# +@- ༀ1*  + "+@,@*`@-@&.@ Ȁ Ő#`2@mTc  @@_*`  +@,% #@-`.@ *`" ' Ő#`P@=T3 v"@""  #`#`## #$''`n@6 !!?$`$` ('@  0'@- $8. hlЁ / "`h"`l*@ ptЁ , $p$t-`& Ĵ ''!H ''H@%^'Ő#`|@T   @' Ő#`@T ܀  @'܀ Ő#`@ T*``@'܀  Ő#`@j T`"T*# # %($@ '@M ('@H H'@C$%`%h%l&`p&`t7' x' |;a" " a""# # a##!!$`$`$$ % * @% ȀŐ#a@T = @@'`" Ő#a"@T #"@""  #`#`## #$''a?@ !!?$`$` ('@ 0'@$8%`%%& `'g'T쀧*  +    ]@`''t'#\'#'#d'#|'#l'#'#t'#'#'#'i#p)!m#x+ab#h-|#/q#1!#3a[#`5#7v##'aMRaV@+2'T쀢v'*` `@> '+  `(@3Y', 䀥@* *` *` * `  'x'|'@HH?D@D1!.` x |@9;a*  D,*  @ "x"|+  <#$ $ ,`8%% % -`4'& & .`0)' ' "@+/`@x|L</*@ PŐ#a@* *` *` * `, $ h$ l,`,@,@,@(#& p& t`'D'.`䀢@*  +`  'x'|'@KHH?qD@Df1!.` x |@9;a*  D,*  @ "x"|+  <#$ $ ,`8%% % -`4'& & .`0)' ' "@+/`@x|L</*@ PŐ#a@ 'k`''B?bx'D'H'L'P'T'XD Ő#b@ /D'Db%@' Ő#b+@ DbX@''Db^@'%'Dbd@''Dbl@''L'8L@| Ő#bqL@k P'@P@| Ő#bP@V `"''@ j'#\'d#t'(#d'`#'\#l'#|#h!# #p#b#`%#'#x#'tbb@)% #?#Ѝ?ЕH?T 'T@"X\@L ȁ P  ''`耢 't*` `@'+  `(@*  ଘ "+``,@6*  ఙ+ "+@,@*` -@-@@. &/ ` Ő#c@`w *`  +@,- - $#@-@./ / &*  บ#`#`,` -`-@-@%`. ฺ'`'`*`  +` +@+@#`,` @% 1!" .` /`* @* @'`* ` $ ($ ,,` -`-@-@%`. ฺ'`*  hl؁ +  $ h$ l,@ptЁ -@&p&t/`@ " ''H 't'H@ T'Ő#cG@` ,  @'䀐 Ő#c@`   @' Ő#c@w `*``@z'  Ő#c@` ``"`*# # %($@ 't@C ('@>$%`h%`l%p%t&` & '``* * * @#" Ő#c@` `" #`#``$$`% 1!" `&(&,' '`"`"# #`''`쀤*  +    ]0@`''D`$@$['g'F'x#\'(#d'#l=#` B#h#p'h`,4`8@&L  ȁ P  ''`耢 'h*` `@z'x+  `(@o*   +*   "+``* @J,%`-`ȀŐ#`H@:`0 *`  `# +@- ༀ1*  + "+@,@*`@-@&.@ Ȁ Ő#`p@` v @@*`  +@,% #@-`.@ *`" ' Ő#`@` F"@""  ('@+@#`8,@hl؁ -@&h&l/`@pt؁ *@ #p#t,`% Ĭ ''H 'h'xH@'Ő#`@``V   @L'䀐 Ő#`@D`:   @2' Ő#a&@* `*``@-'  Ő#aN@ ``"`*# # %($@ 'h@ ('x@ H'x@$%`%h%l&`p&`t7' x' |;a" " a""# # a##!!$`$`$$ % * @% ȀŐ#aw@` , @@'`" Ő#a@` "@""  ('@y#`8$ $`$$ ''`@쀥*  +    ]@k`'Da@!''`쀥@' 'x#\'#'#d'#|'#l'#'#t'#'#'#'#p)!#x+a#h-#/#1"#3a#`5#7##'haa@#'h/ @`@ 'x* `(@7'+``* *` *` * `  '0'4'@8?q8|@|f1!.` x |@9;a*  D,*  x "x"|+  t#$ $ ,`p%% % -`l'& & .`h)' ' "x+/`@x|Lt/*@ PŐ#b @O 'f'*`   *  +`  '0'4'@/8?q8|@|f1!.` x |@9;a*  D,*  x "x"|+  t#$ $ ,`p%% % -`l'& & .`h)' ' "x+/`@x|Lt/*@ PŐ#bR@ 'k`'p*@ x|@!!,`  D*  *@ (bŐ#@':?cX'DD 'D` * *` *` D  '#h'$#`'#d' #p'#l)!#\+a---D @#xx#xxD/`* @* @!+` +@+@D @ F#||#||D@ c Ő#b@  䀐m i* *` *` D# # ,`,@,@Dส%`(%`,-. . D`& /`* @* @D` "+` +@+@D @ $- -`-`D ...D @ @*` *@ *@ Dบ #`3* *` *` D# +` +@+@D @ - -`-`D @z.`.@.@Dฺ'` ' ?c'D'H'L'P'TD C'''D` 7* *` *` D  H +` +@+@D @ P ,- - D`* *` *` D  ?,`,@,@Dส` %#xx?. .`.`D ( ,D?H?H?P?  ??* +  +  D`  ( , #aʛL',,,D @(,/XZ'Ȁ'.`.@.@Dฺ` " Ā * +  +  D`  $`',- - D` & Ȁ ĀȀ''pȔ" '+  +` +` Dย `(`,?ȅ BF?,- - D`ȵ.`'''/ /`/`D @ 8* *` *` D +, , D` '''܀@ *  ! `''-' #h'h#`'#d'(#p'$#la#\D,`,@,@DHP@) Ő#c@ '܀@  ܀  ؀ @?'' 'ܠ#@ '܀ +  #a'܀x`'܀.`;a '"`' h@k'̀ Ő#c?@c؀@bM B蕢F"`"` ""#`#`- خ$D& L'" H" HD"@"\# `Ԁ 'Ѐ" `"\'g`'?c'D'H'LDH  v' ?-D +@'Dcs@$D(#\#`D D @c{c@?b'D'H'L'P'T'XD'@'''' '$ @'`9 '''"" ?'l?'h'd dEd* *` *`   .d+` +@+@ @  '#\#``d* +  +   `'cc@Bd'd?'P@zF#c#\l#`'#dh#h+c#l#p#tc@@'' ( @:/ /`@c @' ' 0 @+`3c @@`?'% % #\c@@`?'' ' $#\`c@v'`'c @b@`?'% % 'c@/'`  @B@'' @` @m.Ő#`#@s *"  * r`   ƴDŽ|P ?b'D'H'L'P'T'XD'@'' '# @'nG '''"" ?'t?'p'l 8`lIl* *` *` 8บ``聨1l+, , `8  聩 '#\#``8l+  +` +`  8 '`JQ`V@l`'l?'H@x'h#\t#`+`m#dp#h/r#l#p#t`8`[c@' ' ( @*`/8`w @~@' ' 0 @,`38` @a@`?'& & #\8 @`@G '''" "$#\`8`@,y@'' 8`` @d?`'&&'`@0/`8 '@`˚ @C' '`8` @.Ő#`@ *"  * sbP Ͱː,l ?cX'D'H'LD 'D` * *` *` D  LWHS'#h'(#`'#d'#l' #p'$#t#\!!,`,@,@Dส``#xx#xxD. .`.`5./ / D`  F#||#||D@ Ő#a @@ GLWH S'#h'(#`'#d' #p'#la#\#t, ,`,`D  #xx#xxD`-. . 3a...D @  F#||#||D@ Ő#aP@ 'dLWH S'#h'(#`'#d'#l'$#ta#\#p, ,`,`D  #xx#xxD`-. . 3a...D @  F#||#||D@2 Ő#a@ ' Ő#a@ 䀐 ܀ * *` *` D# # ,`,@,@Dส%`(%`,-. . D`& /`* @* @D` "+` +@+@D @ $- -`-`D ...D @ @!*` *@ *@ Dบ `Ā, ,`,`D @-`-@-@Dา&`./ / D`"`䀐 * *` *` D# # ,`,@,@Dส%`(%`,-. . D`& /`* @* @D`"+  +` +` Dย $`,- - D`.`.@.@Dฺ`@* *` *` D Ā +, , D`@u- -`-`D& .`.@.@Dฺ'`Y* *` *` D# +` +@+@D @ - -`-`D @7.`.@.@Dฺ`Ā*` *@ *@ Dบ `@+, , D`$- -`-`D& `'S ?c'D'H'L'P'T'XD Q'''D` E* *` *` D  H ,+` +@+@D @ P ,- - D`.`.@.@Dฺ`Āa 2* *` *` D  ?,`,@,@Dส` %#xx?. .`.`D ( ,D?H?H?P?  ??* +  +  D`  ( , #aʛL',,,D @(,/XZ'Ā'.`.@.@Dฺ` "  * +  +  D`  $`',- - D` & Ā Ā'''Ĕ" '+  +` +` Dย `(`,?ą BF?'',- - D`* *` *` D ġ+@'',,,D @Ā6* *` *` DK `2* *` *` D 'ġ+@''* *` *` D 'ġ+@''''''''\AX =' #h'l#`'#d'$#l'(#p',#t#\D ,,,@D HP@ Ő#a@3''؀ 'Ԁ  '\ ;X 7' #h'l#`'#d'(#p'$#la#\#tD,`,@,@DHP@ Ő#b @Z''؀ ''H\ ;X 7' #h'l#`'#d'$#l',#ta#\#pD,`,@,@DHP@W Ő#b<@'''Ԁ ' Ő#bm@ ܀ " ܀  ؀ @  ܀  Ԁ @?' 'ܤ$`'ܒ" ' h@d'Ȁ Ő#b@\؀@[ B蕢F"`"` ""#`#`,- - D`&`...D @ " * +  +  D`@ `Ȑ $@+, , D`@`Ȑ ,@,,,D @`Ȑ 4@-`-@-@Dฒ@`Ȑ <@؀ .غ&`D" D"`LԀ # P#P$ X '" H"T" H"`TD"# \#``Ѐ'̀" `"\',`'?c'D'H'L'P'T'X "a\#\DH  PX'#$a?c@'D'H'LDH  ' ?BD +@'Db@$,DĀD b@D"`DĀ D (#\#`DD bb@?c8'D'H'L'P'T'XD'@'''' '$ @'L% '''"" ?'?' 'X@b @'A* *` *`   *+` +@+@ @   * * * @  'Tb @`'?'P@p#c#\#`#dc@s@'' ( @. /`c! @W'`' 0 @r* 3`c(0 @;?`'###\`c3;@"}?`'% %$#\`c?G@ d'`' @cKS @P'' '#`#`#\`cX`@6'`'.Ő#cg@ *"  * {b d,<<<<<<<<<<<<<<<<< ?c@'D'H'L'P'T'XD'@'' '# @'Z3 '''"" ?'?' 8`'Pc㖚 @`'8 E* *` *` 8บ``聨-+, , `8  聩  8`* +  +   `8'Lc㢚 @ '?'H@o '#\#`#d`8c@'' ( @./ 8`@c @' ' 0 @+`38 @c @'' '%`%`#\8 @c@'' ''` '`$#\`8c@e'' 8`c @}P?`'%%#\`8c@c6' '.Ő#`@a *"  * }`h |@h ?cp'D'H'L'P'TD@ ' ''$PHL@ T"'' #\T#`D  @{ 'T@0*  ' ` ]0@ ``#h#l଩- -`-`% า``' p' tD'``'#\T#`D  @= U#\T#`D@ A#\T#`D@0 -#\T#`D    @ #\T#`D@ ?c'DD  `x@ +D`@a  `@ D`@'D`@   `@  ?c'D'H'L'P'T'X 'DDJ@ DH@d  `D@}'@2H"" L LJ LP@dm  a(L@^'@1P"" XT"@T TK X!![#Ta]_@ \  aaT@4'?c'DD `" "`'D฀ D * *` *` @D"  a@ ?+&D D D *`" D D`*` *@ *@ @D"฀  a@??c'D'H'L'PD  @LD"@  a@ {H*``D@GD"  a@ d @%'  b@ UDH*"@ H #%($@ L@ (P@ HP@'0% h% l+`8%p%t/@& x& |3`@&&7@' ' ;`H" " `H"""#  #`$ $`$$?c'D'H'L'P'H &D+``L@D,@`(P@ D-@ 'DHLP2?bx'D'H'L'P'T'XDb@ 'Db@ '8'8 '0#\'#'#d'`#'#l'#' #t'#'#|'@#'8#)"N#+b3#`-E#x/:#h1"d#3b?#p5l#7[#9"p#;bT##' b#D*b.@" #$XJ?PPHXP' '0X@' '0`\C'@?@O'<?w@  " @"@`<, ,`,`#<,- - @`X%%<.`.@.@@ฺP'`'`<*` *@ *@ @บ #` ! P" <,`,@,@@ส%`(%`,<---@ @D&'`' "  "  " "  @ >''7ᰀ:* `@ H@*`'@`" `" ` " " +`!!d@'`'@`" `" ` " " -`/d  @ '`'@`" `" ` " "  @?cp'D'H'L`D@`" `" ` " "  H  p#@@0' # # ## `L" "  " " '@L '`'@`" `" ` " " '@  ?c'D`D@`" `" ` " " '>@?ch'D'H`D@`" `" ` " "  H  p#@@' # # ## `'" "  " " '>@?cp'D''D@`" `" ` " " `'@`" `" ` " " '>@'耤'`'@`" `" ` " " ' >@u ' '䀐  ?ch'D'H`D@`" `" ` " "  H  p#@@P' # # ## `'" "  " " '>@0?c ?cx'D'H @ڠ' bh@`D@`" `" ` " "  H  p#@@ # # ## ?c'D'H'LH:HJ`/#0H@^#0b|@j&`D@`" `" ` " " '>@#0@C#0b~@O#0H@J#0b@D#0b@*#0L@7#0?c'D'H'LDHL' 3 @. )b@ @ @" * b@ @   ?c'D'H'LDDL@ @' b@H"Db@H"DDL@?cp'D'H'L'P'D@" "  " " HHP@`'@`" `" ` " "  H  p#@@' % % %% `'" "  " " @ IL"L`#HHP@?cp'D'H'L'PHHP@t`D@" "  " "  H  p#@@' $ $ $$ `'" "  " " >L@HHP@{?c'D'HDH@`"`"` "" ?c0'D'H'L'P'T'X'D''"`"` "`"` `'> ''`'' '`'@`" `" ` " "  Ȗ  p#@@X' "` "` "`"` ?'4#\`'@`" `" ` " " ' ''(','0@%">k`'#`'Ā '" @'   bΖ @@`'@`" `" ` " "   Ę p#@@' # # ##  bא @:?Z& b@*?J'4#\`'@`" `" ` " " ' ''(','0@$>l`' `'H @"@''"  @"@'o  ?c8'D'H'L'P'T'X'D''"`"` "`"` `'> ''`'' '`'@`" `" ` " "  Ȗ  p#@@T' "` "` "`"`  $ c(@ߎ?/'4#\`'@`" `" ` " " ' ''(','0@$>k•>l~@  c? @a?`'"`'Ā `'@`" `" ` " "   Ę p#@@ ' # # ##  cs @-?& c@?'4#\`'@`" `" ` " " ' ''(','0@#>l`'W'''`'{ '`'"?n'' 'd@`?`'['' 'Q@''I''Ac @ޫ?L "  2 *`@ `*`   EE0EdEDDFFEEEEFFFF' `@    ?c'D'H'L'P'T'X'' @['D'' "` "` "`"` '> '@''@&' '@'`' 2 '" @'   c F@r @>' `@f""?@&''''@6`'" "  " "  Ȗ  p#@@ ' &  &  & & @L?'4#\`'@`" `" ` " " ' ''(','0@"K>k@?''@^''@''`'@`' "  "  " "   Ę p#@@ &' % % %% @ `. @X? & `H@H?'4#\`'@`" `" ` " " ' ''(','0@!>l`'''̘ @'<@+:'<@y"'<@+.'<'@@o''<@  K L@ @'?''"'<@+'<'@@G## '<  L` L @"" ?'~ #``#``Ж @#""mЖ @ dД @\WД @W#@R `z@܏?'I `@܆?'@` @z6 "  T2 *`@ `*`   LLMPLLDLDNNMN(NlNLNNNN'ha@?b'D'H'L'P'T'X ' D@`" `" ` " "  8  #@@ ' # # ## H''#p'#`'#h'#'8#x3aU#d5d#t7^#l9!i#|;aM#\#'@`" `" ` " " '4'? !H@ '4ao@  '8 '4' ;'4ar@  '8 '4 ' +'4au@  '8 '4 ' '4ax@  '8 '4 '  '4a{ @I p '4p p"t t#@TXLP  'L'P'T'XLP FʛL'TX𥣈𭤉T 𵥈XZ'䀐 '#@$'% 䀥 䀦l" w`"@"  l#!  h$@$`䍠h FJd$$' "  "  " " c0@#0a@'Āl" @8@,Ȕ@',, @f a0@ڠ@Gl" "l@8@ '004@@ '  a@ڂl"@'  0@3'(@(  l"@ (0@ 0(8@l"@l @ l8@'004@Ҿ@'   a@6l" t 0@һt"@t   b&@l" p )t#04@҆@Ҋ' bN@t@҅t"@l" t0@ҟ t  p"聨@'$l$ $* p '@ 荠D#$ '$p"@'!聨@ l"`'$$ $+ S #荡 Bp@$,$$%`'$l"`'$$ $+ S #p@$,$$%`'$p%'3a聩 B'$l$ $*@ 荡 Bp$,`$$'$'$l$ $*@ p$,`$$'$Yp%'/聩 B"l"`'$$ $+ S @0#荡 Bp$,$@$% '$l"`'$$ $+ S @#p$,$@$% '$  * ` XXYZeVp"聨@'$l$ $* p '@ 荠D#$ '$<p"@''a聨@ l"`'$$ $* R #荡 Bp$+#@$$`'$8l"`'$$ 0$* R S  $+`T%T䀤@ $* \" ``#$* R #p$+#@$$`'$p$''-聩 B:'$l$ 1$*   耢  $+`%쀤@ $* \" ``#$*  荡 Bp$+`#$ '$5'$l$ .$*   耢  $+`%쀤@ $* \" ``# $*  p$+`#$ '$[p$@''+a聩 B"l"`'$$ $* R @#荡 Bp$+`#$$ '$l"`'$$ $* R @#p$+`#$$ '$  * a \<\^l`\ ?c@'D'H'L'P'T'Xd"D@'bv Ő#b}@x@`" `" ` " "    #@@E' # # ## H% 'bO'HH䀦@ Ő#b@ϢO' #pT@#\X#`\#dd#l`#h#t'L P@`" d"Ő#b@}*h@d  Ő#c@ndh@"'d܀@ ܡ+lܧ,$@ܬ'@Y?b'D'H'LD'x" "  " "  '  #@@' $ $ $$ c.? Ő#c5@H"`'cY'H H@ Ő#c`@'#\'#d'#l#`##h#p'cca|" @'|!!|(ʛ'|쀤` Ő#c@V'Xx'@`" `" ` " " c0@'䀐 䀐  c0@$  c0@+'` @Π1* 'll@΋'hh  Ő#`@΃h'd'쀢@ *L@  |$F+d$@''`%@iQ* 'll@T'hh  Ő#`(@Lh'`'쀢@ 4*L@  , L%|(J'  - L0|2 T/ VP#xx. > .``6 '^'`>@M* 'll@'hh  Ő#`A@h'\'쀢@ 0*L@  , L%|(J'  - L0|2 T/ VP. \&' '`WŐ#@ʹA#0"!@'ppŐ#`t0@͟h@͢)phl@'p@h@͔ Ő#`0@͂l  Ő#`0@s?c7FWF: 7W *:7WF + ; 7FcWF# +;7FW, %(@WF@F'?c'D'H'LL" 'LL*`H 'HL+ D 'DLDR#``H"@L"'LH"'HD# 'D?cp'H> & > &  " `@?'#\`@`" `" ` " " ''' ''@_>m`H) @'#\`@`" `" ` " " ''' ''@:  a @Ԑ?H  L L'H  a @x?`@   ag @i?p`T 3 4@  8@  8*`" 8 H`8@̒"H a@ӧ4`H H@̝4@#40$05'H@"'"` *    @̠'  a@ '@̊'耢  'aƐ @?  @ 0" ?cx>& > & `" "  " "  @`@`" `" ` " " '>@ ~+'M"`@`" `" ` " " @'>& `" "  " "   @`" "  " " ' >@ D@R7;ppt@P`@`" `" ` " "   @`@`" `" ` " "  ?c'H#\`@`" `" ` " " '' !@`@`" `" ` " " '>@'H@ D'HH@ ?H @ˍ RH@fH'Ha@gH @x =-@Ha@VH @g ,-'H@4H@:''N/ '@" '*@' @@ ??cp'H'#\`@`" `" ` " " ''' ''@g'H 0 `L @ L @ L@ ?I䀢>k>l<0H@3H@H@  ` " * c, vvvvH*?䀢>kЀ>lՀ>m ?c@'D'H'L'P'T'X'D''"`"` "`"` `'> ''`'`'" "  " "  Ȗ  p#@@' '  '  ' ' ?'4#\`'@`" `" ` " " ' ''(','0@>k`'#`'Āu '" @'   b& @@?`'@`" `" ` " "   Ę p#@@}' # # ##  b/ @Ѵ?<& bI@Ѥ?,'4#\`'@`" `" ` " " ' ''(','0@/>l`' @F@'?c'D'H'LD .@'D"DH@`L@ɈH*LD@ɀ?c('H'L'P'T'@`" `" ` " " H 9HK4" "H@'܀' bH@ "H@̮'܀?''c`'> ''& &  '"@˘@ "@s' '?'':L ^LJ YLb@> '`4L@d'؀> 'X@L@1'Xb@' 'X@k?'''h#\`'X" "  " " '$'('\'`'d@<''X$`$` $`$`  '> '&  `    8 @'?''P PJ Pb@Ƞ> ''8'8P T u?''OȀ >' `Ā  \@ʿ''8@@v  'Ě`'`Ā@'8@˳'Ԁ  @ ''c)' `Ā " \@ʃ'`'8@ˑ'Ԁ  @ '   'Ġ ''3OȀ '8@@ '8@b'Ԁ?'' ' `     @1'  > ?''T TJ Tb@>'Tb@> 'Tb@Ǽ>'' "` "` "`"` `@`" `" ` " " '4>@ `" "  " " '8>@3bY"*Ȁ$$""@j"a0 b@Α"@\"a4 b@΃,Ȁ$$"!0b@R"a0 b@g!4b@B"a4 b@WT@)!4T@1&  ̀ *`@`" `" ` " " a0!0a0@!4a0@ '' `&  ̀ ?' '' @/?cx'H'`@`" `" ` " " '>@C&  @W`@`" `" ` " " '>@/쀐 @H@ƺ9`@`" `" ` " " '>@&  @!`@`" `" ` " " '   @' `&    &  ?cX'H' @L> & h@`" `" ` " "   'Hx#@ # # ##  Ch@`" `" ` " " HV'>& ' #`!#G#\#dh@`" `" ` " " c/6H#>@'x@`" `" ` " "  ?'/h@`" `" ` " " ' N i`'#\h" "  " " ' W #`@?'?cH'D'H'LL?"L> "L> # L> # 'XD@ i#b"D@ ' 'X"@'  L" Hcx@ŜHcz@Ŕ  c}H@M?@;'D@"@'PD@u<  nDc@ň'e' $@Ų' @X@P' c@x' @J" ' *@' @: cD@@\?' $@ń' @*@""` c@I' @" ' *  ' @  cD@@,?W@& #h'l"`H@ @"` `%@H@@# @?&"@5"`L""?@Ƽ'X"@"D@ @Ƌ#`( ?cp'H'#\`@`" `" ` " " ''' ''@' @  `P @M?H M `L @=5 L @ď L@ @ ` " * `     L@l ?G䀢>k>l:.H@V1H@MH@ ` " * a $$$$?䀢>kҀ>l׀>m ?c@'D'H'L'P'T'X'D''"`"` "`"` `'> ''`'`'" "  " "  Ȗ  p#@<' '  '  ' '  $ `p@v?'4#\`'@`" `" ` " " ' ''(','0@>k•>l~@  ` @I?`'"`'Ā `'@`" `" ` " "   Ę p#@' # # ##  ` @?& `@?'4#\`'@`" `" ` " " ' ''(','0@>l`'I''u'`'m?`'d'' 'Z@`?'Q''I'`'Aa @ʡ?E` "  2 *`@ `*`   ppPP@@ @@@@'`  @ {?cp'H'L'L"> &> & > & > &  a0H@;?H"> 2 *` + # @ `?*`    !   '#\` "  "  " " ''' ''@%'䀥?,L@"L"L#?' 䀢>l>m쀢>o @L" ` L$'?' 䀢>l>o%"@L"@'+L#@'#L$@'0L%'?'">k * ` pT4 ( @{'`H   L#'?'">k * ap 88 4L"'L#@' L$'?' 䀢>k뀢>l>m]  `L" ?'䀢>lH  `L" ?'䀢>l3  ` L" ?'䀢>l `L" LL# `$L$?' 䀢>l>m뀢>o `L" PL# `(L$?' 䀢>l>m뀢>o"@¾L"@' `L"'?'">k * ` ||||  L"'?'">k * aL  T ?'`L#@'?'">k * a pppe  L"'?'">k * b`    ((G @ `0L"'L#?'">k * c    `L"?'">k * c 000L0  L"?'">k * c   LL"?'">k * `l 44  `$L"?'">k * `   `L"?'">k * a\ $$$  `L"?'">k * a j  L"?'">k * bH M  `L"?'">k * b llll/  L"?'">k * c4   PL"?'">k * c XXXpp  `(L"?'">k * `    @L"?'">k * ` DDD`D L@"?'">k * a   L@"?'">k * a 000HH  @L"?'">k * a a  4L"'?'">k * bp 88C `L"'?'">k * b $ ` L"'?'">k * ch 000  L"?'">k * c   L"?'">k * `P   HL"?'">k * ` ttt  L"?'">k * a8   `0L" ?'䀢>o|  `,L" ?'䀢>og  `,L" ?'䀢>lR T XL#?' ?'䀢>m5  $L" ?'䀢>m!  ,L" ?'䀢>m   4L" ?'䀢>m  <L" ?'䀢>m  DL" ?'䀢>m  @L" ?'䀢>m  HL" ?'䀢>m $L" aSH@?'H"> 2  + @ + @ @ `?*`   $ Tdx(<P             d( |tPTPlxh?c'D'HD \?H@rD`XH?@kD` "`'H`H @'D` ?@TD$?@M '?c'D'HD@'H@'' 1H@' ''@ D@u'@-' '쀢`D?@ '?c'D'HH T 'H` H`\@?Dm'DHbD ,H`,D4H4D <H`<?cH'H'L'̐ 'Ȑ> & > & > & ' " " "" $ ax@z?'''(#\`" "  " " '''' '$@>oHHL ',`a@','H@ 'Ԛ # TH@y @p"@ a@H@^ `" @5$ , @0$`4 @+$< 2@&$  2@!% $ @%`\ @%X'L@''̀dL@w`@`" `" ` " "    p#@ $ $ $$ . \ @y`X @t@@'Q'(#\` "  "  " " '''' '$@P>m0Ȁ@0'в`' @1&``* ' "T `4@ `$` 8?@' @?cP'D'H'L'P'T'XD'@'' @j'' @# #  # # '?/`' @`" `" ` " " '>?@d'0' #`#` #`#` ' @`$`$` $$ `'`'0" "  " " p#@s'  #  #  # # '  @?ch'H> & &  T @aH@'(@'(aH@' `܀  \@O'`aH@ܖ'Ha@ H`4 H@A=aH@`bH@bH@Hb@`0'&  ؀`" "  " "   H@  & " b"@n?' #\`" "  " " ' ''''@>md ?b'D'H?#'?#'Hcx@`" `" ` " " DK`'@!?#d#?c'',bKD@'  bU@?','0b~D@'   b@?',',bh' ',b @? @'Ȑ 2@' D'$D@l?#O`# ?O  D' '0'4b@'` b@ha@_Ē @[?e`',@`" `" ` " " '0   p#@Q', # # ## `'," "  " " /ࠔ'>/1?#`3`'@5?9?#d@'0?#`c @j?`',@`" `" ` " " `H' >?#?c'?)?#'@q'0@Ȓ?@i-?'O1?#`'5?  cF@$?`',@`" `" ` " " ',Țp#@x', # # ## ha@',H% %  % % ؀ Ē @??#?c @* @?'  cZ@:'#\`', "  "  " " '''''@e''?@* +?c-? D@"/?'1?#, '?c   ?#*`'?#?c @* ? @?'  cp@?c # H!?##?c@* $8)?#@* %4%0Ē @3?c  c@S? ?ch> & > & '#\`" "  " " '' '''@'܀~mT?;` "  "  " " '>c@i'  c@?`@`" `" ` " " ?@I ?c'D'H'L'P'T'jDHL@ 'D@P@!'HL@ 'DP@'HL@ zD'H"#``#`` @ iD H @`D@7WH @VDH @N c@?I c@?' `T@x?'5T"  `2 *`@ `*`   ɔɔttʰDhʐ?c'D'H'L'P'LDH@ r'DH@ K'@L"@'DH@ ?''@L""'  K@ L @L"" ?'} #``#``D @Q#L""lLD @CcLD @;[WD @4LW#@Q `@?'H `2@?'? `QP@?'5P"  l2 *`@ `*`   <ll<  ͰD͈h?c'D'H'L'P'T'>DHL@ Xi'D@P@'HL@ K\'DP@'HL@ =N `f@E?I `@=?' `T@5?'5T"  l2 *`@ `*`   PττP00ϼττPP?c'D'H'L'P'VLDH@ /'DH@ '@GL"@v'DH@ ''@=L""'  K@ L @L"" ?'Q `@?'H `@?'? `P@?'5P"  ȓ2 *`@ `*`   HxxH,, 0xxHHTTTT?cx'H'L'P'T'XH"L"@P"T"X#\#@"@"@H"@H'  a@.? D`  >H`( @P"H `8 @L#PPHHL@ @H( @yP#P@ P`HX"P`4\$ > >o a* @?w  L @ L`  @ET"L T w 'T`& T & L `''쀤L`\@#'耣  `$'`' X' @*  +` &   P`L P`L'*@  &   aI@_?\#\`@`" `" ` " " HLPTXP T` X "T@ \$DL T,  'L@  @L`   @T"P T` X "T@ \$ >   a @?L`\"P # P`0 L` @X" > L@\$@cP  P`L P@P`HX$@P L@X%BP@& "L` `" "  " " @P@HX%@L`X' ~   > >m>l a @m?  > >k>l?c'D'HD@' H*<"`DJ }5D "'D K {$`'L{H*J?`/**# D+ `H@A?c'D'H'LL :@d' LD@*L@@/L"L" '  Da@ LD@*D*@ L#@DHtHKDL@?c'D'H'L'P'T'XDH@DL@DP@DT@DX@D\@D @  ?c'D'H'L'P!#\PDH!a D /@$D@D@"'K`/#' ''D"D@'D$,D'/LJ@ h''L5`O /0O!#\'P!Hh U!#\''P!HS @,OH#\''Pa; (H#\'''Pa' PD@ Pa@PH@??c'D'H'LL /@$$L@L@"'K`/#' ''L"L@'L$,/HJ`/!#\DH!a 9!#\'DH!a #'a@'H@'!@r' D@@ D*??c'D'H'LLH@"D'HD@'@L#'@h''' M`/%'-O "@L&`'@L&?cX'D'H'LD (H`@~'@'H" DH"H#`,D`(H@ ?  DHHT # 8 H TH`@"8 "@ 8@"`H b@ ZL ,Db@  @ D`@"  "@  b"@"` "@Db$@  b'@"`  "@ "  `b* @\? K " 'D@T $W@(sL0D`b?@w @ D` @"  # @ ` bB@" "@D bD@I ` bG@"  "@` "  `bJ @? K " H`H4@r$H?% 44Ѐt H H4@\W3 $#($`44H @&%`0HH 0H`@4" 4"`0"@b_ @?; @  'D b@ ' 'Ѐ А   @ "`HH  b @]? ?c P@' b@""`"" # #`# @A$ ?$` ?4$?%`(?%,&`0&4&8' <'`@" D"`H"L?c ,@;' b@c"?2`?" #`#$ $` $$% %` %(?c D@ ' b@5""`2" # #`?#$` $$$ 2@% , @%`0 @%( @%4 #@& 8 @&`< @&@?c 0@' c@"?"`"?# #$ $`$$ % $%`( @x%,?c d@' c @"?"`""#` $ $` @U$$%  @D%`$/%(3b& ,7&0;b' 4b" 8"<# @?#`D$ H$`L$P$T+b% X/%\& `?c'DD D` @'D"L c:@NDLD D` @DLD`D,D LDD&  -@?cH'> & > & ?'#\`@`" `" ` " " ''' ''R>m  @'Ԁ cZ@"`T 0'Dcx@`" `" ` " " >'' \@ ''@'D% %  % % ̶' '  @`*  #`Ԣ ,>& '䀥@ @'` ua',` @` Ԑ', `@^@'А', `@r Ԑ',`@E '(@x?` ؀  J  K@@?А?'ܐ',`@A Ԑ ',`@ ` "   * a 44'x?cH'D'H"$ @"b$ @" @"'DHJ''H@)"$  @"b$'"$@-'' "$@'R W@    b''c@'  c ?@  cD@V Ar"b((W2"(# '@(##$c '$H+%b @' c@,"(@c@  "$?(@I@ "(?c'D'H'L' '" L@ HJ DHK+@H`'HD'D$'L D -D 'D`'?c'D'H'L''L DHJ*H`'HD'D 'D,@?c'D'H'LHL "'HK` H'HL` $'HDHM-@H 'HD`'DD.?c'D* bD@y+ bD@o! c!D@e cOD@[  ߀ Ӏ ?c '* @u"a8* @o"<8 !<  #f R!8" "@<"#aD#H!$!L#$b4%$@?)%"L !@aDH]@!DaH+#a<@ G!<&:`'!8':`'!8'@:`' '*`!8@("a8*`!<@ "<8 !<  #tG * <  + 8 ,`'8& -Ƭ<%`.   |?L @!$"L#$bL%L@`&.`) -`/"L?"bLƔ<ƖH"#b@%@$'$@f.+a,:"L @"bL"L ? @   L@   !<@k!8@g Qqa# !@aDH4#"4 #@!!< (* @  `.`@, %@ .``  &' a< !<@!8@ "L !<@ !8@ ?"bL"@  * a T|"L.`b  4> . ' Ɣ<@". &.`)!-`/` .   +`!# @ .`a *   w> . ' #Ƣb<$`. &.`! *` `.#`,)# @ .`a *   #H!$!D#$a@*"(@" "_"b00@" #`R"(b0@ #A"b88@" #`4"(b8@ ,#|#"(" "(@" "0" 0@" "0 " "0" "0" "0" "0" $"0@" ("0"  "b< "b< "b< "b< "b< "b< "b< "b< "b< "b< "b< "b< "b<"b<"8@" $"8@" ,"8@" 4"8@" <"8@" @"8 " Hy"8" 8" o"8" i"8" Lc"8@" P] @B"bDV"D"b<P"D?@@RH"D?@@J@!L"  2:* ’`  t4x t t t t t H`x,@Th| t t 8Ph$<\?c" 4"$ "$㴀 Ř##c㸀!Š##$c%  c@t #@'$@)%" "J`/$ #!a#@!$!ObJ  /`cR *` "T'"`'J /`` b@  "T "@M@'"T  " "b'A"! "T"b$"2 :( V!   c@&@<+"T "@"bT#a'$@)"+bT@ ݀  "dŒc@#" "c "㼘" + /!T#Ȁ $#c 'Ā)# -  +c`-%%`  1#Œc@ Œc@ @4"  '* Œa     8 D P \ h t           (4@LXdp|p<0?c   "T"    @ b@ K"Œc@5#" "c "㼘" + /!T#Ȁ $#c 'Ā)# -  +c`-%%`  1#Œc@ Œc@ @23b"T&@   O/@ ```!$!  "@"' 'O K"Œc@#" "c "㼘" + /!T#Ȁ $#c 'Ā)# -  +c`-%%`  1#Œc@ Œc@ @3cN```@@v"K"Œc@e#" "c "㼘" + /!T#Ȁ $#c 'Ā)# -  +c`-%%`  1#Œc@1 Œc@) @b3a  '` "` '` "`'#!``!!+#``'- +``1&"T?c"$a ""! #aT!"CO OJ@   + ;` /`cR *`D@?c'DD` "D@xD@u?c'D'HDH"D *D #`D ,`D,DD`% D& ?c'D'HHD` "` "" D (H@H@SHD@c @?D,H?@H   D0H?@ ?c'D'HHD`"`"" ' 'H`$'@f'@H$ '쀤@q@:'D (@H'耐 Hcݐ @?`,H?@H " @' `@@"" #` 'H$`% H@'H@H@` @\?YH ?@'H @H`@}#H$H@H H`@@'H @H@`D @(?%H"DD`4HH@gHD@`r @? D8?H@3 ?c'D'H'LD 'H'J  K@  'L@L M@:N-''/O@ J@:'K  K `'L$HM L  ?c'D'H'L'PH$D@ )HJ`# HJ  H@L?@''Hk @'P@?c'D @_D"`P @bD"TD"XD?#D?#D,`D,D?$?c \@e'  a@* ?c @J'  a@  " "@" ?c'D'HD`""`'DD@ @D  !D *`" D D`*` *" *@ @D"  a@?1D " D * *`"@*` @D"  a@?* *`"@*` DH \@#?c'D'H'LLH@L HD'?*` *" *@ H '1HL ?L'+  +`#@ +` H 'D,- +`DX@DPha@D Tha@D \ &@ @F"`PDP@'' D P@@`P@L?Q ' @&"`TDT@'DT@ '@'' @w@r@u T@6`' @ @"D +` +@! @D@?c8'D'H'H"@?'h]'D'L#\''d''`'a@?''< '*`0 @ * ,@ ' ' 'a @t![?''(@  '* +  ` @ * *`  ' ' 'b @@!'* *`  'hD@''h(? 'hj ?c'D'H'H􀢀 ]* *`"@*` H'`P@''쀣`P@oDb*@'#\`--1 @.9!0 b-D@`* *`  XD@'  ' ?c'D'HDH?cp'D'H'L'P'T'!@?aH?'LԀ .ԑ* *`"@*` L'`+, #`' X'(DH@Ц'@?荡D?Ԩ 'PT@]?c'D ''D@ 0* *`"@*` D'`+, #`X@@O'Pha@ Tha@l`'D@H@5'D  D` @:@''D@2@'  ?c'D'HHD  C'D 9* *`"@*` D'+` +# +@H @ '`. .`5X X@  `' ?c'D'HHD@" ?c'D'H'LH D@"H ?H+` +# +@D @ '- -`-L@ ?c'D'H'L'P'T'XH D@"H ?-H+` +# +@D @ ' ?`X' L&&P'@T@"X#@ ?c'D'H'L'P'T'XH D@"H ?3H+` +# +@D @ ' ? `X'L%X'`P"@T#` \$`$`$ ?c'D'H'L'#L DJ (DL+@'+a(-!(bF@'H%H@H"@?c'D'H'L'PD ?''H@L"P菠"?c'DD ?c'D'HDH?c'D'H'L'PH"`D($!(@e''P @ L'(L,L -@ '?c'D'H'L'P'T'XP'\'!PL#@P#\$H@'$'D@%@..&.D`'  X'`` L%P%\'''@耢@= *@  +`T$`,@`-X&`'/   *`T"  +@`` ,X%`''''耦@= *@  +``$`$,@`-d&`' /   *``"  $+@`` ,d%`''?c'D'H'L'P'T'XP'\'!TL#@P#\$H@'$'D@%@~..&.D`'k X'`X`` L%P%\''@耢@ *@  +`T$`,@`-X&`''耧 *@  +``$`$,@`-d&`'?c'D'H'LD"`' ** *`"@*` D' X' H ‹D"  ?H` $'?c'D'H'LD"`' ** *`"@*` D' X'HD""   ?H` $'?c'D'H'L'P'T'XP'\'!XL#@P#\$H@'$'D@%@..&.D`' X'`` L%P%\'''@耢@= *@  +`T$`,@`-X&`'/   *`T"  +@`` ,X%`''''耦@= *@  +``$`$,@`-d&`' /   *``"  $+@`` ,d%`''?c'D'H'L'P'T'XLPLP BDHDHHD#``#``@T"" LPDH@X"@"`?c'D'H'L'P'T'XLP@KDH@T"" LP@qDH@X"@"`?c  `` B @`H?  @`P `` VR?' @g?cH@`?`` ?`@`" `" ` " " p' @`"``"`` "`"` #@' %  %  % % `` `` D@`@` JF?𥤉??' @!?c'D'HD X' (@'  bX@]? ( @ " #`#'K* @v"`  bn@:?* @e"`  b@)?' # *@ `, ##  -@`.@`&& `'" "$ 'K* @""`   b@?@* @"`$  b@?/' # *@ ` , ##  $-@`$.@`&& `'H"X ?c'D'H (@'  b@?H P'HTD!# #`'c@HP'H TD!'' c@$@$% @T* @"`  c@E?* @p"`  c?@4?' ,H P'HTD!'''cf@c +@$@$`-`%%`'HP'HTDg!l'' cn@:' " "`$ T* @"`   cq@?I* @"`$  c@?8' ,H P'HTD!$'''c@ +@$@$`$-`%%`'H&X ?c'D'HH  H`cD@HcD@'H@ H,`H -@ cD@`'HcD@'H@H *@  H`$, cD@e' ?c'D'HDH?c'DD)D` D@BD  D@9D D @0D$D`$@'D@$?cP'D'H'L'P'T"HP"@"`PT""L` L DH?!"P?#bP?L4<''L@," #`` B?@L+`  @J?@*L`,@`@إP?'PTfL  V3bP?5P?L7 @? ''L  ," #`` B?@L +`  @ЙJ?@L` ,@`@ȥP?''@'HP%%T &&  ?c'D'HHD  H D  H`` D @ HD` o'D@0H *@  D`, @H-`D .@ D ?`''D  0H *@  D` , @H$-`D $.@ D  `' ?c'D'H??c'D'H??c'D'H??c'D'H??c'D ?c'D'H'L'P'T??c'D'H??c'D'HD X' (@`'  `@%? ( @ " @'* @F"`  `@ ?* @5"`  `;@?' ? *@ `, ##  -@`.`` & & `* ,`#@#``-/   &`&` ''* @"`   `^@?\* @"`$  `{@?K' ? *@ ` , ##  -@` .`` & & `$* $,`#@#``$-$/   &`&` 'H"X ?cp'D'H (@l'  `@1?H P'HTD! ##`#`'`@_HP'H TDx!''0`@K$@Б* @)"`  `@?Б* @"`  `@?'Ѐ >H P'HTD9!'''' '(`@  ԡ+@$@$`ԭ-`%% `Թ.'@'``ԙ* #`#` Ԣ`'HP'HTD!u''0a@% Б* @"`   a@r?[Б* @"`$  a/@a?J'Ѐ >H P'HTD!6'''' '(aR@ ԡ+@$@$` ԭ-`%% `$Թ.'@'``$ԙ* #`#` Ԣ`'H$X ?c'D'HH  H``abD@8HaqD@1'H@ ,H,`#\#`H`-`` #d#hH/`@`H +@`` avD@'HaD@'H ,H$.`#\#`H`$*`  #d#hH` , H -` aD@ ' ?c'D'HDHs?c'DD @D`@D @D$@D@?c'D'H'L'P'TL  P"" T#@#`'L@3L *@  #``#``L` ,  DH#dd#dd''PH$$T L%% `''L3L *@  #``#``L`,  DH#dd#dd''P$$T %% `' ?c'D'HH D  HD  H``D@ H D  D 'D`VH *@  D` , @;H -` D .@  D(H`$*` D $+@@`HH$-  D$.` L e ''D@@VH *@  D`, @;H-` D .@  D(H`*` D +@@`HH-  D.` L   ' ?c'D'HD X' (@'  a@? ( @ " @'* @"`  a@?* @"`  b@?' ? *@ `, ##  -@`.`` & & `* ,`#@#``-/   &`&` ''* @"`   b&@^?\* @"`$  bC@M?K' ? *@ ` , ##  -@` .`` & & `$* $,`#@#``$-$/   &`&` 'H"X ?cp'D'H (@('  bf@?H P'HTDP! !#`#`'b|@HP'H TD4!''0b@$@Б* @"`  b@?Б* @"`  b@?'Ѐ >H P'HTD!'''' '(b@ ԡ+@$@$`ԭ-`%% `Թ.'@'``ԙ* #`#` Ԣ`'HP'HTD!u''0b@% Б* @j"`   b@.?[Б* @Y"`$  b@?J'Ѐ >H P'HTDz!6'''' '(c@J ԡ+@$@$` ԭ-`%% `$Թ.'@'``$ԙ* #`#` Ԣ`'H$X ?c'D'HH  H``c*D@Hc9D@'H@ ,H,`#\#`H`-`` #d#hH/`@`H +@`` c>D@'Hc[D@'H ,H$.`#\#`H`$*`  #d#hH` , H -` c`D@ ' ?c'D'HDHs?c'DD @qD`@mD @iD$@eD@b?cp'D'H'L'P'TL  P""!T#@#`' LDH #``#``'(!#dd#dd 'L 3L *@  #``#``L` ,  ؕ#dd#dd''PL$$T P%% `''L3L *@  #``#``L`,  ؕ#dd#dd''P$$T %% `' ?c'D'HH D  HD  H``D@ H D  D 'D`VH *@  D` , @;H -` D .@  D(H`$*` D $+@@`HH$-  D$.` L e ''D@@VH *@  D`, @;H-` D .@  D(H`*` D +@@`HH-  D.` L   ' ?cp'D'H'L'PH'D''0@ P"L#?c'D'H'L'PDH@LP?cp'D'H'LD'H'L''0@?c'D'H'LDH@L?c'D'H'L'P'T'XD* *`" *` H '@?#P DcL LFTXR𭥈T??c'D'H'L'P'TDH@LPT ?cp'D'H'L'P'T'XDH?А'0@ ,L"@P"T#@X$ \$$?c'D'H'L'P'T'XX#\D@`HLPT?c @"# BHc $ LR (6X&&  ?c #\ #` $#d ( ;h     @P ?c@@&& @ ?c& ' "  * @ '   @`' & `'  &  - -`%-` &  ?c`'D'HD V''D@q@DJ :`''0D@H"" 2''D@P@DJ :aH* HDK *  '`'!H@]'''D@%DJ :aH* HDK *  '`'!H@2'''D@DJ :aH* HDK *  '`'!H@''D@L''@H%% ''D@DJ :aH* HDK *  '`'!H@'''D@DJ :aH* HDK *  '`'!Ha @P '!Ha @B '!Ha @4 '!Ha! @& 'u!Ha$ @ 'g!Ha( @  'Y!Ha, @ 'K!Ha0 @ '=!Ha3 @ '/!Ha5 @ '!!Ha7 @ '!Ha9 @ '  ''D@@DJ :aH* HDK *  '`'!H@'''D@DJ :aH* HDK *  '`'!H@'''D@lDJ :aH* HDK *  '`'!H@y''D@''@'@3H%%   Ѐ ր f ?c'D'H'LD@'H@'' DJ @D+ ''HL@tH-'DHL@j?c'D'D#@'D#@Z''''@ !m'@8`'''g"!m'@"`''"@ ' @&'?c'DD: 2`@:`*`"  D d@ D!@  ?cp'D'D@U'@[''ܐ'J ÖaJ  @ܠ '',@'@p#``'D?]ܬ''خ'M5ôaN@ ؐ ''*@ 'ܐ @B#``#虢 JL?@-ؠ ''ܢ'L@)è!aL`'M . @ܶ''/'ؐ @Z@??c @X''@W' * + " +   `'!?!?c@'D'H'L'P'T'XLPDH#``#``@\?#X"@"`HT DH?'X@T ?c #? '\"" Ѕ ?𙢈țL' '졠? R?DH𵥈Xн<X#@#`~ 2  B?\"@"`Е(Jࡣ ? үV'`'쵠?\ B?DH𕡈HН,X$$ F#`  2  B?\"@"`(Е(Jࡣ ? үV'`'쵠?\ B?DH𕡈HН,X$$ #` ੥ R?%0 V?Y  * \"@"`Ѝ$?ʟN' '쥠?`𭥉T?DHZЁ>X##! ( * (\"@"`(Ѝ$?ʟN' '쥠?`(𭥉T?DHZЁ>X##c! 0 * 0\"@"`0Ѝ$?ʟN' '쥠?`0𭥉T?DHZЁ>X##3! 8 * 8\"@"`8Ѝ$?ʟN' '쥠?`8𭥉T?DHZЁ>X##! @ * @\"@"`@Ѝ$?ʟN' '쥠?`@𭥉T?DHZЁ>X##! H * H\"@"`HЍ$?ʟN' '쥠?`H𭥉T?DHZЁ>X##! P " P\"@"`P?Б& D#?DHNЩ2X#@#`{ X 3 X\"@"`̅?PؑDЙ*L?Xة? ַZ'`'콠?X@?DHFؙX$$ B#``  3 `\"@"`̅?PؑDЙ*L?`ة? ַZ'`'콠?`@?DHFؙX$$  #`h  3 h\"@"`̅?PؑDЙ*L?hة? ַZ'`'콠?h@?DHFؙX$$ #`p  3 p\"@"`̅?PؑDЙ*L?pة? ַZ'`'콠?p@?DHFؙX$$ #`x  3 x\"@"`̅?PؑDЙ*L?xة? ַZ'`'콠?x@?DHFؙX$$ ^#`  3 \"@"`̅?PؑDЙ*L?ة? ַZ'`'콠?@?DHFؙX$$ %#`  + \"@"`̅?PؑDЙ*L??#؁ Rc?DHZ؁X###?` ?  D  B?` F\""ș ?إ ṊV? Pؽ ZЅ B?\@`ؕ ?𡣈̣P' '쩠?\@` V?DH𽦈\؅X$$'( D ( B?` F\""ș ?إ ṊV? Pؽ ZЅ B?\@`ؕ ?𡣈̣P' '쩠?\@` V?DH𽦈\؅X$$X'0 D 0 B?` F\""ș ?إ ṊV? Pؽ ZЅ B?\@`ؕ ?𡣈̣P' '쩠?\@` V?DH𽦈\؅X$$'0D?) H??c  D& `   "&   J   ұгX& `   +, , , #`` ,`,$#ddȗJ& $'  L  - -`%-`#`` $--%#dd& (3` (&    ("& ( $`& $ $< $" <& $ `&   " &  `&   !'&  !n!m' @   # &  `& '&  !n!m'  &    # &  `&  +, #,  & @?c ' & '` #* @ '  `'   $&  '`&  -5@@{?c'D'H*#HH`#HW'H DK  'H@#H;H'%`DM &`'#H'#HDJ@ /@ '`'!#H+#H?c'DD#@{D#@|!p#``#``  ?c'D'H'#\''' 'DH!* *`" *`  ?cx'D'H' #\''' 'DH''i#\;`!Ha@{I!H?c'D'H' #\''' 'DH''?!Ha@{$!H?ch'D'H'L' #\''' 'DH''L'H'*ܘ 'ܚ# K@/׀AO׀ % O*@ؖ'3J/ܔ'O׀ )* t@ ؔ @zؖ'+ +`!!t@z#'lb*@zb6@zb:@z @{b?@zbD@zbI@z @zbM@zbQ@zzbV@zrؤ ,@ئ'-􀢠 ^ab[@zWbd@#``@zLج -@خ'.~bi@z8t"lb{@z/kb@z'cO.@ض'/YOא" B 7 2  /`@/`@@ `*`   .$2p7X P0 #P|()*+0,pK ؞'!H?c @z'?cx'D"D*- @z#``#dd#dd' #\'' '',''#'l#g'Db@ylD?c@'D'H'L'P'T'X/H\` %X @r %D"@q"b  @&Db腠!%Hb苠$%Tb쑡'%Xb엢H*%@,o"b@-]` "b@ #@"b@ DHTX@,B`\H@-3p%0lb l%<`\@Ȯ'1b %(("#pp8< #(%((*#pp H" H<# 1%((3#ppH%(( #pp H"H0 #'%(()#ppH0ɬ#/b1%((3#pp %@ %LL#pp078%T#cʼ<$@*b#c@*;'"'쀐#pp0?% "#\  cH#b@ " '쀐$@*0#\P#h #`#d8LHTb@/~P %P0#\P#h #`#d8LHTHH@/iT0H'艠$0 # #pp0I*H0H'䡠00 # `'ܨܐ"'܀#pp05%#\c|@y ܐ" '܀ #\`c`|@a#\\c\|@T\8% L%(\`@H<%,#\,(c @,d"Dhd@*x%4tbJt%@hd@'؍&@(%LL <"@*%@@@4@hd@J  d%Hh%8?%P h%Hd%8 %P8"8@ #3b5%((7#pp8@I# =%((?#pp H"JH@ɤ#I&%(((#ppH@#I.b0%((2#pp %@ %LLx#pp@I68ȸ%T#c<$@(#c@('ША"'Ѐ#pp@I>% "#\  D##b@ А" 'Ѐ$@([@#\P#h#`#dH8LT"@-P %P@#\P#h#`#dH8LTDD@-xb ]hd@ʢ  d%Hh%8?%P h%Hd%8 %P8" 84# )b+%((-#pp84ɰ#3%((5#pp H"ʸH4I#<%((>#ppH4 #$bH&%(((#pp %@ %LL#pp4,8H%T#c <$@'#c@''ȨȐ"'Ȁ#pp44% "#\  D##b@  Ȑ" 'Ȁ$@'`4#\P#h #`#dH8LT"@,P %P4#\P#h #`#dH8LTDD@,T4'ij94I#ʼ #pp4?HH4'%4I#ʨ `'"'#pp4*%#\#$@ " '#\hch@#\dcd@P%(dh@/I%,#\(,(c @)Db譥5%Hb賥8%Tb칦;%Xb쿧H>%@&"b@'# #\"b"b@#@UDHTX@&b"@'#,b@6#0!%#\#4c @)S"b@`\hd@'mX @ @P@Q2%\%`%?c('D'H'L'P'T'X/ @pXc8\ @rTc@ʤ TcDI&%88#H)*%<TcD -%88#L01%<XcP\ @rs"##@rt8#T @rq@rr cX ( @rF   G% cX @rL?`G@%@ % @r*%@ c\ @r3%@ c` @r$@@ %@ cd @q(%D'D"% cd @q% cX @q% c` @q % cX @qcX ( @q cd ( @q (#\HDLPcT@(X ch  @qX cl  @q'' ' ('H'X'@r><#T @q@qX ch  @qk$X cl  @q^'' ' ('H'X'@r8#T @qU@qV  G?% cX @q9 `  (' "' "G@F$ @p " ' (#\HHDLPcT@'c%%%% %@%p?c'D'H'L/(D3%#p%%#t   #x6% 9%#pʼ #t=% %#| #t H"@Hct(L"E# # H"@Hc0L"*# # H"@Hc8L"#pH"@HctI>L"?c'DD"?c'D'H'L'P'T'XDH@H "8P"\H"<P"`H"@LP@%ɨ"dH"DL"h"8"bHL"lD"LL"pD"P"d"btD"TP"x"8"bXP"|X#\`#` #d b8\\T@ B?b'D/ D5D%  d%   p s q r t  u  "!P!<@o^c  @o0  @oK@oR%  @O:U p 5U q 5U r 5U s 5U t 5U u 5U  5U  5U  5U  5U  5R!T)R!T' %"@'䀐* .R@ U  %" '䀐U* R@ % c }%R!T3R!T'ܐ %ܒ"@'܀$* .R@ *aS  % c  %ܐ" '܀R!T %2aTR!T nR!T?%$$'Ԑ %Ԓ"@'Ԁ\R!T"  -`aV-VR  2 -`c.-.R 2 -`aVR  -aVR  -`c.R *!R `%(('̤ ̐"'̀@* *aS 2@ ̐" '̀ %Ԑ" 'Ԁ,`  x  @u,`( x @m!$@m`,  @m` L @m@m P @m '@ 'D x'L,'H'\ T'P'T X'X'`'d@@nf'@ 'D@@n^U? '8 %8"@'88|! @nF'44%  @n<'44  @n/'44 @n)'444L4SU', ,"',,+ @n'(( @m'((( (' ," ', %8" '8 @m'$$B  @m'$$5 c0 @m'$$' %*    @m'$$ % @m'$$$$ U' "'^o𨀤 @m_'3'%"@'*    @mE' %" '@m4'W^ " 'R#0U V 2aX 2a'@ 'D'H@@ma* VR@ 3!X"  @l1  @l%  @l #'    @l@l P @k"  @l@l P @k"  |@l@l P @k" x d@k  @k c0 @k@k P @k%%%%%% ?c'D'H'L/`Lc؅ !%@"!pDb$I&"tH"x?c'DDat"?c'D'H'L'P'T'X/hD@%%H@&%X "p!%"t$%"|%"pJ "p%"tʬ "t%"xJ "x%"|ʰ "|%#觤H23% #该H67%LbI:軦<=% TX@'4DHLTX@'?c'D'H'L'P/D@%U% H@%Q%(L@%%$P@%%, "p!%$"t$%("p'%,"tH*%"|%"|Ȱ%"p "p%"t  "t%"x "x%"|  "|%"p "p%"t  "t%"x "x%"|  "|%##$%#𑡈'(% #𙢈+,#``#𡣈/0%%' " '@'9L@$"t2%P@$"t4%"p "p%"t  "t%"x "x%"|  "|%"p "p%"t  "t%"x "x%"|  "|%"'c)*%" -c𡣈/0% "3c56#``" 9c𹦈;<%%`' " ' @&%?cp'D'H'L'P/D@#"p!%4H@$"t#%8"cH&'%$"bH*,-%, b1|Ȳ/5%0 b9;"|H7?%("|8H%8 "$`$I$'(%%L8 %"*`(*-.%L# "0`$I034%"6`(69:%L%%L2 @: #4pʠ  2 @: #p"%4L2 @: #8Ȧt   L2 @: #t+%82 @: #4/xJ  2 @: #xH%4L2 @: #8H8|  L2 @: #|%84#!"%8#%&% $,(0 @B#b % #bɬ%"%"%#\(#`0#d#h#l#p#tL#xP#|$L , @9%D%H"|Hȴ%HD"p%<H"tH%@"<"b腠!D"<"ȤbI蓡('@%D""䀐@"b 𡣈/H"@"HbɴH6'@H"?c'D'H'L'PD`P @g  "` H"$2D`P @g  "` H"(D`P @g "` H"$L"(" ?c'DD@?0?c@?,?c@1?c'D'H'L'P'T'X/T%D   ` T"%   `IT '% #\#`#dƖ#h`#ld#ph#t LXP\H@A 0"bp 0"bt 4+"bx 4H."b|D" 8"bD  <"bD "|bt@" "xbpH@ɸ" "bH`D` @f 0"b"b" L P`P  @ 8@HC T`TXX@9 8`T8T@' \``8DHP`h@>L 0`00@2 0`d0@"B h  P@gA`t P @fb L@%!(`|  @fP @%` P @f>@%( @$ @G" ?c'D'H'L'P'T'XD"hH"tL"pP"|LD@H "lPH@%ɨ"xX#\`#` #d `ht\T@`?c'DD"D  D` " ?c?c "`" @1?c" " @1?c'DDԀ@ D"D   `@/jD` "` "` `@/UD` ("` ("`!"` ("` `@/:D` "` 2"` `@/%D`!^"` 2"` `@/xD`  `@/iD` "` ("` `@.TD` ("` ("`!"` ("` `@.9D` "` 2"` `@.$D` !^"` 2"` `@.D`  `@.?c?cx'D'H'L'P'T'X/(80D`D'D '% %"  %$P Xb !% ɤ%#`` #``` )ؙ%\  %\  #```/%X2#``$x` Xb 5%, Xb8#``I%,, ࿧H>?%  7 @C %4 "` 4HLT@"  @.u @.X`聨J "  @C^ @C' "'k#```I$%4 %4  ' "'쀐2L?-`@ J %@%H- @ L-  4T@ `" '쀐  "@%H- @ L-  4T@q" 'P  ' "'䀐 D H?- @n%L?- @%T 2"ʬ "J {"ʰ o"J c ܁ʴ W"J K ܁ʸ ?"āJ 3`?`  @b#Ɣ@L`? @%< #\H?- L-@ `?T@" '䀐J$" @@_@@ @BW%%%%(%8%0?b 'D'H'L'P'T'X/ (D'D'D'D'P'P'P'P'P'P'P%@"# 084<@.L#\084<DH@#P"H H@H #% <4H#(4%$,#\ $DLH@  "c  mP`@ "  @ac  @a#8 @a@aP*`T0" P*`X4" T P*8"@ X P*4"@ T P*8"@ X P*<"@ T P*0"@ X P*<"@ T P*0"@ X P*4"@ P`" "c DP  @@"  l@a`c  @a2#8 @aM@aTXD' %"@''T?P +`H?.`"@X?P +`L?.`"@ %" 'DP  P#T?P*H@"@ X?P*L@"@ D@-P#<#\cD#` #dPTX<#<c@Y?#?f,#\04DLH@  T@ " h T@`sc  @`s#8 @`@`T0"X4"T8" X4" T8" X<" T0" X<"  "c @,#<#\cD#` #d#HTX<#<c@@c " P <@`oSc  @`AS#8 @`\@`cg#'H %H"@'HH\?*"@  %H" 'H#'@ %@"@'@@\?*@  %@" '@ P"c '88"'88@##$ %- Ғa  \?- @ - ΒbP - ֒a  8" '8P`"P@@ " 8 $@_c  @_#8 @_@_T?P*- ƞ@"@ X?P*- ʞ@"@ \?-  "@ - ΒbP   #? #$` ,ΒbP  D '%"@'OD@ D$@ P`"P@@ "  @_>c  @_#8 @_+@_26T?P*H,`"@ X?P*L,`"@  %" 'P`"P@@ " #@^c  @^#8 @^@^T?P*,ƞ@"@ X?P*,ʞ@"@ \?, "@ #'Ȑ %Ȓ"@'Ȁ* Ҕ@ $ %Ȑ" 'Ȁ#@^~cL  @^zc8#` @^u@^vc '  "'o##$ %- Ғa  \?- @ R- ΒbP P`"P@@ "##@^Jc  @^#8 @^7@^>BT?P*- ƞ@"@ X?P*- ʞ@"@ \?-  "@ " ' "c U@*a#<#\cD#` #dPTX<#<c@jP% %%%%(%?b'D'H'L'P'T'X/0,$T'T'T'T'"#X?T*@ H@ X?T*@ D@\?T*@ P@ \?T*@ L@  X?T*@ %\?T*@ %T' "'耐,X?-@ H X?-@ D\?-@ P \?-@ L  X?-@ %\?-@ Ƞ% #d# #d %Lʦ\?-@ L \?-@ LLJ L% % QPʮ\?-@ P \?-@ PPJ P% % !@\ich  @\ec|#x @\`@\a5 %(DX?-@ DʼX?-@ DJD D%H($%%  L JP ʪyL J A %(L%  H(45% DJHʺI!@[ch  @[c|#x @[@[? %(P%  Ƞ(I"#% DʦHJ !@[ch  @[c|#x @[@[WHʪX?-@ H X?-@ HHJH%( 56%  L P L  A ɠ%(L%  ( %&% DH o!@Zch  @Zc|#x @Z@Z? I%(P%  (3H4% D H0!t@Zch  @Zc|#x @Z@Z}L \?-@ LJ\?-@ LʠL #d$!\@Z^ch  @ZZc|#x @ZU@ZV* I%(L%  (+H,% D HD  A I%(D%(;H<%  L P p!D@Yych  @Yyc|#x @Y@Y? ɤ%(H%( )*%  L P 1!,@Yich  @Yic|#x @Y@Y~P\?-@ Pʴ\?-@ PJP  #dJ:!@Y_Ych  @Y[Yc|#x @YV@YW+ ɼ%(P%  ( !"% DH D A ɬ%(D%( 12%  L P q @XIch  @XIc|#x @X@X? I%(H%(?H %  L P 2 @X9ch  @X9c|#x @X@X @X)ch  @X)c|#x @X@Xf# "c## @Xwc  @Xsc|#x @Xn@Xo?"c%T  #* ΔP"@ #* Ҕ"@ #* Ɣ"@ #* ʔ "@ #* ֔"@ X?-@ %\?-@ %" '耐# ?"c# c @Wc  @Wc|#x @W@W?"c#* ΔT"@ #* Ҕ"@ #* ƔD"@ #* ʔL"@ #* ֔ "@ #* ΔX"@ #* Ҕ"@ #* ƔH"@ #* ʔL"@ #* ֔ "@ #* Δ\"@ #* Ҕ"@ #* ƔH"@ #* ʔP"@ #* ֔ "@ #* Δ`"@ #* Ҕ"@ #* Ɣ D"@ #* ʔP"@ #* ֔ "@ # "cҐ!ƒc@X0%%,%%%$?c'D'H/`D*`֖ '쀢 ' 'H*`֖ '䀢 ' '?7 79H*`Ɩ D+`!Ơ#  ?7H*`Ɩ D+`!Ơ#  779H*`ʖ D+`!ʠ"  ?7H*`ʖ D+`!ʠ"  7z7us9H*`Ɩ D+`!Ơ#   7WH*`Ɩ D+`!Ơ# ?7>797H*`ʖ D+`!ʠ"   7 H*`ʖ D+`!ʠ" ?77W%%?c'D'H'L'P'T'X/hL'L'L'L'\#\DHLPTX@rX d\ X?"X\` L\  P?\*@ P-%T?\*@ T-Ⱥ%P?\*@ D@% T?\*@ H@H% $'%# X "X?"%?cx'D'H'L'P'T'X/L'L'L'L'  #%\"L' "'耐 L  P% T% -P@% -T@%P?-@  J 8P?-@ Dʮ D  T?-@ H 7HJ -`T?-@ ȶP- D8P?-@ T-H %ʤ %\"^T?-@ HJ H ET?-@ P- DH+P?-@ HɲT-3%Hʶ `  %\"H:X"\~P?-@ DJ<q P?L*@ %P?-@ %P?-@ ʾ 5T?-@ H  `T?-@  %\"T?-@ H %X"P?-@ ʦ T?-@ HJ(X" P?-@  ʪ 8P?-@ DJ D  T?-@ H  7Hʲ -`T?-@ HP- DI6P?-@ T->%J %\"^T?-@ Hʤ HET?-@ P- DȪ )P?-@ ȮIT-1%HJ ` %\"HJ8X"~P?-@ D:q P?L*@ %P?-@ %P?-@ J 5T?-@ H `T?-@   %\"T?-@ H#X"P?-@ J T?-@ H&X" |P?-@ DJ(nT?-@ HHJX"qOT?-@ HHJX"T2T?-@ H $HJ  !@R3c  @R/c# @R*@R+  " '耐2 @: * X?"X "%%%?c'D'H'L'P/""DL@QqD  @Qb  @Qb   @QQLD`  @Qb  @Qb  @Q+&D`  @Qb  @Qb  @Q "b""HP@Q|qH  @Qab  @Qlb   @Q^QLH`  @Q;b  @QFb  @Q8+&H`  @Qb  @Q b  @Q "b%?c'D'H'L'P"  Db L @P Db$L @P"䀢  Hb P @P Hb$P @P?cx'D'H'L'P'T/tp %D' %"@'HH?*@ H?+@J L?*@ L?+@" %H?*H?+@"@ L?*L?+@"@  %" 'D"D`}%LT "%P"%X"%T"%\"(%X"(%\"%P"%T   %H@ %L@ %D`cH@ z%$$$%,%0L@ %(('%4%8H @ i%xx)%%L @ %||+%%,0%%48%%  Z^\?@Z% % %%  %% %`%d %h%l`#\#`#d,4hP@  Pʬ  XJ  Tʰ  \J  @ % Ɩ@D`D' %"@'耐%,%0%4%8D A* H @ %xx3%%* L @ %||5%%,0%%48%%  D HF?@% %  %%  %% `#\<#`@#d,4hP@8  <PJ  <Xʸ  @TJ  @\ʼ   ` 𠀐  𠀐`P% *X%@𔿧H𐅠?<𐍡ɦ𔓢'%T  \  > T%H  ,\%H<𐡣H𔧤H0@𔯥H 𐵦H8%DDPʼ  DXJ D%H%   %Ɩ@[`     %<@Ɩ@: <%@% %" '耐{%%%t%p%%?c'D'H'L'P'T'X/`Db, D!P@`DH%(%,D+T@` NLP%0%4\ P@` VXT\@% %$ $"0  FxD'X@` JH%8%<D1\@`TLV%@%DT 04\P@`(, B%%\ @D JX@`8@JE \ @Jr@5"  @J3` 7 7@J  7@J t`  @It  @J@J \ @I?c'D'H'L'PDb""b)H"Lb""b,P"?c'D'H'L'PDa8"Ha<"La@"PaD"?c'D'H'L'PL`DHP@4DHP@+L"?ch'D'H'L'P'T'X/ @DD@%,H@ %0X 2,"  A," 50"  )0" ,!H  ," 0!H  0"ā T\@I%%X' "'T?% aL @H%X" 'XL@*xP P  P`  X' "'%LT@%  @HT?8-Ĕ % @,-c @ " '8!t%44!x 5%$ @H*` $%88!Pɼ%T#``#ddI?!P%HH"b0X %X' "'耐-c -( Ȧ-b,# " '耐!T@(GX#\DHLPTX@&  !XX' "'T?% a` @H%#\T?<X#ap@*T@%!` @G<<'ؐ %ؒ"@'؀* T@ %* @ %P'Ц А"'ЀdP -`c %-`al %  !pI./%-b, %T % $5%4 7%  !hI:al =%( !l !ah$H"% (%,'%0 )%  Ɣ@1 Ɣ@)bА" 'Ѐ %ؐ" '؀" '6  " @%=@%!X@'5@'%%% %%@%D?cp'D'H'L'P'T'X/L)  %(" p (nD@U%H@%L@M% P@%$DL@H%HP@%  & (H''@%PPɬ%0 P%8 H%,$%4,Pɸ%T4P%X4I=,?>'@%D`b"4 &Dɨ%`b*, -D%h  @%h  @%X' "'#hh\@2TH407DH8'@%<#hh\@I<T>8 !H"'@%@<H&" @)" ,<"`$@"`0<Ȭ" (@" 4 %Hh  %HH' "'O-` Hɴ"该H6-#@-`( "=-(#@"  -` @-" "䀢  -`( @-(" " '!#\a#` #dH` ,!d:`" 'A " %%%L?c'D/8"Db腠#⨍H$' D%Daʨ!%@"蕠b+H,'?c'D/@"䀐DbȰI2⬫3' D%Da!%@U"bI:;'?c'D'HDtH"?c'D'HDH"?c'DDb"?c'D"Db 艠#'DbHɨ藢H*'@'?c'D"䀐Db1'DbȴI8'@'?c'D'H'L'P/HDb;%HbI>%" " L"@ "ɤ'@xL""䀐 "P"@ "I'@_P"?c'D'H'LD #hh#hhH##ll#llL%#pp#pp@+#a\ڞH#\!ڠ!T#`#ڢaP#dD'#hh#hhH)#ll#llL+#pp#pp@kH@/%XL5&L7 #c4\@D?c'D'H'L'P'T@!L*`'T @ c =#\#`b#dLD#@ LH@#c4#@D%<#\#`b#dLD#@ LH@#c4#@Dj#@DiT@ ?cp'D'H'L'P'T#D ocH hT @ ''' @%'e'D='HKH '쇠"'$(F!N'2챠6 Ta\'L 䍠$F* L'襠0#\#` Pa3#hh#hh쭠5#ll#ll@C` P@CA#D`P@C|T@ ?c'D'H'L'PD2xH3azL#4a|P)5!~+cB#c4\@CP#\DLH4c#@C!#<P@#\DLH@4c#@C#c4t@C-<#@C?c'D'H'L'P#D WcH P a@BC @B#D`@B a@B @B#D`@B!X" @aX(F !!#aL. L bX #hh#hh@B!P #\#` bH##hh#hh!T%#ll#ll@Bj @BK#D`@BD@Hb* @BS @B4#D`@BoLb8 @B@ @B!#D`@B\P@bF @B- @B#D`@BILbT @B @A#D`@B6 bf@B  @A#D`@B% bq@A @A#D`@B!!#ap* H%'p0N )!+ad6 T bwp #hh#hh@A!h #\#` b`##hh#hh!l%#ll#ll@A @A#D`@A b@A @Aw#D`@A?c'D@D"@ D   ?c "b?c""cD`H ! c8@AF! @A'#Da @Ab?cX'D'H'L'P'P"DH`DH@@'@@' @@'@@D@"H"L# % !& 7 &'@ *@ ''  YG "`#hh'Љ" ė'С. L'"б6TZ'b쁠 ܇'Б&!"؝ J#bȥP'%б6 X''Ё>)" B'+b'蕠)#hh#hh䙠+#ll#ll-#pp#pp@= . %&#hh'襠1;bй"\bȉB''葠' Х"୥ R''$#\'(#`',#d赠8#hh#hh习;#ll#llའ=#pp#pp@ Y#b܉" @F - $-ؙ* HN .`&7ԩ2 PV, * '@ "#hh'й: ܇'bБ& D'С.LR'!"챠 Է'#c'%Ѕ 'D')"' #'c''艠##hh#hh䍠%#ll#ll'#pp#pp@ +`# $`#hh'虠+ 'Э)" V+bȽ\'-'腠!/Й1"ࡣL''$#\'(#`',#d詠2#hh#hh䭠5#ll#llౠ7#pp#pp@ 9"ܽAD@>=?c'D'H'L'P'T'XD OD'L'` d$@$#`` ̟'h0l@4%#`` ܿ't@ 5 ''9 ' 􀢀  "`" #``ԍ$Fh@*L'P, $`X0X4('P쀢 * X  č$ '"`' '''S č$)'P@쀢 * X  č$ '"`' '''#" '쀐 * X  č$  '' ''"'}('P쀢 * X  č$ '"`' '''S č$)'P@쀢 * X  č$ '"`' '''#" '쀐 * X  č$  '' ''"''耐 'P$ 䀤P% '-X'.X'䀢 #' $*ġ.̩ȫ'' ؅ B`*L'H@*"T@ 0T4('H쀢 * T  ȍ$ '"`' '''S ȍ$)'H@쀢 * T  ȍ$ '"`' '''#ܒ" '쀐 * T  ȍ$  '' ''"'}('H쀢 * T  ȍ$ '"`' '''S ȍ$)'H@쀢 * T  ȍ$ '"`' '''#ܒ" '쀐 * T  ȍ$  '' ''"'' 'H$ ܀H% '-T'ܷ.T'܀ #' $*ȡ.̩ȫ'@;G@*\ '@;=ܠ, \'@;3-`\'@;)ܴ@.\'6: B&D',06 X`'/`'2` :`' '4'D@!'4@# #0  * c0@'ȑ* @:e@:i'@:^* @:a'Đ' #\'$#`#d#0#h' @'`@"#\''4'8'@b#\''4'8'@  #0 〢 *#\+ #` #d#h#c80  @:'H@#\Lܮ@#`. #d.#h#c4  @:9#<H@ #\Lܞ #`, #d,#h#c4  @:)#<#@:%`@:@9@9}@9'@9'' ;` J * +@ '`#`#\ #d#h#c8   @:K'#hL#`H#\#d#c4  @:6#<`#hL#`H@#\#d#c4  @:%<#@:$@:@9O?cH'DD DH D'''' @|''' 'H '"'$(FN'੠26 T!#\'H '쇠"'$(F#cN'੠2챠6 T%\' $' J'.쩠2)# X'+b*!cC@8!@8#Da@9 *` cJ!@8!@8#Da@8 #\#`쉠##d#h!ca%#pp#pp'#tt#tt@8!@8#Da@8#\ `c!@8!@8q#Da@8!c@8!@8`#Da@8!c@8n!@8O#Da@8`@86'% '̀ '''Ѐ^$   K +@#ac@89Ԥ' - @M.`7᠐c@8$Ը 'l  @ J +`!!c@8Ԣ`'ԀBa c@8!@7#Da@8'ؔ'Ԁ a c@7!@7#Da@7!c@7!@7#Da@7!c@7!@7#Da@7`!@7!@7#Da@7 #\#`쉠##d#h!`%#pp#pp'#tt#tt@7!@7h#Da@7`#\ `8!@7k!@7L#Da@7!`S@7Z!@7;#Da@7v`@7"'% '̀ '''Ѐ\"`  J ̞#@ #pp̍?`  J #pp̍?@A?c(L0PR#pp /%`@6Ԧ'Ԁ H!`@6!@6#Da@7 'ؐ 'Ԁ !`@6!@6#Da@6!`@6!@6#Da@6?c'D'HDH@*?c'D'HHDJ D+@?c'D'HŐ#`D@6r?c'D'H*D: 2`@: '*D `'+'D<`4<`',D'-'H ր ?c'DD"b?c'D'H#D`#c4    @6 #c4    @6#D cH DH@?cH'D'HD` #D` @6+8 [//'D@ 'P@5''P *H `@5`''P@5'#''P,'P`@5'P@5'P#D@5?c#D@?c#D` @5#D`ϔ @5#D`ٔ @5#D@5"#D"c?c'D! V#0#c4\@6#@#\#c4! @6c< #\#c4! @6 D ##@5:"c""#  #c4t@5c  <#@5?c'D#D +cH $䀐 " `@5 " @4#Db @5' aX" @X(F  aL. L" `X #hh#hh@4!P #\#`" a H##hh#hh!T%#ll#ll@4" @4#Db @4" a)@4" @4#Db @4" a4@4" @4y#Db @4`p* H!p0N `d6 T" a:p #hh#hh@4b!h #\#`" aH`##hh#hh!l%#ll#ll@4G" @4(#Db @4c`䀐 " ad@4 " @4#Db @4M" " au@4" @3#Db @48D " a@4" @3#Db @4"?c "`?c" ?c "`?c'D'H'LD #hh#hhH##ll#llL%#pp#pp@#atڞ`#\!ڠ!l#`#ڢah#dD'#hh#hhH)#ll#llL+#pp#pp@H@/%pL5&d7 #c4t@4'9#D ;cH"b`H!ap" "p!D@(D. !"apڔ`#\ږl#`ژ!h#dD@!#hh#hhL##ll#llp%#pp#pp@U!!#ap* H%'p0N )!+ad6 T"pbhp #hh#hh@2!h #\#`"pbv`##hh#hh!l%#ll#ll@2"p@2#Dbp@2?c'D'H'L'P'T'X!LPa'L'PLP 'L'P!TXa'T'XTX !!'T'X#aTXX\LP"`LP"@dLP"u!LP !TXBLPD'LPTX BLPTXHě'!LPP4ֳ'aDHZ#``#``?#dd#dd!#hh#hh@8\"$#``#``'#dd#ddDH@%`"!DH#``#``/#dd#dd1#hh#hh@ d#@ ?c'D'H'L'P'T'X!TX aTX'T'XTX TXL'T'X!TXLPDHTX F! DHL/aTX LP""TX"TXLPDHșDa DHPDH?c'D'H'L'P'T'X"DHb'D'HDH 'D'H"LPb'L'PLP !"'L'P#bTX%'T'X'TX )"'T'XDH'&LPLP'.TXTX'DH'8LP LP' TX TX'(,J+b R`%6: X " d"@ \""`@"  %(F.2б̳d"(<"(,ʥ Ƨd#48>DH ܏'(,2LPֵ з'< &TXʝ ğ'0DH R  썠$“\"#*LPL"("D애(ʛ\"@ "0"D(ʛ\"@\'b8" @""\@"  \'b@"@"?ch'D'H'L'P'T'X# '#\'#`' #dDHLPTXE#8 `3"H" @F#hh*`27H* HN#hh+ 3`7H2 PV#hh, 4`7,)?# -1? @'N"P" @F'bP* HN'P2 PV' '쀐 '耐 '!?##?c''?)?#'-?@/?'777'$c#@0D?ch'D'H'L'P'T'X# '#\'#`' #dDHLPTX#8 `3"X" @F#hh*`27X* HN#hh+ 3`7X2 PV#hh, 4`7,)?# -1? @'N"`" @F'b`* HN'`2 PV' '쀐 '耐 '!?##?c''?)?#'-?@/?'777'$c#@/\&`'@d"@?bp'D'H'L'P'T'X '(@ #'"@/xxO@*p"t")# @/m#c A@/i#c @/dH3` ;`'L4`<`''#\'#`'<#d'''' c#@/K  '0',0" P@P@ '00 TT"@ '0,# ``@ ',, dd"@ ',P0# #ppX@$F\*L'`,%@#pph4Vl:\'3bb'' @#c@.#\0#`,#d#    @.#c @.3,#\P@T4c,#@.d#\`@c#400@.P','PT%@'ܰ '0'`'и '`@d@"'d@#\0"0#@`4c#@.~d#\00@`4c#@.k0&'`' '`d"  '0'`'Ш '`@d&`',&#\,#P@T4c#@.6, #\,PT@4c#@.#P',%'PT@&'ܺ 'P', 'P@T$@'̨ 'r,@#\0"0#@,#4c#@-,#\00@ ,# 4c#@-," #\0"0@,#4c#@-,#\0"0@,4c#@-0&',&'* '*'' D  N 0','"b #pp#pp##tt#tt@,"@,'#\'''#$b@-n#c$`c4#@-h''W''"@,t#\#c4b@-Q#c@-:#c@-*('#@-:tc oq k'''̖'Ĕ @- '``#xO@*|"'|x'x|  x +@|$ '|x`'xp$t%'(" '0',0" P@P@'0#c@,#\0#`,#d#    @,#c @,'0',0T@T@" '0#c@,#\0#`,#d#    @,#c @,}v'0$`',,$`@`@',#c@,i#\0#`,#d#    @,]#c @,LE'0`',, d@d@$',#c@,8#\0#`,#d#    @,,#c @,<?cQ" * =` ,hd'$'0',0&@P  '$P@ '00@T@  '$T@" '0,#@`@  '$`@ ',,@d@  '$d@" ',$ !#c@+#\0#`,#d#    @+#c @+#\#`#d#h#c4@+̀#\#`#d#h#c4@+#\#`#d#h#c4  @+P0&#ppX$F\*L'`,"#pph4Vl:\'" b'' @3,#\P@T4c,#@+1d#\`@c#400@+"P','PT%@'ܰ '0'`'и '`@d@"'d@#\0"0#@`4c#@*d#\00@`4c#@*0&'`' '`d"  '0'`'Ш '`@d&`',&#\,#P@T4c#@*, #\,PT@4c#@*P',%'PT@&'ܺ 'P', 'P@T$@'̨ 'r,@#\0"0#@,#4c#@*_,#\00@ ,# 4c#@*J," #\0"0@,#4c#@*5,#\0"0@,4c#@* 0&',&'* '*'' D  N 0','"b #pp#pp##tt#tt@)("@) '#\'''#$b@)#c$`c4#@)''W''"@(#\#c4b@)  d  x#\#`#d#h#c4@)̀#\#`#d#h#c4@)#\#`#d#h#c4  @)#c@)c#c@)S# @)K?c'DD"b?c""?c'D'H'L'P'T#D1#a/@(q#@(R#Dc@(LT@!@(9HP@ @(0 a@@(9 aA@(!#Da@#aM@(7#@(#Dc@(S'b *" @(+`!"#D@(;`'D#a^@(#@'#Dc@( ''"'"'''"'"'#a{@'#@'#Dc@'#\#Da@#a@'#@'#Dc@'#a@'#@'#Dc@''" +`!"@',`'#D@' '#a@'#@'g#Dc@'#a@'u#@'V#Dc@'#b@'d#@'E#Dc@'#b@'S#@'4#Dc@'o+%a-%?c'D'H'L# @(#b@' @( ' @( ' "b#@'(  "b<@'  "bW@& "br@&"@&Db@' "bLH@&"@&Db@&' @'=' @'"b@&"@&Db@&?c'D'H'L'P'T'X b@& @&D`@& bHLPT@& @&vD`@&DX\F b@& @&aD`@&?c'D'H#DDH@!c@&_!@&@#Da@&{?c# ''#\ #`#a   @'#@&?c'D'H'L'P'T'X@#;T@'D@ D'H@H'X'LL'P@@P'#\#`#d#    @&?cH'D'H'L'P'T'XHp@'c`@%"#cP`"Td#c !J '@&" @&Ő#ce@% @%2# "  * +  c`  (%$8' ,- +c`03&c5 ..9# @ $"0 * +  c`  '% ,,)# @'#\#` #d#h#l#p3c .`.@7`#   d d@&,"cLt@{'XX" P 荠BH'T@*䡠 LR'X4䵠V\'X\ P 荠BH'T@*䡠 LR'\4䵠V\'XX #cX\& "c@$cژ!@ c ژ!@ha""!#c#c  @%#4# "@%!$# #c@%#$c$%$ Ő#c@$l @$#0 ?#777?c777̔'0'<c #@%l777777̔'0'<c #@%\# * *`  8#t!# , ,`% 4-%\#c4t@$#c4\@$'#\' #`'$#d''' 'c#@%%7&(;'c,`胠"d䇠"@Dl@Y'c@##D#D@$,"cDA "HK  ڐ!c@#ڐ!@##D#D@$ ڐ!&!@#"cDD  Ő#cڔ@# @#\#D  @# "cL?c'D'H*#H`#X'H DK  ''H@#;H'%`DM &`'#'#DJ@ /@ '`'!#+#?ch'''' '$','('0P܅ 썠$B JL'ء.੠2Pе8`^@'77쉠"葠&LN#``*3 7䥠0ୠ4`Z\#``+4 7#c #\'c4# @$?c# #c4 @#?ch#D cH ~''' @''''،H '쇠"'$(FN'2챠6 T\'胠H '䇠"'$蕠(F N'2䱠6 T`\' 荠$J'졠.䩠2! X'轠<#\#`䁠?#d#h!` !#pp#pp쉠##tt#tt@"k!@"L#Da@"?c#D cH   L@".#D`B@"i?c! C#&#@#c4! @#)c< #c4! @#*"cS@ !#4#c%,$+c@U4` 3&a5 7<#@"?c#DcH !#D`X @!#D`` @!"!?c8'D'H'L'P'T'X#D ?cH 8L #\#`P#dD@###H%##`!@!!@!p#Da@!T\X`!@!w!@!X#Da@! "c"ؐ' {'''@'D'HH '"'$(FxN'26 T x\'I 'X@' 'ܐ'''' "쑠& D#`xL'0譠4R%xZ'>䉠" @'xH',ॠ0N) xV'!`p@ !@ #Da@!T\)#P@#lL:#d#h=#\#`쁠?;p腠!;x䉠#;%;#!`'##)##@ !@ #Da@ 7 p =Gܓ2  .`@@ `*` 1  pqrstu?c#D cH "a@ \"@ =#Db@ x "؁?c'DD"p?cH'D#D ;cH 4D'D'0 !  #Da8 @ 9'PaH@ 'P@'P#D@ ("a0?b'D'H'L'P'TTD"TH"T@L#\ #`TLH !  @ !!`#\ #`T LH !  @ '`#\ #`T`LH   @ ''#\ #`T LH   @ '#\ #`TLH   @ TL' $T" (T"`,HL@ RH @ KP  'ahLDP@ 'aLD@'''  @ T"` T !Ő#aD@N @Ő#aD@D @ T ? ' +'lH@ T  't#\DHL !@@ '  T"( ' @ )'#\ #`T(TH   @'#\ #`T$TH   @ '+'lH@T  'x#\DHL, @@'  '|#\T $T`HDG @ Ő#bbD@T@" , ?c'D/Db !%@f"!h@fl"!l?c/@ A"pb !#$%"tb')*% "xbp/⤥12%"|bt7⤵9:% @ """?c'D'H'L/Dbp!%Hb|tH%"p  "p%"t "t%"x  "x%"| "|% "bƔ@Hbt1%"tʴ "t%"|J "|%Ɣ@ ?c'D'H'LDbp"Hbt"Lb"?c'D'H'L'P'T'X/D @e%  ?%   _{R!?R! _ @ *aS %R! @  -aR H"H y H' "'C-aR  4<L?-`"@ P?-` "@ ' "' T?- -!R "@ X?- -!R "@ " '`" '(" \ H@ (D @  ( @@ , @" D 0@@ , @%%%%%?c'D'H'L/D @d%?%  _R!?/R!* R@ H#R! *!R L#("" !@`!D @T!ؔ @N@U!ܒ @/"!!@G@H!ܒ @"?cP'D'H'L'P'T'X/ L'P'L'P' 'T'X'T'X' 'h`dbI" % db(%L'А %В"@'Ѐ* \ @ P'Ȭ Ȑ"'Ȁa-?\   `'"'-`'"'@ؔ" H  @c " '" '@@" + D#``-!"01#dd # Ȑ" 'Ȁ %А" 'Ѐ%%% %%%?c'D'H'L'P'T'X/ P'T'P'T' 'L'T*`'L'T*`' 'P'Ԩ Ԁ 2 @: T*`'Ъ Ѐ@`: 2`@: \ @ " *D  @" *D  # '̐ '̀ '''' ' '''X?-@ *'@ؔ" H  *X?-@ *'`@ؔ" H  X?-@ *'`@ؔ" H  X?-@ *'`@ؔ" H  `Ѐ@^ ԀFP' 2 @: T*`' @`: 2`@: \ @C" *D  @6" *D  # ' ' '''' ' 'x'xx'||@ؔ" H X-@  r`@ؔ" H X-@  b`@ؔ" H X-@  R`@ؔ" H X-@  B`@j R%%%%% ?c8'D'H'L'P'T'X/ P'T'P'T' 'L'T*`'L'T*`' 'P'Ц А"'ЀT*`'̪ ̀@`: 2`@: \ @L" *D  @?" *D  2# 'Ȑ 'Ȁ '''' 1' ''': 2`@: - %* * * X?-@ '@ؔ" H  ^X?-@ '`@ؔ" H  KX?-@ '`@ؔ" H  8X?-@ '`@ؔ" H  %`̀@OА" 'Ѐ;%%%%%% ?c0'D'H/(" @ "`P "`` "`p "` "` "` "` "` "`А "` "` "a "a "a  "a0 "a@" D" T" d" t"  "` "` "` "`Đ "`Ԑ "` "` "a "a "a$ "a4 "aD" H" X "`h "`x "` "` "` "` "`Ȑ "`ؐ "` "` "a "a "a( "a8 "aH" L" \" l" |" "  "` "` "`̐ "`ܐ "` "` "a  "a "a, "a< "aL ' ' '" ''"('''''@X"@b0", @@ "4 :' ''@3 "@ b0"p @Pb0"p @Cb0"p @6@ 4H6"tɸ%-aLx;|=>" -aL -aL " -aL -aL " H` -aL-L  #@ " ' ''@ D?--!L +`! 0"@ D?--!L +`! 4"@ D?--!L +`! 8"@ D?--!L +`! <"@ ," ;K' ''@e -aL" H` -aL-L  #@ " %?c'DD"D @" D @" D D" 0D D" @D D" PD D" `D D" pD D" D T" D T" D U" D U" D U" D U" D U" D U"!D" D" D" $D" 4D" DD " TD " dD " tD " D " D " D " D " D Q" D Q" D U" D U"!D" D" D " (D " 8D D" HD D" XD D" hD D" xD D" D D" D E" D E" D U" D U" D U" D U" D U"!D" D" D" ,D" <D" LD" \D " lD " |D " D " D " D " D " D " D " D " D U"! ?c'D'H'LDb"Hb"Lb"?c'D'H'L/Dbp!%Hb|tH%"p  "p%"t "t%"x  "x%"| "|%Ɣ@1Hbt1%"tʴ "t%"|J "|%Ɣ@R?c?c''#('c,'''' '?c'D'H'L'P#D&cH 9 L  #Db @4###cLDHLP?c'D'H'L! DHL@c #"c#* @"  Ő#c @"#cD"@F#``*:7#H@*HN#``+;7!!, $`'TW@--%3c@VW*#D@"@F#``*:ᄙ*c3@ H*HN#``,`<`%,)#5`-/%1#& 5- !##"cc*`#@S"  Ő#c7@7"#  DHL@?ch'D'H'L#D cH ؀ L D$BcJL'L.H2 P#cXZ'' '/İ%'5ȶ&@'9 䀐 쀐 '耐  '䀣 `R.'4cO@6'4cR@/'4cU@('4cX@!'4c[@'4c^@"? * Tc RRRSS0".'4cg@t6'4cj@m/'4cm@f('4cp@_!'4cs@X'4cv@s"? * U` SSSTT,('4c@50'4c@.)'4c@% '4c@'4c@:"? * Uax TTTTU.'4c@6'4c@/'4c@('4c@!'4c@'4c@"? * Ubt UUUUV k.'4c@6'4c@/'4c@('4c@!'4c@'4c@"? * Ucp VVVVW,'4c@'4c@쀢 "? * V`  VUTSR'4@a'4#D@ "c"#b!$"#ac% wDHL@L?c'D'H'L##"c#* @ "  Ő#c@"##cD"@F#``*:#3cH*HN#``, < #c4` '$ᄁ?c'D'H'L#DScH N؀ I 䀐'c@'@'#D@ L D@$BJL'L.H2 Pc൥XZ''`@'@'#D@#$b)%"ȁ?aН'D'H'L'PH????D` @"? * W`$ [[[[̐'D!@w'dda'dJ 'dK@ &'dL@d 'd'd-@Dd'DO`/" 'J@/''@'@'\\# 'dd'dL  d$'d\% '\d'dM &  'X\"`'\'d* 'X'd *///'` /3''O3@0' J `% @O*`''@J  +`'`' @/  'T*@'* ''@K@ ,`'`* @'T*`''@nJ  +`'o`, @% 'P*@'* '+@''@BL ,'C`0 @'P*`'*''@K  + 'J  '`*" `'`L`"  ' "/3 /3'O3@I''`+`#O' !@%'LŐ#`3@'`WŐ#@??'LO <T'" !@'HŐ#`g@'`Ő#@?'& !@'HŐ#`@'`Ő#@??'HO <P'" !@'DŐ#`@t'`Ő#@m?'& !@'DŐ#a@Y'a)Ő#@R??'D@{'@@  Ő#a9@>?@TLL@xH H@qD D@jX @c'@M'<@ ??$?%? F@^?@n4??왣 ,?@]'' 㿈@     ? 0  &@@ 2`` ?c'D 8?D"q `X@'  Ő#`e@ D "\ @ "88 Ő#`@ D "D' 8 @  Ő#`@ u 8@ ?"`8D "'*c̀ Ő#`@ ] 8@ ?"`8D " 8`< @  Ő#a+@ ? 8@ ?"`8D " <* +  +  @ &#`@@Ő#a8@  8@ `?"`8D "'`< * *` *` `@@ 8 @ r* * * `@@ ` 8 @ b+  +` +` `@@ ` 8 @ R+, , `@@`H 8 @ B,`,@,@`@@`  8 @ 2,- - `@@`8 8 @ "-`-@-@`@@`< 8 @ -. . `@@`@ 8 @ .`.@.@`@@`D 8 @ ./ / `@@` 8 (@  (Ő#aPl@ _ 8@ ?"`8 @@ Z"@"<D # '9D$?c'D'H'L'P'T'X@ \"`@ 'o Ő#ay@ #` "rd#'d"hDd@ -dbh+ "h@ " '%hL@ % '-i-@h#'h"hHh@ h5h.@"h@ " '"hO@` "'"i* ''<@* *` *` @bh"h@xL P$.* *` *` @8 P$+` +@+@! @ `<'L* T-X0.* *` *` @@ X$+` +@+@! @ `D'T* ,- - +`@@H 8 @ v'-. . 3`@@ _ ('@ '耐 Ő#a@ ` "@ X"" # $ ' 8@ nŐ#a@` "@ @6* * *  @ `s` 8 @ E Ő#a@` "@ @`  8 @ + Ő#a@` "@ @ * +  '@#`$$Ő#a@` "@ i$ 8@ Ő#b@q` "@ Q$@n@kL P$4  P@$ $ $@J@G~ L$ $ $@1@.eT X$4  X@$ $ $@ @ A T$ $ $@@(* +  +  `@@  ' 􀢀 L P@$9 $* * @  P$ * *` $?# +, `$ L$ * *` $?# T X$:* *` $  X@$ * *` $?# +, `$  T$ * *` $?# +, `$?N $* * +  +` $ `@ H "@ * *` $'`P" @$* *` $+` +@ $@   H # * *` $ 'P" @$@ '*` *@ *@  @ @Ő#b-@` "@$  $@@`'@' '#`D%$L\@$`%?c'D'H'L'P'T'X DŐ#bP@X "D"L X"D"@L ~'' L`  * *` L$`, L`$* +   +H$@,,) L`$.`L& 'D@@ L`'* +  `L@$ `,'-`-@/L $@/ /` L`$#`'DD@%'.`' 8 @E.H@ 8@iŐ#bn@X "D"L +`' 8 @,`L@ 8@AŐ#b@X "D":3  :@ 'D@'(D$+`L``P\@-L @'\ P .@ 'nTb`@"@z'`  T * `'cTb`@{"@_'` T ,@ 'HTb`@`"@D'`@ T -'-Tb`@E"@)'` T /@'L  * ca  7 L`'D@ D'#`L@' 8 @5*H 8@[- Ő#b@X "D" L +`! L`' 8 @ *L 8@1- Ő#b@X "D"D"`L``P\@L @'\ P ,`'Tc `@#@~'`  T * `'Tc`@# @c'` T ,@ 'Tc*`@d#0@H'`@ T -'hTc6`@I#<@-'` T /@'MTcB`@.#I@'`  T +@`'2TcP`@#V@'` T -'1 L ` Y r U  ؀ (K5L9' LX'@?c'D'H DŐ#c\@H "D"vL H"D"@kL Z'' L`  K* *` L$` '3 L`'* +  `L@$ `,'-`-@/L $@/ /` L`$#`'@''D$  L`'D"H#@?c'D'H'LDcz@6'L c@, 'L c@! 'L c@ 'L c@  'L c@ 'L c@ 'L c@ 'L c@ 'L c@ 'L c@ 'L c@ 'L c@ 'L c@ 'L `@ 'L ` @ 'L `!@ 'L `*@| 'L `2@q 'L `:@f 'L `?@[ 'L `F@P 'L `K@E 'L `Q@: 'L `Z@/ 'L `b@$ 'L `i@ 'L `r@ 'L `|@ 'L `@ 'L `@ 'L `@ 'L `@ 'L `@ 'L `@ 'L `@ 'L `@ 'L `@ 'L `@ 'L `@ 'L `@ 'L a@t 'L a@i 'L a@^ 'L a"@S 'L a'@H 'L a0@= 'L a7@2 'L aD@' 'L aP@ 'L a]@ 'L al@ 'L ay@ 'L a@ 'L a@ 'L a@ 'L a@ 'L a@ 'L a@ 'L a@ 'L a@ 'L a@ 'Da@'L a@ 'L a@w 'L a@l 'L a@a 'L a@V 'L b @K 'L  ' "hH@$"hb@k'jb@# L `  b#@ L ` b-@ L ` b4@ L ` b;@ L ` bB@ L h  b@'  '  "hH@"hbK@' zbO@ L ` mbT@ L ` ]b[@ L ` Mbe@o L ` =bl@_ L ` -bs@O L ` bz@? L h   bM@m' ?c D(`D'  '$ @$@@@'%$D'$H)% L?c'D'H (@' Ő#b@ _H ( @ " `D - @"`DD Ő#b@@ = D"DD" D# `D#H! D#$`L% @'Ő#b@@ "D"# `H#`#$`H ?c'D'HH@D`'DH" D * @WD"` b@~D D`*`@VD" b@k'D   D ,$@ '?c'D @' c @G" "@"D?c'D'H'LH D@  D'HD`H @D   D*'H  H 'D_H`DD@HD%D H.L&@H?c'D'HDH H   D H+@?c'DD?c'D'H'D'' D' H  H@''D   D@c'D@]@'?c'D'H'L'D'' D' HL@@''?c'D @' c!@?"D h"D# ?c'D'HbhDH@@?c'D'H'L' @' c6@H@%"@L"D #hDk@''Dk@'@@Dk@?c'D'HH'D@  D#bh'Dk@'` ?c'D'H'LH H` D@?"l\?c'D 3"blD#"hD@kc@"l?c'D'H'LH H` D`?"l*?c'D "blD#"hD@l`@o"l?c'D'H'LH H`&"xbxD@@p#"pD@@!"p#$bpD@'p)%"p?c'D'HH"bx"pD#bhDlad@ D@!"p#$bp"p?c'D'H'LH H`b|D`bt@p"p?c'D'H'LH"b|L"t#"pD`!$"hD@lb@"p?c'D @w' cI@" "` "D h#`D$ ?c'D'HD " D`DH@'  ?c'D'HD " D`DH@w?c'D'HD`D H@f'  ?c'D'H'LH H` D?"l?c'DD" D@ D Y #"lD`!$"hD`ma@*D'l$?c'DD DD)?c'D'HD DDH?c'D'H'LH H`"x bxD@@p"p?c'D'H'D D 'H#"x#bpD#$bhDmc$@'p'D@c@'?c'D'H'L'D{'' D' HL@@''?cH'D'HH /@s'`'D DJ D@M' :@+U'P@NL<  9'@'c`@'@'@''H@' @'@$ *'@' @'@ @@w :@11' '' h'@''P@T<  ='cb@'@'@''H@' @  '@Z*'@i' @z  '@@' @h  @. '#d@v'ci''@!'cm@.'H@*' @;'@e ?c'D'H'L'P'T'XHHT@LLX@HL'HHT@BLLX@= DcxP@3 DP@,@?c'D'H'L'P'T'XD'@''Ő#@Ő#c@''L@ Ő#@#Œc@  )"#@ @ @9?c'D'H'L'P'T'XD'@''Ő#@Ő#c@h''L@ Ő#@#Œc@ )"#@"" @?c'D'H'L'P'T'XD'@''' c@=''' @' 'L @g' c@ ' @' @'"1""cԀ *Ø"h c@ c@#b㄀ ' Œc@:S#?' c*` @ #* H@ "@ 8' @'쀐1# c*` @#+ #@#c,`'H $+c-%#  2@ /%1# 5&?c'DŐ#@# D Ő#c@\ ㈀ E#c 'D* @ Œc@*cH  , %H@`Ő#@',+b@&-1#H%  2@'5@7&㈸?;'c"#"b?c'D'H'L'P'TDb"L 2"Pc#T!##H%H$@?c'D'H'L'L DHJ*H`'HD'D '$`'` D$'DL D`'D-@ ?c'D'H'LH@L@LH@'' DHK+@H`'HD'D'L D -D 'D`' ?c'D'H'L'P/WHP HP'' DLK+@L`'LD'D'H DOW-D 'D`' ?c 02  !@ a`z ` /@ ``z A`Z   /@ ``Z 0`9 !  /@``9 )- o -%0?c'D 4'D"`4?c'D'H'L'PD'DH 'P '''''̐"@'  ''PL" P +`+ P ,`,  P , `-- P& P&`{P P  P @P"@ @P"@P  P # P'耤@耢     '䀐  DD 쀢 L DL@oP P&  @ aP'P @@  zP+ "P`!@P%@$`PP@=P%@P ]PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .耢 L L@oP P&  @ aP'P @@  P+ "P`!@P%@$`PP@P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' . }L`L܀L  L`///À`+  * :`Oǔ *:/ǀ`?  *; OÚ@ +`;`/耣b耢  S   '䀐  `* L` `+`?<L3`\0耢  (耢      '䀐   +  ? " '"`' " '܀ OÀ P P&  @ aP'P @@  P+ "P`!@P%@$`PP@P%@P P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P'䀐N . .䀐  J  K@4Oǀ0耤@+䀐M  䀐 NJ@L@ ܔ"" @D / ܔ""" @8P`P& ` aP'P @@  P+ "P`!@P%@$`PP@P%@P P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P'ܔ""Oˀ  ܖ@'OǀuP P&  @ aP'P @@  P+ "P`!@P%@$`PP@dP%@P P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P'ܔܔ""ܐ @v"'P P&  @ aP'P @@  +P+ "P`!@P%@$`PP@P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' ./耢  PP& " aP'P @@  P+ "P`!@P%@$`PP@xP%@P PĀ0Ē&P@  Ġ#@P@'Ѐ Į%@P'܀ Ė"@ P ' Ħ$@P''P P&  @ aP'P @@  LP+ "P`!@P%@$`PP@P%@P /PĀ0Ē&P@  Ġ#@P@'Ѐ Į%@P'܀ Ė"@ P ' Ħ$@P'M ^  .J`^''P P&  @ aP'P @@  P+ "P`!@P%@$`PP@P%@P PĀ0Ē&P@  Ġ#@P@'Ѐ Į%@P'܀ Ė"@ P ' Ħ$@P' .  @` L  .耢  `耢  X   '䀐  L`.`\+耢  <耢  4   '䀐  7   - ` .`]  쀦Oˀ `- J@] `-3"D K [($`D M?`[M^N`]'L@'ĀJ@--J ](耢     '䀐  'L@'ĀlL]`[ZL :U耢     '䀐   耤@ s耢  k   '䀐  `: `] 耤@ '@,  '@-@`:M]'@a@   /'@a@  /'@a@  /'@a@  /'@b@  /'@b@  /'@b @  /'@b@  /'@b@  /'@b@  /'@b%@  /'@b+@z  /'@b2@m]'@b8@eU'@b>@]M'@bD@UE'@bJ@M='@bP@E5'@bW@=-'@b]@5%'@bc@-'@bi@%'@bo@ '@bu@  ?耢   7   '䀐  耤@  "'O ` ÖaJ O   #âaaLO  ` O  3òaaN zO ` ÖaJ kO   #âaaL\O   -ìaM@MO ` Ð!aN`>O   ÚaaK /O ` 'æaL  O  1ð!aM`O ÔaJ@ @ 3` ` ,  .'; /  '  "'  .   ./ /ˑ7` ` *  .$`%  . L1J L5@2 xL( pL @ z gL L y Z耣  耢      ' L  P"̘ '@*`*` * @@'   *'* +  Pؤ$@#@ ,- @Ѐ PА&  %* *  P&#` ,,%`̀~* *` P& "P P&  @ aP'P @@   UP+ "P`!@P%@$`PP@P%@P  8PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' ...`''''' ]L   L@  ЀuP P&  @ aP'P @@   P+ "P`!@P%@$`PP@P%@P  PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .&Д""А @ h L   W" '*` *@  P@ ',`,@ --`P@" '+  +`   P'-`-@ ''Ȁ* *` P@ 'Ȕ" *P P&  @ aP'P @@   P+ "P`!@P%@$`PP@P%@P  P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P' ..Ȕ" .L$L @L$P`P&`aP'P @@   hP+ "P`!@P%@$`PP@+P%@P  KPȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P'ؔ""ؐ @ >'Ѐ Д&"А @ 'PP@& aP'P @@  P+ "P`!@P%@$`PP@P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P'''LL"L5@ " D@  耢 u?'Ȑ?'" '耢  L 4 a耢 K耢  T   '䀐  `3#âaaO@-Ȁ'ȓ*` *@ @"0'耣@耢  "   '䀐  `,Y耢 K耢     '䀐  `3#âaaO@-Ā'ē*` *@ @"0'耣@耢     '䀐  Ā%''Ȁ -@Ā L q L `\ 耢     '䀐  `} L D q܀ L  fL`'-Ā vP P&  @ aP'P @@  DP+ "P`!@P%@$`PP@P%@P 'P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P'ܔ""ܐ @Ā   *` *@ ` 'P P&  aP'P @@  P+ "P`!@P%@$`PP@P%@P P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P'Ā  .`ܔ""ܐ Ș@ ܔ Ș@Ā ܔ""Ė" @Wܔ&Ė" ܘ@''''耢  '   '䀐  L%@D  J\u'P P&  @ aP'P @@  P+ "P`!@P%@$`PP@P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .'P P&  @ aP'P @@  P+ "P`!@P%@$`PP@FP%@P fPȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .P P&  @ aP'P @@  P+ "P`!@P%@$`PP@P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .*P P&  @ aP'P @@  P+ "P`!@P%@$`PP@lP%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .P P&  @ aP'P @@  <P+ "P`!@P%@$`PP@P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .PP P&  @ aP'P @@  P+ "P`!@P%@$`PP@P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .P P&  @ aP'P @@  bP+ "P`!@P%@$`PP@%P%@P EPȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .vP P&  @ aP'P @@  P+ "P`!@P%@$`PP@P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' . L5@'`0  ̀  `'" " " @'P P&  @ aP'P @@  fP+ "P`!@P%@$`PP@)P%@P IPȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' ..xLv䀐J@   d" ' UD2  +`@ @ `*`       tLl ( ( ( ((((((08 P lTX 9Ud; XuR `J EN@*@J`^;LJ \K`+-L `?( L+!M`?LL1 N@{|J`\wJ{r'P P&  @ aP'P @@  *P+ "P`!@P%@$`PP@P%@P  PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' ..&'P P&  @ aP'P @@  P+ "P`!@P%@$`PP@~P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P'.``.@" r2 *`@ `*`    x   t5,,PLQPRL T!,TL$٘q$rdЀ  Д& "А @  @PP@&$  ?c'D'H'LHD*HL `* HL; *?c'D'H'L'PHD*HL `* HL; *HP `* HP; *?c'D'H'L'PPP  H@' '`@/DHL?c'D'H'L'P'TTT  H@' '`@/DHLP?c'D'H'LH" 'D  J\  /J`( L O K@|L# O  * : ?c'D'H'LD'J`\  /D H@ D 'L  J)*O   K )L% @ L |O M |  * : ?c'H " ' * +  @ H  $' ?c'D'H'L'P'TD'H  O ' 'D #@ P'@  5'@+L  `LJ   `3TL  LM@   . @@`,@ ' ?cp'D'D  D'D ''ܔ   //Ӑ  ``@'쀐? '' !@zD *D `++`؀@؀DOה 2 + + *  /$','D `*    /@  , $`'ئ'=`5=-%@ ->`6>` /@ "' +`'!  /@' -`%'ذ '>6>.& *:2 : @  /@$`'i') L` /@ 'S'a7N  /@ '='!  /@  'D` @/`  D 5  1# `'  #`+@'ؤ'ب'   `ش' `'  #`+@'ؤ'ب'%-@؀" ' `'  #`+@'ؤ'@H 2"` *@ ` |@ * *   ? ``@ '*@'쀐 +', $'?D  -OӀ `'  #`+@'ؤ'/aئ' `'  #`+@'ؤ' ؐ" 'ؒ /pBؔ'=ؖ'8@ޥ,ؘ 'ؚ#  @ * a  )&D(&\',,&())))))*P*P)))),$),'(<))))/'DOע 4 ,-`@+ ?c'D'H'L'P'TLD  *` `*` * HL#@HP$ HT$ D *``* H"HH#` # ?c'D'H'L'P'T'XT#\X#`L#dD  HLP@?c'D'H'L'P'T'XD  D  LT 'X\ 'XX@ ??X# '\ X$'\D`D` \ X? '\D 2  D??X D 2 ~\S \'XL X\ L LX#\$XLPL%HX\@  O@ \#'\\ @O@\% '\\%@X'X)LXL@  XL" PK HXL,`= O  O@ 2\ X D `4?:`#\d#`DHLPTX@J'X&?\\ \" '\X`'X\ '\X"`'X.??c'D'H'L'P'TT#\L#`D  HLP@?c'D'H'L'P'T'XD'D ܖ  D 'D `'Ȑ!'Đ!'''  ``@ܟ'̀?k ''D ȑ*   ? ``@܆'ȑ*   ? ``@|'ȑ*   ? ``@r'ȑ*   ? ``@h'ȑ*   ? ``@^'ȑ*   ? ``@T'ȑ*   ? ``@J'ȑ*   ? ``@@'ȑ*   ? ``@6'"         ``@ ? X LT@ X    ``@?  'Ȁ@ 0* *?#@ " , $,%@-`.. *` ** @ ++@ ,` - ,'T HH'PL'T'H'LHL 'PT@'`L@ H` 'P' 'P`@ L" 'LXL HX '' PX L" ''܀耢 Ԁ_쀢   L H  HL    /O   O '쀣@" '' 'Ȁ * *@ " , ,@$' "/'H@  ' 'Ȁ* *@ " , ,@$'\,D`6&D 2`3Ȓ ` Ȕ\"\* @W\#`\* @P\$ \`\? }D  `- `. `-`5D6  .Ȓ \ %Ȓ \"\\*`@0\#`\\*`@'\$`\\ ? B\\ X"@\쀣@H$P$L# '\Ȁ\x*   +  ?\`,\`-?%$XL*` H@ HL,@ -H&@ / @P& L \ +#@L,HHL. *` H#  , P#L\`-%`'}'\\`*\`, ?#" '  ``@٬쀥HPL%X&&' m |  'ܔ'؀ - 耢  P''ܘ 'ܚ# K@ '$  @L y%`') 耢  eP''ܘ 'ܚ# K@ '$ L@ P$''@ *  *  + @+` ,,@`' *耢  P''D `@؀  LM@ D ؀ @NJ@ '@ *  *  + @+` ,,@`''  ?`  / 耢  P''؀   @LL  @-  .7    O   /  ܦ'O {'@ *  *  + @+` ,,@`'' X'.`2 `'@  * @ * , +@  , -@6 *` ? ,  -%@@." * @  +@  @, -`- 'Āa'ܐ ' @* @+ @4 -`?.@ +`#  @,% -@. .@ !'Ē!'$ "`/*` 3 `# /!'Ē!'' +  4 ` ;ܪ @6/ܒ '' / `'  #`+@''O '`'%` " * b8 IIIIIIIIII'   `  *` 3 `5 *` + *  ' ` "* *@ " , -  . .&'' `'  #`+@''Ĕ"  +  Ԣ#@ 5Ȓ"` * @` |@ֿЀ@ Б* *   ? ``@֬'Е*@m'̀ Й+ '?i'(ԓ* *@ " Ԡ 'ԥ,`- $԰ 'Ե.`/ @&Ԗ' 'ԟ+`$Ԥ'ԩ,%@Ԯ'Գ. &Ԓ`'ԗ*# Ԟ'Sܠ 'L 'ܔ'*   +  ?8,`L-HHL *@   L,HHL.@  +  耦*`  P+`@耢 P''# '&@&'؀ @ )  @]@'LHP䀦@T D 2`zJ  D `ll  D 2`] PK@L@  D EELHP䀢 T 11 (( `'  #`+@'ܤ'Ĕ"  +  Ԣ#@ 5Ȓ"` * @` |@Ѐ@ Б* *   ? ``@'Е*@ӡ'̀ Й+ '?'(ԓ* *@ " Ԡ 'ԥ,`- $԰ 'Ե.`/ @&Ԗ' 'ԟ+`$Ԥ'ԩ,%@Ԯ'Գ. &Ԓ`'ԗ*# Ԛ`' `'  #`+@'ܤ''  @'@   'Āa 'Ĕ"  +  Ԣ#@ 5Ȓ"` * @` |@-Ѐ@ Б* *   ? ``@'Е*@'̀ Й+ '?'(ԓ* *@ " Ԡ 'ԥ,`- $԰ 'Ե.`/ @&Ԗ' 'ԟ+`$Ԥ'ԩ,%@Ԯ'Գ. &Ԓ`'ԗ*# Ԟ' `'  #`+@'ܤ'ܐ  ` ܒ *?b D  Y` U    `  '    `ܒ *?8  `. `  ' *`   + 6`    'ܒ *?ܔ"' ܒ *?NԐ" 'ԓ*  '|| |'Ԟ#'ԡ+@'Ԧ$'ԩ,@'Ԯ%'Ա-@'' %* Ԗ"'ԙ*@ " , Ԧ$'ԩ,@$-Դ&'Է.&@"`' `'  #`+@'ܤ'ܨ'Ĕ"  +  Ԣ#@ 5Ȓ"` * @` |@ҤЀ@ Б* *   ? ``@ґ'Е*@R'̀ Й+ '?N'(ԓ* *@ " Ԡ 'ԥ,`- $԰ 'Ե.`/ @&Ԗ' 'ԟ+`$Ԥ'ԩ,%@Ԯ'Գ. &Զ'ԑ/ "@Ԕ']Ĕ"  +  Ԣ#@ 5Ȓ"` * @` |@Ѐ@ Б* *   ? ``@'Е*@'̀ Й+ '?'(ԓ* *@ " Ԡ 'ԥ,`- $԰ 'Ե.`/ @&Ԗ' 'ԟ+`$Ԥ'ԩ,%@Ԯ'Գ. &Զ'ԑ/ "@Ԕ'  `'  #`+@'" 'ܒ`' *; *ܞ' * *`}  `'  #`+@'" ' `* ; *ܞ'[ `'  #`+@'ܤ'' `'  #`+@'ܤ' *; */LHP䀤@PTLG%`􀥀PNP&&J?JN   @PLP$䀤MM/L   LHP䀧PTL@ G" PKP$$`@M?M-L@  @PNP"`䀢 JK`J   ws@PLP%䀥@N?N@5M@2LHP䀢@$T  " PKP$$`@M?M-L@''LHP䀦GTC'  PJ P#`# L?L%K%PMP&`䀦NO N`  耢 P'' PKP$䀤@M?M@-L@'@ *  *  + @+` ,,@`''耢 wP'' PKP$䀤@M?M@-L@S'@ *  *  + @+` ,,@`''0@%,ܮ'ܰ% * c  @@BD\D\F(GNXQ@QR|R\ \`UpRZX\h^`abh@iefbdDԀԐ" 'ԓ*  ' 'Ԟ#'ԡ+@'Ԧ$'ԩ,@'Ԯ%'Ա-@''Ā %* Ԗ"'ԙ*@ " , Ԧ$'ԩ,@$-Դ&'Է.&@"`'܀ ܀J/2 /ܔ`' `'  #`+@'''O  O @y" * a mmmmmmmmmlH @ ' ,  ``@1??c'D'H'LD`'H  ' `'  #`+@''_"  ;@"`L@w n ' "`' `'  #`+@''$ @ " ' ? `'  #`+@'@L@3 *'`D% 'HL@^   逢 rg ?c'D'H'LD'H 2' ' `'  #`+@''''HL@   @  ?c'D'H'LD' ''HL/*L 3` , LO ,-`@,O  `'  #`+@''@' {s' `'  #`+@''" ' `'  #`+@''' H@ @-L6` :2' 2 '' @ * ` rttttrtt\rrrrstttttttsttttrrrrD" ?c'D'H'PDH  PJ @` PK   & ?c'D'H'LL *``* L + *L  +DH4L',) 8?c'DD!"{A >a ! @ʨ"a "+ #!!@ʗ#a  "!!, `,D@ʊD4ԛ',+`8?c'DD@p'!D    ?c'D'H'LL b@b'D"D"`D"L1!@6D"`D  \'!`!à!aK`@ʠD-'D%L  ?'a'D *D `++`DL  `, -`@,`H@HD' '?c`'D'H'L'P'TH@'D 2` L   /ː'0D @ " T`  + ,`@/T  -  `-/ . ``.`/OˀL'L* @ɀ'L* @{'   F'0Oˀ ' H̖ 'Oˀ ('L ē* Pę*@ " ģ, Pī- $İ '@A@>  ?c'D'H'L'PDD`@ʅD* 8 '!"'@  'PP P"L@P" L* L@?c'DD D@D"D# D#`DD`@D$D - ,DD @D&`?c'DDJ` D'DDJ  ?c'DDJ`  DJ DK` D'DDL  ?c'D/KD@' E'J /JOK@ '?OKOK@ L'LOK-'?c'D'H'L'P"܀H "H#bD$ %$'̀)"̀  +b̀`-̀  b "b̐ -̀  cϻ -z"؀bJ` 2" H "#"bԟ+`!"$#b`D$ +%b̐ P-cC@@z  cEz -9"b@6""DHLPn)b@ci@Ǟ!"А "bԔ"""b@#"DHLPEb@K -'P "J` * +  LK@ !"L`' - -`L@Ll"А "bԔ""+  +` L  %$J,- L@ 3&b:..L`  "** +  L@   %$,- L@ 3&b  clέ -l* *` LJc'h"#!"Р #$b%Ԥ$'$"b@JDHLP?"ؐ "b'P ,* *` LJ"K@ * *` L   cU -"J`' cC -?c'D'H" $DЀ D"@D`#О!$"#bԢ$`%$H $  ?c"䀐" "b ?c"̀  c \"  S;"#@"А "bԔ"""'О!$"#bԢ$`%$'$*)"M@-"'Д""Ԙ# #b# c͔ "b̐  *@ "А "bԔ"""'О!$"#bԢ$`%$Ԧ )%"+b@M-"'Д""Ԙ# #bԞ !$"""̐ b@ -@}"А "bԔ"""'О!$"#bԢ$`%$'$"'Д""Ԙ# #b#!" 0@C "А "bԔ"""'О!$"#bԢ$`%$Ԧ )%"["'Д""Ԙ# #bԞ !$"G#b@''Ц)%"+bԪ%`-%Ԯ 1&"33b@'7ж9'";bԺ'`""Ԓ " `3̣"̐"  * b | ?c'  `Qz @' @?c'Dk'  `uU D@D"@  `@ ?c'D>'  `( D@D"@  ` ?c"Ԁ  a "ԓ* "` 'bԟ+`##b$@%Ԥ$'$?c'D"Ԁ  aB ."ԓ* "` 'bԟ+`##b$@%Ԥ$'$Dh@VD%@  aj˩ ?c'D"Ԁ  a˒ ."ԓ* "` 'bԟ+`##b$@%Ԥ$'$D@D%@  ai ?c'D'H'LDDŔ@ DŘ#  D@ã a?H  b6 iHb9@lLb;@dŐ#'DQHb=@WLb?@OŐ#'D<LbA@BH@7LbC@4H@nHL@B'DD  bEH   bfHL D?cX'DD  bʼ 4'@D@>  bDʬ $<  Db@'@    bDʊ ?cX'DD  c w <'@D@"  - c6D_ $<  Dc[@©'@¥    c]D= ?c'D'H'LH''HD@YJ J`/'' LD@@`L@9H**?b'D'H'LDDJ@ LH@IHHJ@ LD@ :HJ`/LH@/'D@'@H@'@''@'@ 'HJ* H 'H`''+'L@?b'D//`''\'XD'TTJ  \*'P'@ 'XTJ/\* 'X \TJ@*\'\'XTK  \*'P'@ 'X#TJ/ 'XTJ@. 'X'P'@'Pc@TJ/`''\'XTJ  \*'P'@s 'X%TJ/ 'XTJ@. 'X'P'@Y'Pc@T ./`TJ@/a''\'XMTK  'XTJ@/''\'X'P'@3'Pc@. ./` ./aTJ/b''\'X%'P@S'PD@ *Ő#cX@ @X * a (`T`'T&Ő#c@ @?c'DDJ DJ D 'DDK/D /*D*?c'DDJ D'DDJ /D*??cp'D'L'PDP@`J @  '` "axN@  ̀  )@''#b '!$"' ^ #bܢ`%$'`L@  2@O@ ` .@`'耢  *@z *  \O@ {'Y .@`f̀ '` .@` "x'耣@  *@R $@L`L M`MN.>.+O@ O@` O@  .@``L@  2@h .@`''؀ .@ب ''@`M@^ 'O@ ` 'и   1@? Ѐ'А` L  2@/ . '؀  .@ ؞' -d܀`@`J `] J#N`@*`:`.`z̀  \ `  ` \O@ \ n Ѐ 'А` L  2@ . '؀  .@ ؞'܀ܓ: ܖ #J N@  +;.@ ܠ '#b̀ \ `  ` \O@ \ n'ܕ?  #J N@  +;.@ @`L`]JЀ ' '%Ѐ 'Ѐ  N@ *:.@  'N@ +`;`.@  (.N@`*`:`.@в@  .@` .@`"  +@H+@ ' .@`'.@)" +%b`'耦 *@+ .@`"`'J@.@` ' K , < +'O@`'؀ 0 9 ؑ* *` "0' @@`K `\ ,؀ @.@` ,Ԑ 'Ԓ"   ,@@`J \?.@`'`@`J`} -@Ԁ .@` N `N @ .@S $@%̀ . 1 9' 1䀧 @ $.@`.@`3@`K ـ (2 )M <$ >' nҀ {[' .@`.@`   $〢 * . [ \p?c""b܀ @=8N@N`N@+""А   J@  @""А   J@  ?c  J@`J   K  N !$"Ԑ   )#L? N@`   N   J ? N@   ` N@* 0"@ `vN@+ T#@`nN@`@m'|$)%!|  M X5&"!   J!  `]@9|#!$!|  L $)!% +%a   M! `)` @|""|   J ? N@  !!$ #$a   J ? N@ !! `" `@%|$'$|N    J ? N@    #a$`%$`N    J ? N@   #a `N@,+a0'N@-!T"@ '`@S RN@*`0 'N@+`!!T$@'`@z U )& ! J@ : JN@ `-  J ? N@ `  N   J ? N@   `& N@ N`N  & @ N@$!N`* 0@ J N  & @ "؀ & @ ~Ѐ u Ø!aO `  _ÞaO ?ÒaaO   _ ÖaO Q P ÞaO   _ #âaaO; :@`L"  )1* b(  \p$ l+?cN "| N  ` !$!#a|'@'$ခ?c'DD #ch"cD@"?b# "c #! @q#@m"# c䀐  #c@v'BS :''c@ .! @5  @ @'a '@u'a  @{ @"'ac'a"@3?c'D'H#耐cna"bD`D"ЀHO*@H'H bЀ aOBO \3 O`1&O9"O" 0'*!,  +#aPN HN-H'HHO.H'HHO*H'H O Hb@ aHD@?c'DŐ#`D@| @+?c'D'H'LHD@gH /@' *`'L@V H` @OLD@K?c`'D'HH*DJ@/DH7h @'D@? ?c <  $''D'`@' @t? ? < @ '`" ?9'D@/'$@t'@t '`@ ?'$@`'@`' HO  H`Z@'H@ ?cX'D'@D@? " D!@7'@D@ ?"b`D /@'D" ''DD@'D* 'DD!@'@D@?< @# D @  `\DF? ?c'D'`D@'@?c'D'HD@^D@'" `@[  " `@N   `@@''`D@I'@H@H'@DH@>'㿘'@'㿘'@'㿘'@^'㿘'@̐'㿘'@Ԑ'㿘'@@'㿨!?'@'`'`'@㿘 @` @*  * : 4 &  4 &  㿸'DD !+ )  㿸'D'H!HD+ )  @"" @`"" " " "> ?"> ?"> ?"> ?"X> ?"H> ?"P> ?㿈'DD 'HH!. 6  B;HH! %$[F#+)#9 !#^#hh#h@KhDDH #23T#hh#h@ohDH #hh#hh@?#9ޙ DD#pp#pp@V;hDH0#hh#hh@&#R# HHD  @D @>? 㿘@H`'  !'"#3 %'') (@7`6@#! @ J*"`/`c   ,H'   '  ''  1# 3# ''@   2d   3`-/``@ PlȌȴ# '# ' c@` Z ' c@`@''Ѐ`"/`a (<X ' '   '  ''o   # +# ''U@\@Y& $`#  ?6   ,#' @&@5 ?/1'0`$/`b ' '@'  ޯ '  ط''>?㿀! H7 .' 6  " "& &  ,* (** $** ** * *y*& & &s&@9     & && &  &     & &  &    $> &:8'&2 "' 6!" & !' 6c  ( ( (@&,*@(#)_tbl_r_atan_.c 1.5 91/02/11 SMI>c8>?+? *?]?s?/??$}?)Ǭ?.L?3k2?8>?<{^?@Ά?D?I?P0?Xz?^?ec?kr?q&?v?{_?0?s9?r?y?X?X?? ??{? ?[l?x?kS?72??k?ڤ?0?p??o?(?e?{z???˙?6? j??C? ???㿨@# @  '' "   㿸c@  @2`! !' ?  ' @6 ?`'`c  2    @ 2 c "   " @ "   2 c "  c 2   H @ `#@" @$''k 2@#" @@'''Y"& @ 2&'M#@2  @4 '` `@6'``'`&@ @ 2!Ԓ#DD?Ё  ''̒@'́J92! #DD?  ''@' 9!''>?㿈7#hh#hh@@':  㿈 #hh#h@h'㿀 'D 'H 2 "P HD^B"HD =F)H@=D&`"0+DD* @ #D D#hh 2  DH?@> 'DD'H@H"  @b@` R"  ZLX? "+DD0* / #D D( FHD @BD @<>?㿀!# . @  @ /^Z @ RR@@   !'ݐ  "DD 2 => "@ @ ' 1"1/2+ '6   "@ $2  ` " 'I"!# $" HD đ D H?# ' D … BB聠  㿈 ,C#ۀ@  ? @ @@ߒ' @@?+ .! h%@6 @%@&@ @  HJ @JJ 8JJ 0JJ (JJ JJ JJ J J" 㿈 ,C#ۀ@ ?@P@@'  @C @a @7@W㿈 ,C#ۀ@ ?@F@@`'  @9 @ @-@@?+ .!!%@6 @%@&@ @  ( J JJ JJ ʕJ ʁʁ@?+ .!!h%@6 @%@&@ @   J JJ JJ ʕ Jʁ@ !!.> C#ۀ@4>@l C#ۀ@  (° a>@B?]>@rC#؀@2 $ 4&$' (H̐"@>@C?? @ "@X 0 L+c@̀`" H& 8 @ N䕣@6$+c@`"a&`šb @2`",@@ '<'  @ ?@ &@ * ;HH * ;HH㿈'LL 'PP!'D B 'HHD$% F3HDPL?J# PL NLD7`7 H@8D!0 @# HDT1# PLX# `HDPL@ ! /`b (4@THDHD" " # PL ^ " 俠!" L   WD   )`K/`c, <Pl" " ##(b@`F#0b@`L`#/`c   # # 1" " 3D    " p5"l LP* 2 ;HDH* H'L2 'P;HH'D'H#H*   D@?L@P' <$ `#8Xb@`Z??6P #@PLHDč&#``#`@/`?`&/`a  @'"  𵤈" ؽ:;>?㿀7 ?!#h.606 @6 @ `B B F F FF  FF 0F (FF FF FF FF F@ FFP H @ 0F (FF FF FF FF FF F X F+Ā @ HF @FF 8FF F X FĀ  X  X &@ 7 P&31  ? B& F!@ Ɓ ' 6 `H @"  8 HH @HH 8HH H H@&́LJʁ?պ/n??7&?ܽ?bl?ЇO?Ɂ>j?ԉ3?ǹ{K[?Ȱn⇜(?ɦl&?ʜ#@2y?ːR`?̄t.n?w W6?jM?[u,?Нŗcb?ы x?x7 WF?bw7?J6¯ ?0QJ? ?A?`Kc?زM9J%?ٌEMk?d#?:\l? N?SC,P?ݬgaO?@ T?e~0?%]ҩ? ?╎Y01?E7???䗏&?8{?Չ?mf9#?xF4?k]1^?зM?W?!TD-?%%?O8d?pC?|Wo?nWO ?$DU?|A?s ҁ?.4?Ng'z?GS?ӏ,[?9?K ?_@0?D?b6?pU:%?Am? myjM?O ?jl3S?PG?kz`?-pA?[TsQ?L?e?x ?g&?D?6?oo3?PRN`?ڽ?s%HW?Ʃ+?AMD L|?`,sj?}c?!:PS?0p?nj~ޱ?{e?C_? @1?^ ?$j!Lvv mq <|d'UlzcA<46WoG};Nh73XNI\*t&3'jÿTʥc ȥ*Iſ>0緍D5#2Xט3EԱ.B92.&xW=#ſP(ib4ے@j"8ؿRw31ib4ے'|ϙly7e^{ʓ<#eQ¿ſ@kT=e'|'cF3^]YI] ~:CA]DD VXXG?x3? 0b?ҊkL?'n*?•R#?0p?RZV?̏ǚ"?Ϲm^>+?g\?1?a^?ѽX ?9?ؚ3B[?#쿘L?D{̏c?܏ǚ"?jġ?_?%R?r%*?T?_^p@?y^?3O?V*?Fr?]>?*-&[ū?@L5-?.B9?*Wm? P? ]PVY?#쿘L?ӗ78?$?٦7O?R@x?Qz?T ?\jȈ?/p4?Sj?},?=a-m?z ?_^p@?;qcÀ?< ?Wh޳?)Pw?vZ9?h? Q.=`?SЈ? $W?(2?%sVO?iU%t@ӿ@Ӟ}@ Q.=`@48.@]?@+1Q@@ND@3@׻@A @d o@t5@9MH@V"@=Ҝ@RI?@.B9@mH5*U@kz@ɓQeJ@{:k@W.|9A@6,@hZ@B{s@)ԅ@[.o@_VV]@tw=@z;(@ }ѳ@ Aob;<7eN<>1E;־񫼍w\<<< wx;.`< :^}+9}iмAW;9?"CƼCjW?#7x͹^<B\Xּ4 &&& !@8&&& ʰ !|+c@$@ `4 ( 0H@ " H 8ƅƉ Pʅʥ  0 HąNH!@4Q  B DB4` 0 J'ʀ`4< @": H 8 L&2 "@ 1#  H*+ PЙʙ P N$̡ P P N&2 "@ 1D  X*+ PНʙ ` D ̡ P ` N̙ L̡È@4`>>D "*$@ &@   F?Jā F?聨 V   V ? '  ``ašb@  @  & & >>@(#)_TBL_ipio2.c 1.4 91/02/11 SMInND)'W4b<CAQc޻a$n:BMI. ђ)>5.Dp&_~A99S9_(;/Z mm6~' OF?f_-u'{=9Rk_]V0F{kϼ 6a^e_h@؀Ms'1Vs`{knND*+ v\պv|`S:p|*h{z8Ks^4['>9X>]U[J.5X #GE iR8 g5}MB~aPRwn`}hinU}%>JG-vw@ҐEaؐ!D)(n]nNDi1`ט*1{u`?a*qOڊYH#Z7QczGJR\9':EN-d'J[Je("Gq?5$Bh%i*hJBWuΙEG5?1Ar+}u%)i,- 1/ &e?o z_'D'H'T/ 'X#   "  "'# #8 ' @&&''* *   &' &X.P6@#P '@`'``D@ #p< 1='@*`P@  F'@ *`P@ H L轧N4.`'@*`P@  R򽧈T.`@"@`@"`#p#x?#?#@'?#'#'#' " ' " '?,@@``#h \#` B.@& ^ț\&@`^;xx|;`@|;p T #xx#xx@;h@h`փV#pp#pp޵,\> . " &>2,\> 7 $G  .`@@2" "'@&.$   " , ,\\ @& 2#X ހ"cX@`;`@;pp`#P L#r$  .`@& 2d %* ` 2  %* ` " X* ..`P@@@A:@  %;1%'@*`P@ P'@ *`P@ R  V轧X4`'@*`P@ @򽧈B`%`%#pF#$" '`,@ 21;hhl@s !#`  '^#h ^#` J,` NNЫ^" , '`"@,`"@cX@`@F! .`@. Z#h# #   񽧉@&#p#"< =.`@$4$`@ F`H$* "`"T * Œa, <D#p .@@`L<.2H"" #p .@@`R<.2>??H""   Z2H" b" .@@@`B@`F&'@'`&&.@@@`N@`R&'@'`&&#p .@@`Z&6.2H"" H" " H" " H"?" ȁH" " H" "  @?+ .!#%@@%@6 @N@%@&   0J (JJ JJ J?𕠉J J":JJ6J@ @''" 2`  ?6Dą @ǔ8 @J 8JȖJ N NƘ!hN N N J NJ J6Jʁ@(#)_TBL_cos.c 1.5 91/02/11 SMI?4 |(?)pp?@7M?}6?L.?Wo2?|$?vS*w?pkߞ?je$\?d>*?]t5 ?Wg?QM?Jl:y?C? Ň;? /8\~?T}?A0 /&??ϧD?!Ov? aO?ç̓?)?s>=@?_T6?JK*D?6֥? I? Z?>^?P(?ƷY? k?/q?~N{J?e?>@@?K?1|?Pr}?lR??J.? } ?[?o9 ;?Q^?3݁?([}P?1?X?U:A N?Ab?̵&?Cs-?=}R?h/?駵je?Zg ? xM?Z]?iw?1m]? O?iU!?ovx?渘]<[k;tb<-F;g?M:L>(e$̘e3+z!r(x[u@|¶a> 6ܴ<$Լg$70<=WyBb:Ҋ4<ͤ?e&K<<9zXB5F</ȼ.h3rwR7V`ck<_w漎-~g6ļn+tR6?Ҹ>?3?ӭi?&?Ԡ = ?hz?Ց? )u?ւ8?:U?qUvB?mN?^ziI?Ԥt/?JkF?ٿ?4 ?ک[cw?2?ۑ>0۬C?@?wgў?ԥ?[4va?L2?>VX*i?ޮtK?ߎj?6)9ƙU??Ķ;?|_.?426WL?Px?B? THO?YtV(+?%l:?N8k?Fa?{5?qmY? ?,!y?戊NK/h?X<zB˙~8/l?ʀ) B @6D H FF F0F  @/  ЉD ȉD#apD%p 8 H'p ĉ$@Ā|& `6/`'@' /`'@' @@+@@/+3 "@''偠@  2 ?* 2  " "  2  * "   * @ 2  ;HH B  #HH  :"5 :2"#㿀! # %2?.-4 BH&6?626?.-!+@/ 4 '?* 6/ .?  B&.?/+1 .+@?  B!)' ?/+1 .+@? ہ B ' ?2 p! ?  @  >`'`B?@   .   B?  Bxz u/?*  ''  B6 "@ 82 ` " 'JD (ƉF D?" '葢 F (ȉHč& !'ؗ3 <+    '?" '艡Jā ?" '蒂`B? 0 ?/܉ Dܐ  B @$%? C''聠B؁@? * @  @`'D'H?'L'P?'  * ˒bP ./ /`0$0h001D112L223T334H445P56d7(7888 '#'"ؔ @ ?@2c y  '#!'"ؔ @w ?@2oc&d PL?DHD? '#: '"ؔ *  ;HH"؁@#P Lb@L * ` ;HH?@Q2?c@ 4  '#U'bh@`?@=2+& " '#['bh@`?@,2 " '#`'"ؔ @ ?@2 " '#d'"ؔ @ ?@2 " '#h'" @ ?@2ck ֐  '#{'"ؔ @Ӑ ?@ݐ2c~   '#'" @ ?@ǐ2c   '#'"ؔ @ ?@2c   '#'" @ ?@2c ~  '#'"ؔ @{ ?@2scΔ h  '#'bh@`?@q2_Z " '#'"ؔ @T ?@^2Lc A  '#'" @> ?@H26` +  ' '"ؔ @( ?@22 `   ' +'" @ ?@2 `1   ' D'"ؔ @ ?@2`J   ' _'"?@2`c א  ' {'bh@`?D2 P@ LLP D"PLH#pp#pp@;`@` @ @'@2 " ' '"D?2 P@LLP P"PLT#pp#pp@;`@` @ @'@2{v " ' 'bh@`?D2 P@wL?ؑ* 2 ;H"H Z"h ?@b2P` E  ' '"ؔ @B ?@L2:` /  ' 'bh@D * ` ;HH?@12 " ' '"ؔ @ ?@2 `ΐ  @v !"b㿘+DD* 'H@ 2  #H H 'L+DD`*`* @#H Hږ"0+DD* @ 2 #D D " ږ "+DD0* *  #D D ԑ. Βa : :;<`2$Hڐ #"+DD*#@ #D2  D  #" * +DDH*#@#Dbh@ * ` ;HH Db@ * ` ;H#H>`2%H2"Hڐ #"+DD*#@ #D2  D  #" * +DDH*#@#D# *  ;HHq D" *   ;HH cB`2'H2$Hڐ #"+DD*#@ #D2  D  #" * +DDH*#@#Dbh@ * ` ;HH; D" *   ;HH -D`2$ڐ #"+DD*#@ #D2  D  #" * +DDH*#@#DbX@ * ` ;HH Dbh@&`'ȁ>? 㿀!!0# ..?? B%DB@'  B?@B?)@@. B‰@ B   B@ D  D €&@  &㿀# ..% ? @ 9%5'** 54@ & @ @  @ qB@ & @ @  @ eB@ & @ @  @ YB@ & @ @  MB4К@ *@ & @ @  <B@ & @ @  .B@ & @ @  @  B@   2?@ B%@@*@?''!!` ? B?H @?A  B?? B 㿀!!?) .+ B6  B B6  ( !@$"ܒ@  @  ܒ@@ ~ @"@ h!'D'HܒD @ $"ܒ@ k @"@ 㿀  #` #d #h`#l``#p`#t` #xp@#|2  㿀  #` #d #h`#l``#p`#t` #xp@t#|"  㿀  #` #d #h`#l``#p`#t` #xp@n#| 2  㿀  #` #d #h`#l``#p`#t` #xp@T#| 2  㿀  #` #d #h`#l``#p`#t` #xp@8#| 2  㿀  #` #d #h`#l``#p`#t` #xp@#| 2  X!ڐܒ$"@ / @ + ܒ@} @"X!ڐܒ$"@  @  ܒ@i @"hܒD @ 'Dܒ@  @ @  !@$"ܒ@  @  ܒ@v@ z @"@ 㿈"?  ' ' ''@ @'@`  @'` @q @ h!@$"ܒ@  ܒ@ J @`"Ёx!$" "bܒ@  ܒ@ 6 @L"؁h!'DܒD @ $"ܒ@ $ @:"@  !@^$"ܒ@  @  ܒ@Ŕ@  @ "@  !@D$"ܒ@ l @ h ܒ@@ @"@t 㿀# #x #p 2 2 ܽ> 2 X 2Z 2ܽ> ";hZ;hh@l  0ږ+DD 2`"ږ 2`"㿠 ` 6   * ҒbX JpJJJpJpJp $ @ " I`2 ` $ @ " <  6  && && &` " `@ "@`&` & `  @  `@  `@  ` @     @ j &㿠 ` 6 $ $ @ "   * Ӓ` L`LLL<L4L4``@  &"䀢 2  &``  6   && &&&  ` 2B``  @ `  `@ ` `@ ` ` @ @`` `  2 @"䀢 2  &}& *@ &` @ ~` `@ z``@ v`@@ q@ t"@"`@ Ԑ`` @ ϒ `"2  "2  "    `@ 6`  `@ 1` `@ ,` ` @ '@@ *& & '&&`@! 2 + & `` @3`+  &` ` 3+ &` * &@" &@@ @ 㿠@  㿠@ " &@@ 㿠 `" ` ` 2 @  5 2@2@. &* 4( @4 6` " ` 4 6   ` @ ̐ 4 6   ``"  㿐 $'L @ " @ &`  2   $ @ " >%.Ԓa QRQQQQ.+@ B &&    @ /  && ` ' ' '  '@ i` & && 3 ;@&  @ X.   @ - @ ( @ # @   3 * ' 3 * ' 3 * '*  '7  &  6&` @ .   @ @ @ @  3 * ' 3 * ' 3 * '* '7  & 6&` @.   @ @ @ @  3 * ' 3 * ' 3 * '* '7  & 6&` @.   @{ @v @q @l  3 * ' 3 * ' 3 * '* '&  2 & & &  @d &㿀 $'H @ "   !* Ւb VWVVVVs o@ j&` 2 @ a&`   "!6 & 6 @:`&``@! 2 + '@`` @3`+  '`` ` 3+ '`` * '` @:`&`'1@'䀐' '''','7 '@ 8 `'@"@'@`@ 3 * '@`` 3 * '`` ` 3 * '`` 6 * '` 1 &` ? 7  ''@Ő4` @@ ``@ @@`@ 3 * '@`` 3 * '`` ` 3 * '`` 6 * '` 1 &`K 7 ' ''@4"` @C@> @9 ``@G `@B`@@=`@ 3 * '@`` 3 * '`` ` 3 * '`` 6 * '` 1 &`W 7 ' '''@14,` @@ @ @ ` ` @ `@``@`@@`@ 3 * '@`` 3 * '`` ` 3 * '`` 6 * '` &`@`` `  2 &` &` &`  @ؒ6&` &`㿐'D'H'L` 6LL $ @ " @ %` * גa, ]D]]p]L]D]DKG@Z B%2<%'` '''"7  @* 2 ' * 2 ' *`2@ '2 '  @3@.@)@$2"8  @* 2 ' * 2 ' *`2@ '2 '  @@@@2c   @2 ''''"8  @* 2 ' * 2 ' *`2@ '2 '  @@@@2 c   @2 ''''   @* 2 ' * 2 ' *`2@ '2 '  @l@g@b@]( #`@@`%%  % * 2 % * 2 % * 2 %2 `@%% %%%%% 䀢*ؒb €bbbb  2  㿠  ]@ "䀢 #* ؒc  c0c8c@ch  "   2    "   "   "%  &  2  &  2  &  2  &  2  & @& "䀐    ?& 㿠  >* ْ` dehde,e,e,1&@ ` 6 p"@@   @* &@" @8 &@@ &@" #&@b  ?"b@R㿠@* *.@  * ْa egfleffc@* 6@@? &@c@ 6@@? z&@ Y@ʐc@ 6@ c @ ?. e&@ Y@  &  %c@* 6@  "@@  2 c@*  6@@? @&@" "3@ / @ 2  &   &  `&@Ґ @А 2@?*  6@@2 &@c/`@@ * 6@ c@ ?. @ @&@㿠@* *.@  * ڒ`@ hXjihhhc@* 6@@? &@&c@ 6@@? &@& <@$c@ 6@ c @ ?* k&@ <@ #&  *c@* 6@  "@@b  2c@*  6@@? &@G&" "@? c@* /6@C  2 &   &  g&@' @% 2@?*  6@@2 &@?c/`@@ * 6@ c@ ?* @ @&@ &㿠@* *.@ ? v* ڒb klk|k8k\k\?@ 6@6`&&b'?@2 6@6`&&Y'?@2 6@  J  #@&   "@@hː @ : ?" "?@ ?@ @  &6@ #@&?@ @ ?@ c 6@`?2 6`&&'@/@ 6@ 6` & & '@{.ے` lmm mlېmg&@#?"    /`@S."쀢   "/#`@c`$#`@` c , 1 1" 1@ʐ-& &  & @\#?"        ./ /`@@@.&@㿠& & && 6  & &  &  6`& #@.`& & & @ 㿠& & @/` 7`&& 7  & & @7``2`/` 2 2 '& & ?{& & @2&`/` 7` 2 & " & & @ `7  & @& 7   & / & 㿠& & @/ 7 && 7`  & & @7 g2g/ 7 2 2 *& & ;& & @2&c@2 & @" & & @l `7` & @& 7` `/`& 6@ & .& 㿠& & @ /`7`&& @* 2 " & @5* 2  @& & #& & @.`6`@:  2& @g  & 2  & " & & @   @& pH.ܒb rrrs8@@'`#`4#?"    .@/`'`#`E@#?"        .@.'ܹ/ /``#`@@l@    ] 2V& 2  "  & *"@5@  -7`@  *"   & 6@ %@.@@6 - 6.$:"& @-@ -@/`@   '@ *  -"&  2 @ 2@2.. .@& & & & `q       2& J& & & & & D& ` &#     &  &` 2 &  &  ` &  & & ( &`- %    @    /@ & '` 2 & & *@2@ &  *@5@& /@5@& 6&  *@b"b㿠 *  & ?& & &   @ " :    `"  8    "@ " (    "" *    ""   "`"   @ 8  :`?@  `  㿐''2 &@_&  2   #``#`@9=`&㿐' ?2 &@`&  2   @9"&㿘'7`&@aT&  2@;&* +DD @ * @ #D D 2 #ږ"* +DD @ * @ #D D 2 0ږ"* +DD @ * @ #D D 2  ږ"* +DD @ * @ #D D 2  @ 2  㿈 \@Y' @.耐(@.~@.@.@/@:<@0@@<@Z@@@L@@ >@$@%`@$@`~@_#( 'D @'HHJ'D/''''O@`V   22V 2 @"?  / 0/ - / 0/' # / / / / / / /#' E/ 0/ 0/ 0/ / / / 0/ / / 0/ 0//////// %"`<V "  & @&%`-N`&D 4ߓ2 *`@ `*` "  "O  x 2  x, x/~t1$~l%x4 D(~l+Dö '/`M"O@`<V "  & @A&%`- .'>`<V "  & @$&%`- '쪥`<V "  & @&%` - '쀐O' -*:@* 2 * 2 3 \  J  *: '  9` " # +@J" *: 9#`+@#`@ * J" +@#`@ :J@Ð:̒*5.@W^ڶ* 2 3  \ J  *: '  9` " # +@J" *: 9#`+@#`@ * J" +@#`@ :J:ѐ.6.66\  J *: '  9` " # +@J" *: 9#`+@#`@ * MJ" +@#`@ :JM 02?9 h R'"26O%-)9 d >'"6O%-9 d *'" 6O%-瀥:O@`MV "  & @&%`- tO@OO/O'`/O/O/O/O/Ժ`O`  # + - 0O@O/O/O/O/OD'@ &'O "/ 'O /aaO@ J  "O@.. O@`ÒaaO`' 0J  O@ .2??`O` *2+ `@x"쀐"D@!  24 * 'D'@͒ ' 'ÒaaO@J " O@/ / O@ &`0`O@ $27" 2D@ 24̛. @ `'D'@`O@ *2ø`@!к"{쀐"D@ʔ Ѐ 24`Ж* ^' ' ''N``/O• x'2 *`*`@ *@ @ `*` "  "   2  UX$c(defgLhilDEnGLosDuLx$OO/OOO/  ' d"  D" i2OԀ6O '"O "O 'OԀ" O@&4O X2)) h dO瀢  O%-"`6`M%-"`6`M%-@*:@@N* 2 * 2 3 \  J  *: % 9` " # +@J" *: 9#`+@#`@ * J" +@#`@ :J@"@:̒@*5.`@T* 2 3  \ J  *: % 9` " # +@J" *: 9#`+@#`@ * @J" +@#`@ :J@:ѐ.`6`.`6`6`\  J`@ *: % 9` " # +@J" *: 9#`+@#`@ *MJ" +@#`@ :JM 02M 0"%'OՀ."-O X o x" # 6 '  '& Oـ2 ' ''@-( ` ``'`'` ''' @!в"O  "O "O 'O 9$ N`M"yO ܀" 0N@`- OՀ"O-$ON@" ON@$``-O 0'  & / 2 * 2 3 \  J  *: 9ʚ` " # +@J" *: 9#`+@#`@ * dJ" +@#`@ :J dO/ΐ  ̀#6  ˸'' O 02 - +.@&`O'.@O׀2  OԀ"Q@<ĸܐ% &D'& Oـ2 ' ''@,` ``'`'` 'ܒ''@!0ЮO"'"O  "O "O 'O 9$ M" ܀4MO.@`M2MO.@.@ `OՀ2O$'O.@`' ,O 'M2MO.@`.@`2  OԀ" @ܐ&@&'& " Oـ2O ' ''@O` ``'`'` O'ܒ'@ 'O -2O ®'"O Ā" 'ÒaaOJ M M e"M M M e2MO-M"O M"Oר M 2 Oע 2  OԀ"B@-%&9' /'0쀐 '2N@3``N@`  6ON``O׀2  OԀ"&`&'&` &@& '6 6 @&'@'%& #@O#@#@,%`6V "  & @L&%`-J"`<V "  & @0&%`J - '  '%`6V "  & @&%`-:``<MV "  & M@&%`M - `,%`6V "  & @&%`-J"Oת`<V "  & @&%`J - '",%`6V "  & @&%`- 2 O@ '&'O@`2π %&&V "VV  % @| "V@nV "?ؐ8  Ȯ?@@'L  %@"u`l @`O@ $28@" `8.@ `p@OM`" % NR2 *`*`@ @ `*`< 2G   I(<K <N<@AB< <"G %¸   26 &      2   "  : L8@&@2@ '@@"  %* ` @@@@ &`   @ &`  @ &`  ͺ`㿠 2'LL 2 "w %@:"q`t @N $2@4 "  `x@O` " % NG2 *`*`@ @ `*`D 2<@  IKN@AB "G°  @ &`  @@ "@@@ &`   " @  &` 2{ ô!aN O@ "/ /   N ' 0O@ 2/ `$2  &@ 㾠'L'P 'T'X"!"!#@`2ܰ! O@"1`%!2@a "a` &  &  @ې! O@2a"  "aa" "a@ʒ?2@ "a2@``%2*`*a "a` &  &  @? a" "a@?"a" "a"{?y2 @` Ð!aO@ "/ /  Ð!a@`O@' 0 2/ "`l`h`L2@`O`[2 Ð@"H?Ð!aO@ "`[@A l`[`c`n`s2L@6hL2"L 8'L@L&"*!"??  'HH 'D$d * 'P  #'X` lhhhltl|     !a "a` '  '  @Ӑ! N2a "a` '  '  @2a?" "aDXuP'a" "a@4$ #`#\@ \")"%"䀤`l ' %  @+`L  %  @  %  @s@"N@a "a` '  '  @Ua"  "aa" "a@I?2 "a"   `+ `-`0"iu} &$za "a` '  '  @ 0gid$ca "a` '  '  @* : xX2EW  @2" a "a` '  '  @*  : @~O  2?M "Ð!aN @"  a&" "a&a" "a@aa " "a@u"M,J(Ɛ " p"b!a@N "'`05".` 2.`.`.`@2%N @"!N" W 7'@.`-a "a  "` '   '  @e"""`l @2 `l `h %  2 %  "a"  "aa" "a@>?2 "a㿠'D'H'P@'` H`s2T`c!a "a` '  '  @! N@2a "a` '  '  @~2?"a! N2[2/@&S`a "a` '  '  @~ѐ2"P#" a "a` '  '  @~?)2/@&`!a "a` '  '  @~ M2 2/@&`2a" "a$@a" "a@~?2@ "a@2 `c2/@ 㿠 ^2  2  !@}-`]`-2. .@.= `]2`-  ] ?' @} @ .@@!7@@R @5^ 2#D7 2 b@@|@5; 866   ``&@.`3    2  " "67   7 7 V"* 7 @5@!7@FԒbj@}2 @a@}2   @4 2R#2 bV@|.@4֐ V49 >2`@:`  26 .`   2.`6&* 6 &&"@6.`V@6@ڒ@" @4 7 㻐'L`& `&  `` `  O"`O2`2`& &    @8@&   ` N  0   " N` 0' L!7` cW 2#&  & W&.6  777 %7 $ !7`  " 72cW ? &  & "b '`*  W5  W'  r7? 2`@*`'  & $ .2`@/`/`'? 2 ? '  42%?@&/`'@* '` @3@ &$ /`'`' 2@6/`@" "*  `4@'`'@/`@ 2 '`/`@ "'`& 7@7W."@7b @5@6`@ #@IS4% @  @ ! 2`" &"@4*&`4`/`@@`X B@@`;hhl;HH;PP B+DD 2  #!"A;>`6 & $?ϸ @&/ `4`$ /`a/`@ @`$ D@@`;hhl#D D;HH;PP  +DD#2  #!" ;`75;;HH `#LL"8 ZZگșځ,7$\9    #  & @H&@H 㿀@ 2 `6 @H , &+ @ɐ ! p " . ;hhl;HH;PP B+DD 2  #!D 0&/@ ! B " . ;hhl#D D;HH;PP  +DD#2  #!@m ! "` &&   @H& @H 㿀@2 @H`41$.@= ! p " . ;hhl;HH;PP B+DD 2  #!"IN4&3@  ! @ " . ;hhl#D D;HH;PP  +DD#2  #!"@ې ! "& & @G&@G p'H'P'"   /`*  P* " b LL  4/@  | @  w @ ?r?@ #l?  *H2   '#' 'B'?#ր6.?!ր$N   *   "@6  @O `2  `* & @62   '? ' ''ܒЀ 2 @@O+!ڒ!$""c"#@"@'%@ @*&& & %@`'H'P'"  /`*`@/P @* ap TT ?7' 7''?7'2 7''?2 7?2 7?'?'?}'?2 7? c 7?'?'?k'  *H2   '#' 'B'?#ր6.?!ր$N   *   "@6  @O `2  `* & @62   '? ' ''̒7 2 q@Nh!ڒÐ!$""c@"@'%@@)B  ``& %@x'"  /`*`@/ 8* ` ĜHHc* 7? t'c 7? j'c 7?2 `'c 7? c S'a$2   '#' '5''$N    " a@6 O `2  %a@62   '? ' ''ؔ5 " !$"@"c@0"@'&&@(p'"  /`*`@/ >* c (Tǀǰc'* 7? y'c' 7? n'c 7?2 '?b'c 7? c '?S'$2   '#' '5''$N    "#@6 O `2  %@62   '? ' ''ДM " 5l!$"@"c@."@'&& &@'@(#)__tbl_ntens.c 1.5 91/02/11 SMI???zG{?PbM?6C->h>>z򚼯H>Ey0:>. &֕=|׽=yd=q-=<%hIv=+<V<Ҳ؉?㿀'D'H 'L'P\'T'X&'  & & @t&.T "X"P "P " P" P "" L2 .@sJH/Ð!aO@ "`@  & & @s`. &`+T "ÒaaNJ "&@&`+2`+P,"@6-   & & @sǐ`.`-2?P @"   & & @s`. ?`1'"`94!` T " @ 'P*   & & @s`c.a ` `0`IH`N`iD`n"@O@ǀ@L  @& &= `&`T "`0`` 2N@  & & @sJ`. N 0`&&N 2&'@6   & & @s'`. `a`z4'` #M @6   & & @s`.޸ `a`z4'` M2  CT' & ' & " "c P "1'@6   & & @r͐`.  `a`z4'` #J@6   & & @r`.  2 T " "cP " &' 2ꀤ`T "P " P& '`)6@/   & & @ro`. `)"`)P @""   & & @rQ`. `)2T@  & & @r9`. T " "c@r+`9.7  0/P/ '䀧`1`94'`  "&P  " P"" O*!  O .䀧 *T " @ '  & & @q`. !"'.`1,`94+`0 ',쀦@`  & & @q`. `1`94&,`0"f`0N 1N 9$`1&'` Q2 @ `*` "  "O  x 2  1$%DEQ  䀤`&l2T@  & & @qO`.., T "`0` 2%`1` `&F&"%@  & & @q)`.ߺ X"?"r`$`+P @" 2XO@@  & & @p` .  $I`P C@& T&LO 2 T  "T 0T  " 0/P/ '䀧`1`94'` T 2T " 6   ' *P( "&P @" P "" O*!  O -䀧  *P "" @    & & @p}`. !"';`19`948`0 @`,  & & @pV`. `1`94N&ဦ@N 1&&N 9$P&P "@" `02i`1h@'` Q2 @ `*` "  "  x 2  @  1 $%DEQ    `&x2T?"'@  & & @o`.  T 2T "?"'@   & & @o`. `0` 2N` `&0&"% @   & & @o`. 0"ɀ`1Ơ&X"?"〤`$`+P @ " 2X$Ӏ`P ͒@`+  1`-/@6   & & @od`.`` 2`+@6   & & @oL`.` "퀦@`+@  & & @o4`. `-@6   & & @o`. )ဧ`0`9$` ` 2[ ` `&V 2 0@  & & @n`.ݺ / /  "0 @6   & & @nِ`.T"  * `  0@T "T "T "T "P "@ @" `&"&" ` 2@6   & & @n`. "@"& P"P *P""*TD  "`"D"P " P"@6.D*.N?" &`@ndN?".&`&`"㿨'DD'H#H??  /`2 #@+`#  "  "  #@+`#  2 "  㿸'D'HHD@#@@㿈'D'P\ 'T'X @'/T "X' "P "P " P" P""  .@mJ/Ð!aO@ " \ @ /  &`+T "ÒaaOJ "' &`+2`+P" 6 \ @ / `-2?P  " \ @ /  ?`1'`94` T "  'P * \ @ /  ` `0`I;`N`i7`n"~O@\ @ / &T "`0` 2O \ @ /  O 0&' O 2' '6 \ @ /  `a`z4'`  N` 6 \ @ / ``a`z4'` N2` `Z T%`' %`' " "c P "H'6 \ @ /   `a`z4'`  J@ 6 \ @ /   2 T " "cP " ' ' 2T "P " P'  '`)6-@` \ @ /  `)"`)P  "" \ @ /  `)2T \ @ /  T " "c P 0/` /`1f`94e'`  "&P`  " P"" O,@!  @O-@,@T "   '\ @ /  !"'"`1 `94`0@ , \ @ /  `1`94&뀦`0"\`0O 1O 9$`1' '` Qw2 @ `*`, "  "lO  x 2  1$%`DE`Q  &N2T \ @ R/ P T "`0` 2I`1` &2' "%`` \ @ /  X"?"쀦$X`+P @R" 2XO@  \ @  /  $̀P& T' LO 2T  "TPT  "P 0/` /쀧`1~`94}'` T 2T " 6    ',@P$ "& @P @" P "" O,@!  @O-@@`,@P  ""    \ @ /  !$.`1,`94+`0@ , \ @ /  `1`9&퀦O 1&' O 9$P' P "@" `02`1^'` Q2 @ `*` "  "  x 2  \1$%|DE|Q  Ā&Z2T?"' \ @ 6/ 4 T 2T "?"'  \ @ /  `0` 2O` &&' "%  \ @ /  0"`1' X"?"$`+P @ " 2X$P`+  `-6 \ @ / ` 2`+6 \ @ / ` "`+  \ @ /  `- 6 \ @ /  )ဧ`0`9$` ` 2G` &B2 0 \ @ /  @-`-`@ "0 6 \ @ / T"  ϑ* ` T "T "T "T "P "@ @" &' " ` 26 \ @ / ` ""'  P"P *P""*TD "`"D"P " P"6/ d"/ D*/ O?" & d@O?"/ & ' `"x;ڐ 'D'Hb'D'@J'@і㿠  㿠@Ɓ㿠@  "2`H@g`@g  `@g " `@g " `@g " `@g "`@ga @g# "a@gy #"an@go ""a@ge "b!@g\ @   " btbb @gC@  2 c3cw @g2# " c` @g "\ `T@g`<@Y,`@g   a@g " a#@f " a0@f " a<@f "aP@fac@f@#" `ae@fܐa @f` a@fАb@f̐@h#㿠Ű# 㿘+@@>  㿘+@@>  㿘+@@>  㿘+@@>  㿘 2 c "  @ "  c 2  "  `     `6 `  ``& :&   ``" 1& ` &` "   &  /`  @`"`&` ` & ` %@    `6.`"   & *a € ( 0 8 H  2  㿠``5 /` " `.`  @ "@` .` @]@< # +* a    ( T@ @ *    @"   2   @"   "   " '`/`  @ "`@ 2 4'` :  & & #  .`  &` ?&㿘* */  * ct    $  c* 7? 'c 7? |'c 7 6   !?. @@i'   &  4) c*  7В"@7   2c*  7? '@;ߐ A" "3@;א / @ 2  &   &  `&@;Ð @; 2?*  72 'c/`@ * 7 c ?. @ @'&@㿘* */  * b $P|c'* 7? 'c' 7? 'c 7E  c  ?* o' 5 #&  4. c*  7%"@   2c'*  7? '@;3 H" "@;+ c* /7j  2 &   &  g&@; @; >2?*  72 '?c/`@ * 7 c ?* @ @' '&@&`㿐 /@ * @  m* ` x@/@  ^ @  Y @  c O #  "  s@9 @: #@&  4 /@ xߒ " "@: /@ Ӑ #&/ @: @: /@ @ ?? /@ @  &@&`&`㿐* */  * b  `(?7' 7''?7'2 7''?2  7 ?c  k   #@&  4+ ? 7  "@f  @ 2?7'  7 '@:'I" "?@: ? 27G  2@&   &  #@&?@9 @9 ? c 7?2 7?'?'?/@ 7? c 7 ' ' '     &@`x/ '''@ &  2&耐& O@.`/  & 0 ./&@ x;b'''@&&܀ "3/  2*"&  N. /` 0  /  0 ./@ x;b ''@9'@ 㿈 #hh#h@hh'㿈$#hh#h@h'㿈@(#hh#h@/h'㿈,#hh#h@h'㿈0#hh#h@5h'㿈@4#hh#h@h'h'H'LH 2 ;ppt@2V;ppt@y3~V"ЁD3;hh;`   `2#hi"h -(V;xx|@;``;xx| @M;h!` h $Q>"ع># ` L?@ ֙, ^ڷ=<>>"к @"#B'`ހ@ >"# &  Tީԩ4"෠54>#'` B?օ"^ڷ=<;;`@;x` @x ޽>>?p'H'LHV3uV"聭+#pp #tt#tt;xx|ĉp #tt#tt;xx|}   6 @*`& `"?2 ;ppt@ˁ2 ;ppt@D;h#hh8 ^;hh;`   `2;x)"x|@;``;xx| @%;h!` h $#h">#` D?@ ։$ ^ڷ=<#hh N>?p #x'D ?#0'H.   "H!D fB!0HD 9) 'D)!8D =:-   2HH!0@D#( D0HҐ# 1? ص:#hh#hh??a!  @@`DB ,/.&P'>? Z/`Z F @`< Zܽ>>?h  'D ? 'H.   "H+D*L!@HD+32P#H vD p!HHD=;;D   2HZ!@@\D#( D H# !? ȕ*#hh#hh?W?a!  @@` RL.Pa@: ! ? B> Z/`Z R L`< ZHD;h;pDHd?hpܽ>#  X@@>?㿠'D'H hHD X 0##!Pȵ:aX ?> Z/`Z B T`< Z܍&! "" aX?> Z/`Z T N`< Zܽ>!`aص:^"@"`p !'D ?!'H.   "HH!D vB?D># 9?>+#=J^  ;` `2 ;h#HDQ>hl@;`#Ȓa@` V`!?  #hh#hhq??! @a@`H#DH F' &&' Z/`Z L F`< ZHD ^ܽ>>?h #`'D ?#'H.   "H7D6X#HD+?>\#H D #HD=>'D   2Hg#@iD#a@`LD0Hʐ!1?  ֱ8#hh#hh??! @a@` BZ8@cЙ& -,? N> Z/`Z D X`< ZHD;h;pDH?#D*H ʡ0phೠ+a@`@ ^нܽ> PT>?㿠'D'H"HD X""h"0#𵦉Ƶ:c ?> Z/`Z @ R`< Z܉$! "" c?> Z/`Z R L`< Zܽ> aح6^"@"`㿀'D'H X? `D?  .@ 2 hHDi^ `HD J#-_, ''DH N ?@_k`(  '@@_c `$ &𽦉ZHD½ؽ> 0  8 ’`@@`”HZ^ đ(L–P "* Hĥ2RV?&@ '` \DH޽>\^ܽʽ> ^^?@'@>?㿈 #hh#h@h'㿈$#hh#h@h'㿐 'D 'H 2DHD ! B3‹! %$F"D *  ;H{HH* 2 ;H"H+N’`@`^@` L# ^  HD]T!  P ^š`@X`P’a@T`Xž@T”Z@!  F Z#–B`@`^FH̽>D$N"=;h  h@l!   HD  ސ  ځ>?p 'D 'H 2DHD ! B3!! %$8F  =¿-,,*"H* 2 ;H" H+ H,D!   "(+i!h ^’ap@X`”xX‰DD˜!J!` JR ¡Pa ša@P`¡P@`R(žᘡPVPV–0!¡PB!PB ¡PH!8ša@ H@`NžHNT! !PT @#¢aX@@F`F Й,v?  HD9"0= "`@`"8= ^’`@"`#D  ܹ<! ! ’a@`’a@`¥ R\R N” VN–V T– DT˜! D B˜!  JBša@`J H С PHPέ6  V܍ލ&?"@LŸL#p"Hp#pp P5T#pp#pp;`Q;h`h?܉\ D#pp#pEp@  FDH->"ށ>?㿨 ''㿨#''㿨 ''㿨#''㿨''㿨#''㿨 ''x/ '''@? &  2&@[U / 0@[&/&@9x;b'''@&  2"&@[(/` 0&/ 0@[[ / 0// &@x;b ''@'@㿘 '6`?6`* 2 6* 2 2 6 62  2V 6&`*` &`6 6@ 㿘  'V`? " *`6` 6`"* 2 + 2  6` 6* 2 6* 2 2  @6㿘 'V`  .?#& * 6`* 2 6`* 2 2  6`@Ȑ 6* 2 6@㿘  '6?66`* 2 6`* 2 2  6`@㿘'6  & & * : 6`6! 6@!6ZV`V` V`V`` .6@'6```&*` &6`㿐''2 &@/6&  2  #``#`@`"@ &㿐!6@!6-5# %( ? 6`6 6@ 7` %?66 6 66"`*`  " 6"`*` "@ ?& >%??6` 6` 6 @ 7`66`6`6` @6` w&>.%?6` "6?6`6 @ 7`6 7 77 7 ` @ 2  >"  * 2  * " .* 2   @ 2`. 6`/`'@``*` ` 2 "`*` 2V`" 6"`*` "V``V` *`2`@&ؔ6```"`*` `" 6`㻈'7`&@.r&  2.@G"@ &㿘'D@Zv'LJ`"@ -.@DL  "`@@ 0/@`&  0/@`/@`/@`4 N` ` 6|`N` ` /@` /`O `" O/@` O `2O2  e'`O@ 0"'`O@2` e/@``@, - + /@`.6.66\  J  *: 9` " # +@J" *: 9#`+@#`@ * OJ" +@#`@ :JO `02 J  0"4 hO/@` `[ "&% 0`  ` J/@``` /@J`564` J/@`(/@`/``  `  0/@` ``  N " N /@` N`2N '`O@ 0"'`O@2`/@㿠 `6’bx b| @X  "b’b @W "bx 'D1'H"'D'@:' '  2&耐& N.@@` /@  & 0 .@@`/@&x'H3'DbD'''@'  2+"&  N@/@ `/@ 0 & /@` 0 .@@`/@&].>0 "eb & 0* a E,EEE5&Rb4#b b$Jb&` J" 02 @*` 2b>b`" b8b`2b2b0bb` &N 0 9 & .` &N 9& 1` N ..`   2b` &`$b 0` *b &b4`  0.` &b` b*!7'P'TV @%46 4' @ 2 ’b@VŐ  "2 ’b@VTT @b``\'`/`P* 2 3   J  *: 9"  `# +@J" *: 9#`+@#`@ * OPJ" +@#`@ :JOP `02 `P@J ` 0"P`  PO@``. ``, '`@&6/`  *23 \  J  *: 9"  `# +@J" *: 9#`+@#`@ * '`J" +@#`@ :J'`@ в&.`/`@"`& O@ /@ c.   #D D;HH;PP  +DD#2  #!쀐K;hh@l!콠 > *   =0` *   ';h"'` hl@ "@ В@ @Oː& &.@쀐2  @F'@B'Dʘ㿐' ?2 &@&&  2  \"@3&x!6@!6  ' ' -5'% 8'6`? 62 6 6 2 6  62 66* 2 2  6%o6"`*`  " 66%p6 6{p&# o%p 6`6`?6 6`2 6` 6` 2 6`  6`2 6`6` 6`W&>.%p6` "6?6`6 72 7 7 2 7 72 77  7    2` o"  * 2  * " .* 2 ` @ 2@ /@ 6`. @&  *````2 "`*` 2V`" 6"`*` "V``V` *`2`@,6```"`*` `" 6`㻈'7`&@%&  2 &㿘'7`&@%x&  2Ӗ"@&㿘 2 # "   "  #(  ;HH !^ڐ#"" 㿈'D'H#0HDư !#8HH#h#@h#hh P ̫^#ll沐"@1& "@&./ *'@#H=!^#PXX#h#Xh#hh B ܏^#ll}x!@ & !@& / '@ #hh/@&2@* 2 3  \ J  *: '  9` " # +@J" *: 9#`+@#`@ * J" +@#`@ :J$5&@* 2 3  \ J  *: '  9` " # +@J" *: 9#`+@#`@ * J" +@#`@ :J4ѐ&`& @6&' 0@M&& 㿀'D. 6  ;PP;HHB  'HH?D̀?* /?&;HH `#LLcp  !#h^#`P#&#h-&&;HH `#LL#hځ 9  &@(#)__tbl_baselg.c 1.5 91/02/11 SMI"0=KXer ,8COZfq|'1<FPZcmw '09AJS[dlu}&-5=DLS[biqx@(#)__tbl_fdq.c 1.5 91/02/11 SMI00000008001600240032004000480056006400720080008800960104011201200128013601440152016001680176018401920200020802160224023202400248025602640272028002880296030403120320032803360344035203600368037603840392040004080416042404320440044804560464047204800488049605040512052005280536054405520560056805760584059206000608061606240632064006480656066406720680068806960704071207200728073607440752076007680776078407920800080808160824083208400848085608640872088008880896090409120920092809360944095209600968097609840992100010081016102410321040104810561064107210801088109611041112112011281136114411521160116811761184119212001208121612241232124012481256126412721280128812961304131213201328133613441352136013681376138413921400140814161424143214401448145614641472148014881496150415121520152815361544155215601568157615841592160016081616162416321640164816561664167216801688169617041712172017281736174417521760176817761784179218001808181618241832184018481856186418721880188818961904191219201928193619441952196019681976198419922000200820162024203220402048205620642072208020882096210421122120212821362144215221602168217621842192220022082216222422322240224822562264227222802288229623042312232023282336234423522360236823762384239224002408241624242432244024482456246424722480248824962504251225202528253625442552256025682576258425922600260826162624263226402648265626642672268026882696270427122720272827362744275227602768277627842792280028082816282428322840284828562864287228802888289629042912292029282936294429522960296829762984299230003008301630243032304030483056306430723080308830963104311231203128313631443152316031683176318431923200320832163224323232403248325632643272328032883296330433123320332833363344335233603368337633843392340034083416342434323440344834563464347234803488349635043512352035283536354435523560356835763584359236003608361636243632364036483656366436723680368836963704371237203728373637443752376037683776378437923800380838163824383238403848385638643872388038883896390439123920392839363944395239603968397639843992400040084016402440324040404840564064407240804088409641044112412041284136414441524160416841764184419242004208421642244232424042484256426442724280428842964304431243204328433643444352436043684376438443924400440844164424443244404448445644644472448044884496450445124520452845364544455245604568457645844592460046084616462446324640464846564664467246804688469647044712472047284736474447524760476847764784479248004808481648244832484048484856486448724880488848964904491249204928493649444952496049684976498449925000500850165024503250405048505650645072508050885096510451125120512851365144515251605168517651845192520052085216522452325240524852565264527252805288529653045312532053285336534453525360536853765384539254005408541654245432544054485456546454725480548854965504551255205528553655445552556055685576558455925600560856165624563256405648565656645672568056885696570457125720572857365744575257605768577657845792580058085816582458325840584858565864587258805888589659045912592059285936594459525960596859765984599260006008601660246032604060486056606460726080608860966104611261206128613661446152616061686176618461926200620862166224623262406248625662646272628062886296630463126320632863366344635263606368637663846392640064086416642464326440644864566464647264806488649665046512652065286536654465526560656865766584659266006608661666246632664066486656666466726680668866966704671267206728673667446752676067686776678467926800680868166824683268406848685668646872688068886896690469126920692869366944695269606968697669846992700070087016702470327040704870567064707270807088709671047112712071287136714471527160716871767184719272007208721672247232724072487256726472727280728872967304731273207328733673447352736073687376738473927400740874167424743274407448745674647472748074887496750475127520752875367544755275607568757675847592760076087616762476327640764876567664767276807688769677047712772077287736774477527760776877767784779278007808781678247832784078487856786478727880788878967904791279207928793679447952796079687976798479928000800880168024803280408048805680648072808080888096810481128120812881368144815281608168817681848192820082088216822482328240824882568264827282808288829683048312832083288336834483528360836883768384839284008408841684248432844084488456846484728480848884968504851285208528853685448552856085688576858485928600860886168624863286408648865686648672868086888696870487128720872887368744875287608768877687848792880088088816882488328840884888568864887288808888889689048912892089288936894489528960896889768984899290009008901690249032904090489056906490729080908890969104911291209128913691449152916091689176918491929200920892169224923292409248925692649272928092889296930493129320932893369344935293609368937693849392940094089416942494329440944894569464947294809488949695049512952095289536954495529560956895769584959296009608961696249632964096489656966496729680968896969704971297209728973697449752976097689776978497929800980898169824983298409848985698649872988098889896990499129920992899369944995299609968997699849992@(#)__tbl_tens.c 1.5 91/02/11 SMI?@$@Y@@@È@jA.AcAׄAeB_ B7HvBmB0@BּC k&4CAy7Cv4WؠCmgNCX`=Dx@DKPDMՒD-JDxCyٝE *,(ET25EqE'/E1!F)>Y9F_$FnFȦ"FɜFЛ|G3BarMGhy GCWiG*HJH=c)\Hr]7HxaHܲyIY}LIFkC\I|T3I'\I1sJ^~:㿠.6.@Gk㿠@G?""`ʒc 2@GL@H`@H``'TF'3 >2`@'5!:``*`2` ' 7)"D'," ' @G7ܐ@G@  o7,# '2#'"6bT @Gz7ܐ@G+ : 2`@*`" 7ޓ: 2`@:` P7V (@6 # >2`@')!:``*`@2` ' :7#"'%"耦'>2`@*`?& 7ܓ>2`@:` %7%#4'("'6T>2`@*`?>2 & 7ܵ>>2`@*`& 7ޓ>2`@:` 7   .@ܷ.@@.* @&@ @/`7`@*@8'aT"* @Fg"Tu" "T  T 2 TV 2 T6G  # '?#'Ȩܦ'@"2@@ * +   % ' 2@@b@@ * @@! 2 `*` `*@    6 @ے @ 2Ȁ:&7ֺ'`*` ` 2 خ% ``* *& & 1&@ &.`* . @2 @Ԁ"ґ. @` 22@`@Ҁ"1.. @` 22@`@". &.`* . @2 @Ԁ" ґ. @`@Ҁ" .. @`@. Ѐ#6/`"`  "'`IJ&@4 8" .6.  @ 2@. 8/#tڼ3&N]~%d~vF%/".QO]W2qS$c^_ಐ䓫s*fw\I[isCFEHis 8c4ߩ1@~134<-΃А*a3ӯ'Ԓ@lŜ̡Aknl%;v;71>C@ ܷ' '@G;4H: $Rn9LG~`X)K&m;W%6ruFpVV)-LH $IfVq.wک} \e$f6RXf5uogrn]r3^D _nݐMʢ쎤zc'OkX/pNkhоse:& 4ځbJEo%=p QBc{Dt j\xP8t컎܌D۞z̢czL(zt&6_piX&qYcT251U@e4?=ٸ2wg%;,1Afv4|+zӓͤc`l>tW;AI^ i"b ٜJQMC.MZ rKʃ&! :` TlUd@(#)__tbl_10_h.c 1.4 91/02/11 SMI)+r[![n|N5 L},D4fl}C}+#U#>`e!Q4\Yc+1*iZbBĎzt["4޳?Ŗmk1eK6kuG٥( f13j{~j6hA\)\=_'jDzpʏ|4El}V*@g|u "Νop$?ob(UxI>Nkw;} u 6#0''q"(\<a+Hˡ+qT40{&)tJSյ MD$W5|ܡ!?Sb,ÅCbQl?NO&wCFQm5o>GqM{C 0]:5{@+<^Nd|Sj܌"GebGCh困N4` (l;H3`v'A}CY'3Dd^rS9 -*-Ur͞uPRQ/eS ? L$ r0g~kxr%FJx)!産y't¸Z:c~IwKkBi|%AcdOls0ƅjCw}Je Dr2FQ`lME2e[B؟8JϷ_q'5дv-EDgr -$8aH92ßбqbH}~WO3յϡE}}hyl Pd-@Nrs(Qp'G#ȥT<|F'U>g9 iVpb aT".7Xf(rd#8U ngΝBj=(yLgX2EOŪj@C%@!W*R]qhqecy |w5),5 hl6)c :-1]V+ *gd6cl/6Vl.tzT-Mub <4 97.2~!'n{ -$PԸX+1#"+?%D ~޿bljrڸ~*xxzos{'~j=߂j1r|͞A0v9&ǿj~=2_0+cm-X%<b| 7Ȟw ϐ5,P6ւxnPx [Ѥ4?E ,8W ڦ9qHIە튴lM#P*wg:8룃-j@?F[G$tLJ0s-ٖo딫;|o#`Is{KҘ65m1ټk ?f(%r;v4=tPwܿj?&ATN4 S@Z 3ETA+c;=C{펗fp,Uie.\OOߙݞ9^X2%X-VNvq4v̝=MTO+\} I?A7!DWGDɂʞnp8p3;,fk%;ܽyZhN.lHt cI/~Ͱ=otgx!RJ-5WYAԹ9V Tء<!>{b;._w W5(N T=]!oIdB@uhcU4ph䢮{3'"I2%% dKE0)b~@(#)__tbl_10_s.c 1.4 91/02/11 SMI}q 5= 1-eJQsHAkIo#.Ţ-x=`X1uV.MnɃ&xgZ*Ӥ% ʋ"42Ǔge&PUk}s sA|2M"@Eo|A[-m`F"c ao{BEp.XhL[4q | 6/p<(&j2,ʭY'a\)cZ7Ѹy( ޯ]qd<{ YkA7.g=GYE5fiYv { QIi@Og#A+pC)|Eu30GQkmYM?d~"=u)wIU1I IWqdumzn66ZI$-fd))mAeKP !Is$jx A%mCMZd>H9"SO|́]u7eimK FY"v$P$ayr C_N*`;1S)޲eՋ+Y{Gb+daܚ !$'*.26:>BFKPUZ_diou{ )2;E@(#)__tbl_2_b.c 1.5 91/02/11 SMI? ]"#%Iu% !0   $ z V K&!  +!%o[P C"/vG$r'+#'2XM* 1 )  >1nRb  &1?"k%>J #$%!<J!n~ P$H $ WU< ^" @dO peT~ %&wk"7cm ##B a!yv F c@!".  %m!t!%!X  /!n#~ W"3 !B$'V&/M 3@J&I Myl {"$ L B  m#u 7M$P @ R   Us9Q #E h>' [ z&$z%N%*$e 1_B #&u$5.+ J)UNz& !,5 V^ f")"Y2|)l !9%\C!]#"O/$i  > !l`&r4&Vj @O !Q ]  T^ * k @%`2}kEy  "p .*!r#&d Z!3%ot$H%$'w $gj  5!<!5X ~wHo%<v  " ) 5$zSI TX$bL!t f OM.d$ P\ B K -2#4 ;&g  J#?&oe"'n"T >  r+ K"Da "!& D'- (I !"&$WV >+ c` h&*o!} t$Y & R!# { ##:"[\v]4`$&Z@ "m&fO  8 nM &Y #L $ %G!$TFb! B#~0&U"\%"$y j!0!6 $j$' & &8c D d'h~ %M J8&$ RV !j# y C5 /[!r$s5%n`oD b !!$5 dL{!1=[9`) [!E` !:{#"$  UP  8  '&#P"d!O "r/ $ 5c,! !PzP&\ M B' t$E  ?xf' P$$c=5 c9 B % 9 B[ L "F &I 1Z&e+# #'6 ( !P"#$z O&>  "E&&BU q9  $g$5 l! @%B $f* 4@6b!qnBk "\! # 0%_$u# !$$~_#V'0t##&h" &B    ?w## S #& U _: ^R &{6 F LVh_!E {D#d 7  x4 &9%Pp G##x# &Wb +r"p#WC #3%!"6b.Gij >D x" V R f&H g  "e.Rmc0%WZ 2""%. >"7#Cn$} ,%;   $ = YY %A Z wq6DR!#" =!  f3 % #*#t!iqa y!y-W. 4 @!L"L} s&M!j Gn #&i+ '% %$&!Q=!!5&;;#""n"pN |  $ow{ &}#=0 ^n$! Gl c % "`&# vi . @Dh%p#G Jd p~ (?bH>$ V *RwYpv=@(#)__tbl_2_h.c 1.5 91/02/11 SMI  n J W HC$E%)! B+ ;c%#V!%S%#['_"f"# )&aiN | O&? .X$k!t/ d"5[#$xn5=& U 3$!/. .<=Bb#{ lg  KM C # @q w! %#T"!& " vu # #  $ rf^  oX Ec &p!|!7m   b $#:&_!.$  U!q) l$ s#h$AhU  < mm)E^ 3!2Q%^z4 Z W :%E& bL!%'"" l0S Ni$#9$U &Ms#A!K!$ l  /"W8'!i4J%O \0#{ X&  _!2 5" s "h h%e <  D !%# Q #` &G.QW  /$)  F"$,$< Jl_&Q#UQt$ `^#! F"NM$3 ]A#%K!$ & d f !  %> !F"ln!} u} ]& *%Uo -"&tV#H" FK ",^ # r f"i# #)  & /c !bp "$! P&t r j"f!%-% ?!6 KUDf  R $ jy:Z V& 0 m& V&`+ `!?!<#j Q UR j #)"%8%2H l"t! G# %}"3M  ~F  -Q"Re_Q 4 QJ"= MI 0 Xf !+8c l #S9 EQ[. I Z m! f] rY#$&PSj!$&&6'& T^D !#5V,%:$%$-&X H E TKVc!"o y bz ' ""O%  & {!="@$ B_.&% jz% 7L%""|\8#<T* q%V }$!&G!bg>"l % JY ~#8 u_' 7$"~%"^R;(- NEX"< e_>C& #R$R -)" P  d > "'!A;Y !'&v$h $h$-!j% +] % h&# S#Q&o V$,!/g#N W f&E"+/@< % <&Gt |@ $= F#iU jO!AU7&A! 7   ##! 4J#%|b| 6 -H  AH> J$J  G g#`gp %J}c <e"A7*";=! uO :  [!^&[sY C# 0`$&gt#"' H&7.:$=f#&^!!4  o%" x ]*R "O v$%P&<!8c-_ ]8" ^ & &#Y&"l" " "i #& &E 4"zje mE] % u %z P &Lw 0-D ;c!!gdq l Ly# Kz%"mt#& v V+ r dlt &#!0G ( V #P$:!%:!##! l# \ ? Z#bj#-! S$ g, 7LM :&B  "2Z!. |yu @d$ =)<E!`$$?o#!9 z 1$! S,%  #N1%J uX`'  #fT  X N)&%dFXr$#4~>#Iw"D 9 :$[9%@ & |?#& ?0 % Mc;!Bj Wm a"j$  , b W g R2!m%W9&$&= & 6 < ##YiY YSh/ 3jL& :$ x x"l {&; && oyw!H !Mi%$8m~ $""ja T$# f1) ,;P  k bX! l&_ N )%Y#9Ez'"G { %<0 >T MvOi$#v% J7znwB?&g3$FH Z#]G)T  '#D ($ W 2 % 6g ? 1  1$4&"~ "{ !\9 (%Bb<J#>J%P r 5$! Qc#8B+   !# ~B*#J }? l%u&+ z# *# + =$  ! & &   #!(!n  !% C Vd[ #Da  7"K!#4 @ _u :"&$ Y{LO l!CHNT&ve#a~ &6 _ Oj5s\g#r + I #yy %!/ej#l= : q $P <{&*l#Y! $ hsO6 J" t]% ^%$ !M ;4$&"# @^aP$%.DV 3M!%#ho" =- "".'~&r$ d$h %R#6&7c { &{"&o#??X>_r L & j "@"/$&3>$8Ar%$r&\I+#X ?p&-#[$|rX +# SNe$(Be&'%6  | " |l$/!& "mg1!@':tQUP u!# &x]h&&#V _ [}.'U "O8@&-A"4% 3$= , B $/ V}v$sE$m"G*  k} H! %w" {1B&q0 k& #$MSMe!)%$w% G'_ - M^7l#7 %!",$x% V HF m&w Vv  !C|: !"j$  q D "nV#%l("Ap a"^ T 'eN %m &5  L / sU)$!/) w h $2$ iY<$\ !%rl1%l # i4 bV &#  $m" -' %!"$1# 1 v< "6 -5v n!%t%U #w !`3=6"S b 7 Q a0^R?&]$% i!r bbLl ?##1~]##"%u$4 y @&W  c7 O|]@"I.<6G(l! Mj 1" >$y""!* 4$ vB D  O7"">!% E##o &W #&K] HJ&%(H'"|5  Y! x3 &S %"%: -$ W > "$5ol9#~K"H%\+ F oC\#N L"WSV(c$%$  b !Z!%F @ I oy"& %*GB37 )!3l6@&a # ]yvH"*T,#G!( l "#Q% w!' b z i` J 7 j7$  pZO Kwk `vI o'  "" %&! ( !$=}I m@(#)__tbl_2_s.c 1.5 91/02/11 SMI @  0 `4!h!F0P "60 ]Pg  @%*#!U#2 UWP 7^ n 0y` P+$V@!!"(3#AgF" %2 @#'eX> lb#/Nh"4 X3 & Vc<9@ ispY\ ep ,PX4 v i@ @ pp%*5#E `jT{  p!R/#R y^+"%`%cFy# %# PK ^$$' I " I&O .% ) 0M $ +R`&.! G $&$M: "p%9 d#c7 >& o}M_ A5@\^ %j& X$!&`y"` %RW$S S&! (&O0xQ,%P+/Y$ "VN! $ !@Id (;\ ?@g$ r~&"b & Z &[ R%/ i"ON2% ?8 d$<Qp  p!i   0  `' &`v&O 0= e r %` jc!R $ 3&! g&}q  0% 36 `$Wm&> "y x%}`?" o=wbZz# # }! pY kl# C a  \ !g%  t $I! %r* 0m!C#U`  `  $ T `:!# r$5T 8tf !ZpQpS  ##zw::D T t3ey p = f " g& {  E% UB h +` z#- tVJ%W !"`% 4# :E$i / j0u"xN`  B-"ht[V X# E @>Fl XlQ  " " ) I%` E$R#%1 #1!: R RS% +"d   #1WD I` O,cp .9 5I =!Lr` Z_{  :S`%jt| 2  !#"TM,:"B"p y#! Y$ttE WC2!  \ d#E@l . 8z5G$p ]q q$k!  = %! U z "#r~ ;p)&9E ;"w. S&D s zg#]%ys z g @ #  ~7{v8 j  } ^ H `]Of  i %%T!>%4z U  #b$#m#Y F"P 35%) * |iW6w&j ,#BU  "$&(+.147:=@CFILOSW[_cgkosw{ $+29@GNU\cjqx (1:CLU_is}$/:EP[fq} '4AN[hu㿘. .`6`@36 @˒. 㿘. .`6`6 .@. 㿘  .`?#6`  @7  ?`"6 . ?#@*  @:`7 6  .` 6`  ?# " / /`*7` @66㿘?#  .`6`  @7   ?`"6 . ?#@J*  @:`7 6 㿠  .`?#6`$ @ """""""""""""""""@2`* @7@` 6" 6 ? /   2 6 㿘  .`?#6`  2@7  7`"6 . ?#@*  @2`7 6 㿠@ " 6/ @Ȓ@` 6㿠  " * `@6``2  6` `, V /`Ք``>?㿈'D'P  'T'XT'O"X "P' "P " P " P""  .@0TJ/Ð!aO@ "  O   &`+T "ÒaaOJ "' &`+2`+P"6  O  `-2 ?P "  O   ?`1'`94` T "  'P*  O   ` `0`I5`Nu`i1`n"rO@u O Ȱ &mT "`0 ` 2 O O   O 0&' O 2' '6  O   `a`z4'` !HN ` 6  O  ``a`z4'` N2` ` T%`' %`' " "c P " '6  O  !L  `a`z4'` N@ 6  O  !L   2 T " "cP " ' ' 2؀T "P " P'  '`)6-@` O   `)"`)P ""  O   `)2 T O   T " "c P 0/` /`1``94_'`  "&P`  " P"" O,@!  @O-@,@T "  ' O   !"'`1`94`0@ , O   `1`94&`0"Y`0O 1O 9$`1' '` Qq;2 @ `*` "  "fO  x 2   X1$%DEQ  &E2 T O [ Y T "`0` 2R`1` &,' "%`` O   X"?"Ȁ$F`+P @@" 2XO@  O    $P& T' LO 2T  "TPT  "P 0/` /쀧`1x`94w'` T 2T " 6    ',@P$ "& @P @" P "" O,@!  @O-@@`,@P  ""    O   !$+`1)`94(`0@ , O   `1`9&O 1&' O 9$P' P "@" `02`1['` Q<2 @ `*` "  "~  x 2  1$%DEQ  ؀&Q2T?"' O ? = T 2T "?"'  O   `0` 2O` &#' "%   O   0"`1' X"?"$`+P @ " 2X$}P`+  `-6  O   ` 2 `+6  O  ` "`+  O     `-6  O   )ဧ`0`9$` ` 2A` &<2  0 O   @-`-`@ "0 6  O  T"  Ց* =at T "T "T "T "P "@ @" &' " ` 2 6  O  ` ""'  P"P *P""*TD "`"D"P " P"㿸'6  2 * 2 "  2 . 6 2 :   + 3     "  c 2 c@ 22 @ :  㿘@ ' 2  & ``"`6``2`.` 6` 2 *& & ?& .` & @f2&`.` 6` 2 & @" & @& .`@  & &  &  * 2 *  & 㿠@``6& .& 2 " &   &  &  ``"`.6 2 #22 & "& &  @ 2& 2& & @     2 :  / 7 /   " `*x& ".   %  .  `# `6  /` ``" / "@ & '@/`  2? / 7  '@/`  " ? #  / ?#8-5/ #8-5/ #8-5/ #8 -5 "@ &   %/    /@7@" *@b"b㿸 ?6 '2 '* 2  "  2 * 2 2 2 :   %   /``.6"㿘@` ? 2 &  &  ``"`6`g2g.` 6` 2< 2< .& & & & 2&c.` 6` 2 2 & @" & & @&  & & * 2  &  㿰  `` &/`7`2 "!  #@2 2?2 ?2?2?  #@ @ :  ÒaaJ  ÒaaJ  ÒaaJ  ÒaaJ  ÒaaJ  @ÒaaJ  ÒaaJ  ÒaaJ  ÒaaJ  ÒaaJ  ÒaaJ  8     l x  ) ? E | "8 D$ 9  & A 5 $ @d , 0 8# D> P!l \= h4ܰ t ܨ 'Ј GP b ^ ` a X r s x ,  @ D (8 4ɖ @Ɩִ L̖0 Xזx dږ pٖT |  D        D $ $ 0%\ <2t H18 T- `4H l[ xSH Yl U h @ T   8 $  ͖ Җ Ζt ֖ ,Ԗ 8Ж| DӖ P\ \l h t2< ) 6x 74 R >H B T \d a n vt uX h8 g (p 4s @ep Lt$ Xq dw pk0 |f d  x | y$  H  p    @ $ 0 <t H T ` lD x ( 4     ј ȖL Ö Ė ɖp ͖ Ֆ Ԗ@ ,ؖ 8Ӗ Dږ P \ۖ( h t  ` T T     T   \ 4  –X (Ö 4?Agrf:@Jv&|Hudb>T)aRD: ^Oy164<L(%Yyp?b9'^-G$B6cB fUl1"l"itVxoe&:mazJ$7*lovd+ \0   1T=V?LB> Z.`$UK9ZQCnrgUMJPXavG@qD%-##P(4H"35qq GOd}mc MW>DKz @*tHEEWNC| [S##7;u:NV %ra+e-OO;AA53#|/ /!h]|$ 2NdlMpOR,K)>?l*@+!ZWF8C*L~P;.^:8k@_sJ2#},^b+s:]'Y.G!T)'-P25d9[<i=%F I6RSU7X\3`cRfh+j_pwx{I}~04AW {wthQD(mL{[wenpLsgk8j^o6' ] ~1 %&C'(,-./02 3s578:;<=@NACDEFGHIJQRSTUXYZ6[\K]_`abdfghijk2mnoqrsuIvwixyz"{|}c~KU{Y _y47t(&HM;SBe?",/]}nh%t`!pDE$0*<)9<QV)[I9j>FX%  m    =\kq TsP !"/#$&'()*+*,-.x/012y3i4567899u;<=>?ABDEFGHzICJGKQL,MNOPQRFSjTVNWXYZ[\]E_2`ab)cefgijklmAngoIprstuvwxnyz{B|}~@wbBHr$4GAZR o.C  `& 0dz7=SV8q#?M1Kc35e_  ! u  ~^QJ3-W\0L !"%&E'()+,-./k01*23Y4O5678X9:;<=v>?U@BCDEFIJhKHLMNPQRS<TUVfWXYxZ[\]^_`ab,ce fghijklmnopqrtuvw xyz{|}~F("1=V%;!M658O& +$ /    T 'S. !"#$&'4()*+,-./0P123>45N678?9:;<=>?@ABCDEFGHIJKLMNOP H  P " P",3 9d< @BM3 L >R&H`Q"j^t_~Pxa\emfOnsPfop`IcY PrPP^7Øx)u$s<(1T0'1/171 ?0G` RY`2h1ApozwLT7HU,bd23qXb<blc_pc{ycrc30 3hb2]%2-252=2E GxR1-:H_2g2=o 0uzz= Ld7p KWf3{nbr`31 bqcGXx1(?  dud1<$T 5R{DJ,U1] cdnl3t3|N#,YǨW2?tsLj4[;x<0&}+ biT lG$/373?`IdRP7 _J;7|pey&4`*d%d+M#-!p-y78Y*63a. )6"=h&W9XEbN}^2D$fbhoW/DWBN \LU”TbNWbq\E| p W ?p7"QG,iW8igWAtps v0AlSK@HZ0Y <RWM4>i!IJ0+lv=VKYwxY;FIg=L(u%{PbOtU6aTVl= PI6<Ȥ0 3Ax/3.78q9(G .MK ZPs ~e@`,b_aDT WZC  c d)< !0 )H_4 7 F1 N)7 d[| wh |d' 5 dw dv ' )v$ V&d 3 e-X 1 1 b}(( ] ^{ mP N " up )4 71 ?4-2 N#-/ ]"3 l//8 y  Qnq = : %6  V` H > 1 20P 2 8 c|   4 3 (3t 0w 7 ` = D K=l V0w ^1a f7k t@s8 H  , 3dt  ]S 3- t( l  WD ^` Yޔ 1j0 x  '` "C =  0 ! =M Jg Q W@M ea| n3 v2 ~=? #h ; #l c  U4 +x G\ ?$ 2q 1 C#x &Ǽ   d:   -] 7 ? =  D Ub `3 hd q# 2" 2b4 ^M`   D  7 ? $ "E ( " 7 F# L%( CC ,C ] 0  4" 1) 20 e 8:* 5,B* 3J*U 1R* ,Z*J b()lr > <y  @ d DT , U H T LT 00F# :''[$[Y$d a0*r 7 $Ih(4 T P= UH TFrQRf:Dba4blaRuvaFS afdCcuCaDcabPaV]Hc 2|avo@"R0bsK`cp ``\|an( 88`/MC[fRd$?=Pv<>eg.]Ctcbc"xcV\c6gI0l }>>W:|0W;cD$\P/n:F@XayAc0w Zc x} lZ ldKc4:c:.:"`T:Bqdd4 ?@NL@5HT+@uD8"?QF *L@PhV'd^ Rd !`jb=@t^p~c`J WZ`eXa to C^,R s1 26a `(l3C3/K QHHajqm z[<\ Nd fW  e O e Xd a01\9d O2cOoc02AU"0*1 U20:0BbKc!T2\d ee hn t m pzcKW   ; I_%xb'! ?<UI,c ccc p1$ - -0'5+D,/Sbg'p\b ecLna8wbҨb c? XLK)lbC[„_9t2J2]bcZ!(>҈ekC  aK a%H c 'c )038diA2z(IbnRcQrT[d!Ld,l 2{ i8tc'y}1)0 `c+pc.c dc(0mT(cc ! iH ! iL> C iP - 47$X 8/W : ! iTI ! iXXF dvPt a i\}a ] <-, DXM8[Xk 1_+0 HJQ5|O ( i` ( id Q ihS*=: = ilI = ipXI d b% itm bN ixv' AU_6e0```__l_KL] 0Lj\V [q!W ,i:63@GDK?@V7d2lbP^c 18.f  _ iW > 9b] @b  b{ i J$cg-:8:;CKR2 aK p_ (z] $RW V ,9 $R~! Fd .`8?}(I<Yd6bd3Pkb`t> X iS & i9 4L"W L:\"@H $>2/}@asNUYb]p|^~ p1 V 0:igfW[x> , p1 Md; ¨bM\_]QbN0 c jJl02'`Y1cIX: bX jC bY jLZk\Skg rm1uz{,_1v0P P XKD, DI& La aP @, H\uD ]$ <+1 831;4 C`M`8Wdt`eiase|Z[h4a\bxcE ӄ Ũ' h  r2(1b0N] Ӏ> *N2Ve7~_*Eqx+v )b$U&./}  | c3"-a., ee 4 \64@ 'Jzp 4Jx\ A @ M+~ T`. ^e gS x=d  P(, U ?d   F2d W O &9T!!_! 3!/d4!8ct!A  j!Fd!O  j!U  j![ E j!a L j!h$!o - j!u L!{HP!!1n!ap!cR!b!2r!`!fX!4O!3!2 8!b!b !2g!e("2O"^x"`T""ah"+4"34";4¸"C4)"Kbh"U"`ì"oÐ"~YP"\P"6."bE8"dOH"^\"K"Y"B@"T#x"$"2:)$"L# x#Qm#)1H#7_&#B_!#MI#[a#fY[Ԭ#rV8#~FX#  j#(#P#7#/`#08#/ݨ# # K # P #B#  $a$Kq@$KH$-&`$:&`$G$N$U8r8$a9h$n8${G$ "$ $ T$\$ tB$$8$c(l$f*$e(D$($2($dJ=@$c=H$ = j% >%!I%I %. V j%<.B%D>r%P`Q%Y [ j%q[l%{]B%.}E@%.sDh%.C%.~E%.{C0%.D%.D%]aF%O%]FP%.F%a\%.F%]Gp%]G&^H&.HP&aO& .XH&(`Ot&1cJs&@\v&OWw&[XwL&gUKw&s^nuD&^w&..v&\FVh&+]p<&,o@&4p]|&*x&$@x('  j'  j', 7 k'QUp'd 5 k'p 5h k '| 5 k' (* k'bkP'c'$^h 'cMy 'by(byh(bz(by("1qzP(*(;j0(L*|(a=\(vq 4( ([zp( 0( Ƽ(=Jc(a(aH{H(e6,(e5T)d4) \^)?)-()>2$)F)YQ`9)l_>B)v_C)`>`)TL)Lސ) ) `)=o\)`@)c)cp)cT)bP)1*Z$*4 *`*$\5*:`*C3W*K' *k6*I*Yg*>!*?} *m܈*6p* 4+ ?L+P+87K+U^+vRh+j+l+8+ +X', \{Մ, ɐ,*'٤,?,,Q,a[\,kc,_,>, ,,4 =,B,,D,7 \--) -#@-4T-H'0-V?x4-j:4-{6B(-h|-x-#8----`-(-a-_--%-p- )h-d}+-+-2 +- .x.Rg4@.U4\. w4|.23.DH3.V4 .e!4.t*8.\/6x.[7.[8X.Z8.N.':T/@WD/W |/*-7$/;U\,/Pwn4/^P[/pQOW/P[/PZ@/PY/F^۔/dF/,l0XI0Mip036[d<0K(UX0\&JD0mM0'0bc01 00N0L1)4141.F1DM1W>V$1n$ 139D12;1L1#]ڈ1$P170ܘ2+D2'X2>H2NFx2^Ubׄ2o2cj2Fv22 W% k2%j222Y233eL3"q l3+ d k,38dx3Ae3Jd ,3Sd T3\d @3ed 3nep3we3e 3e3d_etext_edata_endstart_MAIN_start_float__exit_main_environ__DYNAMIC_exit___start_libmcg87_used_do_f_out_do_l_out_plotit__gettype__symbol__setbac__setfor__setscl__setdim__idevent__nfillon__ilen__i_len_evcreate__line__delbox2llbox__dbgetntuples__Fsqrt_evget__e_rsfe_e_wsfe_e_wsle_e_wsfi_e_rsli_nfilloff__s_cmp_s_cat_initt__iargc__text__edprojmap__latlon2xydel__xmap__idstation__chrsiz__cursor__nplot__ntype__ymap__do_f_in_do_l_in_finitt__getscl__getdim__getarg__rymap__rxmap__hdkild__s_rsFe_s_wsFe_s_wsle_s_wsFi_s_rsli_dbgetattrs__db30create__s_stop_s_copy_box_.mul_xydel2latlon__e2h__latlon__sin_mapnextseg__axis__setaxf__dist__mapopen__cos_ltype__circle__clrrgn__mapselect__r_atn2_npolyfill__free_evsvget__evstrf2c_EV_create_evsvs_EV_load_evstav_scvs_EV_create_malloc__iob_fprintf_strlen_strcpy_evloadscvs__evsvcreate__EV_free_EVArrV_free_EVHypo_free_EV30_create_EV_free_all_SCV_create_EVAssoc_free_dbopen_EVSV_free_EV_get_dbquery_EVSta_free_SCV_sift_stachan_strcmp_strcat_complain_new_evl_DBL_get_rel_get_evsite_info_realloc_DBL_get_ntuples_hypo_compare_new_hypo_new_evsv_get_evassoc_info_get_evevent_info_assoc_compare_find_evsv___infinity_qsort_new_assoc_DBL_exist_rel_DBL_get_attrs_get_evorigin_info_evgood_dbl_bsearch_evok_sift_keys_new_ev_find_ev_get_evarrival_info_time_string2epoch_SCV_get_trace_SCV30_put_arrival_SCV28_put_arrival_SCV30_add_arrival_SCV28_add_arrival_SEG_return_SCV_return_SCV_get_seg_from_time_SCV_create_from_wftar_SCV_free_trace_SCV30_read_wfs_SCV28_read_wfs_SCV_get_scv_add_arrival_scv_time_compar_SCV30_get_trace_nodata_SCV30_get_trace_SCV28_get_trace_SCV_put_arrival_SCV_add_arrival_SCV_get_arrival_SCV_read_rawwfs_SCV_get_segment_SCV_free_scv_time2_compar_SCV30_create_SCV28_create_SCV_free_all_SCV_read_wfs_SCV_get_rawtrace_nodata_SCV28_create_from_wftar_SCV_get_rawtrace_ARR_put_ARR_get_match_stachans_sprintf_strncpy_get_wfdisc28_trace_data_ARR28_put_DBL_add_tuple_DBL_put_attrs_sscanf_DBL_check_file_etoh_scv2_nodata_get_wfdisc30_trace_data_ARR30_put_new_scv_get_sensor_info_get_wfdisc_info_find_scv_good_dbl_new_arrival_new_segment_get_instrument_info_consistent_dates_fopen_get_arrival_info_rl_alloc_access_ok_sift_keys_get_site_info_fclose_DBL_compose_filename_get_sitechan_info_die_rl_create_read_response_re_exec_re_comp_match_stachans__match_string_fixfstring_strchr_rl_free_memcmp_memcpy_rl_destroy_dbnextid_dblookup_dbadd_dbput_dbget_DBL_exist_db_dbputv_DBL_put_tuple_DBL_get_tuple_DBL_get_nrels_db30_create_cs2fs_fs2cs_dbaddnull_DBLink2Dbptr_dbaddtuple__register_error_dbd2c_dbresolve_dbc2d_strcpy_pad_gettbl_maxtbl_newtbl_signaling_nan_freetbl_atoi_strtod_settbl_szcopy_close_open_fread_fseek_g2_to_flt_dbgetv_getwf__tg_g2_to_int_dbfilename.div_write_zopen_putwf__lseek_map_table_sncopy_strdate_now_concat_paths_new_scratch_copystrip_find_path_getarr_Databases_tbl.stret4_dbread_view_Databases_root_todays_date_init_schema_fgets_stat_new_database_abspath_strdup_setarr_Default_schema_Default_dbpath_dbwrite_view_fstat_dbinvalid_new_relation_dbcreate_view_fwrite_fscanf_dbtbl2view_dbsave_view_dbp2c_dbc2p_new_null_find_schemafile_datafile_mmap_errno_set_table_names_new_table_munmap_freopen_new_attribute_memset_newarr_new_schema_DB_database_DB_parse_DB_in_Schemas_tbl_DB_schema_DB_lineno_DB_restart_dbadd_attribute_DB_debug_DB_error_attribute_yynerrs_DB_r1_DB_r2_relation_DB_def_DB_chk_DB_pgo_DB_act_DB_lex_dbadd_relation_yyval_yyerrflag_itemtbl_DB_exca_DB_lval_DB_char_DB_pact_fputs_DB_switch_to_buffer_read_DB_delete_buffer_DB_create_buffer_DB_load_buffer_state__flsbuf_DB_out_atol_DB_init_buffer_DB_leng_DB_text_to_complex_print_response_copy_fap_copy_iir_copy_fir_copy_paz_getrespnstages__evlresp__eval_fap_eval_iir_eval_fir_copy_response_group_eval_paz_new_response_group_fixsrate_free_fap_free_iir_free_fir_free_paz_write_response_init_response_group_getresptype__valsarr_compare_response_get_response_stage_type_nextline_freeresp__read_fap_read_iir_read_fir_read_paz_new_response_get_response_nstages_eval_response_free_response_print_fap_print_iir_print_fir_print_paz_get_response_stage_fir_coefs_readresp__add_response_group_write_fap_write_iir_write_fir_write_paz_fixresp_freearr_compare_fap_compare_iir_compare_fir_compare_paz_keysarr_get_response_stage_fir_ncoefs_getrespiir__getrespfir__getresppaz__atan2_cmult_sqrt_to_polar.stret8_cdiv_h2e__dtoepoch_doy2mday_mdtodate_mday2doy_doy2mday__mday2doy__month_day_e2h_h2e_fabs_todaysdate.rem_htoe_dbstrf2c_strncmp_timecon_tolower_time_gmtime_zh_today_isleap__ctype__timeprint_get_nice_times_printf_atof_my_strncasecmp_strtime_epoch_yearday_epoch2str_No_date_nclose__number__nlstyl__ngrcom__npcolr__ocflag__hdstrkl__cfont__dnice__tics__axstuf__nopen__getfor__hdstrk__s_wsfi_f_rew_datafile__e_rsue_fonts__f_open_f_clos_do_u_in_hdstlf__s_rsue_npchr2__partxt__Ftan_spc__gethit__hdcircle__pdim__pscl__hdcirclel__hdclrgl__hdclrg__setcursor__ccom__trackcursoroff__trackcursor__hdtptroff__Fexp10_hdtptr__hdgptr__hdmptr__hdend__xplpid__clear__hdpscoloroff__hdpscolorset__chrdir__filcom__getenv__hdback__hdfore__hdinit__hdopen__hdfillon__hdfilloff__hddash__c_conv_i_hdfilll__movev__plot1__hdfill__hdthik__hdpolyfill__npfcmp__nplyret__insideoe__insiderh__crscom__fcross__qsort__offset__tdraw__getbac__getfrm__nalpha__Flog10_pscl2__getclp__drawv__chcom__getchr__getsiz__hdtxtf__hdtext__in2uu__getxscale__getymp__getxmp__hd_back_red_hd_back_sat_hdhls_to_rgb_hd_back_blue_hd_gc_XSetBackground_hd_visual_hd_pixmap_hd_back_green_hd_back_light_hd_display_hdhls_to_pixel_hd_back_hd_cmap_hd_batch_XFlush_hd_fd_hdclrclp__hdsetclp__hd_window_getfl__hd_lon_hdclrclpl__hdsetclpl__XDrawArc_hd_fore_red_hd_fore_sat_hd_fore_blue_XSetForeground_XFillRectangle_hd_fore_green_hd_fore_light_hd_pscolor_hd_fore_hd_rect_hd_colormap_XPutImage_cewrite__hdreverse_video_resamp__XDestroyImage_hdpnimg__hdinimg__hdfrimg__hdcrimg__hd_depth_cadd__cset__hdpscoloron__hd_rv_hdpnimgl__hd_screen_setgrey__setmono__setgrcol__setmncol__XCreateImage_setbpl_XSetLineAttributes_hddashl_hd_ldraw_hdendl_hd_polyfill_hd_nptsl_hd_points_hd_points_size_XFillPolygon_hd_save_hd_fill_hd_npts_hdrgb_to_hls_XAllocColor_hdhls_to_pixelrgb_hdvalue_XCopyArea_XDrawLine_XLookupString_XQueryPointer_XDefineCursor_hd_width_hd_cfont_XNextEvent_hd_cursor_hd_height_scanf_hd_cursorcallback_XUndefineCursor_XSetFont_hd_cursortrack_XWarpPointer_XTextExtents_XSelectInput_XSync_XDrawImageString_getlogin_ctime_pscreate_convert_string_cuserid_epsfpro_hdcmnt__gethostname_hd_xpllib_XChangeProperty_hd_filename_XCreateGC_XCreateWindow_XCreateFontCursor_XRecolorCursor_XLoadQueryFont_hd_lstart_nxplotd_launchdaemon_hd_iwindow_XDisplayName_XGetGeometry_XOpenDisplay_XSetClipRectangles_XSetClipMask_XDrawLines_hd_lfont_hd_von_hd_lastth_nxplotd_getprop_nxplotd_getatoms_my_system_sleep_Fsin_Fcos_hdclr__drwclr__hdclrl__hddrawl__hddraw__legend__lgnd__e_rsle_s_rsle_hdmovel__hdmove__hd_oldx_hd_oldy_parse_on_1char_check_cmd_wait_execvp_dup_vfork_XGetWindowProperty_XInternAtom_getenv_d_atn2_atan_asin_mapnextpts__map_seglist_map_seglist_ptr_seglist_add_map_dict_map_seglist_tail_seglist_free_map_ndict_map_fd_map_ok_strtok_applytbl_applyarr_maxstbl_newstbl_freestbl_tdelete_tsearch_tststbl_applystbl_settbl_size_tfind_twalk_addstbl_delstbl_getstbl_strrchr_split_Immediate_Flag_get_register_sys_errlist_sys_nerr_vsprintf_vfprintf_fflush_Program_Name_clear_register_perror_regfree___builtin_alloca_abort_re_compile_pattern_re_compile_fastmap_re_search_2_gnu_regerror_re_max_failures.umul_re_match_re_set_registers_re_search_re_set_syntax_re_syntax_options_re_match_2_gnu_regexec_gnu_regcomp_whitespace_blank_closedir_opendir_get_output_file_last_input_file_get_argument_add_slash_del_slash_last_output_file_get_directory_clean_path_last_argument_get_option_get_input_file_readable_file_parse_path_writable_file_mappath_makedir_sed_readmap_loc1_loc2_locs_circf_chdir_nbra_step_setmapcf_mkdir_getcwd_advance_compile_dirbase_regerr_compress_tempnam_system_unlink_r_cos__r_exp10__r_log10__r_sin__r_sqrt__r_tan__i_conv_c_c_cmplx_d_cmplx_tstz_d_tstz_f_tstz_i_tstz_s_infinity_quiet_nan_max_subnormal_min_subnormal_max_normal_min_normal_SVID_libm_err_r_atan2__r_atan__ir_ilogb___tbl_r_atan_hi__tbl_r_atan_lo_exp10_anint_exp_scalbn_ir_signbit__ir_issubnormal__r_copysign__ir_isnormal__ir_isnan__ir_isinf__r_nextafter__r_scalbn__ir_iszero__ir_finite__log10_fp_direction_ilogb_log___rem_pio2f____tanf___sinf___cosf_fp_pi__TBL_ipio2_53__TBL_ipio2_66__TBL_ipio2_inf___rem_pio2m_copysign__tbl_atan_hi__tbl_atan_lo__tbl_log_hi__tbl_log_lo___sin___cos___rem_pio2__TBL_cos_hi__TBL_sin_hi__TBL_cos_lo_aint__TBL_sin_lo_nint_rint_irint_issubnormal_signbit_isnormal_isinf_iszero_matherr_remainder_fp_accrued_exceptions_fmod__Q_get_rp_rd__Q_set_exception_fp_precision__Q_div__fp_unpack__fp_div__fp_current_exceptions__fp_pack__Q_dtoq__Q_fle__Q_fge__Q_fne__Q_cmp__Q_feq__Q_flt__Q_fgt__Q_cmpe__fp_compare__Q_itoq__Q_mul__fp_mul__Q_neg__Q_qtod__Q_qtoi__Q_stoq__Q_sub__fp_sub__Q_add__fp_add_fpu_normalize_fpu_error_nan_fpu_neg2wc_fpu_sub3wc_fpu_add3wc_fpu_rightshift_fpu_cmpli_fpu_set_exception__fp_sqrt_unpackdouble_unpacksingle___double_to_decimal___nox_double_to_decimal___nox_single_to_decimal___nan_written___inf_written___base_conversion_write_only_double___class_quadruple___nan_read___inf_read__fp_current_precision__fp_current_direction___class_double___class_single___quadruple_to_decimal___nox_quadruple_to_decimal__swapRD__swapTE__swapRP__swapEX_finite_func_to_decimal_file_to_decimal_decimal_to_extended_extended_to_decimal___pack_single___pack_double_fix_libc__decimal_to_single_decimal_to_double_double_to_decimal__doscan__doprnt_sgconvert_sfconvert_seconvert___pack_extended___unpack_single___unpack_double_sigfpe_string_to_decimal_single_to_decimal_econvert_fconvert_gconvert__mkarglst___quorem10000.urem.udiv___four_digits_quick_table__getarg__wrtchk_qgconvert_qfconvert_qeconvert_memchr_localeconv_strspn__xflsbuf_decimal_to_quadruple__filbuf_ungetc___integerstring_to_big_decimal___big_float_times_power___base_conversion_abort___pack_quadruple___inrange_double___inrange_single___set_ieee_flags___get_ieee_flags___free_big_float___inrange_quadex___decimal_to_binary_integer___big_decimal_to_big_binary___fractionstring_to_big_decimal___base_conversion_set_exception___big_binary_to_unpacked___decimal_to_binary_fraction___tbl_tens___decimal_to_unpacked___left_shift_base_two___digits_to_double___tbl_ntens___multiply_base_two___mul_10000short___fp_normalize___quorem___prod_10000_b65536_fp_class__fp_convert_double_to_int_gcvt__gcvt___gconvert_ieee_retrospective____get_accrued___get_nonstandard___fnonstd_used___get_traps___get_precision___get_direction_ieee_retrospective_ir_fp_class____fp_set_exception___fp_rightshift___infnanstring_quadruple_to_decimal_j0_j1_jn_r_yn__r_y1__r_y0__r_jn__r_j1__r_j0__y0_y1_yn_cbrt_r_erfc__erf_r_erf__erfc_r_infinity__r_quiet_nan__r_signaling_nan__r_max_subnormal__r_min_subnormal__r_max_normal__r_min_normal____unpack_single_two__split_single_m1__split_single_22__split_single_23___class_extended__unpacked_to_decimal_two___unpack_extended_two__split_shorten___right_shift_base_two__split_single_6___unpack_double_two___tbl_baselg__split_double_51__split_double_m1__split_double_52__split_double_35__split_double_19___big_binary_to_big_decimal___binary_to_decimal_integer___arint_set_n___binary_to_decimal_fraction___double_to_digits___unpack_quadruple_two__split_double_3___decimal_round___longquorem10000___multiply_base_ten___tbl_10_big_digits___tbl_2_huge_digits___tbl_10_huge_start___tbl_2_small_start___copy_big_float_digits___tbl_10_huge_digits___tbl_2_small_digits___tbl_10_small_start___tbl_2_big_start___carry_propagate_ten___tbl_10_small_digits___tbl_2_big_digits___tbl_10_big_start___tbl_2_huge_start___multiply_base_ten_by_two___multiply_base_ten_vector___multiply_base_two_vector___mul_65536short___left_shift_base_ten___prodc_b10000____mul_65536_n___lshift_b10000___carry_in_b10000__test_sigfpe_master__default_sigfpe_handler__enable_sigfpe_master_ieee_handlers__sigfpe_master_sigvec_sinpi___unpack_extended___fp_leftshift_isxdigit_toascii__mb_cur_max_isalpha_isspace_isgraph_isascii_iscntrl_isalnum_islower_isupper_isprint_ispunct_isdigit/sw/loc/lib:/usr/openwin/lib:/usr/X11R5/lib:/usr/local/lang/SC1.0.1/cg87:/usr/local/lang/SC1.0.1 s r s r s  s s"X11F77cdl $ r rp \ `xL  >3  `㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠 㿠 㿠 㿠 㿠 㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠 㿠!㿠"㿠#㿠$㿠%㿠&㿠'㿠(㿠)㿠~*㿠{+㿠x,㿠u-㿠r.㿠o/㿠l0㿠i1㿠f2㿠c3㿠`4㿠]5㿠Z6㿠W7㿠T8㿠Q9㿠N:㿠K;㿠H<㿠E=㿠B>㿠??㿠<@㿠9A㿠6B㿠3C㿠0D㿠-E㿠*F㿠'G㿠$H㿠!I㿠J㿠K㿠L㿠M㿠N㿠O㿠 P㿠 Q㿠R㿠S㿠T㿠U㿠V㿠W㿠X㿠Y㿠Z㿠[㿠\㿠]㿠^㿠_㿠`㿠a㿠b㿠c㿠d㿠e㿠f㿠g㿠h㿠i㿠j㿠k㿠l㿠m㿠n㿠o㿠p㿠q㿠r㿠s㿠t㿠u㿠v㿠w㿠x㿠y㿠z㿠{㿠|㿠}㿠~㿠㿠|㿠y㿠v㿠s㿠p㿠m㿠j㿠g㿠d㿠a㿠^㿠[㿠X㿠U㿠R㿠O㿠L㿠I㿠F㿠C㿠@㿠=㿠:㿠7㿠4㿠1㿠.㿠+㿠(㿠%㿠"㿠㿠㿠㿠㿠㿠㿠 㿠 @(#)_crt1.S 1.6 91/02/11 SMI""maxblksyydepdpdepthlogattaxazmbeamcoldia"sdepthnxfiltduratfnormyieldnxfkrspauthcdatecodedayusedfttdensehicutinstypenxfsrsigprooffdatemediumfeaturelocutnaxplgpvaluestaatmnmwctype naxvalchidstypedatswevnamewfidmsidoridcfreqchanfkdisc%pdlidcloerr volnameiphasegnormimbmagstaoyear2resid azimuthsdmoregionampsdmscentrydstassoc'sttstxdtypesxzchannelnetwrkcoldepnxaridnxinidedepthvangfilesnsampcounternxevidcoddessitechanrectedatereldescripaliasgregionsitenx colvolevwfpaxplgcoda eventbslowetype=instantsmajaxnxsitecodepaldeppaxvaltimeresaridinidcalratiomlidsamprate"confsproiddatetapemrferrsminax#ondatedusedmrrerrnrlpbstr1mtfnxcommuncertaintynxalgreelszbeliefmomenttshiftsyzndefhangtpfiledescrinstypmagidoffdatlastidleapnxsensripple*dirlatfm wfdiscstassidemaresvolnamnymagshmagbalgorithmblkfacsdzdpcdperrnetnamesddpdfileauthassoctfilestanslpbmbaffiliationimssrnfkrecwftartapefilesprtstyspvtszzbandfoffbazimnamenstanxftidtmnlpbdetloc dip1fstatcompamnamenmbinstrumentcommentcalperhslopechanidslodeftaxplgbmtypfktypfstypstalogstationtaxvalsrname$detectionmtferrncalibmff%commazresday jdatetupidnetworkarraybeamidnettypersptypebestdcmsmrtminblk2delslocmpxnbytetmfcchanadatefiltidexptyptmfiplprefnxfkdigmoauthsegtypencalperdelazdigitalstimelonnxfspermagnitudesregionnrmwfkqualtextsdmbattribchanodattypclaerrmexponsloresarrivalremarkstidsdobsfsdiscmaxfqualvelidemapname clipspmmldatemaxintimlgrnmonstavmlesaznxchidmoistslowstzsxxmaxkxoptypltypedatatypedlidfkidmaxkynxwfidpreforidtypefilefsidnaxazmwatdepmaxsx&maxsy(nxoridtlenmagtypeextrastamagnowftnmonmslslopeexplonsmwfiltypgrnamemfferryldmaxrsptyptagidstrike )colintcoterrmrterr!str2elevseazremarkwgtmttstringsegtypfilterftidpaxazmstanametimelddate)locationrefstasnametpblcknxspro&deastndpvmodeldisttratblwftapedoysiteidcommidslip1slip2sensidtptypemaglrwftagloctcalibfkridxparamfsridnoriddnorthphase(snrfsrec'nxdlidsxyopswintsclcalibfplanealgidazdeftimedefdip2insnamebandwstatypeadatetapeblocknfnetnasstarnamendtimesensoratype smpratmbidLo?O@pestEnter start time: Enter end time: 1Turning orid labeling offTurning orid labeling on2Turning depth coloring offTurning depth coloring on3Turning shallow depth coloring offTurning shallow depth coloring on4Turning shallow depth diff coloring offTurning shallow depth diff coloring on5Turning unassociated station symbol plotting offTurning unassociated station symbol plotting on6Not marking PDE eventsMarking PDE events7Not marking magnitudesMarking magnitudes8Not plotting distance circlesPlotting distance circles9Not plotting station namesPlotting station namesdbmapevents.psdbmapevents?fff@A ?Events from , centered at ?LAll events plottedB?box?LEvent in the PDECpEvent not in the PDEy@@hexagonNo MbMb = ?333Default depth>Depth <= 1010 < Depth <= 5050 < Depth <= 150CDepth > 150Depth <= 5C45 < Depth <= 1010 < Depth <= 15A15 < Depth <= 20Depth > 20Delta depth < -1-2 < Delta depth < -0.2L-0.2 < Delta depth < 0.20.2 < Delta depth < 11 < Delta depth>LNONE@css3.0dbmapevents: Error return from evcreate dbmapevents: No events within rangedbmapevents: Attempt to exceed events dimensionPbM?PbMo:osite= lonlatstatriangle $& Orid not found.2>=# cross=u PDE@@@$@I@b@@.@4>L @@qI$  & AUTH: ORID: TIME: :LAT: LON: DEPTH: MB: MS: ML: qIsitelonlatstaelev STA: LAT: LON: ELEV: ?LINbox?triangle@@ hexagon>?@cross h (   h (   h (   h (   h (   X    H    H    H    H    H   kl hP klP kP kP kP kP@I  P  lP ,P P@I=L d  Ф D  τ T  ͔ T t  Ӵ T  @edprojmap: mapopen error.??A continentsfill coasts political rivers states countiesBp@fill coasts political statesBworldfill coasts politicalfill coastsedprojmap: mapselect() error. edprojmap: mapnextseg() errorpolitical<# riverCpcountyCstateB>level1A?s33level2?~Rlevel3 ?´i4?h=(none)@f@f@fB´ôC= @ !TD-@ !TD-evcreate: Malloc error. evcreate: Malloc error. evcreate: Error return from EV_create. evget: Unknown attribute. evsvget: Unknown attribute. @?@^css3.0EV_create: CSS30_create() error. r+EV_create: DBL_read() error. EV_create: Unrecognized Schema '%s'. :EV_create_evsvs: malloc error. EV_get: NULL ev passed. EV_get: Unknown attribute. ?EV30_create: No input database. originEV30_create: No origin relation. originEV30_create: No origin tuples. EV30_create: Unable to convert tstart_sift ('%s'). EV30_create: Unable to convert tend_sift ('%s'). originoriginoriginoridevidtimelatlondepthmbmsmlauthCan't allocate (*evl)->refs Can't allocate (*evl)->refs Can't allocate *evs Can't allocate *evs Can't allocate ev Can't allocate *evl Can't allocate (*evl)->refs Can't allocate (*evl)->refs Can't allocate ev->hypos Can't allocate ev->hypos Can't allocate ev->hypos[newhypo] eventeventeventevidpreforevnameauthassocassocget_evassoc_info: Malloc error. assocoridaridstaphasedeltaseazesaztimeresazrestimedefazdefddCan't allocate evl->refs Can't allocate evl->refs Can't allocate *evsvs Can't allocate *evsvs Can't allocate evsv Can't allocate evsv->assocs Can't allocate evsv->assocs Can't allocate evsv->assocs[newassoc] arrivalarrivalget_evarrival_info: Malloc error. arrivalaridtimeazimuthemarectdeltimamppersnrstachaniphaseauthCan't allocate arrv Can't allocate arrv->refs Can't allocate arrv->refs sitesitesitestaondateoffdatelatlonelevCan't allocate sv Can't allocate sv->refs Can't allocate sv->refs css2.8SCV_create: CSS28_create() error. r+SCV_create: DBL_read() error. css3.0SCV_create: CSS30_create() error. r+SCV_create: DBL_read() error. SCV_create: Unrecognized Schema '%s'. css2.8SCV_create_from_wftar: CSS28_create() error. r+SCV_create_from_wftar: DBL_read() error. css3.0SCV_create_from_wftar: CSS30_create() error. r+SCV_create_from_wftar: DBL_read() error. SCV_create_from_wftar: Unrecognized Schema '%s'. SCV_get: NULL scv passed. SCV_get: Unknown attribute. SCV_return(): NULL scv passed SCV_return(): unknown attribute requested SCV_sift_stachan(): NULL scv passed SCV_sift_stachan(): (nscvs < 1) SCV_sift_stachan: error return from match_stachans. SCV_sift_stachan: malloc error. SCV_sift_stachan: realloc error. css2.8css3.0SCV_read_wfs: Unrecognized Schema '%s'. css3.0SCV_read_wfs: Unrecognized Schema '%s'. SCV_get_trace: NULL scv passed. css2.8css3.0SCV_get_trace: Unrecognized Schema '%s'. SCV_get_trace: NULL scv passed. css3.0SCV_get_trace: Unrecognized Schema '%s'. SCV_get_rawtrace_nodata: NULL scv passed. css3.0SCV_get_trace: Unrecognized Schema '%s'. SCV_get_arrival: NULL scv passed. SCV_get_arrival: arr is not a valid index: %i SCV_get_arrival: Unknown attribute. ARR_get: NULL arr passed. ARR_get: Unknown attribute. css2.8css3.0SCV_add_arrival: Unrecognized Schema '%s'. css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0SCV_put_arrival: Unknown attribute. SCV_put_arrival: Unknown error discovered... css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0SCV_put_arrival: Unknown attribute. SCV_get_segment: NULL scv passed. SCV_get_segment: NULL seg is out of range: %i SCV_get_segment: Unknown attribute. SEG_get: NULL seg passed. SEG_get: Unknown attribute. scv_add_arrival: malloc error. scv_add_arrival: realloc error. scv_add_arrival: malloc error. -???@SCV28_create: No input database. wfdiscSCV28_create: No wfdisc relation. wfdiscwfdiscSCV28_create: No wfdisc tuples. arrivalsiteSCV28_create: Unable to convert tstart_sift ('%s'). SCV28_create: Unable to convert tend_sift ('%s'). wfdiscstachantimensampsmpratdirfileSCV28_create: realloc error. SCV28_create: error return from match_stachans. SCV28_create: malloc error. SCV28_create: malloc error. SCV28_create: realloc error. SCV28_create: malloc error. arrivalarrivalstachantimephasefmampperremarkSCV28_create: malloc error. SCV28_create: realloc error. SCV28_create: realloc error. range: +/-%lfSCV28_create: error return from match_stachans. SCV28_create: malloc error. SCV28_create: malloc error. SCV28_create: realloc error. SCV28_create: malloc error. SCV28_create: malloc error. range: +/-%lfsitestachanondateoffdatlatlonelevdeastdnorthhangvangSCV28_create: WARNING - lat-lon change for same sta-chan. SCV28_create: WARNING - lat-lon change for same sta-chan. SCV28_create: No input database. wftarSCV28_create_from_wftar: No wftar relation. wftarwftararrivalsiteSCV28_create_from_wftar: Unable to convert tstart_sift ('%s'). SCV28_create_from_wftar: Unable to convert tend_sift ('%s'). wftarstachantimensampsmprattarnamtpfileSCV28_create_from_wftar: realloc error. SCV28_create_from_wftar: error return from match_stachans. SCV28_create_from_wftar: malloc error. SCV28_create_from_wftar: malloc error. SCV28_create_from_wftar: realloc error. SCV28_create_from_wftar: malloc error. arrivalarrivalstachantimephaseSCV28_create_from_wftar: malloc error. SCV28_create_from_wftar: realloc error. SCV28_create_from_wftar: realloc error. SCV28_create_from_wftar: error return from match_stachans. SCV28_create_from_wftar: malloc error. SCV28_create_from_wftar: malloc error. SCV28_create_from_wftar: realloc error. SCV28_create_from_wftar: malloc error. SCV28_create_from_wftar: malloc error. sitesitestachanondateoffdatlatlonelevdeastdnorthhangvangSCV28_create_from_wftar: WARNING - lat-lon change for same sta-chan. SCV28_create_from_wftar: WARNING - lat-lon change for same sta-chan. SCV28_create_from_wftar: WARNING - no site info for stachan '%s:%s'. SCV28_read_wfs: get_wfdisc28_trace_data error. SCV28_get_trace: get_wfdisc28_trace_data error. SCV28_get_trace: malloc error for Trace structure. arrivalarrivalstachanwfdiscwfidchidarrivaltimewfidchiddatearrivalphasearrivalfmarrivalamparrivalperarrivalauthdeltim: +/-%farrivalremarkarrivalremarkSCV28_put_arrival: Unknown attribute. wfdiscwfidchidarrivaltimewfidchiddatearrivalphasearrivalfmarrivalamparrivalperarrivalauthdeltim: +/-%farrivalremarkarrivalremarkARR28_put: Unknown attribute. ?@SCV30_read_wfs: get_wfdisc30_trace_data error. SCV30_read_wfs: get_wfdisc30_trace_data error. SCV30_read_wfs: get_wfdisc30_trace_data error. SCV30_read_wfs: Illegal input arguments. SCV30_get_trace: get_wfdisc30_trace_data error. SCV30_get_trace: get_wfdisc30_trace_data error. SCV30_get_trace: get_wfdisc30_trace_data error. SCV30_get_trace: Illegal input arguments. SCV30_get_trace: malloc error for Trace structure. arrivalarrivalarrivalstachanarrivalaridwfdiscwfidarrivaltimejdatearrivaliphasearrivalfmarrivalamparrivalperarrivalautharrivaldeltimSCV30_put_arrival: Unknown attribute. arrivalaridwfdiscwfidarrivaltimejdatearrivaliphasearrivalfmarrivalamparrivalperarrivalautharrivaldeltimSCV30_put_arrival: Unknown attribute. _B_8?@v8SCV30_create: No input database. wfdiscSCV30_create: No wfdisc relation. wfdiscwfdiscSCV30_create: No wfdisc tuples. SCV30_create: Unable to convert tstart_sift ('%s'). SCV30_create: Unable to convert tend_sift ('%s'). *abSCV30_create: bad station channel sift key:'%s'. Can't allocate scv->segments Can't allocate scv->segments Can't allocate *scvs Can't allocate *scvs Can't allocate scv wfdiscwfdiscwfdiscstachanchanidtimensampsampratecalibcalperdatatypesegtypedirdfilectsunknm/secnm/s^2nmarrivalsitearrivalstachantimeiphasefmdeltimampperCan't allocate scv->arrivals Can't allocate scv->arrivals Can't allocate arr_ptr sitesitesitestaondateoffdatelatlonelevdeastdnorthSCV30_create: WARNING - lat-lon change for sta %s. SCV30_create: WARNING - no site info for stachan '%s:%s'. sitechansitechansitechanstachanchanidondateoffdateedepthhangvangsensorsensorsensorstachanchanidtimeendtimeinidcalratiocalpertshiftMultiple sensors match segment: station %s channel %s tstart=%lf instrumentinstrumentinstrumentinidncalibncalperdirdfilerUnexpected failure: file %s, line %d SCV30_create.c****^$match_string: %s. Can't allocate new           % , 3 : @ H P W \ b Can't allocate db r+Can't allocate db1 arrivalarideventevidinstrumentinidnetmagmagidoriginoridremarkcommidstamagmagidstassocstassidwfdiscwfidwftagtagidCan't allocate db ///.Z.gzCan't allocate db r+Unexpected failure: file %s, line %d dbgetv.cno field %s in table %s. Can't resolve db pointer in dbgetv: %d %d %d %d bad db type in dbputv Table %s is opened read-only and cannot be updated no field %s in table %s. Can't resolve db pointer in dbputv: %d %d %d %d bad type %d set for %s in table %s. Unexpected failure: file %s, line %d dbgetv_.cCan't allocate farg no field %s in table %s. Can't resolve db pointer in dbgetv_: %d %d %d %d Waveform not implemented yet. Response not implemented yet. no type set for %s in table %s. ~ @????wfdiscdatatypetimeendtimesampratensampfoffcalibt4s2s4g2get_wfdisc30_trace_data: unknown wfdisc datatype '%s'. rCan't seek in waveform file %s get_wfdisc30_trace_data: malloc error. get_wfdisc30_trace_data: realloc error. get_wfdisc30_trace_data: malloc error. get_wfdisc30_trace_data: malloc error. wfdiscgetwf: wfdisc table doesn't exist. wfdiscwfdiscgetwf: tuple index outside of range. getwf: error return from get_wfdisc30_trace_data. getwf: Truncating data array. wfdiscwfdiscputwf: wfdisc table doesn't exist. wfdiscputwf: tuple index outside of range. wfdiscnsampdatatypecalibfoffputwf: Illegal no. of samples. putwf: Can't write file %sputwf: Won't overwrite existing file %s. t4putwf: Malloc error. s2putwf: Malloc error. s4putwf: Malloc error. putwf: Unknown datatype %s. putwf: Error opening file %s. putwf: Error writing file %s. putwf: output writing file %s truncated. dbadd requires db pointer to table Can't write to table %s Expecting to add scratch record to %s, but scratch record doesn't exist. Table %s is opened read-only and cannot be updated Can't allocate table->data lseek fails. Can't write record: %s lddatedirdfile.Z.gzUnexpected failure: file %s, line %d dbgetv.cno field %s in table %s. Can't resolve db pointer in dbgetv: %d %d %d %d r+dbALLrdbALLdbNULLdbALLdbSCRATCHCan't allocate temp Can't allocate temp_record_name Can't allocate temp Can't allocate temp_record_name lastidkeynamelastidkeynamekeyvaluelddatekeyvaluekeyvaluelddate #p #wcss3.0rr+Invalid open flag : '%s' rCan't allocate schemafile Invalid database description file: %s Can't allocate database->dbpath Invalid database description file: %s Can't allocate database->openperm Table %s is opened read-only bad db type in dbputv Table %s is opened read-only and cannot be updated no field %s in table %s. Can't resolve db pointer in dbputv: %d %d %d %d bad type %d set for %s in table %s. dbquery doesn't recognize code %d dbquery doesn't support code %d can't create view without specifying database. View%dCan't allocate newrel->name #View %s #Database %s %d #Table %s %d # #View %s #Database %s %d #Table %s # Can't write view -- invalid db pointer. #View %s Can't read view name -- bad view format #Database %s %d Can't read database name -- bad view format r+Can't open database %s #Table %s %d Can't read table name -- bad view format Table %s (%s) has changed since the view was created. No tables in view. Can't allocate data Can't allocate data Extra garbage at end of view w+Can't open file %s to save view Waveform not implemented yet. Response not implemented yet. bad type %d Waveform not implemented yet. Response not implemented yet. invalid type code %dWaveform not implemented yet. Response not implemented yet. bad type %d Waveform not implemented yet. Response not implemented yet. invalid type code %dBad database id %d in db pointer Bad table id %d in db pointer illegal reference to field in (null) scratch record of view Bad field id %d in db pointer Bad record id %d in db pointer .././././..schemas/SCHEMA_DIR.Can't allocate table->data r+rr+w+Can't open table %s r+rr+w+Can't open table %s Table '%s' has invalid length. wCan't mmap table '%s'. + +Can't allocate table Can't allocate database Can't allocate schema Can't allocate attribute Can't allocate relation Can't allocate table->scratch Can't allocate nullrecord rUnexpected failure: file %s, line %d open_schema.cCan't open schema file '%s'. Parsing error in input schema 7M %&!"#$'A123b0^UT`RQPONLK*+,-./H?6 Cda\[ZYXWV)JID@>=<;:5S  (]948EFGB %&!"#$'120c*+,-./_654$3#"! 21*)('&%$"! [Z8YXBWOVUTSRNMP                   ;(;((((((;((()))))))))))  !"#$&- '(2)*+,1 %4/035.db : %s while compiling relation near line #%d db : %s while compiling attribute near line #%d db : %s while compiling schema near line #%d db : %s near line #%d out of memoryyacc stack overflowsyntax errorbad attributebad relation # #'%&%&$&"%&%&#%& #%&#%&#%&#%&#%&#%&#%&#%&#%&#%&#%&#%&#%&#%&!%&# ######################################################### ################## ############################# ############# ############ ############  #&),/258;>ADDDDEFHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*)  %&? 'zv{uyrw'|vtrvqzuxqnqdcjpp_^]dhbibgbSYSXUMNiQ[QHGPMEOBOBIPOJGHKJ6D9:5060-.-,1/73.%''M5  !"?@#( %&)'.$H0/1\j2kI]3~}|{zyxwvutsrqponmlihgfedcba`_^[ZYXWVUTSRQPONMLKJGFEDCBA>=<;:987654-,+*  ''    /BOO/B~}|{yxwvutsqponmlkjhgfedba^]\[ZYXVTSRQPNMLKJIHGFEDCA@?>=<;:9876543210.-,+*)(&%$#"!  Can't allocate cp Can't allocate cp Can't allocate cp fatal flex scanner internal error--no action foundfatal flex scanner internal error--end of buffer missedfatal error - scanner input buffer overflowread() in flex scanner failedflex scanner push-back overflowunexpected last match in input()out of dynamic memory in yy_create_buffer()out of dynamic memory in yy_create_buffer()Duplicate Attribute %s in schema %s Attribute %s in relation %s not found Can't allocate f Field %s used more than once in relation %s Can't find unique id field %s in relation %s Duplicate relation %s in schema %s E`dglno@nqd EdbbccDccpc EhS V\Z\P]H\|`T Elux}P Ep E|?pazfapfiriirtheoreticalmeasuredCan't allocate gp Can't allocate rp Can't allocate rp->groups Can't allocate rp->groups %s %d %s %s %sBad source = '%s' in file Unknown filter type = '%s'%s%-12s %2d %-12s %-6s %s r?Can't allocate pfir Can't allocate pfir->num_coefs Can't allocate pfir->num_coef_errors Can't allocate pfir->den_coefs Can't allocate pfir->den_coef_errors Can't allocate pfir %lg %d%dCan't allocate pfir->num_coefs Can't allocate pfir->num_coef_errors %lg %lg%dCan't allocate pfir->den_coefs Can't allocate pfir->den_coef_errors %lg %lg%.18lg %5d %8d %.18lg %.18lg %8d %.18lg %.18lg Can't allocate ppaz Can't allocate ppaz->poles Can't allocate ppaz->pole_errors Can't allocate ppaz->zeros Can't allocate ppaz->zero_errors Can't allocate ppaz %lg %lg%dCan't allocate ppaz->poles Can't allocate ppaz->pole_errors %lg %lg %lg %lg%dCan't allocate ppaz->zeros Can't allocate ppaz->zero_errors %lg %lg %lg %lg%.18lg %.18lg %8d %.18lg %.18lg %.18lg %.18lg %8d %.18lg %.18lg %.18lg %.18lg ?Can't allocate piir Can't allocate piir->poles Can't allocate piir->pole_errors Can't allocate piir->zeros Can't allocate piir->zero_errors Can't allocate piir %lg %lg%dCan't allocate piir->poles Can't allocate piir->pole_errors %lg %lg %lg %lg%dCan't allocate piir->zeros Can't allocate piir->zero_errors %lg %lg %lg %lg%.18lg %.18lg %8d %.18lg %.18lg %.18lg %.18lg %8d %.18lg %.18lg %.18lg %.18lg @N@ @ @N@@ @N??>h?ə@?@@$@.@4@>@N@^@r@@ @@ @ ?6C- M; M? MC MG MK MO MS MW M[ M_ Mc Mg@@8@ @N%15.3lf %8d %s %2d,%4d %2d:%02d:%02.3f jafmarapmayjunjulausondJanFebMarAprMayJunJulAugSepOctNovDec M M M M M M M M N N N N!%2d/%02d/%4d %2d:%02d:%06.3lf%2d/%02d/%4dJanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember%2d/%2d/%2d%2d%02d%02d%03d%2d%2d%02d%02d%sPMAM%02d%02d:%02d:%06.3lf%2d%4d%02i/%02i/%i LIN<u?=@??>.{7'ŬB>=?(none)??(*) -.0iI?A =@@`@?@O N(p@  CFONT: font no. requires words in font buffer buffer set at too small - run stopped  Ph P{  P  P  P P  P CFONT: unexpected EOF on input font file - run stopped ) Q  Q CFONT: read error on input font file - run stopped % RP  Rw CFONT: requested font no. doesnt match font no. on input file - run stopped  R R R  S  S' cfont: Illegal font.GRX_FONTPATHfonts.bin cfont: Error opening fonts.bin oldunformatted S( R R P     P Ou7f` "! <5??????x_windowy_windowboxBA noneLIN@?>\)??GRX_PSCOLORfullfore CDD`@ @?qI ??=npolyfill: buffers too small. npolyfill: Problem fcross: Problem fcross: Too many points.qIinsideoe problem    @    @ lLoOgGLOGLIN? SETSCL: horizontal plot range set to zero - run aborted 4 @  v SETSCL: vertical plot range set to zero - run aborted 4  SETSCL: horizontal plot limit less than or equal to zero for log plotSETSCL: vertical plot limit less than or equal to zero   8  | @|?C? B` B`@bnewpath %.1f %.1f %.1f 0 360 arc closepath stroke ?gsave newpath %.3f setgray %.3f %.3f %.3f setrgbcolor %d %d moveto %d 0 rlineto 0 %d rlineto %d neg 0 rlineto closepath fill %.3f setgray %.3f %.3f %.3f setrgbcolor grestore @`???333333@n??@o.H??@b?@o?0 setgray gsave /picstr %d string def %.1f %.1f translate %f %f scale %d %d 8 [%d 0 0 -%d 0 %d] {currentfile picstr readhexstring pop} false 3 colorimage %2.2x%2.2x%2.2x grestore gsave /picstr %d string def %.1f %.1f translate %f %f scale %d %d 8 [%d 0 0 -%d 0 %d] {currentfile picstr readhexstring pop} image %2.2x grestore %s [] 0 setdash %d ] 0 setdash %%EndDocument showpage %%EOF ?gsave %.3f setgray %.3f %.3f %.3f setrgbcolor closepath fill %.3f setgray %.3f %.3f %.3f setrgbcolor %% End polyfill grestore newpath ?@>@V???@@^@v@N@f@n??@@@N@v@o.H@@o.H@%.3f setgray %.3f %.3f %.3f setrgbcolor %s%fx%f%fx%f  - XS ! 7 M c z   - E ] t  > q  D q    + 9 H Y i y  - V | % Z  = M Z l s ~  (initmatrix newpath initclip 1 setlinewidth 0 setlinecap 0 setlinejoin [] 0 setdash 0 setgray 10 setmiterlimit /npchsc 1.0 def /m {moveto} def /l {lineto} def /r {rlineto} def /x {0 rlineto} def /y {0 exch rlineto} def /A {-2 2 rlineto} def /B {-1 2 rlineto} def /C {0 2 rlineto} def /D {1 2 rlineto} def /E {2 2 rlineto} def /F {-2 1 rlineto} def /G {-1 1 rlineto} def /H {0 1 rlineto} def /I {1 1 rlineto} def /J {2 1 rlineto} def /K {-2 0 rlineto} def /L {-1 0 rlineto} def /M {1 0 rlineto} def /N {2 0 rlineto} def /O {-2 -1 rlineto} def /P {-1 -1 rlineto} def /Q {0 -1 rlineto} def /R {1 -1 rlineto} def /S {2 -1 rlineto} def /T {-2 -2 rlineto} def /U {-1 -2 rlineto} def /V {0 -2 rlineto} def /W {1 -2 rlineto} def /X {2 -2 rlineto} def /npfont112 {/font /Helvetica def} def /npfont113 {/font /Helvetica-BoldOblique def} def /npfont114 {/font /Helvetica-Bold def} def /npfont115 {/font /Times-Roman def} def /npfont116 {/font /Times-Italic def} def /npfont117 {/font /Times-Bold def} def /npfont130 {/font /Palatino-Roman def} def /npfont131 {/font /Palatino-Italic def} def /npfont132 {/font /Palatino-Bold def} def /nptext { %xp yp size szsc angle ref xl xr yb yt clp mytext nptext /mytext exch def /clp exch def /yt exch def /yb exch def /xr exch def /xl exch def /ref exch def /angle exch def /szsc exch def /size exch def /yp exch def /xp exch def ref 0 lt {/ref 0 def} if ref 8 gt {/ref 0 def} if size 1.5 mul szsc mul /size exch def ref cvi /ref exch def ref 0.5 add 3 div cvi /xjust exch def ref xjust 3 mul neg add /yjust exch def font findfont size scalefont setfont mytext stringwidth /wy exch def /wx exch def wx wx mul wy wy mul add sqrt /width exch def width 0.5 mul xjust mul /xj exch def size 0.333 mul yjust mul /yj exch def xj angle cos mul yj angle sin mul sub /xpp exch def xj angle sin mul yj angle cos mul add /ypp exch def xp xpp sub /xp exch def yp ypp sub /yp exch def angle rotate xp angle cos mul yp angle sin mul add /xpp exch def xp neg angle sin mul yp angle cos mul add /ypp exch def xpp ypp moveto mytext show angle neg rotate } def /rectcl { /ht exch def /wd exch def /yc exch def /xc exch def newpath xc yc moveto xc wd add yc lineto xc wd add yc ht add lineto xc yc ht add lineto closepath clip newpath } def %%!PS-Adobe-3.0 niceplot.ps%%%%EndComments 603.5 0 translate 90 rotate %%%%BeginDocument: %s %%%%BeginProlog %% Start of niceplot.pro -- prolog for niceplot PostScript %%%%EndProlog .236667 .236667 scale 0 setlinewidth newpath NULL%%%%Creator: %s:%s (%s) %%%%Creator: %s:%s (NULL) %%%%Creator: %s:NULL (%s) %%%%Creator: %s:NULL (NULL) %%%%Title: %s (%s) %%%%CreationDate: %s%%!PS-Adobe-3.0 EPSF-3.0 %%%%BoundingBox: %d %d %d %d %%%%EndComments %%%s DDanonehdopen: Cannot connect to X server %s. -geom %dx%d+%d+%d9x15hdopen: Cannot load cursor font %s. 9x15noneniceplot.pshdopen: Error opening file %s. ??@b?gsave %.1f %.1f %.1f %.1f rectcl grestore grestore stroke newpath @b%%%% text: x=%f y=%f angle=%f iref=%d %%%% string='%s' iclip=%d npfont%d %.0f %.0f %.0f npchsc %.0f %d %.0f %.0f %.0f %.0f %d (%s) nptext %%%% text: finished 0 setlinewidth %d setlinewidth nxplotd -window %d -title %s %s &nxplotd -window %d -title %s &%s[nxplotd_launchdaemon]: nxplotd does not exist. %s[nxplotd_launchdaemon]: Unable to launch nxplotd. NXPLOTD_DAEMON_WINDOW_PROPNXPLOTD_DAEMON_STATUS_PROPNXPLOTD_DAEMON_PIXMAP_PROP%s[nxplotd_launchdaemon]: Invalid daemon pixmap. <5?? GETCHR: character (integer ) outside printable range - run stopped  °    %  GETCHR: font buffer empty (no prior call to CFONT) - run stopped 3 Ü  '  GETSIZ: character (integer ) outside printable range - run stopped  `  u  ā % ą GETSIZ: font buffer empty (no prior call to CFONT) - run stopped 3 L  Ł' Ŕ ĬAABD>|xg.monooldcontplotd: setmncol: ncolors not equal 17, using default@@A?contplotd: setmncol: error reading xg.mono using deefaultshowpage ??hddraw: Malloc error. hddraw: Realloc error. A B C D E %d %d r F G H I J %d %d r K L M N %d x O P Q R S %d %d r T U V W X %d %d r %d y %d %d r ??hdmove: Malloc error. %% Start polyfill %d %d m PATH<>>>2>>2>my_system: Could not open standard input file %s. my_system: Could not open standard output file %s. my_system: Could not open standard output file %s. my_system: Could not open standard error file %s. my_system: Could not open standard error file %s. my_system: Could not fork process. my_system: Error waiting for process. NXPLOTD_WINDOW_PROP%s: Unable to get %s atom. NXPLOTD_WINDOW_PROPNXPLOTD_DAEMON_WINDOW_PROP%s: Unable to get %s atom. NXPLOTD_DAEMON_WINDOW_PROPNXPLOTD_CLIENT_STATUS_PROP%s: Unable to get %s atom. NXPLOTD_CLIENT_STATUS_PROPNXPLOTD_DAEMON_STATUS_PROP%s: Unable to get %s atom. NXPLOTD_DAEMON_STATUS_PROPNXPLOTD_CLIENT_REQUEST_PROP%s: Unable to get %s atom. NXPLOTD_CLIENT_REQUEST_PROPNXPLOTD_DAEMON_PIXMAP_PROP%s: Unable to get %s atom. NXPLOTD_DAEMON_PIXMAP_PROP%s: %s does not exist. %s: %s type mismatch. %s: Bad window. %s: Unknown XGetWindowProperty error (%d). /check_cmd: cmd = %s check_cmd: paths = %s ?@@ !TD- ?maps/mapdatamapopen: Unable to find cartography file (datafile() error). mapopen: Open error on %s. maps/mapdatamapopen: Read error on %s. maps/mapdatamapopen: Wrong map file. mapopen: Read error on %s. maps/mapdatamapopen: Malloc error. mapopen: Read error on %s. maps/mapdatamapselect: Unable to open map. mapselect: Malloc error. mapselect: Read error. mapselect: Read error. mapselect: Read error. mapselect: Malloc error. mapselect: Read error. mapselect: Unable to add segment. mapnextseg: No segment list. mapnextseg: Read error. mapnextseg: Read error. level0level0level1level1level2level2level3level3mapnextseg: Read error. mapnextseg: Read error. coastcoastpoliticalpoliticalriverriverstatestatecountycountycoastcoastmapnextpts: No segment list. continentscontfillafricaasiaeuropenorth_americasouth_americaalaskaalabamaarkansasamerican_somoaarizonacaliforniacoloradoconnecticutdistrict_of_columbiadelawarefloridageorgiaguamhawaiiiowaidahoillinoisindianakansaskentuckylouisianamassachusettsmarylandmainemichiganminnesotamissourimississippimontananorth_carolinanorth_dakotanebraskanew_hampshirenew_jerseynew_mexiconevadanew_yorkohiooklahomaoregonpennsylvaniapuerto_ricorhode_islandsouth_carolinasouth_dakotatennesseetexasutahvirginiavirgin_islandsvermontwashingtonwisconsinwest_vriginiawyomingworldworldfillafricaasiaeuropenorth_americasouth_america coastspoliticalriversriversstatescounties fillcoastspoliticalriversriversstatescountiesseglist_add: Malloc error. seglist_add: Malloc error. seglist_add: Malloc error. Can't allocate tbl->arr Can't allocate tbl->arr Can't allocate tbl Can't allocate arr Can't allocate n Can't allocate stbl //JSPC/sw/data/ Ә***%s *fatal error* : %s: %s: %s System error code #%d ** Too many error messages -- Error Buffer Overflow. (repeated %d times) Ԁ ԉ Ԥ   + 8 P b s ՘ ռ No matchInvalid regular expressionInvalid collation characterInvalid character class nameTrailing backslashInvalid back referenceUnmatched [ or [^Unmatched ( or \(Unmatched \{Invalid content of \{\}Invalid range endMemory exhaustedInvalid preceding regular expressionPremature end of regular expressionRegular expression too bigUnmatched ) or \)alnumalphablankcntrldigitgraphlowerprintpunctspaceupperxdigitalphaupperlowerdigitalnumxdigitspaceprintpunctgraphcntrlblankNo previous regular expressionMemory exhaustedMemory exhaustedSuccess %W% %G%get_option: Option argument not retrieved get_option: All options were retrieved -get_option: More than one '-' seen --get_option: unknown option type get_option: illegal compound option get_option: unknown option... get_argument: Argument not expected now --get_argument: special argument not expected ------get_argument: internal error get_directory: empty argument list get_input_file: empty argument list rget_input_file: can't open input file '%s' get_output_file: empty argument list wget_output_file: can't open output file '%s' last_argument: empty argument list last_input_file: empty argument list rlast_input_file: can't open input file '%s' last_output_file: empty argument list wlast_output_file: can't open output file '%s' open_file: unable to close the old file open_file: NULL file name given -r-wrwopen_file: can't open file '%s' open_file: can't open file '%s' for '%s' readable_file: called with null file_name readable_file: can't stat file '%s' rreadable_file: file '%s' is not regular writable_file: called with null file_name writable_file: can't stat file '%s' awritable_file: file '%s' is not regular ///ERROR(clean_path): unknown state %i ERROR(clean_path): unknown error  @wd.cfr%s %s readexpstrdupRegexp error %d .directory does not exist: %s Can't cd to directory %s /Can't create writable directory %s /usr/ucb/compress %s & .Z.gz/usr/tmpwaveformzcat %s > %s@(#)Fcos.S 1.7 91/02/11 SMI@(#)Fexp10.S 1.7 91/02/11 SMI@(#)Flog10.S 1.7 91/02/11 SMI@(#)Fsin.S 1.7 91/02/11 SMI@(#)Fsqrt.S 1.12 91/02/11 SMI@(#)Ftan.S 1.7 91/02/11 SMI@(#)__infinity.c 1.5 91/02/11 SMI?@(#)_crt2.c 1.4 91/02/11 SMI@(#)d_atn2.c 1.6 91/02/11 SMI@(#)ieee_vals.c 1.7 91/02/11 SMI?.B9?.B=95y. &֕Ae?@(#)r_atn2.c 1.6 91/02/11 SMI@(#)r_atan2_.c 1.9 91/02/11 SMI?!TD-?!TD-@ !TD-9HK ?@@(#)r_atan_.S 1.11 91/02/11 SMI|?>IhF?۳;.>L(%= нRi@(#)r_exp10_.c 1.6 91/02/11 SMI@(#)exp10.c 1.9 91/02/11 SMI?.B9?.B=95y$?@(#)__sinf.S 1.4 91/02/11 SMI???UT`w?)k`@(#)__rem_pio2f_.S 1.4 91/02/11 SMI?Ap?"??!TD-?!TD-?!T@=дabc1=д`=дa`@(#)fabs.S 1.11 91/02/11 SMI@(#)atan2.c 1.9 91/02/11 SMI?.B9?.B=95y+?g\?1?a^?ѽX ?9?ؚ3B[?#쿘L?D{̏c?܏ǚ"?jġ?_?%R?r%*?T?_^p@?y^?3O?V*?Fr?]>?*-&[ū?@L5-@(#)cos.S 1.5 91/02/11 SMI?@(#)sin.S 1.6 91/02/11 SMI@(#)__cos.S 1.6 91/02/11 SMI?UUUQ(?b̝?UUUO[5VkU%i>9)9@c(?UQ_z @(#)__rem_pio2.S 1.5 91/02/11 SMI?Ap?_0mȃ?!TD-?!TD-?!T@=дabc1=д`=дa`;.ps;.9{% I@(#)__rem_pio2m.c 1.6 91/02/11 SMI?!@>tD-tD-tD-<?Ap>p?@ ?@(#)__fp_pi.c 1.4 91/02/11 SMI@(#)__sin.S 1.6 91/02/11 SMI?UUUQ(?b̝UUUUT?*uK>㦗'c(?UQ_z @(#)rndint.S 1.4 91/02/11 SMIC00??@(#)exp.S 1.15 91/02/11 SMI@.B9@I-0Q??;s?.B9?.B9?.B=95yfl?Vj%,Ak>f7ir?Ge+<F)>Y9?.B9?.B=95y>0?UUUU)ffJ7 ??Yt?Xl?[Q?r<}Q{?ԇ1h?8znub8?? 1?q7:?ަL4"?N`a-?6*'?4+VO?HT)?$~:U?f;?u_t?s?%L?B*?77?đ?U>%]?蟙Zӭ?v^G?݅R? i?X?3{_??Pv[nE@%]@ 蟙Zӭ@ v^G@ ݅R@ i@ X@ 3{_@@Pv[nE@@(#)ieee_func.S 1.17 91/02/11 SMICP<@(#)sqrt.S 1.14 91/02/11 SMI<`CP>@????.MgkzfJ 5RI\n4~_E~=fkh>yMEaɉm{T*5,Nn.R3JQQ Y$@(#)__SVID_error.c 1.14 91/02/11 SMI?.B9?.B=95yÇHuA9@j:EATE^AgJA`z!aA>j3GA Q;@of\6?!<KrF_،|{7cRlHkh}=A!<KrA$X A FVh`A X@άr*F@yW2}?RD co4T"C~e\mnBt! yE˔A45AD{3K[pD43! C:WeCU@?}B\BNkH AES'A.HW@ ϣ;?@ @ @P@ @(#)j1.c 1.4 91/02/11 SMI?_0mȃ?!TD-D?#h= 홙CǼ_ aBڭzYs@]An:@ɧQa @>JDO#h=C9u"Ck 8YBnxqB^J0A7*--A6aQ@f>?PtFZb)Y0O67?IYb`.wqPtFZbzXY޳w7/2 u?@8:O@ɒ M@(-b @6@pw@A.A%ѣA;B ЀA5īk&CAnHLF@GZ@@{?ĵ\HD~$/waPnC0ZÅcb(bC 3 i C‚ٓA@# D|PG'gDrjaXhCd+pJCx k"B{Bb Aљ=J$A7ڒAR@1q~k?@ ?@@ @?@P@ @(#)cbrt.c 1.9 91/02/11 SMI*x)x?__%24??mn?mm??񙙙@(#)r_erf_.c 1.6 91/02/11 SMI@(#)erf.c 1.8 91/02/11 SMInY?? PBm? PBm@S]@wÈR@\wNM6]@ I>C?ǐZ1"@8yB;@ wR@n~U@74/? >@!,5@P @r)b@&+@0]@(!#ok@9[>Wp<_X@/}f@]li@rt@U좝'@5m@ |@޼? @9[_a?ӊxe?$%? /?xDŵ?E q,9?B}}?c!G??@$@?@@$@<@0?@(#)r_ieee_vals_.c 1.6 91/02/11 SMIInfInfinityNaNCd binary exponent %d binary exponent %d decimal exponent %d decimal exponent %d @(#)__floatprint.c 1.6 91/02/11 SMI?eoCAy7>. &֕AeA>Ey0:Aׄ?@@(#)__x_power.c 1.11 91/11/26 SMI libc base conversion file %s line %d: %s__x_power.c@(#)_sprintf_sup.c 1.11 91/02/11 SMI@(#)_base_il4.S 1.5 91/02/11 SMIinvalid operandinexactdivision by zerounderflowoverflowFloating point exception %x, %s, occurred at address %x @(#)sinpi.c 1.6 91/02/11 SMI@ !TD-C0C@??@@?? P YINFINITYNAN( ((((( DDDDDDDDDDAAAAAABBBBBB      , 6 P b t           ! 1 @ Q e y          0 F ` ~      " < ^ |      - N g        B U b v         2 M ` s        2 A T ` w[Error 0Not ownerNo such file or directoryNo such processInterrupted system callI/O errorNo such device or addressArg list too longExec format errorBad file numberNo childrenNo more processesNot enough memoryPermission deniedBad addressBlock device requiredDevice busyFile existsCross-device linkNo such deviceNot a directoryIs a directoryInvalid argumentFile table overflowToo many open filesInappropriate ioctl for deviceText file busyFile too largeNo space left on deviceIllegal seekRead-only file systemToo many linksBroken pipeArgument too largeResult too largeOperation would blockOperation now in progressOperation already in progressSocket operation on non-socketDestination address requiredMessage too longProtocol wrong type for socketOption not supported by protocolProtocol not supportedSocket type not supportedOperation not supported on socketProtocol family not supportedAddress family not supported by protocol familyAddress already in useCan't assign requested addressNetwork is downNetwork is unreachableNetwork dropped connection on resetSoftware caused connection abortConnection reset by peerNo buffer space availableSocket is already connectedSocket is not connectedCan't send after socket shutdownToo many references: can't spliceConnection timed outConnection refusedToo many levels of symbolic linksFile name too longHost is downHost is unreachableDirectory not emptyToo many processesToo many usersDisc quota exceededStale NFS file handleToo many levels of remote in pathNot a stream deviceTimer expiredOut of stream resourcesNo message of desired typeNot a data messageIdentifier removedDeadlock situation detected/avoidedNo record locks availableMachine is not on the networkObject is remoteLink has been severedAdvertise error Srmount error Communication error on sendProtocol errorMultihop attemptedEDOTDOT!!!!Remote address changedFunction not implemented  ""+ |0 5 : ? D lMV l\ b Dh n 4t |z    L    T    H    d $   d    d  (   l" <( . 4 : 8@ F L R $X ^ dd j p Tv |   X    P    h ,   l $   h 0   p @     <$ * 0 (6 < (B H (N T (Z ` (f l r Hx ~      L |      t  d D   X    \ (   X  & , 2 p8 0> D J tP ,V \ b lh 8n t z x D    @     \    d ,   `    t 8    x 0" ( . t4 <: @ F |L HR X ^ d Hj p v X| H    T  ,     d $   h 0   h    x  @   |$ 4* 0 6 |< DB H N T LZ ` f l Pr x ~   h (   l 4   p $    D    <    H     P& , 2 8 X> D J P V H\ b hh n \t z L  $   l 0   t <   x 0    L    H     L " ( . X4 : @ F `L R X ^ <d j p v p| 8   | @    8    P    P    P     \ $  $ h* 0 6 < HB H N T Z ` f l r xx @~    H    <    T    X    X    `  ,    p & ( , 2 8 h > D h J P h V \ h b h h n t t z    4  d        |  H     L      D     \      ` "  ( . 4 \ : $ @ F L h R 4 X ^ d x j 0 p v |       H  x         `    ߘ  d     ސ  P     ݔ  X   & - ܰ 4 | ; 8 B I ۸ P ۀ W H ^ e l t s 4 z   ِ  P    ؐ  L    א  T     ֘  h  (   լ  d      " Ҥ ) | 0 T 7 , >  E L 8 S Z ̤ a h h $ o v ˤ } X     ʜ  \     ɜ  `  0    Ȁ  D     nj  P     ƀ  H    % Ŕ , X 3  : A Ĕ H \ O  V ] ä d ` k  r y °  t  8    l  ,   |  0    l  4    d  $    h  ,  ! ( h/ (6 = ߜD lK R Y ޘ` Tg n u ݜ| \   ܴ ܀ <   ۄ P   | <   ٔ X   ؘ P  $ ה+ \2 9 @ ֜G lN ,U \ մc hj $q x Ӵ   Ҩ Ҁ X 0    ͔ <  ̬ l (  ˬ `    ʠ d $  ' ɤ. d5 4< C J ȄQ LX _ f ǔm Tt {  Ƅ L   Š \ $  Ĝ ` $  è h   ¸ x @   p 4# ,* 1 8 8? F M pT <[ b i hp (w ~  l 0    H   p 0  ߤ p (  ޠ \ $   ݤ ` $ & ܸ- ܄4 D; B I یP TW ^ e ڄl Ds z  ٜ \   ؠ X   ט d $  ֤ p 4  ռ l ,     Ҭ" ҄) \0 47 > E @L S ̴Z pa 0h o ˴v h} (  ʤ l (  ɬ h 8   Ȉ P   ǜ X   ƌ  P (  Ũ% d, ,3 : ĤA dH (O V ì] pd (k r y € D   t 8   @   t D   p ,   t 4   0 `! ( x/ 46 = ߬D tK 0R Y ި` dg ,n u ݬ| h ,   ܌ L   ې X   ڌ H   ٠ d $  ؤ \  $ נ+ h2 ,9 @ ֨G tN 8U \ c tj 4q x    Ұ ҈ ` 8   D D  ̸ x 4  ˼ p ,  ʬ  t ,   ɰ' l. <5 < C ȐJ TQ X _ Ǥf \m t { Ɣ X ,  Ű l 4  Ĩ h 0  ô t ,   „ H   | @ # H* 1 8 |? HF M T x[ 4b i p |w 8~      | <  ߴ x 4  ް l 4  ݴ p 0    ܐ P & - ۔4 \; B I ڔP LW ^ e ٤l ls (z  ب `   ר p 0  ֬ x <   | 8    Ҵ Ҍ  d < " ) 0 L7 > E ̀L <S Z a xh 0o v ʰ} x 4  ɴ t @   Ș X   Ǭ d $  Ɯ \ 0   Ŵ t 8 % İ, p3 8: A üH |O 4V ] d Œk Pr y   H   P    L    <    @  x    @ ! ߼( |/ <6 = ޴D pK 8R Y ݸ` xg 4n u | ܔ X   ۜ d   ڜ P   ٰ p 0  ج h (  װ t 8 $ ִ+ |2 D9 @ G ՄN @U \ c j q Ҹx Ґ h @    d τ    ̈ D   ˀ 8  ʴ | 8   ɸ |  D' . 5 Ȝ< \C J Q ǰX h_ ,f m Ơt `{ 4  ż | @  Ĵ t @   Ä <    T    P l  T# * 1 8 P? F M T D[ b i p Hw ~    0  H   D   ߄ D  ޼ x <  ݼ  |  <    ܘ & ` - 4 ; ۤ B h I ( P W ڤ ^ \ e l s ٴ z x  4   ش  t  0   ״  x  @   ּ  ք  L     Ռ  H   ! !  Ҽ! Ҕ! l!" D!) !0 !7 !> !E !L ̐!S L!Z !a !h ˈ!o <!v !} ʼ! ʄ! <! ! ! Ʉ! H! ! ! Ȥ! h! (! ! Ǵ! l! 0! ! Ƥ! h" 8"  " " ŀ" H"% ", ĸ"3 x": D"A "H "O È"V D"] "d "k ”"r \"y " " " X" " \" " " " T" " " " H" " " " P" " # #  # # L#! #( #/ ߈#6 L#= #D #K ހ#R @#Y #` #g ݄#n D#u #| # ܠ# h# $# # ۨ# p# 0# # ڬ# d# $# # ٸ# |# 8# # ؼ# |$ 4$ $ ׼$ |$ D$$ $+ $2 ֈ$9 P$@ $G $N Ք$U L$\ $c T$j $q $x $ Ҙ$ p$ H$ $ $ $ Ф$ T$ $ $ ̔$ T$ $ $ ː$ D$ $ $ ʌ% D%  % % Ɍ%  P%' %. %5 Ȭ%< p%C 0%J %Q Ǹ%X t%_ <%f %m ƨ%t p%{ <% % % ň% L% % % Ā% H% % % Ð% L% % % œ% d% $% & & \& & & d&# &* &1 &8 \&? &F &M &T P&[ &b &i &p T&w &~ & & `& X& & & & T& & & ߌ& T& & & ބ& D& & & ݈' L'  ' ' ܤ' p'& ('- '4 ۰'; t'B 8'I 'P ڰ'W h'^ ('e 'l 's ـ'z <' ' ' ؄' <' ' ' ׄ' L' ' ' ֌' X' ' ' ՜' T' ' ' ( (  Ҝ( t( L(" $() (0 (7 ((> (E ̜(L `(S (Z (a ˔(h L(o (v (} ʔ( L( ( ( ɐ( X( (( ( Ȱ( t( 8( ( ( |( D( ( ƴ( x( @) )  ) Ō) P) )% ), Ĉ)3 P): )A )H Ø)O T)V )] )d ¤)k l)r ,)y ) ) d) ) l) $) ) ) `) $) ) ) X) ) ) ) \) ) ) * X*  * * ߔ*! \*( */ *6 ތ*= L*D *K *R ݐ*Y T*` *g *n ܬ*u t*| 0* * ۴* |* @* * ڸ* p* ,* * * و* H* * * ،* D* * + ׈+ P+ + + ֔+$ `++ +2 +9 դ+@ \+G +N +U t+\ +c +j Ҡ+q x+x P+ (+ + + + T+ 0+ + ̠+ d+ + + ˜+ P+ + + ʘ+ T+ + , ɔ,  \, ,, ,  ȸ,' x,. <,5 ,< ,C DŽ,J H,Q ,X Ƽ,_ |,f D,m ,t ,{ Ő, T, , , Č, T, , , Ü, \, , , ¨, p, 0, , , h, - t- ,- - - d-# ,-* -1 -8 \-? -F -M -T `-[ $-b k0-k-t`-}8--d"-d"- - . . .7 .J .g .{ . . . .$".& .& /& /& /7& /P& /j& /& /& /& /& /& /& 0 & 0%& 0>& 0N& 0g& 0& 0& 0& (0& 00& 80& <1& @1& H19& P1R& X1m& `1& h1& p1( k01& x1& 1@1& 2& 2)( k82.( k<23& 2M& 2\& 2v& 2& 2& 2& 2& 2& 3& 3& 35& 3N& 3h& 3& 3& 3& 3& 3& 3& 4 & 4& 45& 4O& 4l& $4& ,4& 44& <4& @4& D5& H5& L5/& P5H& X5X& \5m& `5& h5& l5& p5& x5& |5& 6& 60& 6J& 6a& 6x& 6& 6& 6& 6& 6& 7& 7*& 7D& 7\& 7u& 7& 7& 7& 7& 7& 8 & 8$& 8<& 8U& 8l& $8~& (8& 08( k@8& 88( kD8& <8& D8& H9& L9+& P9E& X9\& \9v& d9& h9& l9& t9& |9& 9& :& :.( kH:7& :Q& :i& :& :& :( kL:& :& :& ; & ;%& ;A( kP;J( kT;T( kX;]& ;k& ;u& ;& ;& ;& ;& ;& < & <& & >& >9& >R& >l& >& >& >& >& >( kd>& ?& ?& ?1( l?D& ?U& ?n& ?& ?& ?& ?& ?& @& @& @*& @G& @a& $@z& ,@& 0@& 8@( kh@& @@& D@& LA& PA&& TA>& \AW& dAn& hA& pA& tA( klA( kA& xA& B& B'& B?& BW& Bs& B& B& B& B& B& C( l C& C+& CC& CQ& Ci( mC& C& C& C& C& D& D& D,& DD& DT& Dm& D& D& D& D& D& $D& 0E& 8E( sHE1& <EK& DEV& HEp& PE& XE& `E& hE& pE& xF & F& F-& FG& Fa& F~& F( sF& F& F& F& F& G& G*& G;& GS& Gl& G& G& G& G& G& G& H& H*& HE& H_& Hs& (H& ,H& 0H& 4H& <H& @I& HI& LI3& TID& XI\& \Iu& dI& hI& lI& tI& |I& J & J%& J<& JV& Jq& J& J& J& J& J& K& K& K0& KA& K^& Kx& K& K& K& K( lK( lK& L& L & L9& LR& Ll& L& $L& (L& 0L& 8L& @M & HM#( lM,& LME( lMN& TMe& XM& \M& dM& hM& lM& pM& xN& |N!( l N4& NK& Nc& N{& N& N& N& N& N& O& O(& O>& OV& Or& O& O& O& O& O& O& P& P.& PG& P`( lpPi& P& P& P& P& P& Q& $Q& ,Q4& 0QL& 4Qc& 8Q}& @Q& HQ& PQ( ltQ& TQ& \Q& `R& hR1& lRL& tRd& |R}& R& R@R& R& R& R& S& S,& SD& SU& So& S& S& S& S& S& T ( l|T& T#& T=& TW& Tq& T& T& T& T& T& U& $U& (U2& ,UL& 4Uf& <U& U& DU& HU& PU& XU& \V& dV-& hVI& pVc& xV|& V& V& V( lV( lV& V& V& W& W'& WA( sW\( lWd( lWl& W& W& W& W( lW& W( lW& X& X+& XD( lXL( lXT& Xn( z(X( lX& X& X& X& X& Y& Y( lY'( lY/& YH& $Ya& ,Yz& 4Y& <Y& DY& HY& LY& PZ& TZ& \Z)& `Z@& dZZ( lZe& lZ|& pZ& tZ& |Z& Z& Z& [& [)& [D& [\& [w& [& [& [& [& [& \& \& \1& \K& \f& \& \& \& \& \& \& ]& $]"& ,]:& 0]S& 8]l& @]& H]& P]& T]( l]& \]& d^& l^*& t^C& |^\& ^v& ^& ^& ^& ^( l^& ^& _& _+& _B& _]& D"D"D#xD#D#D#D#D$D$LD$xD$D$D$D$D%4D%D&@D&D&D&D&D'@D'lD'D 'D 'D 'D 'D 'D'D(pD)$D)|D)D*D*4D*dD*D*D*D+D+D+D+$D+(D+0D+4D +4D!+TD"+lD#+D$+D%+D&+D'+D(+D)+D*+D+,<D,,PD-,PD.,\D/,D0,D1,D2-0D3-PD4-D5-D6.D7. D8.D<.D=.(D>.@D?.D@.DD.DE.DF.DG.DH.DI.DJ/$DO/DP/DQ/DR/DS04DT0DU0DV0DW0DX1DY1PDZ1|D[1D\1D]1D^2<D_2PD`2PDa2Dg3Dh34Di3Dj3Dk3Dl4Dm4`Dn4hDo4hDp4Dq4Dr4Ds4Dw4Dx5Dy5 Dz5D{5$D|50D}54D~5PD5lD5tD5xD5D5D5D5D5D6D7D7 D7PD7dD7D7D7D7D8DD8D8D9@D9D9D:<D:D:D;8D;D;D<4D<D<D=0D=D=D>,D>D>D>D?D?0D?LD?hD?D?D?D?D?D?D@4D@PD@lD@D@D@D@D@DADADATDApDADADADADADBDB4DB<DBtDBDBDBDBDCDCDC8DCTDC\DCDCDCDCDCDCDD DD(DDDDDLDDDDDDDEDE8DE@DExDEDFDF\DFDFDFDFDFDGHDGLDGTDGDGDGDGDGDHDH\DH`DHhDHDHDHDHDIDIDIpDItD I|D ID ID ID IDJDJ0DJDJDJDJDJDJDJDK,DKDDKDKDKDKDLD LD!LD"L@D#LXD%LD&LD'LD)M D*MD+MD,MD-MTD.MlD0MD1MD2MD4N D5N(D6N(D7N0D8NhD9ND;ND<ND=ND?O4D@O<DAO<DBODDCO|DDODFODGODHODJPHDKPPDLPPDMPXDOPXDPP`_v$Px_D_H_L_P_T_X_\_`_ d_ʠh_ݠl_p_t`x` |```7`Q`d`w``````à`Π`ؠ```a a& ,a8& 4aO& 8ah& @a& Ha& Pa& Xa& \a& db& hb& lb & pb;& tbU& |bo& b& b& b& b& b& b& c& c!& c8& cO& ci& c& c& c& c& c& d(d & d#& d=(dB& d[(d`@de& d}& d& d& $d& ,d& 0d& 8e & @e& De4& HeN& Pef& Te& \e& de& le& pe& te& xf& €f+& „fD& ŒfW& ff& ”f& œf& ¤f& ¨f& °f& ¸g& g& g2& gJ& gb& gy& g& g@g@g& g& g& g& h & h#& h:& hR& hl& h& h& h& h& h& (h& ,i& 4i2& <iL& Dif& Li& Ti& \i& `i& hi& pi& tj& |j)& ÄjE& Èj_& Ðjz& Øj& Üj& äj& èj(j& ìj& ôk & ük& k4& kK& ka& k{& k& k& k& k& k& l& l& l8(lB& lS& ln& l& l& $l& (l& 0l& 8m & @m!& Dm9& HmU& Pmm& Tm& \m& `m& dm& hm& pm& tn& xn& Ān5& ĈnA& Čn[& Ĕnt(n}(n& Ĝn& Ĥn(n& Ĩn& İn(n& Ĵo & ĸo'& oG& o`& oz& o& o& o& o& o& p& p(& pB& p[& pu& p& $p& ,p& 4p& 8p(q& @q!& Hq3& LqJ& Pqa& Tqw& Xq& \q& dq& lq& tq& |r& ŀr& ňr7& ŌrK& Őr]& Ŕrz& Šr& Ũr& Űr& Ŵr& żr& s& s & s:& sR& sj& s& s& s& s& s(,s(0s(4t& t"& t9& tP& th& t(t& t& (t& ,t& 0t& 4u& 8u& <u4(u>& @uU& Dum& Hu{& Lu& Pu& Xu(u(u& \u& `v & hv$& pv=& xvP& |vh& ƀvx& Ƅv& ƌv& Ɣv& Ɯv& Ơv& Ƥv& ƨw& ƴw5& ƼwB& w\& wg& w& w& w& w& w& x(x & x%& x0& xI& xc& x}& x& $x& ,x& 0x& <x& Dy& Hy& Py3& TyD& Xy\& \yu& dy& hy& ly& ty& |y& DŽy& njz& ǔz3& ǜzN& Ǥzh(z|& Ǭz& ǰz& Ǵz& Ǹz& z& { & {#& {<& {M({W& {o& {& {& {& {& {& {& |& |-& |E& |\& |v& |& (|& 0|& 8|& <|& D} & L}!& P}9& T}P(}Z& X}k(}u& \}& h}(}& p}& t}(}& x~& Ȁ~(& Ȅ~@& Ȉ~Z& Ȑ~s& Ș~& Ȝ~& Ȥ~& Ȭ~& Ȱ~& ȸ& +& 5(>& X& p& ( (& & & & & & %& >& U& n& & & (& & & (& ,/& 0F& 4]& 8u& <& @& D& H(d& P& X& \/& `G& d^& hu& l& t& |& Ʉ& Ɍ& ɐ & ɔ%& ɜ?& ɤY(b& ɬz& ɰ& ɴ& ɸ& & & & & 9& V& p& & & & & & ( & $& >& $U& (k& ,& 4& 8& <& D& L& T& \.& dG(S& lm& t{(& x& |& ʄ& ʌ& ʔ& ʘ& ʜ7& ʠO& ʤh& ʬ& ʰ& ʴ& ʼ@& (& ($& 7& R@Z& r& & & & & & & & 7& I& b& (|& ,& 0(,(4& 8& <& D(<& L'(D/& PI(HQ(PY& Xs& `& h@& p& x& ˀ& ˈ& ː(& ˔B& ˜[& ˤt& ˬ& ˴& ˼& (X& & & !& 8& P& `& w& (\& & & & & & 0& I& $`& ({& 0& 4& <& D& L& T& `#& d9& hP& lh& p& x& ̀& ̈& ̐& ̔& ̜& ̠%& ̤>& ̬Y& ̴q& ̸& & & & & & #& <& V& o& & & & & & (& 0& 85& <L& @c& D~& LD HPD JQD KQ4D LQ\D MQdD NQD OQD QQD VR(D WRDD XRPD YRXD ZRdD [RdD bRD cRD dRD eSD fS4D gS@D hSLD iSD jSD kSD lSD mSD nTD oT`D pTD qTD rTD sTD tTD uUD vU\D wU|D xUD yUD zUD {UD |UD }V$D ~VhD VD VD VD VD VD VD VD VD WD WlD WD WD WD WD WD WD XD X$D XhD XD XD XD XD Y`D YD YD YD YD YD YD ZD Z4D ZD ZD ZD ZD ZD [D [0D [D [D [D [D [D \ D \,D \D \D \D \D \D ]D ](D ]D ]D ]D ]D ]D ^D ^$D ^|D ^D ^D ^D _D _$D _0D _DD _dD _D _D _D ` D `,D `@D ``D `D `D `D aD a(D a<D a\D aD aD aD bD b$D b8D bXD bD bD bD cD c D c4D cTD cD cD cD cD d0D d0D dHD dPD dpD dD dD dD dD eD e<D eHD eD eD eD eD fD f0D f<D ftD fD fD fD gD g$D g0D ghD gtD gD gD gD hD h$D h\D hhD htD hD hD i D i,D i8D ipD ixD iD iD jD j4D jD jD jD jD kD kD k`D kD kD kD kD $kD 'kD (lD )lD *l8D +lTD ,lpD -lD .lD /lD 0lD 2m<D 3mXD 4mD 5mD 6mD 7nD 8nD 9n@D :nD ;nD <nD =nD >nD ?nD @o$D AoD BoD CoD DoD EpD GppD HpD IpD JpD KpD LqPD MqPD NqtD OqD PqD QqD UqD VqD WrD Xr D Yr@D ZrxD _rD asD bs4D csD dsD esD ft8D gt8D htdD itdD jtD ktD ou D pu,D tuxD uuD vuD wuD xuD yv@D zvTD {vTD |vD w8D w<D wLD w\D wD wD wD xD x(D x<D x\D x|D xD xD ylD ytD yD yD yD zpD zD zD zD zD zD zD {4D {D {D {D {D | D |PD |D |D |D |D |D |D |D |D |D |D }D }8D }pD }D }D ~$D ~,D ~PD ~PD ~lD ~D ~D ~D tD D D D 8D 8D hD HD xD D D D D D D @D `D D D D D TD tD |D D D D D D PD pD D D D (D 0D PD PD tD D D D D D D D D D <D D D D D D D D D D D 8D XD `D D D D  D  D @D \D D D D D $D DD tD !D "D #D $D %D &D 'D (dD )D *D +D ,D -D .D /(D 0dD 1D 2D 3D 4D 68D 78D 88D 9<D :DD ;LD <xD =D >D ?D @D BD C$DHLPTǠX٠\`& & 0& <& W& g@l(dq@v& & & & & & & & & -& B& U& o& & & & & (l(p& & & $ & ( & ,:& 0L& 4]& 8q& <& @& D(t& H(|& L& P( & T$(+& X>& \N& `^& dq& h~& l& p(& t& x& |& Ҁ& ҄& ҈#(-& ҌG& ҐX& Ҕi& Ҙ& Ҝ& Ҡ(((((& Ҥ& Ҩ& Ҭ'& Ұ>& Ҵ[& Ҹw& Ҽ& (& (& & & & $& 2& L(U& m(u(}( & & & (& ((( (((, (0(4& 1& K& b& y& & & & D D D D D 4D lD D D D D D PD D D D D D D  D 0D 8D <D DD DD pD D D D )D *D +(D ,D -D 0DD 1D 2D 3D 4D 5`D 6D 7D 8D ; D <$,ݠDHLPTX \&& @& W& p& & & & & & & & (& C& ]& $w& ,& 4& 8& @& H& L& T& \)& d@& hW& lq& t& |& Մ& Ռ& Ք& ՜ (8& դ+& լE& մ^& ռv& & & & & & & & -& G& _& x& & & & & & & ($& ,=& 4P& 8_& <x& D& L& P& X& `& h& l+& pC& t[& xr& |& ք& ֈ& ֌& ֔& ֘& ֜& ֤'& ֨?& ֬Y& ִs& ּ& & & & & & & 9& S& m& & & & & & & $& ,2& 0L& 8g& @& D& L& P& T& \& d& h& p2& tH& xb& ||& ׄ& ׈& א& ה& ט& נ& ר& װ0& ״K& ׼e& & & & & & & & 2& J& f(<o(@x& & & & & & & & ($& 00& 4J(DS& <l(Hu& D& L& P& X& \& `& h$& t=& |W& ؄q& ،& ؐ& ؘ& ؠ& ؤ& ب& ج& ش8& ؼR& k& & & & & & & & *& @& Q& j& & & & $& (& 0& 4& 8&& <C& H]& Pv& X& \& d& l& p& x& |& ـ3& وL& ِc& ٔ|& ٜ& ٠(L& ٤& ٰ& ٴ & ٸ#& ;& W& u& & & & & & & & %& =& U& n& & & & & & $& (& ,'& 4@& <Y& Dp& H& L& P& \& d& h& p& t& |1& ڄK& ڌe& ڔ~& ڜ& ڤ& ڬ& ڰ& ڸ& & %& ?& J& f& & & & & & &  & & 0& I& c& (|& 0& 8& @& H& P& T& X-& \G& d[& hu& p& t& |& ۀ& ۄ& ی& ې& ۔4& ۜN& ۤf& ۨ& ۰& ۴& ۸& & & & )& D& ]& t& & & & & & & & 7& O& $g& (& 0& 8& <& D& L& P& X8& `R([& hu& p& t& |& ܀& ܄& ܌& ܐ& ܔ0& ܘI& ܠ`& ܤy& ܬ& ܰ& ܴ& ܸ& & & '& >& U& m& & & & & & & & ,& C& Z& s& & & $& ,& 0& 4 & <$& D>& LX& Tp& X& \& `& h& p& x& |& ݄2& ݈L& ݐd& ݔ& ݜ& ݤ& ݬ& ݴ& ݸ& ݼ& (& >& V& n& & & & & & & & 4& B& \& v& $& ,& 4& 8& <& @ & D#& L:& PQ& Tk& \& d& l& p& x& ހ& ބ(%(-& ތJ& ސf& ޘ& ޠ& ި& ް& ޴& ޼& & (%& <& V& n& & & (& ((& & & 6& P(X& r& ‹& (£& 0¹& 4& <& D& L& T7& \Q& dj& lÂ& pÜ& tç& xþ& |& ߄& ߈& ߌ("& ߔ9& ߘQ& ߜk& ߤĄ& ߬ĝ& ߴĶ& ߼& & & & 4& M& h& Ł& Ş& ũ& ſ& & & & #& <& (U& 0g& 4Ɓ& <ƙ& @ƫ& D& L& T& X& `)& hB& p[& xv& |Ǐ& ǩ& & & & & (& ?& Y& s& Ȍ& ȥ& Ȼ& & & & D'xD)D*D+D,D0PD1XD2`D4D5D6D7D8D9D:D;DADBDCxDDDEPDFDGDHDKDL$(D;H@LEPMTVX_\h(n(t(z(ɀ(Ɇ(Ɍ(ɒ(ɘ(ɢ(ɬ(ɾ((((((( ((@&(.(DU8DVHDWXDXdDYpDZD[D\D]D^D_D` Da0DbTDcDdDeDfDg$DhPDiDjDkDlDm4Dn`DopDpDqDrDsDtDu8DvdDwDxDyDz D{D|(D}hD~xDDDDDDDDTDDDDD,DXDDDDDDD6B G DL Q ,V_ 0e hk `qhzNʃNʌNʕdʻd  9 L i } ˏ ˫ ˼ $۠DHLPTX \`!d+h5l@pU@Z@_(pd(tj(xp(|v@|(̂@̈(̎@̔(̝(̦(̷((<(@& 0(D(H(L (P('(T/(ϰD(*Y(Xk(69̀(Bn͕(͝(D/PD0\D1tD2D3D7D8D9D: D;8D<dD=D>D?D@DD(DE`DFlDGpDHtDIDJDKDLDMDNDODP8DQxDRDSDTDUDVDWDXDYDZD[D\D]D^8DaxDcDdDe$Df,Dg,Dh\DihDjDkDl,Dm@Dn@DopDqDrDsDt4Du@DvxDwDxDyDzD{D|@D}`D~lDDDD D,DLDXD`DDDDD D@D`DlDtDDDDD4DTD`DhDpDDDDD(DLDlDDDDDD0DhDDDD(DPD|DDDD D$D|DDDD DHDtDDDDD D<DlDDDDDlDDD D D@DD$ͥ$HͶDͿHȠLѠPڠTX& `(N(N(N(N (N(ND|DDDDDD@D|DDDDDLDtDD$.D7H@LHPPTYXb& hh(Nn(Nu(N}(N΅(N΍(NDD@DPD`D hD pD D D DXDtDDDD DΕ$$ΦDίHθL P̠T֠X\`dh@ (N(N(N(N #(N$+(N(D\DDDDDD D!D"D#D$D% D&,D'PD(TD)xD*D+D,D-4D.hD/D0D1D2D3D4 D5TD6D7D8D9D:D; D<@D=tD>D?D@DA(DBLDCPDDtDE”DFDGDH0DIdDK|DLÄ3Ø:dØ\dØcύϧҀ=_ЀЙдȀڂ udьѢjѩ‚߂4G Ҩ`ә`16FUeq~ԌԛԪԸƀ׀ ;}QTpՍ՛ժշŀӀ߀0fvָ֚֩ǀԀ#2 n }lג%ת׿acՀ@؉@:J6)^{]ٕ;ڝ4lۋۣ۾   0€ Dq ޙ ަ  c rߋ ߟ9߸   LX฀łڀ#U` n |  ᘀWe㭀㽀 _ s 䅂D䵂̂ &$"@|劀€҂\\ ` q(Z(f(7(C( (ހ땀였쫀@흀@.hhhhH€H Hhƀh8hDPPP44À4ЀZi'T_Ҁނ100$ØDjØڠDHLPTX)\8`GdVhclpptx|Djü΀րހ(N0Dmü(N0Dnü(N0Doü (N0Dpü)5A$DvüDwDxDyDz D{,D}4D~PDĈDĨDĸDDD D,D4DHD}\DpDŔDŸDDDƄDDDDDD$DHDTDǠP$ǨDǨdDpHLPTX\ʠ`٠dD(NPD4"*54DDDD8DXDtDȠDDD<D\DɬDDD DD$@$,D,TDD<D<DL`$TDdToDDdxDgx̀Հ݀(NDlʀ!(N DmʀF(NDnʀX(N@Doʀj(NDpʀ|DqʀHhDvʄDwʌDxʤDyʰD{D}D~DDDDD4DLDXD`DxDˈDːD˨D˸DDDDD D D(D@DPDXDpD|D̈D̠DDDDDDD@DHD`DlDxD͐D͸DDDDDD0D8DPD\DhD΀DΠDΨDDDDDDD0D<DHD`DπDψDϠDϬDϸDDDDDD(D@D`DhDЀDЌDИDаDDDDD D$D0D<DTDtD|DєDѠDѬDDDDDDD4D@DLDdD|DҔDҬDDDDDDD D,D8DPD |D ӤD ӬD DDDDD D$DPDxDԀDԘDԤD԰DDDDD$D LD"TD#lD$xD%ՄD&՜D'ըD(մD)D*D.D/D0(D14D2LD3XD4dD5|D6ֈD7֔D8֬D9D:D;D< D=$D>0D@8DAPDB\DChDD׀DE׌DFטDGװDH׼DIDJDKDLDDNLDOdDPpDQ|DRؔDSؠDTجDUDVDWDXDY0DZPD\XD]pD^|D_وD`٠Da٬DbٸDcDdDeDfDg<Dh\DjdDk|DlڈDmڔDnڬDoڸDpDqDrDsDt DuHDvhDxpDyۈDz۔D{۠D|۸D}D~DDDDDTDtD|DܔDܠDܬDDDDDD D$DdDlD݄DݐDݜDݴDDDDDDD\DdD|DވDޔDެD޸DDDDD DTD\DtD߀DߌDߤD߰D߼DDDDDDDLDdDpD|DDDDDDDD4D<DTD`DlDDDDDDDD$D,DDDPD\DtDDDDDDDDD4D@DLDdDpD|DDDDDD D$D0D<DTD`DlDDDDDDDD0D<DHD`D lD xD D D DDDD D,D8DPD\DhDDDDDD D"D$D%D$D(D)4D*LD+dD,D.D/D0D1 D3(D4@D5dD6D7D9D:D;D<DD=`D>xD=D?DADBDCDDDETDFdDGxDHDJDLDMDNDO,DPhDQxDRDSDUDWDXDY(DZ@D[D\D]D\D^D, D(h*Db|$DDDҀ݀4D %2:BJRZb(N`Ds(ND(NDDHh+DDDDDDDDD,DDDPDXDpDDDDDDDDDD4D<DTDpDxDDDDDDDD DD,D@DHD `D tD |D DDDDDDD D$D8D@DXDDDD!D"D#D$D% D'D(,D)8D*`D,hD-D.D/D1D2D3D4D6D7(D88D:@D;XD<dD=|D>D?D@D>DBDCDEDF DG0DK8DLPDM\DNhDODPDQDRDSDUDVDWDX DY$DZ@D[hD]pD^D_D`DaDbDcDeDfDg Dh,DiDDj`DkDmDnDoDpDqDrDs DuDv,Dw8DxDDy\DzxD{D}D~DDDDDD(D4D@DXDDDDDDDDDD$D0DHDhDpDDDDDDDDDD(DHDPDhDtDDDDDDDDD(D0DHDTD`DxDDDDDDDD$D,DDDPD\DtDDDDDDDDDD4DpDxDDDDDD0DxDDDDDDD<DDD\DxDDDDDD DDD`DxDDDD ?D4$<D<ҠDHDP(NDP?DPDXDxDDD8DXDDA4Dd6d;è7Xq dj:Tp1}Ql%  ac66)Jg]9D$9Ni$"$DpD HL(P;TLX``thpxDp$DuDvDw$Dx4DyDDz\D|hD}D~DDD D,`D8$DDD۠DDT 4!/=I(NDT[hv|DTDpD|DDDDDDDD(DDD\DDDDDDDDD<D\DpDxDDDDD D PD D D D $4 D DHàLD Ҁ4߀4$D D D D D 4D LD pD D D D D D D  D  0D  HD  lD D  D D D $ D: DD: .9CNHD@ DA (DB @DC HDD XDF pDH xDI DK DL DM DO DP DQ DS DT DU ,DW 4DX LDY \D[ dD\ |D] D_ D` Da Dc De DI  TDi,Z$4D4mDyHDH pDHD`DpD D$DDD DDDDPD` Dl$tDt DDπ DDDDD  @D$ D 4DD0 XD0DHD\DDD D$DHDDDDDD4$<D<-PDDL; tDLDdDt DC$DVhDDDDDDbpddʀ  1 T z   ր     , B~v [1 w     ̀ ڀ   3 g v    ˀ ؀      ' 6  p  ~6/  ] ɀ ׀  / N f    Հ €  ɀ9 a n  ( 7Pm*€ R`` ai-@@j~ %!6L`y 9  :FȀCN \ j x ES׀ M a sJ$".F Ā׀@ɀ@܀ !Z""h"h#h#h#$$$1$I1$c$D$D$H$L$P$͠X$`$h% pD %%%(%3%G%W$D# D$$D'0D(TD-`D.hD/lD2pD3D5D6D7D88D9DD:dD;pD<D>D?%e$DD%wDDD%%DHDJDKDMDODP(DR4DSLDU\DVpDX|DY%$Da%D%ǠH%ؠL%PDa%DbDdDfDhDiDjDnDp4DrXDttDutDvDzD}D&$D&D&)H&:P&IX&Z`&kh&|p&x&|&D&€&Հ&&&''''$'.':'C'L'U'bDD DD0DHDHDHDHDHDHDHDHDHDHDHDHD D8DDD$DDDPD\D|DDDDDD(DLDpDDDDDDD<DPtD\'p$hDh'D'H'L'PD'DDDDD 0D'$$D$'ȠD'ԠH'L'PD@' XD@DxDDD<DPDDD(DDDTDdDDDDDDDDDD  D ($D(DDDD4DtDDDDDD($D%(.D(9HD%(E D(D)D*4D,D.D/D0 D2 TD3 D4 D5!D6!DD7!X|D8!d(S$!pD@!p(kD(xH(LD@!(((((ŀ(р(ـ((DJ!DK!DL!DM!DO!DR!DS!DT!DU!DV!DW!DY"LD["hD\"D]"D^"D_#D]# D`#4Da#TDY#tDO#De#Dg#($#Dq#)D)$H)0L)=PDq#)I)[)h)p)|t)l)d)`)\)X)ƀT)рP)܀L)H)D*@* <*8**4*8*E*V4*c*qD#D#D#D$D$D$8D$D$D$D$D$D%DD%tD%D%D%D%D%D%D%D%D%D%D%D%D%D%D%D%D&D&D&D&D' D'D' D'PD'\D'hD'D'D'D'D'D'D'D'D(D(D(8D(TD(lD(D(D(D(D)D)(D)HD)lD)D)D)D)D*D*4D*LD*`D*lD*x*|$*D**D*HD*D*D**$4*D**4D*֠H*L*PD**D*D+D+0D+LD+`D++$4+D++4D+$H+3L+>PD++J4D +D +D ,D,XD,lD,D-D-DD-`D-pD-D-D-D-D-D-D-D -D!-D#-D$.+W$. D+. +h4DD+.+v4D..D/.4D0.HD2.D3.D4/,PD5/8+$/DD>/D+D+H+LD>/\+ŀ+ـ++++,,,,*x,8t,Ch,Od,]`,g\,rX,T,P,L,PH,PD,P@,̀P,ـP,h,-tDT/\DU/tDV/DW/DX/DZ/D[0 D\0DD[0DZ0D]0D^0D_1 D`1$Db10Dc1xDd1De1Df2HDd2TDc2hDb2|Dh2Dj2Dm2Dn2Do2Dp2Dq2Dr2Ds2Dt2Du2Dv2Dw2Dx2Dy2Dz2D{2D|3D}4(D~44D4@D4HD4\D4pD4D4D4D4D4D4D4D4D4D4D5D5D5 D54D5XD5lD5D5D5D5D5D6D6LD6D6D6D6Dj7D7D7 %DD7,-$78D78-$PD-2PHD7LD7LD7p-@$7|D7|-WD-dH-pLD7-}-------ƀ-Ӏ---.4. H.%D7D7D7D7D7D7D7D7D7D7D7D7D7D8D8D8D8D8D9D9 D9D9(D90D98D9|D9D9D:D:D:(D:pD:D:D:D;D;,D;LD;`)D;l.&;x.,d;x.Sd;x.Y...Ȁ./ /3/U/v//// /d/ߑ000;0U0q10}Q0000l1 %1#18ac1N6)1b1]1191112 /2%$"2?2W\3`\3w3߀3(4ـ(4(5(5€(6(67[899 @: @::;h>1>*0>π0>$;xDh;x?D?"H?.L?>P?RT?eX?v\?`Dh;???????̀$Dm;Dn;Do;Dp;Dq;Dr;Dt<Du<0Dv0D>DD>TD>lD>D>D>D>D>D?8D?LD?XD?d?$?pD?p?D@H@L@!P@5T@HX@Y\@l`@d@hD?@D?D?D?D?D?D?D@D@(D@@D$@LD%@D&@D'@D(@D)@D+@D,AD-A(D/A4D4A@D5A@D6A\D8Ah@$AtDdAt@DDdA@Ҁ@݀@@ DjADkADlADmADnADpADrADsBDuBDvB4DwBDDyBLDzBdD{BtD}B|D~BDBDBDBDBDBDBDCDCDC4DCLDCTDClDCDCDCDCDCDCDCDCDDDD,DD4DDLDD\DDdDD|DDDDDDDDDDDDDsD DEt@$E|DE|ADAHDEDEDEDEDEDEDEDEDEDF DFDF,DF<DFLDF\DFlDF|DFDFDFDGA*$G$D$G$ACDAPHA]LAqPD$G@AAA D)G@D*GHD+GXD,GpD.G|D/GD0GD2GD3GD4GD5GD6H D8H0D9HHD:HdD<HpD=HD?HD@HDAHDBHDEHDFIDGIDHI,DKI8DLIHD4IpDNIDOIA$IDiIADAǠHDiIAԀ8DlIDmIDnIDoJDpJ(A$J0DJ0ADDJ@ADJ@DJXDJlDJDJDK`DKtDKDKDKDKDKDLDLDL B$L(DL(BDDL8B!DL8DLTDLDLDLDLDMDMDMDM(B.$M4DM4BEDDMDBQDMDDM`DMDMDMDMDMDNB^$hN D N BtDBHBPD N,BD N,D N<D NTDN`DNDNDNDODO@DO@DO\DOhB$hOtD:OtB DBΠHBݠPD:OBD=OD>OD?ODBODCPDDP$DFPXDGPXDHPtDJPB$hPDjPCDC#HC2PDjPC?4DmPDnPDoPDrPDsQDtQ<DvQpDwQpDxQ DzQCL$QDQCchDDQCqhC|h<DQDQDQDRDRTDR`DRlDR|C$@RDRCDDRCCŀCЀCۀC0DRDRDRDRDRDRDSDSDSDDS`DSlDSDSDSDSDSDSDT DT(DT@DThDTpDTDTDTDTDTDTDUDU0DU8DUPDUDUDUDUDUDUDUDVDDV`C$@VlD$VlDDD$VDD'@D2D=D*VD+VD,VD-VD/VD2VD3WD5WD6W(D7W@D9WHD:W`D;WxD=WD>WD?WDAWDBWDCWDEWDFXDGXDIX DJX8DKXHDMXPDNXhDOXxDQXDSXD3XDXXDYYDI$Y DsY D`DDlHDsY$DyDuY$DvY@DwY|DxYDyYDzYD|YD}YD~ZDZ$D$Z0DZ0DDDZTDD€D̀D؀@DDDEEDZTDZ\DZtDZDZDZDZDZD[ D[(D[HD[hD[D[D[D[D\D\ D\HD\hD\D\D\D\D\D]D]0D]8D]TD]tD]D]D]D]D^D^0D^`D^D^D^D^D^D_D_<D_dD_lD_D_D_D_D` D `D `,D `LD`tD`D`D`D`D`DatDaDa&0D aE$aDCaE+DDCaEEEP@E[EcEpE{E&`DKaDLaDMaDNb8DOb\DQbdDRbDUbDVbDYbDZc$D\c,D]cDD`cdDacDdcDecDgcDhcDkdDld@Dod`DpdDrdDsdDvdDwdDzeD{eHD}ePD~elDeDeDeDf DfDf0DfPDfDfDfDfDfDgDg<Dg\DgDgDgDgDgDh Dh0Dh8DhPDOh\Dh-DhE$iDiEDDi,EƀEрE܀EE-Di,Di4DiLDiTDidDi|DiDiDiDiDiDiDjDjDj4DjhDjpDjDjDjDjDkDk Dk8DktD k|D kD kDkDkDlDl$Dl<DlpDlxDlDlDlDlDm Dm(Dm@D m|D"mD#mD$mD&mD'mD(n4D*n<D+nTD,nD.nD/nD0nD2nD3nD4o0D6o8D7oPD8oD:oD;oD<oD?oDAoDpDEp5<DFpF$pD[pFDF+HD[pF85`D^pD_pDaqD_qDcq6TDdqF@$qDqFSDF_HDqFk6tDqDqDrDr Dr(Dr8Dr8DrHDrXDrhDrxDrDrDrDrDrDrDrDrDsDst8DsFw$sDsFDFHDsF@F8,DsDsDsDsDsDtDt(Dt0Dt<DtLDthDtxDtDtDtDtDtDtDtDuDu Du@DuLDu\DupDuDuDuDuDuDvDv:Dv$F$v0Dv0FՠDFHDvDDvDDv|DvDvF$vD vG@DG$@HD vD vD w Dw`DwlG9wxGAdwxGhdwxGpGGG߀HH$HJHlHHHHՀH HߕIII; IUIq IҀJ`Jʀ`KK1Kg K}YKKLLL,L9LGLULaLLLLMM!M0M?MLMYMfMsMMMM M MN xN%N6NKagNa@O@OƀOւ6-OP]P!P^ Pl P PQ Q9Q3 Q{ QQǀQӀR3R@RURRЀR R R S SStSҀSTdTtU(U8 Uڀ U VVV*3VE$"V_Vw\W\WWX(X(Y(Yր(Y(Z(Z[{\1].]@@^,@^>_ _`h`sha5hbhb1hb?1bJ$wxDwxbgDbsHbLbPbTDwbbĀb׀bbbcc cc$c2c>cNc\cfcq@c0xctcpcl D&wD'wD*wD+wD-wD.wD1wD2xD4x D5x8D6xPD9x`D:xxD=xD?xDAxDCxDFxDGxDHxDKyDMyDPy4DQy4DRyPDVy\DWy`chcȀdc׀TcDd$dD`yxDayxDbyxDcyxDdyxDeyxDfyxDgyxDhyxDizDjz,Dkz@DmzPDoz`Dpz|DrzDtzDuzDxzDyzD|zD~{0D{LD{D{D{D|D|0D|DD|PD|D|D}DD}D}D~DD~D~D D<DlDDDDyDDDDDD,D@DLD\DdDtDDDDDDDDDD8DHD`DlD|DDDDDDDDD$D8DLD`DtDDDDDDDDD(D8DLD`DpDDDDDDDD DWDD,DhD|DDD d,\d7LdC<dP,dZ dhdrd| LDDDDDDDDDDDtD!D"D$D&D'D*D+D.D0TD2tD7D8D;D<D= D@DB4DDhDIDJDMDNDODU$DWdDXD[D\D]D_D`DaDbDc(DdLDeXDfhDg|DhDiDjDkDl$Dm@DnXDo`D+hDs|DvDyDzD}D~DDD DD$D4DLD`DlD|DDDDDDDDD,DHDXDlDDDDDDDDDDD0DDDLDTD`D|DDDDDDDDD$D0D<DLD`DtDDDDDDDDDD DD8DtDDDd\dLdHdDd@dǀ<dр8d܀4d0d,e(DDDDDDDDDDDDDDDDDD$DLDDD D D DD\D|DDDDDlDDD D D!HD"xD$D%D'D(D*D,DD-dD.D/D0D3D6TDlDDD<<D=e $DLe+De7HeKLe^PeoTeXe\e`DLeeeҀeeeff ff%f1fAfOfYfd@fsfflDbDeDf DkDl Do@DpXDrdDs|DuDwDzD|DDD DD(DDDDD`DlDtDxffffĀfπ|fۀ\!DDDDDDDDDD,DDDXDhDxDDDDDDDDDDD4D<D@D\DDDD D|DDDDD DtDDD|DDDDDD`DDDDDDDDDDD$D4D<DLD\DtDDDDDDD D D D8DDDTDpDDDDDDDDDD (D#<D$TD%hD'tD(D)D*D+D,D-D.D0D1 D2*DD60D9LD6D<D=D>D?D@ffgx+tDFDGDHDIDJDKDMLDO\DPxDRDTDUDXDYD\D^,D`LDedDfDiDjDkDnDp Dr@Dw\DxD{D|D}DD<DtDDDDDDDDD4DPDDDDDYDDDDD D8DLDXDhDpDDDDDDDDDD$DDDTDlDxDDDDDDDDDD(D<DPDdDxDDDDDDDDDD$D4DDDTDlDDDDDDDDD4pD@DDDTDhDxDDDg gg$g,g9|gGxgQtg[pgflgrhgdg`g005XDDDDDDDDD D!D"D#D$D&D'D(D*DD+D-D.D0D1D3D5TD6tD7D8D9D<D?dD(|DBDDDEDGDHDJ DKDDMLDODPDQDRDS4DV\DYDB;xDD]D`lDalDDejHjT0j^pjlljwhjdK@Dx¸DyDzD{D}DD<DLDTD\DxDDDDDhDpDĄDČDĘDĘDĘDĘDĘDĘDD D$D<DDDDDDDtD|DŔDŬDŴDŴDŴDDDDDDDHDPDlD|D|D|DƬDƴDDDDDD D0DHDLDLDLD|DDŽDǜDǜDǜDDDD}DȌQ DȘj$ȤDȤjDDjj@jˀj؀jj0jxktkpklQPDDDD DD4DDDLDTDtD D D D  D tD|D ʐDʘDʤDʤDʤDʤDʤDʤDDD4DLDTDTDTDˈDːD ˨D!D"D#D$D%D'D( D)0D*0D+0D,dD.lD/̌D0̜D1̜D2̜D3D5D6D7D8D9$D;,D<HD=XD>pD?tD@tDAtDBͨDDͰDEDFDGDHDJDLD(DQμWPDRk$k,dkSdk[kkkʀkll5lWlxllll lߕlm m& m@m\1mx}Ymmmmxm%nn#agn96-nMnj]nn9nnnn3o$"o*oB1oM o`$DovDoHoLDooooƀo׀oop& DD D(DhD%ψD'РD(иD*D0D2D3D5$D60D<PD>dD?|DAӈDDӔDEӬDGӸDHDIDJPDKԀDL԰DMDNLDOոDPDQ DR0DSdDT֘DUDVDW$DXאDYDZ(D\\D]؈D^D_`D`ٌDٸDc Ddp$hDop*Dp6HpEPpRXp`\Dopnpvp~pppppƀpـhphphpqqqq#q.q9qOqhqsqqqq& DD$D(D,DHDژDDlD۠DDD,D4D<DXD`DhDܼDD$DdDݘDDDDD$DXDtDxD|D޴DDD,DdDߔDߨDߴDDDDDDDD D,DLDDDDDDD8DXDDDDDD D,DLDDDDDDD D8DDDXDDDDDDDD D 0D HD dD pDDDDD$D`DDDDDDLDXD|DDDDDD!D"D$D%D&D'D(D)D*$D,0D@D/TD0`q$hlD;lqDqHqPr Xr\D;r&hD>D?D@DA DBr0$DJrIDrUHDJrbrjrrrz@rr0DPDQ$DR@DSXDTxDUDVDWDYDZD[D\D]4hD^@rRr$LDzLrDDzprss@ss(s2s>0sHsSs^DpDxDDDDDDD DDDDDD`DDDD@DHD\DdDpDpDpDpDDDDDDDD$D,DDD\DdDdDdDDDDDDDDDD,D,D,D\DdD|D|D|DDDDDDDDD4D<DTD`D (Dsf$ D swDD0ss@ssssʀ0sԀs߀s XD0D8DPDtD|DDD D D D D DDDDDD DD$D0D0D0D0DxD D!D"D#D$D%D&D(D) D*$D+,D,,D-,D.`D0hD1D2D3D4D5D7D8D9D:D;D<8D>@D?XD@XDAXDBDDDEDFDGDHDIDKDNDQDS4D@DX&DYstdt(dt7tat{ttȀtuu3uTumuuu uu~vu1vv+6/v?v\]vvvv*vvvwaiw-wCw_5wz$"w%wwwwx9xx2\y;\yRyyˀ(z(z({({(|g(|tߗ|}||~|||}}}~@@3hhh€h1$DDH3LFPWTDemy D D!(D%4D&`D+lD,tD-xD.D1D3D5D6D78D8|D1D=D>D@DA0DB<DCDDDEDFDG DI,HDJ8$DDODàDDOTЀdDRTDTdDUxDWDYDZD\D]D_D`Db8Dc($4Dm4DHL%P4THXDmXZDnXpDp`DrDtDuDvDzD|D~DDD4D@DTD`DDDDDDDe$DxDDDD D4DDDD(DD4$@D@DHƠLѠPD\݀lD\DpDD DHDdDtDDDDDDDDD$D8DLDTD\DhDpDxDD D$DDHL!PD- DDD8DTDh D5$DLDYHjPyX\`DȀԀ ,:`XXfPrL~HD@<8 DD D D DDDDDDDDDDDDDDD,D!D"D#D$D&D'D*D+,D,`D-D.D/D08D1pD2D3D4D5@D6pD7D8D9D:,D;XD<D=D?D@ DBDCPD=XDEpDGxDHDJDKDMDN<DEDDPdD DVDW$Da٠DHPX\'`Da5IUbjuȀЀDqDrDsDw0DxLDwdDzxD}D~DDDDDDDDD @D D D D PD D D Dz D D D 0D lD D $ D DH LT+\7dClPpD Z@D D D D ,D LD \D D D D D D 0D DD \D dD |D D D D j$ D DHPX\͠`D ۀ0&1=JW_pD DD$D<DTDTDTDTDTDTDTDTDTDTDD DLDTDtDDDDDD@D`D D D DDPDhD|DDDDDPDdDp~$|D'|DHPĠXؠ\`D'"/=JU`m0~|xD9D:D;D<D?D@DADBDCDDDEDFDGDHDIDMDO$DQLDRDSDTDUDVDWDY DZdD[DOD^D`(DbDcDdD^LDI`D<tDj"Dk$DsܠDHLPDs"DvDwDxDyDzD{D|D}#0D~ )$,D,@DMH^PmX\`DPǀҀ݀*8GS#`DPDtDDDDDDDDDDDDDDtDDD@DhDDDDDLDXDlDxDDDD&Da$D|DHPX\ʠ`D؀ '7Jhxtplhd& pDDD(DLDXDpDDDDDDDDDDDD$DLDDDD DD D DD0DtDDDDD DTDDDDD +$D   d d !KeՀ>Wr %ڂbz@@Tk6*]  p  9ŀ  S^Ƃۀ"T_ m {  $ D  DH'LD 83&  A& $T\dpzD 8D TD tD" D# D$ D% D'! D(!0D)!@D*!XD+!pD.!D0!D."$D1"8D2"@D3"dD7"D8"D9"D:"D;"D<#$D=#4D>#HD?#TD@#lDE#tDI#DJ#DK#DL#DM#DN#DO$DP$DQ$$DR$<DX$DDY$XDZ$tD[$D\$D:$Da$Db$$$Dj$DHDj$ɀ(N0Dl$Dn$Do%Dp%0Dq%\Dr%Ds%Du%D~%D& D&D&8D&D8D&X$&dD&dDHD&xXD&xD&D&D&D&D'$'D'(D9HELRPeTsXD'8D'8D'LD'`D'tD'D'D'D'D''d'd'3^ɀ %@Tf { ˀ$'D'D'1 D'D'D(D(D(TD(C$((D"((VDD"(8apD%(8D&(PD'(dD((pD*(xD+(D,(D*)D.)(lD/)4i$)<D8)<zDHLD8)TD<)TD=)pD>)D?)D@)DA)DB)DC)DD*DE*(DF*8DG*@DI*LDJ*\DK*lDL*DM*DN*DP*DQ*DR*DS*DT*DU+DW+DX+,DY+TDZ+D[+DW+D^+D_,D`,Da,(Db,8Dc,TDd,pDe,Df,Dg,Di,Dj,Dk,Dl-Dm-0Dn-@Do-L$-XDw-XD̠HDw-l؀Dz-lD{-D|-D}-D~-D.D.,D.LD.hD.D.D.D.D/D|/D/`D/(/8  `d/8d/8IcӀ<Up 1}Y7Sp x%ag6-/]Ib9{DT   4=DKR$/8D /8nDD /H|D /HD/xD/dD/$/D/DHLD/ÀD/D/D0`D0l@D0x΀& `2& >$0D60SD_HD60lw`D:0D;1D<1D?1DD@1LDB1hDD1DE1DF2,D@24DJ2HLDK2$2DQ2DHLDQ2ȀӀpDU2DV3DW3LDX3XxDY3$3D]3DD]3D`3Da4Db4$4Dg4D+HDg408CDk40Dl4Dm4Dn4K$4Dr4_DDr5kv~Dv5Dx5Dy5,Dz5dD|5|D}5D~5Dz5D5D6$6D6DĠHD6(ӀހD6(D6D6D6$6D6D6D6D7$7 D7 D%HD7 2D7 D7PD7D7<$7D7XDdHoLD7|(N0D7D7D8D8D8(D8HD8D8D8D8D8D8D9  D9$9(D9(DHŠLD9@Ҁ D9@D9XD9hD9tD9D9D9D9D9D9D:D: D:, D:8:Hd:H d:H=Wǀ0Idxo% bz6*](A9Zòـ[j&   $:HD:HD.HJLD:`\D :`D :tD :D :D:D:D:f$:D:zDHLPD;D;D;@D;TD;D;D< D< $<(D'<(ԠDHLPD'D5>xD8>D;>D5>D>>D@?DB?\DC?DE?DF?DH?DK@DN@DP@DQ@DS@<DK@HDV@DZ@`D_@D`@Da@DfADlA@DpAhAxdAx=dAxFp׀ Bc|—«½ d6)]4(JlQ%i~acÔè94W10dH}Qa}ĚIJ$AxDAxDDA6AMVdf,0ŐPťźɀրD'A(D)AD,AD1AD2AD5BD8BDABDEBDGBDIBDABDLC DNCDDOC`DRClDUCDVDDXDDYDD[D0D^D<DaDDDcDLDdDLDfDpD^D|DiDDkDDoDDpEDtEDuE(D|E0D}EPD~E\DEdDEDEDEDEDEDEDEDEDFDFDFDF8DkFDDGDGDDGlGxdGxFdGxPzƔƿ*Lmdžǡǵ d6)$]>(Tl[%sȈacȞȲ94W 1%:dR}Qkɇɤɼ$GxDGx DDG&1ENd^,w0ʈPʝʲ΀ހD#G)>D&GF˅˘ˬ ˿ǀҀ,D2GD4GD7GD<GD=HD@HDCH8DDHPDFHdDGHDHHDIHDJHDKIDNI$DOI<DPIPDQIDTIDWIDZIDTID]JPD^J`D`JxDaJDbJDcJDeJDfJDgK@DiKTDkKdDlKdDnKDqKDtKDvKDwKDyKDqKD|L0D~L<DLDDL\DLxDLDLDLDLDLDLDMDM,DM4DM<DMHDMPDMdDMDMDMDMDMDN DN DN(DNDDNLDNdDNlDNDNDNDNDNDNDNDNDNDNDND~OD^ODODODPP (dPdP"Lf̳̑ր?Xs͇͙ ͮÂMA1,dD~v]yϖϬ1 ЕҀ`ш` ( ҘaiҮҷ~Ҿ%6/2]Le9~ӓԃԓGW   &-$PDCPLDgHvLօT֒\֠`֭dȠhנlp tDCP<.;EOXa(N0DGP<o׎<װ8€4π0܀,($ !9P DQP<Zdp؀؍ذػ& & & & D`PDDaPDcPDdPDePDfPDgPDhPDiPDjPDlQtDmQDnQDoQDpQDqQDrQDsQDtQDuRDvRDwR DxR0DyRPDzRXD{R`D~RpDRpDRDRDRDRDRDSDS DSDSDDSpDSDSDSDSDSDTDTDT4DT`DTDTDTDTDTDUDU,DU8DU@DULDUdDUDUDUDUDUDUDUDUDUDVDVDVDV0DVHDV\DVhDVtDVDVDVDVDVDVDVDWDW$DW8DW@DWLDW\DWlDWDWDWDWDWDWDWDWDXDXDXDX(DXHDXdDXDXDXDXDXDXDY DYHDYdDYDYDYDYDYDYDZDZ DZTDZpDZDZDZDZDZDZD[D[$D[hD[D[D[D[D[D\4D \<D \HD \hD \D \D\D\D\D\D\D]D]4D]pD#]D%]D&]D'^D)^ D#^PD-^dD/^lD0^xD1^D2^D3^D5^D6_ D7_ D:_8D3_lD>_D@_DA_DB`DD`D>`@DH`TDJ`\DK`hDL`pDM`xDN`DO`DN`DRaDSa8DRapDVaDaDYaDZa$aDa+D8HGLUPbTqX~\ٍ`٘d٣hٱlDaپɀӀDaDbDbDb0DbHDbPDbDbDbDcDc0Dc8DcDcDcDcDcDdDdDd`TDdl$dtDdtDH,LDd9DRZhwڇڏگ|ڻxƀt(N0Ddplhd `\$LtDdDdDe De,DeDDeLDe\DetDeDeDeDeDeDeDeDeDf DfPDflDf|DfDfDfDfDfDgDg$Dg$Dg@DgHDghD gtD gD gD gDgDgDh$DhDDhPDh`DhpDhDhDhDhDidDiDiDiDiDiDiD!iD"iD#j D"jD%jD&jD(jD)k D*kD+kD,k<D-kHD/kPD0khD1ktD2kD3kD4kD5kD7kD8kD9kD;k.& (T$kDhkhFDhltۃDllDmlDnl$Dol@Dpl\DqltDrlۋ$lDyl۝DۧH۱LDylDzlD{lD|lD~lDlD~mDmDۺmPdmPdmP3^܀ܣɀ %@Tf7Azݗ]ݱ  r ށ(ޗȀՀ. C[}Ut1ߐ߭߻ʀ׀4Lీ࿀΀݀+9H ႀ Ƃ" O⌀`B` 8Qdi䂂P䙀䨂r䯂%܂ae@妀@Wg{ 樂9  Ua΂,^i w   血`n궀ƀ h | 맂4  ,D]h움쯀4턀44Ā44€4Ҁ0r0ŀ0׀ddfd+d<DDDˀ;IPPP P,π,,' ; R h$mPDmPD@HDm`d,ڀP .:Dm`DmhD!mpD#mxD&mD'mD!mD+nD.nD0n4D4nD5nD9nD;nD<nD?nD@nDAoDEoDGo$DHo$DIo@DMoLDOo`DQoDRoDToDUoDVp DZp$D[p8D]pLD^phD`pxDbpDdpDepDhpDkpDlqGqSdqzdqʀ:`׀o% 1bzG6*[x]9 $qDqD%@Dq/<I D qD q$Dq,Dq`DqDrDrDrHDrDrDrDs,Ts8ads8ds8׀$Gmɀ #@ Zv1}Yx%2 Gag]6-q]9$s8Ds8D @HDsH'2?ND sHD sDsDsDsDt Dt8DtLDttDt|DtDtDtDtDtDu$Du,D!uT(D"u`Xup`dupdupӀ Ciŀo %% :bzP6*d]94v  1:Odg}Sǀր B\ƀՀ '4AO^  ڂ,44.4<4 494I00;0Md d Ԁd d D QD $D 3  P sPPoP},3,x,   $upD upD@HD u d,4PI^mzDuDuDuDvDvDvD v<D"vDD#v\D%vdDvpD*vD.vD/vD2vD8vD9vD;vD<vD2vD>w<DAwDDBwLD*wXDEwDFwwdwdw-Orۀ#5 Jda6)u](l%ac  99Rg4Wpw1d}Q*CNg$wDwuDDwdǀ,0P*7GWD!w(D#wD(wD+xD,xD2x D5xD8xD;xD5xD>y D@y0DBytDCyDEyDFyDHzDKz DNz(DPz0DQz0DSzTDKz`DVzDfzDnzpDp{e{pN0v "N4{d{d{ʀ9[~ƀ/A)W+Ea €``41P }S )o0%H ]ads@'@؀6*]3L9ez4vd(@(N0L(N4d& "t${D{DHLD{0D{0D{PD{lD{D{D{${D){ŠD@۠HLPTD){'2=,Vdf{D€рdD8{D:{D=|D@|HDB|HDD|DE|DH|DI|DJ|DN|DP}DQ} DU}4DV}<DZ}HD\}lD^}Db} P  ) 8Dm}Dn}Dp}Dr~Ds~ Dw~,Dx~xD|~D}~D~D~DDD$DHDhDxDDDDDDDDDD,D@D|DDDDDDD D4DHDXDlDDDDDD0D@DHDTDxDDDDDDD0DhDDDDD,DlDDDD8DPDDDDDDDDD  D ( E8 P8 ]d8 d8   Ӏ ! !C!i!!!ŀ!!"o" %"% ":bz"P6*"d"]""9""$8D8"D"@# HDH####2#;DH#GD LD D DDD8DPDDDD DD#T$D##dD#n@#xHD###D'D($D),D+D0D1D2D3D4D5D7D<D=D>D@DADBDDl@DFx##d#d#$$-$X$z$$À$%%%:%N%` %u%~v%1%%ai%& &'&@d&X&q&&&&&'%'*'?'U6/'i']''9''~'(5(( (, (B(^(s((((ǀ()4)4*4*#4*4+!4+10+р0,$0,6d,d-ŀd.d.D/DD0D0*00P1nP2P2jP2x,3.,3t,3 3 3 3$D3ՠD3H3LD44,4),444@4Q@4`4h4pDDD D!D#D&D(<D)LD,XD-XD/D0D3D5D9DL8DNXDODPDTDUDVDWDYD[D\LD]dDaDbDcDdDfDkDlDoDp Dr4Dt\DuhDxtDyDzD{D|D~|D44d4d4445%5G5j555Ӏ5666-o64%6L 6abz6w6*66]66967 4v771757Jd7b}S7{777778$D 8D8@8)HD  82d8B,8[P8p888D DpDDDDDD D#D) D*0D,8D-\D#dD1D2D4D D:D>D?DADG$DH8DJ@DKTDA\DMDOD:DRDS88d8d899)9T9v999:::6:J:\ :qd:6)::]:(:l:%;;ac;3;G;`9;y;4W;;1;;d;}Q<<<9>>F>h>>>Ӏ>? ?(?<?No?U%?m ?bz?6*??]??9@@*4v@3@:1@V@kd@}S@@@@AA$D A DA*@A4HA@LD AU,AndA~PAAAAĀAрDDDDD*D@DKDLDVDYDZDD^D_D`DbDgDjDkDmDn,Dp4DqDDsLDg\DuDzD}D~DDDDzDDDD,D4DLDTDhDpDDDDDDDD0D8DHDDDDDDDDDDD$D,D@DHDXDpDxDDDDDDDDDDDD D(D<DDDTD\DpDxDDDDDDDD D D D DHDPDlDtD |D!D#DD%D)D.D/ D2D)$D4`D9hD>pD?D@DCD9DEDIDN DO DR(DI8DTtDY|D^D_D`DaDdDYDf Dj(Dp0DqDDsLDj\DuDyDDDDyD DDD,D4DDDDDDDDDDDDD$D4DpDxDDDDDDDDDD D\DdDlDDDDDDDDD DHDPDXDhDpDDDD D DDD4D<DDDXD`DpDD#D)D*D,D#D. D2(D70D8@D;HD2XD=DADEDFDJDADL DPDUDV0DY8DPHD[D_DcDdDhD_DjDoDsDt(Dx0Do@Dz|DDDDDDDDDDD(DdDlDtDDDDDDDDDDLDTD\DpDxDDDDDDDDDDDD D0DHDPDXDlDDDDDDDDDDD DDD,D 4DDD \DdDlD|DDDDD D!D#DD%D*D- D.D0$D*4D2LD7TD:\D;lD=tD7D?DDDGDHDJDDDLDQDRDV DW$Db4DYDZAAAAB dB/dB8BbB|BBɀBCC4CUCnCCC CbzCڂOCD}SD1D5DRdDjDDDDDE E$4vE-oE4%ELEaEw6*EE]EE9EF F%F:FRFjFFF$DFdDFĠdHDFЀF؀DDDDDD4DLDhD|F$D"F DG HD"GGG$G-G6GAGND&D'D)D+D,D-D/D0D24D38D-@D6TD7dD)xD9G[$D?GodDG{dHD?GDBDCDDDCDFDH(DI@DJXDKpG$xDRxGDG@GHGĠ LDRGӀGހ,GdHPHH)H8HEdHSH_HgD]HuD^D`DaDbDcDeDhDjDkDlDeDopDqDrDuDvDwDxDy(Dz<D{PD|dD}xD~DDDDDDD|DDDDDDDD<D`DpDDDDDDD pDH$$D$HDDHHH H΀HހHHDHDPDhDxDDDD D4DtD @DI$DIDI#@I.HDI;dIKdIV,If0IwPIIIIIIÀ \DDDD,DHD\D|DDDDDD$D@DdDDDDDDDD,D8D DI$DIDIHDJdJ,J&0J7PJDJQJ`JmJwJJJJJЀ Jހ JJKKKDK*D K8KDKP@hK^dKj` 4DDD$D<DXDhD|DDDDD!D"D$D%D((D)8D*HD,pD.D/D1D2D3D4D6$D7”D8D9D;D<D=<D?HD@ÈDADBDCDEDG(DI@DJTDM`DNDODPDRDS$DV0DXňDZD\D^DD_PDalDbƀDeDfDg,DhPDj\DklDmDŽDnǘDqǤDrǰKy$ǼDvǼKDK@DvKK,KdKрPKހKKLL DDDD(DLDXDȐDȴDDDD$D0D<L HL(dHLOdHLWLLLƀLM M1MSMtMMMM M4vMoM%N N bzN66*NJNg]NN9NN1NNdO}SO*OFOcO{OO$HD HODOHOѠLOߠPOTD hOPPPDh$DlDtDɌDɔDɬDDD D!D$D%D&<D)DD*`D-hD.tD/ʈD2ʐD3ʨD6ʰD7D:D;D>D?DDADBP)$DJP6DPFHPTLPbPDJPnDKP|PPPDQDU DV4DZ<D[PD\dD`lDàDb̜DdDeDgDjDk(Dl<DoDDp`DshDt̀Dw͈Dx͜DyͨD|ͰD}D~DDDDDDQ DDP$DPDPĠHPԠLPPPTD$PQD$D(D0DHDPDhD|DτDϠDϴDϼDDDDDD DDQ$DQDQ/HQ=LQKPD QWD QeQpQxQD$D,D@DHD\DpDxDьDѨDDDD D D(D0DDDLDTDlD|DH DTQ`Qd`Qd`QрQRR@RbRRR̀RSS"S6SH4vSQoSX%Sp SbzS6*SS]SS9TT-1TIT^dTv}STTTTTU$`D `UDU@U),HUJdLUbPPUTUXU\D ӀUD DӀDӈDӐDӘDӠDӨDӰDDDD,D!8D#`D%ԀD&ԤD(D)D+ D- D.4D3PD4`D5lD6ՄD9ՐD;ռD<UɀUۀdUUUD@DADB DCDD,DFDDG`DHրDD֔DK֨DMָDNDPDR DT$DU4DYTDZhD]thDaDcDdDiDkdDl؈Dn؜DoظDtDvDwDy D| D~`DٌDٜDٸDDDD<D`DxDڨDDDD DD0D<DLDXDdVpVܤVpV$V-dpVRdpV^VVV̀VWW8WZW{WWWÀW WX1X X/XE~vX^XzXXXXYYY8YQdYiYaiYYYY%YZ Z"6/Z6ZS]ZmZ9ZZ$pDpZàDZҠHDۄZZDۄD۔DۤD۬D۴D!D"D# D!D$(D&<D'DD+LD,`D.pD/xD0܈,D4ܜZ$ܤD=ܤ[D[H[LD=ܼ[-[5LDAܼDBDDDEDJ$DK8DLHDOdDP|DS݈DUݘDVݨTDW[=$Dd[LD[[H[eL[oP[yT[X[\DdDeDfDgDh$Di4DjDDkTDlވ[$ޔDvޔ[D[H[͠L[۠PDvް[\\%\4@D}ްD~DDD8D`DlD߈DߤD߬D߰DDDDDDDXDDDDD DHD\DlDD,D\C$D\ZD\jH\|LD\\\PDDDD D,DHDdDhD|DDDD(D<DLDpDDDD<D\\d\d]]*]D]o]]]ڀ]^^6^Q^e^w^^^ ^_1_}Y_7_S_pd_____```3U`H`a `n`%` `ag`6-`ނ>`]aa#aFa~aaa a a bbBbԀc cVdd dd9ddxde4ee! e7 eMeie~eeeǂeҀff4f4g 4g.4g4h,4h<0h܀0i/0iAdidjЀdkdkDlODm&Dm5mmPnzPoPovPo,p:,p,p p p p$Dp,DqdHqPLDq+q4DDDDD0DlDtDD!D"qD$D*qU,DqfdHqwLD*qPq@q D/D1D2 D3D4(D58D8TD:hD;|D=D?DADBDCDEDH(DI8DJ8DL|DMDQDRDTDVDW$DZ0DaDDbXDctDfDiDlDnDoDpDr,DsTDwhDxDzD|D}DD D D<DHD\DpDDDDDDDDDD$DdDlDtD|DDDDDDDDD@DTDpD|Dqq *q *q *qdqdqr(rBrmrrr؀rss4sOscsu7Ass]s ss1t(t4t&rt-%tEtZaetptt9ttttdu}Uu-uIufu~uuu& *u$PD D uP DDDDDDDDD D D,D8DDDPDXD`D hD!pD"xD#D$D%D&u$,D*D*v ,D-D.D/D0D1D2 D3D4D5$D60D78D8@D9HD:Tv$D`D>`D>lv0DDAlDBDCDDDEDFDGDHDIDJDKDLDMDNDO,DP@DQTDRhDS|DTv>$0DXDXvS0D[D\D]D^D_D`DaDbDcDdDe Df(Dg0DhDDiPvc& *vq& *v$d\Do\DohvdDrhDsDtDuDvDwDxDyDzD{D|D}D~$D4DDDTDdDtD|DDDDDDDDDDv$DvPDDDD8DXDpDv$Dv֠Dv@Dvdv,w Pww*w9wFwNDwVwdwlw}wDDDDDDD4DlDxwwDDDDDDD(DDD\DlDDDDDDDD,D4DLDhDDDDDDD,DTD\DD ,Dwwdwdwx x:xexxxЀxyy,yGy[ym y)yyy}Sy1yzz1dzIzbzxz%zzadz6*z{]{"{;9{T{i4v{ro{y{{{{{| |||& D|9 |G |Z |k$DD|D|HD||||Ҁ@|D||D'D)D* D+ D-4D/TD0dD1xD5D6D8D:D<D6D?(DDtDEDHDIDJDKDLDMDNDODPDR DS4DTDDUPDX\DZxD[D\|} d}0d}:}d}~}}ˀ}~~6~W~p~~~$D ~D~ԠH~LD ~D D D D D@DXDl~$tDtDHLD(DDDDDLD0$D&BDOH^LD& glD( D) D*HD+pD,D-D.s| ,N<N8NHNDN@NLdd؀GiԀ)=Oe1 )o%ad6* ']AZ9s4vd}S3Kdo D   0 d & ,E T e u $DNDDNDODQDRDSDVDWDX(D[0D\0D]PD`XDODc    ' H V e t (N8(N<(N@(ND(NH(NL !$DfDf1@?DhDmDnDoDq Dr0Dt<DuPDvdDwlDxtDy|DzD|P@^@k@{@DDDDDDDDDDDhD0D<D\D|DDDDD@DD D$DDDLD|DDDDDD DD$D8D@D `D @D)D,D.D1D3D4xD;@D>LDATDBdDHlDItDJ|DKDPDUDWDYD]D^,Dk4Dl8DrPD|DDDD>DD@D`D(D4D8DTDDDDDDDXDDDD DDDDDDD D,D4DXDhDpDxDDDDDDDDDD DHD`DxDDDDDDDD,D @D TD hD |D DDDDDDD D8DPDhDDDDDDDD D!$D"<D#\D|D% tD& | O = @< >\NTN B&N2 7>NXJa ;xj ;s`| B  8NNP B$N ONN  :OP)O F 9Qd xd Ā4Z|р H7A\y](1ae4r%.DXq9d}U:Rkv  (NP(NT(NX8(N (N(N/ > M [ j& 7& 9& :& ;x& ;5& =D& >\g& @<v(N(N(N (O(O(O& B'& B 6& B$F(O i$ D D w@@@@ D  D  D D D D D D D $D DD `D hD  pD" pD% xD* D, D- D. D0 @D2 LD3 D5 D6 D7 $D9 <D: dD; D= D@ DA DC DE DG DI DJ $DM ,DN 0DO LDC dDR lDX D[ D\ D_ Da Db Dc De 0Dg 8Dh DDj DDk PDm PDn \Dp \Dq hDs hDt tDv tDw Dy Dz D| D} D D D D D D D D D D D D D D D D D DDDDDDD(D(D4D4D@D@DLDLDXDXDdDdDpDpD|D|DDDDÀ̀Ԁ܀$DDDDDDD D0D`DtDDDDDDDDD DDLD\DpDDDDDDDDDDDXDdDp D pDDDD`DDDDDD(D 0D%<D(PD0\4 D5D7DBDDDFDIDJDKDP xDTDXDZDdDf Dg@DlHDm\Dp|DsDuDwDxDyD}DDDDDTD( D0DX\ D,H$8D8DDb@DDn@DT|@@ DdDDDDDDDD(D@DTDdDtDpDD DD D8D@DXD\DpDDD@D$DD@@XDDDD@D4DpDDDDDD D8DD $PDP!D9@D\Q@b@D\D`DDDD!D"D#D%0D&Tn$`D1`~GH@D1p@D2pD5xD7@D9@D;@D=`D?D@DBDC DD(DF<DGXDJ |DK DM DR PDS $ D\ D\ D^ pD` Db!Dh! Dj!LDn!`Do!pDq!Du!Dw!Dx!D{!D!D!D!D!D!Dq#D#@D#PD#pD#|$#D#DD#D#D#D#%$#D#ADD#D#D#D#D$D$D$(D$<D$HD$PD$\T$$dD$dD$pD$pD$D$D$D$q$$D$DHD$\D$D$D%D&(D&4D&PD&dD'D'D'$'D'ŠDD'D'D'D'D'D'$(D (DHD (D (D($D(4D(@D(LD(XD(lD (t( d(4d(Fp׀ Bc|4vo% bz6*$A][t91d}S =Uny$(D(DD0HD(D(D(D (D (D (D)D)$D)8D)TD)`$)lD)lƠDDՠdHD) 0$ 6D )D")D$)D%)D&)D')D))D**D,*(D-*(D.*HD1*TD2*pD4*D5*D6*D7*D8*D9*D:+D;+(D=+PD>+PD?+tDB+D'+DF+DH+DJ+DL, DM, DN,DDP,PDR,`DT,DU,DV,DX,DY,\DZ,E,P E,Z E<e,n Du E(}d,d,߀$FiҀ, A0N$"Zـ%bz+6*?\]v9\€\؀=M(1(<(((׀( '$$&$ D & E(.bs& E,& E<$,D;,DàHΠLD;-܀D>-D?- D@-DA-<DB-PDC-DD-DE-DF.DG.(DH.<DI.HDJ.$.DR.DH L*PDR.6VDT.DV.DW.DX.DY/DZ/D[/0D\/PD^/xb$/De/~\DDe/Df/Dg/Dh/Di/Dj/Dk/Dl/Dm/Dn/$\0Dq0Dq0 \$Ds0 Dt0HDu0TxDv0`$0lDy0lDy0xǀD|0xD~0D0D0D0D0$0D0D\HD0D0D1D1,D1@D1PD1D1D2$D2dD2p $2|D2|%\D/H:LD2FP\Zbj v D2D2D2D2D3 D3DD3LD3xD3D3D3D3D4 D4 D48D4xD4D4D4D4D4D4D4D5@D5TD5dD5tD5D5D5$5D5DHD5ǀрހ\D5D6 D6D6<D6<D6hD6pD6D6D6D6D6D6D7D7 D7(D7DD7|D7D7D7D7D7D7D80D8<D8dD8x D8 $8D 8D,HD 8=\FPX` D8D8D8D9D9D9DD9XD9XD9D: D:D!:, PD":8p$:DD':DDHD':XD(:XD):p$:|D/:|DǠLؠPTD/:\  -5D4: D6:D7:D8:D::D;;D<;PD=;`D8;pD?;D@;DA;?$;DE;TDDE;e\nvDI;DJ;DL;DM<DN<\DODf>dD`>pDh>Di>$>Dn>DHDn>Do>Dp>Dq>$>Dw>3DDHQLDw>]\D{>D|?D~?(D?TD?D?f$?D?DHLPȠTԠXD?\(D?D?D?D@$D@DD@PD@hD@xD@D@D@$@D@D0H=LIP^TpX|\`D@\(D@DADA DA8DAXDAdDAtDADADADADADA$ADA DϠHLDA(O(DA DADBDB$DBDDB`DBtDBDBDBDBDBDBDBDB$CDC D5HFLSPDC `n{8DC DC0DCLDC\DCl$CtDCtDDCDCDC$CDCàDԠHDCDCDC$CDCD HL"PDC19A(O(DCDCDD DD4DDLDDDD`$DD DtDHLPTXʠ\٠`dD D\!(3;DDDDDDDDDEDE DEDE$DE<DEdDEDEDEDEDED FD!F$D"F4D#FTD$FD%FD&FD"G,D(G@D)G`D*GD+GD,GD(H8dD/HLC$HTD;HTWDhHuLPTX\`ѠdD;Hx\(DAHxDBHDCHDDHDEHDFHDGHDHHDIHDJIDKI8DLITDMI`DNIDOIDPIDQIDRIDSIDTJ$DRJTDVJhDWJDXJDVJD[J"$KD`K2DCHD`K^\j(u0DeKDgK8DhKdDjKlDkKxDlKDmKDhKDeKDpK}$KDuKDHDuK\ƀ(рDzKD|LD}LDDLLDLXDLxDLD}LDzLDL$LDLDH LP&T4XC\R`adDLp|\(DLDLDLDM DMDMDM(DM4DMLDMtDMDMDMDMDN DN$DN4DNDDNdDNDNDODO<DOPDOpDODODP DPH#tDP\PhdPhdPh&@kր2Mas7A]$"% ae !:9Sh$PhDPhyDLTXDPD PD PD Q$QDQȠDԠLTXDQ,DQ,DQTDQ|$QDQ D@H$@DQ-(DQDQDQDQ5$RD RADJ@SH\@D Rem}D$RD%R D&R0D'RD(RD)RD*SD+SS dS dS €1Sv߀'9 N7Ab]%ae 9"71D$"Ph\q\(((ǀ(Ӏ(($S DS \DƠ\HDS4р((DS4DS@DS|DSDSDSDSDSDTDTLDTdD TDTD$TD%TD&TD'UD(UD)UXD*UD,UD-UD*V$D1V8D2VD0D3VP$V\D8V\D&\HD8Vp1(=_k}PD>VpD@VDAVDBVDCVDEWDFWPDGWhDIWtDJW|DKWDLWDMWDNX DPX8DQXpDRXDSXDNXDWXDXYDYY0D[Y<D\YDD]YLD^Y`D_YD`YDbZDcZ8DdZTDeZtD`ZDiZDjZDkZ$ZDpZD(HDpZDsZDu[Dw[$Dx[@Dz[@Dw[D|[D}[D~[D[D}\$D\8 $D\D$\PD\PԠD(HD\dD\dD\t$\|D\|(DD\D\D\D\D\D\D\D]D]D]$D]4D]@$]HD]H!D/(L?PQTD]h_gqŀ HD]hD]|D]D]D]D]D]D]D^D^<D^tD^D^D^D^D_D_D_(D_DD_hD_D_D_D`D` D`< (D`H$`TD`T(D(HD`h HD`hD`D`D`DaDaDaDaDaDaDbDbDbDbb db6db<f̀8Yr $bD bDHD bD bD b$bDbD#HDcDcDc ;$cDcLDYHDc,Dc,Dc8i$cDDcDzDHDcXDcXD cd$cpD%cpDD%cD&cD'c$cD-cǠDՠLPTD-cD.cD/c $cD3c D-HD3cD4cD5c:d@ddmdds'MoĀ؀ %,bzB6*Vs]90$"$dDd!\D-\HDd8(M(YaDdDd Dd\DdxDdDdDe De$De\DeD eDfD#fD%f$D&fhD'fD)fD*fD+g4D,glD'gD/gD0gD1gi$gD6gyD\HD6g(ƀҀހ D<gD>h,D?hdD@hxDBhDChDDhDFhDGi<DHiDJiDKiDLiDMiDNjDOj4DPjTDHjtDSjDTjDUjDWjDXk(DYklD[kD\kD]kD^kD_lD`l Dal@DYl`DdltDelDfl$lDkl#D0(HDkl@DnlDolDqlDslDtmDxmDsmDzmD{mD|mDmD{nDn DnH$nDnYDf(HDnDnDnv$nDn(DDnDnDnDo DoDo,Do8$o@Do@D(LĠP֠TDo` `Do`DoxDoDoDp Dp<DpXDplDpDqDqDq8DqL XDqX$qdDqd(D"(HDqx/ xDqxDqDqDrDr Dr<DslDsxDsDsDtDtDtDu7u=dujdupš´߀$JlÍæՀ %)bz?6*Sp]Ċģ9ļ0$"$uDu\D*\HDu$5(J(V^Du$Du0DulDuDuDuDvD v4D!vlD"vD#vDwD&w(D(w4D)wxD*wD,wD-x D.xDD/x|D*xD2xD3xD4xf$xD9xvDŊ\HD9yŕ(šÀπۀD?yDAy<DBytDCyDEyDFyDGyDIzDJzLDKzDMzDNzDOzDP{DQ{$DR{DDS{dDK{DV{DW{DX{DZ{D[|8D\||D^|D_|D`|Da|Db}Dc}0Dd}PD\}pDg}Dh}Di}$}Dn} D-(HDn}=Dq}Dr}Dt}Dv~Dw~ D{~ Dv~D}~D~~DDD~D DE$DVDc(HDDDs$Dƃ(DDDD DD,D<DHƓ$PDPƣDƱ(LPӠTDp  `DpDDDDDDDDDD`D|DD D$D&(D3(HD@ DDDDtDDDDDDD8DDDXTDdHpNdpvdp|Ǧ 0VxșȲ̀ 00$pDpDHL'PD30DDDDDPD =$D&OD[HhLvPD&D'D(ʂ$ D- ʒDʞHʫLD-$ʶ0D0$D1,D24D4<D6HD7T$`D=`ѠDޠHLD=xD>xD?$DMDHL*P6TDMBN`DQDRDSDTLDUX[$`Da`hDvH˃LˑP˞TDaDbDc˲$Dr˾D̠LڠPTX\Dr0xDuDvDwDx DyDz$D{0D|D$LDL%D3HALNP\TiXDpDpDu| K̋ L̗d̿dƀ 5Wz͠€+= RgMA΃1Οdη~v 8QnψϤق>,΀,5E0ր0& K)$D50DH@0D DDhDS$Dd0Do@0D(D(D&(D'pD(|z$D+Ҋ0Dҕ@0D+D.D/D0D1Ҡ$D4Ұ0Dһ@0D4ƀ΀4D6D7D8D9D:HD7XD<lD=|D>D?$DNDHDN$/(OHDPO0(DUDVDWHDYPDZhD\pD]D^D_DaD\DcDdDe@DfXDghDipDdDkDlDmDnDoDqDlDDsXDtlDuxDvDwDxDzD{D|D}D Dz4DHD\DDDDDDDD,DTDdDDDDDD D4DDDlD|DDDDDD$DLD\DDDDDDDD$D8DLDxDDDDDDD$D<DLDTD|DDDDDDDDDWD0 D<Y$HDHoD{HӇLD`ӒӛӤ D`DpDDD D4Ӭ$@D@ӽDDPɀр܀DP DTDhD|DDDDDDDD DDDXDl D$DDDDD  $,D,DD<)5S]eD<DLD\DD D D D \DhDDD4D@D`Dlm$tDtDԉ,DDDD DD!Ԝ$DJԲDLΠTݠX\DJ*50tDWDXLDY`DZD[D\D]D^D_D`DaDb Dc4DdLDeXDfdDgtDhDiDjDkDlDmDn Do,Dp8DqTDr|DsDtDuDvDwDxDy DzD{4D|\D~dDxDDDDDD DD,D\D|DDDDDDDD<DPDhDDDDDDDD(D@DLDXDlDDDDDD DD,D\D|DDDDDDDD<DPD\DDDDDDD0DHDTD`DtDDDDDDD,D8DDDXDDDDDDDDD(D<DhDDDDDDDD D DLDlDDDDDDDDD0DPDdDpDDDDDDDD4DHDTDtDDDDDDDD,DHDTDtDDDDD D D D  D @DTDpD|DDDDDDDD@DHDhD|DDDDD D!D" D#,D$DD%hD'pD(#D-F& Ll$D4x0DՃ@0D4Վ$ D7D8D:D<4D?D@ DADDB`DClDD|DEDFDGDHDMDNDODPDQDN,DUHDVPDW|DXDUD[D\D]D^'XD_՘$Dbթ0Dմ@0Dbտǀр'lDeDf$Dg,Dh@DiXDjDkDgDmDn(HDo$DwDHDw (OHDx !(dD{ D|D}4D~DDDDhDx)D)1 Mx8d`dh֒֬׀Bdׅמ׹̀߂% bz-6*A^]xؑ9تؿ>1,ٟ,$DDDDD $ D   DD  )4AD DHDtO$D^DDhs}ڈڕڡګڹ(OHDDDDD D! D"$(D&(DD&<*4B(OHD)<D+<D,dD.|D/D0L& Mxm$DD~DۈLDDۑۜۦ۱۾ʀԀ(OHDG<DKDLDNDODP(DR0DTTDUdDXDYDZD]D^D_D`DcDdDg$DhHDkPDlhDopDpDsDtDwDxD{D|DD(D0DHDPDhDpDDDDDDDD D(D0DPDXDtD|DDDDDZD DPD`$lDlDxDxDD"0dXdfܐܪՀ@b݃ݜݷˀ~v1/6ZGހŀ>7 F$DYDDit߀ߊߔߟ߬DDDD D!4D"`D%D&߷߾ N OOHOO(d d . V f        $D'H/L8PATIXQ\Y`adihql{pᅠtᏠxᙠ|᭠נ @(OL(OP(OT!(OX'(O\-(O`3(Od9(Oh?(OlE(OpK(OtQ(Ox[(O|e(Ol(Ov(O(O(O(O(O(O(O@@DE         '/7 @HP W @^ e ,l s Dz  0  H  4  <  ( $ L  8DFDGDHDI$DMDDN\DOtDPDQDRDSDU(DV8DZXD[pD_D`DdDeDfDg(Dh<DiPDjXDkDlDmDnDoDpDqDrDsDtDuDv,Dw4DxTDydDzlD{lD|D}D~DDDD D DD8DXDDDDDD4DXDlDlD¼DDDDDpD|DÈDÐDØDäDðDøDøDDDD D@DPDXDXDĀDĜDĬDĴDDDDDD$DDDpDńDŤDDD DDDXDXDƨDƴDDDDǤDDDD@DHD|DȰDDDD(DDDPDɄDɐDDDDDD<DHDTD\DdDpD|DʄDʄDʬDDDD DD$D$DLDhDxDˀDˬD˼DDDDDD<DPDpD̜D̴DDD$D$DtD̀DDD(D 4D @D HD PD \DhDpDpDΘDDDDDDDD8DTDdDlDϘDϨDϰD ϰD!ϼD"D#D$(D%<D&\D'ЈD(РD)D*D+D,D-`D.lD0ѴD1D3\D4҈D5ҠD6D7D8D94D:hD;xD<ӜD@DADBDCDD0DEHDFpDHԴDIDJDKDL DM4DNlDPՌDRդDSDTDVDW$DHLPTX*@/@4@9@>(OQ(OW(O]@g(Op(O@DhDDi|Dj֨DkDlDmDnDoDpDq@DrxDs|DtטDuלDvנDwפDxDyDzD{DD||D}؀D~؄D؄DDDDD DLDpDٌDٌDD4D`DhDhD,DDDD0D4DLDhDܔDܘDDD,D4$\ԠDڠHL(O((O,(O0D݄&.6DݔDݠDݨDDDDD4DHDXD`DސDިDDDDD0D8DhD߀DߜDߤD߼DD>$IDDRZbjrz DD 0O8d0d0   * F Y v     $0DHLPTX\!(O8.(O\D\DDDDDDDD  D!D",D#<D$LD%\D&lD'|D(D)D*D,D-;C UH PM U<R UTW UX\O0e Tdk Sq Qw P} U$ R P R P R R P T| S P S RP P T Rw R T T T Ph T U  S  S( Q P{O(dLdT r        8 I Z$dDm(Or@w@|@@@@(O(O(O& UT(O& UX& S& S(O0(O(O(O$& U-(O(5(O,D\H=D Z cD]TD^`D_|DdDeDfDgDhDi Dj@Dk`DlDmDnDoDpDq Dr@Ds`DtDuDvDwDx@D|@D}\DDDDD DHDtDDDDDDDDDDdD|DDDD8DdDdDDDD$D$DDDDDDDDDDDDDHDxDDDDDDD(DDDLDhDpDDDD,DLD`DDjs xO`dd     3 P d v   $뿠DɠHҠL(O`& D"        %*2 < F M W _go xD#0D$DD%lD'|D+$신DD.     D/D0Ohdd( F n ~        .$9D?HELJPRT\Xe\n`x(Oh}(Ol(Op(Ot(Ox(O|(OD,              $ , 4 <BH @N DT <^ Lh 8r P| T ( ,  $ 0 4 H        D-D.,D3HD4HD5\D6pD7D8D9D: D;TD<lD=D>D?D@DB Od:dC a        ' 8 I$TD[HbLiPp(Oy(O(O(O(O(O@(O(O(O(O(OD0 @ D < L 8 P T (# ,* 1 $8 0? 4F HP Y b k t |           D@DPD`DpDDDDDDD D!PD"D#D$D% D&TD'D(D)D*D+D,$D-@D.\D/D0D1D2,D3`D4D5D6D7 D8DD9lD:D;D<Odd : b r        "$-D2H7LI(OO(OU(O_(Of(Om(Ot(O{(O(O(O(O(O(O(O(O(O(O(O(O(OD) @ D < L P T& (- ,4 ; $B 0I 4P HZ 8c l u ~                 # * 1 8 ?DJ T ] fD*0D+LD,hD-D.D/D0D14D2`D3dD4D5D6D7D8D94D:<D;@D<DD=DD>D?,D@DADB,DCDDGdDH|DIDJDKDMDN(DO4DPHDQ\DRpDSDTDUDVDWDX DYPDZXD[D_Dcl$zDHL   DDDD DXDdDtDDDDDDDD$D $)/DD$D,5$<HNTZ`ejpDPDXD`vpdpdp     1 N b t   $pDDD    Odd , T d        $D'H>LUPlTuX}\(O(O & & (O(O& & (ODA @ D < L 8 P T (' ,. 5 $< 0C 4J HT ] f o x                 %- 6 ?DBDCDD(DE0DFTDGTDIDJDKDLDMDNDO DPLDQhDRDSDTDUDVDWDX,DY<DZ\D[lD\D]D^D_D`Da8DbTDcDdDeDfDgDhDi$Dj4Dk4DlXDn`DohGxNOhWdx{dx      $ 8 J f w $xDHLPTX\(Oh(OtDDDDDD D 4D D  d  d  1 Y i        $ #DD (0 : D L D D D T ]d d       , @ R n  $ D 4D < Pd Pd P   % A T q     $ PD d   PD pD xD  D  $ D  ! * PD D D D 2 ; @OId md v       , > Z k |$ D& (OD D $D 4D PD hD D D D D D D D D D  (D! LD" XD# dD$ |D% D& D' D( D) D* D+ 0D, <D- HD. `D/ D0 D1 D2 D3 D4 D5 D6 D7D8 D9DD:PD;\D<tD=D>D?DAdd   / K ^ {     $DD Od#d+ I q         1$;D@HMLZPcTlXu\`@@@(O(O(O(O(O(O(O@(O@(O@(O& D6D " ( / 9 @ G N UZ` @f Dl <v L P T ( ,  $ 0 4 H 8        ! + 5 ? I Q Y a iow     D:D;D<D=D>D?D@DA$DB<DChDDDEDFDHDIDJDK4DL<DMdDNdDO|DPDQDRDSDTDUDVDWDX0DYLDZTD[dD\lD]lD^lD_xD`DaDeDfDg Dh\DixDjDkDlDmDnDoDsHDwlDxDyDzD{DDDLD|DDD D<DlDDDDD`DDDDDDDD   @ l <           D    @   %  +  1  7 T =  C  I  O  U \ [  a , g  m  s  y t    $     O O0 O` Oh O d d    ;  K  g  z       $ D H L 0P 8T KX ^\ q(O v@ {@ @ @ @ (O (O (O (O  @ (O (O (O (O  (O$ (O( & D*  D  . $  .  C  X > l t }  D+D/D0D4 D5<D6DD7hD8D9D:D;D<D=PD>XD?XD@pDADBDCDDDEDFDG0DHLDIhDJxDKDLDMDNDODPDQLDRDSDTDUDV DW@DXHDYPDZD[D\D`DaDbDcDd DetDf|Dg|DhDiDjDkDlDmDnDoDpDqDrDsHDtPDuPDvXDzXD{xD|D}D~D D $D PD PD D D D D D D!8D!<D!hD!lD!D!D!D"D" D"0D"8D"8D"HD"hD"D"D"D"D#D#(D#@D#HD#|D#D#D#D#D$ D$D$<D$D$D$D$D$D%D%$D%DD%D%D%D%D%D&D&@D&pD&D&D&D&D'<D'@D'lD'pD'D'D'D'D( D(`D(hD(hD(D(D(D(D(D(D)D) D)XD)`D)h $) D H L P T X Р\ @ @ (O8 (O< @ (OD (OH (OL (OP @ "(OX +@ 3& D * > F D [ . p  z   >   D*D+D+D+$D+(D+(D+DD+`D+D,|D,D,D,D,D,D,D ,D!-D"-0D$-D%-D&.D'.D).D*.D+.D,.D-.D./DD//LD0/LD1/TD2/dD40$D500D60PD70TD80D90D:0D;0D<1D=1D>1lD?1D@1DA1DB1DC1DD2 DE2DF2hDG2DH2DI2DK3DL3DM3DN3DO4DP4<DQ4LDR4XDS4xDT4|DU4DV5(DW50DX58DY5HDZ5TD[5tD\5xD]5D^6$D_6,D`6,Db6Dc7Dd7pDe7xDf7xDg7Dh7Di7Dj7Dk8Dl88Dm8HDn8TDo8tDp8xDq8Dr9$Ds9,Dt94Du9DDv9PDw9pDx9tDy9Dz: D{:(D|:(D~:D;D;lD;tD;tD;D;D;D;D< D<4DD>$D>$D>,D>D>D>D>D>D>D? D?D? D? D?(D?HD?\D?dD?dD?|D?D?D?D?D?D?D@D@D@<D@XD@lD@xD@xD@D@D@D@DADADADA DADDAdDADADADADADBDB8DBPDBtDBDBDBDBDC DC,DCLDChDC|DCDC $C ܠ D H @ @& DC  D* .? I ^ s >DDXDDDDDDDDDDDDDEDE DE DElDEtDE|DEDEDEDEDEDEDEDFDF\DFdDFlDFDFDFDFDFDFD FD GD GLD GTD G\DGDGDGDGDGDGDGDGDH(DH0DH8DHDHDHDHDHDHDHD HD!H$HDHLȠPנTX\(Oh(Ol(Op(Ot(Ox@#+4D@I8DAI`DBIDCIDDIDEIDFIDGIDHIDIJDJJLDKJtDLJDMJDNJDOJDPJDQKDRKDSK =$K JDSH\LdPsTX\@(O(O(O(O@(O@DsKDtKDuKDvKDwKDxKDyKDzLD{LD|LD}L,D~L<DL<DLlDLDM$DM(DMDMDMDMDMDN4DNDNDNDNDNDODODO0DO8DO@DO@DO@DO|DODODODODODODP,DP0DP`DPhDPpDPpDPDPDPDPDPDQ(DQ0DQ8DQ8DQ8DQ8DQ<DQtDQDR,DR0DRDRDRDRDRDS<DSDSDSDSDTDTDTDT8DT@DTHDTHDTHDTDTDTDTDTDTDUDU4DU8DUhDUpDUxDUxDUDUDUDUDUDV0DV8DV@DV@DV@DV@DVDDVLDVDVDVDVDWPDWXDW`DWDWDXDX$DX(DX(DX0DX4DX4DX4DXXDXDXDXDXDXDXXOdX%dX- K s        " 3$X=DQHe(Os@DX{ @ D < L 8 P T ( ,  $ 0 4 H      ' / 7XD YD!YD"Y(D#Y@D$YD%YD&YD'Z@D(ZTD)ZpD*ZD+ZD,ZD-ZD.ZD/ZD0ZD2ZD3ZD4[D5[D6[,D7[D8[D9[D:\,D;\@D<\\D=\D>\D?\D@\DA\DB\DC\DE\DF\=$\ID]Hqw @} D < L 8 P T ( ,  $ 0 4 H       % -XDL]DM],DN]HDO]PDP]lDQ]lDR]DS]DT]DU]DV]DW]3];ODO`Md]qd]y       / A ] n $]DHLPT(O@(O(O(O(O(O(O(O(O(O(O(O(O(O(O (O'(O.(O5(O<(OC@J@Q(O X(O$_(O(f(O0m(O8t(O<{(O@@(OH@@(OT(OX(O\D^( @ D < L P T 0 4 H 8 # , 5 > (F ,N V ^ f $n v ~]        ]  ]D ^0D!^lD"^D#_D$_0D%_XD&_D'_D(_D)_D*_D+_D,_D-`D.`D/`D0`$D1`0D2`<D3`HD4`HD5`LD6`PD7`XD8`hD9`xD:`D;`D<`D=`D>`D?`D@aDAaDBa$DCa@DDa\DEaDFaDGaDHaDIaDJb DKb$DLb(DMbPDNbxDObDPbDQbDRbDSbDTbDUcDVc8DWctDXcDYcDZcD[cD\cD]dD^dD_d0D`dLDadDbdDcdDddDedDfdDge DheHDiepDjeDkeDlfDmf8DnfpDofDpfDqfDrfDsfDtfDufDvfDwgDxgtDyg|DzgD{gD|gD}gD~gDhDh\DhdDhlDhpDhDhDhDhDhDhDhDi,DiHDiPDiTDiXDi\DidDiDiDi$iD HLPT%X,\3`9d?(O`D(OhI(OpO(OxU(O\(Oc(Oj(Oq(Ox~]]]DiDj0DjdDjDjDkDkPDkDkDkDlHDlDlDlDlDlDlDmDmDm4DmLDmTDmlDmDmmdmdm   , H [ x     $mDHL   " * 2 :mDmDmD mD!mD"nD#n B$nMDTH]LD)n<dl v     mD*nLD+n\D,nlD-ntndndn  $ 4 P c      $nDHL  " * 2 : BnDnDnD nD!nD"nD#nJ$oUD\HeLD-o$lt ~     nD.o4D/oDD1oTD2o\opOdopdop  5 E a t      $opDHLP (O)(O2(O;(ODoDI O U \ f m t { op @ D < L P T ( ,  $ 0 4 H 8    " + 4 = FopDoD oD!oD#oD$pD%p,D&pTD'p|D(pD)pD*pD,pD-pD.pD/qD0q@D1qPD2qD3qD4qD5rD7r<D8rDL$rTWD_HgLoPD=rxw|        opopD>rD?rD@rDBrDCr$rѠD٠HLPDJrop @ D < L! P+ T5 (< ,C J $Q 0X 4_ Hi 8r {       opDKsDLsDMs$DOs4DPs<sP  | 0  @ v 8       dsP +dsP 4  R  z       ! !) !:$sP!ED!MH!UL!]PDst!e!k @!q D!w <! L! P! T! (! ,! ! $! 0! 4! H! 8! ! ! ! " " " " " sP"&", "6 "@ "J "T "] "f "o "xsP"~" " " " "sPD sD!sD"sD#sD$sD%sD&sD't D(t@D)t\D*tdD+tD,tD-tD.tD/uD0uLD1uhD3uhD4uD5uD6uD7uD8uD9vD:vD;vLD<vD=vD>vD?vD@wDAwDCwDGw$DHw,DIw4DLwTDNwhDOwpDPwxDSwDUwDVwDWwDZxDD\xXD]x`D^xhDaxDcy"$y"D"àH"ˠL"ӠPDjy8"" @" D" <" L# P# T# (# ,## #* $#1 0#8 4#? H#I 8#R #[ #d #m #v #~ # # #sP##sP##sPDkyHDlydDmytDnyDoy#$y#D#ɠH#ѠL#٠PDty##sP##sP#$ $ $ $ $$sPDuyDvyDwyDxz Dyz$+z($3dz($Wdz($_ $} $ $ $ $ % % %' %C %T %e$z(%oD%tH%yL%PD zLD z|D zDzDz%z%O%O%dz%dz% % & && &B &U &r & & & & &$z&ߠD&H&L&P&T'X'@'(O'"@''@'-(O'3@'9(O'?(O'E(O'U(O'[(Op'k(O'u(O'{(O'(O'(O'(O'(O'(OX'(O'@'@'(O'(O'(O( (O((O0($(O (,(OD>z(4(; (Mz(T(Z @(` D(f <(p L(z P( T( (( ,( ( $( 0( 4( H( 8( ( ( ( ( ( ( ) )z)) )' )1 )8 )B )Jz)R)Z )d )n )vzD?{ DC{DD{@DE{pDF{DG{DH|DI|0DJ|`DK|DO|DP|DQ|DR}DS}HDT}lDX}D\}D]}D^}D_}D`}Da~Db~<Dc~lDg~Dh~Di~Dj~Dk~Dl DmLDnXDoxDpDqDuDvDw<Dx`DyD}D<DdDDDDDD,DDD\DxDDDDDDDD,D<DhDDDDDDD<DDDLD\DdDl)~)O )O)d)d) ) * * *4 *G *d *x * * * *$*ѠD*נH*ݠL*P*T*X*\+`+ d+h+@+@+$(O +1(O,+>(O+D(O+J(O+T(O+^(O+e(O+l(O+s(O+z(O+(O+(O+(O+(O+(O+(O+(O+(O+@+(O+(O+(OD,++ + + + , , , , ,,$,* @,0 D,6 <,@ L,J P,T T,^ (,e ,,l ,s $,z 0, 4, H, 8, , , , , , , , ,,, , , - - - -# -+ -3-9-A -K -U -]D-D.D/D0D10D2@D3PD4`D5pD6D7D8D9D:D;D<D=D>(D?PD@|DADBDDDE0DFDGDHDIDJDKDL$DM8DN@DOdDPDQDRDS`DTDUDV<DWXDY`DZh-e-lO8-uO@-~OH-d-d- - - . .& .9 .V .j .| . . .$. .ʠD.(O8.. @. D. <. L. P/ T/ (/ ,/ /$ $/+ 0/2 4/9 H/C 8/L /U /^ /g /p /x / / /// / / / / / / / /DDDDDD@DtDtD |/$//D/(O@00 @0 D0 <0! L0+ P05 T0? (0F ,0M 0T $0[ 00b 40i H0s 80| 0 0 0 0 0 0 0 000 0 0 0 0 0 1 1 1D,D-D.D/D0D1HD2|D4|D51$1%D1*HD710161<1BD8D91H$1SD1XHD;1^1d1j1pD<D=1v$(1DDB@1111 1 1 1 1 1 1 1 1DCPDDX1$h11D22 @2 D2 <2 L2( P22 T2< (2C ,2J 2Q $2X 02_ 42f H2p 82y 2 2 2 2 2 2 2 222 2 2 2 2 2 3 3 3DMDNDODPDQDSDT3$03 3)D3.34 @3: D3@ <3J L3T P3^ T3h (3o ,3v 3} $3 03 43 H3 83 3 3 3 3 3 3 3 333 3 4 4 4 4% 4- 45 4=D^HD_dD`DaDbDdDe4C$4MD4VH4_L4fP4m(OH4r(OLDo$4w4} @4 D4 <4 L4 P4 T4 (4 ,4 4 $4 04 44 H4 84 4 5 5 5 5 5" 5* 52585> 5H 5R 5\ 5f 5n 5v 5~ 555 5 5 5 5 5 5 5 5Dp<DqTDrpDsDtDuDvDwDxDyDzD{D|$585d85d86616K6v66677$7=7X7l7~ 77~v717838"8-8;8K8W8e8s888888ɀ8Հ89d9t9<:<;<;* ;\<_\=\=Ȁp>Mp>` ?& ?|P@CPAPApA<B܀<C\DH\E\E܀ F/GXGĀXHXHIE IJ J;J K K8L̀MM]NNOPQ_R-STVTT<UK<UԀ<U<V<V<WG<Wc<W<X8<X<XۀDYDZBDZ\DZv[[4[K4[(\(\0]q0]ʀ^{_0_Ā0`&`ahbb(c^(c4d?4d ecf8fǀ8gIgh iSj(jɀ(j$kɀ l0me0m nto#o`pP`q`q`rʀ`rـdsds/ ssPtՀPuvv;vw>wSwj w} w w pw w w w w x x x0$8D-8x@DxSHxaLD-PD0PD2D34D4DD5TPD6xmxydxdxxӀxyy:y]yyyƀy߀yzz Lz@~vzY1zuz3z{/{?{<|x<|<| }[\~*\~܀\pp+  GPPҀP;<<`\\ڀ\ ΀XX^Xm ؀] Հ 8ۀ0d2)Yi<<<<ڀ<<<6<S< <<DhDD/DI4(c(0D0N00;|(1(a44 688€p &Ԁ((ƀ$ U080 Gp`#````dd ̀PP{ڀ{'> Q b s p $D DHLȠPנTD  D#D$D%D&D'D(\D*pD+D.pD/  $DKD,H6L@POTDK(]gqz(OPDN(DP(DQDDR`DS|DTDUDVDWDXDYDZD[,D\XD]XD^D_hD`dd%?jՀ1L`rL~v13  % 6 pD S b r          ( ; N c w$D2DHLPD2D3D4,D5<D6LD7\D8pD9D:D;D<,D=LD>`D@p$xDNxǠDѠH۠LPDN(ODODQDRDSDTDUDV,DWDDXpDYD[$D\$D^D_D`DaDb0Dc\Dd|DeDfDgDh Di8DjPDk|DlDn0Do0DqDrDsDtd>dIsڀ#Ef ~v1*G3d w      p    ۀ    #$D39DD3 D4 D6(D70D:8D;HD=PD>XD4`D@J$DEDEDFDG_$DLDLu(O DMDODPDQDRDS4DTDÖ$LDhLçDõHĠLҠPDhh'/7?GOXDshDtlDuxDvDwDxDyDzD{D|D~$D4DDDTDtDDDDDD D<DXDtDDDDDDxDDDDD|DDDDD$D@D\DxDDDDDDDDDlDDDDDpDDDDDD4DPDlDDDDDD DD$DDDDD$DDDDDDDDX TDdW$lDlhDD|D|DDDv$D*ćDĕHĠLĮPĹTʠXԠ\ޠ`dhlptD**4?GOW`ir{ňŕŢŬŷ€̀؀ !,9FQ\g D9D:$D;0D<<D=|D>D?DD DEPDFDGDHDIDJDKDMDNDGDQ4DRXDSxDTDUDVDXDYDRD\D]D^@D_LD`TDb\Dc`D\dDhDiDjDkDlDmDoDpDi Ds(DtLDulDvDwDxDzD{DtD~DD4D@DHDPDTD~XDlDtDDDDDDD8DTDDDDDD D,D4D@DHDdDDDDDDDDD$D@DpD|DDDDDDDD DD D(D4D<DXD|DDDDDDDDD4DdDpDxDDDDDDDDD D D4DhDDDDD<DpDDDDD$D?DHDXr$`D`ƃDƑHƛLDxƥƯXŀ̀ՀhD xDDD߀ ,6BQDDDD8D\D D"D#D%D&D D.D/D0 D3,D5D7D8D:D;D5D?DAdDBDDDEPDFdDGtDH|DIDJDKDQDRDSDV4DXDYD[D\PD]dD^tD_|D` DaZ$DrlDDrzDŽnjǔǜǤǮǸˀӀۀ(ODw DyDzD{D|D} D~ D8DHDXDDDDDDD@DhD|DDDDDDDDDD4D`DxDDDDDDLDXDDDDDD0D\D`DtD„D¤DDDD4D`DÀDìDD@D@DĄDİDDDD D8)DDTDhDŬDDD DDDPD`DxDƤ*DƨDƼDDDD(+DDT $\D\D$HDpDpDǀ2$LjDLj?DMHDǜDǜDǸ[$DlDzHDDDȅ$DȓDȟHD Ȭ+D DD,DPD\DdD|D ȠD ȬDȴD,Dȶ$DΠDDDDdd:TɡĀ -FauʇLʧ~v13 ) 6 D pR$DbDsHDDD0D!DD$tD'ɜD($D/ˏD˙HD/˥Ā̀D3D4D6(D70D84D9PD:`D8ʌD<ʠD=ʰD>ʼD?D@DBdd 4Ny̛̾'@[ó ͎ ͞$DD D(D0ͭ$8D8DDD DD!`D"|D#˘D$˨D%˰D&˸ͼdd8c΅Ψ΀*EYk πϠ~vϹ13 " 3 D pR a w Б Р а п  $D$DD$D%D&D'D(D*,D+dD-xD/̰D0D1D2D3D5D74D8l  & 3 A Q f y ь ѡ ѵ     $tDQt*DDQ̈́7(O DR̈́DT̈́DU͠DVͼDXDYDZD\0D]ΨD_D`DbHDctDdόDeϸDfDgDhtDjаDkаDmDn@DoTDplDqјDsѨDtDvDwDxDzDW$LDLDXDXDdi$lDlDxDxDҀ|$҈D҈DҔDҔDҠҐҨҚdҨҾdҨȀ 7Y|ӢĀ-? Tt~vԍ1ԩ3    p$ 6 E R ` r Շ ՚ խ  $ҨD1ҨDHLD1(OpD2D6D8$D9ӤD:ӴD;D<D=D>0D?`D@tDAԬDBDE DGՌDHDJ@DK@DM֤(DN4$D|HDRL\Tf\p`zdD|ք֍TDD0DdDטDDDDD4DXD؈DؼDDLD٘DdD ֖$D֦DֱLּTD<D<DڄDDD0DTDdDۈDD$DڠDLT\` dD *3< hDDDDxDܬDDDHDXD݌DDDD8DdDވDޘDްDD\DߐDDDDDDhDEDDRDH_$PDPuDL׉TDtדכף׫״׽ƀ DtDD D D D <DhDDDDDD$D8D\DDDDDD<D$D+DLT\ `+dD+6>FNW`i lD0D14D2lD3D4D5D7D9HD:dD;D<D=D>D?D@DA DBDDCLDDTDE\DGxDHDIDJDKz؄dبdز܀!Cfٌٮπ) >^~vw1ړڰ3͂DH۞HNH܂$^Ābޢ%((((%Gl     P p    4$D-DDYHhLxP↠T┠X⪠\ⷠ`ŠdӠhlptx|D-#/<IUan{㈀㕀㢀㯀㼀ɀ܀`d`@<40$,,(D97$C(OD;f v䃀䑀 䠀䬀一ĀЀـ,DBDCDDDEDF DG(DH0DJ8DLLDMhDNDODQDRDS DTDU4DWHDXhDZ|D[D]D^D`Da(DblDcDeDgDhDi DlDnPDoDpDqDrDsDtDuDvDwDzD|PD}D~DDDDDDDD$DpDDDDDDDD4D<DDDDD@DDDDDDDiDD DD\DDDDDDD0DHDdDlD|DDDDDDDD$DxDDDDDDDDD@D`DhDtD|DDDD$D,D4D@DtDDDDDDD8DPDDDDDDDDDD8D@DTDtD|DDDDDDDDD 0D lD DDDDDDDDD(D@DHD D!D"D#D$D%D&D' D(D)0D,8D.D/D0D1D2D3D4 D5,D64D7PD:XD<D=D>D? D@(DA0DB<DCLDDhDEpDHxDJDL DNtDODPDQDRDSDTD DV8DW@DXHDZD[D\D]D^D_DaDb\DddDlDhDiDjDlDDmDnDoDp$D{DD{D|D}$DD D D( 2d Vd `劀夀π:\}斀汀ŀ ?1,ˀ,}S/Kh u  $ D# 褠D蹠HƠLԠPTD#@(OD$@(OD%@%(OD&@2& ?& ^& j& 錀销鞀騀鲀`D@DTDlDDDDD<DTDDDDDD DLDPDTD\DlDpDtD|DDDDDDHD`DDDDDDDD\DDDDDDD $(D(̠D֠HLD@(OD@(OD@)5 D@DxDDDDDD D0D\D|DDDDD (DH@$PDPODYHdLoPzTꅠXꓠ\Dt(PDtTDtDDDDDD08DX$`D`꽠D̠HDt(PDtTDtDDDdd$Nh듀뵀؀ AZu쉀L~v1 3*o?_퀀0y00   0+$DD; DD D! D" T|D# dI pSd pwd p變ŀ5[}ҀL~v11Mj3  $ pD pDРHޠLPTXD $D D D  D! D" D# D$ D% <D& `,D'   *d Nd Xǀ 2Tu MA11dI~vb~3o,Lm0g0Ҁ0    ) ; L ] Po    p      % 2 @ Q 0c$ Da sDHLPTˠX٠\`dhlp(tDa 4@L(PDc Ydlt|  $Dm Dn Do Dp Dq Dr (Dt 0Du DDv \Dw pDy Dz D{ D~ D D D D DD xD D D HD \D D D D D D,DLDlDDDD@DPD`DpDDDDDDDD(D4D8D<DHDLDPDxD|DDDDDDDDD8DXDDDDDDDD(D0D8DDDXDxDDDDDDD(D4$<D< DРHDP(PDP DPDXDxDDDD<D\DD (DdCdOy)KlL~v183U h y  p$DD€΀ـ D D!D"D#DD$xD%D&D'PD(0"$8D;8D;DD<DD=t4 A O$|DT|DTblv(PDWDYDZD[D\D]D^D_ D`4Da\DblDc|DdDeDfDgDhDi$D|D|D}D~DD(0d0d0 5Oz(A\pL~v13 $ 5 F pT c }  $0D0D<D<DPD dD"xD#D%D'D(D)HD+TD,   $D5D5D6D7D8D9D:D=(d(d( JdԀ=Vq    $(D(DHL PT3XA\DLM(PDLnw$D$LD%hD&D'D(D) D* D+TD,D/D0D:D;D<D=D>D?D@DADB,DCTDDdDEDFDGDHDIDJDDKdDMDODPTDQD,4DS \$ dDX dDX p(PDY pHD[ pD\ D] D^ D_ D` $!Dg!DDg!Dh!Di! !( d!(/d!(9c}ʀ5Vo   $!(D!(DD!8D!8D!TD!pD !D"!D$!D%!D&!D(!D)"D+",D,"8$"@1d"@Ud"@bр<^ǀoL~v'1C`3}c B$"@D"@ ^D mH }L P 0TD"` & `  ʀ   `   1 G Y m|D+"`D,"lD-"xD2"D4"D6"D7#(D9#,D;#`D<#D=#D>#DB#DC#DG#DH#DI#DK$ DN$(DO$HDP$\DS$dDT$dDU$DX$DY$DZ$DP$D`$Db$Dc$Dd%Df%Di% Dk% Dl%LDn%dDp%lDd%tDt%Dx%Dz%D}%D%D&(D&0D&@D&PD&XD&pD&pD&D&D&D&D&D&D'D',D',D'HD'X$D'd u'p ~ ˜ P d'p d'p      +  >  [  o     $'p ʠD (P & ˜D'        'pD'D'D'D ' ' $P -d' Qd' Y  w         !  =  N  _$' i(P o(P u(P {(P          '   'D(D( D(4D(\D(D(D(D(D ( ) P d)d) 8 ` p         $)*D/H4L=(PE(PD )(MR X ^ e o v }  ) )D )@D )dD )D)D*D*4D*@D*XD*pD*D*D*D*$+DHLD+(        ) )D+8D+HD+XD+`+p$ ) $. 3 8 0= ÜB G HL Q °V [Pdd+pd+p      3 G Y u  $+pDHL͠PޠTX@@@ (P@& $"(P*@D%+29 O X+pD&+D'+D+,D/,<D0,dD1,|D2,D3,D4,D5,D6,D7-D8-D9-$D:-8D;-dD<-hD=-lD>-D?-DA-DG-DJ.LDN.`DQ.DU._.h Ŕm r Lw Ĭ|  Ł ` u ā  ąPd.d.   + G Z w     $.DHL(P & D". 3 <.D#.D$/D(/@D,/dD-/D//D5/D80D<0D?08DC0LC0`LP@U Ƽ[ aPjPsP|P(d0`d0`    $ 7 T h z   $0`àDHL PTX\&`.d7hC(PH@M@R@W@]@c@j(PD1$D1@D1hD1pD1D1D1D1D2(D2DD2HD2xD2D 2D!3D"3$D#3D$3D&3t$3DHLǠP̠TѠX\@@@@@D:4D;4D<4D=5,D?5DD@5`DA5DB5DC5DD5DE6DN6pDO6DP7DQ7TDT7DU7DW7DX8DY8DZ8DD\8\D]8xD^8D_8D`8Da8Db94Dh9Di9Dj:Dk:HDm:Dn:Dp:Dr: $:D/HUL\PaTfX~\@@@@@@D;D;D;D< D<8D8D>D>D>D?D?$?@DʠH(P((P,@(P4(P8(P<(P@ (P PD?hD?pD?|D?D?D?D?D?D?D?D?D?D?D@D@ D@D@$D@0D@8D@@D@HD@PD@XD@dD@pD@|D@D@D@D@D@D@D@D@D@D@D@DADADADA(DA4DA@DALDAXDAdDApDA|DADADADAD AD AD AD AD ADADADADBDB DBDB$DB0DB<DBHDBTDB`DBDC8DCPD!CdD"CD#CD%CD&CD'DhD(DD)DD*DD+E,D,EpD.ED0ED1ED2ED3FD4F8D5FhD7FD9FD:FD<FD>FD?FD@FDAFDBGDCG(DEG0$GD,DD[G\D\GdD]GpD^G|D_GD`GDaGDbGDcGDdGDeGDfGDgGDhGDiHDjH DkHDmH$DnH,DoH4DpH<DqHDDrHLDsHXDtHdDuHpDvH|DwHDxHDyHDzHD{HD|HD}HDHDHDHDHDIDIDIDI(DI4DI@DILDIXDIdDIpDI|DIDIDIDIDIDIDIDIDIDIDIDIDJDJ DJDJ$DJ0DJ<DJHDJTDJ\D$JlMDRHWLDJ]e o y 0`DJDJDJDJJP dJdJ    : M j ~    $JؠDݠHL(P (P DK     $ + 2 9JD KD K<D KpD KD KDL DL$DL<DLpDLDLDL>LGdLkdLt       * < X i z$LDLDLMdMdM*Lo؀  2LR~vk13      $MDMDM.6>F D MD!MD"M D#M$D$M0D%M<LD&MTN ^$M\D/M\nDHLPD/MxD0MxD1MD2MD3MD4MD5ND6N D7N$N0dN0dN0ՀDfр  & : L  a ~v 1  3  ! !/ !>$N0DN0!ND!`H!kLDNH!v!~D!NHD"NpD#ND$ND%ND&ND'ND(ND+ND,OD-OHD.OD/OD0P0D2PDD3PdD4PxD6PD7PD8PD9PD:PD=PD>PDAQ! ! ! ! ! ! ! ! "$QDPQ"D"H"'LDPQ0"2";"D"L"T"]"f"p"zDVQ0DWQLDXQhDYQDZQD[QD\QD]QD^RD_R$D`R8DaR`DbRDdRDfRDhRDiRDkRDlRDnRDoS DqSDrS(DtS0DuSDDwSLDxShDfSpDzSD|SD~SDSDSDSDSDTDTDT$DT,DT@DTHDTdD|TlDTDTDTDTDTDTDTDTDU DUDU(DU0DUHDUPDUDUDUDUDUDUDUDUDUDVDV DV DV(DVDDVLDVDVDVDVDVDVDVDVDVDWDWDWDW$DW@DWHDWDWDWDWDWDWDWDWDdWDX4DXXDXdDXxDXDXDXDX DX"X"dX"dX""##-#O#r###ۀ#$$#$5 $J$j~v$1$$3$ $ % % %)$XDX%9D%KH%VLDXDXD Y D!YD"Y4D#YHD$Y`D%YhD(YpD)YxD*YD+YD,Y%a %n %| % % % %$YD:Y%̠D%נH%LD:Z%%%4D>ZD?ZPD@ZXDAZlDBZDDZDEZDF[DG[(DH[LDI[\DK[l& [x&d[x&;d[x&G&q&&&؀&'!'C'd'}''' 'ӂ' ((1(;(PMA(l(d(}Y((() 9 )#**** *7$[xD?[x*HD*WH*dL*|PD?[****€***+h+!d+)`+1\+;X+KT+]P+oL+{H+D+@+<+8+4+ŀ3DS[DV[DW[DY[D[[D][D_[DS[Da\4Db\HDc\\Db\Dd\Dh\Di] Dm]@Dn]PDo]`Dp]Dq]Dr]Ds]Du^ Dv^D{^ D|^$D}^(D~^,D^0D^8D^dD^D^D^D^D^D_D_$D_,D_4D_@D_HD_TD_dD_D_D_D_D_D_D` D`DD`LD`TD``D`hD`tD`|D`D`D`D`D`DaDa DaDa Da0DahDaDaDaDaDaDaDbDbDb<DbTDbpDbDbDbDbDbDbDcDcDc<DcTDcpDcDcDcDcDcDcDdDdDd<DdTDdpDdDdDdDdDdDdDdDdDeDe0De@DeLDelDe|DeDeDeDeD!eD&eD'f D)fD0f$D1f4D2f@D3fLD5fXD6fhD7ftD8fD:fD;fD<fD=fD?f XDAf+f+df,df,,9,S,~,,À,- -,-E-`-t- -o--~v-1.."3.?.`$fDf.x0DDfDfDgDg(Dg(DgPDg\DgD gD!gD"gD%gD&gD'hD(hD)h(D,h4D-hXD.hlD/hlD0hD3hD4hD5hD6hD7iD:i D;i0D<iDD=iDD>ilD@ix.$iDWi.D.H.ĠL.ҠP.T.X.\DWi///0/D/QD`iDaiDcjDdjDejDfj0Dhj<DijPDkjXDljXDmjxDojDpjDrjDsjDtjDaj Dvk/ck/sdk/dk//Ҁ/0090\000ŀ0ހ01 1 14$kD k1RD1aKD k1t@D#kD$k D%k<D&klD'k|D(kD*kD+k1k1dk1dk1122-2O2r222ۀ233#35 3J3b~v3{133MA33d44424N4g4u$kD=k4D4HD=k44Ā4̀4ր4555 DJkDKkDMkDOkDPkDRlDTlDUl,DVl<DWlDXlDYlD]lD^lD_lD`lDalDdlDemDfm(Dhm4Dnm@Dom\DpmpDsm|DtmDumDvmDwmDxmDymDzmD{n\D|nhD~nxDnDnDn,Dn5%n5, (51P 5:P 5CrP5JP `5Sr5^dr5dr555Ѐ566@6f666€6݀67 77-MA7I17ed7}~v777778 8% 86L8L9( L9A9:l(:Ԁ ;2 ;F ;_ ;w$rD`r;DD`r;;;DerDfrDgsDisDjs,Dks8Dms@DnsXDoslDpslDqsDrsDtsDusDvsDwsDxsDytDzt D|tD}t,D~tDDtTDt`DtlDttDtDtDtDtDtDtDtDuDu0DuHDuXDudDupDuxDuDuDvDvPDvDvDwDwPDwDwDxDxDx<DxLDxXDxhDxpDxxDxDxDxDx;$xDx;̠D;۠H;L;P< T<X<+\<9`~D?~D@~DA~DB~DD~DE~DFDGDH$DI0DK8DLTDMhDN|DODPDQDSDTDUDVDWDXDY$D_,D`XDaDbDcDeDfDg DhDk DlLDmxDnDoDqDrDsDt DwDxLDyhDzD{D}D~HDpDDD DTD|D<րDD@<DDxDD0DHDTD\DDDDD%DDDDHD<$D=D=H=L=)P=4T=@X=M\=\`D,=l=t==tD,D@DXDdDlDtDDDDDDDDDTDDDDDDxDDDDDD(D0D8DXDpDDDDDDDD,D8DXDtDD D D D D D8DLDDDDDDDD$D\DdDD D!D"D#D$@D%XD&dD'lD)tD*D+D,D-D. D/D1D2(D3HD4dD5D9D:D;D<D>D?(D@<DAtDC|DDDEDFDHDIDJDKLDMTDNlDODPDRDSDTDU$D5,DXDYDZ=$Dv=D=HDv=À=ˀ=׀=߀ D{D|D}D~DDDDD$D,DHDLDpDDDD DpDDDDD"D=$D=D> H>LLD>#>->8(PhD"8DDDD@DlDDDDDHDtDDDD$DPD|DDDD,DXDDDDD4D`DDDDD<DhDDDDDDDpDDDD DLDxDDDD(DTDDDDD0D\DDDD D8DdDDDDDD@DlDDDDDD<D\D|DDDDDDDD0D<D\DpD|DD DD DDD D DLDlDDDDDDDD D ,D!@D#LD$lD%D'D(D)D+D,D-D D0,2D18>E$DD5DD5P>Y >h 2D8PD9lD:D;D<D=D9D?D@DA3LDB>|$ DJ >LD>(HDJ >(> 3hDN DO0DP@DQXDSdDTDVDWDXDYDZD\D]D^ D_D`(Dc@DdPDe`DfxDgDiDjDkDlDmDo5 Dp>>>Pp>Pl>Pt>Px?? ??P|?.?7Ph?@?Id?R$?_d?d???Ӏ?@ @C@i@@@ŀ@@A)AA21AN%AX AmadA6*AA]A΂A A9A B@ BLBBBCC CUCC C C C CʀD)D4$DDH DDTHDD`DhDDD D,D<DDDD$D  Ds$ D$DDD$$D <D&$D'TD(\D)dD*lD+|D,D$D2D DDHDLD2D3D4D̀D7D84D9dD;tD<D=D>D$DCD DDHDCDEDFDG(DHDD$PDLPE DDL`DM`DNpE$|DS|E( DE4HDSEHEPEXDTEeDWDXDZD[D\DX D^ D_4D`PDahDbtEo$DhE DEHELDhEEEĀDiEрDkDlDnDoDpDlDr@Ds(E(PhEFF*$4D~4F9DD~DFE\DDDtD|DDDDFP$DF_DFrHDDDF}$DFDFHFLD(FFFˀD(DD,D\DpD|DFڀDDDDDDD<D$F$0D0FDGHDDG G\DDDLDlD|DDDG!( PlG4$DGCDGPHG]LDDD D,Gj$ 4D4GzDDDDDDXDhDDG$DGDGHGLDDDDG$ DG̠DD D D D0DHDXG(PpG(PtG(PxH (P|H!$dDdH1DH>HHKLD|D|DDDDD,HX$4D4HgDHsHDHDHDTD\DlDDDH$DHDHHHLDDDD0H$8D8HРDHܠHHLDPDPD\DhDpDDDI$DIDDI& DDDDDD  D"8D#D hD$PI2$\D)\IADINHD)pIY D+pD,|D-D. D/Ic$D4IsDIHD4D5D6D7I$D<IDIHD<,I DD>,D?LD@\DBh DCxI$DIIӠDIߠHILDIDJDKDMI$DRJ DDRDSDTDU DV4DWDDX\DYlJ$tD]tJ%DD]D^D_D`J2$DeJADJNHDeDfDgDhJ[$$Dn$JoDJ|HJLDn<Do<Dp\DqpDsJ$DyJDJHDyJȀDzD|D}D~DDD D$D8DPtD\J$hDhJDJHKLDKKK$DK1DDDDDDD(DK; KFd Kkd KvKKKLL*LPLrLLLǀLۀLMM# M=MY1Mu}YMMMMMNN(N>NZdNrN%N NagN6-NN]O O O*9O5 O} OOɀOՀP5PBPIPPĀP P P P QQh$ D  QxDQHD 4QQQĀ QӀQۀQ@QRD4DHDdDDDD D!D"D#4D$DD%`D&tD(D)D*D+D.D/D4 D5 D60D8HD9hD;D=D>D?D@DBDCDEDG,DH4DIDDK`DLpDRDTDUD6D]D^D` DaDb0Dc@Dd\Dfp\Dg|R RdR=dRIRsRRRڀRS#SESfSSSSSS TT,1TH}YTaT}TTTTTUU-%U7 ULagUb6-UvU]UU9UU$DUܠDUHULV PVTV*XDV<$DDDDDDD D@DTD `VJhVR ӌVXPHV_ ӈVePVo ӐVydhVdhVVҀVWW9W\WWWŀWހWX XUX4XM XbdXyX1XacX%XXX6)Y ;Y']YAYOYrYYɀYZ Z" Z7 ZTZ[[F [\Q\ \\ ] 9] ]] ]i]]^^"^)^r^^ ^ ^ ^ ^_F _\ _l$hDh_xDD___$DDD D!D#D$D%D'8D)PD*tD-D/4D0_$D8_ƠDD8___`D=D>D@DADCDD0DETDGtDIDKDMDPlDR`& ӈ`& ӌ`& Ӑ`+(P`O(PH`p$Da`DDa````Ā``DiDjDl Dn<DoTDplDqDsDvDwDyDzD|LDhDpD„D DD D(D<D\DxDÔDäDD|D`$Da DDaDD D0DHDpDĜDĜDĬDDDD8DLDdD|DńDŐDŘ8DŠa&$ŨDŨa;DaPHahLawPaTDDDDDDDa ad ad aƀab b5bWbzbb€bbcc+c=%cG c\bzcr6*cc]cc9cc$ D  cDcHcLD 8d D 8D PD xD ƌDƨDDDd$DdDd)Hd4LDd@dHDDPDhDǐDǤDǸDDDdP$D$dbDdmHd{LdPdWD$ddD&D'DD(\D'ȄD)ȘD*ȬD)D+D,dd"dqLd!@d DePePe-e?#@eN 8e\ eouxeee\eenerXedfdff@fZfffʀfgg3gLggg{g~vg1gggh(Ph=$D_D_hV@h_& 0DcDdDfDh0Di@DhPDk`DlpDkɀDnɐDoɠDnɰDqDsDthkhuh hi(i jm j k k krkkkրklXl̀mUm$D*mDD*mD+ D-D.$D/m& 8mmnn o$ D+ o1Do@HoLLoZ PD+<on@ow@oo@o oD;<oD<DoD?ToˀDE`o߀DJdoopDVhp$D[lDjpDkʀDlʐDnʜDoʤDrʨDsʴDtDyD|DD D D4DXDlDˌD˘D˨D˼DDD`p1DDD$DhpBDD$D,DLDTDdDtDЀDАpSDИpgDМp{DФDФDDD(D0DфDDDDPDhDtDҀD҈DҔDҠDҨDҰDDDp  DxD|D՘D"ըD%D*p tD-lD.׬D/װD1״D8plD9dD:ٌD=ِDA٘DBٜp€DDCHpӀDHPdDJTDNtpDPDTpXDUDVDYD\ q LD_DcDdDgDiDkDnpDpDrDsDt(Dz0D{TD\DDqD$TDDpDhq%DDD0D(q/hDXDDDDD$D\DdDtD|DqLqUDqdDqsD qD@qDtqDqDqDq̀DDq܀DxqDqD$DDDDD(DD D4$LDDDLDdDxDD$DDDgDDD%4D$D,D@DHDPDdDlDtD D DDDDDDDD" D$DD'LD(`D+hD,xD.D1D2D4D;D=D>dD?DEDGDHr (4)DKDMDNDODSDTDXDZD[D\D^ Da,Df<r*|+DjDnDoDp,Dr4r,,PD}@D~LDxDDD8D<rDDL-D|DrZ - /8/l/lD\DdDDDDrk/1PDHDlDpDtDDDr|13LDDDHDLDPDXDrDr3DDDDD DDPD\DDDDDDD$D8DPDDDDDDD D D D  D(D8r8x9DDr€D&:PD(@rπ:;D1D2<D8@D9\D;`DDpDEDVDW<DZD[<D]DbDcDfDh4DjHDkpDmxDDr=?,D0D8D<r?|@D D sA0BD D sBDLD PD Xs$DFDD s5FLGDDsFHIhDlDtsWIKD D(D<DDDPD`DlDDDshKMXDdDlD|DDDD$DDDLDDsyPRHDTD\sRTDDD D D0DLD\DhDtDUDs$DsDsHsàLDDDDs$D sDsHsLtPD D!D"D#4D$Tt$\D0\t!Dt,Ht7LtBPD0xtM@D1xtZ@D2|VD4D5D7VD8te$DCtxDtHtLtPtTDCt@DDt@DEW DGDH DJ $WLDK <t$ DDV DtDtHtLDV \uDW \uDX hWD^ XDD_!4u,$!@Di!@uDDuMHuYLDi!XugDj!XurDk!`uDl!XDt!YDu"u$"D"u Du@ uHD"uYD"D"D#D#D#(ZDD#4v$#@D#@vDv,Hv8LvIPvWTD#`v`vpD#`vxvZ|D#lD#D#D#D#D#D#D#D$D$D$[D$v vvɀ w"$$D $w< DD $wIwQwY wkw}D $w@D $wD $wD $wD %w@D % wȀD %w߀D %$\8D %(D %lD %D %D %D %D %D %D &D & D !&(D "&8D )&DD *&TD .&\D /&D 0&D .&D 1&D 6'D 7' D 6',D 9'@D :'pD ;'D 9'D <'D @'D A'D B(D @( D C(4D G(<D H(PD I(lD G(xD J(D O(D P(D O(D S(D T(D X(D Y)D \) D )D )D )XD )hD )xD )D )D )D )D )D *D *<D *HD *PD *D *D +D +D +D +D ,D ,D ,$D ,0D ,lD ,|D ,D ,D ,D ,D ,D ,D ,D ,D ,D -D -D -D -dD -w$-D -x Dx Hx+Lx;PxITD -D -D .D .$D .0D .<D .PD .`D .hD .|xU$.D !.xf DxsHxLxPxTx XD !.D #.D $.x$.D E.xʠ DxנHxLxPyTyXy\y, `y9dD E/yEyO@D G/y^@D H/$yoD I/0yD J/@f`D M/PD N/tD R/D S/D T/D U/D Y/D [0D \0D ^0$D b0,D c0PD d0hD g0tD m0tD o0y@y@D r0yD s0gD u0D v0D x1D |1HD 1TD 1D 1D 1D 1iy@D 2ilD 2\D 2iD 2D 2D 2D 3$D 34D 3@D 3PD 3\D 3lD 3tD 3D 3D 3D 3D g3D 3jD 3yzj$3D E3zz DzHzLzPz TD E3D F3D G44z$4@D `4@zˠ DzؠHzLzP{T{X{ \{(`D `4d{4{?{H{S{^{p{{{D p4d{@D q4p{D t4{ {ˀD 4{ڀD 4{D 4| ||)|=|O|gD 4|{||D 4||ĀkD 4D 4D 5D 58D 5`D 5D 5D 5D 6D 6(D 6PD 6xD 7D 7 D 7,D 7XD 7pD 7|D 7D 7D 7D 8 D 8$D 8<D 8PD 8pD 8xD 8D 8D 8D 8D 8D 8D 8D 8D 8D 8D 9 D 90D !9@D "9XD .9`D 29`D 89pD <9|ڀD ?9q8D D:(D F:D G:D K:D M:D N:D K:D Q;rD U;D _;D a; D c;\D e;xD f;D c;D n;D q;D u< D v<<D wD >LD >D >D ?dD @D @$D @DD @pD @D @D @D @D @D @D AD A D A D AhD AD AD AD AD BD BPD Bh|yxyD BD BD C(D CD C|z{XD DHD DT|@}D D\{DDDDDEDELD EpD EDE}|}$DFDF }8DF(DF0D!FTD*FD.G D1G8D2GTD5GpD9G|D:GD=GD>GDNGDRH@DVHXDZHtD\HD]H}DdHDeHDfHDoHDqIDrIDuI 8DI(}DItDIxDIDIDIDIDIDIDIDJDJ`DJpDJ}0DJDKDK4DKTDKDKDKDKDK}8}J LDN<TDNDDNP}Y@}c@}pDNXDNpDNDNDNDODODODODPDP DP,DP@DPDPDPDPDQDQDQ0HDQ8D Q@D QDQDQDQDQDQD!RD#RlD%RtD+R|D,RD-RD3RD4RD5RDKRDNS,}|}<xDOUhDbUpDnUDtUDuUDwUD}VD~V(DV8DVD}}TDXDX}@DXDXDXDYDYDY(}@DY\DYDYDYDY}рDY0DZ DZhDZDZDZDZDZDZ}ۀ}~~~~-|DZD\ D\HD\XD\`D\h~?~QxD^D^~`~rD`D!`D&aD(aD)a$D*a0D-adD0atD1a|D2aD4aD7aD;aD=aD>aD?bDCbDDbDJbDKbXDLbhDNbDObDTbDUd4DVd<DZdDD[eD\eD`eDafDbfDgfDhh0Dih8Dh@DhDhDi~DipDi|DiDiDj<DjD~TDjDjDjD jDkDk~~DkDlDlDl~DlDlDlDmDmDmLDm\DmDmDm DnDn8DnHD .nPDnXDnhDnpDnDn~$nDn~D~H~LDn D nD nDnDnDnDo,D1o<D8oXD9oD=oDAoDBoDFoDGoDHpDKp DLp,DSp<DUplDVpDXpDZpD_pD`pDdpDepDqDiq4PDjq@$qLDuqL>DGHRLDuqdcnDwqd|DyqlD~qDqDqDqDqDqDrD~rDr@\DrLw$rXDrXDHLDrp€̀׀DrpDr|DrDrDrDrDrDrDsDsDsDsTDsdDs|DsDsDsDsDsDsDt0DtHDtTDt\DtDtDtDtDtDuTDu`|Dul$uxDuxD HL"@-PDu>@DuH@DuDuDuDuDvR$v D v lD{H LD v$4Dv$Dv4DvDDvTDvtDv( P$vD,v DD,vˀD/vD1vD2vD3vD6vD8wD9wD:w(D;w8D=wDD>wXD?wlDFw|DHwDKwDLw$wDRwDDRwDSwDUx`DVxP$x\Dx\ DH&LDxt4>DxtDxDxDxDxKDxDxDxDxDyDyhDyDyDyDyDyDyDyDzDz@DzXtDzdS$zpDzpf DsHLPTDz Ȁ ۀDzDzDzDzD{0D{hD{D{D{D{D{D{D{D|0D|@`D|PD|hD|D|D|D|D|D}$} D} D$ H1L?PD}(R\8D}(D}HD}PD!}hD"}xD$}D&}D(}D*}D+}D.}D1}D2~k$~D:~{ DD:~$D;~$D<~8D=~HD?~PD@~XDB~`DC~tDD~DE~DG~DH~DI~DJ~~d~d~À2Tw(:P1l%v bz6*]9 $~D~DD~D~DD 4$@D @1DD PDPDD:$ DHDVKD_g DDD D DLD `D!D"D%D&ry    ddd5`ˀ'BVh&  }1,8mȀ$1>KXet  d.D]v%ɀ -k`!`€ 2UG`%v(#B тڀ %0 E& X& q& $DNDH LѠPDN & & & DV DX DY0DZ@D_TDaDbDcDgDiDjDnDp0DsHDtXDuhDvDxDyD{D~DDDD D(DHDpDDDDDDD DDDD DDHD\DDDDDDD0D<D`DtDDDDDDDDPD|DDDDDD($D9DTHDDDD8DPD`DtDDDDi$DDz&  DDDDD$D D ,DD0DDDPDhDtD|D!D"D#D$D%D&D' D)D+4D,DD-XD.lD/tD3D4D5D:D<D=D>D? D@ DA4DB@DDLDFhDGxDHDIDJDNDODSDUDVDWDX,DY@DZTD[\D_hD`xDaDbDcDhDjDkDlDmDn(Do<DpHDtTDudDvxDwDxD|D}D~DDDDDD,D8DDD`D D$DDʀ DDDDD$D0D<XDH$TDTDDd*tDdD|DDDDDD D<$DTDDh(DD0DDDPDDDDD{$DDDDDDDD8DLhDX$dDdDDt̀DtDDDDDDD(D(D @D#LhD$X$dD1dDD1t D4tD6D7D:D;D<D>D@(DA(DB@DELhDFX$dDVd0DAHRLDV|DW|DYD[D`DbDc DgDiXDklDmDoDpDr0DsDDuTDvlD{D|D}DDa$DvDD@DDDDDD4D@D\DDDDDD$DDD΀@܀DDDDD0DDDPDhDtDDDDDD D$DD HLD &D 2D(<D,D<DPDlDDDDDDD>$DSD`HmLDyXDD(D8D @D"dD#tD%|D'D(D,D-D0D1D3 D4 D1,D6@D;LlD<\$dDud̠DDutـ`\X TD|tD}xD~|DDDDDDDDDDDDDDD D(D<DDDTDdDxDDDDDDDDDDD DD,D@DPDdDtDDDDDDDDDDDD DD0D8D@DLDTDXD`DlD|DDDDDDD4D$,$,D,>DD<D<DPDXDlDDDDP$DbDDDDDDD tyPTP0PxP    P|dd9dπ+FZl 1~v4dLe~%%ai;6/Ol] 9  DPĀ ?J X f t %'@̀#/(P0@(PTQ \ h t  (Px (P|(P& $D6DH@)L7PD6(C@D7(M@V@D9,an{€ˀӀހ DC0DDXDEdDFhDHtDIDJDLDMDNDODPDRDSDTDU DVDW$DX0DY<DZPD[\D]dD^D_DbDcDgDhDiDjDkDlDmDoDrDspDtxDuDxDyDzD{D~DDDDD(D0DDDHDdDlDxDDDDDDDDDDDDD$D@D\DxDDDDDDDDDDDDDD D(D@DHD\DlDDDDDDDDDDDDDDD`DpDDDDDDDDDD$D,D4D<DHDPD\DdDxDDDDDDDDDD(D0D@DHD`DdDpDtDtDDDDDD D D D 8D DD`DtDxDDDDDDDDD!D"D#D&$D'<D(PD)\D*hD+pDD2D3D4D_ 4D8D$LD<LD@ H@D<X@ HDEXDF`DGtDIDJDKDLDMDNDODPDRDSDVDWDX,DY4D[@D\X TD]d'$pDap6D@@JHT@Da|^@k@t@ lDh|Di|DjDmDnDoDrDsDtDwDxDyD|D}D$D0DTDXD`DlDpD|DDDDDDDD D,D8D\DtDDDDDDDDDDD,DDDXD\DDDDDDDDDDD,D@DDDhDtDDDDDDDDDD DXDlDpDDDDDDDD D8D\D|DDDDDDDDDD<DPD\D`DDDDDDDDDDDD D DDDD\D`DhDxDDDDDDDD D!D$D%D&$D'$D(4D)<D*XD+dD,xD/D0D1D2D3D4D5D9D:D;D< D=HD>PD?DADDDEDFDGDjDL$DQD@DQ@DTDUDVDWDY48DZHȀ 2 >& NPS& a& o$PD/PDD/`D0`D1pD3D4$D;D;@ DADBDCDDDE DFDH8DIXDJDKDLDMDNDODPDRDSDT8DUHDWTDX`DYlD[|xD\$DfDHDf@ @@'DlDmDnDoDpDqDrDq,DsDDtXDuhDvlDwDyD{DyD} D,DsDDXDlDntDD/$D=DDDDDF$DVDbHmLDyDDD$D8DPDddDt$|D|DHDˀ׀@DDDDD D DhDDDDDDDDDDD(D8DLD\XDh$tDtDD@ tDDD# DD$D8DDDP PD`DDD D+3dXd`π:\}ŀ % bz!6*5R]lw9}S1d %MAA]u  4q`'`ǀ 6Lh$D yDD DD4D$$,D,DʠHD@݀PD@DXDXDD D! D"D#,HD&@D'TpD(`p '/6CHKPTx\ÐhXo(x8H@ X(`8ݨ8(/7P>@JPP`[`a go8| HH"$(*.=@=H>%B,B0dBDB7B@BJC0SE\FfFPpFyFGpGHHPHIJOQ\bxnsx(yh)zP2zp>{HGPP^hl x0`00Px#8#)h*+3+93H4T6xb=oB(zDhno8  H&p2;CRapxy x x x H  P "P"d< @&HQ"Pxa\emfOn sPfop`I'cY P1rP8^7ØCxJ)u$Ys<(ho1Tw` 2ozLT7HU,bd23qXc_pc{ycr30 3hb Gx)1-:H6 0<=K LQd7pZ _KWlsf3|{nbr`31 bqcGXx1(?dud1<T R{D, N#,$YǨ1W:2G?tTsaLj4n[;xz<0&}+ biT lG$`dP7 J;7|&4 `*d%$d+.M#@-!pR-y78aY*l63xa. )6"=hWX}2D$bhW/DWBN \L*U”=TbPNcWbqo\E|{pW ?p"Q,i8iWAts v0AlSK-@>HZ0OY `<RqWM4>iIJ0lvVYwx;FI=L(%{PbOt+U6a4TVl== MI6f<Ȥq03Ax8q9( .K P e@`,b_ aDT "W/ZCD Vchd)<rH_4 )7[|hd'5dwdv')v$V&de-Xb}(()]3^{=mPDNK upR4`1h4-2w#-/"3//8 Qnq= :%6V`H> 120P2#82c|;3C3tK=lV0w^1af7kt@s8,3dt]S3-t(lWD^`Yޔ1j0 x "C =  !"M/@M=a|F2N=? #h^; #lnc|U4 +xG\?$C#x&Ǽd: ]  b#"2b4*^M`6   CDM 7T ? $a "E (l" 7wF#L%( CC ,C ] 0  4 1 2 e 8* 5,* 3*U 1* ,*J ()l > <  @ d D'T ,0 U H9 T LBT 0K0F#`''r[$[Y$d*r 7Ih( T P UH TrQf:Da4baRuaFS afdCcuC#aDc-abP7aV]HAc 2|Vavo@`"R0tbsK~`cp``\|an 8`/CfR$?=P<> eg.]Ct"cb,c"x6cV\@c6gJI0lX }>n>W:|}0W;cD\PnF@ayA0 Zc x}  lZ l!dK*c43:c@:.M:"`TZ:Bqdgd4p ?@NL@5HT@uD"Q *@Ph R !`b=@^pc`J WZ`e)X.a3 9tE CK^U,^h26pa `ylHHm [<\ Nd fW  e O e Xd a01\!9(d O129cOoBc0KUV1 U^c!gd pe hy  m pcKW   ; I_%xb'! ?<UI, cccc p'1/ - 80'@+O,/^bg'pgb pa8ybҨb c? XLK)lbC[„_9t2J2]bcZ!(>҈ekC   aK a%H c )c )2di;2z(CbnLcQrTUd!L^,f 2{ i8nc'yw1)0 `c+pc.c dc(0mT(cc ! iH ! iL> C iP- 4X 8W $ ! iT3 ! iXBF NvP^ a i\ga p] <z, DXM8Œ[—Xk ¢1_+ª0 H²J¾Q5| ( i` ( id Q ih = il = ipI  b% it% bN ix.' ;_E6Ve0`_``i_s_l}_KLÇ] 0ÑLjØ\ßíV ô[qÿW i:3GD?@2bP^c 18.f $ _ i.W 9> Ib] @Rb [ b{ id rJącgĎ_ (Ę] $ĢW ĭV ,ĸ9 ! }(<d3Pb` X i & iW L*:\"@@H L^~ pV1 ^V 0i:izgfŌW[xŗ ,ŝ pţ1 Mūd; ¨ŴbM\Ž_]QbN0 c jJl`YcIX bX j bY jZkSk 0P( P. X4KAD, DNI& L_a laP @v, Hƈ\uDƖ]$ <ơ1 8Ʃ1Ʊ`ƻ`8dteaZ[ha\ bxc$E ӄ4 ŨB' hO YN] Ӏg *we7~ǀ+v ǔ)b$ǨU&.ǵ/}  |c3"-a., ee 4\64@)Jzp6Jx\C @O+~VSg=dxȆP(,ȑUȜ?dȮ ȽF2dWO&9T_3d4'ct0  j5d>  jD  jJ E jP L jW - j] LcHPmapvcRbɈ2rɐ`ɚ2 8ɢbɬb ɶ2gɾe(2O^x`Tah444¸4) bh ì/Ð>YPJ\PV6.ebE8odOHx^\ʃKʓYʣB@ʪT#xʱ$ʶ2:)$ʾLxQm1H_&_! Ia&Y[Ԭ2V8>FXE  jS(ZP_7m/`u08}/ݨ˅ ˌ K ˛ P ˪B˺  aKq@KH&`&`8r8!9h.8;GH "N [ T$\a tBg$8nc(l{f*̄e(D̎(̕2(̝dJ=@̦c=H̱ = j >!II  V j.B>r`Q [ j1[l;]BD.}E@L.sDhT.C\.~Ed.{C0l.Dt.D|]aFͅO͒]FP͛.Fͣa\ͬ.Fʹ]Gpͽ]G^H.HPaO.XH`OtcJs\vWwXwL'UKw3^nuDC^wN..va\FVhk+]p<y,o@·4p]|Μ*xε$@x(  j  j 7 kUp$ 5 k0 5h k < 5 kS (* kjbkPzcϊ$^h ϢcMy Ͼbybyhbzby1qzPj0 *|!=\6q 4E T[zp_ 0r ƼЅ=JcИaСaH{HЪe6,еe5Td4\^?(2$Q`9,_>B6_C@`>`JTLULސd=o\`@шcpѓcTўbPѩ\5ѿ' 6IYg#>!5?} Gm܈Y6pk 4}?LҏPҬ7K^Rh j%lC8O fX'}\{Մӑ ɐӞ'٤ӳ,[\c_> &4 =2BGVDi7 \yԆ) ԗ@ԨTԼ'0?x4:46B(h|x#8!(/`6(=aD_KO%SpW )h]d}+f+k2 +s .xyRg4@ՆU4\Քw4|զ3ոH34 !4*8\/6x[7![8X3Z8EN_':Tv@WDֆW |֞-7$֯U\,wn4P[QOWP[PZ@PY,F^۔IdFf,luXIדMipק6[d<׿(UX&JDM' bc1 3HN]Lv)4،4آFظM>V$$ 39D 2;!L5#]ڈQ$Pm70ܘى+DٛXٲHFxUbׄcj Fv$; W% kJ%jZYatڄeLڎq lڗ d k,ڤdxڭeڶd ,ڿd Td @d epee ed__DYNAMICcrt0.o_crt1.odbmapevents.ov.82v.23v.16v.17v.18ARR_SEG1ARR_SEG5v.460v.370v.350v.330v.310v.260v.160v.990v.980v.970v.960v.950v.940v.930v.920v.910v.900v.890v.880v.870v.860v.850v.840v.830v.820v.810v.800v.790v.780v.770v.760v.750v.740v.730v.720v.710v.700v.690v.680v.670v.660v.470v.471v.221v.141v.991v.981v.971v.961v.951v.941v.931v.921v.911v.901v.891v.881v.871v.861v.851v.841v.831v.821v.811v.801v.791v.781v.771v.761v.751v.741v.731v.721v.711v.701v.691v.681v.671v.661v.641v.621v.601v.581v.561v.541v.521v.501v.481v.381v.361v.341v.321v.301v.642v.622v.602v.582v.562v.542v.522v.502v.482v.382v.362v.342v.322v.302v.152v.992v.982v.972v.962v.952v.942v.932v.922v.912v.902v.892v.882v.872v.862v.852v.842v.832v.822v.812v.802v.792v.782v.772v.762v.752v.742v.732v.722v.712v.702v.692v.682v.672v.662v.993v.983v.973v.963v.953v.943v.933v.923v.913v.903v.893v.883v.873v.863v.853v.843v.833v.823v.813v.803v.793v.783v.773v.763v.753v.743v.733v.723v.713v.703v.693v.683v.673v.663v.463v.373v.353v.333v.313v.464v.374v.354v.334v.314v.994v.984v.974v.964v.954v.944v.934v.924v.914v.904v.894v.884v.874v.864v.854v.844v.834v.824v.814v.804v.794v.784v.774v.764v.754v.744v.734v.724v.714v.704v.694v.684v.674v.664v.995v.985v.975v.965v.955v.945v.935v.925v.915v.905v.895v.885v.875v.865v.855v.845v.835v.825v.815v.805v.795v.785v.775v.765v.755v.745v.735v.725v.715v.705v.695v.685v.675v.665v.365v.345v.325v.305v.245v.366v.346v.326v.306v.246v.156v.996v.986v.976v.966v.956v.946v.936v.926v.916v.906v.896v.886v.876v.866v.856v.846v.836v.826v.816v.806v.796v.786v.776v.766v.756v.746v.736v.726v.716v.706v.696v.686v.676v.666v.466v.467v.227v.997v.987v.977v.967v.957v.947v.937v.927v.917v.907v.897v.887v.877v.867v.857v.847v.837v.827v.817v.807v.797v.787v.777v.767v.757v.747v.737v.727v.717v.707v.697v.687v.677v.667v.377v.357v.337v.317v.378v.358v.338v.318v.998v.988v.978v.968v.958v.948v.938v.928v.918v.908v.898v.888v.878v.868v.858v.848v.838v.828v.818v.808v.798v.788v.778v.768v.758v.748v.738v.728v.718v.708v.698v.688v.678v.668v.658v.648v.628v.608v.588v.568v.548v.528v.508v.488v.649v.629v.609v.589v.569v.549v.529v.509v.489v.169v.999v.989v.979v.969v.959v.949v.939v.929v.919v.909v.899v.889v.879v.869v.859v.849v.839v.829v.819v.809v.799v.789v.779v.769v.759v.749v.739v.729v.719v.709v.699v.689v.679v.669v.659v.459v.369v.349v.329v.309v.2660v.2500v.2490v.1460v.3160v.3150v.3140v.3130v.3120v.3110v.3100v.3090v.3080v.3070v.3060v.3050v.3040v.3030v.3020v.3010v.3000v.2990v.2980v.2970v.2960v.2950v.2940v.2930v.2920v.2910v.2900v.2890v.2880v.2870v.2860v.2850v.2840v.2830v.2820v.2810v.2800v.2790v.2780v.2770v.2760v.2750v.2740v.2730v.2720v.2710v.2700v.2690v.2680v.2670v.2600v.2590v.2580v.2570v.2560v.2550v.2540v.2530v.2400v.2390v.2380v.2370v.2360v.2350v.2340v.2330v.2320v.2310v.2300v.2290v.2280v.2270v.2260v.2250v.2240v.2230v.2220v.2210v.2200v.2190v.2180v.2170v.2160v.2150v.2140v.2130v.2120v.2110v.2100v.2090v.2080v.2070v.2060v.2050v.2040v.2030v.2020v.2010v.2000v.1990v.1980v.1970v.1960v.1950v.1940v.1930v.1920v.1910v.1150v.1140v.1130v.1120v.1110v.1100v.1090v.1080v.1070v.1060v.1050v.1040v.1030v.1020v.1010v.1000v.1501v.3151v.3141v.3131v.3121v.3111v.3101v.3091v.3081v.3071v.3061v.3051v.3041v.3031v.3021v.3011v.3001v.2991v.2981v.2971v.2961v.2951v.2941v.2931v.2921v.2911v.2901v.2891v.2881v.2871v.2861v.2851v.2841v.2831v.2821v.2811v.2801v.2791v.2781v.2771v.2761v.2751v.2741v.2731v.2721v.2711v.2701v.2691v.2681v.2671v.2651v.2601v.2591v.2581v.2571v.2561v.2551v.2541v.2531v.2511v.2481v.2401v.2391v.2381v.2371v.2361v.2351v.2341v.2331v.2321v.2311v.2301v.2291v.2281v.2271v.2261v.2251v.2241v.2231v.2221v.2211v.2201v.2191v.2181v.2171v.2161v.2151v.2141v.2131v.2121v.2111v.2101v.2091v.2081v.2071v.2061v.2051v.2041v.2031v.2021v.2011v.2001v.1991v.1981v.1971v.1961v.1951v.1941v.1931v.1921v.1911v.1471v.1151v.1141v.1131v.1121v.1111v.1101v.1091v.1081v.1071v.1061v.1051v.1041v.1031v.1021v.1011v.1001v.2652v.2512v.2482v.1472v.3152v.3142v.3132v.3122v.3112v.3102v.3092v.3082v.3072v.3062v.3052v.3042v.3032v.3022v.3012v.3002v.2992v.2982v.2972v.2962v.2952v.2942v.2932v.2922v.2912v.2902v.2892v.2882v.2872v.2862v.2852v.2842v.2832v.2822v.2812v.2802v.2792v.2782v.2772v.2762v.2752v.2742v.2732v.2722v.2712v.2702v.2692v.2682v.2672v.2602v.2592v.2582v.2572v.2562v.2552v.2542v.2532v.2402v.2392v.2382v.2372v.2362v.2352v.2342v.2332v.2322v.2312v.2302v.2292v.2282v.2272v.2262v.2252v.2242v.2232v.2222v.2212v.2202v.2192v.2182v.2172v.2162v.2152v.2142v.2132v.2122v.2112v.2102v.2092v.2082v.2072v.2062v.2052v.2042v.2032v.2022v.2012v.2002v.1992v.1982v.1972v.1962v.1952v.1942v.1932v.1922v.1912v.1252v.1142v.1132v.1122v.1112v.1102v.1092v.1082v.1072v.1062v.1052v.1042v.1032v.1022v.1012v.1002v.1453v.1253v.3153v.3143v.3133v.3123v.3113v.3103v.3093v.3083v.3073v.3063v.3053v.3043v.3033v.3023v.3013v.3003v.2993v.2983v.2973v.2963v.2953v.2943v.2933v.2923v.2913v.2903v.2893v.2883v.2873v.2863v.2853v.2843v.2833v.2823v.2813v.2803v.2793v.2783v.2773v.2763v.2753v.2743v.2733v.2723v.2713v.2703v.2693v.2683v.2673v.2643v.2603v.2593v.2583v.2573v.2563v.2553v.2543v.2533v.2503v.2403v.2393v.2383v.2373v.2363v.2353v.2343v.2333v.2323v.2313v.2303v.2293v.2283v.2273v.2263v.2253v.2243v.2233v.2223v.2213v.2203v.2193v.2183v.2173v.2163v.2153v.2143v.2133v.2123v.2113v.2103v.2093v.2083v.2073v.2063v.2053v.2043v.2033v.2023v.2013v.2003v.1993v.1983v.1973v.1963v.1953v.1943v.1933v.1923v.1913v.1143v.1133v.1123v.1113v.1103v.1093v.1083v.1073v.1063v.1053v.1043v.1033v.1023v.1013v.1003v.2644v.2504v.1494v.3154v.3144v.3134v.3124v.3114v.3104v.3094v.3084v.3074v.3064v.3054v.3044v.3034v.3024v.3014v.3004v.2994v.2984v.2974v.2964v.2954v.2944v.2934v.2924v.2914v.2904v.2894v.2884v.2874v.2864v.2854v.2844v.2834v.2824v.2814v.2804v.2794v.2784v.2774v.2764v.2754v.2744v.2734v.2724v.2714v.2704v.2694v.2684v.2674v.2604v.2594v.2584v.2574v.2564v.2554v.2544v.2534v.2524v.2404v.2394v.2384v.2374v.2364v.2354v.2344v.2334v.2324v.2314v.2304v.2294v.2284v.2274v.2264v.2254v.2244v.2234v.2224v.2214v.2204v.2194v.2184v.2174v.2164v.2154v.2144v.2134v.2124v.2114v.2104v.2094v.2084v.2074v.2064v.2054v.2044v.2034v.2024v.2014v.2004v.1994v.1984v.1974v.1964v.1954v.1944v.1934v.1924v.1914v.1564v.1144v.1134v.1124v.1114v.1104v.1094v.1084v.1074v.1064v.1054v.1044v.1034v.1024v.1014v.1004v.1565v.3155v.3145v.3135v.3125v.3115v.3105v.3095v.3085v.3075v.3065v.3055v.3045v.3035v.3025v.3015v.3005v.2995v.2985v.2975v.2965v.2955v.2945v.2935v.2925v.2915v.2905v.2895v.2885v.2875v.2865v.2855v.2845v.2835v.2825v.2815v.2805v.2795v.2785v.2775v.2765v.2755v.2745v.2735v.2725v.2715v.2705v.2695v.2685v.2675v.2655v.2605v.2595v.2585v.2575v.2565v.2555v.2545v.2535v.2525v.2515v.2495v.2485v.2395v.2385v.2375v.2365v.2355v.2345v.2335v.2325v.2315v.2305v.2295v.2285v.2275v.2265v.2255v.2245v.2235v.2225v.2215v.2205v.2195v.2185v.2175v.2165v.2155v.2145v.2135v.2125v.2115v.2105v.2095v.2085v.2075v.2065v.2055v.2045v.2035v.2025v.2015v.2005v.1995v.1985v.1975v.1965v.1955v.1945v.1935v.1925v.1915v.1475v.1145v.1135v.1125v.1115v.1105v.1095v.1085v.1075v.1065v.1055v.1045v.1035v.1025v.1015v.1005v.2656v.2516v.2496v.2486v.1476v.1446v.3156v.3146v.3136v.3126v.3116v.3106v.3096v.3086v.3076v.3066v.3056v.3046v.3036v.3026v.3016v.3006v.2996v.2986v.2976v.2966v.2956v.2946v.2936v.2926v.2916v.2906v.2896v.2886v.2876v.2866v.2856v.2846v.2836v.2826v.2816v.2806v.2796v.2786v.2776v.2766v.2756v.2746v.2736v.2726v.2716v.2706v.2696v.2686v.2676v.2606v.2596v.2586v.2576v.2566v.2556v.2546v.2536v.2526v.2396v.2386v.2376v.2366v.2356v.2346v.2336v.2326v.2316v.2306v.2296v.2286v.2276v.2266v.2256v.2246v.2236v.2226v.2216v.2206v.2196v.2186v.2176v.2166v.2156v.2146v.2136v.2126v.2116v.2106v.2096v.2086v.2076v.2066v.2056v.2046v.2036v.2026v.2016v.2006v.1996v.1986v.1976v.1966v.1956v.1946v.1936v.1926v.1916v.1146v.1136v.1126v.1116v.1106v.1096v.1086v.1076v.1066v.1056v.1046v.1036v.1026v.1016v.1006v.1157v.1487v.3157v.3147v.3137v.3127v.3117v.3107v.3097v.3087v.3077v.3067v.3057v.3047v.3037v.3027v.3017v.3007v.2997v.2987v.2977v.2967v.2957v.2947v.2937v.2927v.2917v.2907v.2897v.2887v.2877v.2867v.2857v.2847v.2837v.2827v.2817v.2807v.2797v.2787v.2777v.2767v.2757v.2747v.2737v.2727v.2717v.2707v.2697v.2687v.2677v.2647v.2607v.2597v.2587v.2577v.2567v.2557v.2547v.2537v.2527v.2507v.2477v.2397v.2387v.2377v.2367v.2357v.2347v.2337v.2327v.2317v.2307v.2297v.2287v.2277v.2267v.2257v.2247v.2237v.2227v.2217v.2207v.2197v.2187v.2177v.2167v.2157v.2147v.2137v.2127v.2117v.2107v.2097v.2087v.2077v.2067v.2057v.2047v.2037v.2027v.2017v.2007v.1997v.1987v.1977v.1967v.1957v.1947v.1937v.1927v.1917v.1877v.1147v.1137v.1127v.1117v.1107v.1097v.1087v.1077v.1067v.1057v.1047v.1037v.1027v.1017v.1007v.2648v.2508v.2478v.1878v.1158v.3158v.3148v.3138v.3128v.3118v.3108v.3098v.3088v.3078v.3068v.3058v.3048v.3038v.3028v.3018v.3008v.2998v.2988v.2978v.2968v.2958v.2948v.2938v.2928v.2918v.2908v.2898v.2888v.2878v.2868v.2858v.2848v.2838v.2828v.2818v.2808v.2798v.2788v.2778v.2768v.2758v.2748v.2738v.2728v.2718v.2708v.2698v.2688v.2678v.2668v.2598v.2588v.2578v.2568v.2558v.2548v.2538v.2528v.2398v.2388v.2378v.2368v.2358v.2348v.2338v.2328v.2318v.2308v.2298v.2288v.2278v.2268v.2258v.2248v.2238v.2228v.2218v.2208v.2198v.2188v.2178v.2168v.2158v.2148v.2138v.2128v.2118v.2108v.2098v.2088v.2078v.2068v.2058v.2048v.2038v.2028v.2018v.2008v.1998v.1988v.1978v.1968v.1958v.1948v.1938v.1928v.1918v.1148v.1138v.1128v.1118v.1108v.1098v.1088v.1078v.1068v.1058v.1048v.1038v.1028v.1018v.1008v.3159v.3149v.3139v.3129v.3119v.3109v.3099v.3089v.3079v.3069v.3059v.3049v.3039v.3029v.3019v.3009v.2999v.2989v.2979v.2969v.2959v.2949v.2939v.2929v.2919v.2909v.2899v.2889v.2879v.2869v.2859v.2849v.2839v.2829v.2819v.2809v.2799v.2789v.2779v.2769v.2759v.2749v.2739v.2729v.2719v.2709v.2699v.2689v.2679v.2669v.2659v.2599v.2589v.2579v.2569v.2559v.2549v.2539v.2529v.2499v.2489v.2399v.2389v.2379v.2369v.2359v.2349v.2339v.2329v.2319v.2309v.2299v.2289v.2279v.2269v.2259v.2249v.2239v.2229v.2219v.2209v.2199v.2189v.2179v.2169v.2159v.2149v.2139v.2129v.2119v.2109v.2099v.2089v.2079v.2069v.2059v.2049v.2039v.2029v.2019v.2009v.1999v.1989v.1979v.1969v.1959v.1949v.1939v.1929v.1919v.1149v.1139v.1129v.1119v.1109v.1099v.1089v.1079v.1069v.1059v.1049v.1039v.1029v.1019v.1009VAR_SEG1VAR_SEG2VAR_SEG3VAR_SEG4VAR_SEG5/export/jspc/sw/src/bin/db/dbmapevents/dbmapevents.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;MAIN:F14attrid_maxblk:Var3;1;6;13attrid_syy:Var3;1;3;13attrid_depdp:Var3;1;5;13attrid_depth:Var3;1;5;13attrid_logat:Var3;1;5;13attrid_taxazm:Var3;1;6;13relid_beam:Var3;1;4;13attrid_coldia:Var3;1;6;13ev_hypo_sta_assoc_assocflag:V3evsv_hypo_mb:V3evsv_dbl:V3ev_hypo_sta_assoc_phase:V3attrid_sdepth:Var3;1;6;13attrid_nxfilt:Var3;1;6;13attrid_durat:Var3;1;5;13ev_hypo_time:V3attrid_fnorm:Var3;1;5;13attrid_yield:Var3;1;5;13dbl_str:V3attrid_nxfkr:Var3;1;5;13attrid_spauth:Var3;1;6;13attrid_cdate:Var3;1;5;13relid_code:Var3;1;4;13attrid_day:Var3;1;3;13attrid_usedft:Var3;1;6;13attrid_tdense:Var3;1;6;13attrid_hicut:Var3;1;5;13attrid_instype:Var3;1;7;13attrid_nxfsr:Var3;1;5;13relid_sigpro:Var3;1;6;13attrid_offdate:Var3;1;7;13i:V3attrid_medium:Var3;1;6;13relid_feature:Var3;1;7;13n:r3attrid_locut:Var3;1;5;13evsv_sta_assoc_azres:V3x:V6y:V6attrid_naxplg:Var3;1;6;13ev_prefhypo:V3attrid_pvalue:Var3;1;6;13attrid_staa:Var3;1;4;13attrid_tmnmw:Var3;1;5;13attrid_ctype:Var3;1;5;13evsv_hypo_ml:V3ev_hypo_sta_assoc_chan:V3attrid_naxval:Var3;1;6;13attrid_chid:Var3;1;4;13attrid_stype:Var3;1;5;13attrid_datsw:Var3;1;5;13attrid_evname:Var3;1;6;13attrid_wfid:Var3;1;4;13attrid_msid:Var3;1;4;13attrid_orid:Var3;1;4;13attrid_cfreq:Var3;1;5;13attrid_chan:Var3;1;4;13relid_fkdisc:Var3;1;6;13evsv_hypo_tuple:V3ev_hypo_lat:V3attrid_pdlid:Var3;1;5;13attrid_cloerr:Var3;1;6;13ev_hypo_sta_assoc_timewgt:V3attrid_volname:Var3;1;7;13attrid_iphase:Var3;1;6;13attrid_gnorm:Var3;1;5;13attrid_imb:Var3;1;3;13attrid_mag:Var3;1;3;13attrid_stao:Var3;1;4;13attrid_year:Var3;1;4;13ev_hypo_sta_nassocs:V3attrid_resid:Var3;1;5;13evsv_hypo_ms:V3ev_hypo_assocflag:V3attrid_azimuth:Var3;1;7;13attrid_sdmo:Var3;1;4;13ev_hypo_sta_sta:V3attrid_region:Var3;1;6;13attrid_amp:Var3;1;3;13attrid_sdms:Var3;1;4;13relid_centryd:Var3;1;7;13relid_stassoc:Var3;1;7;13ev_hypo_sta_assoc_arid:V3attrid_stt:Var3;1;3;13attrid_stx:Var3;1;3;13attrid_dtype:Var3;1;5;13attrid_sxz:Var3;1;3;13relid_channel:Var3;1;7;13attrid_netwrk:Var3;1;6;13attrid_coldep:Var3;1;6;13attrid_nxarid:Var3;1;6;13attrid_nxinid:Var3;1;6;13attrid_edepth:Var3;1;6;13attrid_vang:Var3;1;4;13attrid_files:Var3;1;5;13attrid_nsamp:Var3;1;5;13evsv_sta_elev:V3relid_counter:Var3;1;7;13attrid_nxevid:Var3;1;6;13ev_hypo_sta_assoc_iphase:V3attrid_coddes:Var3;1;6;13relid_sitechan:Var3;1;8;13attrid_rect:Var3;1;4;13attrid_edate:Var3;1;5;13attrid_rel:Var3;1;3;13number_attrs30:V3attrid_descrip:Var3;1;7;13relid_alias:Var3;1;5;13xx:V6dbl_ascii:V3yy:V6relid_gregion:Var3;1;7;13relid_site:Var3;1;4;13attrid_nx:Var3;1;2;13evsv_sta_assoc_timewgt:V3attrid_colvol:Var3;1;6;13relid_evwf:Var3;1;4;13attrid_paxplg:Var3;1;6;13attrid_coda:Var3;1;4;13ev_hypo_auth:V3relid_event:Var3;1;5;13attrid_bslow:Var3;1;5;13attrid_etype:Var3;1;5;13evsv_sta_scvs:V3attrid_instant:Var3;1;7;13attrid_smajax:Var3;1;6;13xlat1:V6attrid_nxsite:Var3;1;6;13attrid_code:Var3;1;4;13attrid_paldep:Var3;1;6;13attrid_paxval:Var3;1;6;13attrid_timeres:Var3;1;7;13xlon1:V6attrid_arid:Var3;1;4;13attrid_inid:Var3;1;4;13attrid_calratio:Var3;1;8;13attrid_mlid:Var3;1;4;13attrid_samprate:Var3;1;8;13xlat2:V6idcirc:V3xlon2:V6ev_hypo_mb:V3ev_dbl:V3attrid_conf:Var3;1;4;13attrid_sproid:Var3;1;6;13relid_date:Var3;1;4;13relid_tape:Var3;1;4;13attrid_mrferr:Var3;1;6;13attrid_sminax:Var3;1;6;13ev_tuple:V3attrid_ondate:Var3;1;6;13attrid_dused:Var3;1;5;13iporid:V3attrid_mrrerr:Var3;1;6;13evsv_hypo_depth:V3attrid_nrlpb:Var3;1;5;13attrid_str1:Var3;1;4;13attrid_mtf:Var3;1;3;13attrid_nxcomm:Var3;1;6;13attrid_uncertainty:Var3;1;11;13attrid_nxalg:Var3;1;5;13attrid_reelsz:Var3;1;6;13attrid_belief:Var3;1;6;13ev_hypo_sta_assoc_time:V3evtime:V6relid_moment:Var3;1;6;13attrid_tshift:Var3;1;6;13attrid_syz:Var3;1;3;13attrid_ndef:Var3;1;4;13attrid_hang:Var3;1;4;13attrid_tpfile:Var3;1;6;13attrid_descr:Var3;1;5;13attrid_instyp:Var3;1;6;13attrid_magid:Var3;1;5;13attrid_offdat:Var3;1;6;13relid_lastid:Var3;1;6;13attrid_leap:Var3;1;4;13attrid_nxsens:Var3;1;6;13attrid_ripple:Var3;1;6;13evsv_hypo_pref:V3istnam:V3attrid_dir:Var3;1;3;13attrid_lat:Var3;1;3;13attrid_fm:Var3;1;2;13symhue:Var3;1;20;6ev_hypo_nstas:V3relid_wfdisc:Var3;1;6;13attrid_stassid:Var3;1;7;13attrid_emares:Var3;1;6;13attrid_volnam:Var3;1;6;13attrid_ny:Var3;1;2;13attrid_magsh:Var3;1;5;13attrid_magb:Var3;1;4;13ev_hypo_sta_elev:V3evsv_hypo_time:V3attrid_algorithm:Var3;1;9;13attrid_blkfac:Var3;1;6;13attrid_sdzdp:Var3;1;5;13evsv_null:V3attrid_cdperr:Var3;1;6;13attrid_netname:Var3;1;7;13idb:V3attrid_sddp:Var3;1;4;13attrid_dfile:Var3;1;5;13ev_hypo_sta_assoc_shaz:V3attrid_auth:Var3;1;4;13relid_assoc:Var3;1;5;13attrid_tfile:Var3;1;5;13attrid_sta:Var3;1;3;13attrid_nslpb:Var3;1;5;13evsv_sta_assoc_distance:V3attrid_mb:Var3;1;2;13sta:Var3;1;80;13arg:Var3;1;80;13relid_affiliation:Var3;1;11;13attrid_ims:Var3;1;3;13attrid_srn:Var3;1;3;13relid_fkrec:Var3;1;5;13relid_wftar:Var3;1;5;13attrid_tapefile:Var3;1;8;13ev_hypo_sta_assoc_distance:V3attrid_sprt:Var3;1;4;13ev_hypo_sta_lat:V3attrid_sty:Var3;1;3;13attrid_spvt:Var3;1;4;13evsv_sta_assoc_iphase:V3ans:Var3;1;1;13attrid_szz:Var3;1;3;13attrid_band:Var3;1;4;13dbl_binary:V3attrid_foff:Var3;1;4;13sym:Var3;1;20;ar3;1;80;13attrid_bazim:Var3;1;5;13attrid_name:Var3;1;4;13attrid_nsta:Var3;1;4;13attrid_nxftid:Var3;1;6;13attrid_tmnlpb:Var3;1;6;13relid_detloc:Var3;1;6;13evsv_hypo_nstas:V3attrid_dip1:Var3;1;4;13evsv_sta_lat:V3attrid_fstat:Var3;1;5;13attrid_compa:Var3;1;5;13attrid_mname:Var3;1;5;13attrid_nmb:Var3;1;3;13evsv_sta_lon:V3ev_hypo_sta_lon:V3relid_instrument:Var3;1;10;13relid_comment:Var3;1;7;13ev_nhypos:V3symsat:Var3;1;20;6attrid_calper:Var3;1;6;13ev_name:V3attrid_hslope:Var3;1;6;13attrid_chanid:Var3;1;6;13attrid_slodef:Var3;1;6;13attrid_taxplg:Var3;1;6;13attrid_bmtyp:Var3;1;5;13attrid_fktyp:Var3;1;5;13attrid_fstyp:Var3;1;5;13dbl_dbl:V3relid_stalog:Var3;1;6;13relid_station:Var3;1;7;13attrid_taxval:Var3;1;6;13ev_hypo_sta_assoc_azimuth:V3attrid_srname:Var3;1;6;13symlit:Var3;1;20;6ev_evid:V3relid_detection:Var3;1;9;13attrid_mtferr:Var3;1;6;13maxevents:V3attrid_ncalib:Var3;1;6;13attrid_mff:Var3;1;3;13ev_hypo_tuple:V3attrid_comm:Var3;1;4;13attrid_azres:Var3;1;5;13relid_day:Var3;1;3;13ev_hypo_ms:V3attrid_jdate:Var3;1;5;13attrid_tupid:Var3;1;5;13relid_network:Var3;1;7;13attrid_array:Var3;1;5;13attrid_beamid:Var3;1;6;13attrid_nettype:Var3;1;7;13attrid_rsptype:Var3;1;7;13attrid_bestdc:Var3;1;6;13tstart:Var3;1;80;13attrid_ms:Var3;1;2;13evsv_sta_assoc_timeres:V3attrid_mrt:Var3;1;3;13attrid_minblk:Var3;1;6;13evsv_sta_nassocs:V3attrid_delslo:Var3;1;6;13attrid_cmpx:Var3;1;4;13attrid_nbyte:Var3;1;5;13ev_hypo_depth:V3attrid_tmfc:Var3;1;4;13attrid_chana:Var3;1;5;13evsv_sta_assoc_azimuth:V3attrid_date:Var3;1;4;13attrid_filtid:Var3;1;6;13attrid_exptyp:Var3;1;6;13attrid_tmfi:Var3;1;4;13attrid_plpref:Var3;1;6;13attrid_nxfk:Var3;1;4;13attrid_dig:Var3;1;3;13attrid_moauth:Var3;1;6;13attrid_segtype:Var3;1;7;13attrid_ncalper:Var3;1;7;13attrid_delaz:Var3;1;5;13evsv_hypo_lat:V3attrid_digital:Var3;1;7;13attrid_stime:Var3;1;5;13attrid_lon:Var3;1;3;13attrid_nxfs:Var3;1;4;13attrid_per:Var3;1;3;13evsv_hypo_lon:V3attrid_magnitude:Var3;1;9;13relid_sregion:Var3;1;7;13ev_hypo_sta_assoc_hsaz:V3attrid_nrmw:Var3;1;4;13attrid_fkqual:Var3;1;6;13attrid_text:Var3;1;4;13range:V6ipmag:V3attrid_sdmb:Var3;1;4;13attrid_attrib:Var3;1;6;13attrid_chano:Var3;1;5;13ev_hypo_sta_assoc_inc:V3attrid_dattyp:Var3;1;6;13attrid_claerr:Var3;1;6;13ev_hypo_sta_assoc_deltime:V3attrid_mexpon:Var3;1;6;13attrid_slores:Var3;1;6;13relid_arrival:Var3;1;7;13attrid_remark:Var3;1;6;13attrid_stid:Var3;1;4;13jorid:V3attrid_sdobs:Var3;1;5;13iorid:V3evsv_sta_assoc_rect:V3ev_hypo_sta_assoc_azres:V3relid_fsdisc:Var3;1;6;13ev_hypo_lon:V3attrid_maxf:Var3;1;4;13attrid_qual:Var3;1;4;13attrid_velid:Var3;1;5;13attrid_ema:Var3;1;3;13attrid_pname:Var3;1;5;13dbnam:Var3;1;80;13evsv_hypo_assocflag:V3attrid_clip:Var3;1;4;13attrid_spmm:Var3;1;4;13attrid_ldate:Var3;1;5;13attrid_maxint:Var3;1;6;13attrid_iml:Var3;1;3;13ev_hypo_sta_assoc_timeres:V3attrid_grn:Var3;1;3;13attrid_mon:Var3;1;3;13attrid_stav:Var3;1;4;13attrid_ml:Var3;1;2;13attrid_esaz:Var3;1;4;13evsv_sta_assoc_assocflag:V3attrid_nxchid:Var3;1;6;13attrid_moist:Var3;1;5;13evsv_sta_sta:V3evsv_sta_assoc_deltime:V3attrid_slow:Var3;1;4;13attrid_stz:Var3;1;3;13attrid_sxx:Var3;1;3;13attrid_maxkx:Var3;1;5;13attrid_optyp:Var3;1;5;13attrid_ltype:Var3;1;5;13itran:V3attrid_datatype:Var3;1;8;13attrid_dlid:Var3;1;4;13attrid_fkid:Var3;1;4;13attrid_maxky:Var3;1;5;13attrid_nxwfid:Var3;1;6;13attrid_prefor:Var3;1;6;13attrid_idtype:Var3;1;6;13attrid_file:Var3;1;4;13attrid_fsid:Var3;1;4;13evsv_sta_assoc_time:V3attrid_naxazm:Var3;1;6;13attrid_watdep:Var3;1;6;13attrid_maxsx:Var3;1;5;13ev_hypo_orid:V3nauth:V3attrid_maxsy:Var3;1;5;13ev_hypo_sta_assoc_astuple:V3attrid_nxorid:Var3;1;6;13attrid_tlen:Var3;1;4;13attrid_magtype:Var3;1;7;13relid_extra:Var3;1;5;13relid_stamag:Var3;1;6;13attrid_nowft:Var3;1;5;13attrid_nmo:Var3;1;3;13inter:r3attrid_nms:Var3;1;3;13attrid_lslope:Var3;1;6;13evsv_sta_assoc_hsaz:V3evsv_sta_assoc_inc:V3relid_explo:Var3;1;5;13attrid_nsmw:Var3;1;4;13number_rels30:V3attrid_filtyp:Var3;1;6;13attrid_grname:Var3;1;6;13attrid_mfferr:Var3;1;6;13attrid_yldmax:Var3;1;6;13attrid_rsptyp:Var3;1;6;13attrid_tagid:Var3;1;5;13attrid_strike:Var3;1;6;13ipdepth:V3ev_hypo_ml:V3evsv_sta_assoc_artuple:V3attrid_colint:Var3;1;6;13attrid_coterr:Var3;1;6;13attrid_mrterr:Var3;1;6;13evsv_sta_assoc_azwgt:V3attrid_str2:Var3;1;4;13attrid_elev:Var3;1;4;13attrid_seaz:Var3;1;4;13relid_remark:Var3;1;6;13attrid_wgt:Var3;1;3;13attrid_mtt:Var3;1;3;13attrid_string:Var3;1;6;13attrid_segtyp:Var3;1;6;13relid_filter:Var3;1;6;13tend:Var3;1;80;13attrid_ftid:Var3;1;4;13attrid_paxazm:Var3;1;6;13attrid_staname:Var3;1;7;13attrid_time:Var3;1;4;13attrid_lddate:Var3;1;6;13ev_hypo_sta_assoc_artuple:V3attrid_location:Var3;1;8;13attrid_refsta:Var3;1;6;13attrid_sname:Var3;1;5;13attrid_tpblck:Var3;1;6;13ev_null:V3attrid_nxspro:Var3;1;6;13xdim:V6ydim:V6evsv_hypo_orid:V3attrid_deast:Var3;1;5;13ev_hypo_sta_assoc_rect:V3attrid_ndp:Var3;1;3;13attrid_vmodel:Var3;1;6;13auth:Var3;1;20;ar3;1;80;13xmin:V6ymin:V6attrid_dist:Var3;1;4;13attrid_tratbl:Var3;1;6;13relid_wftape:Var3;1;6;13attrid_doy:Var3;1;3;13xlat:V6attrid_siteid:Var3;1;6;13xlon:V6attrid_commid:Var3;1;6;13attrid_slip1:Var3;1;5;13attrid_slip2:Var3;1;5;13xmax:V6ymax:V6attrid_sensid:Var3;1;6;13ievs:Var3;1;100000;3nevs:V3attrid_tptype:Var3;1;6;13attrid_maglr:Var3;1;5;13relid_wftag:Var3;1;5;13relid_loc:Var3;1;3;13attrid_tcalib:Var3;1;6;13attrid_fkrid:Var3;1;5;13xlow:V6ylow:V6relid_xparam:Var3;1;6;13attrid_fsrid:Var3;1;5;13attrid_norid:Var3;1;5;13attrid_dnorth:Var3;1;6;13attrid_phase:Var3;1;5;13evsv_sta_assoc_phase:V3evsv_sta_assoc_astuple:V3dbl_flt:V3attrid_snr:Var3;1;3;13relid_fsrec:Var3;1;5;13number_attrs:V3evsv_sta_assoc_arid:V3attrid_nxdlid:Var3;1;6;13ntuples:V3attrid_sxy:Var3;1;3;13attrid_opsw:Var3;1;4;13attrid_intscl:Var3;1;6;13attrid_calib:Var3;1;5;13relid_fplane:Var3;1;6;13attrid_algid:Var3;1;5;13attrid_azdef:Var3;1;5;13evsv_sta_assoc_shaz:V3attrid_timedef:Var3;1;7;13attrid_dip2:Var3;1;4;13attrid_insname:Var3;1;7;13attrid_bandw:Var3;1;5;13attrid_statype:Var3;1;7;13attrid_adate:Var3;1;5;13attrid_tapeblock:Var3;1;9;13dbl_int:V3attrid_nf:Var3;1;2;13attrid_net:Var3;1;3;13attrid_nass:Var3;1;4;13attrid_tarnam:Var3;1;6;13attrid_endtime:Var3;1;7;13relid_sensor:Var3;1;6;13attrid_atype:Var3;1;5;13evsv_hypo_auth:V3attrid_smprat:Var3;1;6;13attrid_mbid:Var3;1;4;13evsv_sta_nscvs:V3relid_netmag:Var3;1;6;13attrid_tagname:Var3;1;7;13attrid_evid:Var3;1;4;13relid_origin:Var3;1;6;13attrid_pchid:Var3;1;5;13attrid_exlat:Var3;1;5;13attrid_ndlid:Var3;1;5;13ev_hypo_sta_assoc_azwgt:V3attrid_exlon:Var3;1;5;13ipdeplt:V3attrid_deltim:Var3;1;6;13attrid_delta:Var3;1;5;13relid_origerr:Var3;1;7;13relid_choper:Var3;1;6;13attrid_porid:Var3;1;5;13attrid_mtterr:Var3;1;6;13attrid_mrf:Var3;1;3;13attrid_lineno:Var3;1;6;13attrid_stanam:Var3;1;6;13attrid_curev:Var3;1;5;13istaplt:V3attrid_curor:Var3;1;5;13attrid_mo:Var3;1;2;13attrid_mrr:Var3;1;3;13evsv_sta_assoc_chan:V3attrid_idvalue:Var3;1;7;13attrid_tsite:Var3;1;5;13plotit:F14itran:v3xdim:v6ydim:v6xlow:v6ylow:v6xmax:v6xmin:v6ymax:v6ymin:v6dbnam:var3;1;80;13sta:var3;1;80;13jorid:v3xlatc:v6xlonc:v6evtime:v7nauth:v3auth:var3;1;20;ar3;1;80;13sym:var3;1;20;ar3;1;80;13symhue:var3;1;20;6symlit:var3;1;20;6symsat:var3;1;20;6idb:v3nevs:v3ievs:var3;1;100000;3iporid:v3ipdepth:v3istaplt:v3istnam:v3ipdeplt:v3ipmag:v3idcirc:v3tstrt:var3;1;A216;13tnd:var3;1;A220;13attrid_maxblk:Var3;1;6;13attrid_syy:Var3;1;3;13attrid_depdp:Var3;1;5;13attrid_depth:Var3;1;5;13attrid_logat:Var3;1;5;13attrid_taxazm:Var3;1;6;13relid_beam:Var3;1;4;13attrid_coldia:Var3;1;6;13ev_hypo_sta_assoc_assocflag:V3evsv_hypo_mb:V3evsv_dbl:V3ev_hypo_sta_assoc_phase:V3attrid_sdepth:Var3;1;6;13attrid_nxfilt:Var3;1;6;13attrid_durat:Var3;1;5;13ev_hypo_time:V3attrid_fnorm:Var3;1;5;13attrid_yield:Var3;1;5;13dbl_str:V3attrid_nxfkr:Var3;1;5;13attrid_spauth:Var3;1;6;13attrid_cdate:Var3;1;5;13relid_code:Var3;1;4;13attrid_day:Var3;1;3;13attrid_usedft:Var3;1;6;13attrid_tdense:Var3;1;6;13attrid_hicut:Var3;1;5;13attrid_instype:Var3;1;7;13attrid_nxfsr:Var3;1;5;13relid_sigpro:Var3;1;6;13attrid_offdate:Var3;1;7;13i:V3attrid_medium:Var3;1;6;13relid_feature:Var3;1;7;13j:V3attrid_locut:Var3;1;5;13k:V3l:r3evsv_sta_assoc_azres:V3attrid_naxplg:Var3;1;6;13ev_prefhypo:V3attrid_pvalue:Var3;1;6;13attrid_staa:Var3;1;4;13attrid_tmnmw:Var3;1;5;13attrid_ctype:Var3;1;5;13evsv_hypo_ml:V3ev_hypo_sta_assoc_chan:V3attrid_naxval:Var3;1;6;13attrid_chid:Var3;1;4;13attrid_stype:Var3;1;5;13attrid_datsw:Var3;1;5;13attrid_evname:Var3;1;6;13attrid_wfid:Var3;1;4;13attrid_msid:Var3;1;4;13attrid_orid:Var3;1;4;13attrid_cfreq:Var3;1;5;13attrid_chan:Var3;1;4;13relid_fkdisc:Var3;1;6;13evsv_hypo_tuple:V3ev_hypo_lat:V3attrid_pdlid:Var3;1;5;13attrid_cloerr:Var3;1;6;13ev_hypo_sta_assoc_timewgt:V3attrid_volname:Var3;1;7;13attrid_iphase:Var3;1;6;13attrid_gnorm:Var3;1;5;13attrid_imb:Var3;1;3;13attrid_mag:Var3;1;3;13attrid_stao:Var3;1;4;13attrid_year:Var3;1;4;13ev_hypo_sta_nassocs:V3attrid_resid:Var3;1;5;13evsv_hypo_ms:V3i1:r3i2:r3ev_hypo_assocflag:V3attrid_azimuth:Var3;1;7;13attrid_sdmo:Var3;1;4;13ev_hypo_sta_sta:V3attrid_region:Var3;1;6;13attrid_amp:Var3;1;3;13attrid_sdms:Var3;1;4;13relid_centryd:Var3;1;7;13relid_stassoc:Var3;1;7;13ev_hypo_sta_assoc_arid:V3attrid_stt:Var3;1;3;13attrid_stx:Var3;1;3;13attrid_dtype:Var3;1;5;13attrid_sxz:Var3;1;3;13relid_channel:Var3;1;7;13attrid_netwrk:Var3;1;6;13attrid_coldep:Var3;1;6;13attrid_nxarid:Var3;1;6;13attrid_nxinid:Var3;1;6;13attrid_edepth:Var3;1;6;13attrid_vang:Var3;1;4;13attrid_files:Var3;1;5;13attrid_nsamp:Var3;1;5;13evsv_sta_elev:V3relid_counter:Var3;1;7;13attrid_nxevid:Var3;1;6;13ev_hypo_sta_assoc_iphase:V3attrid_coddes:Var3;1;6;13relid_sitechan:Var3;1;8;13attrid_rect:Var3;1;4;13attrid_edate:Var3;1;5;13attrid_rel:Var3;1;3;13number_attrs30:V3ss:V6attrid_descrip:Var3;1;7;13relid_alias:Var3;1;5;13dbl_ascii:V3relid_gregion:Var3;1;7;13relid_site:Var3;1;4;13attrid_nx:Var3;1;2;13evsv_sta_assoc_timewgt:V3attrid_colvol:Var3;1;6;13relid_evwf:Var3;1;4;13attrid_paxplg:Var3;1;6;13attrid_coda:Var3;1;4;13ev_hypo_auth:V3relid_event:Var3;1;5;13attrid_bslow:Var3;1;5;13attrid_etype:Var3;1;5;13depthc:V7evsv_sta_scvs:V3attrid_instant:Var3;1;7;13attrid_smajax:Var3;1;6;13attrid_nxsite:Var3;1;6;13attrid_code:Var3;1;4;13attrid_paldep:Var3;1;6;13attrid_paxval:Var3;1;6;13attrid_timeres:Var3;1;7;13attrid_arid:Var3;1;4;13attrid_inid:Var3;1;4;13attrid_calratio:Var3;1;8;13attrid_mlid:Var3;1;4;13attrid_samprate:Var3;1;8;13ev_hypo_mb:V3ev_dbl:V3attrid_conf:Var3;1;4;13attrid_sproid:Var3;1;6;13relid_date:Var3;1;4;13relid_tape:Var3;1;4;13attrid_mrferr:Var3;1;6;13attrid_sminax:Var3;1;6;13ev_tuple:V3attrid_ondate:Var3;1;6;13attrid_dused:Var3;1;5;13xplt1:V6yplt1:V6attrid_mrrerr:Var3;1;6;13evsv_hypo_depth:V3xplt2:V6attrid_nrlpb:Var3;1;5;13attrid_str1:Var3;1;4;13yplt2:V6attrid_mtf:Var3;1;3;13attrid_nxcomm:Var3;1;6;13attrid_uncertainty:Var3;1;11;13attrid_nxalg:Var3;1;5;13attrid_reelsz:Var3;1;6;13attrid_belief:Var3;1;6;13ev_hypo_sta_assoc_time:V3relid_moment:Var3;1;6;13attrid_tshift:Var3;1;6;13attrid_syz:Var3;1;3;13attrid_ndef:Var3;1;4;13attrid_hang:Var3;1;4;13attrid_tpfile:Var3;1;6;13attrid_descr:Var3;1;5;13attrid_instyp:Var3;1;6;13attrid_magid:Var3;1;5;13attrid_offdat:Var3;1;6;13relid_lastid:Var3;1;6;13attrid_leap:Var3;1;4;13attrid_nxsens:Var3;1;6;13string:Var3;1;80;13attrid_ripple:Var3;1;6;13evsv_hypo_pref:V3attrid_dir:Var3;1;3;13attrid_lat:Var3;1;3;13attrid_fm:Var3;1;2;13ev_hypo_nstas:V3relid_wfdisc:Var3;1;6;13attrid_stassid:Var3;1;7;13attrid_emares:Var3;1;6;13attrid_volnam:Var3;1;6;13attrid_ny:Var3;1;2;13attrid_magsh:Var3;1;5;13attrid_magb:Var3;1;4;13ev_hypo_sta_elev:V3evsv_hypo_time:V3attrid_algorithm:Var3;1;9;13attrid_blkfac:Var3;1;6;13attrid_sdzdp:Var3;1;5;13evsv_null:V3attrid_cdperr:Var3;1;6;13attrid_netname:Var3;1;7;13attrid_sddp:Var3;1;4;13attrid_dfile:Var3;1;5;13ev_hypo_sta_assoc_shaz:V3attrid_auth:Var3;1;4;13relid_assoc:Var3;1;5;13attrid_tfile:Var3;1;5;13attrid_sta:Var3;1;3;13attrid_nslpb:Var3;1;5;13evsv_sta_assoc_distance:V3attrid_mb:Var3;1;2;13xmb:V6ymb:V6arg:Var3;1;80;13relid_affiliation:Var3;1;11;13attrid_ims:Var3;1;3;13attrid_srn:Var3;1;3;13relid_fkrec:Var3;1;5;13relid_wftar:Var3;1;5;13dep:V6attrid_tapefile:Var3;1;8;13ev_hypo_sta_assoc_distance:V3attrid_sprt:Var3;1;4;13ev_hypo_sta_lat:V3attrid_sty:Var3;1;3;13attrid_spvt:Var3;1;4;13evsv_sta_assoc_iphase:V3deptho:V7attrid_szz:Var3;1;3;13attrid_band:Var3;1;4;13dbl_binary:V3attrid_foff:Var3;1;4;13attrid_bazim:Var3;1;5;13attrid_name:Var3;1;4;13xlatmn:V6xlonmn:V6attrid_nsta:Var3;1;4;13attrid_nxftid:Var3;1;6;13attrid_tmnlpb:Var3;1;6;13relid_detloc:Var3;1;6;13evsv_hypo_nstas:V3attrid_dip1:Var3;1;4;13evsv_sta_lat:V3attrid_fstat:Var3;1;5;13attrid_compa:Var3;1;5;13attrid_mname:Var3;1;5;13attrid_nmb:Var3;1;3;13evsv_sta_lon:V3ev_hypo_sta_lon:V3relid_instrument:Var3;1;10;13relid_comment:Var3;1;7;13ev_nhypos:V3attrid_calper:Var3;1;6;13ev_name:V3attrid_hslope:Var3;1;6;13attrid_chanid:Var3;1;6;13attrid_slodef:Var3;1;6;13attrid_taxplg:Var3;1;6;13attrid_bmtyp:Var3;1;5;13attrid_fktyp:Var3;1;5;13dcircle:V6attrid_fstyp:Var3;1;5;13dbl_dbl:V3relid_stalog:Var3;1;6;13relid_station:Var3;1;7;13attrid_taxval:Var3;1;6;13ev_hypo_sta_assoc_azimuth:V3attrid_srname:Var3;1;6;13ev_evid:V3relid_detection:Var3;1;9;13attrid_mtferr:Var3;1;6;13maxevents:V3attrid_ncalib:Var3;1;6;13attrid_mff:Var3;1;3;13ev_hypo_tuple:V3attrid_comm:Var3;1;4;13attrid_azres:Var3;1;5;13relid_day:Var3;1;3;13ev_hypo_ms:V3attrid_jdate:Var3;1;5;13attrid_tupid:Var3;1;5;13relid_network:Var3;1;7;13attrid_array:Var3;1;5;13attrid_beamid:Var3;1;6;13attrid_nettype:Var3;1;7;13attrid_rsptype:Var3;1;7;13attrid_bestdc:Var3;1;6;13tstart:Var3;1;80;13attrid_ms:Var3;1;2;13evsv_sta_assoc_timeres:V3attrid_mrt:Var3;1;3;13attrid_minblk:Var3;1;6;13evsv_sta_nassocs:V3attrid_delslo:Var3;1;6;13attrid_cmpx:Var3;1;4;13attrid_nbyte:Var3;1;5;13ev_hypo_depth:V3nhypos:V3attrid_tmfc:Var3;1;4;13attrid_chana:Var3;1;5;13evsv_sta_assoc_azimuth:V3maxpoints:V3attrid_date:Var3;1;4;13attrid_filtid:Var3;1;6;13attrid_exptyp:Var3;1;6;13attrid_tmfi:Var3;1;4;13attrid_plpref:Var3;1;6;13attrid_nxfk:Var3;1;4;13attrid_dig:Var3;1;3;13attrid_moauth:Var3;1;6;13attrid_segtype:Var3;1;7;13attrid_ncalper:Var3;1;7;13attrid_delaz:Var3;1;5;13evsv_hypo_lat:V3attrid_digital:Var3;1;7;13attrid_stime:Var3;1;5;13attrid_lon:Var3;1;3;13attrid_nxfs:Var3;1;4;13attrid_per:Var3;1;3;13xlatmx:V6evsv_hypo_lon:V3xlonmx:V6attrid_magnitude:Var3;1;9;13relid_sregion:Var3;1;7;13slatmndp:V7ev_hypo_sta_assoc_hsaz:V3attrid_nrmw:Var3;1;4;13slonmndp:V7attrid_fkqual:Var3;1;6;13attrid_text:Var3;1;4;13attrid_sdmb:Var3;1;4;13attrid_attrib:Var3;1;6;13attrid_chano:Var3;1;5;13ev_hypo_sta_assoc_inc:V3attrid_dattyp:Var3;1;6;13attrid_claerr:Var3;1;6;13ev_hypo_sta_assoc_deltime:V3attrid_mexpon:Var3;1;6;13attrid_slores:Var3;1;6;13relid_arrival:Var3;1;7;13symsiz:V6ievid:V3attrid_remark:Var3;1;6;13attrid_stid:Var3;1;4;13attrid_sdobs:Var3;1;5;13ipref:V3iorid:V3evsv_sta_assoc_rect:V3ev_hypo_sta_assoc_azres:V3relid_fsdisc:Var3;1;6;13ev_hypo_lon:V3attrid_maxf:Var3;1;4;13attrid_qual:Var3;1;4;13attrid_velid:Var3;1;5;13attrid_ema:Var3;1;3;13attrid_pname:Var3;1;5;13evsv_hypo_assocflag:V3attrid_clip:Var3;1;4;13attrid_spmm:Var3;1;4;13title:Var3;1;80;13attrid_ldate:Var3;1;5;13attrid_maxint:Var3;1;6;13attrid_iml:Var3;1;3;13ev_hypo_sta_assoc_timeres:V3attrid_grn:Var3;1;3;13attrid_mon:Var3;1;3;13attrid_stav:Var3;1;4;13attrid_ml:Var3;1;2;13attrid_esaz:Var3;1;4;13evsv_sta_assoc_assocflag:V3attrid_nxchid:Var3;1;6;13symbl:Var3;1;80;13attrid_moist:Var3;1;5;13evsv_sta_sta:V3evsv_sta_assoc_deltime:V3attrid_slow:Var3;1;4;13attrid_stz:Var3;1;3;13attrid_sxx:Var3;1;3;13attrid_maxkx:Var3;1;5;13attrid_optyp:Var3;1;5;13attrid_ltype:Var3;1;5;13attrid_datatype:Var3;1;8;13attrid_dlid:Var3;1;4;13attrid_fkid:Var3;1;4;13attrid_maxky:Var3;1;5;13attrid_nxwfid:Var3;1;6;13attrid_prefor:Var3;1;6;13depth:V7attrid_file:Var3;1;4;13attrid_fsid:Var3;1;4;13evsv_sta_assoc_time:V3attrid_idtype:Var3;1;6;13attrid_naxazm:Var3;1;6;13attrid_watdep:Var3;1;6;13attrid_maxsx:Var3;1;5;13ev_hypo_orid:V3attrid_maxsy:Var3;1;5;13ev_hypo_sta_assoc_astuple:V3attrid_nxorid:Var3;1;6;13attrid_tlen:Var3;1;4;13attrid_magtype:Var3;1;7;13relid_extra:Var3;1;5;13relid_stamag:Var3;1;6;13attrid_nowft:Var3;1;5;13attrid_nmo:Var3;1;3;13nstas:V3attrid_nms:Var3;1;3;13attrid_lslope:Var3;1;6;13evsv_sta_assoc_hsaz:V3evsv_sta_assoc_inc:V3relid_explo:Var3;1;5;13attrid_nsmw:Var3;1;4;13number_rels30:V3attrid_filtyp:Var3;1;6;13attrid_grname:Var3;1;6;13attrid_mfferr:Var3;1;6;13attrid_yldmax:Var3;1;6;13attrid_rsptyp:Var3;1;6;13attrid_tagid:Var3;1;5;13slatmxdp:V7attrid_strike:Var3;1;6;13ev_hypo_ml:V3slonmxdp:V7evsv_sta_assoc_artuple:V3attrid_colint:Var3;1;6;13attrid_coterr:Var3;1;6;13attrid_mrterr:Var3;1;6;13evsv_sta_assoc_azwgt:V3attrid_str2:Var3;1;4;13attrid_elev:Var3;1;4;13attrid_seaz:Var3;1;4;13relid_remark:Var3;1;6;13attrid_wgt:Var3;1;3;13attrid_mtt:Var3;1;3;13attrid_string:Var3;1;6;13attrid_segtyp:Var3;1;6;13ipde:r3relid_filter:Var3;1;6;13tend:Var3;1;80;13attrid_ftid:Var3;1;4;13iflg:V3attrid_paxazm:Var3;1;6;13attrid_staname:Var3;1;7;13jflg:r3attrid_time:Var3;1;4;13attrid_lddate:Var3;1;6;13ev_hypo_sta_assoc_artuple:V3attrid_location:Var3;1;8;13attrid_refsta:Var3;1;6;13attrid_sname:Var3;1;5;13attrid_tpblck:Var3;1;6;13ev_null:V3attrid_nxspro:Var3;1;6;13evsv_hypo_orid:V3attrid_deast:Var3;1;5;13ev_hypo_sta_assoc_rect:V3attrid_ndp:Var3;1;3;13attrid_vmodel:Var3;1;6;13elat:V7elon:V7attrid_dist:Var3;1;4;13attrid_tratbl:Var3;1;6;13relid_wftape:Var3;1;6;13slat:V7attrid_doy:Var3;1;3;13xlat:V6attrid_siteid:Var3;1;6;13slon:V7xlon:V6attrid_commid:Var3;1;6;13attrid_slip1:Var3;1;5;13attrid_slip2:Var3;1;5;13iplt:r3attrid_sensid:Var3;1;6;13attrid_tptype:Var3;1;6;13attrid_maglr:Var3;1;5;13relid_wftag:Var3;1;5;13relid_loc:Var3;1;3;13attrid_tcalib:Var3;1;6;13attrid_fkrid:Var3;1;5;13relid_xparam:Var3;1;6;13attrid_fsrid:Var3;1;5;13attrid_norid:Var3;1;5;13attrid_dnorth:Var3;1;6;13attrid_phase:Var3;1;5;13nassocs:V3evsv_sta_assoc_phase:V3evsv_sta_assoc_astuple:V3dbl_flt:V3attrid_snr:Var3;1;3;13relid_fsrec:Var3;1;5;13number_attrs:V3evsv_sta_assoc_arid:V3attrid_nxdlid:Var3;1;6;13ntuples:V3attrid_sxy:Var3;1;3;13attrid_opsw:Var3;1;4;13attrid_intscl:Var3;1;6;13attrid_calib:Var3;1;5;13relid_fplane:Var3;1;6;13attrid_algid:Var3;1;5;13attrid_azdef:Var3;1;5;13evsv_sta_assoc_shaz:V3attrid_timedef:Var3;1;7;13attrid_dip2:Var3;1;4;13attrid_insname:Var3;1;7;13attrid_bandw:Var3;1;5;13attrid_statype:Var3;1;7;13attrid_adate:Var3;1;5;13attrid_tapeblock:Var3;1;9;13dbl_int:V3attrid_nf:Var3;1;2;13attrid_net:Var3;1;3;13attrid_nass:Var3;1;4;13attrid_tarnam:Var3;1;6;13attrid_endtime:Var3;1;7;13relid_sensor:Var3;1;6;13attrid_atype:Var3;1;5;13evsv_hypo_auth:V3attrid_smprat:Var3;1;6;13attrid_mbid:Var3;1;4;13evsv_sta_nscvs:V3relid_netmag:Var3;1;6;13attrid_tagname:Var3;1;7;13attrid_evid:Var3;1;4;13relid_origin:Var3;1;6;13attrid_pchid:Var3;1;5;13attrid_exlat:Var3;1;5;13attrid_ndlid:Var3;1;5;13ev_hypo_sta_assoc_azwgt:V3attrid_exlon:Var3;1;5;13attrid_deltim:Var3;1;6;13attrid_delta:Var3;1;5;13relid_origerr:Var3;1;7;13relid_choper:Var3;1;6;13attrid_porid:Var3;1;5;13attrid_mtterr:Var3;1;6;13attrid_mrf:Var3;1;3;13attrid_lineno:Var3;1;6;13attrid_stanam:Var3;1;6;13attrid_curev:Var3;1;5;13attrid_curor:Var3;1;5;13attrid_mo:Var3;1;2;13attrid_mrr:Var3;1;3;13evsv_sta_assoc_chan:V3attrid_idvalue:Var3;1;7;13attrid_tsite:Var3;1;5;13idevent:F14xlat0:v6xlon0:v6x:v6y:v6nevs:v3ievs:var3;1;T-4;3nauth:v3auth:var3;1;T-12;ar3;1;A100;13ev_hypo_sta_assoc_assocflag:V3evsv_hypo_mb:V3evsv_dbl:V3ev_hypo_sta_assoc_phase:V3ev_hypo_time:V3i:r3j:V3k:r3evsv_sta_assoc_azres:V3ev_prefhypo:V3evsv_hypo_ml:V3ev_hypo_sta_assoc_chan:V3evsv_hypo_tuple:V3ev_hypo_lat:V3ev_hypo_sta_assoc_timewgt:V3ev_hypo_sta_nassocs:V3evsv_hypo_ms:V3ev_hypo_assocflag:V3ev_hypo_sta_sta:V3ev_hypo_sta_assoc_arid:V3evsv_sta_elev:V3ev_hypo_sta_assoc_iphase:V3evsv_sta_assoc_timewgt:V3ev_hypo_auth:V3evsv_sta_scvs:V3xlat2:V6xlon2:V6ev_hypo_mb:V3ev_dbl:V3ev_tuple:V3evsv_hypo_depth:V3ev_hypo_sta_assoc_time:V3evsv_hypo_pref:V3ev_hypo_nstas:V3ev_hypo_sta_elev:V3evsv_hypo_time:V3evsv_null:V3ev_hypo_sta_assoc_shaz:V3sec:V7evsv_sta_assoc_distance:V3xmb:V6ev_hypo_sta_assoc_distance:V3ev_hypo_sta_lat:V3xml:V6evsv_sta_assoc_iphase:V3xms:V6evsv_hypo_nstas:V3evsv_sta_lat:V3evsv_sta_lon:V3ev_hypo_sta_lon:V3ev_nhypos:V3ev_name:V3ev_hypo_sta_assoc_azimuth:V3author:Var3;1;80;13ev_evid:V3ev_hypo_tuple:V3ev_hypo_ms:V3evsv_sta_assoc_timeres:V3evsv_sta_nassocs:V3ev_hypo_depth:V3nhypos:V3evsv_sta_assoc_azimuth:V3evsv_hypo_lat:V3evsv_hypo_lon:V3ev_hypo_sta_assoc_hsaz:V3ev_hypo_sta_assoc_inc:V3ev_hypo_sta_assoc_deltime:V3ievid:V3ihold:V3jhold:V3iorid:V3ipref:V3evsv_sta_assoc_rect:V3ev_hypo_sta_assoc_azres:V3ev_hypo_lon:V3evsv_hypo_assocflag:V3ev_hypo_sta_assoc_timeres:V3evsv_sta_assoc_assocflag:V3evsv_sta_sta:V3evsv_sta_assoc_deltime:V3depth:V7evsv_sta_assoc_time:V3iyear:V3ev_hypo_orid:V3ev_hypo_sta_assoc_astuple:V3evsv_sta_assoc_hsaz:V3evsv_sta_assoc_inc:V3ev_hypo_ml:V3evsv_sta_assoc_artuple:V3ihour:V3evsv_sta_assoc_azwgt:V3time:V7xdel:V6ydel:V6ev_hypo_sta_assoc_artuple:V3ev_null:V3evsv_hypo_orid:V3amin:V6ev_hypo_sta_assoc_rect:V3imin:V3elat:V7elon:V7xlat:V6xlon:V6iday:V3dist:V6evsv_sta_assoc_phase:V3evsv_sta_assoc_astuple:V3evsv_sta_assoc_arid:V3evsv_sta_assoc_shaz:V3evsv_hypo_auth:V3evsv_sta_nscvs:V3ev_hypo_sta_assoc_azwgt:V3evsv_sta_assoc_chan:V3idstation:F14xlat0:v6xlon0:v6x:v6y:v6idb:v3nauth:v3auth:var3;1;T-4;ar3;1;A96;13attrid_maxblk:Var3;1;6;13attrid_syy:Var3;1;3;13attrid_depdp:Var3;1;5;13attrid_depth:Var3;1;5;13attrid_logat:Var3;1;5;13attrid_taxazm:Var3;1;6;13relid_beam:Var3;1;4;13attrid_coldia:Var3;1;6;13ev_hypo_sta_assoc_assocflag:V3evsv_hypo_mb:V3evsv_dbl:V3ev_hypo_sta_assoc_phase:V3attrid_sdepth:Var3;1;6;13attrid_nxfilt:Var3;1;6;13attrid_durat:Var3;1;5;13ev_hypo_time:V3attrid_fnorm:Var3;1;5;13attrid_yield:Var3;1;5;13dbl_str:V3attrid_nxfkr:Var3;1;5;13attrid_spauth:Var3;1;6;13attrid_cdate:Var3;1;5;13relid_code:Var3;1;4;13attrid_day:Var3;1;3;13attrid_usedft:Var3;1;6;13attrid_tdense:Var3;1;6;13attrid_hicut:Var3;1;5;13attrid_instype:Var3;1;7;13attrid_nxfsr:Var3;1;5;13relid_sigpro:Var3;1;6;13attrid_offdate:Var3;1;7;13i:V3attrid_medium:Var3;1;6;13relid_feature:Var3;1;7;13attrid_locut:Var3;1;5;13evsv_sta_assoc_azres:V3attrid_naxplg:Var3;1;6;13ev_prefhypo:V3attrid_pvalue:Var3;1;6;13attrid_staa:Var3;1;4;13attrid_tmnmw:Var3;1;5;13attrid_ctype:Var3;1;5;13evsv_hypo_ml:V3ev_hypo_sta_assoc_chan:V3attrid_naxval:Var3;1;6;13attrid_chid:Var3;1;4;13attrid_stype:Var3;1;5;13attrid_datsw:Var3;1;5;13attrid_evname:Var3;1;6;13attrid_wfid:Var3;1;4;13attrid_msid:Var3;1;4;13attrid_orid:Var3;1;4;13attrid_cfreq:Var3;1;5;13attrid_chan:Var3;1;4;13relid_fkdisc:Var3;1;6;13evsv_hypo_tuple:V3ev_hypo_lat:V3attrid_pdlid:Var3;1;5;13attrid_cloerr:Var3;1;6;13ev_hypo_sta_assoc_timewgt:V3attrid_volname:Var3;1;7;13attrid_iphase:Var3;1;6;13attrid_gnorm:Var3;1;5;13attrid_imb:Var3;1;3;13attrid_mag:Var3;1;3;13attrid_stao:Var3;1;4;13attrid_year:Var3;1;4;13ev_hypo_sta_nassocs:V3attrid_resid:Var3;1;5;13evsv_hypo_ms:V3ev_hypo_assocflag:V3attrid_azimuth:Var3;1;7;13attrid_sdmo:Var3;1;4;13ev_hypo_sta_sta:V3attrid_region:Var3;1;6;13attrid_amp:Var3;1;3;13attrid_sdms:Var3;1;4;13relid_centryd:Var3;1;7;13relid_stassoc:Var3;1;7;13ev_hypo_sta_assoc_arid:V3attrid_stt:Var3;1;3;13attrid_stx:Var3;1;3;13attrid_dtype:Var3;1;5;13attrid_sxz:Var3;1;3;13relid_channel:Var3;1;7;13attrid_netwrk:Var3;1;6;13attrid_coldep:Var3;1;6;13attrid_nxarid:Var3;1;6;13attrid_nxinid:Var3;1;6;13attrid_edepth:Var3;1;6;13attrid_vang:Var3;1;4;13attrid_files:Var3;1;5;13attrid_nsamp:Var3;1;5;13evsv_sta_elev:V3relid_counter:Var3;1;7;13attrid_nxevid:Var3;1;6;13ev_hypo_sta_assoc_iphase:V3attrid_coddes:Var3;1;6;13relid_sitechan:Var3;1;8;13attrid_rect:Var3;1;4;13attrid_edate:Var3;1;5;13attrid_rel:Var3;1;3;13number_attrs30:V3attrid_descrip:Var3;1;7;13relid_alias:Var3;1;5;13dbl_ascii:V3relid_gregion:Var3;1;7;13relid_site:Var3;1;4;13attrid_nx:Var3;1;2;13evsv_sta_assoc_timewgt:V3attrid_colvol:Var3;1;6;13relid_evwf:Var3;1;4;13attrid_paxplg:Var3;1;6;13ev_hypo_auth:V3attrid_coda:Var3;1;4;13relid_event:Var3;1;5;13attrid_bslow:Var3;1;5;13attrid_etype:Var3;1;5;13evsv_sta_scvs:V3attrid_instant:Var3;1;7;13attrid_smajax:Var3;1;6;13attrid_timeres:Var3;1;7;13attrid_nxsite:Var3;1;6;13attrid_code:Var3;1;4;13attrid_paldep:Var3;1;6;13attrid_paxval:Var3;1;6;13attrid_arid:Var3;1;4;13attrid_inid:Var3;1;4;13attrid_calratio:Var3;1;8;13attrid_mlid:Var3;1;4;13attrid_samprate:Var3;1;8;13xlat2:V6xlon2:V6ev_hypo_mb:V3ev_dbl:V3attrid_conf:Var3;1;4;13attrid_sproid:Var3;1;6;13relid_date:Var3;1;4;13relid_tape:Var3;1;4;13attrid_mrferr:Var3;1;6;13attrid_sminax:Var3;1;6;13ev_tuple:V3attrid_ondate:Var3;1;6;13xlat4:V6attrid_dused:Var3;1;5;13xlon4:V6attrid_mrrerr:Var3;1;6;13evsv_hypo_depth:V3attrid_nrlpb:Var3;1;5;13attrid_str1:Var3;1;4;13attrid_mtf:Var3;1;3;13attrid_nxcomm:Var3;1;6;13attrid_uncertainty:Var3;1;11;13attrid_nxalg:Var3;1;5;13attrid_reelsz:Var3;1;6;13attrid_belief:Var3;1;6;13ev_hypo_sta_assoc_time:V3relid_moment:Var3;1;6;13attrid_tshift:Var3;1;6;13attrid_syz:Var3;1;3;13attrid_ndef:Var3;1;4;13attrid_hang:Var3;1;4;13attrid_tpfile:Var3;1;6;13attrid_descr:Var3;1;5;13attrid_instyp:Var3;1;6;13attrid_magid:Var3;1;5;13attrid_offdat:Var3;1;6;13relid_lastid:Var3;1;6;13attrid_leap:Var3;1;4;13attrid_nxsens:Var3;1;6;13attrid_ripple:Var3;1;6;13evsv_hypo_pref:V3attrid_dir:Var3;1;3;13attrid_lat:Var3;1;3;13attrid_fm:Var3;1;2;13ev_hypo_nstas:V3relid_wfdisc:Var3;1;6;13attrid_stassid:Var3;1;7;13attrid_emares:Var3;1;6;13attrid_volnam:Var3;1;6;13attrid_ny:Var3;1;2;13attrid_magsh:Var3;1;5;13attrid_magb:Var3;1;4;13ev_hypo_sta_elev:V3evsv_hypo_time:V3attrid_algorithm:Var3;1;9;13attrid_blkfac:Var3;1;6;13attrid_sdzdp:Var3;1;5;13evsv_null:V3attrid_cdperr:Var3;1;6;13attrid_netname:Var3;1;7;13attrid_sddp:Var3;1;4;13attrid_dfile:Var3;1;5;13ev_hypo_sta_assoc_shaz:V3attrid_auth:Var3;1;4;13relid_assoc:Var3;1;5;13attrid_tfile:Var3;1;5;13attrid_sta:Var3;1;3;13attrid_nslpb:Var3;1;5;13evsv_sta_assoc_distance:V3attrid_mb:Var3;1;2;13sta:Var3;1;80;13relid_affiliation:Var3;1;11;13attrid_ims:Var3;1;3;13attrid_srn:Var3;1;3;13relid_fkrec:Var3;1;5;13relid_wftar:Var3;1;5;13attrid_tapefile:Var3;1;8;13ev_hypo_sta_assoc_distance:V3attrid_sprt:Var3;1;4;13ev_hypo_sta_lat:V3attrid_sty:Var3;1;3;13attrid_spvt:Var3;1;4;13evsv_sta_assoc_iphase:V3attrid_szz:Var3;1;3;13attrid_band:Var3;1;4;13dbl_binary:V3attrid_foff:Var3;1;4;13attrid_name:Var3;1;4;13attrid_bazim:Var3;1;5;13attrid_nsta:Var3;1;4;13attrid_nxftid:Var3;1;6;13attrid_tmnlpb:Var3;1;6;13relid_detloc:Var3;1;6;13evsv_hypo_nstas:V3attrid_dip1:Var3;1;4;13evsv_sta_lat:V3attrid_fstat:Var3;1;5;13attrid_compa:Var3;1;5;13attrid_mname:Var3;1;5;13attrid_nmb:Var3;1;3;13evsv_sta_lon:V3ev_hypo_sta_lon:V3relid_instrument:Var3;1;10;13relid_comment:Var3;1;7;13ev_nhypos:V3attrid_calper:Var3;1;6;13ev_name:V3attrid_hslope:Var3;1;6;13attrid_chanid:Var3;1;6;13attrid_slodef:Var3;1;6;13attrid_taxplg:Var3;1;6;13attrid_bmtyp:Var3;1;5;13attrid_fktyp:Var3;1;5;13attrid_fstyp:Var3;1;5;13dbl_dbl:V3relid_stalog:Var3;1;6;13relid_station:Var3;1;7;13attrid_taxval:Var3;1;6;13ev_hypo_sta_assoc_azimuth:V3attrid_srname:Var3;1;6;13ev_evid:V3relid_detection:Var3;1;9;13attrid_mtferr:Var3;1;6;13attrid_ncalib:Var3;1;6;13attrid_mff:Var3;1;3;13ev_hypo_tuple:V3attrid_comm:Var3;1;4;13attrid_azres:Var3;1;5;13relid_day:Var3;1;3;13ev_hypo_ms:V3attrid_jdate:Var3;1;5;13attrid_tupid:Var3;1;5;13relid_network:Var3;1;7;13attrid_array:Var3;1;5;13attrid_beamid:Var3;1;6;13attrid_nettype:Var3;1;7;13attrid_rsptype:Var3;1;7;13attrid_bestdc:Var3;1;6;13attrid_ms:Var3;1;2;13evsv_sta_assoc_timeres:V3attrid_mrt:Var3;1;3;13attrid_minblk:Var3;1;6;13evsv_sta_nassocs:V3attrid_delslo:Var3;1;6;13attrid_cmpx:Var3;1;4;13attrid_nbyte:Var3;1;5;13ev_hypo_depth:V3attrid_tmfc:Var3;1;4;13attrid_chana:Var3;1;5;13evsv_sta_assoc_azimuth:V3attrid_date:Var3;1;4;13attrid_filtid:Var3;1;6;13attrid_exptyp:Var3;1;6;13attrid_tmfi:Var3;1;4;13attrid_plpref:Var3;1;6;13attrid_nxfk:Var3;1;4;13attrid_dig:Var3;1;3;13attrid_moauth:Var3;1;6;13attrid_segtype:Var3;1;7;13attrid_ncalper:Var3;1;7;13attrid_delaz:Var3;1;5;13evsv_hypo_lat:V3attrid_digital:Var3;1;7;13attrid_stime:Var3;1;5;13attrid_lon:Var3;1;3;13attrid_nxfs:Var3;1;4;13attrid_per:Var3;1;3;13evsv_hypo_lon:V3attrid_magnitude:Var3;1;9;13relid_sregion:Var3;1;7;13ev_hypo_sta_assoc_hsaz:V3attrid_nrmw:Var3;1;4;13attrid_fkqual:Var3;1;6;13attrid_text:Var3;1;4;13attrid_sdmb:Var3;1;4;13attrid_attrib:Var3;1;6;13attrid_chano:Var3;1;5;13ev_hypo_sta_assoc_inc:V3attrid_dattyp:Var3;1;6;13attrid_claerr:Var3;1;6;13ev_hypo_sta_assoc_deltime:V3attrid_mexpon:Var3;1;6;13attrid_slores:Var3;1;6;13relid_arrival:Var3;1;7;13ihold:V3attrid_remark:Var3;1;6;13attrid_stid:Var3;1;4;13attrid_sdobs:Var3;1;5;13evsv_sta_assoc_rect:V3ev_hypo_sta_assoc_azres:V3relid_fsdisc:Var3;1;6;13ev_hypo_lon:V3attrid_maxf:Var3;1;4;13attrid_qual:Var3;1;4;13attrid_velid:Var3;1;5;13attrid_ema:Var3;1;3;13attrid_pname:Var3;1;5;13evsv_hypo_assocflag:V3attrid_clip:Var3;1;4;13attrid_spmm:Var3;1;4;13attrid_ldate:Var3;1;5;13attrid_maxint:Var3;1;6;13attrid_iml:Var3;1;3;13ev_hypo_sta_assoc_timeres:V3attrid_grn:Var3;1;3;13attrid_mon:Var3;1;3;13attrid_stav:Var3;1;4;13attrid_ml:Var3;1;2;13attrid_esaz:Var3;1;4;13evsv_sta_assoc_assocflag:V3attrid_nxchid:Var3;1;6;13attrid_moist:Var3;1;5;13evsv_sta_sta:V3evsv_sta_assoc_deltime:V3attrid_slow:Var3;1;4;13attrid_stz:Var3;1;3;13attrid_sxx:Var3;1;3;13attrid_maxkx:Var3;1;5;13attrid_optyp:Var3;1;5;13attrid_ltype:Var3;1;5;13attrid_datatype:Var3;1;8;13attrid_dlid:Var3;1;4;13attrid_fkid:Var3;1;4;13attrid_maxky:Var3;1;5;13attrid_nxwfid:Var3;1;6;13attrid_prefor:Var3;1;6;13attrid_idtype:Var3;1;6;13attrid_file:Var3;1;4;13attrid_fsid:Var3;1;4;13evsv_sta_assoc_time:V3attrid_naxazm:Var3;1;6;13attrid_watdep:Var3;1;6;13attrid_maxsx:Var3;1;5;13ev_hypo_orid:V3attrid_maxsy:Var3;1;5;13ev_hypo_sta_assoc_astuple:V3attrid_nxorid:Var3;1;6;13attrid_tlen:Var3;1;4;13attrid_magtype:Var3;1;7;13relid_extra:Var3;1;5;13relid_stamag:Var3;1;6;13attrid_nowft:Var3;1;5;13attrid_nmo:Var3;1;3;13attrid_nms:Var3;1;3;13attrid_lslope:Var3;1;6;13evsv_sta_assoc_hsaz:V3evsv_sta_assoc_inc:V3relid_explo:Var3;1;5;13attrid_nsmw:Var3;1;4;13number_rels30:V3attrid_filtyp:Var3;1;6;13attrid_grname:Var3;1;6;13attrid_mfferr:Var3;1;6;13attrid_yldmax:Var3;1;6;13attrid_rsptyp:Var3;1;6;13attrid_tagid:Var3;1;5;13attrid_strike:Var3;1;6;13ev_hypo_ml:V3evsv_sta_assoc_artuple:V3attrid_colint:Var3;1;6;13attrid_coterr:Var3;1;6;13attrid_mrterr:Var3;1;6;13evsv_sta_assoc_azwgt:V3attrid_str2:Var3;1;4;13attrid_elev:Var3;1;4;13attrid_seaz:Var3;1;4;13relid_remark:Var3;1;6;13attrid_wgt:Var3;1;3;13attrid_mtt:Var3;1;3;13attrid_string:Var3;1;6;13attrid_segtyp:Var3;1;6;13relid_filter:Var3;1;6;13attrid_ftid:Var3;1;4;13attrid_paxazm:Var3;1;6;13attrid_staname:Var3;1;7;13attrid_time:Var3;1;4;13attrid_lddate:Var3;1;6;13xdel:V6ydel:V6ev_hypo_sta_assoc_artuple:V3attrid_location:Var3;1;8;13attrid_refsta:Var3;1;6;13attrid_sname:Var3;1;5;13attrid_tpblck:Var3;1;6;13ev_null:V3attrid_nxspro:Var3;1;6;13evsv_hypo_orid:V3attrid_deast:Var3;1;5;13ev_hypo_sta_assoc_rect:V3amin:V6attrid_ndp:Var3;1;3;13attrid_vmodel:Var3;1;6;13attrid_dist:Var3;1;4;13attrid_tratbl:Var3;1;6;13relid_wftape:Var3;1;6;13attrid_doy:Var3;1;3;13xlat:V6attrid_siteid:Var3;1;6;13xlon:V6elev:V6attrid_commid:Var3;1;6;13attrid_slip1:Var3;1;5;13attrid_slip2:Var3;1;5;13attrid_sensid:Var3;1;6;13dist:V6attrid_tptype:Var3;1;6;13attrid_maglr:Var3;1;5;13relid_wftag:Var3;1;5;13relid_loc:Var3;1;3;13attrid_tcalib:Var3;1;6;13attrid_fkrid:Var3;1;5;13relid_xparam:Var3;1;6;13attrid_fsrid:Var3;1;5;13attrid_norid:Var3;1;5;13attrid_dnorth:Var3;1;6;13attrid_phase:Var3;1;5;13evsv_sta_assoc_phase:V3evsv_sta_assoc_astuple:V3dbl_flt:V3attrid_snr:Var3;1;3;13relid_fsrec:Var3;1;5;13number_attrs:V3evsv_sta_assoc_arid:V3attrid_nxdlid:Var3;1;6;13ntuples:V3attrid_sxy:Var3;1;3;13attrid_opsw:Var3;1;4;13attrid_intscl:Var3;1;6;13attrid_calib:Var3;1;5;13relid_fplane:Var3;1;6;13attrid_algid:Var3;1;5;13attrid_azdef:Var3;1;5;13evsv_sta_assoc_shaz:V3attrid_timedef:Var3;1;7;13attrid_dip2:Var3;1;4;13attrid_insname:Var3;1;7;13attrid_bandw:Var3;1;5;13attrid_statype:Var3;1;7;13attrid_adate:Var3;1;5;13attrid_tapeblock:Var3;1;9;13dbl_int:V3attrid_nf:Var3;1;2;13attrid_net:Var3;1;3;13attrid_nass:Var3;1;4;13attrid_tarnam:Var3;1;6;13attrid_endtime:Var3;1;7;13relid_sensor:Var3;1;6;13attrid_atype:Var3;1;5;13evsv_hypo_auth:V3attrid_smprat:Var3;1;6;13attrid_mbid:Var3;1;4;13evsv_sta_nscvs:V3relid_netmag:Var3;1;6;13attrid_tagname:Var3;1;7;13attrid_evid:Var3;1;4;13relid_origin:Var3;1;6;13attrid_pchid:Var3;1;5;13attrid_exlat:Var3;1;5;13attrid_ndlid:Var3;1;5;13ev_hypo_sta_assoc_azwgt:V3attrid_exlon:Var3;1;5;13attrid_deltim:Var3;1;6;13attrid_delta:Var3;1;5;13relid_origerr:Var3;1;7;13relid_choper:Var3;1;6;13attrid_porid:Var3;1;5;13attrid_mtterr:Var3;1;6;13attrid_mrf:Var3;1;3;13attrid_lineno:Var3;1;6;13attrid_stanam:Var3;1;6;13attrid_curev:Var3;1;5;13attrid_curor:Var3;1;5;13attrid_mo:Var3;1;2;13attrid_mrr:Var3;1;3;13evsv_sta_assoc_chan:V3attrid_idvalue:Var3;1;7;13attrid_tsite:Var3;1;5;13symbol:F14type:var3;1;A96;13x:v6y:v6size:v6thick:v6iclip:v3ifill:v3x1:V6y1:V6x2:V6y2:V6xr:V6yr:V6xx:V6yy:V6xscale:V6yscale:V6xtype:Var3;1;8;13ytype:Var3;1;8;13xxmin:V6yymin:V6xxmax:V6yymax:V6xdim:V6ydim:V6xplt:Var3;1;10;6yplt:Var3;1;10;6xlow:V6ylow:V6edprojmap.ov.21v.22v.96v.77ARR_SEG1v.281v.315v.287VAR_SEG1VAR_SEG2VAR_SEG3VAR_SEG4/auto/jspc/sw/src/bin/db/dbmapevents/edprojmap.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;edprojmap:F14xdim:v6ydim:v6xlow:v6ylow:v6xlatc:v6xlonc:v6xdelmn:v6xdelmx:v6ydelmn:v6ydelmx:v6dcircle:v6title:var3;1;A116;13i:r3j:r3r:V6d1:V6d2:V6d3:V6i1:r3d4:V6i2:r3dr:V6nr:r3xlat1:V6xlon1:V6loc:Var3;1;80;13region:Var3;1;80;13xlatmn:V6xlonmn:V6maxpoints:V3xlatmx:V6xlonmx:V6thick:V6nsegs:V3ibuf:Var3;1;200000;3nbuf:V3xbuf:Var3;1;200000;6ybuf:Var3;1;200000;6type:Var3;1;80;13xlat:Var3;1;200000;6xlon:Var3;1;200000;6ierr:V3npts:V3latlon2xydel:F14xlat1:v6xlon1:v6xlat2:v6xlon2:v6xdel:v6ydel:v6pi:V7az:V7del:V7xln1:V7xln2:V7xlt1:V7xlt2:V7xydel2latlon:F14xlat1:v6xlon1:v6xdel:v6ydel:v6xlat2:v6xlon2:v6pi:V7az:V7del:V7xln1:V7xln2:V7xlt1:V7xlt2:V7delbox2llbox:F14xlatc:v6xlonc:v6xdelmn:v6xdelmx:v6ydelmn:v6ydelmx:v6xlatmn:v6xlatmx:v6xlonmn:v6xlonmx:v6i:r3x:V6y:V6dx:V6dy:V6xlat:V6xlon:V6EV_f.o/export/jspc/sw/src/lib/undoc/ev/EV_f.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h_iobuf:T(1,1)=s20_cnt:(0,1),0,32;_ptr:(1,2)=*(0,5),32,32;_base:(1,2),64,32;_bufsiz:(0,1),96,32;_flag:(0,4),128,16;_file:(0,2),144,8;;/usr/include/varargs.hva_list:t(2,1)=*(0,2)./ev.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/machine/devaddr.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hfaultcode_t:t(0,1)sigvec:T(7,1)=s12sv_handler:(7,2)=*(7,3)=f(0,11),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(7,4)=s8ss_sp:(2,1),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(7,5)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(7,6)=ar(0,1);0;30;(2,1),288,992;sc_wbuf:(7,7)=ar(0,1);0;30;(7,8)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigset_t:t(0,1)speed_t:t(0,8)tcflag_t:t(0,8)cc_t:t(0,5)pid_t:t(0,1)mode_t:t(0,6)nlink_t:t(0,4)clock_t:t(0,1)time_t:t(0,1)size_t:t(0,1)ptrdiff_t:t(0,1)wchar_t:t(0,6)sigaction:T(7,9)=s12sa_handler:(7,2),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(10,1)=s4r:(10,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(10,3)=*(10,1)label_t:T(10,4)=s8val:(10,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(10,4)_quad_t:T(10,6)=s8val:(10,5),0,64;;quad_t:t(10,6)daddr_t:t(0,1)caddr_t:t(2,1)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(2,1)fd_mask:t(0,1)fd_set:T(10,7)=s32fds_bits:(10,8)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(10,7)/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(16,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(2,1)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hfp_direction_type:T(19,1)=efp_nearest:0,fp_tozero:1,fp_positive:2,fp_negative:3,;fp_precision_type:T(19,2)=efp_extended:0,fp_single:1,fp_double:2,fp_precision_3:3,;fp_exception_type:T(19,3)=efp_inexact:0,fp_division:1,fp_underflow:2,fp_overflow:3,fp_invalid:4,;fp_class_type:T(19,4)=efp_zero:0,fp_subnormal:1,fp_normal:2,fp_infinity:3,fp_quiet:4,fp_signaling:5,;single:t(0,9)extended:t(18,1)=ar(0,1);0;2;(0,8)quadruple:t(18,2)=s16u:(18,3)=ar(0,1);0;3;(0,8),0,128;;fp_exception_field_type:t(0,8)sigfpe_code_type:t(0,1)sigfpe_handler_type:t(7,2)fp_direction:G(19,1)fp_precision:G(19,2)fp_accrued_exceptions:G(0,8)decimal_string:t(18,4)=ar(0,1);0;511;(0,2)decimal_record:t(18,5)=s532fpclass:(19,4),0,32;sign:(0,1),32,32;exponent:(0,1),64,32;ds:(18,4),96,4096;more:(0,1),4192,32;ndigits:(0,1),4224,32;;decimal_form:T(18,6)=efixed_form:0,floating_form:1,;decimal_mode:t(18,7)=s12rd:(19,1),0,32;df:(18,6),32,32;ndigits:(0,1),64,32;;decimal_string_form:T(18,8)=einvalid_form:0,whitespace_form:1,fixed_int_form:2,fixed_intdot_form:3,fixed_dotfrac_form:4,fixed_intdotfrac_form:5,floating_int_form:6,floating_intdot_form:7,\floating_dotfrac_form:8,floating_intdotfrac_form:9,inf_form:10,infinity_form:11,nan_form:12,nanstring_form:13,;ieee_handlers:G(18,9)=ar(0,1);0;4;(7,2)errno:G(0,1)fp_pi_type:T(17,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(17,1)exception:T(17,2)=s32type:(0,1),0,32;name:(2,1),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)/sw/loc/include/errlog.hProgram_Name:G(2,1)/sw/loc/include/arrays.hTbl:T(21,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(21,2)=*(2,1),64,32;;Tbl:t(21,1)Arr:T(21,3)=s8root:(2,1),0,32;cmp:(21,4)=*(21,5)=f(0,1),32,32;;Arr:t(21,3)Stbl:T(21,6)=s16tbl:(21,7)=*(21,1),0,32;root:(2,1),32,32;cmp:(21,4),64,32;changed:(0,1),96,32;;Stbl:t(21,6)/sw/loc/include/pf.hPfvalue:t(22,1)=u4s:(2,1),0,32;arr:(22,2)=*(21,3),0,32;tbl:(21,7),0,32;;Pf:T(22,3)=s8type:(0,1),0,32;value:(22,1),32,32;;Pf:t(22,3)optarg:G(2,1)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(14,1)=s16name:(2,1),0,32;has_arg:(0,1),32,32;flag:(14,2)=*(0,1),64,32;val:(0,1),96,32;;Dbptr:T(13,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(13,1)Dbvalue:T(13,2)=u1024t:(2,1),0,32;s:(13,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(21,7),0,32;arr:(22,2),0,32;;Dbvalue:t(13,2)Exvalue:T(13,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(2,1),0,32;p:(13,6)=*(13,5)=xsre_pattern_buffer:,0,32;fi:(21,4),0,32;fd:(13,7)=*(13,8)=f(0,10),0,32;fs:(13,9)=*(13,10)=f(2,1),0,32;;Exvalue:t(13,4)Expression:T(13,11)=s32left:(13,12)=*(13,11),0,32;right:(13,12),32,32;x3:(13,12),64,32;x4:(13,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(13,4),192,64;;Expression:t(13,11)dbinvalid:G(13,1)/sw/loc/include/scv2.h/usr/include/sys/param.h/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.hPolar:T(30,1)=s16amplitude:(0,10),0,64;phase:(0,10),64,64;;Polar:t(30,1)Complex:T(30,2)=s16real:(0,10),0,64;imag:(0,10),64,64;;Complex:t(30,2)/sw/loc/include/stock.hResponse_group:T(29,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(29,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(29,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(21,7),640,32;parameters:(22,2),672,32;private:(29,4)=*(0,11),704,32;;Response_group:t(29,1)Response:T(29,5)=s12ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(29,6)=*(29,1),64,32;;Response:t(29,5)Fir:T(29,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(29,8)=*(0,10),192,32;num_coef_errors:(29,8),224,32;den_coefs:(29,8),256,32;den_coef_errors:(29,8),288,32;;Fir:t(29,7)Paz:T(29,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(29,10)=*(30,2),192,32;pole_errors:(29,10),224,32;zeros:(29,10),256,32;zero_errors:(29,10),288,32;;Paz:t(29,9)Iir:T(29,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(29,10),192,32;pole_errors:(29,10),224,32;zeros:(29,10),256,32;zero_errors:(29,10),288,32;;Iir:t(29,11)scv_segments_:T(23,1)=s200ituple:(0,1),0,32;exist:(0,1),32,32;nbad:(0,1),64,32;tstart:(0,10),128,64;tend:(0,10),192,64;nsamps:(0,1),256,32;dt:(0,10),320,64;ctype:(23,2)=ar(0,1);0;4;(0,2),384,40;\descrip:(23,3)=ar(0,1);0;50;(0,2),424,408;hang:(0,10),832,64;vang:(0,10),896,64;depth:(0,10),960,64;inid:(0,1),1024,32;chanid:(0,1),1056,32;calib:(0,9),1088,32;calper:(0,9),1120,32;\data_format:(23,4)=ar(0,1);0;7;(0,2),1152,64;data_type:(23,4),1216,64;input_units:(23,4),1280,64;output_units:(23,4),1344,64;tshift:(0,10),1408,64;response:(23,5)=*(29,5),1472,32;responsefile:(2,1),1504,32;data:(23,6)=*(0,9),1536,32;raw_data:(29,4),1568,32;;SCVSegment:t(23,1)scv_arrival_:T(23,7)=s64ituple:(0,1),0,32;time:(0,10),64,64;deltime:(0,10),128,64;amp:(0,10),192,64;per:(0,10),256,64;phase:(23,4),320,64;fm:(23,9)=ar(0,1);0;3;(0,2),384,32;quality:(23,9),416,32;scv:(23,10)=*(23,8)=xssta_chan_view_:,448,32;;SCVArrival:t(23,7)sta_chan_view_:T(23,8)=s208id:(0,1),0,32;dbl:(23,11)=*(13,1),32,32;sta:(23,12)=ar(0,1);0;31;(0,2),64,256;chan:(23,12),320,256;chana:(23,12),576,256;tstart:(0,10),832,64;tend:(0,10),896,64;lat:(0,10),960,64;\lon:(0,10),1024,64;elev:(0,10),1088,64;deast:(0,10),1152,64;dnorth:(0,10),1216,64;delev:(0,10),1280,64;nsamps:(0,1),1344,32;nsegs:(0,1),1376,32;segments_size:(0,1),1408,32;\rel_wfdisc:(23,11),1440,32;segments:(23,13)=*(23,1),1472,32;narrivals:(0,1),1504,32;arrivals_size:(0,1),1536,32;rel_arrival:(23,11),1568,32;arrivals:(23,14)=*(23,15)=*(23,7),1600,32;;SCV:t(23,8)trace_:T(23,16)=s104scv:(23,17)=*(23,8),0,32;tstart:(0,10),64,64;dt:(0,10),128,64;nsamps:(0,1),192,32;calib:(0,9),224,32;calper:(0,9),256,32;rawdata_format:(23,4),288,64;rawdata_type:(23,4),352,64;\input_units:(23,4),416,64;output_units:(23,4),480,64;data:(23,6),544,32;data_free:(23,6),576,32;data_malloc:(0,1),608,32;raw_data:(29,4),640,32;rawdata_free:(23,6),672,32;rawdata_malloc:(0,1),704,32;\prev:(23,18)=*(23,16),736,32;next:(23,18),768,32;;Trace:t(23,16)/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/db.hstation_view_:T(3,1)=s72id:(0,1),0,32;dbl:(23,11),32,32;si_tuple:(0,1),64,32;sta:(3,2)=ar(0,1);0;15;(0,2),96,128;lat:(0,10),256,64;lon:(0,10),320,64;elev:(0,10),384,64;nscvs:(0,1),448,32;\scvs:(3,3)=*(23,17),480,32;nrefs:(0,1),512,32;refs:(3,4)=*(29,4),544,32;;SV:t(3,1)arrival_view_:T(3,5)=s104id:(0,1),0,32;dbl:(23,11),32,32;ar_tuple:(0,1),64,32;sta:(3,2),96,128;chan:(3,2),224,128;phase:(3,2),352,128;time:(0,10),512,64;azimuth:(0,9),576,32;\inc:(0,9),608,32;rect:(0,9),640,32;deltime:(0,9),672,32;scv:(23,17),704,32;nrefs:(0,1),736,32;refs:(3,4),768,32;;ArrV:t(3,5)assoc_veiw_:T(3,6)=s80id:(0,1),0,32;dbl:(23,11),32,32;evsv:(3,8)=*(3,7)=xsevsta_view_:,64,32;arid:(0,1),96,32;as_tuple:(0,1),128,32;assoc_flag:(0,1),160,32;distance:(0,10),192,64;timeres:(0,10),256,64;\shaz:(0,9),320,32;hsaz:(0,9),352,32;azres:(0,9),384,32;timewgt:(0,9),416,32;azwgt:(0,9),448,32;phase:(3,2),480,128;arrv:(3,9)=*(3,5),608,32;;EVAssoc:t(3,6)evsta_view_:T(3,7)=s52id:(0,1),0,32;dbl:(23,11),32,32;evl:(3,12)=*(3,10)=xsevent_view_list_:,64,32;hypo:(3,13)=*(3,11)=xshypo_view_:,96,32;sv:(3,14)=*(3,1),128,32;sta:(3,2),160,128;nassocs:(0,1),288,32;assocs:(3,15)=*(3,16)=*(3,6),320,32;\nscvs:(0,1),352,32;scvs:(3,3),384,32;;EVSta:t(3,7)hypo_view_:T(3,11)=s152id:(0,1),0,32;dbl:(23,11),32,32;evl:(3,12),64,32;ev:(3,18)=*(3,17)=xsevent_view_:,96,32;orid:(0,1),128,32;or_tuple:(0,1),160,32;assoc_flag:(0,1),192,32;time:(0,10),256,64;\lat:(0,10),320,64;lon:(0,10),384,64;depth:(0,10),448,64;mb:(0,9),512,32;ms:(0,9),544,32;ml:(0,9),576,32;nstas:(0,1),608,32;stas:(3,19)=*(3,20)=*(3,7),640,32;auth:(3,21)=ar(0,1);0;63;(0,2),672,512;;EVHypo:t(3,11)event_view_:T(3,17)=s160id:(0,1),0,32;dbl:(23,11),32,32;evl:(3,12),64,32;evid:(0,1),96,32;ev_tuple:(0,1),128,32;name:(3,21),160,512;nhypos:(0,1),672,32;hypos:(3,22)=*(3,23)=*(3,11),704,32;\pref_hypo:(0,1),736,32;auth:(3,21),768,512;;EV:t(3,17)event_view_list_:T(3,10)=s20id:(0,1),0,32;nrefs:(0,1),32,32;refs:(3,4),64,32;nscvs:(0,1),96,32;scvs:(3,3),128,32;;EVL:t(3,10)/sw/loc/include/csstime.hdate_time:T(35,1)=s48epoch:(0,10),0,64;date:(0,1),64,32;year:(0,1),96,32;month:(0,1),128,32;mname:(23,9),160,32;day:(0,1),192,32;doy:(0,1),224,32;hour:(0,1),256,32;\minute:(0,1),288,32;second:(0,9),320,32;;evcreate_:F(0,11)dbform:p(2,1)ndbs:p(14,2)dbs:p(2,1)tstart:p(2,1)tend:p(2,1)latmin:p(29,8)latmax:p(29,8)lonmin:p(29,8)lonmax:p(29,8)nevs:p(14,2)ievs:p(14,2)len_dbform:p(0,1)len_dbs:p(0,1)len_tstart:p(0,1)len_tend:p(0,1)evs:(0,13)=*(0,14)=*(3,17)i:(0,1)j:(0,1)n:(0,1)str1:V(18,4)str2:V(18,4)str3:V(18,4)schema:V(23,12)strp1:(2,1)strp2:(2,1)strp3:(2,1)dbnames:(21,2)evsvcreate_:F(0,11)iev:p(14,2)stasift:p(2,1)latmin:p(29,8)latmax:p(29,8)lonmin:p(29,8)lonmax:p(29,8)nevsvs:p(14,2)ievsvs:p(14,2)len_stasift:p(0,1)stas:V(3,21)stasp:(2,1)evsvs:(3,19)i:(0,1)j:(0,1)n:(0,1)lat:(0,10)lon:(0,10)evloadscvs_:F(0,11)iev:p(14,2)evget_:F(0,11)__builtin_va_alist:p(0,1)args:(2,1)ev:(0,14)loop:(0,1)attrp:(14,2)attr:(0,1)charp:(2,1)i:(0,1)j:(0,1)k:(0,1)l:(0,1)m:(0,1)n:(0,1)str_ptrs:V(0,15)=ar(0,1);0;99;(2,1)str_attrs:V(0,16)=ar(0,1);0;99;(0,1)str_indx1:V(0,16)str_indx2:V(0,16)str_indx3:V(0,16)nstrs:(0,1)len:(0,1)sv:(3,14)arrv:(3,9)evsvget_:F(0,11)__builtin_va_alist:p(0,1)args:(2,1)evsv:(3,20)loop:(0,1)attrp:(14,2)attr:(0,1)charp:(2,1)charph:(2,1)iscvs:(14,2)i:(0,1)j:(0,1)k:(0,1)l:(0,1)m:(0,1)n:(0,1)str_ptrs:V(0,15)str_attrs:V(0,16)str_indx1:V(0,16)nstrs:(0,1)len:(0,1)sv:(3,14)arrv:(3,9)evstrf2c:F(2,1)string:p(2,1)len:p(0,1)out:V(18,4)i:(0,1)j:(0,1)k:(0,1)EV.o/export/jspc/sw/src/lib/undoc/ev/EV.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h./ev.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/machine/devaddr.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/sw/loc/include/scv2.h/usr/include/sys/param.h/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.h/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/db.hEV_create:F(0,13)=*(0,14)=*(3,17)schema:p(2,1)ndbs:p(0,1)dbnames:p(21,2)tstart_sift:p(2,1)tend_sift:p(2,1)latmin_sift:p(0,10)latmax_sift:p(0,10)lonmin_sift:p(0,10)lonmax_sift:p(0,10)nevs:p(14,2)evs:(0,13)dbl:(23,11)EV_load_evstav_scvs:F(0,1)ev:p(0,14)i:(0,1)j:(0,1)evl:(0,15)=*(3,10)dbl:(23,11)evsv:(3,20)tsift1:(0,10)tsift2:(0,10)time:(0,10)chansift:V(23,12)value:(13,2)schema:(3,21)name:(18,4)name_ptr:(2,1)EV_create_evsvs:F(3,19)ev:p(0,14)stasift:p(2,1)nevsvs:p(14,2)evsvs:(3,19)evsv:(3,20)i:(0,1)n:(0,1)evl:(0,15)EV_get:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)ev:(0,14)attr:(0,1)charp:(2,1)EV_free_all:F(0,1)evs:p(0,13)nevs:p(0,1)i:(0,1)EV_free:F(0,1)ev:p(0,14)i:(0,1)EVHypo_free:F(0,1)hypo:p(3,23)i:(0,1)EVSta_free:F(0,1)sta:p(3,20)i:(0,1)EVSV_free:F(0,1)sv:p(3,14)EVAssoc_free:F(0,1)assoc:p(3,16)i:(0,1)EVArrV_free:F(0,1)arrv:p(3,9)EV30_create.o/export/jspc/sw/src/lib/undoc/ev/EV30_create.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(3,1)=s4r:(3,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(3,3)=*(3,1)label_t:T(3,4)=s8val:(3,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(3,4)_quad_t:T(3,6)=s8val:(3,5),0,64;;quad_t:t(3,6)daddr_t:t(0,1)caddr_t:t(3,7)=*(0,2)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(3,7)fd_mask:t(0,1)fd_set:T(3,8)=s32fds_bits:(3,9)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(3,8)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hsingle:t(0,9)extended:t(7,1)=ar(0,1);0;2;(0,8)quadruple:t(7,2)=s16u:(7,3)=ar(0,1);0;3;(0,8),0,128;;fp_exception_field_type:t(0,8)sigfpe_code_type:t(0,1)sigfpe_handler_type:t(7,4)=*(7,5)=f(0,11)fp_direction:G(8,1)fp_precision:G(8,2)fp_accrued_exceptions:G(0,8)decimal_string:t(7,6)=ar(0,1);0;511;(0,2)decimal_record:t(7,7)=s532fpclass:(8,4),0,32;sign:(0,1),32,32;exponent:(0,1),64,32;ds:(7,6),96,4096;more:(0,1),4192,32;ndigits:(0,1),4224,32;;decimal_form:T(7,8)=efixed_form:0,floating_form:1,;decimal_mode:t(7,9)=s12rd:(8,1),0,32;df:(7,8),32,32;ndigits:(0,1),64,32;;decimal_string_form:T(7,10)=einvalid_form:0,whitespace_form:1,fixed_int_form:2,fixed_intdot_form:3,fixed_dotfrac_form:4,fixed_intdotfrac_form:5,floating_int_form:6,floating_intdot_form:7,\floating_dotfrac_form:8,floating_intdotfrac_form:9,inf_form:10,infinity_form:11,nan_form:12,nanstring_form:13,;ieee_handlers:G(7,11)=ar(0,1);0;4;(7,4)errno:G(0,1)fp_pi_type:T(6,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(6,1)exception:T(6,2)=s32type:(0,1),0,32;name:(3,7),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/machine/devaddr.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(12,1)=s12sv_handler:(7,4),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(12,2)=s8ss_sp:(3,7),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(12,3)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(12,4)=ar(0,1);0;30;(3,7),288,992;sc_wbuf:(12,5)=ar(0,1);0;30;(12,6)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(12,7)=s12sa_handler:(7,4),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/malloc.hmallinfo:T(16,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(3,7)/usr/include/string.h/usr/include/sys/stdtypes.h./ev.h/usr/include/sys/param.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.hProgram_Name:G(3,7)/sw/loc/include/arrays.hTbl:T(27,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(27,2)=*(3,7),64,32;;Tbl:t(27,1)Arr:T(27,3)=s8root:(3,7),0,32;cmp:(27,4)=*(27,5)=f(0,1),32,32;;Arr:t(27,3)Stbl:T(27,6)=s16tbl:(27,7)=*(27,1),0,32;root:(3,7),32,32;cmp:(27,4),64,32;changed:(0,1),96,32;;Stbl:t(27,6)/sw/loc/include/pf.hPfvalue:t(28,1)=u4s:(3,7),0,32;arr:(28,2)=*(27,3),0,32;tbl:(27,7),0,32;;Pf:T(28,3)=s8type:(0,1),0,32;value:(28,1),32,32;;Pf:t(28,3)optarg:G(3,7)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(22,1)=s16name:(3,7),0,32;has_arg:(0,1),32,32;flag:(22,2)=*(0,1),64,32;val:(0,1),96,32;;Dbptr:T(21,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(21,1)Dbvalue:T(21,2)=u1024t:(3,7),0,32;s:(21,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(27,7),0,32;arr:(28,2),0,32;;Dbvalue:t(21,2)Exvalue:T(21,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(3,7),0,32;p:(21,6)=*(21,5)=xsre_pattern_buffer:,0,32;fi:(27,4),0,32;fd:(21,7)=*(21,8)=f(0,10),0,32;fs:(21,9)=*(21,10)=f(3,7),0,32;;Exvalue:t(21,4)Expression:T(21,11)=s32left:(21,12)=*(21,11),0,32;right:(21,12),32,32;x3:(21,12),64,32;x4:(21,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(21,4),192,64;;Expression:t(21,11)dbinvalid:G(21,1)/sw/loc/include/scv2.h/usr/include/sys/param.h/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.hscv_segments_:T(29,1)=s200ituple:(0,1),0,32;exist:(0,1),32,32;nbad:(0,1),64,32;tstart:(0,10),128,64;tend:(0,10),192,64;nsamps:(0,1),256,32;dt:(0,10),320,64;ctype:(29,2)=ar(0,1);0;4;(0,2),384,40;\descrip:(29,3)=ar(0,1);0;50;(0,2),424,408;hang:(0,10),832,64;vang:(0,10),896,64;depth:(0,10),960,64;inid:(0,1),1024,32;chanid:(0,1),1056,32;calib:(0,9),1088,32;calper:(0,9),1120,32;\data_format:(29,4)=ar(0,1);0;7;(0,2),1152,64;data_type:(29,4),1216,64;input_units:(29,4),1280,64;output_units:(29,4),1344,64;tshift:(0,10),1408,64;response:(29,5)=*(35,5),1472,32;responsefile:(3,7),1504,32;data:(29,6)=*(0,9),1536,32;raw_data:(35,4),1568,32;;SCVSegment:t(29,1)scv_arrival_:T(29,7)=s64ituple:(0,1),0,32;time:(0,10),64,64;deltime:(0,10),128,64;amp:(0,10),192,64;per:(0,10),256,64;phase:(29,4),320,64;fm:(29,9)=ar(0,1);0;3;(0,2),384,32;quality:(29,9),416,32;scv:(29,10)=*(29,8)=xssta_chan_view_:,448,32;;SCVArrival:t(29,7)sta_chan_view_:T(29,8)=s208id:(0,1),0,32;dbl:(29,11)=*(21,1),32,32;sta:(29,12)=ar(0,1);0;31;(0,2),64,256;chan:(29,12),320,256;chana:(29,12),576,256;tstart:(0,10),832,64;tend:(0,10),896,64;lat:(0,10),960,64;\lon:(0,10),1024,64;elev:(0,10),1088,64;deast:(0,10),1152,64;dnorth:(0,10),1216,64;delev:(0,10),1280,64;nsamps:(0,1),1344,32;nsegs:(0,1),1376,32;segments_size:(0,1),1408,32;\rel_wfdisc:(29,11),1440,32;segments:(29,13)=*(29,1),1472,32;narrivals:(0,1),1504,32;arrivals_size:(0,1),1536,32;rel_arrival:(29,11),1568,32;arrivals:(29,14)=*(29,15)=*(29,7),1600,32;;SCV:t(29,8)trace_:T(29,16)=s104scv:(29,17)=*(29,8),0,32;tstart:(0,10),64,64;dt:(0,10),128,64;nsamps:(0,1),192,32;calib:(0,9),224,32;calper:(0,9),256,32;rawdata_format:(29,4),288,64;rawdata_type:(29,4),352,64;\input_units:(29,4),416,64;output_units:(29,4),480,64;data:(29,6),544,32;data_free:(29,6),576,32;data_malloc:(0,1),608,32;raw_data:(35,4),640,32;rawdata_free:(29,6),672,32;rawdata_malloc:(0,1),704,32;\prev:(29,18)=*(29,16),736,32;next:(29,18),768,32;;Trace:t(29,16)/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/stock.h/sw/loc/include/csstime.hEV30_create:F(0,13)=*(0,14)=*(19,17)dbl:p(29,11)tstart_sift:p(3,7)tend_sift:p(3,7)latmin_sift:p(0,10)latmax_sift:p(0,10)lonmin_sift:p(0,10)lonmax_sift:p(0,10)nevs:p(22,2)i:(0,1)ev:(0,14)evs:(0,13)evl:(0,15)=*(19,10)tstart_s:(0,10)tend_s:(0,10)evgood_dbl:F(0,1)dbl:p(29,11)rel:(29,11)ntuples:(0,1)evok_sift_keys:F(0,1)tstart_sift:p(3,7)tstart_s:p(35,8)tend_sift:p(3,7)tend_s:p(35,8)flag:(0,1)get_evorigin_info:F(0,1)dbl:p(29,11)tstart_s:p(0,10)tend_s:p(0,10)latmin_s:p(0,10)latmax_s:p(0,10)lonmin_s:p(0,10)lonmax_s:p(0,10)evl:p(0,16)=*(0,15)evs:p(0,17)=*(0,13)nevs:p(22,2)origin_rel:(29,11)ituple:(0,1)ihypo:(0,1)time:(0,10)orid:(0,1)evid:(0,1)ev:(0,14)lat:(0,9)lon:(0,9)depth:(0,9)mb:(0,9)ms:(0,9)ml:(0,9)auth:(19,21)ntuples:(0,1)find_ev:F(0,14)evs:p(0,17)nevs:p(22,2)evid:p(0,1)evl:p(0,16)j:(0,1)new_ev:F(0,14)evs:p(0,17)nevs:p(22,2)evid:p(0,1)evl:p(0,16)ev:(0,14)new_evl:F(0,1)evl:p(0,16)new_hypo:F(0,1)ev:p(0,14)evl:p(0,16)newhypo:(0,1)get_evevent_info:F(0,1)dbl:p(29,11)evs:p(0,13)nevs:p(22,2)event_rel:(29,11)ituple:(0,1)j:(0,1)auth:(19,21)name:(19,2)i:(0,1)evid:(0,1)prefor:(0,1)ntuples:(0,1)get_evassoc_info:F(0,1)dbl:p(29,11)evs:p(0,13)nevs:p(22,2)evl:p(0,15)assoc_rel:(29,11)ituple:(0,1)j:(0,1)sta:(19,21)phase:(19,21)deftime:(29,4)defaz:(29,4)i:(0,1)iassoc:(0,1)orid:(0,1)arid:(0,1)dist:(0,9)seaz:(0,9)esaz:(0,9)timeres:(0,9)azres:(0,9)hypo:(19,23)hypo_ptr:(19,22)hypos:(19,22)hkey:(19,11)hkey_ptr:(19,23)evsv:(19,20)ntuples:(0,1)nhyp:(0,1)hypo_compare:F(0,1)ptr1:p(19,22)ptr2:p(19,22)find_evsv:F(19,20)evsvs:p(0,18)=*(19,19)nevsvs:p(22,2)sta:p(3,7)evl:p(0,15)j:(0,1)new_evsv:F(19,20)evsvs:p(0,18)nevsvs:p(22,2)sta:p(3,7)evl:p(0,15)evsv:(19,20)new_assoc:F(0,1)evsv:p(19,20)newassoc:(0,1)get_evarrival_info:F(0,1)dbl:p(29,11)evs:p(0,13)nevs:p(22,2)arrival_rel:(29,11)ituple:(0,1)i:(0,1)j:(0,1)k:(0,1)l:(0,1)auth:(19,21)sta:(19,2)chan:(19,2)iphase:(19,2)arid:(0,1)time:(0,10)azimuth:(0,9)inc:(0,9)rect:(0,9)deltime:(0,9)amp:(0,9)per:(0,9)snr:(0,9)assoc:(19,16)assoc_ptr:(19,15)assocs:(19,15)akey:(19,6)akey_ptr:(19,16)arrv:(19,9)ntuples:(0,1)nass:(0,1)assoc_compare:F(0,1)ptr1:p(19,15)ptr2:p(19,15)get_evsite_info:F(0,1)dbl:p(29,11)evs:p(0,13)nevs:p(22,2)site_rel:(29,11)ituple:(0,1)i:(0,1)j:(0,1)k:(0,1)l:(0,1)sta:(19,2)ondate:(0,1)offdate:(0,1)lat:(0,9)lon:(0,9)elev:(0,9)evsv:(19,20)sv:(19,14)ntuples:(0,1)SCV.o/auto/jspc/sw/src/lib/dataformat/scv2/SCV.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h./scv2.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.hResponse_group:T(25,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(25,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(25,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(21,7),640,32;parameters:(22,2),672,32;private:(25,4)=*(0,11),704,32;;Response_group:t(25,1)Response:T(25,5)=s16ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(25,6)=*(25,1),64,32;dfile:(2,1),96,32;;Response:t(25,5)Fir:T(25,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(25,8)=*(0,10),192,32;num_coef_errors:(25,8),224,32;den_coefs:(25,8),256,32;den_coef_errors:(25,8),288,32;;Fir:t(25,7)Paz:T(25,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(25,10)=*(26,2),192,32;pole_errors:(25,10),224,32;zeros:(25,10),256,32;zero_errors:(25,10),288,32;;Paz:t(25,9)Iir:T(25,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(25,10),192,32;pole_errors:(25,10),224,32;zeros:(25,10),256,32;zero_errors:(25,10),288,32;;Iir:t(25,11)scv_segments_:T(3,1)=s200ituple:(0,1),0,32;exist:(0,1),32,32;nbad:(0,1),64,32;tstart:(0,10),128,64;tend:(0,10),192,64;nsamps:(0,1),256,32;dt:(0,10),320,64;ctype:(3,2)=ar(0,1);0;4;(0,2),384,40;\descrip:(3,3)=ar(0,1);0;50;(0,2),424,408;hang:(0,10),832,64;vang:(0,10),896,64;depth:(0,10),960,64;inid:(0,1),1024,32;chanid:(0,1),1056,32;calib:(0,9),1088,32;calper:(0,9),1120,32;\data_format:(3,4)=ar(0,1);0;7;(0,2),1152,64;data_type:(3,4),1216,64;input_units:(3,4),1280,64;output_units:(3,4),1344,64;tshift:(0,10),1408,64;response:(3,5)=*(25,5),1472,32;responsefile:(2,1),1504,32;data:(3,6)=*(0,9),1536,32;raw_data:(25,4),1568,32;;SCVSegment:t(3,1)scv_arrival_:T(3,7)=s64ituple:(0,1),0,32;time:(0,10),64,64;deltime:(0,10),128,64;amp:(0,10),192,64;per:(0,10),256,64;phase:(3,4),320,64;fm:(3,9)=ar(0,1);0;3;(0,2),384,32;quality:(3,9),416,32;scv:(3,10)=*(3,8)=xssta_chan_view_:,448,32;;SCVArrival:t(3,7)sta_chan_view_:T(3,8)=s208id:(0,1),0,32;dbl:(3,11)=*(13,1),32,32;sta:(3,12)=ar(0,1);0;31;(0,2),64,256;chan:(3,12),320,256;chana:(3,12),576,256;tstart:(0,10),832,64;tend:(0,10),896,64;lat:(0,10),960,64;\lon:(0,10),1024,64;elev:(0,10),1088,64;deast:(0,10),1152,64;dnorth:(0,10),1216,64;delev:(0,10),1280,64;nsamps:(0,1),1344,32;nsegs:(0,1),1376,32;segments_size:(0,1),1408,32;\rel_wfdisc:(3,11),1440,32;segments:(3,13)=*(3,1),1472,32;narrivals:(0,1),1504,32;arrivals_size:(0,1),1536,32;rel_arrival:(3,11),1568,32;arrivals:(3,14)=*(3,15)=*(3,7),1600,32;;SCV:t(3,8)trace_:T(3,16)=s104scv:(3,17)=*(3,8),0,32;tstart:(0,10),64,64;dt:(0,10),128,64;nsamps:(0,1),192,32;calib:(0,9),224,32;calper:(0,9),256,32;rawdata_format:(3,4),288,64;rawdata_type:(3,4),352,64;\input_units:(3,4),416,64;output_units:(3,4),480,64;data:(3,6),544,32;data_free:(3,6),576,32;data_malloc:(0,1),608,32;raw_data:(25,4),640,32;rawdata_free:(3,18)=*(0,4),672,32;rawdata_malloc:(0,1),704,32;\prev:(3,19)=*(3,16),736,32;next:(3,19),768,32;;Trace:t(3,16)./scv2_p.hdate_time:T(28,1)=s48epoch:(0,10),0,64;date:(0,1),64,32;year:(0,1),96,32;month:(0,1),128,32;mname:(3,9),160,32;day:(0,1),192,32;doy:(0,1),224,32;hour:(0,1),256,32;\minute:(0,1),288,32;second:(0,9),320,32;;SCV_create:F(0,13)=*(3,17)schema:p(2,1)ndbs:p(0,1)dbnames:p(21,2)stachan_sift:p(2,1)tstart_sift:p(2,1)tend_sift:p(2,1)exist:p(0,1)nscvs:p(14,2)scvs:(0,13)dbl:(3,11)i:(0,1)j:(0,1)n:(0,1)nscvse:(0,1)esegs:(0,1)SCV_create_from_wftar:F(0,13)schema:p(2,1)ndbs:p(0,1)dbnames:p(21,2)stachan_sift:p(2,1)tstart_sift:p(2,1)tend_sift:p(2,1)tarnam_sift:p(2,1)fstart_sift:p(0,1)fend_sift:p(0,1)nscvs:p(14,2)dbl:(3,11)SCV_get:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)scv:(3,17)attr:(0,1)charp:(2,1)SCV_return:F(25,4)scv:p(3,17)attr:p(0,1)SCV_sift_stachan:F(0,13)nscvs:p(0,1)scvs:p(0,13)stachan_sift:p(2,1)nscvs_out:p(14,2)scvs_out:(0,13)i:(0,1)ret:(0,1)SCV_free_all:F(0,11)scvs:p(0,13)nscvs:p(0,1)i:(0,1)SCV_free:F(0,11)scv:p(3,17)i:(0,1)SCV_read_wfs:F(0,1)scv:p(3,17)schema:(2,1)SCV_read_rawwfs:F(0,1)scv:p(3,17)schema:(2,1)SCV_get_trace:F(3,19)scv:p(3,17)tstart:p(0,10)tend:p(0,10)schema:(2,1)SCV_get_rawtrace:F(3,19)scv:p(3,17)tstart:p(0,10)tend:p(0,10)schema:(2,1)SCV_get_rawtrace_nodata:F(3,19)scv:p(3,17)tstart:p(0,10)tend:p(0,10)schema:(2,1)SCV_free_trace:F(0,11)trace:p(3,19)ptr:(3,19)next:(3,19)SCV_get_arrival:F(3,15)__builtin_va_alist:p(0,1)args:(2,1)scv:(3,17)iarr:(0,1)attr:(0,1)charp:(2,1)ARR_get:F(3,15)__builtin_va_alist:p(0,1)args:(2,1)arr:(3,15)attr:(0,1)charp:(2,1)SCV_add_arrival:F(0,1)scv:p(3,17)time:p(0,10)schema:(2,1)SCV_put_arrival:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)scv:(3,17)iarr:(0,1)arr:(3,15)i:(0,1)attrid:(0,1)sval:(2,1)dval:(0,10)schema:(2,1)ARR_put:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)arr:(3,15)i:(0,1)attrid:(0,1)sval:(2,1)dval:(0,10)schema:(2,1)SCV_get_segment:F(3,13)__builtin_va_alist:p(0,1)args:(2,1)scv:(3,17)segIndex:(0,1)attr:(0,1)charg:(2,1)SCV_get_seg_from_time:F(0,1)scv:p(3,17)time:p(0,10)i:(0,1)SEG_return:F(25,4)seg:p(3,13)attr:p(0,1)charg:(2,1)scv_add_arrival:F(0,1)scv:p(3,17)time:p(0,10)arr_ptr:(3,15)i:(0,1)scv_time_compar:F(0,1)seg_tpl1:p(3,13)seg_tpl2:p(3,13)scv_time2_compar:F(0,1)arrival_tpl1:p(3,14)arrival_tpl2:p(3,14)SCV28.o/auto/jspc/sw/src/lib/dataformat/scv2/SCV28.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./scv2.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(5,1)=s12sv_handler:(5,2)=*(5,3)=f(0,11),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(5,4)=s8ss_sp:(5,5)=*(0,2),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(5,6)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(5,7)=ar(0,1);0;30;(5,5),288,992;sc_wbuf:(5,8)=ar(0,1);0;30;(5,9)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(5,10)=s12sa_handler:(5,2),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(8,1)=s4r:(8,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(8,3)=*(8,1)label_t:T(8,4)=s8val:(8,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(8,4)_quad_t:T(8,6)=s8val:(8,5),0,64;;quad_t:t(8,6)daddr_t:t(0,1)caddr_t:t(5,5)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(5,5)fd_mask:t(0,1)fd_set:T(8,7)=s32fds_bits:(8,8)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(8,7)/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(15,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(5,5)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hfp_pi_type:T(16,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(16,1)exception:T(16,2)=s32type:(0,1),0,32;name:(5,5),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)/sw/loc/include/errlog.hProgram_Name:G(5,5)/sw/loc/include/arrays.hTbl:T(20,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(20,2)=*(5,5),64,32;;Tbl:t(20,1)Arr:T(20,3)=s8root:(5,5),0,32;cmp:(20,4)=*(20,5)=f(0,1),32,32;;Arr:t(20,3)Stbl:T(20,6)=s16tbl:(20,7)=*(20,1),0,32;root:(5,5),32,32;cmp:(20,4),64,32;changed:(0,1),96,32;;Stbl:t(20,6)/sw/loc/include/pf.hPfvalue:t(21,1)=u4s:(5,5),0,32;arr:(21,2)=*(20,3),0,32;tbl:(20,7),0,32;;Pf:T(21,3)=s8type:(0,1),0,32;value:(21,1),32,32;;Pf:t(21,3)optarg:G(5,5)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(13,1)=s16name:(5,5),0,32;has_arg:(0,1),32,32;flag:(13,2)=*(0,1),64,32;val:(0,1),96,32;;Dbptr:T(12,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(12,1)Dbvalue:T(12,2)=u1024t:(5,5),0,32;s:(12,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(20,7),0,32;arr:(21,2),0,32;;Dbvalue:t(12,2)Exvalue:T(12,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(5,5),0,32;p:(12,6)=*(12,5)=xsre_pattern_buffer:,0,32;fi:(20,4),0,32;fd:(12,7)=*(12,8)=f(0,10),0,32;fs:(12,9)=*(12,10)=f(5,5),0,32;;Exvalue:t(12,4)Expression:T(12,11)=s32left:(12,12)=*(12,11),0,32;right:(12,12),32,32;x3:(12,12),64,32;x4:(12,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(12,4),192,64;;Expression:t(12,11)dbinvalid:G(12,1)/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.hResponse_group:T(24,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(24,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(24,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(20,7),640,32;parameters:(21,2),672,32;private:(24,4)=*(0,11),704,32;;Response_group:t(24,1)Response:T(24,5)=s16ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(24,6)=*(24,1),64,32;dfile:(5,5),96,32;;Response:t(24,5)Fir:T(24,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(24,8)=*(0,10),192,32;num_coef_errors:(24,8),224,32;den_coefs:(24,8),256,32;den_coef_errors:(24,8),288,32;;Fir:t(24,7)Paz:T(24,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(24,10)=*(25,2),192,32;pole_errors:(24,10),224,32;zeros:(24,10),256,32;zero_errors:(24,10),288,32;;Paz:t(24,9)Iir:T(24,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(24,10),192,32;pole_errors:(24,10),224,32;zeros:(24,10),256,32;zero_errors:(24,10),288,32;;Iir:t(24,11)scv_segments_:T(2,1)=s200ituple:(0,1),0,32;exist:(0,1),32,32;nbad:(0,1),64,32;tstart:(0,10),128,64;tend:(0,10),192,64;nsamps:(0,1),256,32;dt:(0,10),320,64;ctype:(2,2)=ar(0,1);0;4;(0,2),384,40;\descrip:(2,3)=ar(0,1);0;50;(0,2),424,408;hang:(0,10),832,64;vang:(0,10),896,64;depth:(0,10),960,64;inid:(0,1),1024,32;chanid:(0,1),1056,32;calib:(0,9),1088,32;calper:(0,9),1120,32;\data_format:(2,4)=ar(0,1);0;7;(0,2),1152,64;data_type:(2,4),1216,64;input_units:(2,4),1280,64;output_units:(2,4),1344,64;tshift:(0,10),1408,64;response:(2,5)=*(24,5),1472,32;responsefile:(5,5),1504,32;data:(2,6)=*(0,9),1536,32;raw_data:(24,4),1568,32;;SCVSegment:t(2,1)scv_arrival_:T(2,7)=s64ituple:(0,1),0,32;time:(0,10),64,64;deltime:(0,10),128,64;amp:(0,10),192,64;per:(0,10),256,64;phase:(2,4),320,64;fm:(2,9)=ar(0,1);0;3;(0,2),384,32;quality:(2,9),416,32;scv:(2,10)=*(2,8)=xssta_chan_view_:,448,32;;SCVArrival:t(2,7)sta_chan_view_:T(2,8)=s208id:(0,1),0,32;dbl:(2,11)=*(12,1),32,32;sta:(2,12)=ar(0,1);0;31;(0,2),64,256;chan:(2,12),320,256;chana:(2,12),576,256;tstart:(0,10),832,64;tend:(0,10),896,64;lat:(0,10),960,64;\lon:(0,10),1024,64;elev:(0,10),1088,64;deast:(0,10),1152,64;dnorth:(0,10),1216,64;delev:(0,10),1280,64;nsamps:(0,1),1344,32;nsegs:(0,1),1376,32;segments_size:(0,1),1408,32;\rel_wfdisc:(2,11),1440,32;segments:(2,13)=*(2,1),1472,32;narrivals:(0,1),1504,32;arrivals_size:(0,1),1536,32;rel_arrival:(2,11),1568,32;arrivals:(2,14)=*(2,15)=*(2,7),1600,32;;SCV:t(2,8)trace_:T(2,16)=s104scv:(2,17)=*(2,8),0,32;tstart:(0,10),64,64;dt:(0,10),128,64;nsamps:(0,1),192,32;calib:(0,9),224,32;calper:(0,9),256,32;rawdata_format:(2,4),288,64;rawdata_type:(2,4),352,64;\input_units:(2,4),416,64;output_units:(2,4),480,64;data:(2,6),544,32;data_free:(2,6),576,32;data_malloc:(0,1),608,32;raw_data:(24,4),640,32;rawdata_free:(2,18)=*(0,4),672,32;rawdata_malloc:(0,1),704,32;\prev:(2,19)=*(2,16),736,32;next:(2,19),768,32;;Trace:t(2,16)./scv2_p.hSCV28_create:F(0,13)=*(2,17)dbl:p(2,11)stachan_sift:p(5,5)tstart_sift:p(5,5)tend_sift:p(5,5)nscvs:p(13,2)rel:(2,11)arrival_rel:(2,11)site_rel:(2,11)dbl_in:(2,11)i:(0,1)j:(0,1)k:(0,1)scv:(2,17)scvs:(0,13)tstart:(0,10)tend:(0,10)tstart_s:(0,10)tend_s:(0,10)ret:(0,1)used:(0,1)arr_ptr:(2,15)date_time:(27,1)ntuples:(0,1)nwfdisc:(0,1)narrival:(0,1)nsamp:(0,1)samprate:(0,9)sta:(0,14)=ar(0,1);0;15;(0,2)chan:(0,14)dfile:(2,12)dir:(0,15)=ar(0,1);0;63;(0,2)sta:(0,14)chan:(0,14)phase:(0,14)fm:(0,14)remark:(2,12)amp:(0,9)per:(0,9)deltime:(0,10)sta:(0,14)chan:(0,14)ondate:(0,1)offdate:(0,1)lat:(0,9)lon:(0,9)elev:(0,9)deast:(0,9)dnorth:(0,9)hang:(0,9)vang:(0,9)SCV28_create_from_wftar:F(0,13)dbl:p(2,11)stachan_sift:p(5,5)tstart_sift:p(5,5)tend_sift:p(5,5)tarnam_sift:p(5,5)fstart_sift:p(0,1)fend_sift:p(0,1)nscvs:p(13,2)rel:(2,11)arrival_rel:(2,11)site_rel:(2,11)dbl_in:(2,11)i:(0,1)j:(0,1)scv:(2,17)scvs:(0,13)tstart:(0,10)tend:(0,10)tstart_s:(0,10)tend_s:(0,10)ret:(0,1)used:(0,1)arr_ptr:(2,15)ntuples:(0,1)narrival:(0,1)nsite:(0,1)nsamp:(0,1)tpfile:(0,1)samprate:(0,9)sta:(0,14)chan:(0,14)tarnam:(2,12)sta:(0,14)chan:(0,14)phase:(0,14)sta:(0,14)chan:(0,14)k:(0,1)ondate:(0,1)offdate:(0,1)lat:(0,9)lon:(0,9)elev:(0,9)deast:(0,9)dnorth:(0,9)hang:(0,9)vang:(0,9)date_time:(27,1)SCV28_read_wfs:F(0,1)scv:p(2,17)i:(0,1)tstart_seg:(0,10)dt_seg:(0,10)nsamps_seg:(0,1)data_seg:(2,6)nbad:(0,1)badval:V(0,8)SCV28_get_trace:F(2,19)scv:p(2,17)tstart:p(0,10)tend:p(0,10)i:(0,1)j:(0,1)k:(0,1)tstart_seg:(0,10)dt_seg:(0,10)nsamps_seg:(0,1)data_seg:(2,6)head:(2,19)last:(2,19)next:(2,19)is:(0,1)ie:(0,1)ts:(0,10)te:(0,10)tss:(0,10)tee:(0,10)data_seg_malloc:(0,1)nbad:(0,1)int_seg:(0,16)=*(0,8)first:(0,1)badval:V(0,8)SCV28_add_arrival:F(0,1)scv:p(2,17)time:p(0,10)i:(0,1)arr:(2,15)/usr/include/varargs.hva_list:t(5,5)SCV28_put_arrival:F(0,1)__builtin_va_alist:p(0,1)args:(5,5)scv:(2,17)arr:(2,15)attrid:(0,1)ptr:(5,5)time:(0,10)dt:(27,1)string:(0,15)wfid:(0,1)chid:(0,1)i:(0,1)ARR28_put:F(0,1)__builtin_va_alist:p(0,1)args:(5,5)arr:(2,15)attrid:(0,1)ptr:(5,5)time:(0,10)dt:(27,1)string:(0,15)wfid:(0,1)chid:(0,1)i:(0,1)SCV30.o/auto/jspc/sw/src/lib/dataformat/scv2/SCV30.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./scv2.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.h./scv2_p.hscv2_nodata:G(0,1)SCV30_read_wfs:F(0,1)scv:p(2,17)rawflg:p(0,1)fltflg:p(0,1)i:(0,1)tstart_seg:(0,10)dt_seg:(0,10)nsamps_seg:(0,1)data_seg:(2,6)rawdata_seg:(24,4)nbad:(0,1)badval:V(0,8)SCV30_get_trace:F(2,19)scv:p(2,17)tstart:p(0,10)tend:p(0,10)rawflg:p(0,1)fltflg:p(0,1)i:(0,1)j:(0,1)k:(0,1)tstart_seg:(0,10)dt_seg:(0,10)nsamps_seg:(0,1)data_seg:(2,6)rawdata_seg:(24,4)head:(2,19)last:(2,19)next:(2,19)is:(0,1)ie:(0,1)ts:(0,10)te:(0,10)tss:(0,10)tee:(0,10)data_seg_malloc:(0,1)rawdata_seg_malloc:(0,1)nbad:(0,1)int_seg:(0,13)=*(0,8)first:(0,1)sint_ptr:(2,18)lint_ptr:(13,2)badval:V(0,8)SCV30_get_trace_nodata:F(2,19)scv:p(2,17)tstart:p(0,10)tend:p(0,10)rawflg:p(0,1)fltflg:p(0,1)tr:(2,19)SCV30_add_arrival:F(0,1)scv:p(2,17)time:p(0,10)i:(0,1)j:(0,1)n:(0,1)arr:(2,15)nextid:(0,1)str:(0,14)=ar(0,1);0;63;(0,2)/usr/include/varargs.hSCV30_put_arrival:F(0,1)__builtin_va_alist:p(0,1)args:(5,5)scv:(2,17)arr:(2,15)attrid:(0,1)ptr:(5,5)time:(0,10)dt:(27,1)wfid:(0,1)arid:(0,1)i:(0,1)ARR30_put:F(0,1)__builtin_va_alist:p(0,1)args:(5,5)arr:(2,15)attrid:(0,1)ptr:(5,5)time:(0,10)dt:(27,1)wfid:(0,1)arid:(0,1)i:(0,1)SCV30_create.o/auto/jspc/sw/src/lib/dataformat/scv2/SCV30_create.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/malloc.h/usr/include/string.h/usr/include/sys/stdtypes.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hResponse_group:T(18,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(18,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(18,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(25,7),640,32;parameters:(26,2),672,32;private:(18,4)=*(0,11),704,32;;Response_group:t(18,1)Response:T(18,5)=s16ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(18,6)=*(18,1),64,32;dfile:(3,7),96,32;;Response:t(18,5)Fir:T(18,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(18,8)=*(0,10),192,32;num_coef_errors:(18,8),224,32;den_coefs:(18,8),256,32;den_coef_errors:(18,8),288,32;;Fir:t(18,7)Paz:T(18,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(18,10)=*(19,2),192,32;pole_errors:(18,10),224,32;zeros:(18,10),256,32;zero_errors:(18,10),288,32;;Paz:t(18,9)Iir:T(18,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(18,10),192,32;pole_errors:(18,10),224,32;zeros:(18,10),256,32;zero_errors:(18,10),288,32;;Iir:t(18,11)./scv2.h/usr/include/sys/param.h/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/stock.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.hscv_segments_:T(27,1)=s200ituple:(0,1),0,32;exist:(0,1),32,32;nbad:(0,1),64,32;tstart:(0,10),128,64;tend:(0,10),192,64;nsamps:(0,1),256,32;dt:(0,10),320,64;ctype:(27,2)=ar(0,1);0;4;(0,2),384,40;\descrip:(27,3)=ar(0,1);0;50;(0,2),424,408;hang:(0,10),832,64;vang:(0,10),896,64;depth:(0,10),960,64;inid:(0,1),1024,32;chanid:(0,1),1056,32;calib:(0,9),1088,32;calper:(0,9),1120,32;\data_format:(27,4)=ar(0,1);0;7;(0,2),1152,64;data_type:(27,4),1216,64;input_units:(27,4),1280,64;output_units:(27,4),1344,64;tshift:(0,10),1408,64;response:(27,5)=*(18,5),1472,32;responsefile:(3,7),1504,32;data:(27,6)=*(0,9),1536,32;raw_data:(18,4),1568,32;;SCVSegment:t(27,1)scv_arrival_:T(27,7)=s64ituple:(0,1),0,32;time:(0,10),64,64;deltime:(0,10),128,64;amp:(0,10),192,64;per:(0,10),256,64;phase:(27,4),320,64;fm:(27,9)=ar(0,1);0;3;(0,2),384,32;quality:(27,9),416,32;scv:(27,10)=*(27,8)=xssta_chan_view_:,448,32;;SCVArrival:t(27,7)sta_chan_view_:T(27,8)=s208id:(0,1),0,32;dbl:(27,11)=*(30,1),32,32;sta:(27,12)=ar(0,1);0;31;(0,2),64,256;chan:(27,12),320,256;chana:(27,12),576,256;tstart:(0,10),832,64;tend:(0,10),896,64;lat:(0,10),960,64;\lon:(0,10),1024,64;elev:(0,10),1088,64;deast:(0,10),1152,64;dnorth:(0,10),1216,64;delev:(0,10),1280,64;nsamps:(0,1),1344,32;nsegs:(0,1),1376,32;segments_size:(0,1),1408,32;\rel_wfdisc:(27,11),1440,32;segments:(27,13)=*(27,1),1472,32;narrivals:(0,1),1504,32;arrivals_size:(0,1),1536,32;rel_arrival:(27,11),1568,32;arrivals:(27,14)=*(27,15)=*(27,7),1600,32;;SCV:t(27,8)trace_:T(27,16)=s104scv:(27,17)=*(27,8),0,32;tstart:(0,10),64,64;dt:(0,10),128,64;nsamps:(0,1),192,32;calib:(0,9),224,32;calper:(0,9),256,32;rawdata_format:(27,4),288,64;rawdata_type:(27,4),352,64;\input_units:(27,4),416,64;output_units:(27,4),480,64;data:(27,6),544,32;data_free:(27,6),576,32;data_malloc:(0,1),608,32;raw_data:(18,4),640,32;rawdata_free:(27,18)=*(0,4),672,32;rawdata_malloc:(0,1),704,32;\prev:(27,19)=*(27,16),736,32;next:(27,19),768,32;;Trace:t(27,16)./scv2_p.h/sw/loc/include/stock.hSCV30_create:F(0,13)=*(27,17)dbl:p(27,11)stachan_sift:p(3,7)tstart_sift:p(3,7)tend_sift:p(3,7)nscvs:p(20,2)i:(0,1)scv:(27,17)scvs:(0,13)tstart_s:(0,10)tend_s:(0,10)stachan_s:(3,7)good_dbl:F(0,1)dbl:p(27,11)rel:(27,11)ok_sift_keys:F(0,1)tstart_sift:p(3,7)tstart_s:p(18,8)tend_sift:p(3,7)tend_s:p(18,8)stachan_sift:p(3,7)stachan_s:p(25,2)flag:(0,1)new_segment:F(0,1)scv:p(27,17)newseg:(0,1)new_scv:F(27,17)scvs:p(0,14)=*(0,13)nscvs:p(20,2)sta:p(3,7)chan:p(3,7)scv:(27,17)find_scv:F(27,17)scvs:p(0,14)nscvs:p(20,2)sta:p(3,7)chan:p(3,7)j:(0,1)get_wfdisc_info:F(0,1)dbl:p(27,11)tstart_s:p(0,10)tend_s:p(0,10)stachan_sift:p(3,7)scvs:p(0,14)nscvs:p(20,2)wfdisc_rel:(27,11)ituple:(0,1)nsamp:(0,1)samprate:(0,9)sta:(0,15)=ar(0,1);0;15;(0,2)chan:(0,15)datatype:(27,4)segtype:(27,4)dfile:(27,12)dir:(0,16)=ar(0,1);0;63;(0,2)tstart:(0,10)tend:(0,10)calib:(0,9)calper:(0,9)chanid:(0,1)scv:(27,17)isegment:(0,1)ntuples:(0,1)get_arrival_info:F(0,1)dbl:p(27,11)tstart_s:p(0,10)tend_s:p(0,10)stachan_sift:p(3,7)scvs:p(0,13)nscvs:p(20,2)arrival_rel:(27,11)scv:(27,17)ituple:(0,1)j:(0,1)sta:(0,15)chan:(0,15)phase:(0,15)fm:(0,15)tstart:(0,10)deltime:(0,9)amp:(0,9)per:(0,9)i:(0,1)ntuples:(0,1)new_arrival:F(0,1)scv:p(27,17)ituple:p(0,1)tstart:p(0,10)deltime:p(0,10)amp:p(0,10)per:p(0,10)phase:p(3,7)fm:p(3,7)arr_ptr:(27,15)get_site_info:F(0,1)dbl:p(27,11)tstart_s:p(0,10)tend_s:p(0,10)stachan_sift:p(3,7)scvs:p(0,13)nscvs:p(20,2)date_time:(35,1)sta:(0,15)ondate:(0,1)offdate:(0,1)lat:(0,9)lon:(0,9)elev:(0,9)deast:(0,9)dnorth:(0,9)ituple:(0,1)i:(0,1)site_rel:(27,11)ntuples:(0,1)get_sitechan_info:F(0,1)dbl:p(27,11)tstart_s:p(0,10)tend_s:p(0,10)stachan_sift:p(3,7)scvs:p(0,13)nscvs:p(20,2)i:(0,1)j:(0,1)sta:(0,15)chan:(0,15)k:(0,1)ondate:(0,1)offdate:(0,1)edepth:(0,9)hang:(0,9)vang:(0,9)chanid:(0,1)date_time:(35,1)sitechan_rel:(27,11)seg_ondate:(0,1)seg_offdate:(0,1)ntuples:(0,1)consistent_dates:F(0,1)chan_start:p(0,1)chan_end:p(0,1)seg_start:p(0,1)seg_end:p(0,1)flag:(0,1)get_sensor_info:F(0,1)dbl:p(27,11)tstart_s:p(0,10)tend_s:p(0,10)stachan_sift:p(3,7)scvs:p(0,13)nscvs:p(20,2)sensor_rel:(27,11)ituple:(0,1)iscv:(0,1)kseg:(0,1)inid:(0,1)chanid:(0,1)calratio:(0,9)calper:(0,9)tshift:(0,9)sta:(0,15)chan:(0,15)tstart:(0,10)endtime:(0,10)seg:(27,13)ntuples:(0,1)get_instrument_info:F(0,1)dbl:p(27,11)tstart_s:p(0,10)tend_s:p(0,10)stachan_sift:p(3,7)scvs:p(0,13)nscvs:p(20,2)instrument_rel:(27,11)ituple:(0,1)i:(0,1)k:(0,1)ncalib:(0,9)ncalper:(0,9)response:(27,5)responsefile:(3,7)dir:(0,17)=ar(0,1);0;64;(0,2)dfile:(0,18)=ar(0,1);0;32;(0,2)filename:(3,7)file:(0,19)=*(1,1)inid:(0,1)flag:(0,1)ntuples:(0,1)rl:V(18,4)match_stachans./auto/jspc/sw/src/lib/dataformat/scv2/match_stachans.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(4,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(4,2)=*(0,2)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hfp_pi_type:T(5,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(5,1)exception:T(5,2)=s32type:(0,1),0,32;name:(4,2),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)/sw/loc/include/errlog.hProgram_Name:G(4,2)/sw/loc/include/arrays.hTbl:T(9,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(9,2)=*(4,2),64,32;;Tbl:t(9,1)Arr:T(9,3)=s8root:(4,2),0,32;cmp:(9,4)=*(9,5)=f(0,1),32,32;;Arr:t(9,3)Stbl:T(9,6)=s16tbl:(9,7)=*(9,1),0,32;root:(4,2),32,32;cmp:(9,4),64,32;changed:(0,1),96,32;;Stbl:t(9,6)/sw/loc/include/pf.hPfvalue:t(10,1)=u4s:(4,2),0,32;arr:(10,2)=*(9,3),0,32;tbl:(9,7),0,32;;Pf:T(10,3)=s8type:(0,1),0,32;value:(10,1),32,32;;Pf:t(10,3)optarg:G(4,2)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(2,1)=s16name:(4,2),0,32;has_arg:(0,1),32,32;flag:(2,2)=*(0,1),64,32;val:(0,1),96,32;;match_stachans:F(0,1)stachans:p(4,2)sta:p(4,2)chan:p(4,2)string:V(4,2)size_string:V(0,1)i:(0,1)l:(0,1)ilist:(0,1)ret:(0,1)ptr:(4,2)colon:(4,2)next:(4,2)match_string:F(0,1)spec:p(4,2)string:p(4,2)ret:(4,2)tmp_spec:V(6,6)fixfstring:F(4,2)s:p(4,2)n:p(0,1)new:(4,2)match_stachans_:F(0,1)stachans_:p(4,2)sta_:p(4,2)chan_:p(4,2)lenstachans:p(0,1)lensta:p(0,1)lenchan:p(0,1)stachans:(4,2)sta:(4,2)chan:(4,2)retcode:(0,1)reflist.o/auto/jspc/sw/src/lib/dataformat/scv2/reflist.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.hentry_:T(0,14)=s12ptr:(0,15)=*(0,11),0,32;nref:(0,1),32,32;nbytes:(0,1),64,32;;rl_:T(0,13)=s8nentries:(0,1),0,32;entries:(0,16)=*(0,17)=*(0,14),32,32;;RL:t(0,13)rl_create:F(0,15)rl:(0,18)=*(0,13)rl_destroy:F(0,11)rl:p(0,18)i:(0,1)rl_alloc:F(0,15)rl:p(0,18)buf:p(0,15)nbytes:p(0,1)ptr:(0,15)i:(0,1)rl_free:F(0,1)rl:p(0,18)ptr:p(0,15)i:(0,1)dbl.o_nids_idlist/auto/jspc/sw/src/lib/dataformat/db/dbl.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/stdio.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hDbptr:T(12,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(12,1)Dbvalue:T(12,2)=u1024t:(3,5),0,32;s:(12,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(20,7),0,32;arr:(21,2),0,32;;Dbvalue:t(12,2)Exvalue:T(12,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(3,5),0,32;p:(12,6)=*(12,5)=xsre_pattern_buffer:,0,32;fi:(20,4),0,32;fd:(12,7)=*(12,8)=f(0,10),0,32;fs:(12,9)=*(12,10)=f(3,5),0,32;;Exvalue:t(12,4)Expression:T(12,11)=s32left:(12,12)=*(12,11),0,32;right:(12,12),32,32;x3:(12,12),64,32;x4:(12,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(12,4),192,64;;Expression:t(12,11)dbinvalid:G(12,1)/sw/loc/include/stock.h./dbl2.h./db.h./db.h./db.hdb30_create:F(0,13)=*(12,1)dbname:p(3,5)db:(0,13)DBL_get_tuple:F(0,13)dbl:p(0,13)relid:p(3,5)ituple:p(0,1)db1:(0,13)Idlist:T(0,14)=s8table:(3,5),0,32;id:(3,5),32,32;;Idlist:t(0,14)idlist:S(0,15)=ar(0,1);0;9;(0,14)nids:S(0,1)DBL_add_tuple:F(0,1)dbl:p(0,13)relid:p(3,5)db1:(12,1)i:(0,1)nextid:(0,1)DBL_put_tuple:F(0,1)dbl:p(0,13)relid:p(3,5)tuple:p(0,13)db1:(12,1)temp:(12,3)DBL_get_nrels:F(0,1)dbl:p(0,13)n:(0,1)DBL_get_ntuples:F(0,1)dbl:p(0,13)relid:p(3,5)db1:(12,1)n:(0,1)DBL_exist_db:F(0,1)dbl:p(0,13)db1:(12,1)i:(0,1)ntables:(0,1)nrecords:(0,1)n:(0,1)DBL_exist_rel:F(0,1)dbl:p(0,13)relname:p(3,5)db1:(12,1)n:(0,1)get_wfdisc28_trace_data:F(0,1)DBL_get_rel:F(0,13)dbl:p(0,13)table:p(3,5)db:(0,13)DBL_compose_filename:F(3,5)rel:p(0,13)dir:p(3,5)dfile:p(3,5)fname:V(12,3)dirname:(3,5)DBL_check_file:F(0,1)rel:p(0,13)dir:p(3,5)dfile:p(3,5)fname:(3,5)dbl_.o/export/jspc/sw/src/lib/dataformat/db/dbl_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./dbl2.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hDbptr:T(2,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(2,1)Dbvalue:T(2,2)=u1024t:(5,2),0,32;s:(2,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(10,7),0,32;arr:(11,2),0,32;;Dbvalue:t(2,2)Exvalue:T(2,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(5,2),0,32;p:(2,6)=*(2,5)=xsre_pattern_buffer:,0,32;fi:(10,4),0,32;fd:(2,7)=*(2,8)=f(0,10),0,32;fs:(2,9)=*(2,10)=f(5,2),0,32;;Exvalue:t(2,4)Expression:T(2,11)=s32left:(2,12)=*(2,11),0,32;right:(2,12),32,32;x3:(2,12),64,32;x4:(2,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(2,4),192,64;;Expression:t(2,11)dbinvalid:G(2,1)./db.h./db.h/usr/include/stdio.hdb30create_:F(0,11)f_database:p(5,2)f_db:p(0,13)=*(0,14)=*(2,1)n_database:p(0,1)db:(0,14)dbaddtuple_:F(0,11)f_db:p(0,13)f_relid:p(5,2)f_ituple:p(3,2)n_relid:p(0,1)db:(2,1)dbgetntuples_:F(0,11)f_db:p(0,13)f_relid:p(5,2)f_ntuples:p(3,2)n_relid:p(0,1)db:(2,1)DBLink2Dbptr:F(0,11)idb:p(0,13)db:p(0,14)DBL_get_attrs.o/export/jspc/sw/src/lib/dataformat/db/dbgetv.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.hentry:T(6,1)=s8key:(2,1),0,32;data:(2,1),32,32;;ENTRY:t(6,1)ACTION:t(6,2)=eFIND:0,ENTER:1,;VISIT:t(6,3)=epreorder:0,postorder:1,endorder:2,leaf:3,;./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hDbptr:T(7,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(7,1)Dbvalue:T(7,2)=u1024t:(2,1),0,32;s:(7,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(13,7),0,32;arr:(14,2),0,32;;Dbvalue:t(7,2)Exvalue:T(7,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(2,1),0,32;p:(7,6)=*(7,5)=xsre_pattern_buffer:,0,32;fi:(13,4),0,32;fd:(7,7)=*(7,8)=f(0,10),0,32;fs:(7,9)=*(7,10)=f(2,1),0,32;;Exvalue:t(7,4)Expression:T(7,11)=s32left:(7,12)=*(7,11),0,32;right:(7,12),32,32;x3:(7,12),64,32;x4:(7,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(7,4),192,64;;Expression:t(7,11)dbinvalid:G(7,1)./p_db.h./db.hDefault_schema:G(2,1)Default_dbpath:G(2,1)/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hstat:T(19,1)=s64st_dev:(0,4),0,16;st_ino:(0,8),32,32;st_mode:(0,6),64,16;st_nlink:(0,4),80,16;st_uid:(0,6),96,16;st_gid:(0,6),112,16;st_rdev:(0,4),128,16;st_size:(0,1),160,32;\st_atime:(0,1),192,32;st_spare1:(0,1),224,32;st_mtime:(0,1),256,32;st_spare2:(0,1),288,32;st_ctime:(0,1),320,32;st_spare3:(0,1),352,32;st_blksize:(0,1),384,32;st_blocks:(0,1),416,32;st_spare4:(20,5),448,64;;/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hDbkey_value:T(25,1)=u8d:(0,10),0,64;i:(0,1),0,32;;Dbkey_value:t(25,1)Dbkey:T(25,2)=s52db:(7,1),0,128;key_fields:(13,7),128,32;nkey_fields:(0,1),160,32;keytype:(0,1),192,32;fieldids:(8,2),224,32;expr:(25,3)=*(7,12),256,32;fieldtype:(8,2),288,32;key_value:(25,4)=*(25,1),320,32;\chardata:(2,1),352,32;chardatasize:(0,1),384,32;;Dbkey:t(25,2)Dbindex:T(25,5)=s52search_key:(25,6)=*(25,2),0,32;index_key:(25,6),32,32;index:(25,4),64,32;dbsorted:(7,1),96,128;per_key:(0,1),224,32;nrecords:(0,1),256,32;maxrecords:(0,1),288,32;chardata:(2,1),320,32;\chardatasize:(0,1),352,32;unique:(0,1),384,32;;Dbindex:t(25,5)Attribute:T(15,1)=s48name:(2,1),0,32;id:(0,1),32,32;size:(0,1),64,32;type:(0,1),96,32;link:(0,1),128,32;null:(2,1),160,32;fmt:(2,1),192,32;range:(2,1),224,32;\units:(2,1),256,32;desc:(2,1),288,32;detail:(2,1),320,32;relations:(13,7),352,32;;Attribute:t(15,1)Relation:T(15,2)=s100name:(2,1),0,32;id:(0,1),32,32;fldsep:(2,1),64,32;recsep:(2,1),96,32;size:(0,1),128,32;null:(2,1),160,32;fields_count:(0,1),192,32;fields_root:(14,2),224,32;\fields_tbl:(13,7),256,32;fieldnames_tbl:(13,7),288,32;primary_ids:(13,7),320,32;primary_keys:(13,7),352,32;alternate_ids:(13,7),384,32;alternate_keys:(13,7),416,32;foreign_ids:(13,7),448,32;foreign_keys:(13,7),480,32;\unique_name:(2,1),512,32;unique:(0,1),544,32;single:(0,1),576,32;desc:(2,1),608,32;detail:(2,1),640,32;view:(0,1),672,32;relnames_tbl:(13,7),704,32;rels_tbl:(13,7),736,32;rels_count:(0,1),768,32;;Relation:t(15,2)Schema:T(15,3)=s68name:(2,1),0,32;path:(2,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;desc:(2,1),128,32;detail:(2,1),160,32;id:(0,1),192,32;rels_count:(0,1),224,32;\attrs_count:(0,1),256,32;dbs_count:(0,1),288,32;attrs_root:(14,2),320,32;attrs_tbl:(13,7),352,32;links_tbl:(13,7),384,32;rels_root:(14,2),416,32;rels_tbl:(13,7),448,32;dbs_root:(14,2),480,32;dbs_tbl:(13,7),512,32;;Schema:t(15,3)Field:T(15,4)=s20name:(2,1),0,32;id:(0,1),32,32;relid:(0,1),64,32;disp:(0,1),96,32;attr:(15,5)=*(15,1),128,32;;Field:t(15,4)Table:T(15,6)=s80name:(2,1),0,32;path:(2,1),32,32;dir:(2,1),64,32;file:(15,7)=*(1,1),96,32;primary_index:(13,7),128,32;alternate_index:(13,7),160,32;info_index:(13,7),192,32;indexes:(13,7),224,32;\fd:(0,1),256,32;st_dev:(0,4),288,16;st_ino:(0,8),320,32;id:(0,1),352,32;count:(0,1),384,32;size:(0,1),416,32;maxsize:(0,1),448,32;dbindex:(15,8)=*(25,5),480,32;\writeable:(0,1),512,32;rel:(15,9)=*(15,2),544,32;data:(2,1),576,32;scratch:(2,1),608,32;;Table:t(15,6)Database:T(15,10)=s44name:(2,1),0,32;id:(0,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;schema:(15,11)=*(15,3),128,32;dbpath:(2,1),160,32;openperm:(2,1),192,32;desc:(2,1),224,32;\detail:(2,1),256,32;load_date:(0,1),288,32;tables_tbl:(13,7),320,32;;Database:t(15,10)Schemas_tbl:G(13,7)Databases_root:G(14,2)Databases_tbl:G(13,7)/sw/loc/include/errlog.hDBL_get_attrs:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)value:(0,13)=*(7,2)db:(7,1)relation:(15,9)database:(0,14)=*(15,10)attribute:(15,5)table:(0,15)=*(15,6)field:(0,16)=*(15,4)location:(2,1)length:(0,1)tablename:(2,1)fieldname:(2,1)retcode:(0,1)d:(0,10)fltptr:(0,17)=*(0,9)DBL_put_attrs.o/export/jspc/sw/src/lib/dataformat/db/dbputv.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.h/sw/loc/include/errlog.hDBL_put_attrs:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)value:(7,2)db:(7,1)relation:(15,9)database:(0,13)=*(15,10)attribute:(15,5)table:(0,14)=*(15,6)field:(0,15)=*(15,4)location:(2,1)length:(0,1)tablename:(2,1)fieldname:(2,1)retcode:(0,1)afloat:(0,9)dbgetattrs_.o/export/jspc/sw/src/lib/dataformat/db/dbgetv_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/errlog.hdbgetattrs_:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)value:(0,13)=*(7,2)db:(7,1)relation:(15,9)database:(0,14)=*(15,10)attribute:(15,5)table:(0,15)=*(15,6)field:(0,16)=*(15,4)location:(2,1)length:(0,1)tablename:(2,1)fieldname:(2,1)temp:(7,3)p:(2,1)retcode:(0,1)ashort:(0,4)afloat:(0,9)fltptr:(0,17)=*(0,9)n:(0,1)FortranArg:T(0,18)=s8value:(0,13),0,32;fieldname:(2,1),32,32;;FortranArg:t(0,18)farg:(0,19)=*(0,18)fortran_tbl:(13,7)i:(0,1)ntbl:(0,1)flength:(0,1)dblwf.o_mult_factor/auto/jspc/sw/src/lib/dataformat/db/dblwf.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.hflock:T(3,1)=s16l_type:(0,4),0,16;l_whence:(0,4),16,16;l_start:(0,1),32,32;l_len:(0,1),64,32;l_pid:(0,4),96,16;l_xxx:(0,4),112,16;;eflock:T(3,2)=s24l_type:(0,4),0,16;l_whence:(0,4),16,16;l_start:(0,1),32,32;l_len:(0,1),64,32;l_pid:(0,4),96,16;l_xxx:(0,4),112,16;l_rpid:(0,1),128,32;l_rsys:(0,1),160,32;;/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(13,1)=s12sv_handler:(13,2)=*(13,3)=f(0,11),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(13,4)=s8ss_sp:(6,7),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(13,5)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(13,6)=ar(0,1);0;30;(6,7),288,992;sc_wbuf:(13,7)=ar(0,1);0;30;(13,8)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(13,9)=s12sa_handler:(13,2),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/malloc.h./dbl2.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hDbptr:T(19,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(19,1)Dbvalue:T(19,2)=u1024t:(6,7),0,32;s:(19,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(27,7),0,32;arr:(28,2),0,32;;Dbvalue:t(19,2)Exvalue:T(19,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(6,7),0,32;p:(19,6)=*(19,5)=xsre_pattern_buffer:,0,32;fi:(27,4),0,32;fd:(19,7)=*(19,8)=f(0,10),0,32;fs:(19,9)=*(19,10)=f(6,7),0,32;;Exvalue:t(19,4)Expression:T(19,11)=s32left:(19,12)=*(19,11),0,32;right:(19,12),32,32;x3:(19,12),64,32;x4:(19,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(19,4),192,64;;Expression:t(19,11)dbinvalid:G(19,1)./db.h./db.hget_wfdisc30_trace_data:F(0,1)wfdisc_rel:p(0,13)=*(19,1)i_tuple:p(0,1)tstart:p(0,10)tend:p(0,10)badval:p(0,8)nbad:p(20,2)tstart_seg:p(0,14)=*(0,10)dt_seg:p(0,14)nsamps_seg:p(20,2)data_seg:p(0,15)=*(0,16)=*(0,9)rawdata_seg:p(0,17)=*(0,18)=*(0,11)tuple:(0,13)ts:(0,10)te:(0,10)is:(0,1)ie:(0,1)fname:V(19,3)temp:(0,19)=ar(0,1);0;31;(0,2)string:(0,20)=ar(0,1);0;129;(0,2)size_sample:(0,1)expand:(0,1)nbytes:(0,1)nseek:(0,1)ret:(0,1)i:(0,1)convert:(0,1)buf:(6,7)int_seg:(20,2)short_seg:(0,21)=*(0,4)uint_seg:(0,22)=*(0,8)raw:(0,1)db:(19,1)nsamp:(0,1)samprate:(0,10)calib:(0,10)datatype:(0,23)=ar(0,1);0;24;(0,2)foff:(0,1)file:(0,24)=*(1,1)sval1:V(0,4)sval2:V(0,4)lval1:V(0,1)lval2:V(0,1)#tmp0:(0,16)#tmp1:(0,16)getwf_:F(0,11)idbl:p(20,2)ituple:p(20,2)tstrt:p(0,14)tend:p(0,14)badval:p(0,22)nbad:p(20,2)tstart:p(0,14)dt:p(0,14)ns:p(20,2)nsmax:p(20,2)data:p(0,16)dbl:(0,13)db:(19,1)i_tuple:(0,1)n:(0,1)data_seg:(0,16)i:(0,1)putwf_:F(0,11)idbl:p(20,2)ituple:p(20,2)data:p(0,16)dbl:(0,13)i_tuple:(0,1)n:(0,1)ntuples:(0,1)nsamples:(0,1)data_seg:(0,16)i:(0,1)dtype:(0,25)=ar(0,1);0;99;(0,2)calib:(0,9)foff:(0,1)tuple:(0,13)fname:V(24,4)fd:(0,1)nout:(0,1)buf:(0,18)fbuf:(0,16)sbuf:(0,21)ibuf:(20,2)db:(19,1)mult_factor:S(0,26)=ar(0,1);0;3;(0,1)tg_g2_to_int:F(0,1)data:p(0,4)new_data:(0,1)i:(0,4)g2_to_flt:F(0,11)g:p(0,21)f:p(0,16)n:p(0,1)dbadd.o/auto/jspc/sw/src/lib/dataformat/db/dbadd.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hfp_pi_type:T(1,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(1,1)exception:T(1,2)=s32type:(0,1),0,32;name:(1,3)=*(0,2),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)/usr/include/search.hentry:T(4,1)=s8key:(1,3),0,32;data:(1,3),32,32;;ENTRY:t(4,1)ACTION:t(4,2)=eFIND:0,ENTER:1,;VISIT:t(4,3)=epreorder:0,postorder:1,endorder:2,leaf:3,;/usr/include/stdio.h/usr/include/sys/mman.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(7,1)=s4r:(7,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(7,3)=*(7,1)label_t:T(7,4)=s8val:(7,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(7,4)_quad_t:T(7,6)=s8val:(7,5),0,64;;quad_t:t(7,6)daddr_t:t(0,1)caddr_t:t(1,3)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(1,3)fd_mask:t(0,1)fd_set:T(7,7)=s32fds_bits:(7,8)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(7,7)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(12,1)=s12sv_handler:(2,4),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(12,2)=s8ss_sp:(1,3),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(12,3)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(12,4)=ar(0,1);0;30;(1,3),288,992;sc_wbuf:(12,5)=ar(0,1);0;30;(12,6)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(12,7)=s12sa_handler:(2,4),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/varargs.hva_list:t(1,3)./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(22,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(1,3)/usr/include/math.h/sw/loc/include/errlog.hProgram_Name:G(1,3)/sw/loc/include/arrays.hTbl:T(25,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(25,2)=*(1,3),64,32;;Tbl:t(25,1)Arr:T(25,3)=s8root:(1,3),0,32;cmp:(25,4)=*(25,5)=f(0,1),32,32;;Arr:t(25,3)Stbl:T(25,6)=s16tbl:(25,7)=*(25,1),0,32;root:(1,3),32,32;cmp:(25,4),64,32;changed:(0,1),96,32;;Stbl:t(25,6)/sw/loc/include/pf.hPfvalue:t(26,1)=u4s:(1,3),0,32;arr:(26,2)=*(25,3),0,32;tbl:(25,7),0,32;;Pf:T(26,3)=s8type:(0,1),0,32;value:(26,1),32,32;;Pf:t(26,3)optarg:G(1,3)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(20,1)=s16name:(1,3),0,32;has_arg:(0,1),32,32;flag:(20,2)=*(0,1),64,32;val:(0,1),96,32;;Dbptr:T(19,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(19,1)Dbvalue:T(19,2)=u1024t:(1,3),0,32;s:(19,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(25,7),0,32;arr:(26,2),0,32;;Dbvalue:t(19,2)Exvalue:T(19,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(1,3),0,32;p:(19,6)=*(19,5)=xsre_pattern_buffer:,0,32;fi:(25,4),0,32;fd:(19,7)=*(19,8)=f(0,10),0,32;fs:(19,9)=*(19,10)=f(1,3),0,32;;Exvalue:t(19,4)Expression:T(19,11)=s32left:(19,12)=*(19,11),0,32;right:(19,12),32,32;x3:(19,12),64,32;x4:(19,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(19,4),192,64;;Expression:t(19,11)dbinvalid:G(19,1)/sw/loc/include/errlog.h./p_db.h./db.hDefault_schema:G(1,3)Default_dbpath:G(1,3)/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hDbkey_value:T(35,1)=u8d:(0,10),0,64;i:(0,1),0,32;;Dbkey_value:t(35,1)Dbkey:T(35,2)=s52db:(19,1),0,128;key_fields:(25,7),128,32;nkey_fields:(0,1),160,32;keytype:(0,1),192,32;fieldids:(20,2),224,32;expr:(35,3)=*(19,12),256,32;fieldtype:(20,2),288,32;key_value:(35,4)=*(35,1),320,32;\chardata:(1,3),352,32;chardatasize:(0,1),384,32;;Dbkey:t(35,2)Dbindex:T(35,5)=s52search_key:(35,6)=*(35,2),0,32;index_key:(35,6),32,32;index:(35,4),64,32;dbsorted:(19,1),96,128;per_key:(0,1),224,32;nrecords:(0,1),256,32;maxrecords:(0,1),288,32;chardata:(1,3),320,32;\chardatasize:(0,1),352,32;unique:(0,1),384,32;;Dbindex:t(35,5)Attribute:T(28,1)=s48name:(1,3),0,32;id:(0,1),32,32;size:(0,1),64,32;type:(0,1),96,32;link:(0,1),128,32;null:(1,3),160,32;fmt:(1,3),192,32;range:(1,3),224,32;\units:(1,3),256,32;desc:(1,3),288,32;detail:(1,3),320,32;relations:(25,7),352,32;;Attribute:t(28,1)Relation:T(28,2)=s100name:(1,3),0,32;id:(0,1),32,32;fldsep:(1,3),64,32;recsep:(1,3),96,32;size:(0,1),128,32;null:(1,3),160,32;fields_count:(0,1),192,32;fields_root:(26,2),224,32;\fields_tbl:(25,7),256,32;fieldnames_tbl:(25,7),288,32;primary_ids:(25,7),320,32;primary_keys:(25,7),352,32;alternate_ids:(25,7),384,32;alternate_keys:(25,7),416,32;foreign_ids:(25,7),448,32;foreign_keys:(25,7),480,32;\unique_name:(1,3),512,32;unique:(0,1),544,32;single:(0,1),576,32;desc:(1,3),608,32;detail:(1,3),640,32;view:(0,1),672,32;relnames_tbl:(25,7),704,32;rels_tbl:(25,7),736,32;rels_count:(0,1),768,32;;Relation:t(28,2)Schema:T(28,3)=s68name:(1,3),0,32;path:(1,3),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;desc:(1,3),128,32;detail:(1,3),160,32;id:(0,1),192,32;rels_count:(0,1),224,32;\attrs_count:(0,1),256,32;dbs_count:(0,1),288,32;attrs_root:(26,2),320,32;attrs_tbl:(25,7),352,32;links_tbl:(25,7),384,32;rels_root:(26,2),416,32;rels_tbl:(25,7),448,32;dbs_root:(26,2),480,32;dbs_tbl:(25,7),512,32;;Schema:t(28,3)Field:T(28,4)=s20name:(1,3),0,32;id:(0,1),32,32;relid:(0,1),64,32;disp:(0,1),96,32;attr:(28,5)=*(28,1),128,32;;Field:t(28,4)Table:T(28,6)=s80name:(1,3),0,32;path:(1,3),32,32;dir:(1,3),64,32;file:(28,7)=*(5,1),96,32;primary_index:(25,7),128,32;alternate_index:(25,7),160,32;info_index:(25,7),192,32;indexes:(25,7),224,32;\fd:(0,1),256,32;st_dev:(0,4),288,16;st_ino:(0,8),320,32;id:(0,1),352,32;count:(0,1),384,32;size:(0,1),416,32;maxsize:(0,1),448,32;dbindex:(28,8)=*(35,5),480,32;\writeable:(0,1),512,32;rel:(28,9)=*(28,2),544,32;data:(1,3),576,32;scratch:(1,3),608,32;;Table:t(28,6)Database:T(28,10)=s44name:(1,3),0,32;id:(0,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;schema:(28,11)=*(28,3),128,32;dbpath:(1,3),160,32;openperm:(1,3),192,32;desc:(1,3),224,32;\detail:(1,3),256,32;load_date:(0,1),288,32;tables_tbl:(25,7),320,32;;Database:t(28,10)Schemas_tbl:G(25,7)Databases_root:G(26,2)Databases_tbl:G(25,7)/sw/loc/include/stock.hdbadd:F(0,1)db:p(19,1)db:r(19,1)record:p(1,3)relation:(28,9)database:(0,13)=*(28,10)table:(0,14)=*(28,6)field:(0,15)=*(28,4)location:(1,3)length:(0,1)written:(0,1)temp:(19,3)result:(0,1)dbaddnull.o/export/jspc/sw/src/lib/dataformat/db/dbaddnull.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/sw/loc/include/stock.h/sw/loc/include/coords.hdbaddnull:F(0,1)db:p(1,1)db:r(1,1)idname:(4,2)nextid:(0,1)flag:(0,1)dbfilename.o/auto/jspc/sw/src/lib/dataformat/db/dbfilename.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/unistd.h/usr/include/sys/types.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hdbfilename:F(0,1)db:p(11,1)db:r(11,1)filename:p(3,5)dir:(11,3)dfile:(11,3)tabledir:(3,5)end:(3,5)dbget.o/export/jspc/sw/src/lib/dataformat/db/dbget.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.hDefault_schema:G(4,2)Default_dbpath:G(4,2)/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(16,1)=s4r:(16,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(16,3)=*(16,1)label_t:T(16,4)=s8val:(16,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(16,4)_quad_t:T(16,6)=s8val:(16,5),0,64;;quad_t:t(16,6)daddr_t:t(0,1)caddr_t:t(4,2)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(4,2)fd_mask:t(0,1)fd_set:T(16,7)=s32fds_bits:(16,8)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(16,7)/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hDbkey_value:T(21,1)=u8d:(0,10),0,64;i:(0,1),0,32;;Dbkey_value:t(21,1)Dbkey:T(21,2)=s52db:(1,1),0,128;key_fields:(9,7),128,32;nkey_fields:(0,1),160,32;keytype:(0,1),192,32;fieldids:(2,2),224,32;expr:(21,3)=*(1,12),256,32;fieldtype:(2,2),288,32;key_value:(21,4)=*(21,1),320,32;\chardata:(4,2),352,32;chardatasize:(0,1),384,32;;Dbkey:t(21,2)Dbindex:T(21,5)=s52search_key:(21,6)=*(21,2),0,32;index_key:(21,6),32,32;index:(21,4),64,32;dbsorted:(1,1),96,128;per_key:(0,1),224,32;nrecords:(0,1),256,32;maxrecords:(0,1),288,32;chardata:(4,2),320,32;\chardatasize:(0,1),352,32;unique:(0,1),384,32;;Dbindex:t(21,5)Attribute:T(11,1)=s48name:(4,2),0,32;id:(0,1),32,32;size:(0,1),64,32;type:(0,1),96,32;link:(0,1),128,32;null:(4,2),160,32;fmt:(4,2),192,32;range:(4,2),224,32;\units:(4,2),256,32;desc:(4,2),288,32;detail:(4,2),320,32;relations:(9,7),352,32;;Attribute:t(11,1)Relation:T(11,2)=s100name:(4,2),0,32;id:(0,1),32,32;fldsep:(4,2),64,32;recsep:(4,2),96,32;size:(0,1),128,32;null:(4,2),160,32;fields_count:(0,1),192,32;fields_root:(10,2),224,32;\fields_tbl:(9,7),256,32;fieldnames_tbl:(9,7),288,32;primary_ids:(9,7),320,32;primary_keys:(9,7),352,32;alternate_ids:(9,7),384,32;alternate_keys:(9,7),416,32;foreign_ids:(9,7),448,32;foreign_keys:(9,7),480,32;\unique_name:(4,2),512,32;unique:(0,1),544,32;single:(0,1),576,32;desc:(4,2),608,32;detail:(4,2),640,32;view:(0,1),672,32;relnames_tbl:(9,7),704,32;rels_tbl:(9,7),736,32;rels_count:(0,1),768,32;;Relation:t(11,2)Schema:T(11,3)=s68name:(4,2),0,32;path:(4,2),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;desc:(4,2),128,32;detail:(4,2),160,32;id:(0,1),192,32;rels_count:(0,1),224,32;\attrs_count:(0,1),256,32;dbs_count:(0,1),288,32;attrs_root:(10,2),320,32;attrs_tbl:(9,7),352,32;links_tbl:(9,7),384,32;rels_root:(10,2),416,32;rels_tbl:(9,7),448,32;dbs_root:(10,2),480,32;dbs_tbl:(9,7),512,32;;Schema:t(11,3)Field:T(11,4)=s20name:(4,2),0,32;id:(0,1),32,32;relid:(0,1),64,32;disp:(0,1),96,32;attr:(11,5)=*(11,1),128,32;;Field:t(11,4)Table:T(11,6)=s80name:(4,2),0,32;path:(4,2),32,32;dir:(4,2),64,32;file:(11,7)=*(3,1),96,32;primary_index:(9,7),128,32;alternate_index:(9,7),160,32;info_index:(9,7),192,32;indexes:(9,7),224,32;\fd:(0,1),256,32;st_dev:(0,4),288,16;st_ino:(0,8),320,32;id:(0,1),352,32;count:(0,1),384,32;size:(0,1),416,32;maxsize:(0,1),448,32;dbindex:(11,8)=*(21,5),480,32;\writeable:(0,1),512,32;rel:(11,9)=*(11,2),544,32;data:(4,2),576,32;scratch:(4,2),608,32;;Table:t(11,6)Database:T(11,10)=s44name:(4,2),0,32;id:(0,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;schema:(11,11)=*(11,3),128,32;dbpath:(4,2),160,32;openperm:(4,2),192,32;desc:(4,2),224,32;\detail:(4,2),256,32;load_date:(0,1),288,32;tables_tbl:(9,7),320,32;;Database:t(11,10)Schemas_tbl:G(9,7)Databases_root:G(10,2)Databases_tbl:G(9,7)/sw/loc/include/stock.hdbget:F(0,1)db:p(1,1)db:r(1,1)s:p(4,2)relation:(11,9)database:(0,13)=*(11,10)table:(0,14)=*(11,6)field:(0,15)=*(11,4)location:(4,2)length:(0,1)type:(0,1)dbgetv.o/export/jspc/sw/src/lib/dataformat/db/dbgetv.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/errlog.hdbgetv:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)value:(0,13)=*(7,2)db:(7,1)relation:(15,9)database:(0,14)=*(15,10)attribute:(15,5)table:(0,15)=*(15,6)field:(0,16)=*(15,4)location:(2,1)length:(0,1)tablename:(2,1)fieldname:(2,1)retcode:(0,1)dblookup.o_temp_tempsize_temp_record_name_tsplit/auto/jspc/sw/src/lib/dataformat/db/dblookup.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/search.hentry:T(1,1)=s8key:(1,2)=*(0,2),0,32;data:(1,2),32,32;;ENTRY:t(1,1)ACTION:t(1,3)=eFIND:0,ENTER:1,;VISIT:t(1,4)=epreorder:0,postorder:1,endorder:2,leaf:3,;/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(4,1)=s12sv_handler:(4,2)=*(4,3)=f(0,11),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(4,4)=s8ss_sp:(1,2),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(4,5)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(4,6)=ar(0,1);0;30;(1,2),288,992;sc_wbuf:(4,7)=ar(0,1);0;30;(4,8)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(4,9)=s12sa_handler:(4,2),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/string.h/usr/include/sys/stdtypes.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(15,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(1,2)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.htemp:S(1,2)temp_record_name:S(1,2)tempsize:S(0,1)tsplit:f(0,1)compound:p(1,2)table:p(1,2)field:p(1,2)s:(1,2)dblookup:F(12,1)db:p(12,1)db:r(12,1)database_name:p(1,2)table_name:p(1,2)field_name:p(1,2)record_name:p(1,2)dbr:(12,1)db1:(12,1)database:(0,13)=*(22,10)relation:(22,9)field:(0,14)=*(22,4)schema:(22,11)nrecords:(0,1)size:(0,1)tbl:(12,3)fld:(12,3)i:(0,1)relindex:(0,1)testrel:(22,9)file:(22,7)dbv:(12,1)filename:(12,3)table:(0,15)=*(22,6)field:(0,14)location:(1,2)length:(0,1)dbnextid.o_find_lastid/export/jspc/sw/src/lib/dataformat/db/dbnextid.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hfind_lastid:f(0,1)db:p(1,1)db:r(1,1)name:p(4,2)ntables:(0,1)nrecords:(0,1)id:(0,1)idmax:(0,1)idname:(4,2)dbnextid:F(0,1)db:p(1,1)db:r(1,1)name:p(4,2)last_id:(0,1)today:(0,13)=ar(0,1);0;24;(0,2)dbopen.o/auto/jspc/sw/src/lib/dataformat/db/dbopen.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/sys/mman.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/malloc.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./db.h/sw/loc/include/stock.h./p_db.h./db.hDefault_schema:G(3,7)Default_dbpath:G(3,7)/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hDbkey_value:T(36,1)=u8d:(0,10),0,64;i:(0,1),0,32;;Dbkey_value:t(36,1)Dbkey:T(36,2)=s52db:(27,1),0,128;key_fields:(25,7),128,32;nkey_fields:(0,1),160,32;keytype:(0,1),192,32;fieldids:(18,2),224,32;expr:(36,3)=*(27,12),256,32;fieldtype:(18,2),288,32;key_value:(36,4)=*(36,1),320,32;\chardata:(3,7),352,32;chardatasize:(0,1),384,32;;Dbkey:t(36,2)Dbindex:T(36,5)=s52search_key:(36,6)=*(36,2),0,32;index_key:(36,6),32,32;index:(36,4),64,32;dbsorted:(27,1),96,128;per_key:(0,1),224,32;nrecords:(0,1),256,32;maxrecords:(0,1),288,32;chardata:(3,7),320,32;\chardatasize:(0,1),352,32;unique:(0,1),384,32;;Dbindex:t(36,5)Attribute:T(29,1)=s48name:(3,7),0,32;id:(0,1),32,32;size:(0,1),64,32;type:(0,1),96,32;link:(0,1),128,32;null:(3,7),160,32;fmt:(3,7),192,32;range:(3,7),224,32;\units:(3,7),256,32;desc:(3,7),288,32;detail:(3,7),320,32;relations:(25,7),352,32;;Attribute:t(29,1)Relation:T(29,2)=s100name:(3,7),0,32;id:(0,1),32,32;fldsep:(3,7),64,32;recsep:(3,7),96,32;size:(0,1),128,32;null:(3,7),160,32;fields_count:(0,1),192,32;fields_root:(26,2),224,32;\fields_tbl:(25,7),256,32;fieldnames_tbl:(25,7),288,32;primary_ids:(25,7),320,32;primary_keys:(25,7),352,32;alternate_ids:(25,7),384,32;alternate_keys:(25,7),416,32;foreign_ids:(25,7),448,32;foreign_keys:(25,7),480,32;\unique_name:(3,7),512,32;unique:(0,1),544,32;single:(0,1),576,32;desc:(3,7),608,32;detail:(3,7),640,32;view:(0,1),672,32;relnames_tbl:(25,7),704,32;rels_tbl:(25,7),736,32;rels_count:(0,1),768,32;;Relation:t(29,2)Schema:T(29,3)=s68name:(3,7),0,32;path:(3,7),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;desc:(3,7),128,32;detail:(3,7),160,32;id:(0,1),192,32;rels_count:(0,1),224,32;\attrs_count:(0,1),256,32;dbs_count:(0,1),288,32;attrs_root:(26,2),320,32;attrs_tbl:(25,7),352,32;links_tbl:(25,7),384,32;rels_root:(26,2),416,32;rels_tbl:(25,7),448,32;dbs_root:(26,2),480,32;dbs_tbl:(25,7),512,32;;Schema:t(29,3)Field:T(29,4)=s20name:(3,7),0,32;id:(0,1),32,32;relid:(0,1),64,32;disp:(0,1),96,32;attr:(29,5)=*(29,1),128,32;;Field:t(29,4)Table:T(29,6)=s80name:(3,7),0,32;path:(3,7),32,32;dir:(3,7),64,32;file:(29,7)=*(1,1),96,32;primary_index:(25,7),128,32;alternate_index:(25,7),160,32;info_index:(25,7),192,32;indexes:(25,7),224,32;\fd:(0,1),256,32;st_dev:(0,4),288,16;st_ino:(0,8),320,32;id:(0,1),352,32;count:(0,1),384,32;size:(0,1),416,32;maxsize:(0,1),448,32;dbindex:(29,8)=*(36,5),480,32;\writeable:(0,1),512,32;rel:(29,9)=*(29,2),544,32;data:(3,7),576,32;scratch:(3,7),608,32;;Table:t(29,6)Database:T(29,10)=s44name:(3,7),0,32;id:(0,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;schema:(29,11)=*(29,3),128,32;dbpath:(3,7),160,32;openperm:(3,7),192,32;desc:(3,7),224,32;\detail:(3,7),256,32;load_date:(0,1),288,32;tables_tbl:(25,7),320,32;;Database:t(29,10)Schemas_tbl:G(25,7)Databases_root:G(26,2)Databases_tbl:G(25,7)dbopen:F(0,1)path:p(3,7)opentype:p(3,7)db:p(0,13)=*(27,1)file:(29,7)database:(0,14)=*(29,10)tdb:(0,14)line:(27,3)schemafile:(3,7)statbuf:(10,1)i:(0,1)n:(0,1)absname:(27,3)dbput.o/export/jspc/sw/src/lib/dataformat/db/dbput.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.hdbput:F(0,1)db:p(1,1)db:r(1,1)s:p(4,2)relation:(11,9)database:(0,13)=*(11,10)table:(0,14)=*(11,6)field:(0,15)=*(11,4)location:(4,2)length:(0,1)type:(0,1)dbputv.o/export/jspc/sw/src/lib/dataformat/db/dbputv.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.h/sw/loc/include/errlog.hdbputv:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)value:(7,2)db:(7,1)relation:(15,9)database:(0,13)=*(15,10)attribute:(15,5)table:(0,14)=*(15,6)field:(0,15)=*(15,4)location:(2,1)length:(0,1)tablename:(2,1)fieldname:(2,1)retcode:(0,1)dbquery.o/export/jspc/sw/src/lib/dataformat/db/dbquery.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hdbquery:F(0,1)db:p(1,1)db:r(1,1)code:p(0,1)value:p(0,13)=*(1,2)database:(0,14)=*(11,10)relation:(11,9)table:(0,15)=*(11,6)field:(0,16)=*(11,4)location:(4,2)length:(0,1)result:(0,1)retcode:(0,1)dbview.o_add_relation_addtbl_add_fields/auto/jspc/sw/src/lib/dataformat/db/dbview.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/malloc.h/usr/include/varargs.hva_list:t(2,2)/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.hadd_fields:f(0,1)new:p(15,9)old:p(15,9)i:(0,1)field:(0,13)=*(15,4)addtbl:f(0,11)new:p(24,7)old:p(24,7)i:(0,1)j:(0,1)n1:(0,1)n2:(0,1)flag:(0,1)oldkey:(2,2)newkey:(2,2)add_relation:f(0,1)new:p(15,9)old:p(15,9)i:(0,1)dbtbl2view:F(16,1)db:p(16,1)db:r(16,1)name:p(2,2)tables:p(24,7)dbv:(16,1)database:(0,14)=*(15,10)relation:(15,9)table:(0,15)=*(15,6)field:(0,13)location:(2,2)length:(0,1)newrel:(15,9)temp:(16,3)i:(0,1)ntables:(0,1)max_count:(0,1)dbcreate_view:F(16,1)__builtin_va_alist:p(0,1)args:(2,2)tables:(24,7)view_name:(2,2)table_name:(2,2)db:(16,1)db1:(16,1)dbwrite_view:F(0,1)db:p(16,1)db:r(16,1)file:p(15,7)relation:(15,9)rel:(15,9)database:(0,14)attribute:(15,5)table:(0,15)field:(0,13)location:(2,2)length:(0,1)i:(0,1)ntables:(0,1)absname:(16,3)dbread_view:F(0,1)file:p(15,7)dbr:p(0,16)=*(16,1)relation:(15,9)database:(0,14)attribute:(15,5)table:(0,15)field:(0,13)location:(2,2)length:(0,1)db:(16,1)view_name:(16,3)database_name:(16,3)database_id:(0,1)table_name:(16,3)table_id:(0,1)tables:(24,7)newids:(24,7)i:(0,1)result:(0,1)aline:(16,3)count:(0,1)max_count:(0,1)ntables:(0,1)nread:(0,1)data:(0,16)statbuf:(7,1)vtime:(0,1)filename:(2,2)dbsave_view:F(0,1)db:p(16,1)db:r(16,1)filename:(2,2)database:(0,14)relation:(15,9)table:(0,15)field:(0,13)location:(2,2)length:(0,1)file:(15,7)result:(0,1)dbc2d.o/export/jspc/sw/src/lib/dataformat/db/dbc2d.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hdbc2d:F(0,1)value:p(0,13)=*(3,2)location:p(6,2)length:p(0,1)fmt:p(0,1)type:p(0,1)afloat:(0,9)ashort:(0,4)temp:(3,3)retcode:(0,1)dbd2c:F(0,1)location:p(6,2)length:p(0,1)value:p(0,13)type:p(0,1)retcode:(0,1)temp:(3,3)p:(6,2)afloat:(0,9)ashort:(0,4)dbc2p:F(0,1)value:p(0,13)location:p(6,2)length:p(0,1)fmt:p(0,1)type:p(0,1)temp:(3,3)retcode:(0,1)dbp2c:F(0,1)location:p(6,2)length:p(0,1)value:p(0,13)type:p(0,1)retcode:(0,1)temp:(3,3)p:(6,2)afloat:(0,9)ashort:(0,4)dbresolve.o/export/jspc/sw/src/lib/dataformat/db/dbresolve.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hdbresolve:F(0,1)db:p(2,1)db:r(2,1)database:p(0,13)=*(0,14)=*(1,10)relation:p(0,15)=*(1,9)table:p(0,16)=*(0,17)=*(1,6)field:p(0,18)=*(0,19)=*(1,4)location:p(10,2)length:p(3,2)schema:(1,11)dbv:(0,20)=*(2,1)rel:(1,9)i:(0,1)n:(0,1)fieldnumber:(0,1)find_path.o_nxtpath_getsub_chkpath/auto/jspc/sw/src/lib/dataformat/db/find_path.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/stdlib.h/usr/include/sys/stdtypes.h_mb_cur_max:G(0,8)/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/types.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/malloc.h/usr/include/stdio.h/usr/include/string.h/usr/include/sys/stdtypes.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hgetsub:f(0,11)dirname:p(5,7)subname:p(5,7)t:(5,7)n:(0,1)nxtpath:f(0,1)dirname:p(5,7)subname:p(5,7)dbpath:p(28,2)s:(5,7)n:(0,1)chkpath:f(0,1)tblpath:p(5,7)s1:p(5,7)s2:p(5,7)s3:p(5,7)s4:p(5,7)s5:p(5,7)s6:p(5,7)find_path:F(0,1)databasename:p(5,7)tablename:p(5,7)dbpath:p(5,7)tblpath:p(5,7)databasedirname:(0,13)=ar(0,1);0;1023;(0,2)dirname:(0,13)subname:(0,13)basename:(5,7)find_schemafile:F(0,1)filename:p(5,7)schemaname:p(5,7)databasename:p(5,7)databasedirname:(0,13)basename:(5,7)path:(5,7)map_table.o/export/jspc/sw/src/lib/dataformat/db/map_table.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/machine/devaddr.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/mman.h/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/errno.h/usr/include/sys/errno.herrno:G(0,1)/sw/loc/include/errlog.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hsingle:t(0,9)extended:t(25,1)=ar(0,1);0;2;(0,8)quadruple:t(25,2)=s16u:(25,3)=ar(0,1);0;3;(0,8),0,128;;fp_exception_field_type:t(0,8)sigfpe_code_type:t(0,1)sigfpe_handler_type:t(4,2)fp_direction:G(26,1)fp_precision:G(26,2)fp_accrued_exceptions:G(0,8)decimal_string:t(25,4)=ar(0,1);0;511;(0,2)decimal_record:t(25,5)=s532fpclass:(26,4),0,32;sign:(0,1),32,32;exponent:(0,1),64,32;ds:(25,4),96,4096;more:(0,1),4192,32;ndigits:(0,1),4224,32;;decimal_form:T(25,6)=efixed_form:0,floating_form:1,;decimal_mode:t(25,7)=s12rd:(26,1),0,32;df:(25,6),32,32;ndigits:(0,1),64,32;;decimal_string_form:T(25,8)=einvalid_form:0,whitespace_form:1,fixed_int_form:2,fixed_intdot_form:3,fixed_dotfrac_form:4,fixed_intdotfrac_form:5,floating_int_form:6,floating_intdot_form:7,\floating_dotfrac_form:8,floating_intdotfrac_form:9,inf_form:10,infinity_form:11,nan_form:12,nanstring_form:13,;ieee_handlers:G(25,9)=ar(0,1);0;4;(4,2)/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./db.h/sw/loc/include/stock.h./p_db.h./db.hDefault_schema:G(4,5)Default_dbpath:G(4,5)/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hDbkey_value:T(39,1)=u8d:(0,10),0,64;i:(0,1),0,32;;Dbkey_value:t(39,1)Dbkey:T(39,2)=s52db:(30,1),0,128;key_fields:(28,7),128,32;nkey_fields:(0,1),160,32;keytype:(0,1),192,32;fieldids:(21,2),224,32;expr:(39,3)=*(30,12),256,32;fieldtype:(21,2),288,32;key_value:(39,4)=*(39,1),320,32;\chardata:(4,5),352,32;chardatasize:(0,1),384,32;;Dbkey:t(39,2)Dbindex:T(39,5)=s52search_key:(39,6)=*(39,2),0,32;index_key:(39,6),32,32;index:(39,4),64,32;dbsorted:(30,1),96,128;per_key:(0,1),224,32;nrecords:(0,1),256,32;maxrecords:(0,1),288,32;chardata:(4,5),320,32;\chardatasize:(0,1),352,32;unique:(0,1),384,32;;Dbindex:t(39,5)Attribute:T(32,1)=s48name:(4,5),0,32;id:(0,1),32,32;size:(0,1),64,32;type:(0,1),96,32;link:(0,1),128,32;null:(4,5),160,32;fmt:(4,5),192,32;range:(4,5),224,32;\units:(4,5),256,32;desc:(4,5),288,32;detail:(4,5),320,32;relations:(28,7),352,32;;Attribute:t(32,1)Relation:T(32,2)=s100name:(4,5),0,32;id:(0,1),32,32;fldsep:(4,5),64,32;recsep:(4,5),96,32;size:(0,1),128,32;null:(4,5),160,32;fields_count:(0,1),192,32;fields_root:(29,2),224,32;\fields_tbl:(28,7),256,32;fieldnames_tbl:(28,7),288,32;primary_ids:(28,7),320,32;primary_keys:(28,7),352,32;alternate_ids:(28,7),384,32;alternate_keys:(28,7),416,32;foreign_ids:(28,7),448,32;foreign_keys:(28,7),480,32;\unique_name:(4,5),512,32;unique:(0,1),544,32;single:(0,1),576,32;desc:(4,5),608,32;detail:(4,5),640,32;view:(0,1),672,32;relnames_tbl:(28,7),704,32;rels_tbl:(28,7),736,32;rels_count:(0,1),768,32;;Relation:t(32,2)Schema:T(32,3)=s68name:(4,5),0,32;path:(4,5),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;desc:(4,5),128,32;detail:(4,5),160,32;id:(0,1),192,32;rels_count:(0,1),224,32;\attrs_count:(0,1),256,32;dbs_count:(0,1),288,32;attrs_root:(29,2),320,32;attrs_tbl:(28,7),352,32;links_tbl:(28,7),384,32;rels_root:(29,2),416,32;rels_tbl:(28,7),448,32;dbs_root:(29,2),480,32;dbs_tbl:(28,7),512,32;;Schema:t(32,3)Field:T(32,4)=s20name:(4,5),0,32;id:(0,1),32,32;relid:(0,1),64,32;disp:(0,1),96,32;attr:(32,5)=*(32,1),128,32;;Field:t(32,4)Table:T(32,6)=s80name:(4,5),0,32;path:(4,5),32,32;dir:(4,5),64,32;file:(32,7)=*(22,1),96,32;primary_index:(28,7),128,32;alternate_index:(28,7),160,32;info_index:(28,7),192,32;indexes:(28,7),224,32;\fd:(0,1),256,32;st_dev:(0,4),288,16;st_ino:(0,8),320,32;id:(0,1),352,32;count:(0,1),384,32;size:(0,1),416,32;maxsize:(0,1),448,32;dbindex:(32,8)=*(39,5),480,32;\writeable:(0,1),512,32;rel:(32,9)=*(32,2),544,32;data:(4,5),576,32;scratch:(4,5),608,32;;Table:t(32,6)Database:T(32,10)=s44name:(4,5),0,32;id:(0,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;schema:(32,11)=*(32,3),128,32;dbpath:(4,5),160,32;openperm:(4,5),192,32;desc:(4,5),224,32;\detail:(4,5),256,32;load_date:(0,1),288,32;tables_tbl:(28,7),320,32;;Database:t(32,10)Schemas_tbl:G(28,7)Databases_root:G(29,2)Databases_tbl:G(28,7)set_table_names:F(0,1)database:p(0,13)=*(32,10)relation:p(32,9)table:p(0,14)=*(32,6)cp:(4,5)filename:(30,3)map_table:F(0,1)database:p(0,13)relation:p(32,9)createflag:p(0,1)table:(0,14)statbuf:(10,1)prot:(0,1)new.o_anewline_nulltbl_ablank/export/jspc/sw/src/lib/dataformat/db/new.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/stdio.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/search.h./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.hnulltbl:S(15,1)new_table:F(0,13)=*(8,6)table:(0,13)new_database:F(0,14)=*(8,10)database:(0,14)new_schema:F(8,11)schema:(8,11)new_attribute:F(8,5)attribute:(8,5)ablank:S(1,3)anewline:S(1,3)new_relation:F(8,9)relation:(8,9)new_scratch:F(0,11)table:p(0,13)new_null:F(0,1)db:p(9,1)db:r(9,1)relation:(8,9)database:(0,14)table:(0,13)field:(0,15)=*(8,4)location:(1,3)length:(0,1)i:(0,1)n:(0,1)retcode:(0,1)p:(1,3)nullrecord:(1,3)temp:(9,3)value:(9,2)dbp:(0,16)=*(9,1)dbnull:(9,1)open_schema.o/export/jspc/sw/src/lib/dataformat/db/open_schema.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/search.h/usr/include/memory.h/usr/include/sys/mman.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/types.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/sw/loc/include/stock.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h./db.h./yydb.hDB_schema:G(22,11)DB_in:G(22,7)DB_database:G(2,2)DB_lineno:G(0,1)init_schema:F(22,11)schema_name:p(2,2)databasename:p(2,2)file:(22,7)result:(0,1)schemafile:(23,3)statbuf:(9,1)schema:(22,11)i:(0,1)n:(0,1)strings.o/export/jspc/sw/src/lib/dataformat/db/strings.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)sncopy:F(0,11)dest:p(0,13)=*(0,2)source:p(0,13)n:p(0,1)i:(0,1)szcopy:F(0,11)dest:p(0,13)source:p(0,13)n:p(0,1)i:(0,1)copystrip:F(0,11)dest:p(0,13)source:p(0,13)n:p(0,1)last:(0,13)dbyacc.o_mode_yys_yyv_yystate_yyps_yypv_yytmp/export/jspc/sw/src/lib/dataformat/db/dbyacc.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/search.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.h./yydb.hDB_schema:G(15,11)DB_lineno:G(0,1)DB_text:G(4,2)attribute:G(15,5)relation:G(15,9)itemtbl:G(13,7)mode:S(0,1)YYSTYPE:t(0,13)=u4val:(0,1),0,32;ptr:(4,2),0,32;list:(13,7),0,32;;DB_char:G(0,1)yyerrflag:G(0,1)DB_lval:G(0,13)yyval:G(0,13)DB_error:F(0,1)s:p(4,2)DB_exca:G(0,14)=ar(0,1);0;5;(0,1)DB_act:G(0,15)=ar(0,1);0;252;(0,1)DB_pact:G(0,16)=ar(0,1);0;100;(0,1)DB_pgo:G(0,17)=ar(0,1);0;16;(0,1)DB_r1:G(0,18)=ar(0,1);0;53;(0,1)DB_r2:G(0,18)DB_chk:G(0,16)DB_def:G(0,16)yytoktype:t(0,19)=s8t_name:(4,2),0,32;t_val:(0,1),32,32;;DB_debug:G(0,1)yyv:S(0,20)=*(0,13)yys:S(6,2)yypv:S(0,20)yyps:S(6,2)yystate:S(0,1)yytmp:S(0,1)yynerrs:G(0,1)DB_parse:F(0,1)yypvt:r(0,20)yymaxdepth:(0,8)yy_pv:r(0,20)yy_ps:r(6,2)yy_state:r(0,1)yy_n:r(0,1)yyps_index:(0,1)yypv_index:(0,1)yypvt_index:(0,1)yyxi:r(6,2)yy_len:r(0,1)dblex.o_yy_full_match_yy_def_yy_chk_yy_nxt_c_yy_current_buffer_yy_c_buf_p_yy_n_chars_yy_acclist_String_buf_yy_get_previous_state_yy_meta_yy_base_yyunput_yy_init_input_yy_get_next_buffer_yy_last_accepting_cpos_Cp_yy_start_yy_state_buf_yy_state_ptr_yy_hold_char_yy_last_accepting_state_yy_ec_yy_lp_yy_try_NUL_trans_yy_did_buffer_switch_on_eof_yy_accept/export/jspc/sw/src/lib/dataformat/db/dblex.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./yydb.h/usr/include/stdio.hYY_BUFFER_STATE:t(0,14)=*(0,13)=xsyy_buffer_state:/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/malloc.h./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.h./db.tab.hYYSTYPE:t(29,1)=u4val:(0,1),0,32;ptr:(3,3),0,32;list:(17,7),0,32;;DB_lval:G(29,1)DB_lineno:G(0,1)Cp:S(3,3)c:S(0,2)String_buf:S(0,15)=ar(0,1);0;3999;(0,2)yy_buffer_state:T(0,13)=s24yy_input_file:(10,7),0,32;yy_ch_buf:(3,3),32,32;yy_buf_pos:(3,3),64,32;yy_buf_size:(0,1),96,32;yy_n_chars:(0,1),128,32;yy_eof_status:(0,1),160,32;;yy_current_buffer:S(0,16)=*(0,13)yy_hold_char:S(0,2)yy_n_chars:S(0,1)DB_text:G(3,3)DB_leng:G(0,1)DB_in:G(10,7)DB_out:G(10,7)yy_state_type:t(0,1)yy_acclist:S(0,17)=ar(0,1);0;239;(0,4)yy_accept:S(0,18)=ar(0,1);0;172;(0,4)yy_ec:S(0,19)=ar(0,1);0;127;(0,2)yy_meta:S(0,20)=ar(0,1);0;42;(0,2)yy_base:S(0,21)=ar(0,1);0;173;(0,4)yy_def:S(0,21)yy_nxt:S(0,22)=ar(0,1);0;238;(0,4)yy_chk:S(0,22)yy_last_accepting_state:S(0,1)yy_last_accepting_cpos:S(3,3)yy_state_buf:S(0,23)=ar(0,1);0;16385;(0,1)yy_state_ptr:S(12,2)yy_full_match:S(3,3)yy_lp:S(0,1)yy_c_buf_p:S(3,3)yy_init:S(0,1)yy_start:S(0,1)yy_did_buffer_switch_on_eof:S(0,1)DB_lex:F(0,1)yy_current_state:r(0,1)yy_cp:r(3,3)yy_bp:r(3,3)yy_act:r(0,1)yy_c:r(0,2)cp:(3,3)c:(0,2)n:(0,1)flag:(0,1)cp:(3,3)c:(0,2)n:(0,1)flag:(0,1)cp:(3,3)yy_amount_of_matched_text:(0,1)yy_next_state:(0,1)yy_get_next_buffer:f(0,1)dest:r(3,3)source:r(3,3)number_to_move:r(0,1)i:r(0,1)ret_val:(0,1)num_to_read:(0,1)yy_get_previous_state:f(0,1)yy_current_state:r(0,1)yy_cp:r(3,3)yy_c:r(0,2)yy_try_NUL_trans:f(0,1)yy_current_state:p(0,1)yy_current_state:r(0,1)yy_is_jam:r(0,1)yy_c:r(0,2)yyunput:f(0,11)c:p(0,2)yy_bp:p(3,3)yy_bp:r(3,3)yy_cp:r(3,3)number_to_move:r(0,1)dest:r(3,3)source:r(3,3)input:f(0,1)c:(0,1)yy_cp:(3,3)DB_restart:F(0,11)input_file:p(10,7)DB_switch_to_buffer:F(0,11)new_buffer:p(0,16)DB_load_buffer_state:F(0,11)DB_create_buffer:F(0,16)file:p(10,7)size:p(0,1)b:(0,16)DB_delete_buffer:F(0,11)b:p(0,16)DB_init_buffer:F(0,11)b:p(0,16)file:p(10,7)dbadd_attribute/export/jspc/sw/src/lib/dataformat/db/dbadd_attribute.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hdbadd_attribute:F(0,1)schema:p(1,11)attribute:p(1,5)dbadd_relation:F(0,1)schema:p(1,11)relation:p(1,9)f:(0,13)=*(1,4)disp:(0,1)id:(0,1)i:(0,1)n:(0,1)attr:(1,5)fieldnames:(10,7)attrname:(5,2)response.o_Srctypes_Nsrctypes_extract_Types_Ntypes/export/jspc/sw/src/lib/dataformat/response/response.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./response.h./complex.hPolar:T(3,1)=s16amplitude:(0,10),0,64;phase:(0,10),64,64;;Polar:t(3,1)Complex:T(3,2)=s16real:(0,10),0,64;imag:(0,10),64,64;;Complex:t(3,2)/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hResponse_group:T(2,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(2,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(2,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(11,7),640,32;parameters:(12,2),672,32;private:(2,4)=*(0,11),704,32;;Response_group:t(2,1)Response:T(2,5)=s16ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(2,6)=*(2,1),64,32;dfile:(6,2),96,32;;Response:t(2,5)Fir:T(2,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(2,8)=*(0,10),192,32;num_coef_errors:(2,8),224,32;den_coefs:(2,8),256,32;den_coef_errors:(2,8),288,32;;Fir:t(2,7)Paz:T(2,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(2,10)=*(3,2),192,32;pole_errors:(2,10),224,32;zeros:(2,10),256,32;zero_errors:(2,10),288,32;;Paz:t(2,9)Iir:T(2,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(2,10),192,32;pole_errors:(2,10),224,32;zeros:(2,10),256,32;zero_errors:(2,10),288,32;;Iir:t(2,11)/sw/loc/include/stock.h./fap.h./paz.h./fir.h./iir.h./complex.hResponse_type:T(0,13)=s36id:(0,1),0,32;name:(6,2),32,32;copy:(11,4),64,32;read:(11,4),96,32;write:(11,4),128,32;print:(11,4),160,32;eval:(11,4),192,32;free:(11,4),224,32;compare:(11,4),256,32;;Response_type:t(0,13)Types:S(0,14)=ar(0,1);0;3;(0,13)Ntypes:S(0,1)Src_type:T(0,15)=s8id:(0,1),0,32;name:(6,2),32,32;;Src_type:t(0,15)Srctypes:S(0,16)=ar(0,1);0;1;(0,15)Nsrctypes:S(0,1)extract:f(0,1)line:p(6,2)key:p(6,2)value:p(11,2)lp:(6,2)kp:(6,2)nextline:F(0,1)file:p(0,17)=*(1,1)line:p(6,2)tbl:p(11,7)arr:p(12,2)key:(0,18)=ar(0,1);0;1023;(0,2)value:(6,2)init_response_group:F(0,11)gp:p(2,6)new_response_group:F(2,6)gp:(2,6)new_response:F(0,19)=*(2,5)rp:(0,19)add_response_group:F(0,1)rp:p(0,19)gp:p(2,6)new:(0,1)copy_response_group:F(0,1)gp:p(2,6)rp:p(0,19)indx:p(0,1)new:(0,1)gpn:(2,6)i:(0,1)n:(0,1)keys:(11,7)vals:(11,7)read_response:F(0,1)file:p(0,17)response:p(0,20)=*(0,19)rp:(0,19)ret:(0,1)aline:(0,18)source:(0,18)type:(0,18)i:(0,1)gp:(2,1)write_response:F(0,1)file:p(0,17)response:p(0,19)gp:(2,6)ret:(0,1)i:(0,1)l:(0,1)ncomments:(0,1)print_response:F(0,1)file:p(0,17)response:p(0,19)eval_response:F(0,1)omega:p(0,10)response:p(0,19)real:p(2,8)imag:p(2,8)gp:(2,6)amplitude:(0,10)phase:(0,10)r:(0,10)theta:(0,10)i:(0,1)ret:(0,1)free_response:F(0,1)response:p(0,19)gp:(2,6)i:(0,1)ret:(0,1)compare_response:F(0,1)response1:p(0,19)response2:p(0,19)gp1:(2,6)gp2:(2,6)i:(0,1)get_response_nstages:F(0,1)response:p(0,19)nstages:p(4,2)get_response_stage_type:F(0,1)response:p(0,19)stage:p(0,1)type:p(6,2)gp:(2,6)get_response_stage_fir_ncoefs:F(0,1)response:p(0,19)stage:p(0,1)srate:p(2,8)dec_factor:p(4,2)nnum:p(4,2)nden:p(4,2)gp:(2,6)fir:(0,21)=*(2,7)get_response_stage_fir_coefs:F(0,1)response:p(0,19)stage:p(0,1)nnum:p(4,2)coefn:p(0,22)=*(2,8)coefn_err:p(0,22)nden:p(4,2)coefd:p(0,22)coefd_err:p(0,22)gp:(2,6)fir:(0,21)readresp_:F(0,11)fname:p(6,2)response:p(0,20)lenfname:p(0,1)fn:V(0,18)i:(0,1)file:(0,17)evlresp_:F(0,11)omega:p(0,23)=*(0,9)response:p(0,20)real:p(0,23)imag:p(0,23)domega:(0,10)dreal:(0,10)dimag:(0,10)freeresp_:F(0,11)response:p(0,20)getrespnstages_:F(0,11)response:p(0,20)nstages:p(4,2)getresptype_:F(0,11)response:p(0,20)stage:p(4,2)type:p(6,2)lentype:p(0,1)i:(0,1)l:(0,1)typ:V(0,24)=ar(0,1);0;31;(0,2)getresppaz_:F(0,11)response:p(0,20)stage:p(4,2)norm:p(0,23)npoles:p(4,2)poles:p(0,23)polerr:p(0,23)nzeroes:p(4,2)zeroes:p(0,23)zererr:p(0,23)npmax:(0,1)nzmax:(0,1)st:(0,1)gp:(2,6)paz:(0,25)=*(2,9)i:(0,1)j:(0,1)getrespfir_:F(0,11)response:p(0,20)stage:p(4,2)srate:p(0,23)nnum:p(4,2)coefsnum:p(0,23)coefsnumerr:p(0,23)nden:p(4,2)coefsden:p(0,23)coefsdenerr:p(0,23)nnmax:(0,1)ndmax:(0,1)st:(0,1)gp:(2,6)fir:(0,21)i:(0,1)fixresp:F(0,11)response:p(0,19)output_sample_rate:p(0,10)group:(2,6)fir:(0,21)i:(0,1)fixsrate:F(0,11)response:p(0,19)output_sample_rate:p(0,10)group:(2,6)fir:(0,21)i:(0,1)getrespiir_:F(0,11)response:p(0,20)stage:p(4,2)norm:p(0,23)npoles:p(4,2)poles:p(0,23)polerr:p(0,23)nzeroes:p(4,2)zeroes:p(0,23)zererr:p(0,23)npmax:(0,1)nzmax:(0,1)st:(0,1)gp:(2,6)iir:(0,26)=*(2,11)i:(0,1)j:(0,1)complex.o/auto/jspc/sw/src/lib/dataformat/response/complex.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./complex.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hto_polar:F(0,11)real:p(0,10)imag:p(0,10)amp:p(0,13)=*(0,10)phase:p(0,13)to_complex:F(0,11)amp:p(0,10)phase:p(0,10)real:p(0,13)imag:p(0,13)cmult:F(4,2)a:p(4,2)a:r(4,2)b:p(4,2)b:r(4,2)r:(4,2)cdiv:F(4,2)a:p(4,2)a:r(4,2)b:p(4,2)b:r(4,2)r:(4,2)conjugate:(4,2)mag2:(0,10)fir.o/export/jspc/sw/src/lib/dataformat/response/fir.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./response.h./complex.h/sw/loc/include/stock.hResponse_group:T(12,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(12,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(12,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(10,7),640,32;parameters:(11,2),672,32;private:(12,4)=*(0,11),704,32;;Response_group:t(12,1)Response:T(12,5)=s16ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(12,6)=*(12,1),64,32;dfile:(2,3),96,32;;Response:t(12,5)Fir:T(12,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(12,8)=*(0,10),192,32;num_coef_errors:(12,8),224,32;den_coefs:(12,8),256,32;den_coef_errors:(12,8),288,32;;Fir:t(12,7)Paz:T(12,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(12,10)=*(13,2),192,32;pole_errors:(12,10),224,32;zeros:(12,10),256,32;zero_errors:(12,10),288,32;;Paz:t(12,9)Iir:T(12,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(12,10),192,32;pole_errors:(12,10),224,32;zeros:(12,10),256,32;zero_errors:(12,10),288,32;;Iir:t(12,11)copy_fir:F(0,1)gpi:p(12,6)gp:p(12,6)pfiri:(0,13)=*(12,7)pfir:(0,13)i:(0,1)n:(0,1)read_fir:F(0,1)file:p(0,14)=*(1,1)gp:p(12,6)pfir:(0,13)aline:(0,15)=ar(0,1);0;1023;(0,2)coef:(0,10)coef_error:(0,10)i:(0,1)n:(0,1)write_fir:F(0,1)file:p(0,14)private:p(0,13)i:(0,1)print_fir:F(0,1)file:p(0,14)private:p(0,13)free_fir:F(0,1)private:p(0,13)eval_fir:F(0,1)omega:p(0,10)private:p(0,13)amplitude:p(12,8)phase:p(12,8)i:(0,1)mid:(0,1)omegad:(0,10)arg:(0,10)numr:(0,10)numi:(0,10)denr:(0,10)deni:(0,10)amp:(0,10)phs:(0,10)compare_fir:F(0,1)fir1:p(0,13)fir2:p(0,13)i:(0,1)fap.o/auto/jspc/sw/src/lib/dataformat/response/fap.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./fap.hcopy_fap:F(0,1)gpi:p(0,13)=*(0,11)gp:p(0,13)read_fap:F(0,1)file:p(0,14)=*(1,1)private:p(0,15)=*(0,13)write_fap:F(0,1)file:p(0,14)private:p(0,13)print_fap:F(0,1)file:p(0,14)private:p(0,13)free_fap:F(0,1)private:p(0,13)eval_fap:F(0,1)omega:p(0,10)private:p(0,13)amplitude:p(0,16)=*(0,10)phase:p(0,16)compare_fap:F(0,1)fap1:p(0,13)fap2:p(0,13)paz.o/export/jspc/sw/src/lib/dataformat/response/paz.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./response.h./complex.h/sw/loc/include/stock.h./complex.hcopy_paz:F(0,1)gpi:p(11,6)gp:p(11,6)ppazi:(0,13)=*(11,9)ppaz:(0,13)i:(0,1)n:(0,1)read_paz:F(0,1)file:p(0,14)=*(1,1)gp:p(11,6)ppaz:(0,13)aline:(0,15)=ar(0,1);0;1023;(0,2)real:(0,10)imag:(0,10)real_error:(0,10)imag_error:(0,10)i:(0,1)n:(0,1)write_paz:F(0,1)file:p(0,14)private:p(0,13)i:(0,1)print_paz:F(0,1)file:p(0,14)private:p(0,13)free_paz:F(0,1)private:p(0,13)eval_paz:F(0,1)omega:p(0,10)private:p(0,13)amplitude:p(11,8)phase:p(11,8)i:(0,1)r:(0,10)theta:(0,10)compare_paz:F(0,1)paz1:p(0,13)paz2:p(0,13)i:(0,1)iir.o/export/jspc/sw/src/lib/dataformat/response/iir.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./response.h./complex.h/sw/loc/include/stock.h./complex.hcopy_iir:F(0,1)gpi:p(11,6)gp:p(11,6)piiri:(0,13)=*(11,9)piir:(0,13)i:(0,1)n:(0,1)read_iir:F(0,1)file:p(0,14)=*(1,1)gp:p(11,6)piir:(0,13)aline:(0,15)=ar(0,1);0;1023;(0,2)real:(0,10)imag:(0,10)real_error:(0,10)imag_error:(0,10)i:(0,1)n:(0,1)write_iir:F(0,1)file:p(0,14)private:p(0,13)i:(0,1)print_iir:F(0,1)file:p(0,14)private:p(0,13)free_iir:F(0,1)private:p(0,13)eval_iir:F(0,1)omega:p(0,10)private:p(0,13)amplitude:p(11,8)phase:p(11,8)i:(0,1)r:(0,10)theta:(0,10)xr:(0,10)xi:(0,10)compare_iir:F(0,1)iir1:p(0,13)iir2:p(0,13)i:(0,1)h2e.o/export/jspc/sw/src/lib/utility/coords/h2e.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.hdate_time:T(0,13)=s48epoch:(0,10),0,64;date:(0,1),64,32;year:(0,1),96,32;month:(0,1),128,32;mname:(0,14)=ar(0,1);0;3;(0,2),160,32;day:(0,1),192,32;doy:(0,1),224,32;hour:(0,1),256,32;\minute:(0,1),288,32;second:(0,9),320,32;;doy2mday:F(0,11)doy:p(0,1)year:p(0,1)month:p(0,15)=*(0,1)day:p(0,15)dt:(0,13)doy2mday_:F(0,11)doy:p(0,15)year:p(0,15)month:p(0,15)day:p(0,15)mday2doy:F(0,1)year:p(0,1)month:p(0,1)day:p(0,1)dt:(0,13)mday2doy_:F(0,1)year:p(0,15)month:p(0,15)day:p(0,15)h2e:F(0,10)iyear:p(0,1)iday:p(0,1)ihour:p(0,1)imin:p(0,1)sec:p(0,10)jdate:(0,1)epoch:(0,10)h2e_:F(0,10)iyear:p(0,15)iday:p(0,15)ihour:p(0,15)imin:p(0,15)sec:p(0,16)=*(0,10)e2h:F(0,11)epoch:p(0,10)iyear:p(0,15)iday:p(0,15)ihour:p(0,15)imin:p(0,15)sec:p(0,16)dt:(0,13)e2h_:F(0,11)epoch:p(0,16)iyear:p(0,15)iday:p(0,15)ihour:p(0,15)imin:p(0,15)sec:p(0,16)time.o_days_in_month_month_name/export/jspc/sw/src/lib/utility/coords/time.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/ctype.h/usr/include/time.h/usr/include/sys/stdtypes.htm:T(18,1)=s44tm_sec:(0,1),0,32;tm_min:(0,1),32,32;tm_hour:(0,1),64,32;tm_mday:(0,1),96,32;tm_mon:(0,1),128,32;tm_year:(0,1),160,32;tm_wday:(0,1),192,32;tm_yday:(0,1),224,32;\tm_isdst:(0,1),256,32;tm_zone:(6,7),288,32;tm_gmtoff:(0,1),320,32;;./csstime.hdate_time:T(20,1)=s48epoch:(0,10),0,64;date:(0,1),64,32;year:(0,1),96,32;month:(0,1),128,32;mname:(20,2)=ar(0,1);0;3;(0,2),160,32;day:(0,1),192,32;doy:(0,1),224,32;hour:(0,1),256,32;\minute:(0,1),288,32;second:(0,9),320,32;;days_in_month:S(0,13)=ar(0,1);0;12;(0,1)htoe:F(0,1)dt:p(0,14)=*(20,1)dt:r(0,14)timeprint:F(0,1)dt:p(0,14)dt:r(0,14)zh_today:F(0,1)dt:p(0,14)dt:r(0,14)mdtodate:F(0,1)dt:p(0,14)dt:r(0,14)i:(0,1)dim:(0,1)time_string2epoch:F(0,1)string:p(6,7)time:p(0,15)=*(0,10)i:(0,1)j:(0,1)icol:(0,1)str:V(0,16)=ar(0,1);0;511;(0,2)dt:(20,1)my_strncasecmp:F(0,1)str1:p(6,7)str2:p(6,7)len:p(0,1)i1:(0,1)i2:(0,1)i:(0,1)dtoepoch:F(0,10)date:p(0,1)i:(0,1)year:(0,1)day:(0,1)days:(0,1)isleap:F(0,1)year:p(0,1)timecon:F(0,10)timstr:p(6,7)tnum:(0,10)con:(0,17)=ar(0,1);0;19;(0,2)len:(0,1)i:(0,1)j:(0,1)todaysdate:F(0,1)now:(0,1)tsp:(0,18)=*(18,1)get_nice_times:F(0,1)tstart:p(0,10)tend:p(0,10)maxincs:p(0,1)nstart:p(0,15)ninc:p(0,15)window:(0,10)time:(0,10)itime:(0,1)exp:(0,10)ref:(0,10)date_time:(20,1)month_name:S(0,19)=ar(0,1);0;11;(6,7)etoh:F(0,1)dt:p(0,14)dt:r(0,14)diy:(0,1)month_day:F(0,1)dt:p(0,14)dt:r(0,14)i:(0,1)dim:(0,1)leap:(0,1)dbstrf2c:F(6,7)string:p(6,7)len:p(0,1)out:V(0,16)i:(0,1)j:(0,1)k:(0,1)epoch.o_Month/export/jspc/sw/src/lib/utility/coords/epoch.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./coords.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/time.h/usr/include/sys/stdtypes.htm:T(11,1)=s44tm_sec:(0,1),0,32;tm_min:(0,1),32,32;tm_hour:(0,1),64,32;tm_mday:(0,1),96,32;tm_mon:(0,1),128,32;tm_year:(0,1),160,32;tm_wday:(0,1),192,32;tm_yday:(0,1),224,32;\tm_isdst:(0,1),256,32;tm_zone:(4,2),288,32;tm_gmtoff:(0,1),320,32;;epoch:F(0,10)yd:p(0,1)yearday:F(0,1)e:p(0,10)year:(0,1)doy:(0,1)hour:(0,1)minute:(0,1)second:(0,10)strtime:F(4,2)e:p(0,10)year:(0,1)doy:(0,1)hour:(0,1)minute:(0,1)month:(0,1)day:(0,1)second:(0,10)s:V(0,13)=ar(0,1);0;1023;(0,2)strdate:F(4,2)e:p(0,10)year:(0,1)doy:(0,1)hour:(0,1)minute:(0,1)month:(0,1)day:(0,1)second:(0,10)s:V(0,13)Month:S(0,14)=ar(0,1);0;11;(4,2)epoch2str:F(4,2)e:p(0,10)f:p(4,2)year:(0,1)doy:(0,1)hour:(0,1)minute:(0,1)month:(0,1)day:(0,1)second:(0,10)s:V(0,13)in:(4,2)out:(4,2)c:(0,2)now:F(0,10)rightnow:(0,1)todays_date.o/export/jspc/sw/src/lib/utility/coords/todays_date.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/time.htimeval:T(4,1)=s8tv_sec:(0,1),0,32;tv_usec:(0,1),32,32;;timezone:T(4,2)=s8tz_minuteswest:(0,1),0,32;tz_dsttime:(0,1),32,32;;itimerval:T(4,3)=s16it_interval:(4,1),0,64;it_value:(4,1),64,64;;/usr/include/time.h/usr/include/sys/stdtypes.hNo_date:G(0,1)todays_date:F(1,7)date_str:p(1,7)year:(0,1)month:(0,1)doy:(0,1)day:(0,1)hour:(0,1)minute:(0,1)sec:(0,10)axis.ov.421v.422VAR_SEG1VAR_SEG2VAR_SEG3/auto/jspc/sw/src/lib/graphics/grx/axis.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;axis:F14xdim:v6ydim:v6xmarg:v6ymarg:v6xlow:v6ylow:v6xmax:v6xmin:v6ymax:v6ymin:v6dxsmal:v6dxnumb:v6dysmal:v6dynumb:v6fmtx:var3;1;A148;13fmty:var3;1;A152;13labelx:var3;1;A156;13labely:var3;1;A160;13title:var3;1;A164;13iclear:v3i:r3x:V6y:V6x1:V6y2:V6xh:V6xl:V6yl:V6ix:V3xs:V6xx:V6yy:V6ddxbig:V6ddybig:V6xmn:V6ddxsml:V6ddysml:V6ltp:V3xmx:V6ntics:V3iref:V3stic:V6imfl:V3nmin:r3nmax:r3ocflag_imflag:V3iocflg:V3iltp:V3ocflag_npcolr_blight:V6flight:V6bhue:V6fhue:V6bsat:V6fsat:V6npcolr_axstuf_ifont:V3axstuf_ngrcom_xnh:V6ynh:V6xsh:V6ysh:V6xnl:V6ynl:V6xsl:V6ysl:V6xns:V6yns:V6xss:V6yss:V6xnth:V6ynth:V6xsth:V6ysth:V6ixns:V3iyns:V3ixss:V3iyss:V3ngrcom_number:F14x:v6y:v6ang:v6iref:v3xnum:v6fmt:var3;1;A92;13i:r3j:r3k:r3m:r3numb2:Var3;1;40;13xn:V6ix:V3jcount:r3jlast:V3numb:Var3;1;40;13jdot:r3ocflag_ocflag_npcolr_npcolr_axstuf_axstuf_ngrcom_ngrcom_dnice:F14dx:v6ds:v6db:v6ddx:V6dmult:V6dddx:V6ocflag_ocflag_npcolr_npcolr_axstuf_axstuf_ngrcom_ngrcom_setaxf:F14jfont:v3ocflag_ocflag_npcolr_npcolr_axstuf_ifont:V3axstuf_ngrcom_ngrcom_box.oARR_SEG1/auto/jspc/sw/src/lib/graphics/grx/box.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;box:F14xleft:v6xright:v6ybot:v6ytop:v6thick:v6ithick:v3iclip:v3x:Var3;1;9;6y:Var3;1;9;6cfont.ov.17v.57v.58v.18v.19ARR_SEG1v.320v.330v.310v.300v.181v.321v.301v.322v.302v.323v.313v.303v.314v.324v.304v.325v.315v.295v.296v.316v.307v.308v.238v.228v.298v.269v.209v.329v.319v.309v.299VAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/cfont.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;cfont:F14jfont:v3i:V3j:r3k:r3j1:r3j2:r3jj:r3jm1:r3nrd:V2jjfont:V2llfont:V3nfonts:V2nfm1:V3jfoff:Var3;1;21;2npmax:V3lufnt:V3ifont:Var3;1;21;2jjtot:V3path:Var3;1;120;13ifnt:V2itot:Var3;1;21;2jtot:V3ktot:V3fonts_ipoint:Var3;1;10000;2ifoff:V2fonts_chrsiz.ov.17VAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/chrsiz.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;chrsiz:F14height:v6ratio:v6slant:v6a:V6rad:V6spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_partxt_sinang:V6cosang:V6rat:V6tansln:V6hite:V6partxt_npchr2_scale:V6npchr2_gethit:F14hit:v6spc_spc_partxt_sinang:V6cosang:V6rat:V6tansln:V6hite:V6partxt_npchr2_npchr2_circle.oVAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/circle.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;circle:F14xc:v6yc:v6r:v6narc:v3iclose:v3iclip:v3thick:v6ithick:v3x:V6y:V6ir:V3ixplt:V3iyplt:V3xplt:V6yplt:V6spc_fl:V6xcc:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_pdim_ca:V6sa:V6tangle:V6cellwd:V6iitran:V3ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_clrrgn.oVAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/clrrgn.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;clrrgn:F14xmn:v6xmx:v6ymn:v6ymx:v6xpmin:V6ypmin:V6ixmin:V3iymin:V3xpmax:V6ypmax:V6ixmax:r3iymax:V3xmin:V6ymin:V6xmax:V6ymax:V6pdim_ca:V6sa:V6tangle:V6cellwd:V6iitran:V3ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_cursor.oVAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/cursor.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;cursor:F14x:v6y:v6chr:var3;1;A80;13ix:V3iy:V3iwidth:V3xsc:V6ysc:V6xmn:V6ymn:V6ixpre:V3iypre:V3ixmin:V3iymin:V3ixmax:V3iymax:V3xpre:V6ypre:V6xras:V6yras:V6xpos:V6ypos:V6iheight:V3pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_ccom_height:V6width:V6itype:V3ccom_setcursor:F14type:var3;1;A80;13param1:v6param2:v6pdim_pdim_pscl_pscl_spc_spc_ccom_height:V6width:V6itype:V3ccom_trackcursor:F14callback:v6pdim_pdim_pscl_pscl_spc_spc_ccom_ccom_trackcursoroff:F14pdim_pdim_pscl_pscl_spc_spc_ccom_ccom_finitt.o/auto/jspc/sw/src/lib/graphics/grx/finitt.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;finitt:F14initt.ov.20v.17v.18v.19VAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/initt.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;initt:F14itran:v3plotfile:var3;1;A96;13display:var3;1;A100;13program:var3;1;A104;13ssize:v6xwin:v6ywin:v6wd:V6ht:V6rlaser:V6ifirst:V3hsize:V6wsize:V6scrh:V6scrw:V6pscolor:Var3;1;80;13pdim_ca:V6sa:V6tangle:V6cellwd:V6iitran:V3ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_ocflag_imflag:V3iocflg:V3iltp:V3ocflag_xplpid_ipid:V3xplpid_filcom_ifill:V3jfill:V3filcom_line.oARR_SEG1/auto/jspc/sw/src/lib/graphics/grx/line.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;line:F14x1:v6y1:v6x2:v6y2:v6thick:v6ithick:v3iclip:v3x:Var3;1;3;6y:Var3;1;3;6ltype.o/auto/jspc/sw/src/lib/graphics/grx/ltype.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;ltype:F14n:v3ocflag_imflag:V3iocflg:V3iltp:V3ocflag_nclose.o/auto/jspc/sw/src/lib/graphics/grx/nclose.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;nclose:F14nfill.o/auto/jspc/sw/src/lib/graphics/grx/nfill.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;nfillon:F14filcom_ifill:V3jfill:V3filcom_nfilloff:F14filcom_ifill:V3jfill:V3filcom_nlstyl.ov.16ARR_SEG1/auto/jspc/sw/src/lib/graphics/grx/nlstyl.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;nlstyl:F14i:v3iold:V3ipat:Var3;1;10;3nopen.o/auto/jspc/sw/src/lib/graphics/grx/nopen.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;nopen:F14nplot.ov.17VAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/nplot.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;nplot:F14n:v3x:var3;1;1;6y:var3;1;1;6igraf:v3iclip:v3thick:v6ithick:v3asymb:var3;1;1;ar3;1;1;13i:r3j:r3j1:r3nn:V3np:V3xx:V6yy:V6rthick:V6nth:V3ltp:V3ilines:r3rlthick:V6ilabs:r3roff:V6imfl:r3ichr:V3rmin:V6spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_filcom_ifill:V3jfill:V3filcom_ocflag_imflag:V3iocflg:V3iltp:V3ocflag_npolyfill.ov.45v.46v.67v.68v.130v.300v.691v.301v.721v.622v.653v.643v.563v.453v.233v.504v.414v.234v.104v.105v.596v.826v.246v.637v.537v.247v.578v.468v.318v.198v.519v.269v.199v.129v.1109VAR_SEG1VAR_SEG2VAR_SEG3VAR_SEG4VAR_SEG5/auto/jspc/sw/src/lib/graphics/grx/npolyfill.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;npolyfill:F14npts:v3x:var3;1;T-4;6y:var3;1;T-12;6nbuf:v3xbuf:var3;1;T-20;6ybuf:var3;1;T-28;6ibuf:var3;1;T-36;3i:V3j:r3i1:r3i2:r3ii:r3jj:r3in:V3jo:V3xx:V6yy:V6jp1:r3iclose:V3xmin:V6ymin:V6xmax:V6ymax:V6nbufmax:V3ncrsmax:V3crscom_icross:Var3;1;1000;3jcross:Var3;1;1000;3ncross:V3xcross:Var3;1;1000;6ycross:Var3;1;1000;6iside:Var3;1;1000;3crscom_nplyret_iret:V3nplyret_fcross:F14xmin:v6xmax:v6ymin:v6ymax:v6npts:v3x:var3;1;T-4;6y:var3;1;T-12;6i:r3ic:r3dx:V6dy:V6im1:r3xm1:V6ym1:V6xcr:V6ycr:V6icm1:r3slope:V6iscr:r3ncrsmax:V3crscom_icross:Var3;1;1000;3jcross:Var3;1;1000;3ncross:V3xcross:Var3;1;1000;6ycross:Var3;1;1000;6iside:Var3;1;1000;3crscom_nplyret_nplyret_npfcmp:F2npfcmp:X2ic1:v3ic2:v3is1:r3is2:r3ncrsmax:V3crscom_icross:Var3;1;1000;3jcross:Var3;1;1000;3ncross:V3xcross:Var3;1;1000;6ycross:Var3;1;1000;6iside:Var3;1;1000;3crscom_nplyret_nplyret_insiderh:F14xtest:v6ytest:v6npts:v3x:var3;1;T-4;6y:var3;1;T-12;6in:v3iclose:v3z:V6x1:V6y1:V6x2:V6y2:V6ip1:r3crscom_crscom_nplyret_nplyret_insideoe:F14xtest:v6ytest:v6npts:v3x:var3;1;T-4;6y:var3;1;T-12;6in:v3iclose:v3i:r3yi:V6xm1:V6xp1:V6yp1:V6iscan:r3yymin:V6ilast:r3crscom_crscom_nplyret_nplyret_ntype.oVAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/ntype.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;ntype:F14xtype:var3;1;A76;13ytype:var3;1;A80;13c:Var3;1;1;13ilen:r3pdim_ca:V6sa:V6tangle:V6cellwd:V6iitran:V3ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_gettype:F14xtype:var3;1;A76;13ytype:var3;1;A80;13pdim_ca:V6sa:V6tangle:V6cellwd:V6iitran:V3ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_plot1.oVAR_SEG1VAR_SEG2/auto/jspc/sw/src/lib/graphics/grx/plot1.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;plot1:F14n:v3x:var3;1;1;6y:var3;1;1;6roff:v6iclip:v3i:V3j:r3k:V3s:V7cs:V7sn:V7xt:V6yt:V6rx:V7ry:V7xx:V6yy:V6xint2:V6yint2:V6iltold:V3xbh:V6ybh:V6xbl:V6ybl:V6cso:V7sno:V7ibx:r3iby:r3xtn:V6ytn:V6rxn:V7ryn:V7xxo:V6yyo:V6ifirst:V3iflag:r3igraf:V3ibxo:r3ibyo:r3iltp:V3xint:V6yint:V6pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xxbh:V6yybh:V6xdim:V6ydim:V6xxbl:V6yybl:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_filcom_ifill:V3jfill:V3filcom_offset:F14roff:v6rx:v7ry:v7sn:v7cs:v7sno:v7cso:v7xx:v6yy:v6x:V7y:V7x2:V7y2:V7del:V7rxn:V7ryn:V7rxo:V7ryo:V7pdim_pdim_pscl_pscl_filcom_filcom_setbac.o/auto/jspc/sw/src/lib/graphics/grx/setbac.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;setbac:F14hue:v6light:v6sat:v6npcolr_blight:V6flight:V6bhue:V6fhue:V6bsat:V6fsat:V6npcolr_getbac:F14hue:v6light:v6sat:v6npcolr_blight:V6flight:V6bhue:V6fhue:V6bsat:V6fsat:V6npcolr_setfor.o/auto/jspc/sw/src/lib/graphics/grx/setfor.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;setfor:F14hue:v6light:v6sat:v6npcolr_blight:V6flight:V6bhue:V6fhue:V6bsat:V6fsat:V6npcolr_getfor:F14hue:v6light:v6sat:v6npcolr_blight:V6flight:V6bhue:V6fhue:V6bsat:V6fsat:V6npcolr_setdim.oVAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/setdim.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;setdim:F14xdim:v6ydim:v6xlow:v6ylow:v6ixdim:V3iydim:V3ixlow:V3iylow:V3spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6xxdim:V6yydim:V6rxlow:V6rylow:V6xxlow:V6yylow:V6pdim_getfrm:F14xmin:v6xmax:v6ymin:v6ymax:v6spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_pdim_pdim_getdim:F14xdim:v6ydim:v6xlow:v6ylow:v6spc_spc_pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6xxdim:V6yydim:V6rxlow:V6rylow:V6xxlow:V6yylow:V6pdim_setscl.ov.90v.80v.81v.91v.82v.83v.96v.97v.88v.89v.104v.105/auto/jspc/sw/src/lib/graphics/grx/setscl.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;setscl:F14xmin:v6xmax:v6ymin:v6ymax:v6pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xxmin:V6yymin:V6xxmax:V6yymax:V6pscl_pscl2_xrmin:V6yrmin:V6xrmax:V6yrmax:V6pscl2_getclp:F14xmin:v6xmax:v6ymin:v6ymax:v6pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_pscl_pscl2_pscl2_getscl:F14xmin:v6xmax:v6ymin:v6ymax:v6pdim_pdim_pscl_pscl_pscl2_xrmin:V6yrmin:V6xrmax:V6yrmax:V6pscl2_tdraw.o/auto/jspc/sw/src/lib/graphics/grx/tdraw.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;tdraw:F14x:v6y:v6ifirst:v3itran:v3text.oARR_SEG1VAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/text.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;text:F14x:v6y:v6angle:v6iref:v3string:var3;1;A92;13iclip:v3i:r3j:V3k:r3i1:r3i2:V3k1:r3np:V3xp:V6ix:Var3;1;150;3yp:V6iy:Var3;1;150;3hscale:V6xt:V6xx:V6yy:V6vscale:V6ishite:V3iwidth:Var3;1;100;3npoint:Var3;1;27;3nstrks:V3iiref:r3iswid:r3xxoff:V6nchar:Var3;1;1;13ioff:Var3;1;27;3joff:V3xoff:Var3;1;100;6yoff:V6lstr:V3chcom_chold:Var3;1;1;13chcom_pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_partxt_sinang:V6cosang:V6rat:V6tansln:V6hite:V6partxt_ocflag_imflag:V3iocflg:V3iltp:V3ocflag_tics.oARR_SEG1VAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/tics.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;tics:F14x1:v6y1:v6x2:v6y2:v6stic:v6ntic:v3dtic:v6tlen:v6thick:v6idir:v3i:r3j:r3x:Var3;1;3;6y:Var3;1;3;6dx:V6dy:V6rxdtic:V6rydtic:V6xr1:V6yr1:V6xr2:V6yr2:V6ltp:V3rdx:V6udx:V6rdy:V6udy:V6rxtic:V6rytic:V6raxis:V6jplot:V3imfl:r3axis:V6rrdx:V6rrdy:V6spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_ocflag_imflag:V3iocflg:V3iltp:V3ocflag_xmap.oVAR_SEG1VAR_SEG2VAR_SEG8/export/jspc/sw/src/lib/graphics/grx/xmap.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;xmap:F6xmap:X6x:v6xx:V6pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_ymap:F6ymap:X6y:v6yy:V6pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_getxmp:F14x:v6xm:v6pdim_pdim_pscl_pscl_getymp:F14y:v6ym:v6pdim_pdim_pscl_pscl_getxscale:F14xsc:v6pdim_pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_rxmap:F6rxmap:X6x:v6pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_rymap:F6rymap:X6y:v6pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_in2uu:F14xinch:v6yinch:v6xuu:v6yuu:v6x:V6y:V6pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_hdback_.o/auto/jspc/sw/src/lib/graphics/grx/hdback_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hXID:t(0,8)Window:t(0,8)Drawable:t(0,8)Font:t(0,8)Pixmap:t(0,8)Cursor:t(0,8)Colormap:t(0,8)GContext:t(0,8)KeySym:t(0,8)Mask:t(0,8)Atom:t(0,8)VisualID:t(0,8)Time:t(0,8)KeyCode:t(0,5)_XExtData:T(2,1)=s16number:(0,1),0,32;next:(2,2)=*(2,1),32,32;free_private:(2,3)=*(2,4)=f(0,1),64,32;private_data:(3,7),96,32;;XExtData:t(2,1)XExtCodes:t(2,5)=s16extension:(0,1),0,32;major_opcode:(0,1),32,32;first_event:(0,1),64,32;first_error:(0,1),96,32;;_XExten:T(2,6)=s60next:(2,7)=*(2,6),0,32;codes:(2,5),32,128;create_GC:(2,3),160,32;copy_GC:(2,3),192,32;flush_GC:(2,3),224,32;free_GC:(2,3),256,32;create_Font:(2,3),288,32;free_Font:(2,3),320,32;\close_display:(2,3),352,32;error:(2,3),384,32;error_string:(2,8)=*(2,9)=f(3,7),416,32;name:(3,7),448,32;;_XExtension:t(2,6)XPixmapFormatValues:t(2,10)=s12depth:(0,1),0,32;bits_per_pixel:(0,1),32,32;scanline_pad:(0,1),64,32;;XGCValues:t(2,11)=s92function:(0,1),0,32;plane_mask:(0,8),32,32;foreground:(0,8),64,32;background:(0,8),96,32;line_width:(0,1),128,32;line_style:(0,1),160,32;cap_style:(0,1),192,32;join_style:(0,1),224,32;\fill_style:(0,1),256,32;fill_rule:(0,1),288,32;arc_mode:(0,1),320,32;tile:(0,8),352,32;stipple:(0,8),384,32;ts_x_origin:(0,1),416,32;ts_y_origin:(0,1),448,32;font:(0,8),480,32;\subwindow_mode:(0,1),512,32;graphics_exposures:(0,1),544,32;clip_x_origin:(0,1),576,32;clip_y_origin:(0,1),608,32;clip_mask:(0,8),640,32;dash_offset:(0,1),672,32;dashes:(0,2),704,8;;_XGC:T(2,12)=s112ext_data:(2,2),0,32;gid:(0,8),32,32;rects:(0,1),64,32;dashes:(0,1),96,32;dirty:(0,8),128,32;values:(2,11),160,736;;GC:t(2,13)=*(2,12)Visual:t(2,14)=s32ext_data:(2,2),0,32;visualid:(0,8),32,32;class:(0,1),64,32;red_mask:(0,8),96,32;green_mask:(0,8),128,32;blue_mask:(0,8),160,32;bits_per_rgb:(0,1),192,32;map_entries:(0,1),224,32;;Depth:t(2,15)=s12depth:(0,1),0,32;nvisuals:(0,1),32,32;visuals:(2,16)=*(2,14),64,32;;Screen:t(2,18)=s80ext_data:(2,2),0,32;display:(2,19)=*(2,17)=xs_XDisplay:,32,32;root:(0,8),64,32;width:(0,1),96,32;height:(0,1),128,32;mwidth:(0,1),160,32;mheight:(0,1),192,32;ndepths:(0,1),224,32;\depths:(2,20)=*(2,15),256,32;root_depth:(0,1),288,32;root_visual:(2,16),320,32;default_gc:(2,13),352,32;cmap:(0,8),384,32;white_pixel:(0,8),416,32;black_pixel:(0,8),448,32;max_maps:(0,1),480,32;\min_maps:(0,1),512,32;backing_store:(0,1),544,32;save_unders:(0,1),576,32;root_input_mask:(0,1),608,32;;ScreenFormat:t(2,21)=s16ext_data:(2,2),0,32;depth:(0,1),32,32;bits_per_pixel:(0,1),64,32;scanline_pad:(0,1),96,32;;XSetWindowAttributes:t(2,22)=s60background_pixmap:(0,8),0,32;background_pixel:(0,8),32,32;border_pixmap:(0,8),64,32;border_pixel:(0,8),96,32;bit_gravity:(0,1),128,32;win_gravity:(0,1),160,32;backing_store:(0,1),192,32;backing_planes:(0,8),224,32;\backing_pixel:(0,8),256,32;save_under:(0,1),288,32;event_mask:(0,1),320,32;do_not_propagate_mask:(0,1),352,32;override_redirect:(0,1),384,32;colormap:(0,8),416,32;cursor:(0,8),448,32;;XWindowAttributes:t(2,23)=s92x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;depth:(0,1),160,32;visual:(2,16),192,32;root:(0,8),224,32;\class:(0,1),256,32;bit_gravity:(0,1),288,32;win_gravity:(0,1),320,32;backing_store:(0,1),352,32;backing_planes:(0,8),384,32;backing_pixel:(0,8),416,32;save_under:(0,1),448,32;colormap:(0,8),480,32;\map_installed:(0,1),512,32;map_state:(0,1),544,32;all_event_masks:(0,1),576,32;your_event_mask:(0,1),608,32;do_not_propagate_mask:(0,1),640,32;override_redirect:(0,1),672,32;screen:(2,24)=*(2,18),704,32;;XHostAddress:t(2,25)=s12family:(0,1),0,32;length:(0,1),32,32;address:(3,7),64,32;;funcs:T(2,27)=s24create_image:(2,28)=*(2,29)=f(2,30)=*(2,26)=xs_XImage:,0,32;destroy_image:(2,3),32,32;get_pixel:(2,31)=*(2,32)=f(0,8),64,32;put_pixel:(2,3),96,32;sub_image:(2,28),128,32;add_pixel:(2,3),160,32;;_XImage:T(2,26)=s88width:(0,1),0,32;height:(0,1),32,32;xoffset:(0,1),64,32;format:(0,1),96,32;data:(3,7),128,32;byte_order:(0,1),160,32;bitmap_unit:(0,1),192,32;bitmap_bit_order:(0,1),224,32;\bitmap_pad:(0,1),256,32;depth:(0,1),288,32;bytes_per_line:(0,1),320,32;bits_per_pixel:(0,1),352,32;red_mask:(0,8),384,32;green_mask:(0,8),416,32;blue_mask:(0,8),448,32;obdata:(3,7),480,32;f:(2,27),512,192;;XImage:t(2,26)XWindowChanges:t(2,33)=s28x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;sibling:(0,8),160,32;stack_mode:(0,1),192,32;;XColor:t(2,34)=s12pixel:(0,8),0,32;red:(0,6),32,16;green:(0,6),48,16;blue:(0,6),64,16;flags:(0,2),80,8;pad:(0,2),88,8;;XSegment:t(2,35)=s8x1:(0,4),0,16;y1:(0,4),16,16;x2:(0,4),32,16;y2:(0,4),48,16;;XPoint:t(2,36)=s4x:(0,4),0,16;y:(0,4),16,16;;XRectangle:t(2,37)=s8x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;;XArc:t(2,38)=s12x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;angle1:(0,4),64,16;angle2:(0,4),80,16;;XKeyboardControl:t(2,39)=s32key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,1),64,32;bell_duration:(0,1),96,32;led:(0,1),128,32;led_mode:(0,1),160,32;key:(0,1),192,32;auto_repeat_mode:(0,1),224,32;;XKeyboardState:t(2,40)=s56key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,8),64,32;bell_duration:(0,8),96,32;led_mask:(0,8),128,32;global_auto_repeat:(0,1),160,32;auto_repeats:(2,41)=ar(0,1);0;31;(0,2),192,256;;XTimeCoord:t(2,42)=s8time:(0,8),0,32;x:(0,4),32,16;y:(0,4),48,16;;XModifierKeymap:t(2,43)=s8max_keypermod:(0,1),0,32;modifiermap:(1,2),32,32;;_DisplayAtoms:T(2,44)=s24text:(0,8),0,32;wm_state:(0,8),32,32;wm_protocols:(0,8),64,32;wm_save_yourself:(0,8),96,32;wm_change_state:(0,8),128,32;wm_colormap_windows:(0,8),160,32;;_XDisplay:T(2,17)=s1252ext_data:(2,2),0,32;next:(2,48)=*(2,17),32,32;fd:(0,1),64,32;lock:(0,1),96,32;proto_major_version:(0,1),128,32;proto_minor_version:(0,1),160,32;vendor:(3,7),192,32;resource_base:(0,1),224,32;\resource_mask:(0,1),256,32;resource_id:(0,1),288,32;resource_shift:(0,1),320,32;resource_alloc:(2,31),352,32;byte_order:(0,1),384,32;bitmap_unit:(0,1),416,32;bitmap_pad:(0,1),448,32;bitmap_bit_order:(0,1),480,32;\nformats:(0,1),512,32;pixmap_format:(2,49)=*(2,21),544,32;vnumber:(0,1),576,32;release:(0,1),608,32;head:(2,50)=*(2,45)=xs_XSQEvent:,640,32;tail:(2,50),672,32;qlen:(0,1),704,32;last_request_read:(0,8),736,32;\request:(0,8),768,32;last_req:(3,7),800,32;buffer:(3,7),832,32;bufptr:(3,7),864,32;bufmax:(3,7),896,32;max_request_size:(0,8),928,32;db:(2,51)=*(2,46)=xs_XrmHashBucketRec:,960,32;synchandler:(2,3),992,32;\display_name:(3,7),1024,32;default_screen:(0,1),1056,32;nscreens:(0,1),1088,32;screens:(2,24),1120,32;motion_buffer:(0,8),1152,32;current:(0,8),1184,32;min_keycode:(0,1),1216,32;max_keycode:(0,1),1248,32;\keysyms:(2,52)=*(0,8),1280,32;modifiermap:(2,53)=*(2,43),1312,32;keysyms_per_keycode:(0,1),1344,32;xdefaults:(3,7),1376,32;scratch_buffer:(3,7),1408,32;scratch_length:(0,8),1440,32;ext_number:(0,1),1472,32;ext_procs:(2,7),1504,32;\event_vec:(2,54)=ar(0,1);0;127;(2,3),1536,4096;wire_vec:(2,54),5632,4096;lock_meaning:(0,8),9728,32;key_bindings:(2,55)=*(2,47)=xsXKeytrans:,9760,32;cursor_font:(0,8),9792,32;atoms:(2,56)=*(2,44),9824,32;reconfigure_wm_window:(2,57)=s12sequence_number:(0,1),0,32;old_handler:(2,3),32,32;succeeded:(0,1),64,32;;,9856,96;\flags:(0,8),9952,32;mode_switch:(0,8),9984,32;;Display:t(2,17)XKeyEvent:t(2,58)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;keycode:(0,8),416,32;same_screen:(0,1),448,32;;XKeyPressedEvent:t(2,58)XKeyReleasedEvent:t(2,58)XButtonEvent:t(2,59)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;button:(0,8),416,32;same_screen:(0,1),448,32;;XButtonPressedEvent:t(2,59)XButtonReleasedEvent:t(2,59)XMotionEvent:t(2,60)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;is_hint:(0,2),416,8;same_screen:(0,1),448,32;;XPointerMovedEvent:t(2,60)XCrossingEvent:t(2,61)=s68type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;mode:(0,1),384,32;detail:(0,1),416,32;same_screen:(0,1),448,32;focus:(0,1),480,32;state:(0,8),512,32;;XEnterWindowEvent:t(2,61)XLeaveWindowEvent:t(2,61)XFocusChangeEvent:t(2,62)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;window:(0,8),128,32;mode:(0,1),160,32;detail:(0,1),192,32;;XFocusInEvent:t(2,62)XFocusOutEvent:t(2,62)XKeymapEvent:t(2,63)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;window:(0,8),128,32;key_vector:(2,41),160,256;;XExposeEvent:t(2,64)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;window:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;;XGraphicsExposeEvent:t(2,65)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;drawable:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;major_code:(0,1),320,32;minor_code:(0,1),352,32;;XNoExposeEvent:t(2,66)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;drawable:(0,8),128,32;major_code:(0,1),160,32;minor_code:(0,1),192,32;;XVisibilityEvent:t(2,67)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;window:(0,8),128,32;state:(0,1),160,32;;XCreateWindowEvent:t(2,68)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;override_redirect:(0,1),352,32;;XDestroyWindowEvent:t(2,69)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;event:(0,8),128,32;window:(0,8),160,32;;XUnmapEvent:t(2,70)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;event:(0,8),128,32;window:(0,8),160,32;from_configure:(0,1),192,32;;XMapEvent:t(2,71)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;event:(0,8),128,32;window:(0,8),160,32;override_redirect:(0,1),192,32;;XMapRequestEvent:t(2,72)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;;XReparentEvent:t(2,73)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;event:(0,8),128,32;window:(0,8),160,32;parent:(0,8),192,32;x:(0,1),224,32;\y:(0,1),256,32;override_redirect:(0,1),288,32;;XConfigureEvent:t(2,74)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;override_redirect:(0,1),384,32;;XGravityEvent:t(2,75)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;;XResizeRequestEvent:t(2,76)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;window:(0,8),128,32;width:(0,1),160,32;height:(0,1),192,32;;XConfigureRequestEvent:t(2,77)=s56type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;detail:(0,1),384,32;value_mask:(0,8),416,32;;XCirculateEvent:t(2,78)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;event:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XCirculateRequestEvent:t(2,79)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XPropertyEvent:t(2,80)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;window:(0,8),128,32;atom:(0,8),160,32;time:(0,8),192,32;state:(0,1),224,32;;XSelectionClearEvent:t(2,81)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;window:(0,8),128,32;selection:(0,8),160,32;time:(0,8),192,32;;XSelectionRequestEvent:t(2,82)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;owner:(0,8),128,32;requestor:(0,8),160,32;selection:(0,8),192,32;target:(0,8),224,32;\property:(0,8),256,32;time:(0,8),288,32;;XSelectionEvent:t(2,83)=s36type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;requestor:(0,8),128,32;selection:(0,8),160,32;target:(0,8),192,32;property:(0,8),224,32;time:(0,8),256,32;;XColormapEvent:t(2,84)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;window:(0,8),128,32;colormap:(0,8),160,32;new:(0,1),192,32;state:(0,1),224,32;;XClientMessageEvent:t(2,85)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;window:(0,8),128,32;message_type:(0,8),160,32;format:(0,1),192,32;data:(2,86)=u20b:(2,87)=ar(0,1);0;19;(0,2),0,160;\s:(2,88)=ar(0,1);0;9;(0,4),0,160;l:(2,89)=ar(0,1);0;4;(0,1),0,160;;,224,160;;XMappingEvent:t(2,90)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;window:(0,8),128,32;request:(0,1),160,32;first_keycode:(0,1),192,32;count:(0,1),224,32;;XErrorEvent:t(2,91)=s20type:(0,1),0,32;display:(2,48),32,32;resourceid:(0,8),64,32;serial:(0,8),96,32;error_code:(0,5),128,8;request_code:(0,5),136,8;minor_code:(0,5),144,8;;XAnyEvent:t(2,92)=s20type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(2,48),96,32;window:(0,8),128,32;;_XEvent:T(2,93)=u96type:(0,1),0,32;xany:(2,92),0,160;xkey:(2,58),0,480;xbutton:(2,59),0,480;xmotion:(2,60),0,480;xcrossing:(2,61),0,544;xfocus:(2,62),0,224;xexpose:(2,64),0,320;\xgraphicsexpose:(2,65),0,384;xnoexpose:(2,66),0,224;xvisibility:(2,67),0,192;xcreatewindow:(2,68),0,384;xdestroywindow:(2,69),0,192;xunmap:(2,70),0,224;xmap:(2,71),0,224;xmaprequest:(2,72),0,192;\xreparent:(2,73),0,320;xconfigure:(2,74),0,416;xgravity:(2,75),0,256;xresizerequest:(2,76),0,224;xconfigurerequest:(2,77),0,448;xcirculate:(2,78),0,224;xcirculaterequest:(2,79),0,224;xproperty:(2,80),0,256;\xselectionclear:(2,81),0,224;xselectionrequest:(2,82),0,320;xselection:(2,83),0,288;xcolormap:(2,84),0,256;xclient:(2,85),0,384;xmapping:(2,90),0,256;xerror:(2,91),0,160;xkeymap:(2,63),0,416;pad:(2,94)=ar(0,1);0;23;(0,1),0,768;;XEvent:t(2,93)_XSQEvent:T(2,45)=s100next:(2,95)=*(2,45),0,32;event:(2,93),32,768;;_XQEvent:t(2,45)XCharStruct:t(2,96)=s12lbearing:(0,4),0,16;rbearing:(0,4),16,16;width:(0,4),32,16;ascent:(0,4),48,16;descent:(0,4),64,16;attributes:(0,6),80,16;;XFontProp:t(2,97)=s8name:(0,8),0,32;card32:(0,8),32,32;;XFontStruct:t(2,98)=s80ext_data:(2,2),0,32;fid:(0,8),32,32;direction:(0,8),64,32;min_char_or_byte2:(0,8),96,32;max_char_or_byte2:(0,8),128,32;min_byte1:(0,8),160,32;max_byte1:(0,8),192,32;all_chars_exist:(0,1),224,32;\default_char:(0,8),256,32;n_properties:(0,1),288,32;properties:(2,99)=*(2,97),320,32;min_bounds:(2,96),352,96;max_bounds:(2,96),448,96;per_char:(2,100)=*(2,96),544,32;ascent:(0,1),576,32;descent:(0,1),608,32;;XTextItem:t(2,101)=s16chars:(3,7),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XChar2b:t(2,102)=s2byte1:(0,5),0,8;byte2:(0,5),8,8;;XTextItem16:t(2,103)=s16chars:(2,104)=*(2,102),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XEDataObject:t(2,105)=u4display:(2,48),0,32;gc:(2,13),0,32;visual:(2,16),0,32;screen:(2,24),0,32;pixmap_format:(2,49),0,32;font:(2,106)=*(2,98),0,32;;XErrorHandler:t(2,3)XIOErrorHandler:t(2,3)hd_display:G(2,48)hd_cmap:G(0,8)hd_pixmap:G(0,8)hd_gc:G(2,13)hd_visual:G(2,16)hd_back:G(0,8)hd_back_light:G(0,9)hd_back_sat:G(0,9)hd_back_red:G(0,9)hd_back_green:G(0,9)hd_back_blue:G(0,9)hdback_:F(0,11)hue:p(0,13)=*(0,9)light:p(0,13)sat:p(0,13)hdcircle_.o/auto/jspc/sw/src/lib/graphics/grx/hdcircle_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h_XExtData:T(1,1)=s16number:(0,1),0,32;next:(1,2)=*(1,1),32,32;free_private:(1,3)=*(1,4)=f(0,1),64,32;private_data:(2,7),96,32;;XExtData:t(1,1)XExtCodes:t(1,5)=s16extension:(0,1),0,32;major_opcode:(0,1),32,32;first_event:(0,1),64,32;first_error:(0,1),96,32;;_XExten:T(1,6)=s60next:(1,7)=*(1,6),0,32;codes:(1,5),32,128;create_GC:(1,3),160,32;copy_GC:(1,3),192,32;flush_GC:(1,3),224,32;free_GC:(1,3),256,32;create_Font:(1,3),288,32;free_Font:(1,3),320,32;\close_display:(1,3),352,32;error:(1,3),384,32;error_string:(1,8)=*(1,9)=f(2,7),416,32;name:(2,7),448,32;;_XExtension:t(1,6)XPixmapFormatValues:t(1,10)=s12depth:(0,1),0,32;bits_per_pixel:(0,1),32,32;scanline_pad:(0,1),64,32;;XGCValues:t(1,11)=s92function:(0,1),0,32;plane_mask:(0,8),32,32;foreground:(0,8),64,32;background:(0,8),96,32;line_width:(0,1),128,32;line_style:(0,1),160,32;cap_style:(0,1),192,32;join_style:(0,1),224,32;\fill_style:(0,1),256,32;fill_rule:(0,1),288,32;arc_mode:(0,1),320,32;tile:(0,8),352,32;stipple:(0,8),384,32;ts_x_origin:(0,1),416,32;ts_y_origin:(0,1),448,32;font:(0,8),480,32;\subwindow_mode:(0,1),512,32;graphics_exposures:(0,1),544,32;clip_x_origin:(0,1),576,32;clip_y_origin:(0,1),608,32;clip_mask:(0,8),640,32;dash_offset:(0,1),672,32;dashes:(0,2),704,8;;_XGC:T(1,12)=s112ext_data:(1,2),0,32;gid:(0,8),32,32;rects:(0,1),64,32;dashes:(0,1),96,32;dirty:(0,8),128,32;values:(1,11),160,736;;GC:t(1,13)=*(1,12)Visual:t(1,14)=s32ext_data:(1,2),0,32;visualid:(0,8),32,32;class:(0,1),64,32;red_mask:(0,8),96,32;green_mask:(0,8),128,32;blue_mask:(0,8),160,32;bits_per_rgb:(0,1),192,32;map_entries:(0,1),224,32;;Depth:t(1,15)=s12depth:(0,1),0,32;nvisuals:(0,1),32,32;visuals:(1,16)=*(1,14),64,32;;Screen:t(1,18)=s80ext_data:(1,2),0,32;display:(1,19)=*(1,17)=xs_XDisplay:,32,32;root:(0,8),64,32;width:(0,1),96,32;height:(0,1),128,32;mwidth:(0,1),160,32;mheight:(0,1),192,32;ndepths:(0,1),224,32;\depths:(1,20)=*(1,15),256,32;root_depth:(0,1),288,32;root_visual:(1,16),320,32;default_gc:(1,13),352,32;cmap:(0,8),384,32;white_pixel:(0,8),416,32;black_pixel:(0,8),448,32;max_maps:(0,1),480,32;\min_maps:(0,1),512,32;backing_store:(0,1),544,32;save_unders:(0,1),576,32;root_input_mask:(0,1),608,32;;ScreenFormat:t(1,21)=s16ext_data:(1,2),0,32;depth:(0,1),32,32;bits_per_pixel:(0,1),64,32;scanline_pad:(0,1),96,32;;XSetWindowAttributes:t(1,22)=s60background_pixmap:(0,8),0,32;background_pixel:(0,8),32,32;border_pixmap:(0,8),64,32;border_pixel:(0,8),96,32;bit_gravity:(0,1),128,32;win_gravity:(0,1),160,32;backing_store:(0,1),192,32;backing_planes:(0,8),224,32;\backing_pixel:(0,8),256,32;save_under:(0,1),288,32;event_mask:(0,1),320,32;do_not_propagate_mask:(0,1),352,32;override_redirect:(0,1),384,32;colormap:(0,8),416,32;cursor:(0,8),448,32;;XWindowAttributes:t(1,23)=s92x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;depth:(0,1),160,32;visual:(1,16),192,32;root:(0,8),224,32;\class:(0,1),256,32;bit_gravity:(0,1),288,32;win_gravity:(0,1),320,32;backing_store:(0,1),352,32;backing_planes:(0,8),384,32;backing_pixel:(0,8),416,32;save_under:(0,1),448,32;colormap:(0,8),480,32;\map_installed:(0,1),512,32;map_state:(0,1),544,32;all_event_masks:(0,1),576,32;your_event_mask:(0,1),608,32;do_not_propagate_mask:(0,1),640,32;override_redirect:(0,1),672,32;screen:(1,24)=*(1,18),704,32;;XHostAddress:t(1,25)=s12family:(0,1),0,32;length:(0,1),32,32;address:(2,7),64,32;;funcs:T(1,27)=s24create_image:(1,28)=*(1,29)=f(1,30)=*(1,26)=xs_XImage:,0,32;destroy_image:(1,3),32,32;get_pixel:(1,31)=*(1,32)=f(0,8),64,32;put_pixel:(1,3),96,32;sub_image:(1,28),128,32;add_pixel:(1,3),160,32;;_XImage:T(1,26)=s88width:(0,1),0,32;height:(0,1),32,32;xoffset:(0,1),64,32;format:(0,1),96,32;data:(2,7),128,32;byte_order:(0,1),160,32;bitmap_unit:(0,1),192,32;bitmap_bit_order:(0,1),224,32;\bitmap_pad:(0,1),256,32;depth:(0,1),288,32;bytes_per_line:(0,1),320,32;bits_per_pixel:(0,1),352,32;red_mask:(0,8),384,32;green_mask:(0,8),416,32;blue_mask:(0,8),448,32;obdata:(2,7),480,32;f:(1,27),512,192;;XImage:t(1,26)XWindowChanges:t(1,33)=s28x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;sibling:(0,8),160,32;stack_mode:(0,1),192,32;;XColor:t(1,34)=s12pixel:(0,8),0,32;red:(0,6),32,16;green:(0,6),48,16;blue:(0,6),64,16;flags:(0,2),80,8;pad:(0,2),88,8;;XSegment:t(1,35)=s8x1:(0,4),0,16;y1:(0,4),16,16;x2:(0,4),32,16;y2:(0,4),48,16;;XPoint:t(1,36)=s4x:(0,4),0,16;y:(0,4),16,16;;XRectangle:t(1,37)=s8x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;;XArc:t(1,38)=s12x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;angle1:(0,4),64,16;angle2:(0,4),80,16;;XKeyboardControl:t(1,39)=s32key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,1),64,32;bell_duration:(0,1),96,32;led:(0,1),128,32;led_mode:(0,1),160,32;key:(0,1),192,32;auto_repeat_mode:(0,1),224,32;;XKeyboardState:t(1,40)=s56key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,8),64,32;bell_duration:(0,8),96,32;led_mask:(0,8),128,32;global_auto_repeat:(0,1),160,32;auto_repeats:(1,41)=ar(0,1);0;31;(0,2),192,256;;XTimeCoord:t(1,42)=s8time:(0,8),0,32;x:(0,4),32,16;y:(0,4),48,16;;XModifierKeymap:t(1,43)=s8max_keypermod:(0,1),0,32;modifiermap:(1,44)=*(0,5),32,32;;_DisplayAtoms:T(1,45)=s24text:(0,8),0,32;wm_state:(0,8),32,32;wm_protocols:(0,8),64,32;wm_save_yourself:(0,8),96,32;wm_change_state:(0,8),128,32;wm_colormap_windows:(0,8),160,32;;_XDisplay:T(1,17)=s1252ext_data:(1,2),0,32;next:(1,49)=*(1,17),32,32;fd:(0,1),64,32;lock:(0,1),96,32;proto_major_version:(0,1),128,32;proto_minor_version:(0,1),160,32;vendor:(2,7),192,32;resource_base:(0,1),224,32;\resource_mask:(0,1),256,32;resource_id:(0,1),288,32;resource_shift:(0,1),320,32;resource_alloc:(1,31),352,32;byte_order:(0,1),384,32;bitmap_unit:(0,1),416,32;bitmap_pad:(0,1),448,32;bitmap_bit_order:(0,1),480,32;\nformats:(0,1),512,32;pixmap_format:(1,50)=*(1,21),544,32;vnumber:(0,1),576,32;release:(0,1),608,32;head:(1,51)=*(1,46)=xs_XSQEvent:,640,32;tail:(1,51),672,32;qlen:(0,1),704,32;last_request_read:(0,8),736,32;\request:(0,8),768,32;last_req:(2,7),800,32;buffer:(2,7),832,32;bufptr:(2,7),864,32;bufmax:(2,7),896,32;max_request_size:(0,8),928,32;db:(1,52)=*(1,47)=xs_XrmHashBucketRec:,960,32;synchandler:(1,3),992,32;\display_name:(2,7),1024,32;default_screen:(0,1),1056,32;nscreens:(0,1),1088,32;screens:(1,24),1120,32;motion_buffer:(0,8),1152,32;current:(0,8),1184,32;min_keycode:(0,1),1216,32;max_keycode:(0,1),1248,32;\keysyms:(1,53)=*(0,8),1280,32;modifiermap:(1,54)=*(1,43),1312,32;keysyms_per_keycode:(0,1),1344,32;xdefaults:(2,7),1376,32;scratch_buffer:(2,7),1408,32;scratch_length:(0,8),1440,32;ext_number:(0,1),1472,32;ext_procs:(1,7),1504,32;\event_vec:(1,55)=ar(0,1);0;127;(1,3),1536,4096;wire_vec:(1,55),5632,4096;lock_meaning:(0,8),9728,32;key_bindings:(1,56)=*(1,48)=xsXKeytrans:,9760,32;cursor_font:(0,8),9792,32;atoms:(1,57)=*(1,45),9824,32;reconfigure_wm_window:(1,58)=s12sequence_number:(0,1),0,32;old_handler:(1,3),32,32;succeeded:(0,1),64,32;;,9856,96;\flags:(0,8),9952,32;mode_switch:(0,8),9984,32;;Display:t(1,17)XKeyEvent:t(1,59)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;keycode:(0,8),416,32;same_screen:(0,1),448,32;;XKeyPressedEvent:t(1,59)XKeyReleasedEvent:t(1,59)XButtonEvent:t(1,60)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;button:(0,8),416,32;same_screen:(0,1),448,32;;XButtonPressedEvent:t(1,60)XButtonReleasedEvent:t(1,60)XMotionEvent:t(1,61)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;is_hint:(0,2),416,8;same_screen:(0,1),448,32;;XPointerMovedEvent:t(1,61)XCrossingEvent:t(1,62)=s68type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;mode:(0,1),384,32;detail:(0,1),416,32;same_screen:(0,1),448,32;focus:(0,1),480,32;state:(0,8),512,32;;XEnterWindowEvent:t(1,62)XLeaveWindowEvent:t(1,62)XFocusChangeEvent:t(1,63)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;mode:(0,1),160,32;detail:(0,1),192,32;;XFocusInEvent:t(1,63)XFocusOutEvent:t(1,63)XKeymapEvent:t(1,64)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;key_vector:(1,41),160,256;;XExposeEvent:t(1,65)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;;XGraphicsExposeEvent:t(1,66)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;drawable:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;major_code:(0,1),320,32;minor_code:(0,1),352,32;;XNoExposeEvent:t(1,67)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;drawable:(0,8),128,32;major_code:(0,1),160,32;minor_code:(0,1),192,32;;XVisibilityEvent:t(1,68)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;state:(0,1),160,32;;XCreateWindowEvent:t(1,69)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;override_redirect:(0,1),352,32;;XDestroyWindowEvent:t(1,70)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;event:(0,8),128,32;window:(0,8),160,32;;XUnmapEvent:t(1,71)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;event:(0,8),128,32;window:(0,8),160,32;from_configure:(0,1),192,32;;XMapEvent:t(1,72)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;event:(0,8),128,32;window:(0,8),160,32;override_redirect:(0,1),192,32;;XMapRequestEvent:t(1,73)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;parent:(0,8),128,32;window:(0,8),160,32;;XReparentEvent:t(1,74)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;event:(0,8),128,32;window:(0,8),160,32;parent:(0,8),192,32;x:(0,1),224,32;\y:(0,1),256,32;override_redirect:(0,1),288,32;;XConfigureEvent:t(1,75)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;override_redirect:(0,1),384,32;;XGravityEvent:t(1,76)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;;XResizeRequestEvent:t(1,77)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;width:(0,1),160,32;height:(0,1),192,32;;XConfigureRequestEvent:t(1,78)=s56type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;detail:(0,1),384,32;value_mask:(0,8),416,32;;XCirculateEvent:t(1,79)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;event:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XCirculateRequestEvent:t(1,80)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;parent:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XPropertyEvent:t(1,81)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;atom:(0,8),160,32;time:(0,8),192,32;state:(0,1),224,32;;XSelectionClearEvent:t(1,82)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;selection:(0,8),160,32;time:(0,8),192,32;;XSelectionRequestEvent:t(1,83)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;owner:(0,8),128,32;requestor:(0,8),160,32;selection:(0,8),192,32;target:(0,8),224,32;\property:(0,8),256,32;time:(0,8),288,32;;XSelectionEvent:t(1,84)=s36type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;requestor:(0,8),128,32;selection:(0,8),160,32;target:(0,8),192,32;property:(0,8),224,32;time:(0,8),256,32;;XColormapEvent:t(1,85)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;colormap:(0,8),160,32;new:(0,1),192,32;state:(0,1),224,32;;XClientMessageEvent:t(1,86)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;message_type:(0,8),160,32;format:(0,1),192,32;data:(1,87)=u20b:(1,88)=ar(0,1);0;19;(0,2),0,160;\s:(1,89)=ar(0,1);0;9;(0,4),0,160;l:(1,90)=ar(0,1);0;4;(0,1),0,160;;,224,160;;XMappingEvent:t(1,91)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;request:(0,1),160,32;first_keycode:(0,1),192,32;count:(0,1),224,32;;XErrorEvent:t(1,92)=s20type:(0,1),0,32;display:(1,49),32,32;resourceid:(0,8),64,32;serial:(0,8),96,32;error_code:(0,5),128,8;request_code:(0,5),136,8;minor_code:(0,5),144,8;;XAnyEvent:t(1,93)=s20type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;;_XEvent:T(1,94)=u96type:(0,1),0,32;xany:(1,93),0,160;xkey:(1,59),0,480;xbutton:(1,60),0,480;xmotion:(1,61),0,480;xcrossing:(1,62),0,544;xfocus:(1,63),0,224;xexpose:(1,65),0,320;\xgraphicsexpose:(1,66),0,384;xnoexpose:(1,67),0,224;xvisibility:(1,68),0,192;xcreatewindow:(1,69),0,384;xdestroywindow:(1,70),0,192;xunmap:(1,71),0,224;xmap:(1,72),0,224;xmaprequest:(1,73),0,192;\xreparent:(1,74),0,320;xconfigure:(1,75),0,416;xgravity:(1,76),0,256;xresizerequest:(1,77),0,224;xconfigurerequest:(1,78),0,448;xcirculate:(1,79),0,224;xcirculaterequest:(1,80),0,224;xproperty:(1,81),0,256;\xselectionclear:(1,82),0,224;xselectionrequest:(1,83),0,320;xselection:(1,84),0,288;xcolormap:(1,85),0,256;xclient:(1,86),0,384;xmapping:(1,91),0,256;xerror:(1,92),0,160;xkeymap:(1,64),0,416;pad:(1,95)=ar(0,1);0;23;(0,1),0,768;;XEvent:t(1,94)_XSQEvent:T(1,46)=s100next:(1,96)=*(1,46),0,32;event:(1,94),32,768;;_XQEvent:t(1,46)XCharStruct:t(1,97)=s12lbearing:(0,4),0,16;rbearing:(0,4),16,16;width:(0,4),32,16;ascent:(0,4),48,16;descent:(0,4),64,16;attributes:(0,6),80,16;;XFontProp:t(1,98)=s8name:(0,8),0,32;card32:(0,8),32,32;;XFontStruct:t(1,99)=s80ext_data:(1,2),0,32;fid:(0,8),32,32;direction:(0,8),64,32;min_char_or_byte2:(0,8),96,32;max_char_or_byte2:(0,8),128,32;min_byte1:(0,8),160,32;max_byte1:(0,8),192,32;all_chars_exist:(0,1),224,32;\default_char:(0,8),256,32;n_properties:(0,1),288,32;properties:(1,100)=*(1,98),320,32;min_bounds:(1,97),352,96;max_bounds:(1,97),448,96;per_char:(1,101)=*(1,97),544,32;ascent:(0,1),576,32;descent:(0,1),608,32;;XTextItem:t(1,102)=s16chars:(2,7),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XChar2b:t(1,103)=s2byte1:(0,5),0,8;byte2:(0,5),8,8;;XTextItem16:t(1,104)=s16chars:(1,105)=*(1,103),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XEDataObject:t(1,106)=u4display:(1,49),0,32;gc:(1,13),0,32;visual:(1,16),0,32;screen:(1,24),0,32;pixmap_format:(1,50),0,32;font:(1,107)=*(1,99),0,32;;XErrorHandler:t(1,3)XIOErrorHandler:t(1,3)hd_display:G(1,49)hd_pixmap:G(0,8)hd_window:G(0,8)hd_gc:G(1,13)hd_batch:G(0,1)hdcircle_:F(0,11)x:p(0,13)=*(0,1)y:p(0,13)r:p(0,13)iclose:p(0,13)iclip:p(0,13)w:(0,1)hd_fd:G(0,1)hd_lon:G(0,1)hdcirclel_:F(0,11)x:p(0,14)=*(0,9)y:p(0,14)r:p(0,14)iclose:p(0,13)iclip:p(0,13)xcl:(0,9)ycb:(0,9)fl:(0,9)xl:(0,9)yl:(0,9)rl:(0,9)xscale:(0,9)line:V(0,15)=ar(0,1);0;127;(0,2)hdclrg_.o/auto/jspc/sw/src/lib/graphics/grx/hdclrg_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_display:G(1,49)hd_pixmap:G(0,8)hd_window:G(0,8)hd_gc:G(1,13)hd_fore:G(0,8)hd_back:G(0,8)hd_rect:G(1,37)hd_batch:G(0,1)hd_pscolor:G(0,1)hd_fd:G(0,1)hd_lon:G(0,1)hd_fore_light:G(0,9)hd_fore_sat:G(0,9)hd_fore_red:G(0,9)hd_fore_green:G(0,9)hd_fore_blue:G(0,9)hd_back_light:G(0,9)hd_back_sat:G(0,9)hd_back_red:G(0,9)hd_back_green:G(0,9)hd_back_blue:G(0,9)hdclrg_:F(0,11)x:p(0,13)=*(0,1)y:p(0,13)w:p(0,13)h:p(0,13)hdclrgl_:F(0,11)x:p(0,13)y:p(0,13)w:p(0,13)h:p(0,13)line:V(0,14)=ar(0,1);0;79;(0,2)hdcrimg_.o/auto/jspc/sw/src/lib/graphics/grx/hdcrimg_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_display:G(2,48)hd_screen:G(0,1)hd_visual:G(2,16)hd_pixmap:G(0,8)hd_cmap:G(0,8)hd_window:G(0,8)hd_gc:G(2,13)hd_batch:G(0,1)hd_depth:G(0,1)hd_colormap:G(0,1)image_:T(0,13)=s4112width:(0,1),0,32;height:(0,1),32,32;depth:(0,1),64,32;ctable:(0,14)=ar(0,1);0;255;(0,1),96,8192;red:(0,14),8288,8192;green:(0,14),16480,8192;blue:(0,14),24672,8192;image:(3,7),32864,32;;Image:t(0,13)hd_rv:G(0,1)hd_pscolor:G(0,1)hd_fd:G(0,1)hd_lon:G(0,1)hdpscolorset_:F(0,11)i:p(0,15)=*(0,1)hdpscoloron_:F(0,11)hdpscoloroff_:F(0,11)line:V(0,16)=ar(0,1);0;127;(0,2)hdcrimg_:F(0,11)width:p(0,15)height:p(0,15)depth:p(0,15)image:p(0,17)=*(0,18)=*(0,13)im:(0,18)size:(0,1)imm:(3,7)i:(0,1)j:(0,1)h:(0,9)l:(0,9)s:(0,9)r:(0,9)g:(0,9)b:(0,9)x:(0,9)hdfrimg_:F(0,11)image:p(0,17)hdinimg_:F(0,11)image:p(0,17)nx:p(0,15)nxmax:p(0,15)ny:p(0,15)x:p(0,19)=*(0,9)y:p(0,19)z:p(0,19)xmin:p(0,19)xmax:p(0,19)ymin:p(0,19)ymax:p(0,19)zmin:p(0,19)dz:p(0,19)im:(0,18)nxmx:(0,1)i:(0,1)j:(0,1)k:(0,1)y0:(0,1)y1:(0,1)x0:(0,1)x1:(0,1)xscale:(0,9)yscale:(0,9)zscale:(0,9)buf:(3,7)xint:(0,9)yint:(0,9)zint:(0,9)zpix:(0,1)fy0:(0,9)fy1:(0,9)fx0:(0,9)fx1:(0,9)fz00:(0,9)fz01:(0,9)fz10:(0,9)fz11:(0,9)xslope:(0,9)yslope:(0,9)zyx0:(0,9)zyx1:(0,9)xold:(0,9)yold:(0,9)hdpnimg_:F(0,11)image:p(0,17)x:p(0,15)y:p(0,15)im:(0,18)ximage:(0,20)=*(2,26)i:(0,1)n:(0,1)buf:(1,2)wdth:(0,1)hght:(0,1)xoff:(0,1)yoff:(0,1)colors:(0,21)=ar(0,1);0;67;(0,1)bpl:(0,1)data:(0,15)pixdata:(0,15)fg:(0,1)hdpnimgl_:F(0,11)image:p(0,17)im:(0,18)x:(0,9)y:(0,9)w:(0,9)h:(0,9)xcl:(0,9)ycb:(0,9)fl:(0,9)buf:(0,5)i:(0,1)j:(0,1)n:(0,1)d:(0,1)line:V(0,16)intensity:(0,10)cset_:F(0,1)mychar:p(3,7)myint:p(0,15)cadd_:F(0,1)mychar:p(3,7)myint:p(0,15)cewrite_:F(0,11)string:p(3,7)len:p(0,1)setbpl:F(0,1)im_w:p(0,1)depth:p(0,1)bpl:(0,1)hdreverse_video:F(0,11)rv:p(0,1)hddash_.o/auto/jspc/sw/src/lib/graphics/grx/hddash_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_display:G(1,49)hd_fd:G(0,1)hd_lon:G(0,1)hd_gc:G(1,13)hddash_:F(0,11)n:p(0,13)=*(0,1)pat:p(0,13)hddashl:F(0,11)n:p(0,13)pat:p(0,13)line:(0,14)=ar(0,1);0;79;(0,2)i:(0,1)j:(0,1)hdend_.o/auto/jspc/sw/src/lib/graphics/grx/hdend_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)hd_fd:G(0,1)hd_ldraw:G(0,1)hdend_:F(0,11)hdendl:F(0,11)hdfill_.o/auto/jspc/sw/src/lib/graphics/grx/hdfill_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_display:G(2,48)hd_pixmap:G(0,8)hd_window:G(0,8)hd_gc:G(2,13)hd_npts:G(0,1)hd_points_size:G(0,1)hd_points:G(0,13)=*(2,36)hd_save:G(0,1)hd_batch:G(0,1)hd_fore:G(0,8)hd_back:G(0,8)hd_fill:G(0,1)hdfill_:F(0,11)iclr:p(0,14)=*(0,1)hd_pscolor:G(0,1)hd_polyfill:G(0,1)hd_fd:G(0,1)hd_lon:G(0,1)hd_nptsl:G(0,1)hd_fore_light:G(0,9)hd_fore_sat:G(0,9)hd_fore_red:G(0,9)hd_fore_green:G(0,9)hd_fore_blue:G(0,9)hd_back_light:G(0,9)hd_back_sat:G(0,9)hd_back_red:G(0,9)hd_back_green:G(0,9)hd_back_blue:G(0,9)hdfilll_:F(0,11)iclr:p(0,14)line:V(0,15)=ar(0,1);0;79;(0,2)hdfillon_:F(0,11)hdfilloff_:F(0,11)hdpolyfill_:F(0,11)hdfore_.o/auto/jspc/sw/src/lib/graphics/grx/hdfore_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_display:G(2,48)hd_cmap:G(0,8)hd_pixmap:G(0,8)hd_gc:G(2,13)hd_visual:G(2,16)hd_fore:G(0,8)hd_fd:G(0,1)hd_lon:G(0,1)hd_pscolor:G(0,1)hd_fore_light:G(0,9)hd_fore_sat:G(0,9)hd_fore_red:G(0,9)hd_fore_green:G(0,9)hd_fore_blue:G(0,9)hdfore_:F(0,11)hue:p(0,13)=*(0,9)light:p(0,13)sat:p(0,13)line:V(0,14)=ar(0,1);0;127;(0,2)hdhls_to_rgb:F(0,1)h:p(0,10)l:p(0,10)s:p(0,10)r:p(0,13)g:p(0,13)b:p(0,13)m1:(0,9)m2:(0,9)hdvalue:F(0,10)m1:p(0,10)m2:p(0,10)h:p(0,10)hdrgb_to_hls:F(0,1)r:p(0,10)g:p(0,10)b:p(0,10)h:p(0,13)l:p(0,13)s:p(0,13)max:(0,9)min:(0,9)rc:(0,9)gc:(0,9)bc:(0,9)#tmp0:(0,13)#tmp1:(0,13)hdhls_to_pixel:F(0,8)h:p(0,10)l:p(0,10)s:p(0,10)r:(0,9)g:(0,9)b:(0,9)ir:(0,1)ig:(0,1)ib:(0,1)colorcell:(2,34)hdhls_to_pixelrgb:F(0,8)h:p(0,10)l:p(0,10)s:p(0,10)ir:p(0,15)=*(0,1)ig:p(0,15)ib:p(0,15)r:(0,9)g:(0,9)b:(0,9)jr:(0,1)jg:(0,1)jb:(0,1)colorcell:(2,34)hdgptr_.o/auto/jspc/sw/src/lib/graphics/grx/hdgptr_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/usr/openwin/include/X11/Xutil.hXSizeHints:t(7,1)=s72flags:(0,1),0,32;x:(0,1),32,32;y:(0,1),64,32;width:(0,1),96,32;height:(0,1),128,32;min_width:(0,1),160,32;min_height:(0,1),192,32;max_width:(0,1),224,32;\max_height:(0,1),256,32;width_inc:(0,1),288,32;height_inc:(0,1),320,32;min_aspect:(7,2)=s8x:(0,1),0,32;y:(0,1),32,32;;,352,64;max_aspect:(7,2),416,64;base_width:(0,1),480,32;\base_height:(0,1),512,32;win_gravity:(0,1),544,32;;XWMHints:t(7,3)=s36flags:(0,1),0,32;input:(0,1),32,32;initial_state:(0,1),64,32;icon_pixmap:(0,8),96,32;icon_window:(0,8),128,32;icon_x:(0,1),160,32;icon_y:(0,1),192,32;icon_mask:(0,8),224,32;window_group:(0,8),256,32;;XTextProperty:t(7,4)=s16value:(1,2),0,32;encoding:(0,8),32,32;format:(0,1),64,32;nitems:(0,8),96,32;;XIconSize:t(7,5)=s24min_width:(0,1),0,32;min_height:(0,1),32,32;max_width:(0,1),64,32;max_height:(0,1),96,32;width_inc:(0,1),128,32;height_inc:(0,1),160,32;;XClassHint:t(7,6)=s8res_name:(3,7),0,32;res_class:(3,7),32,32;;_XComposeStatus:T(7,7)=s8compose_ptr:(3,7),0,32;chars_matched:(0,1),32,32;;XComposeStatus:t(7,7)Region:t(7,9)=*(7,8)=xs_XRegion:XVisualInfo:t(7,10)=s40visual:(2,16),0,32;visualid:(0,8),32,32;screen:(0,1),64,32;depth:(0,1),96,32;class:(0,1),128,32;red_mask:(0,8),160,32;green_mask:(0,8),192,32;blue_mask:(0,8),224,32;\colormap_size:(0,1),256,32;bits_per_rgb:(0,1),288,32;;XStandardColormap:t(7,11)=s40colormap:(0,8),0,32;red_max:(0,8),32,32;red_mult:(0,8),64,32;green_max:(0,8),96,32;green_mult:(0,8),128,32;blue_max:(0,8),160,32;blue_mult:(0,8),192,32;base_pixel:(0,8),224,32;\visualid:(0,8),256,32;killid:(0,8),288,32;;XContext:t(0,1)/usr/openwin/include/X11/keysym.h/usr/openwin/include/X11/keysymdef.hhd_display:G(2,48)hd_window:G(0,8)hd_pixmap:G(0,8)hd_cursor:G(0,8)hd_cfont:G(2,106)hd_gc:G(2,13)hd_width:G(0,1)hd_height:G(0,1)hd_cursorcallback:G(0,13)=*(0,14)=f(0,11)hd_cursortrack:G(0,13)hdgptr_:F(0,11)itype:p(0,15)=*(0,1)iwidth:p(0,15)iheight:p(0,15)ixmin:p(0,15)ixmax:p(0,15)xscale:p(0,16)=*(0,9)xmin:p(0,16)iymin:p(0,15)iymax:p(0,15)yscale:p(0,16)ymin:p(0,16)ix:p(0,15)iy:p(0,15)c:p(3,7)lc:p(0,1)root:(0,8)child:(0,8)root_x:(0,1)root_y:(0,1)win_x:(0,1)win_y:(0,1)win1_x:(0,1)win1_y:(0,1)win1_w:(0,1)win1_h:(0,1)win2_x:(0,1)win2_y:(0,1)win2_w:(0,1)win2_h:(0,1)keys_buttons:(0,8)event:(2,93)nbytes:(0,1)buf:(2,41)keysym:(0,8)compose:(7,7)x:(0,1)y:(0,1)loop:(0,1)iwarp:(0,1)string:V(0,17)=ar(0,1);0;255;(0,2)direction:(0,1)ascent:(0,1)descent:(0,1)overall:(2,96)str_x:(0,1)str_y:(0,1)str_w:(0,1)str_h:(0,1)fx:(0,9)fy:(0,9)iw:(0,1)ih:(0,1)hdtptr_:F(0,11)callback:p(0,13)hdtptroff_:F(0,11)hdinit_.o/auto/jspc/sw/src/lib/graphics/grx/hdinit_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/time.h/usr/include/sys/stdtypes.htm:T(2,1)=s44tm_sec:(0,1),0,32;tm_min:(0,1),32,32;tm_hour:(0,1),64,32;tm_mday:(0,1),96,32;tm_mon:(0,1),128,32;tm_year:(0,1),160,32;tm_wday:(0,1),192,32;tm_yday:(0,1),224,32;\tm_isdst:(0,1),256,32;tm_zone:(2,2)=*(0,2),288,32;tm_gmtoff:(0,1),320,32;;/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hhd_fd:G(0,1)hd_npts:G(0,1)hd_nptsl:G(0,1)hdinit_:F(0,11)itran:p(0,13)=*(0,1)fname:p(2,2)prname:p(2,2)fname_len:p(0,1)prname_len:p(0,1)line:V(0,14)=ar(0,1);0;255;(0,2)filn:V(0,14)prgn:V(0,14)ninit:V(0,1)init:V(0,15)=ar(0,1);0;2;(2,2)npro:V(0,1)prolog:V(0,16)=ar(0,1);0;82;(2,2)i:(0,1)llx:(0,1)lly:(0,1)urx:(0,1)ury:(0,1)pscreate:F(0,1)fd:p(0,1)prname:p(2,2)fname:p(2,2)line:V(0,14)host:V(0,17)=ar(0,1);0;31;(0,2)user:(2,2)login:(2,2)tloc:(0,1)epsfpro:F(0,1)fd:p(0,1)llx:p(0,1)lly:p(0,1)urx:p(0,1)ury:p(0,1)prname:p(2,2)fname:p(2,2)line:V(0,14)hdcmnt_:F(0,11)comment:p(2,2)comment_len:p(0,1)line:V(0,14)hdkild_.o/auto/jspc/sw/src/lib/graphics/grx/hdkild_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h./nxplotdlib_types.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.hxplotd_lib_:T(6,1)=s48progname:(2,7),0,32;display:(1,49),32,32;window_atom:(0,8),64,32;daemon_window_atom:(0,8),96,32;client_status_atom:(0,8),128,32;daemon_status_atom:(0,8),160,32;client_request_atom:(0,8),192,32;daemon_pixmap_atom:(0,8),224,32;\daemon_pid:(0,1),256,32;client_window:(0,8),288,32;daemon_window:(0,8),320,32;daemon_pixmap:(0,8),352,32;;nxplotdLib:t(6,1)hd_display:G(1,49)hd_window:G(0,8)hd_xpllib:G(6,1)hdkild_:F(0,11)request:(0,1)hdmptr_.o/auto/jspc/sw/src/lib/graphics/grx/hdmptr_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_display:G(1,49)hd_window:G(0,8)hdmptr_:F(0,11)ixmin:p(0,13)=*(0,1)ixmax:p(0,13)iymin:p(0,13)iymax:p(0,13)ix:p(0,13)iy:p(0,13)x:(0,1)y:(0,1)hdopen_.o/auto/jspc/sw/src/lib/graphics/grx/hdopen_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/openwin/include/X11/X.h/usr/openwin/include/X11/cursorfont.h./nxplotdlib_types.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.hxplotd_lib_:T(13,1)=s48progname:(6,7),0,32;display:(9,48),32,32;window_atom:(0,8),64,32;daemon_window_atom:(0,8),96,32;client_status_atom:(0,8),128,32;daemon_status_atom:(0,8),160,32;client_request_atom:(0,8),192,32;daemon_pixmap_atom:(0,8),224,32;\daemon_pid:(0,1),256,32;client_window:(0,8),288,32;daemon_window:(0,8),320,32;daemon_pixmap:(0,8),352,32;;nxplotdLib:t(13,1)hd_display:G(9,48)hd_screen:G(0,1)hd_pixmap:G(0,8)hd_cmap:G(0,8)hd_iwindow:G(0,8)hd_window:G(0,8)hd_cursor:G(0,8)hd_cfont:G(9,106)hd_width:G(0,1)hd_height:G(0,1)hd_depth:G(0,1)hd_gc:G(9,13)hd_visual:G(9,16)hd_fore:G(0,8)hd_back:G(0,8)hd_batch:G(0,1)hd_save:G(0,1)hd_filename:G(0,13)=ar(0,1);0;255;(0,2)hd_fd:G(0,1)hd_lon:G(0,1)hd_lstart:G(0,1)hd_xpllib:G(13,1)hdopen_:F(0,11)plot_fname:p(6,7)display_name:p(6,7)prog_name:p(6,7)xwin:p(0,14)=*(0,9)ywin:p(0,14)wsize:p(0,14)hsize:p(0,14)fw:p(0,14)fh:p(0,14)pid:p(0,15)=*(0,1)lplt:p(0,1)ldis:p(0,1)lprg:p(0,1)dname:(6,7)pname:(6,7)args:V(0,13)root:(0,8)x:(0,1)y:(0,1)w:(0,1)h:(0,1)b:(0,1)d:(0,1)fcol:(9,34)bcol:(9,34)convert_string:F(6,7)string:p(6,7)len:p(0,1)out:V(0,16)=ar(0,1);0;511;(0,2)i:(0,1)j:(0,1)k:(0,1)hdsetclp_.o/auto/jspc/sw/src/lib/graphics/grx/hdsetclp_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_display:G(1,49)hd_pixmap:G(0,8)hd_window:G(0,8)hd_gc:G(1,13)hdsetclp_:F(0,11)rect:(1,37)clipx:(0,1)clipy:(0,1)xmin:(0,9)xmax:(0,9)ymin:(0,9)ymax:(0,9)xll:(0,9)yll:(0,9)xur:(0,9)yur:(0,9)hdclrclp_:F(0,11)hd_fd:G(0,1)hd_lon:G(0,1)hdsetclpl_:F(0,11)xcl:(0,9)ycb:(0,9)fl:(0,9)x:(0,9)y:(0,9)w:(0,9)h:(0,9)line:V(0,13)=ar(0,1);0;127;(0,2)hdclrclpl_:F(0,11)hdstrk_.o/auto/jspc/sw/src/lib/graphics/grx/hdstrk_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_display:G(1,49)hd_pixmap:G(0,8)hd_window:G(0,8)hd_gc:G(1,13)hd_npts:G(0,1)hd_points:G(0,13)=*(1,36)hd_batch:G(0,1)hd_save:G(0,1)hdstrk_:F(0,11)hd_fd:G(0,1)hd_lon:G(0,1)hd_nptsl:G(0,1)hdstrkl_:F(0,11)hdtext_.o/auto/jspc/sw/src/lib/graphics/grx/hdtext_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)hd_fd:G(0,1)hd_lon:G(0,1)hd_von:G(0,1)hd_lfont:G(0,1)hdtext_:F(0,11)x:p(0,13)=*(0,9)y:p(0,13)angle:p(0,13)iref:p(0,14)=*(0,1)string:p(0,15)=*(0,2)iclip:p(0,14)lstr:p(0,1)line:V(0,16)=ar(0,1);0;255;(0,2)xl:(0,9)yl:(0,9)size:(0,9)fl:(0,9)xcl:(0,9)xcr:(0,9)ycb:(0,9)yct:(0,9)icl:(0,1)hdtxtf_:F(0,11)line:V(0,16)hdstlf_:F(0,11)lfont:p(0,14)hdthik_.o/auto/jspc/sw/src/lib/graphics/grx/hdthik_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)hd_fd:G(0,1)hd_lon:G(0,1)hd_lastth:G(0,1)hdthik_:F(0,11)n:p(0,13)=*(0,1)line:(0,14)=ar(0,1);0;79;(0,2)i:(0,1)nxplotdlsv.o/auto/jspc/sw/src/lib/graphics/grx/nxplotdlsv.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./nxplotdlib_types.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/usr/openwin/include/X11/Xatom.h./my_system.h/usr/include/stdio.h_iobuf:T(9,1)=s20_cnt:(0,1),0,32;_ptr:(2,44),32,32;_base:(2,44),64,32;_bufsiz:(0,1),96,32;_flag:(0,4),128,16;_file:(0,2),144,8;;nxplotd_launchdaemon:F(0,1)program:p(3,7)display:p(2,49)window:p(0,8)args:p(3,7)xplptr:p(0,13)=*(1,1)win_null:V(0,8)status:(0,1)cmd:(0,14)=ar(0,1);0;255;(0,2)coreflag:(0,1)termsig:(0,1)report:(2,94)loop:(0,1)window_ptr:(2,53)int_ptr:(0,15)=*(0,1)pixmap_ptr:(2,53)colormap_ptr:(2,53)i:(0,1)chrdir.ov.17VAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/chrdir.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;chrdir:F14angle:v6a:V6rad:V6partxt_sinang:V6cosang:V6rat:V6tansln:V6hite:V6partxt_clear.oVAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/clear.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;clear:F14ih:V3iw:V3ix:V3iy:V3spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_drwclr_idraw:V3drwclr_drawv.oVAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/drawv.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;drawv:F14x:v6y:v6itran:v3xplt:V6yplt:V6spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_drwclr_idraw:V3drwclr_getfl:F14xxl:v6yyl:v6ffl:v6spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_drwclr_drwclr_getchr.ov.70v.81v.71v.74v.75v.76v.66v.67v.77v.68v.69VAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/getchr.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;getchr:F14c:var3;1;1;13nstrks:v3npoint:var3;1;27;3ioff:var3;1;27;3ix:var3;1;150;3iy:var3;1;150;3i:r3j:r3k:r3ic:V3np:r3npmax:V3joff:V3koff:r3fonts_ipoint:Var3;1;10000;2ifoff:V2fonts_getsiz.ov.41v.42v.43v.33v.34v.44v.35v.36v.37v.48v.38VAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/getsiz.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;getsiz:F14c:var3;1;1;13ihite:v3iwidth:v3ic:V3npmax:V3fonts_ipoint:Var3;1;10000;2ifoff:V2fonts_imgutl.oARR_SEG4v.375v.357VAR_SEG1VAR_SEG2VAR_SEG3VAR_SEG4/auto/jspc/sw/src/lib/graphics/grx/imgutl.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;resamp:F14rdat:var3;1;T-12;ar3;1;T-4;3image:var3;1;T-32;ar3;1;T-24;ar3;1;1;13w:v3h:v3ww:v3hh:v3xoff:v3yoff:v3depth:v3hd_depth:v3i:V3j:r3k:r3l:r3ii:r3jj:r3sum:r3factor:V6setmono:F14x:var3;1;T-12;ar3;1;T-4;3out:var3;1;T-32;ar3;1;T-24;ar3;1;1;13bpl:v3w:v3h:v3col:var3;1;17;ar3;1;4;3rv:v3i:r3j:r3k:r3l:r3cx:r3setgrey:F14x:var3;1;T-12;ar3;1;T-4;3out:var3;1;T-32;ar3;1;T-24;ar3;1;1;13bpl:v3w:v3h:v3col:var3;1;17;ar3;1;4;3rv:v3i:r3j:r3k:r3l:r3cx:r3cy:r3setmncol:F14gray:var3;1;17;ar3;1;4;3fg:v3b:V6g:V6i:r3r:V6ncolors:V3gr:V6col:Var3;1;17;ar3;1;4;3scale:Var3;1;17;3setgrcol:F14col:var3;1;17;ar3;1;4;3lgnd:F14n:v3z:v6dz:v6legend_nlevel:V3zlevel:V6dzlevl:V6legend_movev.oVAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/movev.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;movev:F14x:v6y:v6itran:v3xplt:V6yplt:V6spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_nalpha.o/auto/jspc/sw/src/lib/graphics/grx/nalpha.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;nalpha:F14hdclr_.o/auto/jspc/sw/src/lib/graphics/grx/hdclr_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_pixmap:G(0,8)hd_width:G(0,1)hd_height:G(0,1)hd_fd:G(0,1)hd_lon:G(0,1)hd_lstart:G(0,1)hdclr_:F(0,11)x:(0,1)y:(0,1)w:(0,1)h:(0,1)hd_ldraw:G(0,1)hdclrl_:F(0,11)x:p(0,13)=*(0,1)y:p(0,13)w:p(0,13)h:p(0,13)hddraw_.o/auto/jspc/sw/src/lib/graphics/grx/hddraw_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_npts:G(0,1)hd_points_size:G(0,1)hd_points:G(0,13)=*(2,36)hd_fill:G(0,1)hddraw_:F(0,11)fx:p(0,14)=*(0,9)fy:p(0,14)fl:p(0,14)x:(0,4)y:(0,4)hd_fd:G(0,1)hd_lon:G(0,1)hd_oldx:G(0,1)hd_oldy:G(0,1)hd_nptsl:G(0,1)hd_ldraw:G(0,1)hd_von:G(0,1)hd_polyfill:G(0,1)hddrawl_:F(0,11)fx:p(0,14)fy:p(0,14)fl:p(0,14)ix:(0,1)iy:(0,1)x:(0,1)y:(0,1)rx:(0,1)ry:(0,1)arx:(0,1)ary:(0,1)line:(2,87)hdmove_.o/auto/jspc/sw/src/lib/graphics/grx/hdmove_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_pixmap:G(0,8)hd_points_size:G(0,1)hd_points:G(0,13)=*(2,36)hd_npts:G(0,1)hdmove_:F(0,11)fx:p(0,14)=*(0,9)fy:p(0,14)fl:p(0,14)hd_fd:G(0,1)hd_lon:G(0,1)hd_oldx:G(0,1)hd_oldy:G(0,1)hd_von:G(0,1)hd_polyfill:G(0,1)hdmovel_:F(0,11)fx:p(0,14)fy:p(0,14)fl:p(0,14)ix:(0,1)iy:(0,1)line:(2,87)my_system.o/auto/jspc/sw/src/lib/graphics/grx/my_system.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/signal.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/errno.h/usr/include/sys/wait.hwait:T(14,1)=u4w_status:(0,1),0,32;w_T:(14,2)=s4w_Fill1:(0,6),0,16;w_Retcode:(0,6),16,8;w_Coredump:(0,6),24,1;w_Termsig:(0,6),25,7;;,0,32;w_S:(14,3)=s4w_Fill2:(0,6),0,16;w_Stopsig:(0,6),16,8;w_Stopval:(0,6),24,8;;,0,32;;/usr/include/sys/stdtypes.h./my_system.herrno:G(0,1)my_system:F(0,1)command:p(3,5)share:p(0,1)coreflag:p(0,13)=*(0,1)termsig:p(0,13)point:(3,5)next:(3,5)cmd:(0,14)=ar(0,1);0;255;(0,2)arg:(0,15)=ar(0,1);0;2047;(0,2)in:(0,14)out:(0,14)err:(0,14)argv:(0,16)=ar(0,1);0;99;(3,5)i:(0,1)j:(0,1)len:(0,1)fork_flag:(0,1)outapp_flag:(0,1)errapp_flag:(0,1)fd_in:(0,1)fd_out:(0,1)fd_err:(0,1)pid:(0,1)w:(0,1)status:(0,1)exitstatus:(0,1)nchar:(0,2)nxplotdlib.o/auto/jspc/sw/src/lib/graphics/grx/nxplotdlib.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./nxplotdlib_types.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/usr/openwin/include/X11/Xatom.hnxplotd_getatoms:F(0,1)xplptr:p(0,13)=*(2,1)nxplotd_getprop:F(0,1)program:p(4,7)display:p(3,48)window:p(0,8)prop_string:p(4,7)atom:p(0,8)type:p(0,8)prop:p(0,14)=*(1,2)status:(0,1)actual_type:(0,8)actual_format:(0,1)nitems:(0,8)bytes_after:(0,8)parse_on_1char./auto/jspc/sw/src/lib/graphics/grx/parse_on_1char.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.hparse_on_1char:F(0,13)=*(0,2)string:p(0,13)parse_char1:p(0,2)point:r(0,13)check_cmd.o/auto/jspc/sw/src/lib/graphics/grx/check_cmd.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/sys/file.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/errno.h./my_system.hcheck_cmd:F(0,1)command:p(3,7)pathenv:p(3,7)cmd:(0,13)=ar(0,1);0;2047;(0,2)i:(0,1)len:(0,1)paths:(0,14)=ar(0,1);0;1023;(0,2)path:(3,7)next:(3,7)ret:(0,1)errno:G(0,1)dist.ov.16VAR_SEG1VAR_SEG2ilen.oVAR_SEG1mapopen_.o/export/jspc/sw/src/lib/undoc/map/mapopen_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/types.h/usr/include/unistd.h/usr/include/sys/types.hmap_fd:G(0,1)map_ndict:G(0,1)map_dict_:T(0,13)=s76index:(0,1),0,32;data_type:(0,1),32,32;map_type:(0,1),64,32;nsegs:(0,1),96,32;loc:(0,14)=ar(0,1);0;39;(0,2),128,320;latmin:(0,9),448,32;latmax:(0,9),480,32;lonmin:(0,9),512,32;\lonmax:(0,9),544,32;seg_ptr:(0,1),576,32;;map_dict:G(0,15)=*(0,13)map_seg_std_:T(0,17)=s28index:(0,1),0,32;data_ptr:(0,1),32,32;npts:(0,1),64,32;latmin:(0,9),96,32;latmax:(0,9),128,32;lonmin:(0,9),160,32;lonmax:(0,9),192,32;;map_seg_bin_:T(0,18)=s24latmin:(0,9),0,32;latmax:(0,9),32,32;lonmin:(0,9),64,32;lonmax:(0,9),96,32;istart:(0,1),128,32;iend:(0,1),160,32;;map_seg_:T(0,16)=s40std:(0,17),0,224;level:(0,1),224,32;nbins:(0,1),256,32;bins:(0,19)=*(0,18),288,32;;map_seglist_:T(0,20)=s12seg:(0,21)=*(0,16),0,32;dict:(0,15),32,32;next:(0,22)=*(0,20),64,32;;map_seglist:G(0,22)map_seglist_tail:G(0,22)map_seglist_ptr:G(0,22)mapopen_:F(0,11)ierr:p(0,23)=*(0,1)id:(0,1)i:(0,1)fname:(6,7)mapselect_:F(0,11)regions:p(6,7)types:p(6,7)latmin:p(0,24)=*(0,9)latmax:p(0,24)lonmin:p(0,24)lonmax:p(0,24)nsegs:p(0,23)ierr:p(0,23)len_regions:p(0,1)len_types:p(0,1)regs:V(0,25)=ar(0,1);0;1023;(0,2)typs:V(0,25)i:(0,1)j:(0,1)k:(0,1)nbytes:(0,1)ns:(0,1)seg_buf:(0,21)#tmp0:(0,24)#tmp1:(0,24)mapnextseg_:F(0,11)npts:p(0,23)lat:p(0,24)lon:p(0,24)loc:p(6,7)type:p(6,7)ierr:p(0,23)len_loc:p(0,1)len_type:p(0,1)n:(0,1)nseek:(0,1)i:(0,1)nbytes:(0,1)mapnextpts_:F(0,11)npts:p(0,23)ierr:p(0,23)n:(0,1)nseek:(0,1)i:(0,1)nbytes:(0,1)map_ok:F(0,1)regions:p(6,7)types:p(6,7)dict:p(0,15)loc:(0,1)sptr:(6,7)typs:V(0,25)seglist_free:F(0,1)seglist:(0,22)next_seglist:(0,22)seglist_add:F(0,1)dict:p(0,15)seg:p(0,21)newseg:(0,21)newsegl:(0,22)arrays.o_applyval_Result_Return_tbl_Private_Free_arr_val_addval_addkey_addstblkey_Apply_arr_val_cmpnode_compare_fixstbl_freeval_freestblkey/export/jspc/sw/src/lib/utility/stock/arrays.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/search.h/usr/include/string.h/usr/include/sys/stdtypes.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.hProgram_Name:G(1,2)./arrays.hTbl:T(11,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(11,2)=*(1,2),64,32;;Tbl:t(11,1)Arr:T(11,3)=s8root:(1,2),0,32;cmp:(11,4)=*(11,5)=f(0,1),32,32;;Arr:t(11,3)Stbl:T(11,6)=s16tbl:(11,7)=*(11,1),0,32;root:(1,2),32,32;cmp:(11,4),64,32;changed:(0,1),96,32;;Stbl:t(11,6)./pf.hPfvalue:t(12,1)=u4s:(1,2),0,32;arr:(12,2)=*(11,3),0,32;tbl:(11,7),0,32;;Pf:T(12,3)=s8type:(0,1),0,32;value:(12,1),32,32;;Pf:t(12,3)optarg:G(1,2)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(4,1)=s16name:(1,2),0,32;has_arg:(0,1),32,32;flag:(4,2)=*(0,1),64,32;val:(0,1),96,32;;./arrays.hsettbl_size:F(0,11)tbl:p(11,7)size:p(0,1)i:(0,1)prev:(0,1)newtbl:F(11,7)size:p(0,1)tbl:(11,7)settbl:F(0,1)tbl:p(11,7)index:p(0,1)value:p(1,2)size:(0,1)gettbl:F(1,2)tbl:p(11,7)index:p(0,1)maxtbl:F(0,1)tbl:p(11,7)freetbl:F(0,1)tbl:p(11,7)free_tblval:p(11,4)i:(0,1)n:(0,1)result:(0,1)val:(1,2)applytbl:F(0,1)tbl:p(11,7)function:p(11,4)private:p(0,13)=*(0,11)i:(0,1)n:(0,1)result:(0,1)val:(1,2)compare:S(11,4)Node:T(0,14)=s8key:(1,2),0,32;value:(1,2),32,32;;Node:t(0,14)newarr:F(12,2)cmp:p(11,4)arr:(12,2)cmpnode:f(0,1)n1:p(0,15)=*(0,14)n2:p(0,15)setarr:F(1,2)arr:p(12,2)key:p(1,2)value:p(1,2)n:(0,15)old:(0,16)=*(0,15)oldvalue:(1,2)oldp:(0,15)getarr:F(1,2)arr:p(12,2)key:p(1,2)nkey:(0,14)np:(0,16)Return_tbl:S(11,7)addkey:f(0,11)node:p(0,16)order:p(1,4)level:p(0,1)keysarr:F(11,7)arr:p(12,2)addval:f(0,11)node:p(0,16)order:p(1,4)level:p(0,1)valsarr:F(11,7)arr:p(12,2)Result:S(0,1)Private:S(0,13)Free_arr_val:S(11,4)Apply_arr_val:S(11,4)freeval:f(0,11)node:p(0,16)order:p(1,4)level:p(0,1)freearr:F(0,1)arr:p(12,2)free_arr_val:p(11,4)applyval:f(0,11)node:p(0,16)order:p(1,4)level:p(0,1)applyarr:F(0,1)arr:p(12,2)apply_arr_val:p(11,4)private:p(0,13)newstbl:F(0,17)=*(11,6)cmp:p(11,4)stbl:(0,17)addstbl:F(1,2)stbl:p(0,17)key:p(1,2)np:(11,2)delstbl:F(0,11)stbl:p(0,17)key:p(1,2)tststbl:F(1,2)stbl:p(0,17)key:p(1,2)result:(11,2)addstblkey:f(0,11)key:p(11,2)order:p(1,4)level:p(0,1)fixstbl:f(0,11)stbl:p(0,17)maxstbl:F(0,1)stbl:p(0,17)getstbl:F(1,2)stbl:p(0,17)index:p(0,1)freestblkey:f(0,11)node:p(11,2)order:p(1,4)level:p(0,1)freestbl:F(0,1)stbl:p(0,17)free_stblval:p(11,4)result:(0,1)applystbl:F(0,1)stbl:p(0,17)function:p(11,4)private:p(0,13)i:(0,1)n:(0,1)result:(0,1)val:(1,2)datafile.o/auto/jspc/sw/src/lib/utility/stock/datafile.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/stdlib.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/types.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.hProgram_Name:G(3,5)./arrays.hTbl:T(24,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(24,2)=*(3,5),64,32;;Tbl:t(24,1)Arr:T(24,3)=s8root:(3,5),0,32;cmp:(24,4)=*(24,5)=f(0,1),32,32;;Arr:t(24,3)Stbl:T(24,6)=s16tbl:(24,7)=*(24,1),0,32;root:(3,5),32,32;cmp:(24,4),64,32;changed:(0,1),96,32;;Stbl:t(24,6)./pf.hPfvalue:t(25,1)=u4s:(3,5),0,32;arr:(25,2)=*(24,3),0,32;tbl:(24,7),0,32;;Pf:T(25,3)=s8type:(0,1),0,32;value:(25,1),32,32;;Pf:t(25,3)optarg:G(3,5)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(17,1)=s16name:(3,5),0,32;has_arg:(0,1),32,32;flag:(17,2)=*(0,1),64,32;val:(0,1),96,32;;datafile:F(3,5)envname:p(3,5)filename:p(3,5)path:(3,5)local:(0,13)=ar(0,1);0;1023;(0,2)pathtbl:(24,7)i:(0,1)n:(0,1)statbuf:(15,1)basename:(3,5)save:(3,5)datafile_.o/auto/jspc/sw/src/lib/utility/stock/datafile_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/stdlib.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.h./arrays.h./pf.hdatafile_:F(0,11)Result:p(3,5)envname:p(3,5)filename:p(3,5)n_Result:p(0,1)n_envname:p(0,1)n_filename:p(0,1)retcode:(3,5)error.o_last_count_next_messages_wrapflag/export/jspc/sw/src/lib/utility/stock/error.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/errno.h/usr/include/sys/errno.h/usr/include/stdio.h/usr/include/varargs.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/malloc.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hsingle:t(0,9)extended:t(12,1)=ar(0,1);0;2;(0,8)quadruple:t(12,2)=s16u:(12,3)=ar(0,1);0;3;(0,8),0,128;;fp_exception_field_type:t(0,8)sigfpe_code_type:t(0,1)sigfpe_handler_type:t(12,4)=*(12,5)=f(0,11)fp_direction:G(13,1)fp_precision:G(13,2)fp_accrued_exceptions:G(0,8)decimal_string:t(12,6)=ar(0,1);0;511;(0,2)decimal_record:t(12,7)=s532fpclass:(13,4),0,32;sign:(0,1),32,32;exponent:(0,1),64,32;ds:(12,6),96,4096;more:(0,1),4192,32;ndigits:(0,1),4224,32;;decimal_form:T(12,8)=efixed_form:0,floating_form:1,;decimal_mode:t(12,9)=s12rd:(13,1),0,32;df:(12,8),32,32;ndigits:(0,1),64,32;;decimal_string_form:T(12,10)=einvalid_form:0,whitespace_form:1,fixed_int_form:2,fixed_intdot_form:3,fixed_dotfrac_form:4,fixed_intdotfrac_form:5,floating_int_form:6,floating_intdot_form:7,\floating_dotfrac_form:8,floating_intdotfrac_form:9,inf_form:10,infinity_form:11,nan_form:12,nanstring_form:13,;ieee_handlers:G(12,11)=ar(0,1);0;4;(12,4)./errlog.hProgram_Name:G(4,1)./arrays.hTbl:T(15,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(15,2)=*(4,1),64,32;;Tbl:t(15,1)Arr:T(15,3)=s8root:(4,1),0,32;cmp:(15,4)=*(15,5)=f(0,1),32,32;;Arr:t(15,3)Stbl:T(15,6)=s16tbl:(15,7)=*(15,1),0,32;root:(4,1),32,32;cmp:(15,4),64,32;changed:(0,1),96,32;;Stbl:t(15,6)./pf.hPfvalue:t(16,1)=u4s:(4,1),0,32;arr:(16,2)=*(15,3),0,32;tbl:(15,7),0,32;;Pf:T(16,3)=s8type:(0,1),0,32;value:(16,1),32,32;;Pf:t(16,3)optarg:G(4,1)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(8,1)=s16name:(4,1),0,32;has_arg:(0,1),32,32;flag:(8,2)=*(0,1),64,32;val:(0,1),96,32;;Immediate_Flag:G(0,1)sys_nerr:G(0,1)die:F(0,11)__builtin_va_alist:p(0,1)args:(4,1)sysflag:(0,1)fmt:(4,1)complain:F(0,11)__builtin_va_alist:p(0,1)args:(4,1)sysflag:(0,1)fmt:(4,1)next:S(0,1)last:S(0,1)wrapflag:S(0,1)messages:S(0,13)=ar(0,1);0;49;(4,1)count:S(0,14)=ar(0,1);0;49;(0,1)register_error:F(0,11)__builtin_va_alist:p(0,1)args:(4,1)sysflag:(0,1)fmt:(4,1)msg:(0,15)=ar(0,1);0;2047;(0,2)mp:(4,1)ep:(4,1)clear_register:F(0,11)printflag:p(0,1)i:(0,1)get_register:F(0,11)msgs:p(0,16)=*(15,2)msgcount:p(0,17)=*(8,2)maxmsgs:p(8,2)last:p(8,2)wrap:p(8,2)fs2cs.o/export/jspc/sw/src/lib/utility/stock/fs2cs.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.h./arrays.h./pf.hfs2cs:F(0,1)dst:p(3,2)src:p(3,2)nmax:p(0,1)i:(0,1)cs2fs:F(0,1)dst:p(3,2)src:p(3,2)nmax:p(0,1)i:(0,1)n:(0,1)strcpy_pad:F(0,1)dst:p(3,2)dstmax:p(0,1)src:p(3,2)srcmax:p(0,1)pad:p(0,2)i:(0,1)nmax:(0,1)regex.o_group_in_compile_stack_alt_match_null_string_p_at_endline_loc_p_at_begline_loc_p_re_comp_buf_re_syntax_table_init_syntax_once_compile_range_re_error_msg_gnu_regex_compile_bcmp_translate_store_op1_store_op2_insert_op1_insert_op2_group_match_null_string_p_common_op_match_null_string_p/export/jspc/sw/src/lib/utility/stock/regex.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/string.h/usr/include/sys/stdtypes.hre_syntax_table:S(0,13)=ar(0,1);0;255;(0,2)init_syntax_once:f(0,11)c:r(0,1)done:V(0,1)./regex.hreg_syntax_t:t(0,8)re_syntax_options:G(0,8)reg_errcode_t:t(6,1)=eREG_NOERROR:0,REG_NOMATCH:1,REG_BADPAT:2,REG_ECOLLATE:3,REG_ECTYPE:4,REG_EESCAPE:5,REG_ESUBREG:6,REG_EBRACK:7,\REG_EPAREN:8,REG_EBRACE:9,REG_BADBR:10,REG_ERANGE:11,REG_ESPACE:12,REG_BADRPT:13,REG_EEND:14,REG_ESIZE:15,REG_ERPAREN:16,;re_pattern_buffer:T(6,2)=s32buffer:(6,3)=*(0,5),0,32;allocated:(0,8),32,32;used:(0,8),64,32;syntax:(0,8),96,32;fastmap:(1,7),128,32;translate:(1,7),160,32;re_nsub:(0,1),192,32;can_be_null:(0,8),224,1;\regs_allocated:(0,8),225,2;fastmap_accurate:(0,8),227,1;no_sub:(0,8),228,1;not_bol:(0,8),229,1;not_eol:(0,8),230,1;newline_anchor:(0,8),231,1;;regex_t:t(6,2)regoff_t:t(0,1)re_registers:T(6,4)=s12num_regs:(0,8),0,32;start:(6,5)=*(0,1),32,32;end:(6,5),64,32;;regmatch_t:t(6,6)=s8rm_so:(0,1),0,32;rm_eo:(0,1),32,32;;/usr/include/ctype.h/usr/include/alloca.hboolean:t(0,2)re_opcode_t:t(0,14)=eno_op:0,exactn:1,anychar:2,charset:3,charset_not:4,start_memory:5,stop_memory:6,duplicate:7,\begline:8,endline:9,begbuf:10,endbuf:11,jump:12,jump_past_alt:13,on_failure_jump:14,on_failure_keep_string_jump:15,\pop_failure_jump:16,maybe_pop_jump:17,dummy_failure_jump:18,push_dummy_failure:19,succeed_n:20,jump_n:21,set_number_at:22,wordchar:23,\notwordchar:24,wordbeg:25,wordend:26,wordbound:27,notwordbound:28,;re_set_syntax:F(0,8)syntax:p(0,8)ret:(0,8)re_error_msg:S(0,15)=ar(0,1);0;16;(1,7)regnum_t:t(0,8)pattern_offset_t:t(0,1)compile_stack_elt_t:t(0,16)=s20begalt_offset:(0,1),0,32;fixup_alt_jump:(0,1),32,32;inner_group_offset:(0,1),64,32;laststart_offset:(0,1),96,32;regnum:(0,8),128,32;;compile_stack_type:t(0,17)=s12stack:(0,18)=*(0,16),0,32;size:(0,8),32,32;avail:(0,8),64,32;;gnu_regex_compile:f(6,1)pattern:p(1,7)size:p(0,1)syntax:p(0,8)bufp:p(0,19)=*(6,2)c:r(0,5)c1:r(0,5)p1:(1,7)b:r(6,3)compile_stack:(0,17)p:(1,7)pend:(1,7)translate:(1,7)pending_exact:(6,3)laststart:(6,3)begalt:(6,3)beg_interval:(1,7)fixup_alt_jump:(6,3)regnum:(0,8)old_buffer:(6,3)old_buffer:(6,3)keep_string_p:(0,2)zero_times_ok:(0,2)many_times_ok:(0,2)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)had_char_class:(0,2)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)ret:(6,1)ret:(6,1)str:(0,20)=ar(0,1);0;6;(0,2)ch:(0,1)is_alnum:(0,2)is_alpha:(0,2)is_blank:(0,2)is_cntrl:(0,2)is_digit:(0,2)is_graph:(0,2)is_lower:(0,2)is_print:(0,2)is_punct:(0,2)is_space:(0,2)is_upper:(0,2)is_xdigit:(0,2)old_buffer:(6,3)old_buffer:(6,3)this_group_regnum:(0,8)inner_group_loc:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)lower_bound:(0,1)upper_bound:(0,1)old_buffer:(6,3)nbytes:(0,8)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)store_op1:f(0,11)op:p(0,14)loc:p(6,3)arg:p(0,1)store_op2:f(0,11)op:p(0,14)loc:p(6,3)arg1:p(0,1)arg2:p(0,1)insert_op1:f(0,11)op:p(0,14)loc:p(6,3)arg:p(0,1)end:p(6,3)pfrom:r(6,3)pto:r(6,3)insert_op2:f(0,11)op:p(0,14)loc:p(6,3)arg1:p(0,1)arg2:p(0,1)end:p(6,3)pfrom:r(6,3)pto:r(6,3)at_begline_loc_p:f(0,2)pattern:p(1,7)p:p(1,7)syntax:p(0,8)prev:(1,7)prev_prev_backslash:(0,2)at_endline_loc_p:f(0,2)p:p(1,7)pend:p(1,7)syntax:p(0,1)next:(1,7)next_backslash:(0,2)next_next:(1,7)group_in_compile_stack:f(0,2)compile_stack:p(0,17)compile_stack:r(0,17)regnum:p(0,8)this_element:(0,1)compile_range:f(6,1)p_ptr:p(0,21)=*(1,7)pend:p(1,7)translate:p(1,7)syntax:p(0,8)b:p(6,3)this_char:(0,8)p:(1,7)range_start:(0,1)range_end:(0,1)re_max_failures:G(0,1)fail_stack_elt_t:t(6,3)fail_stack_type:t(0,22)=s12stack:(0,23)=*(6,3),0,32;size:(0,8),32,32;avail:(0,8),64,32;;re_compile_fastmap:F(0,1)bufp:p(0,19)j:(0,1)k:(0,1)fail_stack:(0,22)destination:(1,7)num_regs:(0,8)fastmap:r(1,7)pattern:(6,3)size:(0,8)p:(6,3)pend:r(6,3)path_can_be_null:(0,2)succeed_n_p:(0,2)re_set_registers:F(0,11)bufp:p(0,19)regs:p(0,24)=*(6,4)num_regs:p(0,8)starts:p(6,5)ends:p(6,5)re_search:F(0,1)bufp:p(0,19)string:p(1,7)size:p(0,1)startpos:p(0,1)range:p(0,1)regs:p(0,24)re_search_2:F(0,1)bufp:p(0,19)string1:p(1,7)size1:p(0,1)string2:p(1,7)size2:p(0,1)startpos:p(0,1)range:p(0,1)regs:p(0,24)stop:p(0,1)val:(0,1)fastmap:r(1,7)translate:r(1,7)total_size:(0,1)endpos:(0,1)d:r(1,7)lim:r(0,1)irange:(0,1)c:r(0,2)register_info_type:t(0,25)=u4word:(6,3),0,32;bits:(0,26)=s4match_null_string_p:(0,8),0,2;is_active:(0,8),2,1;matched_something:(0,8),3,1;ever_matched_something:(0,8),4,1;;,0,32;;re_match:F(0,1)bufp:p(0,19)string:p(1,7)size:p(0,1)pos:p(0,1)regs:p(0,24)re_match_2:F(0,1)bufp:p(0,19)string1:p(1,7)size1:p(0,1)string2:p(1,7)size2:p(0,1)pos:p(0,1)regs:p(0,24)stop:p(0,1)mcnt:(0,1)p1:(6,3)end1:(1,7)end2:(1,7)end_match_1:(1,7)end_match_2:(1,7)d:(1,7)dend:(1,7)p:(6,3)pend:r(6,3)translate:(1,7)fail_stack:(0,22)num_regs:(0,8)lowest_active_reg:(0,8)highest_active_reg:(0,8)regstart:(0,21)regend:(0,21)old_regstart:(0,21)old_regend:(0,21)reg_info:(0,27)=*(0,25)best_regs_set:(0,8)best_regstart:(0,21)best_regend:(0,21)match_end:(1,7)reg_dummy:(0,21)reg_info_dummy:(0,27)same_str_p:(0,2)r:(0,8)r:(0,8)c:r(0,5)not:(0,2)r:(0,8)r:(0,5)is_a_jump_n:(0,2)r:(0,8)destination:(1,7)this_reg:(0,1)d2:r(1,7)dend2:r(1,7)regno:(0,1)destination:(1,7)this_reg:(0,1)destination:(1,7)this_reg:(0,1)p2:r(6,3)c:r(0,5)not:(0,1)dummy_low_reg:(0,8)dummy_high_reg:(0,8)pdummy:(6,3)sdummy:(1,7)this_reg:(0,1)string_temp:(6,3)destination:(1,7)this_reg:(0,1)destination:(1,7)this_reg:(0,1)r:(0,8)r:(0,8)this_reg:(0,1)string_temp:(6,3)is_a_jump_n:(0,2)group_match_null_string_p:f(0,2)p:p(0,23)end:p(6,3)reg_info:p(0,27)mcnt:(0,1)p1:(6,3)alt_match_null_string_p:f(0,2)p:p(6,3)end:p(6,3)reg_info:p(0,27)mcnt:(0,1)p1:(6,3)common_op_match_null_string_p:f(0,2)p:p(0,23)end:p(6,3)reg_info:p(0,27)mcnt:(0,1)ret:(0,2)reg_no:(0,1)p1:(6,3)bcmp_translate:f(0,1)s1:p(6,3)s2:p(6,3)len:p(0,1)len:r(0,1)translate:p(1,7)p1:r(6,3)p2:r(6,3)re_compile_pattern:F(1,7)pattern:p(1,7)length:p(0,1)bufp:p(0,19)ret:(6,1)re_comp_buf:S(6,2)re_comp:F(1,7)s:p(1,7)ret:(6,1)re_exec:F(0,1)s:p(1,7)len:(0,1)gnu_regcomp:F(0,1)preg:p(0,19)pattern:p(1,7)cflags:p(0,1)ret:(6,1)syntax:(0,8)i:(0,8)gnu_regexec:F(0,1)preg:p(0,19)string:p(1,7)nmatch:p(0,1)pmatch:p(0,28)=*(6,6)eflags:p(0,1)ret:(0,1)regs:(6,4)private_preg:(6,2)len:(0,1)want_reg_info:(0,2)r:(0,8)gnu_regerror:F(0,1)errcode:p(0,1)preg:p(0,19)errbuf:p(1,7)errbuf_size:p(0,1)msg:(1,7)msg_size:(0,1)regfree:F(0,11)preg:p(0,19)strings.o/export/jspc/sw/src/lib/utility/stock/strings.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/string.h/usr/include/sys/stdtypes.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.h./arrays.h./pf.hblank:F(0,1)s:p(5,2)whitespace:F(0,1)s:p(5,2)split:F(10,7)string:p(5,2)c:p(0,2)s:(5,2)tbl:(10,7)tmpl.o_Argv_Ptr_dash_seen_SCCS_ID_Parse_State_Arg_Count_open_file_shift_arg/auto/jspc/sw/src/lib/utility/stock/tmpl.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)SCCS_ID:S(0,13)=*(0,2)/usr/include/stdio.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(2,1)=s4r:(2,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(2,3)=*(2,1)label_t:T(2,4)=s8val:(2,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(2,4)_quad_t:T(2,6)=s8val:(2,5),0,64;;quad_t:t(2,6)daddr_t:t(0,1)caddr_t:t(0,13)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(0,13)fd_mask:t(0,1)fd_set:T(2,7)=s32fds_bits:(2,8)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(2,7)/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(13,1)=s12sv_handler:(13,2)=*(13,3)=f(0,11),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(13,4)=s8ss_sp:(0,13),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(13,5)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(13,6)=ar(0,1);0;30;(0,13),288,992;sc_wbuf:(13,7)=ar(0,1);0;30;(13,8)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(13,9)=s12sa_handler:(13,2),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/errno.h/usr/include/sys/errno.h/usr/include/dirent.h/usr/include/sys/types.h__dirdesc:T(19,1)=s24dd_fd:(0,1),0,32;dd_loc:(0,1),32,32;dd_size:(0,1),64,32;dd_bsize:(0,1),96,32;dd_off:(0,1),128,32;dd_buf:(0,13),160,32;;DIR:t(19,1)/usr/include/sys/dirent.hdirent:T(21,1)=s268d_off:(0,1),0,32;d_fileno:(0,8),32,32;d_reclen:(0,6),64,16;d_namlen:(0,6),80,16;d_name:(21,2)=ar(0,1);0;255;(0,2),96,2048;;./tmpl.hoption_t:t(22,1)=s12terse:(0,2),0,8;verbose:(0,13),32,32;arg:(0,1),64,32;;./errlog.hProgram_Name:G(0,13)Parse_State:S(0,1)Argv_Ptr:S(0,14)=*(0,13)Arg_Count:S(0,1)get_option:F(0,2)argc:p(0,15)=*(0,1)argv:p(0,14)option_list:p(0,16)=*(22,1)num_options:p(0,1)comp_opt:V(0,13)follow_ptr:V(0,14)follow_count:V(0,1)index:(0,1)shift_arg:f(0,1)follow_ptr:p(0,17)=*(0,14)follow_count:p(0,15)dash_seen:f(0,1)dash_flag:V(0,1)get_argument:F(0,13)return_value:(0,13)get_directory:F(0,13)testDir:(0,18)=*(19,1)dir_name:(0,13)get_input_file:F(0,13)input_file:p(0,19)=*(0,20)=*(1,1)input_name:(0,13)get_output_file:F(0,13)output_file:p(0,19)output_name:(0,13)last_argument:F(0,13)arg_name:(0,13)last_input_file:F(0,13)input_file:p(0,19)input_name:(0,13)last_output_file:F(0,13)output_file:p(0,19)output_name:(0,13)open_file:f(0,20)old_file:p(0,20)new_name:p(0,13)access:p(0,13)readable_file:F(0,1)file_name:p(0,13)statbuf:(5,1)test_file:(0,20)writable_file:F(0,1)file_name:p(0,13)statbuf:(5,1)test_file:(0,20)parse_path:F(0,11)path:p(0,13)dir:p(0,13)file:p(0,13)next:(0,13)last:(0,13)concat_paths:F(0,11)base:p(0,13)next:p(0,13)net:p(0,13)name_len:(0,1)name_index:(0,1)temp:(0,21)=ar(0,1);0;159;(0,2)clean_path:F(0,11)path:p(0,13)result:(0,22)=ar(0,1);0;79;(0,2)buffer:(0,22)temp:(0,13)state:(0,1)next:(0,13)add_slash:F(0,11)directory:p(0,13)del_slash:F(0,11)directory:p(0,13)wd.o_braelist_braslist_nodelim_size_bittab_cfread_cfname_explist_getrnge_low/auto/jspc/sw/src/lib/utility/stock/wd.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/types.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.hProgram_Name:G(5,7)./arrays.hTbl:T(24,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(24,2)=*(5,7),64,32;;Tbl:t(24,1)Arr:T(24,3)=s8root:(5,7),0,32;cmp:(24,4)=*(24,5)=f(0,1),32,32;;Arr:t(24,3)Stbl:T(24,6)=s16tbl:(24,7)=*(24,1),0,32;root:(5,7),32,32;cmp:(24,4),64,32;changed:(0,1),96,32;;Stbl:t(24,6)./pf.hPfvalue:t(25,1)=u4s:(5,7),0,32;arr:(25,2)=*(24,3),0,32;tbl:(24,7),0,32;;Pf:T(25,3)=s8type:(0,1),0,32;value:(25,1),32,32;;Pf:t(25,3)optarg:G(5,7)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(17,1)=s16name:(5,7),0,32;has_arg:(0,1),32,32;flag:(17,2)=*(0,1),64,32;val:(0,1),96,32;;/usr/include/errno.h/usr/include/sys/errno.h/usr/include/dirent.h/usr/include/sys/types.h__dirdesc:T(28,1)=s24dd_fd:(0,1),0,32;dd_loc:(0,1),32,32;dd_size:(0,1),64,32;dd_bsize:(0,1),96,32;dd_off:(0,1),128,32;dd_buf:(5,7),160,32;;DIR:t(28,1)/usr/include/sys/dirent.h/usr/include/regexp.h/usr/include/ctype.hbraslist:S(31,1)=ar(0,1);0;8;(5,7)braelist:S(31,1)sed:G(0,1)nbra:G(0,1)loc1:G(5,7)loc2:G(5,7)locs:G(5,7)nodelim:S(0,1)circf:G(0,1)low:S(0,1)size:S(0,1)bittab:S(31,2)=ar(0,1);0;7;(0,2)compile:F(5,7)/usr/include/regexp.hinstring:p(5,7)ep:p(5,7)ep:r(5,7)endbuf:p(5,7)seof:p(0,1)sp:r(5,7)c:r(0,1)eof:r(0,1)lastep:(5,7)cclcnt:(0,1)bracket:(31,3)=ar(0,1);0;8;(0,2)bracketp:(5,7)closed:(0,1)neg:(0,1)lc:(0,1)i:(0,1)cflg:(0,1)iflag:(0,1)step:F(0,1)p1:p(5,7)p1:r(5,7)p2:p(5,7)p2:r(5,7)c:r(0,1)advance:F(0,1)lp:p(5,7)lp:r(5,7)ep:p(5,7)ep:r(5,7)curlp:r(5,7)c:r(0,1)bbeg:(5,7)neg:r(0,2)ct:(0,1)getrnge:f(0,1)str:p(5,7)str:r(5,7)sizecode:r(0,1)exp:T(0,13)=s268expbuf:(30,2),0,2048;cname:(5,7),2048,32;circf:(0,1),2080,32;nxt:(0,14)=*(0,13),2112,32;;EXP:t(0,13)explist:S(0,14)wd.ccfname:S(5,7)cfread:S(0,1)setmapcf:F(0,1)fn:p(5,7)readmap:F(0,1)f:(0,15)=*(1,1)p:r(0,14)exp:(30,2)cname:(0,16)=ar(0,1);0;1023;(0,2)mappath:F(0,1)spath:p(5,7)upath:p(5,7)p:r(0,14)cp:r(5,7)cp1:r(5,7)i:(0,1)regerr:F(0,1)c:p(0,1)dirbase:F(0,11)path:p(5,7)dir:p(5,7)base:p(5,7)cp:(5,7)abspath:F(0,1)relp:p(5,7)absp:p(5,7)dir:(0,16)base:(0,16)cwd:(0,16)ncwd:(0,16)statbuf:(9,1)makedir:F(0,1)dir:p(5,7)statbuf:(9,1)s:(5,7)parent:(0,16)n:(0,1)zopen.o/auto/jspc/sw/src/lib/utility/stock/zopen.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.h./arrays.h./pf.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(22,1)=s12sv_handler:(6,4),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(22,2)=s8ss_sp:(4,2),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(22,3)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(22,4)=ar(0,1);0;30;(4,2),288,992;sc_wbuf:(22,5)=ar(0,1);0;30;(22,6)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(22,7)=s12sa_handler:(6,4),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.hcompress:F(0,11)path:p(4,2)cmd:(0,13)=ar(0,1);0;1023;(0,2)zopen:F(0,14)=*(1,1)filename:p(4,2)permissions:p(4,2)cp:(4,2)file:(0,14)cmd:(0,13)tmp:(4,2)Fcos.oFexp10.oFlog10.oFsin.oFsqrt.oFtan.o__infinity.o_crt2.od_atn2.oextra.oieee_vals.oasin.or_atn2.or_atan2_.or_atan_.o_tbl_r_atan_.o_sccsidr_exp10_.oexp10.or_ieee_func_.or_log10_.olog10.or_sqrt_.or_tan_.o__tanf.or_cos_.or_sin_.o__cosf.o__sinf.o__rem_pio2f_.ofabs.oatan2.oatan.o_tbl_atan.olog.o_tbl_log.ocos.osin.o__cos.o__rem_pio2.o_TBL_ipio2.o_sccsid__rem_pio2m.o__fp_pi.o__sin.o_TBL_cos.o_sccsid_TBL_sin.o_sccsidrndint.oexp.oieee_func.osqrt.o__SVID_error.omatherr.oremainder.ofmod.orint.o-lglibg.s_Q_div.o_Q_dtoq.o_Q_fcc.o_Q_cmp.o_Q_cmpe.o_Q_itoq.o_Q_mul.o_Q_neg.o_Q_qtod.o_Q_qtoi.o_Q_stoq.o_Q_sub.o_Q_add.o_Q_get_rp_rd.o_Qfaddsub.o_Qfcompare.o_Qfdiv.o_Qfmul.o_Qfpack.o_Qfunpack.o_Qfutility.o__f77_base.o_swapFLAGS.ofinite.ofix_libc_.odoprnt.odoscan.odecimal_bin.o__tbl_ntens.o_base_sup.ofile_decim.ofp_class.ofp_convert.ofunc_decim.ogconvert.oieee_retro.o__ieee_retro.oieee_retro_d.oir_fp_class_.opack_float.oqeconvert.or_bessel_.ojn.oj0.oj1.ocbrt.or_erf_.oerf.or_ieee_vals_.oseconvert.o__flt_decim.o__gconvert.oeconvert.odouble_decim.o__floatprint.o__tbl_baselg.o__tbl_fdq.o__tbl_tens.o__x_power.o__tbl_10_b.o__tbl_10_h.o__tbl_10_s.o__tbl_2_b.o__tbl_2_h.o__tbl_2_s.o_sprintf_sup.o_base_il4.osigfpe.osinpi.ostring_decim.ounpack_float.o_unpack_dble.octype_.oerrlst.oiob.oerrno.o_etext_edata_endstart_MAIN_start_float_environ___start_libmcg87_used_plotit__gettype__symbol__setbac__setfor__setscl__setdim__idevent__nfillon__ilen__evcreate__line__delbox2llbox__dbgetntuples__Fsqrt_evget__nfilloff__initt__text__edprojmap__latlon2xydel__xmap__idstation__chrsiz__cursor__nplot__ntype__ymap__finitt__getscl__getdim__rymap__rxmap__hdkild__dbgetattrs__db30create__box__xydel2latlon__e2h__latlon__sin_mapnextseg__axis__setaxf__dist__mapopen__cos_ltype__circle__clrrgn__mapselect__r_atn2_npolyfill__evsvget__evstrf2c_EV_create_evsvs_EV_load_evstav_scvs_EV_create__iob_evloadscvs__evsvcreate__EV_free_EVArrV_free_EVHypo_free_EV30_create_EV_free_all_SCV_create_EVAssoc_free_dbopen_EVSV_free_EV_get_dbquery_EVSta_free_SCV_sift_stachan_complain_new_evl_DBL_get_rel_get_evsite_info_DBL_get_ntuples_hypo_compare_new_hypo_new_evsv_get_evassoc_info_get_evevent_info_assoc_compare_find_evsv___infinity_new_assoc_DBL_exist_rel_DBL_get_attrs_get_evorigin_info_evgood_dbl_evok_sift_keys_new_ev_find_ev_get_evarrival_info_time_string2epoch_SCV_get_trace_SCV30_put_arrival_SCV28_put_arrival_SCV30_add_arrival_SCV28_add_arrival_SEG_return_SCV_return_SCV_get_seg_from_time_SCV_create_from_wftar_SCV_free_trace_SCV30_read_wfs_SCV28_read_wfs_SCV_get_scv_add_arrival_scv_time_compar_SCV30_get_trace_nodata_SCV30_get_trace_SCV28_get_trace_SCV_put_arrival_SCV_add_arrival_SCV_get_arrival_SCV_read_rawwfs_SCV_get_segment_SCV_free_scv_time2_compar_SCV30_create_SCV28_create_SCV_free_all_SCV_read_wfs_SCV_get_rawtrace_nodata_SCV28_create_from_wftar_SCV_get_rawtrace_ARR_put_ARR_get_match_stachans_get_wfdisc28_trace_data_ARR28_put_DBL_add_tuple_DBL_put_attrs_DBL_check_file_etoh_scv2_nodata_get_wfdisc30_trace_data_ARR30_put_new_scv_get_sensor_info_get_wfdisc_info_find_scv_good_dbl_new_arrival_new_segment_get_instrument_info_consistent_dates_get_arrival_info_rl_alloc_ok_sift_keys_get_site_info_DBL_compose_filename_get_sitechan_info_die_rl_create_read_response_re_exec_re_comp_match_stachans__match_string_fixfstring_rl_free_rl_destroy_dbnextid_dblookup_dbadd_dbput_dbget_DBL_exist_db_dbputv_DBL_put_tuple_DBL_get_tuple_DBL_get_nrels_db30_create_cs2fs_fs2cs_dbaddnull_DBLink2Dbptr_dbaddtuple__register_error_dbd2c_dbresolve_dbc2d_strcpy_pad_gettbl_maxtbl_newtbl_signaling_nan_freetbl_settbl_szcopy_g2_to_flt_dbgetv_getwf__tg_g2_to_int_dbfilename_zopen_putwf__map_table_sncopy_strdate_now_concat_paths_new_scratch_copystrip_find_path_getarr_Databases_tbl_dbread_view_Databases_root_todays_date_init_schema_new_database_abspath_setarr_Default_schema_Default_dbpath_dbwrite_view_dbinvalid_new_relation_dbcreate_view_dbtbl2view_dbsave_view_dbp2c_dbc2p_new_null_find_schemafile_datafile_errno_set_table_names_new_table_new_attribute_newarr_new_schema_DB_database_DB_parse_DB_in_Schemas_tbl_DB_schema_DB_lineno_DB_restart_dbadd_attribute_DB_debug_DB_error_attribute_yynerrs_DB_r1_DB_r2_relation_DB_def_DB_chk_DB_pgo_DB_act_DB_lex_dbadd_relation_yyval_yyerrflag_itemtbl_DB_exca_DB_lval_DB_char_DB_pact_DB_switch_to_buffer_DB_delete_buffer_DB_create_buffer_DB_load_buffer_state_DB_out_DB_init_buffer_DB_leng_DB_text_to_complex_print_response_copy_fap_copy_iir_copy_fir_copy_paz_getrespnstages__evlresp__eval_fap_eval_iir_eval_fir_copy_response_group_eval_paz_new_response_group_fixsrate_free_fap_free_iir_free_fir_free_paz_write_response_init_response_group_getresptype__valsarr_compare_response_get_response_stage_type_nextline_freeresp__read_fap_read_iir_read_fir_read_paz_new_response_get_response_nstages_eval_response_free_response_print_fap_print_iir_print_fir_print_paz_get_response_stage_fir_coefs_readresp__add_response_group_write_fap_write_iir_write_fir_write_paz_fixresp_freearr_compare_fap_compare_iir_compare_fir_compare_paz_keysarr_get_response_stage_fir_ncoefs_getrespiir__getrespfir__getresppaz__atan2_cmult_sqrt_to_polar_cdiv_h2e__dtoepoch_doy2mday_mdtodate_mday2doy_doy2mday__mday2doy__month_day_e2h_h2e_fabs_todaysdate_htoe_dbstrf2c_timecon_zh_today_isleap__ctype__timeprint_get_nice_times_my_strncasecmp_strtime_epoch_yearday_epoch2str_No_date_nclose__number__nlstyl__ngrcom__npcolr__ocflag__hdstrkl__cfont__dnice__tics__axstuf__nopen__getfor__hdstrk__datafile__fonts__hdstlf__npchr2__partxt__Ftan_spc__gethit__hdcircle__pdim__pscl__hdcirclel__hdclrgl__hdclrg__setcursor__ccom__trackcursoroff__trackcursor__hdtptroff__Fexp10_hdtptr__hdgptr__hdmptr__hdend__xplpid__clear__hdpscoloroff__hdpscolorset__chrdir__filcom__hdback__hdfore__hdinit__hdopen__hdfillon__hdfilloff__hddash__c_conv_i_hdfilll__movev__plot1__hdfill__hdthik__hdpolyfill__npfcmp__nplyret__insideoe__insiderh__crscom__fcross__offset__tdraw__getbac__getfrm__nalpha__Flog10_pscl2__getclp__drawv__chcom__getchr__getsiz__hdtxtf__hdtext__in2uu__getxscale__getymp__getxmp__hd_back_red_hd_back_sat_hdhls_to_rgb_hd_back_blue_hd_gc_hd_visual_hd_pixmap_hd_back_green_hd_back_light_hd_display_hdhls_to_pixel_hd_back_hd_cmap_hd_batch_hd_fd_hdclrclp__hdsetclp__hd_window_getfl__hd_lon_hdclrclpl__hdsetclpl__hd_fore_red_hd_fore_sat_hd_fore_blue_hd_fore_green_hd_fore_light_hd_pscolor_hd_fore_hd_rect_hd_colormap_cewrite__hdreverse_video_resamp__hdpnimg__hdinimg__hdfrimg__hdcrimg__hd_depth_cadd__cset__hdpscoloron__hd_rv_hdpnimgl__hd_screen_setgrey__setmono__setgrcol__setmncol__setbpl_hddashl_hd_ldraw_hdendl_hd_polyfill_hd_nptsl_hd_points_hd_points_size_hd_save_hd_fill_hd_npts_hdrgb_to_hls_hdhls_to_pixelrgb_hdvalue_hd_width_hd_cfont_hd_cursor_hd_height_hd_cursorcallback_hd_cursortrack_pscreate_convert_string_epsfpro_hdcmnt__hd_xpllib_hd_filename_hd_lstart_nxplotd_launchdaemon_hd_iwindow_hd_lfont_hd_von_hd_lastth_nxplotd_getprop_nxplotd_getatoms_my_system_Fsin_Fcos_hdclr__drwclr__hdclrl__hddrawl__hddraw__legend__lgnd__hdmovel__hdmove__hd_oldx_hd_oldy_parse_on_1char_check_cmd_d_atn2_atan_asin_mapnextpts__map_seglist_map_seglist_ptr_seglist_add_map_dict_map_seglist_tail_seglist_free_map_ndict_map_fd_map_ok_applytbl_applyarr_maxstbl_newstbl_freestbl_tststbl_applystbl_settbl_size_addstbl_delstbl_getstbl_split_Immediate_Flag_get_register_sys_errlist_sys_nerr_Program_Name_clear_register_regfree_re_compile_pattern_re_compile_fastmap_re_search_2_gnu_regerror_re_max_failures_re_match_re_set_registers_re_search_re_set_syntax_re_syntax_options_re_match_2_gnu_regexec_gnu_regcomp_whitespace_blank_get_output_file_last_input_file_get_argument_add_slash_del_slash_last_output_file_get_directory_clean_path_last_argument_get_option_get_input_file_readable_file_parse_path_writable_file_mappath_makedir_sed_readmap_loc1_loc2_locs_circf_nbra_step_setmapcf_advance_compile_dirbase_regerr_compress_r_cos__r_exp10__r_log10__r_sin__r_sqrt__r_tan__i_conv_c_c_cmplx_d_cmplx_tstz_d_tstz_f_tstz_i_tstz_s_infinity_quiet_nan_max_subnormal_min_subnormal_max_normal_min_normal_SVID_libm_err_r_atan2__r_atan__ir_ilogb___tbl_r_atan_hi__tbl_r_atan_lo_exp10_anint_exp_scalbn_ir_signbit__ir_issubnormal__r_copysign__ir_isnormal__ir_isnan__ir_isinf__r_nextafter__r_scalbn__ir_iszero__ir_finite__log10_fp_direction_ilogb_log___rem_pio2f____tanf___sinf___cosf_fp_pi__TBL_ipio2_53__TBL_ipio2_66__TBL_ipio2_inf___rem_pio2m_copysign__tbl_atan_hi__tbl_atan_lo__tbl_log_hi__tbl_log_lo___sin___cos___rem_pio2__TBL_cos_hi__TBL_sin_hi__TBL_cos_lo_aint__TBL_sin_lo_nint_rint_irint_issubnormal_signbit_isnormal_isinf_iszero_matherr_remainder_fp_accrued_exceptions_fmod__Q_get_rp_rd__Q_set_exception_fp_precision__Q_div__fp_unpack__fp_div__fp_current_exceptions__fp_pack__Q_dtoq__Q_fle__Q_fge__Q_fne__Q_cmp__Q_feq__Q_flt__Q_fgt__Q_cmpe__fp_compare__Q_itoq__Q_mul__fp_mul__Q_neg__Q_qtod__Q_qtoi__Q_stoq__Q_sub__fp_sub__Q_add__fp_add_fpu_normalize_fpu_error_nan_fpu_neg2wc_fpu_sub3wc_fpu_add3wc_fpu_rightshift_fpu_cmpli_fpu_set_exception__fp_sqrt_unpackdouble_unpacksingle___double_to_decimal___nox_double_to_decimal___nox_single_to_decimal___nan_written___inf_written___base_conversion_write_only_double___class_quadruple___nan_read___inf_read__fp_current_precision__fp_current_direction___class_double___class_single___quadruple_to_decimal___nox_quadruple_to_decimal__swapRD__swapTE__swapRP__swapEX_finite_func_to_decimal_file_to_decimal_decimal_to_extended_extended_to_decimal___pack_single___pack_double_fix_libc__decimal_to_single_decimal_to_double_double_to_decimal__doscan__doprnt_sgconvert_sfconvert_seconvert___pack_extended___unpack_single___unpack_double_sigfpe_string_to_decimal_single_to_decimal_econvert_fconvert_gconvert__mkarglst___quorem10000___four_digits_quick_table__getarg_qgconvert_qfconvert_qeconvert_decimal_to_quadruple___integerstring_to_big_decimal___big_float_times_power___base_conversion_abort___pack_quadruple___inrange_double___inrange_single___set_ieee_flags___get_ieee_flags___free_big_float___inrange_quadex___decimal_to_binary_integer___big_decimal_to_big_binary___fractionstring_to_big_decimal___base_conversion_set_exception___big_binary_to_unpacked___decimal_to_binary_fraction___tbl_tens___decimal_to_unpacked___left_shift_base_two___digits_to_double___tbl_ntens___multiply_base_two___mul_10000short___fp_normalize___quorem___prod_10000_b65536_fp_class__fp_convert_double_to_int_gcvt__gcvt___gconvert_ieee_retrospective____get_accrued___get_nonstandard___fnonstd_used___get_traps___get_precision___get_direction_ieee_retrospective_ir_fp_class____fp_set_exception___fp_rightshift___infnanstring_quadruple_to_decimal_j0_j1_jn_r_yn__r_y1__r_y0__r_jn__r_j1__r_j0__y0_y1_yn_cbrt_r_erfc__erf_r_erf__erfc_r_infinity__r_quiet_nan__r_signaling_nan__r_max_subnormal__r_min_subnormal__r_max_normal__r_min_normal____unpack_single_two__split_single_m1__split_single_22__split_single_23___class_extended__unpacked_to_decimal_two___unpack_extended_two__split_shorten___right_shift_base_two__split_single_6___unpack_double_two___tbl_baselg__split_double_51__split_double_m1__split_double_52__split_double_35__split_double_19___big_binary_to_big_decimal___binary_to_decimal_integer___arint_set_n___binary_to_decimal_fraction___double_to_digits___unpack_quadruple_two__split_double_3___decimal_round___longquorem10000___multiply_base_ten___tbl_10_big_digits___tbl_2_huge_digits___tbl_10_huge_start___tbl_2_small_start___copy_big_float_digits___tbl_10_huge_digits___tbl_2_small_digits___tbl_10_small_start___tbl_2_big_start___carry_propagate_ten___tbl_10_small_digits___tbl_2_big_digits___tbl_10_big_start___tbl_2_huge_start___multiply_base_ten_by_two___multiply_base_ten_vector___multiply_base_two_vector___mul_65536short___left_shift_base_ten___prodc_b10000____mul_65536_n___lshift_b10000___carry_in_b10000__test_sigfpe_master__default_sigfpe_handler__enable_sigfpe_master_ieee_handlers__sigfpe_master_sinpi___unpack_extended___fp_leftshift_isxdigit_toascii__mb_cur_max_isalpha_isspace_isgraph_isascii_iscntrl_isalnum_islower_isupper_isprint_ispunct_isdigitsw/bin/db2sac 775 5300 156 3260000 5561747521 6535  HC8  @D* @ "hb@ @@# @@h/(" @K \@K O^a K`dh/H   @4 d  @+/t"@# h /H  @ p#|##b#`h#`d#  |  G        /usr/lib/ld.so/dev/zerocrt0: no /usr/lib/ld.so &crt0: /usr/lib/ld.so mapping failure crt0: no /dev/zero ?cِ!PadH@wِ!Pa@q @h?bН'D'H/!'!'!''!?! ?!'!'!'H"HDHt @ƞ/qM@Ȟ@D??ؐ'La@2'L'\@ȍ@3??А'ha@!'h'K@|'F@w'A@r @8 '4 @~!`p@ @s"O" b *  ` #$|$#$$X$$$$$$$$$$$$0$$$$D@1'@.'  @#:'b@h"'b@h'#` #\' " @)'hh d   @d b@'``d 4;X`#`#d#h' " " "" p'"`"` "`"` `-h@ؖX@`.h@@` '` ?c'D'P'T'X@`" `" ` " "    #@@c # # ## " "  " " ' >@j'Dh@v'D@" "  " "  ǖ  #@@c # # ## '#\#`'' D  @'TT`ِ!P`@'b "x @ " D`T, ,`,`&` " "  " " PX  @'  `@# @  'P``@ ``@`@=F' a@d@J' a@ D'Ld   ? ?臠' `'< ?8`'P##``H8J?8ҫ' 'T '  ''௠'" "  " " '@a]" "  " " '@^& @`" `" ` " " ' 9 @a 'X 'X 'X O A D VL''`' 'ppP6p* L  P*H'p*L@ 04p+L@'p,L@7: p-L'p 'p8?'@3'$'(' ,'$0='(0?0$` JL',' D @'X'pp\P' pD  @  <%  4'$pD  @'aA@sX ' ' ' @sXX` 'X*`" 'X* ' @]X`'Xp'p '\'aHH@A'H' @H'|#\#`'' D  @5%$B''#` ##\#d'x' $T "D@+`,J''aOD@'' @' 'Or 1'x'0 0$` JL#`0.#\H#dD#h'(aV$(,@''D'(av@'a|@'ِ!Pa~@'aِ!P@ِ!Pa@ #"#``D F;  #|#%#d"x#`;h+a#\-#p/#1!#t7 #9!#x#@`" `" ` " " '(ޒ !h@fِ!PbHDP@q0+ 00` VX#`0:#\ِ!Pb8$(,@Y'"x @h ِ!Pbd@J'(b}ِ!P@Cِ!Pb@=L P@LP ِ!Pb@-'(bِ!P@&ِ!Pc@ @5@-T 'T(?c'H'L'P'T@`" `" ` " " 'c0@]  'c7ِ!P@ '#p'#`'#h'@#'#x'H#w#d!##l#c#|%q#\'#)##t#@`" `" ` " " '('8c #h@_oH؉ȑ F7 ʛL'PإȭT9# XZ''"  "'`''@" '@'@@'$'ȅ؉B?耐''耐''''@g 'cِ!P@b W h@'ِ!Pc@Q@u C" " (ȉ # # #`$ $`  $'@6 ,'@1$D$H% L%`P%T䀐 @8&X' X'`\" `?c'D'H'L'P'TL@" L@@'Dc@'  ِ!PcD@ gH @ِ!P`D@@ RP@@T"@T ِ!P`8@@ 8TP@@'P $ ِ!P`RD@@T@ P`tِ!PD@P"@@ ?c'D'H'L'P'T'X`"D`@v0 @' ِ!P`@Y L`@b ِ!P`@F PTX`@'BD`@@0 @R' ِ!Pa@# La&@b ِ!Pa)@ PTX`@-' ِ!PaHD@ |\u'`''쀢 >''*  @ * *` *` * ` ''䀐*  @*#@ ' ''耤@&*  '"` + , # `''`%?c'D'H'L'P'T'Xh"Dao@x4 @' ِ!Pav@[ \La@a ِ!Pa@H Id#\h#`PTX\`@;Da@>) @P' ِ!Pa@! "Lb@a ِ!Pb @   ِ!Pb3D@ ?c'D'H'L'P'T'XD'@'''  ِ!Pbe@ '" @' ''#@'`'(%@'' H&'`' h l""'' p t$$''x|&@''  '@z''#l@' '``$^'`'%P'''@D''#@8'`'%,ِ!Pb@!&"  * `D ATAAABBTBBCBC4CCCClCCCCCCCCC!?c'D'HD ِ!Pb@ W;D QD (MD HID hED pAD x=D 9D 5D 1D -D )D %ِ!Pb@ H"  * b EEE$E4EDETEdEtEEEEEEEE?c'D'H'L'PP"H  ِ!Pb@| D  ِ!Pc @o zL s''D@ i* H `*H@ (L@G'ِ!Pc-@F@f J <  @S' ِ!Pcb@$ /P*``@H'  ِ!Pc@  P`"P*# , H#  '?c'D'HDH 'H  + D @  'D@?c'DDtD` H'D  =* *` *` D +, , D`@- -`-`D Ā...D @ @`'D@DȀ !'D  D *@  D`, @'D@zD@w?c'DD 7`D`" "  " " '>@ac@;D@c@. D  @ z ِ!Pc@ ?c'DD *`D`" "  " " '>@ac@ D  @ D ِ!Pc@ ?c'D'H'L'P'TD ِ!P` @ D`D`" "  " " '>@a_`-@ DHP@Z"`4@ #\DHP @" ِ!P`;@ ?c'D'H'L'P'TD ِ!P`e@i 0`D`" "  " " '>@a`@^#\DHP @"g ِ!P`@; ?c'D'H'L'P'TD ِ!P`@# 0`D`" "  " " '>@``@#\DHP @% ِ!P`@ ?c'DD.D' ( H  L  H@`T  XT@`'@'?c'D'H'L'P'T'XD'@'''  ِ!Pa@ ''    ِ!Pa6@  '" @' ''+`  $$''.`"" @'' +@``%% u@'' .@  $""c'`',`(%@S' '`.`0"@C' '`,  @$/''.`'@ِ!Pae@  i    s ۀ ) ,L *@ ?c'D'H'L'P'T'XD'@''  ِ!Pa@  '" @' }g'' ##k''%%]'`''@'`O'' $##A''(%@5' '`0&)' '"@ِ!Pa@2   π ـ   ߀ )~?c'D'H'LD?;`D`" "  " " '>@^a@ DH@a@ DH@# ِ!Pa@??c`'D'H'L'P'T'XD'@''  ''` "  "  " " ',>@^M-`' '& @'耐p '''a@ ؖ   @'b@y  ؖ @#^'c@''b @_   @'b@M   @#4'9''b@5   @n'b@#   @# '?`'b&@  ؖ @A'b-@  ؖ @"'@`?`'b4@ )ؖ   @'b;@  )ؖ @"'@`?'bB@ ؖ @'bI@  ؖ @"}''`'bP@~   @'bW@l   @"S'X' 'b^@T   @'be@B   @")'.ِ!Pbl@# 4"  * `@ Z`[ ^_L[\p]_________________],d쀐ِ!Pb@?ch'D'H'L'P'T'XD'@''` 8`" "  " " '$>@\x'$' '''b@8    @'b@ `8  @!'q@''b@  8  @'b@{ `8  @!a'E' 'b@b `8  @'b@O 8  @!5'?`'b@5 8    @k'b@  `8  @!'@`?'b@ 8 ) @:'b@ 8 ) @ '@`?'c@ 8    @ 'c @ `8  @ '@''c@  8  @'c@ `8  @ v'Z' 'c!@w `8  @'c(@d 8  @ J'.ِ!Pc/@D *"  * c abdffcceLgpgpgpgpgpgpgpgpgpgpgpgpgpgpgpgpgpdT?c'D'H'L'P'T'XD'@'''  ِ!PcT@ ''    ِ!Pcw@  '" @' |''* +  +  `  $'`'--- @'p@'`'* * *  @ $$Y'`'--- @'@'`B''* +  +  `  $-'`'--- @'@'`'* * *  @ $@' '-`-@-@า`(`,'' @'`'* * *  @ $@' '-`-@-@า`x`|&'`'* *` *`  h l#@'`',,, @pt%''./ / ``"}'', ,`,` %h'`'... @ "S'`'+, , `%@>' '.`.@.@ฺ`"@)ِ!Pc@Z ."  * cd iTiijXjkkl lml`mtmk\oonpnon]* * *   ?c'D'H'LD?8'D` .* *` *` D  H+` +@+@D @ H '??c'D'HD ِ!Pc@ Z>D TD PD LD HD DD @D (<D`8D x4D h0D p,D (D $ِ!Pc@H"  * bx q`qpqqqqqqqrqrr  ?c'D'H'LD?D` D " D* @D"D Ȁ  ِ!P`@ND" ?|D`"`DD` D *`" DD *`@cD#`DȀ ِ!P`#@&D" ?T @@B'  ِ!P`D@?CD D*# "@ ?$H$$ +`%% (`d@D%8D`D @'D@D *@    '??c'D'HH  D``?HDD  ?c'D'HH`` D ?H`` D  D  ?b('D'H'L'P'TT"D  ِ!P`@f D'D`@A7 ِ!P`@S D`@Ad'Da@@'pp  ِ!Pa @: Da+@AK'Da3@AE'L'@L@$ ِ!Pa8L@ mP'HP@ ِ!PamP@ X''p '#\'#t'0#d'#'#l'#|#h!!#p#a#`%#'#x#'aa@Ah% #?d#ȍ?ȕH?L  `P  S''T耢 ?'*` `@/'+  `(@$*  ଘ "+``,@6*  ఙ+ "+@,@*` -@-@@. &/ ` ِ!Pa@LTX *`  +@,- - $#@-@./ / &*  บ#`#`,` -`-@-@%`. ฺ'`'`*`  +` +@+@#`,` @h% 1 hd" .` /`* @* @'`* ` $ ($ ,,` -`-@-@%`. ฺ'`*  ଙ+  +` +` # , ส%`''@@O-`...&/` บ#`+@hlЁ ,@%h%l.` p tȁ /`@"p"t+`h`$` '`' H ''H@9'ِ!Pa@MTY   @`' ِ!Pb@1T= ܀  @F'܀ ِ!Pb7@ kT*``@;'܀  ِ!PbT@ TT`"T*# # %($@ '@ ('@ H'@$%`h%`l%p%t3`p&x&|7p' ' ;`p" " `p""p# # `p##h$  $ % * --@& `ِ!Pbr@T `" #`#``$$`h% 1 hd" `&(&,' `" ''@?`""#`$ $`$'W'T쀥*  +    h@q`'Db@='l'l'#\'#t'0#d'#'#l'#|'#!"#`#b#h%#p'#)"#+b#x#'bb@>L  ZP  M''T耢 "'*` `@'+  `(@*   +*   "+``* @,%`-`Ȁِ!Pb@T *`  `# +@- ༀ1*  + "+@,@*`@-@&.@ Ȁ ِ!Pb@WTc  @@p*`  +@,% #@-`.@ *`" ' ِ!Pc@'T3 v"@""  #`#`## #$''c@> ! x?$`$` ('@ 0'@- $8. hlЁ / "`h"`l*@ ptЁ , $p$t-`& Ĵ ''!H ''H@7 'ِ!Pc,@T   @' ِ!Pc]@T ܀  @'܀ ِ!Pcz@k T*``@'܀  ِ!Pc@T T`"T*# # %($@ '@C ('@> H'@9$%`%h%l&`p&`t7p' x' |;`p" " `p""p# # `p##! p$`$`$$ % * @% Ȁِ!Pc@T = @@'`" ِ!Pc@T #"@""  #`#`## #$''c@ ! x?$`$` ('@ 0'@$8%`%%& `'g'T쀧*  +    @`''t'#\'#'#d'#|'#l'#'#t'#'#'#'#p) #x+`#h-,#/!#1 3#3` #`58#7&##'c`@<'T쀢v'*` `@+ '+  `(@ Y', 䀥@* *` *` * `  'x'|'@mHH?D@D1 p.` x |@9;`p*  D,*  @ "x"|+  <#$ $ ,`8%% % -`4'& & .`0)' ' "@+/`@x|L</*@ Pِ!P`=@w* *` *` * `, $ h$ l,`,@,@,@(#& p& t`'D'.`䀢@*  +`  'x'|'@óHH?qD@Df1 p.` x |@9;`p*  D,*  @ "x"|+  <#$ $ ,`8%% % -`4'& & .`0)' ' "@+/`@x|L</*@ Pِ!P`x@ 'k`''B?bx'D'H'L'P'T'XD ِ!P`@ /D'D`@9f ِ!P`@ Da@9'Da@8'Da@9'Da@9'L'8L@` ِ!Pa!L@U P'@P@K ِ!PaaP@@ `"''@ j'#\'d#t'(#d'`#'\#l'#|#h!!#p#a#`%#'#x#'taa@9% #?#Ѝ?ЕH?T 'T@"X\@L ȁ P  ''`耢 't*` `@'+  `(@*  ଘ "+``,@6*  ఙ+ "+@,@*` -@-@@. &/ ` ِ!Pa@k`w *`  +@,- - $#@-@./ / &*  บ#`#`,` -`-@-@%`. ฺ'`'`*`  +` +@+@#`,` @% 1 " .` /`* @* @'`* ` $ ($ ,,` -`-@-@%`. ฺ'`*  hl؁ +  $ h$ l,@ptЁ -@&p&t/`@ " ''H 't'H@2'ِ!Pa@` ,  @'䀐 ِ!Pb3@{`   @' ِ!Pb[@a `*``@'  ِ!Pb@J ``"`*# # %($@ 't@9 ('@4$%`h%`l%p%t&` & '``* * * @4" ِ!Pb@` `" #`#``$$`% 1 " `&(&,' '`"`"# #`''`쀤*  +    h@`''Db@6'g'F'x#\'(#d'#l#`"#h#p'hbb@7mL  ȁ P  ''`耢 'h*` `@g'x+  `(@\*   +*   "+``* @[,%`-`Ȁِ!Pb@$`0 *`  `# +@- ༀ1*  + "+@,@*`@$-@&.@ Ȁ ِ!Pc @` v @@*`  +@,% #@-`.@ *`" ' ِ!PcI@` F"@""  ('@+@#`8,@hl؁ -@&h&l/`@pt؁ *@ #p#t,`% Ĭ ''H 'h'xH@/'ِ!Pcr@J`V   @]'䀐 ِ!Pc@.`:   @C' ِ!Pc@ `*``@8'  ِ!Pc@ ``"`*# # %($@ 'h@ ('x@ H'x@$%`%h%l&`p&`t7' x' |;`" " `""# # `##! $`$`$$ % * @% Ȁِ!P`'@` , @@'`" ِ!P`O@}` "@""  ('@o#`8$ $`$$ ''`@쀥*  +    @v`'D`w@3''`쀥@' 'x#\'#'#d'#|'#l'#'#t'#'#'#'#p) #x+`#h-#/#1 #3`#`5#7##'h`|`@4'h/ @`@ 'x* `(@7'+``* *` *` * `  '0'4'@/8?q8|@|f1 .` x |@9;`*  D,*  x "x"|+  t#$ $ ,`p%% % -`l'& & .`h)' ' "x+/`@x|Lt/*@ Pِ!P`@9 'f'*`   *  +`  '0'4'@8?q8|@|f1 .` x |@9;`*  D,*  x "x"|+  t#$ $ ,`p%% % -`l'& & .`h)' ' "x+/`@x|Lt/*@ Pِ!Pa@ 'k`'p*@ x|@! ,`  D*  *@ (aHِ!P@m':?cX'DD 'D` * *` *` D  '#h'$#`'#d' #p'#l) #\+`---D @#xx#xxD/`* @* @ +` +@+@D @ F#||#||D@2 ِ!Pa@ 䀐m i* *` *` D# # ,`,@,@Dส%`(%`,-. . D`& /`* @* @D` "+` +@+@D @ $- -`-`D ...D @ @*` *@ *@ Dบ #`3* *` *` D# +` +@+@D @ - -`-`D @.`.@.@Dฺ'` ' ?c'D'H'L'P'TD C'''D` 7* *` *` D  H +` +@+@D @ P ,- - D`* *` *` D  ?,`,@,@Dส` %#xx?. .`.`D ( ,D?H?H?P?  ??* +  +  D`  ( , #`ʛL',,,D @(,/ਵXZ'Ȁ'.`.@.@Dฺ` " Ā * +  +  D`  $`',- - D` & Ȁ ĀȀ''pȔ" '+  +` +` Dย `(`,?ȅ BF?,- - D`ȵ.`'''/ /`/`D @ 8* *` *` D +, , D` '''܀@ *   `''-' #h'h#`'#d'(#p'$#l`#\D,`,@,@DHP@/ ِ!Pa@ '܀@  ܀  ؀ @?'' 'ܠ#@ '܀ +  #`'܀x`'܀.`;` '"`' h@|'̀ ِ!Pa@M؀@mM B蕢F"`"` ""#`#`- خ$D& L'" H" HD"@"\# `Ԁ 'Ѐ" `"\'g`'?c'D'H'LDH  v' ?-D +@'Db#@-L$D(#\#`D D @b+3b7@0?b'D'H'L'P'T'XD'@'''' '$ @'`9 '''"" ?'l?'h'd dEd* *` *`   .d+` +@+@ @  '#\#``d* +  +   `'b<CbH@/&d'd?'P@#bZ#\l#`'_#dh#h+bd#l#p#tbMU@0@'' ( @/ /`@biq @/' ' 0 @~+`3bw @/@`?'% % #\b@/@`?'' ' $#\`b@/v'`'b @/b@`?'% % 'b@~/'b⽚ @/eB@'' @b @/Q.ِ!Pb@~] *"  * 1cX TDƼĴ$< ň ?b'D'H'L'P'T'XD'@'' '# @'nG '''"" ?'t?'p'l 8`lIl* *` *` 8บ``聨1l+, , `8  聩 '#\#``8l+  +` +`  8 'bc@-l`'l?'H@+'#\t#`+c#dp#h/"#l#p#t`8c @.' ' ( @}*`/8c'/ @.b@' ' 0 @}w,`38c5= @.E@`?'& & #\8 @c@H@.+ '''" "$#\`8cLT@.y@'' 8`cX` @-d?`'&&'ce@|/`8 '@cs{ @-C' '`8c @-.ِ!Pc@| *"  * 3a LT<d<<<<<<<<<<<<<<<<<ˤ ?cX'D'H'LD 'D` * *` *` D  LWHS'#h'(#`'#d'#l' #p'$#t#\!#,`,@,@Dส``#xx#xxD. .`.`5./ / D`  F#||#||D@. ِ!Pc@|* GLWH S'#h'(#`'#d' #p'#lc#\#t, ,`,`D  #xx#xxD`-. . 3c...D @  F#||#||D@.G ِ!P`@{ 'dLWH S'#h'(#`'#d'#l'$#tc#\#p, ,`,`D  #xx#xxD`-. . 3c...D @  F#||#||D@- ِ!P`0@{y ' ِ!P``@{m 䀐 ܀ * *` *` D# # ,`,@,@Dส%`(%`,-. . D`& /`* @* @D` "+` +@+@D @ $- -`-`D ...D @ @{,*` *@ *@ Dบ `Ā, ,`,`D @{-`-@-@Dา&`./ / D`"`䀐 * *` *` D# # ,`,@,@Dส%`(%`,-. . D`& /`* @* @D`"+  +` +` Dย $`,- - D`.`.@.@Dฺ`@z* *` *` D Ā +, , D`@z- -`-`D& .`.@.@Dฺ'`Y* *` *` D# +` +@+@D @ - -`-`D @zB.`.@.@Dฺ`Ā*` *@ *@ Dบ `@z'+, , D`$- -`-`D& `'S ?c'D'H'L'P'T'XD Q'''D` E* *` *` D  H ,+` +@+@D @ P ,- - D`.`.@.@Dฺ`Āc 2* *` *` D  ?,`,@,@Dส` %#xx?. .`.`D ( ,D?H?H?P?  ??* +  +  D`  ( , #cșʛL',,,D @(,/ȵXZ'Ā'.`.@.@Dฺ` "  * +  +  D`  $`',- - D` & Ā Ā'''Ĕ" '+  +` +` Dย `(`,?ą BF?'',- - D`* *` *` D ġ+@'',,,D @Ā6* *` *` DK `2* *` *` D 'ġ+@''* *` *` D 'ġ+@'''㰀'''''\AX =' #h'l#`'#d'$#l'(#p',#t#\D ,,,@D HP@* ِ!P`@x''؀ 'Ԁ  '\ ;X 7' #h'l#`'#d'(#p'$#lc#\#tD,`,@,@DHP@*P ِ!P`@wZ''؀ ''H\ ;X 7' #h'l#`'#d'$#l',#tc#\#pD,`,@,@DHP@* ِ!P`@w'''Ԁ ' ِ!Pa@w ܀ " ܀  ؀ @w  ܀  Ԁ @w?' 'ܤ$`'ܒ" ' h@wu'Ȁ ِ!PaH@wF؀@wf B蕢F"`"` ""#`#`,- - D`&`...D @ " * +  +  D`@ `Ȑ $@w+, , D`@`Ȑ ,@v,,,D @`Ȑ 4@v-`-@-@Dฒ@`Ȑ <@v؀ .غ&`D" D"`LԀ # P#P$ X '" H"T" H"`TD"# \#``Ѐ'̀" `"\',`'?c'D'H'L'P'T'X "c\#\DH  PX'#$c?c@'D'H'LDH  ' ?BD +@'Da|@#$,DĀD a@%@D"`DĀ D (#\#`DD aa@&?c8'D'H'L'P'T'XD'@'''' '$ @'L% '''"" ?'?' 'X@aᥚ @%'A* *` *`   *+` +@+@ @   * * * @  'Taᱚ @%p`'?'P@#a#\#`#da@&W@'' ( @ul. /`a @&;'`' 0 @uP* 3`a @&?`'###\`a@&}?`'% %$#\`a@%d'`' @a @%P'' '#`#`#\`b@%6'`'.ِ!Pb@t *"  * ;a  Tdttttttttttttttttt8 ?c@'D'H'L'P'T'XD'@'' '# @'Z3 '''"" ?'?' 8`'Pb>F @$D'8 E* *` *` 8บ``聨-+, , `8  聩  8`* +  +   `8'LbKR @$ '?'H@'d#\#`#d`8bW_@$'' ( @s./ 8`@bjr @$' ' 0 @s+`38 @by @$'' '%`%`#\8 @b@$'' ''` '`$#\`8b@$ve'' 8`b @$aP?`'%%#\`8b@$G6' '.ِ!Pb@sK *"  * <c x4,TTTTTTTTTTTTTTTTT  ?cp'D'H'L'P'TD@ ' ''$PHL@ T"'' #\T#`D  @{ 'T@0*  ' ` h@s ``#h#l଩- -`-`% า``' p' tD'``'#\T#`D  @= U#\T#`D@ A#\T#`D@0 -#\T#`D    @ #\T#`D@ ?c'DD  c(@a +DcJ@!   cQ@a Dct@!;'Dc{@ y   c@a  ?c'D'H'L'P'T'X 'DDJ@ DH@  cD@a'@؝H"" L LJ LP@  cL@a'@~P"" XT"@T TK X! #T` @  `T@a^'?c'DD `" "`'D฀ D * *` *` @qD"  `D@a4?+&D D D *`" D D`*` *@ *@ @qD"฀  `c@a??c'D'H'L'PD  @q]D"@  `@` {H*``D@qRD"  `@` d @q6'  `@` UDH*"@ H #%($@ L@p (P@p HP@p'% h% l+b%p%t/& x& |3b&&7' ' ;b" " b"""#  #`$ $`$$?c'D'H'L'P'H &D+``L@pD,@`(P@p D-@ 'DHLP2?bx'D'H'L'P'T'XD`@~'D`@'8'8 '0#\'#'#d'`#'#l'#' #t'#'#|'@#'8#) #+`#`-#x/#h1!#3`#p5#7 #9! #;a##' `D`@ " #$XJ?PPHXP' '0X@X' '0`\C'@?@O'<?w@  " @"@`<, ,`,`#<,- - @`X%%<.`.@.@@ฺP'`'`<*` *@ *@ @บ #` !#" <,`,@,@@ส%`(%`,<---@ @D&' `'@hR $`@h/ P'' '@ +T@' - U1?`'*耐 H  L  H@h `T  XT@g`'@g('쀦.`V;c * R ? `' @' @  F$ $ $$`耐' P *@ "P D D-`$D! P *@ "P D D-`$D& H&`T&L&X'> $`@g\ P'' '@ +@' - 1 `'*耐 H  L  H@g8`T  XT@g*`'@g$U'쀦.`;c *   `' @' @  F$ $ $$`耐' P *@ "P D D-`$D! P *@ "P D D-`$D& H&`T&L&X'> $`@f P'' '@ +@ %Ё' *耐 H  L  H@fj`T  XT@f\`'@fV'쀦.` 9#Ё`' @'  F`` L"`"` " "耐' P *ܞ@ "P D D-`$D! P *ܞ@ "P D D-`$D& H&`T&L&X'H @ ' `'@e`'@e'f  b\`\'UH`@e+D' " P  $`@eW P'D ,'  #* R #  +`T%?@ * 2 D+`!##`'#'  *S@ !# ,`T+?-6`' $`@e#W P'D ,'  #*  #  +`% @ * " D+`!##`'#'  *@ !# ,`+ -&`'Z $`@dQ P'D )'   *   Ё* "  D+#c#@' '  *@  Ё, '$ ' `'D$H`@dfD'  P  $`@dP P'D ('  * R #  +`T%?@ '` + S #c ,U-?@' 2؀'#'ؓ* "`R '`Dأ, $`''@ԓ* 2  Dԡ+#@Ԥ'$'؀)*  R'`D, ''`Ԁԓ* 2  Dԡ+#@Ԥ'ت$`#``Dس. &`V/`@R"#dd)ƛ'`Dأ, $`.D-`2ش&#``  \ރ'' Ԁ Cؔ" #``  Dȕ(J؟+`#T@#ddLR#hh,<ԫ- 5ز%`#``XĽ<^ Dؓ* "`@ "@Dԟ+`#Ԡ '`''  * R #  +`T%?@'` + S #c ,U-?@' "؀'ؓ* "`R '' ԓ* 2 Ԙ 'r#`'؀*  R''Ԁ@ ԓ* 2 Ԙ 'Lؠ#@ #``Dة,% U. V'#dd)ƛ''`Ԁ 'ؔ" #``  Dȕ(J؟+`#T@#ddLR#hh,<ԫ- 5Ԯ' '5 $`@bI P'D "'  *  #  +`% @'` +  #c ,- @' 2؀'#'ؓ* "` '`Dأ, $`''@ԓ* "  Dԡ+#@Ԥ'$'؀)*  '`D, ''`Ԁԓ* "  Dԡ+#@Ԥ'ت$`#``Dس. &`/`@"#dd)ƛ'`Dأ, $`.D-`2ش&#``  \ރ'' Ԁ =ؔ" #``  Dȕ(J؟+`#@LRԧ,%خ%@#````XĽ<^Dػ/ '`"@`Dԙ*" Ԛ`'''  *  #  +`% @'` +  #c ,- @' "؀'ؓ* "` '' ԓ* " Ԙ 'l#`'؀*  ''Ԁ@ ԓ* " Ԙ 'Fؠ#@ #``Dة,% . '#dd)ƛ''`Ԁ !ؔ" #``  Dȕ(J؟+`#@LRԧ,%Ԫ`''; $`@`N P'D '  *   Ё'` +   !#Ё`'4؀'#'ؓ* "`  ' Dء+$ @''ԓ* Ѓ" Dԟ+`#Ԣ`'$'؀+* ܖ  ' D+@`'' Ԁԓ* Ѓ" Dԟ+`#Ԣ`'ب$ #`` Fر-& *.ܐ@ .̧ҩ3 ȯ'`Dؙ*#  8D,`<ج%#``   F ȗ''Ԁ=ؔ" #``  Dȕ(J؟+`#@.Lԧ,%خ%@#````XĽ<^Dػ/ '`"@`Dԙ*" Ԛ`'''  *   Ё'` +   !#Ё`'$؀' ؓ* "`  ''@ ԓ* Ѓ" Ԗ'n# '؀ * ܖ  ''`Ԁ ԓ* Ѓ" Ԗ'F؞# #```` Fا,$@*-ܲ`.̧ҩ3 ȯ''Ԁ@!ؔ" #``  Dȕ(J؟+`#@.Lԧ,%Ԫ`''A `'H`@^YD ِ!P`H@^ID?c8'D''D 'D`$@^.D``?D ?D'o '`P  ِ!P`@^   $'@^ ِ!P`@]    B ِ!Pa,@]   ؉ ?ȗJ ȝ?cȁȁ ِ!Pa\@]  "`#`` B F? `'Dx D @' ِ!Pa@] e" D"`H"L"P# T#`X Љ !#JL$`'a@] '$'a@]u ''a@]i ' 'aِ!P@]O  @]h@]i"`PP ِ!Pa@]8@]\ `P" T@]J# X'b@].K P''  +`#c4'D'.  ``  JL'P''`@,-V5@'`''b@\K P''  +`#c$'D'.  ``  JL'P''`@,-%@'`'Q'b@\I P''  +`#`$'D'.  ``  JL'P''`@,-%@'`'DF?c8'D''D j'D`$@\!D``?D ?D'o '`P  ِ!Pb@[ F $'@\ ِ!Pb:@[ 5   B ِ!Pbj@[ #  Љ ?J ?` ِ!Pb@[  "`#`` B F? `'D D @' ِ!Pb@[ '@[" '@@[' ?'D `'  `` ؑ F JL'# '"" '@[p P@@[i`P@[~' '` '' '  @/' ِ!Pb@[ _R  J #@@"@[P@[)% P`P ِ!Pc@Z 3`@[`P@@ZP"@ @Z@[ P#`T`@Z$X`'MD?c'D'HD'  H  L  H@Z#`D#H$ L`P* @Z% D`D ِ!Pc%@Z}`D" H +`"L '%(艠" @H  0' <cG@Z_ $cK@Z_# P''쀣 +`T#``荠$FD- $' $cN@Z5! P''쀣 +`荠$F`D,$`'h $cQ@Z ! P''쀣 +` 荠$F`D,$`'@ $cT@Y% P''쀣 +`T@)#``荠$F`D,$`'$cWِ!P@Y H@Y"`D"H"L `'D' T  X  T@Y#`P#T$ X``'D D?cx'D'HD' L $c@Yk '' $c@Y^ ' $c@YQ ' $cِ!P@Y6 < T  X  T@YL#`P#T$ X`D@Y4@Y5% P`P ِ!Pc@Y  `P" T@Y# X` 8DH @'   `H ' $c@X; P''耣 /`D,  䍠$F')%8 'Pॠ0N) P੠4֯T#``-`=`-6`'{ $c@X7 P''耣 +`D,  䍠$F')%8 'Pॠ0N) P੠4֯T-`% '= $c@Xa4 P''耣 * D*@   X D*@  䍠$F+ # * `"  '``'D' H  L  H@X.#`D#H$ L``'D?c'D'H'L h@X' ِ!Pc@WD9H2"`h"" h# # #`! p#%p$`  $c@W ,c@W 4c@W <c@W6H@"H  "" H$`$`H`% H %H &  $H`$@W ,H`,@W 4H`4@W <H`<@W}L.H" D"`H"L"P# T#`XH`D" DH H"HH L#LHP$PHT%`TH`X& XH L +H L@Wb"`DD @W[ِ!Pc@W.D DH`DHL@Wb D"HH L#L H`D" D"H# LH`PG $@W#" `$@W '@W# X`X@W#P P H  L  H@W@Wِ!P`@VD/`PHP X@W P$`T" P"`T"XD  'DD"``D"\ D" `D"\# `'DD?c'D'H'LD "DJ@  D`0@V ( D@V "`, ,@V"(( ?#D@V `,  (@VD@Vt "`, ,@Vv"(( ?' ('D@V\@!DK` DL DM@  DN. '`'*`(J@   (`2@V  ' (' (@V ''('{ (J  (J `,f(+L@  '`(@ 'R`4@UO :@V'耐 "*`'L@@' ?5   '`(@ 'H@%' ?! (' '`' ?c'D'HD TDJ@  LD`6@Ug ADJ ^ ڐ `D@UQ ڐ ``8@UIڐ `D@Uڐ `@UUڒ`_J $ڐ ``:@Usڐ `@q'  ِ!P`<@U?H@r2?c'D'HH @U.' `O@DoDH@U H" 'HJ@ H'H+ ?c'D'H'L'P'T'XDP'HT'LX'('@T@T@T?c @T'  "@"?c'DD;D` D@T1'D 'D+`D *@   D,`@TD -@@T 'D@T?c'D'H'LD H  L D WD" @T\D"`D   @TOD #@D D @TED"` L@T:' D @@T3D@T/D" HL@T=D @#D`L$D` %D@&@'D@.D *@  L D ,@HL@T D *@  `# D,`c 'D`D*``@S' ND&  @S' @DD@* ' L@S'  D D*@ @S &HL@SD`D,`$D`D. L&D D*`@  "D@#@?c'D'HD jH  c'D YD`, HJD *@  #`# D,` 7D *@ @S@D`, @S9D$@D. D/  %'D# "D@D @SD"`' ?c'D @R' `@B<D`@6?cx'D'H'L @R' `@B`D@`" `" ` " "  H  p#@@T # # ## L$ ?ch'D'H`D@`" `" ` " "  H  p#@@*' # # ## >'`' "  "  " "  @>''7฀:* h@ H@RV*`'@`" `" ` " " +`! l@'`'@`" `" ` " " -`/l  @i '`'@`" `" ` " "  @ ?cp'D'H'L`D@`" `" ` " "  H  p#@@' # # ## `L" "  " " '@L '`'@`" `" ` " " '@Y  ?c'D`D@`" `" ` " " '>@Y?ch'D'H`D@`" `" ` " "  H  p#@@D' # # ## `'" "  " " '>@$?cp'D''D@`" `" ` " " `'@`" `" ` " " '>@'耤'`'@`" `" ` " " ' >@ ' '䀐  ?ch'D'H`D@`" `" ` " "  H  p#@@' # # ## `'" "  " " '>@?c ?cx'D'H @Q' ap@@F`D@`" `" ` " "  H  p#@@| # # ## ?c'D'H'LH:HJ`/ڐ"`H@Pڐ"`a@P&`D@`" `" ` " " '>@:ڐ"`@Pڐ"`a@Pڐ"`H@Pڐ"`a@Pڐ"`a@Ptڐ"`L@Pڐ"`?c'D'H'LDHL' 3 @P )a@P @Pu @PN" * a@Pp @P`  ?c0'D'H'L'P'T'X'D''"`"` "`"` `'> ''`'' '`'@`" `" ` " "  Ȗ  p#@@ ' "` "` "`"` ?'4#\`'@`" `" ` " " ' ''(','0@#`>k`'#`'Ā '" @'   a @@? `'@`" `" ` " "   Ę p#@@ A' # # ##  aǐ @??Z& a@?p?J'4#\`'@`" `" ` " " ' ''(','0@">l`' `'H @!@''"  @ @'o  ?c8'D'H'L'P'T'X'D''"`"` "`"` `'> ''`'' '`'@`" `" ` " "  Ȗ  p#@@ ' "` "` "`"`  $ b@>?/'4#\`'@`" `" ` " " ' ''(','0@"W>k•>l~@  b/ @>?`'"`'Ā `'@`" `" ` " "   Ę p#@@ 4' # # ##  bc @>s?& b}@>c?'4#\`'@`" `" ` " " ' ''(','0@!>l`'W'''`'{ '`'"?n'' 'd@`?`'['' 'Q@''I''Ab @=?L "  b\2 *`@ `*`   ,Tx' `@   ?b'D'H'L'P'T'X ' D@`" `" ` " "  0  #@@ .' # # ## H''#p'#`'#h'#'8#x3cM#d5\#t7V#l9#a#|;cE#\#'@`" `" ` " " '4'7 #@@ '4cg@MF  '8 '4' ;'4cj@M7  '8 '4 ' +'4cm@M'  '8 '4 ' '4cp@M  '8 '4 '  '4cs @< p '4p p"t t#@TXLP  'L'P'T'XLP F虢ʛL'TX𥣈𭤉T"赥XZ'䀐 '#@$'% 䀥 䀦l" w`"@"  l#!" h$@$`䍠h FJd$$' "  "  " " ےb`@ې"`c@{'Āl" @8@LȔ@',, @L c۔`@<@Lfl" "l@8@Le'004@L`@La'  c@;l"@LF  0@LR'(@L9(  l"@L? (0@ 0(8@LTl"@l @L) l8@L'004@L@L!'   c@;l" t 0@L t"@t   `@;l" p )t#04@K@K' `F@;nt@Kt"@l" t0@K t  p"聨@'$l$ $* p '@ 荠D#$ '$p"@'"聨@ l"`'$$ $+ S #荡 Bp@$,$$%`'$l"`'$$ $+ S #p@$,$$%`'$p%'3b聩 B'$l$ $*@ 荡 Bp$,`$$'$'$l$ $*@ p$,`$$'$Yp%'/聩 B"l"`'$$ $+ S @0#荡 Bp$,$@$% '$l"`'$$ $+ S @#p$,$@$% '$  * ebD DeVp"聨@'$l$ $* p '@ 荠D#$ '$<p"@''b聨@ l"`'$$ $* R #荡 Bp$+#@$$`'$8l"`'$$ 0$* R S"؀  $+`T%T܀@ $* \" ``#$* R #p$+#@$$`'$p$''-聩 B:'$l$ 1$*  "  $+`%䀤@ $* \" ``#$*  荡 Bp$+`#$ '$5'$l$ .$*  "  $+`%䀤@ $* \" ``# $*  p$+`#$ '$[p$@''+b聩 B"l"`'$$ $* R @#荡 Bp$+`#$$ '$l"`'$$ $* R @#p$+`#$$ '$  * fc d ?c@'D'H'L'P'T'Xd"D@'`n ِ!P`u@I x@`" `" ` " "    #@@' # # ## H% '`?'HH䀦@ ِ!P`@HO' #pT@#\X#`\#dd#l`#h#t'L P@`" d"ِ!P`@H*h@d  ِ!Pa@Hdh@"'d܀@ ܡ+lܧ,$@ܬ'@H?b'D'H'LD'x" "  " "    #@@' $ $ $$ a&/ ِ!Pa-@HKH"`'aQ'H H@ ِ!PaX@H.'#\'#d'#l#`!#h#p'a~ac|" @'|!#|(ʛ'|쀤` ِ!Pa@GV'Xx'@`" `" ` " " ܒb`@'䀐 䀐  aܔ`@7  aܔ`@7+'b@G1* 'll@G'hh  ِ!Pb@Gh'd'쀢@ *L@  |$F+d$@''b@GQ* 'll@G'hh  ِ!Pb @Gzh'`'쀢@ 4*L@  , L%|(J' - L0|2 T/VP#xx. > .``6 '^'b6@GCM* 'll@GR'hh  ِ!Pb9@G#h'\'쀢@ 0*L@  , L%|(J' - L0|2 T/VP. \&' 'bOِ!P@FAܐ"`"!@G%'ppِ!Pblܔ`@Fh@F)phl@G'p@Gh@F ِ!Pbܔ`@Fl  ِ!Pbܔ`@F?c7FWF: 7W *:7WF + ; 7FcWF# +;7FW, % @WF@F'?c'D'H'LL" 'LL*`H 'HL+ D 'DLDR#``H"@L"'LH"'HD# 'D?cp'H> & > &  " b@6B?'#\`@`" `" ` " " ''' ''@>m`H) @'#\`@`" `" ` " " ''' ''@  b @5?H  L L'H  c @5?`@   c_ @5?p`T 3 4@  8@  8*`" 8 H`8@E"H c@54`H H@E4@#40$05'H@"'"` *    @E'  c@56 '@E'耢  'c @5s?  @\ 0" ?cx'H'LHHJ@ 'H@EL'c@E'H@EB' c@E{ 'c@E5'c@E/#\`@`" `" ` " " ''' ' @H#HL`" "  " "  H  p#@@ &` &` &`&` `@`" `" ` " " `' >@ ?'L@j5'LL@j0L @E  bL@DL%?'Lc@EL @D K'?-Lc@DL @D 8+?c-'L@DL@D'5?'7?O`/'?c  ? # ' ?c +' @D ??c'H#\`@`" `" ` " " '' #@`@`" `" ` " " '>@'H@i'HH@iH @Dm RH@DFH'H`@DhH @DX =-@H`@DWH @DG ,-'H@DH@D''N/ '@" '*@' @D  ??cp'H'#\`@`" `" ` " " ''' ''@g'H 0 `L @ L @CL@C ?I䀢>k>l<0H@C3H@CH@  ` " * lb H*?䀢>kЀ>lՀ>m ?c@'D'H'L'P'T'X'D''"`"` "`"` `'> ''`'`'" "  " "  Ȗ  p#@@' '  '  ' ' ?'4#\`'@`" `" ` " " ' ''(','0@>k`'#`'Āu '" @'   `6 @@2G`'@`" `" ` " "   Ę p#@@}' # # ##  `? @2?<& `Y@2?,'4#\`'@`" `" ` " " ' ''(','0@/>l`' @F@'?c'D'H'LD .@B'D"DH@`L@B\H*LD@BT?c('H'L'P'T'@`" `" ` " " H 9HK4# #H@.'܀' `H@ #H@-'܀?''c`'> ''& &  '#@,@ #@,' '?'':L ^LJ YL`@A> '`4L@-'؀> 'X@L@1'X`@A' 'X@k?'''h#\`'X" "  " " '$'('\'`'d@<''X$`$` $`$`  '> '&  `    8 @,9'?''P PJ P`@Ak> ''8'8P T u?''OȀ >' `Ā  \@+''8@@AA  'Ě`'`Ā@'8@,'Ԁ  @ ''c)' `Ā " \@+'`'8@,'Ԁ  @ '   'Ġ ''3OȀ '8@@@ '8@,'Ԁ?'' ' `     @+q'  > ?''T TJ T`@@>'T`@@> 'T`@@>'' "` "` "`"` `@`" `" ` " " '4>@ `" "  " " '8>@3`Y *Ȁ$$" @@Y"`` `@/ @@K"`d `@/,Ȁ$$" ``@@;"`` `@/o d`@@+"`d a@/_T@@  dT@1&  ̀ *`@`" `" ` " " `` ```@ d``@? '' `&  ̀ ?' '' @@?cx'H'`@`" `" ` " " '>@C&  @W`@`" `" ` " " '>@/쀐 @H@?9`@`" `" ` " " '>@&  @!`@`" `" ` " " '   @' `&    &  ?cX'H' @y%> & h@`" `" ` " "  07Hx#@ # # ##  Ch@`" `" ` " " HV'>& ' #`!!W#\#dh@`" `" ` " " a?FH!N@'x@`" `" ` " "  ?'/h@`" `" ` " " ' ^ i`'#\h" "  " " ' g !p@?'?cH'D'H'LL?"L> "L> # L> # 'XD@l#c#D@*L' 'X#@*C'  L" Ha@>gHa@>_  aH@.U?@;'D@>"@'PD@>u<  nDa@>>'e' $@>' @>8@>?' a@-' @>*" ' *@' @> aD@. @>?' $@>U' @> @>"` a@-Q' @=" ' *  ' @= bD@-@=?W@= !x'|"`H@= @="` b5@-H@=@# @=?&#@(u"`L"#?@''X#@)#D@) @'#`( ?cp'H'#\`@`" `" ` " " ''' ''@' @  b` @-U?H M `L @=5 L @=i L@ @ ` " * s`T L@=F ?G䀢>k>l:.H@=01H@='H@ ` " * saL ?䀢>kҀ>l׀>m ?c@'D'H'L'P'T'X'D''"`"` "`"` `'> ''`'`'" "  " "  Ȗ  p#@<' '  '  ' '  $ b@,~?'4#\`'@`" `" ` " " ' ''(','0@>k•>l~@  b @,Q?`'"`'Ā `'@`" `" ` " "   Ę p#@' # # ##  bː @,?& b@, ?'4#\`'@`" `" ` " " ' ''(','0@>l`'I''u'`'m?`'d'' 'Z@`?'Q''I'`'Ac @+?E` "  t|2 *`@ `*`   0PP0tќ'`  @ {?cp'H'L'L"> &> & > & > &  c@H@+C?H"> uH2 *` + # @ `?*`    !   ӘxxpӀӀӀӀӀӀӀxӀӈӈӘӘӈӀӘӀӈӀxxӘӈӀӘӠӠӠӠӠӠӠӠӠӠӠӠӠxxӘӈӀxxӘӀӀxpxxӀӈӀӀӈӈӀӀ'#\` "  "  " " ''' ''@%'䀥?,L@"L"L#?' 䀢>l>m쀢>o @L" ` L$'?' 䀢>l>o%#@%L"@'+L#@'#L$@'0L%'?'">k * v` 0L ( @$'`H   L#'?'">k * va0 ببب 4L"'L#@' L$'?' 䀢>k뀢>l>m]  `L" ?'䀢>lH  `L" ?'䀢>l3  ` L" ?'䀢>l `L" LL# `$L$?' 䀢>l>m뀢>o `L" PL# `(L$?' 䀢>l>m뀢>o#@#L"@' `L"'?'">k * w` <<<\<  L"'?'">k * wa  ܸܸܸ T ?'`L#@'?'">k * wa 000ppe  L"'?'">k * wb  G @ `0L"'L#?'">k * wb DDDޔޔ  `L"?'">k * wcD    L"?'">k * wc hhh߀h  LL"?'">k * x`,   `$L"?'">k * x` PPlll  `L"?'">k * xa   `L"?'">k * xa @@\\\j  L"?'">k * xb M  `L"?'">k * xb ,,,H,/  L"?'">k * xb   PL"?'">k * xch 00  `(L"?'">k * xc   @L"?'">k * y`X   L@"?'">k * y` |||| L@"?'">k * ya@   @L"?'">k * ya dda  4L"'?'">k * yb0 C `L"'?'">k * yb TTttt$ ` L"'?'">k * yc(   L"?'">k * yc LLLdd  L"?'">k * z`   HL"?'">k * z` 444LL  L"?'">k * z`   `0L" ?'䀢>o|  `,L" ?'䀢>og  `,L" ?'䀢>lR T XL#?' ?'䀢>m5  $L" ?'䀢>m!  ,L" ?'䀢>m   4L" ?'䀢>m  <L" ?'䀢>m  DL" ?'䀢>m  @L" ?'䀢>m  HL" ?'䀢>m $L" ccH@$?'H"> {P2  + @ + @ @ `?*`   dt$Dڌ8LLLؠ\tּ$xH`<ܰ4h,8(?c'D'HD \?H@D`XH?@D` "`'H`H @'D` ?@D$?@ '?c'D'HD@'H@'' 1H@' ''@ D@'@3' '쀢`D?@I'?c'D'HH T 'H` H`\@Dm'DHbD ,H`,D4H4D <H`<?cH'H'L'̐ 'Ȑ> & > & > & ' " " "" $ c@#?'''(#\`" "  " " '''' '$@>oHHL ',`c@3L','H@ 'Ԛ # TH@3Y @3_"@ c@"H@32 `" @u$ , @p$`4 @k$< 2@f$  2@a% $ @\%`\ @W%X'L@''̀dL@`@`" `" ` " "    p#@ $ $ $$ . \ @`X @@2@2'Q'(#\` "  "  " " '''' '$@P>m0Ȁ@0'в`' @q&``* ' "T `4@ `$` 8?@' @2?cP'D'H'L'P'T'XD'@'' @'' @# #  # # '?/`' @`" `" ` " " '>?@'0' #`#` #`#` ' @`$`$` $$ `'`'0" "  " " p#@s'  #  #  # # '  @2P?ch'H> & &  T @cH@1'(@`'(cH@1' `܀  \@'`cH@1ܖ'H`@1 H`4 H@1=` H@1``H@1`$H@1H`/@1`0'&  ؀`" "  " "   H@1 & " `2@!v?' #\`" "  " " ' ''''@>md ?b'D'H?#'?#'Ha@`" `" ` " " DK`'@1!?#d#?c'',`[D@1'  `e@!"?','0`D@1s'   `@!?',',`h' ',`ϐ @ ? @:'Ȑ 2@6' D'$D@1=?#O`# ?O  D' '0'4`@0'` `@ a,@Ē @?e`',@`" `" ` " " '0   p#@Q', # # ## `'," "  " " /ࠔ'>/1?#`3`'@05?9?#d@'0?#`a @ r?`',@`" `" ` " " `H' >?#?c'?)?#'@'0@0Ȓ?@-?'O1?#`'5?  aV@ ,?`',@`" `" ` " " ',Țp#@x', # # ## a,@',H% %  % % ؀ Ē @??#?c @0* @0?'  aj@B'#\`', "  "  " " '''''@e''?@/* +?c-? D@//?'1?#, '?c   ?#*`'?#?c @/* ? @/?'  a@?c # H!?##?c@/* $8)?#@/* %4%0Ē @F3?c  a@[? ?ch> & > & '#\`" "  " " '' '''@'܀~mT?;` "  "  " " '>a@/'  a@?`@`" `" ` " " ?@/ ?c'D'H'L'P'T'jDHL@ 'D@P@.'HL@ 'DP@.'HL@ zD'H"#``#`` @.iD H @.`D@7WH @.VDH @.N a@?I a@?' bT@?'5T"   2 *`@ `*`   TT44p(P?c'D'H'L'P'LDH@ r'DH@ K'@.=L"@'DH@ ?''@.{L""'  K@ L @cL"" ?'} #``#``D @.+#L""lLD @.cLD @.[WD @.LW#@Q b#@?'H bB@?'? baP@?'5P"  ,2 *`@ `*`   ,, p   H (    ?c'D'H'L'P'T'>DHL@ Xi'D@P@-_'HL@ K\'DP@-Q'HL@ =N bv@M?I b@E?' bT@=?'5T"  ,2 *`@ `*`     D D    |  D D      ?c'D'H'L'P'VLDH@ /'DH@ '@,L"@v'DH@ ''@-8L""'  K@ L @ L"" ?'Q b@?'H b@?'? bP@?'5P"  2 *`@ `*`     8 8      8 8  ?cx'H'L'P'T'XH"L"@P"T"X#\#@#@"#@H"@H'  c@6? D`  >H`( @P"H `8 @L#PPHHL@ @H( @P#P@ P`HX"P`4\$ > >o c: @?w  L @ L`  @T"L T w 'T`& T & L `''쀤L`\@c'耣  `$'`' X' @+*  +` &   P`L P`L'*@  &   cY@g?\#\`@`" `" ` " " HLPTXP T` X "T@ \$DL T,  'L@  @L`   @T"P T` X "T@ \$ >   c @?L`\"P # P`0 L` @*X" > L@\$@cP  P`L P@P`HX$@P L@X%BP@& "L` `" "  " " @P@HX%@L`X' ~   > >m>l c @u?  > >k>l?c'D'HD@*m' H*<"`DJ }5D "'D K {$`'L{H*J?`/**# D+ `H@*?c'D'H'LL :@*D' LD@)L@@*L"L" '  Dc@) LD@)D*@ L#@DHtHKDL@?c'D'H'L'P'T'XDH@)DL@)DP@)DT@)DX@)D\@)D @)  ?c'D'H'L'P##\PDH#c D /@)$D@)D@"'K`/#' ''D"D@)c'D$,D'/LJ@ h''L5`O /0O##\'P#Hh U##\''P#HS @,OH#\''Pc; (H#\'''Pc' PD@(Pc@)PH@)??c'D'H'LL /@)$L@(L@"'K`/#' ''L"L@('L$,/HJ`/##\DH#c 9##\'DH#c #'c@(m'H@(' @' D@(\@(z D*??c'D'H'LLH@"D'HD@'@(L#'@(H''' M`/%'-O  @(kL&`'@(dL&?cX'D'H'LD (H`@'@'H" DH"H#`,D`(H@R ?  DHHT # 8 H TH`@'"8 "@ 8@'"`H `@ ZL ,D`/@'  @' D`@'"  "@  `2@'"` "@D`4@'  `7@'"`  "@ #  ``: @d? K " 'D@'T $W@(sL0D``O@'B @'g D` @'"  # @ ` `R@'" "@D `T@' ` `W@'i"  "@` #  ``Z @? K " H`H4@'C$H?% 44Ѐt H H4@'-W3 $#($`44H @&%`0HH 0H`@&4" 4"`0"@`o @?; @  'D `@& ' 'Ѐ А   @&"`HH  ` @e? ?c P@&n' `@""`"" # #`# @$ ?$` ?4$?%`(?%,&`0&4&8' <'`@" D"`H"L?c ,@&*' `@k"?2`?" #`#$ $` $$% %` %(?c D@%' `@=""`2" # #`?#$` $$$ 2@% , @%`0 @%( @%4 #@& 8 @&`< @&@?c 0@%' a@"?"`"?# #$ $`$$ % $%`( @%,?c d@%}' a0@"?"` "#` $ $` @$$%  @%`$/%(3`& ,7&0;`' 4`" 8"<# @?#`D$ H$`L$P$T+`% X/%\& `?c'DD D` @%D"L aJ@VDLD D` @%UDLD`D,D LDD&  -@?cH'> & > & ?'#\`@`" `" ` " " ''' ''R>m  @$'Ԁ aj@ "`T 0'Da@`" `" ` " " >'' \@`''@'D% %  % % ̶' '  @$`*  #`Ԣ ,>& '䀥@ @ '` ua',` @$8` Ԑ', `@^@$B'А', `@$ Ԑ',`@E '(@$s?` ؀  J  K@@[?А?'ܐ',`@# Ԑ ',`@ ` "   * aL /0X0X///'x?cH'D'H# @"c @ " @ "㰐'DHJ''H@##  @ "c'#@m'' #@E'R W@    b''a@#y'  a ?@  aD@^ Ar"cW2## '@###$aĤ '$H+%c@' a@4#@#L@  #?@ @ #?c'D'H'L' '" L@ HJ DHK+@H`'HD'D$'L D -D 'D`'?c'D'H'L''L DHJ*H`'HD'D 'D,@?c'D'H'LHL "'HK` H'HL` $'HDHM-@H 'HD`'DD.?c'D* ’`D@+ ’aD@w! ’a1D@m ’a_D@c " ߀ Ӏ ?c '* @"d"`h* @"^"lh  l  !v R h" "pl"#`t#x!$ |#$c%$ئ?)%#  p`tx]p t`x+#`l@ G l&:`' h':`' h'@:`' '*` h@""`h*` l@" "lh  l  !G * l  + h ,`'h& -٬%`."   |?䀐 @!$#䀐#$c%@`&.`)",-`/#䀦?"cٖٔ"#c؀%ؤ$'$f.+c<:#䀐 @"c䀐""? @   䀢@    l@!T h@!P Qqa!  p`tx̖##̚ #! l (*  @  `.`,@, %@ .`b,  &' `l  l@! h@! #䀐  l@  h@  ?"c#؀  * a < . ' ٔ@". &.`)#-`/` .",  +`!! @ .`c *",  w> . ' #٢c$`. &.`# *` `.#b,,)! @ .`c *",  #x!$ t#$`p*#@" "_"c@" #bR#c@ !A"c@" #b4#c@ ,!|##" #@" #" @" #Ȓ " #" #" #" #" $#@" (#"  "c "c "c "c "c "c "c "c "c "c "c "c "c"c#@" $#@" ,#@" 4#@" <#@" @#В " Hy#" " o#" i#" Lc#@" P] @ "cV#"cP#ܒ?@@ H#ܒ?@@ @ |"  2:* `h ?E4??@8@lE4E4E4@@E4E4@AA A8APAhAAAAAABBB(B<BPBdBxBBBE4E4BBBCC(C@CXCCCCCCD?c 04 4 "4Ā ٘!(#aȀ!٠!<#$a%(  (a@t !@'$(@)% 0 ,J`,/4<!# D!`D#@!D!!$ DOÒaJ  /`ÒaR *ĚbLS /`ÒcR  `ÖN@  /`ÞS@,`'ĦlT+!`D%@-!D/!%D `1! D& !" D /`–R !#`L! L/`”R@ ! L  ! L* ”R@  !" H' !`D"`!"D@ /`šcS !!$ L#$c''$O+-`,/-%,1! "aJ ,/!`H!L!"LPK ,/' #`,#'#$cO',,/)% ,=!<!9!6!3!0!-!*!'!$!!!!!!! ! ! !  ! ! !!!!!! !!#@"c!'ݐ '@* :`/'"*`}&O ! "a * ' O` O " ''" '*@ݐ @h '@l' Œ`8@ ݒ`@@"c!'ݐ '@2* :`/'"*`")O ! "a"' * ' 'O O` " ''" '*@ݐ @ '@' Œ`L@ Sݒ`@"c!1#c* # @' Œ``@ 5c@"c!#J #c @ #'"`'J ,/`(`0 `,@  # ",@M@'#   , "`,'A!" P#"`,4"2 :( V! P  (a@&@<+# ",@ ,c(#`0'$,@) ,+c@ ݀  Ő tْaP@!P" "aP T"T" + /!T!` $#aP '\)!T -  +aT`-%T%`  1!TْaP@k ْaP@c @4"  '* aD H`HHHIIII(I4I@ILIXIdIpI|IIIIIIIIIIJJ JJ$J0J<JHJlKM0MMMMM?c (  #"   ( 0@ `,@ KŐ ْaP@!P" "aP T"T" + /!T!` $#aP '\)!T -  +aT`-%T%`  1!TْaP@ ْaP@ @B3`,#&@   O/@ ``(`!$ 0 ( "@"' 'O KŐ ْaP@!P" "aP T"T" + /!T!` $#aP '\)!T -  +aT`-%T%`  1!TْaP@Z ْaP@R @3aN``(`@@G"0KŐ! ْaP@6!P" "aP T"T" + /!T!` $#aP '\)!T -  +aT`-%T%`  1!TْaP@ ْaP@ @r3`0  '`( "` '`( "`'0# 0`(`! 0+#`(`'0- +`(`1&#?c 4`<!"D!D"! D !#`D! ,CO OÔJ@   + ;` /`ÒaR *ĚbLS /`ÒcR  `ÖN  /`ÞS@,`'ĦlT+!`D%@-!D/!%D 1 , ?c . ÒaR *ĚbLS . ÒcR  ÖO  . ÞS@,`'ĦlT+!`D%@-!D/!%D    ?c/G ,J ,/@`(`@ y 0   ( (    ( @  (  &&N.&@ &@ `(` !$ 0#`(`@KŐ!)ْaP@!P" "aP T"T" + /!T!` $#aP '\)!T -  +aT`-%T%`  1!TْaP@ ْaP@ @@O  /'`OG/@"'@#cO@!, ,/@#$`,?c ,'J`,*,J  ( 0@  , `,+@z ,"c,",f#"`,?w (a@@k#"`,VŐ!IْaP@/!P" "aP T"T" + /!T!` $#aP '\)!T -  +aT`-%T%`  1!TْaP@ ْaP@ @k    3`,N@'7,9' ,N* ,?c'D (D@@.?c'D (D (  ,J`,*(," (`0# D!$ (@ %!$P?c ( "0(#`,#! (%$',L+-`,?c'D'H @'KŐ!jْaP@j!P" "aP T"T" + /!T!` $#aP '\)!T -  +aT`-%T%`  1!TْaP@6 ْaP@. @H&`   @' `KŐ!ْaP@!P" "aP T"T" + /!T!` $#aP '\)!T -  +aT`-%T%`  1!TْaP@ ْaP@ @ND@?c'DD`( "(D@aD@^?c'D'HDH"D *D #`D ,`D,DD`% D& ?c'D'HHD` "` "" D (H@H@HD@ŒaȐ @?D,H?@^H   D0H?@R ?c'D'HHD`"`"" ' 'H`$'@'@H$ '쀤@q@z'D (@'耐 HŒa @?`,H?@ H " @' Œb@@"" #` 'H$`% H@'H@H@Œb' @d?YH ?@'H @bH`@]#H$H@H H`@@ 'H @H@ŒbT @0?%H"DD`4HH@HD@Œb @? D8?H@s ?c'D'HH@D`'DH" D * @D"` Œb@FD D`*`@D" Œb@3'D   D ,$@ '?c'D @' Œb@" "@"D?c'D'H'LH D@  D'HD`H @D   D*'H  H 'D_H`DD@HD%D H.L&@H?c'D'HDH H   D H+@?c'DD?c'D'H'D'' D' H  H@''D   D@ 'D@@'?c'D'H'L'D'' D' HL@@''?c'D @' Œb@"D "D# ?c'D'H!`XDH@@?c'D'H'L' @' Œc@H@"@L"D !#XD@''D@'@`@]D@?c'D'HH'D@  D!#`X'D@'` ?c'D'H'LH H` D@?! \\?c'D 3!"`\D!# XD@`@c! \?c'D'H'LH H` D`?! \*?c'D !"`\D!# XD@a\@1! \?c'D'H'LH H`&! h!`hD@@!`!# `D@@!! `#!$``D@'!`)!% `?c'D'HH!"`h!"`D!#`XDb$@D@y!! `#!$``! `?c'D'H'LH H`!`lD`!`d@!`!"`?c'D'H'LH!"`lL!"d!# `D`!!$ XD@c@! `?c'D @&' Œc@g" "` "D #`D$ ?c'D'HD " D`DH@Z'  ?c'D'HD " D`DH@9?c'D'HD`D H@('  ?c'D'H'LH H` D?! \?c'DD" D@ D Y !# \D`!!$ XD`bD@D'!\$?c'DD DD)?c'D'HD DDH?c'D'H'LH H`! h !`hD@@!`!"`?c'D'H'D D 'H!# h!#``D#!$`XDc@z'!`'D@ @'?c'D'H'L'D{'' D' HL@@''?cH'D'HH /@5'`'D DJ D@$' :@U'P@L<  9'@z'Œc0@'@'@''H@' @'@ *'@' @'@ @v@w :@0E' '' h'@"''P@uT<  ='Œc2@N'@!'@''H@D' @4  '@KZ*'@*' @  '@1@' @  @. 'Ő#4@M'Œc9''@'Œc=@'H@' @'@ ?c'D'H'L'P'T'XD'@''ِ!<@ِ!PŒcdH@w''L@ ِ!P@Ő#xْaP@ )#Ő#z@ @ @A?c'D'H'L'P'T'XD'@''ِ!<@ِ!PŒc{H@(''L@ ِ!P@Ő#ْaP@ )#Ő#@"# @?c'D'H'L'P'T'XD'@''' ŒcH@''' @' 'L @d' Œc@' @' @'"1##al *ט  Œc@ Œc@#cL ' ْaP@S#T?' cT*`!p @ #T* !8@ "@ 8' @'쀐1#X cP*`!p @~#P+ !p#@#cP,`'!8 $+cP-%T#P  2@/%P1#P 5&X?c'Dِ!<@#X D ِ!PŒc@X P E#XcP 'D* !p@ ْaP@u*!a8  , %!8@Œcِ!P@,+!`p@-1!!8%  2@x'5P@7&P?;'cT"#X"c?c'D'H'L'P'TD!`p"L 2"PcP#T!#X#H%!8$@?c#2!" !@  a`z !b /@ ``z A`Z !" /@ ``Z 0`9 !!" /@``9 )!-"_ -%?c'D#'D"c?c'D'H'L'PD'DH 'P '''''̐"@g'  ''PL" P +`+ P ,`,  P , `-- P& P&`{P P  P @@P"@ @-P"@P  P # P'耤@耢     '䀐  DD 쀢 L DL@oP P&  @ aP'P @@  zP+ "P`!@P%@$`PP@ P%@P ]PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .耢 L L@oP P&  @ aP'P @@  P+ "P`!@P%@$`PP@ PP%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' . }L`L܀L  L`///À`+  * :`Oǔ *:/ǀ`?  *; OÚ@ +`;`/耣b耢  S   '䀐  `* L` `+`?<L3`\0耢  (耢      '䀐   +  ? " '"`' " '܀ OÀ P P&  @ aP'P @@  P+ "P`!@P%@$`PP@ 4P%@P P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P'䀐N . .䀐  J  K@4Oǀ0耤@+䀐M  䀐 NJ@L@ ܔ"" @D / ܔ""" @8P`P& ` aP'P @@  P+ "P`!@P%@$`PP@ wP%@P P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P'ܔ""Oˀ  ܖ@'OǀuP P&  @ aP'P @@  P+ "P`!@P%@$`PP@ P%@P P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P'ܔܔ""ܐ @v"'P P&  @ aP'P @@  +P+ "P`!@P%@$`PP@ P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' ./耢  PP& " aP'P @@  P+ "P`!@P%@$`PP@ P%@P PĀ0Ē&P@  Ġ#@P@'Ѐ Į%@P'܀ Ė"@ P ' Ħ$@P''P P&  @ aP'P @@  LP+ "P`!@P%@$`PP@ P%@P /PĀ0Ē&P@  Ġ#@P@'Ѐ Į%@P'܀ Ė"@ P ' Ħ$@P'M ^  .J`^''P P&  @ aP'P @@  P+ "P`!@P%@$`PP@ 'P%@P PĀ0Ē&P@  Ġ#@P@'Ѐ Į%@P'܀ Ė"@ P ' Ħ$@P' .  @ $` L  .耢  `耢  X   '䀐  L`.`\+耢  <耢  4   '䀐  7   - ` .`]  쀦Oˀ `- J@] `-3"D K [($`D M?`[M^N`]'L@'ĀJ@--J ](耢     '䀐  'L@'ĀlL]`[ZL :U耢     '䀐   耤@ s耢  k   '䀐  `: `] 耤@ '@,  '@-@`:M]'@ƒa@  /'@ƒa@s  /'@ƒa@f  /'@ƒa@Y  /'@ƒa@L  /'@ƒa@?  /'@ƒa@2  /'@ƒa@%  /'@ƒa@  /'@ƒa@   /'@ƒa@  /'@ƒa@  /'@ƒa@]'@ƒb@U'@ƒb@M'@ƒb @E'@ƒb@='@ƒb@5'@ƒb@-'@ƒb%@%'@ƒb+@'@ƒb1@'@ƒb7@ '@ƒb=@  ?耢   7   '䀐  耤@  "'O ` ֖J O   #֢bLO  ` O  3ֲbN zO ` ֖J kO   #֢bL\O   -֬M@MO ` ֐"N`>O   ֚bK /O ` '֦L  O  1ְ"M`O ֔J@ @ 3` ` ,  .'; /  '  "'  .   ./ /ˑ7` ` *  .$`%  . L1J L5@2 xL( pL @ z gL L y Z耣  耢      ' L  P"̘ '@*`*` * @@#'   *'* +  Pؤ$@#@ ,- @Ѐ PА&  %* *  P&#` ,,%`̀~* *` P& "P P&  @ aP'P @@   UP+ "P`!@P%@$`PP@P%@P  8PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' ...`''''' ]L   L@  ЀuP P&  @ aP'P @@   P+ "P`!@P%@$`PP@P%@P  PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .&Д""А @ h L   W" '*` *@  P@ ',`,@ --`P@" '+  +`   P'-`-@ ''Ȁ* *` P@ 'Ȕ" *P P&  @ aP'P @@   P+ "P`!@P%@$`PP@FP%@P  P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P' ..Ȕ" .L$L @L$P`P&`aP'P @@   hP+ "P`!@P%@$`PP@P%@P  KPȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P'ؔ""ؐ @ >'Ѐ Д&"А @ 'PP@& aP'P @@  P+ "P`!@P%@$`PP@AP%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P'''LL"L5@ " D@  耢 u?'Ȑ?'" '耢  L 4 a耢 K耢  T   '䀐  `3#֢bO@-Ȁ'ȓ*` *@ @"0'耣@耢  "   '䀐  `,Y耢 K耢     '䀐  `3#֢bO@-Ā'ē*` *@ @"0'耣@耢     '䀐  Ā%''Ȁ -@Ā L q L `\ 耢     '䀐  `} L D q܀ L  fL`'-Ā vP P&  @ aP'P @@  DP+ "P`!@P%@$`PP@P%@P 'P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P'ܔ""ܐ @Ā   *` *@ ` 'P P&  aP'P @@  P+ "P`!@P%@$`PP@P%@P P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P'Ā  .`ܔ""ܐ Ș@ ܔ Ș@Ā ܔ""Ė" @Wܔ&Ė" ܘ@''''耢  '   '䀐  L%@D  J\u'P P&  @ aP'P @@  P+ "P`!@P%@$`PP@IP%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .'P P&  @ aP'P @@  P+ "P`!@P%@$`PP@P%@P fPȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .P P&  @ aP'P @@  P+ "P`!@P%@$`PP@nP%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .*P P&  @ aP'P @@  P+ "P`!@P%@$`PP@P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .P P&  @ aP'P @@  <P+ "P`!@P%@$`PP@P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .PP P&  @ aP'P @@  P+ "P`!@P%@$`PP@'P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .P P&  @ aP'P @@  bP+ "P`!@P%@$`PP@P%@P EPȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .vP P&  @ aP'P @@  P+ "P`!@P%@$`PP@MP%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' . L5@'`0  ̀  `'" " " @'P P&  @ aP'P @@  fP+ "P`!@P%@$`PP@P%@P IPȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' ..xLv䀐J@   d" ' UT2  +`@ @ `*`       τ\Ӝ|ӜӜӜӜӜ 8 8 8 8888880HӜPÐȴ|ӜTh9Ut;hӜuR `J EN@*@J`^;LJ \K`+-L `?( L+!M`?LL1 N@{|J`\wJ{r'P P&  @ aP'P @@  *P+ "P`!@P%@$`PP@P%@P  PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' ..&'P P&  @ aP'P @@  P+ "P`!@P%@$`PP@P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P'.``.@" r2 *`@ `*`    x   5<<`\Q`R\ d!<T(\$q4rdЀ  Д& "А @  @lPP@&$  ?c'D'H'LHD*HL `* HL; *?c'D'H'L'PHD*HL `* HL; *HP `* HP; *?c'D'H'L'PPP  H@' '`@/DHL?c'D'H'L'P'TTT  H@' '`@/DHLP?c'D'H'LH" 'D  J\  /J`( L O K@|L# O  * : ?c'D'H'LD'J`\  /D H@ D 'L  J)*O   K )L% @ L |O M |  * : ?c'H " ' * +  @ H  $' ?c'D'H'L'P'TD'H  O ' 'D #@ P'@  5'@+L  `LJ   `3TL  LM@   . @@`,@ ' ?cp'D'D  D'D ''ܔ   //Ӑ  ``@7'쀐? '' !@D *D `++`؀@؀DOה 2 + + *  /$','D `*    /@  , $`'ئ'=`5=-%@ ->`6>` /@ "' +`'!  /@' -`%'ذ '>6>.& *:2 : @  /@$`'i')!"L` /@ 'S'a7!N  /@ '='!  /@  'D` @/`  D 5  1# `'  #`+@'ؤ'ب'   `ش' `'  #`+@'ؤ'ب'%-@؀" ' `'  #`+@'ؤ'@H 2"` *@ ` D@ * *   ? ``@'*@R'쀐 +', $'?D  -OӀ `'  #`+@'ؤ'/aئ' `'  #`+@'ؤ' ؐ" 'ؒ /pBؔ'=ؖ'8@Y,ؘ 'ؚ#  @ * b $Tl8$$$$,,``,,,$4,L$$$$/'DOע 4 ,-`@+ ?c'D'H'L'P'TLD  *` `*` * HL#@HP$ HT$ D *``* H"HH#` # ?c'D'H'L'P'T'XT#\X#`L#dD  HLP@?c'D'H'L'P'T'XD  D  LT 'X\ 'XX@ ??X# '\ X$'\D`D` \ X? '\D 2  D??X D 2 ~\S \'XL X\ L LX#\$XLPL%HX\@  O@ \#'\\ @O@\% '\\%@X'X)LXL@  XL" PK HXL,`= O  O@ 2\ X D `4?:`#\d#`DHLPTX@J'X&?\\ \" '\X`'X\ '\X"`'X.??c'D'H'L'P'TT#\L#`D  HLP@?c'D'H'L'P'T'XD'D ܖ  D 'D `'Ȑ!'Đ!'''  ``@S'̀?k ''D ȑ*   ? ``@:'ȑ*   ? ``@0'ȑ*   ? ``@&'ȑ*   ? ``@'ȑ*   ? ``@'ȑ*   ? ``@'ȑ*   ? ``@'ȑ*   ? ``@'ȑ*   ? ``@'"         ``@? X LT@ X    ``@?  'Ȁ@ 0* *?#@ " , $,%@-`.. *` ** @ ++@ ,` - ,'T HH'PL'T'H'LHL 'PT@'`L@ H` 'P' 'P`@ L" 'LXL HX '' PX L" ''܀耢 Ԁ_쀢   L H  HL    /O   O '쀣@" '' 'Ȁ * *@ " , ,@$' "/'H@  ' 'Ȁ* *@ " , ,@$'\,D`6&D 2`3Ȓ ` Ȕ\"\* @\#`\* @\$ \`\? }D  `- `. `-`5D6  .Ȓ \ %Ȓ \"\\*`@\#`\\*`@\$`\\ ? B\\ X"@\쀣@H$P$L# '\Ȁ\x*   +  ?\`,\`-?%$XL*` H@ HL,@ -H&@ / @P& L \ +#@L,HHL. *` H#  , P#L\`-%`'}'\\`*\`, ?#" '  ``@`쀥HPL%X&&' m |  'ܔ'؀ - 耢  P''ܘ 'ܚ# K@ '$  @L y%`') 耢  eP''ܘ 'ܚ# K@ '$ L@ P$''@ *  *  + @+` ,,@`' *耢  P''D `@؀  LM@ D ؀ @NJ@ '@ *  *  + @+` ,,@`''  ?`  / 耢  P''؀   @LL  @-  .7    O   /  ܦ'O {'@ *  *  + @+` ,,@`'' X'.`2 `'@  * @ * , +@  , -@6 *` ? ,  -%@@." * @  +@  @, -`- 'Āa'ܐ ' @* @+ @4 -`?.@ +`#  @,% -@. .@ !'Ē!'$ "`/*` 3 `# /!'Ē!'' +  4 ` ;ܪ @6/ܒ '' / `'  #`+@''O '`'%` " * cH '   `  *` 3 `5 *` + *  ' ` "* *@ " , -  . .&'' `'  #`+@''Ĕ"  +  Ԣ#@ 5Ȓ"` * @` D@sЀ@ Б* *   ? ``@`'Е*@'̀ Й+ '?i'(ԓ* *@ " Ԡ 'ԥ,`- $԰ 'Ե.`/ @&Ԗ' 'ԟ+`$Ԥ'ԩ,%@Ԯ'Գ. &Ԓ`'ԗ*# Ԟ'Sܠ 'L 'ܔ'*   +  ?8,`L-HHL *@   L,HHL.@  +  耦*`  P+`@耢 P''# '&@&'؀ @ )  @@'LHP䀦@T D 2`zJ  D `ll  D 2`] PK@L@  D EELHP䀢 T 11 (( `'  #`+@'ܤ'Ĕ"  +  Ԣ#@ 5Ȓ"` * @` D@Ѐ@ Б* *   ? ``@'Е*@''̀ Й+ '?'(ԓ* *@ " Ԡ 'ԥ,`- $԰ 'Ե.`/ @&Ԗ' 'ԟ+`$Ԥ'ԩ,%@Ԯ'Գ. &Ԓ`'ԗ*# Ԛ`' `'  #`+@'ܤ''  @'@   'Āa 'Ĕ"  +  Ԣ#@ 5Ȓ"` * @` D@Ѐ@ Б* *   ? ``@'Е*@a'̀ Й+ '?'(ԓ* *@ " Ԡ 'ԥ,`- $԰ 'Ե.`/ @&Ԗ' 'ԟ+`$Ԥ'ԩ,%@Ԯ'Գ. &Ԓ`'ԗ*# Ԟ' `'  #`+@'ܤ'ܐ  ` ܒ *?b D  Y` U    `  '    `ܒ *?8  `. `  ' *`   + 6`    'ܒ *?ܔ"' ܒ *?NԐ" 'ԓ*  '|| |'Ԟ#'ԡ+@'Ԧ$'ԩ,@'Ԯ%'Ա-@'' %* Ԗ"'ԙ*@ " , Ԧ$'ԩ,@$-Դ&'Է.&@"`' `'  #`+@'ܤ'ܨ'Ĕ"  +  Ԣ#@ 5Ȓ"` * @` D@XЀ@ Б* *   ? ``@E'Е*@'̀ Й+ '?N'(ԓ* *@ " Ԡ 'ԥ,`- $԰ 'Ե.`/ @&Ԗ' 'ԟ+`$Ԥ'ԩ,%@Ԯ'Գ. &Զ'ԑ/ "@Ԕ']Ĕ"  +  Ԣ#@ 5Ȓ"` * @` D@Ѐ@ Б* *   ? ``@'Е*@J'̀ Й+ '?'(ԓ* *@ " Ԡ 'ԥ,`- $԰ 'Ե.`/ @&Ԗ' 'ԟ+`$Ԥ'ԩ,%@Ԯ'Գ. &Զ'ԑ/ "@Ԕ'  `'  #`+@'" 'ܒ`' *; *ܞ' * *`}  `'  #`+@'" ' `* ; *ܞ'[ `'  #`+@'ܤ'' `'  #`+@'ܤ' *; */LHP䀤@PTLG%`􀥀PNP&&J?J!N   @PLP$䀤MM/!L   LHP䀧PTL@ G" PKP$$`@M?M-!L@  @PNP"`䀢 JK!bJ   ws@PLP%䀥@N?N@5!M@2LHP䀢@$T  " PKP$$`@M?M-!L@''LHP䀦GTC'  PJ P#`# L?L%!K%PMP&`䀦NO!"N`  耢 P'' PKP$䀤@M?M@-!L@'@ *  *  + @+` ,,@`''耢 wP'' PKP$䀤@M?M@-!L@S'@ *  *  + @+` ,,@`''0@,ܮ'ܰ% * ʒ` ll8 hPpx,%P&"$!TԀԐ" 'ԓ*  ' 'Ԟ#'ԡ+@'Ԧ$'ԩ,@'Ԯ%'Ա-@''Ā %* Ԗ"'ԙ*@ " , Ԧ$'ԩ,@$-Դ&'Է.&@"`'܀ ܀J/2 /ܔ`' `'  #`+@'''O  O @y" * ʒb ********** H @ ' ,  ``@??c'D'H'LD`'H  ' `'  #`+@''_"  ;@"`L@w n ' "`' `'  #`+@''$ @ " ' ? `'  #`+@'@L@3 *'`D% 'HL@^   逢 rg ?c'D'H'LD'H 2' ' `'  #`+@''''HL@   @  ?c'D'H'LD' ''HL/*L 3` , LO ,-`@,O  `'  #`+@''@' {s' `'  #`+@''" ' `'  #`+@''' H@ @-L6` :2' 2 '' @ * ̒a /1111/11l////0(111111101111////D" ?c'D'H'PDH  PJ @` PK   & ?c'D'H'LL *``* L + *L  +DHL',)ƨ ?c'DD!#Ɛ"CA >!c ! @C!"c! Ɛ"b+ !##!@2!#c!Ɛ"s!!# `,D@D!ԛ',+ƪ`?c'DD@'!#D    ?c'D'H'LL b@b'D"D"`D"L1!@D"`D  \'!`!֠"K`@>D-'D%L  ?'a'D *D `++`DL  `, -`@,`H@tHD' '?c`'D'H'L'P'TH@V'D 2` L   /ː'0D @ " T`  + ,`@/T  -  `-/ . ``.`/OˀL'L* @'L* @'   F'0Oˀ ' H̖ 'Oˀ ('L ē* Pę*@ " ģ, Pī- $İ '@@  ?c'D'H'L'PDD`@9D*Ƙ  '!Ơ"'@ 'PP P"L@|P" L* L@i?c'DD D@wD"D# D#`DD`@hD$D - ,DD @YD&`?c'DDJ` D'DDJ  ?c'DDJ`  DJ DK` D'DDL  ?c'D/KD@>' 1'J /JOK@ '?;KOK@ L'LOK-'?c'D'H'L'P"H "H#bD$ %$'─)"  +b`-  ƒb "b -  ƒbo -z"bJ` 2" H "#"b+`!"$#b`D$ +%b P-ƒc @<@z  ƒc . -9Ɛ"ƒb@6""DHLPn)b@ƒc1@!" "b""Ɛ"ƒb@#"DHLPEb@K -'P "J` * +  LK@ !"L`' - -`L@l" "b""+  +` L  %$J,- L@ 3&b:..L`  "** +  L@   %$,- L@ 3&b  ƒc4a -l* *` LJc'h"#!" #$b%$'$Ɛ"ƒb@JDHLP?" "b'P ,* *` LJ"K@ * *` L   ƒcU  -"J`' ƒcz -?c'D'H" $D D"@D`#☞!$"#b$`%$H $  ?c"" "b ?c"  ƒcΜ \"  S;"Ɛ#@ވ" "b"""'☞!$"#b$`%$'$*)"M@-"'""# #b# ƒcH "b Ɛ#@< " "b"""'☞!$"#b$`%$ )%"+b@M-"'""# #b !$""" b@Ɛ#@" "b"""'☞!$"#b$`%$'$"'""# #b#!"Ɛ#@ݺ " "b"""'☞!$"#b$`%$ )%"["'""# #b !$"G#b@''☦)%"+b%`-% 1&"33b@'7☶9'";b'`"" " ƒcW""  * Ғc FGGHIIJK ?c'  ǒ`. @' @?c'Dk'  ǒ`=  Dǔb@D"@  ǒ`d ?c'D>'  ǒ` Dǔ@D"@  ǒ` ?c"  ǒ`̱ "* "` 'b+`##b$@%$'$?c'D"  ǒa ̆ ."* "` 'b+`##b$@%$'$Dǔ0@VD%@  ǒa2] ?c'D"  ǒa_F ."* "` 'b+`##b$@%$'$Dǔ@D%@  ǒa ?c'D'H'LDDٔ(@ D٘!<  D@ ǒaH  ǒa iHǒb@Lǒb@ِ!('DQHǒb@Lǒb@ِ!<'D<Lǒb @۹H@7Lǒb @۫H@nHL@ۤ'DD  ǒb H˒   ǒb.HLˆ D?cX'DD  ǒbXp 4'@D@ۻ  ǒbD` $<  Dǒb@X'@W    ǒbD> ?cX'DD  ǒb+ <'@D@v#  - ǒbD $<  Dǒc#@ '@     ǒc%D ?c'D'H'LH''HD@J J`/'' LD@`L@ڹH**?b'D'H'LDDJ@ LH@ښIHHJ@ LD@ڋ:HJ`/LH@ڀ/'D@z'@H@ډ'@څ''@ڀ'@ 'HJ* H 'H`''+'L@Q?b'D//`''\'XD'TTJ  \*'P'@v 'XTJ/\* 'X \TJ@*\'\'XTK  \*'P'@R 'X#TJ/ 'XTJ@. 'X'P'@8'PǒcN@3TJ/`''\'XTJ  \*'P'@  'X%TJ/ 'XTJ@. 'X'P'@'PǒcP@ ./`TJ@/a''\'XMTK  'XTJ@/''\'X'P'@'PǒcR@ ./` ./aTJ/b''\'X%'P@S'PD@ى*ِ!PǒcTX@z @qX * ֒b WX8YYZpT`'T&ِ!Pǒcy@\ @S?c'DDJ DJ D 'DDK/D /*D*?c'DDJ D'DDJ /D*??cp'D'L'PDP@`J @  '` !"chN@    )@''#` '!$ ' ^ #``%$'`L@  2@O@ ` .@`'耢  *@z *  \O@ {'Y .@`f '` .@` !"h'耣@  *@R $@L`L M`MN.>.+O@ O@` O@  .@``L@  2@h .@`''؀ .@ب ''@`M@^ 'O@ ` 'и   1@? Ѐ'А` L  2@/ . '؀  .@ ؞' -d܀`@`J `] J#N`@*`:`.`z  \ `  ` \O@ \ n Ѐ 'А` L  2@ . '؀  .@ ؞'܀ܓ: ܖ ǘ#J N@  +;.@ ܠ '#c \ `  ` \O@ \ n'ܕ?  ǘ#J N@  +;.@ @`L`]JЀ ' '%Ѐ 'Ѐ  N@ *:.@  'N@ +`;`.@  (.N@`*`:`.@в@  .@` .@`   +@H+@ ' .@`'.@)  +%``'耦 *@+ .@`"`'J@.@` ' K , < +'O@`'؀ 0 9 ؑ* *` "0' @@`K `\ ,؀ @.@` ,Ԑ 'Ԓ"   ,@@`J \?.@`'`@`J`} -@Ԁ .@` N `N @ .@S $@% . 1 9' 1䀧 @ $.@`.@`3@`K ـ (2 )M <$ >' nҀ {[' .@`.@`   $〢 * . [ \p?c"#` @=8N@N`N@+"#   J@  @"#   J@  ?c  J@`J   K  N !$#   )Ǩ#L? N@`   N   ǖJ ? N@   ` N@* ! "@ `vN@+ !D#@`nN@`@m'!l$)!%#l  M X5!p&!"#p   J!#p  `]@9!l#!!$#l  L $)!#p% +!%cp   M!#p `)` @!l"!"l   ǖJ ? N@  !!#p$ #!$cp   ǖJ ? N@ !!#p `" `@%!l$'!$lN    ǖJ ? N@    #!cp$`%!$p`N    ǖJ ? N@   #!cp `N@,+!c 'N@-!#D"@ '`@=S RN@*`!  'N@+`!!#D$@'`@ U )& ! J@ : JN@ `-  ǖJ ? N@ `  N   ǖJ ? N@   `& N@ N`N  & @ N@$!N`* ! @ J N  & @ # & @ ~ u ֘"O `  _֞O ?֒bO   _ ֖O Q P ֞O   _ #֢bO; :@`L"  )1* ܒc8 ishosj0holsk ipsli4oskhsi sjsssqsrsssssn0nssi|p sl+?cN !"l N  ` !!$#p#!cl'@'!$p?c'DD ǐ#ǒcT"cD@S"?b# "c #! @#@"# c  #ǒc@'BS :''ǒc@ .! @ ǐ#@@ @қ'a '@'a ǐ#@, @҇ 'ac'a"@Ҙ?c'D'H#cna"`D`D#HO*@H'H c aOBO \3 O`1&O9"O" 0'*!#  +#!c@N HN-H'HHO.H'HHO*H'H O Hc@  aHD@?c'Dِ!PǒcD@ @?c'D'H'LHD@H /@m' *`'L@ Hǒc@LD@?c`'D'HH*DJ@/DH7h @'D@? ?c <  $''D'`@' @? ? < @ 'ǒc ?9'D@/'$@.'@. 'Ȓ` s?'$@'@' HO  HȒ`"@є'H@ѐ ?cX'D'@D@њ? # D!@'@D@ъ?"c`D /@ѱ'D" ''DD@#'D* 'DD!@'@D@c?< @# D @1  Ȓ`$D? ?c'D'Ȓ`HD@'@ќ?c'D'HD@D@'" Ȓ`c@  " Ȓ``@  Ȑ gȒ`p@o@''Ȓ`yD@Т'@_H@Ъ'@]DH@Р'?c @"  BH` $ LR (6X&&  ?c #\ #` $#d ( ;h  Ȑ!  @] ?c@@&& @ ?c& ' "  * Ȕ@ '   @`' & `'  &  - -`%-` &  ?c`'D'HD V''D@ @DJ :`''0D@ХH"" 2''D@@DJ :!cx* !xDK *  '`'!#x@'''D@ϿDJ :!cx* !xDK *  '`'!#x@ϟ'''D@ϔDJ :!cx* !xDK *  '`'!#x@t''D@''@H%% ''D@XDJ :!cx* !xDK *  '`'!#x@8'''D@-DJ :!cx* !xDK *  '`'!#xȒb @P '!#xȒb @B '!#xȒb @4 '!#xȒb @& 'u!#xȒb @ 'g!#xȒb  @  'Y!#xȒb$ @ 'K!#xȒb( @ '=!#xȒb+ @ '/!#xȒb- @ '!!#xȒb/ @ '!#xȒb1 @ '  ''D@\@DJ :!cx* !xDK *  '`'!#x@<'''D@1DJ :!cx* !xDK *  '`'!#x@'''D@DJ :!cx* !xDK *  '`'!#x@''D@΋''@'@3H%%   Ѐ ր f ?c'D'H'LD@Ͱ'H@ͬ'' DJ @3D+ ''HL@ H-'DHL@?c'D'D#@͟'D#@''''@ !m'@8`'''g"!m'@"`''"@ ' @&'?c'DD: 2`@:`*`"  D d@͚ D!@͓  ?cp'D'D@'@''ܐ'J ֖J  @ܠ '',@'@#``'؍D?]ܬ''خ'M5ִN@ ؐ ''*@ 'ܐ @̯#`` JL?@-ؠ ''ܢ'L@)֨"L`'M . @ܶ''/'ؐ @'@??c @''@' * + " +   `'!?!?c@'D'H'L'P'T'XLPDH#``#``@a? X"@"`HT DH?'X@T ?`  ? '\"" Ѕ ?𙢈țL' '졠? R?DH𵥈Xн<X#@#`~ 2  B?\"@"`Е(Jࡣ ?!үV'`'쵠?\ B?DH𕡈HН,X$$ F#a 2! B?\"@"` Е(Jࡣ ?!үV'`'쵠?\ B?DH𕡈HН,X$$ #a੥ R?%( V?Y! *!\"@"`Ѝ$?ʟN' '쥠?a𭥉T?DHZЁ>X##!!  *! \"@"` Ѝ$?ʟN' '쥠?a 𭥉T?DHZЁ>X##c!!( *!(\"@"`(Ѝ$?ʟN' '쥠?a(𭥉T?DHZЁ>X##3!!0 *!0\"@"`0Ѝ$?ʟN' '쥠?a0𭥉T?DHZЁ>X##!!8 *!8\"@"`8Ѝ$?ʟN' '쥠?a8𭥉T?DHZЁ>X##!!@ *!@\"@"`@Ѝ$?ʟN' '쥠?a@𭥉T?DHZЁ>X##!!H "!H\"@"`H?Б& D ?DHNЩ2X#@#`{!P 3!P\"@"`̅?HؑDЙ*L?Pة?!ַZ'`'콠?P@?DHFؙX$$ B#aX  3!X\"@"`̅?HؑDЙ*L?Xة?!ַZ'`'콠?X@?DHFؙX$$  #a`  3!`\"@"`̅?HؑDЙ*L?`ة?!ַZ'`'콠?`@?DHFؙX$$ #ah  3!h\"@"`̅?HؑDЙ*L?hة?!ַZ'`'콠?h@?DHFؙX$$ #ap  3!p\"@"`̅?HؑDЙ*L?pة?!ַZ'`'콠?p@?DHFؙX$$ ^#ax  3!x\"@"`̅?HؑDЙ*L?xة?!ַZ'`'콠?x@?DHFؙX$$ %#a  +!\"@"`̅?HؑDЙ*L?? ؁ R`?DHZ؁X## ?a ?! D! B?a F\""ș ?إ ṊV?!Hؽ ZЅ B?\@`ؕ ?𡣈̣P' '쩠?\@` V?DH𽦈\؅X$$'  D!  B?a F\""ș ?إ ṊV?!Hؽ ZЅ B?\@`ؕ ?𡣈̣P' '쩠?\@` V?DH𽦈\؅X$$X'( D!( B?a F\""ș ?إ ṊV?!Hؽ ZЅ B?\@`ؕ ?𡣈̣P' '쩠?\@` V?DH𽦈\؅X$$'(D?)!H??c! D& a   "&   J!  ұгX& a   +, , , #`` ,`,$#ddȗJ& $'  L  - -`%-`#`` $--%#dd& (3a (&  ! ("& ( $`& $ $< $" <& $ `&   " &  `&   !'&  !n!m' @   # &  `& '&  !n!m'  &    # &  `&  +, #,  & @?c ' & '` #* Ȕ@ '  `'   $&  '`&  -5ȴ@@z?c'D'H"*!xH`"!xW'H DK  'H@"!x;H'%`DM &`'"!x'"!xDJ@ /@ '`'!"!x+"!x?cx'D"hD*- @#``#dd#dd' #\'' ''@N''@#'l#g'DȒbp@D?c!4! "  ٘!(#b℀!٠!<#$b%" "#b@ "@'"$@)%!!"Jc/OȒc`J  /`ȒbR ""#""c/`ɖR +`!ɠ#S@/`ɒ`R  `lȖN@  /`ɞS@,`'ɦT `k+"c-"/`1Ȱ"U"` '"O"+c/#"J#/"c" ʒb"@a""c@`"c@`""""###  ʒb"""#|@:"# ِ!Pʒb%@ "" "## "# #"$c '"$ +"%c /"% 3"&c ""c "" "#c !"$# ʒb5"@z ʒb9"|"@n ʒb@"|@d ʒbC"@Z'ʒbH @  h4""|"#? ` !"$##"c$@$`0 ʒbK"""#@đ" ʒbU""@ą '"$)"%#   ʒb[  ` @E  '"`'"J#/"c`"㴘 a@ $  "@@H'   ! "at"#"cA""# "a"2 : "# "#b@@+  "@!` >"#"c'$@)!+` i@ ݀  sʐ"|ْaP@!P" "aP T"T" + /!T!` $#aP '\)!T -  +aT`-%T%`  1!TْaP@ ْaP@ @[( * c@ X  4H\p,T4dx?c"#   "  "# "@ a@ Kʐ"ْaP@Ò!P" "aP T"T" + /!T!` $#aP '\)!T -  +aT`-%T%`  1!TْaP@^ ْaP@V @3a &@   O/@ `"c`!"$#g"# "@"' 'O Kʐ"ْaP@!P" "aP T"T" + /!T!` $#aP '\)!T -  +aT`-%T%`  1!TْaP@ ْaP@ @V3"c`@""c"   '"c "` '"c "`'"㴖"##"c`!"#+#"c`'"㴨- +"c`1& ?c!`  FO OȔ`J@   + ;` /`ȒbR ""#""c/`ɖR +`!ɠ#S@/`ɒ`R  `lȖN  /`ɞS@,`'ɦT +a ?c! . ȒbR ""#""c. ɖR +`!ɠ#S@. ɒ`R  lȖN  . ɞS@,`'ɦT k   ?c/G!"J#/@"c`@ y"#  "# "   "# @ "#  &&N.&@ &@ "c` !"$##"c`@Kʐ#ْaP@!P" "aP T"T" + /!T!` $#aP '\)!T -  +aT`-%T%`  1!TْaP@ ْaP@x @@O  /'`OG/@" '@#`O@!",#/@#$a?c!'"Jc*J "# "@ ! a+@z!"` "f "a?w"#b@@k "aVʐ#3ْaP@!P" "aP T"T" + /!T!` $#aP '\)!T -  +aT`-%T%`  1!TْaP@ ْaP@ @J    3aN@'79'!N"*#?c'D"#D@@.?c'D"#D " !"Jc*"""#"c# D!"$#@ %"$?c"# """#a# !"#%$'L+"-c?c'D'H @'Kʐ#TْaP@I!P" "aP T"T" + /!T!` $#aP '\)!T -  +aT`-%T%`  1!TْaP@ ْaP@  @H&`   @' `Kʐ#ْaP@!P" "aP T"T" + /!T!` $#aP '\)!T -  +aT`-%T%`  1!TْaP@ ْaP@ @-D@?c'DD"c ""D@@D@=?c'D'HDH"D *D #`D ,`D,DD`% D& ?c'DD""cx'""|?"#c?!"$##"$c%"$'"$)"%#+b-"%%/1"#&& ?5"&ِ!(7"  ;"'c"#? """㨀 "# "c#` "#!"# #"c` %" '"$)"+"c@`D-"# "#|"c"@x""c"|d"|l"##|"#|"c"""c@`@"c#@#`"?c'D'H"#x@oH@H"#x@d'D"cx@"#x "#cx?cp'D'H'L'PH'D''0zP"L#?c'D'H'L'PDH@LP?cp'D'H'LD'H'L''0?c'D'H'LDH@L?c'D'H'L'P'T'XD* *`" *` H 'q?#P DcL LFTXR𭥈T??c'D'H'L'P'TDH@LPT ?cp'D'H'L'P'T'XDH?А'0 L"@P"T#@X$ \$$?c'D'H'L'P'T'XX#\D@`HLPT?c'D'H'LD 'H'J  K@  'L@L M@:N-''/O@ J@:'K  K `'L$HM L  ?c'D'H'L'PH$D@O )HJ`# HJ  H@3L?E''Hk @#'PT?c'D  D"`P  D"TD"XD?#D?#D,`D,D?$?c \@'  ˒` ?c @'  ˒`  " "@" ?c'D'HD`""`'DD@ @D  !D *`" D D`*` *" *@ @pD"  ˒`A?1D " D * *`"@*` @HD"  ˒`%?* *`"@*` DH \@#?c'D'H'LLH@L HD'?*` *" *@ H '1HL ?L'+  +`#@ +` H 'D,- +ʪcDX@DPa,D Ta,BD \ &@ "`PDPy'' D PQ@`P?Q ' "`TDT'DT'H'' !@ T`' 2 ."D +` +@!ʠ#@D@?c8'D'H'H"@?'h]'D'L#\''d''`'˒a @<?''d '*`˖X @ * ˔T@ ' ' '˒a ![?''P@  '* +  ʚc @ * *` ʔ ' ' '˒a7 !'* *` ʔ 'hD@''h(? 'hj ?c'D'H'H􀢀 ]* *`"@*` H'`PA''쀣`PD˒aR@O'#\`--1ʰ#@.9˸ X ˒aUD@/`* *` ʔ XD@'  ' ?c'D'HDH?cp'D'H'L'P'T' h?`p?'LԀ .ԑ* *`"@*` L'`+, #ʢc' X'(DH@Ц'@?荡D?Ԩ 'PT@]?c'D ''D@ 0* *`"@*` D'`+, #ʢcX@@'Pa,n Ta,`'D@@'D  D` @@'D@@{'  ?c'D'HHD  C'D 9* *`"@*` D'+` +# +@H @ '`. .`5ʴX X@  `' ?c'D'HHD@" ?c'D'H'LH D@"H ?H+` +# +@D @ '- -`-ʬL@ ?c'D'H'L'P'T'XH D@"H ?-H+` +# +@D @ ' ?`X' L&&P'@T@"X#@ ?c'D'H'L'P'T'XH D@"H ?3H+` +# +@D @ ' ? `X'L%X'`P"@T#` \$`$`$ ?c'D'H'L'#L DJ "DL+@'+"c-"#˒an@ 'H%H@H"@?c'D'H'L'PD ?''H@L"P菠"?c'DD ?c'D'HDH?c'D'H'L'PH"`D#$##@''P @ L'#L,L -@ '?c'D'H'L'P'T'XP'\' xL#@P#\$H@'$'D@%@..&.D`'  X'`` L%P%\'''@耢@= *@  +`T$`,@`-X&`'/   *`T"  +@`` ,X%`''''耦@= *@  +``$`$,@`-d&`' /   *``"  $+@`` ,d%`''?c'D'H'L'P'T'XP'\' |L#@P#\$H@'$'D@%@~..&.D`'k X'`X`` L%P%\''@耢@ *@  +`T$`,@`-X&`''耧 *@  +``$`$,@`-d&`'?c'D'H'LD"`' ** *`"@*` D' X' H ‹D"  ?H` $'?c'D'H'LD"`' ** *`"@*` D' X'HD""   ?H` $'?c'D'H'L'P'T'XP'\' L#@P#\$H@'$'D@%@..&.D`' X'`` L%P%\'''@耢@= *@  +`T$`,@`-X&`'/   *`T"  +@`` ,X%`''''耦@= *@  +``$`$,@`-d&`' /   *``"  $+@`` ,d%`''?c'D'H'L'P'T'XLPLP BDHDHHD#``#``@zT"" LPDH@|X"@"`?c'D'H'L'P'T'XLP@=DH@T"" LP@cDH@X"@"`?c  `` B @`H?  @`P `` VR?' @?cH@`?`` ?`@`" `" ` " " p' @`"``"`` "`"` #@' %  %  % % `` `` D@`@` JF?𥤉??' @?c'D'HD X' (@'  ˒a? ( @ " #`#'K* @"`  ˒a?* @"`  ˒a?' # *@ `, ##  -@`.@`&& `'" "$ 'K* @{"`   ˒aX?@* @j"`$  ˒aG?/' # *@ ` , ##  $-@`$.@`&& `'H"X ?c'D'H (@%'  ˒b&?H P'HTD!# #`'˒b<@HP'H TD!'' ˒bC@$@$% @T* @"`  ˒bF?* @"`  ˒bg?' ,H P'HTD!'''˒b@ +@$@$`-`%%`'HP'HTDg!l'' ˒b@' " "`$ T* @h"`   ˒bE?I* @W"`$  ˒b4?8' ,H P'HTD!$'''˒b@A +@$@$`$-`%%`'H&X ?c'D'HH  H`˒bD@H˒bD@'H@ H,`H -@ ˒bD@`'H˒c D@'H@H *@  H`$, ˒cD@' ?c'D'HDH?c'DD)D` D@D  D@D D @D$D`$@zD@w?cP'D'H'L'P'T!pP"@"`xT""L` L DH?!!x?#ax?L4<''L@," #`` B?@L+`  @J?@L`,@`@إP?'PTfL  V3ax?5x?L7 @? ''L  ," #`` B?@L +`  @ЙJ?@L` ,@`@ȥP?''@'HP%%T &&  ?c'D'HHD  H D  H`` D @ HD` o'D@0H *@  D`, @H-`D .@ D ?`''D  0H *@  D` , @H$-`D $.@ D  `' ?c'D'H??c'D'H??c'D'H??c'D'H??c'D ?c'D'H'L'P'T??c'D'H??c'D'HD X' (@'  ˒c0? ( @ " @'* @"`  ˒cF|?* @"`  ˒cck?' ? *@ `, ##  -@`.`` & & `* ,`#@#``-/   &`&` ''* @7"`   ˒c?\* @&"`$  ˒c?K' ? *@ ` , ##  -@` .`` & & `$* $,`#@#``$-$/   &`&` 'H"X ?cp'D'H (@'  ˒c?H P'HTD! # #`#`'˒c@HP'H TDx!''0˒c@$@Б* @"`  ˒c_?Б* @q"`  ̒`N?'Ѐ >H P'HTD9!'''' '(̒`'@Y ԡ+@$@$`ԭ-`%% `Թ.'@'``ԙ* #`#` Ԣ`'HP'HTD!u''0̒`7@ % Б* @"`   ̒`:?[Б* @"`$  ̒`W?J'Ѐ >H P'HTD!6'''' '(̒`z@ ԡ+@$@$` ԭ-`%% `$Թ.'@'``$ԙ* #`#` Ԣ`'H$X ?c'D'HH  H``̒`D@jH̒`D@c'H@ ,H,`#\#`H`-`` #d#hH/`@`H +@`` ̒`D@7'H̒`D@+'H ,H$.`#\#`H`$*`  #d#hH` , H -` ̒`D@ ' ?c'D'HDHs?c'DD @D`@D @D$@D@?c'D'H'L'P'TL  P""#(T#@#`'L@3L *@  #``#``L` ,  DH#dd#dd''PH$$T L%% `''L3L *@  #``#``L`,  DH#dd#dd''P$$T %% `' ?c'D'HH D  HD  H``D@ H D  D 'D`VH *@  D` , @;H -` D .@  D(H`$*` D $+@@`HH$-  D$.` L e ''D@@VH *@  D`, @;H-` D .@  D(H`*` D +@@`HH-  D.` L   ' ?c'D'HD X' (@u'  ̒`S? ( @ " @'* @["`  ̒a8?* @J"`  ̒a+'?' ? *@ `, ##  -@`.`` & & `* ,`#@#``-/   &`&` ''* @"`   ̒aN?\* @"`$  ̒ak?K' ? *@ ` , ##  -@` .`` & & `$* $,`#@#``$-$/   &`&` 'H"X ?cp'D'H (@'  ̒a_?H P'HTDP!  #`#`'̒a@kHP'H TD4!''0̒a@W$@Б* @>"`  ̒a?Б* @-"`  ̒a ?'Ѐ >H P'HTD!'''' '(̒a@ ԡ+@$@$`ԭ-`%% `Թ.'@'``ԙ* #`#` Ԣ`'HP'HTD!u''0̒a@% Б* @"`   ̒b?[Б* @"`$  ̒b?J'Ѐ >H P'HTDz!6'''' '(̒bB@ ԡ+@$@$` ԭ-`%% `$Թ.'@'``$ԙ* #`#` Ԣ`'H$X ?c'D'HH  H``̒bRD@&H̒baD@'H@ ,H,`#\#`H`-`` #d#hH/`@`H +@`` ̒bfD@'H̒bD@'H ,H$.`#\#`H`$*`  #d#hH` , H -` ̒bD@ ' ?c'D'HDHs?c'DD @D`@D @D$@D@?cp'D'H'L'P'TL  P"" T#@#`' LDH #``#``'( #dd#dd 'L 3L *@  #``#``L` ,  ؕ#dd#dd''PL$$T P%% `''L3L *@  #``#``L`,  ؕ#dd#dd''P$$T %% `' ?c'D'HH D  HD  H``D@ H D  D 'D`VH *@  D` , @;H -` D .@  D(H`$*` D $+@@`HH$-  D$.` L e ''D@@VH *@  D`, @;H-` D .@  D(H`*` D +@@`HH-  D.` L   '  !@$ ܒ@  @  ܒ@@ ~ @ @A h!'D'HܒD @ $ ܒ@ k @ @/ 㿀  #` #d #h`#l``#p`#t` #xp@#|2  㿀  #` #d #h`#l``#p`#t` #xp@t#|"  㿀  #` #d #h`#l``#p`#t` #xp@n#| 2  㿀  #` #d #h`#l``#p`#t` #xp@T#| 2  㿀  #` #d #h`#l``#p`#t` #xp@8#| 2  㿀  #` #d #h`#l``#p`#t` #xp@#| 2  X!ڐܒ$ @ / @ + ܒ@} @ X!ڐܒ$ @  @  ܒ@i @ hܒD @ 'Dܒ@  @ @X  !@$ ܒ@  @  ܒ@v@ z @ @= 㿈#?  ' ' ''@ @'@`  @'` @q @ h!@$ ܒ@  ܒ@ J @` Ёx!$  "`ܒ@  ܒ@ 6 @L ؁h!'DܒD @ $ ܒ@ $ @: @  !@^$ ܒ@  @  ܒ@Ŕ@  @  @͒  !@D$ ܒ@ l @ h ܒ@@ @ @ 㿀͐ ` ͐ X ͐ P 2 2 ܽ> 2 X 2Z 2ܽ> ";hZ;hh@l  0ږ+DD 2`"ږ 2`"㿠 ` 6   *  `` ,x,,,x,x,x $ @ " I`2 ` $ @ " <  6  && && &` " `@ "@`&` & `  @  `@  `@  ` @     @ j &㿠 ` 6 $ $ @ "   *  b$ .h...D.<.<``@  &  2  &``  6   && &&&  ` 2B``  @ `  `@ ` `@ ` ` @ @`` `  2 @  2  &}& *@ &` @ ~` `@ z``@ v`@@ q@ t"@"`@ Ԑ`` @ ϒ `"2  "2  "    `@ 6`  `@ 1` `@ ,` ` @ '@@ *& & '&&`@! 2 + & `` @3`+  &` ` 3+ &` * &@" &@@ @ 㿠@  㿠@ " &@@ 㿠 `" ` ` 2 @  5 2@2@. &* 4( @4 6` " ` 4 6   ` @ ̐ 4 6   ``"  㿐 $'L @ " @ &`  2   $ @ " >%. c 343333.+@ B &&    @ /  && ` ' ' '  '@ i` & && 3 ;@&  @ X.   @ - @ ( @ # @   3 * ' 3 * ' 3 * '*  '7  &  6&` @ .   @ @ @ @  3 * ' 3 * ' 3 * '* '7  & 6&` @.   @ @ @ @  3 * ' 3 * ' 3 * '* '7  & 6&` @.   @{ @v @q @l  3 * ' 3 * ' 3 * '* '&  2 & & &  @d &㿀 $'H @ "   !* ` 89 8888s o@ j&` 2 @ a&`   "!6 & 6 @:`&``@! 2 + '@`` @3`+  '`` ` 3+ '`` * '` @:`&`'1@'䀐' '''','7 '@ 8 `'@"@'@`@ 3 * '@`` 3 * '`` ` 3 * '`` 6 * '` 1 &` ? 7  ''@Ő4` @@ ``@ @@`@ 3 * '@`` 3 * '`` ` 3 * '`` 6 * '` 1 &`K 7 ' ''@4"` @C@> @9 ``@G `@B`@@=`@ 3 * '@`` 3 * '`` ` 3 * '`` 6 * '` 1 &`W 7 ' '''@14,` @@ @ @ ` ` @ `@``@`@@`@ 3 * '@`` 3 * '`` ` 3 * '`` 6 * '` &`@`` `  2 &` &` &`  @ؒ6&` &`㿐'D'H'L` 6LL $ @ " @ %` * c4 ?L??x?T?L?LKG@Z B%2<%'` '''"7  @* 2 ' * 2 ' *`2@ '2 '  @3@.@)@$2"8  @* 2 ' * 2 ' *`2@ '2 '  @@@@2c   @2 ''''"8  @* 2 ' * 2 ' *`2@ '2 '  @@@@2 c   @2 ''''   @* 2 ' * 2 ' *`2@ '2 '  @l@g@b@]( #`@@`%%  % * 2 % * 2 % * 2 %2 `@%% %%%%% *` €DDDD  2  㿠  ]@   #* a( E8E@EHEp  "   2    "   "   "%  &  2  &  2  &  2  &  2  & @&      ?& 㿠  >* b FGpFG4G4G41&@ ` 6 p"@@   @* &@" @8 &@@ &@" #&@`  ?"`@R㿠@* *.@  * c GJHtGH H c@* 6@@? &@c@ 6@@? z&@ Y@ʐc@ 6@ c @ ?. e&@ Y@  &  %c@* 6@  "@@  2 c@*  6@@? @&@  "3@ / @ 2  &   &  `&@Ґ @А 2@?*  6@@2 &@c/`@@ * 6@ c@ ?. @ @&@㿠@* *.@  * bH J`LK JJJc@* 6@@? &@&c@ 6@@? &@& <@$c@ 6@ c @ ?* k&@ <@ #&  *c@* 6@  "@@b  2c@*  6@@? &@G&  "@? c@* /6@C  2 &   &  g&@' @% 2@?*  6@@2 &@?c/`@@ * 6@ c@ ?* @ @&@ &㿠@* *.@ ? v* a MNMM@MdMd?@ 6@6`&&b'?@2 6@6`&&Y'?@2 6@  J  #@&   "@@hː @ : ?  "?@ ?@ @  &6@ #@&?@ @ ?@ c 6@`?2 6`&&'@/@ 6@ 6` & & '@{.b NOO(Otېmg&@ ?"    /`@S.    "/͐#`@c`$͐#`@` c , 1 1" 1@ʐ-& &  & @\ ?"        ./ /`@@@.&@㿠& & && 6  & &  &  6`& #@.`& & & @ 㿠& & @/` 7`&& 7  & & @7``2`/` 2 2 '& & ?{& & @2&`/` 7` 2 & " & & @ `7  & @& 7   & / & 㿠& & @/ 7 && 7`  & & @7 g2g/ 7 2 2 *& & ;& & @2&c@2 & @" & & @l `7` & @& 7` `/`& 6@ & .& 㿠& & @ /`7`&& @* 2 " & @5* 2  @& & #& & @.`6`@:  2& @g  & 2  & " & & @   @& pH.` TTTU@@@'`#`4 ?"    .@/`'`#`E@ ?"        .@.'ܹ/ /``#`@@l@    ] 2V& 2  "  & *"@5@  -7`@  *"   & 6@ %@.@@6 - 6.$:"& @-@ -@/`@   '@ *  -"&  2 @ 2@2.. .@& & & & `q       2& J& & & & & D& ` &#     &  &` 2 &  &  ` &  & & ( &`- %    @    /@ & '` 2 & & *@2@ &  *@5@& /@5@& 6&  *@`"`㿠 *  & ?& & &   @ " :    `"  8    "@ " (    "" *    ""   "`"   @ 8  :`?@  `  㿐''2 &@_&  2   #``#`@9`&㿐' ?2 &@a4&  2   @9r&㿘'7`&@a&  2@;&㿨 ?'@'`'`'@* +DD @ * @ #D D 2 #ږ@"* +DD @ * @ #D D 2 0ږ"* +DD @ * @ #D D 2  ږ"* +DD @ * @ #D D 2  @ 2  㿈!l@Z(' @.耐(@.@.@/@/@:z@0@@<@[@@@L@@ >@$@%@$5@`@_a( 'D @'HHJ'D/''''O@`V   22V 2 @n"?  / 0/ - / 0/' # / / / / / / /#' E/ 0/ 0/ 0/ / / / 0/ / / 0/ 0//////// %"`<V "  & @&%`-N`&D 42 *`@ `*`< "  "O  x 2  aaT,eDb@ a/`d1b@$`%a4eD e(`f`f`+eö '/pM"O@`<V "  & @&%`- .'>`<V "  & @&%`- '쪥`<V "  & @}&%` - '쀐O' -*:@e* 2 * 2 3 T  J  *: '  9` " # +@J" *: 9#`+@#`@ * J" +@#`@ :J@9:̒*5.@WڶT* 2 3   J  *: '  9` " # +@J" *: 9#`+@#`@ * J" +@#`@ :J:ѐ.6.66T  J *: '  9` " # +@J" *: 9#`+@#`@ * MJ" +@#`@ :JM 02?9!x R'"26O%-)9!t >'"6O%-9!t *'" 6O%-瀥:O@`MV "  & @y&%`- tO@OO/O'`/O/O/O/O/Ժ`O`  # + - 0O@O/O/O/O/OD'@ &'O "/ 'O /bO@ J  "O@.. O@`֒bO`' 0J  O@ .2??`O` *2+ `@x"쀐"D@!  24 * 'D'@͒ ' '֒bO@J " O@/ / O@ &`0`O@ $27̀" 2D@ 24̛. @ `'D'@`O@ *2ָ`@!к"{쀐"D@ʔ Ѐ 24`Ж* ^'!' ''N``/O x'2 *`*`@ *@ @ `*`P "  "   2  x4UkdxHxHXktcwxdkdepfsLguhkPikdxHxHlkPxHDkdEpnx<GuoklswxHukdLkXxHxktOklxHxHxHxHO/OOO/  ' d"  D" i2OԀ6O͐! '"O!"O͐!'OԀ" O@5&4O X2))!x!tO瀢  O%-"`6`M%-"`6`M%-@*:@@Đ* 2 * 2 3 T  J  *: % 9` " # +@J" *: 9#`+@#`@ * J" +@#`@ :J@@:̒@*5.`@TT* 2 3   J  *: % 9` " # +@J" *: 9#`+@#`@ * @J" +@#`@ :J@:ѐ.`6`.`6`6`T  J`@ *: % 9` " # +@J" *: 9#`+@#`@ *MJ" +@#`@ :JM 02M 0"%'OՀ."-O X o x" # 6 '!͐!'& Oـ2 ' ''@-f ` ``'`'` ''' @!в"O !ƀ"O!Ȁ"O͐!'O 9$ N`M"yO ܀" 0N@`- OՀ"O-$ON@" ON@$``-O 0'  & / 2 * 2 3 T  J  *: 9ʚ` " # +@J" *: 9#`+@#`@ * dJ" +@#`@ :J dO/ΐ  ̀#6  ˸'' O 02 - +.@&`O'.@O׀2  OԀ"Q@xĸܐ% &D'& Oـ2 ' ''@,ؔ` ``'`'` 'ܒ''@!bЮO"'"O !̀"O!΀"O͐!'O 9$ M" ܀4MO.@`M2MO.@.@ `OՀ2O$'O.@`' ,O 'M2MO.@`.@`2  OԀ" @ܐ&@&'& " Oـ2O ' ''@O` ``'`'` O'ܒ'@!'O -2O͐!Ү'"O!Ԁ"͐!'֒bOJ M M e"M M M e2MO-M"O M"Oר M 2 Oע 2  OԀ"B@i%&9' /'0쀐 '2N@3apN@`  6ON``O׀2  OԀ"&`&'&` &@& '6 6 @!&'@'%& #@O#@#@,%`6V "  & @&%`-J"`<V "  & @&%`J - '  '%`6V "  & @&%`-:``<MV "  & M@k&%`M - `,%`6V "  & @M&%`-J"Oת`<V "  & @1&%`J - '",%`6V "  & @&%`- 2 O@ '&'O@`2π %&&V "VV  % @ "V@V "?ؐ8  Ȯ?@m'L  %@6"ua| @֐O@ $28@" `8.@ a@ŐM`" % NR2 *`*`@ @ `*` 2G   ~ I~x~K~p~~N~h~@~`A~`B~`~ ~`~"~`G~ %¸   26 &      2   "  : L8@&@2@ '@@"  %* b $,4Lddd@@@@ &`   @ &`  @ &`  ͺ`㿠 2'LL 2 "w %@v"qa @N $2@C "  a@O` " % NG 2 *`*`@ @ `*` 2<@  IThKLh$NDh@,A,B,h ,h",G°  @ &`  @@ "@@@ &`   " @  &` 2{ ִ"N O@ "/ /   N ' 0O@ 2/ `$2  &@ 㾠'L#'P 'T'X"##"##@`2ܰ"O@"1`%##쀐2@#c "c` &  &  @Q͐"O@2##c"  "cc" "c@@?2@# "c2#@``%2*`*#c "c` &  &  @ ? #c" "c@?"c" "c耐"{?y2 @` ֐"O@ "/ /  ֐"@`O@' 0 2/ "`l`h`L2@`O`[2 ֐@"H?֐"O@ "`[@ l`[`c`n`s2L@6hL#2#"L 8'L@L&"#*#쀐"??  'HH 'D$d * 'P  #'X!bd ̦     ##쀐#c "c` '  '  @I͐"N2#c "c` '  '  @12#c?" "cDXuP'#c" "c@4$ #`#\@ \")#"%# `l ' %  @+#`L  %  @ # %  @s#@"N@#c "c` '  '  @ː#c"  "cc" "c@?2# "c"   `+ `-`0"iu} &$z#c "c` '  '  @ 0gid$c#c "c` '  '  @z* : xX2E#W  @2#" #c "c` '  '  @\*  : @O  2?M# "֐"N @"#  #c&" "c&c" "c@7#cc " "c@,u"M,J(ِ " p"c"@N "'`05"#.` 2.`.`.`@2%N @"!N" W 7'@.`#-c "c  "` '   '  @ې"""`l @2 `l `h %  2 %  "#c"  "cc" "c@?2# "c㿠'D'H'P@'` H`s2T`c##쀐#c "c` '  '  @͐"N@2#c "c` '  '  @l2?"a͐"N2[2/@&S`#c "c` '  '  @G2"P#" #c "c` '  '  @/?)2/@&`!#c "c` '  '  @ M2 2/@&`2#c" "c$@#c" "c@?2@# "c쀧@2 `c2/@ 㿠 ^2  2  !@Z`]`-2. .@.= `]2`-  ] ?' @9@ .@@!7@@R @5 2#D7 2 ͒cP@@5y 866   ``&@.`3    2  " "67   7 7 V"* 7 @5>@!7@FԒbj@2 @a@2   @56 2R#2 ͒cf@7@5 V49 >2`@:`  26 .`   2.`6&* 6 &&"@6.`V@6@ڒ@" @4̐ 7 㻐'L`& `&  `` `  O"`O2`2`& &    @8@&   ` N  0   " N` 0' L!7` cW 2#&  & W&.6  777 %7 $ !7`  " 72cW ? &  & "b '`*  W5  W'  r7? 2`@*`'  & $ .2`@/`/`'? 2 ? '  42%?@&/`'@* '` @3@ &$ /`'`' 2@6/`@" "*  `4@'`'@/`@ 2 '`/`@ "'`& 7@7W."@7b @5@6`@Y"X@I4% @  @ ! 2`" &"@4*&`4`/`@@`X B@@`;hhl;HH;PP B+DD 2  #!"A;>`6 & $?ϸ @&/ `4`$ /`*c/`@ @`$ D@@`;hhl#D D;HH;PP  +DD#2  #!" ;`75;;HH `#LL#H ZZگșځ,7$\9    #  & @H&@H 㿀@ 2 `6 @H̐ , &+ @ɐ ! p "YX. ;hhl;HH;PP B+DD 2  #!D 0&/@ ! B "Y .X ;hhl#D D;HH;PP  +DD#2  #!@m ! "` &&   @HW& @HR 㿀@2 @HB`41$.@= ! p "YX. ;hhl;HH;PP B+DD 2  #!"IN4&3@  ! @ "Y .X ;hhl#D D;HH;PP  +DD#2  #!"@ې ! "& & @G&@GƐ p'H'P'"   /`*  P* " (a0 H\p/@  | @  w @ ?r?@ #l?  *H2   '#' 'B'?#ր6.?!ր$N   *   "@6  @O `2  `* & @62   '? ' ''ܒЀ 2 @@Oi!ڒ!$ "`<" 8@, @'%@ @*A&& & %@`'H'P'"  /`*`@/P @* (c  \?7' 7''?7'2 7''?2 7?2 7?'?'?}'?2 7? c 7?'?'?k'  *H2   '#' 'B'?#ր6.?!ր$N   *   "@6  @O `2  `* & @62   '? ' ''̒7 2 q@N!ڒÐ!$ "`<@ @'%@@)  ``& %@x'"  /`*`@/ 8* )b <dc* 7? t'c 7? j'c 7?2 `'c 7? c S'a$2   '#' '5''$N    " a@6 O `2  %a@62   '? ' ''ؔ5 " !$ @"`<@b @'&&@(p'"  /`*`@/ >* *a` x<<c'* 7? y'c' 7? n'c 7?2 '?b'c 7? c '?S'$2   '#' '5''$N    "#@6 O `2  %@62   '? ' ''ДM " 5l!$ @"`<@` @'&& &@(%@(#)__tbl_ntens.c 1.5 91/02/11 SMI???zG{?PbM?6C->h>>z򚼯H>Ey0:>. &֕=|׽=yd=q-=<%hIv=+<V<Ҳ؉?㿀'D'H 'L'P\'T'X&'  & & @.T "X"P "P " P" P "" L2 .@oJH/֐"O@ "`@  & & @j`. &`+T "֒bNJ "&@&`+2`+P,"@6-   & & @=`.`-2?P @"   & & @$`. ?`1'"`94!` T " @ 'P*   & & @`c.a ` `0`IH`N`iD`n"@O@ǀ@L  @& &= `&`T "`0`` 2N@  & & @`. N 0`&&N 2&'@6   & & @`. `a`z4'`  M @6   & & @z`.޸ `a`z4'` M2  CT' & ' & " "`4P "1'@6   & & @C`.  `a`z4'`  J@6   & & @"`.  2 T " "`0P " &' 2ꀤ`T "P " P& '`)6@/   & & @`. `)"`)P @""   & & @ǐ`. `)2T@  & & @`. T " "`0@`9.7  0/P/ '䀧`1`94'`  "&P  " P"" O*!  O .䀧 *T " @ '  & & @Y`. !"'.`1,`94+`0 ',쀦@`  & & @1`. `1`94&,`0"f`0N 1N 9$`1&'` Q12 @ `*`h "  "O  x 2  T441(4$(%D(EQ( (4 (44`&l2T@  & & @Ő`.., T "`0` 2%`1` `&F&"%@  & & @`.ߺ X"?"r`$`+P @" 2XO@@  & & @t` .  $I`P C@& T&LO 2 T  "T 0T  " 0/P/ '䀧`1`94'` T 2T " 6   ' *P( "&P @" P "" O*!  O -䀧  *P "" @    & & @~`. !"';`19`948`0 @`,  & & @~̐`. `1`94N&ဦ@N 1&&N 9$P&P "@" `02i`1h@'` Q22 @ `*` "  "  x 2  ʐ pp1dp$d%(DdE(Qd dp dpp`&x2T?"'@  & & @~W`.  T 2T "?"'@   & & @~5`. `0` 2N` `&0&"% @   & & @~`. 0"ɀ`1Ơ&X"?"〤`$`+P @ " 2X$Ӏ`P ͒@`+  1`-/@6   & & @}ڐ`.`` 2`+@6   & & @}`.` "퀦@`+@  & & @}`. `-@6   & & @}`. )ဧ`0`9$` ` 2[ ` `&V 2 0@  & & @}n`.ݺ / /  "0 @6   & & @}O`.T"  * 3cL ``pπϐT "T "T "T "P "@ @" `&"&" ` 2@6   & & @} `. "@"& P"P *P""*TD  "`"D"P " P"@6.D*.N?" &`@|N?".&`&`"㿨'DD'H H??  /`2 #@+`#  "  "  #@+`#  2 "  㿸'D'HHD@#@@㿈'D'P\ 'T'X @'/T "X' "P "P " P" P""  .@|SJ/֐"O@ " \ @ /  &`+T "֒bOJ "' &`+2`+P" 6 \ @ / `-2?P  " \ @ /  ?`1'`94` T "  'P * \ @ /  ` `0`I;`N`i7`n"~O@\ @ / &T "`0` 2O \ @ /  O 0&' O 2' '6 \ @ /  `a`z4'` !N` 6 \ @ / ``a`z4'` N2` `Z T%`' %`' " "`4P "H'6 \ @ /   `a`z4'` !J@ 6 \ @ /   2 T " "`0P " ' ' 2T "P " P'  '`)6-@` \ @ /  `)"`)P  "" \ @ /  `)2T \ @ /  T " "`0 P 0/` /`1f`94e'`  "&P`  " P"" O,@!  @O-@,@T "   '\ @ /  !"'"`1 `94`0@ , \ @ /  `1`94&뀦`0"\`0O 1O 9$`1' '` Qw62 @ `*`| "  "lO  x 2  @1$%۰DE۰Q  &N2T \ @ R/ P T "`0` 2I`1` &2' "%`` \ @ /  X"?"쀦$X`+P @R" 2XO@  \ @  /  $̀P& T' LO 2T  "TPT  "P 0/` /쀧`1~`94}'` T 2T " 6    ',@P$ "& @P @" P "" O,@!  @O-@@`,@P  ""    \ @ /  !$.`1,`94+`0@ , \ @ /  `1`9&퀦O 1&' O 9$P' P "@" `02`1^'` Q72 @ `*`, "  "  x 2  ߬1$%DEQ  &Z2T?"' \ @ 6/ 4 T 2T "?"'  \ @ /  `0` 2O` &&' "%  \ @ /  0"`1' X"?"$`+P @ " 2X$P`+  `-6 \ @ / ` 2`+6 \ @ / ` "`+  \ @ /  `- 6 \ @ /  )ဧ`0`9$` ` 2G` &B2 0 \ @ /  @-`-`@ "0 6 \ @ / T"  ϑ* 8b   ,<T "T "T "T "P "@ @" &' " ` 26 \ @ / ` ""'  P"P *P""*TD "`"D"P " P"6/ d"/ D*/ O?" & d@O?"/ & ' `"x;ڐ 'D'H`'D'@'@㿠  㿠@㿠@  "2ΒaX@vѐΒa@v͐  Βa@vƐ " Βa@v " Βa@v " Βa@v "Βb @vΒb@v 4"Βb@v  0"Βb~@v  "Βb@v  Βc1@v @   " ΒcΒc` @vg@  2 ϒ`Cϒ` @vV  " ϒ`a @vD#l ϒad@v<ϒa<@Y,ϒa@v0  ϒb(@v) " ϒb3@v" " ϒb@@v " ϒbL@v "ϒb`@v ϒbs@v @#" `ϒbu@vϒb @u` ϒb@uϒc"@u@v㿠ٰ!P 㿘+@@>  㿘+@@>  㿘+@@>  㿘+@@>  㿘А > ?А > ?А > ?А > ?ϐ#> ?ϐ#> ?ϐ#> ? 2 c "  @ "  c 2  "  `     `6 `  ``& :&   ``" 1& ` &` "   &  /`  @`"`&` ` & ` %@    `6.`"   & <*;`0 €@HP`  2  㿠``5 /` " `.`  @ "@` .` @]@<  < +* ;a 8@l@ @ *    @"   2   @"   "   " '`/`  @ "`@ 2 4'` :  & &  <  .`  &` ?&㿘* */  * ;b <c* 7? 'c 7? |'c 7 6   !?. @@i'   &  4) c*  7В"@7   2c*  7? '@; A  "3@; / @ 2  &   &  `&@;ϐ @;͐ 2?*  72 'c/`@ * 7 c ?. @ @'&@㿘* */  * <a( <hc'* 7? 'c' 7? 'c 7E  c  ?* o' 5 #&  4. c*  7%"@   2c'*  7? '@;? H  "@;7 c* /7j  2 &   &  g&@; @; >2?*  72 '?c/`@ * 7 c ?* @ @' '&@&`㿐 /@ * @  m* <c  X 4/@  ^ @  Y @  c O  8  "  s@9 @: #@&  4 /@ xߒ   "@: /@ Ӑ #&/ @: @: /@ @ ?? /@ @  &@&`&`㿐* */  * =a 8x@?7' 7''?7'2 7''?2  7 ?c  k   #@&  4+ ? 7  "@f  @ 2?7'  7 '@:'I  "?@: ? 27G  2@&   &  #@&?@9 @9 ? c 7?2 7?'?'?/@ 7? c 7 ' ' '     &@`x/ '''@͖ &  2&耐& O@.`/  & 0 ./&@ x;`'''@&&܀ "3/  2*"&  N. /` 0  /  0 ./@ x;` ''@E'@ 㿈 #hh#h@hh'㿈$#hh#h@h'㿈@(#hh#h@/h'㿈,#hh#h@h'㿈0#hh#h@5h'㿈@4#hh#h@h'h'H'LH 2 ;ppt@2V;ppt@y3~V D3;hh;`   `2#hi h -(V;xx|@;``;xx| @M;h!` h $Q> ># ` L?@ ֙, ^ڷ=<>>  @ #B'`ހ@ > # к&  Tީԩ4 54>#'` B?օ"^ڷ=<;;`@;x` @x ޽>>?p'H'LHV3uV +#pp #tt#tt;xx|@L;p #tt#tt;xx|@L/   6 @*`& `"?2 ;ppt@ˁ2 ;ppt@D;h#hh8 ^;hh;`   `2;x) x|@;``;xx| @%;h!` h $#h ȹ>#` D?@ ։$ ^ڷ=<#hh N>?p !P'DЀ ?!'H.   "H!D fB#HD 9) 'D)#D =:-   2HH#@DА! D0HХҐ 1? ص:#hh#h@Jh@@?@@?##c#  @@`DB Н,/.&P'>? Z/`Z F @`< Zܽ>>?h "'DЀ ?"x'H.   "H+D*L#HD+Я32P#H @K(D @K"# HD=;;D   2HZ#@\DА! D HЅ !? ȕ*#hh#h@J1h@@ Z/`Z R L`< ZHD;h;pDH@;?hpܽ>  X@@>?㿠'D'H"@HD X"д!ж!#(ȵ:c0 ?> Z/`Z B T`< Z܍&##к "" c0?> Z/`Z T N`< Zܽ>#8#cص:^"@"`p #'DЀ ?#x'H.   "HH!D vB?D>! 9ї?>+!=J^  ;` `2 ;h!HDQ>hl@;`!cp@` V`А#h?  #hh#h@IHh@?#?@?P?$  @$`@`H!DH F' ѽ&&' Z/`Z L F`< ZHD ^ܽ>>?h !8'Dр ? 'H.   "H7D6X!HD+ч?>\#H @ID @I!HD=>'D   2Hg!@iD!cp@`LD0HЕʐ#h1?  ֱ8#hh#h@Hh@>?@>?$  @$`@` BZ8@a& -,? N> Z/`Z D X`< ZHD;h;pDH@9?!D*H ʡ0phೠ+Вch@`@ ^нܽ> PT>?㿠'D'H HD X xѴ @Ѷ !ȵƵ:aк ?> Z/`Z @ R`< Z܉$$ Ѻ "" aл?> Z/`Z R L`< Zܽ>!$`ح6^"@"`㿀'D'H"0?"8D?  .@ 2"@HDi^"8HD J#-_, ''DH N ?@mb  '@@m a &𽦉ZHDѽؽ>" ѐ" ђb@`є Z^ đ(Lі( "* Hĥ2RV?&@ '` \DH޽>\^ܽʽ> ^^?@'@>?㿈 #hh#h@h'㿈$#hh#h@h'㿐 'D 'H 2DHD ! B3ы! %$F#D *  ;H{HH* 2 ;H#H+Nђb@`^@` L# ^ѐ" HD]Tѐ"" P ^њb@X`Pђb@T`Xў@TєZ@!Ѡ"F Z#іؽBb@`^FH̽>D$N#聯=;hѐ" h@l! ѐ" HDѐ" ސ" ځ>?p 'D 'H 2DHD ! B3!! %$8Fѐ"  =ѿ-,,*#H* 2 ;H#H+ H,D!ѐ"   +iѐ#@ ^ђcH@X`єPXщDXDј#`J#8 JR ѡPbњch@P`ѡP@`RўpPVPVі!ѡPB#xPB ѡPH#њc H@`Nў NT!Ѡ#(T @#Ѣc0@@F`F Й,v?" HD9 = #b@` = ^ђb@"`#Dѐ" ܹ<ѐ# ѐ# ђc@`ђc@`ѥ R\R Nє VNіV Tі DTј# D Bј#  JBњc@`J Hѐ" PHPέ6  V܍ލ&? LҟL#p p#pp P5T#pp#pp;`@D;h`h?܉\ D#pp#p@Cp@ѐ" FDH->#𽤈ށ>?㿨 ''㿨#''㿨 ''㿨#''㿨''㿨#''㿨 '' * ;HH * ;HHx/ '''@? &  2&@jM / 0@j|&/&@9x;`'''@&  2"&@j /` 0&/ 0@jJ / 0// &@x;` ''@'@㿘 '6`?6`* 2 6* 2 2 6 62  2V 6&`*` &`6 6@ 㿘  'V`? " *`6` 6`"* 2 + 2  6` 6* 2 6* 2 2  @6㿘 'V`  .?#& * 6`* 2 6`* 2 2  6`@Ȑ 6* 2 6@㿘  '6?66`* 2 6`* 2 2  6`@㿘'6  & & * : 6`6! 6@!6ZV`V` V`V`` .6@'6```&*` &6`㿐''2 &@/6&  2  #``#`@`"@ &㿐!6@!6-5# %( ? 6`6 6@ 7` %?66 6 66"`*`  " 6"`*` "@ ?& >%??6` 6` 6 @ 7`66`6`6` @6` w&>.%?6` "6?6`6 @ 7`6 7 77 7 ` @ 2  >"  * 2  * " .* 2   @ 2`. 6`/`'@``*` ` 2 "`*` 2V`" 6"`*` "V``V` *`2`@&ؔ6```"`*` `" 6`㻈'7`&@.r&  2.@G"@ &㿘'D@h'LJ`"@ -.@DL  "`@@ 0/@`&  0/@`/@`/@`4 N` ` 6|`N` ` /@` /`O `" O/@` O `2O2  e'`O@ 0"'`O@2` e/@``@, - + /@`.6.66T  J  *: 9` " # +@J" *: 9#`+@#`@ * OJ" +@#`@ :JO `02 J  0"4 hO/@` `[ "&% 0`  ` J/@``` /@J`564` J/@`(/@`/``  `  0/@` ``  N " N /@` N`2N '`O@ 0"'`O@2`/@㿠 `6Ғ`p `t @f  "` Ғ`} @f "`x 'D1'H 'D'@:' '  2&耐& N.@@` /@  & 0 .@@`/@&x'H3'D`D'''@'  2+"&  N@/@ `/@ 0 & /@` 0 .@@`/@&].>0 "eb & 0* J`d (t)((耦5&Rb4#b b$Jb&` J" 02 @*` 2b>b`" b8b`2b2b0bb` &N 0 9 & .` &N 9& 1` N ..`   2b` &`$b 0` *b &b4`  0.` &b` b*!7'P'TV @%46 4' @ 2 Ғ`@e  "2 Ғ`@eTT @bT``'`/`P* 2 3   J  *: 9"  `# +@J" *: 9#`+@#`@ * OPJ" +@#`@ :JOP `02 `P@J ` 0"P`  PO@``. ``, '`@&6/`  *23 T  J  *: 9"  `# +@J" *: 9#`+@#`@ * '`J" +@#`@ :J'`@ в&.`/`@"`& O@ /@ bX.   #D D;HH;PP  +DD#2  #!쀐K;hh@l!콠 >YP*   =0` *   ';h"'` hl@ "@ В@ @^Ð& &.@쀐2  @F'@B'Dʘ㿐' ?2 &@&&  2  \"@3&x!6@!6  ' ' -5'% 8'6`? 62 6 6 2 6  62 66* 2 2  6%o6"`*`  " 66%p6 6{p&# o%p 6`6`?6 6`2 6` 6` 2 6`  6`2 6`6` 6`W&>.%p6` "6?6`6 72 7 7 2 7 72 77  7    2` o"  * 2  * " .* 2 ` @ 2@ /@ 6`. @&  *````2 "`*` 2V`" 6"`*` "V``V` *`2`@,6```"`*` `" 6`㻈'7`&@%&  2 &㿘'7`&@%x&  2Ӗ"@&㿘 2 !"   "  !   ;HH !^ڐ ("" 㿈'D'H!(HDư !!0HH#h!8h#hh P ̫^#ll沐"@1& "@&./ *'@!@=!^!HXX#h!Ph#hh B ܏^#ll}x!@ & !@& / '@ #hh/@&2@T* 2 3   J  *: '  9` " # +@J" *: 9#`+@#`@ * J" +@#`@ :J$5&@T* 2 3   J  *: '  9` " # +@J" *: 9#`+@#`@ * J" +@#`@ :J4ѐ&`& @6&' 0@\&& 㿀'D. 6  ;PP;HHB  'HH?D̀?* /?&;HH `#LLah  !!`^!XP#&!`-&&;HH `#LL!`ځ 9  &@(#)__tbl_baselg.c 1.5 91/02/11 SMI"0=KXer ,8COZfq|'1<FPZcmw '09AJS[dlu}&-5=DLS[biqx@(#)__tbl_fdq.c 1.5 91/02/11 SMI00000008001600240032004000480056006400720080008800960104011201200128013601440152016001680176018401920200020802160224023202400248025602640272028002880296030403120320032803360344035203600368037603840392040004080416042404320440044804560464047204800488049605040512052005280536054405520560056805760584059206000608061606240632064006480656066406720680068806960704071207200728073607440752076007680776078407920800080808160824083208400848085608640872088008880896090409120920092809360944095209600968097609840992100010081016102410321040104810561064107210801088109611041112112011281136114411521160116811761184119212001208121612241232124012481256126412721280128812961304131213201328133613441352136013681376138413921400140814161424143214401448145614641472148014881496150415121520152815361544155215601568157615841592160016081616162416321640164816561664167216801688169617041712172017281736174417521760176817761784179218001808181618241832184018481856186418721880188818961904191219201928193619441952196019681976198419922000200820162024203220402048205620642072208020882096210421122120212821362144215221602168217621842192220022082216222422322240224822562264227222802288229623042312232023282336234423522360236823762384239224002408241624242432244024482456246424722480248824962504251225202528253625442552256025682576258425922600260826162624263226402648265626642672268026882696270427122720272827362744275227602768277627842792280028082816282428322840284828562864287228802888289629042912292029282936294429522960296829762984299230003008301630243032304030483056306430723080308830963104311231203128313631443152316031683176318431923200320832163224323232403248325632643272328032883296330433123320332833363344335233603368337633843392340034083416342434323440344834563464347234803488349635043512352035283536354435523560356835763584359236003608361636243632364036483656366436723680368836963704371237203728373637443752376037683776378437923800380838163824383238403848385638643872388038883896390439123920392839363944395239603968397639843992400040084016402440324040404840564064407240804088409641044112412041284136414441524160416841764184419242004208421642244232424042484256426442724280428842964304431243204328433643444352436043684376438443924400440844164424443244404448445644644472448044884496450445124520452845364544455245604568457645844592460046084616462446324640464846564664467246804688469647044712472047284736474447524760476847764784479248004808481648244832484048484856486448724880488848964904491249204928493649444952496049684976498449925000500850165024503250405048505650645072508050885096510451125120512851365144515251605168517651845192520052085216522452325240524852565264527252805288529653045312532053285336534453525360536853765384539254005408541654245432544054485456546454725480548854965504551255205528553655445552556055685576558455925600560856165624563256405648565656645672568056885696570457125720572857365744575257605768577657845792580058085816582458325840584858565864587258805888589659045912592059285936594459525960596859765984599260006008601660246032604060486056606460726080608860966104611261206128613661446152616061686176618461926200620862166224623262406248625662646272628062886296630463126320632863366344635263606368637663846392640064086416642464326440644864566464647264806488649665046512652065286536654465526560656865766584659266006608661666246632664066486656666466726680668866966704671267206728673667446752676067686776678467926800680868166824683268406848685668646872688068886896690469126920692869366944695269606968697669846992700070087016702470327040704870567064707270807088709671047112712071287136714471527160716871767184719272007208721672247232724072487256726472727280728872967304731273207328733673447352736073687376738473927400740874167424743274407448745674647472748074887496750475127520752875367544755275607568757675847592760076087616762476327640764876567664767276807688769677047712772077287736774477527760776877767784779278007808781678247832784078487856786478727880788878967904791279207928793679447952796079687976798479928000800880168024803280408048805680648072808080888096810481128120812881368144815281608168817681848192820082088216822482328240824882568264827282808288829683048312832083288336834483528360836883768384839284008408841684248432844084488456846484728480848884968504851285208528853685448552856085688576858485928600860886168624863286408648865686648672868086888696870487128720872887368744875287608768877687848792880088088816882488328840884888568864887288808888889689048912892089288936894489528960896889768984899290009008901690249032904090489056906490729080908890969104911291209128913691449152916091689176918491929200920892169224923292409248925692649272928092889296930493129320932893369344935293609368937693849392940094089416942494329440944894569464947294809488949695049512952095289536954495529560956895769584959296009608961696249632964096489656966496729680968896969704971297209728973697449752976097689776978497929800980898169824983298409848985698649872988098889896990499129920992899369944995299609968997699849992@(#)__tbl_tens.c 1.5 91/02/11 SMI?@$@Y@@@È@jA.AcAׄAeB_ B7HvBmB0@BּC k&4CAy7Cv4WؠCmgNCX`=Dx@DKPDMՒD-JDxCyٝE *,(ET25EqE'/E1!F)>Y9F_$FnFȦ"FɜFЛ|G3BarMGhy GCWiG*HJH=c)\Hr]7HxaHܲyIY}LIFkC\I|T3I'\I1sJ^~:㿠.6.@Vc㿠@VF"#`’a 2@V@V`@V``'TF'k#d>2`@'n!(:``*`2` ' 7b!'e" ' @V7ܐ@V/  o7e"T'k#0'"6bT @Vx7ܐ@V : 2`@*`" 7ޓ: 2`@:` P7V a@6 "T>2`@'b :``*`@2` ' :7\!d'^"0'>2`@*`?& 7ܓ>2`@:` %7^"|'a" '6T>2`@*`?>2 & 7ܵ>>2`@*`& 7ޓ>2`@:` 7   .@ܷ.@@.* @&@ @/`7`@*@8'aT"* @Ut"Tu" "T  T 2 TV 2 T6G  # '?#'Ȩܦ'@"2@@ * +   % ' 2@@b@@ * @@! 2 `*` `*@    6 @ے @ 2Ȁ:&7ֺ'`*` ` 2 خ% ``* *& & 1&@ &.`* . @2 @Ԁ"ґ. @` 22@`@Ҁ"1.. @` 22@`@". &.`* . @2 @Ԁ" ґ. @`@Ҁ" .. @`@. Ѐ#6/`"`  "'`IJ&@4 8" .6.  @ 2@. 8/#tڼ3&N]~%d~vF%/".QO]W2qS$c^_ಐ䓫s*fw\I[isCFEHis 8c4ߩ1@~134<-΃А*a3ӯ'Ԓ@lŜ̡Aknl%;v;71>C@ ܷ' '@G;4H: $Rn9LG~`X)K&m;W%6ruFpVV)-LH $IfVq.wک} \e$f6RXf5uogrn]r3^D _nݐMʢ쎤zc'OkX/pNkhоse:& 4ځbJEo%=p QBc{Dt j\xP8t컎܌D۞z̢czL(zt&6_piX&qYcT251U@e4?=ٸ2wg%;,1Afv4|+zӓͤc`l>tW;AI^ i"b ٜJQMC.MZ rKʃ&! :` TlUd@(#)__tbl_10_h.c 1.4 91/02/11 SMI)+r[![n|N5 L},D4fl}C}+#U#>`e!Q4\Yc+1*iZbBĎzt["4޳?Ŗmk1eK6kuG٥( f13j{~j6hA\)\=_'jDzpʏ|4El}V*@g|u "Νop$?ob(UxI>Nkw;} u 6#0''q"(\<a+Hˡ+qT40{&)tJSյ MD$W5|ܡ!?Sb,ÅCbQl?NO&wCFQm5o>GqM{C 0]:5{@+<^Nd|Sj܌"GebGCh困N4` (l;H3`v'A}CY'3Dd^rS9 -*-Ur͞uPRQ/eS ? L$ r0g~kxr%FJx)!産y't¸Z:c~IwKkBi|%AcdOls0ƅjCw}Je Dr2FQ`lME2e[B؟8JϷ_q'5дv-EDgr -$8aH92ßбqbH}~WO3յϡE}}hyl Pd-@Nrs(Qp'G#ȥT<|F'U>g9 iVpb aT".7Xf(rd#8U ngΝBj=(yLgX2EOŪj@C%@!W*R]qhqecy |w5),5 hl6)c :-1]V+ *gd6cl/6Vl.tzT-Mub <4 97.2~!'n{ -$PԸX+1#"+?%D ~޿bljrڸ~*xxzos{'~j=߂j1r|͞A0v9&ǿj~=2_0+cm-X%<b| 7Ȟw ϐ5,P6ւxnPx [Ѥ4?E ,8W ڦ9qHIە튴lM#P*wg:8룃-j@?F[G$tLJ0s-ٖo딫;|o#`Is{KҘ65m1ټk ?f(%r;v4=tPwܿj?&ATN4 S@Z 3ETA+c;=C{펗fp,Uie.\OOߙݞ9^X2%X-VNvq4v̝=MTO+\} I?A7!DWGDɂʞnp8p3;,fk%;ܽyZhN.lHt cI/~Ͱ=otgx!RJ-5WYAԹ9V Tء<!>{b;._w W5(N T=]!oIdB@uhcU4ph䢮{3'"I2%% dKE0)b~@(#)__tbl_10_s.c 1.4 91/02/11 SMI}q 5= 1-eJQsHAkIo#.Ţ-x=`X1uV.MnɃ&xgZ*Ӥ% ʋ"42Ǔge&PUk}s sA|2M"@Eo|A[-m`F"c ao{BEp.XhL[4q | 6/p<(&j2,ʭY'a\)cZ7Ѹy( ޯ]qd<{ YkA7.g=GYE5fiYv { QIi@Og#A+pC)|Eu30GQkmYM?d~"=u)wIU1I IWqdumzn66ZI$-fd))mAeKP !Is$jx A%mCMZd>H9"SO|́]u7eimK FY"v$P$ayr C_N*`;1S)޲eՋ+Y{Gb+daܚ !$'*.26:>BFKPUZ_diou{ )2;E@(#)__tbl_2_b.c 1.5 91/02/11 SMI? ]"#%Iu% !0   $ z V K&!  +!%o[P C"/vG$r'+#'2XM* 1 )  >1nRb  &1?"k%>J #$%!<J!n~ P$H $ WU< ^" @dO peT~ %&wk"7cm ##B a!yv F c@!".  %m!t!%!X  /!n#~ W"3 !B$'V&/M 3@J&I Myl {"$ L B  m#u 7M$P @ R   Us9Q #E h>' [ z&$z%N%*$e 1_B #&u$5.+ J)UNz& !,5 V^ f")"Y2|)l !9%\C!]#"O/$i  > !l`&r4&Vj @O !Q ]  T^ * k @%`2}kEy  "p .*!r#&d Z!3%ot$H%$'w $gj  5!<!5X ~wHo%<v  " ) 5$zSI TX$bL!t f OM.d$ P\ B K -2#4 ;&g  J#?&oe"'n"T >  r+ K"Da "!& D'- (I !"&$WV >+ c` h&*o!} t$Y & R!# { ##:"[\v]4`$&Z@ "m&fO  8 nM &Y #L $ %G!$TFb! B#~0&U"\%"$y j!0!6 $j$' & &8c D d'h~ %M J8&$ RV !j# y C5 /[!r$s5%n`oD b !!$5 dL{!1=[9`) [!E` !:{#"$  UP  8  '&#P"d!O "r/ $ 5c,! !PzP&\ M B' t$E  ?xf' P$$c=5 c9 B % 9 B[ L "F &I 1Z&e+# #'6 ( !P"#$z O&>  "E&&BU q9  $g$5 l! @%B $f* 4@6b!qnBk "\! # 0%_$u# !$$~_#V'0t##&h" &B    ?w## S #& U _: ^R &{6 F LVh_!E {D#d 7  x4 &9%Pp G##x# &Wb +r"p#WC #3%!"6b.Gij >D x" V R f&H g  "e.Rmc0%WZ 2""%. >"7#Cn$} ,%;   $ = YY %A Z wq6DR!#" =!  f3 % #*#t!iqa y!y-W. 4 @!L"L} s&M!j Gn #&i+ '% %$&!Q=!!5&;;#""n"pN |  $ow{ &}#=0 ^n$! Gl c % "`&# vi . @Dh%p#G Jd p~ (?bH>$ V *RwYpv=@(#)__tbl_2_h.c 1.5 91/02/11 SMI  n J W HC$E%)! B+ ;c%#V!%S%#['_"f"# )&aiN | O&? .X$k!t/ d"5[#$xn5=& U 3$!/. .<=Bb#{ lg  KM C # @q w! %#T"!& " vu # #  $ rf^  oX Ec &p!|!7m   b $#:&_!.$  U!q) l$ s#h$AhU  < mm)E^ 3!2Q%^z4 Z W :%E& bL!%'"" l0S Ni$#9$U &Ms#A!K!$ l  /"W8'!i4J%O \0#{ X&  _!2 5" s "h h%e <  D !%# Q #` &G.QW  /$)  F"$,$< Jl_&Q#UQt$ `^#! F"NM$3 ]A#%K!$ & d f !  %> !F"ln!} u} ]& *%Uo -"&tV#H" FK ",^ # r f"i# #)  & /c !bp "$! P&t r j"f!%-% ?!6 KUDf  R $ jy:Z V& 0 m& V&`+ `!?!<#j Q UR j #)"%8%2H l"t! G# %}"3M  ~F  -Q"Re_Q 4 QJ"= MI 0 Xf !+8c l #S9 EQ[. I Z m! f] rY#$&PSj!$&&6'& T^D !#5V,%:$%$-&X H E TKVc!"o y bz ' ""O%  & {!="@$ B_.&% jz% 7L%""|\8#<T* q%V }$!&G!bg>"l % JY ~#8 u_' 7$"~%"^R;(- NEX"< e_>C& #R$R -)" P  d > "'!A;Y !'&v$h $h$-!j% +] % h&# S#Q&o V$,!/g#N W f&E"+/@< % <&Gt |@ $= F#iU jO!AU7&A! 7   ##! 4J#%|b| 6 -H  AH> J$J  G g#`gp %J}c <e"A7*";=! uO :  [!^&[sY C# 0`$&gt#"' H&7.:$=f#&^!!4  o%" x ]*R "O v$%P&<!8c-_ ]8" ^ & &#Y&"l" " "i #& &E 4"zje mE] % u %z P &Lw 0-D ;c!!gdq l Ly# Kz%"mt#& v V+ r dlt &#!0G ( V #P$:!%:!##! l# \ ? Z#bj#-! S$ g, 7LM :&B  "2Z!. |yu @d$ =)<E!`$$?o#!9 z 1$! S,%  #N1%J uX`'  #fT  X N)&%dFXr$#4~>#Iw"D 9 :$[9%@ & |?#& ?0 % Mc;!Bj Wm a"j$  , b W g R2!m%W9&$&= & 6 < ##YiY YSh/ 3jL& :$ x x"l {&; && oyw!H !Mi%$8m~ $""ja T$# f1) ,;P  k bX! l&_ N )%Y#9Ez'"G { %<0 >T MvOi$#v% J7znwB?&g3$FH Z#]G)T  '#D ($ W 2 % 6g ? 1  1$4&"~ "{ !\9 (%Bb<J#>J%P r 5$! Qc#8B+   !# ~B*#J }? l%u&+ z# *# + =$  ! & &   #!(!n  !% C Vd[ #Da  7"K!#4 @ _u :"&$ Y{LO l!CHNT&ve#a~ &6 _ Oj5s\g#r + I #yy %!/ej#l= : q $P <{&*l#Y! $ hsO6 J" t]% ^%$ !M ;4$&"# @^aP$%.DV 3M!%#ho" =- "".'~&r$ d$h %R#6&7c { &{"&o#??X>_r L & j "@"/$&3>$8Ar%$r&\I+#X ?p&-#[$|rX +# SNe$(Be&'%6  | " |l$/!& "mg1!@':tQUP u!# &x]h&&#V _ [}.'U "O8@&-A"4% 3$= , B $/ V}v$sE$m"G*  k} H! %w" {1B&q0 k& #$MSMe!)%$w% G'_ - M^7l#7 %!",$x% V HF m&w Vv  !C|: !"j$  q D "nV#%l("Ap a"^ T 'eN %m &5  L / sU)$!/) w h $2$ iY<$\ !%rl1%l # i4 bV &#  $m" -' %!"$1# 1 v< "6 -5v n!%t%U #w !`3=6"S b 7 Q a0^R?&]$% i!r bbLl ?##1~]##"%u$4 y @&W  c7 O|]@"I.<6G(l! Mj 1" >$y""!* 4$ vB D  O7"">!% E##o &W #&K] HJ&%(H'"|5  Y! x3 &S %"%: -$ W > "$5ol9#~K"H%\+ F oC\#N L"WSV(c$%$  b !Z!%F @ I oy"& %*GB37 )!3l6@&a # ]yvH"*T,#G!( l "#Q% w!' b z i` J 7 j7$  pZO Kwk `vI o'  "" %&! ( !$=}I m@(#)__tbl_2_s.c 1.5 91/02/11 SMI @  0 `4!h!F0P "60 ]Pg  @%*#!U#2 UWP 7^ n 0y` P+$V@!!"(3#AgF" %2 @#'eX> lb#/Nh"4 X3 & Vc<9@ ispY\ ep ,PX4 v i@ @ pp%*5#E `jT{  p!R/#R y^+"%`%cFy# %# PK ^$$' I " I&O .% ) 0M $ +R`&.! G $&$M: "p%9 d#c7 >& o}M_ A5@\^ %j& X$!&`y"` %RW$S S&! (&O0xQ,%P+/Y$ "VN! $ !@Id (;\ ?@g$ r~&"b & Z &[ R%/ i"ON2% ?8 d$<Qp  p!i   0  `' &`v&O 0= e r %` jc!R $ 3&! g&}q  0% 36 `$Wm&> "y x%}`?" o=wbZz# # }! pY kl# C a  \ !g%  t $I! %r* 0m!C#U`  `  $ T `:!# r$5T 8tf !ZpQpS  ##zw::D T t3ey p = f " g& {  E% UB h +` z#- tVJ%W !"`% 4# :E$i / j0u"xN`  B-"ht[V X# E @>Fl XlQ  " " ) I%` E$R#%1 #1!: R RS% +"d   #1WD I` O,cp .9 5I =!Lr` Z_{  :S`%jt| 2  !#"TM,:"B"p y#! Y$ttE WC2!  \ d#E@l . 8z5G$p ]q q$k!  = %! U z "#r~ ;p)&9E ;"w. S&D s zg#]%ys z g @ #  ~7{v8 j  } ^ H `]Of  i %%T!>%4z U  #b$#m#Y F"P 35%) * |iW6w&j ,#BU  "$&(+.147:=@CFILOSW[_cgkosw{ $+29@GNU\cjqx (1:CLU_is}$/:EP[fq} '4AN[hu㿘. .`6`@B$6 @˒. 㿘. .`6`6 .@. 㿘  .`?#6`  @7  ?`"6 . ?#@*  @:`7 6  .` 6`  ?# " / /`*7` @66㿘?#  .`6`  @7   ?`"6 . ?#@J*  @:`7 6 㿠  .`?#6`$ @ """""""""""""""""@2`* @7@` 6" 6 ? /   2 6 㿘  .`?#6`  2@7  7`"6 . ?#@*  @2`7 6 㿠@ " 6/ @Ȓ@` 6㿠  " * `@6``2  6` `, V /`Ք``>?㿈'D'P  'T'XT'O"X "P' "P " P " P""  .@>J/֐"O@ "  O   &`+T "֒bOJ "' &`+2`+P"6  O  `-2 ?P "  O   ?`1'`94` T "  'P*  O   ` `0`I5`Nu`i1`n"rO@u O Ȱ &mT "`0 ` 2 O O   O 0&' O 2' '6  O   `a`z4'` #@N ` 6  O  ``a`z4'` N2` ` T%`' %`' " "`4P " '6  O  #D  `a`z4'` N@ 6  O  #D   2 T " "`0P " ' ' 2؀T "P " P'  '`)6-@` O   `)"`)P ""  O   `)2 T O   T " "`0 P 0/` /`1``94_'`  "&P`  " P"" O,@!  @O-@,@T "  ' O   !"'`1`94`0@ , O   `1`94&`0"Y`0O 1O 9$`1' '` Qqt2 @ `*` "  "fO  x 2  hѠLL1@L$@%D@EQ@ @L @LL&E2 T O [ Y T "`0` 2R`1` &,' "%`` O   X"?"Ȁ$F`+P @@" 2XO@  O    $P& T' LO 2T  "TPT  "P 0/` /쀧`1x`94w'` T 2T " 6    ',@P$ "& @P @" P "" O,@!  @O-@@`,@P  ""    O   !$+`1)`94(`0@ , O   `1`9&O 1&' O 9$P' P "@" `02`1['` Qu2 @ `*`\ "  "~  x 2  $  1 $%DEQ    &Q2T?"' O ? = T 2T "?"'  O   `0` 2O` &#' "%   O   0"`1' X"?"$`+P @ " 2X$}P`+  `-6  O   ` 2 `+6  O  ` "`+  O     `-6  O   )ဧ`0`9$` ` 2A` &<2  0 O   @-`-`@ "0 6  O  T"  Ց* v` T "T "T "T "P "@ @" &' " ` 2 6  O  ` ""'  P"P *P""*TD "`"D"P " P"㿸'6  2 * 2 "  2 . 6 2 :   + 3     "  c 2 c@ 22 @ :  㿘@ ' 2  & ``"`6``2`.` 6` 2 *& & ?& .` & @f2&`.` 6` 2 & @" & @& .`@  & &  &  * 2 *  & 㿠@``6& .& 2 " &   &  &  ``"`.6 2 #22 & "& &  @ 2& 2& & @     2 :  / 7 /   " `*x& ".   %  .  `# `6  /` ``" / "@ & '@/`  2? / 7  '@/`  " ? #  / ?#8-5/ #8-5/ #8-5/ #8 -5 "@ &   %/    /@7@" *@`"`㿸 ?6 '2 '* 2  "  2 * 2 2 2 :   %   /``.6"㿘@` ? 2 &  &  ``"`6`g2g.` 6` 2< 2< .& & & & 2&c.` 6` 2 2 & @" & & @&  & & * 2  &  㿰  `` &/`7`2 "!  #@2 2?2 ?2?2?  #@ @ :  㿈'LL 'PP!'D B 'HHD$% F3HDPL?J PPL NLD7`7 H@8D!0 @Ӑ H HDT1Ӑ H PLX# `HDPL@ ! /`xc  4HDHDӐ ( Ӑ ( Ӑ H PL ^ Ӑ  俠!  L   WD   )`K/`ya  0LlӐ  Ӑ  # X`@`F ``@`L`#/`ya Ӑ H Ӑ H 1Ӑ ( Ӑ ( 3D    Ӑ  p5 l LP* 2 ;HDH* H'L2 'PӔ0;HH'D'H H*   D@?L@P' <$ ` hXӒ` @`Z??6P  pPLHDč&#``#`@/`?`&/`yc  @'Ӑ (  𵤈Ӑ ( ؽ:;>?㿀7 ?!Ӡ .606 @6 @ `B B F F FF  FF 0F (FF FF FF FF F@ FFP H @ 0F (FF FF FF FF FF F X F+Ā @ HF @FF 8FF F X FĀ  X  X &@ 7 P&31  ? B& Fz# Ɓ ' 6 {b( @"  8 HH @HH 8HH H H@&́LJʁ?պ/n??7&?ܽ?bl?ЇO?Ɂ>j?ԉ3?ǹ{K[?Ȱn⇜(?ɦl&?ʜ#@2y?ːR`?̄t.n?w W6?jM?[u,?Нŗcb?ы x?x7 WF?bw7?J6¯ ?0QJ? ?A?`Kc?زM9J%?ٌEMk?d#?:\l? N?SC,P?ݬgaO?@ T?e~0?%]ҩ? ?╎Y01?E7???䗏&?8{?Չ?mf9#?xF4?k]1^?зM?W?!TD-?%%?O8d?pC?|Wo?nWO ?$DU?|A?s ҁ?.4?Ng'z?GS?ӏ,[?9?K ?_@0?D?b6?pU:%?Am? myjM?O ?jl3S?PG?kz`?-pA?[TsQ?L?e?x ?g&?D?6?oo3?PRN`?ڽ?s%HW?Ʃ+?AMD L|?`,sj?}c?!:PS?0p?nj~ޱ?{e?C_? @1?^ ?$j!Lvv mq <|d'UlzcA<46WoG};Nh73XNI\*t&3'jÿTʥc ȥ*Iſ>0緍D5#2Xט3EԱ.B92.&xW=#ſP(ib4ے@j"8ؿRw31ib4ے'|ϙly7e^{ʓ<#eQ¿ſ@kT=e'|'cF3^]YI] ~:CA]DD VXXG?x3? 0b?ҊkL?'n*?•R#?0p?RZV?̏ǚ"?Ϲm^>+?g\?1?a^?ѽX ?9?ؚ3B[?#쿘L?D{̏c?܏ǚ"?jġ?_?%R?r%*?T?_^p@?y^?3O?V*?Fr?]>?*-&[ū?@L5-?.B9?*Wm? P? ]PVY?#쿘L?ӗ78?$?٦7O?R@x?Qz?T ?\jȈ?/p4?Sj?},?=a-m?z ?_^p@?;qcÀ?< ?Wh޳?)Pw?vZ9?h? Q.=`?SЈ? $W?(2?%sVO?iU%t@ӿ@Ӟ}@ Q.=`@48.@]?@+1Q@@ND@3@׻@A @d o@t5@9MH@V"@=Ҝ@RI?@.B9@mH5*U@kz@ɓQeJ@{:k@W.|9A@6,@hZ@B{s@)ԅ@[.o@_VV]@tw=@z;(@ }ѳ@ Aob;<7eN<>1E;־񫼍w\<<< wx;.`< :^}+9}iмAW;9?"CƼCjW?#7x͹^<B\Xּ4 &&& !@8&&& ʰ !|+Ԫ`@$@ `4 ( 0H@ " H 8ƅƉ Pʅʥ  0 HąNH!@4Q  B DB4` 0 J'ʀ`4< @": H 8 L&2 "@ 1#  H*+ PЙʙ P N$̡ P P N&2 "@ 1D  X*+ PНʙ ` D ̡ P ` N̙ L̡È@4`>>D "*$@ &@   F?Jā F?聨 V   V ? '  `bc`@  @  & & >>@(#)_TBL_ipio2.c 1.4 91/02/11 SMInND)'W4b<CAQc޻a$n:BMI. ђ)>5.Dp&_~A99S9_(;/Z mm6~' OF?f_-u'{=9Rk_]V0F{kϼ 6a^e_h@؀Ms'1Vs`{knND*+ v\պv|`S:p|*h{z8Ks^4['>9X>]U[J.5X #GE iR8 g5}MB~aPRwn`}hinU}%>JG-vw@ҐEaؐ!D)(n]nNDi1`ט*1{u`?a*qOڊYH#Z7QczGJR\9':EN-d'J[Je("Gq?5$Bh%i*hJBWuΙEG5?1Ar+}u%)i,- 1/ &e?o z_'D'H'T/ 'X    "  Ԑ ' P h ' @,֐&&''* *   &' &X.P6@Ԑ  '@`'``D@  < 1='@*`P@  F'@ *`P@ H L轧N4.`'@*`P@  R򽧈T.`@"@`@"`  ? ? @'?#'#'#' " ' " '?,@@``Ԑ  \Ԑ  B.@& ^ț\&@`^;xx|;`@|;p T #xx#xx@;h@h`փV#pp#pp޵,\> . " &>2,\> 7 $GԀ  .`@@2" "'@&.$   " , ,\\ @& 2Ԑ  ހ"Ԓ`@`;`@;pp`Ԑ  L#rԴ$  .`@& 2d԰ %* ` 2  %* ` " X* ..`P@@@A:@  %;1%'@*`P@ P'@ *`P@ R  V轧X4`'@*`P@ @򽧈B`%`% F#$" '`,@ 21;hhl@s !Ԑ  '^Ԑ  ^Ԑ  J,` NNЫ^" , '`"@,`"@Ԓ`@`@F! .`@. ZԐ # #   񽧉@& #"< =.`@$4$`@ F`H$* "`"T * c  pp$  .@@`L<.2H""   .@@`R<.2>??H""   Z2H" b" .@@@`B@`F&'@'`&&.@@@`N@`R&'@'`&&  .@@`Z&6.2H"" H" " H" " H"?" ȁH" " H" "  @?+ .!Ԡ!%@@%@6 @N@%@&   0J (JJ JJ J?𕠉J J":JJ6J@ @''" 2`  ?6Dą @ @J 8JpJ N N#HN N N J NJ J6Jʁ@(#)_TBL_cos.c 1.5 91/02/11 SMI?4 |(?)pp?@7M?}6?L.?Wo2?|$?vS*w?pkߞ?je$\?d>*?]t5 ?Wg?QM?Jl:y?C? Ň;? /8\~?T}?A0 /&??ϧD?!Ov? aO?ç̓?)?s>=@?_T6?JK*D?6֥? I? Z?>^?P(?ƷY? k?/q?~N{J?e?>@@?K?1|?Pr}?lR??J.? } ?[?o9 ;?Q^?3݁?([}P?1?X?U:A N?Ab?̵&?Cs-?=}R?h/?駵je?Zg ? xM?Z]?iw?1m]? O?iU!?ovx?渘]<[k;tb<-F;g?M:L>(e$̘e3+z!r(x[u@|¶a> 6ܴ<$Լg$70<=WyBb:Ҋ4<ͤ?e&K<<9zXB5F</ȼ.h3rwR7V`ck<_w漎-~g6ļn+tR6?Ҹ>?3?ӭi?&?Ԡ = ?hz?Ց? )u?ւ8?:U?qUvB?mN?^ziI?Ԥt/?JkF?ٿ?4 ?ک[cw?2?ۑ>0۬C?@?wgў?ԥ?[4va?L2?>VX*i?ޮtK?ߎj?6)9ƙU??Ķ;?|_.?426WL?Px?B? THO?YtV(+?%l:?N8k?Fa?{5?qmY? ?,!y?戊NK/h?X<zB˙~8/l?ʀ) B @6D H FF F0F  @/  ЉD ȉD#ԢbD%դ 8 H'Ԧ㠉 ĉ$@Ā|& `6/`'@' /`'@' @@+@@/+3 "@''偠@  2 ?* 2  " "  2  * "   * @ 2  ;HHՖ B  #HH  :"5 :2"#㿀!ՠ!# %2?.-4 BH&6?626?.-!+@/ 4 '?* 6/ .?  B&.?/+1 .+@?  B!)' ?/+1 .+@? ہ B ' ?2 p!ՠ"?  @  >`'`B?@   .   B?  Bxz u/?*  ''  B6 "@ 82 ` " 'JD (ƉF D?" '葢 F (ȉHč& !'ؗ3 <+    '?" '艡Jā ?" '蒂`B? 0 ?/܉ Dܐ  B @$%? C''聠B؁@? * @  @`'D'H?'L'P?'  * `0 001@22H223$3|34,44545x56(66707x8D99::x '֐ 8'  @ ?@2֒`=y  '֐ Q'  @w ?@2o֒`Vd PL?DHD? '֐ j '  *  ;HH @#P Lc@L * ` ;HH?@Q2?֒`p 4  '֐ 'Ւc@`?@=2+& " '֐ 'Ւc@`?@,2 " '֐ '  @ ?@2 " '֐ '  @ ?@2 " '֐ '  @ ?@2֒` ֐  '֐ '  @Ӑ ?@ݐ2֒`   '֐ '  @ ?@ǐ2֒`Ô   '֐ '  @ ?@2֒`֔   '֐ '  @ ?@2֒` ~  '֐ '  @{ ?@2s֒` h  '֐!'Ւc@`?@q2_Z " '֐!'  @T ?@^2L֒a A  '֐!/'  @> ?@H26֒a3 +  '֐!D'  @( ?@22 ֒aH   '֐!['  @ ?@2 ֒aa   '֐!t'  @ ?@2֒az   '֐!' ?@2֒a א  '֐!'Ւc@`?D2 P@ LLP D PLH#pp#pp@;`@` @ @'@2 " '֐!' D?2 P@LLP P PLT#pp#pp@;`@` @ @'@2{v " '֐!'Ւc@`?D2 (P@wL?ؑ* 2 ;H H ZՐ# ?@b2P֒a E  '֐!'  @B ?@L2:֒aӔ /  '֐!'c@D * ` ;HH?@12 " '֐!'  @ ?@2 ֒a  @! !"c㿘+DD* 'H@ 2  #H H 'L+DD`*`* @#H Hږ"0+DD* @ 2 #D D " ږ "+DD0* *  #D D ԑ. c ;<=>d`2$Hڐ # @+DD*#@ #D2  D  # @ * +DDH*#@#DՒc@ * ` ;HH DՒc@ * ` ;H 0H>`2%H2"Hڐ # @+DD*#@ #D2  D  # @ * +DDH*#@#D 0 *  ;HHq D՘# *   ;HH cB`2'H2$Hڐ # @+DD*#@ #D2  D  # @ * +DDH*#@#DՒc@ * ` ;HH; D՘# *   ;HH -D`2$ڐ # @+DD*#@ #D2  D  # @ * +DDH*#@#DՒc@ * ` ;HH Dc@&`'ȁ>? 㿀!֠"`# ..?? B%DB@'  B?@B?)@@. B‰@ B   B@ D  D €&@  &㿀# ..% ? @ 9%5'** 54@ & @ @  @ qB@ & @ @  @ eB@ & @ @  @ YB@ & @ @  MB4К@ *@ & @ @  <B@ & @ @  .B@ & @ @  @  B@   2?@ B%@@*@?''!֠" ? B?H @?A  B?? B 㿀!֠"?) .+ B6  B B6  (֒bJ  ֒bJ  ֒bJ  ֒bJ  ֒bJ  @֒bJ  ֒bJ  ֒bJ  ֒bJ  ֒bJ  ֒bJ  8    lx  $.L P$* )4879 50,0824D1lP?\Ihc@tuxpD(\4Ɩ@ϖtLΖ8XʖdіHp|Hˆl” L¬¸p@ $0#<(HOT0`/lCxJ`ÄETÐITÜQèPôRaTZ$\hT  \,48DXP\^s(2(O\i4sBtb3m)$xhe@G.7tTv\"0R >E <8M:=):#3/aW [_j~@R$xq2X @fd `l=[JUHy 4LOOmpqPC}o5K.'?^qak:]'| p;LP*.5JUS|r+)(\1QS/G6W&,`Dz!- `TI#%'1K89>@AQCfDFI MNVXYZ ]_bc!defgjk2mYn,quFwz{N|<Bev 0y%;w'67_ ?{9"E&h/A*-m+y]T6~iott c  G S =rkB}QHV !"[#$a%n&N'\(b*Z+,-l./013R45^6,789:;g<=>?2@ABCDEFHI JvKLMuNPQRpTUVWXYZ]^_abcdhefg3hijlnoprstuvw1xyz{|W}~sP;joC$g) kZ# 5D U" L%}uO!G4A9X&S`0FJ-*     <cV+?8 !"H#$K%I&7(i)*x+>,-T./0n12345M6m7E89d:;<=>l?ABCzDE{FGYHIJ[KLMrNOPQRSUVWXYZ[\]^_`abcdwefghijkl~nopqrsuvwxyz{|}~g H P%, "2d<h;M3E >KXPa[:mF {0HIIhN]H"~HO> *3. e( 'Pdn3c{^h FXIzU1U?HxO 0VP4Pcj"PzW@1Ͱ0X12q<Q>h@biH3 . Uw8`'8|1}< 3#z(MD7\JU]Tb(pNeWbq\DoW >,i8ir uhA,3SKDxUHYhfXDwWLllvV(Yv;FH=K`%{ObNlF\(U6`1TU:=fJP|W&zhI|<vl){3@"03/8qWBK߰@D$`.ex7`dHbY_ca|mT zW0ZC cdo$0H_l63[p )}[$dm/>;ON%Gb1`j3Z{711d4d3l)ujVlL33es@b}n]N z4-xx)#-u8"yG/u T%6dkV v}w `=1@H3]S 3-4`WD,354^`5YT1k 1jo xg!20l)'`1"Cp> =gN !p[M1hgo u@M(hay2i3jT32n=?x;|cU4G+? 1 C#8 cl< &&| 3 : A( P4 Xd:-X b h s]y } ? g x b'X 3 d #*T 2" 2bm ^M) g D7t  ?g "Eg " #F_H /L%d@ @ CCg JC6 T ]g _ g h o v eg *< * *U *, *JEH (e, >g g dg T Ug Tg T  0F_|  : 'cp +[` =[Y`$ Sa0 \*r d  jIhc z Tg UHg `m@ `s dw4 ett axd e  Zu fRq [y( h 4  au bxu cr !cw *dp 3 <1v D< Ko PEL `  n'\ {]l r 2 1b 2 e7;$ *E  R +3 )b U& /: D ( .c 8" JaZ Sa ^, mee \6P J7 J5l  >WؔM0W\\grh} Fay Z0 x l  d::. :"l!:B|. ݴM@NZ@5lg@uty" ,@@'d  !++( Vh h.$>T`3 [h[N%]$..}'H6.s&p>.%F.~'N.{%8V.&^.&f]a(o1|](X.(a>.)])x])^*.*Xa1.X*`1|cIU\XWYXYTUKY^nWL-^Y8..XK\F8pU+]RDc,QHq4p@*Z$@Z0 h h  7h(U 5h0 5hh4& 5h8= (*h<Tbkߘdct$^KTcL[b\$b[b\`b[ =h@1q\ j *" 7qLFU[\` s  =JGaXaH]eted\^? p2lHQ` -_>%7_&A`>KT|VLe k `q=R`ccclbh1Z$4 `\5``3W 'p,6h`EIh^Ygp>!`?}\m6 4h?7K,^X7RL8Xj$rl(8fX X'L\{ '|("[,cPA_K>f ls4 !0BP8D7?l)p@TT(bg %4CYPO\P['Hi?x|}:46%pKPx@a _6/0   d}2 & ,&`1RgX>UtLw^pH8!a*\/[ [Zڀ2!'8@:HW `-lqU?twQ|P>HQO;<P>P=P<F^ d)(,O7X-0UMLi6[G(U<&J(M ',bcqd1T N( Lg 8)z| N4d dF zM >Vl $T 39 2:z0 L0 #]!$!/70!K+!]X!t!F!Ub!<!cj@!Fv(!! W%hH" %j"2"$"+"2Y"9 $"?$"R("b*"i 0"oKq "}K("&@"&@"8r"9H" "G" K " P "B #  #2;+#"p#(T%X#/ T&<#5 tC#;&#Bc*L#Of,#Xe*$#b)#i2*|#qdJ? #zc?(# @#eLD#qET# dh\#dD`#eD#dE#dE<#dE(#dD#epD#eDt#eE#eD$dD_etext_edata_endstartstart_float__exit_main_environ__DYNAMIC_exit_Debug_Level_sprintf_SCV_create_get_argument_dbopen_SCV_free_Program_Name_usage_die_get_option_clear_register_str2epoch_printf__iob_write_sac_fprintf_strcpy_makedir_dblookup_SCV_trace_fixgaps_SCV_trace_tofloat_concat_paths_strncpy_dbadd_dbget_read_wfdisc_fopen_SCV_free_trace_SCV_get_dbputv_dbgetv_fclose_fwrite_SCV_get_arrival_SCV_get_segment_dbquery_strcmp_etoh_free_fread_fseek_dbextfile_read_file_malloc_zopen_atoi_strlen.mul_SCV_get_trace_SCV30_put_arrival_SCV28_put_arrival_SCV30_add_arrival_SCV28_add_arrival_realloc_SEG_return_SCV_return_SCV_get_seg_from_time_SCV_create_from_wftar_SCV30_read_wfs_SCV28_read_wfs_scv_add_arrival_scv_time_compar_SCV30_get_trace_nodata_qsort_SCV30_get_trace_SCV28_get_trace_SCV_put_arrival_SCV_add_arrival_SCV_read_rawwfs_scv_time2_compar_SCV30_create_SCV28_create_SCV_free_all_SCV_read_wfs_SCV_get_rawtrace_nodata_SCV28_create_from_wftar_SCV_get_rawtrace_SCV_sift_stachan_ARR_put_ARR_get_match_stachans_DBL_get_rel_DBL_get_ntuples_get_wfdisc28_trace_data_ARR28_put_DBL_add_tuple_DBL_exist_rel_DBL_put_attrs_DBL_get_attrs_sscanf_DBL_check_file_time_string2epoch_scv2_nodata_get_wfdisc30_trace_data_ARR30_put_complain_new_scv_get_sensor_info_get_wfdisc_info_find_scv_good_dbl_new_arrival_new_segment_get_instrument_info_consistent_dates_get_arrival_info_rl_alloc_access_ok_sift_keys___infinity_get_site_info_DBL_compose_filename_get_sitechan_info_rl_create_read_response_SCV_trace_glue_SCV_trace_fillgaps_copytr_SCV_trace_toraw_tg_g2_to_int_memcmp_memcpy_re_exec_re_comp_match_stachans__match_string_fixfstring_strchr_strcat_rl_free_rl_destroy_dbnextid_dbput_DBL_exist_db_DBL_put_tuple_DBL_get_tuple_DBL_get_nrels_db30_create_register_error_dbd2c_dbresolve_dbc2d_close_open_g2_to_flt_getwf__dbfilename.div_write_putwf__lseek_map_table_sncopy_new_scratch_szcopy_copystrip_find_path_gettbl_getarr_Databases_tbl_maxtbl.stret4_dbread_view_Databases_root_todays_date_init_schema_fgets_stat_new_database_abspath_newtbl_settbl_strdup_setarr_Default_schema_Default_dbpath_dbwrite_view_fstat_dbinvalid_new_relation_dbcreate_view_fscanf_dbtbl2view_freetbl_dbsave_view_dbp2c_dbc2p_signaling_nan_strtod_new_null_find_schemafile_datafile_mmap_errno_set_table_names_new_table_munmap_freopen_new_attribute_memset_newarr_new_schema_DB_database_DB_parse_DB_in_Schemas_tbl_DB_schema_DB_lineno_DB_restart_dbadd_attribute_DB_debug_DB_error_attribute_yynerrs_DB_r1_DB_r2_relation_DB_def_DB_chk_DB_pgo_DB_act_DB_lex_dbadd_relation_yyval_yyerrflag_itemtbl_DB_exca_DB_lval_DB_char_DB_pact_fputs_DB_switch_to_buffer_read_DB_delete_buffer_DB_create_buffer_DB_load_buffer_state__flsbuf_DB_out_atol_DB_init_buffer_DB_leng_DB_text_applytbl_applyarr_maxstbl_newstbl_freestbl_tdelete_tsearch_tststbl_valsarr_applystbl_settbl_size_tfind_twalk_addstbl_delstbl_freearr_getstbl_keysarr_strrchr_getenv_split.rem_Immediate_Flag_get_register_sys_errlist_sys_nerr_vsprintf_vfprintf_fflush_perror_regfree___builtin_alloca_abort_tolower_re_compile_pattern_re_compile_fastmap_re_search_2_gnu_regerror_re_max_failures.umul_re_match_re_set_registers__ctype__re_search_re_set_syntax_re_syntax_options_re_match_2_gnu_regexec_gnu_regcomp_whitespace_blank_closedir_opendir_get_output_file_last_input_file_add_slash_del_slash_last_output_file_get_directory_clean_path_last_argument_get_input_file_readable_file_parse_path_writable_file_mappath_sed_readmap_loc1_loc2_locs_strncmp_circf_chdir_nbra_step_setmapcf_mkdir_getcwd_advance_compile_dirbase_regerr_compress_tempnam_system_unlink_fabs_todaysdate_htoe_dbstrf2c_dtoepoch_timecon_mdtodate_time_month_day_gmtime_zh_today_isleap_timeprint_get_nice_times_atof_my_strncasecmp_doy2mday_No_date_e2h_ep_switch_to_buffer_ep_in_mday2doy_ep_delete_buffer_ep_create_buffer_ep_load_buffer_state_ep_out_ep_lex_ep_restart_ep_init_buffer_h2e_ep_leng_ep_text_h2e__doy2mday__mday2doy__e2h__to_complex_print_response_copy_fap_copy_iir_copy_fir_copy_paz_getrespnstages__evlresp__eval_fap_eval_iir_eval_fir_copy_response_group_eval_paz_new_response_group_fixsrate_free_fap_free_iir_free_fir_free_paz_write_response_init_response_group_getresptype__compare_response_get_response_stage_type_nextline_freeresp__read_fap_read_iir_read_fir_read_paz_new_response_get_response_nstages_eval_response_free_response_print_fap_print_iir_print_fir_print_paz_get_response_stage_fir_coefs_readresp__add_response_group_write_fap_write_iir_write_fir_write_paz_fixresp_compare_fap_compare_iir_compare_fir_compare_paz_get_response_stage_fir_ncoefs_getrespiir__getrespfir__getresppaz__sin_atan2_cmult_sqrt_to_polar_cos.stret8_cdiv__Q_get_rp_rd__Q_set_exception_fp_precision_fp_direction__Q_div__fp_unpack__fp_div__fp_current_exceptions__fp_pack__Q_dtoq__Q_fle__Q_fge__Q_fne__Q_cmp__Q_feq__Q_flt__Q_fgt__Q_cmpe__fp_compare__Q_itoq__Q_mul__fp_mul__Q_neg__Q_qtod__Q_qtoi__Q_stoq__Q_sub__fp_sub__Q_add__fp_add_fpu_normalize_fpu_error_nan_fpu_neg2wc_fpu_sub3wc_fpu_add3wc_fpu_rightshift_fpu_cmpli_fpu_set_exception__fp_sqrt_unpackdouble_unpacksingle___double_to_decimal___nox_double_to_decimal___nox_single_to_decimal___nan_written___inf_written___base_conversion_write_only_double___class_quadruple___nan_read___inf_read__fp_current_precision__fp_current_direction___class_double___class_single___quadruple_to_decimal___nox_quadruple_to_decimal__swapRD__swapTE__swapRP__swapEX_fp_accrued_exceptions_finite_func_to_decimal_file_to_decimal_decimal_to_extended_extended_to_decimal___pack_single___pack_double_fix_libc__decimal_to_single_decimal_to_double_double_to_decimal__doscan__doprnt_sgconvert_sfconvert_seconvert___pack_extended___unpack_single___unpack_double_sigfpe_string_to_decimal_single_to_decimal_econvert_fconvert_gconvert__mkarglst___quorem10000.urem.udiv___four_digits_quick_table__getarg__wrtchk_qgconvert_qfconvert_qeconvert_memchr_localeconv_strspn__xflsbuf_decimal_to_quadruple__filbuf_ungetc___integerstring_to_big_decimal___big_float_times_power___base_conversion_abort___pack_quadruple___inrange_double___inrange_single___set_ieee_flags___get_ieee_flags___free_big_float___inrange_quadex___decimal_to_binary_integer___big_decimal_to_big_binary___fractionstring_to_big_decimal___base_conversion_set_exception___big_binary_to_unpacked___decimal_to_binary_fraction___tbl_tens___decimal_to_unpacked___left_shift_base_two___digits_to_double___tbl_ntens___multiply_base_two___mul_10000short___fp_normalize___quorem___prod_10000_b65536_fp_class__fp_convert_double_to_int_gcvt__gcvt___gconvert_ieee_retrospective__fp_pi___get_accrued___get_nonstandard___fnonstd_used___get_traps___get_precision___get_direction_ieee_retrospective_infinity_quiet_nan_max_subnormal_min_subnormal_max_normal_min_normal_ir_fp_class____fp_set_exception___fp_rightshift___infnanstring_quadruple_to_decimal_j0_j1_jn_r_yn__r_y1__r_y0__r_jn__r_j1__r_j0__y0_y1_yn_SVID_libm_err_log_cbrt_r_erfc__erf_r_erf__erfc_exp_r_infinity__r_quiet_nan__r_signaling_nan__r_max_subnormal__r_min_subnormal__r_max_normal__r_min_normal__copysign___unpack_single_two__split_single_m1__split_single_22__split_single_23___class_extended__unpacked_to_decimal_two___unpack_extended_two__split_shorten___right_shift_base_two__split_single_6___unpack_double_two___tbl_baselg__split_double_51__split_double_m1__split_double_52__split_double_35__split_double_19___big_binary_to_big_decimal___binary_to_decimal_integer___arint_set_n___binary_to_decimal_fraction___double_to_digits___unpack_quadruple_two__split_double_3___decimal_round___longquorem10000___multiply_base_ten___tbl_10_big_digits___tbl_2_huge_digits___tbl_10_huge_start___tbl_2_small_start___copy_big_float_digits___tbl_10_huge_digits___tbl_2_small_digits___tbl_10_small_start___tbl_2_big_start___carry_propagate_ten___tbl_10_small_digits___tbl_2_big_digits___tbl_10_big_start___tbl_2_huge_start___multiply_base_ten_by_two___multiply_base_ten_vector___multiply_base_two_vector___mul_65536short___left_shift_base_ten___prodc_b10000____mul_65536_n___lshift_b10000___carry_in_b10000__test_sigfpe_master__default_sigfpe_handler__enable_sigfpe_master_ieee_handlers__sigfpe_master_sigvec___sin___cos_sinpi_aint___unpack_extended___fp_leftshift_ilogb_atan__tbl_atan_hi__tbl_atan_lo__tbl_log_hi__tbl_log_lo___rem_pio2__TBL_cos_hi__TBL_sin_hi__TBL_cos_lo__TBL_ipio2_53__TBL_ipio2_66__TBL_ipio2_inf___rem_pio2m_scalbn__TBL_sin_lo_anint_nint_rint_irint_issubnormal_signbit_isnormal_isinf_iszero_matherr_remainder_fmod_isxdigit_toascii__mb_cur_max_isalpha_isspace_isgraph_isascii_iscntrl_isalnum_islower_isupper_isprint_ispunct_isdigit/sw/loc/lib:/usr/openwin/lib:/usr/X11R5/libxX|h~F77cdl $H\`%`)\@$b$`㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠 㿠 㿠 㿠 㿠 㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠 㿠!㿠"㿠#㿠$㿠%㿠&㿠'㿠(㿠)㿠~*㿠{+㿠x,㿠u-㿠r.㿠o/㿠l0㿠i1㿠f2㿠c3㿠`4㿠]5㿠Z6㿠W7㿠T8㿠Q9㿠N:㿠K;㿠H<㿠E=㿠B>㿠??㿠<@㿠9A㿠6B㿠3C㿠0D㿠-E㿠*F㿠'G㿠$H㿠!I㿠J㿠K㿠L㿠M㿠N㿠O㿠 P㿠 Q㿠R㿠S㿠T(s=b@eCgFwJcPvWh_zerodAd@(#)db2.c 1.3 5/2/94sctstegapwfdircountsversionhelpusage: %s [-sc stachan ] [-ts start-time] [-te end-time] [-w wfdir ] [-gap {none|zero|interp}] [-counts] dbin dbout sac%lg%lgVersion: %s rr+css3.0No SCVs read@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@-12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 ?@@@Y@ÈwfdiscwfdiscTranslating... Can't read waveform data zerointerpCan't fix trace gaps Can't convert trace to counts segtype%-8.8s%-8.8s%-8.8s%04d%03d%02d%02d%02d.%02d.%s.%s%s/%sw WARNING (output_data): Output file %s is not available for writing. Execution continuing. dirdfilefoffcalibdatatypet4timeendtimensampWriting %s, %s, %5d samples (BINARY), starting %04d %03d %02d:%02d:%02d:%04d UT WARNING (output_data): failed to properly write SAC header to %s. Execution continuing. WARNING (output_data): failed to properly write SAC data to %s. Execution continuing. ??wfdiscread_trace: Unable to find input file '%s' timesampratensampdatatypesegtypefoffcalibcalperread_trace: Unable to read input file '%s' read_trace: Malloc error on Trace structure. rread_file: Unable to open '%s' read_file: fseek() error on '%s' read_file: Malloc error. read_file: fread() error on '%s' read_file: Read %d samples but expected %d on '%s' css2.8SCV_create: CSS28_create() error. r+SCV_create: DBL_read() error. css3.0SCV_create: CSS30_create() error. r+SCV_create: DBL_read() error. SCV_create: Unrecognized Schema '%s'. css2.8SCV_create_from_wftar: CSS28_create() error. r+SCV_create_from_wftar: DBL_read() error. css3.0SCV_create_from_wftar: CSS30_create() error. r+SCV_create_from_wftar: DBL_read() error. SCV_create_from_wftar: Unrecognized Schema '%s'. SCV_get: NULL scv passed. SCV_get: Unknown attribute. SCV_return(): NULL scv passed SCV_return(): unknown attribute requested SCV_sift_stachan(): NULL scv passed SCV_sift_stachan(): (nscvs < 1) SCV_sift_stachan: error return from match_stachans. SCV_sift_stachan: malloc error. SCV_sift_stachan: realloc error. css2.8css3.0SCV_read_wfs: Unrecognized Schema '%s'. css3.0SCV_read_wfs: Unrecognized Schema '%s'. SCV_get_trace: NULL scv passed. css2.8css3.0SCV_get_trace: Unrecognized Schema '%s'. SCV_get_trace: NULL scv passed. css3.0SCV_get_trace: Unrecognized Schema '%s'. SCV_get_rawtrace_nodata: NULL scv passed. css3.0SCV_get_trace: Unrecognized Schema '%s'. SCV_get_arrival: NULL scv passed. SCV_get_arrival: arr is not a valid index: %i SCV_get_arrival: Unknown attribute. ARR_get: NULL arr passed. ARR_get: Unknown attribute. css2.8css3.0SCV_add_arrival: Unrecognized Schema '%s'. css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0SCV_put_arrival: Unknown attribute. SCV_put_arrival: Unknown error discovered... css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0SCV_put_arrival: Unknown attribute. SCV_get_segment: NULL scv passed. SCV_get_segment: NULL seg is out of range: %i SCV_get_segment: Unknown attribute. SEG_get: NULL seg passed. SEG_get: Unknown attribute. scv_add_arrival: malloc error. scv_add_arrival: realloc error. scv_add_arrival: malloc error. -???@SCV28_create: No input database. wfdiscSCV28_create: No wfdisc relation. wfdiscwfdiscSCV28_create: No wfdisc tuples. arrivalsiteSCV28_create: Unable to convert tstart_sift ('%s'). SCV28_create: Unable to convert tend_sift ('%s'). wfdiscstachantimensampsmpratdirfileSCV28_create: realloc error. SCV28_create: error return from match_stachans. SCV28_create: malloc error. SCV28_create: malloc error. SCV28_create: realloc error. SCV28_create: malloc error. arrivalarrivalstachantimephasefmampperremarkSCV28_create: malloc error. SCV28_create: realloc error. SCV28_create: realloc error. range: +/-%lfSCV28_create: error return from match_stachans. SCV28_create: malloc error. SCV28_create: malloc error. SCV28_create: realloc error. SCV28_create: malloc error. SCV28_create: malloc error. range: +/-%lfsitestachanondateoffdatlatlonelevdeastdnorthhangvangSCV28_create: WARNING - lat-lon change for same sta-chan. SCV28_create: WARNING - lat-lon change for same sta-chan. SCV28_create: No input database. wftarSCV28_create_from_wftar: No wftar relation. wftarwftararrivalsiteSCV28_create_from_wftar: Unable to convert tstart_sift ('%s'). SCV28_create_from_wftar: Unable to convert tend_sift ('%s'). wftarstachantimensampsmprattarnamtpfileSCV28_create_from_wftar: realloc error. SCV28_create_from_wftar: error return from match_stachans. SCV28_create_from_wftar: malloc error. SCV28_create_from_wftar: malloc error. SCV28_create_from_wftar: realloc error. SCV28_create_from_wftar: malloc error. arrivalarrivalstachantimephaseSCV28_create_from_wftar: malloc error. SCV28_create_from_wftar: realloc error. SCV28_create_from_wftar: realloc error. SCV28_create_from_wftar: error return from match_stachans. SCV28_create_from_wftar: malloc error. SCV28_create_from_wftar: malloc error. SCV28_create_from_wftar: realloc error. SCV28_create_from_wftar: malloc error. SCV28_create_from_wftar: malloc error. sitesitestachanondateoffdatlatlonelevdeastdnorthhangvangSCV28_create_from_wftar: WARNING - lat-lon change for same sta-chan. SCV28_create_from_wftar: WARNING - lat-lon change for same sta-chan. SCV28_create_from_wftar: WARNING - no site info for stachan '%s:%s'. SCV28_read_wfs: get_wfdisc28_trace_data error. SCV28_get_trace: get_wfdisc28_trace_data error. SCV28_get_trace: malloc error for Trace structure. arrivalarrivalstachanwfdiscwfidchidarrivaltimewfidchiddatearrivalphasearrivalfmarrivalamparrivalperarrivalauthdeltim: +/-%farrivalremarkarrivalremarkSCV28_put_arrival: Unknown attribute. wfdiscwfidchidarrivaltimewfidchiddatearrivalphasearrivalfmarrivalamparrivalperarrivalauthdeltim: +/-%farrivalremarkarrivalremarkARR28_put: Unknown attribute. ?@SCV30_read_wfs: get_wfdisc30_trace_data error. SCV30_read_wfs: get_wfdisc30_trace_data error. SCV30_read_wfs: get_wfdisc30_trace_data error. SCV30_read_wfs: Illegal input arguments. SCV30_get_trace: get_wfdisc30_trace_data error. SCV30_get_trace: get_wfdisc30_trace_data error. SCV30_get_trace: get_wfdisc30_trace_data error. SCV30_get_trace: Illegal input arguments. SCV30_get_trace: malloc error for Trace structure. arrivalarrivalarrivalstachanarrivalaridwfdiscwfidarrivaltimejdatearrivaliphasearrivalfmarrivalamparrivalperarrivalautharrivaldeltimSCV30_put_arrival: Unknown attribute. arrivalaridwfdiscwfidarrivaltimejdatearrivaliphasearrivalfmarrivalamparrivalperarrivalautharrivaldeltimSCV30_put_arrival: Unknown attribute. _B_8?@v8SCV30_create: No input database. wfdiscSCV30_create: No wfdisc relation. wfdiscwfdiscSCV30_create: No wfdisc tuples. SCV30_create: Unable to convert tstart_sift ('%s'). SCV30_create: Unable to convert tend_sift ('%s'). *abSCV30_create: bad station channel sift key:'%s'. Can't allocate scv->segments Can't allocate scv->segments Can't allocate *scvs Can't allocate *scvs Can't allocate scv wfdiscwfdiscwfdiscstachanchanidtimensampsampratecalibcalperdatatypesegtypedirdfilectsunknm/secnm/s^2nmarrivalsitearrivalstachantimeiphasefmdeltimampperCan't allocate scv->arrivals Can't allocate scv->arrivals Can't allocate arr_ptr sitesitesitestaondateoffdatelatlonelevdeastdnorthSCV30_create: WARNING - lat-lon change for sta %s. SCV30_create: WARNING - no site info for stachan '%s:%s'. sitechansitechansitechanstachanchanidondateoffdateedepthhangvangsensorsensorsensorstachanchanidtimeendtimeinidcalratiocalpertshiftMultiple sensors match segment: station %s channel %s tstart=%lf instrumentinstrumentinstrumentinidncalibncalperdirdfilerUnexpected failure: file %s, line %d SCV30_create.cF&C????qI????????F&CqIsegments2s4t4zeros2s4t4interps2s4t4noneSCV_trace_fixgaps: Unknown type %s. SCV_trace_fillgaps: Missing raw data. SCV_trace_fillgaps: raw data format inconsistancy. SCV_trace_fillgaps: raw data dt inconsistancy. SCV_trace_fillgaps: raw data time inconsistancy. SCV_trace_fillgaps: copytr() error. s2s4t4SCV_trace_fillgaps: Illegal data format '%s'. SCV_trace_fillgaps: Malloc error. s2s4t4SCV_trace_glue: Missing raw data. SCV_trace_glue: raw data format inconsistancy. SCV_trace_glue: raw data dt inconsistancy. SCV_trace_glue: raw data time inconsistancy. SCV_trace_glue: copytr() error. SCV_trace_glue: copytr() error. SCV_trace_glue: Malloc error. SCV_trace_tofloat: Malloc error. ctss2s4t4g2SCV_trace_tofloat: Unknown data format %s. s2s4t4SCV_trace_toraw: Unknown data format %s. SCV_trace_toraw: Malloc error. s2s4t4copytr: Malloc error. copytr: Malloc error. copytr: Malloc error. ****^$match_string: %s. Can't allocate new !(-4;BHPX_dj Can't allocate db r+Can't allocate db1 arrivalarideventevidinstrumentinidnetmagmagidoriginoridremarkcommidstamagmagidstassocstassidwfdiscwfidwftagtagidCan't allocate db ///.Z.gzUnexpected failure: file %s, line %d dbgetv.cno field %s in table %s. Can't resolve db pointer in dbgetv: %d %d %d %d bad db type in dbputv Table %s is opened read-only and cannot be updated no field %s in table %s. Can't resolve db pointer in dbputv: %d %d %d %d bad type %d set for %s in table %s. ~ @????wfdiscdatatypetimeendtimesampratensampfoffcalibt4s2s4g2get_wfdisc30_trace_data: unknown wfdisc datatype '%s'. rCan't seek in waveform file %s get_wfdisc30_trace_data: malloc error. get_wfdisc30_trace_data: realloc error. get_wfdisc30_trace_data: malloc error. get_wfdisc30_trace_data: malloc error. wfdiscgetwf: wfdisc table doesn't exist. wfdiscwfdiscgetwf: tuple index outside of range. getwf: error return from get_wfdisc30_trace_data. getwf: Truncating data array. wfdiscwfdiscputwf: wfdisc table doesn't exist. wfdiscputwf: tuple index outside of range. wfdiscnsampdatatypecalibfoffputwf: Illegal no. of samples. putwf: Can't write file %sputwf: Won't overwrite existing file %s. t4putwf: Malloc error. s2putwf: Malloc error. s4putwf: Malloc error. putwf: Unknown datatype %s. putwf: Error opening file %s. putwf: Error writing file %s. putwf: output writing file %s truncated. dbadd requires db pointer to table Can't write to table %s Expecting to add scratch record to %s, but scratch record doesn't exist. Table %s is opened read-only and cannot be updated Can't allocate table->data lseek fails. Can't write record: %s .dir.dfiledirdfile.Z.gzdirdfile.Z.gzUnexpected failure: file %s, line %d dbgetv.cno field %s in table %s. Can't resolve db pointer in dbgetv: %d %d %d %d r+dbALLrdbALLdbNULLdbALLdbSCRATCHCan't allocate temp Can't allocate temp_record_name Can't allocate temp Can't allocate temp_record_name lastidkeynamelastidkeynamekeyvaluelddatekeyvaluekeyvaluelddatecss3.0rr+Invalid open flag : '%s' rCan't allocate schemafile Invalid database description file: %s Can't allocate database->dbpath Invalid database description file: %s Can't allocate database->openperm Table %s is opened read-only bad db type in dbputv Table %s is opened read-only and cannot be updated no field %s in table %s. Can't resolve db pointer in dbputv: %d %d %d %d bad type %d set for %s in table %s. dbquery doesn't recognize code %d dbquery doesn't support code %d can't create view without specifying database. View%dCan't allocate newrel->name #View %s #Database %s %d #Table %s %d # #View %s #Database %s %d #Table %s # Can't write view -- invalid db pointer. #View %s Can't read view name -- bad view format #Database %s %d Can't read database name -- bad view format r+Can't open database %s #Table %s %d Can't read table name -- bad view format Table %s (%s) has changed since the view was created. No tables in view. Can't allocate data Can't allocate data Extra garbage at end of view w+Can't open file %s to save view Waveform not implemented yet. Response not implemented yet. bad type %d Waveform not implemented yet. Response not implemented yet. invalid type code %dWaveform not implemented yet. Response not implemented yet. bad type %d Waveform not implemented yet. Response not implemented yet. invalid type code %dBad database id %d in db pointer Bad table id %d in db pointer illegal reference to field in (null) scratch record of view Bad field id %d in db pointer Bad record id %d in db pointer .././././..schemas/SCHEMA_DIR.Can't allocate table->data r+rr+w+Can't open table %s r+rr+w+Can't open table %s Table '%s' has invalid length. wCan't mmap table '%s'. ,.Can't allocate table Can't allocate database Can't allocate schema Can't allocate attribute Can't allocate relation Can't allocate table->scratch Can't allocate nullrecord rUnexpected failure: file %s, line %d open_schema.cCan't open schema file '%s'. Parsing error in input schema 7M %&!"#$'A123b0^UT`RQPONLK*+,-./H?6 Cda\[ZYXWV)JID@>=<;:5S  (]948EFGB %&!"#$'120c*+,-./_654$3#"! 21*)('&%$"! [Z8YXBWOVUTSRNMP                   ;(;((((((;((()))))))))))  !"#$&- '(2)*+,1 %4/035.db : %s while compiling relation near line #%d db : %s while compiling attribute near line #%d db : %s while compiling schema near line #%d db : %s near line #%d out of memoryyacc stack overflowsyntax errorbad attributebad relation # #'%&%&$&"%&%&#%& #%&#%&#%&#%&#%&#%&#%&#%&#%&#%&#%&#%&#%&#%&!%&# ######################################################### ################## ############################# ############# ############ ############  #&),/258;>ADDDDEFHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*)  %&? 'zv{uyrw'|vtrvqzuxqnqdcjpp_^]dhbibgbSYSXUMNiQ[QHGPMEOBOBIPOJGHKJ6D9:5060-.-,1/73.%''M5  !"?@#( %&)'.$H0/1\j2kI]3~}|{zyxwvutsrqponmlihgfedcba`_^[ZYXWVUTSRQPONMLKJGFEDCBA>=<;:987654-,+*  ''    /BOO/B~}|{yxwvutsqponmlkjhgfedba^]\[ZYXVTSRQPNMLKJIHGFEDCA@?>=<;:9876543210.-,+*)(&%$#"!  Can't allocate cp Can't allocate cp Can't allocate cp fatal flex scanner internal error--no action foundfatal flex scanner internal error--end of buffer missedfatal error - scanner input buffer overflowread() in flex scanner failedflex scanner push-back overflowunexpected last match in input()out of dynamic memory in yy_create_buffer()out of dynamic memory in yy_create_buffer()Duplicate Attribute %s in schema %s Attribute %s in relation %s not found Can't allocate f Field %s used more than once in relation %s Can't find unique id field %s in relation %s Duplicate relation %s in schema %s Can't allocate tbl->arr Can't allocate tbl->arr Can't allocate tbl Can't allocate arr Can't allocate n Can't allocate stbl //JSPC/sw/data/`***%s *fatal error* : %s: %s: %s System error code #%d ** Too many error messages -- Error Buffer Overflow. (repeated %d times) HQl*;`No matchInvalid regular expressionInvalid collation characterInvalid character class nameTrailing backslashInvalid back referenceUnmatched [ or [^Unmatched ( or \(Unmatched \{Invalid content of \{\}Invalid range endMemory exhaustedInvalid preceding regular expressionPremature end of regular expressionRegular expression too bigUnmatched ) or \)alnumalphablankcntrldigitgraphlowerprintpunctspaceupperxdigitalphaupperlowerdigitalnumxdigitspaceprintpunctgraphcntrlblankNo previous regular expressionMemory exhaustedMemory exhaustedSuccess%W% %G%get_option: Option argument not retrieved get_option: All options were retrieved -get_option: More than one '-' seen --get_option: unknown option type get_option: illegal compound option get_option: unknown option... get_argument: Argument not expected now --get_argument: special argument not expected ------get_argument: internal error get_directory: empty argument list get_input_file: empty argument list rget_input_file: can't open input file '%s' get_output_file: empty argument list wget_output_file: can't open output file '%s' last_argument: empty argument list last_input_file: empty argument list rlast_input_file: can't open input file '%s' last_output_file: empty argument list wlast_output_file: can't open output file '%s' open_file: unable to close the old file open_file: NULL file name given -r-wrwopen_file: can't open file '%s' open_file: can't open file '%s' for '%s' readable_file: called with null file_name readable_file: can't stat file '%s' rreadable_file: file '%s' is not regular writable_file: called with null file_name writable_file: can't stat file '%s' awritable_file: file '%s' is not regular ///ERROR(clean_path): unknown state %i ERROR(clean_path): unknown error  @wd.cfr%s %s readexpstrdupRegexp error %d .directory does not exist: %s Can't cd to directory %s /Can't create writable directory %s /usr/ucb/compress %s & .Z.gz/usr/tmpwaveformzcat %s > %s@ @N@@ @N??>h?ə@?@@$@.@4@>@N@^@r@@ @@ @ ?6C-"3"7";"?"C"G"K"O"S"W"["_@@8@ @N%15.3lf %8d %s %2d,%4d %2d:%02d:%02.3f jafmarapmayjunjulausondJanFebMarAprMayJunJulAugSepOctNovDec%02i/%02i/%i         !"# !"##$16=EN?ZbkqyCPA;&%kkkkkkkkkkkkkkkklkkkkkkkkkkkkkkkkkkkkmnkkkkkkkkkkkkkkkokkkkkkkkkkkkkkokkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk    !34ji)))))*****h"+++++,,,,,-----5gfed6)))))<<<<<=====IIIIILLLLLIIIIIVVVVVWWWWWVVVVV_____cb**++KaK`^]\[ZYXJUTSRQPONMJHGFEDCBA@?>;:987210/.('&%$# kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk " "ie c#a`^]#))))),,,,,,,,,---------:::::<<<<<<<<<IIIIIJJJJJLLLLLLLLLVVVVVWWWWWWWWWl\[lmmnnoZoYUTSQPONKHGFEBA@?>;987543210/.+*'%$!  kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk@N%lf%d/%d/%dBad date format%d,%4d%3d%d(%d)%d%d:%d:%lf%d:%dstr2epoch: can't interpret '%s' fatal flex scanner internal error--no action foundfatal flex scanner internal error--end of buffer missedfatal error - scanner input buffer overflowflex scanner push-back overflowunexpected last match in input()out of dynamic memory in yy_create_buffer()out of dynamic memory in yy_create_buffer()@N@ ,   X |,0\,8th`l,(h ,,?pazfapfiriirtheoreticalmeasuredCan't allocate gp Can't allocate rp Can't allocate rp->groups Can't allocate rp->groups %s %d %s %s %sBad source = '%s' in file Unknown filter type = '%s'%s%-12s %2d %-12s %-6s %s r?Can't allocate pfir Can't allocate pfir->num_coefs Can't allocate pfir->num_coef_errors Can't allocate pfir->den_coefs Can't allocate pfir->den_coef_errors Can't allocate pfir %lg %d%dCan't allocate pfir->num_coefs Can't allocate pfir->num_coef_errors %lg %lg%dCan't allocate pfir->den_coefs Can't allocate pfir->den_coef_errors %lg %lg%.18lg %5d %8d %.18lg %.18lg %8d %.18lg %.18lg Can't allocate ppaz Can't allocate ppaz->poles Can't allocate ppaz->pole_errors Can't allocate ppaz->zeros Can't allocate ppaz->zero_errors Can't allocate ppaz %lg %lg%dCan't allocate ppaz->poles Can't allocate ppaz->pole_errors %lg %lg %lg %lg%dCan't allocate ppaz->zeros Can't allocate ppaz->zero_errors %lg %lg %lg %lg%.18lg %.18lg %8d %.18lg %.18lg %.18lg %.18lg %8d %.18lg %.18lg %.18lg %.18lg ?Can't allocate piir Can't allocate piir->poles Can't allocate piir->pole_errors Can't allocate piir->zeros Can't allocate piir->zero_errors Can't allocate piir %lg %lg%dCan't allocate piir->poles Can't allocate piir->pole_errors %lg %lg %lg %lg%dCan't allocate piir->zeros Can't allocate piir->zero_errors %lg %lg %lg %lg%.18lg %.18lg %8d %.18lg %.18lg %.18lg %.18lg %8d %.18lg %.18lg %.18lg %.18lg @(#)_Q_div.c 1.8 91/02/11 SMI@(#)_Q_dtoq.c 1.8 91/02/11 SMI@(#)_Q_fcc.c 1.7 91/02/11 SMI@(#)_Q_cmp.c 1.8 91/02/11 SMI@(#)_Q_cmpe.c 1.8 91/02/11 SMI@(#)_Q_itoq.c 1.8 91/02/11 SMI@(#)_Q_mul.c 1.8 91/02/11 SMI@(#)_Q_neg.c 1.7 91/02/11 SMI?@(#)_Q_qtod.c 1.8 91/02/11 SMI@(#)_Q_qtoi.c 1.8 91/02/11 SMI@(#)_Q_stoq.c 1.9 91/02/11 SMI@(#)_Q_sub.c 1.8 91/02/11 SMI@(#)_Q_add.c 1.12 91/02/11 SMInY~7<u@(#)_Qfdiv.c 1.6 91/02/11 SMI??@(#)__f77_base.c 1.7 91/02/11 SMI@(#)__infinity.c 1.5 91/02/11 SMI?@(#)_swapFLAGS.S 1.11 91/02/11 Copyr 1988 Sun Micro@(#)finite.S 1.4 91/02/11 SMI@(#)fix_libc_.c 1.18 91/02/11 SMI5555556(null)0123456789abcdef0123456789ABCDEF-+ 0x0X-+ -+ -+ 01234567890# +-.0123456789hL$01234567890# +-.0123456789h$@(#)decimal_bin.c 1.19 91/10/01 SMI@ decimal exponent %d binary exponent %d @(#)_base_sup.c 1.11 91/02/11 SMIAe __big_decimal_to_big_binary exponent %d __big_decimal_to_big_binary exponent %d 88!INFINITYNAN(@(#)fp_class.c 1.7 91/02/11 SMI?.B9?.B=95yÇHuA9@j:EATE^AgJA`z!aA>j3GA Q;@of\6?!<KrF_،|{7cRlHkh}=A!<KrA$X A FVh`A X@άr*F@yW2}?RD co4T"C~e\mnBt! yE˔A45AD{3K[pD43! C:WeCU@?}B\BNkH AES'A.HW@ ϣ;?@ @ @P@ @(#)j1.c 1.4 91/02/11 SMI?_0mȃ?!TD-D?#h= 홙CǼ_ aBڭzYs@]An:@ɧQa @>JDO#h=C9u"Ck 8YBnxqB^J0A7*--A6aQ@f>?PtFZb)Y0O67?IYb`.wqPtFZbzXY޳w7/2 u?@8:O@ɒ M@(-b @6@pw@A.A%ѣA;B ЀA5īk&CAnHLF@GZ@@{?ĵ\HD~$/waPnC0ZÅcb(bC 3 i C‚ٓA@# D|PG'gDrjaXhCd+pJCx k"B{Bb Aљ=J$A7ڒAR@1q~k?@ ?@@ @?@P@ @(#)cbrt.c 1.9 91/02/11 SMI*x)x?__%24??mn?mm??񙙙@(#)r_erf_.c 1.6 91/02/11 SMI@(#)erf.c 1.8 91/02/11 SMInY?? PBm? PBm@S]@wÈR@\wNM6]@ I>C?ǐZ1"@8yB;@ wR@n~U@74/? >@!,5@P @r)b@&+@0]@(!#ok@9[>Wp<_X@/}f@]li@rt@U좝'@5m@ |@޼? @9[_a?ӊxe?$%? /?xDŵ?E q,9?B}}?c!G??@$@?@@$@<@0?@(#)r_ieee_vals_.c 1.6 91/02/11 SMI@(#)fabs.S 1.11 91/02/11 SMIInfInfinityNaNCd binary exponent %d binary exponent %d decimal exponent %d decimal exponent %d @(#)__floatprint.c 1.6 91/02/11 SMI?eoCAy7>. &֕AeA>Ey0:Aׄ?@@(#)__x_power.c 1.11 91/11/26 SMI libc base conversion file %s line %d: %s__x_power.c@(#)_sprintf_sup.c 1.11 91/02/11 SMI@(#)_base_il4.S 1.5 91/02/11 SMIinvalid operandinexactdivision by zerounderflowoverflowFloating point exception %x, %s, occurred at address %x @(#)sinpi.c 1.6 91/02/11 SMI@ !TD-C0C@??@@??KHKQINFINITYNAN(@(#)atan2.c 1.9 91/02/11 SMI?.B9?.B=95y+?g\?1?a^?ѽX ?9?ؚ3B[?#쿘L?D{̏c?܏ǚ"?jġ?_?%R?r%*?T?_^p@?y^?3O?V*?Fr?]>?*-&[ū?@L5-@(#)cos.S 1.5 91/02/11 SMI?@(#)sin.S 1.6 91/02/11 SMI@(#)__cos.S 1.6 91/02/11 SMI?UUUQ(?b̝?UUUO[5VkU%i>9)9@c(?UQ_z @(#)__rem_pio2.S 1.5 91/02/11 SMI?Ap?_0mȃ?!TD-?!TD-?!T@=дabc1=д`=дa`;.ps;.9{% I@(#)__rem_pio2m.c 1.6 91/02/11 SMI?!@>tD-tD-tD-<?Ap>p?@ ?@(#)__fp_pi.c 1.4 91/02/11 SMI@(#)__sin.S 1.6 91/02/11 SMI?UUUQ(?b̝UUUUT?*uK>㦗'c(?UQ_z @(#)rndint.S 1.4 91/02/11 SMIC00??@(#)exp.S 1.15 91/02/11 SMI@.B9@I-0Q??;s?.B9?.B9?.B=95yfl?Vj%,Ak>f7ir?Ge+<F)>Y9?.B9?.B=95y>0?UUUU)ffJ7 ??Yt?Xl?[Q?r<}Q{?ԇ1h?8znub8?? 1?q7:?ަL4"?N`a-?6*'?4+VO?HT)?$~:U?f;?u_t?s?%L?B*?77?đ?U>%]?蟙Zӭ?v^G?݅R? i?X?3{_??Pv[nE@%]@ 蟙Zӭ@ v^G@ ݅R@ i@ X@ 3{_@@Pv[nE@@(#)ieee_func.S 1.17 91/02/11 SMICP<@(#)sqrt.S 1.14 91/02/11 SMI<`CP>@????.MgkzfJ 5RI\n4~_E~=fkh>yMEaɉm{T*5,Nn.R3JQQ Y$@(#)__SVID_error.c 1.14 91/02/11 SMI?.B9?.B=95yL]l }р߀ #XpՀ)6CP_n  d΂@@f|%ǀT`#z   6    Ȃ ߂  4% N j }   ` Հ` Z v   % * ?a U@ @˂6\߂]h $@ U j Dy ƀ  )f t  :c( q }ʀ+8*Mɀ     òۀ`p&6 ؀  (bC$"]߀\\'(((g(s(=(J  ŀ!ɀ!܀@"΀@"#$_%%#h%h&h&h&'')'>& t'e$"D2"D2"D4"D5"D7"D8"D9"'r '$"DG"'D'HDG"'DI"'DK#'ɀDM# '܀DP#'&(((+DV#((8(C(d(pDY#@(DZ#L(D[#X(|(l(h(րd(`Db#dDe#tDg#Dk#Dl#Dm#Dn#Do#Dr#Ds$Dt$Du$ Dv$(Dy$0Dz$<D}$DD~$PD$XD$tD$|D$D$D$D$D$D$Dg$D%\D%hD%tD%D%D%D%D%D&D&8D&DD&XD&pD' D'$D'8D'D('P( )d'P).d'P):)d)~))ˀ)**6*W*p*** **1*7A+ +)]+C+Q+s++Ȁ+, , ,2 ,O,y--< -.C. . ./$ /1 / //À/00Q 00122 l2@3l33x4x54x5Ҁx6yx7+x7ـx8x9?x9x:x;Zx< x<&x <'<>`>> ?}U??:?W?e?t??????@0@@@d@s@@@@@@ŀ@Ҁ@߀@@ A8 AGA^rAs%AAaeA@Bj@CC+C?CX Cl9C C̀ CـDD%DDDDE"E- E; EI EW EeEƀF$F2FFƀGzG H, H@ HRHgH|1H$"HHɀ\IҀ\IJQJb(KK(KW(L((L4(L(M M̀NOnO@Pk@P}QHQRRhSthT@hTphT~T1T0UV0UUUU$'PD'PUӠDUߠHU@ULV@VPV#XV0`V?dVMhD'lVZV{xVxVVVԀtVpWdW#`W/\W;XWKTW[PWkLWzHWDW8W0WWڀWWhX XX-D:'lD;'D<(D=(,D?(8DD(DG(DI(DL)DO)(DP)TDQ)DR)DS)DT)DU)DW)DZ)D[*8D\*LD]*\D`*pDa*Db*Dd*De*Df*Dh*Dj*Dm*Dp+Dq+Dt+Du+LDx+`D{+hD~+pD+D+D+D+D,@D,HD,PD,XD,`D,hD,pD,xD,D,D,D,D- D-PD-D-D-D-D-D-D-D-D-D.D.,D.0D.HD.dD.D.D.D.D.D/D/(D/@D/`D/lD/D/D/D/D/D/D00D0LD0dD0xD0|D0D0D0D0D0D1 D1(D1LD1dD1dD1D1D1D1D1D1D1D1D 1D 1D 1D2D2D2D2D34D3XD3pD3pD3D3D3D3D3D4D4D4$DG40 D4DX?4PXLd4PXsd4PXXXĀXYY4YZY|YYYрYY Z Z"~vZ;1ZWZtZZZZZZƀZ[[G[V[x[[[[[ŀ[Ҁ[߀[[\\ \P \^\sMA\\]/]d]^ ^&^>~^S%^k^ai^@_J@_` 6/``<]`V` ` a a"a; aO9ah a aabbhbubbӀcc c c, c: cHcdddde]em f f# f5fNߗfef~ff*ff gDg`h7`hh׀ i.iGi^isii5i$"ii\j\k krk(ll(lx(mI(mU(n(n,nopp@q@q€rs@sthtˀhuhuπhu$h4PD4PuDu@v HvPD4lv%v2v?vNvYvevqhvvvvvvv̀v؀D4lD4D4D4D!4D"4D#4D$4D%5D&5D'5D(6D)6,D*68D+6\D,6xD-6D.6D/6D06D16D26D36D47D77D87,D97<D:7TD;7`D=7lD>7|D?7D@7DA7DB7DC7DD7DE7DF7DG8DH8DI8DJ8TDK8\DL8d DM8pv$8|DX8|vDwHw LwPw,TDX8w@wSw[LD^8D_8D`8Da8Db8Dc9De9Df90Dg90Dh9LDi9XDk9dDl9Dm9Dn9Do9Dq9Dr:Ds:Dt:Du:0Dv:<Dw:LDy:XDz:XD{:D~:D:TD:wf:wld:wd:wwÀw݀xx*xMxsxxxπxxy y%dy<yRߑy[ytyyyǀ z(zd`{`{1{ | }Q|$|@|]|k|z||||||}0}?}a}o}~}}}}}}΀}ۀ}} ~2 ~@~Wl~l%~~ac~@c@$6)8U]o  , ;T h9 ɀ Հ!) 7 E S a€ .€v ( < Ncx/$"ŀ\΀\M^(G(S($(0((ɀ|@z@WhhOhh10=0g$:Dh:DHLPTӠX\`Dh: &.;$Dm:Dn:Do:Dp; Dq;Dr;4Dt;@Du;hDv;Dx;Dy;Dz;D{;D|;D}< D<D<@DD>pD>D>D>G$>D>eDsHLPTXǠ\ڠ`dhD> D>D>D>D?D?D?,D?8D?`D?xD$?D%?D&?D'?D(?D)@D+@ D,@HD-@`D/@lD4@xD5@xD6@D8@$@Dd@&DDd@@KVa Dj@Dk@Dl@Dm@DnADpA DrA(DsALDuATDvAlDwA|DyADzAD{AD}AD~ADADADADBDBDB4DBLDBTDBlDBDBDBDBDBDBDBDBDCDC,DC4DCLDCdDClDCDCDCDCDCDCDCDCDCDDDsD DDm$DDDDHDDDDDDDDDDDEDEDE$DE4DEDDETDEdDEtDEDEDEDEDEDEDEDFP$F\D$F\DHˠLߠPD$Fx  D)FxD*FD+FD,FD.FD/FD0FD2FD3GD4GD5G D6GXD8GhD9GD:GD<GD=GD?GD@GDAGDBHDEHDFH<DGHLDHHdDKHpDLHD4HDNHDOH$HDiH(D5HDiHB8DlHDmIDnIDoITDpI`J$IhDIh[DDIxgDIxDIDIDIDJ,DJDJDJDJDJDK DK(DK<DKLDKXo$K`DK`DDKpDKpDKDKDKDKDLDL8DL8DLTDL`$LlDLlDDL|DL|DLDLDLDMDMDM,DM8$hMDD MDDHPD Md D MdD MtD MDMDMDMDN DN@DNxDNxDNDN$hND:N0D<HKPD:NXD=ND>ND?NDBODCO<DDO\DFODGODHODJOe$hODjODHPDjO4DmODnODoP DrPDsPTDtPtDvPDwPDxP DzP$PDPѠhDDP߀hh<DPDQDQDQTDQDQDQDQ$@QDQDDQ(3>IT0DQDQDRDRDRDR0DR<DRTDR|DRDRDRDRDRDSDSDS0DSXDS`DSxDSDSDSDSDSDTDT(DT0DTHDThDTpDTDTDTDTDTDUDUDU$DU|DU`$@UD$UpDD$U@D*UD+UD,UD-UD/VD2VD3V@D5VHD6V`D7VxD9VD:VD;VD=VD>VD?VDAVDBWDCW DEW(DFW@DGWPDIWXDJWpDKWDMWDNWDOWDQWDSWD3WDXX,DYX8$XDDsXDΠDڠHDsX\DuX\DvXxDwXDxXDyXDzYD|Y4D}Y4D~YPDY\$YhDYh DDY%0;F@QYfq}DYDYDYDYDYDYDZDZ4DZXDZ`DZDZDZDZD[D[ D[8D[XD[D[D[D[D[D\D\(D\HD\hD\pD\D\D\D\D]$D],D]HD]hD]D]D]D]D^D^$D^TD^tD^D^D^D^D_D_$D_DD _LD _dD _D_D_D_D_D` D`D`D`D`&0D `$`DC`DDCa@ɀрހ&`DKaDLaDMa0DNapDOaDQaDRaDUaDVbDYb0DZb\D\bdD]b|D`bDabDdbDec DgcDhc,DkcLDlcxDocDpcDrcDscDvdDwd4DzdTD{dD}dD~dDdDdDeDeDDeLDehDeDeDeDfDfDf(DfHDftDfDfDfDfDfDg$DgDDghDgpDgDOgDh(-Dh4$h@Dh@DDhd4?JYd-DhdDhlDhDhDhDhDhDhDiDiDiDi(DiLDiTDilDiDiDiDiDiDjDjPDjXDjpDjD jD jD kDkDk DkTDk\DktDkDkDkDlDl Dl$DlXDl`DlxD lD"lD#lD$mD&mD'm0D(mlD*mtD+mD,mD.mD/mD0nD2nD3n4D4nhD6npD7nD8nD:nD;nD<oD?oDAo0Do<DEo5<DFop$oD[oDHD[p5`D^pD_p,DapHD_pDcp6TDdq$qDqD͠HDq$ـ6tDq$Dq4DqLDqXDq`DqpDqpDqDqDqDqDqDqDqDqDrDrDr Dr0DrPDr8Dr$rDrDHDr@$8,DrDrDs DsDs4DsHDs`DshDstDsDsDsDsDsDtDtDtDt$Dt4DtLDtXDtxDtDtDtDtDtDtDu Du0Du<DuP:Du\,$uhDuhCDTHDu|Du|DuDuDue$vD v}@D@HD vD vD vXDvDvvdvdvހ"Moڀ/CU jߕs ߀ @`8`1Հ +}YD`}ÀπP_ǀԀ  R `wx%agπ@@4D6-Xu] ڀ L [t 9  5AÀ >I W e s @NҀ H \ n3$"\\m~(g(s(D(P(('@@w%րhhohh1$vDvՠDHLPTDv'2EUcks{ʀԀ߀@0xt pl D&vD'vD*vD+wD-w D.wD1w4D2wLD4wXD5wpD6wD9wD:wD=wD?wDAwDCwDFxDGxDHx4DKx@DMxPDPxlDQxlDRxDVxDWx*h6dETcDo$|D`xDaxDbxDcxDdxDexDfxDgxDhxDiyLDjydDkyxDmyDoyDpyDryDtyDuyDxyDyyD|zD~zhDzDzDzD{0D{PD{hD{|D{D{D|(D||D|D}0D}|D}D~(D~XD~tD~D~D~D~Dy~DDD$D<DLDdDxDDDDDDDDDDD$D<DPDpDDDDDDDDDD(D8DHD\DpDDDDDDDDD(D@DTD`DpDDDDDDDDDD$D, DW4DHDdDDDDD \L<,Ȁ ր LDDDDDDDDDDDD!D"D$D&D' D*D+D.4D0D2D7D8D;D<0D=DD@PDBlDDDIDJDM$DN<DOPDU\DWDXD[D\D]D_D`(Da8DbLDc`DdDeDfDgDhDiDjDk,Dl\DmxDnDoD+DsDvDyDzD}D~D(D4DDDLD\DlDDDDDDDDD D0DHDTDdDDDDDDDDDDD,D@DTDhD|DDDDDDDDDD D0DHD\DhDtDDDDDDDDD D(D0D8D @DTDpDDDD\LHD+@5<?8J4V0c,n(DDDDDDDDDDDDDDDDDTD\DDDD D D $D,DDDDDD<DDDDDDXD!D"D$D%D'D( D*D,|D-D.D/D0D3$D6DDDD<<D=y$DLDHL̠PݠTX\`DL"-@P^fnyǀҀ@lDbDe,DfDDkPDlXDoxDpDrDsDuDwDzD| D(D(DDDPD`D|D|DDDD #2=|I\!DDDDDDDDDDdD|DDDDDDDDD DD8D@DPDlDtDxDDDD<DXDDDDD DXDDDPDDD0DLD|DDDDDDDDD$D<DPD\DlDtDDDDDDDDDD (D HDXDpD|DDDDDDDD DD$D0D `D#tD$D%D'D(D)D*D+D,D-$D.0D0<D1DD2L*DTD6hD9D6D<D=D>D?D@ Wbnx+tDF$DG$DH$DI$DJ$DK$DMDODPDRDTDUDXDYD\ D^dD`DeDfDiDjDkDn(DpDDrxDwDxD{D|D}(D4DtDDDDDDDD$D<DlDDDDDDYDD D0DHDXDpDDDDDDDDDDD D0DHD\D|DDDDDDDDD(D4D@DPD`DtDDDDDDDDDD$D<DPD\DlD|DDDDDDDDDDD4pD@ D4DPDDDDDD{|xtɀpԀlhd`005XDDDDDDDDD D!D"D#D$D&D'LD(TD*|D+D-D.D0D1D3$D5D6D7D8D9 D<4D?D(DBDDDE DG,DHPDJXDK|DMDODP DQ,DRLDSlDVDYDB;xD(D]<D`DaDDeP^o~&Ԑ,Dw Dx0Dy<D{XD|DDDDDD DTDDDDDPDDDD DyLD`@Dl$hxDxDHʠPD׀߀ /h;hGhS\eoyƀ&Ԡ<DDDDDDD D(DpDxDDD$D`DpDxDDDDDDTDdDhDDD@DDDPDdDDDDDD0DDDDDDDDDDDD D D DDD$D,DDDdDDDDDDDD D D,D<D LD!dD"tD#D%D&D'D(D)D*D, D-D1$D3,D48D5@D6HD7XD8`D:pD;|D=DD@JDA$DIDHDI@J,DMDNDODPDQ,DRLDS`DTlDUlDVlDWlDXKDY%R<K$DkdDDk~@€0̀pڀlhdK@DxDyDzD{(D}LDTDtD„DŒD”D°D@D@D@D@DàDèDüDDDDDDDD<DDD\DtD|D|D|DĬDĴDDDDDDD$D@DPDPDPDŀDňDŤDŴDŴDŴDDDDDD4D<DXDhDƀDƄDƄDƄDƴDƼDDDDD D$D}0DQ D$D DD#.@9FP\0fxttplQPDDD DDDLDlD|DȄDȌDȬDDDDDDD DD ɬDɴD DDDDDDDDLDTDlDʄDʌDʌDʌDDD D!D"D#D$D%4D'<D(XD)hD*hD+hD,˜D.ˤD/D0D1D2D3D5D6(D7(D8(D9\D;dD<̀D=̐D>̨D?̬D@̬DA̬DBDDDEDFDGDH4DJ<DLTD`DQWPDRddɀ 8Z}ŀ.@ Uߕ^w 1}Y8Oxd%|‘ag§6-»] 9$9Nc3~$"Øð1û $DDHLD( &4ETgr&ߴD(DDD`DΠD%D'D(D*D0$D28D3PD5\D6hD<шD>ҜD?ҴDADDDEDGDH DITDJӈDKӸDLDMDNԄDODP DQXDRhDS՜DTDUDV,DW\DXDY4DZ`D\הD]D^,D_ؘD`DDc DdĀ$hDoĘDĤHijPXΠ\Do@܀%4GhSh_hkt}ŇőŜŧŽր#&D@D\D`DdDـDD DڤDDDTDdDlDtDېDۘD۠DDHD\DܜDD4D8D<DHD\DݐDݬDݰDݴDD(D,DdDޜDDDDD0D4DHDLDPDTDXDdD߄D D$D0D4D8DPDpDDD,D8D<D@DXDdDDD D,D0D4D8DXDpD|DDDDDD D8DHDXD hD D D DDDD(D\DDDDLD|DDDDDDDDD!D"D$ D%D& D'(D(@D)PD*\D,hDxD/D01$hD;PD\HkPxXƆ\D;ƔhD>D?D@DA DBƞ$(DJ(ƷDàHDJ@Ѐ؀@0DP@DQ\DRxDSDTDUDVDWDY$DZ$D[$D\$D]lhD^xR5$DzNDDzhs~@ljǖǠǬ0Ƕ̀DDDDDD D,D<DDDLDLDLD|DD(D(D(DxDDDDDDDDDD D$D,D,D,D\DdD|DDDDDDDDDDD0D8DTDdDdDdDDDDDDDD DDDDLDTDlDtDDD, (D8$DDDDDh @",80BMX XDhDpDDDDDD D D D D (DHDDDD8D @DTD\DhDhDhDhDD D!D"D#D$D%D&$D(,D)DD*\D+dD,dD-dD.D0D1D2D3D4D5D7 D8,D9<D:<D;<D<pD>xD?D@DADBDDDEDFDGDHDI,DK4DNLDQTDSlDxDX &DY`(od(Ȗd(ȥπ6Yɡ€ۀ  1G~v`1|ʙ6/ʭ]*4Pl˅ai˛˱5$"%/EYr9̠̋ߗ̩~0Kƀɀ܀@΀@ѱ_#hhԻhh1 $(D(>DKH_LrPՃTDHՑՙեձπ D HD!`D%lD&D+D,D-D.D1D3D50D6TD7pD8D1D=D>D@$DAhDBtDCDDDEDFDGXDIdHDJp$|DO|DDOdDRDTDUDWDYDZD\D]D_4D`HDbT8Dc`$lDmlD/H@LQP`TtXDmֆDnpDpDrDtDuDvDzD|D~8DTDTDlDxDDDDDDDDD$֑$0D0֤DD@ֱD@DXDlDDDD`DDl־$xDxϠDHLPD lDDDDDDDDDDDDD D D4DHD\DpDDDDDDDD D$D'D4HBLMPDY DDDpDD Da$DxDׅHזPץX׹\Ơ`DԀ-9IXf`؄XؒP؞LتHطDĀ@Ѐ<߀8 DD D D 8D8D8D8D8D8D8D8D8D8D8D8D8D8D8DdD!D"D#D$ D&D',D*8D+dD,D-D.D/@D0pD1D2D3D4HD5xD6D7D8 D98D:dD;D<D=D?D@DDBLDCD=DEDGDHDJDK0DM8DNtDE|DPD DVDW$DaDH#P2XF\S`Daauفَٖ١٭ٺĀҀDqDr4DsPDwhDxDwDzD}D~DDDDDDDDDxDDD D D D D Dz D ,D HD hD D D $ D D*H8LGTW\cdol|pD چ@D D D D dD D D D D ,D @D TD hD |D D D D D D D ږ$ D ګDڸHɠPؠX\`D ,0#0>HR]ivۃۋۜD ,D PD \D tD D D D D D D D D D D<DXDDDDDDDDDxDD D D D DDDDDDLDLDDD۪$D'àDРHPX\`D''/:FN[iv܁܌ܙ0ܪܿЀ|xD9D:D;D< D?8D@8DA8DB8DC8DD8DE8DF8DG8DH8DIDMDO\DQDRDSDTDU DV,DW4DYXDZD[DO$D^8D``DbDcDd@D^DID<Dj"Dk$DsDH*L;PDsJ"DvDwDx Dy Dz$D{4D|HD}L#0D~XU$dDdlDyH݊PݙXݭ\ݺ`DȀۀ %2?JVds#`DDDDDDDDDDDDDDDDDD DxDDD D4D4DDDDDDDD&D ލ$DިD޵HƠPՠX\`D<(08EScvߔxߴtÀpրlhd& DD<D`DDDDDDDDDDD4D8D<D@D\DDDDD DD D 4DLDhDDDDDDDDDDDD,D@+$D LXdX5dX>hୀπ:[tᏀᣀ ߕ 9U1q}Yx%ag26-Fc]}93 $"#;$hXD+XUhDcHD+lnhxh䃀h䐀䘀䠀䬀一ĀD2lD3D4D5D6D7D8D9D;D< D= $D> (D? 0D@ DA DB DC!DE!@DF!LDG!XDI!`DJ!DK!DL"(DM"<DN"LDO"PDP"|DR"DS"DT#DU#DV# DW#(DY#0DZ#8D[#@D\#dD]#pD^#tD_#|D`#Da$ Db$Dc$TDe$Df$Dg$Di$Dj%,Dk%DDl%tDm%Dn%Do%Dp%Dr&Ds&,Dt&\Du&dDv&lDw&tDy&|Dz&D{&D|&D}&D~&D&D',D'DD'TD'D'D'D'D'D(PD(hD(D(D(D(D(D)$D)PD)D)D)D)D)D)D)D)D)D)D)D4)D*D*$D*LD*XD*xD*D*D*D*D*D+ D+PD+`D+|D+D+D,D,$D,HD,TD,hD,D,D,D,D-D-,D-D-D-D-D-D-D.,D.DD.`D.|D.D.D.D/D/΀׀߀D/<D/TD/pD/D/D/D/D0D0D04D0D0D0D0D0D0D0D1D1$D18D1PD1dD1lD1xD1D1D1D1D1D2D2D2$D2D3 D3,D3D4D40D4LD4hD4D4D 4D5D 5,D 5DD 5TD5`D5xD5D5D5D5D5D5D5D6D6,D6@D6HD6D 6D7\D7pD%7D&7D'7D(7D)7D*80D+88D,8PD+8D-8D.8D/8D08D28D39D59$D69@D79TD59lD99D;9D<9D=9D>9D?9D@9DA: D?:$DC:8DF:@DH:DI;(DJ;HDK;DI< D(<4DPDc>0Df>DDi>LDj>Dk>Dj?HDP?\Dp?xDq?Dr?Ds?Dt?Du@Dv@Dw@(Dv@`Dx@tDy@Dz@D{@D}@D~@D@DADA DA8DALDATDA`DApDADADADADADB DBDBDBDCDCDCDsDDD$DD@DDpDDxDDDDDDDDDEDEDE,DEHDE`DEtDE|DEDEDEDEDEDFDFDF|DFDGDGDG4'DGPDGpDG|DG(LDG$hGDG,hDDG:hDhQ]jt傀呀址娀崀̀ڀ(hDGDGDGDGDGDHDHDH0DH<DHPDHhDHtDHDHDHDHDHDIDI DI8DIxDIDIDIDIDJDJDJ(DJ@DJLDJTDJ\DJdDJlDJtDJ|DJDJDJD KD KD K0D K@DK@DK\DKhDKDKDKDKDKDKDKDLDL(DLpDLDLDLDM$D!M@D"M`D#MlD$MD%MD&ND'ND$NhD)ND*ND+ND,ND-OD.OHD/OTD,OD2OD3O0D4O$hODGOhDDGO'h1h>hLXeo|技晀楀氀渀À΀ր0DQODRODSODTPDUP,DVP<DWPLDXPdDYPpDZPD[PD]PD^PD_PDaPDbQDcQ(DeQ4DfQTDgQlDhQDiQDkQDWRDmRDnR4DoRLDpR\DqRtDsRDtRDuRDvRDwRDxSDyS$DzS8D{SLD|SD~SDSDSDSDSDSDSDTDT DT8DTLDTlDTDTDTDTDTDU`DUpDvUDUDU6`DU$hUDUhDHDU$h.:FPX6DUDUDV(DV0DV8DV@DV\DVxDVDVDVDVDVDVDWDWDW4DWXDWdDWDXDX DX|DXDXDYDY@DYLDYDYDYDYDZDZ DZDZ(DZ@DZxDZDZDZDZDZ;tDZd$hZDZ|hD犠HDZ瘀h碀筀繀ŀπ׀;DZD[D[(D[8D[\D[lD[D[D[D[D[D\D\ D\D\D\8D \\D \pD \D \D\D\D\D] D],D]PD]\D^4D^XD^dD_,D_PD_\D_xD_D _D`D`D%`,D&`DD'`|D(`D)`D%`D+`A\D,`$h`D5`hDhHLD5`#h/AD9`D:`D;`D<aD>aD?a,D@a4DAaHDBa\DCadDDatDEaDFaDGaDHaDJaDKaDLbDMb,DNb<DObLDPb\DQbtDRbDSbDUbDVbDWbDXbDYbDZbD[bD\cD^cD_c$D`c4DacDDbcTDccdDfc|DgcDhcDicDjcDkcDmcDnd DodDqd4DrdDDsdLDudTDvdhDwdDxdDydDzdD{eD|e D}e8DeDDedDe|DeDeDeDeDeDeDeDeDeDeDeFDe:fJdfqdf肀謀ƀ6\~韀鸀Ӏ %&;bzQ@@뵀̂6*]S `    9& l w'<    W$fDfmD}HLDf &(&,﵀`ŀрۀDf Df<Df\D"fD#fD$fD%fD'fD(gD)g(D*g@D+gXD.gxD0gD.h D1h D2h(D3hLD7h|D8hD9hD:hD;hD<i D=iD>i0D?i<D@iTDEi\DIiDJiDKiDLiDMiDNiDOiDPjDQj DRj$DXj,DYj@DZj\D[jxD\jD:jDajDbj$jDjjDHDjj*4(h`DljDnjDojDpkDqkDDrktDskDukD~kDkDlDl Dl,8Dl@D$lLDlLVD_HDl`hXDl`DlDlDlDlDlr$lDlDHLPƠTԠXDm Dm Dm4DmHDm\DmtDmDmDmDmmdmFdmPz*Lm ܀ ,u$mDmDm DmDmDmDmDmTDn$nD"nDD"n €pD%n D&n8D'nLD(nXD*n`D+nD,nD*nD.olD/o$o$D8o$۠DHLD8o< D<o<D=oXD>otD?oD@oDAoDBoDCoDDoDEpDFp DGp(DIp4DJpDDKpTDLphDMpxDNpDPpDQpDRpDSpDTpDUpDWpDXqDYq<DZqpD[qDWqD^qD_qD`rDarDbr Dcr<DdrXDerhDfrxDgrDirDjrDkrDlrDmsDns(Dos4$s@Dws@"D-HDwsT9DzsTD{spD|sD}sD~sDsDtDt4DtPDtDtDtDtDtD|tDu`DuAu GMhUdu zdu Ā4Z|р- Gc1}Y x%4Iag_6-s]9O] W k }$u D u ϠDD u0݀D u0Du`DuxdDu$uDuD HLDu$DuDuDvHDvT@Dv`/bq&h&$vlD6vlDHD6v̀؀`D:vD;vD<vD?w,D@w4DBwPDDw|DEwDFxD@xDJx0LDKxl$xxDQxxDHLDQx)4pDUxDVyDWy4DXy@xDYy@$yD]yUDD]yaD`yDayDbyi$zDgzDHDgzDkzDlzDmzDnz$zDrzDDrz̀׀߀DvzDxzDy{Dz{LD|{dD}{lD~{Dz{D{D{${D{D%HD|4?D|D|D|D|G$|D|D|D|D|f$|D|zDHD}D}D}8D}D}$}D}DŠHРLD}(j`D}D}D}D}D~D~0D~hD~|D~D~D~D~D~ D$DDH&LD(3 D(D@DPD\DxDDDDDDDD D ?0Od0vd0À3Y{Ѐ  d"6)6S]m(l!%9Nacdx9)gv  $ 54W>E [ q1d}Q $=H{4`444m440M00d fd Ad d D D D   $P PPP,,,  - C\$0D0qDDTdÀ,܀0P&3CSD!T(D#XD&`D+D,D/D2D5@D8HD;PD5\D>D@DB$DCDEDFDHDKDNDPDQDSDKDVpDZ|aj`D_D`DaDfDlDp0@d@d@.Ps܀$6 Kdb6)v](l%ac !:9Sh4Wqx1d}Q+DOg$@D@DDdƀπd߀,0 P3BO_oD'd(D)hD,pD1D2D5D8DAPDEXDG`DItDADLDN DO(DR4DUXDVDXDYD[D^Da DcDdDf8D^DDiDkDoDpDtDu}D|D}D~$D,DLDTDpDxDDDDDDDDDk DD D4@ d@d@̀;]Ȁ1C XmMA1d~v%>Wt K`` ai'0~7%Odz6/]9 jx Ѐ r  $@DC@ŠDHLT \ ` &d Ah Pl cp tDCd    Ȁ р (n`DGd !<!)8!;4!H0!U,!a(!k$!s !!!!!ɀ DQd!Ӏ!݀!!"")"4"G&"T&"a&"n&D`lDaDcDdDeDfDgDhDiDjDlDmDnDoDpDqDrDsDtDu8Dv@DwHDxXDyxDzD{D~DDDDDDD(D4D@DlDDDD DD D(D@D\DDDDDDD8DTD`DhDtDDDDDDDDDD$D,D8DDDXDpDDDDDDDDDD D8DLD`DhDtDDDDDDDDDD D,D<DDDPDp"{DDDDDDDD4DpDDDDDDD D,DHD|DDDDDDD D,DLDDDDDD D\D dD pD "D D DDD DDD<D\DD#D%D&D'0D)HD#xD-D/D0D1D2D3D5D64D7HD:`D3D>D@DADB(DD@D>hDH|DJDKDLDMDNDODN$DR@DS`DRDVDDYDZ"$D"D"H"L"ΠP"۠T"X"\#`#d#h#*lD$#7#B#L#Z#b#rD$D,D8DXDpDxDDDD@DXD`DDDDDD(D8DTD#z$D#D#H#LD###ˀ#Ӏ##$$$(|$4x$?t$L(r`D$Zp$cl$nh$yd$`$\$LtDDD4DTDlDtDDDDDDDDDDDHDxDDDDDDDD(DLDLDhDpDD D D D DDDLDlDxDDDDDDDDDDDDD D!D"D#4D"D%D&D(D)4D*DD+DD,dD-pD/xD0D1D2D3D4D5D7D8D9D;$& $$Dh$FDh,$$Dl,Dm8DnLDohDpDqtDr%$Dy%D% H%*LDyDzD{D|D~ DD~@Dl%3x%;dx%`dx%h%%%׀%&&B&d&&&&̀&7A&']'*('@'q'~'' '(}U(1(9(V(o("((((d))(P)?)Nr)U%)m)ae)))9))*Q*_**++ ,Y ,m ,,4,, , ,,---5-N-Y--4.u4.4.4/4/4/À00c0000Ȁd1|d2Wd3d3-D3րD4D45,5:P6P6P6P7 ,7,8,8 8, 8C 8Y8q$xDx8~D8@8HD8d8,8ˀP889999+DDD!D#D&D'D!D+(D.<D0\D4D5D9D;D<D?D@DA,DE8DGLDHLDIhDMtDODQDRDTDU DV4DZLD[`D]tD^D`DbDdDeDhDkDl,9889Dd89id89u999::):O:q:::ƀ:ڀ:;;" ;<;X1;t}Y;;;;;x;%< <)ag>:>]>>>ƀ>߀>?? ?9?V ?p?1?}Y???@@)x@0%@H @]ag@s6-@@]@@9@A$DADA"@A-HDA=AHAUAdD D XDDDDDD D4D<DPDxDDDDDD!(D" An0Avd0Ad0AAπABB6BYBBB€BۀBC CoC#%C; CPbzCf6*CzC]CC9CCDUDbDDEE FH F[ Fl4vFuF| F F1FFdF}SG G&GCGQG`GmG{GGG̀GHH,HPH_HnH}HHHHHHˀHـH I$ I3IKIdIoII4J4J4Jƀ4K4KÀ4KӀ0Ls0Lŀ0L׀dMdN^dO!dO2DOۀDPDPQ-Q;PQPRPRPS,S,T,T T' T> TSTk$0D 0TxDT@THD @TdT,TPTӀTTUD@DDDDDD D"D#D%$D0D*XD.`D/tD2|D8D9D;D<D2D>DADB D*DE@DFLUXUdXU?dXUHUrUUUـUV"VDVeV~VVV VdV6)VW]W6(WLlWS%WkWacWWW9WW4WWX1XX2dXJ}QXcXXXXXX$XDXXDD|YY$Y8YAdYQ,Yj0Y{PYYYYYрYD!|(D#D(D+D,D2D5PD8XD;`D5lD>D@DB4DCDEDFDHDKDNDPDQDSDK DVDfDnpDpYYt`ZZ tdZZ$dZIdZTZ~ZZÀZ[[.[P[q[[[[˂)[\\&\F\\\\\ ]L]`^=`^1^ڀ _/}S_H_d___o_%_ _ad_@`@abar6*aa]aa9ab4vb bb0bEdb]bvbbbb(t`b(tdb&b$Dc DcHc)LDc6DDD,DHDPD`c>$hD)hcODcZ@ceHczLcPcTD)cccǀ,cdcdDdd#d.d9dDdLd[dD8D:D=D@DBDDPDEXDHdDIpDJDNDPDQDUDVDZD\,D^LDbTdjdvddPddd€DmxDnDpDrDsDwDx8D|hD}tDDDDDDD(D8DLD`DhDlD|DDDDDDD<DXDlDDDDDDDDD,DDDDDDDDDD8DXDhDDDDDD(D`DxDDDD,DTDDDDDHDdDDDDDDD  D ddddedeeCe]eeèeff6fOfjf~fof%f fbzf6*fg ]g%g>9gWgl$DgDg@gHDggggŀDgрD  D DD \D”DDDDPDxDÌD ÜDðDüg$D#gDg@hHD#hhD'D(D)D+dD0tD1ĬD2ĴD3ĴD4ĴD5ĴD7ĴD<xD=xD>żD@DADBDD,@DF8h<HhEdHhjdHhshhhii'iMioiiiĀi؀i ij~vj01jLjiaijjjjdjjkk1kKkgkk%kkk6/kl]l*lC9l\lq~lxl5ll l lllmm-mFmQmm4nm4n4n4o{4o4o0p[0p0pdqtdrOdsds%Ds΀DtDtu$u2PuPvPvPw,w,w,x x$ x; xQ$HDHx_DxkHx{LD`xx,x,xxʀxۀ@xxxD`DlD xD!ƄD#ƐD&ƠD(D) D,D-D/XD0pD3|D5LjD9ǜDLDNDOPDPhDTȀDUȀDVȘDWȤDYȰD[D\ D]$Da@Db@DcXDddDfpDkɄDlɐDoɠDpDrDtDu(Dx4DyTDzlD{ʄD|ʜD~ʸ|Dy ydy8dy@yjyyyрyzz<z]zvzzzoz%z zbz{6*{{2]{L{e9{~{4v{{1{{d{}S||!|>|V|o|z|$D |D|@|HD |d|̀,|P|}}}+DD0DTDpD|DˌD˰D ˼D#D)D*D,D-D#$D1dD2|D4̄D ̐D:̸D>D?DADGDHDJDKDADM\DOdD:pDR͘DSͤ}6Ͱ}?dͰ}fdͰ}o}}}ހ~~#~I~k~~~~Ԁ~ ~d6)&C]](slz%ac94W!(1DYdq}Q0$ͰDͰ>DDXcoxd,0Pǀ܀D'(D)D.D1D2 D88DAΨDEΰDGθDIDADL@DNdDOπDRόDUϰDV DX0DY0D[PD^\DadDclDdlDfАD^МDiDkDoDp(Dt0DuHDPDlDtDєDќDѸDDDDDDD Dk,DD,D8&H0dHWdHaЀ;]~ƀo%  bz"6*6S]m94v1d }S&B_w$HD HD@HʠLD \߀,dP2AN[D\D`DhDpD*xD@ӀDKӈDLӐDVӘDYӠDZӸDD^HD_֘D`֨DbִDgּDjDkDmDnDpDqDs DgDuDDzLD}TD~hDpD׈DאDzנDDDDDD DD(D0DDDLD\DؘDؠDبDDDDDDDLDTDhD|DلDٜD٤DٴDDDDDDD0D8D@DTD\DlDڄDڌDڔDڨDڰDDDDDDDDD0D8DHDpDxDۀD۔DۜD۬D ۴D D DDDD,D4D <D!TD#\DlD%ܨD)ܰD.ܸD/D2D)D4 D9(D>0D?TD@hDCpD9݀DEݼDIDNDODRDIDT4DY<D^DD_XD`ބDaތDdޔDYޤDfDjDpDqDs DjDuXDy`DhDxD߀DyߐDDDDDDD@DHDPDdDlD|DDDDDDD0D8D@DTD\DlDDDDDDDD$D,D@DHDXDDDDDDDDDD(D0D@D|DD D DDDDDDD D0DlD#tD)|D*D,D#D.D2D7D8D;D2D=TDA\DEdDFxDJDADLDPDUDVDYDPD[DD_LDcTDdlDhtD_DjDoDsDtDxDoDz<DDDLD\DdDtDDDDDDD$D,D4DDDLD\DDDDDDD DDD0D8DHD`DhDpDDDDDDDDDDDDD,DDDLDTDdD|DDDDDDDDDD DD D$D,D<DDDTDlDtD |D!D#DD%D*D-D.D0D*D2 D7D:D;,D=4D7DD?\DDdDGlDH|DJDDDLDQDRDVDWDbDYPDZ\ihrTDhdhdh€1Sv߀'9 NbzdO{}S1d &C]y4vo%6*2]Le9~ 0$hDhBdDNdHD|ZbD|DDDDDD D(D<w$DD"D D HD"Xˀ؀D&XD'hD)xD+D,D-D/D0D2D3D-D6D7$D)8D9L$TD?TdDdHD?hDBhDC|DDDCDFDHDIDJDK0$8DR8,D7@BHN LDRL]h,dP€πd݀D]LD^PD`XDa`DbhDcpDeDhDjDkDlDeDo0DqTDrtDu|DvDwDxDyDzD{D|$D}8D~LD`DtDDDDD<DDDLD`DtDDDDD D0DDD\DpD|DDDpD$D%DD?J XhyDDD(D8DpDDDDD4D @D$DD@HDŀdՀd,0P*7?M \DDDDDDD<DXDpDDDDDD$DHD\DhDDDDDDDX Dd\$pDpoD|HDd,0P΀ۀ'9KZ h v~DD €΀ڀ@hd` 4DDDDDD(D<DHDhDxDD!D"D$D%D(D)D*D,0D.hD/D1D2D3D4D6D7TD8D9D;D<D=D?D@HDADBDCDEDGDIDJDM DNDODPDRDSDVDXHDZD\D^D_Da,Db@DeDfDgDhDjDk,DmDDnXDqdDrp$|Dv|D!@Dv,;,Kd[Phu DDDDD DDPDtDDDDDDdd %Pr݀2FX m4vvo}%bz6*] $9=R1nd}S)$D 6DKH[LiPtTD (D($D,D4DLDTDlDDD D!D$D%D&D)D* D-(D.4D/HD2PD3hD6pD7D:D;D>D?DDADB$DJDРHޠLPDJDK&DQDUDVDZD[D\$D`,Da@Db\DdDeDgDjDkDlDo Dp Ds (Dt @Dw HDx \Dy hD| pD} D~ D D D D D DQ D D 3$ D @DNH^LlPwTD D D D D D D (D <D DD `D tD |D D D D D D D D $ D DHǠLՠPD D D D D D D D 0D 8D LD hD D D D D D D DD DD,D<D D (d Od [ʀ5Wx4vo% bz%6*9V]p91d}S5Rj$ D  D@,HԠdLPP T&X7\D @ED D@DHDPDXD`DhDpDDDDD!D# D%@D&dD(D)D+D-D.D3D4 D5,D6DD9PD;|D<SedowD@DADBDCDDDFDG DH@DDTDKhDMxDNDPDRDTDUDYDZ(D]4hDaDcDdDiDk$DlHDn\DoxDtDvDwDyD|D~ DLD\DxDDDDD D8DhDDDDDDDD DD$0d0d0d0,Wy€9M_ t1~v'D^zdai$:V%n6/]9+$0D0:DIHDDX`DDDTDdDlDtD!D"D#D!D$D&D'D+ D, D.0D/8D0H,D4\h$dD=dwDHLD=|LDA|DBDDDEDJDKDLDO$DP<DSHDUXDVhTDW$DdàDҠHܠLPTX\DdDeDfDgDhDiDjDkDlH$TDvTD3HDLRPDvpa@D}pD~DDDD D,DHDdDlDpDDDDDDDXDlD|DDDDD,D@DP,D\$hDhѠDHLD-PDDDDDDD$D(D<DDDDDD D0D@DLDXD`<Dl8xDdxkdxw+QsȀ܀$C ]y1}Yd0I_{U % +agA6-U>r],G \ q K ̀ ";9Tixp4   %>I|4e444s440S00dldGd dDƀDD*PPPP,,,  4 J$xDxa,D{dHPLDDDDDDD ,D 4D DD! dD" x$ D* ̠,DݠdHLD* P @ D/ D1 D2 D3 D4 D5 D8!D:!(D;!<D=!PD?!dDA!xDB!DC!DE!DH!DI!DJ!DL"<DM"\DQ"pDR"DT"DV"DW"DZ"Da#Db#Dc#4Df#@Di#TDl#hDn#Do#Dp#Dr#Ds$Dw$(Dx$PDz$`D|$D}$D$D$D$D$D%D%D%0D%HD%PD%\D%tD%D%D%D%D%D%D&$D&,D&4D&<D&XD&dD&xD&D&D&D&D&D'D'D'0D'<D'H''X-7@Hd'Xod'Xu)Oqƀڀ7A]7 Lb1~(4r%ae9-B^sd}U1& A$P'XD 'XD 'dZP D'dD'D'D'D'D'D'D'D'D'D'D'D(D(D(D( D ((D!(0D"(8D#(@D$(HD%(PD&(\g$,(hD*(hD*(t,D-(tD.(D/(D0(D1(D2(D3(D4(D5(D6(D7(D8)D9)D:)$D) D>) D>),DDA),DB)\DC)dDD)lDE)tDF)|DG)DH)DI)DJ)DK)DL)DM)DN)DO)DP*DQ*DR*(DS*<DT*H$0*TDX*TDX*`ʀ0D[*`D\*D]*D^*D_*D`*Da*Db*Dc*Dd*De*Df*Dg*Dh+Di+&&$d+Do+Do+( dDr+(Ds+XDt+`Du+lDv+|Dw+Dx+Dy+Dz+D{+D|+D}+D~+D+D,D,D,$D,4D,<D,HD,PD,XD,`D,hD,xD,D,DD,$,D,/PDD,D,D,D-D-0D-P=$-XD-XMDW@D-dadp,PŀD-d̀ۀD-hD-pD-xD-D-D-D-D.,D.8 D.LD.xD.D.D.D.D.D/D/D/,D/DD/LD/hD/D/D/D/D/D/D0 D0(D0PD0XD0tD0D0D0D0D1D1D1dD1x ,D1*18d1_d1m܀!GiҀ )%=}SV1rd %#8adN6*b]94vo$9Qi D   $D1D1D HD1*7I@WDfnD'1D)1D*1D+1D-1D/2D02$D128D52TD62hD82D:2D<2D62D?2DD34DE3LDH3XDI3hDJ3xDK3DL3DM3DN3DO3DP3DR3DS3DT4DU4DX4DZ48D[4DD\4Tv4`d4`d4`ۀ Be‹­΀($4`D 4`7DKHZLD 4xcD 4xD 4|D 4D4D5D5D5,k$54D54zDÇHÖLD5LßD5LD5PD5hD5D5LD5ç$5D&5ùDƠHՠLD&5ހlD(5D)5D*6D+60D,6DD-6tD.6|6tlthtx tttpt|d6Fd6Oyēľ)KlŅŠŴ1  )#o*%BWadm6*Ɓƞ]Ƹ94v+@dX}SqǍǪ D + : 0L d] m&yȼ    $6DN6 DDN6DO6DQ6DR6DS6DV6DW6DX6D[6D\6D]7D`7DO7@Dc7l 5 X | ɞ ɿ   % 5(thI(tlT(tpa(ttm(tx|(t|ʉ ʘ$7tDf7tDf7ʨ@ʶDh7Dm7Dn7Do7Dq7Dr7Dt7Du8Dv8$Dw8,Dx84Dy8<Dz8DD|8P@@@@D8XD8`D8hD8pD8xD8D8D8D8D8 D8hD8D8D9D9<D9dD9tD9D9D9@D9D9D9D:D: D:<D:DD:hD:pD:D:D:D:D:D:D;D ; D ;P2@D);XD,;dD.;D1;D3;D4;xD;<D>< DA<DB<$DH<,DI<4DJ<<DK=D=D=>@D=`D=D=D=D>D>PD>D>D>D>D>D?D?XD?|D?D? D?D?D?D?D?D?D?D?D?D@D@(D@0D@8D@HD@XD@dD@lD@D@D@D@D@D@DADA DA8DAPDAhDADADADADADAD BD BD B(D B<D BPDBdDBxDBDBDBDBDBDBDCDC(DC@DCXDChDCDCDCDCD CD!CD"CD#DDD<D%E4D&E<LEHTHckLsl{t~(ˑ,˝0˩ ˵tW  Z 0\Q8/t34=<KDY,g4̀ ̇L̎Y̠P̽ dEHdEH!;f͈ͫр-H\nw Όο7A] ( 61Raeh4qrx%ϐϥϻ92Gd_}UxДбS c t(t~(tч(tѯ^((Ҁ(,Ҕ(0Ҧ ҵ   & & C& e& ӈ& Ӭ&ӻ&l&L(4 (8*(<U(Dj(H(LԌ&,Ԟ&0ԭ&4Խ(P$EHDEHDET@@@ @ D ETD EhDE|DEDEDEDEDEDEDFDF DF(D F0D"F0D%F8D*FDD,FHD-FPD.F`D0F.@D2FLD3FD5FD6FD7FD9FD:G$D;GDD=GHD@GTDAGpDCGDEGDGGDIGDJGDMGDNGDOH DCH$DRH,DXHXD[H`D\HD_HDaHDbHDcHDeHDgHDhIDjIDkIDmIDnIDpIDqI(DsI(DtI4DvI4DwI@DyI@DzILD|ILD}IXDIXDIdDIdDIpDIpDI|DI|DIDIDIDIDIDIDIDIDIDIDIDIDIDIDIDIDIDIDIDIDJDJDJ DJ DJDJDJ$DJ$DJ0DJ0DJ<DJ<DJHDJHDJ`DJl:CKS$DJlDJpDJ|DJDJDJDJDJDK DK4DK@DKTDKlDKDKDKDK^gowDKDKDKDL DLDL0DLDDLPDLXDLDLDLDLDLDMDMDM$DM0ՂD M0DMDDM|DMDM`DMDMDMDMDMDMD MՋD%MD(ND0Nի D5NHD7N`DBNlDDN|DFNDINDJNDKNDPN xDTNDXNDZNDdNDfNDgODlODmODpO<DsODDuO\DwOhDxOpDyOxD}ODODODODODTODO DODXQ DQտ$QDQDR@DR@DR@ @ DR$DRTDSxDSDSDSDSDS DSDTDTDT$DT4DUXpDVDVDVDVDVDWDWDWDW0DWHDWdDW|@DW2$WDWDWO@g@XDWDWDWDWt@DWDX0DX`DXtDXDXDXDXDXDYր$YDY֘Dְ@DY@@DYDY DYPDYdDYpD!YD"YD#YD%YD&Z$Z D1Z GH @D1Z0@D2Z0D5Z8D7ZD%@D9Z`;@D;ZpG@D=Z`D?ZD@ZDBZDCZDDZDFZDG[DJ\<DK\XDM\`DR\lPDS\U$\D\\D\\bjD^\pD`\Db\Dh\Dj] Dn] Do]0Dq]DDu]LDw]LDx]\D{]hD]D]D]D]D]Dq^D_D_D_0D_<v$_HD_H׉DD_XD_XD_lD_tל$_|D_|׸DD_D_D_D_D_D_D_D_D`D`D`$`$D`$D`0D`0D`DD``D`tD`$`D`DHD`\D`D`D`DaDaDbDb$DcHDcXDcd#$cpDcp<DDcDcDcDcDcDcF$cD c]DgHD cD cDcDcDdDd DdDd,D d4td@؄dd@ثdd@ؽ,Nqٗٹڀ"44v=oD%\ qbzڇ6*ڛڸ]915Jdb}S{ۗ۴$d@Dd@DD0HDdTDdTDdpD dD dD dDdDdDdDeDe '$e,De,=DDLdHDe@\lw܀܈ܐ0ܛ ܭD e@D"e\D$ehD%etD&eD'eD)eD*eD,eD-eD.fD1fD2f0D4f@D5fpD6fD7fD8fD9fD:fD;fD=gD>gD?g4DBg@D'gXDFglDHgDJgDLgDMgDNhDPhDRh DThHDUhHDVhlDXhxDYh\DZhܼhs`\dhq\p vDl%n.X7v@r$IwVdh}dh݆ݰʀ:`ނޣ޼׀))1E%O dadz6*ߎ߫]ł 9 7 CL~     +$hDh? DKHDhW_DhDhDhDhDhDi@DiDiDi$D ij$ iD$iyDD$i⅀ <D&iD'jD(jD)j$D*j,D+j<D,jH$jTD2jT➠ D⪠HⷠLD2jlD3jlD4jĀD7jD8jD9k$D;k4D<kpD=kD>k$kDCkݠ DHDCkDEkDFkDGkDHl$lDLl DDLl DMl DNl0$l<DSl< D+HDSlP?GODTlP\DWlTDXldDZl|D[lD\lDXlD^lD_lD`mDam(Dbm4f$m@Dhm@v D゠H㓠LDhmX㫀㳀㻀DimXȀDkm\DlmlDnmDomDpmDlmDrm@Dsm(X!$mD~m0DD~n<\DnDn4Dn<DnLDndDnpDn|G$nDnVDiHDnDnDnt$nDn䂠D䎠H䙠LDn䦀䯀€DnDDnDoDo0Do<DoLрDotDoDoDoDoDoDo<Do$oDoDHDp\DpDp Dp,Dp<DpXDp|Dp( \+$pDp:DGHTLDpDpDpDpa$ pDpqDDqDqDqDq(Dq@DqP}$q\Dq\匠D噠H妠LDqtDqtDqDq$ qDqàDDqDqDqDqDrDr(`(d(h(l$r$Dr$(D5HBLDr<Dr<Dr\DrpDrDrDrO$rDr^DjHDsDsDsDsDs,DsDDsdDst$sDs搠D杠H檠LDsDsDsDs$sDsǠDӠHLDtDtDtDt(Dt0Dt@DtXDth$ttDttDDt DtDtDtDtDtD tD"tD#u hD$u)$uD)u8DEHD)u0P D+u0D,u<D-u\D.u| D/uZ$uD4ujDwHD4uD5uD6uD7u$uD<u瑠D瞠HD<u穀 DD>uD?v D@vDBv( DCv8$vDDIvDʠD֠HLDIv\DJv\DKv|DMv$vDRvDDRvDSvDTvDUvDVvDWwDXwDYw, $w4D]w4DD]wDD^wDD_wdD`w|)$wDew8DEHDewDfwDgwDhwR$wDnwfDsH耠LDnwDowDpxDqx0Dsx\$xdDyxd蝠D誠HDyxx迀DzxxD|x|D}xD~xDxDxDxDxDxDytDy$y(Dy(ݠDHLDy@ Dy@(DyDDyTDylDyDyDyDy(Dy2y=dybdym闀鱀܀!Giꊀꣀ꾀Ҁ 4P1l}Y5Qdi삂% ag6-] !9, t 퀀̀,9@    _$yD yoD~HD yﻀ ʀҀڀ@DyDzDz$DzdDzDzD zD!zD"zD#zD${D%{ D&{4D({DD){LD*{\D+{xD.{D/{D4{D5{D6{D8|D9|(D;|DD=|`D>|tD?|D@|DB|DC|DE|DG|DH|DI}DK} DL}0DR}LDT}hDU}xD6}D]}D^}D`}Da}Db}Dc~Dd~Df~0\Dg~<~H T8Pp(X2d~HYd~HaЀ;]~ƀU d2H1dacz%6)Â;]+c    8ʀ L z  Â9΀  "bn΀ۂ+]h v     %$~HD~H1DD~lKVd$D~lD~tD ~D!~D#~D$~D%~D'D)0D*TD-dD/p4D0|n$D8DD8`D=D>D@DADCDDDE4DGTDIlDKDMDPlDR&P&T&X(p(8)$Da@DDaZes}DiDjDlDnDo4DpLDqpDsDvDwDyDzD|,DHDPDdDDDDDD<DXDtDDD|D$DƠDD׀DDDD(DPD|D|DDDDDD,DDD\DdDpDx8D$DD H!L0P<TDDDDDDDHP߼h.\PTP02۰ +l7C+^/h}ddր=`ɀ#~v<1Xu($D_D_ @&Dc Dd Df(Dh@DiPDh`DkpDlDkDnDoDnDqDsDt  89    AVl{c/$D*DDD*RD+ D- D.$D/$\&Q $0D+0ǠD֠HL PD+L@ @ @) >D;LFD<TQD?daDEpuDJtDVxD[|DjDkDlDnDoDrDsDtDyD| DDD0DDDhD|DDDDD D(DpǀD$D,D4Dx؀D,D4D<D\DdDtDDDDDDDDD$D8D@DDDD D`DxDDDDDDDDDD%  DDDD"D%D*6 tD-|D.D/D1D8GlD9tD:D=DADBXDDCXiDH`dDJdDN~DP$DT(XDUDVDYD\LD_DcDdDg Di Dk,DnDpDrDsDt8Dz@D{dDlDDD4TDTpDxDDD0D8ŀhDhDDDDD4DlDtDDDDD DDP'D6DEDTD cDTrDDD$D$DDD$D8DD0DD$LDTD\DtDDD$DDDgDDD(%4D4D<DPDXD`DtD|DD D DDDDDDDD"D$TD'\D(pD+xD,D.D1D2D4D;D=$D>tD?DEDGDH(4)DKDMDNDODSDTDXDZD[D\(D^0Da<DfL*|+DjDnDo(Dp<DrD€,PD}PD~\DDD$DHDLڀD\-DD - /8/l/lDlDtDDDD /1PDXD|DDDDD 13LDTDXD\D`DhD #D 53DDDDDD(D`DlDDDD D D(D4DHD`DDDDDDD D D $D 0D8DH G8x9DD  XD&:PD(P e:;D1D2LD8PD9lD;pDD€DE¨DV¬DW<DZD[<D]DbDcDfDhDDjXDkÀDmÈDÐDÔ v=?,D@DHDL ?|@DD A0BDȬDȴ BDLD`Dh DFDD ˀFLGDD ܀HIhD|Dτ IKD0D8DLDTD`DpD|DѴDѼD KMXDtD|DӌDӔDӜDD$DTD\D֬Dְ PRHDdDl RTDD(D0D0D@D\DlDxDۄDۘUDۤ 1$۰D۰ CD NH YLDDDD d$D  vD H L PD D!D"$D#DD$d $lD0l D  H ͠L ؠPD0܈ @D1܈ @D2܌VD4ܘD5ܨD7VD8 $DC D H $L 0P <TDC G@DD T@DEW DG DHDJ4WLDKL _$TDVT wD H LDVl DWl DXxWD^ݴXDD_D $PDiP ڠD H LDih Djh Dkp DlޘXDtYDu߰ -$߼D߼ K D a@  wHD YDDDD$D8ZDDD $PDP D  H ΠL ߠP TDp  Dp  Z|D|DDDDDDDD DD[D 0  G _  $D  Ҡ DD  ߀  D "@D 1D ?D JD R@D ^D ,uD 4\8D 8D |D D D D D D  D D 0D !8D "HD )TD *dD .lD /D 0D .D 1D 6D 70D 6<D 9PD :D ;D 9D <D @D AD B$D @0D CDD GLD H`D I|D GD JD OD PD OD SD TD XD YD \D $D ,D hD xD D D D D D D D LD XD `D D D D D D D (D ,D 4D @D |D D D D D D D D D D D D D D dD $D  D HLѠPߠTD D D D 4D @D LD `D pD xD $D ! D HL#P3T@ XD !D #D $M$D E` DmH|LPTX\  `ϠdD E(ۀ@D G(@D H4D I@D JPf`D M`D ND RD SD TD UD YD [D \(D ^4D b<D c`D dxD gD mD o#@,@D r7D sgD uD vD x D |XD dD D D D iD@D ilD lD iD D D D 4D DD PD `D lD |D D D D D D gD jD M$D E DH+L7PB TD E D F D GDO$PD `Pa DnH}LPTX \`D `tʀՀހ +D pt3@D q?D tO aD pD D ӀD &9D IZkD D  D  D HD pD D D D D 8D `D D D 0D <D hD D D D D D D 4D LD `D D D D D D D D D D D D  D 0D @D !PD "hD .pD 2pD 8D <pD ?q8D D8D FD GD KD MD ND KD QrD UD _(D a0D clD eD fD cD nD qD uD vLD whD xD yD zD |D D D (D LD pD D D D D D \D D D tD  D 4D TD D D D D D D D  D 0D 0D xD D D D D $D `D xyxyD D D 8D D z{XD XD d@D l{DDDD\D D D|}$D$D0}8D8D@D!dD*D.0D1HD2dD5D9D:D=D>DNDRPDVhDZD\D]DdDeDfDoDqDr Du08D8DDDDDDDDDDDpDDƀDDDDDdDDDDD ΀ LD LTD TD `@@D hD D D D D D D D D D D <D PD D D D D D(D@HDHD PD DDDDDD!,D#|D%D+D,D-D3D4D5DKDN<$<xDOxDbDnDtDuDwD} D~8DHDT3ETDDT@DDD DD$D8^@DlDDDDgD0D0DxDDDDDDqÀ|DDDXDhDpDxՀxDDDD!D&D((D)4D*@D-tD0D1D2D4D7D;D=D>D?DCDD$DJ,DKhDLxDNDODTDU!DDV!LDZ!TD["D\"D`"Da#Db#Dg$Dh%@Di%HD%PD%D&D&D&D&D&D&D'LD'TTD'D'D'D 'D(D('6D(D)D)D)HD*D*D* D*D* D*\D*lD*D*D* D+ D+HD+XD .+`D+hD+xD+D+D+Z$+D+{DHLD+D +D +D+D+D,D,<D1,LD8,hD9,D=,DA,DB,DF,DG,DH-DK-0DL-<DS-LDU-|DV-DX-DZ-D_-D`-Dd-De.D.Di.DPDj.P$.\Du.\ԠDݠHLDu.tDw.t|Dy.|D~.D.D.D.D.D.D/D~/,D/P\D/\ $/hD/h2D<HGLD/XcmzD/D/D/D/D/D/D/D0D0D0 D0(D0dD0tD0D0D0D0D0D0D1D1@D1XD1dD1lD1D1D1D1D1D2dD2p|D2|$2D2DHL@àPD2@D2@D2D2D2D3D3$3D 3DH LD 34,4D34D3DD3TD3dD3D36( I$3D,3XDD,3aD/3D13D23D33D63D84D94$D:48D;4HD=4TD>4hD?4|DF4DH4DK4DL4k$4DR4zDDR5DS5DU5`DV5`$5lD5l DHLD5ʀԀD5D5D5D5D5D5D5D6D6 D6 D6xD6D6D6D6D6D6D6D7(D7PD7htD7t$7D7 D HL%P;TD7IS ^ qD7{D7D7D8D8@D8xD8D8D8D8D8D8D9D9@D9P`D9`D9xD9D9D9D9D9D:$:D:D HǠLՠPD:88D:8D:XD:`D!:xD":D$:D&:D(:D*:D+:D.:D1; D2;$;$D:;$ DD:;4D;;4D<;HD=;XD?;`D@;hDB;pDC;DD;DE;DG;DH;DI;DJ;;(d;Od;YȀ 3Uv1% !bz76*Kh]9$;D;DD;D;D<D E$-:EPtPE[d>d>ˀ;a؀& *}C1_|d'D%^zU% # & /  z  & & & $>DN> D H! L!&PDN>!9&!J&!]&!qDV>DX>0DY>@DZ>PD_>dDa>Db>Dc>Dg>Di>Dj?Dn?Dp?@Ds?XDt?hDu?xDv?Dx?Dy?D{?D~?D?D@ D@D@0D@8D@XD@D@D@D@D@D@DADA0DADADADBDB,DBXDBlDBDBDBDBDCDC,DC@DCLDCpDCDCDCDCDCDDDDDD,DD`DDDDDDDDDDDDDD!}$EDE!D!HDEDEDE,DEHDE`DEpDEDEDEDEDE!$EDEDE!& DEDEDEDFDF!$F D F D F,!,DF,DF@DFTDF`DFxDFDFD!FD"FD#FD$FD%GD&GD'GD)G(D+GDD,GTD-GhD.G|D/GD3GD4GD5GD:GD<GD=GD>H D?HD@H0DAHDDBHPDDH\DFHxDGHDHHDIHDJHDNHDOHDSHDUIDVIDWI,DXI<DYIPDZIdD[IlD_IxD`IDaIDbIDcIDhIDjIDkJDlJDmJ$DnJ8DoJLDpJXDtJdDuJtDvJDwJDxJD|JD}JD~JDJDJDKDKDK(DK<DKHDKTDKpDK DK" $KDKDK""6 DKDKDL DLDL4DL@DLLXDLX"F$LdDLd"]DDLt"tDLtDLDLDLDLDLDLDM DM "$MDM"DDM("(DM(DM@DMTDM`DMDMDMDMDM"$MDMDM"DMDMDNDN DN,DNHDN\hDNh"$NtDNt#DDN#!DNDNDNDNDNDNDODO8DO8D OPD#O\hD$Oh#3$OtD1Ot#LDD1O#`D4OD6OD7OD:OD;OD<OD>PD@P8DAP8DBPPDEP\hDFPh#s$PtDVPt#D#H#LDVPDWPDYPD[PD`PDbQDcQDgQ(DiQhDkQ|DmQDoQDpQDrR@DsRTDuRdDvR|D{RD|RD}RDRDR#$RDR#ˠDDR#݀@#DRDRDSDSDS,DSDDSPDSlDSDSDSDSDSDS#$SDS$DDS$#@$1DSDTDTDT$DT@DTTDT`DTxDTDTDTDTDTDTDU DU $B$UDU$UD$bH$nLDU0${DU0$DU8<DU<DULDU`DU|DUDUDUDUDUDUDU$$UDU$D$H$ LDV$΀$݀$XDVDV8DVHD VPD"VtD#VD%VD'VD(VD,VD-VD0VD1VD3WD4W0D1W<D6WPD;W\lD<Wl%$WtDuWt%!DDuW%.%O`%]\%iX%uTD|WD}WD~WDWDWDWDWDWDWDWDWDWDWDXDXDX DX,DX0DX8DXLDXTDXdDXtDXDXDXDXDXDXDXDXDXDYDYDYDY,DY<DYPDY`DYtDYDYDYDYDYDYDYDYDYDYDZDZDZDZ,DZ@DZHDZPDZ\DZdDZhDZpDZ|DZDZDZDZDZD[D[D[(4D[4%$[<D[<%DD[LD[LD[`D[hD[|D[D[D[D[%$[D[%DD[D[D[D[D\ D \%\ %D% %h%p%%&& &s&l& d\ &Ed\ &J&t&&&ۀ&'$'F'g'''' ''1((~v(7(S(p(d(((() )&)B)[%)e)zai)6/))])ۂ) )9* *M *Y**++++b++ + + + +׀,8,M,f%,|,-!--#-G/-]-r( -(D- - - - - -(h- -(l.(p.&.5$\ .D\ D6\ .ZD.jH.t@.~L.PD6\8.@D7\8.@.@D9\<..À.Ѐ.// // /(/3 DC\@DD\hDE\tDF\xDH\DI\DJ\DL\DM\DN\DO\DP\DR]DS] DT] DU]DV](DW]4DX]@DY]LDZ]`D[]lD]]tD^]D_]Db]Dc]Dg]Dh]Di]Dj]Dk]Dl^Dm^ Do^Dr^ Ds^Dt^Du^Dx^Dy^Dz^D{^D~^D_D_D_ D_$D_8D_@D_TD_XD_tD_|D_D_D_D_D_D_D_D_D_D_D`D`D` D`4D`PD`lD`D`D`D`D`D`D`D`D`D`D`Da DaDa$Da0Da8DaPDaXDalDa|DaDaDaDaDaDaDbDbDbDbDb(Db,DbTDbpDbDbDbDbDbDbDbDbDcDc Dc4Dc<DcDDcLDcXDc`DclDctDcDcDcDcDcDcDcDdDdDd,Dd8Dd@DdPDdXDdpDdtDdDdDdDdDdDdDdDeD eD e D e,D eHD eTDepDeDeDeDeDeDeDeDeDfDfD!fD"f(D#f,D&f4D'fLD(f`D)flD*fxD+fDfD2fD3fD4fD_g 4D8gT/?$g\D<g\/KD/U@/_H/i@D<gh/s@ HDEghDFgpDGgDIgDJgDKgDLgDMgDNgDOgDPgDRgDShDVh DWh DXh<DYhDD[hPD\hh TD]ht/|$hDah/D/@/H/@Dah/@/@/ɀ/@/߀ lDhhDihDjhDmhDnhDohDrhDshDthDwhDxi DyiD|i D}i(Di4Di@DidDihDipDi|DiDiDiDiDiDiDjDjDj(Dj0Dj<DjHDjlDjDjDjDjDjDjDjDkDkDk DkDk<DkTDkhDklDkDkDkDkDkDkDkDkDl DlDl<DlPDlTDlxDlDlDlDlDlDlDlDlDlDmDmDmhDm|DmDmDmDmDn Dn Dn$Dn(Dn0DnHDnlDnDnDnDnDnDnDnDoDoDo$DoLDo`DolDopDoDoDoDoDoDoDoDoDoDpDpD p D pDpDpDp DplDppDpxDpDpDpDpDpDpDpDpD pD!pD$qD%qD&q4D'q4D(qDD)qLD*qhD+qtD,qD/qD0qD1qD2qD3qD4qD5qD9qD:r D;rD<rD=rXD>r`D?rDArDDrDErDFrDGrDjsDLs/$sDQs/D0@DQt0 @DTtDUtDVt DWt,DYtD8DZtX0 0 0& 0t`0&0&0$t`D/t`0ԠDD/tpD0tpD1tD3tD4t0$tD;tD;t00@ 11DAtDBtDCtDDuDEuDFu,DHuHDIuhDJuDKuDLuDMuDNuDOuDPvDRvDSv,DTvHDUvXDWvdDXvpDYv|D[vxD\v14$vDfv1CD1PHDfv1]@ 1g@1q@1|DlvDmvDnvDovDpvDqw Drw$Dqw<DswTDtwhDuwxDvw|DwwDywD{wDyxD}xDx<DsxTDxhDx|DnxDxDx1$xDx1DDxDxDxDx1$xDx1D1H1 LDy1΀DyDyDy4DyHDy`DytdDy1$yDy1D1HDy12 22 2,@DyDyDyDyDzDz0DzxDzDzDzDzDzDzDzD{D{D{$D{8D{HD{\D{lXD{x2:${D{2IDD{2T@2btD{D{D{2j2x D|$D|4D|HD|TD|` PD|pD|D|D| D|2}2d}2d}22߀23$3F3i333Ҁ3444, 4A%4K4`bz4v6*44]44944}S41550d5H5a5zMA55556 666 66ƀ`7|`88 8r888$}D }8ΠDD }8ڀD}D}(4D}48$}<D}<9D9HD}P929;9GPD}PD}hD}h9RD}D ~D!~D"~(D#~<HD&~PD'~dpD(~p9\~9c 9r!9~d~9d~99׀9::>:a:::ʀ::;;$ ;9;NMA;j1;d;~v;;;<<<8<=,=,=5E>0>0>& ?$~D~?0D?/@0D~ D~D~hD~?:$~D~?K0D?V@0DDD&D'HD(T?a$`D+`?q0D?|@0D+lD.lD/D0D1?$D4?0D?@0D4??4D6D7D8D9D: D70D<DD=TD>|D??$DN?ؠD?HDN?@@ @(xDP@60(DUDVDW DY(DZ@D\HD]lD^D_DaD\DcDdDeDf0Dg@DiHDdpDkDlDmDnDoDqDlDs0DtDDuPDvlDwxDxDzD{D|D}DDz D D4D`DxDDDDDDD,D<DdDtDDDDD DDDDTD|DDDDDD$D4D\DlDxDDDDDDD$DPDhDxDDDDDDD$D,DTDhD|DDDDDDDWD D@@$ D @VD@bH@nLD8@y@@ D8DHDXDD D @$D@DD(@@@À@̀D( D,D@DTDdDDDDDDDDD0DD Dh@$pDp@DDDD@$DADDAAA:ADALDD$D4DD D D D 4D@DxDD DD8DDAT$LDLDXAfAp,DXDhDxD DD!A$DJADALATAĠXAӠ\DJAAABBB0tDWDX$DY8DZpD[|D\D]D^D_D`DaDbDc Dd$De0Df<DgLDhtDi|DjDkDlDmDnDoDpDq,DrTDs\Dt|DuDvDwDxDyDzD{ D|4D~<DPDtDDDDDDDD4DTDhDDDDDDDD(D@DXDdDpDDDDDDD$D0DDDtDDDDDDDD4DTDhDDDDDDDD(D4DdDDDDDDD D,D8DLDxDDDDDDDDD0D\D|DDDDDDDDD@D`DtDDDDDDDD$DDDXDdDDDDDDDD(D<DHDhD|DDDDDD D D,DLDXDDDDDDDD D,DLDlDDDD D D D D D,DHDTDtDDDDDDDD D@DTDpD|DDD D!D"D#D$D%@D'HD(\#D-xB-&!BS$D4B_0DBj@0D4Bu$ D7D8D:D< D?D@DADB8DCDDDTDE`DFlDG|DHDMDNDODPDQDNDU DV(DWTDXdDU|D[D\D]D^'XD_B$DbB0DB@0DbBBB'lDeDfDgDhDi0Dj\DkxDgDmDn(HDoB$DwBӠDBHDwB(xDxBCC(dD{D|D} D~XD|DDD@DP)D`CpCdpCFdpCTC~CCÀCDD.DPDqDDDD~vD1EE6ZE5EnEE>F F% F4$pDpFGDDFWFbFnFxFFFDDDD D!D"0D%PD&\FhF$F'F%FFFF)FG(GG#G'$G0G9)GB$GIG]GdG|GxG)GG|GGG#`GG$GGGH"HH!dhHIdhHUHHHĀHI I/IQIrIIIÎI IJ J5J@%JXJmbzJ6*JJ]JJ9KK(xK(|K+(K8(KC(KO(K](Kh(Ks(K(K(KLP(Lr(L(L L L L LӀL&"M&#`M0&#MS&$Mw&$M&%M&'M(M(M&)N&)N&)N&(NI$hDhDtNW@No@N|@N@ DtDDDDDDDDD$D@DHDPDPDXDdDhDpN@DpDD D D DDDDD@DDDPDXD`DtD"D&D'D(D)D,D-D/D08D3PD6XD7XD9D:D<D>D?DADBDDDEDGDHDJ DKDM DN,DP4DQ@DSHDTTDV\DWhDYpDZ|D\D]D_D`DbDcDeDfDhDi$Dk,DlLNDpTDqpDrDsDtDvDxDzD{,D}4D~\DdDpDxDDDDDDDNDDD ǸD8DPD\DlDtDDDDDDXDDDDDDDDD<DDD\DhDpDxDDDDDDDDD" TDN$DDN@DO@DO@O+@O4 DD$DHD `D!pD D#D'OBD+ hD-D.D0D1D5( D8LD:`D<lD=tDBDCDHDJDKDLDTDVDWOT$(Db(Db4Oq@O@Df4Dh<O@DjX,DkDmDnDpDrDsDtDv(DhPDyh DztO$DODO@DO@O@DP@D0DDDDDDDD,DTDt0DP$DP$GP-HP:@DPG@DTDDPT@DPj@DPv@DD,DDD\DdDlDDXDDDDDP$$D$D0PPD0D<DLDdDDDDDDDDD DDD,D4D`D D DXDP$DPDDDDDP$D&PDD&D'D((D*0D-DD.XD/lD2D3D:D;P$DDDDDEDFDGDHDI Q$DTQ0DQ=HDT(QIDW(DY8DZHD\lDaxDc”Dd¨DfDhDiQR$DsQkDDsDtDuDw$Dx4Dy@Qu$HDHQDQHD\D\DhDxDĄDĐDĜDİDĸQ$DQDDDDDDDDDDD D8DPD\DdDtDŔDŴDD,DXDlDƔDƼDDQ$$D$QРDQ۠HD8QD8D|DǔDǬPDǸQQdRdR!RKReRRRՀRSS>SWSrSS S0Te0T$DTDTHTLT̠PDT؀0DDDDD PD T$ D& TDUHU LUPD&<D'<D(\U'$dD-dU7DUCHUPLD-|U[0D0|D1ȄD2ȌD4ȔD6ȠD7ȬUe$ȸD=ȸUvDUHULD=D>D?U$DMUDUHU LUϠPU۠TDM(UU`DQ(DRPDS`DTɤDUɰV$ɸDaɸV DVHV(LV6PVCTDaDbDcVW$DrVcDVqLVPVTVXV\Dr@V0xDu@DvLDwXDxdDypDz|D{ʈD|ʜV$ʤDʤVʠDVؠHVLVPWTWXDDDWW%,TW/,dW:WC+WJ,PWRdWdWWW΀WXX>XdXXXXۀXY Y0Y#$"Y/YjYwYY%YYbzZ6*ZZ1]ZKZd9Z}Z\[\[\\"(](](]܀(](^(^^Ђ^؂^^^^$_$_&$+_&,P``7`H&,T`l&,d`}$D;`D`H`LD;``D>D?$D@,DATDBhDCˤDDDEDFDG@DHTDI`DJ̠`$̬DR̬`ӠD`H` L`PDRa a+DTDVDWDXDYDZ(D[HD\hD^͐a7$͜De͜aS\DDeͬDfͬDgDhDiDjDkDlDmDna]$\DqDq$aw\$Ds$Dt`DulxDvxa$΄Dy΄DyΐaD|ΐD~DDDDa$DaDaˠ\HDaՀDD(DDDXDhDDD<D|DЈa$ДDДa\DbHbLDЬbb%\b/b7b? bK DЬDDDD8D\DdDѐDDDDD$D8DPDҐDҜDҰDDDDDDXDlD|DӌDӘDDbW$DblDbyHDbbbbbb̀bՀ\DD$D0DTDTDԀDԈDԤDDDDDD,D8D@D\DՔDոDDDDDDHDTD|D֐ D֜b$֨D ֨bDcHD ּc\cc%c-c5 DּDDDD0D\DpDpDD$D0D!D PD"PcE$\D'\c[DchHD'pD(pD)؈cy$ؔD/ؔcDcLcPcTD/شcŀ\c΀c߀ccdd D4ش D6ظD7D8D:D;D<hD=xD8وD?ٜD@ٴDAd$DEd)DDEd:\dCdKDIDJDLDM,DNtDOڌDJڤDQڸDRDSDT4\DU\dU$hDZhdmDdHDZ|d\d\d|D^|D`ۤDbDcDeDf|D`܈DhܜDiܨd$ܴDnܴdɠDdڠHDnDoDpDqd$DweDeHe&LDwe2\D{D|4D~@DlDݜDݨe;$ݴDݴe`DeqHe~LePeTeXDe\e(DDDD<D\DhDހDސDޠDްD޼e$DeDfHfLfPf3TfEXfQ\f_`Dfq\fz(DDD$DPDpD|DߌDߜD߬D߼DDDf$DfDfHfLD f(D fЀf؀ D D D<D\DxDDDDDDDDDf$DfDg HgLg(PD8g5gCgP8D8DHDdDtDg]$DgoDDDDg$DgDgHDDDg$Dg͠DgޠHgLgPDhhh(DDD8DLDdDDh5$D hIDhZHhgLhtPhThXh\h`hdD h̀h؀hh\h(iiDDDDDD$D0D<DTD|DDDDDD ,D!<D"LD#lD$D%D&D"DD(XD)xD*D+D,D(PdD/di$lD;li,Di=HiJLiXPidTiuXi\i`idD;iiƀiҀiۀ\i(iDADBDCDDDEDFDGDHDIDJ DKPDLlDMxDNDODPDQDRDS DT<DRlDVDWDXDVD[i$D`jDjHD`0j3\j?(jJ0De0DgPDh|DjDkDlDmDhDeDpjR$DujcDjtHDuj\j(jDzD|0D}\DdDpDDD}DzDj$Dj DjӠHjLjPjTk Xk\k'`k6dDkEkQk]kf\ko(kkDDDD$D,D4D@DLDdDDDDDD$D<DLD\D|DDDDTDhDDDD$D`#tDtkkdkdkрkll@lblll̀lmm"m6mH7Am\my]m$"m%m maemmn9n(n=$DnNDn[LnhTn|XDD D D n$ D nDnLnTnĠXDDDDDlDn$DnޠDn@nHn@Do(DDDDo $ D  oDo@o(Ho1@D ,o:oBoRD$,D%8D&HD'D(D)D* D+,o^8odd8od8oooۀpp(pKpqppp̀ppq q#7Aq7qT]qn%qqaeqqq9qr 1r$"r%r=\sF\s]sŀsր(t(tˀ(u(u(vr(v$8D8v\Dv\HDLv(v(vǀvπDLDXDDDDDDD DdD|D DD$D%D&D'D(,D)pD*D,D-D*<D1PD2\0D3hv$tD8tvDv\HD8w(ww4w@wRwZPD>D@DADBDC DE0DFhDGDIDJDKDLDMDN8DPPDQDRDSDNDWDX0DYHD[TD\\D]dD^xD_D`DbDcPDdlDeD`DiDjDkwb$DpwsDw(HDpwDsDu Dw<DxXDzXDwD|D}D~DD}<DP $D\w$hDhwDw(HD|D|Dw$Dw֠(DDDDDDDDDD(D<DLDXw$`D`wDx(LxPx&TDx4x<xFxTx_xkxwxxx HDDDDDDDDD0DTDDDDDDD(D@D\DDDDDD8DT (D`x$lDlx(DxŠ(HDxҀ HDDDD DD4DDDDDDDDxxdy dyy;yUyyyŀyz z.zGzbzvz zz$D zDzɠHD D D z$DzDzHDDD${$0D0{!D{.HDDDDDP{>$\D\{OD{\HDpDpD |{l$D%{|DD%D&D'{$D-{D{L{P{ԠTD-D.D/{$D3{D|HD3D4D5||d|Bd|H|r|||ـ|}"}D}e}~}}} }%}~bz~6*~+~H]~b~{9~~0~$"~~~$D~\D\HD, ("(.6D,D8DtDDDD$D<DtDD DD#0D%<D&D'D)D*D+LD,D'D/D0D1>$D6NDb\HD6m(yŀ׀߀D<D>DD?|D@DBDCDDDFDGTDHDJDKDLDM DN,DOLDPlDHDSDTDUDWDX @DY D[ D\ D] D^ D_ D` 8Da XDY xDd De Df $ Dk D(HDk Dn Do Dq Ds Dt (Dx (Ds Dz D{ D| D D{ D  D $ D .D;(HD D D K$ D [(DD D D D $D 4D DD Pk$ XD X{D(LPTD xʀ `D xD D D D8DTDpDDDD4DPDd XDp$|D|(D(HD xDDDD,D8DTDDDDDDDD (d(?d(EoրAb{ %bz6*(E]_x90$"$(D(\D\HD< ((+3D<DHDDDDD4D LD!D"D#D,D&@D(LD)D*D,D-$D.\D/D*D2D3D4;$D9KD_\HD9j(v€Ԁ܀D?DATDBDCDEDFDGDI DJdDKDMDNDODPDQ<DR\DS|DKDVDWDXDZ D[PD\D^D_D`DaDb(DcHDdhD\DgDhDi$DnD(HDnDqDrDtDvDw8D{8DvD}D~DDD~D D$D+D8(HDDDH$DX(DDDD$D4DDDTD`h$hDhxD(LPTDǀԀހ `DDDDD DDDDD D xD D D  D $ D (D(HD  D D!(D!4D!D!D!D"D"D#D# D$PD$\D$pTD$|$&$0%89'B(L(XV(_)h)xr)|**X*+,13>DPUZ0[p[\%\1]:XCQ_pkx (HhP" )28GNZh!0u%p(L8QXRf0gq@zX0h0@,8(AIHXg(v~0 0@@   (( $'&`-)9,@/O? Y?(e@lCsD`wdD`DD`~D`E`E`E`g H  "d<h[:F 0HIIhN]H "~HO>% *5@ e(F 'PQc{Z^hdFXwIzUUx 0P4P"PW@1Ͱ0X<Q>h@biH . Uw8`'8|#}<*MD9\LU_Tb(rNWbq\DoW >,i8ir uh A%SK6xGHYhXXDiWLlzlvV(Yv;FH=K`%{ObNlF\U6`#TU,=f<P|I&zZI|s<~vl){3@"08qWBK߰@D`ex!`d2bC_Ma|WT dW0qZC cdo$H_l63[p )}[dm ;O0%GD1`L3Z]7kd4td3}l)ujVlLes@b}n]Nz4-xx#-u"y /u %6&-V 8?=J1R@^3f]S q3-4`yWD,354^`5YT1k1jo xg20l"Cp =g !pM1@M(hay2i!3jT)2n1=?xA;|Qc_U4jG+x?C#8cl<&|  (d:-X h]ygxb'X#*T2bm%^M) 1 g>D7tH O ?g\ "Egg" rF_H~L%d@ CCgC6 ]g g eg*<**U*,*JEH(e, >g g dg"T+ Ug4 Tg=T F0F_|['cpm[`[Y`$*r Ihc Tg UHg`m@`sdw4ettaxdZufRq[y( hau"bxu+cr4cw=dpF<MEL] k'\x]le7;$+3)bU&/:Dc"aZa,ee1\6P=J7JJ5lW Wؔ0W\h Fay Z0" x- l8  CdL:Y:. f:"ls:B| ݴ@N@5l@u" ,@@  !++( Vh" h0.$8>TD`3M [he[No]$x.}'H.s&p.%.~'.{%8.&.&]a(1](X.(a>.)])x])^*.*X a1.X*`1|%cIU4\XCWYOXYT[UKYg^nWLw^Y..X\F8p+]RD,QH4p@*Z$@Z0 h h  7h(EUX 5h0d 5hh4p 5h8 (*h<bkߘc$^KTcL[b\$b[b\` b[ =h@-1q\5 FjW*l qL[\   =JGaXaH]ete d\^'? 8pI2lQHdQ` w_>%_&`>T|L=R`cclbh\5` 'p*6h`CIh\Ygn>!`?}\m6 4h?7K,^X5RL8Vj$pl(8fX X'L\{ '|( [*cP?_I>d jq4 !0}BP8D7?l)p@TT(bg #2AYPM\PY'Hg?x|{:46%pKPx@a _6/0  d}2 $ *&`/RgX<UtJw\nH8!a*\/[ [Zڀ2'6@:FW ^-loU?twQ|P>HQO;<P>P=P<F^ d)&,O5X-0SMLg6[G(U<&J(M ',bcqd1T N(Lg6)z|L4dbFxM>Vl$T392:z0L0#]$-70I+[XrFUb<cj@Fv( W%hH %j!(Y/ $5$H(X*_ 0eKq sK(&@&@8r9H G K  P B    2;+"pT%X% T&<+ tC1&8c*LEf,Ne*$X)_2*|gdJ? pc?({ @eLDqET dh\dD`eDdEdE<dE(dDepDeDteEeDdD__DYNAMICcrt0.odb2sac.o_option_list_SCCS_ID/export/jspc/sw/src/bin/export/db2sac/db2.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)SCCS_ID:S(0,13)=*(0,2)/usr/include/stdio.h_iobuf:T(1,1)=s20_cnt:(0,1),0,32;_ptr:(1,2)=*(0,5),32,32;_base:(1,2),64,32;_bufsiz:(0,1),96,32;_flag:(0,4),128,16;_file:(0,2),144,8;;/usr/include/stdlib.h/usr/include/sys/stdtypes.hsigset_t:t(0,1)speed_t:t(0,8)tcflag_t:t(0,8)cc_t:t(0,5)pid_t:t(0,1)mode_t:t(0,6)nlink_t:t(0,4)clock_t:t(0,1)time_t:t(0,1)size_t:t(0,1)ptrdiff_t:t(0,1)wchar_t:t(0,6)_mb_cur_max:G(0,8)/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(4,1)=s4r:(4,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(4,3)=*(4,1)label_t:T(4,4)=s8val:(4,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(4,4)_quad_t:T(4,6)=s8val:(4,5),0,64;;quad_t:t(4,6)daddr_t:t(0,1)caddr_t:t(0,13)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(0,13)fd_mask:t(0,1)fd_set:T(4,7)=s32fds_bits:(4,8)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(4,7)/usr/include/sys/stat.h/usr/include/sys/types.hstat:T(7,1)=s64st_dev:(0,4),0,16;st_ino:(0,8),32,32;st_mode:(0,6),64,16;st_nlink:(0,4),80,16;st_uid:(0,6),96,16;st_gid:(0,6),112,16;st_rdev:(0,4),128,16;st_size:(0,1),160,32;\st_atime:(0,1),192,32;st_spare1:(0,1),224,32;st_mtime:(0,1),256,32;st_spare2:(0,1),288,32;st_ctime:(0,1),320,32;st_spare3:(0,1),352,32;st_blksize:(0,1),384,32;st_blocks:(0,1),416,32;st_spare4:(4,5),448,64;;/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/dirent.h/usr/include/sys/types.h__dirdesc:T(11,1)=s24dd_fd:(0,1),0,32;dd_loc:(0,1),32,32;dd_size:(0,1),64,32;dd_bsize:(0,1),96,32;dd_off:(0,1),128,32;dd_buf:(0,13),160,32;;DIR:t(11,1)/usr/include/sys/dirent.hdirent:T(13,1)=s268d_off:(0,1),0,32;d_fileno:(0,8),32,32;d_reclen:(0,6),64,16;d_namlen:(0,6),80,16;d_name:(13,2)=ar(0,1);0;255;(0,2),96,2048;;/usr/include/memory.h/sw/loc/include/tmpl.hoption_t:t(15,1)=s12terse:(0,2),0,8;verbose:(0,13),32,32;arg:(0,1),64,32;;/sw/loc/include/errlog.hProgram_Name:G(0,13)/sw/loc/include/coords.h/sw/loc/include/scv2.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/machine/devaddr.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hfaultcode_t:t(0,1)sigvec:T(22,1)=s12sv_handler:(22,2)=*(22,3)=f(0,11),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(22,4)=s8ss_sp:(0,13),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(22,5)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(22,6)=ar(0,1);0;30;(0,13),288,992;sc_wbuf:(22,7)=ar(0,1);0;30;(22,8)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(22,9)=s12sa_handler:(22,2),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(30,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(0,13)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hfp_direction_type:T(33,1)=efp_nearest:0,fp_tozero:1,fp_positive:2,fp_negative:3,;fp_precision_type:T(33,2)=efp_extended:0,fp_single:1,fp_double:2,fp_precision_3:3,;fp_exception_type:T(33,3)=efp_inexact:0,fp_division:1,fp_underflow:2,fp_overflow:3,fp_invalid:4,;fp_class_type:T(33,4)=efp_zero:0,fp_subnormal:1,fp_normal:2,fp_infinity:3,fp_quiet:4,fp_signaling:5,;single:t(0,9)extended:t(32,1)=ar(0,1);0;2;(0,8)quadruple:t(32,2)=s16u:(32,3)=ar(0,1);0;3;(0,8),0,128;;fp_exception_field_type:t(0,8)sigfpe_code_type:t(0,1)sigfpe_handler_type:t(22,2)fp_direction:G(33,1)fp_precision:G(33,2)fp_accrued_exceptions:G(0,8)decimal_string:t(32,4)=ar(0,1);0;511;(0,2)decimal_record:t(32,5)=s532fpclass:(33,4),0,32;sign:(0,1),32,32;exponent:(0,1),64,32;ds:(32,4),96,4096;more:(0,1),4192,32;ndigits:(0,1),4224,32;;decimal_form:T(32,6)=efixed_form:0,floating_form:1,;decimal_mode:t(32,7)=s12rd:(33,1),0,32;df:(32,6),32,32;ndigits:(0,1),64,32;;decimal_string_form:T(32,8)=einvalid_form:0,whitespace_form:1,fixed_int_form:2,fixed_intdot_form:3,fixed_dotfrac_form:4,fixed_intdotfrac_form:5,floating_int_form:6,floating_intdot_form:7,\floating_dotfrac_form:8,floating_intdotfrac_form:9,inf_form:10,infinity_form:11,nan_form:12,nanstring_form:13,;ieee_handlers:G(32,9)=ar(0,1);0;4;(22,2)errno:G(0,1)fp_pi_type:T(31,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(31,1)exception:T(31,2)=s32type:(0,1),0,32;name:(0,13),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)/sw/loc/include/errlog.h/sw/loc/include/arrays.hTbl:T(35,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(35,2)=*(0,13),64,32;;Tbl:t(35,1)Arr:T(35,3)=s8root:(0,13),0,32;cmp:(35,4)=*(35,5)=f(0,1),32,32;;Arr:t(35,3)Stbl:T(35,6)=s16tbl:(35,7)=*(35,1),0,32;root:(0,13),32,32;cmp:(35,4),64,32;changed:(0,1),96,32;;Stbl:t(35,6)/sw/loc/include/pf.hPfvalue:t(36,1)=u4s:(0,13),0,32;arr:(36,2)=*(35,3),0,32;tbl:(35,7),0,32;;Pf:T(36,3)=s8type:(0,1),0,32;value:(36,1),32,32;;Pf:t(36,3)optarg:G(0,13)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(28,1)=s16name:(0,13),0,32;has_arg:(0,1),32,32;flag:(28,2)=*(0,1),64,32;val:(0,1),96,32;;Dbptr:T(27,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(27,1)Dbvalue:T(27,2)=u1024t:(0,13),0,32;s:(27,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(35,7),0,32;arr:(36,2),0,32;;Dbvalue:t(27,2)Exvalue:T(27,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(0,13),0,32;p:(27,6)=*(27,5)=xsre_pattern_buffer:,0,32;fi:(35,4),0,32;fd:(27,7)=*(27,8)=f(0,10),0,32;fs:(27,9)=*(27,10)=f(0,13),0,32;;Exvalue:t(27,4)Expression:T(27,11)=s32left:(27,12)=*(27,11),0,32;right:(27,12),32,32;x3:(27,12),64,32;x4:(27,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(27,4),192,64;;Expression:t(27,11)dbinvalid:G(27,1)/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.hPolar:T(40,1)=s16amplitude:(0,10),0,64;phase:(0,10),64,64;;Polar:t(40,1)Complex:T(40,2)=s16real:(0,10),0,64;imag:(0,10),64,64;;Complex:t(40,2)/sw/loc/include/stock.hResponse_group:T(39,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(39,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(39,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(35,7),640,32;parameters:(36,2),672,32;private:(39,4)=*(0,11),704,32;;Response_group:t(39,1)Response:T(39,5)=s16ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(39,6)=*(39,1),64,32;dfile:(0,13),96,32;;Response:t(39,5)Fir:T(39,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(39,8)=*(0,10),192,32;num_coef_errors:(39,8),224,32;den_coefs:(39,8),256,32;den_coef_errors:(39,8),288,32;;Fir:t(39,7)Paz:T(39,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(39,10)=*(40,2),192,32;pole_errors:(39,10),224,32;zeros:(39,10),256,32;zero_errors:(39,10),288,32;;Paz:t(39,9)Iir:T(39,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(39,10),192,32;pole_errors:(39,10),224,32;zeros:(39,10),256,32;zero_errors:(39,10),288,32;;Iir:t(39,11)scv_segments_:T(18,1)=s200ituple:(0,1),0,32;exist:(0,1),32,32;nbad:(0,1),64,32;tstart:(0,10),128,64;tend:(0,10),192,64;nsamps:(0,1),256,32;dt:(0,10),320,64;ctype:(18,2)=ar(0,1);0;4;(0,2),384,40;\descrip:(18,3)=ar(0,1);0;50;(0,2),424,408;hang:(0,10),832,64;vang:(0,10),896,64;depth:(0,10),960,64;inid:(0,1),1024,32;chanid:(0,1),1056,32;calib:(0,9),1088,32;calper:(0,9),1120,32;\data_format:(18,4)=ar(0,1);0;7;(0,2),1152,64;data_type:(18,4),1216,64;input_units:(18,4),1280,64;output_units:(18,4),1344,64;tshift:(0,10),1408,64;response:(18,5)=*(39,5),1472,32;responsefile:(0,13),1504,32;data:(18,6)=*(0,9),1536,32;raw_data:(39,4),1568,32;;SCVSegment:t(18,1)scv_arrival_:T(18,7)=s64ituple:(0,1),0,32;time:(0,10),64,64;deltime:(0,10),128,64;amp:(0,10),192,64;per:(0,10),256,64;phase:(18,4),320,64;fm:(18,9)=ar(0,1);0;3;(0,2),384,32;quality:(18,9),416,32;scv:(18,10)=*(18,8)=xssta_chan_view_:,448,32;;SCVArrival:t(18,7)sta_chan_view_:T(18,8)=s208id:(0,1),0,32;dbl:(18,11)=*(27,1),32,32;sta:(18,12)=ar(0,1);0;31;(0,2),64,256;chan:(18,12),320,256;chana:(18,12),576,256;tstart:(0,10),832,64;tend:(0,10),896,64;lat:(0,10),960,64;\lon:(0,10),1024,64;elev:(0,10),1088,64;deast:(0,10),1152,64;dnorth:(0,10),1216,64;delev:(0,10),1280,64;nsamps:(0,1),1344,32;nsegs:(0,1),1376,32;segments_size:(0,1),1408,32;\rel_wfdisc:(18,11),1440,32;segments:(18,13)=*(18,1),1472,32;narrivals:(0,1),1504,32;arrivals_size:(0,1),1536,32;rel_arrival:(18,11),1568,32;arrivals:(18,14)=*(18,15)=*(18,7),1600,32;;SCV:t(18,8)trace_:T(18,16)=s104scv:(18,17)=*(18,8),0,32;tstart:(0,10),64,64;dt:(0,10),128,64;nsamps:(0,1),192,32;calib:(0,9),224,32;calper:(0,9),256,32;rawdata_format:(18,4),288,64;rawdata_type:(18,4),352,64;\input_units:(18,4),416,64;output_units:(18,4),480,64;data:(18,6),544,32;data_free:(18,6),576,32;data_malloc:(0,1),608,32;raw_data:(39,4),640,32;rawdata_free:(18,18)=*(0,4),672,32;rawdata_malloc:(0,1),704,32;\prev:(18,19)=*(18,16),736,32;next:(18,19),768,32;;Trace:t(18,16)/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/db.hoption_list:S(0,14)=ar(0,1);0;7;(15,1)usage:F(0,1)Debug_Level:G(0,1)main:F(0,1)argc:p(0,1)argv:p(35,2)option:(0,2)input_name:(0,13)output_name:(0,13)wfdir_name:(0,13)fixgaps:V(0,15)=ar(0,1);0;63;(0,2)counts:(0,1)epoch:(0,10)tstrt:(0,10)tnd:(0,10)tstart:(0,16)=ar(0,1);0;24;(0,2)tend:(0,16)Stachan_sift:(0,13)Tstart_sift:(0,13)Tend_sift:(0,13)dbin:(27,1)dbout:(27,1)scvs:(0,17)=*(18,17)nscvs:(0,1)scv_index:(0,1)write_sac.o_sac_def/export/jspc/sw/src/bin/export/db2sac/write_sac.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hsingle:t(0,9)extended:t(5,1)=ar(0,1);0;2;(0,8)quadruple:t(5,2)=s16u:(5,3)=ar(0,1);0;3;(0,8),0,128;;fp_exception_field_type:t(0,8)sigfpe_code_type:t(0,1)sigfpe_handler_type:t(5,4)=*(5,5)=f(0,11)fp_direction:G(6,1)fp_precision:G(6,2)fp_accrued_exceptions:G(0,8)decimal_string:t(5,6)=ar(0,1);0;511;(0,2)decimal_record:t(5,7)=s532fpclass:(6,4),0,32;sign:(0,1),32,32;exponent:(0,1),64,32;ds:(5,6),96,4096;more:(0,1),4192,32;ndigits:(0,1),4224,32;;decimal_form:T(5,8)=efixed_form:0,floating_form:1,;decimal_mode:t(5,9)=s12rd:(6,1),0,32;df:(5,8),32,32;ndigits:(0,1),64,32;;decimal_string_form:T(5,10)=einvalid_form:0,whitespace_form:1,fixed_int_form:2,fixed_intdot_form:3,fixed_dotfrac_form:4,fixed_intdotfrac_form:5,floating_int_form:6,floating_intdot_form:7,\floating_dotfrac_form:8,floating_intdotfrac_form:9,inf_form:10,infinity_form:11,nan_form:12,nanstring_form:13,;ieee_handlers:G(5,11)=ar(0,1);0;4;(5,4)errno:G(0,1)fp_pi_type:T(4,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(4,1)exception:T(4,2)=s32type:(0,1),0,32;name:(4,3)=*(0,2),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)./ahhead.hvector:t(7,1)=s8x:(0,9),0,32;y:(0,9),32,32;;complex:t(7,2)=s8r:(0,9),0,32;i:(0,9),32,32;;d_complex:t(7,3)=s16r:(0,10),0,64;i:(0,10),64,64;;tensor:t(7,4)=s12xx:(0,9),0,32;yy:(0,9),32,32;xy:(0,9),64,32;;ah_time:T(7,5)=s16yr:(0,4),0,16;mo:(0,4),16,16;day:(0,4),32,16;hr:(0,4),48,16;mn:(0,4),64,16;sec:(0,9),96,32;;calib:T(7,6)=s16pole:(7,2),0,64;zero:(7,2),64,64;;station_info:T(7,7)=s520code:(7,8)=ar(0,1);0;5;(0,2),0,48;chan:(7,8),48,48;stype:(7,9)=ar(0,1);0;7;(0,2),96,64;slat:(0,9),160,32;slon:(0,9),192,32;elev:(0,9),224,32;DS:(0,9),256,32;A0:(0,9),288,32;cal:(7,10)=ar(0,1);0;29;(7,6),320,3840;;event_info:T(7,11)=s108lat:(0,9),0,32;lon:(0,9),32,32;dep:(0,9),64,32;ot:(7,5),96,128;ecomment:(7,12)=ar(0,1);0;79;(0,2),224,640;;record_info:T(7,13)=s320type:(0,4),0,16;ndata:(0,1),32,32;delta:(0,9),64,32;maxamp:(0,9),96,32;abstime:(7,5),128,128;rmin:(0,9),256,32;rcomment:(7,12),288,640;log:(7,14)=ar(0,1);0;201;(0,2),928,1616;;ahhed:t(7,15)=s1032station:(7,7),0,4160;event:(7,11),4160,864;record:(7,13),5024,2560;extra:(7,16)=ar(0,1);0;20;(0,9),7584,672;;./sac.hsac:T(8,1)=s632delta:(0,9),0,32;depmin:(0,9),32,32;depmax:(0,9),64,32;scale:(0,9),96,32;odelta:(0,9),128,32;b:(0,9),160,32;e:(0,9),192,32;o:(0,9),224,32;\a:(0,9),256,32;internal1:(0,9),288,32;t:(8,2)=ar(0,1);0;9;(0,9),320,320;f:(0,9),640,32;resp:(8,2),672,320;stla:(0,9),992,32;stlo:(0,9),1024,32;stel:(0,9),1056,32;\stdp:(0,9),1088,32;evla:(0,9),1120,32;evlo:(0,9),1152,32;evel:(0,9),1184,32;evdp:(0,9),1216,32;unused1:(0,9),1248,32;user:(8,2),1280,320;dist:(0,9),1600,32;\az:(0,9),1632,32;baz:(0,9),1664,32;gcarc:(0,9),1696,32;internal2:(0,9),1728,32;internal3:(0,9),1760,32;depmen:(0,9),1792,32;cmpaz:(0,9),1824,32;cmpinc:(0,9),1856,32;\unused2:(0,9),1888,32;unused3:(0,9),1920,32;unused4:(0,9),1952,32;unused5:(0,9),1984,32;unused6:(0,9),2016,32;unused7:(0,9),2048,32;unused8:(0,9),2080,32;unused9:(0,9),2112,32;\unused10:(0,9),2144,32;unused11:(0,9),2176,32;unused12:(0,9),2208,32;nzyear:(0,1),2240,32;nzjday:(0,1),2272,32;nzhour:(0,1),2304,32;nzmin:(0,1),2336,32;nzsec:(0,1),2368,32;\nzmsec:(0,1),2400,32;internal4:(0,1),2432,32;internal5:(0,1),2464,32;internal6:(0,1),2496,32;npts:(0,1),2528,32;internal7:(0,1),2560,32;internal8:(0,1),2592,32;unused13:(0,1),2624,32;\unused14:(0,1),2656,32;unused15:(0,1),2688,32;iftype:(0,1),2720,32;idep:(0,1),2752,32;iztype:(0,1),2784,32;unused16:(0,1),2816,32;iinst:(0,1),2848,32;istreg:(0,1),2880,32;\ievreg:(0,1),2912,32;ievtyp:(0,1),2944,32;iqual:(0,1),2976,32;isynth:(0,1),3008,32;unused17:(0,1),3040,32;unused18:(0,1),3072,32;unused19:(0,1),3104,32;unused20:(0,1),3136,32;\unused21:(0,1),3168,32;unused22:(0,1),3200,32;unused23:(0,1),3232,32;unused24:(0,1),3264,32;unused25:(0,1),3296,32;unused26:(0,1),3328,32;leven:(0,1),3360,32;lpspol:(0,1),3392,32;\lovrok:(0,1),3424,32;lcalda:(0,1),3456,32;unused27:(0,1),3488,32;kstnm:(7,9),3520,64;kevnm:(8,3)=ar(0,1);0;15;(0,2),3584,128;khole:(7,9),3712,64;ko:(7,9),3776,64;ka:(7,9),3840,64;\kt:(8,4)=ar(0,1);0;9;(7,9),3904,640;kf:(7,9),4544,64;kuser:(8,5)=ar(0,1);0;2;(7,9),4608,192;kcmpnm:(7,9),4800,64;knetwk:(7,9),4864,64;kdatrd:(7,9),4928,64;kinst:(7,9),4992,64;;sac_t:t(8,1)sac_def:S(8,1)/sw/loc/include/scv2.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/machine/devaddr.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(13,1)=s12sv_handler:(5,4),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(13,2)=s8ss_sp:(4,3),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(13,3)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(13,4)=ar(0,1);0;30;(4,3),288,992;sc_wbuf:(13,5)=ar(0,1);0;30;(13,6)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(13,7)=s12sa_handler:(5,4),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(16,1)=s4r:(16,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(16,3)=*(16,1)label_t:T(16,4)=s8val:(16,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(16,4)_quad_t:T(16,6)=s8val:(16,5),0,64;;quad_t:t(16,6)daddr_t:t(0,1)caddr_t:t(4,3)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(4,3)fd_mask:t(0,1)fd_set:T(16,7)=s32fds_bits:(16,8)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(16,7)/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(23,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(4,3)/usr/include/math.h/sw/loc/include/errlog.hProgram_Name:G(4,3)/sw/loc/include/arrays.hTbl:T(26,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(26,2)=*(4,3),64,32;;Tbl:t(26,1)Arr:T(26,3)=s8root:(4,3),0,32;cmp:(26,4)=*(26,5)=f(0,1),32,32;;Arr:t(26,3)Stbl:T(26,6)=s16tbl:(26,7)=*(26,1),0,32;root:(4,3),32,32;cmp:(26,4),64,32;changed:(0,1),96,32;;Stbl:t(26,6)/sw/loc/include/pf.hPfvalue:t(27,1)=u4s:(4,3),0,32;arr:(27,2)=*(26,3),0,32;tbl:(26,7),0,32;;Pf:T(27,3)=s8type:(0,1),0,32;value:(27,1),32,32;;Pf:t(27,3)optarg:G(4,3)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(21,1)=s16name:(4,3),0,32;has_arg:(0,1),32,32;flag:(21,2)=*(0,1),64,32;val:(0,1),96,32;;Dbptr:T(20,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(20,1)Dbvalue:T(20,2)=u1024t:(4,3),0,32;s:(20,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(26,7),0,32;arr:(27,2),0,32;;Dbvalue:t(20,2)Exvalue:T(20,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(4,3),0,32;p:(20,6)=*(20,5)=xsre_pattern_buffer:,0,32;fi:(26,4),0,32;fd:(20,7)=*(20,8)=f(0,10),0,32;fs:(20,9)=*(20,10)=f(4,3),0,32;;Exvalue:t(20,4)Expression:T(20,11)=s32left:(20,12)=*(20,11),0,32;right:(20,12),32,32;x3:(20,12),64,32;x4:(20,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(20,4),192,64;;Expression:t(20,11)dbinvalid:G(20,1)/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.hResponse_group:T(30,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(30,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(30,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(26,7),640,32;parameters:(27,2),672,32;private:(30,4)=*(0,11),704,32;;Response_group:t(30,1)Response:T(30,5)=s16ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(30,6)=*(30,1),64,32;dfile:(4,3),96,32;;Response:t(30,5)Fir:T(30,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(30,8)=*(0,10),192,32;num_coef_errors:(30,8),224,32;den_coefs:(30,8),256,32;den_coef_errors:(30,8),288,32;;Fir:t(30,7)Paz:T(30,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(30,10)=*(31,2),192,32;pole_errors:(30,10),224,32;zeros:(30,10),256,32;zero_errors:(30,10),288,32;;Paz:t(30,9)Iir:T(30,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(30,10),192,32;pole_errors:(30,10),224,32;zeros:(30,10),256,32;zero_errors:(30,10),288,32;;Iir:t(30,11)scv_segments_:T(9,1)=s200ituple:(0,1),0,32;exist:(0,1),32,32;nbad:(0,1),64,32;tstart:(0,10),128,64;tend:(0,10),192,64;nsamps:(0,1),256,32;dt:(0,10),320,64;ctype:(9,2)=ar(0,1);0;4;(0,2),384,40;\descrip:(9,3)=ar(0,1);0;50;(0,2),424,408;hang:(0,10),832,64;vang:(0,10),896,64;depth:(0,10),960,64;inid:(0,1),1024,32;chanid:(0,1),1056,32;calib:(0,9),1088,32;calper:(0,9),1120,32;\data_format:(7,9),1152,64;data_type:(7,9),1216,64;input_units:(7,9),1280,64;output_units:(7,9),1344,64;tshift:(0,10),1408,64;response:(9,4)=*(30,5),1472,32;responsefile:(4,3),1504,32;data:(9,5)=*(0,9),1536,32;raw_data:(30,4),1568,32;;SCVSegment:t(9,1)scv_arrival_:T(9,6)=s64ituple:(0,1),0,32;time:(0,10),64,64;deltime:(0,10),128,64;amp:(0,10),192,64;per:(0,10),256,64;phase:(7,9),320,64;fm:(9,8)=ar(0,1);0;3;(0,2),384,32;quality:(9,8),416,32;scv:(9,9)=*(9,7)=xssta_chan_view_:,448,32;;SCVArrival:t(9,6)sta_chan_view_:T(9,7)=s208id:(0,1),0,32;dbl:(9,10)=*(20,1),32,32;sta:(9,11)=ar(0,1);0;31;(0,2),64,256;chan:(9,11),320,256;chana:(9,11),576,256;tstart:(0,10),832,64;tend:(0,10),896,64;lat:(0,10),960,64;\lon:(0,10),1024,64;elev:(0,10),1088,64;deast:(0,10),1152,64;dnorth:(0,10),1216,64;delev:(0,10),1280,64;nsamps:(0,1),1344,32;nsegs:(0,1),1376,32;segments_size:(0,1),1408,32;\rel_wfdisc:(9,10),1440,32;segments:(9,12)=*(9,1),1472,32;narrivals:(0,1),1504,32;arrivals_size:(0,1),1536,32;rel_arrival:(9,10),1568,32;arrivals:(9,13)=*(9,14)=*(9,6),1600,32;;SCV:t(9,7)trace_:T(9,15)=s104scv:(9,16)=*(9,7),0,32;tstart:(0,10),64,64;dt:(0,10),128,64;nsamps:(0,1),192,32;calib:(0,9),224,32;calper:(0,9),256,32;rawdata_format:(7,9),288,64;rawdata_type:(7,9),352,64;\input_units:(7,9),416,64;output_units:(7,9),480,64;data:(9,5),544,32;data_free:(9,5),576,32;data_malloc:(0,1),608,32;raw_data:(30,4),640,32;rawdata_free:(9,17)=*(0,4),672,32;rawdata_malloc:(0,1),704,32;\prev:(9,18)=*(9,15),736,32;next:(9,18),768,32;;Trace:t(9,15)/sw/loc/include/errlog.h/sw/loc/include/csstime.hdate_time:T(34,1)=s48epoch:(0,10),0,64;date:(0,1),64,32;year:(0,1),96,32;month:(0,1),128,32;mname:(9,8),160,32;day:(0,1),192,32;doy:(0,1),224,32;hour:(0,1),256,32;\minute:(0,1),288,32;second:(0,9),320,32;;/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/db.hwrite_sac:F(0,11)scv:p(9,16)dbin:p(20,1)dbin:r(20,1)dbout:p(20,1)dbout:r(20,1)tstrt:p(0,10)tend:p(0,10)fixgaps:p(4,3)counts:p(0,1)wfdir:p(4,3)newDir:(0,13)=ar(0,1);0;64;(0,2)output_dir:(0,13)sach:(8,1)outfile:(0,14)=*(1,1)output_file:(0,15)=ar(0,1);0;32;(0,2)full_name:(0,16)=ar(0,1);0;96;(0,2)i:(0,1)character:(0,17)=ar(0,1);0;8;(0,2)nsegs:(0,1)narrs:(0,1)arr_count:(0,1)seg_index:(0,1)num_samps:(0,1)seg_data:(9,5)station:(4,3)channel:(4,3)tstart:(0,10)human_time:(34,1)data_type:(0,18)=ar(0,1);0;14;(0,2)wf_record:(20,3)table_dirname:(4,3)trace:(9,18)calib:(0,10)dummy_double:(0,10)dummy_charp:(4,3)trace_subs.o/export/jspc/sw/src/bin/export/db2sac/trace_subs.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(3,1)=s4r:(3,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(3,3)=*(3,1)label_t:T(3,4)=s8val:(3,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(3,4)_quad_t:T(3,6)=s8val:(3,5),0,64;;quad_t:t(3,6)daddr_t:t(0,1)caddr_t:t(3,7)=*(0,2)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(3,7)fd_mask:t(0,1)fd_set:T(3,8)=s32fds_bits:(3,9)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(3,8)/usr/include/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.hflock:T(7,1)=s16l_type:(0,4),0,16;l_whence:(0,4),16,16;l_start:(0,1),32,32;l_len:(0,1),64,32;l_pid:(0,4),96,16;l_xxx:(0,4),112,16;;eflock:T(7,2)=s24l_type:(0,4),0,16;l_whence:(0,4),16,16;l_start:(0,1),32,32;l_len:(0,1),64,32;l_pid:(0,4),96,16;l_xxx:(0,4),112,16;l_rpid:(0,1),128,32;l_rsys:(0,1),160,32;;/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/types.h/usr/include/sys/stat.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(16,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(3,7)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hfp_pi_type:T(17,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(17,1)exception:T(17,2)=s32type:(0,1),0,32;name:(3,7),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)/sw/loc/include/errlog.hProgram_Name:G(3,7)/sw/loc/include/arrays.hTbl:T(21,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(21,2)=*(3,7),64,32;;Tbl:t(21,1)Arr:T(21,3)=s8root:(3,7),0,32;cmp:(21,4)=*(21,5)=f(0,1),32,32;;Arr:t(21,3)Stbl:T(21,6)=s16tbl:(21,7)=*(21,1),0,32;root:(3,7),32,32;cmp:(21,4),64,32;changed:(0,1),96,32;;Stbl:t(21,6)/sw/loc/include/pf.hPfvalue:t(22,1)=u4s:(3,7),0,32;arr:(22,2)=*(21,3),0,32;tbl:(21,7),0,32;;Pf:T(22,3)=s8type:(0,1),0,32;value:(22,1),32,32;;Pf:t(22,3)optarg:G(3,7)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(14,1)=s16name:(3,7),0,32;has_arg:(0,1),32,32;flag:(14,2)=*(0,1),64,32;val:(0,1),96,32;;Dbptr:T(13,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(13,1)Dbvalue:T(13,2)=u1024t:(3,7),0,32;s:(13,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(21,7),0,32;arr:(22,2),0,32;;Dbvalue:t(13,2)Exvalue:T(13,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(3,7),0,32;p:(13,6)=*(13,5)=xsre_pattern_buffer:,0,32;fi:(21,4),0,32;fd:(13,7)=*(13,8)=f(0,10),0,32;fs:(13,9)=*(13,10)=f(3,7),0,32;;Exvalue:t(13,4)Expression:T(13,11)=s32left:(13,12)=*(13,11),0,32;right:(13,12),32,32;x3:(13,12),64,32;x4:(13,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(13,4),192,64;;Expression:t(13,11)dbinvalid:G(13,1)/sw/loc/include/arrays.h/sw/loc/include/scv2.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/machine/devaddr.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(28,1)=s12sv_handler:(18,4),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(28,2)=s8ss_sp:(3,7),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(28,3)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(28,4)=ar(0,1);0;30;(3,7),288,992;sc_wbuf:(28,5)=ar(0,1);0;30;(28,6)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(28,7)=s12sa_handler:(18,4),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.hResponse_group:T(36,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(36,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(36,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(21,7),640,32;parameters:(22,2),672,32;private:(36,4)=*(0,11),704,32;;Response_group:t(36,1)Response:T(36,5)=s16ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(36,6)=*(36,1),64,32;dfile:(3,7),96,32;;Response:t(36,5)Fir:T(36,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(36,8)=*(0,10),192,32;num_coef_errors:(36,8),224,32;den_coefs:(36,8),256,32;den_coef_errors:(36,8),288,32;;Fir:t(36,7)Paz:T(36,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(36,10)=*(37,2),192,32;pole_errors:(36,10),224,32;zeros:(36,10),256,32;zero_errors:(36,10),288,32;;Paz:t(36,9)Iir:T(36,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(36,10),192,32;pole_errors:(36,10),224,32;zeros:(36,10),256,32;zero_errors:(36,10),288,32;;Iir:t(36,11)scv_segments_:T(24,1)=s200ituple:(0,1),0,32;exist:(0,1),32,32;nbad:(0,1),64,32;tstart:(0,10),128,64;tend:(0,10),192,64;nsamps:(0,1),256,32;dt:(0,10),320,64;ctype:(24,2)=ar(0,1);0;4;(0,2),384,40;\descrip:(24,3)=ar(0,1);0;50;(0,2),424,408;hang:(0,10),832,64;vang:(0,10),896,64;depth:(0,10),960,64;inid:(0,1),1024,32;chanid:(0,1),1056,32;calib:(0,9),1088,32;calper:(0,9),1120,32;\data_format:(24,4)=ar(0,1);0;7;(0,2),1152,64;data_type:(24,4),1216,64;input_units:(24,4),1280,64;output_units:(24,4),1344,64;tshift:(0,10),1408,64;response:(24,5)=*(36,5),1472,32;responsefile:(3,7),1504,32;data:(24,6)=*(0,9),1536,32;raw_data:(36,4),1568,32;;SCVSegment:t(24,1)scv_arrival_:T(24,7)=s64ituple:(0,1),0,32;time:(0,10),64,64;deltime:(0,10),128,64;amp:(0,10),192,64;per:(0,10),256,64;phase:(24,4),320,64;fm:(24,9)=ar(0,1);0;3;(0,2),384,32;quality:(24,9),416,32;scv:(24,10)=*(24,8)=xssta_chan_view_:,448,32;;SCVArrival:t(24,7)sta_chan_view_:T(24,8)=s208id:(0,1),0,32;dbl:(24,11)=*(13,1),32,32;sta:(24,12)=ar(0,1);0;31;(0,2),64,256;chan:(24,12),320,256;chana:(24,12),576,256;tstart:(0,10),832,64;tend:(0,10),896,64;lat:(0,10),960,64;\lon:(0,10),1024,64;elev:(0,10),1088,64;deast:(0,10),1152,64;dnorth:(0,10),1216,64;delev:(0,10),1280,64;nsamps:(0,1),1344,32;nsegs:(0,1),1376,32;segments_size:(0,1),1408,32;\rel_wfdisc:(24,11),1440,32;segments:(24,13)=*(24,1),1472,32;narrivals:(0,1),1504,32;arrivals_size:(0,1),1536,32;rel_arrival:(24,11),1568,32;arrivals:(24,14)=*(24,15)=*(24,7),1600,32;;SCV:t(24,8)trace_:T(24,16)=s104scv:(24,17)=*(24,8),0,32;tstart:(0,10),64,64;dt:(0,10),128,64;nsamps:(0,1),192,32;calib:(0,9),224,32;calper:(0,9),256,32;rawdata_format:(24,4),288,64;rawdata_type:(24,4),352,64;\input_units:(24,4),416,64;output_units:(24,4),480,64;data:(24,6),544,32;data_free:(24,6),576,32;data_malloc:(0,1),608,32;raw_data:(36,4),640,32;rawdata_free:(24,18)=*(0,4),672,32;rawdata_malloc:(0,1),704,32;\prev:(24,19)=*(24,16),736,32;next:(24,19),768,32;;Trace:t(24,16)read_wfdisc:F(24,19)db:p(13,1)db:r(13,1)tstart:p(0,10)tend:p(0,10)fname:(13,3)dtype:(24,4)segtype:(24,4)foff:(0,1)nsamp:(0,1)data:(36,4)trace:(24,19)time:(0,10)dt:(0,10)samprate:(0,10)calib:(0,10)calper:(0,10)isamp:(0,1)jsamp:(0,1)size:(0,1)read_file:F(0,1)fname:p(3,7)foff:p(0,1)datatype:p(3,7)nsamps:p(14,2)buf:p(0,13)=*(36,4)file:(0,14)=*(1,1)n:(0,1)size:(0,1)SCV.o/auto/jspc/sw/src/lib/dataformat/scv2/SCV.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.hva_list:t(2,1)=*(0,2)./scv2.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(6,1)=s12sv_handler:(6,2)=*(6,3)=f(0,11),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(6,4)=s8ss_sp:(2,1),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(6,5)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(6,6)=ar(0,1);0;30;(2,1),288,992;sc_wbuf:(6,7)=ar(0,1);0;30;(6,8)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(6,9)=s12sa_handler:(6,2),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(9,1)=s4r:(9,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(9,3)=*(9,1)label_t:T(9,4)=s8val:(9,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(9,4)_quad_t:T(9,6)=s8val:(9,5),0,64;;quad_t:t(9,6)daddr_t:t(0,1)caddr_t:t(2,1)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(2,1)fd_mask:t(0,1)fd_set:T(9,7)=s32fds_bits:(9,8)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(9,7)/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(16,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(2,1)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hfp_pi_type:T(17,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(17,1)exception:T(17,2)=s32type:(0,1),0,32;name:(2,1),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)/sw/loc/include/errlog.hProgram_Name:G(2,1)/sw/loc/include/arrays.hTbl:T(21,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(21,2)=*(2,1),64,32;;Tbl:t(21,1)Arr:T(21,3)=s8root:(2,1),0,32;cmp:(21,4)=*(21,5)=f(0,1),32,32;;Arr:t(21,3)Stbl:T(21,6)=s16tbl:(21,7)=*(21,1),0,32;root:(2,1),32,32;cmp:(21,4),64,32;changed:(0,1),96,32;;Stbl:t(21,6)/sw/loc/include/pf.hPfvalue:t(22,1)=u4s:(2,1),0,32;arr:(22,2)=*(21,3),0,32;tbl:(21,7),0,32;;Pf:T(22,3)=s8type:(0,1),0,32;value:(22,1),32,32;;Pf:t(22,3)optarg:G(2,1)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(14,1)=s16name:(2,1),0,32;has_arg:(0,1),32,32;flag:(14,2)=*(0,1),64,32;val:(0,1),96,32;;Dbptr:T(13,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(13,1)Dbvalue:T(13,2)=u1024t:(2,1),0,32;s:(13,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(21,7),0,32;arr:(22,2),0,32;;Dbvalue:t(13,2)Exvalue:T(13,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(2,1),0,32;p:(13,6)=*(13,5)=xsre_pattern_buffer:,0,32;fi:(21,4),0,32;fd:(13,7)=*(13,8)=f(0,10),0,32;fs:(13,9)=*(13,10)=f(2,1),0,32;;Exvalue:t(13,4)Expression:T(13,11)=s32left:(13,12)=*(13,11),0,32;right:(13,12),32,32;x3:(13,12),64,32;x4:(13,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(13,4),192,64;;Expression:t(13,11)dbinvalid:G(13,1)/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.hResponse_group:T(25,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(25,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(25,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(21,7),640,32;parameters:(22,2),672,32;private:(25,4)=*(0,11),704,32;;Response_group:t(25,1)Response:T(25,5)=s16ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(25,6)=*(25,1),64,32;dfile:(2,1),96,32;;Response:t(25,5)Fir:T(25,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(25,8)=*(0,10),192,32;num_coef_errors:(25,8),224,32;den_coefs:(25,8),256,32;den_coef_errors:(25,8),288,32;;Fir:t(25,7)Paz:T(25,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(25,10)=*(26,2),192,32;pole_errors:(25,10),224,32;zeros:(25,10),256,32;zero_errors:(25,10),288,32;;Paz:t(25,9)Iir:T(25,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(25,10),192,32;pole_errors:(25,10),224,32;zeros:(25,10),256,32;zero_errors:(25,10),288,32;;Iir:t(25,11)scv_segments_:T(3,1)=s200ituple:(0,1),0,32;exist:(0,1),32,32;nbad:(0,1),64,32;tstart:(0,10),128,64;tend:(0,10),192,64;nsamps:(0,1),256,32;dt:(0,10),320,64;ctype:(3,2)=ar(0,1);0;4;(0,2),384,40;\descrip:(3,3)=ar(0,1);0;50;(0,2),424,408;hang:(0,10),832,64;vang:(0,10),896,64;depth:(0,10),960,64;inid:(0,1),1024,32;chanid:(0,1),1056,32;calib:(0,9),1088,32;calper:(0,9),1120,32;\data_format:(3,4)=ar(0,1);0;7;(0,2),1152,64;data_type:(3,4),1216,64;input_units:(3,4),1280,64;output_units:(3,4),1344,64;tshift:(0,10),1408,64;response:(3,5)=*(25,5),1472,32;responsefile:(2,1),1504,32;data:(3,6)=*(0,9),1536,32;raw_data:(25,4),1568,32;;SCVSegment:t(3,1)scv_arrival_:T(3,7)=s64ituple:(0,1),0,32;time:(0,10),64,64;deltime:(0,10),128,64;amp:(0,10),192,64;per:(0,10),256,64;phase:(3,4),320,64;fm:(3,9)=ar(0,1);0;3;(0,2),384,32;quality:(3,9),416,32;scv:(3,10)=*(3,8)=xssta_chan_view_:,448,32;;SCVArrival:t(3,7)sta_chan_view_:T(3,8)=s208id:(0,1),0,32;dbl:(3,11)=*(13,1),32,32;sta:(3,12)=ar(0,1);0;31;(0,2),64,256;chan:(3,12),320,256;chana:(3,12),576,256;tstart:(0,10),832,64;tend:(0,10),896,64;lat:(0,10),960,64;\lon:(0,10),1024,64;elev:(0,10),1088,64;deast:(0,10),1152,64;dnorth:(0,10),1216,64;delev:(0,10),1280,64;nsamps:(0,1),1344,32;nsegs:(0,1),1376,32;segments_size:(0,1),1408,32;\rel_wfdisc:(3,11),1440,32;segments:(3,13)=*(3,1),1472,32;narrivals:(0,1),1504,32;arrivals_size:(0,1),1536,32;rel_arrival:(3,11),1568,32;arrivals:(3,14)=*(3,15)=*(3,7),1600,32;;SCV:t(3,8)trace_:T(3,16)=s104scv:(3,17)=*(3,8),0,32;tstart:(0,10),64,64;dt:(0,10),128,64;nsamps:(0,1),192,32;calib:(0,9),224,32;calper:(0,9),256,32;rawdata_format:(3,4),288,64;rawdata_type:(3,4),352,64;\input_units:(3,4),416,64;output_units:(3,4),480,64;data:(3,6),544,32;data_free:(3,6),576,32;data_malloc:(0,1),608,32;raw_data:(25,4),640,32;rawdata_free:(3,18)=*(0,4),672,32;rawdata_malloc:(0,1),704,32;\prev:(3,19)=*(3,16),736,32;next:(3,19),768,32;;Trace:t(3,16)./scv2_p.hdate_time:T(28,1)=s48epoch:(0,10),0,64;date:(0,1),64,32;year:(0,1),96,32;month:(0,1),128,32;mname:(3,9),160,32;day:(0,1),192,32;doy:(0,1),224,32;hour:(0,1),256,32;\minute:(0,1),288,32;second:(0,9),320,32;;SCV_create:F(0,13)=*(3,17)schema:p(2,1)ndbs:p(0,1)dbnames:p(21,2)stachan_sift:p(2,1)tstart_sift:p(2,1)tend_sift:p(2,1)exist:p(0,1)nscvs:p(14,2)scvs:(0,13)dbl:(3,11)i:(0,1)j:(0,1)n:(0,1)nscvse:(0,1)esegs:(0,1)SCV_create_from_wftar:F(0,13)schema:p(2,1)ndbs:p(0,1)dbnames:p(21,2)stachan_sift:p(2,1)tstart_sift:p(2,1)tend_sift:p(2,1)tarnam_sift:p(2,1)fstart_sift:p(0,1)fend_sift:p(0,1)nscvs:p(14,2)dbl:(3,11)SCV_get:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)scv:(3,17)attr:(0,1)charp:(2,1)SCV_return:F(25,4)scv:p(3,17)attr:p(0,1)SCV_sift_stachan:F(0,13)nscvs:p(0,1)scvs:p(0,13)stachan_sift:p(2,1)nscvs_out:p(14,2)scvs_out:(0,13)i:(0,1)ret:(0,1)SCV_free_all:F(0,11)scvs:p(0,13)nscvs:p(0,1)i:(0,1)SCV_free:F(0,11)scv:p(3,17)i:(0,1)SCV_read_wfs:F(0,1)scv:p(3,17)schema:(2,1)SCV_read_rawwfs:F(0,1)scv:p(3,17)schema:(2,1)SCV_get_trace:F(3,19)scv:p(3,17)tstart:p(0,10)tend:p(0,10)schema:(2,1)SCV_get_rawtrace:F(3,19)scv:p(3,17)tstart:p(0,10)tend:p(0,10)schema:(2,1)SCV_get_rawtrace_nodata:F(3,19)scv:p(3,17)tstart:p(0,10)tend:p(0,10)schema:(2,1)SCV_free_trace:F(0,11)trace:p(3,19)ptr:(3,19)next:(3,19)SCV_get_arrival:F(3,15)__builtin_va_alist:p(0,1)args:(2,1)scv:(3,17)iarr:(0,1)attr:(0,1)charp:(2,1)ARR_get:F(3,15)__builtin_va_alist:p(0,1)args:(2,1)arr:(3,15)attr:(0,1)charp:(2,1)SCV_add_arrival:F(0,1)scv:p(3,17)time:p(0,10)schema:(2,1)SCV_put_arrival:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)scv:(3,17)iarr:(0,1)arr:(3,15)i:(0,1)attrid:(0,1)sval:(2,1)dval:(0,10)schema:(2,1)ARR_put:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)arr:(3,15)i:(0,1)attrid:(0,1)sval:(2,1)dval:(0,10)schema:(2,1)SCV_get_segment:F(3,13)__builtin_va_alist:p(0,1)args:(2,1)scv:(3,17)segIndex:(0,1)attr:(0,1)charg:(2,1)SCV_get_seg_from_time:F(0,1)scv:p(3,17)time:p(0,10)i:(0,1)SEG_return:F(25,4)seg:p(3,13)attr:p(0,1)charg:(2,1)scv_add_arrival:F(0,1)scv:p(3,17)time:p(0,10)arr_ptr:(3,15)i:(0,1)scv_time_compar:F(0,1)seg_tpl1:p(3,13)seg_tpl2:p(3,13)scv_time2_compar:F(0,1)arrival_tpl1:p(3,14)arrival_tpl2:p(3,14)SCV28.o/auto/jspc/sw/src/lib/dataformat/scv2/SCV28.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./scv2.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(5,1)=s12sv_handler:(5,2)=*(5,3)=f(0,11),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(5,4)=s8ss_sp:(5,5)=*(0,2),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(5,6)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(5,7)=ar(0,1);0;30;(5,5),288,992;sc_wbuf:(5,8)=ar(0,1);0;30;(5,9)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(5,10)=s12sa_handler:(5,2),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(8,1)=s4r:(8,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(8,3)=*(8,1)label_t:T(8,4)=s8val:(8,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(8,4)_quad_t:T(8,6)=s8val:(8,5),0,64;;quad_t:t(8,6)daddr_t:t(0,1)caddr_t:t(5,5)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(5,5)fd_mask:t(0,1)fd_set:T(8,7)=s32fds_bits:(8,8)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(8,7)/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(15,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(5,5)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hfp_pi_type:T(16,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(16,1)exception:T(16,2)=s32type:(0,1),0,32;name:(5,5),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)/sw/loc/include/errlog.hProgram_Name:G(5,5)/sw/loc/include/arrays.hTbl:T(20,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(20,2)=*(5,5),64,32;;Tbl:t(20,1)Arr:T(20,3)=s8root:(5,5),0,32;cmp:(20,4)=*(20,5)=f(0,1),32,32;;Arr:t(20,3)Stbl:T(20,6)=s16tbl:(20,7)=*(20,1),0,32;root:(5,5),32,32;cmp:(20,4),64,32;changed:(0,1),96,32;;Stbl:t(20,6)/sw/loc/include/pf.hPfvalue:t(21,1)=u4s:(5,5),0,32;arr:(21,2)=*(20,3),0,32;tbl:(20,7),0,32;;Pf:T(21,3)=s8type:(0,1),0,32;value:(21,1),32,32;;Pf:t(21,3)optarg:G(5,5)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(13,1)=s16name:(5,5),0,32;has_arg:(0,1),32,32;flag:(13,2)=*(0,1),64,32;val:(0,1),96,32;;Dbptr:T(12,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(12,1)Dbvalue:T(12,2)=u1024t:(5,5),0,32;s:(12,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(20,7),0,32;arr:(21,2),0,32;;Dbvalue:t(12,2)Exvalue:T(12,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(5,5),0,32;p:(12,6)=*(12,5)=xsre_pattern_buffer:,0,32;fi:(20,4),0,32;fd:(12,7)=*(12,8)=f(0,10),0,32;fs:(12,9)=*(12,10)=f(5,5),0,32;;Exvalue:t(12,4)Expression:T(12,11)=s32left:(12,12)=*(12,11),0,32;right:(12,12),32,32;x3:(12,12),64,32;x4:(12,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(12,4),192,64;;Expression:t(12,11)dbinvalid:G(12,1)/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.hResponse_group:T(24,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(24,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(24,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(20,7),640,32;parameters:(21,2),672,32;private:(24,4)=*(0,11),704,32;;Response_group:t(24,1)Response:T(24,5)=s16ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(24,6)=*(24,1),64,32;dfile:(5,5),96,32;;Response:t(24,5)Fir:T(24,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(24,8)=*(0,10),192,32;num_coef_errors:(24,8),224,32;den_coefs:(24,8),256,32;den_coef_errors:(24,8),288,32;;Fir:t(24,7)Paz:T(24,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(24,10)=*(25,2),192,32;pole_errors:(24,10),224,32;zeros:(24,10),256,32;zero_errors:(24,10),288,32;;Paz:t(24,9)Iir:T(24,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(24,10),192,32;pole_errors:(24,10),224,32;zeros:(24,10),256,32;zero_errors:(24,10),288,32;;Iir:t(24,11)scv_segments_:T(2,1)=s200ituple:(0,1),0,32;exist:(0,1),32,32;nbad:(0,1),64,32;tstart:(0,10),128,64;tend:(0,10),192,64;nsamps:(0,1),256,32;dt:(0,10),320,64;ctype:(2,2)=ar(0,1);0;4;(0,2),384,40;\descrip:(2,3)=ar(0,1);0;50;(0,2),424,408;hang:(0,10),832,64;vang:(0,10),896,64;depth:(0,10),960,64;inid:(0,1),1024,32;chanid:(0,1),1056,32;calib:(0,9),1088,32;calper:(0,9),1120,32;\data_format:(2,4)=ar(0,1);0;7;(0,2),1152,64;data_type:(2,4),1216,64;input_units:(2,4),1280,64;output_units:(2,4),1344,64;tshift:(0,10),1408,64;response:(2,5)=*(24,5),1472,32;responsefile:(5,5),1504,32;data:(2,6)=*(0,9),1536,32;raw_data:(24,4),1568,32;;SCVSegment:t(2,1)scv_arrival_:T(2,7)=s64ituple:(0,1),0,32;time:(0,10),64,64;deltime:(0,10),128,64;amp:(0,10),192,64;per:(0,10),256,64;phase:(2,4),320,64;fm:(2,9)=ar(0,1);0;3;(0,2),384,32;quality:(2,9),416,32;scv:(2,10)=*(2,8)=xssta_chan_view_:,448,32;;SCVArrival:t(2,7)sta_chan_view_:T(2,8)=s208id:(0,1),0,32;dbl:(2,11)=*(12,1),32,32;sta:(2,12)=ar(0,1);0;31;(0,2),64,256;chan:(2,12),320,256;chana:(2,12),576,256;tstart:(0,10),832,64;tend:(0,10),896,64;lat:(0,10),960,64;\lon:(0,10),1024,64;elev:(0,10),1088,64;deast:(0,10),1152,64;dnorth:(0,10),1216,64;delev:(0,10),1280,64;nsamps:(0,1),1344,32;nsegs:(0,1),1376,32;segments_size:(0,1),1408,32;\rel_wfdisc:(2,11),1440,32;segments:(2,13)=*(2,1),1472,32;narrivals:(0,1),1504,32;arrivals_size:(0,1),1536,32;rel_arrival:(2,11),1568,32;arrivals:(2,14)=*(2,15)=*(2,7),1600,32;;SCV:t(2,8)trace_:T(2,16)=s104scv:(2,17)=*(2,8),0,32;tstart:(0,10),64,64;dt:(0,10),128,64;nsamps:(0,1),192,32;calib:(0,9),224,32;calper:(0,9),256,32;rawdata_format:(2,4),288,64;rawdata_type:(2,4),352,64;\input_units:(2,4),416,64;output_units:(2,4),480,64;data:(2,6),544,32;data_free:(2,6),576,32;data_malloc:(0,1),608,32;raw_data:(24,4),640,32;rawdata_free:(2,18)=*(0,4),672,32;rawdata_malloc:(0,1),704,32;\prev:(2,19)=*(2,16),736,32;next:(2,19),768,32;;Trace:t(2,16)./scv2_p.hSCV28_create:F(0,13)=*(2,17)dbl:p(2,11)stachan_sift:p(5,5)tstart_sift:p(5,5)tend_sift:p(5,5)nscvs:p(13,2)rel:(2,11)arrival_rel:(2,11)site_rel:(2,11)dbl_in:(2,11)i:(0,1)j:(0,1)k:(0,1)scv:(2,17)scvs:(0,13)tstart:(0,10)tend:(0,10)tstart_s:(0,10)tend_s:(0,10)ret:(0,1)used:(0,1)arr_ptr:(2,15)date_time:(27,1)ntuples:(0,1)nwfdisc:(0,1)narrival:(0,1)nsamp:(0,1)samprate:(0,9)sta:(0,14)=ar(0,1);0;15;(0,2)chan:(0,14)dfile:(2,12)dir:(0,15)=ar(0,1);0;63;(0,2)sta:(0,14)chan:(0,14)phase:(0,14)fm:(0,14)remark:(2,12)amp:(0,9)per:(0,9)deltime:(0,10)sta:(0,14)chan:(0,14)ondate:(0,1)offdate:(0,1)lat:(0,9)lon:(0,9)elev:(0,9)deast:(0,9)dnorth:(0,9)hang:(0,9)vang:(0,9)SCV28_create_from_wftar:F(0,13)dbl:p(2,11)stachan_sift:p(5,5)tstart_sift:p(5,5)tend_sift:p(5,5)tarnam_sift:p(5,5)fstart_sift:p(0,1)fend_sift:p(0,1)nscvs:p(13,2)rel:(2,11)arrival_rel:(2,11)site_rel:(2,11)dbl_in:(2,11)i:(0,1)j:(0,1)scv:(2,17)scvs:(0,13)tstart:(0,10)tend:(0,10)tstart_s:(0,10)tend_s:(0,10)ret:(0,1)used:(0,1)arr_ptr:(2,15)ntuples:(0,1)narrival:(0,1)nsite:(0,1)nsamp:(0,1)tpfile:(0,1)samprate:(0,9)sta:(0,14)chan:(0,14)tarnam:(2,12)sta:(0,14)chan:(0,14)phase:(0,14)sta:(0,14)chan:(0,14)k:(0,1)ondate:(0,1)offdate:(0,1)lat:(0,9)lon:(0,9)elev:(0,9)deast:(0,9)dnorth:(0,9)hang:(0,9)vang:(0,9)date_time:(27,1)SCV28_read_wfs:F(0,1)scv:p(2,17)i:(0,1)tstart_seg:(0,10)dt_seg:(0,10)nsamps_seg:(0,1)data_seg:(2,6)nbad:(0,1)badval:V(0,8)SCV28_get_trace:F(2,19)scv:p(2,17)tstart:p(0,10)tend:p(0,10)i:(0,1)j:(0,1)k:(0,1)tstart_seg:(0,10)dt_seg:(0,10)nsamps_seg:(0,1)data_seg:(2,6)head:(2,19)last:(2,19)next:(2,19)is:(0,1)ie:(0,1)ts:(0,10)te:(0,10)tss:(0,10)tee:(0,10)data_seg_malloc:(0,1)nbad:(0,1)int_seg:(0,16)=*(0,8)first:(0,1)badval:V(0,8)SCV28_add_arrival:F(0,1)scv:p(2,17)time:p(0,10)i:(0,1)arr:(2,15)/usr/include/varargs.hva_list:t(5,5)SCV28_put_arrival:F(0,1)__builtin_va_alist:p(0,1)args:(5,5)scv:(2,17)arr:(2,15)attrid:(0,1)ptr:(5,5)time:(0,10)dt:(27,1)string:(0,15)wfid:(0,1)chid:(0,1)i:(0,1)ARR28_put:F(0,1)__builtin_va_alist:p(0,1)args:(5,5)arr:(2,15)attrid:(0,1)ptr:(5,5)time:(0,10)dt:(27,1)string:(0,15)wfid:(0,1)chid:(0,1)i:(0,1)SCV30.o/auto/jspc/sw/src/lib/dataformat/scv2/SCV30.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./scv2.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.h./scv2_p.hscv2_nodata:G(0,1)SCV30_read_wfs:F(0,1)scv:p(2,17)rawflg:p(0,1)fltflg:p(0,1)i:(0,1)tstart_seg:(0,10)dt_seg:(0,10)nsamps_seg:(0,1)data_seg:(2,6)rawdata_seg:(24,4)nbad:(0,1)badval:V(0,8)SCV30_get_trace:F(2,19)scv:p(2,17)tstart:p(0,10)tend:p(0,10)rawflg:p(0,1)fltflg:p(0,1)i:(0,1)j:(0,1)k:(0,1)tstart_seg:(0,10)dt_seg:(0,10)nsamps_seg:(0,1)data_seg:(2,6)rawdata_seg:(24,4)head:(2,19)last:(2,19)next:(2,19)is:(0,1)ie:(0,1)ts:(0,10)te:(0,10)tss:(0,10)tee:(0,10)data_seg_malloc:(0,1)rawdata_seg_malloc:(0,1)nbad:(0,1)int_seg:(0,13)=*(0,8)first:(0,1)sint_ptr:(2,18)lint_ptr:(13,2)badval:V(0,8)SCV30_get_trace_nodata:F(2,19)scv:p(2,17)tstart:p(0,10)tend:p(0,10)rawflg:p(0,1)fltflg:p(0,1)tr:(2,19)SCV30_add_arrival:F(0,1)scv:p(2,17)time:p(0,10)i:(0,1)j:(0,1)n:(0,1)arr:(2,15)nextid:(0,1)str:(0,14)=ar(0,1);0;63;(0,2)/usr/include/varargs.hSCV30_put_arrival:F(0,1)__builtin_va_alist:p(0,1)args:(5,5)scv:(2,17)arr:(2,15)attrid:(0,1)ptr:(5,5)time:(0,10)dt:(27,1)wfid:(0,1)arid:(0,1)i:(0,1)ARR30_put:F(0,1)__builtin_va_alist:p(0,1)args:(5,5)arr:(2,15)attrid:(0,1)ptr:(5,5)time:(0,10)dt:(27,1)wfid:(0,1)arid:(0,1)i:(0,1)SCV30_create.o/auto/jspc/sw/src/lib/dataformat/scv2/SCV30_create.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/malloc.h/usr/include/string.h/usr/include/sys/stdtypes.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./scv2.h/usr/include/sys/param.h/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/stock.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.hscv_segments_:T(27,1)=s200ituple:(0,1),0,32;exist:(0,1),32,32;nbad:(0,1),64,32;tstart:(0,10),128,64;tend:(0,10),192,64;nsamps:(0,1),256,32;dt:(0,10),320,64;ctype:(27,2)=ar(0,1);0;4;(0,2),384,40;\descrip:(27,3)=ar(0,1);0;50;(0,2),424,408;hang:(0,10),832,64;vang:(0,10),896,64;depth:(0,10),960,64;inid:(0,1),1024,32;chanid:(0,1),1056,32;calib:(0,9),1088,32;calper:(0,9),1120,32;\data_format:(27,4)=ar(0,1);0;7;(0,2),1152,64;data_type:(27,4),1216,64;input_units:(27,4),1280,64;output_units:(27,4),1344,64;tshift:(0,10),1408,64;response:(27,5)=*(18,5),1472,32;responsefile:(3,7),1504,32;data:(27,6)=*(0,9),1536,32;raw_data:(18,4),1568,32;;SCVSegment:t(27,1)scv_arrival_:T(27,7)=s64ituple:(0,1),0,32;time:(0,10),64,64;deltime:(0,10),128,64;amp:(0,10),192,64;per:(0,10),256,64;phase:(27,4),320,64;fm:(27,9)=ar(0,1);0;3;(0,2),384,32;quality:(27,9),416,32;scv:(27,10)=*(27,8)=xssta_chan_view_:,448,32;;SCVArrival:t(27,7)sta_chan_view_:T(27,8)=s208id:(0,1),0,32;dbl:(27,11)=*(30,1),32,32;sta:(27,12)=ar(0,1);0;31;(0,2),64,256;chan:(27,12),320,256;chana:(27,12),576,256;tstart:(0,10),832,64;tend:(0,10),896,64;lat:(0,10),960,64;\lon:(0,10),1024,64;elev:(0,10),1088,64;deast:(0,10),1152,64;dnorth:(0,10),1216,64;delev:(0,10),1280,64;nsamps:(0,1),1344,32;nsegs:(0,1),1376,32;segments_size:(0,1),1408,32;\rel_wfdisc:(27,11),1440,32;segments:(27,13)=*(27,1),1472,32;narrivals:(0,1),1504,32;arrivals_size:(0,1),1536,32;rel_arrival:(27,11),1568,32;arrivals:(27,14)=*(27,15)=*(27,7),1600,32;;SCV:t(27,8)trace_:T(27,16)=s104scv:(27,17)=*(27,8),0,32;tstart:(0,10),64,64;dt:(0,10),128,64;nsamps:(0,1),192,32;calib:(0,9),224,32;calper:(0,9),256,32;rawdata_format:(27,4),288,64;rawdata_type:(27,4),352,64;\input_units:(27,4),416,64;output_units:(27,4),480,64;data:(27,6),544,32;data_free:(27,6),576,32;data_malloc:(0,1),608,32;raw_data:(18,4),640,32;rawdata_free:(27,18)=*(0,4),672,32;rawdata_malloc:(0,1),704,32;\prev:(27,19)=*(27,16),736,32;next:(27,19),768,32;;Trace:t(27,16)./scv2_p.h/sw/loc/include/stock.hSCV30_create:F(0,13)=*(27,17)dbl:p(27,11)stachan_sift:p(3,7)tstart_sift:p(3,7)tend_sift:p(3,7)nscvs:p(20,2)i:(0,1)scv:(27,17)scvs:(0,13)tstart_s:(0,10)tend_s:(0,10)stachan_s:(3,7)good_dbl:F(0,1)dbl:p(27,11)rel:(27,11)ok_sift_keys:F(0,1)tstart_sift:p(3,7)tstart_s:p(18,8)tend_sift:p(3,7)tend_s:p(18,8)stachan_sift:p(3,7)stachan_s:p(25,2)flag:(0,1)new_segment:F(0,1)scv:p(27,17)newseg:(0,1)new_scv:F(27,17)scvs:p(0,14)=*(0,13)nscvs:p(20,2)sta:p(3,7)chan:p(3,7)scv:(27,17)find_scv:F(27,17)scvs:p(0,14)nscvs:p(20,2)sta:p(3,7)chan:p(3,7)j:(0,1)get_wfdisc_info:F(0,1)dbl:p(27,11)tstart_s:p(0,10)tend_s:p(0,10)stachan_sift:p(3,7)scvs:p(0,14)nscvs:p(20,2)wfdisc_rel:(27,11)ituple:(0,1)nsamp:(0,1)samprate:(0,9)sta:(0,15)=ar(0,1);0;15;(0,2)chan:(0,15)datatype:(27,4)segtype:(27,4)dfile:(27,12)dir:(0,16)=ar(0,1);0;63;(0,2)tstart:(0,10)tend:(0,10)calib:(0,9)calper:(0,9)chanid:(0,1)scv:(27,17)isegment:(0,1)ntuples:(0,1)get_arrival_info:F(0,1)dbl:p(27,11)tstart_s:p(0,10)tend_s:p(0,10)stachan_sift:p(3,7)scvs:p(0,13)nscvs:p(20,2)arrival_rel:(27,11)scv:(27,17)ituple:(0,1)j:(0,1)sta:(0,15)chan:(0,15)phase:(0,15)fm:(0,15)tstart:(0,10)deltime:(0,9)amp:(0,9)per:(0,9)i:(0,1)ntuples:(0,1)new_arrival:F(0,1)scv:p(27,17)ituple:p(0,1)tstart:p(0,10)deltime:p(0,10)amp:p(0,10)per:p(0,10)phase:p(3,7)fm:p(3,7)arr_ptr:(27,15)get_site_info:F(0,1)dbl:p(27,11)tstart_s:p(0,10)tend_s:p(0,10)stachan_sift:p(3,7)scvs:p(0,13)nscvs:p(20,2)date_time:(35,1)sta:(0,15)ondate:(0,1)offdate:(0,1)lat:(0,9)lon:(0,9)elev:(0,9)deast:(0,9)dnorth:(0,9)ituple:(0,1)i:(0,1)site_rel:(27,11)ntuples:(0,1)get_sitechan_info:F(0,1)dbl:p(27,11)tstart_s:p(0,10)tend_s:p(0,10)stachan_sift:p(3,7)scvs:p(0,13)nscvs:p(20,2)i:(0,1)j:(0,1)sta:(0,15)chan:(0,15)k:(0,1)ondate:(0,1)offdate:(0,1)edepth:(0,9)hang:(0,9)vang:(0,9)chanid:(0,1)date_time:(35,1)sitechan_rel:(27,11)seg_ondate:(0,1)seg_offdate:(0,1)ntuples:(0,1)consistent_dates:F(0,1)chan_start:p(0,1)chan_end:p(0,1)seg_start:p(0,1)seg_end:p(0,1)flag:(0,1)get_sensor_info:F(0,1)dbl:p(27,11)tstart_s:p(0,10)tend_s:p(0,10)stachan_sift:p(3,7)scvs:p(0,13)nscvs:p(20,2)sensor_rel:(27,11)ituple:(0,1)iscv:(0,1)kseg:(0,1)inid:(0,1)chanid:(0,1)calratio:(0,9)calper:(0,9)tshift:(0,9)sta:(0,15)chan:(0,15)tstart:(0,10)endtime:(0,10)seg:(27,13)ntuples:(0,1)get_instrument_info:F(0,1)dbl:p(27,11)tstart_s:p(0,10)tend_s:p(0,10)stachan_sift:p(3,7)scvs:p(0,13)nscvs:p(20,2)instrument_rel:(27,11)ituple:(0,1)i:(0,1)k:(0,1)ncalib:(0,9)ncalper:(0,9)response:(27,5)responsefile:(3,7)dir:(0,17)=ar(0,1);0;64;(0,2)dfile:(0,18)=ar(0,1);0;32;(0,2)filename:(3,7)file:(0,19)=*(1,1)inid:(0,1)flag:(0,1)ntuples:(0,1)rl:V(18,4)SCV_tr.o/auto/jspc/sw/src/lib/dataformat/scv2/SCV_tr.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/memory.h./scv2.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.hSCV_trace_fixgaps:F(3,19)trace:p(3,19)how:p(6,5)tr:(3,19)trn:(3,19)trout:(3,19)i:(0,1)j:(0,1)first:(0,1)sint:(3,18)lint:(14,2)flt:(3,6)i0:(0,1)j:(0,1)idata:(0,1)fdata:(0,9)slopei:(0,9)slopef:(0,9)SCV_trace_fillgaps:F(3,19)trace:p(3,19)tr:(3,19)trout:(3,19)nsegs:(0,1)format:(3,4)dt:(0,10)tstart:(0,10)endtime:(0,10)xoff:(0,10)size:(0,1)sint:(3,18)sinti:(3,18)lint:(14,2)linti:(14,2)flt:(3,6)flti:(3,6)i:(0,1)ioff:(0,1)SCV_trace_glue:F(3,19)trace:p(3,19)tr:(3,19)trout:(3,19)trlast:(3,19)nsegs:(0,1)format:(3,4)dt:(0,10)srate:(0,10)tstart:(0,10)endtime:(0,10)xoff:(0,10)size:(0,1)i:(0,1)ioff:(0,1)last:(0,1)n:(0,1)isamp:(0,1)newsg:(0,1)SCV_trace_tofloat:F(3,19)trace:p(3,19)counts:p(0,1)tr:(3,19)sint:(3,18)lint:(14,2)flt:(3,6)i:(0,1)calib:(0,9)SCV_trace_toraw:F(3,19)trace:p(3,19)counts:p(0,1)tr:(3,19)size:(0,1)sint:(3,18)lint:(14,2)flt:(3,6)i:(0,1)calib:(0,9)x:(0,9)copytr:F(3,19)tr:p(3,19)trace:p(3,19)copydata:p(0,1)next:(3,19)size:(0,1)match_stachans./auto/jspc/sw/src/lib/dataformat/scv2/match_stachans.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(4,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(4,2)=*(0,2)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hfp_pi_type:T(5,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(5,1)exception:T(5,2)=s32type:(0,1),0,32;name:(4,2),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)/sw/loc/include/errlog.hProgram_Name:G(4,2)/sw/loc/include/arrays.hTbl:T(9,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(9,2)=*(4,2),64,32;;Tbl:t(9,1)Arr:T(9,3)=s8root:(4,2),0,32;cmp:(9,4)=*(9,5)=f(0,1),32,32;;Arr:t(9,3)Stbl:T(9,6)=s16tbl:(9,7)=*(9,1),0,32;root:(4,2),32,32;cmp:(9,4),64,32;changed:(0,1),96,32;;Stbl:t(9,6)/sw/loc/include/pf.hPfvalue:t(10,1)=u4s:(4,2),0,32;arr:(10,2)=*(9,3),0,32;tbl:(9,7),0,32;;Pf:T(10,3)=s8type:(0,1),0,32;value:(10,1),32,32;;Pf:t(10,3)optarg:G(4,2)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(2,1)=s16name:(4,2),0,32;has_arg:(0,1),32,32;flag:(2,2)=*(0,1),64,32;val:(0,1),96,32;;match_stachans:F(0,1)stachans:p(4,2)sta:p(4,2)chan:p(4,2)string:V(4,2)size_string:V(0,1)i:(0,1)l:(0,1)ilist:(0,1)ret:(0,1)ptr:(4,2)colon:(4,2)next:(4,2)match_string:F(0,1)spec:p(4,2)string:p(4,2)ret:(4,2)tmp_spec:V(6,6)fixfstring:F(4,2)s:p(4,2)n:p(0,1)new:(4,2)match_stachans_:F(0,1)stachans_:p(4,2)sta_:p(4,2)chan_:p(4,2)lenstachans:p(0,1)lensta:p(0,1)lenchan:p(0,1)stachans:(4,2)sta:(4,2)chan:(4,2)retcode:(0,1)reflist.o/auto/jspc/sw/src/lib/dataformat/scv2/reflist.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.hentry_:T(0,14)=s12ptr:(0,15)=*(0,11),0,32;nref:(0,1),32,32;nbytes:(0,1),64,32;;rl_:T(0,13)=s8nentries:(0,1),0,32;entries:(0,16)=*(0,17)=*(0,14),32,32;;RL:t(0,13)rl_create:F(0,15)rl:(0,18)=*(0,13)rl_destroy:F(0,11)rl:p(0,18)i:(0,1)rl_alloc:F(0,15)rl:p(0,18)buf:p(0,15)nbytes:p(0,1)ptr:(0,15)i:(0,1)rl_free:F(0,1)rl:p(0,18)ptr:p(0,15)i:(0,1)dbl.o_nids_idlist/auto/jspc/sw/src/lib/dataformat/db/dbl.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/stdio.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hDbptr:T(12,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(12,1)Dbvalue:T(12,2)=u1024t:(3,5),0,32;s:(12,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(20,7),0,32;arr:(21,2),0,32;;Dbvalue:t(12,2)Exvalue:T(12,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(3,5),0,32;p:(12,6)=*(12,5)=xsre_pattern_buffer:,0,32;fi:(20,4),0,32;fd:(12,7)=*(12,8)=f(0,10),0,32;fs:(12,9)=*(12,10)=f(3,5),0,32;;Exvalue:t(12,4)Expression:T(12,11)=s32left:(12,12)=*(12,11),0,32;right:(12,12),32,32;x3:(12,12),64,32;x4:(12,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(12,4),192,64;;Expression:t(12,11)dbinvalid:G(12,1)/sw/loc/include/stock.h./dbl2.h./db.h./db.h./db.hdb30_create:F(0,13)=*(12,1)dbname:p(3,5)db:(0,13)DBL_get_tuple:F(0,13)dbl:p(0,13)relid:p(3,5)ituple:p(0,1)db1:(0,13)Idlist:T(0,14)=s8table:(3,5),0,32;id:(3,5),32,32;;Idlist:t(0,14)idlist:S(0,15)=ar(0,1);0;9;(0,14)nids:S(0,1)DBL_add_tuple:F(0,1)dbl:p(0,13)relid:p(3,5)db1:(12,1)i:(0,1)nextid:(0,1)DBL_put_tuple:F(0,1)dbl:p(0,13)relid:p(3,5)tuple:p(0,13)db1:(12,1)temp:(12,3)DBL_get_nrels:F(0,1)dbl:p(0,13)n:(0,1)DBL_get_ntuples:F(0,1)dbl:p(0,13)relid:p(3,5)db1:(12,1)n:(0,1)DBL_exist_db:F(0,1)dbl:p(0,13)db1:(12,1)i:(0,1)ntables:(0,1)nrecords:(0,1)n:(0,1)DBL_exist_rel:F(0,1)dbl:p(0,13)relname:p(3,5)db1:(12,1)n:(0,1)get_wfdisc28_trace_data:F(0,1)DBL_get_rel:F(0,13)dbl:p(0,13)table:p(3,5)db:(0,13)DBL_compose_filename:F(3,5)rel:p(0,13)dir:p(3,5)dfile:p(3,5)fname:V(12,3)dirname:(3,5)DBL_check_file:F(0,1)rel:p(0,13)dir:p(3,5)dfile:p(3,5)fname:(3,5)DBL_get_attrs.o/export/jspc/sw/src/lib/dataformat/db/dbgetv.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.hentry:T(6,1)=s8key:(2,1),0,32;data:(2,1),32,32;;ENTRY:t(6,1)ACTION:t(6,2)=eFIND:0,ENTER:1,;VISIT:t(6,3)=epreorder:0,postorder:1,endorder:2,leaf:3,;./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hDbptr:T(7,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(7,1)Dbvalue:T(7,2)=u1024t:(2,1),0,32;s:(7,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(13,7),0,32;arr:(14,2),0,32;;Dbvalue:t(7,2)Exvalue:T(7,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(2,1),0,32;p:(7,6)=*(7,5)=xsre_pattern_buffer:,0,32;fi:(13,4),0,32;fd:(7,7)=*(7,8)=f(0,10),0,32;fs:(7,9)=*(7,10)=f(2,1),0,32;;Exvalue:t(7,4)Expression:T(7,11)=s32left:(7,12)=*(7,11),0,32;right:(7,12),32,32;x3:(7,12),64,32;x4:(7,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(7,4),192,64;;Expression:t(7,11)dbinvalid:G(7,1)./p_db.h./db.hDefault_schema:G(2,1)Default_dbpath:G(2,1)/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hDbkey_value:T(25,1)=u8d:(0,10),0,64;i:(0,1),0,32;;Dbkey_value:t(25,1)Dbkey:T(25,2)=s52db:(7,1),0,128;key_fields:(13,7),128,32;nkey_fields:(0,1),160,32;keytype:(0,1),192,32;fieldids:(8,2),224,32;expr:(25,3)=*(7,12),256,32;fieldtype:(8,2),288,32;key_value:(25,4)=*(25,1),320,32;\chardata:(2,1),352,32;chardatasize:(0,1),384,32;;Dbkey:t(25,2)Dbindex:T(25,5)=s52search_key:(25,6)=*(25,2),0,32;index_key:(25,6),32,32;index:(25,4),64,32;dbsorted:(7,1),96,128;per_key:(0,1),224,32;nrecords:(0,1),256,32;maxrecords:(0,1),288,32;chardata:(2,1),320,32;\chardatasize:(0,1),352,32;unique:(0,1),384,32;;Dbindex:t(25,5)Attribute:T(15,1)=s48name:(2,1),0,32;id:(0,1),32,32;size:(0,1),64,32;type:(0,1),96,32;link:(0,1),128,32;null:(2,1),160,32;fmt:(2,1),192,32;range:(2,1),224,32;\units:(2,1),256,32;desc:(2,1),288,32;detail:(2,1),320,32;relations:(13,7),352,32;;Attribute:t(15,1)Relation:T(15,2)=s100name:(2,1),0,32;id:(0,1),32,32;fldsep:(2,1),64,32;recsep:(2,1),96,32;size:(0,1),128,32;null:(2,1),160,32;fields_count:(0,1),192,32;fields_root:(14,2),224,32;\fields_tbl:(13,7),256,32;fieldnames_tbl:(13,7),288,32;primary_ids:(13,7),320,32;primary_keys:(13,7),352,32;alternate_ids:(13,7),384,32;alternate_keys:(13,7),416,32;foreign_ids:(13,7),448,32;foreign_keys:(13,7),480,32;\unique_name:(2,1),512,32;unique:(0,1),544,32;single:(0,1),576,32;desc:(2,1),608,32;detail:(2,1),640,32;view:(0,1),672,32;relnames_tbl:(13,7),704,32;rels_tbl:(13,7),736,32;rels_count:(0,1),768,32;;Relation:t(15,2)Schema:T(15,3)=s68name:(2,1),0,32;path:(2,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;desc:(2,1),128,32;detail:(2,1),160,32;id:(0,1),192,32;rels_count:(0,1),224,32;\attrs_count:(0,1),256,32;dbs_count:(0,1),288,32;attrs_root:(14,2),320,32;attrs_tbl:(13,7),352,32;links_tbl:(13,7),384,32;rels_root:(14,2),416,32;rels_tbl:(13,7),448,32;dbs_root:(14,2),480,32;dbs_tbl:(13,7),512,32;;Schema:t(15,3)Field:T(15,4)=s20name:(2,1),0,32;id:(0,1),32,32;relid:(0,1),64,32;disp:(0,1),96,32;attr:(15,5)=*(15,1),128,32;;Field:t(15,4)Table:T(15,6)=s80name:(2,1),0,32;path:(2,1),32,32;dir:(2,1),64,32;file:(15,7)=*(1,1),96,32;primary_index:(13,7),128,32;alternate_index:(13,7),160,32;info_index:(13,7),192,32;indexes:(13,7),224,32;\fd:(0,1),256,32;st_dev:(0,4),288,16;st_ino:(0,8),320,32;id:(0,1),352,32;count:(0,1),384,32;size:(0,1),416,32;maxsize:(0,1),448,32;dbindex:(15,8)=*(25,5),480,32;\writeable:(0,1),512,32;rel:(15,9)=*(15,2),544,32;data:(2,1),576,32;scratch:(2,1),608,32;;Table:t(15,6)Database:T(15,10)=s44name:(2,1),0,32;id:(0,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;schema:(15,11)=*(15,3),128,32;dbpath:(2,1),160,32;openperm:(2,1),192,32;desc:(2,1),224,32;\detail:(2,1),256,32;load_date:(0,1),288,32;tables_tbl:(13,7),320,32;;Database:t(15,10)Schemas_tbl:G(13,7)Databases_root:G(14,2)Databases_tbl:G(13,7)/sw/loc/include/errlog.hDBL_get_attrs:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)value:(0,13)=*(7,2)db:(7,1)relation:(15,9)database:(0,14)=*(15,10)attribute:(15,5)table:(0,15)=*(15,6)field:(0,16)=*(15,4)location:(2,1)length:(0,1)tablename:(2,1)fieldname:(2,1)retcode:(0,1)d:(0,10)fltptr:(0,17)=*(0,9)DBL_put_attrs.o/export/jspc/sw/src/lib/dataformat/db/dbputv.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.h/sw/loc/include/errlog.hDBL_put_attrs:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)value:(7,2)db:(7,1)relation:(15,9)database:(0,13)=*(15,10)attribute:(15,5)table:(0,14)=*(15,6)field:(0,15)=*(15,4)location:(2,1)length:(0,1)tablename:(2,1)fieldname:(2,1)retcode:(0,1)afloat:(0,9)dblwf.o_mult_factor/auto/jspc/sw/src/lib/dataformat/db/dblwf.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(13,1)=s12sv_handler:(13,2)=*(13,3)=f(0,11),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(13,4)=s8ss_sp:(6,7),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(13,5)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(13,6)=ar(0,1);0;30;(6,7),288,992;sc_wbuf:(13,7)=ar(0,1);0;30;(13,8)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(13,9)=s12sa_handler:(13,2),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/malloc.h./dbl2.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hDbptr:T(19,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(19,1)Dbvalue:T(19,2)=u1024t:(6,7),0,32;s:(19,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(27,7),0,32;arr:(28,2),0,32;;Dbvalue:t(19,2)Exvalue:T(19,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(6,7),0,32;p:(19,6)=*(19,5)=xsre_pattern_buffer:,0,32;fi:(27,4),0,32;fd:(19,7)=*(19,8)=f(0,10),0,32;fs:(19,9)=*(19,10)=f(6,7),0,32;;Exvalue:t(19,4)Expression:T(19,11)=s32left:(19,12)=*(19,11),0,32;right:(19,12),32,32;x3:(19,12),64,32;x4:(19,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(19,4),192,64;;Expression:t(19,11)dbinvalid:G(19,1)./db.h./db.hget_wfdisc30_trace_data:F(0,1)wfdisc_rel:p(0,13)=*(19,1)i_tuple:p(0,1)tstart:p(0,10)tend:p(0,10)badval:p(0,8)nbad:p(20,2)tstart_seg:p(0,14)=*(0,10)dt_seg:p(0,14)nsamps_seg:p(20,2)data_seg:p(0,15)=*(0,16)=*(0,9)rawdata_seg:p(0,17)=*(0,18)=*(0,11)tuple:(0,13)ts:(0,10)te:(0,10)is:(0,1)ie:(0,1)fname:V(19,3)temp:(0,19)=ar(0,1);0;31;(0,2)string:(0,20)=ar(0,1);0;129;(0,2)size_sample:(0,1)expand:(0,1)nbytes:(0,1)nseek:(0,1)ret:(0,1)i:(0,1)convert:(0,1)buf:(6,7)int_seg:(20,2)short_seg:(0,21)=*(0,4)uint_seg:(0,22)=*(0,8)raw:(0,1)db:(19,1)nsamp:(0,1)samprate:(0,10)calib:(0,10)datatype:(0,23)=ar(0,1);0;24;(0,2)foff:(0,1)file:(0,24)=*(1,1)sval1:V(0,4)sval2:V(0,4)lval1:V(0,1)lval2:V(0,1)#tmp0:(0,16)#tmp1:(0,16)getwf_:F(0,11)idbl:p(20,2)ituple:p(20,2)tstrt:p(0,14)tend:p(0,14)badval:p(0,22)nbad:p(20,2)tstart:p(0,14)dt:p(0,14)ns:p(20,2)nsmax:p(20,2)data:p(0,16)dbl:(0,13)db:(19,1)i_tuple:(0,1)n:(0,1)data_seg:(0,16)i:(0,1)putwf_:F(0,11)idbl:p(20,2)ituple:p(20,2)data:p(0,16)dbl:(0,13)i_tuple:(0,1)n:(0,1)ntuples:(0,1)nsamples:(0,1)data_seg:(0,16)i:(0,1)dtype:(0,25)=ar(0,1);0;99;(0,2)calib:(0,9)foff:(0,1)tuple:(0,13)fname:V(24,4)fd:(0,1)nout:(0,1)buf:(0,18)fbuf:(0,16)sbuf:(0,21)ibuf:(20,2)db:(19,1)mult_factor:S(0,26)=ar(0,1);0;3;(0,1)tg_g2_to_int:F(0,1)data:p(0,4)new_data:(0,1)i:(0,4)g2_to_flt:F(0,11)g:p(0,21)f:p(0,16)n:p(0,1)dbadd.o/auto/jspc/sw/src/lib/dataformat/db/dbadd.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.hentry:T(4,1)=s8key:(1,3),0,32;data:(1,3),32,32;;ENTRY:t(4,1)ACTION:t(4,2)=eFIND:0,ENTER:1,;VISIT:t(4,3)=epreorder:0,postorder:1,endorder:2,leaf:3,;/usr/include/stdio.h/usr/include/sys/mman.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/varargs.hva_list:t(1,3)./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hDbptr:T(19,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(19,1)Dbvalue:T(19,2)=u1024t:(1,3),0,32;s:(19,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(25,7),0,32;arr:(26,2),0,32;;Dbvalue:t(19,2)Exvalue:T(19,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(1,3),0,32;p:(19,6)=*(19,5)=xsre_pattern_buffer:,0,32;fi:(25,4),0,32;fd:(19,7)=*(19,8)=f(0,10),0,32;fs:(19,9)=*(19,10)=f(1,3),0,32;;Exvalue:t(19,4)Expression:T(19,11)=s32left:(19,12)=*(19,11),0,32;right:(19,12),32,32;x3:(19,12),64,32;x4:(19,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(19,4),192,64;;Expression:t(19,11)dbinvalid:G(19,1)/sw/loc/include/errlog.h./p_db.h./db.hDefault_schema:G(1,3)Default_dbpath:G(1,3)/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hDbkey_value:T(35,1)=u8d:(0,10),0,64;i:(0,1),0,32;;Dbkey_value:t(35,1)Dbkey:T(35,2)=s52db:(19,1),0,128;key_fields:(25,7),128,32;nkey_fields:(0,1),160,32;keytype:(0,1),192,32;fieldids:(20,2),224,32;expr:(35,3)=*(19,12),256,32;fieldtype:(20,2),288,32;key_value:(35,4)=*(35,1),320,32;\chardata:(1,3),352,32;chardatasize:(0,1),384,32;;Dbkey:t(35,2)Dbindex:T(35,5)=s52search_key:(35,6)=*(35,2),0,32;index_key:(35,6),32,32;index:(35,4),64,32;dbsorted:(19,1),96,128;per_key:(0,1),224,32;nrecords:(0,1),256,32;maxrecords:(0,1),288,32;chardata:(1,3),320,32;\chardatasize:(0,1),352,32;unique:(0,1),384,32;;Dbindex:t(35,5)Attribute:T(28,1)=s48name:(1,3),0,32;id:(0,1),32,32;size:(0,1),64,32;type:(0,1),96,32;link:(0,1),128,32;null:(1,3),160,32;fmt:(1,3),192,32;range:(1,3),224,32;\units:(1,3),256,32;desc:(1,3),288,32;detail:(1,3),320,32;relations:(25,7),352,32;;Attribute:t(28,1)Relation:T(28,2)=s100name:(1,3),0,32;id:(0,1),32,32;fldsep:(1,3),64,32;recsep:(1,3),96,32;size:(0,1),128,32;null:(1,3),160,32;fields_count:(0,1),192,32;fields_root:(26,2),224,32;\fields_tbl:(25,7),256,32;fieldnames_tbl:(25,7),288,32;primary_ids:(25,7),320,32;primary_keys:(25,7),352,32;alternate_ids:(25,7),384,32;alternate_keys:(25,7),416,32;foreign_ids:(25,7),448,32;foreign_keys:(25,7),480,32;\unique_name:(1,3),512,32;unique:(0,1),544,32;single:(0,1),576,32;desc:(1,3),608,32;detail:(1,3),640,32;view:(0,1),672,32;relnames_tbl:(25,7),704,32;rels_tbl:(25,7),736,32;rels_count:(0,1),768,32;;Relation:t(28,2)Schema:T(28,3)=s68name:(1,3),0,32;path:(1,3),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;desc:(1,3),128,32;detail:(1,3),160,32;id:(0,1),192,32;rels_count:(0,1),224,32;\attrs_count:(0,1),256,32;dbs_count:(0,1),288,32;attrs_root:(26,2),320,32;attrs_tbl:(25,7),352,32;links_tbl:(25,7),384,32;rels_root:(26,2),416,32;rels_tbl:(25,7),448,32;dbs_root:(26,2),480,32;dbs_tbl:(25,7),512,32;;Schema:t(28,3)Field:T(28,4)=s20name:(1,3),0,32;id:(0,1),32,32;relid:(0,1),64,32;disp:(0,1),96,32;attr:(28,5)=*(28,1),128,32;;Field:t(28,4)Table:T(28,6)=s80name:(1,3),0,32;path:(1,3),32,32;dir:(1,3),64,32;file:(28,7)=*(5,1),96,32;primary_index:(25,7),128,32;alternate_index:(25,7),160,32;info_index:(25,7),192,32;indexes:(25,7),224,32;\fd:(0,1),256,32;st_dev:(0,4),288,16;st_ino:(0,8),320,32;id:(0,1),352,32;count:(0,1),384,32;size:(0,1),416,32;maxsize:(0,1),448,32;dbindex:(28,8)=*(35,5),480,32;\writeable:(0,1),512,32;rel:(28,9)=*(28,2),544,32;data:(1,3),576,32;scratch:(1,3),608,32;;Table:t(28,6)Database:T(28,10)=s44name:(1,3),0,32;id:(0,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;schema:(28,11)=*(28,3),128,32;dbpath:(1,3),160,32;openperm:(1,3),192,32;desc:(1,3),224,32;\detail:(1,3),256,32;load_date:(0,1),288,32;tables_tbl:(25,7),320,32;;Database:t(28,10)Schemas_tbl:G(25,7)Databases_root:G(26,2)Databases_tbl:G(25,7)/sw/loc/include/stock.hdbadd:F(0,1)db:p(19,1)db:r(19,1)record:p(1,3)relation:(28,9)database:(0,13)=*(28,10)table:(0,14)=*(28,6)field:(0,15)=*(28,4)location:(1,3)length:(0,1)written:(0,1)temp:(19,3)result:(0,1)dbextfile.o/auto/jspc/sw/src/lib/dataformat/db/dbextfile.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/unistd.h/usr/include/sys/types.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hdbextfile:F(0,1)db:p(11,1)db:r(11,1)tablename:p(3,5)filename:p(3,5)dir:(11,3)dfile:(11,3)dirname:(11,3)dfilename:(11,3)tabledir:(3,5)end:(3,5)dbfilename.o/auto/jspc/sw/src/lib/dataformat/db/dbfilename.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/unistd.h/usr/include/sys/types.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hdbfilename:F(0,1)db:p(11,1)db:r(11,1)filename:p(3,5)dir:(11,3)dfile:(11,3)tabledir:(3,5)end:(3,5)dbget.o/export/jspc/sw/src/lib/dataformat/db/dbget.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hDbptr:T(1,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(1,1)Dbvalue:T(1,2)=u1024t:(4,2),0,32;s:(1,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(9,7),0,32;arr:(10,2),0,32;;Dbvalue:t(1,2)Exvalue:T(1,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(4,2),0,32;p:(1,6)=*(1,5)=xsre_pattern_buffer:,0,32;fi:(9,4),0,32;fd:(1,7)=*(1,8)=f(0,10),0,32;fs:(1,9)=*(1,10)=f(4,2),0,32;;Exvalue:t(1,4)Expression:T(1,11)=s32left:(1,12)=*(1,11),0,32;right:(1,12),32,32;x3:(1,12),64,32;x4:(1,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(1,4),192,64;;Expression:t(1,11)dbinvalid:G(1,1)./p_db.h./db.hDefault_schema:G(4,2)Default_dbpath:G(4,2)/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(16,1)=s4r:(16,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(16,3)=*(16,1)label_t:T(16,4)=s8val:(16,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(16,4)_quad_t:T(16,6)=s8val:(16,5),0,64;;quad_t:t(16,6)daddr_t:t(0,1)caddr_t:t(4,2)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(4,2)fd_mask:t(0,1)fd_set:T(16,7)=s32fds_bits:(16,8)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(16,7)/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hDbkey_value:T(21,1)=u8d:(0,10),0,64;i:(0,1),0,32;;Dbkey_value:t(21,1)Dbkey:T(21,2)=s52db:(1,1),0,128;key_fields:(9,7),128,32;nkey_fields:(0,1),160,32;keytype:(0,1),192,32;fieldids:(2,2),224,32;expr:(21,3)=*(1,12),256,32;fieldtype:(2,2),288,32;key_value:(21,4)=*(21,1),320,32;\chardata:(4,2),352,32;chardatasize:(0,1),384,32;;Dbkey:t(21,2)Dbindex:T(21,5)=s52search_key:(21,6)=*(21,2),0,32;index_key:(21,6),32,32;index:(21,4),64,32;dbsorted:(1,1),96,128;per_key:(0,1),224,32;nrecords:(0,1),256,32;maxrecords:(0,1),288,32;chardata:(4,2),320,32;\chardatasize:(0,1),352,32;unique:(0,1),384,32;;Dbindex:t(21,5)Attribute:T(11,1)=s48name:(4,2),0,32;id:(0,1),32,32;size:(0,1),64,32;type:(0,1),96,32;link:(0,1),128,32;null:(4,2),160,32;fmt:(4,2),192,32;range:(4,2),224,32;\units:(4,2),256,32;desc:(4,2),288,32;detail:(4,2),320,32;relations:(9,7),352,32;;Attribute:t(11,1)Relation:T(11,2)=s100name:(4,2),0,32;id:(0,1),32,32;fldsep:(4,2),64,32;recsep:(4,2),96,32;size:(0,1),128,32;null:(4,2),160,32;fields_count:(0,1),192,32;fields_root:(10,2),224,32;\fields_tbl:(9,7),256,32;fieldnames_tbl:(9,7),288,32;primary_ids:(9,7),320,32;primary_keys:(9,7),352,32;alternate_ids:(9,7),384,32;alternate_keys:(9,7),416,32;foreign_ids:(9,7),448,32;foreign_keys:(9,7),480,32;\unique_name:(4,2),512,32;unique:(0,1),544,32;single:(0,1),576,32;desc:(4,2),608,32;detail:(4,2),640,32;view:(0,1),672,32;relnames_tbl:(9,7),704,32;rels_tbl:(9,7),736,32;rels_count:(0,1),768,32;;Relation:t(11,2)Schema:T(11,3)=s68name:(4,2),0,32;path:(4,2),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;desc:(4,2),128,32;detail:(4,2),160,32;id:(0,1),192,32;rels_count:(0,1),224,32;\attrs_count:(0,1),256,32;dbs_count:(0,1),288,32;attrs_root:(10,2),320,32;attrs_tbl:(9,7),352,32;links_tbl:(9,7),384,32;rels_root:(10,2),416,32;rels_tbl:(9,7),448,32;dbs_root:(10,2),480,32;dbs_tbl:(9,7),512,32;;Schema:t(11,3)Field:T(11,4)=s20name:(4,2),0,32;id:(0,1),32,32;relid:(0,1),64,32;disp:(0,1),96,32;attr:(11,5)=*(11,1),128,32;;Field:t(11,4)Table:T(11,6)=s80name:(4,2),0,32;path:(4,2),32,32;dir:(4,2),64,32;file:(11,7)=*(3,1),96,32;primary_index:(9,7),128,32;alternate_index:(9,7),160,32;info_index:(9,7),192,32;indexes:(9,7),224,32;\fd:(0,1),256,32;st_dev:(0,4),288,16;st_ino:(0,8),320,32;id:(0,1),352,32;count:(0,1),384,32;size:(0,1),416,32;maxsize:(0,1),448,32;dbindex:(11,8)=*(21,5),480,32;\writeable:(0,1),512,32;rel:(11,9)=*(11,2),544,32;data:(4,2),576,32;scratch:(4,2),608,32;;Table:t(11,6)Database:T(11,10)=s44name:(4,2),0,32;id:(0,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;schema:(11,11)=*(11,3),128,32;dbpath:(4,2),160,32;openperm:(4,2),192,32;desc:(4,2),224,32;\detail:(4,2),256,32;load_date:(0,1),288,32;tables_tbl:(9,7),320,32;;Database:t(11,10)Schemas_tbl:G(9,7)Databases_root:G(10,2)Databases_tbl:G(9,7)/sw/loc/include/stock.hdbget:F(0,1)db:p(1,1)db:r(1,1)s:p(4,2)relation:(11,9)database:(0,13)=*(11,10)table:(0,14)=*(11,6)field:(0,15)=*(11,4)location:(4,2)length:(0,1)type:(0,1)dbgetv.o/export/jspc/sw/src/lib/dataformat/db/dbgetv.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/errlog.hdbgetv:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)value:(0,13)=*(7,2)db:(7,1)relation:(15,9)database:(0,14)=*(15,10)attribute:(15,5)table:(0,15)=*(15,6)field:(0,16)=*(15,4)location:(2,1)length:(0,1)tablename:(2,1)fieldname:(2,1)retcode:(0,1)dblookup.o_temp_tempsize_temp_record_name_tsplit/auto/jspc/sw/src/lib/dataformat/db/dblookup.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/search.hentry:T(1,1)=s8key:(1,2)=*(0,2),0,32;data:(1,2),32,32;;ENTRY:t(1,1)ACTION:t(1,3)=eFIND:0,ENTER:1,;VISIT:t(1,4)=epreorder:0,postorder:1,endorder:2,leaf:3,;/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(4,1)=s12sv_handler:(4,2)=*(4,3)=f(0,11),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(4,4)=s8ss_sp:(1,2),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(4,5)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(4,6)=ar(0,1);0;30;(1,2),288,992;sc_wbuf:(4,7)=ar(0,1);0;30;(4,8)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(4,9)=s12sa_handler:(4,2),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/string.h/usr/include/sys/stdtypes.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(15,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(1,2)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.htemp:S(1,2)temp_record_name:S(1,2)tempsize:S(0,1)tsplit:f(0,1)compound:p(1,2)table:p(1,2)field:p(1,2)s:(1,2)dblookup:F(12,1)db:p(12,1)db:r(12,1)database_name:p(1,2)table_name:p(1,2)field_name:p(1,2)record_name:p(1,2)dbr:(12,1)db1:(12,1)database:(0,13)=*(22,10)relation:(22,9)field:(0,14)=*(22,4)schema:(22,11)nrecords:(0,1)size:(0,1)tbl:(12,3)fld:(12,3)i:(0,1)relindex:(0,1)testrel:(22,9)file:(22,7)dbv:(12,1)filename:(12,3)table:(0,15)=*(22,6)field:(0,14)location:(1,2)length:(0,1)dbnextid.o_find_lastid/export/jspc/sw/src/lib/dataformat/db/dbnextid.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hfind_lastid:f(0,1)db:p(1,1)db:r(1,1)name:p(4,2)ntables:(0,1)nrecords:(0,1)id:(0,1)idmax:(0,1)idname:(4,2)dbnextid:F(0,1)db:p(1,1)db:r(1,1)name:p(4,2)last_id:(0,1)today:(0,13)=ar(0,1);0;24;(0,2)dbopen.o/auto/jspc/sw/src/lib/dataformat/db/dbopen.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/sys/mman.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/malloc.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./db.h/sw/loc/include/stock.h./p_db.h./db.hDefault_schema:G(3,7)Default_dbpath:G(3,7)/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hDbkey_value:T(36,1)=u8d:(0,10),0,64;i:(0,1),0,32;;Dbkey_value:t(36,1)Dbkey:T(36,2)=s52db:(27,1),0,128;key_fields:(25,7),128,32;nkey_fields:(0,1),160,32;keytype:(0,1),192,32;fieldids:(18,2),224,32;expr:(36,3)=*(27,12),256,32;fieldtype:(18,2),288,32;key_value:(36,4)=*(36,1),320,32;\chardata:(3,7),352,32;chardatasize:(0,1),384,32;;Dbkey:t(36,2)Dbindex:T(36,5)=s52search_key:(36,6)=*(36,2),0,32;index_key:(36,6),32,32;index:(36,4),64,32;dbsorted:(27,1),96,128;per_key:(0,1),224,32;nrecords:(0,1),256,32;maxrecords:(0,1),288,32;chardata:(3,7),320,32;\chardatasize:(0,1),352,32;unique:(0,1),384,32;;Dbindex:t(36,5)Attribute:T(29,1)=s48name:(3,7),0,32;id:(0,1),32,32;size:(0,1),64,32;type:(0,1),96,32;link:(0,1),128,32;null:(3,7),160,32;fmt:(3,7),192,32;range:(3,7),224,32;\units:(3,7),256,32;desc:(3,7),288,32;detail:(3,7),320,32;relations:(25,7),352,32;;Attribute:t(29,1)Relation:T(29,2)=s100name:(3,7),0,32;id:(0,1),32,32;fldsep:(3,7),64,32;recsep:(3,7),96,32;size:(0,1),128,32;null:(3,7),160,32;fields_count:(0,1),192,32;fields_root:(26,2),224,32;\fields_tbl:(25,7),256,32;fieldnames_tbl:(25,7),288,32;primary_ids:(25,7),320,32;primary_keys:(25,7),352,32;alternate_ids:(25,7),384,32;alternate_keys:(25,7),416,32;foreign_ids:(25,7),448,32;foreign_keys:(25,7),480,32;\unique_name:(3,7),512,32;unique:(0,1),544,32;single:(0,1),576,32;desc:(3,7),608,32;detail:(3,7),640,32;view:(0,1),672,32;relnames_tbl:(25,7),704,32;rels_tbl:(25,7),736,32;rels_count:(0,1),768,32;;Relation:t(29,2)Schema:T(29,3)=s68name:(3,7),0,32;path:(3,7),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;desc:(3,7),128,32;detail:(3,7),160,32;id:(0,1),192,32;rels_count:(0,1),224,32;\attrs_count:(0,1),256,32;dbs_count:(0,1),288,32;attrs_root:(26,2),320,32;attrs_tbl:(25,7),352,32;links_tbl:(25,7),384,32;rels_root:(26,2),416,32;rels_tbl:(25,7),448,32;dbs_root:(26,2),480,32;dbs_tbl:(25,7),512,32;;Schema:t(29,3)Field:T(29,4)=s20name:(3,7),0,32;id:(0,1),32,32;relid:(0,1),64,32;disp:(0,1),96,32;attr:(29,5)=*(29,1),128,32;;Field:t(29,4)Table:T(29,6)=s80name:(3,7),0,32;path:(3,7),32,32;dir:(3,7),64,32;file:(29,7)=*(1,1),96,32;primary_index:(25,7),128,32;alternate_index:(25,7),160,32;info_index:(25,7),192,32;indexes:(25,7),224,32;\fd:(0,1),256,32;st_dev:(0,4),288,16;st_ino:(0,8),320,32;id:(0,1),352,32;count:(0,1),384,32;size:(0,1),416,32;maxsize:(0,1),448,32;dbindex:(29,8)=*(36,5),480,32;\writeable:(0,1),512,32;rel:(29,9)=*(29,2),544,32;data:(3,7),576,32;scratch:(3,7),608,32;;Table:t(29,6)Database:T(29,10)=s44name:(3,7),0,32;id:(0,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;schema:(29,11)=*(29,3),128,32;dbpath:(3,7),160,32;openperm:(3,7),192,32;desc:(3,7),224,32;\detail:(3,7),256,32;load_date:(0,1),288,32;tables_tbl:(25,7),320,32;;Database:t(29,10)Schemas_tbl:G(25,7)Databases_root:G(26,2)Databases_tbl:G(25,7)dbopen:F(0,1)path:p(3,7)opentype:p(3,7)db:p(0,13)=*(27,1)file:(29,7)database:(0,14)=*(29,10)tdb:(0,14)line:(27,3)schemafile:(3,7)statbuf:(10,1)i:(0,1)n:(0,1)absname:(27,3)dbput.o/export/jspc/sw/src/lib/dataformat/db/dbput.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.hdbput:F(0,1)db:p(1,1)db:r(1,1)s:p(4,2)relation:(11,9)database:(0,13)=*(11,10)table:(0,14)=*(11,6)field:(0,15)=*(11,4)location:(4,2)length:(0,1)type:(0,1)dbputv.o/export/jspc/sw/src/lib/dataformat/db/dbputv.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.h/sw/loc/include/errlog.hdbputv:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)value:(7,2)db:(7,1)relation:(15,9)database:(0,13)=*(15,10)attribute:(15,5)table:(0,14)=*(15,6)field:(0,15)=*(15,4)location:(2,1)length:(0,1)tablename:(2,1)fieldname:(2,1)retcode:(0,1)dbquery.o/export/jspc/sw/src/lib/dataformat/db/dbquery.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hdbquery:F(0,1)db:p(1,1)db:r(1,1)code:p(0,1)value:p(0,13)=*(1,2)database:(0,14)=*(11,10)relation:(11,9)table:(0,15)=*(11,6)field:(0,16)=*(11,4)location:(4,2)length:(0,1)result:(0,1)retcode:(0,1)dbview.o_add_relation_addtbl_add_fields/auto/jspc/sw/src/lib/dataformat/db/dbview.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/malloc.h/usr/include/varargs.hva_list:t(2,2)/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.hadd_fields:f(0,1)new:p(15,9)old:p(15,9)i:(0,1)field:(0,13)=*(15,4)addtbl:f(0,11)new:p(24,7)old:p(24,7)i:(0,1)j:(0,1)n1:(0,1)n2:(0,1)flag:(0,1)oldkey:(2,2)newkey:(2,2)add_relation:f(0,1)new:p(15,9)old:p(15,9)i:(0,1)dbtbl2view:F(16,1)db:p(16,1)db:r(16,1)name:p(2,2)tables:p(24,7)dbv:(16,1)database:(0,14)=*(15,10)relation:(15,9)table:(0,15)=*(15,6)field:(0,13)location:(2,2)length:(0,1)newrel:(15,9)temp:(16,3)i:(0,1)ntables:(0,1)max_count:(0,1)dbcreate_view:F(16,1)__builtin_va_alist:p(0,1)args:(2,2)tables:(24,7)view_name:(2,2)table_name:(2,2)db:(16,1)db1:(16,1)dbwrite_view:F(0,1)db:p(16,1)db:r(16,1)file:p(15,7)relation:(15,9)rel:(15,9)database:(0,14)attribute:(15,5)table:(0,15)field:(0,13)location:(2,2)length:(0,1)i:(0,1)ntables:(0,1)absname:(16,3)dbread_view:F(0,1)file:p(15,7)dbr:p(0,16)=*(16,1)relation:(15,9)database:(0,14)attribute:(15,5)table:(0,15)field:(0,13)location:(2,2)length:(0,1)db:(16,1)view_name:(16,3)database_name:(16,3)database_id:(0,1)table_name:(16,3)table_id:(0,1)tables:(24,7)newids:(24,7)i:(0,1)result:(0,1)aline:(16,3)count:(0,1)max_count:(0,1)ntables:(0,1)nread:(0,1)data:(0,16)statbuf:(7,1)vtime:(0,1)filename:(2,2)dbsave_view:F(0,1)db:p(16,1)db:r(16,1)filename:(2,2)database:(0,14)relation:(15,9)table:(0,15)field:(0,13)location:(2,2)length:(0,1)file:(15,7)result:(0,1)dbc2d.o/export/jspc/sw/src/lib/dataformat/db/dbc2d.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hdbc2d:F(0,1)value:p(0,13)=*(3,2)location:p(6,2)length:p(0,1)fmt:p(0,1)type:p(0,1)afloat:(0,9)ashort:(0,4)temp:(3,3)retcode:(0,1)dbd2c:F(0,1)location:p(6,2)length:p(0,1)value:p(0,13)type:p(0,1)retcode:(0,1)temp:(3,3)p:(6,2)afloat:(0,9)ashort:(0,4)dbc2p:F(0,1)value:p(0,13)location:p(6,2)length:p(0,1)fmt:p(0,1)type:p(0,1)temp:(3,3)retcode:(0,1)dbp2c:F(0,1)location:p(6,2)length:p(0,1)value:p(0,13)type:p(0,1)retcode:(0,1)temp:(3,3)p:(6,2)afloat:(0,9)ashort:(0,4)dbresolve.o/export/jspc/sw/src/lib/dataformat/db/dbresolve.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hdbresolve:F(0,1)db:p(2,1)db:r(2,1)database:p(0,13)=*(0,14)=*(1,10)relation:p(0,15)=*(1,9)table:p(0,16)=*(0,17)=*(1,6)field:p(0,18)=*(0,19)=*(1,4)location:p(10,2)length:p(3,2)schema:(1,11)dbv:(0,20)=*(2,1)rel:(1,9)i:(0,1)n:(0,1)fieldnumber:(0,1)find_path.o_nxtpath_getsub_chkpath/auto/jspc/sw/src/lib/dataformat/db/find_path.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/stdlib.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/types.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/malloc.h/usr/include/stdio.h/usr/include/string.h/usr/include/sys/stdtypes.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hgetsub:f(0,11)dirname:p(5,7)subname:p(5,7)t:(5,7)n:(0,1)nxtpath:f(0,1)dirname:p(5,7)subname:p(5,7)dbpath:p(28,2)s:(5,7)n:(0,1)chkpath:f(0,1)tblpath:p(5,7)s1:p(5,7)s2:p(5,7)s3:p(5,7)s4:p(5,7)s5:p(5,7)s6:p(5,7)find_path:F(0,1)databasename:p(5,7)tablename:p(5,7)dbpath:p(5,7)tblpath:p(5,7)databasedirname:(0,13)=ar(0,1);0;1023;(0,2)dirname:(0,13)subname:(0,13)basename:(5,7)find_schemafile:F(0,1)filename:p(5,7)schemaname:p(5,7)databasename:p(5,7)databasedirname:(0,13)basename:(5,7)path:(5,7)map_table.o/export/jspc/sw/src/lib/dataformat/db/map_table.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/machine/devaddr.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/mman.h/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/errno.h/usr/include/sys/errno.herrno:G(0,1)/sw/loc/include/errlog.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hsingle:t(0,9)extended:t(25,1)=ar(0,1);0;2;(0,8)quadruple:t(25,2)=s16u:(25,3)=ar(0,1);0;3;(0,8),0,128;;fp_exception_field_type:t(0,8)sigfpe_code_type:t(0,1)sigfpe_handler_type:t(4,2)fp_direction:G(26,1)fp_precision:G(26,2)fp_accrued_exceptions:G(0,8)decimal_string:t(25,4)=ar(0,1);0;511;(0,2)decimal_record:t(25,5)=s532fpclass:(26,4),0,32;sign:(0,1),32,32;exponent:(0,1),64,32;ds:(25,4),96,4096;more:(0,1),4192,32;ndigits:(0,1),4224,32;;decimal_form:T(25,6)=efixed_form:0,floating_form:1,;decimal_mode:t(25,7)=s12rd:(26,1),0,32;df:(25,6),32,32;ndigits:(0,1),64,32;;decimal_string_form:T(25,8)=einvalid_form:0,whitespace_form:1,fixed_int_form:2,fixed_intdot_form:3,fixed_dotfrac_form:4,fixed_intdotfrac_form:5,floating_int_form:6,floating_intdot_form:7,\floating_dotfrac_form:8,floating_intdotfrac_form:9,inf_form:10,infinity_form:11,nan_form:12,nanstring_form:13,;ieee_handlers:G(25,9)=ar(0,1);0;4;(4,2)/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./db.h/sw/loc/include/stock.h./p_db.h./db.hDefault_schema:G(4,5)Default_dbpath:G(4,5)/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hDbkey_value:T(39,1)=u8d:(0,10),0,64;i:(0,1),0,32;;Dbkey_value:t(39,1)Dbkey:T(39,2)=s52db:(30,1),0,128;key_fields:(28,7),128,32;nkey_fields:(0,1),160,32;keytype:(0,1),192,32;fieldids:(21,2),224,32;expr:(39,3)=*(30,12),256,32;fieldtype:(21,2),288,32;key_value:(39,4)=*(39,1),320,32;\chardata:(4,5),352,32;chardatasize:(0,1),384,32;;Dbkey:t(39,2)Dbindex:T(39,5)=s52search_key:(39,6)=*(39,2),0,32;index_key:(39,6),32,32;index:(39,4),64,32;dbsorted:(30,1),96,128;per_key:(0,1),224,32;nrecords:(0,1),256,32;maxrecords:(0,1),288,32;chardata:(4,5),320,32;\chardatasize:(0,1),352,32;unique:(0,1),384,32;;Dbindex:t(39,5)Attribute:T(32,1)=s48name:(4,5),0,32;id:(0,1),32,32;size:(0,1),64,32;type:(0,1),96,32;link:(0,1),128,32;null:(4,5),160,32;fmt:(4,5),192,32;range:(4,5),224,32;\units:(4,5),256,32;desc:(4,5),288,32;detail:(4,5),320,32;relations:(28,7),352,32;;Attribute:t(32,1)Relation:T(32,2)=s100name:(4,5),0,32;id:(0,1),32,32;fldsep:(4,5),64,32;recsep:(4,5),96,32;size:(0,1),128,32;null:(4,5),160,32;fields_count:(0,1),192,32;fields_root:(29,2),224,32;\fields_tbl:(28,7),256,32;fieldnames_tbl:(28,7),288,32;primary_ids:(28,7),320,32;primary_keys:(28,7),352,32;alternate_ids:(28,7),384,32;alternate_keys:(28,7),416,32;foreign_ids:(28,7),448,32;foreign_keys:(28,7),480,32;\unique_name:(4,5),512,32;unique:(0,1),544,32;single:(0,1),576,32;desc:(4,5),608,32;detail:(4,5),640,32;view:(0,1),672,32;relnames_tbl:(28,7),704,32;rels_tbl:(28,7),736,32;rels_count:(0,1),768,32;;Relation:t(32,2)Schema:T(32,3)=s68name:(4,5),0,32;path:(4,5),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;desc:(4,5),128,32;detail:(4,5),160,32;id:(0,1),192,32;rels_count:(0,1),224,32;\attrs_count:(0,1),256,32;dbs_count:(0,1),288,32;attrs_root:(29,2),320,32;attrs_tbl:(28,7),352,32;links_tbl:(28,7),384,32;rels_root:(29,2),416,32;rels_tbl:(28,7),448,32;dbs_root:(29,2),480,32;dbs_tbl:(28,7),512,32;;Schema:t(32,3)Field:T(32,4)=s20name:(4,5),0,32;id:(0,1),32,32;relid:(0,1),64,32;disp:(0,1),96,32;attr:(32,5)=*(32,1),128,32;;Field:t(32,4)Table:T(32,6)=s80name:(4,5),0,32;path:(4,5),32,32;dir:(4,5),64,32;file:(32,7)=*(22,1),96,32;primary_index:(28,7),128,32;alternate_index:(28,7),160,32;info_index:(28,7),192,32;indexes:(28,7),224,32;\fd:(0,1),256,32;st_dev:(0,4),288,16;st_ino:(0,8),320,32;id:(0,1),352,32;count:(0,1),384,32;size:(0,1),416,32;maxsize:(0,1),448,32;dbindex:(32,8)=*(39,5),480,32;\writeable:(0,1),512,32;rel:(32,9)=*(32,2),544,32;data:(4,5),576,32;scratch:(4,5),608,32;;Table:t(32,6)Database:T(32,10)=s44name:(4,5),0,32;id:(0,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;schema:(32,11)=*(32,3),128,32;dbpath:(4,5),160,32;openperm:(4,5),192,32;desc:(4,5),224,32;\detail:(4,5),256,32;load_date:(0,1),288,32;tables_tbl:(28,7),320,32;;Database:t(32,10)Schemas_tbl:G(28,7)Databases_root:G(29,2)Databases_tbl:G(28,7)set_table_names:F(0,1)database:p(0,13)=*(32,10)relation:p(32,9)table:p(0,14)=*(32,6)cp:(4,5)filename:(30,3)map_table:F(0,1)database:p(0,13)relation:p(32,9)createflag:p(0,1)table:(0,14)statbuf:(10,1)prot:(0,1)new.o_anewline_nulltbl_ablank/export/jspc/sw/src/lib/dataformat/db/new.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/stdio.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/search.h./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.hnulltbl:S(15,1)new_table:F(0,13)=*(8,6)table:(0,13)new_database:F(0,14)=*(8,10)database:(0,14)new_schema:F(8,11)schema:(8,11)new_attribute:F(8,5)attribute:(8,5)ablank:S(1,3)anewline:S(1,3)new_relation:F(8,9)relation:(8,9)new_scratch:F(0,11)table:p(0,13)new_null:F(0,1)db:p(9,1)db:r(9,1)relation:(8,9)database:(0,14)table:(0,13)field:(0,15)=*(8,4)location:(1,3)length:(0,1)i:(0,1)n:(0,1)retcode:(0,1)p:(1,3)nullrecord:(1,3)temp:(9,3)value:(9,2)dbp:(0,16)=*(9,1)dbnull:(9,1)open_schema.o/export/jspc/sw/src/lib/dataformat/db/open_schema.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/search.h/usr/include/memory.h/usr/include/sys/mman.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/types.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/sw/loc/include/stock.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h./db.h./yydb.hDB_schema:G(22,11)DB_in:G(22,7)DB_database:G(2,2)DB_lineno:G(0,1)init_schema:F(22,11)schema_name:p(2,2)databasename:p(2,2)file:(22,7)result:(0,1)schemafile:(23,3)statbuf:(9,1)schema:(22,11)i:(0,1)n:(0,1)strings.o/export/jspc/sw/src/lib/dataformat/db/strings.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)sncopy:F(0,11)dest:p(0,13)=*(0,2)source:p(0,13)n:p(0,1)i:(0,1)szcopy:F(0,11)dest:p(0,13)source:p(0,13)n:p(0,1)i:(0,1)copystrip:F(0,11)dest:p(0,13)source:p(0,13)n:p(0,1)last:(0,13)dbyacc.o_mode_yys_yyv_yystate_yyps_yypv_yytmp/export/jspc/sw/src/lib/dataformat/db/dbyacc.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/search.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.h./yydb.hDB_schema:G(15,11)DB_lineno:G(0,1)DB_text:G(4,2)attribute:G(15,5)relation:G(15,9)itemtbl:G(13,7)mode:S(0,1)YYSTYPE:t(0,13)=u4val:(0,1),0,32;ptr:(4,2),0,32;list:(13,7),0,32;;DB_char:G(0,1)yyerrflag:G(0,1)DB_lval:G(0,13)yyval:G(0,13)DB_error:F(0,1)s:p(4,2)DB_exca:G(0,14)=ar(0,1);0;5;(0,1)DB_act:G(0,15)=ar(0,1);0;252;(0,1)DB_pact:G(0,16)=ar(0,1);0;100;(0,1)DB_pgo:G(0,17)=ar(0,1);0;16;(0,1)DB_r1:G(0,18)=ar(0,1);0;53;(0,1)DB_r2:G(0,18)DB_chk:G(0,16)DB_def:G(0,16)yytoktype:t(0,19)=s8t_name:(4,2),0,32;t_val:(0,1),32,32;;DB_debug:G(0,1)yyv:S(0,20)=*(0,13)yys:S(6,2)yypv:S(0,20)yyps:S(6,2)yystate:S(0,1)yytmp:S(0,1)yynerrs:G(0,1)DB_parse:F(0,1)yypvt:r(0,20)yymaxdepth:(0,8)yy_pv:r(0,20)yy_ps:r(6,2)yy_state:r(0,1)yy_n:r(0,1)yyps_index:(0,1)yypv_index:(0,1)yypvt_index:(0,1)yyxi:r(6,2)yy_len:r(0,1)dblex.o_yy_full_match_yy_def_yy_chk_yy_nxt_c_yy_current_buffer_yy_c_buf_p_yy_n_chars_yy_acclist_String_buf_yy_get_previous_state_yy_meta_yy_base_yyunput_yy_init_input_yy_get_next_buffer_yy_last_accepting_cpos_Cp_yy_start_yy_state_buf_yy_state_ptr_yy_hold_char_yy_last_accepting_state_yy_ec_yy_lp_yy_try_NUL_trans_yy_did_buffer_switch_on_eof_yy_accept/export/jspc/sw/src/lib/dataformat/db/dblex.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./yydb.h/usr/include/stdio.hYY_BUFFER_STATE:t(0,14)=*(0,13)=xsyy_buffer_state:/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/malloc.h./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.h./db.tab.hYYSTYPE:t(29,1)=u4val:(0,1),0,32;ptr:(3,3),0,32;list:(17,7),0,32;;DB_lval:G(29,1)DB_lineno:G(0,1)Cp:S(3,3)c:S(0,2)String_buf:S(0,15)=ar(0,1);0;3999;(0,2)yy_buffer_state:T(0,13)=s24yy_input_file:(10,7),0,32;yy_ch_buf:(3,3),32,32;yy_buf_pos:(3,3),64,32;yy_buf_size:(0,1),96,32;yy_n_chars:(0,1),128,32;yy_eof_status:(0,1),160,32;;yy_current_buffer:S(0,16)=*(0,13)yy_hold_char:S(0,2)yy_n_chars:S(0,1)DB_text:G(3,3)DB_leng:G(0,1)DB_in:G(10,7)DB_out:G(10,7)yy_state_type:t(0,1)yy_acclist:S(0,17)=ar(0,1);0;239;(0,4)yy_accept:S(0,18)=ar(0,1);0;172;(0,4)yy_ec:S(0,19)=ar(0,1);0;127;(0,2)yy_meta:S(0,20)=ar(0,1);0;42;(0,2)yy_base:S(0,21)=ar(0,1);0;173;(0,4)yy_def:S(0,21)yy_nxt:S(0,22)=ar(0,1);0;238;(0,4)yy_chk:S(0,22)yy_last_accepting_state:S(0,1)yy_last_accepting_cpos:S(3,3)yy_state_buf:S(0,23)=ar(0,1);0;16385;(0,1)yy_state_ptr:S(12,2)yy_full_match:S(3,3)yy_lp:S(0,1)yy_c_buf_p:S(3,3)yy_init:S(0,1)yy_start:S(0,1)yy_did_buffer_switch_on_eof:S(0,1)DB_lex:F(0,1)yy_current_state:r(0,1)yy_cp:r(3,3)yy_bp:r(3,3)yy_act:r(0,1)yy_c:r(0,2)cp:(3,3)c:(0,2)n:(0,1)flag:(0,1)cp:(3,3)c:(0,2)n:(0,1)flag:(0,1)cp:(3,3)yy_amount_of_matched_text:(0,1)yy_next_state:(0,1)yy_get_next_buffer:f(0,1)dest:r(3,3)source:r(3,3)number_to_move:r(0,1)i:r(0,1)ret_val:(0,1)num_to_read:(0,1)yy_get_previous_state:f(0,1)yy_current_state:r(0,1)yy_cp:r(3,3)yy_c:r(0,2)yy_try_NUL_trans:f(0,1)yy_current_state:p(0,1)yy_current_state:r(0,1)yy_is_jam:r(0,1)yy_c:r(0,2)yyunput:f(0,11)c:p(0,2)yy_bp:p(3,3)yy_bp:r(3,3)yy_cp:r(3,3)number_to_move:r(0,1)dest:r(3,3)source:r(3,3)input:f(0,1)c:(0,1)yy_cp:(3,3)DB_restart:F(0,11)input_file:p(10,7)DB_switch_to_buffer:F(0,11)new_buffer:p(0,16)DB_load_buffer_state:F(0,11)DB_create_buffer:F(0,16)file:p(10,7)size:p(0,1)b:(0,16)DB_delete_buffer:F(0,11)b:p(0,16)DB_init_buffer:F(0,11)b:p(0,16)file:p(10,7)dbadd_attribute/export/jspc/sw/src/lib/dataformat/db/dbadd_attribute.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hdbadd_attribute:F(0,1)schema:p(1,11)attribute:p(1,5)dbadd_relation:F(0,1)schema:p(1,11)relation:p(1,9)f:(0,13)=*(1,4)disp:(0,1)id:(0,1)i:(0,1)n:(0,1)attr:(1,5)fieldnames:(10,7)attrname:(5,2)arrays.o_applyval_Result_Return_tbl_Private_Free_arr_val_addval_addkey_addstblkey_Apply_arr_val_cmpnode_compare_fixstbl_freeval_freestblkey/export/jspc/sw/src/lib/utility/stock/arrays.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/search.h/usr/include/string.h/usr/include/sys/stdtypes.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.hProgram_Name:G(1,2)./arrays.hTbl:T(11,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(11,2)=*(1,2),64,32;;Tbl:t(11,1)Arr:T(11,3)=s8root:(1,2),0,32;cmp:(11,4)=*(11,5)=f(0,1),32,32;;Arr:t(11,3)Stbl:T(11,6)=s16tbl:(11,7)=*(11,1),0,32;root:(1,2),32,32;cmp:(11,4),64,32;changed:(0,1),96,32;;Stbl:t(11,6)./pf.hPfvalue:t(12,1)=u4s:(1,2),0,32;arr:(12,2)=*(11,3),0,32;tbl:(11,7),0,32;;Pf:T(12,3)=s8type:(0,1),0,32;value:(12,1),32,32;;Pf:t(12,3)optarg:G(1,2)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(4,1)=s16name:(1,2),0,32;has_arg:(0,1),32,32;flag:(4,2)=*(0,1),64,32;val:(0,1),96,32;;./arrays.hsettbl_size:F(0,11)tbl:p(11,7)size:p(0,1)i:(0,1)prev:(0,1)newtbl:F(11,7)size:p(0,1)tbl:(11,7)settbl:F(0,1)tbl:p(11,7)index:p(0,1)value:p(1,2)size:(0,1)gettbl:F(1,2)tbl:p(11,7)index:p(0,1)maxtbl:F(0,1)tbl:p(11,7)freetbl:F(0,1)tbl:p(11,7)free_tblval:p(11,4)i:(0,1)n:(0,1)result:(0,1)val:(1,2)applytbl:F(0,1)tbl:p(11,7)function:p(11,4)private:p(0,13)=*(0,11)i:(0,1)n:(0,1)result:(0,1)val:(1,2)compare:S(11,4)Node:T(0,14)=s8key:(1,2),0,32;value:(1,2),32,32;;Node:t(0,14)newarr:F(12,2)cmp:p(11,4)arr:(12,2)cmpnode:f(0,1)n1:p(0,15)=*(0,14)n2:p(0,15)setarr:F(1,2)arr:p(12,2)key:p(1,2)value:p(1,2)n:(0,15)old:(0,16)=*(0,15)oldvalue:(1,2)oldp:(0,15)getarr:F(1,2)arr:p(12,2)key:p(1,2)nkey:(0,14)np:(0,16)Return_tbl:S(11,7)addkey:f(0,11)node:p(0,16)order:p(1,4)level:p(0,1)keysarr:F(11,7)arr:p(12,2)addval:f(0,11)node:p(0,16)order:p(1,4)level:p(0,1)valsarr:F(11,7)arr:p(12,2)Result:S(0,1)Private:S(0,13)Free_arr_val:S(11,4)Apply_arr_val:S(11,4)freeval:f(0,11)node:p(0,16)order:p(1,4)level:p(0,1)freearr:F(0,1)arr:p(12,2)free_arr_val:p(11,4)applyval:f(0,11)node:p(0,16)order:p(1,4)level:p(0,1)applyarr:F(0,1)arr:p(12,2)apply_arr_val:p(11,4)private:p(0,13)newstbl:F(0,17)=*(11,6)cmp:p(11,4)stbl:(0,17)addstbl:F(1,2)stbl:p(0,17)key:p(1,2)np:(11,2)delstbl:F(0,11)stbl:p(0,17)key:p(1,2)tststbl:F(1,2)stbl:p(0,17)key:p(1,2)result:(11,2)addstblkey:f(0,11)key:p(11,2)order:p(1,4)level:p(0,1)fixstbl:f(0,11)stbl:p(0,17)maxstbl:F(0,1)stbl:p(0,17)getstbl:F(1,2)stbl:p(0,17)index:p(0,1)freestblkey:f(0,11)node:p(11,2)order:p(1,4)level:p(0,1)freestbl:F(0,1)stbl:p(0,17)free_stblval:p(11,4)result:(0,1)applystbl:F(0,1)stbl:p(0,17)function:p(11,4)private:p(0,13)i:(0,1)n:(0,1)result:(0,1)val:(1,2)datafile.o/auto/jspc/sw/src/lib/utility/stock/datafile.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/stdlib.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/types.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.hProgram_Name:G(3,5)./arrays.hTbl:T(24,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(24,2)=*(3,5),64,32;;Tbl:t(24,1)Arr:T(24,3)=s8root:(3,5),0,32;cmp:(24,4)=*(24,5)=f(0,1),32,32;;Arr:t(24,3)Stbl:T(24,6)=s16tbl:(24,7)=*(24,1),0,32;root:(3,5),32,32;cmp:(24,4),64,32;changed:(0,1),96,32;;Stbl:t(24,6)./pf.hPfvalue:t(25,1)=u4s:(3,5),0,32;arr:(25,2)=*(24,3),0,32;tbl:(24,7),0,32;;Pf:T(25,3)=s8type:(0,1),0,32;value:(25,1),32,32;;Pf:t(25,3)optarg:G(3,5)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(17,1)=s16name:(3,5),0,32;has_arg:(0,1),32,32;flag:(17,2)=*(0,1),64,32;val:(0,1),96,32;;datafile:F(3,5)envname:p(3,5)filename:p(3,5)path:(3,5)local:(0,13)=ar(0,1);0;1023;(0,2)pathtbl:(24,7)i:(0,1)n:(0,1)statbuf:(15,1)basename:(3,5)save:(3,5)error.o_last_count_next_messages_wrapflag/export/jspc/sw/src/lib/utility/stock/error.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/errno.h/usr/include/sys/errno.h/usr/include/stdio.h/usr/include/varargs.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/malloc.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hsingle:t(0,9)extended:t(12,1)=ar(0,1);0;2;(0,8)quadruple:t(12,2)=s16u:(12,3)=ar(0,1);0;3;(0,8),0,128;;fp_exception_field_type:t(0,8)sigfpe_code_type:t(0,1)sigfpe_handler_type:t(12,4)=*(12,5)=f(0,11)fp_direction:G(13,1)fp_precision:G(13,2)fp_accrued_exceptions:G(0,8)decimal_string:t(12,6)=ar(0,1);0;511;(0,2)decimal_record:t(12,7)=s532fpclass:(13,4),0,32;sign:(0,1),32,32;exponent:(0,1),64,32;ds:(12,6),96,4096;more:(0,1),4192,32;ndigits:(0,1),4224,32;;decimal_form:T(12,8)=efixed_form:0,floating_form:1,;decimal_mode:t(12,9)=s12rd:(13,1),0,32;df:(12,8),32,32;ndigits:(0,1),64,32;;decimal_string_form:T(12,10)=einvalid_form:0,whitespace_form:1,fixed_int_form:2,fixed_intdot_form:3,fixed_dotfrac_form:4,fixed_intdotfrac_form:5,floating_int_form:6,floating_intdot_form:7,\floating_dotfrac_form:8,floating_intdotfrac_form:9,inf_form:10,infinity_form:11,nan_form:12,nanstring_form:13,;ieee_handlers:G(12,11)=ar(0,1);0;4;(12,4)./errlog.hProgram_Name:G(4,1)./arrays.hTbl:T(15,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(15,2)=*(4,1),64,32;;Tbl:t(15,1)Arr:T(15,3)=s8root:(4,1),0,32;cmp:(15,4)=*(15,5)=f(0,1),32,32;;Arr:t(15,3)Stbl:T(15,6)=s16tbl:(15,7)=*(15,1),0,32;root:(4,1),32,32;cmp:(15,4),64,32;changed:(0,1),96,32;;Stbl:t(15,6)./pf.hPfvalue:t(16,1)=u4s:(4,1),0,32;arr:(16,2)=*(15,3),0,32;tbl:(15,7),0,32;;Pf:T(16,3)=s8type:(0,1),0,32;value:(16,1),32,32;;Pf:t(16,3)optarg:G(4,1)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(8,1)=s16name:(4,1),0,32;has_arg:(0,1),32,32;flag:(8,2)=*(0,1),64,32;val:(0,1),96,32;;Immediate_Flag:G(0,1)sys_nerr:G(0,1)die:F(0,11)__builtin_va_alist:p(0,1)args:(4,1)sysflag:(0,1)fmt:(4,1)complain:F(0,11)__builtin_va_alist:p(0,1)args:(4,1)sysflag:(0,1)fmt:(4,1)next:S(0,1)last:S(0,1)wrapflag:S(0,1)messages:S(0,13)=ar(0,1);0;49;(4,1)count:S(0,14)=ar(0,1);0;49;(0,1)register_error:F(0,11)__builtin_va_alist:p(0,1)args:(4,1)sysflag:(0,1)fmt:(4,1)msg:(0,15)=ar(0,1);0;2047;(0,2)mp:(4,1)ep:(4,1)clear_register:F(0,11)printflag:p(0,1)i:(0,1)get_register:F(0,11)msgs:p(0,16)=*(15,2)msgcount:p(0,17)=*(8,2)maxmsgs:p(8,2)last:p(8,2)wrap:p(8,2)regex.o_group_in_compile_stack_alt_match_null_string_p_at_endline_loc_p_at_begline_loc_p_re_comp_buf_re_syntax_table_init_syntax_once_compile_range_re_error_msg_gnu_regex_compile_bcmp_translate_store_op1_store_op2_insert_op1_insert_op2_group_match_null_string_p_common_op_match_null_string_p/export/jspc/sw/src/lib/utility/stock/regex.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/string.h/usr/include/sys/stdtypes.hre_syntax_table:S(0,13)=ar(0,1);0;255;(0,2)init_syntax_once:f(0,11)c:r(0,1)done:V(0,1)./regex.hreg_syntax_t:t(0,8)re_syntax_options:G(0,8)reg_errcode_t:t(6,1)=eREG_NOERROR:0,REG_NOMATCH:1,REG_BADPAT:2,REG_ECOLLATE:3,REG_ECTYPE:4,REG_EESCAPE:5,REG_ESUBREG:6,REG_EBRACK:7,\REG_EPAREN:8,REG_EBRACE:9,REG_BADBR:10,REG_ERANGE:11,REG_ESPACE:12,REG_BADRPT:13,REG_EEND:14,REG_ESIZE:15,REG_ERPAREN:16,;re_pattern_buffer:T(6,2)=s32buffer:(6,3)=*(0,5),0,32;allocated:(0,8),32,32;used:(0,8),64,32;syntax:(0,8),96,32;fastmap:(1,7),128,32;translate:(1,7),160,32;re_nsub:(0,1),192,32;can_be_null:(0,8),224,1;\regs_allocated:(0,8),225,2;fastmap_accurate:(0,8),227,1;no_sub:(0,8),228,1;not_bol:(0,8),229,1;not_eol:(0,8),230,1;newline_anchor:(0,8),231,1;;regex_t:t(6,2)regoff_t:t(0,1)re_registers:T(6,4)=s12num_regs:(0,8),0,32;start:(6,5)=*(0,1),32,32;end:(6,5),64,32;;regmatch_t:t(6,6)=s8rm_so:(0,1),0,32;rm_eo:(0,1),32,32;;/usr/include/ctype.h/usr/include/alloca.hboolean:t(0,2)re_opcode_t:t(0,14)=eno_op:0,exactn:1,anychar:2,charset:3,charset_not:4,start_memory:5,stop_memory:6,duplicate:7,\begline:8,endline:9,begbuf:10,endbuf:11,jump:12,jump_past_alt:13,on_failure_jump:14,on_failure_keep_string_jump:15,\pop_failure_jump:16,maybe_pop_jump:17,dummy_failure_jump:18,push_dummy_failure:19,succeed_n:20,jump_n:21,set_number_at:22,wordchar:23,\notwordchar:24,wordbeg:25,wordend:26,wordbound:27,notwordbound:28,;re_set_syntax:F(0,8)syntax:p(0,8)ret:(0,8)re_error_msg:S(0,15)=ar(0,1);0;16;(1,7)regnum_t:t(0,8)pattern_offset_t:t(0,1)compile_stack_elt_t:t(0,16)=s20begalt_offset:(0,1),0,32;fixup_alt_jump:(0,1),32,32;inner_group_offset:(0,1),64,32;laststart_offset:(0,1),96,32;regnum:(0,8),128,32;;compile_stack_type:t(0,17)=s12stack:(0,18)=*(0,16),0,32;size:(0,8),32,32;avail:(0,8),64,32;;gnu_regex_compile:f(6,1)pattern:p(1,7)size:p(0,1)syntax:p(0,8)bufp:p(0,19)=*(6,2)c:r(0,5)c1:r(0,5)p1:(1,7)b:r(6,3)compile_stack:(0,17)p:(1,7)pend:(1,7)translate:(1,7)pending_exact:(6,3)laststart:(6,3)begalt:(6,3)beg_interval:(1,7)fixup_alt_jump:(6,3)regnum:(0,8)old_buffer:(6,3)old_buffer:(6,3)keep_string_p:(0,2)zero_times_ok:(0,2)many_times_ok:(0,2)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)had_char_class:(0,2)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)ret:(6,1)ret:(6,1)str:(0,20)=ar(0,1);0;6;(0,2)ch:(0,1)is_alnum:(0,2)is_alpha:(0,2)is_blank:(0,2)is_cntrl:(0,2)is_digit:(0,2)is_graph:(0,2)is_lower:(0,2)is_print:(0,2)is_punct:(0,2)is_space:(0,2)is_upper:(0,2)is_xdigit:(0,2)old_buffer:(6,3)old_buffer:(6,3)this_group_regnum:(0,8)inner_group_loc:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)lower_bound:(0,1)upper_bound:(0,1)old_buffer:(6,3)nbytes:(0,8)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)store_op1:f(0,11)op:p(0,14)loc:p(6,3)arg:p(0,1)store_op2:f(0,11)op:p(0,14)loc:p(6,3)arg1:p(0,1)arg2:p(0,1)insert_op1:f(0,11)op:p(0,14)loc:p(6,3)arg:p(0,1)end:p(6,3)pfrom:r(6,3)pto:r(6,3)insert_op2:f(0,11)op:p(0,14)loc:p(6,3)arg1:p(0,1)arg2:p(0,1)end:p(6,3)pfrom:r(6,3)pto:r(6,3)at_begline_loc_p:f(0,2)pattern:p(1,7)p:p(1,7)syntax:p(0,8)prev:(1,7)prev_prev_backslash:(0,2)at_endline_loc_p:f(0,2)p:p(1,7)pend:p(1,7)syntax:p(0,1)next:(1,7)next_backslash:(0,2)next_next:(1,7)group_in_compile_stack:f(0,2)compile_stack:p(0,17)compile_stack:r(0,17)regnum:p(0,8)this_element:(0,1)compile_range:f(6,1)p_ptr:p(0,21)=*(1,7)pend:p(1,7)translate:p(1,7)syntax:p(0,8)b:p(6,3)this_char:(0,8)p:(1,7)range_start:(0,1)range_end:(0,1)re_max_failures:G(0,1)fail_stack_elt_t:t(6,3)fail_stack_type:t(0,22)=s12stack:(0,23)=*(6,3),0,32;size:(0,8),32,32;avail:(0,8),64,32;;re_compile_fastmap:F(0,1)bufp:p(0,19)j:(0,1)k:(0,1)fail_stack:(0,22)destination:(1,7)num_regs:(0,8)fastmap:r(1,7)pattern:(6,3)size:(0,8)p:(6,3)pend:r(6,3)path_can_be_null:(0,2)succeed_n_p:(0,2)re_set_registers:F(0,11)bufp:p(0,19)regs:p(0,24)=*(6,4)num_regs:p(0,8)starts:p(6,5)ends:p(6,5)re_search:F(0,1)bufp:p(0,19)string:p(1,7)size:p(0,1)startpos:p(0,1)range:p(0,1)regs:p(0,24)re_search_2:F(0,1)bufp:p(0,19)string1:p(1,7)size1:p(0,1)string2:p(1,7)size2:p(0,1)startpos:p(0,1)range:p(0,1)regs:p(0,24)stop:p(0,1)val:(0,1)fastmap:r(1,7)translate:r(1,7)total_size:(0,1)endpos:(0,1)d:r(1,7)lim:r(0,1)irange:(0,1)c:r(0,2)register_info_type:t(0,25)=u4word:(6,3),0,32;bits:(0,26)=s4match_null_string_p:(0,8),0,2;is_active:(0,8),2,1;matched_something:(0,8),3,1;ever_matched_something:(0,8),4,1;;,0,32;;re_match:F(0,1)bufp:p(0,19)string:p(1,7)size:p(0,1)pos:p(0,1)regs:p(0,24)re_match_2:F(0,1)bufp:p(0,19)string1:p(1,7)size1:p(0,1)string2:p(1,7)size2:p(0,1)pos:p(0,1)regs:p(0,24)stop:p(0,1)mcnt:(0,1)p1:(6,3)end1:(1,7)end2:(1,7)end_match_1:(1,7)end_match_2:(1,7)d:(1,7)dend:(1,7)p:(6,3)pend:r(6,3)translate:(1,7)fail_stack:(0,22)num_regs:(0,8)lowest_active_reg:(0,8)highest_active_reg:(0,8)regstart:(0,21)regend:(0,21)old_regstart:(0,21)old_regend:(0,21)reg_info:(0,27)=*(0,25)best_regs_set:(0,8)best_regstart:(0,21)best_regend:(0,21)match_end:(1,7)reg_dummy:(0,21)reg_info_dummy:(0,27)same_str_p:(0,2)r:(0,8)r:(0,8)c:r(0,5)not:(0,2)r:(0,8)r:(0,5)is_a_jump_n:(0,2)r:(0,8)destination:(1,7)this_reg:(0,1)d2:r(1,7)dend2:r(1,7)regno:(0,1)destination:(1,7)this_reg:(0,1)destination:(1,7)this_reg:(0,1)p2:r(6,3)c:r(0,5)not:(0,1)dummy_low_reg:(0,8)dummy_high_reg:(0,8)pdummy:(6,3)sdummy:(1,7)this_reg:(0,1)string_temp:(6,3)destination:(1,7)this_reg:(0,1)destination:(1,7)this_reg:(0,1)r:(0,8)r:(0,8)this_reg:(0,1)string_temp:(6,3)is_a_jump_n:(0,2)group_match_null_string_p:f(0,2)p:p(0,23)end:p(6,3)reg_info:p(0,27)mcnt:(0,1)p1:(6,3)alt_match_null_string_p:f(0,2)p:p(6,3)end:p(6,3)reg_info:p(0,27)mcnt:(0,1)p1:(6,3)common_op_match_null_string_p:f(0,2)p:p(0,23)end:p(6,3)reg_info:p(0,27)mcnt:(0,1)ret:(0,2)reg_no:(0,1)p1:(6,3)bcmp_translate:f(0,1)s1:p(6,3)s2:p(6,3)len:p(0,1)len:r(0,1)translate:p(1,7)p1:r(6,3)p2:r(6,3)re_compile_pattern:F(1,7)pattern:p(1,7)length:p(0,1)bufp:p(0,19)ret:(6,1)re_comp_buf:S(6,2)re_comp:F(1,7)s:p(1,7)ret:(6,1)re_exec:F(0,1)s:p(1,7)len:(0,1)gnu_regcomp:F(0,1)preg:p(0,19)pattern:p(1,7)cflags:p(0,1)ret:(6,1)syntax:(0,8)i:(0,8)gnu_regexec:F(0,1)preg:p(0,19)string:p(1,7)nmatch:p(0,1)pmatch:p(0,28)=*(6,6)eflags:p(0,1)ret:(0,1)regs:(6,4)private_preg:(6,2)len:(0,1)want_reg_info:(0,2)r:(0,8)gnu_regerror:F(0,1)errcode:p(0,1)preg:p(0,19)errbuf:p(1,7)errbuf_size:p(0,1)msg:(1,7)msg_size:(0,1)regfree:F(0,11)preg:p(0,19)strings.o/export/jspc/sw/src/lib/utility/stock/strings.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/string.h/usr/include/sys/stdtypes.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.h./arrays.h./pf.hblank:F(0,1)s:p(5,2)whitespace:F(0,1)s:p(5,2)split:F(10,7)string:p(5,2)c:p(0,2)s:(5,2)tbl:(10,7)tmpl.o_Argv_Ptr_dash_seen_SCCS_ID_Parse_State_Arg_Count_open_file_shift_arg/auto/jspc/sw/src/lib/utility/stock/tmpl.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)SCCS_ID:S(0,13)=*(0,2)/usr/include/stdio.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/errno.h/usr/include/sys/errno.h/usr/include/dirent.h/usr/include/sys/types.h/usr/include/sys/dirent.h./tmpl.hoption_t:t(22,1)=s12terse:(0,2),0,8;verbose:(0,13),32,32;arg:(0,1),64,32;;./errlog.hProgram_Name:G(0,13)Parse_State:S(0,1)Argv_Ptr:S(0,14)=*(0,13)Arg_Count:S(0,1)get_option:F(0,2)argc:p(0,15)=*(0,1)argv:p(0,14)option_list:p(0,16)=*(22,1)num_options:p(0,1)comp_opt:V(0,13)follow_ptr:V(0,14)follow_count:V(0,1)index:(0,1)shift_arg:f(0,1)follow_ptr:p(0,17)=*(0,14)follow_count:p(0,15)dash_seen:f(0,1)dash_flag:V(0,1)get_argument:F(0,13)return_value:(0,13)get_directory:F(0,13)testDir:(0,18)=*(19,1)dir_name:(0,13)get_input_file:F(0,13)input_file:p(0,19)=*(0,20)=*(1,1)input_name:(0,13)get_output_file:F(0,13)output_file:p(0,19)output_name:(0,13)last_argument:F(0,13)arg_name:(0,13)last_input_file:F(0,13)input_file:p(0,19)input_name:(0,13)last_output_file:F(0,13)output_file:p(0,19)output_name:(0,13)open_file:f(0,20)old_file:p(0,20)new_name:p(0,13)access:p(0,13)readable_file:F(0,1)file_name:p(0,13)statbuf:(5,1)test_file:(0,20)writable_file:F(0,1)file_name:p(0,13)statbuf:(5,1)test_file:(0,20)parse_path:F(0,11)path:p(0,13)dir:p(0,13)file:p(0,13)next:(0,13)last:(0,13)concat_paths:F(0,11)base:p(0,13)next:p(0,13)net:p(0,13)name_len:(0,1)name_index:(0,1)temp:(0,21)=ar(0,1);0;159;(0,2)clean_path:F(0,11)path:p(0,13)result:(0,22)=ar(0,1);0;79;(0,2)buffer:(0,22)temp:(0,13)state:(0,1)next:(0,13)add_slash:F(0,11)directory:p(0,13)del_slash:F(0,11)directory:p(0,13)wd.o_braelist_braslist_nodelim_size_bittab_cfread_cfname_explist_getrnge_low/auto/jspc/sw/src/lib/utility/stock/wd.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/types.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.hProgram_Name:G(5,7)./arrays.hTbl:T(24,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(24,2)=*(5,7),64,32;;Tbl:t(24,1)Arr:T(24,3)=s8root:(5,7),0,32;cmp:(24,4)=*(24,5)=f(0,1),32,32;;Arr:t(24,3)Stbl:T(24,6)=s16tbl:(24,7)=*(24,1),0,32;root:(5,7),32,32;cmp:(24,4),64,32;changed:(0,1),96,32;;Stbl:t(24,6)./pf.hPfvalue:t(25,1)=u4s:(5,7),0,32;arr:(25,2)=*(24,3),0,32;tbl:(24,7),0,32;;Pf:T(25,3)=s8type:(0,1),0,32;value:(25,1),32,32;;Pf:t(25,3)optarg:G(5,7)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(17,1)=s16name:(5,7),0,32;has_arg:(0,1),32,32;flag:(17,2)=*(0,1),64,32;val:(0,1),96,32;;/usr/include/errno.h/usr/include/sys/errno.h/usr/include/dirent.h/usr/include/sys/types.h__dirdesc:T(28,1)=s24dd_fd:(0,1),0,32;dd_loc:(0,1),32,32;dd_size:(0,1),64,32;dd_bsize:(0,1),96,32;dd_off:(0,1),128,32;dd_buf:(5,7),160,32;;DIR:t(28,1)/usr/include/sys/dirent.h/usr/include/regexp.h/usr/include/ctype.hbraslist:S(31,1)=ar(0,1);0;8;(5,7)braelist:S(31,1)sed:G(0,1)nbra:G(0,1)loc1:G(5,7)loc2:G(5,7)locs:G(5,7)nodelim:S(0,1)circf:G(0,1)low:S(0,1)size:S(0,1)bittab:S(31,2)=ar(0,1);0;7;(0,2)compile:F(5,7)/usr/include/regexp.hinstring:p(5,7)ep:p(5,7)ep:r(5,7)endbuf:p(5,7)seof:p(0,1)sp:r(5,7)c:r(0,1)eof:r(0,1)lastep:(5,7)cclcnt:(0,1)bracket:(31,3)=ar(0,1);0;8;(0,2)bracketp:(5,7)closed:(0,1)neg:(0,1)lc:(0,1)i:(0,1)cflg:(0,1)iflag:(0,1)step:F(0,1)p1:p(5,7)p1:r(5,7)p2:p(5,7)p2:r(5,7)c:r(0,1)advance:F(0,1)lp:p(5,7)lp:r(5,7)ep:p(5,7)ep:r(5,7)curlp:r(5,7)c:r(0,1)bbeg:(5,7)neg:r(0,2)ct:(0,1)getrnge:f(0,1)str:p(5,7)str:r(5,7)sizecode:r(0,1)exp:T(0,13)=s268expbuf:(30,2),0,2048;cname:(5,7),2048,32;circf:(0,1),2080,32;nxt:(0,14)=*(0,13),2112,32;;EXP:t(0,13)explist:S(0,14)wd.ccfname:S(5,7)cfread:S(0,1)setmapcf:F(0,1)fn:p(5,7)readmap:F(0,1)f:(0,15)=*(1,1)p:r(0,14)exp:(30,2)cname:(0,16)=ar(0,1);0;1023;(0,2)mappath:F(0,1)spath:p(5,7)upath:p(5,7)p:r(0,14)cp:r(5,7)cp1:r(5,7)i:(0,1)regerr:F(0,1)c:p(0,1)dirbase:F(0,11)path:p(5,7)dir:p(5,7)base:p(5,7)cp:(5,7)abspath:F(0,1)relp:p(5,7)absp:p(5,7)dir:(0,16)base:(0,16)cwd:(0,16)ncwd:(0,16)statbuf:(9,1)makedir:F(0,1)dir:p(5,7)statbuf:(9,1)s:(5,7)parent:(0,16)n:(0,1)zopen.o/auto/jspc/sw/src/lib/utility/stock/zopen.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.h./arrays.h./pf.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(22,1)=s12sv_handler:(6,4),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(22,2)=s8ss_sp:(4,2),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(22,3)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(22,4)=ar(0,1);0;30;(4,2),288,992;sc_wbuf:(22,5)=ar(0,1);0;30;(22,6)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(22,7)=s12sa_handler:(6,4),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.hcompress:F(0,11)path:p(4,2)cmd:(0,13)=ar(0,1);0;1023;(0,2)zopen:F(0,14)=*(1,1)filename:p(4,2)permissions:p(4,2)cp:(4,2)file:(0,14)cmd:(0,13)tmp:(4,2)time.o_days_in_month_month_name/export/jspc/sw/src/lib/utility/coords/time.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/ctype.h/usr/include/time.h/usr/include/sys/stdtypes.htm:T(18,1)=s44tm_sec:(0,1),0,32;tm_min:(0,1),32,32;tm_hour:(0,1),64,32;tm_mday:(0,1),96,32;tm_mon:(0,1),128,32;tm_year:(0,1),160,32;tm_wday:(0,1),192,32;tm_yday:(0,1),224,32;\tm_isdst:(0,1),256,32;tm_zone:(6,7),288,32;tm_gmtoff:(0,1),320,32;;./csstime.hdate_time:T(20,1)=s48epoch:(0,10),0,64;date:(0,1),64,32;year:(0,1),96,32;month:(0,1),128,32;mname:(20,2)=ar(0,1);0;3;(0,2),160,32;day:(0,1),192,32;doy:(0,1),224,32;hour:(0,1),256,32;\minute:(0,1),288,32;second:(0,9),320,32;;days_in_month:S(0,13)=ar(0,1);0;12;(0,1)htoe:F(0,1)dt:p(0,14)=*(20,1)dt:r(0,14)timeprint:F(0,1)dt:p(0,14)dt:r(0,14)zh_today:F(0,1)dt:p(0,14)dt:r(0,14)mdtodate:F(0,1)dt:p(0,14)dt:r(0,14)i:(0,1)dim:(0,1)time_string2epoch:F(0,1)string:p(6,7)time:p(0,15)=*(0,10)i:(0,1)j:(0,1)icol:(0,1)str:V(0,16)=ar(0,1);0;511;(0,2)dt:(20,1)my_strncasecmp:F(0,1)str1:p(6,7)str2:p(6,7)len:p(0,1)i1:(0,1)i2:(0,1)i:(0,1)dtoepoch:F(0,10)date:p(0,1)i:(0,1)year:(0,1)day:(0,1)days:(0,1)isleap:F(0,1)year:p(0,1)timecon:F(0,10)timstr:p(6,7)tnum:(0,10)con:(0,17)=ar(0,1);0;19;(0,2)len:(0,1)i:(0,1)j:(0,1)todaysdate:F(0,1)now:(0,1)tsp:(0,18)=*(18,1)get_nice_times:F(0,1)tstart:p(0,10)tend:p(0,10)maxincs:p(0,1)nstart:p(0,15)ninc:p(0,15)window:(0,10)time:(0,10)itime:(0,1)exp:(0,10)ref:(0,10)date_time:(20,1)month_name:S(0,19)=ar(0,1);0;11;(6,7)etoh:F(0,1)dt:p(0,14)dt:r(0,14)diy:(0,1)month_day:F(0,1)dt:p(0,14)dt:r(0,14)i:(0,1)dim:(0,1)leap:(0,1)dbstrf2c:F(6,7)string:p(6,7)len:p(0,1)out:V(0,16)i:(0,1)j:(0,1)k:(0,1)todays_date.o/export/jspc/sw/src/lib/utility/coords/todays_date.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/time.htimeval:T(4,1)=s8tv_sec:(0,1),0,32;tv_usec:(0,1),32,32;;timezone:T(4,2)=s8tz_minuteswest:(0,1),0,32;tz_dsttime:(0,1),32,32;;itimerval:T(4,3)=s16it_interval:(4,1),0,64;it_value:(4,1),64,64;;/usr/include/time.h/usr/include/sys/stdtypes.hNo_date:G(0,1)todays_date:F(1,7)date_str:p(1,7)year:(0,1)month:(0,1)doy:(0,1)day:(0,1)hour:(0,1)minute:(0,1)sec:(0,10)str2epoch.o_yy_def_yy_chk_yy_nxt_Second_yy_current_buffer_Num_yy_c_buf_p_yy_n_chars_yy_get_previous_state_Hour_yy_meta_yy_base_yyunput_yy_init_input_yy_get_next_buffer_Etime_yy_last_accepting_cpos_Am_Cp_yy_start_Month_Year_yy_hold_char_yy_last_accepting_state_yy_ec_yy_try_NUL_trans_my_yyinput_Doy_Day_yy_did_buffer_switch_on_eof_yy_accept_Minute/export/jspc/sw/src/lib/utility/coords/str2epoch.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./yyepoch.h/usr/include/stdio.hYY_BUFFER_STATE:t(0,14)=*(0,13)=xsyy_buffer_state:/usr/include/stdio.h./coords.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hCp:S(7,2)Year:S(0,1)Month:S(0,1)Day:S(0,1)Hour:S(0,1)Minute:S(0,1)Doy:S(0,1)Num:S(0,1)Second:S(0,10)Etime:S(0,10)Am:S(0,1)yy_buffer_state:T(0,13)=s24yy_input_file:(0,15)=*(2,1),0,32;yy_ch_buf:(7,2),32,32;yy_buf_pos:(7,2),64,32;yy_buf_size:(0,1),96,32;yy_n_chars:(0,1),128,32;yy_eof_status:(0,1),160,32;;yy_current_buffer:S(0,16)=*(0,13)yy_hold_char:S(0,2)yy_n_chars:S(0,1)ep_text:G(7,2)ep_leng:G(0,1)ep_in:G(0,15)ep_out:G(0,15)yy_state_type:t(0,1)yy_accept:S(0,17)=ar(0,1);0;107;(0,4)yy_ec:S(0,18)=ar(0,1);0;127;(0,2)yy_meta:S(0,19)=ar(0,1);0;35;(0,2)yy_base:S(0,20)=ar(0,1);0;111;(0,4)yy_def:S(0,20)yy_nxt:S(0,21)=ar(0,1);0;266;(0,4)yy_chk:S(0,21)yy_last_accepting_state:S(0,1)yy_last_accepting_cpos:S(7,2)yy_c_buf_p:S(7,2)yy_init:S(0,1)yy_start:S(0,1)yy_did_buffer_switch_on_eof:S(0,1)ep_lex:F(0,1)yy_current_state:r(0,1)yy_cp:r(7,2)yy_bp:r(7,2)yy_act:r(0,1)yy_c:r(0,2)num:(0,1)yy_amount_of_matched_text:(0,1)yy_next_state:(0,1)yy_get_next_buffer:f(0,1)dest:r(7,2)source:r(7,2)number_to_move:r(0,1)i:r(0,1)ret_val:(0,1)num_to_read:(0,1)yy_get_previous_state:f(0,1)yy_current_state:r(0,1)yy_cp:r(7,2)yy_c:r(0,2)yy_try_NUL_trans:f(0,1)yy_current_state:p(0,1)yy_current_state:r(0,1)yy_is_jam:r(0,1)yy_cp:r(7,2)yy_c:r(0,2)yyunput:f(0,11)c:p(0,2)yy_bp:p(7,2)yy_bp:r(7,2)yy_cp:r(7,2)number_to_move:r(0,1)dest:r(7,2)source:r(7,2)input:f(0,1)c:(0,1)yy_cp:(7,2)ep_restart:F(0,11)input_file:p(0,15)ep_switch_to_buffer:F(0,11)new_buffer:p(0,16)ep_load_buffer_state:F(0,11)ep_create_buffer:F(0,16)file:p(0,15)size:p(0,1)b:(0,16)ep_delete_buffer:F(0,11)b:p(0,16)ep_init_buffer:F(0,11)b:p(0,16)file:p(0,15)str2epoch:F(0,10)s:p(7,2)my_yyinput:f(0,1)buf:p(7,2)ms:p(0,1)n:(0,1)h2e.o/export/jspc/sw/src/lib/utility/coords/h2e.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.hdate_time:T(0,13)=s48epoch:(0,10),0,64;date:(0,1),64,32;year:(0,1),96,32;month:(0,1),128,32;mname:(0,14)=ar(0,1);0;3;(0,2),160,32;day:(0,1),192,32;doy:(0,1),224,32;hour:(0,1),256,32;\minute:(0,1),288,32;second:(0,9),320,32;;doy2mday:F(0,11)doy:p(0,1)year:p(0,1)month:p(0,15)=*(0,1)day:p(0,15)dt:(0,13)doy2mday_:F(0,11)doy:p(0,15)year:p(0,15)month:p(0,15)day:p(0,15)mday2doy:F(0,1)year:p(0,1)month:p(0,1)day:p(0,1)dt:(0,13)mday2doy_:F(0,1)year:p(0,15)month:p(0,15)day:p(0,15)h2e:F(0,10)iyear:p(0,1)iday:p(0,1)ihour:p(0,1)imin:p(0,1)sec:p(0,10)jdate:(0,1)epoch:(0,10)h2e_:F(0,10)iyear:p(0,15)iday:p(0,15)ihour:p(0,15)imin:p(0,15)sec:p(0,16)=*(0,10)e2h:F(0,11)epoch:p(0,10)iyear:p(0,15)iday:p(0,15)ihour:p(0,15)imin:p(0,15)sec:p(0,16)dt:(0,13)e2h_:F(0,11)epoch:p(0,16)iyear:p(0,15)iday:p(0,15)ihour:p(0,15)imin:p(0,15)sec:p(0,16)response.o_Srctypes_Nsrctypes_extract_Types_Ntypes/export/jspc/sw/src/lib/dataformat/response/response.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./response.h./complex.hPolar:T(3,1)=s16amplitude:(0,10),0,64;phase:(0,10),64,64;;Polar:t(3,1)Complex:T(3,2)=s16real:(0,10),0,64;imag:(0,10),64,64;;Complex:t(3,2)/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hResponse_group:T(2,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(2,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(2,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(11,7),640,32;parameters:(12,2),672,32;private:(2,4)=*(0,11),704,32;;Response_group:t(2,1)Response:T(2,5)=s16ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(2,6)=*(2,1),64,32;dfile:(6,2),96,32;;Response:t(2,5)Fir:T(2,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(2,8)=*(0,10),192,32;num_coef_errors:(2,8),224,32;den_coefs:(2,8),256,32;den_coef_errors:(2,8),288,32;;Fir:t(2,7)Paz:T(2,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(2,10)=*(3,2),192,32;pole_errors:(2,10),224,32;zeros:(2,10),256,32;zero_errors:(2,10),288,32;;Paz:t(2,9)Iir:T(2,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(2,10),192,32;pole_errors:(2,10),224,32;zeros:(2,10),256,32;zero_errors:(2,10),288,32;;Iir:t(2,11)/sw/loc/include/stock.h./fap.h./paz.h./fir.h./iir.h./complex.hResponse_type:T(0,13)=s36id:(0,1),0,32;name:(6,2),32,32;copy:(11,4),64,32;read:(11,4),96,32;write:(11,4),128,32;print:(11,4),160,32;eval:(11,4),192,32;free:(11,4),224,32;compare:(11,4),256,32;;Response_type:t(0,13)Types:S(0,14)=ar(0,1);0;3;(0,13)Ntypes:S(0,1)Src_type:T(0,15)=s8id:(0,1),0,32;name:(6,2),32,32;;Src_type:t(0,15)Srctypes:S(0,16)=ar(0,1);0;1;(0,15)Nsrctypes:S(0,1)extract:f(0,1)line:p(6,2)key:p(6,2)value:p(11,2)lp:(6,2)kp:(6,2)nextline:F(0,1)file:p(0,17)=*(1,1)line:p(6,2)tbl:p(11,7)arr:p(12,2)key:(0,18)=ar(0,1);0;1023;(0,2)value:(6,2)init_response_group:F(0,11)gp:p(2,6)new_response_group:F(2,6)gp:(2,6)new_response:F(0,19)=*(2,5)rp:(0,19)add_response_group:F(0,1)rp:p(0,19)gp:p(2,6)new:(0,1)copy_response_group:F(0,1)gp:p(2,6)rp:p(0,19)indx:p(0,1)new:(0,1)gpn:(2,6)i:(0,1)n:(0,1)keys:(11,7)vals:(11,7)read_response:F(0,1)file:p(0,17)response:p(0,20)=*(0,19)rp:(0,19)ret:(0,1)aline:(0,18)source:(0,18)type:(0,18)i:(0,1)gp:(2,1)write_response:F(0,1)file:p(0,17)response:p(0,19)gp:(2,6)ret:(0,1)i:(0,1)l:(0,1)ncomments:(0,1)print_response:F(0,1)file:p(0,17)response:p(0,19)eval_response:F(0,1)omega:p(0,10)response:p(0,19)real:p(2,8)imag:p(2,8)gp:(2,6)amplitude:(0,10)phase:(0,10)r:(0,10)theta:(0,10)i:(0,1)ret:(0,1)free_response:F(0,1)response:p(0,19)gp:(2,6)i:(0,1)ret:(0,1)compare_response:F(0,1)response1:p(0,19)response2:p(0,19)gp1:(2,6)gp2:(2,6)i:(0,1)get_response_nstages:F(0,1)response:p(0,19)nstages:p(4,2)get_response_stage_type:F(0,1)response:p(0,19)stage:p(0,1)type:p(6,2)gp:(2,6)get_response_stage_fir_ncoefs:F(0,1)response:p(0,19)stage:p(0,1)srate:p(2,8)dec_factor:p(4,2)nnum:p(4,2)nden:p(4,2)gp:(2,6)fir:(0,21)=*(2,7)get_response_stage_fir_coefs:F(0,1)response:p(0,19)stage:p(0,1)nnum:p(4,2)coefn:p(0,22)=*(2,8)coefn_err:p(0,22)nden:p(4,2)coefd:p(0,22)coefd_err:p(0,22)gp:(2,6)fir:(0,21)readresp_:F(0,11)fname:p(6,2)response:p(0,20)lenfname:p(0,1)fn:V(0,18)i:(0,1)file:(0,17)evlresp_:F(0,11)omega:p(0,23)=*(0,9)response:p(0,20)real:p(0,23)imag:p(0,23)domega:(0,10)dreal:(0,10)dimag:(0,10)freeresp_:F(0,11)response:p(0,20)getrespnstages_:F(0,11)response:p(0,20)nstages:p(4,2)getresptype_:F(0,11)response:p(0,20)stage:p(4,2)type:p(6,2)lentype:p(0,1)i:(0,1)l:(0,1)typ:V(0,24)=ar(0,1);0;31;(0,2)getresppaz_:F(0,11)response:p(0,20)stage:p(4,2)norm:p(0,23)npoles:p(4,2)poles:p(0,23)polerr:p(0,23)nzeroes:p(4,2)zeroes:p(0,23)zererr:p(0,23)npmax:(0,1)nzmax:(0,1)st:(0,1)gp:(2,6)paz:(0,25)=*(2,9)i:(0,1)j:(0,1)getrespfir_:F(0,11)response:p(0,20)stage:p(4,2)srate:p(0,23)nnum:p(4,2)coefsnum:p(0,23)coefsnumerr:p(0,23)nden:p(4,2)coefsden:p(0,23)coefsdenerr:p(0,23)nnmax:(0,1)ndmax:(0,1)st:(0,1)gp:(2,6)fir:(0,21)i:(0,1)fixresp:F(0,11)response:p(0,19)output_sample_rate:p(0,10)group:(2,6)fir:(0,21)i:(0,1)fixsrate:F(0,11)response:p(0,19)output_sample_rate:p(0,10)group:(2,6)fir:(0,21)i:(0,1)getrespiir_:F(0,11)response:p(0,20)stage:p(4,2)norm:p(0,23)npoles:p(4,2)poles:p(0,23)polerr:p(0,23)nzeroes:p(4,2)zeroes:p(0,23)zererr:p(0,23)npmax:(0,1)nzmax:(0,1)st:(0,1)gp:(2,6)iir:(0,26)=*(2,11)i:(0,1)j:(0,1)complex.o/auto/jspc/sw/src/lib/dataformat/response/complex.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./complex.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hto_polar:F(0,11)real:p(0,10)imag:p(0,10)amp:p(0,13)=*(0,10)phase:p(0,13)to_complex:F(0,11)amp:p(0,10)phase:p(0,10)real:p(0,13)imag:p(0,13)cmult:F(4,2)a:p(4,2)a:r(4,2)b:p(4,2)b:r(4,2)r:(4,2)cdiv:F(4,2)a:p(4,2)a:r(4,2)b:p(4,2)b:r(4,2)r:(4,2)conjugate:(4,2)mag2:(0,10)fir.o/export/jspc/sw/src/lib/dataformat/response/fir.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./response.h./complex.h/sw/loc/include/stock.hResponse_group:T(12,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(12,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(12,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(10,7),640,32;parameters:(11,2),672,32;private:(12,4)=*(0,11),704,32;;Response_group:t(12,1)Response:T(12,5)=s16ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(12,6)=*(12,1),64,32;dfile:(2,3),96,32;;Response:t(12,5)Fir:T(12,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(12,8)=*(0,10),192,32;num_coef_errors:(12,8),224,32;den_coefs:(12,8),256,32;den_coef_errors:(12,8),288,32;;Fir:t(12,7)Paz:T(12,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(12,10)=*(13,2),192,32;pole_errors:(12,10),224,32;zeros:(12,10),256,32;zero_errors:(12,10),288,32;;Paz:t(12,9)Iir:T(12,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(12,10),192,32;pole_errors:(12,10),224,32;zeros:(12,10),256,32;zero_errors:(12,10),288,32;;Iir:t(12,11)copy_fir:F(0,1)gpi:p(12,6)gp:p(12,6)pfiri:(0,13)=*(12,7)pfir:(0,13)i:(0,1)n:(0,1)read_fir:F(0,1)file:p(0,14)=*(1,1)gp:p(12,6)pfir:(0,13)aline:(0,15)=ar(0,1);0;1023;(0,2)coef:(0,10)coef_error:(0,10)i:(0,1)n:(0,1)write_fir:F(0,1)file:p(0,14)private:p(0,13)i:(0,1)print_fir:F(0,1)file:p(0,14)private:p(0,13)free_fir:F(0,1)private:p(0,13)eval_fir:F(0,1)omega:p(0,10)private:p(0,13)amplitude:p(12,8)phase:p(12,8)i:(0,1)mid:(0,1)omegad:(0,10)arg:(0,10)numr:(0,10)numi:(0,10)denr:(0,10)deni:(0,10)amp:(0,10)phs:(0,10)compare_fir:F(0,1)fir1:p(0,13)fir2:p(0,13)i:(0,1)fap.o/auto/jspc/sw/src/lib/dataformat/response/fap.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./fap.hcopy_fap:F(0,1)gpi:p(0,13)=*(0,11)gp:p(0,13)read_fap:F(0,1)file:p(0,14)=*(1,1)private:p(0,15)=*(0,13)write_fap:F(0,1)file:p(0,14)private:p(0,13)print_fap:F(0,1)file:p(0,14)private:p(0,13)free_fap:F(0,1)private:p(0,13)eval_fap:F(0,1)omega:p(0,10)private:p(0,13)amplitude:p(0,16)=*(0,10)phase:p(0,16)compare_fap:F(0,1)fap1:p(0,13)fap2:p(0,13)paz.o/export/jspc/sw/src/lib/dataformat/response/paz.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./response.h./complex.h/sw/loc/include/stock.h./complex.hcopy_paz:F(0,1)gpi:p(11,6)gp:p(11,6)ppazi:(0,13)=*(11,9)ppaz:(0,13)i:(0,1)n:(0,1)read_paz:F(0,1)file:p(0,14)=*(1,1)gp:p(11,6)ppaz:(0,13)aline:(0,15)=ar(0,1);0;1023;(0,2)real:(0,10)imag:(0,10)real_error:(0,10)imag_error:(0,10)i:(0,1)n:(0,1)write_paz:F(0,1)file:p(0,14)private:p(0,13)i:(0,1)print_paz:F(0,1)file:p(0,14)private:p(0,13)free_paz:F(0,1)private:p(0,13)eval_paz:F(0,1)omega:p(0,10)private:p(0,13)amplitude:p(11,8)phase:p(11,8)i:(0,1)r:(0,10)theta:(0,10)compare_paz:F(0,1)paz1:p(0,13)paz2:p(0,13)i:(0,1)iir.o/export/jspc/sw/src/lib/dataformat/response/iir.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./response.h./complex.h/sw/loc/include/stock.h./complex.hcopy_iir:F(0,1)gpi:p(11,6)gp:p(11,6)piiri:(0,13)=*(11,9)piir:(0,13)i:(0,1)n:(0,1)read_iir:F(0,1)file:p(0,14)=*(1,1)gp:p(11,6)piir:(0,13)aline:(0,15)=ar(0,1);0;1023;(0,2)real:(0,10)imag:(0,10)real_error:(0,10)imag_error:(0,10)i:(0,1)n:(0,1)write_iir:F(0,1)file:p(0,14)private:p(0,13)i:(0,1)print_iir:F(0,1)file:p(0,14)private:p(0,13)free_iir:F(0,1)private:p(0,13)eval_iir:F(0,1)omega:p(0,10)private:p(0,13)amplitude:p(11,8)phase:p(11,8)i:(0,1)r:(0,10)theta:(0,10)xr:(0,10)xi:(0,10)compare_iir:F(0,1)iir1:p(0,13)iir2:p(0,13)i:(0,1)_Q_div.o_Q_dtoq.o_Q_fcc.o_Q_cmp.o_Q_cmpe.o_Q_itoq.o_Q_mul.o_Q_neg.o_Q_qtod.o_Q_qtoi.o_Q_stoq.o_Q_sub.o_Q_add.o_Q_get_rp_rd.o_Qfaddsub.o_Qfcompare.o_Qfdiv.o_Qfmul.o_Qfpack.o_Qfunpack.o_Qfutility.o__f77_base.o__infinity.o_swapFLAGS.ofinite.ofix_libc_.odoprnt.odoscan.odecimal_bin.o__tbl_ntens.o_base_sup.ofile_decim.ofp_class.ofp_convert.ofunc_decim.ogconvert.oieee_retro.o__ieee_retro.oieee_retro_d.oieee_vals.oir_fp_class_.opack_float.oqeconvert.or_bessel_.ojn.oj0.oj1.ocbrt.or_erf_.oerf.or_ieee_vals_.ofabs.oseconvert.o__flt_decim.o__gconvert.oeconvert.odouble_decim.o__floatprint.o__tbl_baselg.o__tbl_fdq.o__tbl_tens.o__x_power.o__tbl_10_b.o__tbl_10_h.o__tbl_10_s.o__tbl_2_b.o__tbl_2_h.o__tbl_2_s.o_sprintf_sup.o_base_il4.osigfpe.osinpi.ostring_decim.ounpack_float.o_unpack_dble.oatan2.oatan.o_tbl_atan.olog.o_tbl_log.ocos.osin.o__cos.o__rem_pio2.o_TBL_ipio2.o_sccsid__rem_pio2m.o__fp_pi.o__sin.o_TBL_cos.o_sccsid_TBL_sin.o_sccsidrndint.oexp.oieee_func.osqrt.o__SVID_error.omatherr.oremainder.ofmod.orint.o-lglibg.sctype_.oerrlst.oiob.oerrno.o_etext_edata_endstart_main_environ_Debug_Level_SCV_create_get_argument_dbopen_SCV_free_Program_Name_usage_die_get_option_clear_register_str2epoch__iob_write_sac_makedir_dblookup_SCV_trace_fixgaps_SCV_trace_tofloat_concat_paths_dbadd_dbget_read_wfdisc_SCV_free_trace_SCV_get_dbputv_dbgetv_SCV_get_arrival_SCV_get_segment_dbquery_etoh_dbextfile_read_file_zopen_SCV_get_trace_SCV30_put_arrival_SCV28_put_arrival_SCV30_add_arrival_SCV28_add_arrival_SEG_return_SCV_return_SCV_get_seg_from_time_SCV_create_from_wftar_SCV30_read_wfs_SCV28_read_wfs_scv_add_arrival_scv_time_compar_SCV30_get_trace_nodata_SCV30_get_trace_SCV28_get_trace_SCV_put_arrival_SCV_add_arrival_SCV_read_rawwfs_scv_time2_compar_SCV30_create_SCV28_create_SCV_free_all_SCV_read_wfs_SCV_get_rawtrace_nodata_SCV28_create_from_wftar_SCV_get_rawtrace_SCV_sift_stachan_ARR_put_ARR_get_match_stachans_DBL_get_rel_DBL_get_ntuples_get_wfdisc28_trace_data_ARR28_put_DBL_add_tuple_DBL_exist_rel_DBL_put_attrs_DBL_get_attrs_DBL_check_file_time_string2epoch_scv2_nodata_get_wfdisc30_trace_data_ARR30_put_complain_new_scv_get_sensor_info_get_wfdisc_info_find_scv_good_dbl_new_arrival_new_segment_get_instrument_info_consistent_dates_get_arrival_info_rl_alloc_ok_sift_keys___infinity_get_site_info_DBL_compose_filename_get_sitechan_info_rl_create_read_response_SCV_trace_glue_SCV_trace_fillgaps_copytr_SCV_trace_toraw_tg_g2_to_int_re_exec_re_comp_match_stachans__match_string_fixfstring_rl_free_rl_destroy_dbnextid_dbput_DBL_exist_db_DBL_put_tuple_DBL_get_tuple_DBL_get_nrels_db30_create_register_error_dbd2c_dbresolve_dbc2d_g2_to_flt_getwf__dbfilename_putwf__map_table_sncopy_new_scratch_szcopy_copystrip_find_path_gettbl_getarr_Databases_tbl_maxtbl_dbread_view_Databases_root_todays_date_init_schema_new_database_abspath_newtbl_settbl_setarr_Default_schema_Default_dbpath_dbwrite_view_dbinvalid_new_relation_dbcreate_view_dbtbl2view_freetbl_dbsave_view_dbp2c_dbc2p_signaling_nan_new_null_find_schemafile_datafile_errno_set_table_names_new_table_new_attribute_newarr_new_schema_DB_database_DB_parse_DB_in_Schemas_tbl_DB_schema_DB_lineno_DB_restart_dbadd_attribute_DB_debug_DB_error_attribute_yynerrs_DB_r1_DB_r2_relation_DB_def_DB_chk_DB_pgo_DB_act_DB_lex_dbadd_relation_yyval_yyerrflag_itemtbl_DB_exca_DB_lval_DB_char_DB_pact_DB_switch_to_buffer_DB_delete_buffer_DB_create_buffer_DB_load_buffer_state_DB_out_DB_init_buffer_DB_leng_DB_text_applytbl_applyarr_maxstbl_newstbl_freestbl_tststbl_valsarr_applystbl_settbl_size_addstbl_delstbl_freearr_getstbl_keysarr_split_Immediate_Flag_get_register_sys_errlist_sys_nerr_regfree_re_compile_pattern_re_compile_fastmap_re_search_2_gnu_regerror_re_max_failures_re_match_re_set_registers__ctype__re_search_re_set_syntax_re_syntax_options_re_match_2_gnu_regexec_gnu_regcomp_whitespace_blank_get_output_file_last_input_file_add_slash_del_slash_last_output_file_get_directory_clean_path_last_argument_get_input_file_readable_file_parse_path_writable_file_mappath_sed_readmap_loc1_loc2_locs_circf_nbra_step_setmapcf_advance_compile_dirbase_regerr_compress_fabs_todaysdate_htoe_dbstrf2c_dtoepoch_timecon_mdtodate_month_day_zh_today_isleap_timeprint_get_nice_times_my_strncasecmp_doy2mday_No_date_e2h_ep_switch_to_buffer_ep_in_mday2doy_ep_delete_buffer_ep_create_buffer_ep_load_buffer_state_ep_out_ep_lex_ep_restart_ep_init_buffer_h2e_ep_leng_ep_text_h2e__doy2mday__mday2doy__e2h__to_complex_print_response_copy_fap_copy_iir_copy_fir_copy_paz_getrespnstages__evlresp__eval_fap_eval_iir_eval_fir_copy_response_group_eval_paz_new_response_group_fixsrate_free_fap_free_iir_free_fir_free_paz_write_response_init_response_group_getresptype__compare_response_get_response_stage_type_nextline_freeresp__read_fap_read_iir_read_fir_read_paz_new_response_get_response_nstages_eval_response_free_response_print_fap_print_iir_print_fir_print_paz_get_response_stage_fir_coefs_readresp__add_response_group_write_fap_write_iir_write_fir_write_paz_fixresp_compare_fap_compare_iir_compare_fir_compare_paz_get_response_stage_fir_ncoefs_getrespiir__getrespfir__getresppaz__sin_atan2_cmult_sqrt_to_polar_cos_cdiv__Q_get_rp_rd__Q_set_exception_fp_precision_fp_direction__Q_div__fp_unpack__fp_div__fp_current_exceptions__fp_pack__Q_dtoq__Q_fle__Q_fge__Q_fne__Q_cmp__Q_feq__Q_flt__Q_fgt__Q_cmpe__fp_compare__Q_itoq__Q_mul__fp_mul__Q_neg__Q_qtod__Q_qtoi__Q_stoq__Q_sub__fp_sub__Q_add__fp_add_fpu_normalize_fpu_error_nan_fpu_neg2wc_fpu_sub3wc_fpu_add3wc_fpu_rightshift_fpu_cmpli_fpu_set_exception__fp_sqrt_unpackdouble_unpacksingle___double_to_decimal___nox_double_to_decimal___nox_single_to_decimal___nan_written___inf_written___base_conversion_write_only_double___class_quadruple___nan_read___inf_read__fp_current_precision__fp_current_direction___class_double___class_single___quadruple_to_decimal___nox_quadruple_to_decimal__swapRD__swapTE__swapRP__swapEX_fp_accrued_exceptions_finite_func_to_decimal_file_to_decimal_decimal_to_extended_extended_to_decimal___pack_single___pack_double_fix_libc__decimal_to_single_decimal_to_double_double_to_decimal__doscan__doprnt_sgconvert_sfconvert_seconvert___pack_extended___unpack_single___unpack_double_sigfpe_string_to_decimal_single_to_decimal_econvert_fconvert_gconvert__mkarglst___quorem10000___four_digits_quick_table__getarg_qgconvert_qfconvert_qeconvert_decimal_to_quadruple___integerstring_to_big_decimal___big_float_times_power___base_conversion_abort___pack_quadruple___inrange_double___inrange_single___set_ieee_flags___get_ieee_flags___free_big_float___inrange_quadex___decimal_to_binary_integer___big_decimal_to_big_binary___fractionstring_to_big_decimal___base_conversion_set_exception___big_binary_to_unpacked___decimal_to_binary_fraction___tbl_tens___decimal_to_unpacked___left_shift_base_two___digits_to_double___tbl_ntens___multiply_base_two___mul_10000short___fp_normalize___quorem___prod_10000_b65536_fp_class__fp_convert_double_to_int_gcvt__gcvt___gconvert_ieee_retrospective__fp_pi___get_accrued___get_nonstandard___fnonstd_used___get_traps___get_precision___get_direction_ieee_retrospective_infinity_quiet_nan_max_subnormal_min_subnormal_max_normal_min_normal_ir_fp_class____fp_set_exception___fp_rightshift___infnanstring_quadruple_to_decimal_j0_j1_jn_r_yn__r_y1__r_y0__r_jn__r_j1__r_j0__y0_y1_yn_SVID_libm_err_log_cbrt_r_erfc__erf_r_erf__erfc_exp_r_infinity__r_quiet_nan__r_signaling_nan__r_max_subnormal__r_min_subnormal__r_max_normal__r_min_normal__copysign___unpack_single_two__split_single_m1__split_single_22__split_single_23___class_extended__unpacked_to_decimal_two___unpack_extended_two__split_shorten___right_shift_base_two__split_single_6___unpack_double_two___tbl_baselg__split_double_51__split_double_m1__split_double_52__split_double_35__split_double_19___big_binary_to_big_decimal___binary_to_decimal_integer___arint_set_n___binary_to_decimal_fraction___double_to_digits___unpack_quadruple_two__split_double_3___decimal_round___longquorem10000___multiply_base_ten___tbl_10_big_digits___tbl_2_huge_digits___tbl_10_huge_start___tbl_2_small_start___copy_big_float_digits___tbl_10_huge_digits___tbl_2_small_digits___tbl_10_small_start___tbl_2_big_start___carry_propagate_ten___tbl_10_small_digits___tbl_2_big_digits___tbl_10_big_start___tbl_2_huge_start___multiply_base_ten_by_two___multiply_base_ten_vector___multiply_base_two_vector___mul_65536short___left_shift_base_ten___prodc_b10000____mul_65536_n___lshift_b10000___carry_in_b10000__test_sigfpe_master__default_sigfpe_handler__enable_sigfpe_master_ieee_handlers__sigfpe_master___sin___cos_sinpi_aint___unpack_extended___fp_leftshift_ilogb_atan__tbl_atan_hi__tbl_atan_lo__tbl_log_hi__tbl_log_lo___rem_pio2__TBL_cos_hi__TBL_sin_hi__TBL_cos_lo__TBL_ipio2_53__TBL_ipio2_66__TBL_ipio2_inf___rem_pio2m_scalbn__TBL_sin_lo_anint_nint_rint_irint_issubnormal_signbit_isnormal_isinf_iszero_matherr_remainder_fmod_isxdigit_toascii__mb_cur_max_isalpha_isspace_isgraph_isascii_iscntrl_isalnum_islower_isupper_isprint_ispunct_isdigitsw/bin/dbpick 775 5300 156 10360000 5561747501 6650  h  @D* @ "b@ @@# @@h/(" @K \@K O^a K`dh/H   @4 d  @+/t"@# h /H  @ p#|##b#b#`d#  |  G        /usr/lib/ld.so/dev/zerocrt0: no /usr/lib/ld.so &crt0: /usr/lib/ld.so mapping failure crt0: no /dev/zero ?b؝'D'H''' '!P?' ''|'x'hH"pH#b"Pch@aD@ ^ @R'lDH@D @ P @DH 'D"'DDcj@= D" 'D`''cn@) D" 'D`''cr@ D" 'D`''cv@c{@'vc@'jc@ D" 'D`''|Vc@ D" 'D`''xBc@D" 'D`'#@+c@D" 'D`'#8@c#p@@@ @sD"`'D'/D "@h @\xx@]Jc8 #8 @X"c  #c8@F@O"bH'0'(@' .#@2 @.'h ,@,O yO`Y OnONO nO`N@t @"c@"@'8@&?  '@@ȉ??ȉ?aP04 04 %0%4?#bt'%X2 ԯ''`#|# %#`;X#d#h &#l #xؽ;p# #Ș $X@'9"t  @ ' @'@#\    Yc@Ӹ| !|`/@z' #`1p|@] "D`Y@T@cx  Xx @Ӌ \@I"@K'p't@t`e@- `g@%@E``l@X`q@0'p't@hD'(@4  `t@K #ؘ @5#@@Ɍ@ `@'p't@2!@a@``@ "ca@N"`@'p't@@? $ @@6@ɇ`@'p't@ "P@n`@j'p't@ #@U@@O`@K'p't@ @ Y @ @@-p`@)'p't@ ^"@"@S`@ )'p't@ eA@'@S@J# #@ @@$`@B''@l7'#l'#hl#`#\h#dh##!h##b#@'t?t@@@S@ȟ @`@'p't@ #@@ @+@w`@s'p't@ @{!H"" @ @V`@R'(@ #ؘ @ъ#@@@2u`@.@Eh`@!@[`@@HN`@@ A`@@ 4`@@'`@@`@@. `@@`@!# "# @ "c!@@k@E@ǖa"@`'p't@ a&@J`y JYK`1 "a<!)@p@@^.aI@ZJnK`N aM@H"!<!O@H@@6!o@<sa@,`'p't@ aa@J`y JYK`1 "c!@ @@.a@JnK`N a@"#!@@@!@ a@`'p't@ a@J`y JYK`1 "c !@@A@ƒ.b@JnK`N b@|"# " @|@@j"#@pb@@`W'p't@ bD@NJ`y JYK`1  "c"G@>(bl@.JnK`N bp@ "#"r@"@@Jb@@}#@@ś@/b@'p't@ A @b@  @"@|@*"Hbt@1 ?`'D'H'L'H@*"L@ b@!#\#`'   #@eD$D@ Lb#@ @w@#ap;p;x;!;ap####!!###a;%;';)!;+ap;-;/x; 1!x;3ap##5##7x## # # #h @#Ԕ #| #x##l C# #t 3#p #` D#  ?#) #d+(c#\ #(#, -#0 #4 L#8 #< #@#D#H #L #P#T #X #\#`#dD -h T$" U@CDc#HL@/D@?c'D'H'L'P'T'XX5T#\bt#`#- HLP@--'  @G#c4p@T#\bt#`#` HLP@- '3T#\bt#`#g HLP@,'  @Gq#cnp@T#\bt#`# HLP@,' &"t#cp@m#cp@a @G5D@ @Lbt T@n?c 'D'H'L'PP #bt@=bt`#`p@(D@Ǒ @'P @' 't * H '  @-'' 1* H 'd  @7 * H 'h  @7 '沞@!沠"'ܢ`'''#\#`- -H'(',   @-''쀥* H '0  @1``@' 'P   d@+#bH@'`  @-_'`@3P'?"@ |ȅ #hh#hh@w- -H'`  @->'`@P1?!"@ ȉ##hh#hh@V* H  H L @-'(* H 'h'p   @-HH## L@`L$$`'/沮'?c#`p@#`@#a.@#as@#a@?c!@!@!@"@"O@"@"@"@#,@#h@#@#@ @ R@ @ @ @ @!@!3@!T@!y@!@!@!@!@{"@w"=@s"d@o"@k"@g"@c"@_#@[#N@W#|@S#@O#@K#@G @C E@? l@; @7 @3!@/!C@+!@'!@#!@!@":@"v@"@"@ "@?c'D"!Dbx@@? @D#bD@ 7`bx@`" `" ` " "     p#@@dx # # ## `'x" "  " " >@A 1&! ?c'D?"a #c'@ \`bx@`" `" ` " " >@a`#cL@z "a ;"! &`bx@`" `" ` " " ' l @D@D"a "#cq@A?#a ?c'D! `bx@`" `" ` " "  D @ ?bh!'(#p'#`' #h'8#'0#x'#!##d#c#l%#|'#\)##+c#t#-x" "  " " '' #@i#@@'@'@" '/'#;`;p;h;x;X'a %X@ T@+a@?-荡D?/ᴀ @?`1&!3a #`w@ r'  bt k'h#\#` *`H 'l'd   @*H!@?_'  #`@a I =" @ȕ?!. Laȭ?'''@'H'P'X@'@'H'''P'`@X?!!\?#a@?#\#` @" ' ?c'D?"a #`@ Z`bx@`" `" ` " " >@}a`#a@ "a 9"#\`x" "  " " '5 !:@X#Lc#@D # @#D@ vD@PD@?c'D! #a?@ M!"   #a^@ <" "b#\`x" "  " " 'z !@R#Lc#@vD # @ș#D@ D@D@A?c'D! #a@5 J" #a@' <"" "b#\`x" "  " " ' !@#Lc#@D # @<#D@ D@D@?c'D"!Da`@(? @A#aD@ '`b`@`" `" ` " "    p#@@L` # # ##  )%! ?cx!  #b@ pb`@`" `" ` " " >@a`#b+@v "a D !D@!* * @#!DaD  "!8#bP@P ea"8"l"la U"l'*` *@ DD"4" +` +@!!D `#`,- +aD@(#h1"w#\3b~#d#lp5`" "  " " * +  aD@ +, aD@` n "r@#bl`%$l ?b'D! #b@ !' #`'(#h#\#d#l"x "  "  " " '' "@H'D!D@)%!D+%a8D@x#@@B#@a@!c@@"c@@"؁b?@'t 'D#\'H#d'L#l #` #h#p+`!"H'\'`   @'8 ?#?%?'l#'h#'d#|)"#l#p+b#t#x#d#h#\#`@'@!D  0@X"aDa8*` * @`0!D@L"aDD  "!8#b@ \a8*` *@ !D  @8* +  !D  @a8+` +@!D  b@!!8, ,`!D ,@-` @3a8.`.@7D' (' ,;a8`"!8`'':?c"Hbt T@?c"Hbt ,@?c'D'H''D   @&` @@~ @@''H@   @&M @k @ @`@c?cx'D'H'D  @&,' H@  @&%     ?' '$D  @*BJ@P' "? 'D  @*$'@ '$H  @*J@P' "? ' H  @)b聨  %聪 "?聬  ??c'D'H'LL""bJ *HbD$@u' H耢@  rH@Hb#DHLc#M""b*@ #"L@ KG!"#b,% DHL8L +b-@L& )3&bL 9";bL"@""bK ʀ   s?c'D'H'L'PP  D@ D@ DI D@ D@ D@ D@ D@ D@rD@ #D@D@\D@ zc  "#"@ "c"@D@bD@<D@ ZD@  D@ND@(D@y FALJ" F .D2 *`@ `*`    x   iX(h*ih,ip-jp.ijh i@ i(j ijji ?b'D#?'t@ * H '(  @#'؀ ?'#\`h *"H  Ф@"' '$  @(c@~'D%0%4 BDe(e,Dn聫 g h*`H  Ф"',  @#'Ԁ.#\ h*`H  Ф"'8'@  @-n   '`' h + H  Ш "'0  @->Ѐ?'[ 'E3c聨K#De0e4 B荡?D # @ D@D@D@ED '#De0e4 B荡D?D%0%4 J蝣?D`04;X#`D` ;DX@e#@!?b'D#?'t@  h*`H  Ф"'(  @"'؀?'#\`h *"H  Ф@"' '$  @&cL@wD(,n聩 g h*`H  Ф"',  @"'Ԁ.#\ h*`H  Ф"'8'@  @,Q   '`' h + H  Ш "'0  @,!Ѐ?'b 'D3c聨K# De0e4 B荡?D # @ D@D@D@(D '# De0e4 B荡D? D%0%4 J蝣?D`04;X#`D` ;DX@H#P@?b'D#(?'t@  h*`H  Ф"'(  @!'؀?'#\`h *"H  Ф@"' '$  @%c~@n聨 g h*`H  Ф"',  @!s'Ԁ.#\ h*`H  Ф"'8'@  @+=   '`' h + H  Ш "'0  @+ Ѐ?'k 'M3c(聨K#0De0e4 B荡?D # @l D@D@D@D '#0De0e4 B荡D?0D%0%4 J蝣?D`04;X#`D` ;DX@4#@?b'D#8?'t@ [ `*`H  Ф"'  @ '쀤> `*`H  Ф"'   @*k  `*`H  Ф"'$  @*Q܀?`''/8D # @#D@4D@D@_#@e?b'D#@?'t@ b `*`H  Ф"'  @ '쀤E `*`H  Ф"'   @)D(,$  `*`H  Ф"'$  @)܀?`''/@D # @%#D@D@|D@#@?b'D#H?'t@ b `*`H  Ф"'  @'쀤E `*`H  Ф"'   @)ND(,$  `*`H  Ф"'$  @)+܀?`''/HD # @#D@D@D@;#@A?b'D ''#P?cP?t  h*`H  Ф"'0  @'Ѐh h*`H  Ф"'4  @(̀J#\) h-`/H и "''  @(De0e4D%(%,@ (De(e,聪Ԁ ??' ?؁ ?' 'ycPHP؁L;X#`D # $X@?c'D"t'cX$Ɠ't',;X#``#hh#hh 'D (X@?c@#`@Q `@K X`@E `@? `&@9!H`,@3!`3@-!`:@'"8`A@!"`H@"`O@#(`V@#x`]@ #`d@ `k@ h`r@ `y@!`@!X`@!`@' `@' @''T@'T`@'T`@'/' * *`   P@' 'T P@#`@@'`M' P/* *`  J  +, #cL * *`  * `'* +!#* ,`%p`@t'?c("H``@kY''* "@ ' O"H`'P` @l #a@ @* *`  'P@#"H`'Xa#* @l #a1@ @* "@  '+`!!o'"H`"'XaT[ @li #ab@ @ 'bH@a@i'  #a@ @* *`  #d!#` #\#hH aa@m* #a@e @V* "@  '`',?cȝ'D'H'@D @'8'48%4 64* *` 8 (%8%4* * @ '<<+`##bH@8(,8048%(%,@#``#``?@s@@'@4'4@ "a@@\'48%4 :4* *` 8 ()8%4* * @ '<<+`##bH@8(,8048%(%,@#``#``H-`/@'@'@4`'4@H* * a  a"@@H b?c'D'H'L'P'T'X'D  L* *` *` D  H 3+` +@+@D @ P $D-`-@-@Db"X @l     ' ?c'D'H'LH"("@/"a@@  #b)@(~D@!@@0H"@H#bD@!@a8@0"!@`L@ L@#H* @!L#@L#bZ@H"!@a8@0"a@9'H *!@@0c'#bt@H"!@a8@0"a@L+ " `'!@a8@0q%$@?c('D'H'L'P'T'X\"D*`""H ''  @g<'$'(   @Z'a8 * *` D(,!H BH +` +@!!D `(`,%HJHPP ,- !D @=-`-@!D @,w-. 3aD@'7─7 "b"* * * @6""  #c@"" '@ * +  +  b#@ ' %@<"* "b*` *@ *@ "@#"b  #c-@"" B'─ +  +` +` #  '\@,,,)"%\-. . 3b@ &`/ /`!D`(`,HB\+  +` +` ␠ $ $ \@,,,)"-%`H H  '#`'#h )#\ #d#l'' ,H D@e`@|B #b %聩  w'L%% +b蝢LP%%T%%X&&  [#\'$'   -D@܀K"艠 ?Ж'8'@@ =Hȡ NJ#pp#pp@@?Љ B?ЕHНL?? J@ A V𥤉P?T""X"" ?cH'D'H'L'P'T'XD ' D @u'@ #\' ' , D@H@'  `@{t   'D#` %#\#d''  -D@#b" @ #`@{N # #`@{@ 耐 #`@{3 TXLPp"" bp pp p#@#`p L$$ #cp ?'('0@ #a@z ]Љ BؕHD#hh#hh@?? B?HL?? J@ A Vdh\`l""l  l@`ll$$ #cl\$$l$$ ?c'D'H'L'P'T'X'!<'̀# ̕*`# " ̘ '#a<\ `H" H*`""H '\'`   @4 aH@zp`#@`#`$ `$ H,% -H'h  @`" a@@"" `?# 'd#` *#\#dH*"bH@ 'P   %@@@" @!#  aN@y @y#c' ~#\H* "`H 'p'x ̘ @LP LPTXF [LP LPTXR FLP  LP  4LPTXB LPTXJ  LPTXR `?" `@" ̘ '@`?$ `'@$ '̀# ̓* # "@ ̖'`# `H#`H+$ %H'\'`   @ aR@yW`) $`-%`!8@/%81# H* "`H LPLPTXB#hh#hh@#!8'H* "`H LPLPTXB#hh#hh@V#!8!8c@Gy#a8!8c@U #8!!8 [a8`< @x#a8'`$ 8` *` `` ## `` ,) @%@%``` .9#`&`` *## `D" ` `$ `  `'`/%`3`@& `7&`;#c '  ?c0'D'H'L'P/+<!X"a!\"a!X"a!`% %( %, %0D @x%TLad 0L"L %L ah#$%(L ah'(%,L ah+,%0L D01%TL al "L "% !|%4 %h %ll* *` %pD' %"@'6H?*@ H?+@':%``!pʼ   % `4=%4 h  %" 'D`P"YH?*@ %8h"@%%$D%X!laȠ%\P"`%L %   ' ' '''% % D H?*@ 8'4I&(  $ %$L%HH?*@ H?+@%L!4 -L/ʮ =L0!p L2!2\4I67%4H?*@ !9\8 =>%8''܀ '''lX'Ȑ"'Ȁ4L%HH?,@ ,H H%L!|LH  !4(L*  Ȑ" 'Ȁ' 'Ā '''%P$`% H?*@ %@P`"PT@ 3    P"$%d%$d( ,' "'"H?*@ 8Ȭ'4/1J   " ' P`"PT@  0%    %P%  '"'"H?*@ 8'4I68   " 'H?*@ H, H`#``ɽ%L' "'H?*@ L H. #" 'LH?*@ H +@Ȣ1!t %LH?*@ L(H?+#@H?*@ L++ H# $* H H+`-!!x0H?.&@H?*@ H?+@Ȳ%L?% l@p@D`P"%%<%%%%?c'D'H'L'P'T'X/+8D @/%p%tD @/c%h%lhl%%pt% %$L @/%H%LL @/M%@%DH P@`?@/@@D@%(%,H P@`?@/`@D @%0%4HL%8%<(,%% 8< $%%pt B hlHD%P%T04%X%\ ptPhl VX%`%dX\ \PT @^`dFH?@9 %%!  N?@>!  RT"@"`X`@X"" X a@` ! a@`\X^""?c'D'H'L'P'T'X/+L @.%0%4P @.04@%%L @.%% P @.04@%%D @.%@%DD @.q%8%< @DL8< RN%%@D Z 8<@B% %$ @%(%,H (,HX"@"` N $ $TP?@8X?@'+T"" ?b'D'H'L'P'T'X '' 'h?"'b D@kI? @##b"D@s *' bNH@k3? @##bPH@s `* *`"@@s'̀  #b~@s '@`" `" ` " " `d@ #b@s ' @`" `" ` " "    #@@g('  # # ## ' " "  " " '$>@n܀ #bH@so '#\@sa'#b@s'HHcHJ THb@sM 'HHb@sA '<Hb@s5 'b@s*-Hb@s& 'b@sHb@s 'c@s Hc@s'c @r b@sF'H  $?` `$? '`:ԑ* *`"@̖ $  ԙ+  +`#@ ̠   $''ԥ,,$̪` `$  ԭ--%̲` `$?Զ'9!?8?'4'܀ '`#h'X#`'h#p#d#!#lc#\#t' " "  " " 'l'P #@e'@ X'#;`;X;hTX#x#|LP;p#`  X@t'Ѐ`  5.#'@rP#P@rL!?@'`@ ԑ* *`"@̖l ԑ* *`"@̖J Iԑ* *`"@̖`d#\#`ԛ+` +# ̢ `X`\#d#hԧ,- %̬@(,#l#pԳ.`.&̔Է./ '̒@Ի/`* "̖ԙ+  +`#@ ̠  P T#@q<ԑ* *`"@̖`d#\#`ԛ+` +# ̢ `X`\#d#hԧ,- %̔ԫ-`-%̒@ԯ-. &̖Գ.`.&̸ P T#@q]ԑ* *`"@̖`d#\#`ԛ+` +# ̢ `X`\#d#hԧ,- %̬@(,#l#pԳ.`.&̔Է./ '̒@Ի/`* "̖ԙ+  +`#@ ̠  P T#@qeԣ,`,$̨ ( ,ԫ-`-%̰ ( ,@@D?@Բ`'Б@?@ (@@q>@8 @?8'4 `@f 's  W4  P4''`#h'X#`'h#p! S#d#`W#l%O#\#t' " "  " " 'l'PE  J@c~h%l&@'#;`;X;hTX#x#|LP;p#`X@'`@ ?c'D'H'LL''D@ * *`"@Hl `''!!D!D@p#$aD'$8 !8* -`@p-%D/D "!8#`]@pm {''D@ t* *`"@Hl b+` +# H `y( @pc, ,`%D'D4$- -`!D --%H@@p&. .`!D ..&H@`@p/ /`!D (`@p* *` D+  +`#@ H  0 4"(",''?cH'D'H'L'P'T'X@_!ha?hh@`#'D R* *`"@H?"l+` +# H  `}@o, ,`$@H@D#\#`-`-%H H L#d#h'#|'#'#;a#l#p!#t#x*` *" H  < 8`X@_`!?'@ *  J P +`L@p,@P@-. &H@ $?7 ??*  P@+  +`#@ H $ 0$ 4,`,$H% (% ,-. &H .`@opX/ /`'@HL"`lMЁ ??*`  PD+` +# H $`0$`4,,$H%`(%`,-. &H .`@np / /`'@HL"`l'>!?'@*  J S +`L@s,@P@-. &H@ $?7 ??*  P@+  +`#@ H $ 0$ 4,`,$H% (% ,-. &H .`@nGxX/ /`'@HL"`lMЁ ??*`  PD+` +# H $`0$`4,,$H%`(%`,-. &H .`@mx / /`'@HL"`l'>i+  +`#@ H L  Pa S) p] s%,`,$H @ D#\#`--%H`P#d./ 'H@ X#h* *" H `8`<`X@Q+, $H@P#d- -`%@H`#h`#\#`./ 'H@ < 8* *" H `@`DX@''''D,,$H`l' '?c'D'H'L'P'T'X!DH@'D'HaLPD'L'PTXH'T'X\`L'\'`DH@'y?DH@'D???TX@'k?TX@'6?\`LP#``#``@'*ر@?\`LP#``#``@'L؉@????𭤉T ZV?? BHJ?xP VRxx ^@#``#``@1 ?!ȑ F#``#``@@+a𙢉@d%%x@vh%%1!h@`  5hR&&9"d@` V'@'`"h@` Z"@"`?c('H'L'Pp@`" `" ` " "  ~  #@@` # # ## p" "  " " ' >@f #`@l` 'H * *`"@P?"hb+, $P@$8$<''&  p@`" `" ` " " '  @^''H@r, L쀥e* *`"@P"h+` +# P #`,,$P`#h/#\3`#d#lp" "  " " * + # P@  +, $P@`  @^g''H@,- %P@h ''耐 '`'䀐 `& j''H * *`"@Ph * L `#@k ' '䀐  p" "  " "    #@@^ %  %  % % p" "  " " ' >@e #`@kE &   ['@#`'H#h#\##d#lp "  "  " " ','8 !@]'H2',-`-%P@@k  * *`"@P"8"<+` +# P $`@$`D,- %P@%H%L'  & ''H@&"*` *" P  8 <* *`"@Pa(#@j ''䀐   ?c'D'H'L'P'T'X`"DaX@j0 @j' #a_@j La@a #a@jv PTX`@'BDa@ja0 @j' #a@jS La@a #a@j@ PTX`@-' #aD@j, |\u'`''쀢 >''*  @ * *` *` * ` ''䀐*  @*#@ ' ''耤@&*  '"` + , # `''`%?c'D'H'L'P'T'Xh"Db@i4 @i' #b@i \LbL@` #bO@ix Id#\h#`PTX\`@;Dby@i_) @i' #b@iQ "Lb@` #b@i>   #bD@i1 ?c'D'H'L'P'T'XD'@'''  #c @i '" @' ''#@'`'(%@'' H&'`' h l""'' p t$$''x|&@''  '@z''#l@' '``$^'`'%P'''@D''#@8'`'%,#c(@hQ&"  * ?c  <tTTTTTTTTTTTT$!?c'D'HD #cE@h W;D QD (MD HID hED pAD x=D 9D 5D 1D -D )D %#cd@g H"  * @ah \l| ?c'D'H'L'PP"H  #c@g D  #c@g zL s''D@ i* H `*H@ (L@G'#c@gv@g J <  @g' #` @gT /P*``@gr'  #`+@g= P`"P*# , H#  '?c'D'HDH 'H  + D @  'D@g"?c'DDtD` H'D  =* *` *` D +, , D`@f- -`-`D Ā...D @ @f`'D@fDȀ !'D  D *@  D`, @f'D@fD@f?c'DD 7`D`" "  " " '>@``M@f\D@`T@fO D  @ z #`[@fA ?c'DD *`D`" "  " " '>@``@f D  @ D #`@f  ?c'D'H'L'P'TD #`@e D`D`" "  " " '>@`o`@e DHP@Z"`@e #\DHP @" #`@e ?c'D'H'L'P'TD #a @e 0`D`" "  " " '>@`a.@e#\DHP @"g #a5@ek ?c'D'H'L'P'TD #a_@eS 0`D`" "  " " '>@_a@e9#\DHP @% #a@e% ?c'DD.D' ( H  L  H@e%`T  XT@e`'@e'?c'D'H'L'P'T'XD'@'''  #a@d ''    #a@d  '" @' ''+`  $$''.`"" @'' +@``%% u@'' .@  $""c'`',`(%@S' '`.`0"@C' '`,  @$/''.`'@#b @d  i    s ۀ ) ,L *@ ?c'D'H'L'P'T'XD'@''  #b2@c  '" @' }g'' ##k''%%]'`''@'`O'' $##A''(%@5' '`0&)' '"@#bM@cb   π ـ   ߀ )~?c'D'H'LD?;`D`" "  " " '>@]bj@c! DH@bq@c DH@# #bx@c??c`'D'H'L'P'T'XD'@''  ''` "  "  " " ',>@]]-`' '& @'耐p '''b@b ؖ   @'b@b  ؖ @#^'c@''b@b   @'b@bn   @#4'9''b@bV   @n'b@bD   @# '?`'b@b+ ؖ @A'b@b  ؖ @"'@`?`'b@a )ؖ   @'b@a  )ؖ @"'@`?'b@a ؖ @'b@a  ؖ @"}''`'b@a   @'b@a   @"S'X' 'c@au   @'c @ac   @")'.#c@aS 4"  * Fc x @LLLLLLLLLLLLLLLLLd쀐#c9@a!?ch'D'H'L'P'T'XD'@''` 8`" "  " " '$>@['$' '''cg@`8    @'cn@` `8  @!'q@''cu@`  8  @'c|@` `8  @!a'E' 'c@` `8  @'c@`p 8  @!5'?`'c@`V 8    @k'c@`A `8  @!'@`?'c@`% 8 ) @:'c@` 8 ) @ '@`?'c@_ 8    @ 'c@_ `8  @ '@''c@_  8  @'c@_ `8  @ v'Z' 'c@_ `8  @'c@_ 8  @ J'.#c@_t *"  * Hc !h"l """""""""""""""""T?c'D'H'L'P'T'XD'@'''  #c@_) ''    #`@_  '" @' |''* +  +  `  $'`'--- @'p@'`'* * *  @ $$Y'`'--- @'@'`B''* +  +  `  $-'`'--- @'@'`'* * *  @ $@' '-`-@-@า`(`,'' @'`'* * *  @ $@' '-`-@-@า`x`|&'`'* *` *`  h l#@'`',,, @pt%''./ / ``"}'', ,`,` %h'`'... @ "S'`'+, , `%@>' '.`.@.@ฺ`"@)#`N@] ."  * Jb $%%T%& &`''d((p'() &*p*p))t*p*]* * *   ?c'D'H'LD?8'D` .* *` *` D  H+` +@+@D @ H '??c'D'HD #`s@] Z>D TD PD LD HD DD @D (<D`8D x4D h0D p,D (D $#`@\H"  * Ka ,,,,,---(-H-X-8-h-x ?c'D'H'LD?D` D " D* @\D"D Ȁ  #`@\~D" ?|D`"`DD` D *`" DD *`@\D#`DȀ #`@\VD" ?T @@\u'  #`@\C?CD D*# "@ ?$H$$ +aP%% (a @\ D%8D`D L\@\8'D@D *@    '??c'D'HH  D``?HDD  ?c'D'HH`` D ?H`` D  D  ?b('D'H'L'P'TT"D  #aX@[ D'Daz@A7 #a@[ Da@Ad'Da@@'pp  #a@[j Da@AK'Da@AE'L'@L@ #aL@[I mP'HP@q #bP@[4 X''p '#\'#t'0#d'#'#l'#|]#h!"c#p#bX#`%n#'j#x#'bHObS@Ah% #?d#ȍ?ȕH?L  `P  S''T耢 ?'*` `@Z/'+  `(@Z$*  ଘ "+``,@6*  ఙ+ "+@,@*` -@-@@Z. &/ ` #bs@Z|TX *`  +@,- - $#@-@./ / &*  บ#`#`,` -`-@-@%`. ฺ'`'`*`  +` +@+@#`,` @h% 1!d" .` /`* @* @'`* ` $ ($ ,,` -`-@-@%`. ฺ'`*  ଙ+  +` +` # , ส%`''@@O-`...&/` บ#`+@hlЁ ,@%h%l.` p tȁ /`@"p"t+`h`$` '`' H ''H@9'#b@Y}TY   @Y' #b@YaT= ܀  @Yy'܀ #b@YG kT*``@Ye'܀  #b@Y0 TT`"T*# # %($@ '@Y ('@Y H'@Y $%`h%`l%p%t3a&x&|7' ' ;a" " a""# # a##h$  $ % * --@X& `#c@XT `" #`#``$$`h% 1!d" `&(&,' `" ''@?`""#`$ $`$'W'T쀥*  +    L@X`'Dc7@='l'l'#\'#t'0#d'#'#l'#|'#!#P#`#cU#h%[#p'b#)#f#+c^#x#'c?GcK@>L  ZP  M''T耢 "'*` `@W'+  `(@W*   +*   "+``* @X,%`-`Ȁ#cm@WT *`  `# +@- ༀ1*  + "+@,@*`@W-@&.@ Ȁ #c@WTc  @@W*`  +@,% #@-`.@ *`" ' #c@WWT3 v"@""  #`#`## #$''c@Wn !! ?$`$` ('@W# 0'@W- $8. hlЁ / "`h"`l*@ ptЁ , $p$t-`& Ĵ ''!H ''H@7 '#c@VT   @V' #`@VT ܀  @V'܀ #`"@V T*``@V'܀  #`?@V T`"T*# # %($@ '@Vg ('@Vb H'@V]$%`%h%l&`p&`t7' x' |;a" " a""# # a##!!$`$`$$ % * @VR% Ȁ#`]@VT = @@V:'`" #`z@VT #"@""  #`#`## #$''`@V !! ?$`$` ('@U 0'@U$8%`%%& `'g'T쀧*  +    L\@U`''t'#\'#'#d'#|'#l'#'#t'#'#'#'#p) #x+`#h-#/#1 #3`#`5#7##'``@<'T쀢v'*` `@UL '+  `(@UAY', 䀥@* *` *` * `  'x'|'@HH?D@D1!.` x |@9;a*  D,*  @ "x"|+  <#$ $ ,`8%% % -`4'& & .`0)' ' "@+/`@x|L</*@ P#`@T* *` *` * `, $ h$ l,`,@,@,@(#& p& t`'D'.`䀢@*  +`  'x'|'@HH?qD@Df1!.` x |@9;a*  D,*  @ "x"|+  <#$ $ ,`8%% % -`4'& & .`0)' ' "@+/`@x|L</*@ P#a @S 'k`''B?bx'D'H'L'P'T'XD #a[@S /D'Da}@9f #a@S Da@9'Da@8'Da@9'Da@9'L'8L@ #aL@S P'@P@ #b P@Sp `"''@ j'#\'d#t'(#d'`#'\#l'#|[#h!"a#p#bV#`%o#'h#x#'tbGMbQ@9% #?#Ѝ?ЕH?T 'T@S#"X\@L ȁ P  ''`耢 't*` `@R'+  `(@R*  ଘ "+``,@6*  ఙ+ "+@,@*` -@-@@R. &/ ` #bv@R`w *`  +@,- - $#@-@./ / &*  บ#`#`,` -`-@-@%`. ฺ'`'`*`  +` +@+@#`,` @% 1!(" .` /`* @* @'`* ` $ ($ ,,` -`-@-@%`. ฺ'`*  hl؁ +  $ h$ l,@ptЁ -@&p&t/`@ " ''H 't'H@2'#b@Q` ,  @Q'䀐 #b@Q`   @Q' #c@Q `*``@Q'  #c+@Qz ``"`*# # %($@ 't@Q] ('@QX$%`h%`l%p%t&` & '``* * * @Qg" #cT@Q3` `" #`#``$$`% 1!(" `&(&,' '`"`"# #`''`쀤*  +    L@Q`''Dc|@6'g'F'x#\'(#d'#l#`##h#p'hcc@7mL  ȁ P  ''`耢 'h*` `@P'x+  `(@P}*   +*   "+``* @P,%`-`Ȁ#c@PT`0 *`  `# +@- ༀ1*  + "+@,@*`@PN-@&.@ Ȁ #c@P` v @@P-*`  +@,% #@-`.@ *`" ' #c@O` F"@""  ('@O+@#`8,@hl؁ -@&h&l/`@pt؁ *@ #p#t,`% Ĭ ''H 'h'xH@/'#`@Oz`V   @O'䀐 #`V@O^`:   @Ov' #`~@OD `*``@Ob'  #`@O- ``"`*# # %($@ 'h@O ('x@O  H'x@O$%`%h%l&`p&`t70' x' |;a0" " a0""0# # a0##!!0$`$`$$ % * @N% Ȁ#`@N` , @@N'`" #`@N` "@""  ('@N#`8$ $`$$ ''`@쀥*  +    L\@N`'Da@3''`쀥@' 'x#\'#'#d'#|'#l'#'#t'#'#'#'@#p)!D#x+a9#h-S#/H#1!Z#3a2#`5_#7M##'ha$)a-@4'h/ @`@N 'x* `(@N7'+``* *` *` * `  '0'4'@8?q8|@|f1!0.` x |@9;a0*  D,*  x "x"|+  t#$ $ ,`p%% % -`l'& & .`h)' ' "x+/`@x|Lt/*@ P#ad@Mi 'f'*`   *  +`  '0'4'@8?q8|@|f1!0.` x |@9;a0*  D,*  x "x"|+  t#$ $ ,`p%% % -`l'& & .`h)' ' "x+/`@x|Lt/*@ P#a@L 'k`'p0*@ x|@!!0,`  D*  *@ (a#@L':?cX'DD 'D` * *` *` D  '#h'$#`'#d' #p'#l)!8#\+a@---D @#xx#xxD/`* @* @!@+` +@+@D @ F#||#||D@2 #b6@L& 䀐m i* *` *` D# # ,`,@,@Dส%`(%`,-. . D`& /`* @* @D` "+` +@+@D @ $- -`-`D ...D @ @K*` *@ *@ Dบ #`3* *` *` D# +` +@+@D @ - -`-`D @K.`.@.@Dฺ'` ' ?c'D'H'L'P'TD C'''D` 7* *` *` D  H +` +@+@D @ P ,- - D`* *` *` D  ?,`,@,@Dส` %#xx?. .`.`D ( ,D?H?H?P?  ??* +  +  D`  ( , #aPʛL',,,D @(,/PXZ'Ȁ'.`.@.@Dฺ` " Ā * +  +  D`  $`',- - D` & Ȁ ĀȀ''pȔ" '+  +` +` Dย `(`,?ȅ BF?,- - D`ȵ.`'''/ /`/`D @ 8* *` *` D +, , D` '''܀@ *  !H `''-' #h'h#`'#d'(#p'$#laH#\D,`,@,@DHP@/ #bf@I '܀@  ܀  ؀ @I?'' 'ܠ#@ '܀ +  #aH'܀x`'܀.`;aH '"`' h@I'̀ #b@I}؀@IM B蕢F"`"` ""#`#`- خ$D& L'" H" HD"@"\# `Ԁ 'Ѐ" `"\'g`'?c'D'H'LDH  v' ?-D +@'Db@-L$D(#\#`D D @bb@0?b'D'H'L'P'T'XD'@'''' '$ @'`9 '''"" ?'l?'h'd dEd* *` *`   .d+` +@+@ @  '#\#``d* +  +   `'bb@/&d'd?'P@#c#\l#`'#dh#h+c #l#p#tb@0@'' ( @Hr/ /`@c @/' ' 0 @HV+`3c' @/@`?'% % #\c*2@/@`?'' ' $#\`c6>@/v'`'cBJ @/b@`?'% % 'cO@G/'c]e @/eB@'' @clt @/Q.#c{@G *"  * `b }D |ddddddddddddddddd ?b'D'H'L'P'T'XD'@'' '# @'nG '''"" ?'t?'p'l 8`lIl* *` *` 8บ``聨1l+, , `8  聩 '#\#``8l+  +` +`  8 'cc@-l`'l?'H@'#\t#`+c#dp#h/#l#p#t`8c@.' ' ( @F*`/8c @.b@' ' 0 @F,`38c @.E@`?'& & #\8 @c@.+ '''" "$#\`8c@.y@'' 8`` @-d?`'&&'` @FG/`8 '@`# @-C' '`8`*2 @-.#`9@F *"  * b` h@  ?cX'D'H'LD 'D` * *` *` D  LWHS'#h'(#`'#d'#l' #p'$#t\#\! `,`,@,@Dส``#xx#xxD. .`.`5`./ / D`  F#||#||D@. #`x@EZ GLWH S'#h'(#`'#d' #p'#l`\#\#t`, ,`,`D  #xx#xxD`-. . 3``...D @  F#||#||D@.G #`@E 'dLWH S'#h'(#`'#d'#l'$#t`\#\#p`, ,`,`D  #xx#xxD`-. . 3``...D @  F#||#||D@- #`@D ' #a@D 䀐 ܀ * *` *` D# # ,`,@,@Dส%`(%`,-. . D`& /`* @* @D` "+` +@+@D @ $- -`-`D ...D @ @DY*` *@ *@ Dบ `Ā, ,`,`D @D>-`-@-@Dา&`./ / D`"`䀐 * *` *` D# # ,`,@,@Dส%`(%`,-. . D`& /`* @* @D`"+  +` +` Dย $`,- - D`.`.@.@Dฺ`@C* *` *` D Ā +, , D`@C- -`-`D& .`.@.@Dฺ'`Y* *` *` D# +` +@+@D @ - -`-`D @Co.`.@.@Dฺ`Ā*` *@ *@ Dบ `@CT+, , D`$- -`-`D& `'S ?c'D'H'L'P'T'XD Q'''D` E* *` *` D  H ,+` +@+@D @ P ,- - D`.`.@.@Dฺ`Ā`X 2* *` *` D  ?,`,@,@Dส` %#xx?. .`.`D ( ,D?H?H?P?  ??* +  +  D`  ( , #`pʛL',,,D @(,/pXZ'Ā'.`.@.@Dฺ` "  * +  +  D`  $`',- - D` & Ā Ā'''Ĕ" '+  +` +` Dย `(`,?ą BF?'',- - D`* *` *` D ġ+@'',,,D @Ā6* *` *` DK `2* *` *` D 'ġ+@''* *` *` D 'ġ+@'''X'''''\AX =' #h'l#`'#d'$#l'(#p',#th#\D ,,,@D HP@* #a2@AM''؀ 'Ԁ  '\ ;X 7' #h'l#`'#d'(#p'$#l`h#\#tD,`,@,@DHP@*P #ac@A Z''؀ ''H\ ;X 7' #h'l#`'#d'$#l',#t`h#\#pD,`,@,@DHP@* #a@@'''Ԁ ' #a@@ ܀ " ܀  ؀ @@  ܀  Ԁ @@?' 'ܤ$`'ܒ" ' h@@'Ȁ #a@@v؀@@ B蕢F"`"` ""#`#`,- - D`&`...D @ " * +  +  D`@ `Ȑ $@@*+, , D`@`Ȑ ,@@,,,D @`Ȑ 4@@ -`-@-@Dฒ@`Ȑ <@?؀ .غ&`D" D"`LԀ # P#P$ X '" H"T" H"`TD"# \#``Ѐ'̀" `"\',`'?c'D'H'L'P'T'X "`X\#\DH  PX'#$`X?c@'D'H'LDH  ' ?BD +@'Db$@#$,DĀD b,@%@D"`DĀ D (#\#`DD b4<b@@&?c8'D'H'L'P'T'XD'@'''' '$ @'L% '''"" ?'?' 'X@bEM @%'A* *` *`   *+` +@+@ @   * * * @  'TbRY @%p`'?'P@Z#bk#\#`#db^f@&W@'' ( @>. /`bqy @&;'`' 0 @>* 3`b @&?`'###\`b@&}?`'% %$#\`b@%d'`' @b @%P'' '#`#`#\`b@%6'`'.#b@= *"  * ja dL,D ?c@'D'H'L'P'T'XD'@'' '# @'Z3 '''"" ?'?' 8`'Pb @$D'8 E* *` *` 8บ``聨-+, , `8  聩  8`* +  +   `8'Lb @$ '?'H@' #\#`#d`8b@$'' ( @=U./ 8`@c @$' ' 0 @=8+`38 @c!) @$'' '%`%`#\8 @c,4@$'' ''` '`$#\`8c8@@$ve'' 8`cDL @$aP?`'%%#\`8cQY@$G6' '.#c`@<{ *"  * kb  $d ?cp'D'H'L'P'TD@ ' ''$PHL@ T"'' #\T#`D  @{ 'T@0*  ' ` L@< ``#h#l଩- -`-`% า``' p' tD'``'#\T#`D  @= U#\T#`D@ A#\T#`D@0 -#\T#`D    @ #\T#`D@ ?c'DD  c@/ +Dc@!   c@ D`@!;'D`#@ y   `*@   ?c'D'H'L'P'T'X 'DDJ@ DH@V  `KD@'@H"" L LJ LP@7  `L@'@P"" XT"@T TK X! #T`@  `T@'?c'DD `" "`'D฀ D * *` *` @:D"  `@l?+&D D D *`" D D`*` *@ *@ @:D"฀  a @F??c'D'H'L'PD  @:D"@  a*@$ {H*``D@:|D"  aA@  d @:i'  aX@ UDH*"@ H #%($@ L@: (P@: HP@:'% h% l+c%p%t/& x& |3c&&7' ' ;c" " c"""#  #`$ $`$$?c'D'H'L'P'H &D+``L@9D,@`(P@9 D-@ 'DHLP2?bx'D'H'L'P'T'XDam@~'Dat@'8'8 '0#\'#'#d'`#'#l'#' #t'#'#|'@#'8#)!#+a#`-#x/#h1!#3a#p5#7#9!#;a##' a{Da@ " #$XJ?PPHXP' '0X@X' '0`\C'@?@O'<?w@  " @"@`<, ,`,`#<,- - @`X%%<.`.@.@@ฺP'`'`<*` *@ *@ @บ #` !#" <,`,@,@@ส%`(%`,<---@ @D&' `'@1 $a(@1P P'' '@ +T@' - U1?`'*耐 H  L  H@18`T  XT@1*`'@1$('쀦.`V;c * R ? `' @' @  F$ $ $$`耐' P *@ "P D D-`$D! P *@ "P D D-`$D& H&`T&L&X'> $a+@0} P'' '@ +@' - 1 `'*耐 H  L  H@0e`T  XT@0W`'@0QU'쀦.`;c *   `' @' @  F$ $ $$`耐' P *@ "P D D-`$D! P *@ "P D D-`$D& H&`T&L&X'> $a.@/ P'' '@ +@ %x' *耐 H  L  H@/`T  XT@/`'@/'쀦.` 9 x`' @'  F`` L"`"` " "耐' P *ܞ@ "P D D-`$D! P *ܞ@ "P D D-`$D& H&`T&L&X'H @ ' `'@/`'@.'f  b\`\'UHa1@.+D' " P  $a6@.W P'D ,'  #* R #  +`T%?@ * 2 D+`! #`'#'  *S@ !# ,`T+?-6`' $a9@.DW P'D ,'  #*  #  +`% @ * " D+`! #`'#'  *@ !# ,`+ -&`'Z $a<@-Q P'D )'   *   x* "  D+#`#@' '  *@  x, '$ ' `'D$Ha?@-D'  P  $aF@-q P'D ('  * R #  +`T%?@ '` + S #c ,U-?@' 2؀' 'ؓ* "`R '`Dأ, $`''@ԓ* 2  Dԡ+#@Ԥ'$'؀)*  R'`D, ''`Ԁԓ* 2  Dԡ+#@Ԥ'ت$`#``Dس. &`V/`@R"#dd)ƛ'`Dأ, $`.D-`2ش&#``  \ރ'' Ԁ Cؔ" #``  Dȕ(J؟+`#T@#ddLR#hh,<ԫ- 5ز%`#``XĽ<^ Dؓ* "`@ "@Dԟ+`#Ԡ '`''  * R #  +`T%?@'` + S #c ,U-?@' "؀'ؓ* "`R '' ԓ* 2 Ԙ 'r#`'؀*  R''Ԁ@ ԓ* 2 Ԙ 'Lؠ#@ #``Dة,% U. V'#dd)ƛ''`Ԁ 'ؔ" #``  Dȕ(J؟+`#T@#ddLR#hh,<ԫ- 5Ԯ' '5 $aI@+j P'D "'  *  #  +`% @'` +  #c ,- @' 2؀' 'ؓ* "` '`Dأ, $`''@ԓ* "  Dԡ+#@Ԥ'$'؀)*  '`D, ''`Ԁԓ* "  Dԡ+#@Ԥ'ت$`#``Dس. &`/`@"#dd)ƛ'`Dأ, $`.D-`2ش&#``  \ރ'' Ԁ =ؔ" #``  Dȕ(J؟+`#@LRԧ,%خ%@#````XĽ<^Dػ/ '`"@`Dԙ*" Ԛ`'''  *  #  +`% @'` +  #c ,- @' "؀'ؓ* "` '' ԓ* " Ԙ 'l#`'؀*  ''Ԁ@ ԓ* " Ԙ 'Fؠ#@ #``Dة,% . '#dd)ƛ''`Ԁ !ؔ" #``  Dȕ(J؟+`#@LRԧ,%Ԫ`''; $aL@)o P'D '  *   x'` +   ! x`'4؀' 'ؓ* "`  ' Dء+$ @''ԓ* Ѓ" Dԟ+`#Ԣ`'$'؀+* ܖ  ' D+@`'' Ԁԓ* Ѓ" Dԟ+`#Ԣ`'ب$ #`` Fر-& *.ܐ@ .̧ҩ3 ȯ'`Dؙ*#  8D,`<ج%#``   F ȗ''Ԁ=ؔ" #``  Dȕ(J؟+`#@.Lԧ,%خ%@#````XĽ<^Dػ/ '`"@`Dԙ*" Ԛ`'''  *   x'` +   ! x`'$؀' ؓ* "`  ''@ ԓ* Ѓ" Ԗ'n# '؀ * ܖ  ''`Ԁ ԓ* Ѓ" Ԗ'F؞# #```` Fا,$@*-ܲ`.̧ҩ3 ȯ''Ԁ@!ؔ" #``  Dȕ(J؟+`#@.Lԧ,%Ԫ`''A `'HaO@'zD #aTH@'vD?c8'D''D 'D`$@'RD``?D ?D'o '`P  #ay@'<  $'@'1 #a@'+    B #a@'   ؉ ?ȗJ ȝ?`ȁȁ #b@&  "`#`` B F? `'Dx D @' #b6@& e" D"`H"L"P# T#`X Љ ! JL$`'b[@& '$'b^@& ''ba@& ' 'bd#@&  @&@&"`PP #b@&h@& `P" T@&# X'b@&OK P''  +`#c4'D'.  ``  JL'P''`@,-V5@'`''b@%K P''  +`#c$'D'.  ``  JL'P''`@,-%@'`'Q'b@%I P''  +`#`$'D'.  ``  JL'P''`@,-%@'`'DF?c8'D''D j'D`$@%ED``?D ?D'o '`P  #b@%/ F $'@%$ #b@% 5   B #c@%  #  Љ ?J ?` #c>@$  "`#`` B F? `'D D @' #cl@$ '@$" '@@$' ?'D `'  `` ؑ FșJL'# '"" '@$ P@@$`P@$' '` '' '  @/' #c@$H _R  J #@@"@$|P@$S% P`P #c@$ 3`@$b`P@@$[P"@ @$Q@$RP#`T`@$C$X`'MD?c'D'HD'  H  L  H@##`D#H$ L`P* @#% D`D #c@#`D" H +`"L '%艠" @H  ' <c@# $c@## P''쀣 +`T#``荠$FD- $' $c@#V! P''쀣 +`荠$F`D,$`'h $c@#.! P''쀣 +` 荠$F`D,$`'@ $c@#% P''쀣 +`T@)#``荠$F`D,$`'$c#@" H@""`D"H"L `'D' T  X  T@"#`P#T$ X``'D D?cx'D'HD' L $`+@" '' $`.@" ' $`1@"r ' $`4#@"f < T  X  T@"y#`P#T$ X`D@"@"h% P`P #`^@"4  `P" T@"v# X` DH '   ` ' $`~@"; P''耣 /`D,  䍠$F')% 'ॠ0N) ੠4֯T#``-`=`-6`'{ $`@!7 P''耣 +`D,  䍠$F')% 'ॠ0N) ੠4֯T-`% '= $`@!4 P''耣 * D*@  ! D*@  䍠$F+ # * "  '``'D' H  L  H@![#`D#H$ L``'D?c'D'H'L h@!D' #`@!D9H2"a"" # # #`!!#%$`  $`@  ,`@  4`@  <`@ 6H@"H  "" H$`$`H`% H %H &  $H`$@  ,H`,@  4H`4@  <H`<@ L.H" D"`H"L"P# T#`XH`D" DH H"HH L#LHP$PHT%`TH`X& XH L +H L@ "`DD @ #`@ ^D DH`DHL@  D"HH L#L H`D" D"H# LH`PG $@ Y" `$@ J'@ z# X`X@ M#P P H  L  H@ 5@ 2#`@ D/`PHP X@ QP$`T" P"`T"XD  'DD"``D"\ D" `D"\# `'DD?c'D'H'LD "DJ@  D`@ Ѐ D@ "` @"Ѐ ?#D@ `Ԁ  @D@ "` @"Ѐ ?' 'D@@!DK` DL DM@  DN. '`'*`J@   `@:  ' ' @O '''{ J  J `,f+L@  '`@ 'R`@O :@G'耐 "*`'L@@' ?5   '`@ 'H@%' ?! ' '`' ?c'D'HD TDJ@  LD`@ ADJ ^ ("D@u ("`@m("D@("@(bJ $("`@("@'  #`@N?H@?c'D'HH @a' `@̧DH@eH" 'HJ@ H'H+ ?c'D'H'L'P'T'XDP'HT'LX'('@@@?c @ '  "@"?c'DD;D` D@1'D 'D+`D *@   D,`@D -@@ 'D@?c'D'H'LD H  L D WD" @D"`D   @D #@D D @rD"` L@m' D @@`D@\D" HL@D @#D`L$D` %D@&@'D@.D *@  L D ,@HL@ND *@  `# D,`c 'D`D*``@' ND&  @' @DD@* ' L@'  D D*@ @ &HL@D`D,`$D`D. L&D D*`@  "D@#@?c'D'HD jH  c'D YD`, HJD *@  #`# D,` 7D *@ @mD`, @fD$@D. D/  %'D# "D@D @BD"`' ?c'D @.' ah@tDa|@F?cx'D'H'L @' a@V`D@`" `" ` " "  H  p#@@d # # ## L$ ?ch'D'H`D@`" `" ` " "  H  p#@@:' # # ## >'`' "  "  " "  @ >''7`:* @ H@w*`'@`" `" ` " " +`!!@'`'@`" `" ` " " -`/  @y '`'@`" `" ` " "  @ ?cp'D'H'L`D@`" `" ` " "  H  p#@@' # # ## `L" "  " " '@ L '`'@`" `" ` " " '@i  ?c'D`D@`" `" ` " " '>@i?ch'D'H`D@`" `" ` " "  H  p#@@T' # # ## `'" "  " " '>@4?cp'D''D@`" `" ` " " `'@`" `" ` " " '>@'耤'`'@`" `" ` " " ' >@ ' '䀐  ?ch'D'H`D@`" `" ` " "  H  p#@@ ' # # ## `'" "  " " '>@?c ?cx'D'H @8' b@~`D@`" `" ` " "  H  p#@@  # # ## ?c'D'H'LH:HJ`/) H@) b,@&`D@`" `" ` " " '>@J) @) b.@) H@) b0@) b2@) L@) ?c'D'H'LDHL' 3 @ )b3@ @ @" * b6@ @  ?c0'D'H'L'P'T'X'D''"`"` "`"` `'> ''`'' '`'@`" `" ` " "  Ȗ  p#@@ ' "` "` "`"` ?'4#\`'@`" `" ` " " ' ''(','0@"p>k`'#`'Ā '" @'   b@f @@C`'@`" `" ` " "   Ę p#@@ Q' # # ##  bo @Ǹ?Z& b@Ǩ?J'4#\`'@`" `" ` " " ' ''(','0@">l`' `'H @ @''"  @ @'o  ?c8'D'H'L'P'T'X'D''"`"` "`"` `'> ''`'' '`'@`" `" ` " "  Ȗ  p#@@ ' "` "` "`"`  $ b@ ?/'4#\`'@`" `" ` " " ' ''(','0@!g>k•>l~@  bא @?`'"`'Ā `'@`" `" ` " "   Ę p#@@ D' # # ##  c  @ƫ?& c%@ƛ?'4#\`'@`" `" ` " " ' ''(','0@ >l`'W'''`'{ '`'"?n'' 'd@`?`'['' 'Q@''I''AcV @)?L "  2 *`@ `*`   C0CPCC0CCD8D8CCCDD8D8D8D8' `@   ?b'D'H'L'P'T'X ' D@`" `" ` " "  ؖ  #@@ >' # # ## H''#p'#`'#h'#'8#x3c#d5#t7#l9 #|;c#\#'@`" `" ` " " '4'ߒ #@ '4`@g  '8 '4' ;'4`@X  '8 '4 ' +'4`@H  '8 '4 ' '4`@8  '8 '4 '  '4` @ p '4p p"t t#@TXLP  'L'P'T'XLP F㐙ʛL'TX𥣈𭤉T#XZ'䀐 '#@$'% 䀥 䀦l" w`"@"  l#!# h$@$`䍠h FJd$$' "  "  " " *`@ * `S@'Āl" @8@Ȕ@',, @ `U*@F@l" "l@8@'004@@'  `u@(l"@p  0@'(@c(  l"@l (0@ 0(8@l"@l @V l8@x'004@s@K'   `@l" t 0@4t"@t   `@l" p )t#04@;@' `@æt@t"@l" t0@$ t  p"聨@'$l$ $* p '@ 荠D#$ '$p"@'#聨@ l"`'$$ $+ S #荡 Bp@$,$$%`'$l"`'$$ $+ S #p@$,$$%`'$p%'3c聩 B'$l$ $*@ 荡 Bp$,`$$'$'$l$ $*@ p$,`$$'$Yp%'/聩 B"l"`'$$ $+ S @0#荡 Bp$,$@$% '$l"`'$$ $+ S @#p$,$@$% '$  * a MN8OPPPeVp"聨@'$l$ $* p '@ 荠D#$ '$<p"@''c聨@ l"`'$$ $* R #荡 Bp$+#@$$`'$8l"`'$$ 0$* R S#  $+`T%T@ $* \" ``#$* R #p$+#@$$`'$p$''-聩 B:'$l$ 1$*  #  $+`%@ $* \" ``#$*  荡 Bp$+`#$ '$5'$l$ .$*  #  $+`%@ $* \" ``# $*  p$+`#$ '$[p$@''+c聩 B"l"`'$$ $* R @#荡 Bp$+`#$$ '$l"`'$$ $* R @#p$+`#$$ '$  * c0 QRXSUܐ ?c@'D'H'L'P'T'Xd"D@'a #a@:x@`" `" ` " "  A  #@@' # # ## H% 'aH?'HH䀦@ #aO@O' #pT@#\X#`\#dd#l`#h#t'L P@`" d"#au@*h@d  #a@dh@"'d܀@ ܡ+lܧ,$@ܬ'@?b'D'H'LD'x" "  " "  ǖ  #@@)' $ $ $$ a/ #a@{H"`'a'H H@ #b@^'#\'#d'#l<#`"B#h#p'b&-b3c|" @'|!#|(ʛ'|쀤` #bG@'V'Xx'@`" `" ` " " +`@'䀐 䀐  bg+@  b+@+'b@1* 'll@'hh  #b@h'd'쀢@ *L@  |$F+d$@''b@Q* 'll@'hh  #b@h'`'쀢@ 4*L@  㨁, L%|(J' - L0|2 T/VP#xx. > .``6 '^'b@dM* 'll@'hh  #b@Sh'\'쀢@ 0*L@  㨁, L%|(J' - L0|2 T/VP. \&' 'b#@A+ "!@ 'pp#c+@h@)phl@5'p@Oh@ #c3+@l  #cR+@?c7FWF: 7W *:7WF + ; 7FcWF# +;7FW, %@WF@'?c'D'H'LL" 'LL*`H 'HL+ D 'DLDR#``H"@L"'LH"'HD# 'D?cp'H> & > &  " c@z?'#\`@`" `" ` " " ''' ''@>m`H) @'#\`@`" `" ` " " ''' ''@  c @6?H  L L'H  c @?`@   ` @?p`T 3 4@  8@  8*`" 8 H`8@ "H `;@M4`H H@"4@#40$05'H@!'"` *    @'  `X@n '@'耢  '`f @?  @l 0" ?c'H#\`@`" `" ` " " ''  @`@`" `" ` " " '>@'H@t'HH@oH @ RH@lH'H`@pH @ =-@H`@_H @y ,-'H@H@@''N/ '@" '*@' @R ??cp'H'#\`@`" `" ` " " ''' ''@g'H 0 `L @ L @L@ ?I䀢>k>l<0H@ 3H@ H@  ` " * b jjjjH*?䀢>kЀ>lՀ>m ?c@'D'H'L'P'T'X'D''"`"` "`"` `'> ''`'`'" "  " "  Ȗ  p#@@' '  '  ' ' ?'4#\`'@`" `" ` " " ' ''(','0@>k`'#`'Āu '" @'   ` @@o`'@`" `" ` " "   Ę p#@@}' # # ##  `ǐ @?<& `@?,'4#\`'@`" `" ` " " ' ''(','0@/>l`' @F@'?c'D'H'LD .@ 'D"DH@`L@ pH*LD@ h?c('H'L'P'T'@`" `" ` " " H 9HK4# #H@'܀' a H@ #H@'܀?''c`'> ''& &  '#@@ #@' '?'':L ^LJ YLa#@ > '`4L@'؀> 'X@L@1'Xa)@ ' 'X@k?'''h#\`'X" "  " " '$'('\'`'d@<''X$`$` $`$`  '> '&  `    8 @)'?''P PJ Pa+@ |> ''8'8P T u?''OȀ >' `Ā  \@''8@@ R  'Ě`'`Ā@'8@'Ԁ  @ ''c)' `Ā " \@'`'8@'Ԁ  @ '   'Ġ ''3OȀ '8@@  '8@'Ԁ?'' ' `     @a'  > ?''T TJ Ta1@ >'Ta8@ > 'Ta>@ >'' "` "` "`"` `@`" `" ` " " '4>@ `" "  " " '8>@3aY!*Ȁ$$"!@ |+"b aH@!@ n+"b a^@,Ȁ$$"+"a@ U+"b a@+"a@ E+"b a@T@ /+"T@1&  ̀ *`@`" `" ` " " +b+"+b@+"+b@  '' `&  ̀ ?' '' @ /?cx'H'`@`" `" ` " " '>@C&  @W`@`" `" ` " " '>@/쀐 @H@ 9`@`" `" ` " " '>@&  @!`@`" `" ` " " '   @' `&    &  ?cX'H' @ly> & h@`" `" ` " "  Hx#@ # # ##  Ch@`" `" ` " " HV'>& ' #`!!#\#dh@`" `" ` " " aH!@'x@`" `" ` " "  y?'/h@`" `" ` " " '  i`'#\h" "  " " '  !@?'?cH'D'H'LL?"L> "L> # L> # 'XD@#c#D@<' 'X#@3'  L" Hb@xHb@p  bH@}?@;'D@"@'PD@u<  nDb/@['e' $@v' @^@b' b1@' @P" ' *@' @" bMD@3@/?' $@H' @0@4"` bt@y' @!" ' *  ' @ bD@@?W@ "'"`H@ @"` b@DH@@# @?&#@e"`L"#?@'X#@#D@ @#`( ?cp'H'#\`@`" `" ` " " ''' ''@' @  b @}?H M `L @=5 L @ L@ @ ` " * c ddddL@{ ?G䀢>k>l:.H@e1H@\H@ ` " * ` ||||?䀢>kҀ>l׀>m ?c@'D'H'L'P'T'X'D''"`"` "`"` `'> ''`'`'" "  " "  Ȗ  p#@<' '  '  ' '  $ c@?'4#\`'@`" `" ` " " ' ''(','0@>k•>l~@  c @y?`'"`'Ā `'@`" `" ` " "   Ę p#@' # # ##  cS @E?& cm@5?'4#\`'@`" `" ` " " ' ''(','0@>l`'I''u'`'m?`'d'' 'Z@`?'Q''I'`'Ac @?E` "  2 *`@ `*`    4Xx'`  @ {?cp'H'L'L"> &> & > & > &  cH@k?H"> 2 *` + # @ `?*`    !   0  00 0 0 088888888888880 0   '#\` "  "  " " ''' ''@%'䀥?,L@"L"L#?' 䀢>l>m쀢>o @L" ` L$'?' 䀢>l>o%#@L"@'+L#@'#L$@'0L%'?'">k * ` h ( @'`H   L#'?'">k * ` @@@ 4L"'L#@' L$'?' 䀢>k뀢>l>m]  `L" ?'䀢>lH  `L" ?'䀢>l3  ` L" ?'䀢>l `L" LL# `$L$?' 䀢>l>m뀢>o `L" PL# `(L$?' 䀢>l>m뀢>o#@L"@' `L"'?'">k * `,   L"'?'">k * ` PPPll T ?'`L#@'?'">k * a@ e  L"'?'">k * a dddG @ `0L"'L#?'">k * bd ,,  `L"?'">k * b   L"?'">k * cP   LL"?'">k * c ttt  `$L"?'">k * `<   `L"?'">k * ` ``|||  `L"?'">k * a, j  L"?'">k * a PPhhhM  `L"?'">k * b /  L"?'">k * b <<<T<  PL"?'">k * c   `(L"?'">k * cx $$@@@  @L"?'">k * c  L@"?'">k * `d , L@"?'">k * `   @L"?'">k * aP a  4L"'?'">k * a tttC `L"'?'">k * bD    $ ` L"'?'">k * b hh  L"?'">k * c4   L"?'">k * c XXXpp  HL"?'">k * `   L"?'">k * ` @@@X@  `0L" ?'䀢>o|  `,L" ?'䀢>og  `,L" ?'䀢>lR T XL#?' ?'䀢>m5  $L" ?'䀢>m!  ,L" ?'䀢>m   4L" ?'䀢>m  <L" ?'䀢>m  DL" ?'䀢>m  @L" ?'䀢>m  HL" ?'䀢>m $L" cH@ ?'H"> 2  + @ + @ @ `?*`   |d\ lP8`$l8 Tddddddddddddd4lxH`TH\XL?c'D'HD \?H@D`XH?@D` "`'H`H @'D` ?@D$?@} '?c'D'HD@'H@'' 1H@' ''@ D@'@ ' '쀢`D?@9'?c'D'HH T 'H` H`\@oDm'DHbD ,H`,D4H4D <H`<?cH'H'L'̐ 'Ȑ> & > & > & ' " " "" $ `@?'''(#\`" "  " " '''' '$@>oHHL ',``@@','H@ 'Ԛ # TH@ @"@ `G@H@F `" @e$ , @`$`4 @[$< 2@V$  2@Q% $ @L%`\ @G%X'L@''̀dL@`@`" `" ` " "    p#@ $ $ $$ . \ @`X @@ @'Q'(#\` "  "  " " '''' '$@P>m0Ȁ@0'в`' @a&``* ' "T `4@ `$` 8?@' @?cP'D'H'L'P'T'XD'@'' @'' @# #  # # '?/`' @`" `" ` " " '>?@'0' #`#` #`#` ' @`$`$` $$ `'`'0" "  " " p#@s'  #  #  # # '  @?ch'H> & &  T @`eH@'(@'(`oH@' `܀  \@'``H@ܖ'H`@ H`4 H@>=`H@``H@`H@H`@`0'&  ؀`" "  " "   H@ & " `@?' #\`" "  " " ' ''''@>md ?b'D'H?#'?#'Hb@`" `" ` " " DK`'@!?#d#?c'',`D@'  `@J?','0aD@'   a'@6?',',aTh' ',aW @"? @*'Ȑ 2@&' D'$D@0?#O`# ?O  D' '0'4ao@'` a}@a8@Ē @?e`',@`" `" ` " " '0   p#@Q', # # ## `'," "  " " /ࠔ'>/1?#`3`'@5?9?#d@'0?#`a @?`',@`" `" ` " " `H' >?#?c'?)?#'@'0@Ȓ?@-?'O1?#`'5?  a@T?`',@`" `" ` " " ',Țp#@x', # # ## a8@',H% %  % % ؀ Ē @??#?c @P* @&?'  a@j'#\`', "  "  " " '''''@e''?@(* +?c-? D@+/?'1?#, '?c   ?#*`'?#?c @* ? @?'  b@?c # H!?##?c@* $8)?#@* %4%0Ē @63?c  b@? ?ch> & > & '#\`" "  " " '' '''@'܀~mT?;` "  "  " " '>b<@<'  b?@6?`@`" `" ` " " ?@ ?c'D'H'L'P'T'jDHL@ 'D@P@'HL@ 'DP@'HL@ zD'H"#``#`` @iD H @`D@7WH @VDH @N b`@?I b@?' bT@?'5T"  2 *`@ `*`     (XDDDD?c'D'H'L'P'LDH@ r'DH@ K'@WL"@'DH@ ?''@L""'  K@ L @dL"" ?'} #``#``D @`#L""lLD @RcLD @J[WD @CLW#@Q b@?'H b@?'? bP@?'5P"  ē2 *`@ `*`   xx,XPPPP?c'D'H'L'P'T'>DHL@ Xi'D@P@'HL@ K\'DP@'HL@ =N b@u?I c@m?' c<T@e?'5T"  ē2 *`@ `*`   ¨¨ˆˆ4¨¨PPPP?c'D'H'L'P'VLDH@ /'DH@ '@L"@v'DH@ ''@gL""'  K@ L @cL"" ?'Q cI@?'H ch@?'? cP@?'5P"   2 *`@ `*`   ĠĠĄĄdňĠĠŬŬŬŬ?cx'H'L'P'T'XH"L"@P"T"X#\#@#@#@H"@H'  c@^? D`  >H`( @P"H `8 @L#PPHHL@ @H( @P#P@ P`HX"P`4\$ > >o c @?w  L @ L`  @uT"L T w 'T`& T & L `''쀤L`\@S'耣  `$'`' X' @*  +` &   P`L P`L'*@  &   c@?\#\`@`" `" ` " " HLPTXP T` X "T@ \$DL T,  'L@  @L`   @T"P T` X "T@ \$ >   ` @)?L`\"P # P`0 L` @FX" > L@\$@cP  P`L P@P`HX$@P L@X%BP@& "L` `" "  " " @P@HX%@L`X' ~   > >m>l `= @?  > >k>l?c'D'HD@' H*<"`DJ }5D "'D K {$`'L{H*J?`/**# D+ `H@)?c'D'H'LL :@y' LD@L@@5L"L" '  D``@ LD@0D*@ L#@DHtHKDL@?c'D'H'L'P'T'XDH@DL@DP@DT@DX@D\@D @  ?c'D'H'L'P f#\PDbH d`e D /@$D@D@"'K`/#' ''D"D@'D$,D'/LJ@ h''L5`O /0O k#\'Pg iHh U p#\''lP nHS @,OH#\''Pq`s; (H#\'''Pu`w' PD@P`y@#PH@??c'D'H'LL /@9$L@L@"'K`/#' ''L"L@'L$,/HJ`/ #\DH{| }`~ 9 #\'DH ` #'`@'H@' @' D@p@ D*??c'D'H'LLH@"D'HD@'@L#'@n''' M`/%'-O  @L&`'@L&?cX'D'H'LD (H`@'@'H" DH"H#`,D`(H@B ?  DHHT # 8 H TH`@0"8 "@ 8@"`H `@E ZL ,D`@  @ D`@"  "@  `@"` "@D`@  `@"`  "@ !h  `` @? K " 'D@T $W@(sL0D``@S @ D` @"  # @ ` `@" "@D `@% ` `@"  "@` !h  `` @? K " H`H4@r$H?% 44Ѐt H H4@\W3 $#($`44H @%`0HH 0H`@4" 4"`0"@` @?; @  'D a@ ' 'Ѐ А   @ "`HH  a @? ?c P@' aP@""`"" # #`# @q$ ?$` ?4$?%`(?%,&`0&4&8' <'`@" D"`H"L?c ,@M' ag@"?2`?" #`#$ $` $$% %` %(?c D@' a@e""`2" # #`?#$` $$$ 2@% , @%`0 @%( @%4 #@& 8 @&`< @&@?c 0@' a@"?"`"?# #$ $`$$ % $%`( @%,?c d@' a@"?"`!D"H#` $ $` @$$%  @t%`$/8%(3a8& ,78&0;a8' 4a8" 88"<# @?#`D$ H$`L$P$T+a8% X/8%\& `?c'DD D` @9D"L a@~DLD D` @DLD`D,D LDD&  -@?cH'> & > & ?'#\`@`" `" ` " " ''' ''R>m  @'Ԁ a@1"`T 0'Db@`" `" ` " " >'' \@P''@'D% %  % % ̶' '  @`*  #`Ԣ ,>& '䀥@ @'` ua',` @p` Ԑ', `@^@\'А', `@W Ԑ',`@E '(@?` ؀  J  K@@Z?А?'ܐ',`@& Ԑ ',`@ ` "   * ` 88'x?cH'D'H# @"c @" @"㈐'DHJ''H@)#  @"c'#@]'' #@5'R W@    b''b @'  b"H ?@  bVD@ Ar"cW2## '@##$bL '$HH+%c@' bt@\#@i@  #?@y@ #?c'D'H'L' '" L@ HJ DHK+@H`'HD'D$'L D -D 'D`'?c'D'H'L''L DHJ*H`'HD'D 'D,@?c'D'H'LHL "'HK` H'HL` $'HDHM-@H 'HD`'DD.?c'D* ĒaXDH@+ ĒaDH@! ĒaDH@ ĒaDH@ " ߀ Ӏ ?c '* @+"c* @+"+ +#  Đ! R+#" +"+"+#c +#!+$##$c%$?)%# +#+c +]++# +c+#+c@ G+#&:`'+#':`'+#'@:`' '*`+#@++"c*`+#@#+"+ +#  Đ" G * +  + + ,`'+& -%`.˜"  |?㼀 @!$##$c%@`&.`)"-`/î0#?"c"#c%$'$f.+êc:# @"c""? @   @   +#@q+#@m QqaĐ"  +#+c +㤖## #!+# (* ”@  `.`@, %ä0@ .`b  &' +c +#@"+#@ # +#@+#@ ?"c#  * aP +".`ÒaX  4> . ' @". &.`)è -`/î<` ."  +`!à"0 @ .`Ò`< *"  w> . ' #c$`. &.`Ð  *`Ö< `.#b,)è"0 @ .`Ò`< *"  +#!+$# #+$c*#@" "_"c@" #bR#c@ Đ"-A"c@" #b4#c@ ,Đ";|##" #@" #" @" # " #" #" #" #" $#@" (#"  "c "c "c "c "c "c "c "c "c "c "c "c "c"c#@" $#@" ,#@" 4#@" <#@" @# " Hy#" " o#" i#" Lc#@" P] @r"cV#"cP#?@@H#?@@z@+#"  2:* ` 4XH`x0H\p$8L`x0H`|?c 4  "L "#bLP!"#$bP%/ /"bL@t "L@'/$@)%  /Jb//o#"ob#@oܞ!o$"OŒaJ  /`Œb? D8?H@c ?b'D'H'L'P'T'X"`!|@2"b``   `D"b`H#`!"`L$ %`P$ )"`T% -` "` *` *@ ` @ 4#b`$aD%`,- +b`@ 85`&@7`/ /`"``4b`#a8`, ,`%``8/`%41"` .`.@7` @ 4`"L`+  +` ` @ 8)"`%!H+b``--1"``8;b`'aT"` *` *@ ` @ 4#b`$aP%`?$)"`?% -`-. 3b`@ 8"`" b``* * "``  8%`$ '`- -`-``87`&$9"` /`* @b`@ 8`#(!"` ,`,@'` @41"`& ,3b``..9"```8`"0' - b``* * "``  8%`,- +b`@ 43b``4.&`'%"h;Xbp;```"`x##X@#b`#`h;X!"p;`#b``%`'`##X@)"`% +bh;X-p;`/`1"` 3b`@##X@5`&$7;X9"p;`;b``"` `##X@"`# (bh;Xp;`!"` #b``%`##X@'`$,)"h;X+bx;`-`/`1"`x##X@3b`&`0' /"'؅!“'bx;`ؙ+;X``"`x##X@rb``4, #''' LTPD@ "`?" `?""`" `""`b``#!@!"`#b``$!D'`+b`aD "#\#`b#d#h``"`!Db`@"x##@";Xb;```"`x##X@b`#aD`#b`a@ "#\#`b#d#h``"`!@b`@"x##@";Xb;```"`x##X@b`#a@x;X!"x;`#b``%`'`x##X@)"`%!4+b;X-;`/`1"` 3b`@##X@5`&87x;X9"x;`;b``"` `x##X@l"`#!Hb;X;`!"` #b``%`##X@Q'`$L)";X+b;`-`/`1"`##X@63b`&aP5x;X7x;`9"` ;b``"`x##X@b`"aT`* +  b`@ `'$' %`  @' @' @'":3  :'@@ܦ'Ԁ"`"!X A''܀ 62 @:`*`" '䀢  U* `'''䀢  * `'' '#b`a8#\'` #`+b``--1"``9"`!4;b`@@ܯb`"aX@7`Ȓb@ܥ`"\"`!\ +#Ȓc,ȔR@#Ȓc@"`Ȓc@܇b`"a\`\  #Ȓcɔ@ "`ɒ`E@lb`"a``` +#ɒ`ɔ@#ɒ`@ۼ"`ɒa @Nb`"a\`\  #ɒaCɔi@ۤ n"` @7b`"ad`d  #ɒa@ی V"` @b`"ah`h  #ɒa@t >"` l@b`"al`l  #ɒa@\ &"` t@b`"ap`p  #ɒb#@D #@eb`"at`t "`"!x&"` "!x' * *` `t+` +@!Ǡ#0@ H @#`'VDR"`D  #ɒbN@ "` H  #ɒbz@ "` L  #ɒb@ "` P  #ɒb@ "` T  #ɒb@ڹ %@' x`"@b``# #b``$ )"` $ /`% X @@.`S.T&?' "  "`"`"` `@$ 耐@ڈ ." @"` @w " # "`!,"#a#$!$a $$ %! %  &!$ ɔ'@&9ɸ#,#\ #`"#d #h#l#p  n   @  #!D #H` ɔ1@$@#\'ɦ6#` #d #h-ɬ=#l #p1 d#t #x#|#@  n   @  '!,"!0` ɔG@"(#\ɖM#` #d #hɞV#l #p #t%ɤ_#x #| #+ɪci# # #1ɰ#r# # #7ɶ{# # #ɐ## # #ɖ# # #ɞ# #Ģ #%ɤ#̦ ##Ԩ #+`#ܬ ###!(  n   @ j &a8 &<` ɔ@D"a4#\ɔ#` #d #hɚc#l #p #t#ɢc#x #| #)ɨ## # #/ɮ# # #5ɴ# # #;ɺc# # #ɔ# # #ɚc# #Ġ ##ɢc#̤ #Ц #)ɨ##ت #ܬ #/ɮ# # #5ʴ# # #;ʺ`# # #ʔ# #  #ʚ`%# #!## # #$#(4  n   @  %!P %T  ʔ1@&aL#\5ʴ9#` #d #h;ʺ`>#l #p #tʔE#x #| #ʚ`P# #!!# ###L  n   @  %!\ %`  ʔV@z&aX#\5ʴ]#` #d9"(#h #l#p#taX  n   @ z'x@ +, `tX  @ ` ' %ah %l` ʔb@5&d #\ #`;ʺ`j#d #hb#l #p#t#x!d  n   @ 2 #at $!x ʔw@ $p)ʨ }#\ #`-#d #h#l#pap  n   @  ʔ@& #\ #`;b#d #h#lʒ`#p #t #xʘ #| # #!ʠ # # #'ʦ# # #-ʬ# # #3ʲ`# # #9ʸ # # #ʒ`#Ĕ #Ȗ #ʘ #К #Ԟ #!ʠ #ܢ # #'ʦ# # #-ʬ# # #3ʲ`# # #9ʸ #  # #ʒ`# # # ʘ!#$ #(#, #0 #4#8 #< #@#D #H #L#P #T #X#\ #` #d#h #l #p#t #x #|# # ## # ## ## ###  ʔ  P @ M  ʔ @-$b#\ #` (#d #h#l #p-#t #x#| ### ʔ   @ %'"/`ȔH@   @ '  ʔ@#b#\ #` n#d #h#l #p#t'ʦ#x #| #-ʬ$# # #3ʲa,# #7X# ## ###b ʔ ! @  ʔ3@"#\#`" D  @ ` ʔ?@# #\#` #d#h#l"p##  @   ʔJ@%b #\#`    @  %$4&b( a8'b, a4"0`@$"4`D%"8 &"<&@&D'"H'bL""P"bT"X"\#"`#bd#h$"l$bp$t %"x%|%&"&b&& 'b "b"#"#b#$"%$b)"$-%b1"%&b & 'b"b""#"#b!"#%$b)"$-%c%&# &c&& 'c "c "$##(#c,#0$#4$c@ $D %cH%L&#P&cT&X&\'#h "#l "p##t#cx#|$#$c$ %# %&#&c&&'#'c "c"###c#$#$c$ %# %&#&c&&'#'d "d  "#d#$$$d $$$0 %d4 %8&d<&@&D'$H'dL"$X"d\"`"d#$h#dl#p$$t$dx$|$@%$%d%%&$3bx&&7x'$'$;bx"$"$"d""#$#d!"#%$d)"$%d%%&$&d&&'$'d"x"d"d""x#e#e !"#$e$$%% +bx%(%,/x&%0&%43bx&8&<7x'%@'%D'eHb"%L"Pb#%T!"#X%$eh)"$l-%ep1"%t5&ex&|'%"'e"e"""x#e#e#$%$e$$%%-V%e%1"p##3b## 5x;7##9"p;;b##"p;b##x;;( 8# 9## "#`#| 7#x#t 6#p#l 5#h#d #\ =# B# # %#İ :# &#д # )#ܸ :# *# !# '## (# :# ## # $# A# 0#$ ##0 ʔV 4  3@ |?c'D'H'L'P'T'XD @'DD  #ʒa[@ D '* * D @ (',`,@D`0'-. D`$'DL'쀐 #ʒa@ P"""'* * D @  $“$@T"""'* * D @ $“$@X"""'* * D @  $“$@\"""'* * D @ $“$@`""<`"+  +` D ` \H  @ D @?c'DDJDe CD匀 <De5D"D.D@'D ؀D"@Db@D @D"D"@PDb@LD @HD@ED@kU?c'DD"@ D@kE?c'D'HD TDJ@  LDʒb@ ADJ ^ o"D@ o"ʒb@o"D@o"@obJ $o"ʒb@o"@1'  #ʒb@Ң?H@r?c'D'H'LD "DJ@  Dʒb@z Ȁ D@Ґ "a!@ҏ"Ȁ ?#D@z à !@sD@m "a!@l"Ȁ ?'!'D@U@!DK` DL DM@  DN. '`'*aJ@  !ʒb@  '!'!@ '''{!J  J `,f+L@  'a@ 'Rʒb@ѺO :@ '耐 "*`'L' ?5   'a@ 'H' ?!!' '`' ?b'D'H'P!ЀD%"!ԑ* * @w#!De!!ԀD%"aԓ*` *@ !@a#!aЀ  #ʒb@*'TD%T ''TD@u[$T* *` T"T+  +` !А  ʒbA@T+, #aФ@?$ʒbH@$T* *` T"T+  +` !А  ʒbO@T+, #aФ@?$Y'T'ʒbV@'T'H+'L*T* *` T"T+  +` !А  @СL" D@PT,,)!Ъ%`!T* *` T"T+  +` !А  @yT+, #aФ@?$T 'TK!aԔ Hؖx@Ѕ'TDeTKT* *` Ж?T* *` * +  De ?$ ,T* *` * +  De P$ ,P'PT,- +a@--D%@?&(T 'TPD@"?c'D'HH D  D H`@ H D" ?c'DD$`A!''De * *` D , !"@'`'* H!'a$BHD"dD\D%dD O @Deh*#``#`` 0D @D??c'DD=D` D'D! D!,@ Da-`'D`D!`D D!#`'D!!D!-@DD!a*" Da    @! 'DaD!aD!.`& Da!"`"!D Da D!a@,D"D    @tDd   @mD@KD"LDLD@ύD"PDPD@ςD"TDTD@wD"XD"XD@lD\ Db\D@aD"dDdD@VD"hDhD@KD"lDlD@@D$؀D$D@5D܀ DdD@*D$ԀDD@"D%HDH@ΕD吀De@ΌDD!@΃DbDDbDD@D@u?c@'D'H'L'P'T'XD'@''  ''k"HbD%e%@'' te% je./ `@'`'' '''`'''`'''`''&' /%"`  % 'e0e4;X'0#l'(#d',#h'8#|'4#x#p##`#te(e, X@s (,  ;b`ʛL'  R@`T?(,   @?`' "" ̘# '+`Ƞ'e0e4(,@  +b`NP' VX?%0%4e(e,^   ?"`'̖" `'$$v@'''%/`* @쀢 '% ?M, ,` ,B#ʒbh@ 8"  P۔2 *` -`@@ `*`   hghhHh(h8hXhhmt hxmtmtmt;hPlmt?c'D'H'L'P'T'X'D% D+` +@ H@'D@ \#\`#`d#dDLPTX@p  ?c'DD D'`D@'`D@4#'`'   @' D@ $O| q  D`Ԁ D@̴ ?c'D'H'L'PD bLPLP@'"ЍFLPbLP'Ԕ'0''̐ @}'D ܀ D W @D@q%'D@]'D@D`܀ D ܒ'@'hh  #h"@ '( @JH'(H:2 :*H;`3 ;+#@ , @ "@ D '(D >`6>`.`D`: 2`@:`*`"  * %'(  @'  d ]'(D@<5 <,D >`6>.&@ .,D@%'D@'D@D`܀ D ܒ'@'hh  #h"@? '(H:`2 :`*` H;`3 ;+#@ ,  /?c'D'H'L'PD HLP@e6!?1HLP@Y*#@'P P'Lc@#``#``HD ր ׀ ?c'D'H'L'P'T'X"@ʛD'@''''''b@?c'D'H'L'P'T'XD'@'''''''`' @ʹ)%@ʮ#@gJ #``#``0 〢 〢 ?c'D'H'L'PD HLP@<H2 CHLP@0<HcL@.H@" HJ@ Hʒb@P"耢  ʐ"H@"@HPJ #``#``D Ā ŀ ?aX'D'H'L'P'T'XD'@''   '" @' ^"D  H "D@@6@""D'#"H ','bD'x@4@""H' +` +@` bH *` *@  @  $b,- @ &'0#\'4#`'8#d'$"H'|','(@$"$"b$B-JL'∡"ȩ2 P3cXZ'ą ^9#FH'b "̡. LcTV'Д 'Ė'Ę @'b,''' #h #`'x#p #d#l#\H@ɛ&bDD(M@ɔO T. T't '(','0'4'8 '< d'@Dʔ ( (@w'p'#` #\TDT'p@i"<`D@a"L"L@&D  @Q#bLTbT@D  @<%bTP"P@@D  @''"PbXbX@D  @#bXdbd@D  @%bdh"h@@ȽD  @'"hbL \@bL(@bTX@bT @T"(@@P!H@@ȹ"X8@ȱ"db,@ȩ"db(@Ȫh `(@Ș'耦@!* * @ "D  @`' "D  @bD  @z"D  @rbD  @j"D  @bb D  @ZD ad@Q@'' T @ǒ+ ~`܀w "D@@$܀#˒a(@9`'' W p܀ N@@@:B@$ '9''%.@'''%#''"@' '$e '`'%''&@'`'"''$%%@%e% 0@%% #˒aE@ƛ  '" @'쀐 %`"%匓*` + @ @ƫ#e吀 #˒ap@t"% e匙+  +` # 0"e,,$0e1#%e..&0e"` 匙+  +` # 0%@$匩- -`% 0吲&`./ &0%@" 匙+  +` # 0%@$$匩- -`% 0吲?&`(匹/ /`' 0e%#`",l$`G'#'pe耢 * *`  , p"@'p '#cp* H%'p'p0NT%%d%e\d%`e\` O h6##Ȓ 0 ' '@''耐 e#耤@k% 5%*` *@ `0@Ŭ"%  #˒a@u"% e'耢 e, ,`#'/* *`  0@x"吀  #˒a@D"% m'耢@ +` +@#  '$e%--%@.`.@吺#'`*` *@ 吚 #` , ,`% -`-@吲&`..%@" *` *@ 吚 #`$+, e?$(-`-@吲&`,䴀 G'#'pe耢 * *`  , p"@'p '#cp* H%'p'p0NT%%d%e\d%`e\` O h6##Ȓ 0 @'!`'" 'b<㠁#c$""'㰁 +c%"ȕ(,J1#  b35Գ&[@`'" 'bĽ<#"bĉ"㰁 #c$"̕(ĝ,J)#  bĩ3-Գ%@`&"'Ƚ<" ^;c  "'cț" "`'̥0"ĭ4R#c  Ĺ;'㘁܃%"%b'"$3c7&"*;c c""04R#  b;㘁܃$#$b'"$+c/%"*3c 7&#0b4R#  b;܃"]@`##'#$b(F%  /)#Ы%c;% 'c8'Ĕ'˒b@a('Ē   @'@/>'Ĕ'˒b#@('Ē   @'@/>'Ĕ'˒b-@('Ē   @@`#%(#%,`'%04L%8%<e(e,%8%<e@eD@(,?;X#`e(e, % &X@D%8%<Je0e4(,P %(%,e0e4@8<? & J%8%<e(e,%8%<e@eD@(,?;X#`e(e, % &X{@D%8%<Je0e4(,P %(%,e0e4@8<? & V04%(%,J;X#`b (,  X@&@`$%0$%4')#e0e4)%@%De8e<@04(,F%(%,e0e4@8<? &  '%@%De8e<@04(,F%(%,e0e4@8<? & 04%(%,J;X#`b (,  X@u@`$%($%,'@`%%0%%4'1#e0e4L%8%<e(e,%8%<e@eD@(,?;X#`e(e, % &X@D%8%<Je0e4(,P %(%,e0e4@8<? & iJ%8%<e(e,%8%<e@eD@(,?;X#`e(e, % &XD@D%8%<Je0e4(,P %(%,e0e4@8<? & 04%(%,J;X#`b (,  X@@`$%8$%<'%@%De8e##@K'p 'd p$##@ r'h '@`'p'䴀 h,##p/##@tL@`'p 'd p4##@G4'p 'd p:##@R 'p`' p ##Ș @ $p`' %t ' &eh'%h*;c %h"eh''''%耣 7'@b( p'p''腠 p$p'䑠'p* p''' eh"%l 䅠 荠$B#'䃠H'" #ȇ"ll$#H#el%h*䡠. PeP4l: ܿ$l Q'''d '@`'`''\ '`  ,䀢`` ;X\#;` `d%##X@X'y""b8 ` #\#`\##d#h `8d%##@` ;X\#;` `d%##X@'#"#8bX X"8@@u;%86&#`1&,'#'"$""(#$P"  * c (\p '`''d' '``''\' ` ^䀦` ;X\#;` `d%##X@'""b4 ` #\#`\##d#h `4d%##@` ;X\#;` `d%##X@K'#"#4b\ \"4@@` "`b(@;&<6'cd1"c,"'#d"$$,$T"  * b L`T,@  'd`''`' '\`' ` ;X\#;` `d%##X@ #aL o'd '@`'`''\ '` ` ;X\#;` `d%##X@ #aHP aH@ -'d '@`'`''\ '` ` ;X\#;` `d%##X@> #aT 'd '@`'`''\ '` ` ;X\#;` `d%##X@ #aP '`'@"$@ ˔8 @ih  bh (@@O*$!@ ˔A @Kbh h ` @1  耢   k'`'>!L ˔J @"d#$#$#e!#$e$e '$&!L ˔U @%dL ˔` @&$ 耢 € •  ' 'G!X ˔k @e耢 "%|9x %耢@ 'e˒bu@X'Ē  @"Y !X ˔ @"e 耢   ' '耐  !x$`耤 %`!%耢@ "%'˒b@X'Ē  @U" "% ' '=$\耢@ "\#$\( ˔ @-:;$\耤@$\%$\( ˔ @"#\耦&\&\a( ˔ @  $\耢@ "\#$\'H@/'Ĕ'˒b@!('Ē  @d\耤%$\%d\'H@/'Ĕ'˒b@!('Ē  @d\耦'$\'d\'eH@/'Ĕ'˒b@('Ē  @\耣 #\$$\( ˔ޖ @|\耥%\%\a( ˔ @dqr\耦'd\"$\( ˔ @LYZ$\"`\耤$\$\a( ˔ @0=>\%`d\耦'$\'d\)*d` #` 4 c"  * `l Xx|<,''%耢@ "%4 ˔ @耣 "%4 ˔ @wu耣 "%4 ˔ @a_耣 "%4 ˔ @KI耣 "%4 ˔' @|53耣 "%04 B#%a4 ˔/ @]"  * c( t$|'`'耥P9"%a4  ˖8 @+9"!4  ˖A @+#e!4  ˖J @$e4  ˖T @耢 Ǒ* ` $!4 @'@`''x"& H"%x ' 'e|耣&"%||  !4  ˖\ @ !4  ˖d @a4 @Z' '@'!䀢 !* * @    @ 'b$#b$''!䀤!* * @    @a 'b$ #b$耢 '''`'G!* * @    @3"$`#"$+, a $䀥`!( "`L(+` +@    @, ,`% 䀥`!( "`L耢 2'`''`'' '!*` *@   #`  @ֵa- -`$ n#\ #`#d #h#l #p#t #x#|#!* +  @ bD    @ #a,,!@ %  @ta/ /`&!*` *@   #` n#\ #`#d #h#l #p#t #x#|#!./ @bD    @V' '" @'쀐 !* +  @ '"  @:a#a 쀢 Q g@$$'^@%$'U@&$'$Ѐ` "    @ "    @7"dx '.#d|`'%''$'쀐"'"  @ @''''@ ''?`''| '|@?@'' ?`''| '|@@' '@''@ ''?`''| '|@ @'`'' '@R@' '@'''|'|@h'`''| '|@U@'`'''  '@'| 'dԀ:'耥@%* * @  '@Xk'|G%B'x?c???#?c''!#'#c''H˒cm@'8˒cn@'0˒co@'   @''H@D6|2-%c;p;x;#;hc;;;X#`#d    X@'˚cp@'_''?`''' ''e耢@%* * @ @ '%耤]'@WST˒cqp @8 #\ #`⨖d ⬘ dp`$`( @e#\#|e#d#e#ld##tc; #` #x #p U#h# # -# # # # !## 0# 3# $####`娒   T #a' a耤,!* * @  @4' a, ,`  @{,, a%`'   ˘#| @`  'a$c@D?%0%4H?e(e,#d#he0e4;p %#`#\ &#l#x` # -&%&%` #`04@? `04?;X#` ;X``%`4&4`b""b8#"8 b\ `\"4@``  @``"(@`X `"X`8@ @"a  #!'3'!耢 !*@ `'耤@!a*``@" a#aT˒cp @! "#\ #`⨖d"⬘ dp`2'! #\ #`⨖d!⬘ dp`'l@\- $@ Z'`'耐 ' 耢Ga* =@ e,`ޯ0'`'耥q "$ #\#` #d #h#l #p #t #x #| # ##   !  !!4    @'+c'p耦* *`  , p"@'p '#cp* H%'p'p0NT%%d%e\d%`e\` O "$@''耣 $В`@"$$В "$' '@ @' '@ d@''''@ r#˒c@B m"  [* c zDzDp xhh8\H Č@h,$ؔ<hP8D HیǸxȜpL˴$dڈ@یʔLH\Lی3 ?c'DD Da D'DD?c'D'H'L'PDD' "HLP@?b'D'H'L'PDD`  DHLP'D!䀣 D!,@HLP 'D`'' ,'H  dL@M  D@ 'LD@61$ `' `' @"@ `$@  @ '`  @쀤 '`"$D@HPFDeAaЀ <'x#?c???#?c''!#'#c''HL@'8˒c@'0˒c@D' H D@+%a6P2D尀-3aЀ(D%c;X;p;x#;hc;;!#;L#`#dH   X@)%!`@'?c'D'H'LDD' "HL@?b'D'H'LDD` DHL'D! D!,@HL 'D`'' ,'H LGDe BЀ ='#?c???#?c''!#'#c''8˒c@'(˒c@' ˒c@D'x H D@+%a5L1D尀,3aЀ'D%c;X;p;x#;hc;;!#;#`#d`H   X@'$ @zODۛm @'k?c'D'H'L'P'TDD' "HLPT@{?c'D'H'L'P'TDD"Ԗ #!DHLPT@D'HLP @?c@'D'H'L'P'TDADԀ@ (D  DHLPT'D܀@ Dܥ,`HLPTܦ' )!ЀD`'' ,'H LP" " $D腠D04 ? ``LPࡣ  ! XZ'`''`@~(`'쀧 ' #   `$D@FlTcD崀^+aЀYp"!pLPpx"" pa#@#`!p!$$ #`%p$$')p!%% +`-p%/1p&!3`5p&79p'!p!˒c@ip!˒c@cp!˒c@]De @HD  pap@ tpa@JDT 1D尀 ,aЀ 'D%`;p;x; ;h`;;LP;X#`#d`H   X@T D% tpa@"!`@'?c('D'H'L'P'TDD  DHLPT'D@ D,`HLPT'D ''a ,'H SLP" (" ,D@T FD崀 AaЀ <' ?LP''?? ?` ' '! '#` ''8˒c@'(˒c@|' ˒c@wD'x H D@+%a@'?c'D'H'L'P'T'XDD' "HLP  X@?cP'D'H'L'P'T'XDMD`  DHLP  X'DaDa,HLPX'D$Ԁ'DD%* * @ H 'D@OcDP D"썠“'DeLȪ',0N%(VX'䀐D"䀥D蹠D%0%4?.`.@D吺``PЕ (LN'耐 D耣  @'쀐 '$XD  @1#L$,,D%@%D& & &' 0'``P" " $0# (# , dX@^ t˒c@X`0#8#<#`8$ P'8$T) 0%`@%`D-0%H%L3`8& X78&\D"칠Del> \ (DF'2` :*"@ '3 @ ; # 'ܤ$#` #\#d#h#l#p3,b#t5.#xDD"lDdD` D@ @ux' ` $D@C'?c'D'H'LDD ' "HL@?c'D'H'LDD' "HL@?c'D'H'LDoD` DHL'D!쀣 D!,@HL 'D`''E ,'H 7 L /L" ` D@@ `d'DL@0K$ `@z `$D@B@'?c'D'H'LDqD` DHL'D! D!,@HL 'D`''G ,'H 9L `0 .L   0 #L 0@y`0@W"00@OD"DD@ @#0D@  @'?cp'D'HH 0 @H(,@ H?H ( ,''H $''D"腠De0e4 P ?H ``豥 V%XZ\'@H  蕡H+`XLN'܀'D؀@D'ܐ' 'Ԁ 'Ԟ #'Dbܨ'H` 'H ` H $'@ 'З2 : 'О +@;`4  ;`'Ѐ` 'Щ4<%@'H0@?c'D'H'LDH"%LDeP"` XD%T DeL$"D%T DeX$BDL*̟'DL0#hh#hhD@D3#hh#hh@8D%X5DeT8VDP>D%L"@D%L DeP$BDT*̟'D0#hh#hh@VD%T DeL$"D%T DeX$BDL*̟'DL0#hh#hhD@D3#hh#hh@D%X5DeT8VDP>D%L"@D%L DeP$BDT*̟'D0#hh#hh@DP3D%L6T;X#`DbDL;#hh#hh  X@/?c'D'H'LH'DH"%PDeP$h-D%X DeT$BDP*DL.LD%L DeP$BDT*̟'D0#hh#hh@`+D%X DeT$BDP*DL.LD%L DeP$BDT*̟'D0#hh#hh@5Dh3#hh#hh 0D D%P5DeL8V;X#`DD%L=#hh#hh  X@۟?c'D'H'L'P'TDH"%LP'D"ePDP$ pXD%T DeL$"D%T DeX$BDL*̟'DL0#hh#hhD@D3#hh#hh@D%X5DeT8VDP>D%L"@D%L DeP$BDT*̟'D0#hh#hh@VD%T DeL$"D%T DeX$BDL*̟'DL0#hh#hhD@YD3#hh#hh@sD%X5DeT8VDP>D%L"@D%L DeP$BDT*̟'D0#hh#hh@JDh3#hh#hh 0D %D%P5DeL8V;X#`DD%L=#hh#hh  X@ڴ?c'D'H'LDH"%TDeX"DT&D;X#`DD%T+#hh#hh  X@ڑ?c'D'H'LDH"%XDeh"#hh#hh 0D DX%DT(F;X#`D"DeT-#hh#hh  X@b?cx'D'HDH"%\D\ D#%\De`D%\@'Dd@Dd'DDe`&&%\De\ xďD"eLD`D"PD%L*#hh#hhDeP-#ll#llDDL/#hh#hhDcD%P1#hh#hhD|De\?D`D%\@#hh?D @*DdD@@;X#`Db  X@?cx'D'HDH"%`D`D%\@ 'D%dDd'DD\&%e`D\7ďD'%LDe`D"%PDeL*#hh#hhDP-#ll#llDD%L/#hh#hhDDeP1#hh#hhD Dh3#hh#hh 0D D%\?De`D\#hh?D @DdD@;X#`Db  X@i?cx'D'H'LDH"%\DL"`D%\ D#\D%d$`D\DDd%%e\De`D\'D%d Dd'DD\$@#e`D\) ďD%eLD`D%PD%L*#hh#hhDeP-#ll#llDxDL/#hh#hhDYDP1#hh#hhDrD%h3#hh#hh 0D MDe\?D%`D\ #hh?D @DedD@*;X#`Db  X@?c'D'HH?D%dD?;X#`D  X@ط?c'D'HDH"%d?DdB?;X#`Db  X@ؙ?cH'D'HD!H*@ 'Db H   @؃D#\De#lD#dDe#|D#t U#h #` #x #p#DeD%   TڻD"a'HH@ *D!H* * @  @'!H+, @  @>H,`,@%`H'H!   ˘# @% &a$D04;XDe#|De8e<#d#hD#De@eD;pDd#D# %#` &#l 3#x # !# -##D(, # $XM'HD%HD%H* * @  H 8H 'H`##'H'D%H(H* *` H+` +@D%@ ,# ,H- -`D ('H'H 'HD%H H* *` H+` +@D%@ (# ,H 'HDdG'H 'DeH H* *`  , "@'H 'H#`* H%''0NT%%d%e\d%`e\` O ٔDh6## 0 وDb'"D4"b4Db#"Db8$"8\ b\4@"` `(@bX bX8@?c'D'H'LDD-' "HL@?c'D'H'LDgD` DHL'D! D!,@HL 'D`''= ,'H /L `` $L  `@9``@ "``  DbDD @ $ `D@ `@'?c'D'HH ` H@D@  H`H`LDHX'! J H`\+% N ?`?'' '`?GH @ DH`H`LH H L''H@D'' H @ D''HHL''H X H`\$ H \'HX'H X'H\'̅ ȍ$“'؝?H  $?Db衠D04'ر?H T9+`ȁ\ - ^]H `` FJL'襣PH  ൥X`ས\^'H 'H H`$% '6>'H`  $B'`,'4RX' '3` ;`$ 'nH ``؉ FJL'H  Х୤T`൥XZ'H 'H H`$% '6>'H` <̅ H` & H J੤RT'H `6ȹ:H  BD#`LN' '"@ ''"@ ' 'H`$@H `$%'H` H ` " #@ 'H ''D@D'&'  ' "'D"@'H``@ Q" D#``#`` 虢 J#dd#dd˒cp!@p!@'p#\D!\'\'`'dpa@DbdD\ D@@d''W''Db 'D" 'p!@#\D"DDbdDpa@X?c'D'H'L'P'TDDHLPT@ DH @?cH'D'H'L'P'TD(D`''  ,'H D` 4H􀢀 . @! &De(e,%p` BD04)p#h  F` `$-pp JDD%(%,` `$D04?D# H# @'$D%(%,/p`%%D%0%47ph&&  $pp""##\ #`pc@#dD`pp'LPp`!p#h ?'0#\'8#`'@#d'(LPp#@@yLPȭT?LPX?TTDOp""ap""p"## ap##%p$$-p%%/1p&#3a5p&ؓ7p& З9p'#p#˒c@=p#(˒c@7p#0˒c@1De @HD  pb؟@@'DQ'#\#`#d#hH@?c'D'H'L'P'T'XDhD` \`#\#`dh#d#hD`HLPTX'D@\`#\#`dh#d#hD!-@HLPTX 'D`''( ,'H a " TLP"XTX"\\`# @# Ddh$`H$`L@'?c'D'H'L'P'T'X ' 'a''D  D *@ D`, $D *@   @D`, F?H蝣?'聬uP q)! ๠: D`-.&@''D`* +@'D- -`'འ=䅠  ܉#䑠&  )䝠,'ܡ/䩠2 '`"" 䅠 X""d"" 䅠 \""  '_'`'I ?a'D'H'L'PD` @" ` D˒c̐ LP@'̒a@'̒b@ '@"D`  D@@~""̐" @'" '@d'̒b@ '@Y"`H " "`4̐"@}'" '@:'̒b#@h'H@d '@+"`'H@# '@"  ̒`@`  ̒`@ ࠀ ̒`@!  ̒`@#` ̒`@?c'DD0` )'D`@'̒b%@'D`@'̒b/@O@/'''P'X @ ''@''`'d'h'l@' ` `   'D`@'̒b9@'D`@x'̒bE@O@{/'''P'X @u +'@'p''t'xD@ ;X#;`#hD  %#pp#ppXҌ'̐"Q@G'D`@6'̒b@d'D`@,'̒b@ZO@//'''P'X @) +'@R'p''t'xD@h ;X#;`#hD  %#pp#ppX@'̐"@'D`@'̒b@'D`@'̒b@O@/'''P'X @ A'@'p''t'xD@- ;X̐"##pp#pp%#tt#ttX@'#\#`#dD @)#pp#pp+#tt#tt'̐#8@'D`@'̒cr@'D`@~'̒c@O@/'''P'X @{ -'@'p''t'xD@ #\#`#dD ?##pp#pp%#tt#ttѐ'̐#@K'D`@:'̒c@h'D`@0'̒c@^O@3/'''P'X @- -'@V'p''t'xD@l #\#`#dD D##pp#pp%#tt#ttB'͐ @'D`@'͒`B@'D`@'͒`Y@O@/'''P'X @ -'@'p''t'xD@ #\#`#dD C##pp#pp%#tt#tt'͐ p@'D`@'͒`@'D`@'͒`@O@/'''P'X @  '@'@D"%0"%4'D`x 'D͒`@'D͒`@|O@c/'''P'X @] 1'@* *` Dt ' @x+` +@D at ,#- -`DtD!X  @ 'D͒`@5'D͒a @,O@/'''P'X @  '@6'@* *` Dt#`(#`,'D͒a@'D͒a0@O@/'''P'X @ '@'@* *` Dt#`(#`,'D͒aF@'D͒aZ@O@/'''P'X @ '@'@* *` Dt#`8'D͒an@'D͒a@O@w/'''P'X @q '@'@s* *` Dt#`<'D͒a@e'D͒a@\O@C/'''P'X @= '@f'@?* *` Dt#`@'D͒a@1'D͒a@(O@/'''P'X @  '@2'@ * *` Dt#`D'n' d5'D͒a@'D͒a@O@/'''P'X @ '@D"'  @̝`'?aX'D'H'L'P'TH y'H@'@'` j'''' .'J 'J ` '+'J ' ' 'K'.'J 'J ` '+'J ' ' 'K'.'J 'J ` '+쀐'J ' ' 'K'쀐@L"@P"@@T"D ' DH@ D `C#hh`J"`H"'ܑ& ė'#hh J. H.'`ة2 Я'#hh! J:! H:'#`ԁ> ܇'A#hh`J"`H"'ܑ& ė'#hh J. H.'`ة2 Я'#hh! J:! H:'#`ԁ> ܇'L#\P#`T#d܍$#hh#hhؑ'#ll#llԕ)#pp#pp@ ?c'D'H'L'P'T'X DH`'D'HDH 'D'H LP`'L'PLP ! 'L'P#`TX%'T'X'TX ) 'T'XDH'&LPLP'.TXTX'DH'8LP LP' TX TX'(,J+`Щ R`%6: X  d"@\" `@"  %(F.2б̳d"<"(,ʥ Ƨd#48>DH ܏'(,2LPֵ з'< &TXʝ ğ'0DH R  썠$“\"#*LPL "D애(ʛ\"@  "D(ʛ\"@\'`" @" \@"  \'`"@"?c8'D'H'LD 6H  / $@'  $D"H#`$ $`$$% L%`  ' ''dHD@f&`?c'DDD` DD@D@?c'D'H'L'P'TDP`TD D hD 7D7D D $`7D7D`D&`7DD`"`7D7D`D @$7D 7D7'D D`D  @"H7L7HP@"`7L7HP #7LT@$7H7LT& 7H7L7'D D`D  @ D #\DD D`DD D@@T#\DD D@HLP@DH%DL& DP&DT' PD /H7L7HP # 7L7HP$7LT%7H7LT@&7H7L7'D`DD  @T#\D`DDHLP@DH# DL#DP$`DT$D %` ?c'DDbD` ]D =D 7D7D D $`7D7D`D&`7DD`"`7D7D`D @$7D 7D7'D D`D  @,D #\DD D`DD D@@D$D$D% D%`D% ?c'D'HD @Ƈ'Y 4  .d 4  &\ 4  T 4  L 4  D 4  < 4  4 4  , 4  $$  4  H * bp PQQ0QPQpQQQQR?c'DD @' " Ԑ ?c'DD @'D @'   4  ɞ 4  ɖ$   @_ ?c'DD @' ͔@}| ?c'D'HD @Ż'#\"#``#`` 3 / [ 3  S 3  K 3  C 3  ; 3  3" :  )( :  !  :   :  % * a UU$UDUde|   8   8  %x bD? 9  ? 9 yx)"(L? 9 jex/( ? 9 ȴ[%x5V? 9 ȧNex9%0? 9 Ș?x?)"8 B? 9 ȉ0ex%-8? 9 z!͐"@6H * ` T T\T|TTTTUVVTVVVW,WhW?c'D'HD @Ğ' "  E "  =  H 쀢 ?c'D'HD @v'0 5  5 5  - 5   %$ ee "$"$%"[H * b Y4YTYtY?c'D'HD @-' 6  H" 7 6  H ?cx'D'HD @''H'%H H* *`  ('H 'H'HH#H* *` H+` +@%@ (# ,H- -`?& (H'H䴀 A'H"@'eH H* *`  , H"@'H 'H#bP* H%X''`0NT%%de\` O %h6#``#`` 0 x'H'%H_H* *`  (N% J'% 'H, ,` ,--%@, / /`%@,"", 'H+` +@%@ ?$,H- -`?& ('H'H)d A'H"@'eH H* *`  , H"@'H 'H#bP* H%X''`0NT%%de\` O eh6#``#`` 0 Y'H%HH* *` H# ,H+, e?$(H`'HX'H"@'eH H* *`  , H"@'H 'H#bP* H%X''`0NT%%de\d O `e\#``#dd#dd\#hh#hh@%h;#``#`` 0 ,H'H'eH@,H* *`  ,H* *` # (' H* *` ?# (H'H@D'H'%HH* *`  , H* *` ?# (H'H@!#'''HeHWH* *`  ,FH* *`  (:H* *`  ,쀣@ H, ,` ,'H--%@,耦 H/`* @e,'H+` +@%@ ?$(H 'H-@!" O b#``#dd#dd쉠#hh#hh@@_ K 'H%H H* *` ?# (H'H@r?H" P ĸ'H%HH* *` ?# (H'H@PH * cx Z]p`pbc|dfDfffffffffā?c'D'HD @'D @'D H@'@ F  \?c'D'HD @'D @'f"eW%0%4''h艠 B $?;X#`` ;X$C#bp04 J?'x聬)"x?+bh赥X $?;X#`` ;X@ G   H  ŀ ?c'D'H'L'P'T'XD @"'H  PH#``#``@[@%?c'D'H'L'P'T'XD @'"H@D'bPFJ'" '  '@*@%?c'D'H'L'P'T'XD @'#\ +HPH#``#``p@@%q?bP'DDDe D匀 DeD"DD耐D"쀐 D@SDD"耦@ DD"쀧@PD$Ԁ D DdԔ  @YGDD@sD$؀ DD@eDd܀DD@ZDblDlD@ODb`D`D@DD'dD"$D"dD"`D䄒   @YD$Ԁ DDb"$DD""DD"DDdD D@D%$+bD%%DԀDdD  @9D&D$؀D DdԔ  @XDD@D$D@  @D#D$܀D DdԔ  @XDD@D$D@  @D#`D"`D DdԔ  @XDD@D$D`\ D@@DD  @D%"lDblD$D@DD$Ԕ  @X[DdD@D"lD`\D@DblDHD@DblDLD@;b?D%0%4''D腠D04?D$Db8D@D"`D`0D@~)"H"D"e"eD"""DeeD"DeecD%%؉@bFH'D >D$"@ #\D$#`#d#hDD$DdD @qD#\Dd"DD$D@ @ZDD04?D%%?Dd" ''D$#\DDD$D  @6'D$'U؁D%% BbFH'D 1D$"@ #\D$#`#d#hD$DdDD  @D$#\DDD  @''D?D$#\DDD$D  @'D$''D$'?D#\DdDD$D@  @%D$$D$XD@"$#\ #` #dDȒ  Ж@c#\DȒЖ@#  Dd耢 ۀ DD%0%4#X#\'@DD,(Β`X@}'@@D '@@?c'DD$#\#` #dD40b#hh#hhD @  D$耢 ?ax'D'H'L'P'T'XD"DDhD@ D@@D腠D%0%4?DeP'D왠 ȟ'D04?'\+b ?ؐ @9'`D0`,"'xDep'|'D@ '4D@-UD%L̃H'"̑& DbНLN'XX DX@ ;D%(%,''?D ̍$FD(,H?2D$$?De-̥0R?X ^Z##@MD(,@?D蕢? D$ Ā ɀ  'D''}'@#l'H#p'0#d'4#h'P#t'\#x'`#|;X#`DX@.XR''艠?@F"0 3@'|*̟'2 56'x8<'x '`'@?' '#bx& D%'xx*L'x'D@* *` Dx# 'D$Db4D@DD `$D@ @'\\`%`\'`D@@\'x'D"쉠Del& DНLN#, 4`7  - 5 7` DDԔ  @T D DdԔ  @T'D '4D@+ 'XD@,B 'DeL̃H'"̑& DНLN'XX D"X  ;D%(%,''?D ̍$FD(,H?2D$$?De-̥0R?X ^Z##@LBD(,@?D蕢? D$ Ā ɀ Dd'` MD%p'|5?7?OD%t b؁DD%t'x* *` D 'x+, De'|;+b'x6-'x1/-. De'x#;b'xD%#b ?D)?D倐"   *  b 0$D%` ''' " B?bHJ? RPT?"؉ B?bؕHJ?ة RPT?车\H@???H\ NbЩRT'lXн\^'''@#l'H#p'0#d'4#h'P#t'\#x'`#|;X#`DX@,"#\#`b#d#h"#DH##D@-g襣?H #ރ@'耐 'HDPR'$ 䀤$''%`'譠 VZ?%`'#\#`#d#h#l#p*@ @X5'bH #\#`#d#h/#l#p+`@@X' 'S,`,@D吪x%`-. De|&;bx" @* *` DDex# !#b؁DcDDx& Bx,Σ* +  De $ ,`,@D吪%`%`/ȭ4R'T`* *` D 'Tȅ č$T* HT$Hȅ č$?* *` D 'T@J$T" @T$,ȅ č$?* *` D 'TT DHT$D% * "a DLDe| 77 D$7 #\2X# Ddؘ'D  @D%`"x" @  'De '+  +` D吢 ` 'X,- De  ;`D$#lD#pD$#tD#h#\D#x','(3X"l@_'n؅ ԍ$B"Й J'|*` *@ D吚 ` '!##%ȁJ2%H21T|8Խ<څЍ$B',- De +#3b؁ R3cR Pб6 ط'x..D%@" * * D%@ x#,`,@D吪|%`/HX#'T# 'P#$'L#('HD%l L$F'DDeP*L.̩2 PL:H>\D&ȗ'@D|   '4Dex'X'#l'#h@,;`P/;X#p4#tX1;xT3##D5##X@bw* *` D  b#!"ȁ(!#(' J |0Ϋ',`,@D吪` 6-#1"ȁJ>1#H>=@|&D'.`.@D吺` 'XDd#lD#pDd#t!#0;`D@#h#\D#x','(5 X"l@^'-H[#'T# 'P#$'L#('HD%l L$F'DDeP*L.̩2 PL:H>\D&ȗ'@D|   '4'<'8!"'X'#l'#h@-;`P/;X#p4#tX1;xT3##D5##X@a@Zw@ZtD$XD@ '''@#l'H#p'0#d'4#h'P#t'\#x'`#|!"؉ BPDJ;X#`DHPح##X@) "#\#`b#d#h"#DH##D@*9 `R艠?Hؕ HPPحT \\B"БFH'l@*|.Ч'* * D%@  48VX@!"ЍDF'hDdDDlh@'bD%`艠?H#8ЧR'耐 'HPV 8BD'"䀣@ #'葠HL?$@'ࡠP?X+bн\^' B\H-НLN'l/x2 P 'De '+  +` D吢 `  ;'#',#'(#|5`X%#t#xl#p#l##d#h#\#`*@ @Z'؉#ԑ&DbНL'|##bȁ4#c43 V|:ԁ>܉ ‹',,D%@ '# 1"؁ N1#N LЩ2 ԯ'x.`.@D吺'` *` *@ D吚 x#`, ,`D|% i* *` D  b#!"ȁ(!#(' J |0Ϋ',`,@D吪` 6-#1"ȁJ>1#H>=@|&D'ز'#',#'(#|7 X"#t#x0;l#p#l#d#h##\#`,@@YN'`-H#'T# 'P#$'L#('H'('$"' '"'<De0e4'8'4'0D%l$L(J'DDeP.L2̱6 TL>H"@D*̟'@''''@'Ē'Ȕ'̖'@s'Βa @PD|  '$''T +' #D虢ʝF*xb# +#bH- $ '`''@5#d'#\'#`''ؘ'ܚ'xbH@q/ x"@x"*bD !$"H 'N'P'LD0'XZ'5 @= ''-'''腧?H؉HPJءND%`" ' '7'"`쀢 # ''쀤 *   |$*@ *|.ЩH6T'' '?* "`  |$+ #`*|.ЩH6Է'$`'*   |$*@ *|.ЩH6T''I"" @3$##@DS"@'x#؁ RRDx4Px: ܿ+  +` D吢 $`  * *` Db#  * *` Db# D\JСNP'l2|6ط',`,@D吪` < ^XH-НLN'hPh'@h'<h'8'L 'Plp3cxh!p4#zlH@L 'LhD@ h8 h'8 h< h'<xL>8@ P* pxH2@ P+ pz83@P`'P<8P* pxH2@ P+ pz<3@P`'PD<P* pxH2@ P+ pzD3@P`'Ph'@h'<h'8'LP-`/pxl5P.`7pzh6P`'PP'D$DDpxP @.P+ ptS@#p4cxP,)p#vT-p5z 'Pl'Hh'D''@?*L>8@ P* pxH2@ P+ pz83@P`'P<8P* pxH2@ P+ pz<3@P`'PD<P* pxH2@ P+ pzD3@P`'PPD$DDpxP @D$X D@'D%| D$D @D嬀 d D%'l#\'#`D+` +@ HB##Pԟ@ @~'\\`"  \'`D@D@@'``2 :X#@ 'h'GHB* *` *` d -HJPN+  +` +` d   ,`,@,@d  豥 Z\@+bЍDF'l @~*'hhh. .`.`d`%h/`* @* @d@`@'h D @h#`+, , d@h$- -`Dh&`hD&h' h'`0h" `h* * * d `` "` "`$h,,,d``$`($`,h d-. . d@`@@}h t.`.@.@d@`P@}h/ /`/`d``&8&<h+  +` +` d  0"Ph,- - d@<$Th.`.@.@d  $& @& Dh* * * d `(`,"`H"`Lh,,,d`4$`Xh. .`.`d8%\ld'@`#` #\h#dd#h`#lh#p#,b#t%.#xDD"lDdD D @G 'ZDeUdQD%'l#\'p#`'t#d'x#h'|#l'#p'#t'#x'#|'#'#De-. HB##Pԟ@ @}'\\`"  \'`D@D@@}j'``2 :X#@ 'h'HB*  HJPN+   ,` 豥 Z\@+bЍDF'l @|'hhh-@'D  @Oh&.@h"@* * D%@ h$ hD$`h$ h% h%`0h%`h1#@%T3cHh&(&,h/ @`& &$*@  h d, @|h dΒa @|,@ h t-@@|h tΒa @{h.@ &8&<h*|@ "Ph,`x $ @$ Dh-p@%H%Lh/`t@' Xh+ l "\ld$@#` #\h#dd#h`#lh#p5,#t7.#xD DblDdD D@ @F)' @{'\\`$ \'`D@D@@|K'#DDD adD@|sD@|9?c'D'H'L'P'T'X` ` ` #`X#\P#dT#h``DHL  @|x` aTLD@|4T\% #\PX"PX@#`LHTD@|i1#P``(`,&5X`(,D` T #\X3` ;`P PX@#```T LHD@|;'X` @ D@` T #\``T X4 @< P@#`HPLD@|`!HLD@{``C` `TLD@{`Jd ` d@z#\` @P`"l``T# ``dH@{T\$#\PX"PX@#`LHTD@{`!HLD@{w` #`X#\P#dT#h``DHL  @{T\$`#\PX"PX@#`LHTD@{+cP`(,&/X` ( ,D` T #\X3` ;`P PX@#```T LHD@{v'X` @ D@` T #\``T X4 @< P@#`HPLD@{T?c'D'H'L'PP  PD@zP0P `P@z4?cx'D'H'L'P'T'XT-HJ  L "P " H@zD a\H@{L#L`$D\ HP%P % H '$Βa @yHΒa@y HΒa@y '$Βa@y'$H@y'$@yD a\'$@zL"L "D`\ HP$P $D` DDDPL@@z'X=D"lDTD@zZP@#\D"lD@L  @zDlD aPD@zC'$@y#\'$P# D"lD@ @z~DlD!HD@@z*pD"lDLD@zP@#\D"lD@L  @zGDlD aHD@z'$@yH#\'$P# D"lD@ @zC#\L#`DlD  @z3P@" #\L"L#`DlD @z!P@$#\L"P@# DlD @z#\D"lP@# D  @z?b'D#`'d#d'`D"耐 h'D腠$Ɠ'#p,JP'DddD(,R?'#\De0e4๦X#``#``'@ӝD$D轠D%0%4? EDe0e4H :?H#xLN'Dd*!Dbآ2 D,+aD5D$.`7ᴸ 6Dd* D2@ D#dD$$$$D䌨 $+c聬\D"$"$ BxFHD#$@? @D%0%4H5੤?Xcx\^'D*aDؤ@3 D䌫- -D5@Dd.9! 6D$*`D"2 D䌠 #DdD䈀 D"TDbDDD@@xHy#'\#'X#'T#'P#'L#'H#'D#','('$D%0%4'@''''@''''@c' '''''@w'D$$?Dd܀'‹'<ȗ'4#'8c'0'#\'Ē'Ȕ'̖'И'Ԛ'@ܖ'D$$ȡN?c' '!#''''@9DdcD䈀 ^D"D 'Dc+#\DbDDDdD"D@@xF77D7D#.`7#\DD"L'hD@Ԛ @x:D a\HԘ 'bH !#'\#'T#'P#'Ld'XDe0e4'H''''@''''@ 'DD$@ 'D$$''D܀#ȁ?h'@ց'`Βa #``#``@v'`Βa'@v'`@vD a\'`@w'А'`@v#\З2 :ؖ" D"DDbL'`D@w!"H3#'T'P 'L#'H#'D#'@ r'<‹'\#d(ƛ'X'@*'''@'`@v#\'''''`'@Y'`Βa,t@v}'`@vD`\'`@w'А'`@vu#\Л3 @ ; ؖ" DDD"L'`DcԘD@wi)"H9#'T'P 'L#'H#'D#'@ r'<‹'\#H(Jcd0έ̯'X'@'''@޸'`@v.#\'''''`'@ܔ'Dؚ@ 'DȵX?D"LD@ @w?c0'DD"쀐 'D셠$Ɠ'#,JP'` 'D$̩2DeL6T'' #\'#`D%P<셠 ^#hh#hh'썠%#ll#ll@X'䙠 H'D%dDP0D쭠ҳ'칠:> KD%P!썠$B*  >셠 $“'̙*С. L#حTV'Dd*!PDb2 D$,`'RD"خ4D$.`7TD"6D$*`V 2 D#dD$$D$)#: fD"$̅ $BؙJLD"H '쉠"& GD%P)읠,J2 :쭠58ֻ'́>Љ" @cؕHJ'D*aPD3 Dd,)!RDbذ4Dd.9!TDb6Dd*!V 2 D丠 #DdD䰀 D"TDbDDD@P@uD䰀 DdD#D" 'Db'D"#\DDDD"dD@@u77D7D"7#\DL'\Dؚ @uD"'D%P Db썠“'D̙*DL.L''D"D伢 'D'D$耥R'TΒa7Ѕ #hh#hh@tv'T@tyD a\'T@u}'D䉠쑠&Й*̥0RDصXZ'ؐ'T@t]#\Ԗ" " DbDDL'TD a\H4<ؘD@@uN'Dز@'DлH<'DLD @u2?b'D#'`#'\#'X#'T#'H#'D#'@#'<D"쀐 DЀD$Ѐ`D"셠Del$BJL'2 ; + " `'D'Dc'D#\DcDDDdD@tDeP.D쩠 Я''D@* *` D# +` +@D%@ ?$$',D@xD%L ԍ$Dd̙*Х0R-VX'D@''L'PD@V6>''2 @: 'D"耣 @D"D쀥@57h7jD#7lDЀ@l' / 7 7l'@`7nDWj@ D"Wj"@ *3 n#@ +`3`7nD7jDbDnWj D"D Wj# 7n, ,`DWh% --D%@lWh&* *` DWj# +, DenWj@$$#\DL'D   @s3bH0D%l X$F'PDeP*X.ԩ2 PX:T>\P&ȗ'L'@'<''''@''''@+  +` D吢 `(r #\ #`DD"DWhWjln@p,DbLD!``D@sR,- De('Βa<@rD$Ѐ`@('@rD a`'@s'''@rs#\lWh " DDD"L'nWj# D@sh'@r[#\WhD"DDL'nWj # D@sSDbLD\ D@@r' @rT'@r9D\'@s='D#'dD$Ѐ`@'@r$#\ D"DDL'D \ H4`<`D@s'@r #\d" "DbDDL'D \ H4`<`D@r)"HA#'0', '(#' #' r' `"'8`'4P,J'$ $4 ('$'@O'ܒ''@B'@q#\'Ȓ'̔'Ж'ؘ''@~DdЀyD$Ѐ`@c* *` D  `0D#\`D"DDbLD@r$` <#\DbDDL`D@rt#\DDD"L`D@@re#\`DDD"LD@@rW#\`DDD"LD@@rIa* *` D  `0D#\d#`D"DDbLDd@r($` <#\d"DbDDLd#`D@r#\d"DDD"Ld#`D@@r#\d#`DDD"LD@d@q#\d#`DDD"LD@d@q5H#'('$' * *` D  `0D 8`"'8`'0'4','#\'Ȓ'̔'Ж'Ԙ'ؚ'@ڲ#@ X 8`"'8`8`*ȟ'0'4', @'('#\'Ȓ'̔'Ж'Ԙ'ؚ'@ڋ8`6Է'8`'0#c'4%',''('#\'Ȓ'̔'Ж'Ԙ'ؚ'@o+`8`"'8`'0/'41#','#\'Ȓ'̔'Ж'Ԙ'ؚ'@VD\ H/`"@ D"LD`` D@@p,,D%@ */0 N 'Βa?@o* *` D  #@#hh,`,@D吪`*H'--D%@ 0&#hh* *` D :X'D`\ H*`@p'` ''H#\'@#`'Dȅ #hh#hh̉##ll#ll@R@'''H .D%l X$F'PDeP*X.ԩ2 PX:T>\P&ȗ'L'@'<''''@''''@'@I B'* *` D *ġ.+` +@D%@  4VX'@B'HD$Ѐ`@#\` DbDDLD@pI#\d#` DbDDLDd@p9"H #'('$' `'8`H`"'0'4','#\'Ȓ'̔'Ж'Ԙ'ؚ'@MD$Ѐ`@#\DbDDL` D@p#\d"DbDDLd#` D@obH ##'('$'  8`"'8`H`*ȟ'0'4','#\'Ȓ'̔'Ж'Ԙ'ؚ'@#@'؀ؤ 'D!\`H؀p 'ΒaE@n~ 0ĉ" g Pĉ" 'ΒaGč%#hh#hh@nO`Xę* 'ΒaMĝ-#hh#hh@nj9`ĩ2 'ΒaSĭ5#hh#hh@nT#8Ĺ: 'ΒaYĽ=#hh#hh@n> 'Βa_ā?#hh#hh@n1i Pć# 'Βaeč%#hh#hh@nR`Xė+ 'Βajĝ-#hh#hh@n;`ħ3 'Βaoĭ5#hh#hh@m$8ķ; 'ΒatĽ=#hh#hh@m 'Βayā?#hh#hh@m  'Βa~@m'@m'@mD a`'@n'DЀ@'@m#\ D"DDL'D ` H4`<`ܘD@n'@m#\d" "DbDDL'D ` H4`<`ܘD@n{)"H0#'0', '( h'$#' #' p' `"'8'4'@'ܒ''@'@mI#\'Ȓ'̔'Ж'ؘ''@'DLD a\D@m`'dDLD @n'?b'DDADbD :D耐 Db쀐.!D!L @r ""Βa@lDbD D@'D#\D"DbDDdDD@mDb'D a\ H '"@l#\DDD"LD@b@mD腠D%0%4?DeP'D왠 ȟ'D匑* - @l''DR* *` ?`"+  +`  #`l$ ' D@0,,%`D̅!D%L$B*ȟ'04R3`pZ\..'/`* @@" 'De K@l;D匀 ` 3` ;`" `- %@$ "  'D"@ 4* *` +  +` # `" - -`.`.@7`?`*` *@  # `'D匀 8D%*` *@ "` D匡, ,`$ ( `#` D匱. .`&  D%*` *@ "` +`#De,,$@%D%*` *@ "` D$ #`'D$'DeL $ƝB'D0D4: XD%% @De(e,D?С N7pRT'D%L6: ܉X'De&D%*0NDee VD(,D䬁?ЍD pHJ'Db'Db'D"'D@'77D7D"7#\D"DbhD'lD@ @l#\D"DDbhD@lDDbD#'D#\DbD"DDdD"D@k77D"7D7#\D"DbL'lD @kD!\`H'D%,;`xP "Βa@jD%  #``#``Βa"@jDe'x J "Βa@j  pDee BD& ;XD+#``#``Βa"X@jD"`'"@j#\D"DDbLDb@k|DLD @ko@jmDb襠D04?DP7D"칠 ؿ'De* .@jU'p'D%R* *` ?`"+  +`  #`l$ ' D@ |0,,%`D̅!D%L$B*ȟ'04R3`pZ\..'/`* @@" 'De K@iD匀 ` 3` ;`" `- %@$ "  'D"@ 4* *` +  +` # `" - -`.`.@7`?`*` *@  # `'D匀 8D%*` *@ "` D匡, ,`$ ( `#` D匱. .`&  D%*` *@ "` +`#De,,$@%D%*` *@ "` D$ #`DP 'ď'|' d|$BD%L*H'Ddd?D04V?\ B^#``#``@-0D%(%,@?Ddd?D ?De/2 T? Z@\#``#``@- D?DL'D" ЭTL+`pZ\#``-=-3`6D䁠"& D@7pNP#``/ ? /``2 '}77D7Db7#\D"DbhD'lD @iD"DDbhD d @iDDbD#'Dc#\DD"DDbdDD@iv77Db7D7#\DbDL'lD @ikD a\H'De2 x V "Βa@hR D%  #``#`` pDdd JD%. #dd#ddΒb"@h2De3x V "Βb*@h   pDee BD& ;XD+#``#``ΒbA"X@hD"`'"@g#\D"DDbLDb@hDLD @h@g Dd ހ # v?c'DDdDbD ]#\#`D DbDDD"DbD@e@DԀDb#\D#`Db#dD#hDbLD$DDD  @h#\DbDDD"DbDD@hDDxDSD" @(Db@$D@ DOD@g?c'D'H'L'P'TDLDbD E#\#`D DbDDD"DbD@dDԀDbH#dDbL#hT#`P#\DbLDD"DD@HL@h#\DLDbDDHDPT@h#?b0'D'H'L'P'T'XD"DDhD@gD@@gD腠D%0%4?DeP'D왠 ȟ'D04?'l+` ?D) ''De '8D@ D%LȃH'"ȑ& D`LN'hh Dh@ ;D%(%,''?D ȍ$FD(,H?2D$$?De-ȥ0R?X ^Z##@*D(,@?D蕢? D$ Ā ɀ  'D''Ā}'<#l'H#p'4#d'8#h'P#t'T#x'X#|;X#`DX@ XR''艠?@F 0 3@'*̟'2 56'8<' '`'@?' '#D'#`* H%''D@* *` D# 'D%* ,`@e'$$D匑* - @e'  $@e'D% 8* *` $?`"'8D@ D%LȃH'"ȑ& D`LN+, $$@,,$%`'D%$ K@eJDe$$`$ 3` ;`" $$`$- %@$ $"  'D"@ 4* *` $+  +` # $`" - -`$.`.@$7`?`*` *@ $ # `'D匀 8D%*` *@ "`$ D匡, ,`$ ($ `#` D匱. .`& $ D%*` *@ "`$ +`#De,,$$@%D%*` *@ "`$ D$ #`'D&* *` $+  +`   ,`,@$ $  $  $  $ $ `''D* *` $+  +`    " " " " "`' @d`D D$#\ #` #d#hD D` D  a@eX',OD `D$#\ #` #d#hD D` D  `@e<',3D `D$#\ #` #d#hD D` D  a@e ',D$#\ #` #d#hD D` D  `@e ',D$Db4D@d'') ' Db쉠Dl& D/ࠝLN'6 @>`.`&''7ֳ''D%* *` $ Db#,`,@$ @--$`  ./ $@" Db"+  +` $  @  ,,$D%%`'8D@';D%(%,''?D ȍ$FD(,H?2D$$?De-ȥ0R?X ^Z##@'OD(,@?D蕢? D$ Ā ɀ Dd'Dp'3`?5?D倀 'D%t `DD%t'* *` D '+, De'ADe '7De '-De&D%`* *` D 'D倀  'De!?D儑'? ,J '`'|'xD'И 'd'Ā@'<#l'H#p'4#d'8#h'P#t'T#x'X#|;X#`DX@}''艠?@q [ ^De('d  'd'|'x| $'|x'* 'x' $Ɠ'`,/0'26 '' 'Z?`'WD倀 &| x$B  '`'| x$“'|*x.L T'`: X'>@'* +  De $ ,,D%@%D%x%J. Ч.`.@D吺'` * *` D# # #` 6 T' T`* *` D '  $* H$H  $?* *` D '@%Y" @$,  $?* *` D ' DH$D% * G` pxH'Dd + D"8#@' ') ؉ BPDDb虠 Hॣ-TV''Ā-'<#l'H#p'4#d'8#h'P#t'T#x'X#|! ؉ BPDJ;X#`DHPح赥##X@ U艠?Hl N RT't@6:ܿ'* * D%@   $Bԙ* LN'pp? t,`'D `,$p t. 5D &@t* D 4p+@`@"@ '`'\D儥0) XZ'5`=`''/'''腧?@8 " %De" ' '7'"` # '' *   $*@ *.ЩH6T'' '?* "`  $+ #`*.ЩH6Է'$`'*   $*@ *.ЩH6T''> " @($##@# @'Dex/ T8ڻ* * D%@ #  * *` D`#  * *` D`# DlJࠡNP't26ط',`,@D吪` < ^ԑ& HJ'p`5p'Pp'Lp'H'\ '`p? t+`! D`,#p  t-`/D `%t.;`D `4p* `@'tX\ '\pT@ pH p'H pL p'L\;HL@^,H? X*`D `," H  X,`'D `$X-3`D4H/``@& X* D 0"@ XtWtX" #'(pT" #(& ȗ'(X't@=X" #($FT LN'HH + D `,#@H - -D %@.9 D` 4H*@  @&'p? t,`'D `,$p t. 5D &@t* D 4p+@`@"@ p'Pp'Lp'H'\`'`t'Xp'T`''P?\;HL@^!,H? X*`D `," H  X,`'D `$X-3`D4H/``@& X* D 0"@ 'D `<'''D$ 1*`2  # , %@,- 5`-1!@.`6`5􀦠' ' '`'9D 'D$  +`! * 'D 'D$ *a+#`3 '- -`$ #`X#\\#d #hD$DdD,X @^A*` *@ $  `', ,`$@"\#\ #`X#d#hDDD$/`* @$` DX@] 'DdXD'&,@]$@\D"DD`dD@]D@]g?c'D'HHD" ?c'D'HH D@$“H'?cp'D'H'LD dH  D"H@  VH+, De, GDe ?D夰' #`#\DeH./ De(e,D%0%4D@ #쀐  DH* *` D ,L#@ L# ?cp'D'H'LD LH  D"H@  >H+, De, /De 'D夰' #`#\DeH./ De(e,D%0%4D@  L"@"` ?cx'D'H'L'PD HDe  @H  D%#`H 2De' #`#\DH-`-@D(,D%0%4D@ 쀐 LΒ`"  L"P# ?c'D'H'L'P'T'XD H  D"H@  H+, De, De D 2`.D% )DxDe !D%*` *@ D!t@ ' ( ,LP'L'P`0`4(,DTXH'T'XD\#\d#`DH. .`DLPTX@ hD` \De D`xD%@  L'd @Bd *@ 3De+, D`t#\d`-#`d/  d+  d ,@d -@@   ' ?ch'D'H'L'P'T'XD H  D"H@  H+, De, De L LTD`Ѐ H䀢 P B X F:'0#d #``#\DHPX p#"##$b'$+%b/%3&bDH/ /`D%@,""К# L  @d#b$h'$l+b%L-1"Բ@`p'' L/`bؔ@t#@#`L+#b@x$L- -|&D5&H9'"L""P?X? ?cp'D'H'L'P'T'X ' ''T@ *X@ !$Ɠ+`$@' ') \`(`,L'-\04 R'1 'LP'T'(\ < `DF'\D(LN'\ 8'$\@'('@=l`@B' ',``@B  \  ?cx'D'H'L'P'T'XD"腠De0e4?DP'D왠 ȟ'D%(%,LP V`蹦Z\'D(,TXD! 蕡HJ'쀐'D$䀥@D%'&@'䀧`'HDJ~D%LH'.2 P`赥XZ'耐 D耣@ cD콠D%l ^#`葡FH'4<,$ '5`=`%' dh N詠P1 赥XZ'འ\`@荠B3`虢JL'& ' DdD`D@YH#\DdDD@YqDdD4D@Y3?cx'D'H'#\'#`'#d'D"H''' D@YD"D쀥@AD""D"D" Fb`JL'Dȡ. T!"`XZ'DbĽ<셠B%`FH'D̙*졠 P)"`TV'DbDD@Y3  ?cx'D'H'#\'#`'#d'D"D''' D@XD"D쀥@-D%  DD@D"D#bD@D ؀D"@#Db@D @D"D~D"H$ 'D DD H@zl DbH# 'D@DަDwD H@zR nH` # ' DyD H@z= YH`  # '쀐 D H@z+ G ' 'D#  D"$`'D% 쀥D& '& '" 'DD@D(DD D H@y ?c'D'HD H@y?c 'D'HDH@K'  *` *@ D吚 `(6?''De +  +` D吢 `(􀤀 - -`D ('''/ /`D%@"(:* *` D ('+, De?$('De. .`D (@ *` *@ D吚 `(##`( 'DV ':'pD@W)'pD@' % '+  +` D吢 `(6?''De +  +` D吢 `(􀤀 - -`D ('''/ /`D%@"(:* *` D ('+, De?$('De. .`D (@ *` *@ D吚 `(##`( 'D'pD@&'@'''*` *@ D吚 `(6?''De +  +` D吢 `(􀤀 - -`D ('''/ /`D%@"(:* *` D ('+, De?$('De. .`D (@ *` *@ D吚 `(##`( 'D''   h  MDe2DH@~' <DeD+  +`  'x'|@',`ΐ"@T '  H`4  À   H ?cX'D'HD$\` DH@~H`5'<H < @ " Db$'Db$'D '< @$~' ,'  $@  DH@M/DH@QEDH@e?DH@ 9DH@ 3DH@-DH@'DH@! D$\"  * Scx NNNNNNNOOO(Ddd ?c'D'H ?c'D'H ?c'D'H ?c'D'HD H@v?c'D'HD H@v?c'D'HD H@v?b'D'H'LL ,' HD  gD"腠De0e4 ?L L @ H #D%`'H0 H`0 VD  `(`,?h@"p?` `$H  𥣉#bxTV'D܀  $` xNP'D"ܞ 'H $#d#`#\DDD    @T 'Ԁd'D@T SD"" 'D#@ 'D  H?` `$蝣?%p聬詠?#\ SD m)@#`#l V#\#d H#h#p#t SD TD'  t ߀ ;H`0 EH`0@ #\#`@  V [D) 'Ԁ +'D@S#d H#`#\#h#l  V [D D' t H`0H 0`D"H " 'DbH $$@'ت#xxDH?#\ RD  'ԀW'D@S(FD"" 'D#@ 'آ#xxDH?#\ RD )#`@#l [#\#d H#h#p#t@ RD   D3'  t ߀ g 'Ԁ a'D@RPD"" 'D#@ 'آ#xxDH?#\ ED <3L L`&#xx  N`  R?#\#` #d#h@  H EDD~'  t Հ  W#\#`D"LDL`D   @D@ HD   4#\#`DL DbL`D   @sD"@L`,' HD  D~q  H`4   ?c'D'H'L'PP  ;%D}D@R /DD~BD@@Q "D~8D@Q LJ A䀢 P Rր aހ p逢 r ?cX'D'HD DbDH  D$   @uD@@QH4D 4  4D!d   @ ' HD@'쀐#\D%* * @  ID   D@@Q|H4 D 4  D!d   @D@@Qf { xDDD @H@Q H 'D' 'D'D"D'DbD'`@ DD"@ #'Dd'% #\#`#d#h#lD#poP#t#xD$DbPDDD D @D@@Q @ D@@P   H 6 ?cp'D'HD  DbDH  D"H " '  D$  DH`$%' Db& H`0 'D 4  $DH D 4  DH H 4 〢 H`01&D 4  DHD 4  DHD 4  DH~H 4 ـ Db腠D04 ?虢H?@D%(%,B#pp#pp #D ;De(e,𕡈#pp#pp #D ?(D "dD#$hD#pDbDDlD@P5D %bܐ + (H4   D%`D&&D{ H`4  Ddd DH` # 'Ddp$'D%$dDb蝠 D04 ?詠 X?D(,^#pp#pp #D 31"D&d&dDD'%'%D{D"bDDD"H@P H 0b Dd  DbH %'D%hD$p&'D艠D%0%4? #pp 蝢LD"d"dD04ND$$De(e,@D ༁ D" DddD(,H#pp#pp  @\D$$De(e,ND04TD   āDb DD(,ZD%0%4@#pp#pp  @3LD$$De(e,@D ༁ D" DddD(,H#pp#pp  @D$$De(e,ND04TD   āDb DD(,ZD%0%4@#pp#pp  @DddD(,DD04J;X#`D" DddDe(e,N#pp#pp  X@ ED$ .D$"@ #\D$#`D#dD#hDbLDDDD  @N#\DbDDDD"D@@N#\D"DbDDD"DD@NRK 'D 1D$"@ #\D$#`D#dDb#hDLD$DbDD @N#\DDb"DDD"DbD@N#\D"DbDDD"DD@N~DzADpDXD3D;D" @}Db@}D@| H   I ?c'D'HD DbDH  H 4` H4 D"H $ ' D%  ~DH`$&' qDb"   gDD'D@ND#dD"DDd@D@M}Ogΐ"@LD"DDD@Mm Aΐ"@LD"DDdD@M^ 2ΐ"@LD"DDdD@MO #ΐ"@LDDD$D@@M@ ΐ"@LsDDDD@M1 #\#`#dDbDD  D  @M * [c| mn8nmntDD$耐D ` D"DD kD" D"DD `D"D 쀐  D#hD$dpDD"@DD D &$dD &ܐ  H D"H " ' 'D$ D% 'Dh&' wDp@ D$p"@ ' D$p" 'Ddp'D Db@DD"FD%dh M(D"H " ' 'D$ D% 'DpDdpaD$\`2D$p"@ #hhD%0%4 ?H?Db蝠 । N?#\D(,豥#hh#hhD"赠ཧ Z#ll#ll +D*D"腠De0e4 ?H?#\D(,襣P#hh#hhD$p#@#ll౥T#pp#pp +Dk[D$\`-D$p" #hhD%0%4 ?DdpH?#\D(,襣#hh#hhD"詠౥T#ll#ll +D;+D"腠De0e4 ?DpH?#\D(,襣P#hh#hhD$p# #ll౥T#pp#pp +DD@ @LDDDD@KDwbD`4D%D%dD 4  D&"ܐ LD`?D @KDDD$D@@KdD D"`D"dD 4  D"ܐ ( %H 4 ׀ Ԁ  H@ ǀ y  Dd d k?cx'D'HD DbDH  D"H " '  D$  DH`$%' Db& Db셠D%P$“' . L'+D%LH "%L/DeLȢ"eL'%D "dD#$lDDD apD@JD $ܐ L IH`4 Ԁ 〢 DD%L bDF'D M Dv`D 4   H4 D$d` DH`$$'D$l%'D%dD"애DeP,ʣ'3 X'D""@F'D M D%L $F#pp#ppDJD"dDvD 4  D"D"DD@"H@J H0" Ddd DH`$%'D$l&'D왠 D%P. ̧' #pp8ZD"dDP>☁ ND$̅ DeL$BD༁ D"Dd̙+DL.L#pp#pp  @|D$̩3DeL6TDP<^D  ā DbD̉#DL&DD%P,N#pp#pp  @|LD$̅ DeL$BD༁ D"Dd̙+DL.L#pp#pp  @|D$̩3DeL6TDP<^D  ā DbD̉#DL&DD%P,N#pp#pp  @|_Dd̥1DL4RDP:\;X#`D"Dd́?DeL"@#pp#pp  X@|@ ED$ .D$#\D" #`D#dDb#hDbLDDDD  @IJ#\DbDDDD"D@@IT#\D"DbDDD"DD@ICRK 'D 1D$#\D" #`D#dDb#hDLD$DbDD @I#\DDb"DDD"DbD@I#\D"DbDDD"DD@HDtDDDӫDڳD" @w}Db@wyD@wu H [ 쀢 J ?c'D'HD DbDH  H 4` H4 D"H $ ' D%  DH`$&' wDb"   mDD'pD@H|D#dD"DDd@D@GOgΐ#@G'D"DDD@G Gΐ#@GD"DDdD@G 8ΐ#(@G D"DDdD@G )ΐ#4@FDDD$D@@G ΐ#E@FDDDD@G  #\#`#dDbDD  D  @H * aa XD8D$耐D ` D"DD D" D"DD D"D 쀐  D#lD$dtDD"DbD D &$dD &ܐ  H D"H$" ' 'D$ D% 'Dl&' }Dt@ D$t"@ ' D$t" 'Ddt'D DbDD"D%dh S.D"H$" ' 'D$ D% 'DtDdtaD$\`/D$t"@ #hhD%P$“' 졠. L'DeL48#hh#hhD콠셠 ^#ll#llD-D"셠DeP$“' 졠. L'DL48Z#hh#hhDt# #ll셠 ^#pp#ppDaD$\`0D$t" #hhD%P$“'Ddt 졠. L'DL48#hh#hhD"콠셠 ^#ll#llD.D"셠DeP$“'Dt 졠. L'DL48Z#hh#hhD$t# #ll셠 ^#pp#ppDD@ @FDDDD@EDqD`D%D%dD 4  {dD&"ܐ LD`D @F_DDD$D@@ED D"`D"dD 4  {@D"ܐ ( %H 4 р Ԁ  H@  s  Dd ^ e?c@'D'HD +DbDH  !D"H " '  D$  DH`$%' Db& Db腠D%0%4 ?虢H?Db읠 DP0Ϋ'๠: X'ZD%(%,B#pp#pp #D zDeL%䕠(J#pp#ppD6HD(,𥣈#pp#pp #D zDL3䱠6#pp#ppD?你'%D #$dD#hD$dlD$pD%dtD %ܐ } zH`4  〢 Dp iH4 aD$d` YD"H " 'Ddp$'DbH$%'Dl&'D&ddD聠D04?荠J?D%(%,𥣈P#pp#pp #D z;bD"$"$Db쭠DP8ֻ'࿠? D'DL(䝠,N#pp#ppDDb#$Dp8D#D"DD@"H@D H0 D$d` DH &@'D&hDdp"@'D詠D04? #pp车\D##D"H$$'Ddl%'D"쁠DeP" ' #pp,ND'$;bD%0%4 ND$$De(e,@D ༁ D" DddD(,H#pp#pp  @vD$$De(e,ND04TD   āDb DD(,ZD%0%4@#pp#pp  @vLD$$De(e,@D ༁ D" DddD(,H#pp#pp  @vD$$De(e,ND04TD   āDb DD(,ZD%0%4@#pp#pp  @v|DddD(,DD04J;X#`D" DddDe(e,N#pp#pp  X@v]DP3⠁ ND$̅ DeL$BD༁ D"Dd̙+DL.L#pp#pp  @v2D$̩3DeL6TDP<^D  ā DbD̉#DL&DD%P,N#pp#pp  @v LD$̅ DeL$BD༁ D"Dd̙+DL.L#pp#pp  @uD$̩3DeL6TDP<^D  ā DbD̉#DL&DD%P,N#pp#pp  @uDd̥1DL4RDP:\;X#`D"Dd́?DeL"@#pp#pp  X@u #D$ 'D$"@ 'D"@'Db'' 'D"'D'6 * 'D 'Dd" 'Db'D"D%'' 'D"'D' 'D$'D'' #D$ 'D$"@ 'D"@'Db'' 'D"'D'6 * 'D 'Dd" 'Db'D"D%'' 'D"'D' 'D$'D''Ԁ Ѐ #\#`#d#hD"LDdDDD@BĀ#\D"DbDDD@B #\D"DbDDD@@ADDD̰DӸD @pD"@p~Db@pz H    ?c'D'HD DbDH   H 4` H4 D"H $ ' D%  DH`$&' Db"   xDD'D@AD#dD"DDd@D@@Ogΐ#R@@,D"DDD@@ Rΐ#c@@D"DDdD@@ Cΐ#s@@D"DDdD@@ 4ΐ#@?DDD$D@@@ %ΐ#@?DDDD@@ #\#`#dDbDD  D  @A * ha DD=D$耐D ` D"DD D" D"DD D"D 쀐  D#hD$dlD$pD%dtDD"@D  D '$dD ""ܐ  H D"H " ' 'D$ D% 'Dh&'DH $'@' 'D"@ D$ 'Dl%'  bD$p D$p"@ ' D$p" 'Ddp'D$t D$t"@ ' D$t" 'Ddt'D Db@DD%dhD%l D"H " ' 'D$ D% 'DpDbH$'''Db" Db#'DdtD$p[D$\` ,D$p"@ #hhD%0%4 ?H?#\De(e,襣#hh#hhD詠౥T#ll#ll +Dt*D"腠De0e4 ?H?#\D(,襣P#hh#hhD$p#@#ll౥T#pp#pp +Dt[D$\` -D$p" #hhD%0%4 ?DdpH?#\D(,襣#hh#hhD"詠౥T#ll#ll +Dt_+D"腠De0e4 ?DpH?#\D(,襣P#hh#hhD$p# #ll౥T#pp#pp +Dt4DdtaD$\` /D$t"@ #hhD%P$“' ء. L'DeL4ܵ8#hh#hhD콠؅ ^#ll#llD -D"셠DeP$“' ء. L'DL4ܵ8Z#hh#hhDt# #ll؅ ^#pp#ppDaD$\` 0D$t" #hhD%P$“'Ddt ء. L'DL4ܵ8#hh#hhD"콠؅ ^#ll#llD.D"셠DeP$“'Dt ء. L'DL4ܵ8Z#hh#hhD$t# #ll؅ ^#pp#ppD{D@ @>tDDDD@=DiD`D%D%dD&"ܐ FD`D @>SDDD$D@@=D vD"`D"dD"ܐ ( %H 4  ڀ  H@  o  Dd S a?cx'D'HD DbDH  |oD"H " '  mD$  cDH`$%' VDb& L#D "$dD"hD#$pD #ܐ ;D $ddD$hD%dpD %ܐ , )H`4 ܀  D"DD!H@= H0! DbH $@'D腠D%0%4 ?Ddh%#``虢H?Dee N&e&e D&hDi D"DD@$H@=Q H 0d DH #@ 'D"襠De0e4 ?Dh%#``蹦X?D%'DP  (F#D"$hDh  Dd x uH 0a DH #@ 'D"腠De0e4 ?Dh%#``虢H?D N%% D%hDhD&ddD&ܐ XH0$ PDbH` "'D"襠De0e4 ?Dh$@#``蹦X?D%'DP  (F#D"$hDhSD"dD"ܐ  D$d    H@  z ?c'D'HD?H 'H$'H 'H$'?|H@ ꀢ 耢 D#@n eD"@b YD#@@V MD#h@J AD#@> 5D#@2 )D#@& D$@ D$0@ ??c'D'H'LD   &DH# 'HD`L$'LHDHL DL  ?cx'D'H'LD?H 'H$'D"# 'D"$'??Db?D"􀦀?DP D"썠“'Db虠 D%0%4?Db쥠Dl4RⰹZ\'3 @ ;`+`# '4 @< ''DC'D]4D%L胠H'䉠"葠& DbLN'" @ 􀤀؍D* *` D  HL#@#`'?? H Q O?c'D'HD?vH 'H$'H 'H$'?aH@ ꀢ 耢 ?O?H'D%>* *` D  ,, ,`D $􀥀-. De@* *` D    '??c'D'H'L'P'T'XT\ "#\DHLPTP@:(?cx'DD TDb Dⴀ  GD #c4D $#XD\Βc @:D%#D`\Βc @9D%D &#D\ LD a\HD#cD!\`LD!\`HD&$$D &dLD &D 'bDcH  D䰀 DDXb@#bDp D$`DD@%D D$Ѐ`@DDc" ""D#  DЀ @DDb$bDbDⰲ&&`D&D# D$Ѐ`@DD#@ "D DdЀ@DD#%$DH DdDD#X"&Dcp  D䰀 DDb$@#bD {D "#(D ",DDb###0Dc,'''D@U* *` D  7* *`"@D'`n'D"D쀥@ 'D"'D4 ' #\#`D,`,@   @k'D!* * @    @k 'DD,$@c4#c4DDc4"%"'D! D!* * @    @k| 'DbD"$@$D%"Dc耐DD#&%DDD$$b" 'bD8 DDLb$@#bDH\D$`%D "#PDD"TDD#c\Dc\#\ #` #d#hDcXDPD"DcT   @k#2D"D D#cPDD"#TDD$\DcpDD#P%PD\#\ #` #d#hDcXDP DbDT   @j D"   @jDcp 1D$`D#H  D#XDP D#cxD "#xDD"|DD#cD"D D#cxDD"#|DD$DcMD$Ѐ`@D"D D#cDD"#DD$D#  DDcЖ"#D "#DD"DD#cDc  #\#`Db DD,   @jo D"    @jf D"    @j]Dc \D$Ѐ`@4D"D D#cDD"#DD$DcDD#ȴ%D#\ #` #d#hDcDȔ DbD̒   @j##D "#DD"DD#cDc#\ #` #d#hDcDȔD"Dc̒   @j D"   @iDc耐 DDb"#DD""DDbD%#DcDD& D"D D#dDDDb"$DD"" D$DdD%$DDDd"$DD8 DDb"$@DD""HDH#\ #` #d#hD D$@DdD   @i D"    @i ?c @5'  "@"?c'D'H'L'P'T'XD   D@5'  D"H# L#P$` X$\%``%d&`h& l'`$T"`(p",t#`0x$ 4D'. X@ & ` #\ $#`#d #h8 `   @6/<'DD"D"# @#`<7" <D"`@D#@`@$<D% `@" @"<#`@ @@$<D%` hlT@5&`8h#\l#`#d#h `8 `d@5\ tl#\p#`HLP`dh@ @':  . #\ $#`#d#h `8  @5`0$#\ ,#` ` ` @@'?c'D'HDD@'' /  H  #\`$#` #d#h `8   @5;D<'D D`8@4D@ D@#@DD<$D`<D<D`@& @D@D`@D`<" <D@'D`4D 4D`DD D ,@D@3H >:  . #\ $#`#d#h `8  @4`0$#\ ,#` ` ` @@'?c'D'H'L'PDD`' 4 L@ ,  P  #\`$#`#d`#h 8`   @4e<''D' _H `H N L@F `8@3D`@D%D @D <& < < @"@@`@<$<`4 4`  ,@@3 `@'P@':  . #\ $#`#d#h `8  @3`0$#\ ,#` ` ` @@'?c'DDD` xD'`'-  ! #\ $#`#d`#h 8`   @3zD`<'D& @':  . #\ $#`#d#h `8  @3H`0$#\ ,#` ` ` @@'?c'D'HDD`' &   #\ $#`#d`#h 8`   @2<'D@'S  GH,#\ ` ` $@" .` #\$#`#d#h` 8` @2 0`$#\,#``  `` @@'?c'DD}D` vD'`'-  !D  #\$#``#d#h`8   @2Z`<'D &:  . #\ $#`#d#h `8  @21`0$#\ ,#` ` ` @@'?c'D'HDD`' &   #\ $#`#d`#h 8`   @1<'D@'  0 #\$#`#d#h `8 `@10 $#\,#` `  ` @HH ,#\ `  $@1 "  #\ $#`#d#h `8  @1t`0$#\ ,#` ` ` @@'?c'DD D ?D@0N?c'D'H'LD mL  fH  LH  YL 'L$'L 'L$' DL@ ꀢ 耢 D'/  # `  @ 􀥀$` `<' ?c'D'H'LDD`  DH" DL"yD''-  ! #\ $#`#d`#h 8`   @0D`<'DH&DL'` :  . #\ $#`#d#h `8  @0R`0$#\ ,#` ` ` @@'?c'D'H'L'P'TDD` DH" DL"DP# DT#$D@''-  ! #\ $#`#d`#h 8`   @/D`<'DH&DL'`DP"` DT"$D`D8@/[D D`D(TP@/D$8:  . #\ $#`#d#h `8  @/`0$#\ ,#` ` ` @@'?cH'D'H'L'P'T'XT" #``LP BDHF\`  p p\`dhBDH  p pp  ,@.M' #ϒ`@. ""` ""# #`# $ $$`(l* @.)$  #ϒ`@-@ l* @."` #ϒ`,@-@ l* @-"` #ϒ`B@-@x rl* @-"` #ϒ`X@-@a [l* @-"` #ϒ`n@-@J D'l ) ̗*#"@ `̣, %#̭-`/% ̷.9#&@`̕*`?" ̘ 'l#@$ $`p'ldh ?\`DHLP ?LP?𵦈?\'c Ԕ"'Ԗ'B?F'''?''l@L#В"`'Ѐ ,Ԁ 'T# Ԁ .T$ ЀT$'`̱-Ĵ'''̐ 'D?Д`'H'Ā, (  ,@,"`((  #ϒ`@, l " $('1 $`" $($*` + @ + @ @,#`(( #ϒ`@," $ B`$* * * ",`( '$@$% * @,% * @,%* @,& * @,&`* @,& ``   `#ϒ`@,?@/  " "$"(' ) ̗*#"@ `̣, %#̭-`/% ̷.9#&@`̕*`?" ̘ '\`DHLP ?LP?𭥈?X'c Ԟ#'Ԡ '^?B'''l@%#В"`'Ѐ Ԁ 'T# Ԁ T$ ЀT$'%@'Ԁ1 * "@ ` , ԧ,X#. Է.X% *ԛ+ X "@ `,Э-`X$IJ`'ǹl"`̀ C@?Г* X 'ԙ*X@ *إPС+X@4R?-  $ .`෠&/`໠'`*࿠" `, #Ĥ'# *"@  +#c#@- -$.`7& * '@ Ԙ'Ѐ@C *@  ț+ X $  ,ȫ- X$@ .@'Ȼ/ X*  ` *ȟ+`X" - $Į'Ȱ '̲`'N?ж'R' ' Z\`DHLP ?LP??H'c Ԕ"'Ԗ'N?R'''l !#В"`'Ѐ Ԁ 'T# Ԁ T$ ЀT$'Ԁ@1 ̗* "@ ` ̣, ԧ,X#̳. Է.X% ̗*ԛ+ X "@ `̩,Э-`X$IJ`'ǹl"`̀ C@?Г* X 'ԙ*X@ *إPС+X@4R?̫-  $ ̵.`෠&̑/`໠'`̙*࿠" `̣, #Ĥ'# ̗*"@  ̡+#c#@̫- -$̵.`7& ̓* '@ Ԙ'Ѐ@C ̗*@  ț+ X $  ̧,ȫ- X$@ ̷.@'Ȼ/ X*  ` ̙*ȟ+`X" ̫- $Į'Ȱ '̲`'N?ж'R' ' ?c'DD5D@4D` D @)\D  D@)SD D@)JDD`@)ADD @)8D@)5?c'DDD`( 'D$@ * *` *` D( +, , D`( @)- -`-`D( ...D (@ @(*` *@ *@ D( `, ,`,`D( @(-`-@-@D(`./ / D`(`@(* * * D (@ ,`,@,@D(`@('pD(@(D& (D&`$?c('D'H'L'P'T'X'\`#\#`dh#d#hl#l#pDHLPTX'耐  `'   '' ''`'9''l *   ' *`  '`'  J |@$x+ ȟ'''l *  9*  '+  '$*   Ѝ$*@ ', '̙* ,@''>. 7*  '+  '$*   Ѝ$*@ ', '̙* ,@'' '~   .#̉" ̍'cЙ* Н'̡/Щ2 '"̭|#@"|" |@$B'c"@"|'c"" |@$x+ ȟ' ? ǀ   #ϒ`@& #' |@$BЙ J'.2<ڃ'" F''l *  '* Xp 2@ +@ $* HtRT#xx,<,+bZ5'-@* Xp 2@ +@ $* HtRT#xx,<,+bZ5'-3bX.9"TV6*  6: ^tHJ#xx*:+ Z3@, %VT@- -ZU@ '.`7X/ "TW@6* ,06 Tt^@#xx+`;`+#bZ4,)"VT-1"ZU@'.;bX* TR@ 7+  "&,JtTV#xx, < ,`'Z4- -VU@. 5ZV@ '`' bX"`?c'D'H'L'P'T'XD zD`'܀ pD'耣 fD p't'D` 'D'D`'D 'D'''耢 *  ܐ ' *` ܐ '`'܀  !X T$P+ ȟ'l''耣@*  9܀*  '+  '$*   ȍ$*@ ', 'ę* ,@'ܮ'>. 7܀*  '+  '$*   ȍ$*@ ', 'ę* ,@'ܮ' '~'D`$e'D (* * * @ 䀣@ Q* *` *` D( +@ ȍ$,`,@,@D(` -'...D (@ *@ 'ę* +  +` +` D( `,'''܀ \`.#ĉ" č'cș* ȝ'ġ/ȩ2 'X"ĭT#@X"T"X T@$BX'c"@"T'c""X T@$P+ ȟ' \ f    #ϒ`@# ''X T@$B J'X.2`<ڃ'"` F'D H 'H @#''耤$*  'ܓ* XH 2@ +@ $* HLRT#,<ܩ,+bZ5ܬ'-@ܓ* XH 2@ +@ $* HLRT#,<ܩ,+bZ5ܬ'ܱ-3bXܷ.9"TV6*  6: ^LHJ#*:ܛ+ Z3@ܣ, %VT@ܫ- -ZU@ܰ 'ܵ.`7Xܻ/ "TW@6* ,06 TL^@#+`;`ܡ+#bZ4ܧ,)"VTܯ-1"ZU@ܴ'ܹ.;bXܓ* TR@ 7+  "&,JLTV#, < ܥ,`'Z4ܫ- -VU@ܳ. 5ZV@ܸ '/`@ ܀ؒ@'܀ hlXܚ @#'ܐ @"'" ` 'xh@#`'܀ ؒ@'܀ hlXܚ @#_'D$䀣@ (#\`;`h#hl#lp#pt#tx#x+, , D`(HLPTXؤ''?c'D'H'L'P'T'X''#'D \D`'܀ RD'耣 HD '$D 'D'D 'D'D '''耢 *  ܐ ' *` ܐ '`'܀  _''耢 *  9܀*  '+  '$*   ȍ$*@ ', 'ę* ,@'ܮ'>. 7܀*  '+  '$*   ȍ$*@ ', 'ę* ,@'ܮ' '~'D`$e'D (* * * @ 䀣@ Q* *` *` D( +@ ȍ$,`,@,@D(` -'...D (@ *@ 'ę* +  +` +` D( `,'''܀  p`.#ĉ" č'cș* ȝ'ġ/ȩ2 'l"ĭh#@l"h"l h@$Bl'c"@"h'c"" p   b  #ϒa@ E ''l h@$B J'l.2x!!  *\"DH?ah𙢈țL'DHLP'쥠?𭥉T?X"!๧ Z?a ^?PLPDH\\$?cx'D'H'L'P'T'XLPDH#``#``@?!`"@ FTT# #``  ??  !!𭥉T?  #a𽧉\?%@? !@? !@? !@?`"@LPDH ODH !ؑFHX"@DH X"`"XD'애(DHX "\X#@\D'애(LP\@"@\# "MDH !FHX"@DH X`"XD'애(DHX# "\X#@\D'애(LP\@""@\ "?c'D'H'L'P'T/"#XPH dLa聨 ! P  "#X!"` P\"|@o\"|L@"cX"` Da聨# H ;#X* \ X* cX+`"|H@2#X*  X*\ X+"|D@]cX@"X I$"` Tϒaϔ@-?cx'D'H'L'P'T/ D'D'D'H"D`D2` :`*`D@     H "L"Ta"D`\D2 : !% D2` :` !%Db4 % ' "'3H`"L?H* "@ T?H*a"@  +'@UO" -PH+ " !/%" '%%%?c'D'H'L'P'T'X/8H'H'H'Xb"DbI284%7%H' "'`L?-@ X9"T?-@ ;"@ @L?-@ X="P?-@ ?"@ T?-@ !"@ "L?-@  T?-@ #"@ P?-@ %"@ T?-@ '"@ " '%?c'D'H'L'P'T'X/HH'H'H'Xb "DbI*<,%/%H' "'L?-@ T?-@ X"L?- "@ T?-@  T-# L?-@ *L?- "@ T?-@ Xɶ"P?-@  9T- P-$T?-@ T-# OL?-@ L?-"@ X !T- X#T?-@ T-# +L?- "@ X )T- X#P?-@ I.T- ɰP-$T?-@ ɲT-# " '[%?c'D'H'L/X#X' "'7-cX g-bx %L`&D5%"@ "@b;%"I>'@S" !D@%D%b(%D* - "@ -a-  " -c, " D /bɴ-" -bL " -cX -bx @S?%-` 7 %L`&D ;%"@"@b !%"$'@S" &D@ɨ%+%"I.0% D2D@ 5D8 I:"$ȸ -L#@-cX f-bx %L`&D #%"@"@b )%",'@Rr" .D@ɰ%D2b5%-` ɸ" -`  -" -c, " DI<bȾ -" -bL " -bx @R+%-` $I%L`&DI(%"@ʬ"@bI.%" 1'@R" 3D@ %8%"; =% D ?D@I"D % '"$)#%-` $ " -`  0-!" -c,-  " "4D@I6D8(ɼ-`# D>D@ !D$ I&",(H-L#@" '%?c'D/xD%#X' "'?-` 0-"L Ȱ-@-#` 2-',56 %-c" -al" -b" -`" %" '%?c'D'H'L'P/D'D'D' "'耐}H?-`@ %#X' "'V-a - :-`  =<-!#,-%l@!#-) -3b%'-7L-;`)+% -`- " -b " -al- " -c"  %" 'L P?-` "@ `" '耐%%?b 'D'H'L '"P'"T'"T'"T''А '"X'"P'"T' r'"T''H(HJ 'H@D T' ' ϒb@@'D' bL`"bL#`ϒb@D T' ' ϒb@@'D' bL`"bL#`ϒb@n' ϒb@H' D`@C'@g' @c' @_#h'#\#`#d''' ' '' @~!\'"`'bT'T'!"T'#bP'%T''P''H'L'P'T@3'X'\'`'d@% 'Ъ'0#\'X'\'`'d'h'l@y9-d'/h'1"l'3bl'5T'7d'9"T';bh''H'L'P'T@'X'\'`'d@"T'bT'ؔ q'p''̐'D@y~'8'<'@@}qϐ"@#\'$'(','4'0Ϙ"@ s''D@yf @' @'p@' DT'ϒb@' @" ' + !"t'ܐ' @#\'$'(','4' '0@|,' ϒb@6' ϒb@x/' ϒb@q(' ϒb@j!' ϒb@c' ϒb@\D%"  ґ* c\ ONNNNNDe  ' ' ϒb@_D%*` *@ D!t ' ' ϒb@LbT'x'ؐ' @I#\'$'(','4' '0@ #$bHD@@|%$HLLM ' 'ϒcL@ ' @X?cx'D'HDeD` DHD  D ԀDDH'D@D.  D/`H`''D Da, D-`Ԁ Da.D `'D"HH DHAD"DH DHD#$ DHyD"܀ DHD#L DHYD#t DH)D# DH\D#Ā DHGD#쀐 DHD$ DHD$< DH;DHDHADHyDHsDHmDHgDHaDH[DHU RDH׫"  * a\ T\TDTtTTTTTU'(H   @v'D%  D'(HD@!  H"  * b0 UURRRUUUUUR ?c('D'H'L#@' #ϒcD@y D @HH@ "a#ϒc6D@^@ tH"!L :#\#` #d#h#l#pa* +  a `   d d@$!#ϒcZD@&@G <!a@L"!'`@T!a@$!! ϒc@@#ϒcD@@ ?cp'D'HD!@3'#h'#`' #d'#p'#l #\D!`,,D!`D!Dc  @ @'F'G A#ϒcD@D!@Da@N #ϒcD@D@D@< #ϒcD@}D!@Da@) m  耐0#В`0H@zc@#В`6DH@OD!@Da@ ?DВ``!H@U D!В`k!H@J!@L#`a#\D+  +` D @ DD#   @wDa@mD@ ?c`'D'HDD@'D #В`t@ DВ` @M'܀ #В`Д@ D@+'#h'#`' #d'#p'#l #\D, ,`D Dܖ  @ @'='> 8#В`@D@D@M #Вa)@D@D@> #ВaK@D@D@.  À H !Вa@_i耐\#ВaH@sc@'䀐 D@D@ n'䀢  * ' '#@O@'  '`' 3a. '`'a*  D@aD@ $!@#`!#\D`* * D @ Dܖ   @HD@?D@ ?c`'D'HDD@j'D #Вa@?DВa @ '܀ #ВaД@?'#h'#`' #d'#p'#l #\D, ,`D Dܖ  @ @'+', &#Вa@u?c#Вb,@l?Z#ВbF@b?P Հ 耐>#Вb{H@gc@'䀐 1#@]@''K` '"!@]$@)!,!@2' ?c'DD!Вb @kD"c D #ВbДD@ SD!Вb̔ @QD"cD #ВbДD@ 9D!Вc @7D"cD #Вc%ДND@ D!Вc\ @D"cD #ВcoДD@  ?cp'D'#h'#`' #d'#p'#l #\DD!Dc  @ @'5 #ВcD@s 8 )#ВcD@c (#ђ`D@Y #ђ`"D@N  ˀ D! @8D! ?c'D'HD! H!@eD*" D! @G#`Da #\DD!Dc   @|D@ ?c'D'HD!H  D#H  DU   H ?a'D'H'L'P'T'XDR ^*`T" 'hh" '@ D'll`'''''X`#\DHLPTX@DR   `   'd'` '\.` `  '`'d '\` ` '`'d'\``?'`'d'\'d '` '\` D 4 D @k '\\ ` DR  DR\"DS`\#\D D@HLPT@]d?' /p l@  ''/`R  *``' ,` #\'D d-@D@HPL@`' /p l@  ''/`R  #*``' ,` #\'D `-@D@HPL@` /p l@ ''/`R  (*``' ,` #\'D \-@D@HPL@;`(`$ j/p l@  ''/`R  l*``' k,` #\'D @DHPL@` DR` DR\# DS\#\T`D @DHPL@ `&?/p l@  ''/`R  *``'?,` #\'D @DHPL@ `/D 4 D @R?/p l@  ''/`R  *``'?,` #\'D 4@DHPL@ T`*` & j/p l@  ''/`R  l*``' k,` #\'D @DHPL@ o(`$?/p l@  ''/`R  *``'?,` #\'D @DHPL@ G`$?/p l@  ''/`R  *``'?,` #\'D @DHPL@ !\f`"D\ T" :'X\`X$<`'TX\ DUDU\%`DV \%`#\`#`XX L\ TT P \HD@ `#\DR`rDR\P@ # DS^L``DTn h#@\HD@r``BDR  $DRpDS \#@ DT r#PDTnDU`^T%&L\`  H`D@DVpDW \"DRr"@ P DS`nDT ^T$$LHD` @`` X X`DR  DR`\#`DR\HPLTD@?cx'D'H'L'P'T'XDR  \ X"`#\LT#`D $P DH@ X$`#\LT#`D P D@H@ ?/ #\'\D (@DDHPL@ ?/ #\LT "'\D(DD@PH@ ?/ #\'PX# \D`D(D@HL@ ?/ #\LT"'\D`D`(PX# DH@ pL`7P,= 77LT@%7L.`>77P7PX@"`7\D(D`'$DH @ L`7PX%`-=77LT&7LT" *`:77P7PX@$ 7\DD (@'$DH @ U\ X"`#\LT#`D P DH@ X$`#\LT#`DP D@H@ ?/ #\'D @DHPL@ ?/ #\LT"'D @DPH@ ?/ #\'PX# D`DHL@ ?/ #\LT"'DPX# DH@ L7P/`: 77LT@ "7L+`;77P 7PX% 7L7PX&.? 77LT@"`7LT #`+< 77P`7PX%`7D'$D@H @ \?/ #\'DDHPL@ G?/ #\LT"'D`DPH@ 5?/ #\'PX# DD@HL@ #?/ #\LT"'D`PX # DH@ L 7P,= 77LT@%7L`.>77P 7PX "7L 7PX$`,<77LT%7LT&.? 77P`7PX@ "7D`'$DH @ \`D 4 D @X"#\LT#`D 4P DH@ ?c'D'H'L'P'T'XT @ -/T 0/T ?/ T#?/O/T`DUDV   #\'DD@HPL@ ^DR    #\'DDHPL@ GDT  #\'DD@HPL@ 5XO / #\'D$DHPL@ !?c'D'H'L'P'T '''''DR jT DR`d#\DRdD DHPL@T`D 4 D @ 5/ #\'D 4DHPL@ T`&DR d"`#\LDS d#`DP D@H@ / #\'D @DHPL@ / #\'DDHPL@mT   '' '' ' 'T D 4 D @^ ' 3/ #\'D,`DHPL@ 4/ #\'D.`DHPL@ 5/ #\'D`* DHPL@DT`pDTd%=`PDUnDV`d&>LHD @ T`  DR dDR`d#`HPLD@?c'D'H'L'P'T'XD 0 D @X#\D0D@HLPT@?c'D'H'L'P'T'XL@'X"D`L@X ' @X@  D `L@'`'D, D @DR  D @\DR #\D D@HPTL@#\D,D@HPTL@?c'D'H'L'P'T'XD , D @b`DR D @ a'D @ \'D  @ X#\\#`P#dT#h #lD`,DHL  @`` DTD  @ ?c'D'H'L'P'TDR d"`DR d"`'' ' @O" '  '' ' 'DR NT #\DDHLP@T`T ?/?/ #\'D DHPL@T%@T ?/?/ #\'D DHPL@-T#\#`DHLP@NT`P L HD  P L"HD  T  DT`DTHPLDx?c'D'H'L'P'TDR ''  ' @" ' ' 'DR 6T #\DRDDHPL@RT ?/ T'?/?/ #\'DD@HPL@GDT   #\#`DHLP@T  #\#`L HDP@PLHD  kPLHD A ]T  DU`DUHPLDT@DV L"DVDVPHDT  DW`# DR HPLD?c@?c@?cp'D'HD'D 'D '*`"@#@'*"#@'h' '''' <@' <@' "@ @ @'@ <@ "@@ @}'ؒ <"@ @ <@s "@@w @k'2'''9'''1''')'''!''''''䀢  * a $DdH&H'`H"`?cx'D'HD'D 'D '*'耐 '@*`"@@''쀐'T'@*`"@'@@''@ *"'@@''@ +`#@'@@' " '' ܔ" ' ' " ' '* + # @؛+` +# @'h'H$* -`"-` @H%* -"- @H& ?c'D'HHD@*2*2 HD, 4`,`3`HD -`5-4H . ?c'D'H' D' H?c'D'HD :`'D; 'D< '' H ?c'D'H'L'PD'D 'D '* *`  @"'耢 2 @: '#'耢!''''' PD@'D'D`- @'' HD'D`'D? '' L?c'D'H'L'P'T' H' LPT?c'D'H ' *  * D `DD"'D*`H2  '?  '`?c'D'H'L'P'T'XT" 'TX"`'X\X#\T`DS D @DDHPL@?DU`Oc$T` XX" #\LT#`\D$D P D@H@L7L7P7P7PX7LT@7'\D (@D @DH  @PX@7LT@7PX7LT7L7P7DW` )LT "7P7LT@$ 7PX% 7'\DD (@DH  @'\D @D(D@H  @G\ 6OcL7P7T7X7'HD @ L7P7T7X7L 7P7T$`7X$7D`'DH @X#\D`DHLPT@?c'D'H'L'P'T'X''DR   ` `'`DS    #``#\DHLPTXDT` ` ` '`DU`  '` X" #\LT#@ DS D (@DP DH@V\o`"1\ T" :'\`X$<`'\#\`#` L\  P\HD5<'` ` '` '`#\DRrPX@$ DT`\DTr DUrLDU\ DV`rDW rT#@\HD` '```  DHLPTXb?cx'D'H'L'P'T'X @x'D"H"L3 P# T$`L\@" <\ "@\ #DL  ''؀Hܳ. ܷ.X%ܐ '`* * `  $$ @  @T @ @ @R    '܀   ܡ+#@ܢ`' /'#\ ''' ' @WW5`\W6`^ 6/'#\` ''' ' @WW 2 bW3 `Sb"  @T b$@4 3/'#\ ''' ' @W5d '2 R  2`?c 'D'H'LD H@DH" L(DR      @D /`@ H D@@)D/`H$L`@D D@'DR     @j'D`/`   \@"H'D`/`V `D /`@ R# + ; 2D`/`` '@D/`$8D /`@  '@N' D`/`@D D@D /`@  D /`@ @R + ; 2D`/`#`@ /'#\D` ''''  @DWW5\DW6^ 6/'#\D ''''  @DWW@ 2bDW4 `DTb"  @DTb%D5 3/'#\D` ''''  @rDW6d T:?/ #\'D+ D@HPL@C?/ #\'D -@D@HPL@1?/ #\'D * @ DHPL@PT  g d/ #\'D , DHPL@T+ h e/ #\'D .@D@HPL@T  i f/ #\'D , DHPL@3T T@  / #\'DDHPL@T   / #\'D DHPL@T`  DHLP  (?c'D'H'L'P'T '''''DR 8T   ' '' '' ' r/ #\'D , DHPL@Y s/ #\'D. DHPL@G w/ #\'DDHPL@6T`/ u/ #\'DDHPL@# v/ #\'DT   D`,@DDHPL@7?/ #\'DR D DD@HPL@ t/ #\'DU   D`-@DDHPL@T`  DR vDR`xHPLDZ?c'D'H'L'P'TDR  #\ #`DHLPT P#\LT@ #`DD@HPL@Q?c`'D'H'L'P'T'X'h!DR`7DR DS`b#DT`b7DT'DU 'h/h MX7P7\7P7DS  DSb$ DTb,`477DU DU`%DV``. 677','$@' #\R"``DR D D @TDH@P-=77L7d`d@WX@ 7*3 77W`# 'WX$$'̀'Ȁ'd7LT@&'`W" '̀ '7'HD @d QP *:77`7WX  7,477X`%'77耐&.67WX'``d@ "' 77DT  D`(D'D@H @:DHXPh@h OL7X7L7\7DS  DS`$ DT`,`477DU DUb%DV`b . 677','$@' #\R"``DR D D @T# DH@L-=77P7d`d@WX@ `7*3 77W`# 'WX$$'̀'Ȁ'd7PT@&'`W" '̀ '7'HD @d UL *:77`7WX  7,477X`%'Ā77ꀐ&.67WX'``d@ "'Ā 777DT` D(D @'DH @7DHLXh@ Ѐ@?c'D'H'L'P'T''T ZThDR DS b#`DT bDTDT`$`DU ``#\L"T+@DU DUb#`DV b`DV` DV`#`DV``DW  D` D`P# DH@DT T!T@   ' T  9 6'/ #\'DDHPL@`/ #\'D (@DHPL@}T9L'P'T 8 / #\'D$D@HP@^TT PDRDS b" DS`b"  @\* P'T(LDTDTb" DU b"  @A* L@'T3T(DR`DRb" DRb"  @%P'T!DT`DTb" DTb"  @ L'T ; / #\'D`$DH@mT;hT(LDRDRb" DS b"  @L@`'T@P$ DTDTb" DU b"  @P@'?/ #\'DD@H@?/ #\'D @DH@z?/ #\'D$DH@k''.T(  / #\'D(DH@KT(  / #\'DD@H@5T!/T T   'T`T!  ' T'  'nT T   ']T`T!  'MT@T)  '=T T1  '-TT9  'T T   ' T@  '/ #\'DD@HPL@?c'D'H'L'PD 8 D LD8DHLP@q?c'D'H@'D@@'H@@ @J'@@@?c'D'H'L'P'T'X`(/DR f \ '\DS f X'X`% @T\" #\TX#@ HPLTD@\ T\#@HPLTD@]` \#\DHLPTX@9 DHLPT\@?b'D'H'L'P'T'XDR j*`T" 'DS`tP''''DTU''hh '?/l h  ''/ R  *` 'h?, #\'D`DHL@'X'hh ' M/l h ''/ R  H*`  #\'D`DHL@'X'hh ' ?/l h  ''/ R  *`  #\'D`DHL@ @/l h ''/ R  C*`  #\'D`DHL@t M/l h ''/ R  H*`  #\'D`DHL@Vh' h ''/ R@ *  #\DT jL'D$`DH@6X"'='hh' h ''/ R@ * ' A+ #\DTjLX'D`(DH@  h ''/ R@ C* ' B+ #\DTjLX'D`DH@ h ''/ R@ H* ' N+ #\DTjLX'D`$DH@LXHDP@?c'D'H'L'P'T '''''T VDR  1 / #\'D` DHPL@s ?/ #\'DDHPL@  >/ #\'D @DHPL@STDR  1 U/ #\'DDHPL@= V/ #\'D (@DHPL@. W/ #\'D` DHPL@ ?/ #\'DDHPL@ W/ #\'D @DHPL@?c'D'H'L'P'T'XX\  '''''DRj*T#@ 'hDT tP'lX\LX 'd\X" '`DSh#\DT` D D @DHdP`@`DUl#\D`DHdl`@Rl #\d`@#`l DR` D$DD@Hd@HXrDR  1DR l#\DRjDDHlL@?/p #\'DDHlL@f M/p #\'DD@HlL@W>DR l#\DRjD DHlL@ ?/p #\'DDHlL@7 @/p #\'DD@HlL@( M/p #\'D @DHlL@L\ HDPZL\ 'dDRfX\#@ '`DTh#\D` DHdP`@l#\d`@#`DV D(D`D@Hld@DRl"l@ #\d`@#`DT`l$lDU  D`DD@Hd@sDVl&#\DW` D $@Dl D@Hd`@GT#DT`fXDR  @DR l#\DRjLh  DT jD`DHl@%?/p #\DUjLh'D`DHl@h N/p #\DR jLh  'D DHl@TRDR l#\DRjLh  DT jD` DHl@ A/p #\DUjLh'D`DHl@* B/p #\DR jLh  'D DHl@ N/p #\DTjLh'D$DHl@L\HDPC?cx'D'H'L'P'T'X '''"''X\ DR j*`T" 'DS`tL'X\DR fP\  'X\#'#\DThDU  D` DD@HL@W#\DVlD @DH@I@ "#\`DS D $@DDH@?T%`DUfX@DR  @DR j#\DRjP  DSlD @DH@ ?/ި #\DU`jP' D @DH@N T/޸ #\DW`jP ' DDH@:RDR j#\DRjP  DSlD @DH@ R/ި #\DU`jP' D @DH@ S/޸ #\DW`jP ' DDH@ T/ޢ #\DTjP' D`DH@P\HDL()PX '\X" '#\DT hDT` D D @DHL@f&`#\DV D (@D @DH@^ ##\DT`l$DU l%`@DU D @DDH@<#\DR l#`DR` D$DD@H@XpDR  0 #\DR`lDDHP@?/ޞ #\' D @DHP@A Q/ި #\' D`DHP@2= #\DR`lD DHP@ O/ޞ #\' D (@DHP@ P/ި #\' D`DHP@ Q/޲ #\' D$DHP@P\HDL(6?c'D'H'L'P'T'XDR j*`T" 'lDS`tL'h '''''DU ?/p #\'DRjP lD @DHh@ T/p #\'DU`jPlD @DHh@DVjTX'@"@#\DRlPXD @DHh@7DTjPX@& #\DDW jPDHhh@3DR`jPX @ ##\DT`l$hDU l%`h@DDV`jPDH@X#\hDW`l#`D @DS jPDH@?/p #\'DD@HPh@8 Q/p #\'D @DHPh@) S/p #\DRjPl  'DD@Hh@ R/p #\DU jPl'DD@Hh@ T/p #\DW jPl'D`DHh@DS jTX#$@ #\DTlPXD`DHh@DV jPX'`#\D`(DRjP@ DHhh@{ O/p #\'D(DHPh@DU`jPX@&#\DW l'`hDR`l"h@ DDT`jPDH@N P/p #\'DDHPh@X#\hDVl#`D$DW`jPD@H@ Q/p #\'D $DHPh@bDT`j$Pl#\DV jPXhD$h`D@H@PXHDL(?c'D'H'L'P'T'X`(#` T\" #\TX#@HPLTD@ T\#@HPLTD@`  DHLPX\@ DHLPT\@?b'D'H'L'P'T'XDR ~*`T" 'DS`-''x?/| x@  ''/`R  *``'x?,x #\'DDHPL@w''x x/| x@  ''/`R  *``'x z,x #\'D(DHPL@L y/| x@ ''/`R  |*``DT ` 'x #\'DDHPL@( {/| #\DT ~LT"'DP# D@H@'x  {*x #\'DD@HPL@?/| x@ ''/`R  *``'x?,x #\'D$DHPL@ DV` DVjX"@"' ѐ!jh''x?/| x@  ''/`R  *``x #\L'DPDH@ M/| x@ ''/`R  H*``x #\L'DPDH@|DU` DUlP@#\DR lP LD@LX@#`DH@ZDT`P #\DUjLLX@#`D`$P DH@=?c'D'H'L'P'T'X DR ` TX jTX !DS DT`lDU l#\LTXT#@DPD@H@)DV DW l DRl#\LX TX#@DT  D`$DPD@H@DUP`#\DVjLLX@#`D`$P DH@?ch'D'H'L'P'T'XDR ~*`T" 'DS`Y?/ #\'DDHPL@L7DS~P@7L7DU ~PT&7DVL" 7DR~P 7DSL@$7DU ~PT&7D'8DH @?/ #\DR~PT # 'DD@HL@T?/ #\'D$DHPL@C?/ #\DT ~PT#'D$D@HL@/#\LDU#`D $@DV~PDH@?/ #\'D(DHPL@ ?/ #\DT ~PT#'D(D@HL@?/ #\'D @DHPL@?/ #\DR ~PT # 'DDHL@DT`~PT%@#\D(DV`~PDHLL@DW ~PT@ "#\DS`L"DT L@#`DDU ~PDH@ DU  ''ش ''''' 'DR l ''?/ T/ #\DS~PT##LD'(DH@DU`jTX%&@&&#\LDR ` DR`l`DRlD PXD@H@?DTDU jPT&&@#\LL@`D$PXD@H@3?c'D'H'L'P'T'X DR ` X\ kX\ !X\##\LDT` DTl`DU lD`P\DH@)\X&@#\LDW ` DR l`DR`lDR D $D @PXDH@DU DUjPT&&#\LL@`D $@P\DH@?c`'D'H'L'P'TDђa@'Dђa@ '#ђaєі"@b -Dђb5@'#Dђb=@'DђbH@'#ђbєі@7 !;Xa;`#hh#hhLDTX@'  #ђbє@ !;Xa;`#hh#hhLDTX@n'䀐  #ђbє@ !;Xa;`#hh#hhLDTX@L'耐  #ђcє:@ !;Xa;`#hh#hhLDTX@*'쀐  #ђcDєe@ z!;Xa;`#hh#hhLDTX@'  #ђcoє@ X $@'Ԁ #ђcє@z EP ' '#\' HD " #ђcє@V@w D"P"L# T# $`D <@$% %` ?c0'D'H'LD  8@H'耐   L@;'@0 """# #`+$  $`$<% @%`D%H' T@'@ W"""# #`+$ H$`L$P$ % %<%@& D'!@'@ '"""# #`#d$ h$`l $xH  %`%& |&`&&' '`" "`""!#`#`$ $ #a$$'% % +a%%/& & 3a&&7' ' ;a" " "`""'A ,@g'쀐 @\ """# #`# $ $$ % $%`('@: H"  * ɒ`  T!!!# L@D%&`H& ' 0" 4D` D "`D "D#  D" D" # ED є"`#\ #` d#d #h#l #p#tў#x #| #%Ѥ# # #+Ҫ`# # #1Ұ # #5ɴ# ###` є   @  H  ?cx'D'HD @'  @\  ``ԉ@ȑ F?  ``ԝ%ȥP?'譥T?蹦?腧@?ؖ@.  ԑD3aș J?ԥ9!ȭT?;a赦X?聧?荠D?  ``ā  ``?؁  ?  ``?؁  ?ؖ@'``쁪H   @H * ʒa &&')l?c'DDD`  D 0@D`D@ݱ?c'DD]D@'#D@ݛ.D'`P P@ݎ@݋D@݆D@݁ "  * ʒcx **+++0`  "`"`    "`"` @H?b؝'D'H'D D`'  4H ; 0'<K   #\#`@ 4`   '0'H@ G ' H@ 퀢 뀢 4H @ 0@ '  H }4H` t 0@ Y '!0' x` H`4H@  H` H$#    @E @  'H@ V h` "h h#\ #``4 `  '@#`#\#d@ 4   @b'@@ #'@ܶ'  'JH@ V l` "l l#\ #``4 $`(,0} '@#`#\#d@ 4   @'@@k #'@['  'H@ oG d " d@ \ '@#`#\#d@4   @'@@'H %pH$&t '`'@'<  'H@ UF d`" d@  '`#`#\#d`4   @x'@@H %pH$&`t`' '@'  'XH@ <Q L'@#`#\#d@4@   @4''d$dH %`pH`$& t p"&p`t# "`t#`@ @@x'@l'  'K`0' x`A: d-@2H 'H`$'  pؖ" ' tԖ" ' 耣  '耥`'`&#hh`"@#ll?  ĝ``ԥ̭T V  Z?``@̑;X#`  X@@     `` @ # '0'`x `h(@ @;@ڝ# h``  @``̑#hh#hh@  'Sl (@ @@r# l``ĉ  ̑F#hh#hh``@  '(d+@ @@F?c d # d! `` 8 "`'耣@ '`%#hh&#ll?ĝ  ԥ``̭T V  Z?9  ``ԁ  ``̉? ?  ``̉@? ?``J̥#hh#hh@ `  " `p #`p  " `t #`t p#`t#d#\`4    @ 'W`d@ @@v d # d   8 `'耣@ '`%#hh&#ll?ĝ  ԥ``̭T V  Z?C  ``ԁ  ``ԉ@? ?  ``ԉ? ?``ԝ?  R``̵#hh#hh@   " `p #`p  " `t #`t p#`t#d#\`4    @? '`d7y@ @;@؝?c d # dH 'H$'   pؖ" ' tԖ" ' 耣  '耥`'`&#hh`"@#ll?  ĝ``ԥ̭T V  Z?``@̑#hh#hh@ k 'H"  * Вb .85BBBBB.tF0'`<'HH` ' `4H ''4#\'8#`'<#d'( H'$'0',@#\ #` H  '`L"* *`"@P  +, $`P$@ ' L' #`#\#dH@   @-'1=Ґ @@c4Ґ )@@Z+Ґ 9@@Q"Ґ E@@HҐ V@ּ@? * ђb E0E\EE8EJ   #\#`@ 4`  Ȩ 'QH 'H$'' L * *`"@P  m+, $`P  `R\' * *`"@P 'P,`,$؀D-`-%P`P/`* "@؀ .+  +`#@ P `Ԁ!- -`%@P ̶@Ԁ* *`"@P # @'~ ' 0H@ ' H 'H$'' L * *`"@P  +, $`P  `R\' * *`"@P 'P,`,$؀P-`-%P`P/`* "@؀ :+  +`#@ P `Ԁ-- -`%@P ̶@Ԁ* *`"@P  * *`"@P # @=+, $`P * *`"@P# @"`'Y 'H 'H$'   `R\' '؀  ؀@ ̠ Ԁ@ Ԁ ''`L * *`"@P  +, $`P  `R\' * *`"@P 'P,`,$؀Z-`-%P`P/`* "@؀ D+  +`#@ P `Ԁ7- -`%@P ̶@Ԁ(@ @@0`< <@,`,$P%`@R'h0@ '$ 0H@h 'H"  * Ӓc FL I$OOOOOC "  * Ԓ`  ,C$.H.H- ' ?c'D'HD}D`H vD oH  DL$ HbH,- %D`PTH.`.&DPO`HH* *`"@DP #\H+, $D`P #`H--%D P@H./ 'D`P` DPH+, $H,`,$DP`DHD`ŶD@B?c'D'H'DD`H 4`DJ yH H`$D@<mD D" D " D#\D `#`D@D 4D`DD D Y 'D<D <D@'9D`H &D `D" D " D#\D `#`D@D 4D`DD D   H@ ?c'D'H'DgD`_SH 4`SDJ LH H`$D@K@D D" D " D#\D `#`D@D 4D`DD D ķD`D@D@ '  H@ ?c'D'H'LD ` @D  D@R\'D 'DH  'D` D @$H D`L D @&L@  ?c'D'H'LD ` @D  D@R\'D 'DH  'D` D @$H D`L D @&L@  ?b'DD L`VDOD H "'''D L؀ eؑ* *`"@DP  R؟+, $D`PD`Pد-. &.`''ؓ*` *" DP `  D@R\' ؑ* *`"@DP '؟+, $D`PD`P''ؐ '&''D ' 'D  D@R\'D ''#\' #`'$#d'D@4'̚''D@@ D@'D`''D@`* +  D@`  @D@/ /`D@` #''D`-. D@ @  D@ `,,D@`&'D@`#hD`#`'d#p #d#l#\D@4@kD%H/ L'D HD@@`D HD@@a'D@3'D@_ ?c'DD `7DH D@ @ѬDHD@@D$ HD$`DLD #\D#`D@D`4DDD D`X?c'DD x` eD  ]D@'#\D`D4D D`D D@@;Dh#\ #`D`D`4DD D͡D #\D#`D #dDd#hD`D4D D`D ܴD`l#\ #`D (D@4D $D`0D,s ?c'D'HH 'H$'D # 'D $'D  D   ?c'D'HH 'H$'D # 'D $'D  D   ?c'D'HH 'H$'D $# 'D ($'D , D 0  ?c'D'HH 'H$'D 4# 'D 8$'D < D @  ?c'D'HH 'H$'D D# 'D H$'D L D P  ?c'D'HH 'H$'D T# 'D X$'D \ D `  ?c'DD ` sD#\ #`D`D4D D`D DD TD  D`4D  @6D#`77D $ 7D$7#\D`DD'D@ @^D D '`#\D`"#`D D``D 4D` DD@D`D @? ?c'D'H'L'P'TDH" " DP""D@~D``D́@ D  D``ԁDD " |D D D``DD @DD`$ D@ D@JD?c'DD | 3DD""DD#`#`D``D쁨@DD``" " DD  ""DD$`$`DD``% % D%|?c'DDD``" " DD  ""DD$`$`DD``% % ?c'D'H'L'P'T'XH'D  C''*D'.`42.* &`"  `@D  "  * ے`H kpkkkkklkkllklD'H`4 `  @`D' '䀐L䀦 .`.&P  "  * ےa llllllmlmmmmmmmmmmmm D'`4{ xwaso l"  * ےb n,n@nPnnnnn`nnnnpnD'&`4LHD @`<8 $4`(0 -"  * ےc ooo,o<oLooo\oooolo| D "  * ܒ`0 k`l|nnn?cX'D'H'L'P'T'XH'D  ~hD'`'"`' "`4 '#``'$`'% `'&`''' @˸"' `tLm`4e#\`#`@ @4 ` K@$ 'B''%<7&`H '.'`@'%"D' "  * ܒc ppq qDqhqrrqrsXss4:D'`'$`'"`4 '#``'$`'% `'&`''' @"''''`'L&  P ? P*` *" `<@"P P  #Ғ`p@ʲ" L %`L' ܑ* *`"@P+ ܛ+` +#  P@ $ܦ'9* *`"@ <@ʫ"PP  #Ғ`@w" L '@ ܑ* *`"@P+ ܛ+` +#  P@ $ܦ'`% L-. &`P @?..& P@ "  'ؖ ' '`T\'' L@* *`"@P  -P,`,$$- -`%@P& ..& P@" * *"  P@ # ̢ Ԥ'''''`'L' *` *" P #` 'آ ' '@U\''`L@* *`"@P  -P,`,$$- -`%@P& ..& P@" * *"  P@ # ̢ Ԥ''A''%<6&`@ '-'`D'$ "  * ޒc tt,tPttttzt{l{lu{${H{l{l{l{l{l{l{lyD' '# @'"`4 '`@4$ 4@% '@& '@' `'""`' ##'?`'@ %|&`&`?`'  D "`|""v#`#``'k$$`'`%%`'U&`'L''"A#`x`'8$`'/%`'& "  * ߒc| |8|||||}~~HHH$H}@}~`~HHH~~4 @D''&'b"`4 'u#``'l$`'c% `'Z&`'Q@" 'H''$ =$`'4%$`'+&(`'" :"  * a (Pt0Txx D` "  * bh ps|| ?c'DD  D``@DD́DD `D"  D@'DD#`T`,D %@'DV Vb&W`b""`%D D"  D``DD  D``́DD""D``DԁDD``$ $ DD  ́D"  fD``DĉDD  ԕ N `hTVD#D  D``́XD" D"`PDDԁ@DD`" DD # "9D  D``ĉDԑD̙J?D  D``̥?D V蹦 ! h^@D$`DDč J) hRTD%`D  D``́DD""D``DԁDD``$ $ DD  ́ D"  D``DDD  ̕ N `hTVD#D  D``́XD" D"`PDDԁ@DD`" DD # "9D  D``D̑DԙJ?D  D``?D V蹦 ! h^@D$`DD། J) hRTD%`DDD`" DD `"DD`$ DU U`%V``$VD @ D "S D `D$U D D&W D @D @ # DD #DD$DU%`DV`V`' R `& D`D S#@D$$DD $(DU%,DVW `'`R``&`0DD"4DD#`8T`Tb" Tb @ŇD% <DUV `&`V`%`@W W`b" R b*  @gD`D# DDD#`HT`Tb" Tb @OD% LDUV `&`V`%`PW W`b" R b @0D`D# TDD#`XT`Tb" Tb @D% \DUV `&`V`%``D; d' d$R  R`"S``Dढ$ $@ D$DD`% DV V`&W``% DD`" RD`  D$U D D&VD``D "S`D @D @% DD%DD&`DW`R``"S `' DS#` DD$`$D DV`&D' (DR  R`"S``'`,DT #0DD$4DD%`8DV`V`' R `& <R`Rb" Rb @TD# @DD#`DT`Tb" Tb*  @>D @D%HDV`V`' R `& LR`Rb" Rb @D# PDD#`TT`Tb" Tb @D @D%XDV`V`' R `& \R`Rb" Rb @D# `D`d#`d ?ch'D'H'L'P'T'X'#\'#`' #dPX`@DҒaH @ I '"'I$'H `3 " @F#hh*`27* HN#hh+ 3`72 PV#hh, 4`7,)?# -1? @'R " @F'`* HN'2 PV' '쀐 '耐 '!?##?c''?)?#'-?@/?'777'$LD@??cp'D'H'L'P'T'X'#\'#`' #dTX\`dh@cDҒaP @RI '"'I$'H ` S " @F'`* HN'2 PV' '쀐 '耐 '!?##?c''?)?#'-?@/?'777P'ܸ /'$LD@ ?b'D'H'L'P'T'XH ` L   L* '"'t* @Y'  #\'P D @û" '`@7 'pp  #\#``#d#hp*  #pp#ppHDPp`'p'pp*'ll l*  t+ p+@t  l 'll@ p'pp DP @P@ Ep*  T#l+`X$$''h'dh"dp d'ddl d`'dh+d,$@h'hd'dDP @ @ ?c'D'H'L'P'T'X LP`'L'PLP 'L'P TX`'T'XTX !!'T'X#`TXX\LP"`LP"@dLP"u!LP !TXBLPD'LPTX BLPTXHě'!LPP4ֳ'aDHZ#``#``?#dd#dd!#hh#hh@8\"$#``#``'#dd#ddDH@%`"!DH#``#``/#dd#dd1#hh#hh@ d#@ ?c'D'H'L'P'T'X! TX a TX'T'X(TX  TXL'T'X!0TXLPDHTX F!0 DHL/a8TX LP"!@TX!@TXLPDHșDa0 DHPDH?ch'D'H'L'P'T'X\#\`#`d#dDHLPTX@' IH'' '''D@'7耐 @ &''(#\',#`'0#d''$'' D@'P$T@%@?c'D'H'LD 'H'J  K@  'L@L M@:N-''/O@ J@:'K  K `'L$HM L  ?c'D'H'L'PH$D@r )HJ`# HJ  H@L?@he''Hk @'P@it?c'D @h)D"`P @i,D"TD"XD?#D?#D,`D,D?$?c \@'  ҒbE@m ?c @'  ҒbY@m  " "@" ?c'D'HD`""`'DD@ @D  !D *`" D D`*` *" *@ @D"  Ғbm@m?1D " D * *`"@*` @D"  Ғb@m}?* *`"@*` DH \@#?c'D'H'LLH@L HD'?*` *" *@ H '1HL ?L'+  +`#@ +` H 'D,- +ҪatDX@DPa8@gD Ta8@ibD \ &@ @g"`PDP@g'' D P@gq@D`P@g?Q ' @g"`TDT@h'DT@h'@gh'' @gA@g<@ T@h`' @gR @gN"D +` +@!Ҡ!`@D@?c8'D'H'H"@?'h]'D'L#\''d''`'Ғb@?'' '*`Җ @B * Ҕ@ ' ' 'Ғb @l>![?''耢@  '* +  Қa\ @ * *` ҔX ' ' 'Ғbϐ @l !'* *` Ҕd 'hD@''h(? 'hj ?c'D'H'H􀢀 ]* *`"@*` H'`P@fa''쀣`P@f9DҒb@'#\`--1Ұ!\@.9Ҹ! ҒbD@`* *` Ҕh XD@'  ' ?c'D'HDH?cp'D'H'L'P'T'"?b?'LԀ .ԑ* *`"@*` L'`+, #Ңap' X'(DH@Ц'@?荡D?Ԩ 'PT@]?c'D ''D@ 0* *`"@*` D'`+, #ҢatX@@('Pa8@e Ta8@g6`'D@@'D  D` @@'D@@'  ?c'D'HHD  C'D 9* *`"@*` D'+` +# +@H @ '`. .`5ҴxX X@  `' ?c'D'HHD@" ?c'D'H'LH D@"H ?H+` +# +@D @ '- -`-Ҭ\L@  ?c'D'H'L'P'T'XH D@"H ?-H+` +# +@D @ ' ?`X' L&&P'@T@"X#@ ?c'D'H'L'P'T'XH D@"H ?3H+` +# +@D @ ' ? `X'L%X'`P"@T#` \$`$`$ ?c'D'H'L'#L DJ DL+@'+c-#Ғc@X'H%H@HH"@C?c'D'H'L'PD ?''H@L"P菠"?c'DD ?c'D'HDH?c'D'H'L'PH"`D$#@''P @ L'L,L -@ '?c'D'H'L'P'T'XP'\'"L#@P#\$H@'$'D@%@..&.D`'  X'`` L%P%\'''@耢@= *@  +`T$`,@`-X&`'/   *`T"  +@`` ,X%`''''耦@= *@  +``$`$,@`-d&`' /   *``"  $+@`` ,d%`''?c'D'H'L'P'T'XP'\'"L#@P#\$H@'$'D@%@~..&.D`'k X'`X`` L%P%\''@耢@ *@  +`T$`,@`-X&`''耧 *@  +``$`$,@`-d&`'?c'D'H'LD"`' ** *`"@*` D' X' H ‹D"  ?H` $'?c'D'H'LD"`' ** *`"@*` D' X'HD""   ?H` $'?c'D'H'L'P'T'XP'\'"L#@P#\$H@'$'D@%@..&.D`' X'`` L%P%\'''@耢@= *@  +`T$`,@`-X&`'/   *`T"  +@`` ,X%`''''耦@= *@  +``$`$,@`-d&`' /   *``"  $+@`` ,d%`''?c'D'H'L'P'T'XLPLP BDHDHHD#``#``@zT"" LPDH@hgX"@"`?c'D'H'L'P'T'XLP@pDH@T"" LP@pDH@X"@"`?c  `` B @`H?  @`P `` VR?' @?cH@`?`` ?`@`" `" ` " " p' @`"``"`` "`"` #@' %  %  % % `` `` D@`@` JF?𥤉??' @?c'D'HD X' (@D'  Ғc@e'? ( @ " #`#'K* @""`  Ғc.@e?* @"`  ҒcO@d?' # *@ `, ##  -@`.@`&& `'" "$ 'K* @"`   Ғcv@d?@* @"`$  Ғc@d?/' # *@ ` , ##  $-@`$.@`&& `'H"X ?c'D'H (@x'  Ғc@d[?H P'HTD!# #`'Ғc@`HP'H TD!'' Ғc@L$@$% @T* @-"`  Ғc@d?* @"`  Ғc@c?' ,H P'HTD!'''Ӓ`&@ +@$@$`-`%%`'HP'HTDg!l'' Ӓ`.@' " "`$ T* @"`   Ӓ`1@c?I* @"`$  Ӓ`R@c?8' ,H P'HTD!$'''Ӓ`y@ +@$@$`$-`%%`'H&X ?c'D'HH  H`Ӓ`D@.HӒ`D@''H@ H,`H -@ Ӓ`D@ `'HӒ`D@'H@H *@  H`$, Ӓ`D@' ?c'D'HDH?c'DD)D` D@D  D@D D @D$D`$@D@?cP'D'H'L'P'T#P"@"`T""L` L DH?!#?#c?L4<''L@," #`` B?@mrL+`  @J?@mL`,@`@إP?'PTfL  V3c?5?L7 @? ''L  ," #`` B?@m'L +`  @ЙJ?@mIL` ,@`@ȥP?''@'HP%%T &&  ?c'D'HHD  H D  H`` D @ HD` o'D@0H *@  D`, @H-`D .@ D ?`''D  0H *@  D` , @H$-`D $.@ D  `' ?c'D'H??c'D'H??c'D'H??c'D'H??c'D ?c'D'H'L'P'T??c'D'H??c'D'HD X' (@ '  Ӓ`@`? ( @ " @'* @"`  Ӓ`@`?* @"`  Ӓ`@`?' ? *@ `, ##  -@`.`` & & `* ,`#@#``-/   &`&` ''* @"`   Ӓa@`l?\* @y"`$  Ӓa;@`[?K' ? *@ ` , ##  -@` .`` & & `$* $,`#@#``$-$/   &`&` 'H"X ?cp'D'H (@'  Ӓa^@_?H P'HTD!  #`#`'Ӓat@HP'H TDx!''0Ӓa|@$@Б* @"`  Ӓa@_?Б* @"`  Ӓa@_?'Ѐ >H P'HTD9!'''' '(Ӓa@ ԡ+@$@$`ԭ-`%% `Թ.'@'``ԙ* #`#` Ԣ`'HP'HTD!u''0Ӓa@p% Б* @Z"`   Ӓa@_<?[Б* @I"`$  Ӓa@_+?J'Ѐ >H P'HTD!6'''' '(Ӓb@. ԡ+@$@$` ԭ-`%% `$Թ.'@'``$ԙ* #`#` Ԣ`'H$X ?c'D'HH  H``Ӓb"D@HӒb1D@'H@ ,H,`#\#`H`-`` #d#hH/`@`H +@`` Ӓb6D@'HӒbSD@{'H ,H$.`#\#`H`$*`  #d#hH` , H -` ӒbXD@O ' ?c'D'HDHs?c'DD @UD`@QD @MD$@ID@F?c'D'H'L'P'TL  P"" T#@#`'L@3L *@  #``#``L` ,  DH#dd#dd''PH$$T L%% `''L3L *@  #``#``L`,  DH#dd#dd''P$$T %% `' ?c'D'HH D  HD  H``D@ H D  D 'D`VH *@  D` , @;H -` D .@  D(H`$*` D $+@@`HH$-  D$.` L e ''D@@VH *@  D`, @;H-` D .@  D(H`*` D +@@`HH-  D.` L   ' ?c'D'HD X' (@'  Ӓb@\? ( @ " @'* @"`  Ӓb@\?* @"`  Ӓb@\?' ? *@ `, ##  -@`.`` & & `* ,`#@#``-/   &`&` ''* @F"`   Ӓb@\(?\* @5"`$  Ӓc@\?K' ? *@ ` , ##  -@` .`` & & `$* $,`#@#``$-$/   &`&` 'H"X ?cp'D'H (@'  Ӓc&@[?H P'HTDP! "x#`#`'Ӓc<@HP'H TD4!''0ӒcD@$@Б* @"`  ӒcG@[s?Б* @"`  Ӓcd@[b?'Ѐ >H P'HTD!'''' '(Ӓc@e ԡ+@$@$`ԭ-`%% `Թ.'@'``ԙ* #`#` Ԣ`'HP'HTD!u''0Ӓc@,% Б* @"`   Ӓc@Z?[Б* @"`$  Ӓc@Z?J'Ѐ >H P'HTDz!6'''' '(Ӓc@ ԡ+@$@$` ԭ-`%% `$Թ.'@'``$ԙ* #`#` Ԣ`'H$X ?c'D'HH  H``ӒcD@vHӒcD@o'H@ ,H,`#\#`H`-`` #d#hH/`@`H +@`` ӒcD@C'HԒ`D@7'H ,H$.`#\#`H`$*`  #d#hH` , H -` Ԓ` D@  ' ?c'D'HDHs?c'DD @D`@ D @ D$@D@?cp'D'H'L'P'TL  P"""T#@#`' LDH #``#``'("#dd#dd 'L 3L *@  #``#``L` ,  ؕ#dd#dd''PL$$T P%% `''L3L *@  #``#``L`,  ؕ#dd#dd''P$$T %% `' ?c'D'HH D  HD  H``D@ H D  D 'D`VH *@  D` , @;H -` D .@  D(H`$*` D $+@@`HH$-  D$.` L e ''D@@VH *@  D`, @;H-` D .@  D(H`*` D +@@`HH-  D.` L   ' ?c @" x BH` $ LR (6X&&  ?c #\ #` $#d ( ;h  Ԑ!  @( ?c@@&& @ ?c& ' "  * Ԕ@@ '   @`' & `'  &  - -`%-` &  ?c`'D'HD V''D@@DJ :`''0D@H"" 2''D@@DJ :c* DK *  '`'#@'''D@DJ :c* DK *  '`'#@g'''D@hDJ :c* DK *  '`'#@<''D@0''@H%% ''D@,DJ :c* DK *  '`'#@'''D@DJ :c* DK *  '`'#ԒaȔ @P '#Ԓa˔ @B '#Ԓa͔ @4 '#Ԓaє @& 'u#ԒaԔ @ 'g#Ԓaؔ @  'Y#Ԓaܔ @ 'K#Ԓa @ '=#Ԓa @ '/#Ԓa @ '!#Ԓa @ '#Ԓa @ '  ''D@0@DJ :c* DK *  '`'#@'''D@DJ :c* DK *  '`'#@'''D@DJ :c* DK *  '`'#@''D@''@'@3H%%   Ѐ ր f ?c'D'H'LD@'H@'' DJ @D+ ''HL@H-'DHL@?c'D'D#@j'D#@''''@ !m'@8`'''g"!m'@"`''"@ ' @&'?c'DD: 2`@:`*`"  D d@: D!@3  ?cp'D'D@'@''ܐ'J J  @ܠ '',@'@#``'D?]ܬ''خ'M5N@ ؐ ''*@ 'ܐ @w#`` JL?@-ؠ ''ܢ'L@) L`'M . @ܶ''/'ؐ @>@??c @W''@' * + " +   `'!?!?c@'D'H'L'P'T'XLPDH#``#``@#? X"@"`HT DH?'X@T ?`  ? '\"" Ѕ ?𙢈țL' '졠? R?DH𵥈Xн<X#@#`~ 2  B?\"@"`Е(Jࡣ ? үV'`'쵠?\ B?DH𕡈HН,X$$ F#` 2  B?\"@"`Е(Jࡣ ? үV'`'쵠?\ B?DH𕡈HН,X$$ #`੥ R?% V?Y  * \"@"`Ѝ$?ʟN' '쥠?`𭥉T?DHZЁ>X##!  * \"@"`Ѝ$?ʟN' '쥠?`𭥉T?DHZЁ>X##c!  * \"@"`Ѝ$?ʟN' '쥠?`𭥉T?DHZЁ>X##3!  * \"@"`Ѝ$?ʟN' '쥠?`𭥉T?DHZЁ>X##!  * \"@"`Ѝ$?ʟN' '쥠?`𭥉T?DHZЁ>X##!  * \"@"`Ѝ$?ʟN' '쥠?`𭥉T?DHZЁ>X##!! "!\"@"`?Б& D ?DHNЩ2X#@#`{! 3!\"@"`̅?ؑDЙ*L?ة? ַZ'`'콠?@?DHFؙX$$ B#a  3!\"@"`̅?ؑDЙ*L?ة? ַZ'`'콠?@?DHFؙX$$  #a  3!\"@"`̅?ؑDЙ*L?ة? ַZ'`'콠?@?DHFؙX$$ #a   3! \"@"`̅?ؑDЙ*L? ة? ַZ'`'콠? @?DHFؙX$$ #a(  3!(\"@"`̅?ؑDЙ*L?(ة? ַZ'`'콠?(@?DHFؙX$$ ^#a0  3!0\"@"`̅?ؑDЙ*L?0ة? ַZ'`'콠?0@?DHFؙX$$ %#a8  +!8\"@"`̅?ؑDЙ*L?8? ؁ R`?DHZ؁X## ?a8 ?  D  B?a8 F\""ș ?8إ ṊV?!ؽ ZЅ B?\@`ؕ ?@𡣈̣P' '쩠?\@` V?DH𽦈\؅X$$' D  B?a8 F\""ș ?8إ ṊV?!ؽ ZЅ B?\@`ؕ ?@𡣈̣P' '쩠?\@` V?DH𽦈\؅X$$X' D  B?a8 F\""ș ?8إ ṊV?!ؽ ZЅ B?\@`ؕ ?@𡣈̣P' '쩠?\@` V?DH𽦈\؅X$$'D?) H??c!x D& a   "&   J!  ұгX& a   +, , , #`` ,`,$#ddȗJ& $'x  L  - -`%-`#`` $--%#dd& (3a (&  ! ("& ( $`& $ $< $" <& $ `&   " &  `&   !'&  !n!m' @   # &  `& '&  !n!m'  &    # &  `&  +, #,  & @?c ' & '` #* Ԕ@@ '  `'   $&  '`&  -5ԴH@@<?c'D'H*!H`!W'H DK  'H@!;H'%`DM &`'!'!DJ@ /@ '`'!!+!?c'DD#@D#@?" #``#``  @x?c'D'H'#\''' 'DH@* *`" *`  ?cx'D'H' #\''' 'DH@''@#\;`#ԒbX@#?c'D'H' #\''' 'DH@d''@#Ԓbw@q#?ch'D'H'L' #\''' 'DH@>''@L''*ܘ 'ܚ# K@/׀AO׀ % O*@ؖ'3J/ܔ'O׀ )* Ԕ$@ ؔ @?ؖ'+ +`!Ԡ"$@#'lԒb@Ԓb@Ԓb@ @JԒb@Ԓb@Ԓb@ @.Ԓb@Ԓc@Ԓc@ؤ ,@ئ'-􀢠 ԔԔԒc @Ԓc@#``@ج -@خ'.~Ԓc@t"lԒc+@|kԒc/@tcO.@ض'/YOא" B 7 ؓ2  /`@/`@@ `*`   (.*P(+T+T2*)()H+T+T7+ *+T+T+T+T+T** (t+T+T#)+4+T+T+T()x))*)+),*(K ؞'#?c @'?cx'D#8D*- @#``#dd#dd' #\'' ''@''@#'l#g'DԒc@@D?cp'D'H'L'PH'D''0P"L#?c'D'H'L'PDH@LP?cp'D'H'LD'H'L''0Z?c'D'H'LDH@L?c'D'H'L'P'T'XD* *`" *` H '?#PP DcXL LFTXR𭥈T??c'D'H'L'P'TDH@LPT ?cp'D'H'L'P'T'XDH?А'0L"@P"T#@X$ \$$?c'D'H'L'P'T'XX#\D@`HLPT?c'D'H'L'P'T'XDH@H `"P"H"P"H"LP@%`ɨ"H"L"#"cL"D"L"D"#"cD"P"#"cP"X#\Ԓcl#` #dԐ#dcԖh\T@?b'D/ D5D%  d%   p s q r t  u  " ֐ @ՒcH  @Ր#` @@%  @,U p 5U q 5U r 5U s 5U t 5U u 5U  5U  5U  5U  5U  5R )R ' %"@'䀐* R@ U  %" '䀐U* ֔R@ % c }%R 3R 'ܐ %ܒ"@'܀$* R@ *֚`S  % c  %ܐ" '܀R  %2`R nR ?%$$'Ԑ %Ԓ"@'Ԁ\R "  -`֒`-֖R  2 -``-R 2 -`֒`R  -֒`R  -``R *֘ R `%(('̤ ̐"'̀@* ֔*֚aS 2@ ̐" '̀ %Ԑ" 'Ԁ,ՒcdՔt x  @G,Ւc x @(֐ |@"Ւc  @Ւc`Ր# @@Ր# @ '@ 'D x'L,'H'\Ր#'P'TՐ#'X'`'d@@'@ 'D@@U? '8 %8"@'88|֐ d@'44%Ր#` @'44Ր#` @'44 @'444L4SU', ,"',,+֐ L@'(( @'((( (' ," ', %8" '8֐ 4@i'$$BՐ#` @_'$$5Ր#`` @Q'$$' %* ֔ Ր#` @>'$$ % @/'$$$$ U' "'^o𨀤֐ @'3'%"@'* ֔ Ր#` @' %" '@'W^ " 'R U V 2` 2a'@ 'D'H@@a* ֔R@ 3!X" ֐ @dՐ#` @dՐ#` @^ #'  Ր#` @U@VՐ# @`" Ր#@B@IՐ# @S"#Ր#@5@<Ր# @F"#Ր#@(Ր#` @(Ր#`` @!@"Ր# @,%%%%%% ?c'D'H'L/Lc0 !%@"#hDb4$8I&"lH"p?c'DDcl"?c@?c'D'H'L'P'T'X/T%D  #c T"%  #cIT '% #\#`#d@#h`#ld#ph#t LXP\H@$X#@"b #@"b$#D+"b(#DH."b,D"#H"bD #L"bD ",b$P"4 "(b HPɸ"4#"b8HcT` @=#@"b8"8b4"<#\#`c`  @#H@*#dcdhh@w#HcdHd@ e#lcpHDHP`h@!#@c@@@#@ct@@#x  P@c P @#\@C(c  @#@1c P @@J#@#@)"#?c'D'H'L'P'T'XD"HH"TL"PP"\LD@H ȉ"LPH@%ȓɨ"XX#\c#` #d#aHT\T@?cx'D'H'L'P'T'X/`(80D`D'D '% %"#@3v#%$P Xb4 !%#ɤ%#`` #``c )ؙ%\ #%\  #``c/%X2#``$@2*` Xb8 5%, Xb88#``I%,,#࿧H>?% # 7#@&#%4 "cĐ 4HLT@"##@o#@Xc聨J @1"##@&^ @&' "'k#``cI$%4#%4  ' "'쀐2L?-`@ J %@%H- @ L-  4T@] `" '쀐  "@%H- @ L-  4T@A" 'P  ' "'䀐 D H?- @ %L?- @ %T 2"hʬ "pJ {"lʰ o"tJ c#܁ʴ W"xJ K#܁ʸ ?"|J 3`?c  @`#@0`? @ܲ%< #\H?- L-@ `?T@l" '䀐J$@0@0u"#@#{@##@%s%%%%(%8%0?c'D'H'L'P/""DL@ qD  @`  @`  @QLD`  @`  @`   @+&D`  @`  @`  @ "b""HP@qH  @l`  @n`  @`QLH`  @F`  @H`   @:+&H`  @ `  @"`  @ "b%?c'D'H'L'P"  D`L @ D`L @"  H`P @ H`P @?cx'D'H'L'P'T/tp %D' %"@'HH?*@ H?+@J L?*@ L?+@" %H?*H?+@"@ L?*L?+@"@  %" 'D"D`}%LT "p%P"h%X"t%T"l%\ %X %\"x%P"|%T   %H@%L@ %D`cH@%$$$%,%0L@%(('%4%8H @%xx)%%L @%||+%%,0%%48%%  Z^\?@UX% % %%  %% %`%d %h%l`#\#`#d,4hP@  Pʬ  XJ  Tʰ  \J  @ % @D`D' %"@'耐%,%0%4%8D A* H @%xx3%%* L @0%||5%%,0%%48%%  D HF?@T% %  %%  %% `#\<#`@#d,4hP@8  <PJ  <Xʸ  @TJ  @\ʼ   ` 𠀐  𠀐`P% *X%@𔿧H𐅠?<𐍡ɦ𔓢'%T  \  > T%H  ,\%H<𐡣H𔧤H0@𔯥H 𐵦H8%DDPʼ  DXJ D%H% #Ā %@!`   #Ā %<@@ <%@% %" '耐{%%%t%p%%?c'D'H'L'P'T'X/`D`$ D!P@`DH%(%,D+T@` NLP%0%4\ P@` VXT\@% %$ $ (  FxD'X@` JH%8%<D1\@`TLV%@%DT 04\P@`(, B%%\ @D JX@`8%" " L"@ "ɤ'@L"" "P"@ "I'@P"?c'D'H'LD #hh#hhH##ll#llL%#pp#pp@ #b#\!"#`#b#dD'#hh#hhH)#ll#llL+#pp#pp@KH@/%L5&7㨀 #c@?c'D@D"@ D   ?c "c?c"#c䀢`耐 #`@#@#c@?cX'D'H'L'P'P"DH`DH@'@' @'@wD@"H"L# % !& 7 &'@ *@ ''  YG "`#hh'Љ" ė'С. L'#б6TZ'c쁠 ܇'Б&!# J#cP'%б6 X''Ё>)# B'+c'蕠)#hh#hh䙠+#ll#ll-#pp#pp@ . %&#hh'襠1;c#ȁ\cB''葠' 㨥# R''$#\'(#`',#d赠8#hh#hh习;#ll#llའ=#pp#pp@ #c܉" @F - $-ؙ* HN .`&7ԩ2 PV, * '@ "#hh'й: ܇'cБ& D'С.LR'!#챠 Է'#c'%Ѕ '㸑D')#' #'c''艠##hh#hh䍠%#ll#ll'#pp#pp@ +`# $`#hh'虠+ '㨭)#ȵ V+c\'-'腠!/㨙1#L''$#\'(#`',#d詠2#hh#hh䭠5#ll#llౠ7#pp#pp@ 9#ܽ`'/`'2` :`' '4'D@'4@ #Ѐ  * c@'ȑ* @(@'@!* @'Đ' #\'$#`#d##h' @'`@##\''4'8'@tc#\''4'8'@$ #Ѐ 〢 *#\+ #` #d#h#cЖ  @'H@#\Lܮ@#`. #d.#h#c  @9#܀H@ #\Lܞ #`, #d,#h#c  @~)#܀#@%`@s@Y@V}@x'@M'' ;` J * +@ '`#`#\ #d#h#cؔ   @/'#hL#`H#\#d#c  @#܀`#hL#`H@#\#d#c  @%܀#@q$@@~?cH'DD 䀢耐 D'''' @''' 'H '"'$(FN'੠26 T!#𽦈\'H '쇠"'$(F#cN'੠2챠6 T%𽦈\' $'J'.쩠2)#X'+c* X`@~P X@~R#`X@~l *` `" X@~: X@~<#`X@~V #\#`쉠##d#h X`9%#pp#pp'#tt#tt@~ X@~#`X@~1#\ ``Z X@} X@}#`X@~ X`u@} X@}#`X@~ X`@} X@}#`X@}`@}'% '̀ '''Ѐ^$   K +@#`X`@}Ԥ' - @M.`7X`@}Ը 'l  @ J +`! X`@}xԢ`'ԀB`X `@}i X@}k#`X@}'ؔ'Ԁ `X `@}L X@}N#`X@}h X`@}; X@}=#`X@}W X`@}( X@}*#`X@}D` X@} X@}#`X@}1 #\#`쉠##d#h X`%#pp#pp'#tt#tt@| X@|#`X@} `#\ a X@| X@|#`X@| Xa+@| X@|#`X@|`@|'% '̀ '''Ѐ\#`  J ̞#@ #pp̍?`  J #pp̍?@@?`LPR#pp /%XaY@|dԦ'Ԁ H Xa_@|i X@|Y#`X@|s'ؐ 'Ԁ  Xaa@|N X@|>#`X@|X Xac@|+ X@|-#`X@|G?c'D'HDH@*?c'D'HHDJ D+@?c'D'H#amD@{?c'D'H*D: 2`@: '*D `'+'D<`4<`',D'-'H ր ?c'DD"c?c#䀐@?c#ax @{#a @{#a @{#@{"#"`X?c'D# V#0#c@|2##\#cL# @}$c܀ #\#cL# @}D  L L@{D"`L"H"#  #c@{c  ܀#@{?c'D#䀢 +c耐 $ᜀ  a@z @z#`@{!b" @(F !b졠. L a #hh#hh@z" #\#` a艠##hh#hh"%#ll#ll@z @z#`@z a@z @z#`@z a@z @z#`@za* H#0N a6 T a #hh#hh@zK#  #\#` b##hh#hh#%#ll#ll@z0 @z2#`@zLa  b@y @z#`@z6"! b-@z @z#`@z!D  b7@y @y#`@z ?c "a?c"!?c "a?c'D'H'LD #hh#hhH##ll#llL%#pp#pp@#c#\!##`#c #dD'#hh#hhH)#ll#llL+#pp#pp@H@/%L5&7㨀 #c@z:9#䀧 ;c耐#c`H"@c" H""PD@(XD. "H"c#\#`# #dD@!#hh#hhL##ll#ll%#pp#pp@U!"`#c* H%h'0N )"`+c6 T!(c  #hh#hh@x#  #\#`!(c.##hh#hh#%#ll#ll@x!(@x#a(@x?c'D'H'L'P'T'X"pLPbp'L'PxLP x'L'P"pTXbp'T'XxTX !"x'T'X#bpTXX\LP"`LP"@dLP"u"LP "xTXBLPD'LPTX BLPTXHě'"LPP4ֳ'bDHZ#``#``?#dd#dd!#hh#hh@8\"$#``#``'#dd#ddDH@%`""DH#``#``/#dd#dd1#hh#hh@ d#@ ?c'D'H'L'P'T'X"TX bTX'T'XTX TXL'T'X"TXLPDHTX F" DHL/bTX LP""TX"TXLPDHșDb DHPDH?c'D'H'L'P'T'X"DHb'D'HDH 'D'H"LPb'L'PLP !"'L'P#bTX%'T'X'TX )"'T'XDH'&LPLP'.TXTX'DH'8LP LP' TX TX'(,J+bЩ R`%6: X "d"@\""`@"  %(F.2б̳d"<"(,ʥ Ƨd#48>DH ܏'(,2LPֵ з'< &TXʝ ğ'0DH R  썠$“\"#*LPL""D애(ʛ\"@ ""D(ʛ\"@\'b" @""\@"  \'b"@"?ch'D'H'L'P'T'X# '#\'#`' #dDHLPTXE# `3#" @F#hh*`27* HN#hh+ 3`72 PV#hh, 4`7,)?# -1? @'N#" @F'c* HN'2 PV' '쀐 '耐 '!?##?c''?)?#'-?@/?'777'$c#@v?ch'D'H'L'P'T'X# '#\'#`' #dDHLPTX# `3#" @F#hh*`27* HN#hh+ 3`72 PV#hh, 4`7,)?# -1? @'N#" @F'c* HN'2 PV' '쀐 '耐 '!?##?c''?)?#'-?@/?'777'$c#@vQ\&`'@d"@?c'D'H'L'P'T#䀐1!a@t!@t#a@tLT@7#@tHP@."@tv"a@ts"a@tg#c@!a@tz!@t|#a@t'cP *#T @tg+`!#T#@t~`'D!a@tG!@tI#a@tc''"'"'''"'"'!b@t&!@t(#a@tB#\#c@!b2@t!@t #a@t$!bC@s!@s#a@t'#` +`!#d@s,`'d#@s '!b@s!@s#a@s!b@s!@s#a@s!b@s!@s#a@s!b@s!@s#a@s+%c-%?c'D'H'L! @uE!b@sP@u=' @s'  b@sX(   b@sI   b@s:  c@s0 @s2D`@sM c/LH@s @s D`@s;' @s2' @tF cC@s @s D`@s$?c'D'H'L'P'T'X!cX@r!@rDa@s !crHLPT@r!@rDa@rDX\F!c@r!@rDa@r?c'D'H#䀐DH@;"c@r"@r#b@r?cH'D'H'L'P'T'XHp@'`@rd"#c`"d#c !J '@r"㨀 @t,#`@r9 @r*# "㬗* +  c`  (%$'㬧,- +c`03&c5..9# @ $"㬗* +  c`  '%,,)# @'#\#` #d#h#l#p3c.`.@7`#   d d@r"cLt@{'X" P 荠BH'T@*䡠 LR'X4䵠V\'\ P 荠BH'T@*䡠 LR'\4䵠V\'X #c\& #`-@qc @ c  @h`@"L" H#c#c  @r## "@q!$##`?@q#$c%Ā #`Di@q" @q#Ѐ ?#777?c777̔'0'<c#@r777777̔'0'<c#@r#* *`  8#!#, ,`% 4-%#c@q#c@q'#\' #`'$#d''' 'c#@q7&;'c`胠"d䇠"@Dl@Y'`n@p#䀐#@p"cA "K  # `s@p# @p{#䀐#@p# &!@pu"c䀐  #` @pc @pT#  @p "c?c'D'H* H` X'H DK  ''H@ ;H'%`DM &`' ' DJ@ /@ '`'! + ?c# C#&##cL# @pc܀ #cL# @p*"`LS@ ! L4#`L%,$+`L@U4` 3&c5 7܀#@pI?c#䀐c耐 ##` @o#` @o"#?c8'D'H'L'P'T'X#䀢 ?c耐 8L #\#`P#dD@###H%##`"@oV"@oX#b@orT\X`"@o>"@o@#b@oZ "a " ' '''@'D'HH '"'$(FN'26 T \'I 'X@' 'ܐ'''' X"쑠& D#`L'0譠4R%Z'>䉠" @'H',ॠ0N) V'"a@n"@n#b@nT\=#P@#lL:#d#h=#\#`쁠?;p腠!;x䉠#;%;#"a'##)##@n~"@n#b@n7 =92  .`@@ `*` 1  XXXplqlrlsltlulXlllXXX?c#䀢 c耐 #a\@n##@n%#c@n? " ?c'DD"?cH'D#䀢 ;c耐 4D'D'x !  #a @n'Pa@m'P@m'P#@m"ax?b'D'H'L'P'TTD"TH"T@oL#\ #`TLH !  @n!!#\ #`T LH !  @n'#\ #`T`LH   @n''#\ #`T LH   @n'#\ #`TLH   @nTL' $T" (T"`,HL@nH @o5P  'aLDP@mR 'aLD@mI'''  @&T"` T !#aD@m @m #b$D@m @l T ? ' +'lH@mT  't#\DHLY !@e@ '  T"( ' @n'#\ #`T(TH   @n!'#\ #`T$TH   @n '+'lH@mRT  'x#\DHLt @@'  '|#\T $T`HD⏚ @ #bD@lfT@" , ?c'D/Db !%@ "#`@"#d?c/@ S" b< !艠#$%"$b<'蕢)*% "(b " -b -b " -b -b " H` -b-  #@ " ' ''@f D?--" +`!!h"@ D?--" +`!!l"@ D?--" +`!!p"@ D?--" +`!!t"@ ,"Ȓ ;' ''@fd -b" H` -b-  #@ " %?c'DD"D @" D @" D D" 0D D" @D D" PD D" `D D" pD D" D T" D T" D U" D U" D U" D U" D U" D U"!D" D" D" $D" 4D" DD " TD " dD " tD " D " D " D " D " D Q" D Q" D U" D U"!D" D" D " (D " 8D D" HD D" XD D" hD D" xD D" D D" D E" D E" D U" D U" D U" D U" D U"!D" D" D" ,D" <D" LD" \D " lD " |D " D " D " D " D " D " D " D " D U"! ?c'D'H'LD`P"H`T"L`X"?c'D'H'L/Db !%Hb,$H%"  " %"$ "$%"(  "(%", ",%<@Hb$1%"$ʴ "$%",J ",%<@?c?c?c'DDD@ D"DD  #8b@D` "bؐ "b#<b@D` ("bؐ ("bܐ!"b ("b#@b@D` "bؐ 2"b#<b@D`!^"bؐ 2"b#<b@xD` #8b@iD` "bؐ ("b#<b@vTD` ("bؐ ("bܐ!"b ("b#@b@[9D` "bؐ 2"b#<b@F$D` !^"bؐ 2"b#<b@1D` #8b@"?c?c''#'c'''' '@9?c'D'H'L'P#䀐&c耐 'X 쀐  #cH @a# X#cDHLP@c?c'D'H'L'PD2`H3`bL#4`dP)5 f+cB#c@bTP#\DLHc#@by!#܀P@#\DLH@c#@bc#c@b%-܀#@a?c'D'H'L'P#䀢 Wc耐 P#ch@a<C#@a7#c@aQ#co@a$#@a&#c@a@X"" @c`(F !#X#b졠. L#cx #hh#hh@`" #\#`#c艠##hh#hh"%#ll#ll@`#@`#c@`D@Hc#@`#@`#c@`Lc#@`#@`#c@`P@c#@`#@`#c@`Lc#@`#@`#c@`#c@`r#@`t#c@`#c@`a#@`c#c@`}!#X#c* H%`'0N )#X+c6 T#c #hh#hh@`+#  #\#`#c##hh#hh#%#ll#ll@`#@`#c@`,#`@_#@`#c@`?c'D'H#D`#cԔ    @a #cԔ    @a#䀐 c耐 DH@?cH'D'HD` #`( @_8 [//'D@ 'P@_''P *H `6@_`''P@_'#''P,'P`;@_'P@_'P#@_?c'D'H'L# DHL@`L #"`H H* @_`"LL  #`h@_," H`PD"@F#``*:7 PH@*HN#``+;7!#, $`'LTW@--%3`L@VW* PD@"@F#``*:*`L3@ PH*HN#``,`<`%,) L5`-/%1 H& 5-!! H#"`H`H*` L@^"LL  #`@^" H  DHL@?ch'D'H'L#䀢 c耐  L D$B``JL'L.H2 P#``XZ'' '/h%'5l&@'9! 쀐 '耐  '䀣 `R.'4`@^'6'4`@^ /'4`@^('4`@^!'4`@^ '4`@^#"? * J`  ' ( ( (< (X".'4`@]6'4`@]/'4`@]('4`@]!'4`@]'4`@]"? * Ja  ( ) ) )8 )T('4`@]0'4`@])'4`@] '4`@]'4`@]"? * Jb  ) ) * * *<.'4`@]p6'4`@]i/'4`@]b('4`@][!'4`@]T'4`@]l"? * Jc  * * * + +4k.'4`@]16'4`@]*/'4`@]#('4`@]!'4`@]'4a@]-"? * K`  + + + , ,0,'4a @]'4a@] 쀢 "? * KaH  + * ) ( ''4@\'4#@] "`X"#`h!$ l#cc% !DHL@L?c'D'H'L L#"`H H* @\"LL  #a0@\" H#aD"@F#``*: L3aH*HN#``, < #`L4` '$?c'D'H'L#䀐Sc耐 N I!'aG@\<'@\`'#@\{L D@$B(JL'L.H2 Pa(XZ''aZ@\3'@\6'#@\Q#$`h)% l?aН'D'H'L'PH????Dah@"? * LaL  1 0 0 0'D!@\ 'dda'dJ 'dK@ &'dL@d 'd'd-@Dd'DO`/" 'J@/''@['@['\\# 'dd'dL  d$'d\% '\d'dM &  'X\"`'\'d* 'X'd *///'` /3''O3@0' J am @\*`''@[*J  +`'ao @\  'T*@'* ''@[K@ ,`'ar @\'T*`''@ZJ  +`'oat @\f% 'P*@'* '+@''@ZL ,'Cax @\:'P*`'*''@ZK  + 'J  '`*" `'`L`"  ' "/3 /3'O3@I''`+`#O' !@ZZ'L#a{@ZM'a#@ZF??'LO <T'" !@Z5'H#a@Z('a#@Z!?'& !@Z'H#a@Z 'b#@Z??'HO <P'" !@Y'D#b@Y'b=#@Y?'& !@Y'D#bM@Y'bq#@Y??'D@['@@  #b@Y?@TLL@ZH H@YD D@YX @c'@['<@ O   `K /O ` 'L  O  1 M`O J@ @ 3` ` ,  .'; /  '  "'  .   ./ /ˑ7` ` *  .$`%  . L1J L5@2 xL( pL @ z gL L y Z耣  耢      ' L  P"̘ '@*`*` * @@Ea'   *'* +  Pؤ$@#@ ,- @Ѐ PА&  %* *  P&#` ,,%`̀~* *` P& "P P&  @ aP'P @@   UP+ "P`!@P%@$`PP@DP%@P  8PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' ...`''''' ]L   L@  ЀuP P&  @ aP'P @@   P+ "P`!@P%@$`PP@DYP%@P  PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .&Д""А @ h L   W" '*` *@  P@ ',`,@ --`P@" '+  +`   P'-`-@ ''Ȁ* *` P@ 'Ȕ" *P P&  @ aP'P @@   P+ "P`!@P%@$`PP@CP%@P  P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P' ..Ȕ" .L$L @L$P`P&`aP'P @@   hP+ "P`!@P%@$`PP@BP%@P  KPȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P'ؔ""ؐ @ >'Ѐ Д&"А @ 'PP@& aP'P @@  P+ "P`!@P%@$`PP@BP%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P'''LL"L5@ " D@  耢 u?'Ȑ?'" '耢  L 4 a耢 K耢  T   '䀐  `3#`O@-Ȁ'ȓ*` *@ @"0'耣@耢  "   '䀐  `,Y耢 K耢     '䀐  `3#`O@-Ā'ē*` *@ @"0'耣@耢     '䀐  Ā%''Ȁ -@Ā L q L `\ 耢     '䀐  `} L D q܀ L  fL`'-Ā vP P&  @ aP'P @@  DP+ "P`!@P%@$`PP@@P%@P 'P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P'ܔ""ܐ @Ā   *` *@ ` 'P P&  aP'P @@  P+ "P`!@P%@$`PP@@WP%@P P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P'Ā  .`ܔ""ܐ Ș@ ܔ Ș@Ā ܔ""Ė" @Wܔ&Ė" ܘ@''''耢  '   '䀐  L%@D  J\u'P P&  @ aP'P @@  P+ "P`!@P%@$`PP@?P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .'P P&  @ aP'P @@  P+ "P`!@P%@$`PP@?P%@P fPȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .P P&  @ aP'P @@  P+ "P`!@P%@$`PP@>P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .*P P&  @ aP'P @@  P+ "P`!@P%@$`PP@>?P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .P P&  @ aP'P @@  <P+ "P`!@P%@$`PP@=P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .PP P&  @ aP'P @@  P+ "P`!@P%@$`PP@=eP%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .P P&  @ aP'P @@  bP+ "P`!@P%@$`PP@<P%@P EPȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .vP P&  @ aP'P @@  P+ "P`!@P%@$`PP@<P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' . L5@'`0  ̀  `'" " " @'P P&  @ aP'P @@  fP+ "P`!@P%@$`PP@;P%@P IPȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' ..xLv䀐J@   d" ' Ul\2  +`@ @ `*`         d  @ @ @ @ @ @ @ @ @0 P  P   T p $9 U |; p uR `J EN@*@J`^;LJ \K`+-L `?( L+!M`?LL1 N@{|J`\wJ{r'P P&  @ aP'P @@  *P+ "P`!@P%@$`PP@:P%@P  PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' ..&'P P&  @ aP'P @@  P+ "P`!@P%@$`PP@:QP%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P'.``.@" rn2 *`@ `*`    x    5 lD D h dQ whR  d ll! lDT h0 d$ uq  j<r dЀ  Д& "А @  @9PP@&$  ?c'D'H'LHD*HL `* HL; *?c'D'H'L'PHD*HL `* HL; *HP `* HP; *?c'D'H'L'PPP  H@' '`@/DHL?c'D'H'L'P'TTT  H@' '`@/DHLP?c'D'H'LH" 'D  J\  /J`( L O K@|L# O  * : ?c'D'H'LD'J`\  /D H@ D 'L  J)*O   K )L% @ L |O M |  * : ?c'H " ' * +  @ H  $' ?c'D'H'L'P'TD'H  O ' 'D #@ P'@  5'@+L  `LJ   `3TL  LM@   . @@`,@ ' ?cp'D'D  D'D ''ܔ   //Ӑ  ``@9'쀐? '' !@8JD *D `++`؀@؀DOה 2 + + *  /$','D `*    /@  , $`'ئ'=`5=-%@ ->`6>` /@ "' +`'!  /@' -`%'ذ '>6>.& *:2 : @  /@$`'i') L` /@ 'S'a7N  /@ '='!  /@  'D` @/`  D 5  1# `'  #`+@'ؤ'ب'   `ش' `'  #`+@'ؤ'ب'%-@؀" ' `'  #`+@'ؤ'@H 2"` *@ `"@8 * *   ? ``@8'*@6'쀐 +', $'?D  -OӀ `'  #`+@'ؤ'/aئ' `'  #`+@'ؤ' ؐ" 'ؒ /pBؔ'=ؖ'8@8 ,ؘ 'ؚ#  @ * ra$  , \ Ĭ t  @ , , , , 4 4 h h 4 4 4 , < 4 ȸ T , , , ,/'DOע 4 ,-`@+ ?c'D'H'L'P'TLD  *` `*` * HL#@HP$ HT$ D *``* H"HH#` # ?c'D'H'L'P'T'XT#\X#`L#dD  HLP@?c'D'H'L'P'T'XD  D  LT 'X\ 'XX@ ??X# '\ X$'\D`D` \ X? '\D 2  D??X D 2 ~\S \'XL X\ L LX#\$XLPL%HX\@  O@ \#'\\ @O@\% '\\%@X'X)LXL@  XL" PK HXL,`= O  O@ 2\ X D `4?:`#\d#`DHLPTX@J'X&?\\ \" '\X`'X\ '\X"`'X.??c'D'H'L'P'TT#\L#`D  HLP@?c'D'H'L'P'T'XD'D ܖ  D 'D `'Ȑ!'Đ!'''  ``@6'̀?k ''D ȑ*   ? ``@6'ȑ*   ? ``@5'ȑ*   ? ``@5'ȑ*   ? ``@5'ȑ*   ? ``@5'ȑ*   ? ``@5'ȑ*   ? ``@5'ȑ*   ? ``@5'ȑ*   ? ``@5'"         ``@5? X LT@ X    ``@5r?  'Ȁ@ 0* *?#@ " , $,%@-`.. *` ** @ ++@ ,` - ,'T HH'PL'T'H'LHL 'PT@'`L@ H` 'P' 'P`@ L" 'LXL HX '' PX L" ''܀耢 Ԁ_쀢   L H  HL    /O   O '쀣@" '' 'Ȁ * *@ " , ,@$' "/'H@  ' 'Ȁ* *@ " , ,@$'\,D`6&D 2`3Ȓ ` Ȕ\"\* @29\#`\* @22\$ \`\? }D  `- `. `-`5D6  .Ȓ \ %Ȓ \"\\*`@2\#`\\*`@1\$`\\ ? B\\ X"@\쀣@H$P$L# '\Ȁ\x*   +  ?\`,\`-?%$XL*` H@ HL,@ -H&@ / @P& L \ +#@L,HHL. *` H#  , P#L\`-%`'}'\\`*\`, ?#" '  ``@3'쀥HPL%X&&' m |  'ܔ'؀ - 耢  P''ܘ 'ܚ# K@ '$  @L y%`') 耢  eP''ܘ 'ܚ# K@ '$ L@ P$''@ *  *  + @+` ,,@`' *耢  P''D `@؀  LM@ D ؀ @NJ@ '@ *  *  + @+` ,,@`''  ?`  / 耢  P''؀   @LL  @-  .7    O   /  ܦ'O {'@ *  *  + @+` ,,@`'' X'.`2 `'@  * @ * , +@  , -@6 *` ? ,  -%@@." * @  +@  @, -`- 'Āa'ܐ ' @* @+ @4 -`?.@ +`#  @,% -@. .@ !'Ē!'$ "`/*` 3 `# /!'Ē!'' +  4 ` ;ܪ @6/ܒ '' / `'  #`+@''O '`'%` " * ybP       '   `  *` 3 `5 *` + *  ' ` "* *@ " , -  . .&'' `'  #`+@''Ĕ"  +  Ԣ#@ 5Ȓ"` * @`"@0:Ѐ@ Б* *   ? ``@0''Е*@.L'̀ Й+ '?i'(ԓ* *@ " Ԡ 'ԥ,`- $԰ 'Ե.`/ @&Ԗ' 'ԟ+`$Ԥ'ԩ,%@Ԯ'Գ. &Ԓ`'ԗ*# Ԟ'Sܠ 'L 'ܔ'*   +  ?8,`L-HHL *@   L,HHL.@  +  耦*`  P+`@耢 P''# '&@&'؀ @ )  @-6@'LHP䀦@T D 2`zJ  D `ll  D 2`] PK@L@  D EELHP䀢 T 11 (( `'  #`+@'ܤ'Ĕ"  +  Ԣ#@ 5Ȓ"` * @`"@.nЀ@ Б* *   ? ``@.['Е*@,'̀ Й+ '?'(ԓ* *@ " Ԡ 'ԥ,`- $԰ 'Ե.`/ @&Ԗ' 'ԟ+`$Ԥ'ԩ,%@Ԯ'Գ. &Ԓ`'ԗ*# Ԛ`' `'  #`+@'ܤ''  @'@   'Āa 'Ĕ"  +  Ԣ#@ 5Ȓ"` * @`"@-Ѐ@ Б* *   ? ``@-'Е*@+'̀ Й+ '?'(ԓ* *@ " Ԡ 'ԥ,`- $԰ 'Ե.`/ @&Ԗ' 'ԟ+`$Ԥ'ԩ,%@Ԯ'Գ. &Ԓ`'ԗ*# Ԟ' `'  #`+@'ܤ'ܐ  ` ܒ *?b D  Y` U    `  '    `ܒ *?8  `. `  ' *`   + 6`    'ܒ *?ܔ"' ܒ *?NԐ" 'ԓ*  '|| |'Ԟ#'ԡ+@'Ԧ$'ԩ,@'Ԯ%'Ա-@'' %* Ԗ"'ԙ*@ " , Ԧ$'ԩ,@$-Դ&'Է.&@"`' `'  #`+@'ܤ'ܨ'Ĕ"  +  Ԣ#@ 5Ȓ"` * @`"@,Ѐ@ Б* *   ? ``@, 'Е*@*1'̀ Й+ '?N'(ԓ* *@ " Ԡ 'ԥ,`- $԰ 'Ե.`/ @&Ԗ' 'ԟ+`$Ԥ'ԩ,%@Ԯ'Գ. &Զ'ԑ/ "@Ԕ']Ĕ"  +  Ԣ#@ 5Ȓ"` * @`"@+Ѐ@ Б* *   ? ``@+~'Е*@)'̀ Й+ '?'(ԓ* *@ " Ԡ 'ԥ,`- $԰ 'Ե.`/ @&Ԗ' 'ԟ+`$Ԥ'ԩ,%@Ԯ'Գ. &Զ'ԑ/ "@Ԕ'  `'  #`+@'" 'ܒ`' *; *ܞ' * *`}  `'  #`+@'" ' `* ; *ܞ'[ `'  #`+@'ܤ'' `'  #`+@'ܤ' *; */LHP䀤@PTLG%`􀥀PNP&&J?JN   @PLP$䀤MM/L   LHP䀧PTL@ G" PKP$$`@M?M-L@  @PNP"`䀢 JK`J   ws@PLP%䀥@N?N@5M@2LHP䀢@$T  " PKP$$`@M?M-L@''LHP䀦GTC'  PJ P#`# L?L%K%PMP&`䀦NO N`  耢 P'' PKP$䀤@M?M@-L@'@ *  *  + @+` ,,@`''耢 wP'' PKP$䀤@M?M@-L@S'@ *  *  + @+` ,,@`''0@(,ܮ'ܰ% * c$    t t @ p X $ x  4 X    \ԀԐ" 'ԓ*  ' 'Ԟ#'ԡ+@'Ԧ$'ԩ,@'Ԯ%'Ա-@''Ā %* Ԗ"'ԙ*@ " , Ԧ$'ԩ,@$-Դ&'Է.&@"`'܀ ܀J/2 /ܔ`' `'  #`+@'''O  O @y" * b     H @ ' ,  ``@'??c'D'H'LD`'H  ' `'  #`+@''_"  ;@"`L@w n ' "`' `'  #`+@''$ @ " ' ? `'  #`+@'@L@3 *'`D% 'HL@^   逢 rg ?c'D'H'LD'H 2' ' `'  #`+@''''HL@   @  ?c'D'H'LD' ''HL/*L 3` , LO ,-`@,O  `'  #`+@''@' {s' `'  #`+@''" ' `'  #`+@''' H@ @-L6` :2' 2 '' @ * `         t     0                D" ?c'D'H'PDH  PJ @` PK   & ?c'D'H'LL *``* L + *L  +DHL',)"?c'DD! A >a ! @#"a !+ #!!@#y#b!+!" `,D@#`Dԛ',+b?c'DD@#F'!D    ?c'D'H'LL b@b'D"D"`D"L1!@#D"`D  \'!`! K`@$~D-'D%L  ?'a'D *D `++`DL  `, -`@,`H@"HD' '?c`'D'H'L'P'TH@"'D 2` L   /ː'0D @ " T`  + ,`@/T  -  `-/ . ``.`/OˀL'L* @"b'L* @"]'   F'0Oˀ ' H̖ 'Oˀ ('L ē* Pę*@ " ģ, Pī- $İ '@"@"  ?c'D'H'L'PDD`@$D*" '!!<'@! 'PP P"L@!P" L* L@!?c'DD D@!D"D# D#`DD`@!D$D - ,DD @!D&`?c'DDJ` D'DDJ  ?c'DDJ`  DJ DK` D'DDL  ?c'D/KD@!' E'J /JOK@ '?OKOK@ L'LOK-'?c'D'H'L'P!\H "\H#aPD$ %$T'L)!L  +aL`-L  ap "aL -L  aϻ -z!XaXJ` 2!P H "P`#!TaT+`!!P$#a``D$ +%aL P-Pa@ q@z  az -9!\a`@6"!LDHLPn)aP@a@ J!!P "aPT""T!\a`@#!LDHLPEaP@K -'P !PJ` * +  LK@ !!PL`'P - -`L@l!P "aPT""T+  +` L  %$LJ,- L@ 3&aL:..L`  "L** +  L@   %$L,- L@ 3&aL  aέ -l* *` LJc'h!P#X!!P #$aP%T$'$T!\a`@JDHLP?!X "aX'P ,* *` LJ!XK@ * *` L   b U -!XJ`' b2C -?c'D'H!P $DP DP"@D`#P!$!P#aT$`%$TH $  ?c!d!d "ad ?c!L  bQ \!P  S;!P"z@!P "aPT""T!P'P!$!P#aT$`%$T'$L*)!PM@-!P'P"P!T# #aT#L b}͔ "aL P"@q !P "aPT""T!P'P!$!P#aT$`%$T )%!L+aP@M-!P'P"P!T# #aT !$!L"!L aP@"@)!P "aPT""T!P'P!$!P#aT$`%$T'$L!P'P"P!T# #aT#L!!P"@ !P "aPT""T!P'P!$!P#aT$`%$T )%!L[!P'P"P!T# #aT !$!LG#aP@''P)%!P+aT%`-%T 1&!L33aP@'7P9'!P;aT'`"!T "L ḅ!L"  * b  % & & ' ( ( ) *  ?c'  bz @' @?c'Dk'  bU D@D"@  c@ ?c'D>'  cH( Dn@D"@  cp ?c!T  c !T* "`P 'aT+`##aP$@%T$'$T?c'D!T  c .!T* "`P 'aT+`##aP$@%T$'$TD@VD%@  c˩ ?c'D!T  `˒ .!T* "`P 'aT+`##aP$@%T$'$TD>@D%@  `@i ?c'D'H'LDD耢@ D"  D@F `o?H  `6 iH`@L`@"'DQH`@L`@"'D<L`@H@7L`@H@nHL@'DD  `H   `HL D?cX'DD  aʼ 4'@D@  a;Dʬ $<  Da`@'@    abDʊ ?cX'DD  aw <'@D@!h  - aD_ $<  Da@L'@H    aD= ?c'D'H'LH''HD@J J`/'' LD@`L@H**?b'D'H'LDDJ@ LH@IHHJ@ LD@:HJ`/LH@/'D@'@H@'@''@'@ 'HJ* H 'H`''+'L@?b'D//`''\'XD'TTJ  \*'P'@ 'XTJ/\* 'X \TJ@*\'\'XTK  \*'P'@~ 'X#TJ/ 'XTJ@. 'X'P'@d'Pb@_TJ/`''\'XTJ  \*'P'@L 'X%TJ/ 'XTJ@. 'X'P'@2'Pb@- ./`TJ@/a''\'XMTK  'XTJ@/''\'X'P'@ 'Pb @ ./` ./aTJ/b''\'X%'P@S'PD@*#b X@ @X * a  6 7@ 8 8 9xT`'T&#b1@ @?c'DDJ DJ D 'DDK/D /*D*?c'DDJ D'DDJ /D*??cp'D'L'PDP@`J @  '` "b`N@  p  )@''#` '!$ ' ^ #``%$'`L@  2@O@ ` .@`'耢  *@z *  \O@ {'Y .@`fp '` .@` "`'耣@  *@R $@L`L M`MN.>.+O@ O@` O@  .@``L@  2@h .@`''؀ .@ب ''@`M@^ 'O@ ` 'и   1@? Ѐ'А` L  2@/ . '؀  .@ ؞' -d܀`@`J `] J"]N`@*`:`.`zp  \ `  ` \O@ \ n Ѐ 'А` L  2@ . '؀  .@ ؞'܀ܓ: ܖ "XJ N@  +;.@ ܠ '#`p \ `  ` \O@ \ n'ܕ?  "XJ N@  +;.@ @`L`]JЀ ' '%Ѐ 'Ѐ  N@ *:.@  'N@ +`;`.@  (.N@`*`:`.@в@  .@` .@`  +@H+@ ' .@`'.@)  +%``'耦 *@+ .@`"`'J@.@` ' K , < +'O@`'؀ 0 9 ؑ* *` "0' @@`K `\ ,؀ @.@` ,Ԑ 'Ԓ"   ,@@`J \?.@`'`@`J`} -@Ԁ .@` N `N @ .@S $@%p . 1 9' 1䀧 @ $.@`.@`3@`K ـ (2 )M <$ >' nҀ {[' .@`.@`   $〢 * . [ \p?c" t` @=8N@N`N@+" t   J@  @" t   J@  ?c  J@`J   K  N !$ x   )"XL? N@`   N   XJ ? N@   ` N@* "@ `vN@+ <#@`nN@`@m'd$)%"d  M X5h&""h   J"h  `]@9d#!$"d  L $)"h% +%bh   M"h `)` @d""d   XJ ? N@  !"h$ #$bh   XJ ? N@ !"h `" `@%d$'$dN    XJ ? N@    #bh$`%$h`N    XJ ? N@   #bh `N@,+b'N@-"<"@ '`@\S RN@*` 'N@+`!"<$@'`@= U )& ! J@ : JN@ `-  XJ ? N@ `  N   XJ ? N@   `& N@ N`N  & @ N@$!N`* @ J N  & @  | & @ ~t u  O `  _O ?`O   _ O Q P O   _ #`O; :@`L"  )1* b@  H R G N R I8 G Nt R J H O R K H< N R J H R H( R I R R R Q R Q R R R R R M8 M R R H O R K+?cN "d N  ` !$"h#bd'@'$h?c'DD "pbqh"bdD@"d?b"h "bh` "`! `@G"`@C"`"` bd  "dbw@'BS :''by@m .! @ "@  @'a '@E'a "@ @ 'ab`'a"`@?c'D'H"hb`na"`D`D tHO*@H'H `t aOBO \3 O`1&O9"O" 0'*"  +#b8N HN-H'HHO.H'HHO*H'H O H`x@E aHD@;?c'D#bD@4 @%?c'D'H'LHD@H /@=' *`'L@ Hb@LD@?c`'D'HH*DJ@/DH7h @'D@[? ?c <  $''D'`@' @D? ? < @ 'b ?9'D@/'$@'@ 'b ?'$@'@' HO  Hb@'H@ ?cX'D'@D@? !h D!@'@D@?"ah`D /@'D" ''DD@'D* 'DD!@'@D@?< @# D @  bDF? ?c'D'cD@;'@s?c'D'HD@4D@'" c@  " c@  #c(@-@T''c1D@'@6H@'@DH@'?c'DDDJ@/ #@D@CD DJ@ D' #@'#'K@/'c@'@'c@'#'DD#@D@v#@@c<* 'c@@j'c@' @?c'DJ#@  #@@p' @J / '"`'@@ D@,?c'D"4D@!"4c@N""p"4c@a' 5J &"p* t @@"'"p+ t@ ,')"p +%bp c@,'-@#D@ </M@ #@@#Dc@@"pbtH @) 3&c@ ?c'D'HDH" 4cX4$`# 4 4`8@  ?c'D'H'L'P'T'X|" <"@hDH@'D'H#hLPD'L'PchTXH'T'Xh\`L'\'`DLT\@Iy!$ H#cp%H2 P'$H|-`/#\|@.9 #` #d|@*L |+`,@|+ #a<D`@ H@%D d|'|@/D@$' *`  K  ',`' -'|1 D@%'|* *`  "@ , %L@ ,+`%%'3`&7& ?c'D'H'L'P'T'X|" <"xDH@'D'H#xLPD'L'PcxTXH'T'Xx\`L'\'`DLT\@H!$ #c%2 P'$)#|#\+`l#` #d `!b@/ऀ |'|9 $' *`l K  ',`'l-'|1 @%'|8* ,*`l "@ , %@ ,+a %%-3a#.9#'@'`* @ %*` ## '% $@) ,$-%@1 % ?c'D'HDH@?c'D'HDH@?c'DD ?c`'D'H'L'P'T'X`'`"' #'#'#|X#l#pT@`#d#h\#t#xP@`#\#`DH L@`O'' ?* d +   ""'l(l@ @h * +`@ p耤@l@ h-`N-' '`'@?c'D'H* H` W'H DK  'H@ ;H'%`DM &`' ' DJ@ /@ '`'! + ?c'D'H'L'P/Db !" Ɠ%L*c %  /"H'@Ge%Hɴ% 7# %L ?HP"@?c8'D'H'L'P'T'X/H'H'H'H'H'H'H'H'H'H'L" #p}D"c @`D?ȕ*?Аc0@U""" " c(@`  #0 b@`""#0 b@`""" c0@`^""" "c@@` c@@`""b @`""" c(@`?,#@   #( c@@`""b @`"" #p' #l%"@'-* (@  #\a#`#d #hbHL#c@+q %" 'L' "` Lc@ L' "'w-`` %.d@ `@*b@ d @ * @ P- '8#8 6P?-*b "@ T?-*c "@ X?-*` "@ \?-*a "@ d@ 3`@*b@ d @ `" 'L"%%?c'D'H'L/$  D'D'D'D'D D' %"@'耐L?*"@  %" '耐D`"(% % %D% '",  "0H<%"4>%" #@@I"H#&#DDH?L, +`@H?L./`JL?,@  L?,L+`"@ L?*"@ H?L, +`@H?L./`ʪBL?,@  L?,L+`"@ L?*"@ H?L, +`@H?L./`JL?,@  L?,L+`"@ L?*"@ H?L, +`@%(L?,`@  L?,`L-` "@ L?-`"@ H?L,` +`@( `H?L-` +`@(  @"$@ * "@ * "@ % %** "@ * "@ % %?%v* @ %* @ %"  ?% % H?*L +`@H?L./`ʲ`L?- @  L?- L-` "@ H?L-` +`@H?,J L?- "@ %$%% %%% ?cp'D'H'L/ 'D"t"8b8  @ N"@b<  @ F"Hb@  @ >"PbD  @ 6"XbH  @ ."`bL  @ &L#\ tbPTXH @n t"c#@ .$"T @ +"T @ % "T @ "Tc @ "Tc @ "Tc @ "lb @ "T` @ "T` @ "l` @ "l` @ "pc  @ "p` @ "tb @ "tc @ @  t"c#@ "x cx @ "x `ؔ @ "xb8 @ @  t"c#@ "|`Ȕ @ "b @ @  t"c|#x@ "` @ " a @ |" cX @ u"c @ n@ o t"cd#`@ a"c @ ]" a @ V@ W t"cL#H@ I"c @ E@ F t@HbL @ ?HL@ 9 ''@ ''H' '"'l@ $bP t@ *`"@*` *` ,  @+1!Ȳ....9"Ⱥ@`&@&`"c"#bI:<⠿##""c" " "   'ܪ ܐ"'܀-``l-`( "  * *` *` @*"  3b@`#@#`- b -`!( @  - a$ 9- ` % -`a( 'ԑ-`c  Ԑ"'Ԁ `* *` *` @*! -!# #@#`Ԑ" 'Ԁ- ` $-``@b8  @-``@b<  @2 -``@-b0@   @ -`a@ " ""-b0@b  @`ܐ" '܀+@R%%%%%% ?c'D'H'L'P'T/h'Tb\ @*?T\@ ''@''T' '"'@ HD@#@%?c0'D'H'L'P'T/pH  H  H`H'H '   f   " ?'D'T'L'P'"'"'"'''@'T'L''''''''''''''''@{'D'T'L'P'"'"'"'''@d   " ?'D'T'L'P'"'"'"'''@='T'L''''''''''''''''@'D'T'L'P'"'"'"'''@q%%?c0'D'D''@j?b'D'H/D'"'  '''##z   ' "'耐Y-bt  -c 8-` '䀢 ' '  -` '܀ 'ܒ '؀  " '耐 x" x" |"    "l "#p   'Ь А"'ЀN-bt 8-` '̀ '̒ 'Ȁ  -` 'Ā 'Ē '  А" 'Ѐ ' "'c-a$  #b  =-` %  -b '-b %"@'#* @  +  +` +`  +#a"" %" '-c?" " ' ' "'-a(?" " ' , ' "'-a %* @ -cО """ '" D'"' '''"cD%  "  "%  #+cH'#'ʰ 'p'pp''tt@=#'"'||J |'l'll'xx3#""  #I6c9 ##" ""##@#D @@ x #@# @# @#@ % 'd d"'ddc-bt M-` '`` `'\` '\\%-c * @  -` -c " -a$ -` %-a$ &-` 'XX X'TX 'T-a$ T -a$ %-a$ 7-` 'PP P'LP 'L-a$ L -` 'HH H'DH 'DD %-a$ -a -!$ @ -a$ %-b *c  %*  ؗ-  "@ @ #l'@'<<@ <'4@'44'88 "cl #p'0',,0 ,'$0'$$'(( "cp`  %-b *`l * (@ d" 'd#>c@`H"#&c@`țH"%%%%?bH'D/x\`TDx@  uD"x#`D@7D*`㠘 ## D*`㠘  %%D*` %XX' %"@'>D*` *@ *@ *@  + @ 𐁫 D*` *@ *@ *@  + @ %% %" 'D*`  %$$' %"@')D *" *@ *@  + Ƞ@ 𐁬 0 %" '$% D *" *@ *@ $ + Ƞ@ 𐁭X # @% %c0@`%|%D*`  D*` " #cI:8#? %D*` *@ *@ *@ X +`!   3c@`?葠(𔙠*  X %X'D*` *@ *@ *@ X +   @ 1# ?੠4𔱠6  9 %D*` X AD*` D@+1 @ 'ܔD*` *@ *@ *@ X +` cܒ@ tux@X D*`  X %Xc@@`%|%D*` X D*` *@ *@ *@ X +   @ 1# ?D*` *@ *@ *@ X +`!   3c@`?ȍ&Б(  X %Xc@@`%|%D*` D@+1 @ 'ĔD*` *@ *@ *@ X +` cܒ@ tux@9D*` ' %"@'&D*` *" *@ *@  + @. 5up@$$  %" 'D*` %D*` ' %"@'5 %* x`@ + up@ ""D*` *@ *@  + 㰠@. 5up@$$  %" 'D*`X" %D *" *@ *@   +`!!Ȱ 𐝣?# 𐩤 R6 ?% D *" *@ *@   + Ƞ@ 𐹦?# 𐅧@$  %D*` D*`"  ?  #D*`  #p| <D*` *@ *@ *@  *b %(%,D*` *@ *@ *@  * `  %8%<D*`㠘  %0%4c@`%@%D8D*`㠘  %(%,c@`%8%<D*` *@ *@ *@  *b %0%4D*` *@ *@ *@  * `  %@%D ' %"@'d#\D@ *" * *  +`!Ȑ(08@@*~|𜝢LD*` *" *@ *@  + @ N. 5up@&&D*` *@ *@  *c D.`&@.`.`.;aȐ ?:#  |dh@D*` *@ *@  *c B,1x"`&@&` %" 'u{ ' %"@'m* up@ D+` +# +@+@ . 5@""D*` *@ *@  *c D.`&@.`.`.;aȐ ?.#  ,xb` D+  +` +`  +1#@`"" %" 'D*`` 3cH@`## D*`p 3cH@`## D*`㠘  𐭥?xx8#   #D*` *@ *@  *c 𐁧?pp"# D*` cD*`  D*`P 3cH@`## D*` *@ *@  *c 𐕡?hh,#   D*`㠘  𐩤?``6#   D*`@ ,up@ ## D*`` ,x`@ ## D*`@ 3cH@`##  %`|'X %X"@'XXod#\D@* * * *  +`b@D. .`.`.`.D@* +  +  +  @ +  D.`.@.@.@/   @(VD*`@  Z## D*`` dh ^## % %X" 'XD*` *@ *@ *@ @ * `  !# ?PP(#  Hd#\D@* * * * @ + b@ D, D@....@/   #@'D*`@  L## D*`` dh P## D*` *@ *@ *@ ` + @ 𐁭  D*`㠘  %0%4c@`%@%DD*` 'H`%H"@'HHn04%(%,@D%8%<D*` *@ *@ *@  + @ %0%4D*` *@ *@ *@  +   @ %@%D04𐁮  1d#\(08@@'<D*`P  \## D*`p dh @##  %H" 'H?'DDD@0%@%D8<@D?88*# &d#\(8@@&D*`P  N## D*`p dh R## D2` *"@ `%tt* `@ cH@`""t* p@ cH@`""t* @@ cH@`""t* P@ cH@`""D   * Ȗ@ 𐁮   '0 %0"@'00e*   cP  @2*   cT  @"*  0@ #H $*  @ 𐁨 *  0@ 𐁩   %0" '0v '( %("@'((e*   cX  @*   c\  @*  0@ #H $*  @ 𐁫 *  0@ 𐁬   %(" '( %t* @ '  % "@'  t* *` *` *` *b 𐁭 id#\t*` *@ *@ *@  + b@ t+, , , .`t./ / / @*   t+` +@+@+@ .   @%)t* @@ V""t* `@ dhZ""% % " ' t@.%@%Dt* *` *` *` * `  @D?$#  @d#\t*` *@ *@ *@  + b@ t+, , , .`  @@$t* @@ H""t* `@ dhL""D*` *@ И@ 3c@@`## #cʰ ' %"@'=* t@ $* @ D * $@ * @  %" 'k#c`H2d4hH6' #h'  ' '':%L%P#%H%#%  5 % H@^#``LP@D*`㠘  D@, .`7ȸ'' H?%HD *@  + @3cH@`$$  %`~' %"@'qd#\D@ *  +`"ȐD. .`.`.`.b@D@* * * *  +`D. .`.`.`.  D@+  +` +` +`  ,   @#cD *@  + @ H$$ % %" 'D*` *@ *@ *@ @ * `  !# ?2# Jd#\D@ *  +`"ȐD. .`.`.`@.b@D/`㠔 D+` +@+@+@@ ,   #@"D *@  + @ V$$  ?%   % ' %"@'耐* t@ z* @ * @ '䀢 ' 'D D*` * @ 8* $@ %t* @  tD%tD *  #l@#``%|%* @ %* @ % '%ؒ"@'؀b* @ 𐁯  TD *" *@ *@  *aȞ , 3c?Ѝ&# -ucp | J* a N, 3a&& %ؐ" '؀%|* @ 𐱥?ȵ:# ?%  "` * "@  * Ж@ + 㰠@ ""* @ ""* @ =%l%pD*`@  |@t+`!#P t.`7@ F-`#@@@`L-`P  Plp RD+`!!&&  * @ + @  %* l@ ''Ā '''* ("@ * (@ + @  * (?"@  %  * *` *` *a D. .`.`.9#@`? #   /-xb` |D * +  +  @ +1  0@`H .../`` ""=D*``  | Nt+`!#p t.`7` T-`#`@@`Z-`p  ^lp@R +` +@+@ . 5@&&  %  [`  %* @   %" '耐s%%x%\%%`%T?bX'D'H/" " t `@@D*` % D*`( % "  * @ + 㰠@ ?.    D*`(?" ?%p%\* @ D+`!  0@`?8     %ppH2 *"  -``x H  %\H`[#cx<'#x'쁯 ''''#|'  '''#؉#$`"@"`#\ D* D@+ H@%D*`("  " %T\ *  T* + " +  ua@ #@4D*` T +  +, #, ua@D@. ##@e-``xH"  D* D@+#c@I * @ %%D*`  %|%|%%  * @ %<%@ * @ %%  * @ %% * @ %,%0<@ %h%lhl.?@%%hl𴩤 R%D%H %  %X'X"'a %%- c %% %%- a %%,0%$%(- a %,%0 %t%x𼁧%%hl%`%d<@ %h%l%%hl(?@V%%DH%4%8hl𴝢L%D%H𬩤# X𬽦\TDH48c@`H,0$(Ptx R Zց*b ##hl# D𬕡H48c@` NDHP*" @`Xtx$( ^؉txtx J+#a&& `d`d RhlhlX* @  ^؉DH48+ @ Ltx ,`3a&&* @ `d V+ @ \`d ^,`3b48D𼙢ȝ.;a"" $(?,0?  ???* 8@ ""$(?,0?  ?x?xx?* @@ ""* 8@ | '* 8@ %|%* @ %%,0$(   - c %%c  @* @  #  * @ #  F+`!!@` ʙ%%P%L%P#  LPhl  LP`d * @ #  Bc@`H+#a LDP.`7 T%%* 8@ ?p?hhp h?Xp?XX?`* 8@ `""* @@ ?P?HHP H?8P?88?@* @@ @""| %|%<@LP%%c  @* @ #    cĔ  @c  @cĔ  @t"y" \ H@Um# @Oa# @CU*  # @3E * @ *a@ # @ 2`` * @ *#0 @`xP?00# @``@?(* @@ ?  (  ?(??%%% " 'D*` |## D*` ## D*`  ## D*`⸘ " D*` H " D*`  `@`  D*`⸘ " D*`  `@`  D*` H " D*`  `@`  D*`⸘ " D*`  `@`  D*` H " H`D*`  D+ `@   @D  ' %"@'V`@ - `@D*`@   @1- `@cȔ  @"-  a <@ -  `0 <@  %" '>D*`  - `@   @- c *# @`+#c ?8   D*`  - `x@   @k"" " D 0@T@[D*`@  c@`  D*`@ ## D*`` #`@`## "" , @D*``@ # @ * *` *` D+ b@ # @`` * *` *` D+ @ #`x@`@?# @``D*`b @ # @w * *` *` D+  @ #`x@` F?# @T`` * *` *` D+ a(@ # @r4``#H @`"p# @T\# @H @C""  @%D*``@ # @ * *` *` D+ b@ # @`` * *` *` D+ @ #`x@`L?# @e``D*`b @ # @N * *` *` D+ a(@ # @4``#H @"p# @\# @| @w '#' 'D*` '˒ @˒ @#t%%%%%?c'D'H'L'P'T'X/hH'H'H'H'DH DH L?D*@ P#@#`A H'D "'耐2 - `P L- "" *` @*X?О@ - @. 5@&&``" '耐 H *@ ` + XТ @`-`70'' ``?D*` *@ X @` %(%,D*` *@ X @`(, Z! $$ D*` *@ X @`(,D! $$ P (,L`X@`X"" ' "'A-`` -  @` %(%,-`` (, Zܙ-` ##-``P (,D- P @`#@#`" ',` 8 %(%,,` (, R@"@## ,`P (, ZT%% - ` @ %(%,- ` (, JH̙- `P (,T ֹ%% - `  ^-  P @`Ÿ- ! @`ȥ- 1 P&@&`*-` -` P @`L-! P@`Х-1 @` ֵ-7P'' D*` *@ X @``\D,`,@X?@7X BP ĕD@* *` X % %L?D*@ P#@#`D`%$H% '$ؐ"'؀G`* *` X -`P@  R,`,@X?@-`9 H@`XT* *` X -`X@ @BL-&@&`ؐ" '؀L?H*@ T#@#`%%%%?c'D'H'L'P/PL'L'H D"H" @8P @@4P %%$L' "'P?-@ c@`""" '%?b'D'H'L'P/` ,D'D'L"L "" "bD' ' '''%' %"@'?P@H@* #8  P@ %" ' #@c  @#@`  @!@` 1 1@`@ < 1@@% D @  %"!!@N* 8  @ @G@H* #8 `D  @?%g!@|}`H / /@i}`@ < /@p@q!p@ge`x  @Te`@ < @[@\!X@RW`  @?W`@ < @F@G"!T!@@, bP @+@,!(@.1` # #@1`@ < #@"@#G%   #@`Ȕ  @ #@`̔  @ %   L     '( %("@'(( * t"@ `$-`   @ #% `D @#% `Ж @ #% `Ԗ @#% `ؖ @# #$@ "  "@d # " `D @U="#`ܖ @K""#` @<"#` @-# " `D @]`$,`   @`,`b@$  @,`a" * @ -``l  %(" '( '  % "@'   * #8 -`bH@   @w``%' "'+* #8 ,b@   @ %,a  -bt " " '2!@d `  @Q `@ < @X* 8 `@ < @L`  @6`@ < @=@>Q-`bh  -`bl  '"'<' "'쀐(-`aȐ@,b@   @ ,a  -bt " " '쀐`" ' % " '  L  %  ' %"@'䀐* t@  'ܦܐ"'܀,a  9ܐ" '܀ @a  @z`@ < @`@!  @ya$  @c`@ < @j@ko'"'- a    " '`? @4za0 2 2@!z`@ < 2@(@) %"  @  @ @ 'pp"'pp-`b@ @ @`p" 'p@ %" '䀐/% %%%%%,?c0'D'H'L'P/0H  H  H`H'H '   e   % B'D'P'L''!d''!h'''@'D'@'P'L''''''''''''''''@'D'P'L''!t''!h'''@Fc   % B'D'P'L''!d''!x'''@#'D'@9'P'L''''''''''''''''@'D'P'L''!t''!x'''@%%?c'D'H'L/@`DL@%\H "  \' "'UD@% % @% a @N% a @% a @w% a @g" ' % a @>"a @0% a @'@nV"""@d! @@d! @<da  @da  @$da  @da  @H" %%%`?b'D'H'L'P'T'X/8( ,L'L'L'L'L'L'L'L'L'L'D*`  'Ԁ 'Ԓ '%XD*` aؒ@ !@#``㘑'%D*`b@ !@P㔕 )%!cɬ%D*` H 'D*`  Ȑ"'ȀH?,@ %%  @%D*`    D*`    D*`  %@D*`(  '@"'-c8  -c@   P%$-c ,# @`%%-`c ,# @`%%-c -`# @`P?a@`? ???%%-a : ?-b @-a  ĕ %%𨡣 N?@'%0%404%L𸱥04 𸁧^04 LP qP`",c 04%D%H-b 𨝣 J-! @`N04 R-!! VDH ^@3c$BTP/`&𬙠*DH NX?P*"@ X* @ X+ 㠠@  RDHDH Zܿ' '@𰅠I \?P*"@ 𨉠$?c@`? ?p?pp?x𠕠)! L-@ Pxԯ`?P, #@P?h@d@D*`@ h @gP?h@d@ah @MD*`   DHP?h@? d ?h" a @.(   -a  ܗ-! @`D@-1"@`5L-9"@`PH%P%TPT" "#"@ߝP!Ĕ @@ߘ\ @PT:?``@S?hh- @&-" @` ^@-1!@`5H ʙ%%𨥣P?XX@%%0%404%L(-a  X𨽦\-a   %%𨙢 J?PP@%%0%4𸥣04  𸵥X04   LP P`",c 04%D%H-b 𨑡D-! @`04 J-!! NH04T-5@XDH @B9#& DTP@*" 𬝠,DHPX?P*"@ X* @ X+ 㠠@ TDHDH\ރ'HH"'LL@𰉠 \?P*"@ 𨍠&?@c@`?88@  8?(@?((?0-b  N0 ҙ-a !"  XT𠁠> \`?P.&@P?h@+d@D*`@ h @݄P?h@d@ah @ %D*`   DHP?h@? d ?h" a @K``P$@ 7"""@D*``@ !Ĕ @-!Ĕ @'L!Ĕ @!0!Ĕ @!Ĕ @!Ĕ @@\ C@6`" 'D*`@    D*``    %LP %D*`  D*`(  -c -`# @`%0%4046?  @*%%P`"-b 𨹦X-! @`04 ^-!! B\04H-5@L-;c  TVc: XTP+`"-c 𬇠!XP@+#-c -# @`DX+1#@`X.9#@` Jȣ'2'@I𰩤 \?P*"@ ?c@`? ???-b \-a !"   FB𠝠,J`?P.&@D*`  b(  @u?%<< D*`   @%<<'D*` ' '",'P?h@Wd@4h@LȐ" 'Ȁs"""@\!L @۟@W\ @%%%8%(% %,?c`'D'H'L'P/h H'H'H'H'DH" ? D`%L?D*@ @`L. 78XL?D*`@ L?H, @@`܅Z5X&&"X $?@""" "@ b@`""  L?D*@ @`L. ̶ &#`` PLD@*  LH. ؽV-9"H'@'`-bH  ?@^-b ""-b @ ™-bp ##-`b -`"H @`H-!" -5H@ N̹-`;b"" -`b -" @`֟-`!!&& -`bp -"p @`ܟ-`!"(&& dD D'ؤ ؐ"'؀9  -`bH -"H @`""-`b -" @`""-`bp -"p @`""&-`b -" @`""-`a -! @`""-`b( -"( @`"" - L@LH@+ 3bp&@&`"p (?@o""" "@ b@`"""h b@` RpX"(## " b@`""" b@`H"""0 bX@`L`P"P  VRb`@`\!"H  B1"@  %4%8"` bX@` N R"P XTb@`` B!"X 1"H H3b@`L48P%<%@<@" Xb@`Z%$%(<@!  Ba@`D%% <@"0 Lb8@`N%,%0"  Va@`$(\%L%P"   Db@`$( J%T%X"(  Rb@`$(X%\%`"  ,0@b@@`$( F%D%H"( ,0 NbH@`$(TTX ZDH\`@,0H0$( NTXTDHLP Z48 ^!## \`!  JLP48PTX a"@"`"  a@`\48 B(!  J$(a#@#`<@!  V48a"@"`" bX@`@hD"P  JFb@`hT!"p 1"H  Z3b@` ^5D./ Pؒ"@"`B"x bX@` JX N"P TPb@`X ^!"P 1"H D3b@`H5 N./ P"@"`" b`@`Th Z" \bP@`DH, . P&&C" b`@` N`T" Va@` ^0!"` D1! F3a@`L5P R./ PȒ"@"`/" b`@`XxX ^" @bP@`HL, . P&&ؐ" '؀   -`bH -"H @`""-`b -" @`""-`bp -"p @`""&-`b -" @`""-`a -! @`""-`b( -"( @`"" bh@`p""bh@`""bh@`"""P b@` R`""9" b`@`\` B" Db0@`` N!! P%<%@"0 bX@` Z` ^"P D@b`@` J!"H P<@ V1" 3bX@`\5`@79"P  FB;b@`"` PbX@`H V\҅"@  a#@#`<@!  Ja"@"`'̀̀." a@`P V"` ZRb`@` B!!$$ h! bh@` J R! bh@`X!! @T1" 3bh@`H5 ʡ Ρ7&&" a@`T  ZV" a@` BDh!"  J1!&& "8 bX@` Rh V"P \Xbh@` B!"H H1!  N3b@`5XT7hX9" ;bP@` ^Z" bh@`H`H N" Ta@` Z0!"X  B1"h  F3a@`5PLH7h R9" ;bH@`X!  @’*` *@ Pؚ #@#`D% B"x bX@`HXL"P  RNb@`X\!"P 1"H  B3b@` F5L./ P"@"`W" b`@` RhX" Za@` B8!"h H1! J3a@`P507hX9! Z;a@`@"P  F*` *@ P #@#`D% * *` PȘ3bh@`## D% /" b`@`LxX R" TbP@`\@, . P&&%%% %%%?`'D'H'L'P'T'X/T P@`?*"p L H@`?4"p   SL D@`?轠>"p T P@`?(%%D D@` JHHP?б8?@%h%lhl\X"" D @hl \"@"`D bp@` L bp@` XH@`"" \x"" P T@`?@" XH@`L܅ H%%D bp@`  ^H L@`?L H@`XHL B ?b@`?  ????@; @;`@4 @H L@`ԵR`ܽX""\"" )L D@`@H D@`DD D@`H%p%tL L@` Npt?8?@%`%dH H@` Zpt?xx$?@%h%lHpt?hh0?pp@%%"  ?b@`%% L L@`^ ?XX$?`H H@`N ?HH4?PP@h;``@d`D X \"@"`Dpt ]H  Jhl RNptL@`ޅ ZLD`dLHptHعT ?@b@`?88@  8? @?  ?00?((@%% D  F \"@"`L ?4D TL@` Zpt?b@`? ????b@`? ????H ?4D TH@` Zpt?b@`?聩 ????b@`?Ё ????@@;`@@`%% D  Tص\"@"`H hl^L@``dD?xx@D@`dhlЩL XڹX"" >L L@` ^%p%tH H@`Dpt?hh.?pp@%h%l Rpt?XX:?``@%% ^pt  WH DhlLHptL@`عTL ^ptHʝ F?Pb@`?HHP H?0P?00?@@?88@%% L  X\"@"`oL ?H ?虠,L LH@` Rptع?(b@`?  (  ?(???b@`? ????@?k;`"x@`%% L  LХ\"@"`H hlVL@`?@"@hl J̝X"" H H@`P%p%tL L@` Vpt? ?@%`%dDpt?,?@%%Ppt WH  VptL@` ^LH`dPLptH܁X ?b@`?  ????@%% H  J \"@"`oL ?HH8H XL@` ^ptđ?b@`?xx x?@?@@?pp?hb@`?``h `?8h?88?XX?PH ?00"x@;`P@>F`%% H  ^ ‰\"@"`L `dHH@`?((@ @`dT ZܽX"" \ b@` ,"#T#8@"D @="H @7"L @1"X @+"\ @%@ G@LX b@` ,"#4#@"D @"H @"L @"X @"\ @@Σ E@X"" \"" ?c'D'H'L/@D'D'L  "cXD' "'[L H?b  @͛#X "X#X-H? @ A"H? @ ZH? @ ' @H?  @T" '%?c('D'H'L'P'T'X/H, 8X*` *@ И@  b@` _D` #' "'0-`c X +`  +1"Ȳ@`""-`a X +`  +1#@`""`" '-`c H+ 㰠@ ""-`a H+ @ ""D` H P %L%PD'􀥀LP%%D  L %L%Pb-c -# @`%% -c -# @`%$%( $( $(@\%0%4  F%% $($(L%$%($( R-a  V-!Ț @`$( Z؟-!"  BF04 ʙ%L%PLP?詠4T  􀥀s\H@"LP?T b@`@$   H %L%PL LP?ș,T  b@`RT'ܐ '܀ '''%L LP%D%HDH" D?(%T%XD"@%d%hb@`%\%`dh"  b@`%\%`L DHP%<%@D b@`%l%p'"'LP%%b-c -# @`%% -c -# @`%$%( $( $(HD%0%4  N%% $($(T%$%($( Z-a  ^-!Ț @`$( B-!"  JN04 ҩ%%<@dh ZTXI@ '"'- c " "" " '`b@`%l%p<@TXDH\`PRDHT<@X%<%@<@?"lp<@?,%l%p" '@ '"'- c " "" " 'D H'"'7-c  `-`c -# @`""-`a -! @`""" '\"%%%%,% %8?b؝/'''v?b؝/'''*` %' "'耐(*` *@ *@ *@  * `   ;" '耐 @b@`: ܿ%,"##t@Y," @ɜ@T"#p#\@Ɏ," @Ɏ@ɏ  @'*` *@ *@ *@  * `   ?&# 6*` *@ *@ *@  +   @ @,,,,- 3 ` ?ء0#  ?*"@ *` *@ *@ *@ @ * `   ?*` *@ *@ *@ @ * `  ,`,@,@,@,1  @`?@" B;`@b@`F* +  +  +  @ +`!"@`,- - - . 5@ʡH` /`* @* @* @@*`  T??*"@ *` *@ *@ *@  + @ ''` *` *@ *@ *@  +`!  @`,- - - . 5  @?@@" B@* * * * @ +#bƙD. .`.`.`/ "@@`* +  +  +   +`!"@`Ω %V?c@`? ????@{*` *@ *@ *@  +`!  @`@?%%?c'D'H"##@#DH@@?c'D'H"##@ǧ# DH@ǧ@Ǩ?ch'D'H'L'P/D @%@%DD @%8%<H @8<@%% H @8<@%%@D%%L @%@%DL @%8%<P @8<@% %$P @8<@%(%,@D%0%4  $?(,?04?؍ D HFСNP?@%%#  V?@6#  Z?㿘'@C('㿘'@>8'㿘'@?'㿘'@? '㿘'@C>'㿘'@BF'㿘'@B' !@$"ܒ@  @  ܒ@@ ~ @"@z h!'D'HܒD @ $"ܒ@ k @"@h 㿀  #` #d #h`#l``#p`#t` #xp@#|2  㿀  #` #d #h`#l``#p`#t` #xp@t#|"  㿀  #` #d #h`#l``#p`#t` #xp@n#| 2  㿀  #` #d #h`#l``#p`#t` #xp@T#| 2  㿀  #` #d #h`#l``#p`#t` #xp@8#| 2  㿀  #` #d #h`#l``#p`#t` #xp@#| 2  X!ܒ$"@ / @ + ܒ@} @"X!ܒ$"@  @  ܒ@i @"hܒD @ 'Dܒ@  @ @đ  !@$"ܒ@  @  ܒ@v@ z @"@v 㿈!?  ' ' ''@ @'@`  @'` @q @X h!@$"ܒ@  ܒ@ J @`"Ёx!$" "bܒ@  ܒ@ 6 @L"؁h!'DܒD @ $"ܒ@ $ @:"@!  !@^$"ܒ@  @  ܒ@Ŕ@  @ "@  !@D$"ܒ@ l @ h ܒ@@ @"@ 㿀"H "@ "8 2 2 ܽ> 2 X 2Z 2ܽ> ";hZ;hh@l  0+DD 2`" 2`"㿠 ` 6   * c   $ @ " I`2 ` $ @ " <  6  && && &` " `@ "@`&` & `  @  `@  `@  ` @     @ j &㿠 ` 6 $ $ @ "   * a  ``@  &" 2  &``  6   && &&&  ` 2B``  @ `  `@ ` `@ ` ` @ @`` `  2 @" 2  &}& *@ &` @ ~` `@ z``@ v`@@ q@ t"@"`@ Ԑ`` @ ϒ `"2  "2  "    `@ 6`  `@ 1` `@ ,` ` @ '@@ *& & '&&`@! 2 + & `` @3`+  &` ` 3+ &` * &@" &@@ @ 㿠@  㿠@ " &@@ 㿠 `" ` ` 2 @  5 2@2@. &* 4( @4 6` " ` 4 6   ` @ ̐ 4 6   ``"  㿐 $'L @ " @ &`  2   $ @ " >%.c  ( H ( .+@ B &&    @ /  && ` ' ' '  '@ i` & && 3 ;@&  @ X.   @ - @ ( @ # @   3 * ' 3 * ' 3 * '*  '7  &  6&` @ .   @ @ @ @  3 * ' 3 * ' 3 * '* '7  & 6&` @.   @ @ @ @  3 * ' 3 * ' 3 * '* '7  & 6&` @.   @{ @v @q @l  3 * ' 3 * ' 3 * '* '&  2 & & &  @d &㿀 $'H @ "   !* `(  @ l H @ @s o@ j&` 2 @ a&`   "!6 & 6 @:`&``@! 2 + '@`` @3`+  '`` ` 3+ '`` * '` @:`&`'1@'䀐' '''','7 '@ 8 `'@"@'@`@ 3 * '@`` 3 * '`` ` 3 * '`` 6 * '` 1 &` ? 7  ''@Ő4` @@ ``@ @@`@ 3 * '@`` 3 * '`` ` 3 * '`` 6 * '` 1 &`K 7 ' ''@4"` @C@> @9 ``@G `@B`@@=`@ 3 * '@`` 3 * '`` ` 3 * '`` 6 * '` 1 &`W 7 ' '''@14,` @@ @ @ ` ` @ `@``@`@@`@ 3 * '@`` 3 * '`` ` 3 * '`` 6 * '` &`@`` `  2 &` &` &`  @ؒ6&` &`㿐'D'H'L` 6LL $ @ " @ %` * b  KG@Z B%2<%'` '''"7  @* 2 ' * 2 ' *`2@ '2 '  @3@.@)@$2"8  @* 2 ' * 2 ' *`2@ '2 '  @@@@2c   @2 ''''"8  @* 2 ' * 2 ' *`2@ '2 '  @@@@2 c   @2 ''''   @* 2 ' * 2 ' *`2@ '2 '  @l@g@b@]( #`@@`%%  % * 2 % * 2 % * 2 %2 `@%% %%%%% 􀢠*` € ( 0 8 H  2  㿠  ]@ " #* `    "   2    "   "   "%  &  2  &  2  &  2  &  2  & @& "    ?& 㿠  >* b   $ 1&@ ` 6 p"@@   @* &@" @8 &@@ &@" #&@b  ?"b@R㿠@* *.@  * c(  @ p h c@* 6@@? &@c@ 6@@? z&@ Y@ʐc@ 6@ c @ ?. e&@ Y@  &  %c@* 6@  "@@  2 c@*  6@@? @&@" "3@ / @ 2  &   &  `&@Ґ @А 2@?*  6@@2 &@c/`@@ * 6@ c@ ?. @ @&@㿠@* *.@  * a  ( | ( (c@* 6@@? &@&c@ 6@@? &@& <@$c@ 6@ c @ ?* k&@ <@ #&  *c@* 6@  "@@b  2c@*  6@@? &@G&" "@? c@* /6@C  2 &   &  g&@' @% 2@?*  6@@2 &@?c/`@@ * 6@ c@ ?* @ @&@ &㿠@* *.@ ? v* `t  0 ?@ 6@6`&&b'?@2 6@6`&&Y'?@2 6@  J  #@&   "@@hː @ : ?" "?@ ?@ @  &6@ #@&?@ @ ?@ c 6@`?2 6`&&'@/@ 6@ 6` & & '@{.b\  l ېmg&@"p?"    /`@S."   "/#`@c`$#`@` c , 1 1" 1@ʐ-& &  & @\"p?"        ./ /`@@@.&@㿠& & && 6  & &  &  6`& #@.`& & & @ 㿠& & @/` 7`&& 7  & & @7``2`/` 2 2 '& & ?{& & @2&`/` 7` 2 & " & & @ `7  & @& 7   & / & 㿠& & @/ 7 && 7`  & & @7 g2g/ 7 2 2 *& & ;& & @2&c@2 & @" & & @l `7` & @& 7` `/`& 6@ & .& 㿠& & @ /`7`&& @* 2 " & @5* 2  @& & #& & @.`6`@:  2& @g  & 2  & " & & @   @& pH.`  , 8 X @@'`#`4"x?"    .@/`'`#`E@"x?"        .@.'ܹ/ /``#`@@l@    ] 2V& 2  "  & *"@5@  -7`@  *"   & 6@ %@.@@6 - 6.$:"& @-@ -@/`@   '@ *  -"&  2 @ 2@2.. .@& & & & `q       2& J& & & & & D& ` &#     &  &` 2 &  &  ` &  & & ( &`- %    @    /@ & '` 2 & & *@2@ &  *@5@& /@5@& 6&  *@b"b㿠 *  & ?& & &   @ " :    `"  8    "@ " (    "" *    ""   "`"   @ 8  :`?@  `  㿐''2 &@g?&  2   #``#`@@`&㿐' ?2 &@h&  2   @@Ę&㿘'7`&@h&  2@CQ&㿨"?'@'`'`'@* +DD @ * @ #D D 2 # "* +DD @ * @ #D D 2 0"* +DD @ * @ #D D 2  "* +DD @ * @ #D D 2 㿘 @` @hӁ㿘 @` @C㿠#p?"   /`?@`? @8 "*  "  @@ @@# @'@*  * : 4 &  4 &  㿸'DD #x+ )  㿸'D'H#HD+ )  @"" @`"" " "  @ 2  㿈#@`' @5耐(@5@5@5@6@AB@7@@<@a@@@L@@ >@$@%@$5@g@f)( 'D @'HHJ'D/''''O@`V   22V 2 @"?  / 0/ - / 0/' # / / / / / / /#' E/ 0/ 0/ 0/ / / / 0/ / / 0/ 0//////// %"`<V "  & @U&%`-N`&D 42 *`@ `*` "  "O  x 2   ` ,  `/ \ Ό1 $ T% `4 ,( T + ,ö '/M"O@`<V "  & @&%`- .'>`<V "  & @&%`- '쪥`<V "  & @&%` - '쀐O' -*:@* 2 * 2 3 5\  J  *: '  9` " # +@J" *: 9#`+@#`@ * J" +@#`@ :J@t:̒*5.@^dڶ5* 2 3  \ J  *: '  9` " # +@J" *: 9#`+@#`@ * J" +@#`@ :J:ѐ.6.665\  J *: '  9` " # +@J" *: 9#`+@#`@ * MJ" +@#`@ :JM 02?9#ؐ R'"26O%-)9#Ԑ >'"6O%-9#Ԑ *'" 6O%-瀥:O@`MV "  & @&%`- tO@OO/O'`/O/O/O/O/Ժ`O`  # + - 0O@O/O/O/O/OD'@ &'O "/ 'O /`O@ J  "O@.. O@``O`' 0J  O@ .2??`O` *2+ `@x"쀐"D@!  24 * 'D'@͒ ' '`O@J " O@/ / O@ &`0`O@ $27" 2D@ 24̛. @ `'D'@`O@ *2`@!к"{쀐"D@ʔ Ѐ 24`Ж* ^' ' ''N``/O x'2 *`*`@ *@ @ `*` "  "   2   U X c d e ٠f g 4h i l D E ٠n G 4o s , u L x O  O/OOO/  ' d"  D" i2OԀ6O  '"O "O 'OԀ" O@&4O X2))##O瀢  O%-"`6`M%-"`6`M%-@*:@@* 2 * 2 3 5\  J  *: % 9` " # +@J" *: 9#`+@#`@ * J" +@#`@ :J@Ӑ@:̒@*5.`@[Ò5* 2 3  \ J  *: % 9` " # +@J" *: 9#`+@#`@ * @J" +@#`@ :J@:ѐ.`6`.`6`6`5\  J`@ *: % 9` " # +@J" *: 9#`+@#`@ *MJ" +@#`@ :JM 02M 0"%'OՀ."-O X o x" # 6 '  #'& Oـ2 ' ''@4. ` ``'`'` ''' @"tв"O  &"O ("O *'O 9$ N`M"yO ܀" 0N@`- OՀ"O-$ON@" ON@$``-O 0'  & / 2 * 2 3 5\  J  *: 9ʚ` " # +@J" *: 9#`+@#`@ * dJ" +@#`@ :J dO/ΐ  ̀#6  ˸'' O 02 - +.@&`O'.@O׀2  OԀ"Q@ĸܐ% &D'& Oـ2 ' ''@3` ``'`'` 'ܒ''@!ЮO"'"O  ,"O ."O 0'O 9$ M" ܀4MO.@`M2MO.@.@ `OՀ2O$'O.@`' ,O 'M2MO.@`.@`2  OԀ" @ܐ&@&'& " Oـ2O ' ''@O` ``'`'` O'ܒ'@!'O -2O 2'"O 4" 6'`OJ M M e"M M M e2MO-M"O M"Oר M 2 Oע 2  OԀ"B@%&9' /'0쀐 '2N@3cN@`  6ON``O׀2  OԀ"&`&'&` &@& '6 6 @&'@'%& #@O#@#@,%`6V "  & @&%`-J"`<V "  & @&%`J - '  '%`6V "  & @&%`-:``<MV "  & M@&%`M - `,%`6V "  & @&%`-J"Oת`<V "  & @l&%`J - '",%`6V "  & @I&%`- 2 O@ '&'O@`2π %&&V "VV  % @- "V@V "?ؐ8  Ȯ?@'L  %@"ucܰ @O@ $28@" `8.@ c@M`" % NR2 *`*`@ @ `*`$ 2G    I  $K  $ N $@ A B $ $" G  %¸   26 &      2   "  : L8@&@2@ '@@"  %* `  @@@@ &`   @ &`  @ &`  ͺ`㿠 2'LL 2 "w %@+"qc @QN $2@ݐ "  c@>O` " % NG2 *`*`@ @ `*`, 2<@   I K  N @ A B " G °  @ &`  @@ "@@@ &`   " @  &` 2{  N O@ "/ /   N ' 0O@ 2/ `$2  &@ 㾠'L'P 'T'X" 8" <#@`2ܰ yO@"1`% <2@`8 "`8` &  &  @ yO@2`8"  "`8`8" "`8@{?2@ "`<2@``%2*`*`8 "`8` &  &  @[? `8" "`8@R?"`8" "`8"{?y2 @`  O@ "/ /   @`O@' 0 2/ "`l`h`L2@`O`[2 @"H? O@ "`[@+ l`[`c`n`s2L@6hL828"L 8'L@L&"* <"??  'HH 'D$d * 'P  #'Xc  T P P P l T l l l l l \ l l l l l T l l d      <`8 "`8` '  '  @ yN2`8 "`8` '  '  @l2`8?" "`8DXuP'`8" "`8@X4$ #`#\@ \")"%"`l ' %  @+`L  %  @  %  @s8@"8N@`8 "`8` '  '  @`8"  "`8`8" "`8@?2 "`<"   `+ `-`0"iu} &$z`8 "`8` '  '  @̐ 0gid$c`8 "`8` '  '  @* : xX2EW  @2" `8 "`8` '  '  @*  : @O  2?M8 "8 N @"  `8&" "`8&`8" "`8@r`8`8 " "`8@gu"M,J( " p"ah @N "'`05".` 2.`.`.`@2%N @"!N" W 7'@.`-`8 "`8  "` '   '  @"""`l @2 `l `h %  2 %  "`8"  "`8`8" "`8@?2 "`<㿠'D'H'P@'` H`s2T`c <`8 "`8` '  '  @ yN@2`8 "`8` '  '  @2?"a yN2[2/@&S``8 "`8` '  '  @2"P#" `8 "`8` '  '  @j?)2/@&`!`8 "`8` '  '  @O M2 2/@&`2`8" "`8$@`8" "`8@2?2@ "`<@2 `c2/@ 㿠 ^2  2  !@ `]`-2. .@.= `]2`-  ] ?' @@ .@@!7@@R @2`@:`  26 .`   2.`6&* 6 &&"@6.`V@6@ڒ@" @; 7 㻐'L`& `&  `` `  O"`O2`2`& &    @8@&   ` N  0   " N` 0' L!7` cW 2#&  & W&.6  777 %7 $ !7`  " 72cW ? &  & "b '`*  W5  W'  r7? 2`@*`'  & $ .2`@/`/`'? 2 ? '  42%?@&/`'@* '` @3@ &$ /`'`' 2@6/`@" "*  `4@'`'@/`@ 2 '`/`@ "'`& 7@7W."@7b @5@6`@:#@PY4% @  @ ! 2`" &"@4*&`4`/`@@`X B@@`;hhl;HH;PP B+DD 2  #!"A;>`6 & $?ϸ @&/ `4`$ /`ax/`@ @`$ D@@`;hhl#D D;HH;PP  +DD#2  #!" ;`75;;HH `#LL! ZZگșځ,7$\9    #  & @O&@O 㿀@ 2 `6 @O , &+ @ɐ ! p ":. ;hhl;HH;PP B+DD 2  #!D 0&/@ ! B ": . ;hhl#D D;HH;PP  +DD#2  #!@m ! "` &&   @O& @O 㿀@2 @O `41$.@= ! p ":. ;hhl;HH;PP B+DD 2  #!"IN4&3@  ! @ ": . ;hhl#D D;HH;PP  +DD#2  #!"@ې ! "& & @N&@N p'H'P'"   /`*  P* " b  4 4  /@  | @  w @ ?r?@ #l?  *H2   '#' 'B'?#ր6.?!ր$N   *   "@6  @O `2  `* & @62   '? ' ''ܒЀ 2 @@V1!!$""c"#@,"@'%@ @1 && & %@`'H'P'"  /`*`@/P @* aX  p < < ?7' 7''?7'2 7''?2 7?2 7?'?'?}'?2 7? c 7?'?'?k'  *H2   '#' 'B'?#ր6.?!ր$N   *   "@6  @O `2  `* & @62   '? ' ''̒7 2 q@Un!Ð!$""c@"@'%@@0H  ``& %@x'"  /`*`@/ 8* `l   0 0   c* 7? t'c 7? j'c 7?2 `'c 7? c S'a$2   '#' '5''$N    " a@6 O `2  %a@62   '? ' ''ؔ5 " !$"@"c@b"@'&&@/p'"  /`*`@/ >* b     < h c'* 7? y'c' 7? n'c 7?2 '?b'c 7? c '?S'$2   '#' '5''$N    "#@6 O `2  %@62   '? ' ''ДM " 5l!$"@"c@`"@'&& &@.@(#)__tbl_ntens.c 1.5 91/02/11 SMI???zG{?PbM?6C->h>>z򚼯H>Ey0:>. &֕=|׽=yd=q-=<%hIv=+<V<Ҳ؉?㿀'D'H 'L'P\'T'X&'  & & @א.T "X"P "P " P" P "" L2 .@JH/ O@ "`@  & & @`. &`+T "`NJ "&@&`+2`+P,"@6-   & & @x`.`-2?P @"   & & @_`. ?`1'"`94!` T " @ 'P*   & & @;`c.a ` `0`IH`N`iD`n"@O@ǀ@L  @& &= `&`T "`0`` 2N@  & & @`. N 0`&&N 2&'@6   & & @ؐ`. `a`z4'` "pM @6   & & @`.޸ `a`z4'` M2  CT' & ' & " "cP "1'@6   & & @~`.  `a`z4'` "tJ@6   & & @]`.  2 T " "cP " &' 2ꀤ`T "P " P& '`)6@/   & & @ `. `)"`)P @""   & & @`. `)2T@  & & @`. T " "c@ܐ`9.7  0/P/ '䀧`1`94'`  "&P  " P"" O*!  O .䀧 *T " @ '  & & @`. !"'.`1,`94+`0 ',쀦@`  & & @l`. `1`94&,`0"f`0N 1N 9$`1&'` Q 2 @ `*` "  "O  x 2   . . / /1 / /$ /% /D /E /Q / / / / / /̀`&l2T@  & & @`.., T "`0` 2%`1` `&F&"%@  & & @ڐ`.ߺ X"?"r`$`+P @" 2XO@@  & & @` .  $I`P C@& T&LO 2 T  "T 0T  " 0/P/ '䀧`1`94'` T 2T " 6   ' *P( "&P @" P "" O*!  O -䀧  *P "" @    & & @.`. !"';`19`948`0 @`,  & & @`. `1`94N&ဦ@N 1&&N 9$P&P "@" `02i`1h@'` Q 2 @ `*` "  "  x 2   4( 4 6 61 5 6$ 5% 5D 5E 5Q 5 5 6 5 6 6`&x2T?"'@  & & @`.  T 2T "?"'@   & & @p`. `0` 2N` `&0&"% @   & & @O`. 0"ɀ`1Ơ&X"?"〤`$`+P @ " 2X$Ӏ`P ͒@`+  1`-/@6   & & @`.`` 2`+@6   & & @`.` "퀦@`+@  & & @`. `-@6   & & @͐`. )ဧ`0`9$` ` 2[ ` `&V 2 0@  & & @`.ݺ / /  "0 @6   & & @`.T"  * `  8 8 9 9 9(T "T "T "T "P "@ @" `&"&" ` 2@6   & & @E`. "@"& P"P *P""*TD  "`"D"P " P"@6.D*.N?" &`@N?".&`&`"㿨'DD'H#HH??  /`2 #@+`#  "  "  #@+`#  2 "  㿸'D'HHD@#@@㿈'D'P\ 'T'X @'/T "X' "P "P " P" P""  .@J/ O@ " \ @ /  &`+T "`OJ "' &`+2`+P" 6 \ @ / `-2?P  " \ @ /  ?`1'`94` T "  'P * \ @ /  ` `0`I;`N`i7`n"~O@\ @ / &T "`0` 2O \ @ /  O 0&' O 2' '6 \ @ /  `a`z4'` #xN` 6 \ @ / ``a`z4'` N2` `Z T%`' %`' " "cP "H'6 \ @ /   `a`z4'` #|J@ 6 \ @ /   2 T " "cP " ' ' 2T "P " P'  '`)6-@` \ @ /  `)"`)P  "" \ @ /  `)2T \ @ /  T " "c P 0/` /`1f`94e'`  "&P`  " P"" O,@!  @O-@,@T "   '\ @ /  !"'"`1 `94`0@ , \ @ /  `1`94&뀦`0"\`0O 1O 9$`1' '` Qw2 @ `*` "  "lO  x 2   D D E E1 E E$ E% EHD EE EHQ E E E E E E&N2T \ @ R/ P T "`0` 2I`1` &2' "%`` \ @ /  X"?"쀦$X`+P @R" 2XO@  \ @  /  $̀P& T' LO 2T  "TPT  "P 0/` /쀧`1~`94}'` T 2T " 6    ',@P$ "& @P @" P "" O,@!  @O-@@`,@P  ""    \ @ /  !$.`1,`94+`0@ , \ @ /  `1`9&퀦O 1&' O 9$P' P "@" `02`1^'` Q2 @ `*` "  "  x 2   ID I J J1 J J$ J% JdD JE JdQ J J J J J J&Z2T?"' \ @ 6/ 4 T 2T "?"'  \ @ /  `0` 2O` &&' "%  \ @ /  0"`1' X"?"$`+P @ " 2X$P`+  `-6 \ @ / ` 2`+6 \ @ / ` "`+  \ @ /  `- 6 \ @ /  )ဧ`0`9$` ` 2G` &B2 0 \ @ /  @-`-`@ "0 6 \ @ / T"  ϑ* `  L L L L LT "T "T "T "P "@ @" &' " ` 26 \ @ / ` ""'  P"P *P""*TD "`"D"P " P"6/ d"/ D*/ O?" & d@O?"/ & ' `"x; 'D'Hb'D'@P'@ז㿠  㿠@́㿠@  "2c@qc@m  `1@f " `<@_ " `P@X " `]@Q "`i@J`|@F#"`~@= #"`@3 #"a8@) "a@  @   " ab!bb @@  2 bb @" " c+cx @!̀ c@ܐc<@Y,`<@А  `@ɐ " `@ " `@ " `@ "`@`@@#" ``@a  @` aG@a@@㿠# 㿘+@@>  㿘+@@>  㿘+@@>  㿘+@@>  㿘"h> ?"x> ?"p> ?"`> ?"(> ?"> ?" > ? 2 c "  @ "  c 2  "  `     `6 `  ``& :&   ``" 1& ` &` "   &  /`  @`"`&` ` & ` %@    `6.`"   & *a € U U U U  2  㿠``5 /` " `.`  @ "@` .` @]@Cq # +* b  V V V W@ @ *    @"   2   @"   "   " '`/`  @ "`@ 2 4'` :  & & #  .`  &` ?&㿘* */  * `$  X8 Zp X X` Xc* 7? 'c 7? |'c 7 6   !?. @@i'   &  4) c*  7В"@7   2c*  7? '@B A" "3@B / @ 2  &   &  `&@B @B 2?*  72 'c/`@ * 7 c ?. @ @'&@㿘* */  * b  Z ]< [ [ [,c'* 7? 'c' 7? 'c 7E  c  ?* o' 5 #&  4. c*  7%"@   2c'*  7? '@B H" "@A c* /7j  2 &   &  g&@A @A >2?*  72 '?c/`@ * 7 c ?* @ @' '&@&`㿐 /@ * @  m* a  ] _( ] ] ]/@  ^ @  Y @  c O #  "  s@@h @A #@&  4 /@ xߒ " "@Ae /@ Ӑ #&/ @AX @AV /@ @ ?? /@ @  &@&`&`㿐* */  * c|  _ a ` _ _?7' 7''?7'2 7''?2  7 ?c  k   #@&  4+ ? 7  "@f  @ 2?7'  7 '@@'I" "?@@ې ? 27G  2@&   &  #@&?@@ @@ ? c 7?2 7?'?'?/@ 7? c 7 ' ' '     &@`h"@'#q@!4 @6 @$ @2$L ($L  $L(B;ppt* 2 ;HH?@D;h!h #pp"聩 F"F \#tt#tt@R;hh'"聯9 ` 2 @'6 ." Й,''" 2 ^6 "^ '5"ڭ6''聠>?x/ '''@ &  2&耐& O@.`/  & 0 ./&@Kx;b'''@Ӑ&&܀ "3/  2*"&  N. /` 0  /  0 ./@x;b ''@'@㿈'DD 'HH!. 6  B;HH! %$[F#+)#ȁ9 !#С^#hh#h@KhDDH #ة23T#hh#h@RhDH #hh#hh@A]#؁9ޙ DD#pp#pp@Rt;hDH0#hh#hh@AD#؁R# HHD  @?ہD @S>? 㿈 #hh#h@hh'㿈$#hh#h@h'㿈@(#hh#h@/h'㿈,#hh#h@h'㿈0#hh#h@5h'㿈@4#hh#h@h'h'H'LH 2 ;ppt@2V;ppt@y3~V 0D3;hh;`   `2#hi 0h -(V;xx|@;``;xx| @M;h!` h $Q> 8># ` L?@ ֙, ^ڷ=<>> 0 @ 8#B'`ހ@ > 8# &  Tީԩ4 @54>#'` B?օ"^ڷ=<;;`@;x` @x ޽>>?p'H'LHV3uV H+#pp #tt#tt;xx|@R p #tt#tt;xx|@R   6 @*`& `"?2 ;ppt@ˁ2 ;ppt@D;h#hh8 ^;hh;`   `2;x) Hx|@;``;xx| @%;h!` h $#h P>#` D?@ ։$ ^ڷ=<#hh N>?p  'D ? 'H.   "H!D fB"HD 9) 'D)"D =:-   2HH"@D  D0HҐ 1? ص:#hh#h@Ph@Fn?@F?`@ H  @@`DB ,/.&P'>? Z/`Z F @`< Zܽ>>?h "H'D ?"'H.   "H+D*L"HD+32P#H @PD @P"HD=;;D   2HZ"@\D  D H !? ȕ*#hh#h@Ph@F?@E?`@ H  @@` RL.Pb: ! ? B> Z/`Z R L`< ZHD;h;pDH@@?hpܽ>  X@@>?㿠'D'H!HD X!!X! "ȵ:b ?> Z/`Z B T`< Z܍& @ "" b?> Z/`Z T N`< Zܽ>"`Hص:^"@"`p #H'D ?#'H.   "HH!D vB?D>! 9?>+!=J^  ;` `2 ;h! HDQ>hl@;`!(b@` V`"?  #hh#h@Oh@D?@E"? X @`P@`H!DH F' &&' Z/`Z L F`< ZHD ^ܽ>>?h  'D ? p'H.   "H7D6X!0HD+?>\#H @OzD @Ot!8HD=>'D   2Hg!0@iD!@b@`LD0Hʐ"1?  ֱ8#hh#h@Nh@D?@DX? X @`P@` BZ8@a0& -,? N> Z/`Z D X`< ZHD;h;pDH@?e?!HD*H ʡ0phೠ+b@`@ ^нܽ> PT>?㿠'D'H 8HD X ##!PƵ:aX ?> Z/`Z @ R`< Z܉$ P "" aX?> Z/`Z R L`< Zܽ>!``Xح6^"@"`㿀'D'H!?!D?  .@ 2!HDi^!HD J#-_, ''DH N ?@a  '@@ a &𽦉ZHDؽ>! ! a@`Z^ đ(L "* Hĥ2RV?&@ '` \DH޽>\^ܽʽ> ^^?@'@>?㿈 #hh#h@h'㿈$#hh#h@h'㿐 'D 'H 2DHD ! B3! %$F#`D *  ;H{HH* 2 ;H#hH+Nb @`^@` L# ^"( HD]T"x"X P ^bP@X`Pbp@T`XH@ThZ@!"@F Z#`Bb8@`^FH̽>D$N#p=;h" h@l! " HD"  ސ"  ځ>?p 'D 'H 2DHD ! B3!! %$8F"  =-,,*#xH* 2 ;H#H+ H,D!"   #+i" ^b@X`XDD"蕧J" JR Pbb@P`P@`RPVPV!PB#PB PH"b H@`NNT!"T @#b@@F`F Й,v?" HD9#= #xb@`#= ^b@"`#D"  ܹ<#8 #0 c@@`c@` R\HR N VNPV T DT#X D B#   JBc(@`J H"0 PHPέ6  V܍ލ&?#LL#p#p#pp P5T#pp#pp;`@I;h`h?܉\ D#pp#p@Ip@" FDH->#xށ>?㿈 #hh#h@h'㿈 'D 'H 2DHD ! B# H! =$H)D(J%H* 2 ;HH   9 HDwT HD9i; н:=Z;:@#``#`6";#`` F#  ؀`2 ^?`" <^`2 ^?`2^<?=  HD N#hh#h@Hh`@` V   RDH  Z#hh#hh@I;``^?#hh @J1 ?x @J*  @J#>?㿨 ''㿨#''㿨 ''㿨#''㿨''㿨#''㿨 ''㿈 #hh#h@h'㿀 'D 'H 2 !x HD^B"HD =F)H@ID&`"0+DD* @ #D D#hh 2  DH?@I 'DD'H@;*H!  @a@` R!  ZLX? "+DD0* / #D D( FHD @JD @J>?㿀!"( #6!%#p# Y#    $?'O   #?6  &  #od#7{ #"v $&##6 $#6     ( ( ( ( ( ((]($ 4#$  ,  ( ( 0( ( ,( ( (((H('4" @##.#'#? ''荠"4 & |"d& 8( **  ...  **? 'o"& &2 * $`#葡& 8 * **@**~-  _'r2Ȑ Y \ bj JV 6('h4Lп+ɿ,r \jY^h އ۷tDܿӡ4 4΂Pɕٿ1X‰E ǿ۠俷Bov"rĿ^Ŀr还 ^RΜh={uRpQkfa\X>S5O?JvFE)A=m9ǿ5z.1r)q!EK GrsžQξשK˝ҾVBpKt|hTjA -/t9;ɚ󽦘,ƽDQ 켁<=xQ==8;>>/>J>d>}>:>G> ^>>>ќ>ϙ>'>>P>{?*?? ?B??>?? ?%'?)Qi?-j?1r?9R?@0?Hb?O?V?]py?d?j?pI?w?}?|$?\?,?s?T?B??a?*?NV?? ?Z??h??/L?L?a?n ?r?bk?4???j?qH?r??+0?@?C?5/????X`????6?b?k?'??W?t?@,@@ f@@@ @@ @ T@`;@*@@]@@|@t@w@P@Oj@@@ Z@!@"@$(!@%`7@&x@'@(P@*N@+%@@,=T@-P@._@/i@0p@1r@3jB@5S^@7.L@8@:@E@?@AN@Bt@DZ@EӤ@GC@H@J K1#s @2NR"ȴ,->곣Gk735K3ݘJqH3x"1T2&H3yٹ-t3sGck{_jGHb82Q5!I 2.Fr:FFL`sh3,ѳb%Aٳyy4A:12%_x3q53kݳzg2$rCxOJr2;&2 β2v+2Fղ0w䲶,V22jG2u21P 2mIJ2G<?w1&誙2[s#Dի1]0{2 2lG ;81٪0I*4xC1a0)07U1&`0̰tD/0g0- 31.V1b.|\ðS1sSD12:aZ1'6C1(K2Kn1SD18'24 2PвGߘdʝ^2g+Q2Kx2Y H22r2|#2F5Ѳ1M޳3u141Dz_3i1- 3F3,g3x3kS3 X3%*3 E3eS3W233A2X2"1n33P3&'-3J`3R73[(3x3mƲU1*3jq0*^3/3io3 3JN3c%3(33 TN(47Ie3@4T&TvB2@4*_3ڬ3HĖ3 U]3B14%44y 5vmFIJa3Sֳz )o33Qwa=q4623젳VV45=3)4HZ2}?4*23Ô3@f33:4#}v42쳌#M3&$㿀!# . @  @ /^Z @ RR@@   !'ݐ  "DD 2 => "@ @ ' 1"1/2+ '6   "@ $2  ` " 'I"!# $" HD đ D H?# ' D … BB聠  㿈 ,C#ۀ@  ? @ @@ߒ' @@?+ .! p%@6 @%@&@ @  HJ @JJ 8JJ 0JJ (JJ JJ JJ J J" 㿈 ,C#ۀ@ ?@P@@'  @C @a @7@W㿈 ,C#ۀ@ ?@F@@`'  @9 @ @-@@?+ .!! %@6 @%@&@ @  ( J JJ JJ ʕJ ʁʁ@?+ .!!p%@6 @%@&@ @   J JJ JJ ʕ Jʁ@ !!.> C#ۀ@4>@l C#ۀ@  (° a>@B?]>@rC#؀@2 $ 4&$' (H̐"@>@C?? @ "@X 0 L+b@̀`" H& 8 @ N䕣@6$+b@`d"`|c&ctda @2`",@@ '<'  @=?@ &@ * ;HH * ;HHx/ '''@? &  2&@: / 0@c&/&@9x;b'''@&  2"&@ /` 0&/ 0@1 / 0// &@x;b ''@'@㿘 '6`?6`* 2 6* 2 2 6 62  2V 6&`*` &`6 6@ 㿘  'V`? " *`6` 6`"* 2 + 2  6` 6* 2 6* 2 2  @6㿘 'V`  .?#& * 6`* 2 6`* 2 2  6`@Ȑ 6* 2 6@㿘  '6?66`* 2 6`* 2 2  6`@㿘'6  & & * : 6`6! 6@!6ZV`V` V`V`` .6@'6```&*` &6`㿐''2 &@/6&  2  #``#`@`"@ &㿐!6@!6-5# %( ? 6`6 6@ 7` %?66 6 66"`*`  " 6"`*` "@ ?& >%??6` 6` 6 @ 7`66`6`6` @6` w&>.%?6` "6?6`6 @ 7`6 7 77 7 ` @ 2  >"  * 2  * " .* 2   @ 2`. 6`/`'@``*` ` 2 "`*` 2V`" 6"`*` "V``V` *`2`@&ؔ6```"`*` `" 6`㻈'7`&@.r&  2.@G"@ &㿘'D@!'LJ`"@ -.@DL  "`@@ 0/@`&  0/@`/@`/@`4 N` ` 6|`N` ` /@` /`O `" O/@` O `2O2  e'`O@ 0"'`O@2` e/@``@, - + /@`.6.665\  J  *: 9` " # +@J" *: 9#`+@#`@ * OJ" +@#`@ :JO `02 J  0"4 hO/@` `[ "&% 0`  ` J/@``` /@J`564` J/@`(/@`/``  `  0/@` ``  N " N /@` N`2N '`O@ 0"'`O@2`/@㿠 `6b0 b4 @}  "cb= @}ݐ "bx 'D1'H"'D'@:' '  2&耐& N.@@` /@  & 0 .@@`/@&x'H3'DbD'''@'  2+"&  N@/@ `/@ 0 & /@` 0 .@@`/@&].>0 "eb & 0* +a  , 5&Rb4#b b$Jb&` J" 02 @*` 2b>b`" b8b`2b2b0bb` &N 0 9 & .` &N 9& 1` N ..`   2b` &`$b 0` *b &b4`  0.` &b` b*!7'P'TV @%46 4' @ 2 bX@|  "2 bm@|vTT @b5``\'`/`P* 2 3   J  *: 9"  `# +@J" *: 9#`+@#`@ * OPJ" +@#`@ :JOP `02 `P@J ` 0"P`  PO@``. ``, '`@&6/`  *23 5\  J  *: 9"  `# +@J" *: 9#`+@#`@ * '`J" +@#`@ :J'`@ в&.`/`@"`& O@ /@ c.   #D D;HH;PP  +DD#2  #!쀐K;hh@l!콠 >:*   =0` *   ';h"'` hl@ "@ В@ @u& &.@쀐2  @F'@B'Dʘ㿐' ?2 &@&&  2  \"@3&x!6@!6  ' ' -5'% 8'6`? 62 6 6 2 6  62 66* 2 2  6%o6"`*`  " 66%p6 6{p&# o%p 6`6`?6 6`2 6` 6` 2 6`  6`2 6`6` 6`W&>.%p6` "6?6`6 72 7 7 2 7 72 77  7    2` o"  * 2  * " .* 2 ` @ 2@ /@ 6`. @&  *````2 "`*` 2V`" 6"`*` "V``V` *`2`@,6```"`*` `" 6`㻈'7`&@%&  2 &㿘'7`&@%x&  2Ӗ"@&㿘 2 ""   "  "  ;HH !^#"" 㿈'D'H"HDư !"𑧉HH#h"h#hh P ̫^#ll沐"@1& "@&./ *'@#=!^#XX#h#h#hh B ܏^#ll}x!@ & !@& / '@ #hh/@&2@5* 2 3  \ J  *: '  9` " # +@J" *: 9#`+@#`@ * J" +@#`@ :J$5&@5* 2 3  \ J  *: '  9` " # +@J" *: 9#`+@#`@ * J" +@#`@ :J4ѐ&`& @6&' 0@s&& 㿀'D. 6  ;PP;HHB  'HH?D̀?* /?&;HH `#LLc(  !# ^#P#&# -&&;HH `#LL# ځ 9  &@(#)__tbl_baselg.c 1.5 91/02/11 SMI"0=KXer ,8COZfq|'1<FPZcmw '09AJS[dlu}&-5=DLS[biqx@(#)__tbl_fdq.c 1.5 91/02/11 SMI00000008001600240032004000480056006400720080008800960104011201200128013601440152016001680176018401920200020802160224023202400248025602640272028002880296030403120320032803360344035203600368037603840392040004080416042404320440044804560464047204800488049605040512052005280536054405520560056805760584059206000608061606240632064006480656066406720680068806960704071207200728073607440752076007680776078407920800080808160824083208400848085608640872088008880896090409120920092809360944095209600968097609840992100010081016102410321040104810561064107210801088109611041112112011281136114411521160116811761184119212001208121612241232124012481256126412721280128812961304131213201328133613441352136013681376138413921400140814161424143214401448145614641472148014881496150415121520152815361544155215601568157615841592160016081616162416321640164816561664167216801688169617041712172017281736174417521760176817761784179218001808181618241832184018481856186418721880188818961904191219201928193619441952196019681976198419922000200820162024203220402048205620642072208020882096210421122120212821362144215221602168217621842192220022082216222422322240224822562264227222802288229623042312232023282336234423522360236823762384239224002408241624242432244024482456246424722480248824962504251225202528253625442552256025682576258425922600260826162624263226402648265626642672268026882696270427122720272827362744275227602768277627842792280028082816282428322840284828562864287228802888289629042912292029282936294429522960296829762984299230003008301630243032304030483056306430723080308830963104311231203128313631443152316031683176318431923200320832163224323232403248325632643272328032883296330433123320332833363344335233603368337633843392340034083416342434323440344834563464347234803488349635043512352035283536354435523560356835763584359236003608361636243632364036483656366436723680368836963704371237203728373637443752376037683776378437923800380838163824383238403848385638643872388038883896390439123920392839363944395239603968397639843992400040084016402440324040404840564064407240804088409641044112412041284136414441524160416841764184419242004208421642244232424042484256426442724280428842964304431243204328433643444352436043684376438443924400440844164424443244404448445644644472448044884496450445124520452845364544455245604568457645844592460046084616462446324640464846564664467246804688469647044712472047284736474447524760476847764784479248004808481648244832484048484856486448724880488848964904491249204928493649444952496049684976498449925000500850165024503250405048505650645072508050885096510451125120512851365144515251605168517651845192520052085216522452325240524852565264527252805288529653045312532053285336534453525360536853765384539254005408541654245432544054485456546454725480548854965504551255205528553655445552556055685576558455925600560856165624563256405648565656645672568056885696570457125720572857365744575257605768577657845792580058085816582458325840584858565864587258805888589659045912592059285936594459525960596859765984599260006008601660246032604060486056606460726080608860966104611261206128613661446152616061686176618461926200620862166224623262406248625662646272628062886296630463126320632863366344635263606368637663846392640064086416642464326440644864566464647264806488649665046512652065286536654465526560656865766584659266006608661666246632664066486656666466726680668866966704671267206728673667446752676067686776678467926800680868166824683268406848685668646872688068886896690469126920692869366944695269606968697669846992700070087016702470327040704870567064707270807088709671047112712071287136714471527160716871767184719272007208721672247232724072487256726472727280728872967304731273207328733673447352736073687376738473927400740874167424743274407448745674647472748074887496750475127520752875367544755275607568757675847592760076087616762476327640764876567664767276807688769677047712772077287736774477527760776877767784779278007808781678247832784078487856786478727880788878967904791279207928793679447952796079687976798479928000800880168024803280408048805680648072808080888096810481128120812881368144815281608168817681848192820082088216822482328240824882568264827282808288829683048312832083288336834483528360836883768384839284008408841684248432844084488456846484728480848884968504851285208528853685448552856085688576858485928600860886168624863286408648865686648672868086888696870487128720872887368744875287608768877687848792880088088816882488328840884888568864887288808888889689048912892089288936894489528960896889768984899290009008901690249032904090489056906490729080908890969104911291209128913691449152916091689176918491929200920892169224923292409248925692649272928092889296930493129320932893369344935293609368937693849392940094089416942494329440944894569464947294809488949695049512952095289536954495529560956895769584959296009608961696249632964096489656966496729680968896969704971297209728973697449752976097689776978497929800980898169824983298409848985698649872988098889896990499129920992899369944995299609968997699849992@(#)__tbl_tens.c 1.5 91/02/11 SMI?@$@Y@@@È@jA.AcAׄAeB_ B7HvBmB0@BּC k&4CAy7Cv4WؠCmgNCX`=Dx@DKPDMՒD-JDxCyٝE *,(ET25EqE'/E1!F)>Y9F_$FnFȦ"FɜFЛ|G3BarMGhy GCWiG*HJH=c)\Hr]7HxaHܲyIY}LIFkC\I|T3I'\I1sJ^~:㿠.6.@mP㿠@m"!h`cX 2@m@o `@o``'TF'M >2`@'O!:``*`2` ' 7C"D'F" ' @n77ܐ@m  o7F# 'L#'"6bT @n"7ܐ@l : 2`@*`" 7ޓ: 2`@:` P7V B@6 # >2`@'C!:``*`@2` ' :7="'?"耦'>2`@*`?& 7ܓ>2`@:` %7?#4'B"'6T>2`@*`?>2 & 7ܵ>>2`@*`& 7ޓ>2`@:` 7   .@ܷ.@@.* @&@ @/`7`@*@8'aT"* @lO"Tu" "T  T 2 TV 2 T6G  # '?#'Ȩܦ'@"2@@ * +   % ' 2@@b@@ * @@! 2 `*` `*@    6 @ے @ 2Ȁ:&7ֺ'`*` ` 2 خ% ``* *& & 1&@ &.`* . @2 @Ԁ"ґ. @` 22@`@Ҁ"1.. @` 22@`@". &.`* . @2 @Ԁ" ґ. @`@Ҁ" .. @`@. Ѐ#6/`"`  "'`IJ&@4 8" .6.  @ 2@. 8/#tڼ3&N]~%d~vF%/".QO]W2qS$c^_ಐ䓫s*fw\I[isCFEHis 8c4ߩ1@~134<-΃А*a3ӯ'Ԓ@lŜ̡Aknl%;v;71>C@ ܷ' '@G;4H: $Rn9LG~`X)K&m;W%6ruFpVV)-LH $IfVq.wک} \e$f6RXf5uogrn]r3^D _nݐMʢ쎤zc'OkX/pNkhоse:& 4ځbJEo%=p QBc{Dt j\xP8t컎܌D۞z̢czL(zt&6_piX&qYcT251U@e4?=ٸ2wg%;,1Afv4|+zӓͤc`l>tW;AI^ i"b ٜJQMC.MZ rKʃ&! :` TlUd@(#)__tbl_10_h.c 1.4 91/02/11 SMI)+r[![n|N5 L},D4fl}C}+#U#>`e!Q4\Yc+1*iZbBĎzt["4޳?Ŗmk1eK6kuG٥( f13j{~j6hA\)\=_'jDzpʏ|4El}V*@g|u "Νop$?ob(UxI>Nkw;} u 6#0''q"(\<a+Hˡ+qT40{&)tJSյ MD$W5|ܡ!?Sb,ÅCbQl?NO&wCFQm5o>GqM{C 0]:5{@+<^Nd|Sj܌"GebGCh困N4` (l;H3`v'A}CY'3Dd^rS9 -*-Ur͞uPRQ/eS ? L$ r0g~kxr%FJx)!産y't¸Z:c~IwKkBi|%AcdOls0ƅjCw}Je Dr2FQ`lME2e[B؟8JϷ_q'5дv-EDgr -$8aH92ßбqbH}~WO3յϡE}}hyl Pd-@Nrs(Qp'G#ȥT<|F'U>g9 iVpb aT".7Xf(rd#8U ngΝBj=(yLgX2EOŪj@C%@!W*R]qhqecy |w5),5 hl6)c :-1]V+ *gd6cl/6Vl.tzT-Mub <4 97.2~!'n{ -$PԸX+1#"+?%D ~޿bljrڸ~*xxzos{'~j=߂j1r|͞A0v9&ǿj~=2_0+cm-X%<b| 7Ȟw ϐ5,P6ւxnPx [Ѥ4?E ,8W ڦ9qHIە튴lM#P*wg:8룃-j@?F[G$tLJ0s-ٖo딫;|o#`Is{KҘ65m1ټk ?f(%r;v4=tPwܿj?&ATN4 S@Z 3ETA+c;=C{펗fp,Uie.\OOߙݞ9^X2%X-VNvq4v̝=MTO+\} I?A7!DWGDɂʞnp8p3;,fk%;ܽyZhN.lHt cI/~Ͱ=otgx!RJ-5WYAԹ9V Tء<!>{b;._w W5(N T=]!oIdB@uhcU4ph䢮{3'"I2%% dKE0)b~@(#)__tbl_10_s.c 1.4 91/02/11 SMI}q 5= 1-eJQsHAkIo#.Ţ-x=`X1uV.MnɃ&xgZ*Ӥ% ʋ"42Ǔge&PUk}s sA|2M"@Eo|A[-m`F"c ao{BEp.XhL[4q | 6/p<(&j2,ʭY'a\)cZ7Ѹy( ޯ]qd<{ YkA7.g=GYE5fiYv { QIi@Og#A+pC)|Eu30GQkmYM?d~"=u)wIU1I IWqdumzn66ZI$-fd))mAeKP !Is$jx A%mCMZd>H9"SO|́]u7eimK FY"v$P$ayr C_N*`;1S)޲eՋ+Y{Gb+daܚ !$'*.26:>BFKPUZ_diou{ )2;E@(#)__tbl_2_b.c 1.5 91/02/11 SMI? ]"#%Iu% !0   $ z V K&!  +!%o[P C"/vG$r'+#'2XM* 1 )  >1nRb  &1?"k%>J #$%!<J!n~ P$H $ WU< ^" @dO peT~ %&wk"7cm ##B a!yv F c@!".  %m!t!%!X  /!n#~ W"3 !B$'V&/M 3@J&I Myl {"$ L B  m#u 7M$P @ R   Us9Q #E h>' [ z&$z%N%*$e 1_B #&u$5.+ J)UNz& !,5 V^ f")"Y2|)l !9%\C!]#"O/$i  > !l`&r4&Vj @O !Q ]  T^ * k @%`2}kEy  "p .*!r#&d Z!3%ot$H%$'w $gj  5!<!5X ~wHo%<v  " ) 5$zSI TX$bL!t f OM.d$ P\ B K -2#4 ;&g  J#?&oe"'n"T >  r+ K"Da "!& D'- (I !"&$WV >+ c` h&*o!} t$Y & R!# { ##:"[\v]4`$&Z@ "m&fO  8 nM &Y #L $ %G!$TFb! B#~0&U"\%"$y j!0!6 $j$' & &8c D d'h~ %M J8&$ RV !j# y C5 /[!r$s5%n`oD b !!$5 dL{!1=[9`) [!E` !:{#"$  UP  8  '&#P"d!O "r/ $ 5c,! !PzP&\ M B' t$E  ?xf' P$$c=5 c9 B % 9 B[ L "F &I 1Z&e+# #'6 ( !P"#$z O&>  "E&&BU q9  $g$5 l! @%B $f* 4@6b!qnBk "\! # 0%_$u# !$$~_#V'0t##&h" &B    ?w## S #& U _: ^R &{6 F LVh_!E {D#d 7  x4 &9%Pp G##x# &Wb +r"p#WC #3%!"6b.Gij >D x" V R f&H g  "e.Rmc0%WZ 2""%. >"7#Cn$} ,%;   $ = YY %A Z wq6DR!#" =!  f3 % #*#t!iqa y!y-W. 4 @!L"L} s&M!j Gn #&i+ '% %$&!Q=!!5&;;#""n"pN |  $ow{ &}#=0 ^n$! Gl c % "`&# vi . @Dh%p#G Jd p~ (?bH>$ V *RwYpv=@(#)__tbl_2_h.c 1.5 91/02/11 SMI  n J W HC$E%)! B+ ;c%#V!%S%#['_"f"# )&aiN | O&? .X$k!t/ d"5[#$xn5=& U 3$!/. .<=Bb#{ lg  KM C # @q w! %#T"!& " vu # #  $ rf^  oX Ec &p!|!7m   b $#:&_!.$  U!q) l$ s#h$AhU  < mm)E^ 3!2Q%^z4 Z W :%E& bL!%'"" l0S Ni$#9$U &Ms#A!K!$ l  /"W8'!i4J%O \0#{ X&  _!2 5" s "h h%e <  D !%# Q #` &G.QW  /$)  F"$,$< Jl_&Q#UQt$ `^#! F"NM$3 ]A#%K!$ & d f !  %> !F"ln!} u} ]& *%Uo -"&tV#H" FK ",^ # r f"i# #)  & /c !bp "$! P&t r j"f!%-% ?!6 KUDf  R $ jy:Z V& 0 m& V&`+ `!?!<#j Q UR j #)"%8%2H l"t! G# %}"3M  ~F  -Q"Re_Q 4 QJ"= MI 0 Xf !+8c l #S9 EQ[. I Z m! f] rY#$&PSj!$&&6'& T^D !#5V,%:$%$-&X H E TKVc!"o y bz ' ""O%  & {!="@$ B_.&% jz% 7L%""|\8#<T* q%V }$!&G!bg>"l % JY ~#8 u_' 7$"~%"^R;(- NEX"< e_>C& #R$R -)" P  d > "'!A;Y !'&v$h $h$-!j% +] % h&# S#Q&o V$,!/g#N W f&E"+/@< % <&Gt |@ $= F#iU jO!AU7&A! 7   ##! 4J#%|b| 6 -H  AH> J$J  G g#`gp %J}c <e"A7*";=! uO :  [!^&[sY C# 0`$&gt#"' H&7.:$=f#&^!!4  o%" x ]*R "O v$%P&<!8c-_ ]8" ^ & &#Y&"l" " "i #& &E 4"zje mE] % u %z P &Lw 0-D ;c!!gdq l Ly# Kz%"mt#& v V+ r dlt &#!0G ( V #P$:!%:!##! l# \ ? Z#bj#-! S$ g, 7LM :&B  "2Z!. |yu @d$ =)<E!`$$?o#!9 z 1$! S,%  #N1%J uX`'  #fT  X N)&%dFXr$#4~>#Iw"D 9 :$[9%@ & |?#& ?0 % Mc;!Bj Wm a"j$  , b W g R2!m%W9&$&= & 6 < ##YiY YSh/ 3jL& :$ x x"l {&; && oyw!H !Mi%$8m~ $""ja T$# f1) ,;P  k bX! l&_ N )%Y#9Ez'"G { %<0 >T MvOi$#v% J7znwB?&g3$FH Z#]G)T  '#D ($ W 2 % 6g ? 1  1$4&"~ "{ !\9 (%Bb<J#>J%P r 5$! Qc#8B+   !# ~B*#J }? l%u&+ z# *# + =$  ! & &   #!(!n  !% C Vd[ #Da  7"K!#4 @ _u :"&$ Y{LO l!CHNT&ve#a~ &6 _ Oj5s\g#r + I #yy %!/ej#l= : q $P <{&*l#Y! $ hsO6 J" t]% ^%$ !M ;4$&"# @^aP$%.DV 3M!%#ho" =- "".'~&r$ d$h %R#6&7c { &{"&o#??X>_r L & j "@"/$&3>$8Ar%$r&\I+#X ?p&-#[$|rX +# SNe$(Be&'%6  | " |l$/!& "mg1!@':tQUP u!# &x]h&&#V _ [}.'U "O8@&-A"4% 3$= , B $/ V}v$sE$m"G*  k} H! %w" {1B&q0 k& #$MSMe!)%$w% G'_ - M^7l#7 %!",$x% V HF m&w Vv  !C|: !"j$  q D "nV#%l("Ap a"^ T 'eN %m &5  L / sU)$!/) w h $2$ iY<$\ !%rl1%l # i4 bV &#  $m" -' %!"$1# 1 v< "6 -5v n!%t%U #w !`3=6"S b 7 Q a0^R?&]$% i!r bbLl ?##1~]##"%u$4 y @&W  c7 O|]@"I.<6G(l! Mj 1" >$y""!* 4$ vB D  O7"">!% E##o &W #&K] HJ&%(H'"|5  Y! x3 &S %"%: -$ W > "$5ol9#~K"H%\+ F oC\#N L"WSV(c$%$  b !Z!%F @ I oy"& %*GB37 )!3l6@&a # ]yvH"*T,#G!( l "#Q% w!' b z i` J 7 j7$  pZO Kwk `vI o'  "" %&! ( !$=}I m@(#)__tbl_2_s.c 1.5 91/02/11 SMI @  0 `4!h!F0P "60 ]Pg  @%*#!U#2 UWP 7^ n 0y` P+$V@!!"(3#AgF" %2 @#'eX> lb#/Nh"4 X3 & Vc<9@ ispY\ ep ,PX4 v i@ @ pp%*5#E `jT{  p!R/#R y^+"%`%cFy# %# PK ^$$' I " I&O .% ) 0M $ +R`&.! G $&$M: "p%9 d#c7 >& o}M_ A5@\^ %j& X$!&`y"` %RW$S S&! (&O0xQ,%P+/Y$ "VN! $ !@Id (;\ ?@g$ r~&"b & Z &[ R%/ i"ON2% ?8 d$<Qp  p!i   0  `' &`v&O 0= e r %` jc!R $ 3&! g&}q  0% 36 `$Wm&> "y x%}`?" o=wbZz# # }! pY kl# C a  \ !g%  t $I! %r* 0m!C#U`  `  $ T `:!# r$5T 8tf !ZpQpS  ##zw::D T t3ey p = f " g& {  E% UB h +` z#- tVJ%W !"`% 4# :E$i / j0u"xN`  B-"ht[V X# E @>Fl XlQ  " " ) I%` E$R#%1 #1!: R RS% +"d   #1WD I` O,cp .9 5I =!Lr` Z_{  :S`%jt| 2  !#"TM,:"B"p y#! Y$ttE WC2!  \ d#E@l . 8z5G$p ]q q$k!  = %! U z "#r~ ;p)&9E ;"w. S&D s zg#]%ys z g @ #  ~7{v8 j  } ^ H `]Of  i %%T!>%4z U  #b$#m#Y F"P 35%) * |iW6w&j ,#BU  "$&(+.147:=@CFILOSW[_cgkosw{ $+29@GNU\cjqx (1:CLU_is}$/:EP[fq} '4AN[hu㿘. .`6`@Z6 @˒. 㿘. .`6`6 .@. 㿘  .`?#6`  @7  ?`"6 . ?#@*  @:`7 6  .` 6`  ?# " / /`*7` @66㿘?#  .`6`  @7   ?`"6 . ?#@J*  @:`7 6 㿠  .`?#6`$ @ """""""""""""""""@2`* @7@` 6" 6 ? /   2 6 㿘  .`?#6`  2@7  7`"6 . ?#@*  @2`7 6 㿠@ " 6/ @Ȓ@` 6㿠  " * `@6``2  6` `, V /`Ք`` 㿠 2;`㿠 `  #"` ``  ` & ?"ah``/`@ @"@㿀 'D  'H 2DH!D ĽH* 2 ;HH? ȁ 9  HDLж #hh#hh @Ł@D! 7 ? R3 T?@y Z! 轠 BD#h'h  ' п+ *   9   R? #hh* 76`I/`S`  L L L M M MP MP   ^#hh#h?h ؉  D#hh#h@Zh1    L#hh#h   T#hh#h@=h!    @#hh#hh@& !">>?㿈'D'P  'T'XT'O"X "P' "P " P " P""  .@VJ/ O@ "  O   &`+T "`OJ "' &`+2`+P"6  O  `-2 ?P "  O   ?`1'`94` T "  'P*  O   ` `0`I5`Nu`i1`n"rO@u O Ȱ &mT "`0 ` 2 O O   O 0&' O 2' '6  O   `a`z4'` !N ` 6  O  ``a`z4'` N2` ` T%`' %`' " "cP " '6  O  !  `a`z4'` N@ 6  O  !   2 T " "cP " ' ' 2؀T "P " P'  '`)6-@` O   `)"`)P ""  O   `)2 T O   T " "c P 0/` /`1``94_'`  "&P`  " P"" O,@!  @O-@,@T "  ' O   !"'`1`94`0@ , O   `1`94&`0"Y`0O 1O 9$`1' '` QqU2 @ `*` "  "fO  x 2   V  VX W W1 V W$ V% VD VE VQ V V W V W W&E2 T O [ Y T "`0` 2R`1` &,' "%`` O   X"?"Ȁ$F`+P @@" 2XO@  O    $P& T' LO 2T  "TPT  "P 0/` /쀧`1x`94w'` T 2T " 6    ',@P$ "& @P @" P "" O,@!  @O-@@`,@P  ""    O   !$+`1)`94(`0@ , O   `1`9&O 1&' O 9$P' P "@" `02`1['` QV2 @ `*` "  "~  x 2   Z Z [ [1 [ [$ [% [D [E [Q [ [ [ [ [ [؀&Q2T?"' O ? = T 2T "?"'  O   `0` 2O` &#' "%   O   0"`1' X"?"$`+P @ " 2X$}P`+  `-6  O   ` 2 `+6  O  ` "`+  O     `-6  O   )ဧ`0`9$` ` 2A` &<2  0 O   @-`-`@ "0 6  O  T"  Ց* Wat  ] ] ] ] ]T "T "T "T "P "@ @" &' " ` 2 6  O  ` ""'  P"P *P""*TD "`"D"P " P"㿸'6  2 * 2 "  2 . 6 2 :   + 3     "  c 2 c@ 22 @ :  㿘@ ' 2  & ``"`6``2`.` 6` 2 *& & ?& .` & @f2&`.` 6` 2 & @" & @& .`@  & &  &  * 2 *  & 㿠@``6& .& 2 " &   &  &  ``"`.6 2 #22 & "& &  @ 2& 2& & @     2 :  / 7 /   " `*x& ".   %  .  `# `6  /` ``" / "@ & '@/`  2? / 7  '@/`  " ? #  / ?#8-5/ #8-5/ #8-5/ #8 -5 "@ &   %/    /@7@" *@b"b㿸 ?6 '2 '* 2  "  2 * 2 2 2 :   %   /``.6"㿘@` ? 2 &  &  ``"`6`g2g.` 6` 2< 2< .& & & & 2&c.` 6` 2 2 & @" & & @&  & & * 2  &  㿰  `` &/`7`2 "!  #@2 2?2 ?2?2?  #@ @ :  㿈'LL 'PP!'D B 'HHD$% F3HDPL?J"PL NLD7`7 H@8D!0 @" HDT1" PLX# `HDPL@ ! /`Z`  h h h hHDHD! ! " PL ^ ! 俠!! L   WD   )`K/`Za  i i j j$! ! #"a@`F" a@`L`#/`Zbd  jt j j j" " 1! ! 3D    ! p5!l LP* 2 ;HDH* H'L2 'P;HH'D'H"H*   D@?L@P' <$ `"(Xa@`Z??6P "0PLHDč&#``#`@/`?`&/`[`X  lh lp l l @'!  𵤈! ؽ:;>?㿀7 ?!"X.606 @6 @ `B B F F FF  FF 0F (FF FF FF FF F@ FFP H @ 0F (FF FF FF FF FF F X F+Ā @ HF @FF 8FF F X FĀ  X  X &@ 7 P&31  ? B& F[#؁ Ɓ ' 6 \b @"  8 HH @HH 8HH H H@&́LJʁ?պ/n??7&?ܽ?bl?ЇO?Ɂ>j?ԉ3?ǹ{K[?Ȱn⇜(?ɦl&?ʜ#@2y?ːR`?̄t.n?w W6?jM?[u,?Нŗcb?ы x?x7 WF?bw7?J6¯ ?0QJ? ?A?`Kc?زM9J%?ٌEMk?d#?:\l? N?SC,P?ݬgaO?@ T?e~0?%]ҩ? ?╎Y01?E7???䗏&?8{?Չ?mf9#?xF4?k]1^?зM?W?!TD-?%%?O8d?pC?|Wo?nWO ?$DU?|A?s ҁ?.4?Ng'z?GS?ӏ,[?9?K ?_@0?D?b6?pU:%?Am? myjM?O ?jl3S?PG?kz`?-pA?[TsQ?L?e?x ?g&?D?6?oo3?PRN`?ڽ?s%HW?Ʃ+?AMD L|?`,sj?}c?!:PS?0p?nj~ޱ?{e?C_? @1?^ ?$j!Lvv mq <|d'UlzcA<46WoG};Nh73XNI\*t&3'jÿTʥc ȥ*Iſ>0緍D5#2Xט3EԱ.B92.&xW=#ſP(ib4ے@j"8ؿRw31ib4ے'|ϙly7e^{ʓ<#eQ¿ſ@kT=e'|'cF3^]YI] ~:CA]DD VXXG?x3? 0b?ҊkL?'n*?•R#?0p?RZV?̏ǚ"?Ϲm^>+?g\?1?a^?ѽX ?9?ؚ3B[?#쿘L?D{̏c?܏ǚ"?jġ?_?%R?r%*?T?_^p@?y^?3O?V*?Fr?]>?*-&[ū?@L5-?.B9?*Wm? P? ]PVY?#쿘L?ӗ78?$?٦7O?R@x?Qz?T ?\jȈ?/p4?Sj?},?=a-m?z ?_^p@?;qcÀ?< ?Wh޳?)Pw?vZ9?h? Q.=`?SЈ? $W?(2?%sVO?iU%t@ӿ@Ӟ}@ Q.=`@48.@]?@+1Q@@ND@3@׻@A @d o@t5@9MH@V"@=Ҝ@RI?@.B9@mH5*U@kz@ɓQeJ@{:k@W.|9A@6,@hZ@B{s@)ԅ@[.o@_VV]@tw=@z;(@ }ѳ@ Aob;<7eN<>1E;־񫼍w\<<< wx;.`< :^}+9}iмAW;9?"CƼCjW?#7x͹^<B\Xּ4 &&& !@8&&& ʰ !|+b@$@ `4 ( 0H@ " H 8ƅƉ Pʅʥ  0 HąNH!@4Q  B DB4` 0 J'ʀ`4< @": H 8 L&2 "@ 1#  H*+ PЙʙ P N$̡ P P N&2 "@ 1D  X*+ PНʙ ` D ̡ P ` N̙ L̡È@4`>>D "*$@ &@   F?Jā F?聨 V   V ? '  `cctd`|da@  @  & & >>@(#)_TBL_ipio2.c 1.4 91/02/11 SMInND)'W4b<CAQc޻a$n:BMI. ђ)>5.Dp&_~A99S9_(;/Z mm6~' OF?f_-u'{=9Rk_]V0F{kϼ 6a^e_h@؀Ms'1Vs`{knND*+ v\պv|`S:p|*h{z8Ks^4['>9X>]U[J.5X #GE iR8 g5}MB~aPRwn`}hinU}%>JG-vw@ҐEaؐ!D)(n]nNDi1`ט*1{u`?a*qOڊYH#Z7QczGJR\9':EN-d'J[Je("Gq?5$Bh%i*hJBWuΙEG5?1Ar+}u%)i,- 1/ &e?o z_'D'H'T/ 'X"   "  !Р'""( ' @C&&''* *   &' &X.P6@"@ '@`'``D@ "`< 1='@*`P@  F'@ *`P@ H L轧N4.`'@*`P@  R򽧈T.`@"@`@"`"`"h?"p?"x@'?#'#'#' " ' " '?,@@``"X \"P B.@& ^ț\&@`^;xx|;`@|;p T #xx#xx@;h@h`փV#pp#pp޵,\> . " &>2,\> 7 $G  .`@@2" "'@&.$   " , ,\\ @& 2"H ހ"bH@`;`@;pp`"@ L#r$  .`@& 2d %* ` 2  %* ` " X* ..`P@@@A:@  %;1%'@*`P@ P'@ *`P@ R  V轧X4`'@*`P@ @򽧈B`%`%"`F#$" '`,@ 21;hhl@s !"P  '^"X ^"P J,` NNЫ^" , '`"@,`"@bH@`@F! .`@. Z"X# #   񽧉@&"`#"< =.`@$4$`@ F`H$* "`"T * fc  ( ( "` .@@`L<.2H"" "` .@@`R<.2>??H""   Z2H" b" .@@@`B@`F&'@'`&&.@@@`N@`R&'@'`&&"` .@@`Z&6.2H"" H" " H" " H"?" ȁH" " H" "  @?+ .!"%@@%@6 @N@%@&   0J (JJ JJ J?𕠉J J":JJ6J@ @''" 2`  ?6Dą @i @J 8Ji(J N Nh N N N J NJ J6Jʁ@(#)_TBL_cos.c 1.5 91/02/11 SMI?4 |(?)pp?@7M?}6?L.?Wo2?|$?vS*w?pkߞ?je$\?d>*?]t5 ?Wg?QM?Jl:y?C? Ň;? /8\~?T}?A0 /&??ϧD?!Ov? aO?ç̓?)?s>=@?_T6?JK*D?6֥? I? Z?>^?P(?ƷY? k?/q?~N{J?e?>@@?K?1|?Pr}?lR??J.? } ?[?o9 ;?Q^?3݁?([}P?1?X?U:A N?Ab?̵&?Cs-?=}R?h/?駵je?Zg ? xM?Z]?iw?1m]? O?iU!?ovx?渘]<[k;tb<-F;g?M:L>(e$̘e3+z!r(x[u@|¶a> 6ܴ<$Լg$70<=WyBb:Ҋ4<ͤ?e&K<<9zXB5F</ȼ.h3rwR7V`ck<_w漎-~g6ļn+tR6?Ҹ>?3?ӭi?&?Ԡ = ?hz?Ց? )u?ւ8?:U?qUvB?mN?^ziI?Ԥt/?JkF?ٿ?4 ?ک[cw?2?ۑ>0۬C?@?wgў?ԥ?[4va?L2?>VX*i?ޮtK?ߎj?6)9ƙU??Ķ;?|_.?426WL?Px?B? THO?YtV(+?%l:?N8k?Fa?{5?qmY? ?,!y?戊NK/h?X<zB˙~8/l?ʀ) B @6D H FF F0F  @/  ЉD ȉD#``D%` 8 H'` ĉ$@Ā|& `6/`'@' /`'@' @@+@@/+3 "@''偠@  2 ?* 2  " "  2  * "   * @ 2  ;HH B  #HH  :"5 :2"#㿀!## %2?.-4 BH&6?626?.-!+@/ 4 '?* 6/ .?  B&.?/+1 .+@?  B!)' ?/+1 .+@? ہ B ' ?2 p!#?  @  >`'`B?@   .   B?  Bxz u/?*  ''  B6 "@ 82 ` " 'JD (ƉF D?" '葢 F (ȉHč& !'ؗ3 <+    '?" '艡Jā ?" '蒂`B? 0 ?/܉ Dܐ  B @$%? C''聠B؁@? * @  @`'D'H?'L'P?'  * m`  P D 4 < 0 8 0 x 0 '!'!Ȕ @ ?@2ay  '"'!Ȕ @w ?@2obd PL?DHD? '"* '!Ȕ *  ;HH!ȁ@#P Lap@L * ` ;HH?@Q2?b0 4  '"E'aX@`?@=2+& " '"K'aX@`?@,2 " '"P'!Ȕ @ ?@2 " '"T'!Ȕ @ ?@2 " '"X'!Д @ ?@2b[ ֐  '"k'!Ȕ @Ӑ ?@ݐ2bn   '"'!Д @ ?@ǐ2b   '"'!Ȕ @ ?@2b   '"'!Д @ ?@2b ~  '"'!Ȕ @{ ?@2sb h  '"'aX@`?@q2_Z " '"'!Ȕ @T ?@^2Lbܔ A  '"'!Д @> ?@H26b +  '#'!Ȕ @( ?@22 c   '#'!Д @ ?@2 c!   '#4'!Ȕ @ ?@2c:   '#O'!?@2cS א  '#k'aX@`?D2 P@ LLP D!PLH#pp#pp@;`@` @ @'@2 " '#o'!D?2 P@LLP P!PLT#pp#pp@;`@` @ @'@2{v " '#s'aX@`?D2 P@wL?ؑ* 2 ;H!H Z!X ?@b2Pcw E  '#'!Ȕ @B ?@L2:c /  '#'aX@D * ` ;HH?@12 " '#'!Ȕ @ ?@2 c  @8 !"ah㿘+DD* 'H@ 2  #H H 'L+DD`*`* @#H H"0+DD* @ 2 #D D "  "+DD0* *  #D D ԑ. p`  t D `2$H ## +DD*#@ #D2  D  ## * +DDH*#@#DaX@ * ` ;HH Da@ * ` ;H!H>`2%H2"H ## +DD*#@ #D2  D  ## * +DDH*#@#D! *  ;HHq D! *   ;HH cB`2'H2$H ## +DD*#@ #D2  D  ## * +DDH*#@#DaX@ * ` ;HH; D! *   ;HH -D`2$ ## +DD*#@ #D2  D  ## * +DDH*#@#DaH@ * ` ;HH DaX@&`'ȁ>? 㿀! # ..?? B%DB@'  B?@B?)@@. B‰@ B   B@ D  D €&@  &㿀# ..% ? @ 9%5'** 54@ & @ @  @ qB@ & @ @  @ eB@ & @ @  @ YB@ & @ @  MB4К@ *@ & @ @  <B@ & @ @  .B@ & @ @  @  B@   2?@ B%@@*@?''! P ? B?H @?A  B?? B 㿀! ?) .+ B6  B B6  (`J  `J  `J  `J  `J  @`J  `J  `J  `J  `J  `J  8    lx +<x]tT1S,P l U(,8 DŽDkdPp\HhY<t2,\DݖxD(4 @L"Xd+p'|,\3He]Hcl_rn ys$ 0q$<PHT`lxh$8X0Ֆl@ܖ  ǖ,ۖ8DƖP\h[\tZl$0x$,T (ה4$@LxXdpi|#\?>0EX/P)ѴD5] \`  h8f$bH0j8<iHgdTs`lXxr͈dq~lwT –Ė`Ö$Ȗ8 Ŗ,ɖd8ʖ(DhP \h2Dt4($)-p1L#(3+%t0.'|,C\(W4d@LX d@pŖt|ĖЖϖ`ΖDזݖ(ߖ4ޖL p$@0<HT`(l x '`"T&T-.SV0P=OGaQ0 hhX,Kh<8gdD]dpPJdh\iAhLAtږՖTܖіҖ\ٖ4ۖޖXߖsj'|`{ZI?l D6lA)/5L+DV9S uPSs2|H3L E obW?h nkxgkgJfg0~$ROZzA5#b|Wp0X@ qmG]'d i!@pY>uN"o?hOf sv#{~YcUDi5hwCIn [2*-^4;n \*=<B!!m~Hn&A98d,$tPT4ky &P*D< x=\&nr,~fefQdd~ jG1Z v%u7oy6MOgo3i b`N:eb8 ["E ]'-.(,lCt:ZNQJl|Lp]]+&r<+{a:pf4P ;W;/I7N5V |$#4QF[Yqex+n^%Jfz[RV6()@FIJKM@TqU1V}_nqt uzwHy}_ \>:B e8C</S/r  '  "$%&()*,-.;/ 0z123=6K79=U>@B8CDE GIKxMNOQRPTUVX"YZ[\_`Oabrcf3hciajjklmopqvr0s.vw!xyGz{|D}Q%I^X7a$F=#g`GBZmmMvF &ilWut]  9-L}.*Oks !t"#y$w%E(x)*(+X,-R.A0R1d2345N7B89y<=>?@2ABCE{FGH%JKUL_MNPQRqS`T@U_WX?[P\]^_Y`HacsdeghinjmklmSprstuvwx:yz7{}y j+{;N/'>F p#GfJXTjL 2)YoVs!;,1$.o-OV7wQy?6  4f ci^1K k!"^#%&'(,)*g,4-./)012356z78b9:q;b<h=M>|?IAtBCDwEFGHAI~JKLSMrPQR}STUVWX|Y[v\&]:^!_`axbcdefghijklmnospqrs tuvwaxy{|}~0W*YD ZJ+'H3(">>7  {K.]e5E3}u d "< T Cc/hCp~8    9 ;q6o!"#X$%&'-()*+,-.[/0123B456589\:;<=z>?@$AB4CDeEFGHIJ KLM9NOPQRSTUVWXYZ[\]^_`ab^cdeghijklmnEopqr(stuvwy:z{I|}~?#}t1LUzm@Mrwc=\)+vTA6 O'K%2H<kj 8  g  _`0l !"W#$h%F&'()*+,-./012Z34a56789:;<=>?@ABCDEFGHRJKSLiMNOPQRSTUVWXYZ[\]^_`abxcdefghijkl~munopqrstuvwxz{|}~Qp  P%, "2d<;M3E >K48[e,g ma]yd R` [ `Qpe{<e OVy I0 \W]^o2}YayZO<a S`f e# eW,P5>MgL[X&5\i btr{ P`{ ` _ J`7gX@ Z]EbXES@$ s^H* S^P5 S^`@WI nO[<'tZ G^pd]sVU-+DYhZhYZ*NV k' pLCc,1lbT1 C^tBt.0}60j> _(SK@_>PCm1u1b}< ># N=1v%MxL&JI%T\1 3?";'! a@=cwTSXNL_TkN]yH * `a Ptj1;F,Hc8auh a^xbi" c^ kOc" 01 -Z(@3.HO[2Qc?)v[ NaQbdn)c R b2V  3/3333ahW*CT`7WBtJ .`PYVd[o u t{ZE>Wl\ind6U6DFڰIz" 4%{  /U:H?d7PH M0 U Z l`  fxf" gxm&ݰz D>4  8\U}$TbN|Wb,h \ +P.W E,ihU8inhe.v 0ASKtrHWIl1\V Y2 = )bQP Bl TT ]=!` mP8L zI8( <4 )7T 8q:h KX E  e `Ҽ b$ _0 #a -T( :W GZCp \ 0 ncP d*| 0 H_ 63 ` )9 [  Z d)  ; < % '1 /30 @7at N1 V1 ^z cd  ld  u(T )u& V' 3 e. b})h ]{` b Nh  h 60 1H 4-3 #-0 "4 /0x ,%6 \ <P CVƸ N Uw \ c j=b u1WX }@f  \D 3Y  ]S 3-  5 WD@ 3 ^`L Y 1 F 1j KH x_ 20 Gh '` "C ' =_ 7 !-X DM( Q W@M ea X n2 E, v3 E ~3 2 J( =? ; cL  U4 G ?| 2q 1 C#c G&\$\+ S:4Bd:L ]] U8g ?mQhtb3d#2"2b IL^M _D L ?_ "E_"H FL%* CC_4C > ]_I _R Y X` e_j*r*0z*U <**J( >_ _ d_T U_ T_T 0F :'[('[Y=a0F*rPN TIh\d T_m UH_v#Oj:gaMZ"PY[I% D0[R<N+Ob4u.`:kjD&Z(RQS `<hX9SS,Ymax\F83pP oXd."HasK @0al `x0i#].jGC1TҀed*n%~ZUgx?6C3[oK-h|R d_Eu%v@&%P1b$p@R)J c_SKZv_2g3bo99P9;P J&HO52$8XGK V eiʐsPyJS PsK'(!.x R*DX $x+y=KO5 f tVx $ Kl7S(7:O[^/O4H>G_MzY Ea Eah/$ *l1*T:PwQI]$qt$RR~8,GP`XH1dxd"/}07|$lDYXqAY$F  N7"6-]>+ *,7PH/-D$Xd=t|hXC|w:AU:; e1HfOh@m fi(C<( 4@LX>H]!LoI8v03h~UY8r,3othR.( T0@U$-TZ-bCH2JX !:00,@"P `!Xpc)G<y3x2$_.7]DdEN9\8W 7 /O4amOIUX^lsalLbE:Pc,(>qA:=(^T@YT_gMh%fP;PU&=PLo0?h$QX#TP YD!&xw@T_.><FJ1AD^Dn~(ڬ/߼Q@HClFt $a +X ( p& e<  G8  O6  $ P * 1di3 : c X C J1 R2Dh Zc_D0 c4O k 1 q/ g 1f@ NaT  ,_ 0 S 4 =ydx cz! Z!(!-Zt!=\d8!M7!Xo!]:!h3!av!G@!U!!+D!I&D" 9&" "3]"G "V"e~h"X?"S"b:"Q h"\'<"F/l"`>L"3# ]#&=#B<*u #^]~#sb ##l#P^$#$=#$#I4#0# 1\$$$8$3O8$L>bi0$^?Jh$p^$$ $W$?\$ ] $2% (L%H%+OP%5 `%Oe:|%i^O%P %%/%@%_F%SĨ%E% &"p&'"&>&U_j&l^& . C.-.X.W. !/ !/F/#vȘ/3 a/<a/E'/R_/\6,/me0/v`/_,/_/_K/]/]////,/V/[q/W/i /0Xk01_000!I0- 08 0C2@0K^cX0U10]>0j (0w.f0 (0 _0 Q 0X0WL0 =0 =0K)0>H091 b%1b]1b1" b{1+ 419J81Lcg`1U`1_}1i\1yd301b@1>1 & 1_1]1L"1 X 1W1W1V1:\2 H2>2%^~2/1 27Vx2B: >2Sg <2eW 02p>2w2~ , 21  2d;2b t2_] &@2b #X2 c P2 <202bl222` /$2cI .2bC !X2_% 3b H3 bN `33&bP ",3/ bX h38 bY l3AZ @03QS @3\ r3b13j3o{3v` H3` OP3e33Z Q03[ T3 D3433bx P33 3 c3 b83E4 a4'E4G,4'r4124;24C> d4Oe7 ,4X*E4j4q+ $4)b 4U& 4/ $44 4c 4" 4a ʜ4, e5eeʴ5\6 X5 J 5-J t5: X5F+ 5M`.5We5`S , 5q= -|5 %(5P( :D5U :5? .|5 *5F2 6|5W ,5O 5&9 +l5 16 _ 4 63 26(d4 U61c Z6:  p6?d S6H  t6N  x6T E |6Z L 6a$6h - 6n Fd6tH Sh6~61n6a G6cR ;(6b W62r W6` \6fW636 86 iD6 i60 65 ix7 n7c 7 k7*n e75b 7>); i7X2? }7`@I ]7sx7|]7`7 u78 7a7  7^ 7! 9T7f7 Xt7O pL7 87071 m70 `707071 78  8 0881H8$ #8+183| 8: M'x8AC8M 8Rco 08[be 8d[ 48kb7 8ta 8}b=8 l81 rl831 b83 8c 8c7 x83r h8 u83; 82]828283 82 8b P829 (9b 92g 9e 9!2O 9)! H97 9I V>9W >9e. 9m> 9y` x9 [>9[ 89] `9.} 9.s 9. 9.~ (9.{ 9. P9. x9]a x9 P9] :. : a :. p:] :&] 0:/^ :8. :@a :I.X 0:Q` :ZcJ (:i\ <:xW :X :UK x:^n :^ P:.. :\F :+] :, :4p |;* ;$@ ;7 >;F ?;U 7?;zU fp; 5?; 5h?; 5?; (*?;bk dP;c ^;$^ < cM „<'b Ô<0b (<9b =_ =`? NH>T 4> L F> >" `>(= \>C` (>Lc>Uc f(>`c e >kb d>v1>~Z$>4 >`>\5 >`>3W>' >6 >I ?Yg _<?'>! ?9?} ?Km D?]6 Dp?o 4 ?? 4? 8?7K ?^ ?R @j @)l @G8 @S @jX' @\{ !l@ x@' A@ @ a@[ F\@c @_ :A> ;A  NA# NA*4 A6B RAK:AR RAaD RAt7!A RA) SA@ RAT NAbh SA SA S4A SAYP SlB\P SPB' SB ?x d4B4:4 TXBE6 (BU |Bk6 Bz nB~ sB iB iPB iB hB hBb h|B_ hHB pB vB kB yBd} |LB |B2 |B  BB BT B2: BRg CU Cw C! dC3H HCE CT! CcF XCj TCq5 C5 C7 C/ C0 C/ hC K C P |CB tC Ca C* D\/ xD![ D3[ XDEZ _8DW Dq' TD@ DDW @|D- $DU ,Dw 4DP DQO EP ìEP @E,P E>F^ CE[d Ex, ԤEX EM pE6[ <E(U E&K EM FF' @Fbc F01  FE FZN =FoL F) 4F4 4FF FM F>V G$F$ G 39 DG2; G3L 3GG#] BGc$ EPG70 DG+ CDGX ?G ?HGF GxGUb ?G FHcj IHFv GH6 IHM W%?(H\%j HHl2Ht hH{ xHY JH H `H dHKq oHK rH& xH& H8r H9 I IG XI (I( T I. u ȘI4 I;c IHf xIQe I[ Ib2 4IjdJ Isc I~eL hIq I d?<Id Ie |Id Id Id Id ɤIep @Ie ,Ie ɸIe ɐId T_etext_edata_endstartstart_float__exit_main_environ__DYNAMIC_exit_narrivals_show_set_commid_free_set_phases_maxstbl_complain_comments_next_wf_newstbl_GPL_set_help_dataFile_deglitch_dblookup_prev_wf_arrival_open_first_wf_show_oarrivals_freestbl_get_word_realloc_remarks_sprintf_swinfit_delete_blank_SCV_create_DBL_get_ntuples_tt_taup_twinfit_ev_narrivals_put_arrival_print_event_dist__open_tt_taup_set_phases_get_arrivals_parr_select_list_fdcom_fopen_fgets_createSCV_commidmap_GPL_free_GPL_draw_scvs_def_phase_dbarrival_SCV_get_tfit_epoch2str_progName_arids_compare_GPL_apply_Xdefaults_arrivals_show_my_menu_proc_get_trace_get_arids_get_event_next_arrival_show_wfs_prev_arrival_phase_compar_process_gaps_compar_counts_nscvs_first_arrival_dbopen_dbgetv_tt_taup_get_modname_arids_stbl_summarizeSCV_fclose_fflush_qsort_SCV_get_arrival_SCV_get_segment_initializeGPL_getenv_GPL_fgets_GPL_print_GPL_paint_scanf_xcom_clear_register_DBL_add_tuple_DBL_put_attrs_DBL_get_attrs_tt_taup_set_event_depth_gpl_draw_arrivals_event_open_ev_nevents_Program_Name_usage_clear_register_addstbl_ol_get_widget_malloc_SCV_free_all_time_corr_comfile_dbassoc_dbevent_dbquery_make_remark_table_eventDB_get_event_time_ev_orid_read_comments_read_arrivals_printf_GPL_create_simple_phases_GPL_get_Xdefaults_GPL_select_traces__iob_sort_by_alpha_sort_by_phase_fprintf_show_arrivals_getstbl_atof_next_event_atoi_sscanf_strlen_strcmp_strcat_strcpy_key_event_proc_prev_event_first_event_time_string2epoch_etoh_strncpy_ap_to_box_box_to_ap_sqrt_time_get_param_eval_response_SCV_add_arrival_GPL_get_trace_write_cuserid_ARR_put_SCV_trace_fixgaps_SCV_trace_tofloat_SCV_free_trace_SCV_get_rawtrace_nodata_SCV_get_rawtrace_deglitch_.div_latlon__sin_d_atn2_cos_atan_asin_atan2_write_assoc_fill_arrivals_assoc_event_strtok_dist_SCV_get_trace_SCV30_put_arrival_SCV28_put_arrival_SCV30_add_arrival_SCV28_add_arrival_SEG_return_SCV_return_SCV_get_seg_from_time_SCV_create_from_wftar_SCV30_read_wfs_SCV28_read_wfs_scv_add_arrival_scv_time_compar_SCV30_get_trace_nodata_SCV30_get_trace_SCV28_get_trace_SCV_put_arrival_SCV_read_rawwfs_SCV_free_scv_time2_compar_SCV30_create_SCV28_create_SCV_read_wfs_SCV28_create_from_wftar_SCV_sift_stachan_ARR_get_match_stachans_DBL_get_rel_get_wfdisc28_trace_data_ARR28_put_DBL_exist_rel_DBL_check_file_scv2_nodata_get_wfdisc30_trace_data_ARR30_put_new_scv_get_sensor_info_get_wfdisc_info_find_scv_good_dbl_new_arrival_new_segment_get_instrument_info_consistent_dates_get_arrival_info_rl_alloc_access_ok_sift_keys___infinity_get_site_info_DBL_compose_filename_get_sitechan_info_die_rl_create_read_response_SCV_trace_glue_SCV_trace_fillgaps_copytr_SCV_trace_toraw_tg_g2_to_int_memcmp_memcpy.mul_re_exec_re_comp_match_stachans__match_string_fixfstring_strchr_rl_free_rl_destroy_dbnextid_dbadd_dbput_dbget_DBL_exist_db_dbputv_DBL_put_tuple_DBL_get_tuple_DBL_get_nrels_db30_create_register_error_dbd2c_dbresolve_dbc2d_close_fread_fseek_g2_to_flt_getwf__dbfilename_zopen_putwf__lseek_map_table_sncopy_concat_paths_new_scratch_szcopy_copystrip_find_path_gettbl_getarr_Databases_tbl_maxtbl.stret4_dbread_view_Databases_root_todays_date_init_schema_stat_new_database_abspath_newtbl_settbl_strdup_setarr_Default_schema_Default_dbpath_dbwrite_view_fstat_dbinvalid_new_relation_dbcreate_view_fwrite_fscanf_dbtbl2view_freetbl_dbsave_view_dbp2c_dbc2p_signaling_nan_strtod_new_null_find_schemafile_datafile_mmap_errno_set_table_names_new_table_munmap_freopen_new_attribute_memset_newarr_new_schema_DB_database_DB_parse_DB_in_Schemas_tbl_DB_schema_DB_lineno_DB_restart_dbadd_attribute_DB_debug_DB_error_attribute_yynerrs_DB_r1_DB_r2_relation_DB_def_DB_chk_DB_pgo_DB_act_DB_lex_dbadd_relation_yyval_yyerrflag_itemtbl_DB_exca_DB_lval_DB_char_DB_pact_fputs_DB_switch_to_buffer_read_DB_delete_buffer_DB_create_buffer_DB_load_buffer_state__flsbuf_DB_out_atol_DB_init_buffer_DB_leng_DB_text_gpl_ol_sta_scroll_proc_gpl_ol_phase_menu_proc_gpl_ol_trace_menu_proc_gpl_ol_scale_menu_proc_gpl_key_event_proc_def_XCreatePixmapFromBitmapData_gpl_filters_def_gpl_ol_add_arrival_button_proc_XSetCloseDownMode_XQueryBestStipple_XCreateFontCursor_hls_to_pixel_gpl_ol_time_scroll_proc_gpl_ol_uvar_scroll_proc_gpl_ol_filter_menu_proc_gpl_ol_quit_button_proc_XLoadQueryFont_gpl_ol_amp_menu_proc_ol_create_widget_gpl_ol_arrival_menu_proc_gpl_ol_print_button_proc_gpl_ol_moveout_menu_proc_ol_create_get_inverse_pixel_set_pixel_ol_set_widget_gpl_ol_mode_menu_proc_gpl_phases_def_XOpenDisplay_GPL_create_create_overlays_gpl_draw_stalist_cmp_ol_update_scrollbar_gpl_paint_ol_initialize_scrollbar_gpl_get_sta_delete_overlays_ol_free_XDestroyWindow_XFreeGC_XFreePixmap_GPL_get_gpl_get_segment_gpl_get_trace_GPL_event_loop_XLookupString_bzero_XFlush_xcom_msg_event_XNextEvent_ngpl_msg_GPL_read_GPL_scanf_GPL_event_GPL_read_loop_XPending_gpl_msg_GPL_fscanf_select_ulimit_gpl_set_arrival_delete_gpl_set_arrival_deltim_XCreateGC_gpl_set_arrival_select_gpl_set_uvarwin_gpl_auto_ampper_gpl_set_arrival_select_ovl_gpl_set_arrival_deltim_ovl_gpl_set_arrival_delete_ovl_XSetFillStyle_XDefineCursor_XCreateWindow_draw_overlay_gpl_set_arrival_add_Box_free_gpl_set_stawin_full_Box_draw_gpl_set_sta0_gpl_get_uvar_gpl_set_arrival_add_ovl_XMapWindow_move_resize_overlay_gpl_set_sta_both_gpl_free_arrival_gpl_draw_arrival_gpl_paint_subrgn_XCreateBitmapFromData_move_overlay_xcom_create_gpl_set_arrival_ampper_auto_gpl_set_arrival_ampper_show_gpl_set_arrival_deltim_show_XSetBackground_XSetForeground_gpl_set_arrival_time_Box_erase_gpl_set_uvarwin_full_gpl_set_uvar0_gpl_set_arrival_ampper_auto_ovl_gpl_set_arrival_ampper_show_ovl_gpl_set_arrival_deltim_show_ovl_gpl_first_flg_gpl_first_ovl_gpl_set_arrival_time_ovl_gpl_set_uvar_both_gpl_set_sta0_full_gpl_find_root_gpl_XSetStandardProperties_delete_overlay_gpl_set_arrival_phase_Box_create_gpl_draw_arflg_deltim_gpl_draw_arflg_ampper_XSetTile_XSetFont_gpl_set_stawin_ol_draw_menu_item_gpl_set_arrival_phase_ovl_gpl_create_arrival_pixmap_XTextExtents_XSelectInput_XUnmapWindow_XGetGeometry_gpl_set_ampper_ovl_gpl_set_uvar0_full_XChangeWindowAttributes_xcom_register_gpl_set_sln_XDrawImageString_XrmGetStringDatabase_XrmInitialize_toupper_XrmMergeDatabases_XrmGetResource_XParseGeometry_gpl_colorname_to_hls_XrmGetFileDatabase_XParseColor_XrmParseCommand_gpl_rgb_to_hls_XDrawLines_XFillRectangle_ol_scroll_scrollbar_gpl_draw_stas_gpl_render_wiggle_plot_XCopyArea_XPutImage_XDrawLine_XDestroyImage_XCreatePixmap_setbfl__setfor__setscl__setdim__gpl_draw_trace_rect_XClearArea_XTextWidth_XDrawPoint_postscript_plot_gpl_draw_moveout_line__cfont__XSetClipRectangles_qpbin_qplot_XDrawString_text__flt_compar_qplotsegs_gpl_get_dt_gpl_layout_XFillRectangles_olbp_draw_box_int_compar_chrsiz__nplot__gpl_filter_seg_get_nice_fvals_gpl_draw_uvars_get_nice_times_gpl_draw_times_filrec__qpfree_ol_draw_scrollbar_gpl_render_grayscale_plot_XCreateImage_XSetClipMask_nqplotsegs_inifil__gpl_event_add_arrivals_gpl_locate_pane_XGetWindowAttributes_gpl_event_uvar_pane_gpl_event_time_pane_gpl_event_both_zoom_gpl_event_uvar_zoom_gpl_event_time_zoom_XCheckWindowEvent_XMoveResizeWindow_gpl_event_sta_scrl_pane_ol_event_gpl_event_expose_locate_trace_XUngrabPointer_ol_draw_menu_gpl_event_trace_pane_gpl_draw_time_cursor_gpl_event_uvar_scrl_pane_gpl_event_time_scrl_pane_gpl_event_gpl_win_parent_gpl_event_arrival_gpl_event_moveout_is_in_pane_gpl_event_status_pane_gpl_event_widget_pane_gpl_event_both_scroll_gpl_event_uvar_scroll_gpl_event_time_scroll_XGrabPointer_XWarpPointer_gpl_event_sta_pane_locate_station_locate_overlay_turnon_overlay_destroy_overlays_turnon_overlays_turnoff_overlay_turnoff_overlays_qpfreeoverlaps_xpl_xps_ypl_fabs_get_nice_uvars_recoef__l2h__l2l__Ftan_Fcos_Fsqrt_butsta__butflc__ctime_getpid_initt__finitt__system_box__XUngrabServer_xcom_setmsg_xcom_getmsg_xcom_lookup_XGetWindowProperty_XInternAtom_XGrabServer_XChangeProperty_strstr_xcom_getatoms_olbp_hsv_to_3D_olbp_get_gcrec_olbp_total_gcs_olbp_cmp_fonts_olbp_draw_text_XChangeGC.rem_XDrawText_olbp_compute_intersection_olbp_draw_vertical_slider_olbp_scroll_stipple_rects_XUnionRectWithRegion_olbp_destroy_gcrec_olbp_draw_elevator_olbp_hsv_to_xcolor_olbp_rgb_to_xcolor_olbp_set_text_font_olbp_xcolor_to_hsv_XCreateRegion_XDrawSegments_olbp_update_horizontal_slider_olbp_malloc_olbp_draw_pixmap_label_olbp_hsv_to_rgb_olbp_draw_gauge_olbp_initialize_olbp_gc_matches_olbp_rgb_to_hsv_XCopyPlane_olbp_update_vertical_gauge_olbp_draw_numscroll_button_olbp_draw_varheight_button_olbp_draw_menu_mark_olbp_draw_scrollbar_olbp_set_glyph_font_olbp_draw_check_box_XDrawRectangle_XDestroyRegion_olbp_destroy_calloc_olbp_update_horiz_gauge_olbp_draw_abbrev_button_olbp_draw_resize_corner_olbp_calculate_3Dcolors_olbp_draw_button_olbp_draw_slider_olbp_draw_textscroll_button_olbp_draw_horizontal_slider_olbp_update_vertical_slider_olbp_draw_text_ledge_olbp_gcrec_available_olbp_set_color_smart_XSubtractRegion_XDrawRectangles_XClipBox_olbp_draw_vertical_gauge_olbp_draw_slider_control_olbp_set_stipple_pixmaps_olbp_get_perdisplay_list_olbp_draw_pushpin_olbp_calc_add_ins_olbp_stipple_rect_olbp_error_olbp_initialise_gcrec_olbp_draw_horiz_gauge_olbp_get_grey_stipple_olbp_get_busy_stipple_olbp_draw_choice_item_olbp_set_single_color_olbp_get_single_color_ol_free_widget_ol_scroll_popup_proc_ol_locate_elev_ol_scrollbar_scale_menu_locate_ol_draw_box_ol_event_button_button_locate_ol_locate_scrollbar_ol_locate_arrow0_ol_locate_arrow1_ol_event_menu_ol_erase_menu_XGetGeometryRelativeToRoot_ol_locate_anchor0_ol_locate_anchor1_strncmp_XStoreColor_XAllocColor_XFreeColors_value_hls_to_rgb_XAllocColorCells_XQueryTree_XFree_to_complex_print_response_copy_fap_copy_iir_copy_fir_copy_paz_getrespnstages__evlresp__eval_fap_eval_iir_eval_fir_copy_response_group_eval_paz_new_response_group_fixsrate_free_fap_free_iir_free_fir_free_paz_write_response_init_response_group_getresptype__valsarr_compare_response_get_response_stage_type_nextline_freeresp__read_fap_read_iir_read_fir_read_paz_new_response_get_response_nstages_free_response_print_fap_print_iir_print_fir_print_paz_get_response_stage_fir_coefs_readresp__add_response_group_write_fap_write_iir_write_fir_write_paz_fixresp_freearr_compare_fap_compare_iir_compare_fir_compare_paz_keysarr_get_response_stage_fir_ncoefs_getrespiir__getrespfir__getresppaz__cmult_to_polar.stret8_cdiv_todaysdate_htoe_dbstrf2c_dtoepoch_timecon_tolower_mdtodate_month_day_gmtime_zh_today_isleap__ctype__timeprint_my_strncasecmp_doy2mday_strdate_strtime_epoch_yearday_e2h_h2e_now_No_date_h2e__mday2doy_doy2mday__mday2doy__e2h__do_l_out_do_f_out_f_rew_datafile__e_rsue_e_wsle_e_wsfe_fonts__f_open_f_clos_s_cmp_do_u_in_hdstlf__s_rsue_s_wsle_s_wsFe_s_stop_s_copy_npchr2__partxt__spc__gethit__hdend__ocflag__xplpid__clear__pdim__hdpscoloroff__hdpscolorset__chrdir__ntype__filcom__getenv__hdback__hdfore__hdinit__hdopen__c_conv_i_nclose__nlstyl__hdstrkl__hdfilll__pscl__movev__xmap__nopen__ymap__plot1__hdstrk__hdfill__hdthik__gettype__i_len_offset__tdraw__npcolr__getfor__getdim__getfrm__nalpha__Flog10_pscl2__getscl__getclp__drawv__chcom__getchr__getsiz__hdtxtf__hdtext__in2uu__getxscale__Fexp10_getymp__getxmp__rymap__rxmap__hd_back_red_hd_back_sat_hdhls_to_rgb_hd_back_blue_hd_gc_hd_visual_hd_pixmap_hd_back_green_hd_back_light_hd_display_hdhls_to_pixel_hd_back_hd_cmap_hd_colormap_cewrite__hdreverse_video_resamp__hdpnimg__hdinimg__hdfrimg__hdcrimg__hd_depth_hd_batch_cadd__cset__hdpscoloron__hd_fd_hd_rv_hdpnimgl__hd_screen_setgrey__setmono__hd_window_getfl__hd_lon_hd_pscolor_setgrcol__setmncol__setbpl_hd_ldraw_hdendl_hdpolyfill__hd_fore_red_hd_polyfill_hd_fore_sat_hd_nptsl_hd_fore_blue_hdfillon__hd_points_hd_fore_green_hd_fore_light_hdfilloff__hd_points_size_XFillPolygon_hd_fore_hd_save_hd_fill_hd_npts_hdrgb_to_hls_hdhls_to_pixelrgb_hdvalue_getlogin_pscreate_convert_string_epsfpro_hdcmnt__gethostname_hd_filename_hd_width_hd_cfont_XRecolorCursor_hd_xpllib_hd_cursor_hd_lstart_hd_height_nxplotd_launchdaemon_hd_iwindow_XDisplayName_hd_lfont_hd_von_hd_lastth_nxplotd_getprop_nxplotd_getatoms_my_system_sleep_XSync_Fsin_hdclr__drwclr__hdclrl__hddrawl__hddraw__legend__lgnd__e_rsle_do_l_in_s_rsle_hdmovel__hdmove__hddash__hdclrgl__hdclrg__hd_rect_XSetLineAttributes_hddashl_hd_oldx_hd_oldy_parse_on_1char_check_cmd_wait_execvp_dup_vfork_applytbl_applyarr_tdelete_tsearch_tststbl_applystbl_settbl_size_tfind_twalk_delstbl_strrchr_split_cs2fs_fs2cs_Immediate_Flag_get_register_sys_errlist_sys_nerr_vsprintf_vfprintf_perror_strcpy_pad_regfree___builtin_alloca_abort_re_compile_pattern_re_compile_fastmap_re_search_2_gnu_regerror_re_max_failures.umul_re_match_re_set_registers_re_search_re_set_syntax_re_syntax_options_re_match_2_gnu_regexec_gnu_regcomp_whitespace_blank_closedir_opendir_get_output_file_last_input_file_get_argument_add_slash_del_slash_last_output_file_get_directory_clean_path_last_argument_get_option_get_input_file_readable_file_parse_path_writable_file_mappath_makedir_sed_readmap_loc1_loc2_locs_circf_chdir_nbra_step_setmapcf_mkdir_getcwd_advance_compile_dirbase_regerr_compress_tempnam_unlink_retrns__tt_taup_set_table__tt_taup__delta__tt_taup_set_phases__trtm__brnset__tt_strf2c_tt_taup_p_depset__tt_taup_set_event_depth__tabin__tt_taup_set_table_prtflc__f_free___r4sort__bkin__brkc__Flog_i_conv_c_tauspl__tauint__uctolc__d_mod_abort__cortt__d_sign_e_rsfe_e_rdue_e_wsfi_pdec__pcdc__f_inqu_s_cat_i_sign_tabc__i_indx_umod__umdc__f_malloc___exp_assign__asnag1__warn__depcor__dasign__do_f_in_zmod__pdecu__pow_ri_pow_ii_fitspl__findtt__query__log_spfit__s_rsFe_s_rdue_s_wsFi_tnoua__r_cos__r_exp10__r_log__r_log10__r_sin__r_sqrt__r_tan___Q_get_rp_rd__Q_set_exception_fp_precision_fp_direction__Q_div__fp_unpack__fp_div__fp_current_exceptions__fp_pack__Q_dtoq__Q_fle__Q_fge__Q_fne__Q_cmp__Q_feq__Q_flt__Q_fgt__Q_cmpe__fp_compare__Q_itoq__Q_mul__fp_mul__Q_neg__Q_qtod__Q_qtoi__Q_stoq__Q_sub__fp_sub__Q_add__fp_add_fpu_normalize_fpu_error_nan_fpu_neg2wc_fpu_sub3wc_fpu_add3wc_fpu_rightshift_fpu_cmpli_fpu_set_exception__fp_sqrt_unpackdouble_unpacksingle___double_to_decimal___nox_double_to_decimal___nox_single_to_decimal___nan_written___inf_written___base_conversion_write_only_double___class_quadruple___nan_read___inf_read__fp_current_precision__fp_current_direction___class_double___class_single___quadruple_to_decimal___nox_quadruple_to_decimal__swapRD__swapTE__swapRP__swapEX_fp_accrued_exceptions_fmod_c_cmplx_d_cmplx_tstz_d_tstz_f_tstz_i_tstz_s_finite_func_to_decimal_file_to_decimal_decimal_to_extended_extended_to_decimal___pack_single___pack_double_fix_libc__decimal_to_single_decimal_to_double_double_to_decimal__doscan__doprnt_sgconvert_sfconvert_seconvert___pack_extended___unpack_single___unpack_double_sigfpe_string_to_decimal_single_to_decimal_econvert_fconvert_gconvert__mkarglst___quorem10000.urem.udiv___four_digits_quick_table__getarg__wrtchk_qgconvert_qfconvert_qeconvert_memchr_localeconv_strspn__xflsbuf_decimal_to_quadruple__filbuf_ungetc___integerstring_to_big_decimal___big_float_times_power___base_conversion_abort___pack_quadruple___inrange_double___inrange_single___set_ieee_flags___get_ieee_flags___free_big_float___inrange_quadex___decimal_to_binary_integer___big_decimal_to_big_binary___fractionstring_to_big_decimal___base_conversion_set_exception___big_binary_to_unpacked___decimal_to_binary_fraction___tbl_tens___decimal_to_unpacked___left_shift_base_two___digits_to_double___tbl_ntens___multiply_base_two___mul_10000short___fp_normalize___quorem___prod_10000_b65536_fp_class__fp_convert_double_to_int_gcvt__gcvt___gconvert_ieee_retrospective__fp_pi___get_accrued___get_nonstandard___fnonstd_used___get_traps___get_precision___get_direction_ieee_retrospective_infinity_quiet_nan_max_subnormal_min_subnormal_max_normal_min_normal_ir_fp_class____fp_set_exception___fp_rightshift___infnanstring_quadruple_to_decimal_SVID_libm_err_j0_j1_jn_r_yn__r_y1__r_y0__r_jn__r_j1__r_j0__y0_y1_yn_cbrt_r_erfc__erf_r_erf__erfc_exp10_anint_scalbn_r_infinity__r_quiet_nan__r_signaling_nan__r_max_subnormal__r_min_subnormal__r_max_normal__r_min_normal__log10_ilogb__tbl_r_log_hi__tbl_r_log_lo___rem_pio2f____tanf___sinf___cosf__TBL_ipio2_53__TBL_ipio2_66__TBL_ipio2_inf___rem_pio2m_copysign___unpack_single_two__split_single_m1__split_single_22__split_single_23___class_extended__unpacked_to_decimal_two___unpack_extended_two__split_shorten___right_shift_base_two__split_single_6___unpack_double_two___tbl_baselg__split_double_51__split_double_m1__split_double_52__split_double_35__split_double_19___big_binary_to_big_decimal___binary_to_decimal_integer___arint_set_n___binary_to_decimal_fraction___double_to_digits___unpack_quadruple_two__split_double_3___decimal_round___longquorem10000___multiply_base_ten___tbl_10_big_digits___tbl_2_huge_digits___tbl_10_huge_start___tbl_2_small_start___copy_big_float_digits___tbl_10_huge_digits___tbl_2_small_digits___tbl_10_small_start___tbl_2_big_start___carry_propagate_ten___tbl_10_small_digits___tbl_2_big_digits___tbl_10_big_start___tbl_2_huge_start___multiply_base_ten_by_two___multiply_base_ten_vector___multiply_base_two_vector___mul_65536short___left_shift_base_ten___prodc_b10000____mul_65536_n___lshift_b10000___carry_in_b10000__test_sigfpe_master__default_sigfpe_handler__enable_sigfpe_master_ieee_handlers__sigfpe_master_sigvec___sin___cos_sinpi_aint___unpack_extended___fp_leftshift__tbl_atan_hi__tbl_atan_lo__tbl_log_hi__tbl_log_lo___rem_pio2__TBL_cos_hi__TBL_sin_hi__TBL_cos_lo__TBL_sin_lo_nint_rint_irint_issubnormal_signbit_isnormal_isinf_iszero_matherr_remainder_isxdigit_toascii__mb_cur_max_isalpha_isspace_isgraph_isascii_iscntrl_isalnum_islower_isupper_isprint_ispunct_isdigit/sw/loc/lib:/usr/openwin/lib:/usr/X11R5/libo\o,o`o<odoLofX11F77cdl $on\`  f$J `㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠 㿠 㿠 㿠 㿠 㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠 㿠!㿠"㿠#㿠$㿠%㿠&㿠'㿠(㿠)㿠~*㿠{+㿠x,㿠u-㿠r.㿠o/㿠l0㿠i1㿠f2㿠c3㿠`4㿠]5㿠Z6㿠W7㿠T8㿠Q9㿠N:㿠K;㿠H<㿠E=㿠B>㿠??㿠<@㿠9A㿠6B㿠3C㿠0D㿠-E㿠*F㿠'G㿠$H㿠!I㿠J㿠K㿠L㿠M㿠N㿠O㿠 P㿠 Q㿠R㿠S㿠T㿠U㿠V㿠W㿠X㿠Y㿠Z㿠[㿠\㿠]㿠^㿠_㿠`㿠a㿠b㿠c㿠d㿠e㿠f㿠g㿠h㿠i㿠j㿠k㿠l㿠m㿠n㿠o㿠p㿠q㿠r㿠s㿠t㿠u㿠v㿠w㿠x㿠y㿠z㿠{㿠|㿠}㿠~㿠㿠|㿠y㿠v㿠s㿠p㿠m㿠j㿠g㿠d㿠a㿠^㿠[㿠X㿠U㿠R㿠O㿠L㿠I㿠F㿠C㿠@㿠=㿠:㿠7㿠4㿠1㿠.㿠+㿠(㿠%㿠"㿠㿠㿠㿠㿠㿠㿠 㿠 㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠Ý㿠ĝ㿠ŝ㿠Ɲ㿠ǝ㿠ȝ㿠ɝ㿠ʝ㿠˝㿠̝㿠͝㿠Ν㿠ϝ㿠Н㿠ѝ㿠ҝ㿠ӝ㿠ԝ㿠}՝㿠z֝㿠wם㿠t؝㿠qٝ㿠nڝ㿠k۝㿠hܝ㿠eݝ㿠bޝ㿠_*segment?陙?@I???@n?333333@N?FR9@ !TD-@f@Lc?F)>Y9??ə)>Y9?əF)>Y9?əF)>Y9F)>Y9)>Y9?陙?U-sc-ts-te-big-noexist-nostarttalk-winfile-winname-gaps-comout%s: Unrecognized argument '%s' dbpick: Error opening comfile '%s'. Total of %d data samples. Do you wish to see it?: %sw%s: Open error on window id file '%s'. %ddbpick> ?helpquittsTime in unknown format scdwtwphgpoaoeseaePS No events associated sptctsefwnwpwfanapafenepetfit dbpick: Time fit disabled dbpick: Time fit enabled soaon dbpick: Show overlay arrivals off0 dbpick: Hide overlay arrivals dbpick: Unrecognized value saon dbpick: Show arrivals off0 dbpick: Hide arrivals dbpick: Unrecognized value swon dbpick: Show waveforms off0 dbpick: Hide waveforms dbpick: Unrecognized value ctson dbpick: Amplitude units in counts. off0 dbpick: Physical amplitude units. dbpick: Unrecognized value sfitpsprlpr dbpick: Unrecognized command dbpick: %sdbpick%s: Error return from GPL_create_simple. Trace.dbpickrccss2.8%s %s: Not a css2.8 file, trying css3.0... css3.0css3.0%s %s: Not a css3.0 file, trying css2.8... css2.8%s %s: No sta-chans found. %s %s: Error return from SCV_create. Total of %d sta-chans in %s: %s %s: No sta-chans found. sta chan nsegs esegs narrs tstart tend del%6.6s %6.6s %7d %7d %7d %5.5d:%2.2d:%2.2d:%06.3f %5.5d:%2.2d:%2.2d:%06.3f usage: %s [-sc sta:chan] [-ts tstart] [-te tend] [-tw twin] [-noexist] [-nostarttalk] [-winfile winfile] [-winname winname] [-gaps {segment|zero|interp|none}] [-comout comfile] dbase MOUSE BUTTON ACTION Left-Click Time Scroll to the left Right-Click Time scroll to the right Middle-Drag Time scroll left or right Shift-Left-Click Time zoom in Shift-Right-Click Time zoom out Left-Click-on-Station-Label Select/Deselect station Left-Drag-across-Station-Label Select/Deselect station Left-Click-on-Arrival-Flag Adjust arrival time Shift-Left-Click-on-Arrival-Flag Adjust arrival time uncertainty Control-Shift-Left-Click-on-Arrival-Flag Adjust arrival amplitude-period Control-Left-Click-on-Arrival-Flag Show arrival measurements Middle-Click-on-Arrival-Flag Phase code menu Right-Click-on-Arrival-Flag Arrival menu COMMAND KEY ACTION fw F first waveform nw N next waveform pw P previous waveform fa f first arrival na n next arrival pa p previous arrival fe first event ne e next event pe previous event dw delete blank traces tfit t toggle time fit sfit s station fit a Repaint arrivals r Repaint window R Redraw and repaint window sc sta:chan display matching station/channels ts time start display at this time tw time change time window ph phase change default phase gp {segment|zero|interp|none} change telemetry gap processing oa dbname open arrival database oe dbname open event database se orid select event from event database sp phase_list select predicted arrival phases tc time_corr specify overlay arrival time correction tse time scroll to the current event. ae associate event with arrivals in display. sa on/off show/hide arrivals soa on/off show/hide overlay arrivals sw on/off show/hide waveforms cts on/off amplitude units in couts or physical units. ps plotfile Make PostScript window dump to plotfile. pr Make PostScript window dump to printer. quit quit dbpick help print this menu revent_open: Unable to open database %s. originget_event: Event database not open. get_event: No origins to read. oridget_event: Cannot find orid. timetimelatlondepthmbmsmlauth orid time lat lon depth mb ms ml auth %D %Y%j %H:%M:%S%8d %s %8.3f %8.3f %8.3f %7.2f %7.2f %7.2f %s sta distance esaz seaz print_event: Error creating station sorted table. print_event: Error return from addstbl. %7.7s %8.3f %8.3f %8.3f first_event: Event database not open. first_event: No origins to read. oridtimenext_event: No current event. next_event: At last event. oridtimeprev_event: No current event. prev_event: At first events. oridtimerarrival_open: Unable to open database %s. arrivalread_arrivals: Arrival database not open. read_arrivals: No arrivals to read. read_arrivals: Malloc error. stachaniphasetimeset_phases: No current event. timelatlondepth Using model %s set_phases: Malloc error. + dbpick: Time fit disabled dbpick: Time fit enabled deldbpick: No arrivals with existing waveforms. deldbpick: No arrivals with existing waveforms. deldbpick: No arrivals with existing waveforms. dbpick: No existing waveforms. dbpick: No more waveforms. dbpick: No more waveforms. TeleseisRegionalDiskOffsetNoiseType-AType-BType-CType-DType-EType-FType-GType-HType-IType-JType-KType-LType-MType-NType-O.dbcommentsrHOME/.dbcommentsrread_comments: only first 20 comments are used %sremarkremarkremarkTrouble getting remark attributes remarkcommidTrouble getting remark attributes remarkcommidTrouble getting remark attributes remarkTrouble adding tuple remarkcommidlinenoremarkTrouble setting attributes Cleared comments from %d traces Set %d traces with comment %s wfdisccommidget_arids: newstbl error. get_arids: No arids. get_arids: Malloc error. get_arids: getstbl error. .nn@4qIDx@?@!TD-@@!TD-?get_arrivals: Malloc error. get_arrivals: Realloc error. delget_arrivals: Malloc error. get_arrivals: Realloc error. arrivalariddbp:%s:%ddeldbpick arrival delete dbp:%s:%dUdbpick arrival add dbp:%s:%ddbpick arrival time dbp:%s:%ddbpick: put_arrival: Unable to put amp-per dbp:%s:%ddbpick arrival deltime dbp:%s:%ddbpick arrival phase dbp:%s:%dcddeldeldbpick: box_to_ap: NULL calib dbpick: box_to_ap: Cannot use counts display dbpick: box_to_ap: No instrument response dbpick: box_to_ap: Unable to evaluate response %s %scts%s %s@=CH??@@?@@=?@@ !TD-Dx@@ ?Dx@?FR9?@@!TD-@Lc@@@Yrdbassoc: Unable to open input database %s. rdbassoc: Unable to open catalog database %s. dbassoc: Malloc error. dbassoc: Error in fill_arrivals(). origindbassoc: No origin table rows in %s. ,,firstbestPPSSPSP,SPS+basicoridtimelatlondepthCandidate event %d with %d associations sta iphase phase delta seaz esaz timeres %-8.8s %-8.8s %-8.8s %10.3f %10.3f %10.3f (%9.3f) %-8.8s %-8.8s %-8.8s %10.3f %10.3f %10.3f %-8.8s %-8.8s %-8.8s %10.3f %10.3f %10.3f %10.3f Mean square residual = %.5f oridtimelatlondepthwrite_assoc: Malloc error. +%sarrivalfill_arrivals: No arrival table rows aridtimeiphasestachanfill_arrivals: No arrival for arid = %d sitefill_arrivals: No site table rows stalatlonelevfill_arrivals: No site for sta = %s css2.8SCV_create: CSS28_create() error. r+SCV_create: DBL_read() error. css3.0SCV_create: CSS30_create() error. r+SCV_create: DBL_read() error. SCV_create: Unrecognized Schema '%s'. css2.8SCV_create_from_wftar: CSS28_create() error. r+SCV_create_from_wftar: DBL_read() error. css3.0SCV_create_from_wftar: CSS30_create() error. r+SCV_create_from_wftar: DBL_read() error. SCV_create_from_wftar: Unrecognized Schema '%s'. SCV_get: NULL scv passed. SCV_get: Unknown attribute. SCV_return(): NULL scv passed SCV_return(): unknown attribute requested SCV_sift_stachan(): NULL scv passed SCV_sift_stachan(): (nscvs < 1) SCV_sift_stachan: error return from match_stachans. SCV_sift_stachan: malloc error. SCV_sift_stachan: realloc error. css2.8css3.0SCV_read_wfs: Unrecognized Schema '%s'. css3.0SCV_read_wfs: Unrecognized Schema '%s'. SCV_get_trace: NULL scv passed. css2.8css3.0SCV_get_trace: Unrecognized Schema '%s'. SCV_get_trace: NULL scv passed. css3.0SCV_get_trace: Unrecognized Schema '%s'. SCV_get_rawtrace_nodata: NULL scv passed. css3.0SCV_get_trace: Unrecognized Schema '%s'. SCV_get_arrival: NULL scv passed. SCV_get_arrival: arr is not a valid index: %i SCV_get_arrival: Unknown attribute. ARR_get: NULL arr passed. ARR_get: Unknown attribute. css2.8css3.0SCV_add_arrival: Unrecognized Schema '%s'. css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0SCV_put_arrival: Unknown attribute. SCV_put_arrival: Unknown error discovered... css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0SCV_put_arrival: Unknown attribute. SCV_get_segment: NULL scv passed. SCV_get_segment: NULL seg is out of range: %i SCV_get_segment: Unknown attribute. SEG_get: NULL seg passed. SEG_get: Unknown attribute. scv_add_arrival: malloc error. scv_add_arrival: realloc error. scv_add_arrival: malloc error. -???@SCV28_create: No input database. wfdiscSCV28_create: No wfdisc relation. wfdiscwfdiscSCV28_create: No wfdisc tuples. arrivalsiteSCV28_create: Unable to convert tstart_sift ('%s'). SCV28_create: Unable to convert tend_sift ('%s'). wfdiscstachantimensampsmpratdirfileSCV28_create: realloc error. SCV28_create: error return from match_stachans. SCV28_create: malloc error. SCV28_create: malloc error. SCV28_create: realloc error. SCV28_create: malloc error. arrivalarrivalstachantimephasefmampperremarkSCV28_create: malloc error. SCV28_create: realloc error. SCV28_create: realloc error. range: +/-%lfSCV28_create: error return from match_stachans. SCV28_create: malloc error. SCV28_create: malloc error. SCV28_create: realloc error. SCV28_create: malloc error. SCV28_create: malloc error. range: +/-%lfsitestachanondateoffdatlatlonelevdeastdnorthhangvangSCV28_create: WARNING - lat-lon change for same sta-chan. SCV28_create: WARNING - lat-lon change for same sta-chan. SCV28_create: No input database. wftarSCV28_create_from_wftar: No wftar relation. wftarwftararrivalsiteSCV28_create_from_wftar: Unable to convert tstart_sift ('%s'). SCV28_create_from_wftar: Unable to convert tend_sift ('%s'). wftarstachantimensampsmprattarnamtpfileSCV28_create_from_wftar: realloc error. SCV28_create_from_wftar: error return from match_stachans. SCV28_create_from_wftar: malloc error. SCV28_create_from_wftar: malloc error. SCV28_create_from_wftar: realloc error. SCV28_create_from_wftar: malloc error. arrivalarrivalstachantimephaseSCV28_create_from_wftar: malloc error. SCV28_create_from_wftar: realloc error. SCV28_create_from_wftar: realloc error. SCV28_create_from_wftar: error return from match_stachans. SCV28_create_from_wftar: malloc error. SCV28_create_from_wftar: malloc error. SCV28_create_from_wftar: realloc error. SCV28_create_from_wftar: malloc error. SCV28_create_from_wftar: malloc error. sitesitestachanondateoffdatlatlonelevdeastdnorthhangvangSCV28_create_from_wftar: WARNING - lat-lon change for same sta-chan. SCV28_create_from_wftar: WARNING - lat-lon change for same sta-chan. SCV28_create_from_wftar: WARNING - no site info for stachan '%s:%s'. SCV28_read_wfs: get_wfdisc28_trace_data error. SCV28_get_trace: get_wfdisc28_trace_data error. SCV28_get_trace: malloc error for Trace structure. arrivalarrivalstachanwfdiscwfidchidarrivaltimewfidchiddatearrivalphasearrivalfmarrivalamparrivalperarrivalauthdeltim: +/-%farrivalremarkarrivalremarkSCV28_put_arrival: Unknown attribute. wfdiscwfidchidarrivaltimewfidchiddatearrivalphasearrivalfmarrivalamparrivalperarrivalauthdeltim: +/-%farrivalremarkarrivalremarkARR28_put: Unknown attribute. ?@SCV30_read_wfs: get_wfdisc30_trace_data error. SCV30_read_wfs: get_wfdisc30_trace_data error. SCV30_read_wfs: get_wfdisc30_trace_data error. SCV30_read_wfs: Illegal input arguments. SCV30_get_trace: get_wfdisc30_trace_data error. SCV30_get_trace: get_wfdisc30_trace_data error. SCV30_get_trace: get_wfdisc30_trace_data error. SCV30_get_trace: Illegal input arguments. SCV30_get_trace: malloc error for Trace structure. arrivalarrivalarrivalstachanarrivalaridwfdiscwfidarrivaltimejdatearrivaliphasearrivalfmarrivalamparrivalperarrivalautharrivaldeltimSCV30_put_arrival: Unknown attribute. arrivalaridwfdiscwfidarrivaltimejdatearrivaliphasearrivalfmarrivalamparrivalperarrivalautharrivaldeltimSCV30_put_arrival: Unknown attribute. _B_8?@v8SCV30_create: No input database. wfdiscSCV30_create: No wfdisc relation. wfdiscwfdiscSCV30_create: No wfdisc tuples. SCV30_create: Unable to convert tstart_sift ('%s'). SCV30_create: Unable to convert tend_sift ('%s'). *abSCV30_create: bad station channel sift key:'%s'. Can't allocate scv->segments Can't allocate scv->segments Can't allocate *scvs Can't allocate *scvs Can't allocate scv wfdiscwfdiscwfdiscstachanchanidtimensampsampratecalibcalperdatatypesegtypedirdfilectsunknm/secnm/s^2nmarrivalsitearrivalstachantimeiphasefmdeltimampperCan't allocate scv->arrivals Can't allocate scv->arrivals Can't allocate arr_ptr sitesitesitestaondateoffdatelatlonelevdeastdnorthSCV30_create: WARNING - lat-lon change for sta %s. SCV30_create: WARNING - no site info for stachan '%s:%s'. sitechansitechansitechanstachanchanidondateoffdateedepthhangvangsensorsensorsensorstachanchanidtimeendtimeinidcalratiocalpertshiftMultiple sensors match segment: station %s channel %s tstart=%lf instrumentinstrumentinstrumentinidncalibncalperdirdfilerUnexpected failure: file %s, line %d SCV30_create.cF&C????qI????????F&CqIsegments2s4t4zeros2s4t4interps2s4t4noneSCV_trace_fixgaps: Unknown type %s. SCV_trace_fillgaps: Missing raw data. SCV_trace_fillgaps: raw data format inconsistancy. SCV_trace_fillgaps: raw data dt inconsistancy. SCV_trace_fillgaps: raw data time inconsistancy. SCV_trace_fillgaps: copytr() error. s2s4t4SCV_trace_fillgaps: Illegal data format '%s'. SCV_trace_fillgaps: Malloc error. s2s4t4SCV_trace_glue: Missing raw data. SCV_trace_glue: raw data format inconsistancy. SCV_trace_glue: raw data dt inconsistancy. SCV_trace_glue: raw data time inconsistancy. SCV_trace_glue: copytr() error. SCV_trace_glue: copytr() error. SCV_trace_glue: Malloc error. SCV_trace_tofloat: Malloc error. ctss2s4t4g2SCV_trace_tofloat: Unknown data format %s. s2s4t4SCV_trace_toraw: Unknown data format %s. SCV_trace_toraw: Malloc error. s2s4t4copytr: Malloc error. copytr: Malloc error. copytr: Malloc error. ****^$match_string: %s. Can't allocate new   Can't allocate db r+Can't allocate db1 arrivalarideventevidinstrumentinidnetmagmagidoriginoridremarkcommidstamagmagidstassocstassidwfdiscwfidwftagtagidCan't allocate db ///.Z.gzUnexpected failure: file %s, line %d dbgetv.cno field %s in table %s. Can't resolve db pointer in dbgetv: %d %d %d %d bad db type in dbputv Table %s is opened read-only and cannot be updated no field %s in table %s. Can't resolve db pointer in dbputv: %d %d %d %d bad type %d set for %s in table %s. ~ @????wfdiscdatatypetimeendtimesampratensampfoffcalibt4s2s4g2get_wfdisc30_trace_data: unknown wfdisc datatype '%s'. rCan't seek in waveform file %s get_wfdisc30_trace_data: malloc error. get_wfdisc30_trace_data: realloc error. get_wfdisc30_trace_data: malloc error. get_wfdisc30_trace_data: malloc error. wfdiscgetwf: wfdisc table doesn't exist. wfdiscwfdiscgetwf: tuple index outside of range. getwf: error return from get_wfdisc30_trace_data. getwf: Truncating data array. wfdiscwfdiscputwf: wfdisc table doesn't exist. wfdiscputwf: tuple index outside of range. wfdiscnsampdatatypecalibfoffputwf: Illegal no. of samples. putwf: Can't write file %sputwf: Won't overwrite existing file %s. t4putwf: Malloc error. s2putwf: Malloc error. s4putwf: Malloc error. putwf: Unknown datatype %s. putwf: Error opening file %s. putwf: Error writing file %s. putwf: output writing file %s truncated. dbadd requires db pointer to table Can't write to table %s Expecting to add scratch record to %s, but scratch record doesn't exist. Table %s is opened read-only and cannot be updated Can't allocate table->data lseek fails. Can't write record: %s dirdfile.Z.gzUnexpected failure: file %s, line %d dbgetv.cno field %s in table %s. Can't resolve db pointer in dbgetv: %d %d %d %d r+dbALLrdbALLdbNULLdbALLdbSCRATCHCan't allocate temp Can't allocate temp_record_name Can't allocate temp Can't allocate temp_record_name lastidkeynamelastidkeynamekeyvaluelddatekeyvaluekeyvaluelddatecss3.0rr+Invalid open flag : '%s' rCan't allocate schemafile Invalid database description file: %s Can't allocate database->dbpath Invalid database description file: %s Can't allocate database->openperm Table %s is opened read-only bad db type in dbputv Table %s is opened read-only and cannot be updated no field %s in table %s. Can't resolve db pointer in dbputv: %d %d %d %d bad type %d set for %s in table %s. dbquery doesn't recognize code %d dbquery doesn't support code %d can't create view without specifying database. View%dCan't allocate newrel->name #View %s #Database %s %d #Table %s %d # #View %s #Database %s %d #Table %s # Can't write view -- invalid db pointer. #View %s Can't read view name -- bad view format #Database %s %d Can't read database name -- bad view format r+Can't open database %s #Table %s %d Can't read table name -- bad view format Table %s (%s) has changed since the view was created. No tables in view. Can't allocate data Can't allocate data Extra garbage at end of view w+Can't open file %s to save view Waveform not implemented yet. Response not implemented yet. bad type %d Waveform not implemented yet. Response not implemented yet. invalid type code %dWaveform not implemented yet. Response not implemented yet. bad type %d Waveform not implemented yet. Response not implemented yet. invalid type code %dBad database id %d in db pointer Bad table id %d in db pointer illegal reference to field in (null) scratch record of view Bad field id %d in db pointer Bad record id %d in db pointer .././././..schemas/SCHEMA_DIR.Can't allocate table->data r+rr+w+Can't open table %s r+rr+w+Can't open table %s Table '%s' has invalid length. wCan't mmap table '%s'. Can't allocate table Can't allocate database Can't allocate schema Can't allocate attribute Can't allocate relation Can't allocate table->scratch Can't allocate nullrecord rUnexpected failure: file %s, line %d open_schema.cCan't open schema file '%s'. Parsing error in input schema 7M %&!"#$'A123b0^UT`RQPONLK*+,-./H?6 Cda\[ZYXWV)JID@>=<;:5S  (]948EFGB %&!"#$'120c*+,-./_654$3#"! 21*)('&%$"! [Z8YXBWOVUTSRNMP                   ;(;((((((;((()))))))))))  !"#$&- '(2)*+,1 %4/035.db : %s while compiling relation near line #%d db : %s while compiling attribute near line #%d db : %s while compiling schema near line #%d db : %s near line #%d out of memoryyacc stack overflowsyntax errorbad attributebad relation # #'%&%&$&"%&%&#%& #%&#%&#%&#%&#%&#%&#%&#%&#%&#%&#%&#%&#%&#%&!%&# ######################################################### ################## ############################# ############# ############ ############  #&),/258;>ADDDDEFHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*)  %&? 'zv{uyrw'|vtrvqzuxqnqdcjpp_^]dhbibgbSYSXUMNiQ[QHGPMEOBOBIPOJGHKJ6D9:5060-.-,1/73.%''M5  !"?@#( %&)'.$H0/1\j2kI]3~}|{zyxwvutsrqponmlihgfedcba`_^[ZYXWVUTSRQPONMLKJGFEDCBA>=<;:987654-,+*  ''    /BOO/B~}|{yxwvutsqponmlkjhgfedba^]\[ZYXVTSRQPNMLKJIHGFEDCA@?>=<;:9876543210.-,+*)(&%$#"!  Can't allocate cp Can't allocate cp Can't allocate cp fatal flex scanner internal error--no action foundfatal flex scanner internal error--end of buffer missedfatal error - scanner input buffer overflowread() in flex scanner failedflex scanner push-back overflowunexpected last match in input()out of dynamic memory in yy_create_buffer()out of dynamic memory in yy_create_buffer()Duplicate Attribute %s in schema %s Attribute %s in relation %s not found Can't allocate f Field %s used more than once in relation %s Can't find unique id field %s in relation %s Duplicate relation %s in schema %s 0.02 LP@u< @0.1 LP@^=@0.5 LP@,?@1.0 LP@(?@2.0 LP@ @@5.0 LP@@@0.1-1.0 BP@^=@?@1.0-2.0 BP@(?@@@1.0-5.0 BP@(?@@@1.0-10.0 BP@(?@A @5.0-10.0 BP@@@A @""""""??@N@D?333333@^@nA??ə?陙?@PPnPgSSnLg-adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1GPL_create: Unable to load font '%s' -adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1GPL_create: Trying backup font... -adobe-helvetica-bold-r-normal--12-0-0-0-p-0-iso8859-1GPL_create: Unable to load font '%s' -adobe-helvetica-bold-r-normal--12-0-0-0-p-0-iso8859-1-adobe-helvetica-medium-r-normal--10-100-75-75-p-56-iso8859-1GPL_create: Unable to load font '%s' -adobe-helvetica-medium-r-normal--10-100-75-75-p-56-iso8859-1GPL_create: Trying backup font... -adobe-helvetica-medium-r-normal--10-0-0-0-p-0-iso8859-1GPL_create: Unable to load font '%s' -adobe-helvetica-medium-r-normal--10-0-0-0-p-0-iso8859-1GPL_create: Unable to create normal cursor GPL_create: Unable to create busy cursor GPL_create: Unable to create hscrl cursor GPL_create: Unable to create vscrl cursor GPL_create: Display not allowed to change. GPL_create: Screen not allowed to change. GPL_create: Visual not allowed to change. GPL_create: Depth not allowed to change. GPL_create: Colormap not allowed to change. quitQUITmodeWiggleGrayScalescaleTmScrollTmZoomInTmZoomOutUvScrollUvZoomInUvZoomOutBScrollBZoomInBZoomOutMoveoutampFixedAutoAuto0Auto1AutoAAGCUvar OffClip OffInvertGain = 1Gain X 1.2Gain / 1.2Gain X 2.0Gain / 2.0Gain X 10.0Gain / 10.0moveoutNoneLinearHyperbolicApplyfilterNoneaddarrsAdd ArrivalsprintPrinttraceTracesSelectDeleteOriginalSelctAllDeletAllZoomNewWinWindow1Window2Window3Window4Window5Window6Window7Window8Window9phasearrivalWindowMagnifyDeleteuvar_scrollsta_scrolltime_scrollUvarGPL_create_simple: Unable to connect to X server. GPL_create_simple: Unable to create GatherPlot object. ???*^$match_string: %s. ***GPL_select_traces: Malloc error. zzzzzzdeletezzzzzz%s %s@GPL_get: Unknown attribute %d. ?A. %sI$A9++)@bED"GNA+9AI$((????zG?}p?n .?ən .n .?n .n .?n .n????????n??@n .qIDx@GPL_set: xcom_create error. GPL_set: Unable to allocate single trace. GPL_set: Unable to allocate single trace. GPL_set: Unable to allocate single trace. GPL_set: Unable to allocate single trace. GPL_set: Unable to allocate uvar name. %2sScroll%2sZoomIn%2sZoomOutMode: WGMode: GSMoveout: NMoveout: LMoveout: HFilter: NFilter: %dFilter: NFilter: %dMouse: TmSMouse: TmZIMouse: TmZOMouse: %2sSMouse: %2sZIMouse: %2sZOMouse: BSMouse: BZIMouse: BZOMouse: MOAmp: FXAmp: AAmp: A0Amp: A1Amp: AAAmp: AGCUvar OffUvar LinUvar SqrtUvar SqClip OnClip Off%s.MagnifyDONE%s.Window%dGPL_set: Unknown attribute %d. DONEa-p = %8.1f %7.3f 111 11 1"10181E1I1U1Y1e1j1~1111111O@o@??@@@N@v=.geometry-geometry.geometry#.iconGeometry-iconic.iconStartup-bg.background-fg.foreground-bga.arrival.background-fga.arrival.foreground-bgsa.selArrival.background-fgsa.selArrival.foreground-tw.traceWindow.twin/usr/lib/X11/app-defaults/GatherPlotHOME/.XdefaultsHOME/.geometry.Geometry.foreground.ForegroundGPL_apply_Xdefaults: Cannot grok foreground '%s' .background.BackgroundGPL_apply_Xdefaults: Cannot grok background '%s' .arrival.foreground.Arrival.ForegroundGPL_apply_Xdefaults: Setting arrival foreground to %.2f %.2f %.2f GPL_apply_Xdefaults: Cannot grok arrival foreground '%s' .arrival.background.Arrival.BackgroundGPL_apply_Xdefaults: Cannot grok arrival background '%s' .selArrival.foreground.SelArrival.ForegroundGPL_apply_Xdefaults: Cannot grok selected arr. foreground '%s' .selArrival.background.SelArrival.BackgroundGPL_apply_Xdefaults: Cannot grok selected arr. background '%s' .traceWindow.twin.TraceWindow.Twin%s.filter%d.label%s.Filter%d.Label%s.filter%d.tpad%s.Filter%d.Tpad%s.filter%d.startTpad%s.Filter%d.StartTpad%s.filter%d.lcoFreq%s.Filter%d.LcoFreq%s.filter%d.lcoOrder%s.Filter%d.LcoOrder%s.filter%d.ucoFreq%s.Filter%d.UcoFreq%s.filter%d.ucoOrder%s.Filter%d.UcoOrder%s.phase%d.name%s.Phase%d.Name??333333@@$????ə?@4?lpramp: Unrecognized button. ?@???ٙ?333333?AOA?@??@ .nn> ? =B??@??A??@È=u??BH???=@?????ffffff?Q=?<?ə?6C-?PbM?zG{=uqI??@X@??@@?delete?陙??%s timewindow %.5f %.5f U_U%2.2d:%2.2d:%06.3f%.1f%4.4d%3.3d%.1f%dundef0+%.5f+%.4f+%.3f+%.2f+%.1f%.5f%.4f%.3f%.2f%.1f MO: NoneMO: Linear - V = InfMO: Linear - V = %.3f%s, VL = Inf, DL = Inf%s, VL = %.3f, DL = %.3fMO: Hyperbolic - V = Inf, D = InfMO: Hyperbolic - V = %.3f, D = %.3f%s, VL = Inf, DL = Inf%s, VL = %.3f, DL = %.3f?n??333333?%s GrabNotViewable AlreadyGrabbed GrabFrozen GrabInvalidTime grab failed GrabNotViewable AlreadyGrabbed GrabFrozen GrabInvalidTime grab failed GrabNotViewable AlreadyGrabbed GrabFrozen GrabInvalidTime grab failed 100000.00ABCDEFGH sz?? ?qpbin: Malloc error. qpbin: Malloc error. qpbin: Malloc error. qpbin: Malloc error. qpbin: Malloc error. qpbin: Malloc error. qpbin: Malloc error. qpbin: Realloc error. qpbin: Malloc error. qplot: Attempt to exceed MAX_POINTS. qplotsegs: Attempt to exceed MAX_POINTS. qplotsegs: Attempt to exceed MAX_POINTS. ??>h?ə@?@@$??@$??ٙ?ə?Jw>h???@?@?@?w?@@A?@I@I@I@I?= A @A@陚>L=?>8Q%s %s%s.%s.%d%d.ps%s %s%s.%s.%d%d.psnoneJSPCJSPC%s %s %s %sAutoAuto0Auto1AutoAAGCFixedFilter: None, Amp: %sFilter: %s, Amp: %s%s %s%s:xcom_create Malloc error. %s:xcom_create XOpenDisplay error. %s:xcom_create XCreateWindow error. %s:xcom_create xcom_getatoms error. %s:xcom_register XCOM_REGISTER_PROP type mismatch. %s:xcom_register Bad window. %s:xcom_register Unknown XGetWindowProperty error (%d). : %s %s:xcom_register Name '%s' already used. %s: %s %d : %s %d xcom_clear_register: XOpenDisplay error. XCOM_REGISTER_PROPxcom_clear_register: Unable to get %s atom. XCOM_REGISTER_PROPxcom_clear_register: XCOM_REGISTER_PROP type mismatch. xcom_clear_register: Bad window. xcom_clear_register: Unknown XGetWindowProperty error (%d). : %s xcom_lookup: XOpenDisplay error. XCOM_REGISTER_PROPxcom_lookup: Unable to get %s atom. XCOM_REGISTER_PROPxcom_lookup: XCOM_REGISTER_PROP type mismatch. xcom_lookup: Bad window. xcom_lookup: Unknown XGetWindowProperty error (%d). : %s XCOM_WINDOW_PROP%s:xcom_getatoms Unable to get %s atom. XCOM_WINDOW_PROPXCOM_STATUS_PROP%s:xcom_getatoms Unable to get %s atom. XCOM_STATUS_PROPXCOM_MSG_PROP%s:xcom_getatoms Unable to get %s atom. XCOM_MSG_PROPXCOM_REGISTER_PROP%s:xcom_getatoms Unable to get %s atom. XCOM_REGISTER_PROP%s:xcom_getmsg XCOM_MSG_PROP does not exist. %s:xcom_getmsg XCOM_MSG_PROP type mismatch. %s:xcom_getmsg Bad window. %s:xcom_getmsg Unknown XGetWindowProperty error (%d). DUUUUUUUUUUUUUUUU@(#)olbp_color.c 1.3 90/06/21ol Error: %s Error in allocating mem Total # GCs created = %d Uninitialized ginfo. You are probably linking against an incompatible version of libolNegative value passed to gauge ???陙???@lucidasans-bold-12fixed%s: Unable to load ol text font '%s'. ol_createlucidasans-bold-12olglypholglyph-12--sun-open look glyph-----12-120-75-75-p-116-sunolglyph-1%s: Unable to load ol glyph font '%s'. ol_createolglyph-12%s: Unable to get OL_WHITE pixel. ol_create%s: Unable to get OL_BLACK pixel. ol_create%s: Unable to get OL_BG1 pixel. ol_create%s: Unable to get OL_BG2 pixel. ol_create%s: Unable to get OL_BG3 pixel. ol_create%s: Unable to malloc ol structure. ol_create%s: Unable to initialize ol. ol_createscrpopFitZoomInZoomOutUndoGrabNotViewable AlreadyGrabbed GrabFrozen GrabInvalidTime grab failed ?ol_set: Unable to allocate single menu item. ol_set: Unable to allocate single menu item. @o.H@@?333333??@@^@v@N@f@nStellarStellarJ 0TJ$װ4؈`J(Lϼ@8lDJ,@J0J<?pazfapfiriirtheoreticalmeasuredCan't allocate gp Can't allocate rp Can't allocate rp->groups Can't allocate rp->groups %s %d %s %s %sBad source = '%s' in file Unknown filter type = '%s'%s%-12s %2d %-12s %-6s %s r?Can't allocate pfir Can't allocate pfir->num_coefs Can't allocate pfir->num_coef_errors Can't allocate pfir->den_coefs Can't allocate pfir->den_coef_errors Can't allocate pfir %lg %d%dCan't allocate pfir->num_coefs Can't allocate pfir->num_coef_errors %lg %lg%dCan't allocate pfir->den_coefs Can't allocate pfir->den_coef_errors %lg %lg%.18lg %5d %8d %.18lg %.18lg %8d %.18lg %.18lg Can't allocate ppaz Can't allocate ppaz->poles Can't allocate ppaz->pole_errors Can't allocate ppaz->zeros Can't allocate ppaz->zero_errors Can't allocate ppaz %lg %lg%dCan't allocate ppaz->poles Can't allocate ppaz->pole_errors %lg %lg %lg %lg%dCan't allocate ppaz->zeros Can't allocate ppaz->zero_errors %lg %lg %lg %lg%.18lg %.18lg %8d %.18lg %.18lg %.18lg %.18lg %8d %.18lg %.18lg %.18lg %.18lg ?Can't allocate piir Can't allocate piir->poles Can't allocate piir->pole_errors Can't allocate piir->zeros Can't allocate piir->zero_errors Can't allocate piir %lg %lg%dCan't allocate piir->poles Can't allocate piir->pole_errors %lg %lg %lg %lg%dCan't allocate piir->zeros Can't allocate piir->zero_errors %lg %lg %lg %lg%.18lg %.18lg %8d %.18lg %.18lg %.18lg %.18lg %8d %.18lg %.18lg %.18lg %.18lg @ @N@@ @N??>h?ə@?@@$@.@4@>@N@^@r@@ @@ @ ?6C-QQQQQQRRR RRR@@8@ @N%15.3lf %8d %s %2d,%4d %2d:%02d:%02.3f jafmarapmayjunjulausondJanFebMarAprMayJunJulAugSepOctNovDecRRRRRRRRRRRR%2d/%02d/%4d %2d:%02d:%06.3lf%2d/%02d/%4dJanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember%2d/%2d/%2d%2d%02d%02d%03d%2d%2d%02d%02d%sPMAM%02d%02d:%02d:%06.3lf%2d%4d%02i/%02i/%i@N@ @  CFONT: font no. requires words in font buffer buffer set at too small - run stopped S S S S S T T CFONT: unexpected EOF on input font file - run stopped )U, UW CFONT: read error on input font file - run stopped %U U CFONT: requested font no. doesnt match font no. on input file - run stopped V  V= VL VX Vh' cfont: Illegal font.GRX_FONTPATHfonts.bin cfont: Error opening fonts.bin oldunformattedVUUhT,    Sp Ou7f` "! <5?BA noneLIN@?>\)??GRX_PSCOLORfullfore CDD`@ @?qI ?lLoOgGLOGLIN? SETSCL: horizontal plot range set to zero - run aborted 48 n SETSCL: vertical plot range set to zero - run aborted 4 SETSCL: horizontal plot limit less than or equal to zero for log plotSETSCL: vertical plot limit less than or equal to zero 0t @|?C? B` B`@`???333333@n??@o.H??@b?@o?0 setgray gsave /picstr %d string def %.1f %.1f translate %f %f scale %d %d 8 [%d 0 0 -%d 0 %d] {currentfile picstr readhexstring pop} false 3 colorimage %2.2x%2.2x%2.2x grestore gsave /picstr %d string def %.1f %.1f translate %f %f scale %d %d 8 [%d 0 0 -%d 0 %d] {currentfile picstr readhexstring pop} image %2.2x grestore %s %%EndDocument showpage %%EOF ?gsave %.3f setgray %.3f %.3f %.3f setrgbcolor closepath fill %.3f setgray %.3f %.3f %.3f setrgbcolor %% End polyfill grestore newpath ?@>@V???@@^@v@N@f@n??@@@N@v@o.H@@o.H@%.3f setgray %.3f %.3f %.3f setrgbcolor S!2CTfz1G]s+BZr=f< '5OiJx/Hao ,:HVinitmatrix newpath initclip 1 setlinewidth 0 setlinecap 0 setlinejoin [] 0 setdash 0 setgray 10 setmiterlimit /npchsc 1.0 def /m {moveto} def /l {lineto} def /r {rlineto} def /x {0 rlineto} def /y {0 exch rlineto} def /A {-2 2 rlineto} def /B {-1 2 rlineto} def /C {0 2 rlineto} def /D {1 2 rlineto} def /E {2 2 rlineto} def /F {-2 1 rlineto} def /G {-1 1 rlineto} def /H {0 1 rlineto} def /I {1 1 rlineto} def /J {2 1 rlineto} def /K {-2 0 rlineto} def /L {-1 0 rlineto} def /M {1 0 rlineto} def /N {2 0 rlineto} def /O {-2 -1 rlineto} def /P {-1 -1 rlineto} def /Q {0 -1 rlineto} def /R {1 -1 rlineto} def /S {2 -1 rlineto} def /T {-2 -2 rlineto} def /U {-1 -2 rlineto} def /V {0 -2 rlineto} def /W {1 -2 rlineto} def /X {2 -2 rlineto} def /npfont112 {/font /Helvetica def} def /npfont113 {/font /Helvetica-BoldOblique def} def /npfont114 {/font /Helvetica-Bold def} def /npfont115 {/font /Times-Roman def} def /npfont116 {/font /Times-Italic def} def /npfont117 {/font /Times-Bold def} def /npfont130 {/font /Palatino-Roman def} def /npfont131 {/font /Palatino-Italic def} def /npfont132 {/font /Palatino-Bold def} def /nptext { %xp yp size szsc angle ref xl xr yb yt clp mytext nptext /mytext exch def /clp exch def /yt exch def /yb exch def /xr exch def /xl exch def /ref exch def /angle exch def /szsc exch def /size exch def /yp exch def /xp exch def ref 0 lt {/ref 0 def} if ref 8 gt {/ref 0 def} if size 1.5 mul szsc mul /size exch def ref cvi /ref exch def ref 0.5 add 3 div cvi /xjust exch def ref xjust 3 mul neg add /yjust exch def font findfont size scalefont setfont mytext stringwidth /wy exch def /wx exch def wx wx mul wy wy mul add sqrt /width exch def width 0.5 mul xjust mul /xj exch def size 0.333 mul yjust mul /yj exch def xj angle cos mul yj angle sin mul sub /xpp exch def xj angle sin mul yj angle cos mul add /ypp exch def xp xpp sub /xp exch def yp ypp sub /yp exch def angle rotate xp angle cos mul yp angle sin mul add /xpp exch def xp neg angle sin mul yp angle cos mul add /ypp exch def xpp ypp moveto mytext show angle neg rotate } def /rectcl { /ht exch def /wd exch def /yc exch def /xc exch def newpath xc yc moveto xc wd add yc lineto xc wd add yc ht add lineto xc yc ht add lineto closepath clip newpath } def %%!PS-Adobe-3.0 niceplot.ps%%%%EndComments 603.5 0 translate 90 rotate %%%%BeginDocument: %s %%%%BeginProlog %% Start of niceplot.pro -- prolog for niceplot PostScript %%%%EndProlog .236667 .236667 scale 0 setlinewidth newpath NULL%%%%Creator: %s:%s (%s) %%%%Creator: %s:%s (NULL) %%%%Creator: %s:NULL (%s) %%%%Creator: %s:NULL (NULL) %%%%Title: %s (%s) %%%%CreationDate: %s%%!PS-Adobe-3.0 EPSF-3.0 %%%%BoundingBox: %d %d %d %d %%%%EndComments %%%s DDanonehdopen: Cannot connect to X server %s. -geom %dx%d+%d+%d9x15hdopen: Cannot load cursor font %s. 9x15noneniceplot.pshdopen: Error opening file %s. stroke newpath @b%%%% text: x=%f y=%f angle=%f iref=%d %%%% string='%s' iclip=%d npfont%d %.0f %.0f %.0f npchsc %.0f %d %.0f %.0f %.0f %.0f %d (%s) nptext %%%% text: finished 0 setlinewidth %d setlinewidth nxplotd -window %d -title %s %s &nxplotd -window %d -title %s &%s[nxplotd_launchdaemon]: nxplotd does not exist. %s[nxplotd_launchdaemon]: Unable to launch nxplotd. NXPLOTD_DAEMON_WINDOW_PROPNXPLOTD_DAEMON_STATUS_PROPNXPLOTD_DAEMON_PIXMAP_PROP%s[nxplotd_launchdaemon]: Invalid daemon pixmap. <5?? GETCHR: character (integer ) outside printable range - run stopped      % GETCHR: font buffer empty (no prior call to CFONT) - run stopped 3 ',D GETSIZ: character (integer ) outside printable range - run stopped     % GETSIZ: font buffer empty (no prior call to CFONT) - run stopped 3 'AABD>|xg.monooldcontplotd: setmncol: ncolors not equal 17, using default@@A?contplotd: setmncol: error reading xg.mono using deefaultshowpage ?gsave newpath %.3f setgray %.3f %.3f %.3f setrgbcolor %d %d moveto %d 0 rlineto 0 %d rlineto %d neg 0 rlineto closepath fill %.3f setgray %.3f %.3f %.3f setrgbcolor grestore [] 0 setdash %d ] 0 setdash ??hddraw: Malloc error. hddraw: Realloc error. A B C D E %d %d r F G H I J %d %d r K L M N %d x O P Q R S %d %d r T U V W X %d %d r %d y %d %d r ??hdmove: Malloc error. %% Start polyfill %d %d m PATH<>>>2>>2>my_system: Could not open standard input file %s. my_system: Could not open standard output file %s. my_system: Could not open standard output file %s. my_system: Could not open standard error file %s. my_system: Could not open standard error file %s. my_system: Could not fork process. my_system: Error waiting for process. NXPLOTD_WINDOW_PROP%s: Unable to get %s atom. NXPLOTD_WINDOW_PROPNXPLOTD_DAEMON_WINDOW_PROP%s: Unable to get %s atom. NXPLOTD_DAEMON_WINDOW_PROPNXPLOTD_CLIENT_STATUS_PROP%s: Unable to get %s atom. NXPLOTD_CLIENT_STATUS_PROPNXPLOTD_DAEMON_STATUS_PROP%s: Unable to get %s atom. NXPLOTD_DAEMON_STATUS_PROPNXPLOTD_CLIENT_REQUEST_PROP%s: Unable to get %s atom. NXPLOTD_CLIENT_REQUEST_PROPNXPLOTD_DAEMON_PIXMAP_PROP%s: Unable to get %s atom. NXPLOTD_DAEMON_PIXMAP_PROP%s: %s does not exist. %s: %s type mismatch. %s: Bad window. %s: Unknown XGetWindowProperty error (%d). /check_cmd: cmd = %s check_cmd: paths = %s Can't allocate tbl->arr Can't allocate tbl->arr Can't allocate tbl Can't allocate arr Can't allocate n Can't allocate stbl //JSPC/sw/data/***%s *fatal error* : %s: %s: %s System error code #%d ** Too many error messages -- Error Buffer Overflow. (repeated %d times)  $@]pˇ˙˫˸<WNo matchInvalid regular expressionInvalid collation characterInvalid character class nameTrailing backslashInvalid back referenceUnmatched [ or [^Unmatched ( or \(Unmatched \{Invalid content of \{\}Invalid range endMemory exhaustedInvalid preceding regular expressionPremature end of regular expressionRegular expression too bigUnmatched ) or \)alnumalphablankcntrldigitgraphlowerprintpunctspaceupperxdigitalphaupperlowerdigitalnumxdigitspaceprintpunctgraphcntrlblankNo previous regular expressionMemory exhaustedMemory exhaustedSuccessh%W% %G%get_option: Option argument not retrieved get_option: All options were retrieved -get_option: More than one '-' seen --get_option: unknown option type get_option: illegal compound option get_option: unknown option... get_argument: Argument not expected now --get_argument: special argument not expected ------get_argument: internal error get_directory: empty argument list get_input_file: empty argument list rget_input_file: can't open input file '%s' get_output_file: empty argument list wget_output_file: can't open output file '%s' last_argument: empty argument list last_input_file: empty argument list rlast_input_file: can't open input file '%s' last_output_file: empty argument list wlast_output_file: can't open output file '%s' open_file: unable to close the old file open_file: NULL file name given -r-wrwopen_file: can't open file '%s' open_file: can't open file '%s' for '%s' readable_file: called with null file_name readable_file: can't stat file '%s' rreadable_file: file '%s' is not regular writable_file: called with null file_name writable_file: can't stat file '%s' awritable_file: file '%s' is not regular ///ERROR(clean_path): unknown state %i ERROR(clean_path): unknown error  @wd.cfr%s %s readexpstrdupRegexp error %d .directory does not exist: %s Can't cd to directory %s /Can't create writable directory %s /usr/ucb/compress %s & .Z.gz/usr/tmpwaveformzcat %s > %s?PbM:o?FR9@Lc?FR9@LcTAUP_TABLEiasp91tables/taup_ttimes/.hedTAUP_PATH.hed,,,_ddd^d_ddd^dDepth = _ddd^d_ddd^d  _ddd^d  _ddd^d Bad sqrt argument:.   Failed to find phase:  tMore than arrivals found.   +_ddd^dBad range:   Bad tau:  8 _ddd^dSource depth () too deep.  _ddd^d"C4?$>?= `PSpPsPpSsSEnter model name:Z<,d+ .tbl?@IC4? .hedolddirectformattednewunformatted<49X? B`Source slowness too large.??sPSPpSPS7Ŭ7'Ŭ@A@?? 9HK ?maxminPBad interpolation on ?queryQUERYEnter desired branch control list at the prompts:  You must enter some branch control information! possibilities are: all or any generic phase nameallALLgbnabacdfBrnset: phase not found.Brnset: Segment pointer () missing?Brnset: the following phases have been selected -oldformattednewunformatted:? *y yes n no ??PbM9HK ??abbc@"@@@@ @ diff@????@>. &֕?!TD-9HK ?|׽'??陙??B_ ?9HK E@ !TD-?FR9@ !TD-@!TD-; > $<# >     @L@>к@!S@ !Z~ї?pKަ>>|<P PKiKP PcP pP pPKiKP sP sPKiKP ScP SKP PKKP SKKP PP S ScS sS pS P P+ basic S+  ݬ@CސCC>*sqT=|׽DGG>t??@@(#)Fcos.S 1.7 91/02/11 SMI@(#)Fexp10.S 1.7 91/02/11 SMI@(#)Flog.S 1.7 91/02/11 SMI@(#)Flog10.S 1.7 91/02/11 SMI@(#)Fsin.S 1.7 91/02/11 SMI@(#)Fsqrt.S 1.12 91/02/11 SMI@(#)Ftan.S 1.7 91/02/11 SMI@(#)_Q_div.c 1.8 91/02/11 SMI@(#)_Q_dtoq.c 1.8 91/02/11 SMI@(#)_Q_fcc.c 1.7 91/02/11 SMI@(#)_Q_cmp.c 1.8 91/02/11 SMI@(#)_Q_cmpe.c 1.8 91/02/11 SMI@(#)_Q_itoq.c 1.8 91/02/11 SMI@(#)_Q_mul.c 1.8 91/02/11 SMI@(#)_Q_neg.c 1.7 91/02/11 SMI?@(#)_Q_qtod.c 1.8 91/02/11 SMI@(#)_Q_qtoi.c 1.8 91/02/11 SMI@(#)_Q_stoq.c 1.9 91/02/11 SMI@(#)_Q_sub.c 1.8 91/02/11 SMI@(#)_Q_add.c 1.12 91/02/11 SMInY~7<u@(#)_Qfdiv.c 1.6 91/02/11 SMI??@(#)__f77_base.c 1.7 91/02/11 SMI@(#)__infinity.c 1.5 91/02/11 SMI?@(#)_swapFLAGS.S 1.11 91/02/11 Copyr 1988 Sun Micro@(#)d_atn2.c 1.6 91/02/11 SMI@(#)d_mod.c 1.7 91/02/11 SMI@(#)d_sign.c 1.9 91/02/11 SMI?@(#)finite.S 1.4 91/02/11 SMI@(#)fix_libc_.c 1.18 91/02/11 SMI8DWc(null)0123456789abcdef0123456789ABCDEF-+ 0x0X-+ -+ -+ 01234567890# +-.0123456789hL$01234567890# +-.0123456789h$@(#)decimal_bin.c 1.19 91/10/01 SMI@ decimal exponent %d binary exponent %d @(#)_base_sup.c 1.11 91/02/11 SMIAe __big_decimal_to_big_binary exponent %d __big_decimal_to_big_binary exponent %d xINFINITYNAN(@(#)fp_class.c 1.7 91/02/11 SMI?.B9?.B=95y. &֕Ae?@(#)r_bessel_.c 1.6 91/02/11 SMI@(#)jn.c 1.4 91/02/11 SMI@?@@(#)j0.c 1.4 91/02/11 SMI?_0mȃ?!TD-D:X}`C$hJ5~^UvCb'"ci&6-BYyPYݿ$@:w|D:XC m"CZ9żYB٤hZBR-g1AW,4A1 4@LA.|?ATE^AgA` .A>ÇHuA9@j:EATE^AgJA`z!aA>j3GA Q;@of\6?!<KrF_،|{7cRlHkh}=A!<KrA$X A FVh`A X@άr*F@yW2}?RD co4T"C~e\mnBt! yE˔A45AD{3K[pD43! C:WeCU@?}B\BNkH AES'A.HW@ ϣ;?@ @ @P@ @(#)j1.c 1.4 91/02/11 SMI?_0mȃ?!TD-D?#h= 홙CǼ_ aBڭzYs@]An:@ɧQa @>JDO#h=C9u"Ck 8YBnxqB^J0A7*--A6aQ@f>?PtFZb)Y0O67?IYb`.wqPtFZbzXY޳w7/2 u?@8:O@ɒ M@(-b @6@pw@A.A%ѣA;B ЀA5īk&CAnHLF@GZ@@{?ĵ\HD~$/waPnC0ZÅcb(bC 3 i C‚ٓA@# D|PG'gDrjaXhCd+pJCx k"B{Bb Aљ=J$A7ڒAR@1q~k?@ ?@@ @?@P@ @(#)cbrt.c 1.9 91/02/11 SMI*x)x?__%24??mn?mm??񙙙@(#)r_erf_.c 1.6 91/02/11 SMI@(#)erf.c 1.8 91/02/11 SMInY?? PBm? PBm@S]@wÈR@\wNM6]@ I>C?ǐZ1"@8yB;@ wR@n~U@74/? >@!,5@P @r)b@&+@0]@(!#ok@9[>Wp<_X@/}f@]li@rt@U좝'@5m@ |@޼? @9[_a?ӊxe?$%? /?xDŵ?E q,9?B}}?c!G??@$@?@@$@<@0?@(#)r_exp10_.c 1.6 91/02/11 SMI@(#)exp10.c 1.9 91/02/11 SMI?.B9?.B=95y~'>/>})>q@?*;<=xQ==8;>>/>J>d>}>:>G> ^>>>ќ>ϙ>'>>P>{?*?? ?B??>?? ?%'?)Qi?-j@(#)r_sqrt_.S 1.13 91/02/11 SMI???Z2??wk8X=0PHh L q h  *( tP  h % 0 _ A Rh ̐ $?@(#)__sinf.S 1.4 91/02/11 SMI???UT`w?)k`@(#)__rem_pio2f_.S 1.4 91/02/11 SMI?Ap?"??!TD-?!TD-?!T@=дabc1=д`=дa`@(#)fabs.S 1.11 91/02/11 SMIInfInfinityNaNCd binary exponent %d binary exponent %d decimal exponent %d decimal exponent %d @(#)__floatprint.c 1.6 91/02/11 SMI?eoCAy7>. &֕AeA>Ey0:Aׄ?@@(#)__x_power.c 1.11 91/11/26 SMI libc base conversion file %s line %d: %s__x_power.c@(#)_sprintf_sup.c 1.11 91/02/11 SMI@(#)_base_il4.S 1.5 91/02/11 SMIinvalid operandinexactdivision by zerounderflowoverflowFloating point exception %x, %s, occurred at address %x @(#)sinpi.c 1.6 91/02/11 SMI@ !TD-C0C@??@@??55INFINITYNAN(@(#)atan2.c 1.9 91/02/11 SMI?.B9?.B=95y+?g\?1?a^?ѽX ?9?ؚ3B[?#쿘L?D{̏c?܏ǚ"?jġ?_?%R?r%*?T?_^p@?y^?3O?V*?Fr?]>?*-&[ū?@L5-@(#)cos.S 1.5 91/02/11 SMI?@(#)sin.S 1.6 91/02/11 SMI@(#)__cos.S 1.6 91/02/11 SMI?UUUQ(?b̝?UUUO[5VkU%i>9)9@c(?UQ_z @(#)__rem_pio2.S 1.5 91/02/11 SMI?Ap?_0mȃ?!TD-?!TD-?!T@=дabc1=д`=дa`;.ps;.9{% I@(#)__rem_pio2m.c 1.6 91/02/11 SMI?!@>tD-tD-tD-<?Ap>p?@ ?@(#)__fp_pi.c 1.4 91/02/11 SMI@(#)__sin.S 1.6 91/02/11 SMI?UUUQ(?b̝UUUUT?*uK>㦗'c(?UQ_z @(#)rndint.S 1.4 91/02/11 SMIC00??@(#)exp.S 1.15 91/02/11 SMI@.B9@I-0Q??;s?.B9?.B9?.B=95yfl?Vj%,Ak>f7ir?Ge+<F)>Y9?.B9?.B=95y>0?UUUU)ffJ7 ??Yt?Xl?[Q?r<}Q{?ԇ1h?8znub8?? 1?q7:?ަL4"?N`a-?6*'?4+VO?HT)?$~:U?f;?u_t?s?%L?B*?77?đ?U>%]?蟙Zӭ?v^G?݅R? i?X?3{_??Pv[nE@%]@ 蟙Zӭ@ v^G@ ݅R@ i@ X@ 3{_@@Pv[nE@@(#)ieee_func.S 1.17 91/02/11 SMICP<@(#)sqrt.S 1.14 91/02/11 SMI<`CP>@????.MgkzfJ 5RI\n4~_E~=fkh>yMEaɉm{T*5,Nn.R3JQQ Y$@(#)__SVID_error.c 1.14 91/02/11 SMI?.B9?.B=95y>?ǀ@AB̀BC <CĀ<DM<Dg<D<E<<EĀ<E<E<F<GA<G]DHDHƀDHDHIIIՀ4Jo(K(KH0L0L[MM0N[0NOVPPQH(Q(R/4R4SW TT8Up8UVWJ XX(Y|(Y$Z~ [90\ 0\p ]3]^``_`_```a`adbdb bbPcÀPdde.ef8fNffpgpg g^ gohMi)ijk+kA8k8k$lЀ$lۀLmzLmڀLm<nToDToӀTopqIqrsDstt,u,uހ,uCevv$vEwBwO x xhxրhyahyt(z((zZ(zj z0{\0{|}c~21߀ӀCod$7|||| Hπ210`0  & 6 B N ^ n ~       ( < Q ` t     0Y 0w $"Df"DHDf"Dh"ǀDi"ԀDj"߀Dk" *Dr"6BNaluDx"Dy"|Dz"xD{"tpÀlЀhD}"LD"D"D"D#D#$D#,D#8D#LD#\D#dD#pD#|D#D#D#D#D#D#D$ D$D$$D$8D$\D$hD$tD$D$D$D$D%D%D%8D%DD%PD%dD%D%D%D%D%D%D%D&D&4D&@D&LD&lD&D&D&D&D&D&D&D'D'D' D'4D'HD'dD'xD'xD'D'D'D'D'D(D(D($D(dD(D (D$(D%(D&(D'(D)(D+(D,)D-)D/),D0)4D1)DD2)D4)D5)D=)D?*8DA*TD?*tDD*DE*DF*DH*DK*DL*DM+DN+DO+DQ+DDR+`DV+lDW+|DY+D[+D\+D]+D^+D`+Db,Dd,,Df,LDh,TDj,tDk,Dm,Dq,Dr,Ds- Dt-Dw-,Dy-LDz-lD{-tD|-D~-D-D-D-D-D.D.4D.<D.LD.dD.pD.D.D.D.D.D/D/(D/0D/DD/PD/dD/D/D/D/D/D/D0 D04D0HD0`D0D0D0D0D0D0D0D1D1D1<D1PD1`D1`D1D1D1D2D2D2$D2<D2\D2D2D2D2D2D2D3D3 D3(D34D3HD3hD3D3D3D3D3D3D4 D4,D4@D4`D4tD4D4D4D4D4D5D50D5DD5dD5xD5D5D5D 5D 5D6D6 D6D6(D64D6HD6hD6D6D6D6D6D7D7D7(D 7(D!7D"7D#7D$7D&7D)7D+8D,8 D-8(D.8(D/8D08D18D28D38D48D59(D690D79@D89LD:9`D=9xD?9D@9DA9DB9DC:DD:(DE:8DF:DDG:XDH:XDI:DJ:DK:DL:DN:DQ;DS;0DT;PDU;XDV;XDW;DX;DY;DZ;D[<@D\pD>D>,D>,D>dD>xD>D>D>D>D@D@TD@'$@D@9DFHULcPoT|XDADADA DA DA`DApDA|DA|DADADADADB,DB<DBHDBHDBpDBpDBDBDBDBDCDCDC,DC8DCDDCPDCp DC|$CD CDHLˠPD C܀!DCDCDCDCDDDDDD(DD,DDL $3;GQ\h0!D+DpD,Dr"$D0DD1D~"`D5DD6ED7E,D8EP""D,E\D>EpD@EDAEDCEDDEDEFDAF DHF4DJFhDKFDLFDMFDOFDPGDQG DRG0DTGpDVGDWG%,D^GD_GD`HDaH DbHD%%DHTDfHhDgH&DhH$HDmHDmHDnHDoHDpHDqHDrIDsI($I0DxI0DxI<DyI<DzILD{I\D|IlD}I|D~IDIDIDIDIDIDIDIDJ DJDJ,DJ<DJLDJ\DJlDJ|DJDJDJDJDJDJDJDJDK DKDK,DK<DKLDK\DKlDK|DKDKDKDKDKDKDKDKDL DLDL,DL<DLLDL\DLlDL|DLDLDL     $LDL%DDLDLDLDLDMDMDMDM(DMDMDMDM3$NDNDDDNP+DNDN$DN8DNPDN\DNDNDNDNDNDODODOLDO`DOlDOxDODODO-4DOX$ODOnDDODODPDPDPHDPT{$P`DP`DPlˀՀ߀#-7APN\ d&DPlD PD PD PD PD PDPDPDPDPDQTDQdDQDQDQDQDR DR DR4DR\DRpDRDRD!RD*RD+SD,SD-S,D/S8D0STD1SxD2SD3SD4SD5SD6TD7TDT@1D9TTu$T`D@T`DD@Tp1DCTpDDT|DETDFTDHTDITDJUDKU DLU,DNU8DPU@DQU@DRU@DSUDTUDUUDWUDXUDYUDZV3D[V$V DbV DDbV03DeV0DfVDDgV\DiVhDjVDkVDmVDoVDpVDqVDrWDsW DtW4DvWDDwW\DxW|DyW5DzW$WDWڠDDW5 DWDWDWDWDWDXDX DX4DX4DX4DXDXDXDXDXDXDX6xDY$YDYDDY$DY$DY,DYTDY`DY`DY|DYDZDZDZ$Z(DZ(DZ4(7DZ4DZHDZ`DZlDZDZDZDZDZD[D[<D[PD[XD[pD[|D[D[D[D[D[D[D[D[D\D\:xD]0$]D]BDD]$PX`my€̀׀(?@D]$*&D]$D]8D]PD]\D]\D]\D]\D]\D]D]D^D^ D^D^(D^LD^dD^|D^D^D^D_,D_8D_DD_PD_D_D_D_D `0D `DD `LD `dD`pD`D`DaDaPDaDaDa?HDa>$aDaDaDaDbS$bD"bD"b(D#b(D$bLh$bTD,bTvDHD,bh(@@D-bh(@D.bh?D2bhD3bD4bD6bD7bD8bD:c@D;c $c,DCc,ՠDHDCc@@DJc@DKc\DMcxDOcDQcDScDUcDWcD[c+AdD_cDadDbd(AD[d0DedDDgdXDkdlDnd7BDrdDtdDudBPDndDxdDzeD~eDe<De|DeDeDeDeDeDeDfCDfC$f Df SD`HuLDf8&&& Df8Df@Df@Df`DfDfDfDfDfDfDfDgDgDgDg$Dg8DgLDgXDg`DgtDgDgDgDgDgDgDgDhDh4EDh|$hDhǠDԠ`HLPDhDhDhDhDhDhDhDhDhDiDiDiDi(Di4Di@DiLDiXDidDipDi|DiDiDiDiDiDiDiDiDiDjDj Dj$Dj0Dj@DjLDjXDjdDjpDj|DjDjD jD jD jDjDkDk$kDkDDk%-5=EO[I\DkD kgID$lD%l<D'lTD)l\D*lD+lD,lsJD1m4D2m|KD8mD9mD;n D<n(KD2n0D?nDD@nTDAn\DBnDCnDDnL8D%nLLD nDInDKoDLo4DMoLDNo`DOolDPoxDQoDSoDToDXoD]p4MD_pD$pLDfpLDDfp\ƀ΀րހMDop\DpphMDtpDupDwpDypDzq@D{q`D|qh ODqDq,:OxDrDr\DrDrPDrDrDrDrDsDs,Ds4PDus<PDpsPDsdDsDsDsDsDsDsDsDt Dt0DtXDtR(DtF$tDt[DDthpxR@DtDtRhDtDu@DuXDu`DuDuDu€ShDuDv@΀܀SDvXDvDvDvTdDvDwDwDw DwlDw|DwTDwUDwDwDwDwDxDx$Dx0Dx<DxHDx\DxDxDxVxDy$yDyDDy  VD y D y,VDyHDy+WDyDy9WDzDz\DzlDztWDz|WDzXD zD"zD$zD%zD&zD'{D({D,{$XD.{4E${<D5{<TDD5{LaiqXD:{LD;{X{XD?{tD@{YDDD{DE| YDI|`DJ|DK|DL|Z<Z<D@|ZPD;|DP|DR}DS},DT}@DU}LDV}XDZ}lZD\}|$}Dc}DDc}ŀ̀[Dh}Di}׀[,Dm}Dn~[Dr~Ds~h\Dw~Dx~DyDz \\Dn\Di(D~<D\DtDDDD]4D$D DD!)7CMWD]TDc]DD`o]DxDDDD0DDDDDDDD_lD_DD$Dd`D{$DDD`DDDD`D($0D0D<ɀـ`D<DTDlDDDDDDDD,DDD\DtDDDDDDDD D<DLD`DpDDD D D D D (D8DXDpDDDDD$DLDTD!hDe<D#$D'D' /<NVePD/D4D5D6,D7DD8DD9D:D?D@DADB DC8DEDDF\D6dDLxDQDRDTDUDVDWDZD^(D_LD``DaxDfDgDhDiDjDl(Dm@D4LhDp`^$hDyhrTDHDy|HD@D||΀<84hDDDDDD DtDDDDDDD,DDDDDD kD$$,D,DH"P/XDP<kDPDlDD D DhDtDDmDD$DUDbHqLDm4DDDDDDD$D<DPDhDDDDDDDDDD$D,DHD`DpDDDDDDDDoxDdd߀ #Npۀ0DV k7A]  w ߓӂ" ( z`k`1 ]}Uv̀ـ8Rˀڀ*7ET  r˂%ae@€@s Ă9݀ % 1q}݀Hz    |Ҁ   Ԃ1$" !\*\A(((((V(c%ۀ؀@ր@ah߀hhۀhAe4M3jf<5<”<¨ \݀\ď\Fp̀p߀ Ƨ PˀPȒPq<j<#\؀\̟\n €ΡXcX3XC `ѱ8 ұ Ӎ8cԧժֆ]4Ԁ :K<<݋<ݥ<<z<<<=<<<DWDDD:4㬀(\(䅀0?0嘀K0瘀0蓀@ꅀ(<(l44씀 E88/׀ ?(($ v0]0 p!`X`%```dDdV #PP׀6k׀up?pN  eg}8+89$ $LLL&<T|T T  ʀ  - ɀ | 04,ˀ,,%Ce<\} 3 Dhhh(S(( 00€]\H& n) +!!"#$O$b|%'|&|'|(5H()*\**1**++$+5+N +\ +n + + + + +׀0,M 0,k ,} ,$D1,D,H,ĠP,ѠX,\,h`D14-&hΐ-$&Δ-8-C-S-]-h-p-x-@--DA4DB<DCXDEpDFDGDHDIDJDKDLDM,DO@DPLDQ|DRDSDTDVDWDVDZD\0D]DD^|D_D`DaDcDdDcDgDhHDi|DjDk$Dl`DmDnDoDpLDqDrDsDtLDuDvDGD{D|D}D$D<---ƀ-Ҁ---. DDTDDDDDDDD$D8DDDtDDDDDDD D(D<DtDDDDDDDD@DpDDDDD|DDDDTDDDDDD|DDD,D\DDDDDD(DPDhxDDDD.$D..D.;HDDD.H$@D.\D.i@H.|L.P.T.hXD(.Ā.π0.ـ.H.D/ $//"/0/?/N/Y/d/w/////HD(DDD|DDDDDDD D D D D(D4D<DPDxD|DDDDDDD(D4D LD!XD"dD#pD$xD%D&D'D(D)D+ D, D-4D1XD3xD4D5D6D7D8D9D:D;D<D=,D?PD@xDADBDCDH(DJHDKTDL`DMlDNtDODPDRDTDU8DXPDZpD[|D\D]D^D_D`DaDbDcDd$DhHDj\DkhDltDmDnDoDpDqDrDsDtDx4DzHD{TD|`D}lD~tDDDDD/$D/ՠ D/H/P0 XD00#0-080D0PDD0DTD`DDDDDD8DTDtDD0DTDpDDDD0\$D0mD0yH0L0P0T0XD0À0π0ڀ000111$101<1IDDDDDDDDDD0DDDTDpDDDDD D(D8D@DXD`DhDpDDDDD1U$D1fD1r@H1~L1T1\1d1l1ȠpD1Ԁ1܀1112 22'232?2L2XDD D8DPDDDDD D <D `D xDDDDDDDDDhDDDDDD $D",D#<D%DD&\D(dD)lD tD+D,D-D.0D/L$HD0X2dh2pdh2dh22ɀ23303S3y333Հ344 4+ߕ4B4[4x4 44̀ 5.5q`6&`616À 7}Y727N7k7y7777778 8>8M8o8}88888€8π8܀889 9@ 9N9ex9z%99ag9@:q@;";26-;F;c];};;;<<<8 {> ? ? ?] ?k ? ?@ @9@2 @z @@ƀ@ҀA2A?ATAAπA A A B BBsBрB߀CcCsD'D7 Dـ D DEE)3ED$"E^Ev\F\FFG(G(H(HՀ(H(I(IJzK0L-L?@M+@M=NNOgOrhP4hQhQ0hQ>AQTgQiQQ3QR5RFR<S<S<S Tc\U2\U\VpW!pW4 W XUPY PYPZPZƀ<[<\x\]-\]\^À __X`XaXab< bcc5c d d8eefJfgۀhijZk)lm_mm<nW<n<n<o<oπ<pW<pt<p<qL<qԀ<qDrDsYDstDst9tPth4u(u(uڀ0v0vwx60x0yOyz{C{ڀ(|(|4}t4} ~G88,܀ D((8$ ˀ00 ŀv``z`R`@`Pdd >xPUP,,ʀpp  ߀uRӀ88$a$lL LjL|<6TҀTaTq ׀Ҁu,!,l,{CcӀЀ݀  hchh((( D00" j^JC΀~A€||u|~|HY)7 L Z j ~ $hDRhDHĠLϠTܠ\ `DR(@DS(@DT*(ADUT(`@DVe(DW( DX&h8Àh̀ *:HT`&<mDfDgDhDkxDqDtDu<Dv\DwlDx|DyDzD|D}D~DDTDDDDD$DxDDDtDDDDDDD ɀDD,D@DTD\DlDDDDDDD DhDDDDD8D\DDDDDD D4DDDTDdDtDрфшdd% C k {        +$8D>HKL]Pg(l@q&рw(}(&ф@@@@(((((((@(((( ((( (&ш( &($.((6(,>(0D D D D D DD D(D@DtDDDDDDDD!,D#,D%0D'<D)DD+LD,dD-D.D/D0 D1pD2D5D6D8D9D;D<D=D?D@DB\DCdDEŒDGDHDIDJ(DLdDMØDODQDRHDSPDTĀDUĄDVČDWİDXDYHD[hD]D_D`DbDd$DfHDhlDi|DmƄDoƌDpƐDqƴDrDtdDvlDwLjDyǘDzD{D|D}DDDDȜDDDlDtDɰDD DD\DʌDʔDʔDʜDʤDʬDDDFMѨR8[dd‡dŽ ¬     0 D V r à Ô$ÝDæHðLùPàTʠX(8(@(H(P(X(`(h(p&Ѩ(x (((#(*(2(D'DD(`D)|D*ˌD,˜D-˸D.D/D0TD2dD3̀D4̜D5D6D8D9\D:ͨD;D=8D>@:$PEDNHXL_PeTnXx(~(Ą(Ċ(Đ(Ė(ġ(ĩ(ı(Df΄DgΠDhDiDk Dl(DmDDnxDpϰDqDrDtPDuXĹhdhdh4_ŁŤʀ &AUg |ƒ1Ʈ7A]r%&;aeQe~9ǗǬŀpȋp & ;0 0$hD1hDH LT0\>`LdYhflD1Ќr|ʆʕD4ЌʠʨʰpȀԀD:Д*D;И5LVHa@o8ˀ4˒(D@Р8DEРDFЬDGDHDIDJDODP(DQ4DR4DSPDY\DZ|D[ьD\ѤD^ѰD_D`DfDgҐDhDiDjDkDqDrDs@Dt\DuӌDvӼDwDx4DypDrԤDDDDDhDDDDD D D D D D D֘DD4DDDhDpD׈DטDפD׼DDDD0D0D D D4DیD۠D۴DDDDD D D4DPDlDtDtDtDtDtDtDD DD݄Dݘ <Dݤ˴$ݰDݰǠDՠpHLD(D `DDDDD0D<DPDtD|DވDޠDDDDDD D$DXDߐD߸DDLDDDD$D"D.pH:LFPTXa`nh}p̏x̡̯D̼Ā̀Ԁހ DD(DTD `D xD D DDDDDDDhDDDDDTDxDDD D!D"D#<D$tD%DD(D+D,D-D.DD/D0D1D2D3DD4|D5D6D8D9D:D;<D<dD=D>D,DADCDDETDFD DHDI DJ,0$8DQ8<DILVTc\pd|hDQ\͇͓ͬ͟͹ƀӀ܀ +6xDU\DVxDWDXDYDZD[D\D^D_D`,DadDbDdDeDfDgDhDjDkXDlDmDnDoDp<A$DDzDVDa@lHzL·pPDz\ΘΠΨΰιĀπڀD\DDDD0D<DTDxDDDDDDDTDxDxDxDxDxD\D`DDDDD D D$D<DhDhDDDDD<DtDDDDDDDDD8DDDDDD$D(D@DDDDDD%D d4d:d~ϩˀ6WpЋПб Ƃd݀ߑ2Lh ɀ`Һ`;1W Ӭ}Q (6DPԅԝр.;HUbo|Պՙ Ӏ l %%:acP@@׵ł6)]M [  ܂  9" j vٶ€"/Dڍڿ    cπSc' ɀ  /4$"Nf\o\߆(((ŀ(р(⛀(⨀j /@@-禀Wbh$hh h.190ހ0$Dh#D1H=LMPaTtX녠\뒠`Dh,렀묀뷀뿀ǀπ܀$Dm,Dn4DoTDpdDqtDrDtDuDvDxDy Dz,D{<D|LD}dDpDDDDDD DD D,DDDpDDDDDD D4DLDhDDDD$DDH L0PDTWXh\{`쎠d쟠hD$쭀D$D,DLD\DlDDDDD$D%D&4D'DD(TD)lD+xD,D-D/D4D5D6D8$DdǠDDd( Dj(Dk0DlHDmPDn`DpxDrDsDuDvDwDyDzD{D} D~$D4D<DTDlDtDDDDDDDDDD4DLDTDlDDDDDDDDD DD$D<DLDTDlDst D$ D !D-HD D D0DHDTD\DlD|DDDDDDDDD DD4D@D9$D$RD_HlL퀠PD$풀 D)D*D+D,D. D/D04D2@D3\D4`D5xD6D8D9D:D<D=D?(D@8DAHDB`DEtDFDGDHDKDLD4DNDO $,Di,ɠD֠HDi@8Dl@DmXDnhDoDp$DDDDDDDDDDDD(DDDdDDDD$D$DD0DDD D@DTDtDDDD=$DTDD`DDD,DLDhDhDDm$hD DHPD D D D DD ,D LD xD D D D D $h D: ѠDݠHPD: $D= $D> 4D? LDB XDC DD DF DG DH DJ $h Dj &D2HAPDj <N4Dm <Dn LDo dDr pDs Dt Dv Dw Dx  Dz ([$ 4D 4rhDD Dhh<D DD \D tD D D D D $@ D ﯠDD 8ɀԀ߀0D 8D @D XD `D pD D D D D D D D(D@DhDpDDDDDDDD@DHD`DDDDDDDDD0DPDXDpD|DD$@D$DD$ +6@ALD* D+(D,@D-PD/hD2tD3D5D6D7D9D:D;D=D>(D?@DAHDB`DCxDEDFDGDIDJDKDMDNDODQDS(D34DXDYX$DsoD{HDsDuDvDw Dx,DyLDzlD|D}D~D$DDDƀр܀@DDDDD D8DtDDDDDD(DHDpDxDDDDDD D8DXDDDDDDD4DTD|DDDDDD8D@D\D|DDDDDD4D\D|DD D D DD$DDDLDdDpDDD,&0D 8+$DDCD:DDChT_@jr&`DKhDLpDMDNDODQDRDU4DVhDYDZD\D]D`Da Dd@DedDglDhDkDlDoDpDrDs8DvXDwDzD{D}D~D D PD pD D D D D!D!4D!`D!hD!D!D!D!D"D"D"0D"PD"|D"D"D"D"DO"D#-D#$#D#DD#Հ-D#D#D#D#D#D$ D$D$0D$XD$XD$tD$D$D$D$D$D%D%D%LD%TD%lD%D%D%D&D & D &$D &XD&`D&xD&D&D&D'D'D' D'\D'dD'|D'D'D'D ( D"(D#(,D$(hD&(pD'(D((D*(D+(D,)D.) D/)8D0)lD2)tD3)D4)D6)D7)D8*D:*D;*4D<*hD?*pDA*D*DE+5<DF+D$+PD[+P.D:HD[+hG5`D^+hD_+Da+D_,<Dc,P6TDd,\O$,hD,hbDnHD,|z6tD,|D,D,D,D,D,D,D,D,D,D-D-D-(D-8D-HD-XD-hD-xD-D-D.8D.$.D.DHD.4@ŀ8,D.4D.PD.dD.pD.D.D.D.D.D.D.D/D/,D/@D/XD/`D/lD/|D/D/D/D/D/D/D0D0D0$D0HD0dD0D0D0:D0$0D0DHD0D0D1 D1DD1P$1\D 1\@D3@HD 1pD 1pD 1D1D1H2Pd2wd2À3Y{Ѐ  ߕ-J d1}Yx%2Gag]6-q]934$"Nf(ހۀ@ـ@d hhhހh1$2D2D H4LGPXTD2(fqŀр߀ @-0x>tLpZl D&2(D'20D*2@D+2XD-2dD.2lD12D22D42D52D62D92D:3D=3D?3,DA3DDC3TDF3pDG3pDH3DK3DM3DP3DQ3DR3DV3DW3ihudTD$D`4Da4Db4Dc4Dd4De4Df4Dg4Dh4Di4Dj4Dk4Dm4Do4Dp5 Dr5Dt5$Du5@Dx5HDy5LD|5hD~5D5D6D6,D6D6D6D6D6D7,D7D7D8$D8D8D9 D9D9D9D9D:D:8D:@Dy:HD:\D:lD:|D:D:D:D:D:D:D:D;D;D;,D;@D;LD;\D;lD;|D;D;D;D;D;D;D< D<(D<8DD>$D>0D><D>\D>hD>tD>|D> DW>D>D>D>D? D?D?$D ?<ـ\L<, ) LD?TD?TD?TD?TD?TD?TD?TD?TD?TD?TD@D!@D"@0D$@8D&@HD'@dD*@lD+@pD.@D0@D2AD7AD8APD;ApD<AD=AD@ADBADDADIBDJB\DMB|DNBDOBDUBDWBDXC,D[C<D\CTD]ChD_CtD`CDaCDbCDcCDdCDeCDfCDgD DhD DiD8DjDhDkDDlDDmDDnDDoDD+DDsE DvEDyE,DzEDD}ETD~ElDEDEDEDEDEDEDEDEDEDF DFDF,DFDDFXDFxDFDFDFDFDFDFDFDGDG$DG0DG<DGLDG\DGpDGDGDGDGDGDGDGDGDH DH DH8DHLDHXDHhDHxDHDHDHDHDHDHDHDIDI(DI4DIDDIXDIlDIxDIDIDID IDIDIDJDJDJ(DJ48\CLOH\Dj@t<~840,(DDJLDJLDJLDJLDJLDJLDJLDJLDJLDJLDJLDJLDJLDK8DKTDKDKDKDL DL,D LPD LXD L|DLDLDM DM,DMLDMlDMDMDNDNXDNDND!ND"OD$OD%O8D'O@D(OdD*OlD,OD-OD.PD/P4D0PTD3P|D6PDPDQDQ$D<Q8<D=QD$QPDLQPؠDHL PT/XB\S`DLQtalĀҀހ@ .=lDbQtDeQDfQDkQDlQDoQDpQDrQDsR DuR$DwR<DzRTD|RdDRDRDRDRDRDRDRDRDRDSDSIUbq||\!DS DS DS DS DS DS DS DS DS DSDSDSDSDTDT$DT,DT@DTHDT\DTdDTtDTDTDTDTDTDTDTDUDDU`DUDUDV DV,DVDDVXDVdDVDWDWXDWDX DXXDXDXDXDXDYDYDY DY4DYDDYTDYlDY|DYDYDYDYDYDYDYDZDZDZ$DZ4DZDDZTDZlD ZD ZDZDZDZDZD[D[D[$D[8D[DD[TD[dD[pD[|D[D [D#[D$[D%[D'\D(\D)\(D*\<D+\LD,\pD-\|D.\D0\D1\D2\*D\D6\D9\D6]D<],D=]4D>]LD?]\D@]dx+tDF]|DG]|DH]|DI]|DJ]|DK]|DM]DO]DP^DR^DT^ DU^<DX^DDY^HD\^dD^^D`^De^Df_(Di_HDj_`Dk_tDn_Dp_Dr_Dw_Dx`4D{`TD|`lD}`D`D`DaDaDa,Da@DaLDaXDahDa|DaDaDaDbDb,DbDDbLDYbTDbhDbxDbDbDbDbDbDbDbDcDcDc Dc8DcLDcXDchDcxDcDcDcDcDcDcDdDdDd4DdDDdXDdlDdDdDdDdDdDdDdDdDeDeDe0De8De@DeLDehDe|DeDeDeDeDeDeDeDfDfDf(Df8DfLDfXDf`DfhDfp4pD@fxDfDfDfDfDgDgDg,DgHŀрـ|xtplh,d7`B005XDg`Dg`Dg`Dg`Dg`Dg`Dg`Dg`D g`D!g`D"g`D#g`D$g`D&hLD'hD(hD*hD+iD-i$D.iHD0iPD1itD3i|D5iD6jD7j$D8jDD9jdD<jD?jD(k DBk DDkHDEkxDGkDHkDJkDKkDMkDOlDDPldDQlDRlDSlDVlDYmTDBml;xDmD]mD`mDamDn<DenPD?D@DADB8DD@DEXDFXDGXDHDJDLDDQLWPDRXhdhdh2Lw  % > Y m   ߕ     1 %}Y > Z w x %  ag 6-  ] 1 J9 c x  3 $"  1  $hDh #D /H =LD K S e s    &\DDDDD%D'0D(HD*\D0|D2D3D5D6D<D>D? DADD$DE<DGHDHxDIDJDKDL@DMpDNDOHDPxDQDRDSDT(DUXDVDWDX DYDZD\D]D^D_D`DHDc\ Ddh $htDot נD H P X \Do  # + 3 E S d s h h h    ƀ Ѐ ۀ   6BRb&hDDDDDD(DxDD0DpDDDDDDDDLDDDD(DDDDDDDDD DDDDDDD$D8DDDtDDDDDDDDDDdD|DDDDDDDlDDDDDDDD`DxDDDDDDDDD$D`DhDpDxDDDD D D D D$D4DLDDDD,DhDDDDD DD D0D4D@D!TD"\D$dD%pD&xD'D(D)D*D,DD/D0p$hD;DHPXŠ\D; ӀhD> D?,D@`DAh DBt$DJDHDJ'@2?0DPDQDRDSDTDU(DV<DW\DY|DZ|D[|D\|D]hD^]Rt$DzDDz@ȀՀ߀0 DDD D8D\DdDDDDDDDDDDDDDDDDDDDDDDLDdD|DDDDDDDDDDD$D,DHDXDXDXDDDDDDDDD D D D<DDDdDtDtDtDDDDDDD (D$D$DD>I@Takw0 XDDDDD D,D<D DD LD LD LD DD8D8D8DD DDDDDDDD D!(D"@D#HD$HD%HD&|D(D)D*D+D,D-D.D0D1D2(D3(D4(D5\D7dD8D9D:D;D<D>D?D@DADBDD$DE@DFPDGPDHPDIDKDNDQDSDDXd&DYpdd(Su5I[ p~v16/ ]#<Y*sai 5'$"A%Yn9߂ߗ~-EZoN@ @ Vbh)hh-h<1G_$D}DHLP TDЀ؀ D D!D%D&D+D,D-D.LD1XD3tD5D6D7D8 D1D=,D>pD@|DADBDCDDDE`DFlDGDIHDJ$DO.DDO;dDRDTDUDWDY4DZHD\TD]lD_D`Db8DcG$Dm[DnHLPTXDmŀDnpDpDrDt0Du0DvHDzTD|lD~DDDDDDDD,DTDTDlDpD|$DDDDDDD(DDDTDDD$DD#H1L<PDHlDDDHDDDDDD(D<DPDdDxDDDDDDDDDDDD D$T$0D0fDsHLPDL DLDhDDD D$$D$DĠHՠPX\ `DH  & 3 ? N l x   ` ÀX рP ݀L H D!@!<!8 DHD `D xD DDDDDDDDDDDDDDDD!D"<D#HD$dD&pD'D*D+D,D-$D.TD/D0D1D28D3pD4D5D6D78D8dD9D:D;D< D=XD?`D@DBDCD=DEDGDHDDJLDKDMDNDEDPD $DV8DWD!,$PDaP!DD!QH!bP!qX!\!`Dat!!!!̀!Հ!!!"""")"3";DqtDrŒDs¨DwDxDwDzD} D~ D D D D D D D D DD(DDDXDDHDTD\DzpDńDŠDDDD"I$(D("\D"iH"wL"T"\"d"l"pDL"ŀ@DLD`DlDƼDDD<DxDDŽDǘDǬDDDDD DD DHDT"$`D`"D"H#P#X#+\#8`DȄ#F0#W#b#o#}######€#ʀ#ۀDȄDȨDȴDDDDDDDDDDDDɔDɰDDDDD4D<D`DhDDD D 0D PDxDDD D D<D̤D̤DDD#$ D' $D$H$ P$/X$C\$P`D'0$^$f$n$y$$$$$$$ˀ$؀0$$%|%!xD90D:TD;`D<xD?͐D@͐DA͐DB͐DC͐DD͐DE͐DF͐DG͐DH͐DI@DM\DOδDQDR DS,DT4DUxDVτDWόDYϰDZD[8DO|D^АD`иDbDcTDdјD^DID<Dj"Dk$%/$0Ds0%GD%YH%iL%zPDsL%"DvLDwTDxdDyxDz|D{ҌD|ҠD}Ҥ#0D~Ұ%$ҼDҼ%D%H%ɠP%ؠX%\%`D&&&'&2&=&H&U&d&q&~&&&&&#`DDDD(D@D@D@D@D@D@D@D@D@D@D@DD\DxDDD0DxDՌDՌDDDDDD0DDDX&Dd&$pDp&D&H'P'X'(\'5`D֔'C'Z'g'o'w'''''Ӏx't(p(l( h(+d(9&DD֔DָDDDDDDDDDDD׌DאDהDטD״DD$D,D4D HD`D tD ،DؤDDD,DLDXDtDٜDD D\DpDڄDژ+$D ڤ(Dڰ(Mdڰ(tdڰ(}((())1)W)y)))΀)) * *ߕ*(*A*^ *x*1*}Y**++x+.%+F+[ag+q6-++]++9+,,,-3,H$",b,z$hڰD+ڰ,hD,HD+,h,h,€h,π,׀,߀,,-D2D3D4D5D6D7,D88D9DD;LD<pD=|D>ۀD?ۈD@DADB(DC`DEܘDFܤDGܰDIܸDJ8DKPDL݀DMݔDNݤDOݨDPDR DS8DThDUpDVxDWހDYވDZސD[ޘD\޼D]D^D_D`LDadDbtDc߬DeDfDgDiDjDkDlDmDnDoDp DrXDsDtDuDvDwDyDzD{D|D}D~D DDDDDD(D4D<DDDDDDDDD|DDDDDDDDD D,D8DDD4PD`D|DDDDDD(D4DHDdDDDDD D`D|DDDDD D0DLDhDDDDD$D8DTDDDDDD8DTDhDt- ---*-6-CDDDDDD D(DlDtDDDDDDD,DDD`D|DDDDDDDDD4DHD`DtD|DDdDDDtDDDDD D $DpD D D DDDDDDD(D8DPDpDDDDD 4DDD%D&D'D((D)DD*D+D,D+D-D. D/0D04D2HD3`D5|D6D7D5D9D;D<D=D>D?0D@PDAdD?|DCDFDH DIDJDKDIxD(DPDQDRDSDT(DStDUDVDWDYD[D\D[D^D` Da,Db<DcTDdtDcDfDiDjDk8DjDPDpDqDrDsDt0Du`DvhDwDvDxDyDzD{D} D~(DDD`DxDDDDDDDD D8DPDdDlDDTDtDDLDs`D|DDDDD D4DLD\DhDDDDDDDD D,DDDXD`DDD\DpD'DDDD(LD-P$hD-khDD-yh-h------Ѐ-܀--.. ..#...6(hDDD D<DPD`DpDDDDDDDDD4DLDXDxDDDDD(D<DXDpDDDDDDDDDDD(D8D XD hD D DDDDDDDD(D8DTDtDDDDD$D|D!D"D#D$ D% $D& \D' hD$ D) D* D+ D, PD- hD. D/ D, D2 D3 $0D4 0.A$h <DG <.XhDDG L.fh.ph.}h......ɀ.؀...// //!0DQ LDR PDS TDT pDU DV DW DX DY DZ D[ D] D^ D_ 8Da DDb hDc De Df Dg Dh Di Dk (DW \Dm pDn Do Dp Dq Ds Dt DuDvDw4DxlDy|DzD{D|D~DD(D,D8D@DPDhDxDDDDDD(D@DLDDDvDD6`D/-$hD/GhD/UHD0/ch/m/y///6D0DHDDDDDDDDDDD(D4DhDtDDDD4DXDdDDDDtDDD$D$DDDTD\DdDlDDDDDDDD;tD$/$h0D0/hD/ɠHDD/׀h///0000";DDD\DDDDDDDDD$D\DdDlDtDD D D D DDDPDdDDDDDDDDDDDD DD\DpD%D&D'D(D)D%D+A\D, 0*$hD509hD0DhH0RLD500bh0nAD90D:@D;PD<hD>tD?D@DADBDCDDDEDFDG DH$DJDDKTDLlDMDNDODPDQDRDSDUDV$DW4DX<DYDDZLD[TD\\D^lD_|D`DaDbDcDfDgDhDiDj Dk8DmDDndDotDqDrDsDuDvDwDx Dy Dz 4D{ lD| xD} D D D D D D D D!D! D!D!(D!4D!<D!DFD!P0y!`0d!`0d!`001101R1u111ހ122&28 2M%2e2zbz2@3C@34 6*44<]4V4 4 5 558 5L95e 5 5556Z6f6{6€66 7 7 7) 777$!`D!`7D7H7ǠLD!x7&7&778888$80D!xD!D!D"!D#!D$" D%"$D'"LD("pD)"D*"D+"D."D0"D.#dD1#xD2#D3#D7#D8#D9#D:$D;$$D<$dD=$tD>$D?$D@$DE$DI$DJ$DK%DL% DM%DN%,DO%HDP%XDQ%dDR%|DX%DY%DZ%D[%D\%D:%Da&Db&8;$& Dj& 8OD8[HDj&48i8s(Dl&4Dn&4Do&PDp&pDq&Dr&Ds&Du&D~'8D'LD'\D'xD'8D'8$'D'8D8HD'8XD'D'D(D((D(<D(H8$(TD(T8ȠD8٠H8L8P9T9XD(x9"919;9FD(xD(D(D(D(D(D(D(D(9T)9^d)9d)999Ӏ9: :C:i:::ŀ::; ; ;k;;$)D)D);р D)D)$D)@D)HD)PTD)\;$)hD")h;DD")x<pD%)xD&)D')D()D*)D+)D,*8D**TD.*hlD/*t< $*|D8*|<D<%H<1LD8**D?*D@*DA+DB+DC+8DD+PDE+hDF+xDG+DI+DJ+DK+DL+DM+DN+DP+DQ+DR, DS, DT,4DU,DDW,PDX,lDY,DZ,D[,DW-D^-D_-@D`-\Da-hDb-xDc-Dd-De-Df-Dg-Di-Dj.Dk.0Dl.PDm.pDn.Do.>$>6>O>l >>1>}Y>>??&?? ?Tx?[%?s?ag?6-??]?@9@@0@@A A0AA B B BBԂB݂BBB$0xD 0xCDD 0CD 0D0D0dD0C&$0D0C<DCHHCULD1CcD1D10D1D1@D1CnCC&C&`C$1D61CDCHD61D DD`D:1D;2HD<2PD?2D@2DB2DD2DE3DF3lD@3tDJ3LDK3D,$3DQ3DADDMHDZLDQ3DhDspDU3DV4XDW4DX4xDY4D$4D]4DDD]5 DD`5 Da5DDb5PD$5\Dg5\DDDˠHDg5pD؀DDk5pDl5Dm6Dn6$D$60Dr60DDDr6@E EEE,E;Dv6@Dx6DDy6lDz6D|6D}6D~6Dz7 D7 D7HEC$7TD7TEXDEdHD7hEsE~D7hD7D8D8E$8(D8(D84D84D8@E$8LD8LEDEŠHD8`EҀD8`D8D9D9 E$9D9EDFHFLD90F(D90F*D90D9@D9TD9hD9D9D9D9D:D: D:8D:L D:\F8$:hD:hFNDFZHFeLD:Fr D:D:D:D:D:D:D:D; D;D;0D;DD;`D;l D;xF~;Fd;Fd;FFGG-GOGrGGGۀGHH#H5 HJdHa6)HuH]H(H€HII IYlI`%IxIacIII9IIJ[JhJJKK LP Lc Lt4WL}L L L1LLdL}QMM.MKMcM|MMM΀4N4Nр4N߀4O4O܀4O0P0P߀0PdQdRdSEdSVDSDTրDTUUUcPV)PVˀPW%PW3,W,X/,XA XU Xl XX$;D;XDD;XʀXՀXXdY,Y0Y,PYAYVYeYrYYD!;(D#;D&;D+;D,;D/<D2<(D5<D8<D;<D5<D>=D@=8DB=|DC=DE=DF=DH>DK>(DN>0DP>8DQ>8DS>\DK>hDV>DZ>YY`D_>D`?Da?Df?0Dl?`Dp?Y?Yd?Yd?YZ(ZBZmZZZ؀Z[[4[O[c[u [d[6)[[][(\l\ %\!\6ac\L\`\y9\\4W\\1\\d]}Q]]5]R]j]]]]$?D?]ԠDD?]]^^d^,^70^HP^]^r^^^^D'?(D)?D,?D1@D2@D5@ D8@8DA@DE@DG@DI@DA@DLA@DNAdDOADRADUADVB DXB0DYB0D[BPD^B\DaBdDcBlDdBlDfBD^BDiBDkCDoCDpC(DtC0DuCH^D|CPD}CpD~C|DCDCDCDCDCDCDCDDDDDD0DD8DD8DDXDkDdDE4DEdDE^E^^dE_dE_ _5_O_z___``(`A`\`p` ``MA`1`d`~vaa1aNada}aaaa bMb`c@`cc d7dPaidfdo~dv%ddd6/dd]ee9e6eKeef;fKfg g g ggg$EDCEhDhHh.Lh=ThJ\hX`hedhhhlhph tDCEhhhiii(DGEi'iF<ih8iz4i0i,i(i$i iiʀiـij DQEjjj(j8jEjhjsj&j&j&j&D`EDaF8DcF@DdF@DeF@DfF@DgF@DhF@DiF@DjF@DlFDmGDnGDoG$DpG0DqGPDrGXDsG`DtGpDuGDvGDwGDxGDyGDzGD{GD~GDGDHDHDH,DHDDH\DHDHDHDHDHDIDI(DIdDIlDIxDIDIDIDIDJDJ@DJHDJTDJpDJDJDJDJDJDJDKDKDK$DK,DK8DKDDK`DKlDK|DKDKDKDKDKDKDKDKDL DL0DL@DLTDL\DLhDLxDLDLDLDLDLDLDLDMDMDM,DM<DMDDMLDMXDMxDMDMDMDMDMjDMDNDN0DN8DNDDNLDNlDNDNDNDODO4DOHDOPDO\DOdDODODODODP DP4DPHDPPDP\DPdDPDPDPDQDQ$DQ\DQpDQxDQD QD QD QjǀD RD R<DRPDRXDRdDRlDRtDRDRDRD#S D%S,D&StD'SD)SD#SD-SD/SD0SD1TD2TD3T(D5TDD6TD7TD:TD3TD>UD@U$DAUlDBUDDUD>UDHUDJUDKUDLUDMUDNVDOV8DNV|DRVDSVDRVDVWDW DYW@DZWLj$WXDWXjDjHjLk PkTk)Xk6\kE`kPdk[hkilDW|kvkkkkkDW|DWDWDWDWDWDXDDXTDXlDXDXDXDY$DY,DYDDYLDYhDYDYDYTDYk$YDYkȠDkՠHkLDZ kkl ll l/l?lGlg|lsxl~tl(DZ lplllhldlĀ`lЀ\l܀LtDZ DZDZDZDZDZDZDZD[ D[8D[@D[@D[@D[@D[@D[@D[D[D[D[D\D\D\$D\`D\pD\D\D\D\D\D\D \D ]D ]D ],D]4D]<D]D]D]D]D]D^D^D^D^0D^D_D_ D_,D_<D_LD_dD!_lD"_tD#_D"`0D%`LD&`hD(`pD)`D*`D+`D,`D-`D/`D0`D1`D2aD3aD4aD5a0D7a8D8aLD9aLD;all&m $atDhatm FDham,m;DlaDmaDnaDoaDpaDqbtDrb mC$bDybmUDm_HmiLDyb0Dzb0D{b<D|bPD~bdDbtD~bDbmrbmzdbmdbmmрmnn8n[nnnĀn݀no o7Ao2oO]oi(oooo݀p p+pC}Up\1pxppp"pqqq6dqNqgPq~qrq%qqaeqqr9rr2rrs"s2ss t t ttׂ4tt t uu/uDu\utuuuˀu߀4v4v4v4w€4w4x0x0x0ydydzd{[d{lD|D|D|}k}yP~?P~P;PI,,E,W k  $bDbD@ӠHDbd, P4CP^jDbDbD!bD#bD&cD'cD!c D+cD.cD0cD4dD5d$D9d0D;d@D<dTD?dhD@dhDAdDEdDGdDHdDIdDMdDOdDQeDReDTeTDUexDVeDZeD[eD]eD^eD`eDbf Ddf8DefPDhf\DkfpDlfwfdfdf%GjӀ-Fc }1}Y6x=%U jag6-]9$fDf$D/@:HDfJUbqD fD fDg(Dg<DgPDgxDgDgDgDgDgDhDhDh(Dh@Dh|DhD!h(D"h{hdhdh܀!Cfπ)o0%H ]bzs6*]9bo U h y4v  1d}S3P^mzـ)9]l{ˀ؀ 1 @Xq|À44ŀ4Ӏ44Ѐ400Ҁ0ddkd.d?DDDʀ:HP PPP,ʀ,,! 4 K `x$hD hD@HD hd,ˀPDhDi(Di8Di\DihDipD iD"iD#iD%iDiD*iD.iD/j D2jD8jD9j0D;j8D<jLD2jTD>jDAjDBjD*jDEjDFjj%djLdjUĀ /Qr d6) )]C(Yl`%xac94W1*?dW}Qp$jDj DDk&1ENd^,w0P΀ހD!k(D#kD(k D+kXD,k`D2kxD5kD8kD;kD5lD>ldD@lDBlDCm<DEmLDFmLDHmlDKmxDNmDPmDQmDSmDKmDVnDfn$DnnTpDpn`np )np1dnpVdnpaЀ;]~ƀ؂)&3S‚ Y`J`1 <}SUqo% ad @@o6*]94v!=Rdj((& $npDnpD)H6LDnCDnDnDnDnDnDnK$oD)o\Dg@rHLPTD)oɀԀ,dD!0;FQYhdD8oD:oDD=ohD@oDBoDDoDEoDHoDIpDJpDNp0DPp`DQpxDUpDVpDZpD\pD^pDbpwPπDmqDnq0Dpq0DrqpDsqxDwqDxqD|rD}r Dr DrHDrhDrpDr|DrDrDrDrDrDsDsDsDs0DsHDshDspDsDsDsDsDtDt Dt8Dt\DtpDtxDtDtDtDtDuDu Du,Du@DuhDuDuDuDuDuDuDvDv Dv0DvPDv`DvDvDvDwDw$DwLDwDwDwDx,DxlDxDxDxDxDy Dy(Dy4DyHDy\DylD yt D yyydydy&Pjڀ"C\wo% bz6*]2K9dy$yDyD@HDyɀҀDyހD yD yD yDz,DzXDzDzDzD{D{$D {4D{HD{T${`D#{`D@HD#{p)D'{pD({|D){D+{D0| D1|DD2|LD3|LD4|LD5|LD7|LD<}D=}D>}TD@}`DA}`DB}`DD}@DF}I}Rd}wd}Ā4Z|р  $~v=1Yvaid!>Xt%6/]7P9i~~5   ":S^4z44444Ȁ0h00̀dd\d!d2DۀDD1?PPPP,ŀ, , 1 H ^$}D}lDxHLD},,ˀ׀@D}D~D ~D!~D#~(D&~8D(~D)~D,~D-~D/~D0D3D5 D94DLDNDODPDTDUDV0DW<DYHD[hD\D]DaDbDcDdDfDkDl(Do8DpxDrDtDuDxDyDzD{D|4D~P|D\hdhEdhMwހ'Ijo% bz6*"?]Yr94v1d}S.Kc|$hD hD@HD xɀdـ,P+8DxDDDDD$DHD TD#\D)dD*D,D-D#D1D2D4D (D:PD>XD?lDAtDG|DHDJDKDADMDOD:DR0DS<CHLdHsdH| 0Vx™²̀ d6)3P]j(ÀlÇ%ßôac9%4W.51Qfd~}Qėij $=$HDHKDDlep|Ņdŕ,Ů0ſPԀ%D'l(D)pD.xD1D2D8DA@DEHDGPDIdDApDLDNDODR$DUHDVDXDYD[D^DaDcDdDf(D^4DiDkDoDpDtDuDDD D,D4DPDXDpDxDDDDDkDDD3=dddnƘƲ݀"HjNjǤǿӀo% bz/6*C`]zȓ9Ȭ4v1d}S3OlɄɝɨ$D ɷD@ˠHנLD ,dP*?N[hDDDDD*D@DK DL(DV0DY8DZPD\D^D_0D`@DbLDgTDj\DklDmtDnDpDqDsDgDuDzD}D~DD D(Dz8DXD`DhDDDDDDDDDD0D8D@DXDDDDDDDDDD4D<DLDtD|DDDDDDDDDDDD$D,D@DHDXDpDxDDDDDDDDDDDD,D4DDD LD `D hDxDDDDD D!D#DD%@D)HD.PD/dD2lD)|D4D9D>D?D@DCD9DETDI\DNdDOxDRDIDTDYD^D_D`Da$Dd,DY<DfxDjDpDqDsDjDuDyDDDDy(DdDlDtDDDDDDDDDDPDXD`DtD|DDDDDDDD@DHDPD`DhDxDDDDDDD,D4D<DLDTDdDDDDDDDDD $D 8D@DPDDDDDDDD# D)D*$D,,D#<D.xD2D7D8D;D2D=DADEDFDJDA(DLdDPlDUtDVDYDPD[D_DcDdDh D_DjXDo`DshDtDxDoDzDDDDD DHDPDXDhDpDDDDDDDD0D8D@DPDXDhDDDDDDDDDDD$D4DLDTD\DpDxDDDDDDDDDDDD$D4D<DLDdDlDtDD DD DDDDDDD D D!$D#,D<D%TD*\D-dD.tD0|D*D2D7D:D;D=D7D?DDDGDHDJDD,DLDDQLDR\DVdDW|DbDYDZvʍʕʡddπ>`˃˩ˀ 4F [bzqÖ̗}S̰1d3Pj͆͢ͻ4vo%6*"?]Yr9΋Πμ%=$DOdD[dHDgoDD,DHDXDtDDDDτ$D"ϓ Dϟ HD"ϫϳϻĀ̀؀D&D'D)D+(D,<D-DD/\D0pD2D3D-D6D7D)D9$D?dDdHD?DBDCDD0DCTDFpDHDIDJDK&$DR9DD@OH[ LDRju,ЎdОPгπ܀dD] D^D`DaDbDcDe0Dh8Dj@DkTDl\DehDoDqDr DuDv Dw,DxlDyDzD{D|D}D~DD D D,D<DTDDDDD DD(D4DDDDDDDD4DHDdpDp$|D|2DDLW euцѐDDDDDDDPDdDDD4 @D@ћ$LDLѯDѺ@ŠHD\Ҁdd,0P(7DLZ \D\DhDpDDDDDDD,D@DTD|DDDDDDDTDhDpDDD Di$D|D҉HDҝdҭ,ҽ0΀Pۀ4FXg u ӃӋӘӥӱDD (πۀ@hd` 4D4D`D|DDDDDDDD$D!0D"LD$\D%tD(D)D*D,D.D/(D18D2LD3`D4pD6|D7D8,D9LD;pD<pD=D?D@DADB0DCPDElDGDIDJDMDN DO4DP\DRlDS|DVDXDZ,D\0D^D_DaDbDeDDfXDgDhDjDkDmDnDqDr$Dv#D.@Dv 9H,XdhPuԂԑԞԪ D D(D0DDDDD D$D0DpD|DDԷԿdd2]բȀ $?Se z4vփo֊%ַ֢bz6*]19J_1{אdר}S+6$D CDXHhLvP؁TD ؍ؚازD$DDDDDDD D <D!PD$XD%lD&D)D*D-D.D/D2D3D6D7D:(D;<D>DD?\DlDA8DBD$PDJP͠DݠHLPDJlDKl&3DQpDUxDVDZD[D\D`DaDbDd0DeHDgPDjXDkDlDoDpDsDtDwDxDyD|D}D~$D,D@DHDPDhDQxDDDP@$\D\MD[HkLyPلTD|ِٛD|D€DˆD D¨DDDDD DD(D4DHDPDhDxDDDP٩$\D\ٶDƠHԠLPDxDxD|DĄDĘDĠDĴDDDDD<DTD\DdDxDŀDňDŜDŤDŬDDDƠ DƬ)Ƹ5dƸ\dƸhڒڬ׀Bdۅ۞۹̀4vo% bz26*Fc]}ܖ9ܯ1d }S&B_wݐݛ$ƸD ƸݬDݶ@,HdLPPT3XD\D RD DDDDDDDD8DTDlDDŽD!ǐD#ǸD%D&D((D)DD+dD-xD.ȌD3ȨD4ȸD5D6D9D;D<4`rd|ބތD@LDATDBdDCtDDɄDFɜDGɸDHDDDKDMDNDPTDRdDT|DUʌDYʬDZD]hDa Dc4DdPDipDk˼DlDnDoDt0Dv@DwXDydD|xD~̸DDDD4DLD\D͔D͸DDD8DHDXDdDpDΈDΔDΤDΰDμޞު޳޻(dd9d߆ߩπ+FZl 1~v4Qkdai1Gc%{6/] 9#8$DGDVHDemDDDDD D!(D"PD#dD!lD$πD&ϔD'ϜD+ϤD,ϸD.D/D0,D4u$D=ㄠD㓠H㢠LD=㱀㹀LDADB,DD<DEPDJ|DKАDLРDOмDPDSDUDVTDW$(Dd(РDߠHLPTX\DdLDeLDf\DglDh|DiьDjќDkѬDl$Dv,D@HQL_PDvn䚀䩀一@D}D~LDXDtDҐDҸDDDDDDD<DLD\DӜDӰDDDDPDdDԠDԴDDD,D$DޠDHLD+:PDD4DPDxDՄDՠDռDDDD0DtDրD֔D֤DDDDD<DEQdxd儀宀Ȁ8^怀桀満Հ1P j1}Yd %=Vl跂Û  %# 8agN6-b>]陀駀ʀ!9T i ~ ꛀƀX덀 ڀ엀 /H9avx}핂4  2KV4r4豈4ﲀ4440`00ŀdydTdd*DӀDD)7PPPP,,, * A W$Dn,DdHPLD(D(D8D\DpD׈DDDD!D"$D*٠,DdHLD*0 P@) D/0D1XD2dD3pD4؀D5ؐD8جD:D;D=D?DADB0DC<DEtDHـDIِDJِDLDMDQDR(DT8DV\DW|DZڈDaڜDbڰDcDfDiDlDn0Do@Dp@DrۄDs۬DwDxDzD|D}DDPDdDxDܔDܠDܴDDDDD D D8DDDPD\D|DݼDDDDDDD DDDTD\DlDޘDެDDD4:HD8MDUd|dƀ6\~Ӏ7A *]D Yo1(4r%ae!9:Okd}U&>& 8N$PD D gP DD,D4D<DDDLDTD\DdDxD߄DߐDߜDߨD߰D߸D D!D"D#D$D%D&t$,D*D* ,D- D.<D/DD0PD1\D2dD3lD4tD5|D6D7D8D9D:$DD>D>DDADBDCDDDE DFDGDH$DI0DJ8DK@DLHDM\DNpDODPDQDRDSDT$0DXDX׀0D[D\(D]0D^<D_DD`PDaXDb`DchDdpDexDfDgDhDi&D&H$dDoDodDrDsDtDuDvDw$Dx,Dy4DzHD{PD|XD}lD~|DDDDDDDDDDDDD D(DD4($@D@<PDDPDPDDDDJ$DZDd@Dnd},PʀҀDڀ DDDDD D,DDD*DDDD D4DLDDDDDDDDD0D8D\DDDDDDD DPD`DhDDDDD ,D7(Ed(ld(z .Tvˀ߀ )2J}Sc1d%0Ead[6*o]94vo1F^v D   $D(D(DHD<+7DV@dDs{D'<D)PD*dD+xD-D/D0D1D5D6D8D:0D<`D6lD?DDDEDHDIDJDK DL8DMDDNPDO\DPhDRxDSDTDUDXDZD[D\dd-Orۀ#5$D DDXHgLD pD D D HDxDDDx$DDHLDDDDD(D<LDD$LD&LƠDӠHLD&dlD(dD)xD*D+D,D- D.   %,d Sd \ˀ  6 X y     1   ) 0o 7% O dad z6*  ]  9  4v   8 Md e}S ~        D '  8  G 0 Y d j  z&      $ DN  DDN0DO0DQ8DR8DSXDV`DW`DXD[D\D]D`DODc  B  e       2 B(V(a(n( z(( $ Df Df@ÀDhDm Dn8DoPDqxDrDtDuDvDwDxDyDzD|@@@@DDDDDDD D( DLD`-DthDDDDDD DD0DH@D`DdD|DDDDDDD@DLDdDhD|DDD D ?@D)D,D.D1(D3\D4lxD;D>DADBDHDIDJDKDPDUDWDY,D]pD^DkDlDrDDDD D>(D`DhK@Dl`DDDDDD(DLDTDXDtDDDDD$ D,D4DDDPDXDhDxDDDDDDDDDDD(D8D@DHD`DxDDDDDDD0DHD\DpDD D D D D DDD$D8DLD`DxDDDDDDDD0DHD`D tD!|D"D#DD%D&YapxT ,< 8 $<@JXft4dd.Hsހ!:Ui{ 7A](-C1_aeu4~r%9#?Tdl}U` p ((( k(((    &T*&4P&r&&<&&&((7(b(w((&&&($DD@@ @-@ D D DD D4DDDXDhD|DDDD D"D%D*D,D-D.D0;@D2LD3,D5\D6pD7|D9D:D;D=D@DADC DE DGXDItDJ|DMDNDODCDRDXD[D\<D_<DaDDbPDc\DeDgDhDjDkDmDnDpDqDsDtDvDwDyDzD|D}DDDDDDDD D D,D,D8D8DDDDDPDPD\D\DhDhDtDtDDDDDDDDDDDDDDDDDDDDGPX`$DDDDHDXDlDxDDDDDDD4DHDTD`kt|D`DdDpDDDDDDD D4D@DTDlDDDDD DDD(D4`D@D@DHD\D\DD D%D(D0 D5D7DBDDDFDI,DJDDKHDPP xDTXDX`DZhDdhDfxDgDlDmDpDsDuDwDxDyD}D8DDDLDTDT\D DDX D $ D D @D @D @@ D D D D (D 8D HD XD p-D D D D D D pDPDdDpDxDDDDDDDD@D ?$,D,D8\@t@XD8D@DPDp@DDDD DD0DXDxDD$DD@D@@DDDDDD! D"HD#hD%D&$D1G H@D1%@D2D5D72@D9H@D;T@D=,`D?@D@XDBpDCxDDDFDGDJDKDMDRPDS0b$8D\8D\DowD^DpD`PDb`DhxDjDnDoDqDuDwDxD{D D0D0D@DHDqtDDDD$DDDDDD $DŠDD$D$D<DDDXDlDDDDD$DDDDDD D $(D(DHD<'\D<DLD\DDDDDDD0$DIDDDD0D8DHDTS$\D \jDtHD pD pD|DDDDDD ddʀ9[~ƀ/A4vJoQ%i ~bz6*]9&1BWdo}S$D DD #0HDDDD 0D 0D TD`D|DDD 4$D JDD YdHD i y    0  D D"D$D% D&D'0D)HD*\D,D-D.D1D2D4D5D6D7$D8<D9LD:XD;D=D>D?DBD'DFDH<DJPDLxDMxDNDPDRDTDUDV DX DY (\DZ 4  @ d @ d @!!.!H!s!!!ހ""!":"U"i"{ "M\"""~v"1##3#<##̀$@<%<%o<% %\&\'i\( p(p( )~ )ԀP*P+_P+Ȁ,<<-4<-\.\/g\04 01[X2X2X23 44e44 5b 6=87%7h78i9A::;<=m>>ހ><?<@,<@E<@_<A<A<A<A؀<B<C<C3DCDDDDDD΀EvEE4F:(F(G0Gɀ0H"HӀIg0J0J~KKLlM(M(M4N4O OPf8Q8QRGR STY(U!(UK$V! Vڀ0W0X X̀Y{Y`Z`[m`\=`]"`]1d]vd] ^^RP_-P_`^``aaa€pb[pbi b bŀcdeCf ff8gI8gV$h!$h+LhǀLi.Li?<iTjTkTk+k؀lm;m׀no>p*p>,pӀ,q,q+GLqBqbqrr sc ssht1htˀht݀(u(u€(uр v 0v€0vwxyz{n|L}.~!ԀDF9^q|4| |)|<H_ʂ > H k >sODDՀD/U$ @D3 @hDxH LPTXD3 d&|"`ـ !)1A4DN dDP xDQ DR DS DT DU DV DZ D\!D^!TD`!Db!Dd"Df"TDh"Dj"Dk#Dl#$Dn#4Dp#tDr#Dt#Dv$4Dx$tDy$D|$Dy%`D%|D%D&TD&D',D'D(D(D($D(@D(D(D(D)D) D)0D)@D)XD)pD)D* D*xD*D+D+D+D,XD,D-0D-D.D.lD.tD.|D.D.D.D.D.D.D/ D/pD/D/D0XD0dD0D0D 0D 0D 0D1D1D1D1<D1HD1pD1D1D1D1D 1D"2D#2D$2 D+2,D,2PD.2hD/2D22D32D52D62D92D:3D<3(D=3@D@3LDA3pDC3DD3DJ3DK3DL3DN3DO4DP4DO4lDT4DU4DW4DX4DZ4D\4D]5 D_5Da54Db5LDd5XDf5tDg5Di5Dk5Dl5Dp5Dq5Dr6Ds6Dt6,Du6@Dv6TDw6hDx6Dy6Dz6D{6D|6D}6D~6D6D7D7D7 D7,D74D7DD7XD7dD7pD7xD7D7D7D7D7D7D7D7D7D7D7D8D8D8`D8lD8xD8D8D8D9D9 D9(D9LD9LD9LD9LD9LD9LD9LD9LD9LD9LD9LD:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D:D<D<D=D=(D=(D=(D=(D=(D=D=D=D>D>D>pD>D>D>D>D?D?(D?(D?D?D?D ?D?D@$D@HD@HD@HD@HD@HD@HD@HD@HD@HD@HD@HD @HD!@HD"@HD#@HD$@HD%@HD2@HD4C$D6CHD>CHD?CDBCD?DDDDDFD@DKD@DLD@DND@DRD@DUE D[E0D^E`DeEDhEDnFDoF0DpF<DqFPDrFdDsFxDtFDuFDvFDwFDxFDyFDzFD{FD|FD}FD~FDFDFDGDG DGDG DG,DG4DG<DGDDGLDGTDG`DGlDGxDGDGDGDGDGDGDGDGDGDGDGDHDH DHDHDH$DH,DH<DHLDH\DHlDHtDH|DHDHDHDHDHDHDHDHDHDHDHDHDHDIDI DIDIDI$DI0DI<DIHDIPDIXDI`DIhDIpDI|DIDIDIDIDIDIDIDIDIDIDIDIDIDIDJDJDJDJ(DJ0DJ8DJ@DJHDJPDJ\DJhDJtDJ|DJDJDJDJDJDJDJDJDJDJDJDJDJDJDKDKDKDKDK DK(DK0DK8DK@DKPDKXDK`DKhDKpDKDKDKDKDKDKDKDKDKDKDLDL DLDLDL$DL,DL4DL<D LDD LLD L`D LpD LDLDLDLDLDLDLDLDLDMDM DMDM,DM<DMLDM\DMlDM|DMD MD!MD"MD#MD$MD%MD&MD'MD(MD)MD*ND+ND,ND-ND.N(D/N0DGN0DHO/DIOLDmHHЀH$H(u(n((u($ODOˠD۠HLPT X\`DP ,9 GR^/DP DP,DP<DPTDP`DPlDPDPDPDQDQDQ0DQ<iDQLDQuDQDQDR DR\DRlDRDRDRDSDS$2DS0S@T`VTdS@dS@(Bm؀4Ocu M\~v136GLMm$S@D'S@DD'SPD(SPD)ShD*SD+SD,SD-SD.SD/TD0TD1T(D2T8D4T@D5TPD6T`D7TpD8T|D9T$TDUTDDUTDVTDWTDXT$TDlTݠDHDlT(DnTDpTDqUDrU DsULDtU|DuUDwUDUDUDV DV(DV4DVH$VTDVT'D7HBLDVlN&)\&)owDVlDVDVDVDVDWDWDW@DWdDWtDWDWDWDWDXXDXlDXtDXDXDXDXDXDYDYXDYhDY|DYDYDYDYDYDYDZDZ DZ DZ<DZLDZXDZpDZxDZDZDZDZDZDZD[H$[D[D+HD[(:Ki\uXTPD[(L&H)&)πHD[,D[@D[PD[D[D[D[D[D \D \D \,D\PD\tD\D\D\D\D]D]PD]xD]D]D]D]D^D"^`D#^D$^D ^D'^D(_D*_0D+_`D-_D._D0_D(`@D3`TD5`d 0D7`p$`xD>`xHDHHD>`D?`D@`DA`$`DI`DDIa+= DMaDOaDPa DRa<DTalDPaDWaDYaD\aD]aD_bD`b@ DabLHbXSdbXtdbXÀ3Y{Ѐ  M\(H~va1}3GL$bXDbX DDbh,D!bhD"bD#bD$bD#bD%cD&c$D'c@D(cLD)clD*cD,cD(cD/cD0d0D2dLD3d|D4dD7dD8dD9dD:dD;eD<e<D=ehD>eD?eD@eDAfDBfDDCfpDDfDEfDFfDGgDHg4DIg`DJgl4gx>dgx_dgxi؀Ce΀ d M )RI}Qb1~38H<<< d\3\\p!p4  PPPۀPD<<i\\\ ׀XXgXv f ހ 81e3*Zj<<<<ۀ<<<7<T< <Ô<ïDiDD0DJ4ƶ(d(Ǎ0E0ȞO0ʘ0ˑ<}(2(b44ψ 78ћ8Àq 'Հ(՝(ǀ$֝ V090؇ Hq`$``ܹ`ݞ`ݭdd ޕ΀PߩP{ڀ{'>p׀p 1 A*忀最8ŀ8Ҁ$蝀$觀LCL骀L黀<rT T똀T맀T Sﺀ,O,,GL ƀ րhh.h@((%(4 0%0`G#Ҁkb8` €Հ||| | H c  À  .s ?D DŀDՀ$gxDgx/DDgIT_jr}ƀҀۀ$D-gD.gD/gD1gD3gD4gD7gD:hD=hD@h(DAh8DDh8DGhHDJhXDMhhDOhxDQhDRhDShDUhDViDWi,DXi4DYiLDZiTD[ilD\itD]iD_iD`iDaiDbiDciDfiDgj|DhjDijDjk8Dkk|DlkDmkDnlXDol|DplDqlDslDulDvlDumDwm$DxmHD{mtD}mD4mDnt$nDnDH#L.T;\J`Z dDns,DnDnDnDo Do0DoDo{ododo%GjӀ- BM\J_~v13GL%F U e$oD/o{DD/o`|D4oD5oD6oD7oD8oD;oD<pD=p D?p(D@p8DApDDCpDD=pLDFpdDHplD8ptDJpDKpDLpDOp4DPpȂ6Z`>Հ,,$pDpޠDHLDp  %4I`lVh\DpDqDq4DqDDqxDqDqDqDqDqDqDqDqDrDrDr0Dr@DrXDrlDr|DrDsLDslDsDsDtDt Dt4DtDDtXDtpDtDtDtDtxDu`$uDupD|HLPDu8Du8DuHDudDulDuxDuDuDuDuDuDv4T$v@D v@ݠDD vdD$vdD%vtD&v|D'vD(vD)vD+vPD,v,$vDRv>DDRwXcoz|DYwDZwD[w4D\wLD]wdD^w|D_wDawDcwDgwDiwDkwDmwDowDcwDqxD$xLDxLDHʠLӠPDxhDxhDxxDxDxDxDxDxDyDy,Dy@DyPDy\Dyydy dyA[ˀ4Mh| dM R}Q1,I3fGL}sς2HHSH$dˀj2(( (( (!$!4$yDy!CDDy!]!h!s!~!!!!!!!!Ā!̀!Հ!݀!<!"" |"x" t",p"7l"Dh"Pd"Z`"d\"n<"|"(D=y""""Ā"Ѐ"ހ"""# ##hx#0t#@p#RH(#d #r&*DOyDPyDQyDTz DVzDXz<D\zDD]zlD^zD`zDazDbzDczDezDizDl{Dp{PDs{D{{D||D}| D|D|HD|xD|D|D|D|D|D}D}D} D}pD}D}D}D}D}D}D}D}D}D}D~D~TD~hD~D~D~D~D~DD(D<DTD|DDDDDD$D8DPDxDDDDD DDDdDDDDDD0DPDpDDDDDDD4DLDTD\DxDDDDDDDD0DDDLDhDpDDDDDD D D DD DD D8DDDLDdDpDxDDDDD D"D#D$D%D'D(D+,D-DD/PD1tD4D5D8D9D;D=D> D?TD@DADBDC DD8DFhDHDJDLDMDJ0DODDPhDQtDRDSDUDWDXDZD[ D\8D]HD^PD`lDdDeDhDiDkDmDnDm0DtLDutDxDyD{D}D~D}DDD4D`DDDDDDDDlDDDDDD,D8DXD`DpDDDDDDD<DLDtDDDDD D4DDDlD|DDDDD<D`DhDDDDDD<DLDtDDDDD D4DDDlD|DDDDD<D`DhDDDDD DD0D8DTD\DxDDDDDDDDDDD(D4D <D HD PD \DdDpDxDDDDDDDDDD!D"D$DD&HD(PD)hD,pD-|D/D0D2D)D4D6D7D:D;D=D>D@D7DB8DD@DEXDFlDG|DHDKDMDODPDQDRDUDV4DWDDXHD[`D\D]D^DaDbDdDeDg DkLDo|DrDuDx(D}HDtDDD DPDhDDDDDTDDDD D8DDDDDD(DXDDDD$DPDDDD,DDDDDDDD4DDDDDDDD$D,D LD `D D DDDDD$DDDXD|DDDDDD D!4D#<D$`D&hD'D)D*D,D-D/,D0LD1TD3dD4lD5tD9D:D;D<D=D-D@DBDC DE(DGLDK`DMpDNDODSDTDVDW(DXHDYhDZD[D\D`Db DeDf Di(DnHDtDuDvDx D{4D|TD~\DhDpD|DDDDDDDDDDDDbD@DHD`DDDDDDDDDLDXD`DDD@DLDXDlDDDDDDDDDDDDD$D,D8D@DLDTD\DDDDDD0DDDDDDDtDDDDDDD|DD D D DD`DhDDDDDD"D#D$D&D) D* D+,D.@D/dD0pD2xDD4D6D7D=D>D?D@DADBDC,DD<DEHDIPDJPDKpDL|DPDQDRDSD7DUDWDXD^D_D`(Db@DcLDeXDg`DixDkDlDpDqDrDyDzD{ D}DXD<DDD\DDDDDDDDD$D0D8DPDXDpDxDDDDDDDDDDDDD0D8DDDDDdDpDxDDDDDDDDDDD$D0DDDHD`D|DDDDDDDDDDDD4D<DHDHDhDtD|DDDDDDDDDDDD(D4D<DLDdDlDxDxDD D D DDDDDDDD4D<DDDDD D#D%D(D)D*D,D.D04D3@D4@D5`D7lD9tD;D>D?D@DBDDDFDIDJDKDMDO$DQ<DTHDUHDVhDXtDZ|D\D]D`DaDbDdDfD Dh@DjHDk`DmxDqDtDuDvDxD{D|D}DDDDD$D0D0DTDm\DDDDDDD DD D8DPD\DpDpDDDDDDDDD$DXDlD|D„D DDDDDD D8DPDXDÌDÜDDDDD DDDTDdDlDĄDČDĤDļDDDDDDDD DHD tD DD(DxDLjDǐDǰDǸDDDD D!D$0D)TD+pD-xD.ȔD0ȜD1ȸD3D4D7D9D;$D<<D=TD>hD@pDAɈDBɤDCɼDDDFDGDHDI(DJ@DLHDM`DNxDOʌDQʔDRʬDSDTDUDWDXDY0DZDD\LD]dD^|D_˔D`ˬDb˴DcDdDeDgDhDi8DjPDkdDllDn̈Do̸DpDqDrDsDtDuDvDw(Dx4Dy@DzLD{XD|dD}pD~|D͐DͤD͸DDD4DθDDlDDDD8DXDtDϤDϬDDDDDDD<DИDЬDдDDDDD4DlDҘDҬDDDD,DӈDӠDӰDDD D@DTDhD|DԐDԨDDDD0D\DdDxDՌDՠDըDմDDD DD D0DXDlDtDքD֬D D+4D-׌D.לD0פD1װD2D3D4D6D7D80D98D:XD;`D<pD=،DLؔDMجDOؼD_Db<Dc\DeلDfٴDcDhDiDjDk4Dl<DnLDrxDtڀDvڈDwڠDyڰD}DDDDDD(D8D@DXDpDۄDیDۨDX۴DTcD`#$lDl#DD|D|D݌DݘDD# # #$D$ D$H$+L$8PD$Cd<DDD DD(dD@$O$HDH$pD$|H$L$PDd$$D$ɀ$ހ$$$%hxdDdDtD|DސDެDDDDD,D8DPDdDߐDDDD$D<DHDlDDDDDDDDD(D4D@DLDXDhD|DDDDDDhD%$D%5D%AH%SLD%^iDDDDDidD%j$$D$$%D%H%LD$<%%ŀD%Ѐ%݀%hiD,<D-LD.TD/hD0D1D0D2D3D5D6D8 D9XD:\D;hD<tD=D>D?D@DADBDCDDDEDHDI4DJDDT|DUDWDX DY,D34lD\H%$PDfP&D&!H&3L&CTDfp&NlDkpDlDmDnDomDp&Z$D{&vD&H&L&TD{&m0DDD DD4DDmD`&$hDh&ؠD&H&L'TD''D')'6'A'M'U'c'k(hpDmDDDDDDD4DPDlDxDDDDDD4D@DLDdDDDDD$D<DTDlDDDDDDDD D$DXDxDDDDhDDrD'~$D'D'H'L'ΠTD'ـ'D'(( hs DDDDD$DPDdDpDDDDDD DDD,D8DDDPD\DhD tD D D D D DuPD ($D (6D(BH(RL(dP(qXD 4(~u|D 4D DD LD \D huD !($D ,(D(H(ŠL(נP(XD ,(())D))))1)9)B)JvD 8D 9D :D ;D < D =(D <\D >pD ?D @D BD CD DD ED FD G,D H@D IhD JD KD LD MD N,D P4D QDD RTD T\D UD VD WD XD YD ZD [D \D ]D ^ D _ D `8D aLD b\D clD dD eD fD gD hD iD jD q0D rD @{DD t)X$D })vD)H)LD }){dD D ,D 4D DD P{D d)$lD l)͠D)٠H)LD ){D D D D D |D *$D *#D*/H*ALD *K*[D*f*s*{|4D D D D D 0D LD pD D D D D D D D D (D \D xD ~D *$D *D*H*ȠLD *Ҁ*D**~ D D D D D D 8D \D pD |D D D D D D  D D $D 4D DD LD TD dD D D +$D +D++HD +9+E+T+b+j+r+{++D D D  D  D 4D HD tD D D D $D 8D PD dD xD D D D D D  D @+$HD H+D+HD `+ÀD `D pD D D D ! D $DD &D 'D ,D .D /PD 0xD 3D 5D 6D <@D =+$D E+D+HD E,D HD ID JD MD OLD PD VD XD Y,D \PD `$D a, $D j,%D,1H,?PD j,OLD mD nD o D p,D rTD tD uD vD yD {LD |D D D  D 4D XD D D D ,D ,Z$D ,tD,HD D D D ,$D ,D,HD 4D 4D DD tD ,$D ,D,HD ,-- 4D D D  D D ,D DD PD hD D D D  D 4D DD hD xD D -$D -,D-8HD -F-N-WD D D D  D  D  4D  XD  lD  D  D  D  0D  @D  dD  tD  D  -`$ D  -xD-H-LD  ---D  D  D  D  D  D  (D  <D  TD  lD  xD  D  D  D  D  4D  \D  D  D  D  D  XD  -$ D  -ѠD-ݠHD  ,--tD # ,D $ 8D ( PD ) |.$ D 1 .D.'HD 1 .:.CD 5 D 6 D 7 D ; <D < .L$ D C ._D.kHD C.t.|..XD ID J(D SLD TD UD WD Y,D Z`D UD ^D _D iD jD nD jD pD qD s(D tpD uD qD wD yD {D y4D ~HD \D D D D D D D 4D <D LD pD D D D D D D D (D HD \D |.$D .D.ɠH.۠LD .D D D D D ,D .$D /D/$H/6LD /@/PD/[/hLD D D D 0D HD dD D D D D D D D $D 4D DD LD TD hD D D /p$D /D/HD ////ƀ/р/߀///0(D 000$0-060?0H0P0X0h0u0 0000D D D D D D D D 4D HD \D D D D D D D D D (D tD D D D D 4D XD D D D D D HD XD |D D D 8D LD TD lD tD !D #D $D %D &,D 'PD (dD )|D *D +D ,D . D /dD 0D 1D 2D 3D 4D 5D 7dD 80$$D C$0D0H1L1TD CDD DDD E\D FxD G1$D Q1BD1NH1`L1mTD Q1x1D11111ŀ1Ӏ11(hD Y2( @D Z2&,2&&,2>&,2T(`2d(h2v(p2<D fD hD iD jD k D o D p D q!(D r!4D s!@D t!TD u!pD v!D x!D z"D }"4D ~"D "D "D "D "D "D # D #$D #8D #LD #\D #lD #|D #D #D #D #D $D i$D $$D $4D $d2$$lD $l2D2H2̠L2۠T2\2dD $3 3D3%32D $D $D $D %D %D %lD %D %D %D %D %D %D %D &D &D &,D &@3:$&HD &H3Q D3jH3xP3X3\3`3dD &l3€3ʀ3ҀD &l3ހ334D &tD &|D &D &D &D &D '@D 'PD 'xD 'D 'D 'D (D (DD (D (D (D (D )D )$D )8D )DD )XD )\D )pD )|4 )4/4,041/4:d)4[d)4k444ڀ455E5g5555Ѐ5 5M\5664~v6M16i636GL6667 797I7]7n77ŀ7Ԁ778 8$8Z8v888Ӏ89::&D:G&/:]&/:&0:$)D ):D:H: L:ΠPD ):&0::;&0;&0;-&0;>&0;P&0;cD+)D/)D0)D1)D6)D7)D;*$D<*8D=*LDA*tDB*DD*DF*DG*DH*DJ*DK+DL+DM+0DS+DDT+TDU+\DW+lDX+DY+D[+D\+D]+D^+D_+Da+Db, Dg,4Dh,`Di,Dj,Dk,Dl-;n$-Ds-;DDs-(;;;;π;܀;;;;<<<< D~-(D-@D-\D-pD-D-D-D-D-D-D.D.<D.\D.lD.|D.D.D.D.D.D/D/D/DD/D/D/D/D/D/D/D0 D08D0LD0tD0D0D0D0D1D1D1,D1<D1hD1|D1D1D1D2PD2PD2dD2xD2D2D2D2D2D3D3,D3D3D3D3D3D3D3D3D4(D4<D4dD4D4D4D4D4D5D5$D54D5`D5tD5D5D5D 6 D 6 D64D6HD6\D6lD6D6D6D6D7D7,D7<D7hD7|D7D#7D%8$D&8HD'8lD(8|D)8D*8D,8D-9D.9<D/9LD09xD19D39D49D5: D6:D7:HD8:\D::D;:D<:D=:D>;D?;,DA;dDB;DC;DD;DE;DF;DH<4DIDj>  Dt><Du>LDv>\Dw>xDx>Dy>Dz>D{>D|?Dx?8D~?LD?`D?D?D?D~?D@D@$D@`D@pD@D@D@DADADA4DATDADADADADADB0DBLDBDBDBDBDC4DCPDCDCDD DD<$D$DD$<D<L=T=\=`= dDDH=)=3===F=ODDHDD|DDDDDEDELDEDEDEDEDFDF<DFpDFDFDFDFDGPDGDGDGDH0DHTDH|DHDH=XDIDI,=dDI=pI=vdI=dI==ɀ=>>0>S>y>>>Հ>?? ?+?K~v?d1??3?$@e$@q$$IDI@D@H@LDI@$@ƀ@р\@܀DIDID ID!ID"JD#JD$JD%J$D&J,D'J4D(J<D)JDD*JPD+JXD,J`D-JD.J@$JD4J@$DD4JD5JD6JD7JD8JA $KDBKA$DA%HA.LA7PA@TDBK AIDEK DFK8DGK`DHKtDIKDJKDKKDLKDMKDNKDOLDPL DQL(DRL4DTL@DULlDVLtDWL|DXLDYLDZLD[LD\LD]LD^LD`LDcM DeMdDgMDhMDiMDjMDlMDmMDnMDoMDpNDqNDrN$DsN8DtN@DuNTDvN\DxNdD{ND}ND~NDNDNDNDOAj$ODOA{$DDO ADO DO8DOLDO`DOlDOxDODODODODODPDP DPDPLDPDPDPDPDP0DPAPAdPAdPA΀ABB=B_BBBʀBCCC3CE CZM\CbCwC~vC1CC3DGLDD=D^$PDPD|TDDHDPDDPDPDPDQDQDQ(DQ0DQHD"QPD#QhD&QpD'QD*QD+QD.QD/QD2QD3QD6QD7RD9RD<R$D=R<D?RDDRLDARD$RDHRDLDDHRDӀDKRDLRDMRDNRD$RDURELDDUREE8DYRDZS D[S D]S0D`SPDaShDcSDdSE*$SDkSEJLDDkSEYEdDoSDpSDqS$DrSEp$SDzSETDEHDzTEEDD~TDTDT DTTDT\DTtDT|DTDTDTDTDTDTDTDTDUDUDU$DU<DUDDU\DUdDU|DUDUDUDUDUDVDVDV4DVLDVTDV`DVxDVDVDVDVDVDVDVDW DW$DW,DWHDW`DWhDWDWDWDWDWDWDWDWDX\E$XdDXdE֠TDEHDXxEDXxDXDXDXDXDXDXDX<DXE$YDYFTDF$HDYF-XDYDY,D Y4D YLDYTDYlDYtDYDYDYDYDYDYDYDY `DZ F8$Z(D&Z(FWTDFdHD&Z<Fm |D)Z<D*ZPD-ZXD.ZpD2ZxD3ZD*Z D5ZFx$ZD=ZFTDFHD=ZFFFFǀFҀFۀ DCZDDZDFZDG[DF[PDI[dDJ[|DK[DL[DJ\DN\DO\0DP\XDQ\DO\DS\DT\DV]DX],DY]\DZ]hD\]pD]]D^]D_]Da^Db^TD_^Dc^Dd^De^D\^Dh_Di_Dj_0Dk_XDl_Dj_Dn_Do_Dq`Ds`,Dt`\Du`hDw`pDx`Dy`Dw`D{`D|aD}a,D~a\D|axDaDaDaDbDb\DbDbDbDbDbDc,DcTDchDctDc|DcDcDcDdDdDdDd(Dd,DdHDdxDdDdDeDe8De`DeDeDeDeDf0Df<DfDDfXDftDfDfDfDfDfDfDg$Dg8DgDDgLDDgTDgF$gDgGTDGHDgGG#G8DgDgDgDhDh,DhPGD$hXDhXGdTDGqHDhlGzGGGDhlDhDhDhDhDhDhDhDi0Di8DiTDitDiDiDiDiDjDj Dj|Dj<G$jDDjDGǠDG٠HGPGXDjhHDjhDj|DjDjDjH$jD#jH/DHAHHOPH]XD#jHnHyH4D'jD(kD)k D*k8D+kHD,k`D-ktD.kD/kH$kD9kHDHHHʠPHؠXD9kHD<kD>kD?lD@l XDAlHl Hdl I dl I+IUIoIII߀JJ'JHJaJ|JJ JM\JJJ~vK 1K)KF3KcGLKzKKsK K$l Dl KDDl0LLLLL'L/L8L@LNL[LiLtLD#l0D$lHD%ldD&lD'lD,lD-lD2mD3m8D4mLD5mlD7mD8mD9mD:mD;mD<mD=nD>nD?n4D@n<DAnDDBnLDCnTDEnpDFnDGnDJnDKnDLnDNo DOo4DPoHDQohDRoDUoDVoDWoDXoDYoD\pD]p,D^p@D_p`D`pxDcpDepDfpDgpDhpDiqDjq4Dmq<DoqdDqqDvqDwqDxqDzqD|r Dr0DrDDrXDrlDrDrDrDrDsTDsDsDsDsDsDt(Dt,Dt@DtlDtDtDuDuDu$Du@Du|DuDuDuDuDuDuDvDv Dv(DvhDvpDvDvDvDvDvDvDw( ,DwLL$wTDwTLDDwdDwdDwlDwDwDwDwL$wDwLϠDL۠HLPLXM\M`M!dDxM2M:MBMJMRM\MhMtMMMMMMMπMـMMMNNN"N/N9|NDxNOtNZpNelNmhNudN}`N\NXNTNPNLNȀHNԀDN@N<N8O(xDxO%(DxOG(HDxOT4Ob(Op O|OOOOOOŀOЀO؀OOOOPPPP$P1P;PFPSP`PkPwPPPPPрPPQ|Q#xQ:tQPpQglQ}hQhdQ`Q\QȀX D8xD9x4D:xDD;xdD<xD=xD>xD?xD@xDAxDBxDCxDDyDEy@DFyTDGy|DHyDIyDLyDMyDOyDPyDRzDSzDTz0DUzxDVzDIzDXzDYzDZzD]zD^{pD`{Da{Db{Dc|Dd|$De|lD`|DZ|DC|Di|Dj} Dk}4Dl}PDk}xDs}Du}Dv}Dw}Dx}Dy~D~~D~D~(D~hD~D~D~D~DD,DTD\DpDDDDDDD D0DLDDDDDDDDD(D0DXDlDDDDDDDDDD$D0DLD\DdDDDDDDDDD<DPDlDDDDDDDDDDDD(DPDdDDDDDDDHD\DDDDD4DhDDD<DDQԀTDLDDQTDDDQTD4DDDD D D D$D8D\DdDxDDDDDTD|DDD D!D"D$QTD%RPD&$RLD'0RHD(<R&DR1@R<<RH8RT4!(D-HD.hD/D0D2"PD6xD8D9D>D? R`TD@4RkPDA@RvLDBLRHDCXRDR@R<R8R4$DDHdDIDJDKDLDM DO%xDRDSDTDUDZD[D_D`DbDc,De4DfLDg\DhlDiDjDkDlDnlDsDxDyDzD{D|D},D~PDlDDDDDD D D(DDDlDD D4DdDDlDDRȀTD,RӀPD8RހLDDRHDPRDS@S <S8S"4S-0S8,SW(D\Sc$D`So DdS{DpS.TDtDDDDDDD,DDDXDDDDDDD4DTDDD0DDDDDD0D4D@DpDDDDDDD(D@DLDhDDDDDXDdDxDDDDDPDDD4D`DDDDDD D D D D (D<DHD\DDDDDDDDD0DHDTD hD!D"D%D&D'D(D)D*D+D,D1 D6<D7XD8tD;|D<DD>D?D@DADBDDDE0DFHDG`DIlDJDKDLDODTDZD[D\0D]DDb`DeDfDg Dh$Di,Dj8DlHDnPDoXDptDqDrDs<DuDvDwDyDzDD{pD|D}D~DDDD,DdDDDD4DlDDDDpDDDDDDDDDDDDD\DDDDDLDdDDDDDDDDDDDDD\DxDDDDDD<DTDlDDDD0D8DDDTDhDF|DS$DSDSHSŠpLSРPS٠TSXS\S`DDDD8DXDDD\DDD D D@DTDDD$DlDDDpDDT$D TDT+HT6pLTAPD DDDDTDdDpTO$xDxTpDT|HTLTPTTTXDTTǀL|D"D#D$D%D&D(D)D*$D+<D,LD.XD/hD0D1D3D5D6 D70D8HD:XD;D=D?DADCDE\DHDJDLDNDPHDR|DTDV DX@Q,DYLTՂ1T0U0U$XDvXUǠDDvhUӀU߀UUVVVV!V)V1V=VKVYVe(!DhV0hVdDhV`DtQ`DDDDDDDDDLDlDDDD D,DHDhDtDDDDDDDDDPD`DDDDDDDDDtV\DVXDVTDVˀPDVրLDVHDVDDV@W<W 8W4W0W&,DW2(DW?$DWK WUWaUDDDD4D@DLDXDlD˜D¬DDDDD,D8DDDPWDDdDÌDäDDDD D<DXWk\DlWvXWTDxWPDĄWLDĐWHX|DĜDĤDĸDXDD0DPDXDdDdDŠDŸDD4W\WXWÀTDHWπPDTWۀLDXWHD`WDDlW@DxX <DƄZlDƌDƠDƼDD ZD  D(DTDǰX\X"XX-TDX9PDXELDXPHDX]DDXi@DXu<D[DDD PD!\D"p\DȠD%\D'X$DBXDDBXXXXʀXՀXހXXXYYYYY(Y6YB(1PDK\DPDQ0DR<DS\DTxDUɐDWɴDXDY0DZ8D[\D\ʴD]D^D_D`@Da`Db|DcˈDd˔DfˤDgDhDiDjDkDl<DmxDn̔Do̼DpDqDr$Ds@DvXDx̀D~ͰDDDD8D@DLDXD΄DΐDδDDDDDpDϴDDXdTDtYP$|D|YeDDЌYqYyYYYYYYYYYȀYӀYYYZZ ZZZ(Z4pZBhZNdZW`DЌZb\DИZmXDФZyTDаZPZLZHDмZDDZ@DZ<DdDDD0D`DѐDќDѨDDD$DHDpDҘDDD D<DXDxDӤDӴDDDDD@DLDxDԘDDDDHDtDՈDըDDDD(D@DpD֬DDD$DPD \D׼DD0DDDpD؄D ؘD%D'hZǀ8ZҀ4Z݀0D)|Z,D*وZ(D+ٌ[$[  D-ٔ[D.٠[%D/٬mD1ٴD2D3D4D5(D64D7HnXD9xD:ڔD;ڨD=D>$D@<DBxDD۴DFDI,DKpDLܨDNDPDR8DTpDWݨ[18[:4[C0[L,[U(DYݼ[a$DZ[n D[qD]D^D_0D`8DaDDbPDdxDeސDfެDgDhDiDjDkDl0Dm8DnDDoPDp\Dq߄DrߠDsߨDtߴDusDxDyD{D|DD}D~DDDDDD D4D<DDDLD`DDDDDDD,DHDDDD,Dd[z8[4[0[,[(Dx[$D[ DxlDDDDDxDDDHD[À8[̀4[Հ0[ހ,[(D[$D\ DyDDDDDyDD,DTDtD|DDDDD$DHD|DDDD,D`DDDDD@DtDDDD4DHDXDDDDh\ 8\4\"0D|\.,D\:(D\E$D\R D\^D\jDDDD D D D4DHDpDD\v$D.\DD.\]]](]3]?]L]U]b]m]x]]]]]]]ɀ]р]ڀ]]]^^(@DB^<^F^P|^\(BDE^j \DJDKDLDMDQ$DRLDSdDVDWDXD[D\8Db@Dc`DeDfDgDhDiDj(DkPDltDmDnDgDpDq<DrPDsxDuDwDxDyDwD{D}DDDDDDDPDpDDDD,D@DTDhDpD|DDDDDTD\DhDtDDDDDDHDpDDDD DdDDDDDDDD0DTD|DDDD8D\DpDDDDDD DhDDDDPDDD(D<DhDxDDDDD DhD|DD,D@DHDTD`DDDD(D0D<DHDxDDDDDTD|D D DD,DpDDDMD^z$D1^DD1D2D3D9D=\DApDEDIDJ DK,DL8DMHDNXDRhDStDT^$Ds^D^H^ƠL^ϠP^ؠTDsDtDuD{D$D8DD^$D_D_H_P_,X_8\D_D_L_T_\_d_n_z______ƀ_Ԁ_ހ__````(`2`=`H|`Sx`^t`fp`nl`}h`d```\`X`T`ɀP`ӀL`ހH`(DDa (IDa/(TDaRDa`8an0azX,a(ab$b b'b1b; bGbSb_bjbub}bbbb DD<DLDlDDDDDDDDD0DXDDDDDDDDD DTDlDtDDDDDLDdDDDD D HD tD D D D D D ,D TD hD  D  D  D  D  D  D  D  ,D  TD  hD  D  D  D  D  D  <D  dD  lD  D  D  DD  XD  lD  D DD xD !D D #$D $@D #D &D *D ,D -0D /DD 0D 2D 5D ;dD ?D @D AD BD CD DD E$D F@D GtD HD ID J8D NdD OD PD SD TD VD WD YD ZD [D \`D ]xD PD _D cD dD eD fD gD hD j,D kTD mD nD oD pD qD rD sD t4D uHD vTD wpD yD zD {D |D }D ~D D hD D D D D D D ,D 0D 8D HD lD tD D D D D <D ~lD D D D D D D $D pD D D D <D hD pbD xD D bǀD D @D HbӀD `D D D D  D (D <D DD D D \D tD D D D D D @D xD D D D D D D  D  ,D  0D  <D  lD  D  D  D  D  D  D !D !(D !4D !PD !D !D !D !D "@D "LD "`D "D "D "D "D #8D #D #D #D $D $<D $D $D $D $D $D $D $D $D $D %D %(D %`D %tD %D %D !%D $%D %%D &&D '&D (&@D )&PD +&xD .&D 1&D 2&D 3'D 4'0D 6'PD 7'D 8'D 9'D :'D <'D 4((D ?(<D @(LD A(tD B(D D(D E(D F(D G(D H(D I(D K)D L) D )D N)DD O)TD P)pD Q)D R)D S)D U)D W*D *8D [*LD \*`D ]*D ^*D _*D `+D a+ D c+ D \+,D f+HD g+\D h+xD g+D i+D j+D k+D j,D r,$D s,D w,D s-PD x-dD E-D z-D {-D |-D }-D ~-b$-D -bDbHD .D .D .c$.(D .(cDcHD .<c'D .<D .`LD .lc/$.xD .xcCDcOHc]LD .ci cypD .D .D .D / D /@D /D /D /D 0D 0D 0(D 04c$0@D 0@cDcHcLD 0Xc cǀ8D 0XD 0tD 0D 0D 1D 1xD 1|D 1c$1D 1cDcHcLdPD 1d d&&8(D 1D 1D 2D 28D 2D 2D 2D 2D 2D 2D 2dK$3D 3d`DdlHdzLdTd\d`d dD 3(dʀHdD 3(D 3DD 3|D 3D 3D 3D 40D 4\D 4|D 4D 5D 5HD 5D 5D 5D 6D 6ʐD 6d$6D 6dDe HeLe%Pe0Xe=`eLde^hejlewpetexe|D 6e(jD 6e(jD 6e(jD !6e(jD "6e(jf(jD #6f(jD $6f(&8f9(jfL(jf]flf} ,D ,6D -6D .74D /7pD 07D 17D 37D 58$D 68lD 78xD 88D 98D :8D ;8D <8D =8D >8D A9D B9,D C9<D D9LD E9\D F9D G9D H9D I9D J9D K9D L:D M:D N:D O:$f$:0D [:0fDfLfTfˠXfנH\f`D [:Tfggg g-g:gFgRg^gggpD b:T<D g:\D j:hD k:D l:D m:D n;D o;D p;,D v;4D x;<D y;\D z;|D {;D |;D };D ;D v;D ;D ;g|$<D <gDgHgLgTgǠ\gҠdD <,g݀gghh hhh# D <,D D >8D >TD >D >D >D >D ?D ?<<D ?\h,?hh8d?hhYd?hhehhhԀhii?iaiiiiʀi iM\ijj.~vjG1jcj3jGLjjjsk$?hD?hk&Dk2`HD?|kHkWk_kgkokwkD ?|D!?D"?D#?D$@D%@0D&@\D'@D(@D)@D+@D,@k$AD9AkDk(HD9Ak€kрkـkkkkDAADBATDCADDADEADIADMADNADOADPB DQBDSB$DXB0DYBHDZB`D[BlD\BD^BD_BD`BDaBDbBDcBDeBDfC DgCDhC(DiC<DkCHDlC`DmCpDnCDpCDqCDrCDsCDtDDuD$DvD8DwDTDxD`DyDlDzDxD~DDD<DDl$DDDlDl+`HDDDDDDl9$DDDlSDl_`HDElmlul}ll`lllDEDEDEDE$DE@DEpDExDEDEDEDFDFDF@DFhDFDFDFDG DG DG,DG4DGDDGXDG`DGtDGDGDGDGDGDHDH8DH`DHtDHDHDHDIDIDIPDI|DIDIDIDIDIDIDIDJ,DJ4DJPDJDJDJDJDJDK$DKLDKhDKDKDKDKDKDKDKDL$DL0DLDDLXDLtDLDLDLDLDMDMDM4DM@ DM\l$MhDMhlDl`HDM|m<mDmDM|DMDMD MD MD MD MDNDN0DN<DNtDNDNDNDND"ND$ND'OD)O(D+O@DOLDOTD.Om/$OD6OmJDmV`HD6OD7OD8Omd$OD@OmDm`HD@PDAPDBPm$P DJP mDm `HDJP4DKP4DLP@m$PLDTPLmDm`HDTP`DUP`DVP|n $PD^Pn*Dn6`HD^PD_PD`PnD$PDhPncDno`HDhPDiPDjPn}$QDsQnDn<HnDLDsQnĀnрn߀nnoo o`tDyQD{Q$D|QDD~QLDQlDQDQDQDQDR$DRhDRDRDRDSDS DS0DSDDSLDS`DStDSDSDSDT DTDTpDT|DTDTDTDTDTDUDU$DU4DUHDUPDUDUDUDUDUDUDVDV DV8DVpDVDVDVDVDVDVDVDW0DW\DWdDWDWDWDWDWDXDXDX(DX<DXDDXXDXlD XD XDXDYDY\DYhDYlDYtDY|DYD%YD&ZD)ZD*Z0D0Z<D1ZD5ZD:ZD<ZD=ZD|ZD?[o&$[DI[oDDoP`Ho^LoiPDI[,DJ[,DK[HDN[PDO[\DP[lDQ[xDT[xDU[DV[DW[DX[D[[D\[D][D^[D`[DK[Db\ Dc\,ow$\8Dk\8oDo`HDk\Looooǀoπo׀oDs\LDt\hDx\Dz\D{\D|\D~\D\D] D]D]<D]D]D]D]D]D]D]D^D^4D^@D^LD^TD^`D^D^D^D^D^D_\D_tD_D_D_Dx_ pD_o$_D_pDp$`HD_p2p:pBpN D_D`D`<D`DD`\D`xD`D`D`D`DaDaDa0DaHDa`DaxDaDaDaDaDaDaDbDb Db8DbPDbtDbDbDbDbDbDc(Dc4Dc<DcHDcTDc`DcDcD cDcDcDcDdDdDd0DdPDdhDd|DdDdDdDdD!eD"e,D#e8D$e@D*eHD.e|D/eD0eD1eD2eD3eD4fD5f<D6fdD9fD;fD?g8DAgDDgDFhDJhhDPhDQi8DRiHDWi`DZiD_jDajTDbjdDcjpDhjDljDqkDDtkDvkDwkDxkDykDzkD{kD|kD}kDkDlDl4,Dl@p\$lLDlLpwDp`HDl`ppppppÀpπ\|,Dl`Dl|DlDlDlDlDmDmDmDDm\DmxDmDmDmDmDmDmDn Dn,Dn8DnHDnhDntDnDnDnDnDnDnDnDoDo(DoDoDoDoDpDp8DpDDpPDpDpDpDpDpDpDpDpDqDq0DqDDq`DqxDqDqD qD qD qDrDrDr(Dr<DrXDrhDrDrDrDrDrD#sD&stD'sD+sD/tD1t0D3t`D7txD:tD<tD@uDGuDIuDMuDQuDRuDSuDUuDVuDWvD\v DavDcv0DgvPDhv`DivhDkvpDlvDmvDovDvDrvDvDuwDw7Dww4p$w@Dw@pDq`HDwTqqq!q,7DwTDwpDwDwDwDwDwDxDx0DxXDx|DxDxDxDxDxDxDxDxDxDy Dy,Dy8DyDDypDyDyDyDyDyDyDz Dz,DzDDzXDz`DzDzDzDzDzD{(D{8D{DD{\D{dD{lD{D{D{D{D| D|0D|\D|D|D}D}XD}D}D~8D~D~DXDhDD D0DtDDDDD!dD$D&D'D(D)D*D+D,D-D/D(D1TBD2`q9$lD:lqTDq``HD:qnqvq~qqq\CD?D@DDDMDPDTDU DV<DWdDX|DYD^D_DaDf DhDjDl,DmLDoXDqhDrDtDvDwDyD{D|D~ DD<DfHDDDDD8DXDdDpDDDDDMDDDD$DPDdDDDDDDDD(D0DHD\DxDDDDDD$DDDD<DPDDDD,DLDDDDDDDD0D8DDD TD hDDDDDDDDD DD<DDHND!lq$xD)xqƠDqҠ`HD)qqqqr rr"r+r4r=rFrOrXrarjrsN$D/D0D4D9D:D; D<4D=LD>hDBDCDDDEDJDL DMDDNxDPDQDRDSDTDV DWDX$DY0DZ<D[HD\TD^`DJlDdDeDgDhDiDjDkDl4DmHDqPDrpDsDtDuDvDwDxLD}\D~hDpDxDDDDDD$DDDlDDDDDDPDDD@DDDDhDD DLDDD<D|DDDdDDDD D D4D@DPDTD`DtDDDDDDDDDDD$D(D4D@DDDTDlDpDDDDDDDDDD DD(D4DTDdDhDtDDDDD D DD(D\DlDDDDDDDD D"D4D$@^D%Lr|$XD-XrDr`HD-lrrrrɀrрr݀rrs\|_D3lD4D8DADDDHDI DJ(DKPDLhDMDRDSDUDZD\D^D`Da8DcDDeTDftDhDjDkDmDoDpDrDtDu(DZ4DwDyD{D~D$DDDPD\DhDtDDDDDADDDD,DXDlDDDDDDD<DTD`DxDDDDDD DD D8DLDhDxDDDDDDD(D<DlDDDDDDDDDLDlDDDDDPDlDDDD DDDDPDtDD"D$D(4D,@D-PD.XD/`D0hD5tD:D<D@DADBDCDDDFDDI$D0DLTD8`nDNs$DVs'Ds3`HDVsAsIsQs]n<DZD[D_DdDeDf$DgLDhdDiDmDoDpDqDrDsDuDvDwDxDyD|(Dm4D`DhDDDDDD8DDDPD\DDDDskDDLDXDdDpD|DDDDDD(DDDPD\DdDlDxDDDswDD4D@DLDTD\DhDtDD_thDs$DsDs`HDsstDD DD D,D4D@DLDTD`DDDDDLD|DDD D<vDHs$TD Tsנ(DsHsLD lD lD D D D D s$(D (tDt`Ht,LD @t8t@tHtPt]tetpt}wD @D \D dD pD |D D D D !D "D #$D $HD %hD &D 'D (D )D * D +4D ,\D -D .D (D 1D 3D zD 58t$DD =DtDt`HD =XttĀt̀zD AXD BtD E|D FD GD ID JD KD MD BD OD PD Q,D THD UD Q$D W8|D XDt$PD fPtDuHu pLuPu Tu)Xu2\u;`D ftD gtD huGuTduuduuuƀuvv6v\v~vvvӀvv wM\ww+wK~vwd1ww3wGLwwx$D>x$DD>x0x8x@xHxPDADBDFDGDH(DIPDJxDLDNDODSDTDUDV(DW@DXhDYDZD[D\D]D^ D_HD``DaDbDcDdDeDi Dj4Dk@DlLDm`DnlDoDqDrDsDtDuDv D|4D}|DDnDDDD4DhD|DœDDDD D4DHDTDdDtDDDDD$D<DĜDĸDDDDD$D4DLDhDxDňDŜDŰDDDDD$D0D@DPDdDƤDDDD D(D8DHD\DtDDDDD`D |D ȐD ȠDȰDDD D D0D@DdDtDɈDɘD"ɨD&D( tD)$xX0xbd0xd0xxxӀxy yCyiyyyŀyyz zz;~vzT1zpz3zsz$0D|0D|<zڀ D<DLDhDpDxTDʄz$DʐDʐ{D{H{'L{2pP{=T{JX{S\{]`{fd{oh{xl{p{t{xDʴ{D{̀DDʴDDDDDD D,D8DDDPD\DhDtDˀDˌD˘DˤDDDD\DpD̄D̐D̜D̤D̴DDDDDDD(D8DDDPDdD|D͈DʹDD@D\DxDD(D<DH{$TDT{DD|HDh||#D8DhDπDόDϨDD,DHD \D tD ЌD МD дDDDD D4DdDpDшDјDѴD  DdHD"x|-$ҀD+Ҁ|ED|ZH|eL|nPD+Ҝ||D|DlD1ҜD2ҴD3D4D5 D7$D2ӄD9ӘD>ӠD?ӼD@DA DB$DCLDDtDEԜDFDIDKDLD>DQ0DRHDS`DU|DWDR, DY@|$HD_H|DDD_X||ӀD (DcXDdpDe֌Di֘DjִDlDm0DiLDo`DshDtׄDvנDxDsP4Dzd|$lDl|D} HD؀}DPD؀DؘDشDD0DDD`D|DDDD8DڐtDڤ})$ڬDڬ}@DDDڼ}S}gDDڼDDDDD4DPD۰DDDDDTDܬD}q$D}D}HD}DDDDD,D݌DݠDݼDD(DހDވDDDDHDߠDߴ}$߼D߼}ԠDDDDDD}$DD}D~H~`LD(~6D~@~HD(DDD`DDDDD D D D DDD0DLDDD~P$D ~eDD~xH~LD ~~DD$D%,D&@D'LD(XD*`D.lD/D1D2D. D44D5@D9LD:\D<xD>D9( D@<~$DDJD~ĠDD~נH~L~P~TDJd~D4DNdDO|DPDQDRDSDTDVDZD[D] D^lDZD`DaDbDcDdDfDjDk$Dm@DoDjDq!dBdJtۀ$Fg ~v1+H3e   ,d,,$,D+͠DؠLTX\ dl&,pD+42=IT_lu~,,$D14D2|D3D5D6D7D9D: D;D<,D=DD?PD@XDA`DBhDCpDDxDEDFDGDHDIDJDKDLDNDO DP DQ8DRDDTPDUhDV|DWDXDZD[D\D]D^D`Da Db4DcLDdXDfdDg|DhDiDjDkDfDmDn$Do,Dq<DsDDw\DxDyDzD{D|D}D~DDD DD,DXDpDDDDDDDTDdDxDDDDDDDD,D@DXD`DlDDDDDDDD D8DDDDDDDDDD8DTDpDDDDDDDD(D8DDDHD`DDDDDD D D8D\DDDDDDDlDDDDDDDD8DTDpDDDDtDDDDDD D0DDDTD`DDDDDDDDD(DHDlDDDDDD(D<DdD|DDD D D 8D TDhD|DDDDD DpDDDDDLD`\Dl$xD%xڠ,DD%D&D'D(D)D*D+D,<D-`D.l$tD5t,DD5tD8D9D:D;D<@D=D>D?D:DADBDCDD$$,DZ,D(L3T@XM\Zdglvptx|ˠDZP,(08GVetɀ@DhPDiTDjDkDlDmDnDpDqDrDsDt(Du4Dw<DxXDytDzD{DwD~DDDD D(DDD`DpDDDDDD(D<DXDhD|DDDD D D,D@DPD\DhDxDDDDD(D4D@ՀDlDDDDD DuD@DXDpD|DDDDDD D<D\DDDD DlDxDDD@DhDD D 0D D D D D "D $ D ,D HLP'T4XA\S`ahqlppptxD <ˀՀ ,;JYhwǀՀp#,D <D XD dD D D D D D D D D D D D  D  4D  PD  dD  D  D D D D D D 0D @D TD pD D D D  D! D" (D# 8D$ LD& hD' D( D) D+ D D.D/,D0hD1D2D3TD/D.D6D7D8D9D:DD;pD<|D>D?DADBDCDE0DFdDHlDxDJDKDLDNDODPDQDRHDS`DTtDUDVDWDXDY8DZLD[hD\D]D^D_D`|DaDbDcDDdDeDf DgTDhpDiDjDkDlDoDpDqDrDsDUDv$Dw4DxDDyTD{xD}D{D,1(D8$DDD ,DH%P2X?`LhYlfpxtxDhʀ؀ (7FUeuDhDlDp&;(j(j(j(j(k(k (k(k #(k4D|DDDDDDDD D,D8DDDLDhDDDDDDDDD0D@DTDpDDDDD D(D8DLDhDDDDDDD,DhDDDTDDDDDDDDDpD|DDD3D@DD0D8DDDlDDDDDDD D PD `D D D D D D D!D!(D!DD!tD!D!D!D!D"D"(D "PD "tD "D "D #D#`D#D#D$D$ D$0D$@D$PD$D$D$D$D$D $D#%8D$%TD#%D&%>D'&M&Ud&xd&Ā4Z|р$&D$& DL)T8XN\D$&4[iu$D0&4D1&dD2&tD3&D4&D5&D6&D7&D8' D9'D:'0D;'HD<'xD='D>'D?'D@'DA'DB'DC'DD(DE((DF(XDG(dDH(DI(DJ(DK(DL(DM(DN(DO)DP)DDQ)PDR)lDS)|DU)DV)DY)DZ)D[)D\)D])D^* D_*,D`*DDa*tDb*Dc*Dd*De*Df*Dg*Dh*Di+Dj+0Dk+`Dl+lDm+Dn+Do+Dp+Dq+Dr+Ds+Dt,,Du,8Dv,HDw,XDy,`Dz,tD},D~,$,D,DLɠTؠX\`D,!,8D,D-$D-4D-lD-D-D-D.D.D.8D.LD.hD.|D.D.D.D.D/D/,D/<D/XD/D/D/D/D/D0D0<D0`D0pD0D0D0D0D1D10 0D1@G1HP>4U>8Z><`>@fkok xk8kHkXkxkIdIdIހ"Moڀ/CU j?~1,I,M*a}S#3@ЀD< <s< \\m\$pp  ؀PPcP̀@<8<\\k\8 _X XX i f A8)lmEq<<0<I<c<<<<܀<<<7DDDDҀz4>((0̀0&׀k0 0Āp((44 j8#8K ](%(O$% ހ00 Ѐ`Ȭ`q`A`&`5dzdˋ VP1PbΗϚϯƀp_pm й ɀѲҍG$ԏԤ8M8Z$%$/LˀL2LC<TؔT T/܀ړ?ۀ܎B.B,׀,!,/GLFf߇ N ^hhᶀhȀ({(⭀(⼀  0㭀0π嫀wnZ8 u02%J]| | ||(HK $IDIޠDHLDIDIDIDI%DI0@Nr&>LDJDJDJŀDJ(рDJ4݀DJ@  +6AD"JHMD#JTZD&JXD'JhD(J|D*JD+JD.KD/K D1KdD2KxD5KD6KD7KD8LD9LD:LD;L(D<L4D=L@D>LLD?LdD@L|DALDBLDCLDDLDELDFLDGLDHLDIMDJM DKM$DLM<DMMHDNMTDOM\DPMhDQMlDRMxDSMDTMDUMDVMDWMDXN,DYNDDZNPD[ND^ND_NDaNDbNDdNDeNDgNDhNDjNDkO DmODnO(D[O0DpOtDqODsODuODvODwPDxP4DyP@DzPLD{PTD|P\D}PD~PDPfPrdPdPɀ0SyՀ +M\3Hh~v13GL/$PDP@DL`HDPbjwD#PD'PD,QD0Q@D1Q\D0QD6QD7QD8RD6R,D<R@D=R\DBRtDCRDHRDRRDSRDTRDURDVSDWSDXS4DYSHDZS`D[StD\SD]SD^SD_SD`SDaSDbTDcT$DhT<DjTDDlT\DnTtDpTDrTDtTDvTDxTDzUD|UDhU(DUDUDUDUDUDUDCVDV\DVhVxdVxdVx&HkԀ. CY1uGL~~v3 .;G$VxDVxbDrHLDV\DVDVDVDVD VD!VD"VD#WD$WD%W8D&WDD)WXD+WdD/WtD0WD1WD2WD3XD4X$D6X0D8XTD9X`D;X|D=XD>XD?XD@XDAXDBXDCYDEY DFY$Y$DXY$DˠHDXY8׀ )4(kD^Y8?(mD_Y8DbY8DhYHDiYDkYDlYDmYDoYDpZDrZ DsZ DtZ(DuZ8DvZHDxZTDyZpDzZD{ZD~ZDZDZDZDZDiZD[D[D[4D[TD[TD[tD[D[D[D[D[D\hD\xD\D\M$\D\hDxHD\Āր(oD\(qD\ <D\D\D\D\D]D] D]0D]0D]PD]\D]hD]D]D]D]D^D^D^D^4D^@D^LD^XD^pD^|D^D^D^D^D^D^D^D^D_D_$D_4D_PD_tD_D_D_D_D_D`D`,D`8D`D`D`D`D`Da$Da0Da< DaH $aTDaT3DCHDahO\n(sDah(uDahπـ D"ahD#axD$aD%aD(aD)aD*aD+aD,bD4bD5bD7bD8bD9bD;bD<bD>bD?bDAbDBcDEc DFc DGc(D5c4DIcTDJcdDKcDLcDNcDOcDPcDQcDRd DSd8DUdTDWd` DXdl$dxDidxDDidDldDmdDndDodDpdDsdDteDue(Dve(DweLDzeXD{e|D|eD}eD~eDeDeDeDeDfDf(Df4$f@Df@#DDfP1>PdqDfPDfDfDfDfDfDfDgDgDgDg$Dg0DgLDgXDgXDgxDgDgDgPDg$gDgDHDgDgDhDhDhTDhdDhp$h|Dh|РDޠ`HDhDhDhDhDhDhDiDi$i0P DdDD`&di0Fdi0Nx߀(Jk ~v 1 / L3 iD u | p 5p C     c  ez8#80$$LLL<ЀTjTTid,,,v ߀ '$i0Di0@DMHXLaPjTwX\`DiTpπp@l hd,`?\$D$iTD&ilD'iD(iD)iD*iD-iD/iD2iD6iD7jD8j D9jD:j D<j@D=jLD>j\D@j|DAjDCjDEjDFjDGjDJjDPjDQjDRkDUk DVkD\k,DbkDdkDekDfkDhkDjl8DllHDmlPDnlDplDslDtlDum Dwm0DzmpD{mD|mD}mDmDn Dn0DnDnDnDnDnDo4DoDDoXDohDopDoDoDoDpDp Dp\DplDpDpDpDpDq Dq@DqPDqXDqDqDqDqPX^TDqDrDr( DsDsxDsDsDt$DtDt Dul$u Du DHLPTƠXԠ\Du0 Du0DuDDuTDuDuD uD vDDvLDvDvDwDw$DwDwDwDwDwDwD!wD"xHD#xTD$xtD%xD&xD'xD)xD/yD1y,D4yxD6yD7yD8yD:zD;z@D=zHD>zDAzDCzDDzDEzDF{DG{$DH{0DI{DDJ{PDK{pDL{DM{DN{DO{DQ{DR{DT|DU|8DW|@DX|D[|D\|D`|Da}Db}(Dc}@Dd}TDe}lDf}xDg}Dh}Di}Dj}Dk}Dl}Dn~ Dp~4Dq~DDr~XDt~h|Dv~$~D~~;DHHSL\PeTrXD~~D~D~D~DDD,D<DPDXDdDDD8DLDDDD$DDΠH٠LPTD#6DDDD DD$D4DpDDDDDDD<DDDDDDDDDDDDDD(D8D@DHDDDDDDpD|DG$DaDnHyLPTXDDDDD0$8D8DʠHՠLPTX\D\D\@<Dl&DxDDDD DDD D4DDDhDD:$D YDfHqL|PTX\`D ĀD(D)D+(D2LD3`D4tD=DADBDD$$DO$DHLP TDOD-;GT`D^DD_\DapDbxDdDeDfDjDlDmDo DpDq,Ds<DtDDuDvDwDyDzDD$D4DlDD!Dl$DDHLPTDƀԀ!DDD$D,DLDTD\DpDDDDDDDD@DDDDHDXDDDD$D &D` $ D  D (@ 1H :@ CL L@DDD$D(D4D8DD U$PDP aD j@ sH |@ L @D\D\DhDlDxD|D $D D   HD ՀD ݀D D   !! !!!%%DD D  D D  D0D4DDDXDlDDDD$D<DDD\DdD |D"D#D%D&D(D)DD+ D,,D-8(D.D!-$LD4L!E D!Q HD4`!]D5`!eD6l!mD7x!u@D8!@D9!!!(D>D@DADCDFDG!!!!(DN DO0DPTDRxDSDTDUDVDWDYDZ8D[H*$D]TD^`D_*D`!$Df! D! HDfDgDhDiDj0Dk<"$DDtD" D"& HDtX"0 +(DvXDwh+HDxx"8$D"S D"] HD"g +dDDDD+D"o$D" D" H" L" PD" "€D"ʀD"ҀD+DD@DPDdDlD|DDDDDDDDDDDD -D0"$8D8" D# H# L# P#) TDX#7 -(DXDh-PD#B$D#[D#hHD#@D#@#D-tDDDDDD(D<.DH#$TDT#àD#РH#۠L#P#T#X$\$cDxDxDDDD$$.DDHDDDDDDDD@DPD`DpDDDD DDDDDD1dD!D"$D1D$D%D&1$P1D+D,D- D.D/D0(D14D2@D3L2DD7|D9$o$D]$D$H$L$P$T$àX$Ѡ\$ߠ`D]$$D_% D`2DhDiDnDpdDqDuDwD}D@DPD`DxD%D4D D0D<DDDD5DD6D4%"C%+&Dd%=7%F&D%X$<D<%pD%|H%L%PP%PT%ˠX%۠\D`%%& &&' &6&D&L60D`DpD|DDDDDDDDDD(DLD`DDDD D D D D0D DDXD`DDDD!D"D#D$D+,D-4D.`D2lD4tD5D6D:D<D=D>DBDDDEHDF\DMhDOpDPDQDSDWDYDZ$D^8D`@DalDexDgDmDnDrDtDuDvD|$D~,DXDlDDD DtD=|D&]$D&yD&PH&LD&&&&̀ &܀&@&@'p''1\=DDDDDD<DLDxDDDDDD,D8DXD|DDDD(DHDdD|DDD D D DDD(D<DHDtD|DD"D$D%D&D*D,D-<D.PD2\D4dD5D6D=D?D@DADCDG8DI@DJlDNDPDQDUDWD]D^ DbDd DeLDf`DllDntDoDsDzDD0DED'?$D'ZD'gPH'zLD'\'p'EDDD DD,D4DDDhD|DDDDDD(DLD`D|DDDDDD(D8D\DpDDDDDDDD<DTD`DxD ItD '$D'ӠDDDDD'$D-'D( H(L('PD-(3ID0D1(D2LD4TD6lD8D=DADBDDDF@DGlDIDKDMDR DT8DWdD\lD]D_D`DaDbDcDDdXDhDlDmDoDpDq Dr8DsdDtDuDvDwDz@D~HDPDdDD=OD(J$D(gD(tHDDD D(($4D4(DDD((@PDDD`DpDDDP|D($D(נDDDD($D)D)HD)#\PDDDD4DDDPDtDDDQD)0$pD)FD)^H)o\LD)@p)@pQDDD4DHDTD\D hD"pD|D-D.D/D1D2D4D5D6D7D9 D;TS0D<`)$lDEl)pD)H)Ҡ\LDE)@\DGS`DNDODPDQ0DUhDVDXDYD]TD_)$p Dn *D*H*0\LDn$*?@p*J@pTDv$Dz@DtDDDDDvDUD*V$D*sD*HD*&DHDDDTV4Dd*$pDp*D*ʠHD*&DLDDDVD*$ D + D+HD +&&D+C@+N@PD D8D`DlDtDDDDDDDDDDWD+Z$D +uD+pHD  +@p+@pWD  D D $D @D pD D D D D D XD +$pD )+̠D+٠H+pL+P, T,XD ),'\,5pXD /D 1D 3$D 94D :DD ;`D =tD >D C¤D DD ED GD ID PD QD U<D WXD [hD \xD ]ÔD _èD `D dD eD fD gD nZD o,J$(D |(,aD,mHD |<,{@p,D <,[D @D TD Ĉ[pD Ġ,$ĨD Ĩ,D,ΠJD ļ,ۀ\,,[D ļD D D D D $D 8D LD XD \D hD xD ŀD ŔD ŠD ŬD D D D D D D  D ,D <D `D tD |D ƈD ƠD ƴD D D D  D <D LD hD pD |D ǬD D D D D $D ,D HD TD `D |D ȄD ȌD ȨD ȴD D D D D D D $`<D l-$tD 't-&PD-:PHD 'ɈD *ɈD +ɤD .ɰD <ɼ-N$D q-nD-{H-L-P-T-XD q-D r--Ҁ--`D vD wD x D yD {D |,D }<D ~DD LD PD hD ʨD D D D `D lD ˠD ˸bD .$D .D.'H.2L.;P.DTD 8.PD 8.`D <.qD D..cD LD TD XD `D dD tD D D D D PD XD ͘D ͠D D D PD xD θD D (D LD TD ϐD ϸD D fD .$$D $.D.ȠH.ӠL.ܠP.TD D..//"/3gD DD LD PD XD \D pD ЀD ЈD АD МD ФD ШD аD иD D D HD PD фD єD ќD D D HD PD ҬD ҴD !D #,j$D %T/A$\D 2\/^D/kH/vL/P/TD 2|D 3|D 4ӐD 6D 8/D/$ D [ /ҠD/H/L/P/T0 X0\0/`0?d0RhD [00_0r0000ŀ0ҀD a00001 kD g4D hDD jXD lԌD mԘD vԤD wԸD {D |D }D ~D D ,D lD ՀD D D (D \D pD րD ֔D ּD D D D  D 8D HD dD lD ׀D הD פD D D D D D ,D 4D ؄D بD ؼD D D D D D `D tD D  D  D XD lD |D ڐD ڸD D D D D 4D DD `D hD |D ېD ۠D ۼD D D D  D (D 0D <D @D ܐD ܬD ܼsD 1$D 13D1@H1KL1TP1]TD 1j1x1D 1D sD D D hD |D ތD ޼D D D  D !,D #`D $tD %|D '߄D )ߨD *D ,D .dD /D 0D 1D 2DD 3XD 6D 7D 8D :D <D =D ?D @0D B8D ClD EtD FD GD ID JD KD L(D MLD TD VD YD ZD ]D aD dLD g`D hD kD lD oD pD s D tPD w`D xD {D ~D D ~D 81$@D @1D1ˠH1֠L1PD \D \D pD D 1$D 2D2$HD 222A2P~D D D D D D D (D 8D DD P,D \2c$hD h2|D2H2L2P2T2X2\2Ϡ`D D D D D D D  D PD dD D 2$D *3D3 H3L3!P3*T37XD *3D3Q3dl3rl3@3@3hD 5D 6D 8 D 9D :D ;D @0D ADD BPD CXD DD ED HD ID JD KD L@D R|D SD TD UD WD XD YD [XD \D ]D _D cD d D fDD mD nD pD qD sD u8D vpD x|D zD {D }D PDD t3$|D |3РD3ݠH3L3P3TD 4 4lD D D D D D D D D D  D TD \D D D D D D ,D 4D hD pD D D D D $D ,0D `4($hD h4ND4[H4fL4oP4xT4X4\D 44p4€l4؀h4d4`\D D D D D D D D D D D D  D D D (D 8D LD D D D D D DD LDDDDD D $D4DPDDD"|D#D%D(D)lD+tD,D.D2D3dD5lD6D8D9D; DATHDFx5$DN5)D56H5AL5JP5ST5aX5r\DN55555Ȁ5ՀtDTDUDVDWDYDZD]D`DbDdDe4DmDDtD}D~LDpDDDD$D,D|DDDD$DlDtDDDDDhDDXDDDDD$DXD`DDDDDDLDTD|D5$D6D6H6L6&P6/T6=XD6J6Wp6el6yhDDDD DDDD0D8DDDD$D|D D @DHD|DDDDDD!`D#hD'D0D1\D3dD8D9D;D?LD@DBDKDO <0DP `6$ hDa h6D6H6L6ȠP6ѠT6ޠX6\6`Da Db Di Dj Dl Dn Do 4Dq \Ds |7$ D| 7%D72H7=L7FP7OT7\XD| 7i7||7|7@7x7@xD D D D D D ,D @D D D D D D $D ,D hD |D D D D $D \D dD D D D DDD D0DHD\DdDDDD$DdDxDD$DT7$\D\7D7H7L8P8 T8XD8)@PDDDDDDDDHDD(DX8<$`D `8]D8jH8uL8~P8T8XD 888Ԁ8@8TDD9DDD#D$D%D&D',D(DD)XD*pD+D/D1D9 D:D;HD=PD?DCDDDE DG(DHpDIxDJDLDPDSPD^D_D`DaDbDcDdDeDfDgDhDjDk$Dm,Dp|DrDvLD{|99$D9\D9iH9tL9}P9T9X9\D9@xDDDDDDDDpD D TD99d9d9:$:>:i:::Ԁ:;;0;K;_;q ;;;~v;1;;3<D?DDDE,DF<DG<DH\DKhDLDMDNDODRDS<DTLDULDVlDYxDZD[D\D]D`DaLDb\Dc\Dd|DfDgDhDiDjDlDnDo$Dp8Dq8DrXDsdDupDv|DwDxDyDzD{D|D}PD~=$D=$D=#H=/LD =;=HL=[T=g=,=8tD D D 0D LD TD dD tD D D D D D D D D D D D D D D D!D!D!$D!0D!<D!HD!PD!XD!`D!hD!pD!xD!D!D!D!D!D!D!D!D!D!D!D!D!D"D"D"D" D"(D"0D"8D"@D"LD"pD"xD"D"D"D"D"D"D"D"D"D"D"D"D#D#D#,D#@D#TD#hD#|D#D#D#D#D#D#D#D#D#D#D#D#D$D$D$D$D$$D$,D$4D$<D$DD$LD$XD$dD$D$D$D$D$D$D$D$D% D %D %0D %<D %HD%PD%XD%xD%xD%xD%xD%xD %xD!&TD#&\D&dD%& D&&=$&D.&=TD=ɠHD.&=Ҁ===>  D2&D3&D6&D7&D9&D:'$D;'PD<'dD='tD>'D?'DA'DB'DC(DD(DE(,DF(<DG(hDH(DJ(DK) DM)@DN)dDP)lDR)DS)DU)D3)pDW*>$*D^*>&$DD^*D_*D`*0Da*`Db*pDc*|Dd*>1$*Dk*>GLDDk*>V8>cT Do*Dp*Dq*Ds*Dt*Dv*Dw*Dx+Dy+D|+D}+(D+0D+<D+DDq+LD+D+D+D+D+D,D,D, >o,(>zd,(>d,(>>π>??6?Y???€?ۀ?@ @ @1@8@X~v@q1@@3@$,(D,(@נ$D@`HD,<@8A LA"TA.AG,AZAeD,<ApAAAAAAAAAǀAҀA߀A`HD#,@D',\D+,xD3,D7,D<,D=,D>,DE,DF-@DH-HDN-PDP-\DQ-DS-D7-DU-D]-Da-Df-Dg.Di.Da.$Dk.@Dt.HDx.lD}.tD~.D.D.D.D.D.D.D/D/DD/TD/\D/dD/D/D/D/D/D0D0TD0hD0xD0xD0D0D0D0D1D1D1D1hD1pD1D1D1D1D1D2,D2<D2XD2lD2xD2D2D2D2D3D3D3D3,D3\D3lD3D3D3D3D3D4D4 D40D4@D4@D4XD4D4D4D4D5 D5 D50D5@D5XD5pD5D5D5D5D5D5D5D!5D"6D#6 D$6<D%6TD&6\D'6hD(6tD)6D+6D-6D.6D/6D06D47D97HD?7D@7DA7DC8DD8$DI88DK8hDN8xDO8DQ8DR8DS8DT8DW8DX8DY9 D^9D_9hD`9xDc9Dd9De9Dj9Dk:Dl:$Do:<Dp:TDq:hDr:Ds:Dt:Dv:Dz:D; D;D;D;D;D<D<(DD>D>XD>D>D?D?(D?@D?`D?D?D?D@D@D@HD@lD@D@D@D@DA DA$DA0DA<DAPDAlDADADADADADBDBhDBDBD BDxBD CDC$DC0DCLDCPDClDC|DCD"CD&CD*CD+D4D,DPD-DD/DD0DD+DD4DD;DD<E(D>E0D@E8DAEHDBETDDE\DEElDFExDHEDIEDJEDLEDMEDNEDPEDQEDRED<EDUF,D_F@D`FDcFDhFDiFDjFDkFDlFDmGDnG$DoGTDqGpDxGDzHD|HD}HDkHDHDHDHDIDI$DI4DI@DILDIhDIDIDIDIDJDK DK<DKdDK|DKDKDKDKDKDLDL DLDL(DL4DLHDLdDLpDLDLDLDMDM$DMTDMpDMDNDNDNDNDNDODO DO(DO<DOLDOTDO\DODODODODOD+OD'P4DPH$,DPTA$P`DP`BTDB HDPtDPtDPDPDPDPDQ0DQ`DR`DRxB,$RDRBCLDBR`HDRB`DRBk&pDRDRD RDRDRDSDS<DSDDSXDShDStDSDSD SD!T D"T4D#THD%TXD-TdD/TD1TD TD3T(D4TBs$UD<UBTDB`HD<UBD=U(D?U D@U<DDU\DFUdDGUDHUDIUDJUDKUDMUDWUDXV\DYVpD[VD]VD^VD`VDDVDbV*DcVB$VDlVBTDBΠHBנLDlVB*DoVDpWDqW(DsWHDuWTDvWxDwWDxWDyX+DzX B$XDXBLDC HCLDX0C,DX0DXPDXdDXDXDXDXDY DY<- DYHC&$YTDYTC:TDDYdCGCOCWC_CgCpCyCCCC<CC`8C4-<DYdDYDYDYDYDYDYDZ DZ\DZxDZDZDZD[0D[LD[`D[hD[lD[D[D[D[D[D\D\(D\HD\\D\D]D]D]lD]D^0D^<D^`D^D^D^2D^C$^D^CޠTDD^D^D_D_D_4D_TD_\D_dD_xD_C$_D_DDD_D3D_D`D`0D`DD`D `DaDDa5tDaD!$aDaD<DDN<HDaDdDl5DaDaDaD aD"aD#bX6<D$bdDt$bpD,bpDDD<HD,bDD6\D/bD0bD1bD2bD4bD5c 7D6c,D$c8D>c8D֠DD<HD>cLDD7$DAcLDBcXDCcdDDcxDFcDGc7DHcE$dDPdEDE0<HDPdE>EF7DSdDTd DUd,DVd@DXdTDYd8DZdEN$dDbdEfDEx<HDbdEE8DedDfdDgdDheDjeDkex9\DleE$eDteEDE<HDteÈEԀ9|DweDxeDyeDzeD|eD}f@:$D~fLE$fXDfXE,DDfhE:@DfhDfDfDfDg Dg@DgHDghDgDhDh@<$DhLF$hXDhXF"DF4HFBPDhxDhxDhDhDhDhDiDiDiLDi\DihDitDiFP$iDiFkDDiDiDiDiDiDjDj(Dj@DjXDjpDjxF}$jDjFDDjDjDjDjDjDjFjFdjFdjFG G$GOGqGGG܀GHH1HEHW HldHHRH}QH1HH3IpIpI J JKKLMwMM8N8N$Ox$OLPLPLP<QMTQTRsTRS/STU.UVWW,X*,Xt,X$jDjXLDXHDkX̀X׀XLXTXY,Y($DkDk$D k4D"k@D#kXD%k`D&khD)kpD,kD/kD2kD5kD8kD;kD>kDAkDDlDGlD&l DIl|DKl|DLlDOlDRlDUlDXlD[lD^lDalDdmDgmDim Dkm8DlmlDomDLmDqnDtnDun$Dxn,D{n@D~nPDn`DnpDnDnDunDnDnDoDoDoDo,Do<DoLDo\DolDo|DoDoDoDoD#pLDpDY3pPYqD?qD@rDFr4DGrDIrDJrDLrDMrDNrDPrDQsDSsDTs,DVs4DWsPDZsXD(sdD]sD_sD`sDasDctDdt$Dft,DgtHDitPDjtlDlttDmtDotDptDrtDstDttDvtDwu DyuDzu,D{uDD|u\D}uxDuDuDuDuDuDuDvDv@DvdDvDvDvDvDvDvDwDw$DwHDw\DwlDwDwDwDwDwDwDxDxLDxpDxDxDxDxDy DyDy,DyDDy\DyDyDyDyDyDyDyDz0DzTDz|DzDzDzDzDzD{D{D{$D{@D{HD{dD{lDa{xD{D|D| D|0D|8D|XD|tD||D|D|D|D|D|D|D} D}D}8D}@D}\D}D}D}D}D}D}D}D~D~D~,D~4D~XD~`D~D~D~D~D~D~D~D~D D D $D @DHDTDDDDD D(DHDPDlD tD!D#D$D&D'D)D*D,D-D.(D00D1LD3TD4pD6xD7D:DD=$D@,D$8DC|8DD\$DK\DDK\\\Ӏ\TDRDSDTDV$DW8DXHDYdDZD[D\D^D_D`(Da@DblDcDdDeDjDk$DlPDmXDnhDoDqDtDuDw$D{XD~DDDD0D\DdDpDDDDD@DPDpDDDDLD`DpDDDDDD<DdDtDDDDDDDLD\DlDDD<DLDDDD(DlDDDDDPD`DDDDDDDPD`DpDDDDDD8D|DDDD\DlDDD8DH"DT\`]d`]"d`]1][]u]]€]^ ^-^N^g^^^ ^^~v^1__/3_L$`D`_`D_p H_L_P_X_`D_____ʀ_Ӏ_܀ $DDDDDD!D"D#HD$tD&D(D)D*D+4D,HD-\D.pD/D0D1D2D3D4D6 D7,_$8DL8_D` H`L`)P`6T`@\`JdDL\`T`\`d`l`u`~` DQ\DRDSDTDUDWDXDZ D[(D\DD]`D^tD_D`DaDbDcDdDeDf Dg(Dh0DiDDkP`$\D\`D` H`РL`ݠP`T`XDa aa&xaGtaXpa`lahhapd DDDDDDDDDD<DHDXDdDxDDDDD0DlDtDDDDDDDDD0D<DXDxDDDDDD ax$DaDaLaTa\a`aàdD<àaրD<DpDDD D0DDDXDtDDDD$DDD@ DLa$XDXaDaLbTD|D |D D  D 0D pDDDDD$b 0bd0b5d0b=bgbbb΀bcc9cZcsccc cc~vd1dd;3dX$0D0dzDdHdLdPdTd XdР\dߠ`ddDTeeee&e1eAeQeZeceleue$DTDDDD D!D"D#D$,D&4D'pD(D)D+D,eeIeIeeIXeIededef"f<fgfffҀfgg.gIg]go g0g$"gg؀ghh+%hChXbzhn6*hh]hh9hi\j\jjj(kt(k(lJ(lU(m(m&m>mFmNmVm^mj$n,$nB&$IXnc&Inqnn&In&In$D;nDoHoLD;oo(D>D?D@DA,DB@DC|DDDEDFDGDH,DI8DJxo1$DRoADoUHoa LomPDRoyoDTDVDWDXDYDZD[ D\@D^ho$tDeto\DDeDfDgDhDiDjDkDlDmDno$\DqDqo\$DsDt8DuDxDvPo$\Dy\Dyhp D|hD~DDDDp$Dp.Dp9\HDpCDDDD0D@DDDDTD`pM$lDlph\DprHp}LDpp\ppp p DDDDDD4D<DhDDDDDDD(DhDtDDDDDDD0DDDTDdDpDDp$DpڠDpHDqq qq!q/q;qC\DDDD,D,DXD`D|DDDDDDDDD4DlDDDDDDD D,DTDh DtqL$D qbDqoHD q\qqqq DDDDDD4DHDHDDDD! PD"(q$4D'4qɠDq֠HD'HD(HD)`q$lD/lqDr LrPr'TD/r3\r<rMrZrcrprxD4 D6D7D8D:D;D<@D=PD8`D?tD@DAr$DErDDEr\rrDIDJDLDMDNLDOdDJ|DQDRDSDT \DU4r$@DZ@r۠DrHDZTr\s \s|D^TD`|DbDcDeDfTD``DhtDis$Dns7DsHHDnDoDpDqsW$DwsvDsHsLDws\D{D| D~DDDtDs$DsΠDsߠHsLsPt TtXDt#\t,(DDDDD4D@DXDhDxDDt>$DtbDtsHtLtPtTtXt\t͠`Dt߀\t(DDDD(DHDTDdDtDDDDDt$DuDuHu#LDu3(wDu>uF DDDD4DPDdDtDDDDDDDuR$DucDuxHuLuPDuuu8DD D<DLD\u$dDduݠDDtDtDu$DvDvHDDDv&$Dv;DvLHvYLvePDvtv|v({DDDD$D<DDv$D vDvȠHvՠLvPvTvXw \w`w+dD w:wFwRw[\wd(wvw~DDDDDDDDD,DTDDDDDD D!D"$D#DD$tD%D&D"D(0D)PD*D+D,D((dD/<w$DD;DwDwHwLwƠPwҠTwXw\x`xdD;hx(x4x@xI\xR(x]DAhDBtDCDDDEDFDGDHDIDJDK(DLDDMPDNpDODPDQDRDSDTDRDDVXDWtDXDVD[xe$D`xuDxHD`x\x(x0DeDg(DhTDj\DkhDlDmDhDeDpx$DuxѠDxHDux\y (yDzD|D}4D<DHDhDxD}DzDy$Dy0DyAHyNLy[PyiTywXy\y`ydDyyyˀyԀ\y݀(yyDDDDDD DD$D<DdD”D°D¼DDDD$D4DTDÄDDD,D@D`DĐDDD8#tDLzXz dXz5dXz?zizzzЀz{{;{\{u{{{7A{{]|$"| %|% |:ae|P|d|}9||$XDX|D|ɠL|֠T|XD|D |D D |$D} D}L}%T}2XDDDDDl}?$tDt}LD}U@}^H}g@Dƀ}p(DƀDưDD}x$D }D}@}H}@D }}}D$D%D& D'ǨD(D)D*D+}}d}d~~/~I~t~~~߀";Vj| 7A]% ae3L9ez1$"\\ˀ3D(-(9( ((($D\D \HD$()(5=D$D0DlDȈDȐDȘDȤDȴDD<DTD ɌDD$D%D&D'D(D)HD*ʌD,ʤD-D*D1(D240D3@E$LD8LUDi\HD8`t(ȀPD>`D@˜DADBDCDEDF@DGXDIdDJlDKtDL̈DMDNDP(DQ`DR|DS͜DNͼDWDXDY D[,D\4D]<D^PD_ΔD`DbDc(DdDDedD`τDiϘDjϤDkϰ$ϼDpϼD(HDpDsDuDwDx0Dz0Dw|D|АD}ЬD~DD}D( $D4$@D@D$(HDTDTDd4$lDlD(DD|D|DєDѨDѸDDDDDD$D0T$8D8dDr(LPTDX€̀ـ HDXDlDҀDҠDҼDDDDD,DdDӜDӰDDDDDD4DXDԐDDDDD, (D8$DDD&(D3(HDX@ HDXDՐD՜DDD D֤DְDDDxDׄDטDפHװNdװydװÀ3Y{Ѐ  $װD װ#D7HD D D B$DRDfHDDD~$DDHDDD($4D4DʠHDHDHD T$`D%`DD%pD&pD'|$؈D-؈ DL(PBTD-بD.بD/شP$D3cDpHD3D4D5}dd%GjӀ- B%Zobz6*]90$$"0HT$Dd\Dp\HD{((DDDLDhDtDٸDDDLDڄD ڼDD#D%D&XD'ۜD)۴D*D+$D,\D'ܔD/ܨD0ܴD1$D6DР\HD6ۀ( !3EMD<D>D?TD@hDB݌DCDDDFDG,DHpDJވDKDLDMDNDO$DPDDHdDSxDT߰DUDWDXDY\D[tD\D]D^D_D`Da0DYPDddDepDf|U$DkfDs(HDkDnDoDqDsDtDxDsDzD{D|DD{tD D$DD(HDDD$Dɠ(DDDDDD DD($0D0D(LPTDP'/8 `DPDhD|DDD,DHD\DxDD D(D< XDHE$TDTX(De(HDhr xDhDDDDD,D\DhD|DDDDDzdd݀"DgЀ* ?%Wlbz6*]90!$"-EQ$Da\Dm\HDx((DD D\DxDDD D $D!\D"D#DD&D($D)hD*D,D-D.4D/lD*D2D3D4$D9D͠\HD9؀(0BJD?DA,DBdDCxDEDFDGDIDJ<DKDMDNDODPDQDR4DSTDKtDVDWDXDZD[(D\lD^D_D`DaDbDc Dd@D\`DgtDhDiR$DncDp(HDnDqDrDtDvDwD{DvD}D~DDD~D D$DD(HDDD$DƠ(DDDDD DD,D8$@D@D(LPTD`$,5BL `D`DxDDDDpDDDDDPDlDD DV$Di(Dv(HD DDD DdDpDDDDDD(D4DHTDT`P@QHd`d`܀ Km؀-AS h}MA1d~v5Ng>45E@00"&P@K$`D`W0Dj@0Dl DlDhDu$D0D@0DDD&D'(D(4$@D+@0D@0D+LD.LD/dD0pD1|$D4Ҡ0D@0D44D6D7D8D9D:D7D<$D=4D>\D?h$tDNtD!HDN6>FQ({DPq0(DUDVDWDYDZ D\(D]LD^dD_tDa|D\DcDdDeDfDg Di(DdPDkdDlxDmDnDoDqDlDsDt$Du0DvLDwXDxhDzpD{D|D}DDzDDD@DXDhDpDDDDD DDDDTD|DDDDDD$D4D\DlDDDDDDD<DLDXDDDDDDDD0DHDXD`DDDDDDD D4DHD\DhDDDDDDWD D{$DDHLDƀ DD(D8DD D$DߠDDD D D D4DDD`DlDDDDDDD D $ D H$ PD P!DD `D `D -$ D =DD KWuD D D D dD  pD  D  D  D D XD xD D D D $$ ,D ,D 8,D 8D HD XD  DD! $ DJ ԠDLTX\DJ )5ALW0tDW DX DY DZ PD[ \D\ hD] |D^ D_ D` Da Db Dc DdDeDfDg,DhTDi\Dj|DkDlDmDnDoDpDq Dr4Ds<Dt\DupDvDwDxDyDzD{D|D~D0DTDtDDDDDDDD4DHD`DxDDDDDDD D8DDDPDdDDDDDDDD$DTDtDDDDDDDD4DHD`DxDDDDDDDDDDtDDDDDDD DD,DXDxDDDDDDDDD<D\DpD|DDDDDDD D@DTD`DDDDDDDD$D8DDDdDxDDDDDDDD(DHD\DtDDDDDDD D,D8DdDDDDDDDD D,DLDdD|DD D D D D D D(D4DTDtDDDDDDDD D4DPD\D|DD D!D"D#D$D% D'(D(<#D-Xh&QH$`D4`0D@0D4l$ D7lD8D:D<D? `D@ DA DB!DC!$DD!4DE!@DF!LDG!\DH!hDM!tDN!DO!DP!DQ!DN!DU"DV"DW"4DX"DDU"\D["pD\"|D]"D^"'XD_"$"Db"ˠ0D@0Db"'lDe"Df"Dg"Dh"Di#Dj#<Dk#XDg#hDm#|Dn#(HDo#$#Dw#DHDw#'(}Dx#3;C(dD{#D|#D}#D~$8D$\D$D$D% D%0)D%@K%PSR(Zd%Pd%P΀>dۀ %$ 9bzO6*c]9>1,,$%PD%PDD%`D%`D %$%D %,DD %6AKVcD%D&D&,q$&8D&8DD&LÀ̀(D&LD&LD&tD&D &D!&D"&$&D&& DD&&(3@LVd(D)&D+&D,'D.'4D/'XD0'hn&R($'tDD'tDLDD'ȀӀ(DG'!<DK'DL'DN'DO'DP'DR'DT( DU(DX(<DY(TDZ(lD](tD^(D_(D`(Dc(Dd(Dg(Dh)Dk)Dl) Do)(Dp)@Ds)HDt)pDw)xDx)D{)D|)D)D)D)D*D*D* D*(D*@D*HD*PD*D*D*D*D*D*D*D+D+D+,D+4D+LD+TD+lD+tDZ+|D,D-D-)$-$D-$D-05D-0D-@D-PD-XRd-Xzd-X̀<bـ~v14Q6Zi>} $-XD-XDD-hˀրD-hD-|D-D -D!-D".D%.8D&.D.Pd.PGd.PMwހ'Ij ـ00$.PD.P̠DנHLPD.l0D.lD.tD.|D.D.PD .$.D&. D,H9LGPD&.D'.D(.S$.D-.cDoH|LD-/0D0/D1/ D2/D4/D6/(D7/4$/@D=/@DHLD=/XD>/XD?/$/DM/ՠDHLPTDM/`DQ/DR/DS/DT0,DU08,$0@Da0@9DGHTLbPoTDa0`Db0`Dc0$0Dr0DLPTƠXӠ\Dr0߀0xDu0Dv0Dw0Dx0Dy0Dz1D{1D|1$$1,D1,DHLP-T:XD1PD1PD1|F1LUd1yd1      ! 5 G c t $1DHLPTXà\((D1D1D1D1D2 D2D2DD2TD 2dD!2tD"2D#2D$2D%2D&2D'2D(2D)2D*3D,3PD-3X3hXSpXXXWWDUW"S(X|.V 4S:V=@SFVLLURTXW^VXdTjVhpUvT,|XUUhWX4XLSXXdW@VU,Sd3hd3h  E U q       $3hD(@"@'@-@3@9@@(G(Q( [&Xe($m&X&W@&WD((((,(&X((D\3  3hD]3D^3D_3Dd5 De5Df5hDg5lDh5lDi5xDj5Dk5Dl5Dm5Dn6Do68Dp6XDq6xDr6Ds6Dt6Du6Dv78Dw7lDx7D|7D}7D7D7D8D8DD8xD8D8D8D8D9 D9D9TD9lD9tD9D9D9D9D:D:DD:D:D:D:D;D;hD;|D;|D;D;D<D<$DD>@D>@D?D?D?D?D?DADA@DAhDAtDADADADADADB<DBPDBpDBDBDBDC DC CH0#,dCHPdCHY w       ! = N _$CHjDtH}L(&0D"Cp        CH      CH #CHD#CD$CD%CD'CD+C+$C6DD.D=BCHGO Y c j t |CHCHD/DD0DD0dD0dD0    < O l     $D0DDDDDLDDTDhdDh$dDh, J r        ! 2$Dh<DEH\LsPTX\((&&((&&(DAD @ D < L 8* P4 T> (E ,L S $Z 0a 4h Hr {       Dh        Dh   #Dh+3 ;DhCK T ]DhDBDDCDDDDDEDDFEDGEDIEpDJEDKEDLEDMEDNEDOEDPF DQF(DRFPDSFXDTFDUFDVFDWFDXFDYFDZGD[G,D\GTD]G|D^GD_GD`GDaGDbHDcHDDdHTDeHDfHDgHDhHDiHDjHDkHDlIDnI DoI(eI8lHudI8dI8     % B V h   $I8DHLPǠTРXڠ\(H(TDIdDItDIDIDIDIDIDJ@DJHJX `dJX7dJX? ]        # 4 E$JXODTHaLnPwTX\`@@@(l(p(t(x(|((@(@ (@(#&D6J+0 6 < C M T [ b iJXnt @z D < L P T ( ,  $ 0 4 H 8       ! )JX/5 ? I S ] e m u }JX  JX   JXD:JD;JD<KD=K D>K,D?KPD@KhDAKDBKDCKDDKDEL,DFL0DHL\DILhDJL|DKLDLLDMLDNLDOLDPLDQMDRMDSM DTM<DUMDDVMTDWMdDXMDYMDZMD[MD\MD]MD^MD_MD`NDaN,DeNLDfNPDgNDhNDiNDjNDkODlODmODnO@DoOPDsODwODxODyPDzP D{P<DPXDP|DPDPDQ DQ<DQlDQDQDQDR<DRTDRpDRDRDRDS DSDSDS$DS4DS<ShdShdSh , T d        $ShD2HF(T@DS\b @h Dn <x L 8 P T ( ,  $ 0 4 H        ShD SD!SD"SD#SD$THD%T\D&TxD'TD(TD)UD*UxD+UD,UD-UD.UD/UD0UD2UD3UD4UD5UD6UD7V4D8VHD9VdD:VD;VD<VD=WdD>WpD?WpD@WpDAWpDBWpDCWpDEWpDFWx$W*D>HRX @^ Dd <n Lx 8 P T ( ,  $ 0 4 H        ShDLWDMWDNWDOWDPX DQX DRX(DSXDDTXLDUXhDVXhDWXpX%`.dXRdXZ x       " > O `$XjDoH|LPT(@((((((((((((((((((($@+@2( 9($@((G(0N(8U(<\(@f@o(Hx@€@ˆ(T(X˜(\DX ¦ @¬ D² <¼ L P T 0 4 H 8     (' ,/ 7 ? G $O W _Xek u  É Ó Û ã ë óXù  XD XD!Y D"YD#YD$YD%YD&Z$D'Z0D(ZTD)Z\D*ZD+ZD,ZD-ZD.ZD/ZD0ZD1ZD2ZD3ZD4ZD5ZD6ZD7ZD8[D9[D:[<D;[LD<[\D=[lD>[|D?[D@[DA[DB[DC[DD[DE\0DF\LDG\hDH\xDI\DJ\DK\DL\DM\DN]DO]@DP]hDQ]DR]DS]DT]DU]DV]DW^DX^$DY^4DZ^\D[^xD\^D]^D^^D_^D`^Da_ Db_<Dc_XDd_De_Df_Dg_Dh_Di`Dj`8Dk`lDl`Dm`DnaDoa,Dpa0Dqa4DraPDsaXDta`Dua|DvaDwaDxbDybDzb8D{b@D|bHD}bdD~blDbDbDcDc DcDcHDcdDcDcDcDcDcDcDcDcDcDcDcDdDd8Dd8Dd@$dhDHLPTX \`d (`%(h*(p0(x6(=(D(K(R(Y_XekXqyXDdDdDeDe8DeDeDeDf$Df`DfDfDg4DgLDgdDgxDgDgDgDgDgDgDgDh Dh$Dh,āh@Ċdh@Įdh@ķ    ) < Y m  ś Ŭ Ž$h@ȠDϠHؠL      h@Dh`DhtD hD!hD"hD#h#$h.D5H>LD-hEM W a i q y Ɓh@D.hD/hD1i D2iƉi(ƒƛdi(ƿdi(    : M j ~ ǐ Ǭ ǽ $i(٠DHLP(( ((DiT" ( . 5 ? F M T [i(`f @l Dr <| LȆ PȐ TȚ (ȡ ,Ȩ ȯ $ȶ 0Ƚ 4 H 8        i(DidD itD!iD#iD$iD%iD&j D'j4D(jDD)jTD*jdD,jtD-jD.jD/jD0jD1kD2kDD3k`D4kD5kD7kD8k%$l 0D8H@LHPD=l0PU [ a h r y ɀ ɇ Ɏi(ɓəi(D>l@D?lPD@l`DBlpDClxɟ$lɪDɲHɺL PDJli( @ D < L P T ( , # $* 01 48 HB 8K T ] f o x ʁ ʊ ʓi(DKlDLlDMlDOlDPlʙmʢʧtʬ(ʱʶ8ʻn0dmdm + S c  ˒ ˯     $mD&H.L6PDm,>D @J DP <Z Ld Pn Tx ( ,̆ ̍ $̔ 0̛ 4̢ H̬ 8̵ ̾       m   # - 6 ? H QmW^ g p y ͂mD m<D!mLD"m\D#mlD$mD%mD&mD'mD(mD)nD*nD+nPD,nD-nD.nD/nD0oD1o D3o D4o<D5oLD6o\D7oxD8oD9oD:oD;pD<p8D=pPD>phD?pD@pDApDCpDGpDHpDIpDLq DNq DOq(DPq0DSqPDUqdDVqlDWqtDZqD\rD]rD^r DarDcr͉$r͔D͜HͤLͬPDjrʹͺ @ D < L P T ( ,  $ 0 4 H" 8+ 4 = F O W _ g omu{m΁ΈmDksDlsDms,DnsHDosPΏ$s`ΚD΢HΪLβPDtsκmm    mDusDvsDwsDxsDyss ds0ds8 V ~ ώ Ϫ Ͻ     - >$sHDMHRL\PD tD t4D tHDtPDtXethlu~dthТdthЩ     . K _ q э ў ѯ$thѸDѽH LˠPӠTX@(@@( @(((.(4(pD(N(T(Z(`(j(t(҈(Xқ(ҥ@Ү@ҷ(((((0( (D>t  &th-3 @9 D? <I LS P] Tg (n ,u | $Ӄ 0ӊ 4ӑ Hӛ 8Ӥ ӭ Ӷ ӿ     th     #th+3 = G OthD?tDCtDDtDEu(DFuXDGuDHuDIuDJvDKvHDOvxDPvDQvDRvDSwDTw$DXwDD\wPD]w\D^w|D_wD`wDawDbwDcx$Dgx\DhxtDixDjxDkxDlxDmyDnyDoy0Dpy`DqyDuyDvyDwyDxzDyzDD}ztDzD{D{<D{tD{D{D{D{D{D|D|0D|LD|\D|lD||D|D|D|D|D|D} D}8D}\D}D}D}D}D}D}D~D~D~D~$W~P^gpyd~Pԟd~PԦ     + H \ n Պ ՛ լ$~PմռD( @ D < L P T ( ,  $ 0$ 4+ H5 8> G P Y b j r z ւ~Pֈ֎ ֘ ֢ ֬ ֶ ־   ~PD~pD~D~D~D~DD<D<D D$XD( @ D < L P' T1 (8 ,? F $M 0T 4[ He 8n w ׀ ׉ ג ך ע ת ײ~P׸׾        ~PD,xD-D.D/D0D1D2DD4DD5L $`DHD7|"(~P.4~PD8D9:$EDJHD;PV~P\b~PD<D=h$vDDB}؃~P؉؏ ؙ أ ح ط ؿ   ~PDCDD $0D @ D < L P$ T. (5 ,< C $J 0Q 4X Hb 8k t } ن ُ ٗ ٟ ٧ ٯ~Pٵٻ        ~PDMHDNdDODPDQDSDT $D & @, D2 << LF PP TZ (a ,h o $v 0} 4ڄ Hڎ 8ڗ ڠ ک ڲ ڻ    ~P       ' /~PD^D_,D`\DadDbDdDe5$?DHHQLXP_(d(Doio @u D{ <ۅ Lۏ Pۙ Tۣ (۪ ,۱ ۸ $ۿ 0 4 H 8        $~P*0 : D N X ` h p x~P~܃ ܉ ܏ ܖ ܠ ܧ ܮ ܵ ܼ~PDpDqDr8DsPDtXDuDvDwDxDyDzD{D|dd#=h݊ݭӀ/J^p ޅޥ~v޾13 ' 6 G pU g v ߋ ߞ ߱  $D-DH LD-D0D2|D3D4 D5PD6PX"dXFdXQ{+Mnᇀᢀᶀ ~v12O3l       p       +$XD3XADD3hD4hD6pD7xD:D;D=D>D4D@R$DEDEDFDGg$DLDL}(DMDODPDQ,DRHDS`4DT$Dh䯠D你H̠LڠPDh '/7?GOWXDsDtDuDvDw DxDy4DzHD{XD|dD~lD|DDDDDD(DDDLDhDDDDD D(DPD\DDDD(D\DDDDHDPDlDDDDDDDD,D8DDDPDDDDDPDDDD<DDD`D|DDDDD,D8DHDTD`DlDDD,D8DlDDD,DXD`DD TD_$DpDDDDDD$~$,D*,叠D坠H娠L嶠PTҠXܠ\`dh lp'tD*P2<GOW_hqz惀搀杀檀洀激ʀՀ)4ANYdo D9PD:lD;xD<D=D>D?$DDTDEDFDGDHDI0DJ8DKDDMLDNXDG`DQ|DRDSDTDUDVDX DYDR D\<D]XD^D_D`DbDcD\DhDiDjDk$Dl,Dm8Do@DpLDiTDspDtDuDvDwDxDzD{ DtD~0DLD|DDDDD~DDDDDD$D8DLDDDDDD0D`DhDtD|DDDDDD D(D4D<DHDPDlDDDDDDDDDD$DTD\DhDpD|DDDDDDD(D0D<DDD`D|DDDDDDDDDD,D@DTDhD|DDDD(DPDDDD$D8D`DlD?HDz$D狠D癠H磠LD筀緀X̀Հ݀hD DDD4>JYDDHDdDDD D"D#D%D&D D.D/4D0TD3tD5D7D8D:D;4D5<D?XDADBDD,DEDFDGDHDIDJDKDQDR DSDV|DXDY(D[<D\D]D^D_D` Dab$DrtDDr肀茀蔀蜀褀謀趀ɀӀۀ(XDw DyDzD{,D|HD}TD~hDDDDDDDD8D`DDDDDD4D`DDDD8DdD|DDDDDD0DLDDDDD<DHDXDxDDDDDDD0DdD|DDDD\DDDDDD<DXDhD)DDDDD(D8DhDDDDD*DDDD,DXDp+DD$DD,HDDD:$DGDUHDDDc$DtD邠HDDD8$@D@雠D駠HDT鴀+DTD\DtDDDDD D DD,D $,D,֠DD<D<DHPdP dP@Zꅀ꧀ʀ3Lg{  $PDPD\ D\(Dx$DDD D!D"D#D$D%D&dd*Do쑀촀ڀ6Qew ~v13 . ? P p^ m       $D$DD$D%D&,D'@D(`D*tD+D-D/D0 D10D28D3@D5HD7|D8  2 ? M ] r         %$DQ6DDQC(DRDTDUDVDX DY4DZLD\xD]D_,D`,DbDcDdDeDfDgDDhDjDkDm\DnDoDpDqDsDtDv4DwHDx`Dzc$DDDDu$DDDD$DDDDddԀCeЀ %9K `~v13   " p0 B Q ^ l ~     $D1DHLD1((D2D6D8lD9D:D; D<@D=\D>xD?D@DADBDDETDGDHLDJDKDM(DN@$ D| TD^LhTr\|`dD|DTDDDxDDDD8DLD`D|DDDD,DDDHdDT$`D`DLȠTDDDDD8DxDœD¬DDD,$4D4DLT\`dDX",6?H hDXDÌDDD(D\DĐDĠDDDDLDŀDŬDDDD`DƤDD D@DdDnjDǰDQDD<^DȐk$ȘDȘDLTDȼɀҀ DȼDD D ,D XD ɄDɰDD D(DDDXDlDʀDʤDDDDDD <D,$8D+8DLT\,`7dD+\BJRZclu lD0\D1|D2˴D3D4D5$D7PD9̐D:̬D;D<D=D> D? D@DDAhDB͌DC͔DD͜DEͤDGDHDIDJDKdd-Orۀ#5 J?^1z}S   $D#DH*L8PITD# [(D$ |(D% (D& &P&T&`&d `D D4DLDxDΜDDDD4D`D|DDDDD,D0D4D<DLDPDTD\DdDЄDаDDD(D@DlDшDDDD$D<DhDҀDҬDDDD $D0D:HHLD U(D b(D  D DXDdDtDӔDDDDD<D\DԄDԤDDD(D($0D0DHȠLӠPޠTX\DT(DTTDTDlDՔDռDDD8D8$@D@!D0HDTC(DTTDTDhD֔DPZd~d̀<bـ )MAE1ady~v3!Go\|000 ( 9 J Y k |  P    p     - U b p  0$DaDHɠLڠPTX \`"d-h@lLpXtDadp|(DcĀ Ѐ $DmDnDo Dp(Dq8DrHDtPDudDv|DwאDyפDzפD{D~DDD0DdDؘDDDhD|D٤DDDD,DLDlDڌDDD8D`DpDۀDېD۸DDDDD(D4DHDTDXD\DhDlDpDܘDܜDܠDܤDܨDܬDܰDDD8DXDxDݸDDDDDD$DHDPDXDdDxDޘDެDDDD$D0DHDT$\D\DHDp (Dp+3;DpDxDߘDDD D\D|DD (DCMdqd{ /UẁL~v+1Gd3<J<<ǀ -\\ \ ep p  À  P P P <y<2\\\y ̀XaX0X? Z؀/  8jd6Ҁ !+!;<!<"y<"<"<#d<#<$<$%<$݀<%e<%D&:D&D'D''À'ـ'4(()5()^0*0*o+ +0,i0,ˀ-b. ./N(0(034041Y 2283l8345B 56(7n(7$8n 9'0: 0:X ;;Ȁ`?o`?~d?Àd?Ԁ @f@PAzPBMBBCMCCD D# D4 DE pDS Db D| D D$DD D D D 4D"HD#|D%D'D(D)D+$D,\D D D D$dD5dD5pD6pD7D8D9D:D=DDdEdEEIEcEEEӀEFF<FUFpFF F F F F$DFߠDFHFLGPGTG2XG@\DGL(DGmGvGGGGGGG$D$D%8D&TD'TD(D)D*D+$D,PD/XD0dD:lD;tD<D=D>D?D@DADBDC$DD4DE\DFtDGDHDIDJDK4DM`DO`DP$DQPD,X4DS,G$4DX4DX@G(DY@HD[@D\\D]xD^D_D`G$DgGDDgDhDiHH dH.dH8HbH|HHɀHII4IUInIII I I I$DIDDIJDD$D@D TD"`D$lD%D&D(D)D+D,J#J0dJTdJaJJJЀJKK;K]K~KKKƀK؂oKLL ~vL&1LBL_3L|L0M0N0NN!cN6N$DNӠDNHNLOPO 0TD0O"&O2O?O^OmO{`OOOOO΀O|D+0D,<D-HD2TD4D6D7D9D;0D<dD=pD>xDBDCDGDHDIDKDNDODP,DS4DT4DUPDX\DY\DZxDPD`DbDcDdDfDiDkDlDn4Dp<DdDDtdDxtDz|D}DDDDD D(D@D@DlDDDDDDDDDD($D4O@OOPd@P%d@P. PL Pt P P P P P P Q Q# Q4$@Q?DQH(QM&D`QTQ\ Qf Qp Qw Q Q@DxDDD QQQdQdQ Q R R$ R@ RS Rp R R R R R$R(R(R(R(RR S S S S S S& S- S4S9SA SJDDDD,D`DDDD SRSZScdSdS S S S T T T1 TE TW Ts T T$TDTHTLT(T(D TT T T T T T T T UUU UD D 4D hDDDDD(D@DtDDDU$U(DU/HU6LDU=UB UH UN UU U_ Uf Um Ut U{UUDDD(D0U@UUlUU,UxUUDUUUU UUd@Ud@V V$ VL V\ Vx V V V V V V W $@WDW%HW/LWBPWSTWcXWs@Wx@W}@W(W@W&lW(W@D%WW W W@D&D'D+D/ D04D1LD2dD3D4D5D6D7D8D9D:D;4D<8D=<D>\D?DADGDJDN0DQPDUdWWW(WWW@WWXXX XXXdXAdXJ Xh X X X X X Y Y Y. Y? YP$Y[DYiHYrLY|(Y&D"YY Y YD#D$D(D,4D-TD/|D5D8D<D?DCY0YxYYYY0YHY`Yd0Zd0Z' ZE Zm Z} Z Z Z Z Z [ [ [-$0[8D[UH[}L[P[T[X[\[`[d[h[([@[@[@[@[@[@[(,DDD8D@DhDhDDDDDDHDxD D!D"D#PD$tD&[$[D\H\5L\<P\AT\FX\^\\d@\i@\n@\s@\x@D:D;D<D=D?D@0DA\DBdDCDDDEDN@DODPDQ$DTpDUDWDXDYDZ D\ ,D] HD^ tD_ |D` Da Db Dh XDi Dj Dk Dm XDn tDp Dr \~$ \D\H\ʠL\ѠP\֠T\۠X\\\@\@]@]@] @]@D D D D D D $D PD XD D D D 4D LD TD pD D D TD D D D ]$ ]&D]?H]E(`]J(d]O@]T(l]Y(p]d(t]j(x](D 8D @D LD XD dD pD |D D D D D D D D D D D D D D D  D (D 4D @D LD XD dD pD |D D D D D D D D D D D D D D D (D 4D @D LD XD dD pD |D D D D D D D D D D D D D D D D $D 0D D D D! 4D" PD# XD% XD& \D' 8D( \D) D* D+ D, @D. XD0 tD1 xD2 D3 D4 D5 8D7 PD9 XD: XD< lD> D? D@ DA DB DC DE ]$ ]DD[ ,D\ 4D] @D^ LD_ XD` dDa pDb |Dc Dd De Df Dg Dh Di Dj Dk Dm Dn Do Dp  Dq Dr Ds (Dt 4Du @Dv LDw XDx dDy pDz |D{ D| D} D D D D D D D D D D D D (D 4D @D LD XD dD pD xD D D D D D D D D D D D D D  D D $D ,]$ <] D]ǠH]̠LD \]] ] ] ]0D lD |D D ^ ^^d ^5d ^= ^[ ^ ^ ^ ^ ^ ^ _ _! _2 _C$ _MD_RH_WL_`(_h(D _p_u _{ _ _ _ _ _ _ _ D D  D @D tD D D D  D @D tD D _ _d _d _ ` `/ `? `[ `n ` ` ` ` ` `$ D D ` ad a'd a0 aN av a a a a a a b b% b6$ D D bA bJDbObXd b|d b b b b b c c' c; cM ci cz c$ cDc&Dc(D  D LD \D xD D D D D D D D  D ,D 8D PD! tD" D# D$ D% D& D' D( D) D* 4D+ XD, dD- pD. D/ D0 D1 D2 D3 D4 D5 D6 $D7 0D8 HD9 lD: xD; D< D= D> D? DA c cd cd c d d. d> dZ dm d d d d d d$ D D  d  ed  e%d  e.eXereeeff*fKfdfffLf~vf1fg3g4 gE gU gf gs g g$  D  D ,gggg D ,D! 4D" 8D# <D$ HD% TLD& lg g$ tD/ tgDgHgLhPD/ D0 D1 D2 D3 D4 D5 D6 $D7 <h Hhd Hh>d HhHhrhhhـhi"iDiei~iiiLi~vi1jj13jN ja jr j pj j j j j j j j k k$ k7 kL k` ku k k k k$ HD2 HkԠDkHkLkPD2 dD3 dD4 tD5 D6 D7 D8 D9 D: D; 0D< tD= D> D@ l$ DN lDlHl(Ll2PDN l<(DO DQ DR DS DT ,DU HDV tDW DX DY 0D[ lD\ lD^ D_ D` ,Da XDb xDc Dd De Df Dg <Dh TDi Dj Dk Dl <Dn xDo xDq Dr !Ds ! Dt !Ll\ !Xlfd !Xld !Xlll؀mm%mHmnmmmʀmmn Ln+~vnD1n`n}3n n n n pn$ !XD !XnDnHD !lD !lD !D! !D$ !D' !D( "$o$ ",D/ ",oDoHD/ "@o)oHoPD3 "@D4 "TD6 "xD7 "D8 "D9 "D: "D8 "D< "D= #D> # D? #D@ #,DB #PoX #Xobd #Xod #XoooԀop!pDpjpppƀppq qq<~vqU1qqq3q q q q q$ #XD #Xr DrHr&LD #pr1r9D! #pD" #D# #D$ #D% #D& #D' $D( $D+ $D, $@D- $pD. $D/ %D0 %XD2 %lD3 %D4 %D6 %D7 %D8 %D9 &D: & D= &D> &$DA &8rA rN r\ rk rz r r r r$ &@DP &@r̠DrנHrLDP &Xrrrssss!s+s5DV &XDW &tDX &DY &DZ &D[ ' D\ 'D] '$D^ '8D_ 'LD` '`Da 'Db 'Dd 'Df 'Dh 'Di 'Dk (Dl (Dn ( Do (4Dq (<Dr (PDt (XDu (lDw (tDx (Df (Dz (D| (D~ (D (D )D )D )D )0D )8D )LD )TD )hD )pD )D| )D )D )D )D )D )D *D *D * D *4D *<D *PD *XD *pD *xD *D *D *D *D *D *D *D +D +D +,D +4D +HD +PD +lD +tD +D +D +D +D +D +D +D , D ,D ,(D ,0D ,DD ,LD ,hD ,pD ,D ,D ,D ,D ,D ,D -D -Dd - D -\D -D -D -D -D -D -D - D -sA .sKd .sod .syssst t-tStutttʀtހt uu%~vu>1uZuw3u u u u u$ .D .uDvHvLD . D . D .4D! .@D" .\D# .pD$ .D% .D( .D) .D* .D+ /D, /v v) v7 vF vU vc vv$ /$D: /$vDvHvLD: /<vvv4D> /<D? /xD@ /DA /DB /DD /DE /DF 0,DG 0PDH 0tDI 0DK 0v 0vd 0vd 0ww,wFwqwww܀wxx8xSxgxy xx xx1xy MAy'yCdy[}YytyyyƂ9 yހzzz z$ 0D? 0{D{H{L{7PD? 0{G{S{^{}{{{{h{܀d{`{\{X|T|P|*L|6H|CD|P@|Z<|b8|o4|3DS 0DV 0DW 0DY 0D[ 0D] 1D_ 1 DS 1Da 1\Db 1pDc 1Db 1Dd 1Dh 1Di 2HDm 2hDn 2xDo 2Dp 2Dq 3 Dr 3Ds 3 Du 34Dv 38D{ 3HD| 3LD} 3PD~ 3TD 3XD 3`D 3D 3D 3D 3D 3D 3D 4(D 4LD 4TD 4\D 4hD 4pD 4|D 4D 4D 4D 4D 4D 5D 5D 5HD 5lD 5tD 5|D 5D 5D 5D 5D 5D 5D 5D 6D 6 D 6(D 64D 6<D 6HD 6XD 6D 6D 6D 6D 6D 6D 7 D 70D 7@D 7dD 7|D 7D 7D 7D 7D 7D 7D 8D 8,D 8@D 8dD 8|D 8D 8D 8D 8D 8D 8D 9D 9,D 9@D 9dD 9|D 9D 9D 9D 9D 9D 9D 9D :D : D :<D :XD :hD :tD :D :D :D :D :D :D! ;D& ; D' ;4D) ;@D0 ;LD1 ;\D2 ;hD3 ;tD5 ;D6 ;D7 ;D8 ;D: ;D; ;D< ;D= ;D? ; XDA ;| <|d <|d <|ʀ|}}9}[}~}}ƀ}~~~/~A ~Vo~k~~v~1~~3~$ <D <30DD <D <D <<D D6 >D7 >(D: >4D; >XD< >lD= >lD> >D@ >I$ >DW >`DoHLPTX\DW >̀ـ D` >Da ? Dc ?(Dd ?8De ?8Df ?XDh ?dDi ?xDk ?Dl ?Dm ?Do ?Dp ?Dr ?Ds ?Dt ?Da @ Dv @( @0.d @0Rd @0cҀ=_Ȁ $ @0D @0 DKD @D/@D# @DD$ @HD% @dD& @D' @D( @D* @D+ @= @Id @md @y -Suʀހ ~v61RoMAd "0$ @D= @ADPHD= @_ɀ DJ @DK @DM ADO ADP ADR A0DT ADDU ATDV AdDW ADX ADY AD] AD^ AD_ AD` BDa BDd B De B<Df BPDh B\Dn BhDo BDp BDs BDt BDu BDv BDw BDx CDy CDz C D{ CD| CD~ CD CD CD C,D C D NXT\` L& K. Q:dI IRP[ Qd M|m S<zd Dd DԀ;^ǀ!)7M1i%s ad6*] 9 [ g 'p    DO$ DD Dc DoHD D{D DD D,D D8D DDD DTD DD DD DD E$D E$$ E,D$ E,DD$ E< <D& E<D' ElD( EtD) E|D* ED+ ED, E$ ED2 E  DΠH۠LD2 ED3 ED4 FD7 FD8 FLD9 F|D; FD< FD= FD> F$ FDC F D HDC G DE G DF G4DG G@DH G\$ GhDL Gh( DDL GxDM GxDN G4$ GDS GC DOHDS GcksDT GDW GDX GDZ GD[ GD\ GDX H$D^ H8D_ HLD` HhDa HDb H$ HDh H DHLDh Hπ׀߀Di HDk HDl HDn HDo HDp IDl I Dr I4@Ds I@(P8E$ ILD~ ILTDD~ I\`\D I\D ID ID ID ID ID Ik$ ID IzDHD ID ID J$ J(D J(DHLD J@ʀӀD J@DD JDD JtD JD JD JD JD JD JD JD K D KD K0<D K<$ KHD KHDHD K\&2\D K\D KdD KD KD KD KD K<( TO$ KD K^DkHxLD LD LD L$D LD$ LLD LLDD L\D L\D LpD LD LD L$ LD LDHʠLD LD LD LD M $ MD MDD M$D M$D M8D MHD M`D Mp(X(\(`&(d<$ M|D M|LDYHfLD MD MD MD MD MD N D NDs$ NLD NLDHD N`D N`D NlD NtD ND ND ND N$ ND NDHΠLD ND ND OD OH$ OPD OPDH LD OhD OhD OtD OD OD OD OD O$ OD O5DD OA D OD P D PD P D P(D P8D" PPD# P\ hD$ PhM$ PtD) Pt\DiHD) Pt D+ PD, PD- PD. P D/ P~$ PD4 PDHD4 QD5 QD6 Q D7 Q($ Q0D< Q0D HD< QD̀ DD> QDD? QdD@ QtDB Q DC Q$ QDI QDHLDI QDJ QDK QDM Q$ QDR Q$DDR RDS RDT RDU R8DV RLDW R\DX RtDY R1$ RD] R@DD] RD^ RD_ RD` RM$ RDe R\DiHDe RDf RDg SDh S0v$ S<Dn S<DHLDn STDo STDp StDq SDs S$ SDy SDΠHDy SDz SD| SD} SD~ TD T D TD T$D T<D TPD ThtD Tt$ TD TDHLD T/7?D TLD TD TD TD TD TD UD U(D U(V U8ad U8d U8Հ"Ekǀ!> Xt1}Y*CYud% ag6- ]&1 E9P  P]d߀    "$ U8D U8DHD UL߀ @ D ULD U`D U|D UD UD UD VD! V D" V4D# VLD$ V\D% VxD& VD( VD) VD* VD+ VD. VD/ WD4 W$D5 W8D6 WHD8 W`D9 WD; WD= WD> WD? WD@ WDB XDC X DE X4DG XDDH XLDI X\DK XxDL XDR XDT XDU XD6 XD] XD^ YD` Y$Da Y4Db YHDc YXDd YtDf Y\Dg Y' Y3d YXd YdӀ>`ɀ +G1c}Y|,H%R gag}6-]9$ YD YDHL$P4TEXD YW$D YD YD YD ZD ZD Z(D Z8D ZXD ZlD Zxe Zm s0zhd Zd ZÀ2Tw(:UOh }d1ac܂%6)%;B]\jŀ( = R o,a l  %90 x ĀЀ0=D    a w $ ZD ZDD Zƀ$D ZD ZD ZD! ZD# ZD$ [ D% [0D' [PD) [hD* [D- [D/ [4D0 [$ [D8 [DD8 [`D= [D> [D@ \DA \DC \0DD \HDE \lDG \DI \DK \DM \DP \lDR \&*& 6&F(hj(0$ \Da \DDa ]ǀՀ߀Di ]Dj ] Dl ]8Dn ]TDo ]lDp ]Dq ]Ds ]Dv ]Dw ]Dy ^Dz ^0D| ^dD ^D ^D ^D ^D ^D _$D _@D _TD _tD _D _D _D _D _|D _$ `D `(DD `9D `D `$D `HD ``D `D `D `D `D `D aD a4D aPD adD a|D aD aD aD a8D aA$ aD aVDkHLPTD aD aD aD aD b D bD b, b8d b8d b8 %Pr݀2FX%b wbz6*]9$ b8D b8D HLD bP$D bPD bhD bD bD bD bD bD c,$ cD c9DDHOLD c,[cD c,D chD cD cD cD cD cD cD dk$ dD$ d}DHLPWD$ d4€D& d4D' d\D( dtD' dD) dD* dD) dD+ dD, d e  d X \*7H eZ Xiʸw f8    t   pd e)d e1[u€ -Ng~v1,(X$ eD_ eD_ eq@z&ʰDc eDd e(Df e0Dh eHDi eXDh ehDk exDl eDk eDn eDo eDn eDq eDs eDt e C   '7 ۂsp$ eD* eɠDD* f׀D+ f D- fD. f $D/ f,&ʸ 1ր 3$ f8D+ f8LD[HgLu PD+ fT@@@ ÀD; fTˀD< f\րD? flDE fxDJ f| *DV f?D[ fDj fDk fDl fDn fDo fDr fDs fDt fDy g D| gD gD g$D g8D gLD gpD gD gD gD gD gD h(D h0D hxLD j,D j4D j<D j]D l4D l<D lDD ldD llD l|D lD lD lnD lD lD lD lD lD m,D m@D mHD mD mD mD nD nhD nD nD nD nD nD nD nD nD nD nD n  D pD qD qD" qD% qD* q tD- sD. sD/ sD1 sD8 s̀lD9 u|D: uD= uDA uDB u݀DDC w`DH whdDJ wlDN wDP y,DT y0XDU zDV {DY {D\ {$%LD_ |Dc |Dd }Dg }Di }Dk }4Dn }Dp }Dr }Ds ~Dt ~@Dz ~HD{ ~lD ~tD ~D ~6D <TD \pD @D D D 0D @JhD pD D D D D <D tD |D D D gpD D D $D XD D ʀD ـD (D \D D D $D ,D D D ,D @D D 8D L$LD \D dD |D D D $D D Dg D D D 0%4D <D DD XD `D hD |D D D D D D D D D D D D" $D$ \D' dD( xD+ D, D. D1 D2 D4 D; D= ,D> |D? DE DG DH %(4)DK DM DN DO DS DT DX DZ D[ D\ 0D^ 8Da DDf T6*|+Dj Dn Do 0Dp DDr LG,PD} XD~ dD D D ,D PD T_D d-D D u - /8/l/lD tD |D D D D /1PD `D D D D D D 13LD \D `D dD hD pD D 3D D D D D $D 0D hD tD D D D D (D 0D <D PD hD D D D D D D D D ,D 8D @D P̀8x9D D ݀D& :PD( X:;D1 D2 TD8 XD9 tD; xDD DE DV DW <DZ D[ <D] Db Dc Df Dh LDj `Dk Dm D D =?,D HD PD T ?|@D D A0BD D .BDLD hD p?DFD D $PFLGD D aHIhD D rIKD 8D @D TD \D hD xD D D D KMXD |D D D D D D$ D \D dD D PRHD lD tRTD D 0D 8D 8D HD dD tD D D UD $ D ȠDӠHޠLD D D D $ D DHLPD D! D" ,D# LD$ l)$ tD0 t<DGHRL]PD0 h@D1 u@D2 VD4 D5 D7 VD8 $ DC DHLPTDC @DD @DE W DG DH $DJ <WLDK T$ \DV \D HLDV t"DW t-DX WD^ XDD_ LG$ XDi X_DhHtLDi pDj pDk xDl XDt YDu $ D Р D@ HD  YD D D D ,D @ZDD L$ XD X2DGHSLdPrTD x{D xZ|D D D D D D D D D (D D [D  ̀ =$ D W DD dlt D @D D ĀD πD @D $D 4D <\8D @D  D  D  D  D  D D D  D  8D ! @D " PD ) \D * lD . tD / ¤D 0 D . D 1 D 6 D 7 8D 6 DD 9 XD : ÈD ; D 9 D < D @ D A D B ,D @ 8D C LD G TD H hD I ĄD G ĐD J ĤD O ĬD P D O D S D T D X D Y D \ $D ,D 4D pD ŀD ŐD ŘD D D D D D TD `D hD ƤD ƼD D D D D 0D 4D <D HD ȄD ȔD ȠD ȨD ȰD ȸD D D D D  D ɘD ɜD ɨD dD  $ D  % D2 HFLVPdTD  D  D D <D HD TD  hD  xD  ʀD  ʔp$ ʜD ! ʜ DHLPTŠ XD ! D # D $ $ D E  DHLPT*X:\G `TdD E 0`j@D G 0y@D H <D I HD J Xf`D M hD N ˌD R ˘D S ˨D T D U D Y D [ D \ 0D ^ <D b DD c hD d ̀D g ̌D m ̌D o @@D r D s gD u D v D x (D | `D  lD ͜D ͸D D i@D ilD tD άiD δD D D <D LD XD hD tD τD όD ϜD ϨD ϼD D g D jD Ҁ$ D E  DHLPǠ TD E D F D G L$ XD ` X DHLPT+X6 \C`D ` |OZcny‹¥°D p |¸@D q ЈĀD t МԀ D ШD и D &6DXjÂD ÖëþD ΀߀kD D D (D PD xD ѠD D D D @D hD ҐD D 8D DD pD ӈD ӔD ӰD D D $D <D TD hD ԈD  ԐD  ԘD  ԜD  ԠD  ԰D D D D  D  D  D  8D  HD ! XD " pD . xD 2 xD 8 ՈD < ՜D ? լq8D D @D F ֘D G ֠D K ֨D M D N D K D Q rD U D _ 0D a 8D c tD e אD f װD c D n D q D u $D v TD w pD x ،D y شD z D | D D D 0D TD xD ٠D ٴD D D D dD ڜD D |D (D <D \D ܈D ܜD ܴD D D D D (D 8D 8D ݀D ݼD D D D ,D hD ހyxyD D D @D D z{XD `D l@D t{D D D D dD D D )|}$D ,D 8}8D @D HD! lD* D. 8D1 PD2 lD5 D9 D: D= D> DN DR XDV pDZ D\ D] 1Dd De Df Do Dq Dr (Du 88D @9D D D D D D D D D D D xD D KD D D LD lD D D D D Se LD TTD \D ht@~@ċD pD D D D D D D D D D $D DD XD D D D D (D 0D HHD PD XD D D D D D D! 4D# D% D+ D, D- D3 D4 D5 DK DN Dėĩ<xDO Db Dn Dt Du Dw D} (D~ @D PD \ĸʀTD D @D D D D D ,D @@D tD D D D D 0D 8D D D D D D D  ,9H|D D $D `D pD xD ZlxD D {ōD D! D& D( 0D) <D* HD- |D0 D1 D2 D4 D7 D; D= D> D? DC DD ,DJ 4DK pDL DN DO DT DU LDV TDZ \D[ D\ D` Da Db Dg  Dh HDi PD XD D D ŜD D D D D TD \ŤTD D D D D D ŬŻD D D D ̀D D D D D (D dD tD D D  D (D PD `D . hD pD D D D $ D D HLD &1D D D D D D DD1 TD8 pD9 D= DA DB DF DG DH DK 8DL DDS TDU DV DX DZ D_ D` Dd De D Di LPDj X:$ dDu dYDbHmLDu |~ƉDw ||Dy D~ D D D D D D  D~ 4D X\D dƒ$ pD pƷDH̠LD ݀D D D D D D D D  D D (D 0D lD |D D D D D D D  D HD `D lD tD D D D D D lD x|D $ D D(H2L=@HPD Y@D c@D D D D  D m$ $D $LJDǖHǤ LD <DZ4D <D LD \D lD D ǻ( $ D, ݠDD, D/ D1 D2 D3 D6 D8 D9 ,D: @D; PD= \D> pD? DF DH DK DL $ DR DDR DS DU  `DV h$ tD t% D2HALD OYD D D D D fD D D D D (D D D D D D D D D 0D XD ptD |n$ D ȁ DȎHȜLȪPTD ΀؀  D D D D D HD D D D D D D D D HD X`D hD D D D D D D $ $D $0D? HLLZPD @mw8D @D `D hD! D" D$ D& D( D* D+ D. D1 D2  Ɇ$ ,D: ,ɖ DD: <D; <D< PD= `D? hD@ pDB xDC DD DE DG DH DI DJ ɣ ɭd d ހ"Moʒʸڀ/CUk1ˇ%ˑ ˦bz˼6*]9$$ D 1DD D D  D L:$ XD XLDD hD hD D U$ D cDqKD ẑ D D D $D 8D dD xD! D" D% D& ̍ ̔P̞ $̩H̲L̿T /| $d d  6P{͝)B]q΃&HΚ ί}1+9GSψϠԀ"2?LYfsЀЏО ؀ d-I_xёѮ% H҆`<`݀ 4MUb{%ԑԪ7C#]  @K `&Ls&P֌&T֝$ DN ֯DàHР LPDN $&X&\#&`7DV $DX 8DY HDZ XD_ lDa Db Dc Dg Di Dj Dn Dp HDs `Dt pDu Dv Dx Dy D{ D~ D D D  D 8D @D `D D D D D D D D 8D D D D !$D !4D !`D !tD !D !D !D !D " D "4D "HD "TD "xD "D "D "D "D "D #D #D #4D #hD #D #D #D #D #D #D #C$ $D $TDoHD $D $D $4D $PD $hD $xD $D $D $D $D $ׄ$ $D $D $ו&d D $D $D %D %D %צ$ %(D %(D %4׻,D %4D %HD %\D %hD %D %D %D! %D" %D# %D$ %D% &D& &D' &$D) &0D+ &LD, &\D- &pD. &D/ &D3 &D4 &D5 &D: &D< &D= 'D> 'D? '$D@ '8DA 'LDB 'XDD 'dDF 'DG 'DH 'DI 'DJ 'DN 'DO 'DS 'DU ( DV ( DW (4DX (DDY (XDZ (lD[ (tD_ (D` (Da (Db (Dc (Dh (Dj (Dk )Dl )Dm ),Dn )@Do )TDp )`Dt )lDu )|Dv )Dw )Dx )D| )D} )D~ )D )D *D * D *D *0D *DD *PD *\D *xD * D *$ *D *D * D *D +D +D + D +<D +HD +TXD +` $ +lD +l#DD +|EtD +|D +D +D +D +D +D +D , D ,W$ , D , oDD ,0؃(D ,0D ,HD ,\D ,hD ,D ,D ,D ,D ,ؖ$ ,D ,D ,جD ,D ,D -D -D -4D -PD -dhD -pؼ$ -|D -|ԠDD -D -D -D -D -D -D -D .D .@D .@D .XD# .dhD$ .p$ .|D1 .|DD1 .&D4 .D6 .D7 .D: .D; .D< .D> /D@ /@DA /@DB /XDE /dhDF /p9$ /|DV /|KD\HmLDV /DW /DY /D[ /D` 0Db 0Dc 0$Dg 00Di 0pDk 0Dm 0Do 0Dp 0Dr 1HDs 1\Du 1lDv 1D{ 1D| 1D} 1D 1D 1|$ 1D 1ّDD 1٣@ٱD 1D 1D 2 D 2D 24D 2LD 2XD 2tD 2D 2D 2D 2D 2D 2$ 2D 2נDD 2@D 2D 3 D 3 D 3,D 3HD 3\D 3hD 3D 3D 3D 3D 3D 3D 3D 4 D 4$ 4 D 4 D(H4LD 48AD 48MD 4@<D 4DD 4TD 4hD 4D 4D 4D 4D 4D 4D 4D 4Y$ 5D 5nD{HڈLD 5ڔڣڴXD 5D 5@D 5PD 5XD" 5|D# 5D% 5D' 5D( 5D, 5D- 5D0 5D1 6D3 6$D4 68D1 6DD6 6XD; 6dlD< 6t$ 6|Du 6|DDu 6`#\/X;TD| 6D} 6D~ 6D 6D 6D 6D 6D 6D 6D 6D 6D 6D 7D 7D 7D 7(D 74D 78D 7@D 7TD 7\D 7lD 7|D 7D 7D 7D 7D 7D 7D 7D 7D 8D 8D 8D 8$D 84D 8DD 8XD 8hD 8|D 8D 8D 8D 8D 8D 8D 8D 8D 8D 8D 9D 9D 9$D 94D 9HD 9PD 9XD 9dD 9lD 9pD 9xD 9D 9D 9D 9D 9D :D :D :D :04D :<G$ :DD :DYDD :TD :TD :hD :pD :D :D :D :D :k$ :D :}DD :D :D :D ;D ;D ;ۏ ;(۔<۞ۨ`۱h۷Xۿhd` Rdd ;( d ;(:TܡĀ -Fau݇ ݜݲ1~v6Odgހޙ޶!%+@aiV6/j߇]ߡ߬ 9ˀ  _kˀ؂߀(Ze s   ᝀ,%B[# /#8([(<l w    (` (d(h&X$ ;( ;(D6 ;( D0H:@DLRPD6 ;@^@D7 ;@h@q@D9 ;D|䉀䖀䷀ƀӀ݀ DC ;HDD ;pDE ;|DF ;DH ;DI ;DJ ;DL ;DM ;DN ;DO ;DP ;DR <DS <DT <DU <$DV <0DW <<DX D >D >(D >,D >@D >HD >\D >`D >|D >D >D >D >D >D >D >D >D >D >D ?D ?D ? D ?(D ?<D ?XD ?tD ?D ?D ?D ?D ?D ?D ?D ?D ?D ?D ?D @D @D @,D @8D @@D @XD @`D @tD @D @D @D @D @D @D AD AD A D AD AD A0D A4D A\D AxD AD AD AD AD AD AD AD BD B D B(D B<D BDD BLD BTD B`D BhD BtD B|D BD BD BD BD BD BD CD CD CD C4D C@D CHD CXD C`D CxD C|D CD CD CD CD CD CD DD DD DD D(D D4D DPD D\D DxD DD DD DD DD DD DD DD DD ED ED! ED" E0D# E4D& E<D' ETD( EhD) EtD* ED+ ED ED2 ED3 ED4 ED_ F  4D8 F\$ FdD< FdD@%H/@D< Fp9@ HDE FpDF FxDG FDI FDJ FDK FDL FDM FDN FDO FDP FDR GDS GDV G(DW G(DX GDDY GLD[ GXD\ Gp TD] G|B$ GDa GQD[@eHo@Da Gy@@叀@奀 lDh GDi GDj GDm GDn GDo GDr GDs GDt GDw HDx HDy HD| H(D} H0D H<D HHD HlD HpD HxD HD HD HD HD HD HD HD ID ID I0D I8D IDD IPD ItD ID ID ID ID ID ID JD JD J D JD J D JDD J\D JpD JtD JD JD JD JD JD JD JD JD KD K D KDD KXD K\D KD KD KD KD KD KD KD KD KD KD LD L$D LpD LD LD LD LD MD MD M(D M,D M0D M8D MPD MtD MD MD MD MD MD MD MD ND N D N,D NTD NhD NtD NxD ND ND ND ND ND ND ND ND ND OD O D OD OD OD OD O(D OtD OxD OD OD OD OD OD OD OD OD OD OD! PD$ PD% P D& P<D' P<D( PLD) PTD* PpD+ P|D, PD/ PD0 PD1 PD2 PD3 PD4 PD5 PD9 QD: QD; QD< Q$D= Q`D> QhD? QDA QDD QDE QDF QDG RDj RDL R$ RDQ R彠D@DQ S@DT SDU SDV S(DW S4DY SL8DZ S` M Y& `i Shn&d|&h$ ShD/ Sh暠DD/ SxD0 SxD1 SD3 SD4 S$ SD; SD; S泀@ ̀؀DA SDB SDC TDD TDE T$DF T4DH TPDI TpDJ TDK TDL TDM TDN TDO UDP UDR UDS U4DT UPDU U`DW UlDX UxDY UD[ UxD\ U$ UDf U DHDf U#@ -@7@BDl UDm UDn UDo UDp UDq VDr V,Dq VDDs V\Dt VpDu VDv VDw VDy VD{ VDy WD} W$D WDDs W\D WpD WDn WD WD WJ$ WD WXDD WD WD WD Wa$ WD WqD}H爠LD X 甀D X D XD X<D XPD XhD X|dD X$ XD X笠D縠HD XĀπۀ@D XD XD XD XD Y$D Y8D YD YD YD YD YD YD YD ZD Z D Z D Z,D Z@D ZPD ZdD ZtXD Z$ ZD ZDD Z@(tD ZD ZD Z0> D [,D [<D [PD [\D [h PD [xD [D [D [ D [F \Nd \sd \{襀迀 /Uw阀鱀̀ %&bz<6*Pm]9}S1d'@MA\xƂ  O쌀`B` 8Qg$ \D \DD \D \D \04D \<$ \DD \DՠDHD \X PD \XD \pD \pD \D ]D! ]$D" ]0D# ]DHD& ]XD' ]lpD( ]x" ],@5d ][d ]e懲Ԁ?aʀ 1#9~vRn2Ka}6/]%ai 89Qf&@$ ]D ]DD ]ÀӀD ]D ]D ]D ]D ^ D! ^,D" ^8D# ^LD$ ^`D% ^pD& ^D' ^D) ^D* ^D. ^D/ ^D0 _D1 _$ _(D8 _(DD8 _8D; _8D< _LD= _XD> _dD? _`D@ _$ _DG _0DDG `>&@L&DW&Hv(p(t(4ÀπDQ `DR `DS `,DT `4DU ``DV `|DW `DX `DT a DZ a,D[ aPD\ adD^ apD_ aD` aDa aPDb a$ aDi aDDi a(4Dj a(8Dk apDm aDn b Do bDDp b\Dq bh1$ btD bt@DMLZTg\tdlt|ʠD b(@D b(DD b(HD b(L&(<3(,@(M( D bZ(D bz(D b(D bD bD bD bD bD bD cD cD c@D cdD d D d,D d\D dD dD dD dD eD e@D etD eD eD e,D e$ eD eՠDLT\ dl&t5|AOZhD et(D e(D e(D e((((|(lD e(,D e( D e(D e(D e(D e+3\D eD eD eD fD f0D fLD fhD fD fD gD g(D gXD gD gD gD gD hD h<D hpD hD hD hD hD i D iD i, D i8;$ iDD iDVDhHD iXD iXD ip~$ ixD ixDHD iD iD i$ iD i۠DD iD iD i$ iD iDHL"P/T=XL\[`gduhlD iǀ tD iD jD jD jD jD jD jD! k D" k8D# k\D! kD kD& khD' k$ kD/ kDHD/ l (D0 l  D3 l D4 lD5 l4D6 lD7 lD8 lD9 mD: mhD; mxD< m m$H.׈8BhLPV``0j@t~h@ @8(08Hبج  ذx%ش+17=ظCIOU`[ؼagmsy$Hؤؘސ\ X p'`.x5T<C߼JQݘX(_fmt{PHXސݜ,\ݠ0Xp#*1`8?DFߠMtTݤ[|b4ipw~tdߤݬݨ݀88h8ߨ @݄&-4;0BlIPW߬^݈e|lsz@p߰ ݌<tL ߴ+ݐ" )0(7>PEL߸SZݔah$ov}Րhpր֨d md m  6 F b u      $ mDH LP& (%(+&1(:(C(D mD mD nD n@D nTD npD nD nL$ nUD^HeLjP{TX\`@(@(& &(&&0 ("&+&4&<&D&L&8T&\&@d(~&&(Ԡ&D0 od        F`   8 _S m @  mD1 olD2 oD3 oD4 pTD5 pD6 pD7 qD8 q$D9 qDD: qD; qD< qD= r<D? rD@ s0DA s<DB sDDC s`DD sdDE sDF sDG sDH txDI t|DJ tDK tDL tDM u DN uHDO ulDP utDQ u|$ uDHɠL(Ր(Ք@@(ՠ(դ@@(@@!(0(ո:@ mDc vDd v(De vdDf vDg vDh vDi vDj vDo vDp wDt wDu wLDv w`Dw whDx w|Dy wDz xD{ x0D| xTD} xhD~ xlD xD xD y D y D yD yD yD yD yD zD zD z4D zDD zHD zD zD zD zD {$D {<D {PD {TD {`D {hD {|D {D {D {D {D {D {D {D |D |0D |PD |\D |hD |D |D |D }D }D }4D }8D }<D }D }D }F$ }PDVHk@p@u@z@@($&((@(0&(8(4&&&&&& &&D ~!' - 3 9 ? E V d F`~    _  @  m 5 `M p[ u m{    &0         9H 37 ?O <g  n                0 88  @ $(Q $c "H| #8 E ( m  mD ~$D ~DD ~dD ~D ~D ~D ~D D D XD D PD D D D (D PD D D |D D D D D D D D ,D LD PD D D D D $D 8D <D D D D D D D D D DD! lD& D' $ D H L P T /@DA  5 ; m A G m M S m Y _ mDB (DC PDD DE  e$  pD vH ~L P @ @ (x  m  m  m  mDW ,DX LDY lDZ D[ D\ D] @D_ D` Da Db ,Dd De Df Dh ,Di 4Dj Dk Dm Dn  $ 8 D  m  m  m   mDw PDx pDy x $  &D -H =@ B(ք G@ L&ؤ U(֌ \(֐ c@ j@ q(֜ x&ب &ج &ذ &ش &ظ (֠ &ؼ & & &           F` 1  9  A  [ _ v  @  m   ` p   ( m . 4   :  J &0 Y   g  v      9H 3 ?  <    !  :   B  e   u           8   $( $ "H/ #8H E[ (u m{  m  x mD D PD TD XD D D XD D D (D 0D 8D @D HD \D dD hD lD D D @D D D D dD xD |D D D PD D D D D LD `D D D 0D <D pD pD D $D HD lD D D D D D D PD D (D <D tD (D D D D D D D D |D D D D |D D D D $ D(֨(֬(ְ(ִ@(ּ@ (((($(*(0(6(<(B@H(N@T@Z( `&i(p(w@~($&&(H(X&(,(h(x&(0&&&(4&&&.(<6&>(@F&N&V`f l r x ~    F`    _  @6 P mV\ t ` p  m    &0      ( @ F 9H^ 3v ? <          -  5 G  `  p   8   $( $ "H #8 E ( m 9 m?G Z xj mrx ~   P mD XD D D D D D LD D D <D \D D D 0D 8D D D D D D (D dD! D" D# D& D' D( D) xD, D- D. D/ D0 D3 D4 D5 $D6 <D8 D9 D: D; D< D= D> XDC DE DF DG DH @DI DJ DL DP DQ DR 4DS DT DU DV DW DX <DY TDZ D[ D^ D_ $D` Da Db Dd 0De 4Df `Di hDj lDk Dl Dm Do Dp Dt LDu |Dv Dw D{ D| D} D~ D D DD |D D D D D D $D XD D D XD D <D pD D D $D pD D D D 0D dD D D D HD D D D ,D LD xD D D D $D pD D D D 8D @D |D TD D D D D `D D D D 8D lD ĈD D ŰD D D LD ƀD ƼD D |D ǨD ǰD HD TD XD |D ȈD D D XD `D |D ɰD D 8D lD D D $D HD PD TD \D ͘D D D D D! ,D" LD# τD$ ϜD& ϴD' ϸD( D) 8D* D+ D, D- pD/ xD1 рD2 D3 D4 D5 XD6 |D8 ҜD= hD> lD? ӰD@ ӼDA DB @DC ԄDD ԜDG ԤDH ԬDI hDJ ՄDK ՈDL ՐDN 0DO 8DU $DV HDW pDX |DY װDZ D[ $ ƠD̠H@(׌@(ה(ט(ל(פ(׬(״(׼((&x$(*(0(6&?&I(S(Z(a(k(r(y( ((@((&&(0(8&(@(H@@&& (X &$&(&,!&)&1&9(\A&0I&4Q&8Yci o u {     F`    _  @9 S mY_ w ` p  m    &0      + C I 9Ha 3y ? <           ' 9  R  b  r 8z   $( $ "H #8 E ( m  + m19 L x\ mdj mDv DDw ؀Dx ؜D{ ظD| \D} xD~ ـD لD وD D 0D TD ڈD ڬD ۠D D D $D ܌D D $D ,D |D ݠD D D D D D (D LD pD ތD ްD D D D D D @D PD pD ߀D ߠD ߼D D D D D 8D HD dD 0D D D \D D dD D D D @D \D D D (D D pD D D D D D D D D D D dD D D D D D <D D D tD D D @D LD D D D D D D D (D |D D D D D D lD tp$ {DHLPTX(ؘ(X@@@(t@(؀ (8(؄ (،&(ؐ-3 m9? mEK mQW m]e mms mD D \D D D D D D D D! D" D# D- D. HD/ D0 D1 <D2 @D3 lD4 D5 D6 @D7 hD8 D9 D: D= TD> D? <D@ @DA XDB DC DE DF DG DH DI DJ DDK HDL XDM DN y$ DHLP@(T m m m m m mDZ D[ D\ dD] xD_ D` Da Db $  DH/L@(`E@J@O@T@Z@`(xf&|o(|v(ހ}&&P(ސ&݀(ބ&p(&݄(@:&݈B&݌J&ݐR&ݔZ@b&ݘj&ݜr&ݠz&ݤ&ݨD x m m    &0       2 8 9HP 3h ? <            (  A  Q  a 8i  q $( $ "H #8 E ( m   m  (  ; x K m S Y mD D D D  D XD D TD D D D D D 8D D D D D TD D D 8D @D DD D D D D \D D D D D D D D (D 0D LD D 0D 8D PD lD D D D D (D TD tD D D D D D HD D D D D D D D D D (D TD D D D D <D hD lD pD D D D D DD hD D  D LD |D D! D" D$  D% (D' D( D)  _$ 0 jD pH xL @ @ (8  m  m  m  m  m  mD; dD< D= D> D? $D@ HDA xDB DC DD DE PDF pDG DH DI DJ PDK lDL tDM DN DO HDP P $ h D!H! @!@!(H!%(!+@!2(Dg !B!H m!N!T m!Z!` m!f!l m!r!z m!! mDh Di Dj Dl Dm Dn  Do `Dp Dq Dr Du @Dw \Dx `Dy D| D~ D D D D D  D DD dD D <D DD LD TD \!$ x!D!H!L!P!T!ʠX!ݠ\!`"d"!@"&@"+("0("6("<@"B("H@"N@"T("Z@"`("f("l("r&ߠ"{("("("("(H"&"(L"&ߤ"&ߨ"&߬"&߰"&ߴ"(T"(X"(\"&߸#&߼#&#&#&# D !<#*#0 #6 #< #B #H #N #_ #m F`# # # # _# # @$ $ m$ $& m$,$2 m$8$> $Y m$_$g m$o$u mD !D !D "D "4D "D "D "D #XD #tD #|D #D #D $LD $XD $D $D %D %D &4D &dD &tD &D ' D '0D '\D (D (8D (D )D )D *D *8D *D *D *D *D +D +D ,D , D ,D ,D -D -D -xD -D .(D .TD .dD .D /dD /D 0(D 1$D 1lD 1D 1D 2PD 2hD 2D 3TD 3dD 3hD 3D 4$D 4PD 4lD 4D 4D 4D 4D 5D 6D 6D 7D 7D 8<D 8D 8D 8D 9D 9$D 9,${$ 9T$D$H$L$P$($@$@$@$@$@$@$($($(%(% (%(%"(0%1(%8(P%G(%N(%V(%^(%f(%n(x%~(D 9%% m%% m%% m%% m%% m%% mD 9D :D# :D$ :D% :D& ;$D' ;(D( ;,D) ;D* <(D+ D6 >D7 >4D8 >dD9 >D: >D; >D< ?D= ?@D> ?\D? ?`D@ ?DA ?DB @DC @lDD @DF @DH ADJ BdDK BDL BDM C DN CPDO CDP CDR DDT DDU ELDV EDY F D[ G D^ H D_ HDa IDc JDg JDh JDj JDk JDl KDm KDDn KtDo KDp KDq KDr L Ds L<Dt L@Du L`Dv LDz LD| LD} MD M D MD ODD OpD OD PHD PPD Q<D QD TdD UD VD WXD X,D XDD XL%$ Xt%D%H%L%P&T&X& \&(&(&(&$(&5((&<(0&C(8&J&P m&V&\ m&b&h m&n&t m&z& m&& mD XD YD Y`D YD YD ZLD ZlD ZD ZD [$D [<D [XD [`D [D \D ]dD ]D ]D ]D ^D ^$D ^pD ^D _D _<D _TD `(D `0D `pD aD aD aD dhD dD e,D e4D eXD eD eD f(D gDD gtD g|D hD i0D iD iD iD j D jdD jD kD kD kD mxD mD n$D ndD nD o D oLD oD oD oD pD p4D p<&$ pL&D&H&L&@&&X&& m&& m&& m&& m'' m'' mD pD pD pD qD q\D qD r,D rPD rX'$ rl'(D'.H'4L':P'@T'HX'O\'V@'[@'`@'e@'j(X'o(\'t(d'z(l'@'(x'@'('('('&'('('('('&'&'&'&'&'&'&(&( &(((# () (/ (5 (; (A (R (` F`(z ( ( ( _( ( @( ) m)) m))% m)+)1 m)7)? m)G)M )S )i )s P) mD& rD( sD) s(D* s\D+ sD, sD- tD. tLD/ tD1 tD2 tD3 tD4 tD5 tD6 tD7 uD8 u0D9 u8D: utD; uD< uD= vD> v D? vD@ wDA w$DB w4DC w<DD w@DE wDF wDG wDH xDI xDJ xDK xDL yDM y\DN y|DO yDP yDQ yDR yDS yDT yDU zDV z@DW z|DX zDY zDZ zD[ {D\ {D] {D^ |D_ |dD` |lDa |tDb |Dc |Dd }8De }`Df }hDg }Dh }Di }Dj ~ Dk ~,Dl ~`Dm ~Dn ~Do ~Dp Dq 4Dt <Du D)$ ))))))Ơ)̠)@)@)()&L)()(*&P* &T*&X*&\*&&`*.&d*6&*>&h*F&l*N&p*V$ l*^*fD *p*v *| * * * * * * F`* * * * _+ +, @+F +` m+f+l + `+ p+ + m++ m++ m++ m++ mD D D D D D D XD hD D D D D D D dD lD |D D +$ 4,D,, m,%,+ m,1,7 m,=,C m,I,Q m,Y,_ mD PD D ,e$ ,oD,, m,, m,, m,, m,, m,, mD D D , ,,d -d - -' -O -_ -{ - - - - - - .$ ..!D.*H.4L.=P.G(.L(.R(.X(.^(.d(.j( .p((.x(0D <D XD tD D D D D D 4D \D" lD# D% 0D& 8. P. h. . . . . . . `. . (. x. . . p/ /  0/ / /( 0/1 H/@ /L P/Y x/b /k /u 8/ (/ / / (/ / 8/ `/ / 8/ X/ 0/ / 80  P0 0& #03 :0> ;0K ;0X NH0c N0p R0 S0 S0 S0 TX0 b0 d0 fx0 hH0 i0 n0 s0 y0 |0 |1 P1 1 H1% 10 X18 (1A 1O 1Y 1b 1k 1t 1} h1 1 1 p1 1 x1 1 (1 1 1 2 82 2 2) 26 2C 2P  2\ 2h 32t ?H2 Dp2 G2 J2 N2 ^2 a2 gx2 l2 o2 u2 x2 2 3 x3  3 P3' P3/ 3= h3G h3O 3Z 3b 3m 3u 3~ 3 3 3 3 3 3 `3 Ș3 3d D 3 3 3 3 33Qp4 4 4 "4d<4484-e,49a]4Ed R4N` [4X `Qp4be{<4ke O4tVy4} I04 \W4]4^o42}4Y4ay4ZO<4a S4`f 4 eW44Mg5[5&5\5# bt5,555C5P P`5]{5d _5x5 J5`575X@5 Z]5EbX5ES@5 s^H5 S^P5 S^`5W5 n5[<'t6 G^p6 ]6VU-6.+D6=Yh6KZh6VY6aZ*N6lV k6z' 6pL6Cc,661lbT616 C^t6Bt60}60j6 _(6K@7>PC7< 7$>#75 N=7D%MxL7O&JI7Z%T7e\7z173?7";7! a7=cwT7XNL7T7N]7H8 * `8a Pt8j8(;F,86H8Ac88Jauh8S a^x8\bi8e"8x c^8kO8c8 08 -Z(8O82Q8?)8[8 N8a9Qb9)9,c R95b2V 9Aah9QW9]CT`9jWBt9} .`9V9[9 9ZE9>Wl99\in9U6D9Fڰ9Iz:" 4:%{ :1 :CU:Nd7P:W :\0 :d :i l:o  fx:u" gx:|&ݰ: D:>: 8::\:U}$:Tb:N|;Wb,h;\ ;+P;5W ;L,ih;\8inh;l.;} 0;A;SKt;r;H;W;I;l1\<V<Y2<"=<0bQP; <>%>&1>.30>?7at>Md >Vd >_(T>p)u& >~V'>e.>b})h>]{`>b>Nh> h>60>1H>4-3>#-0>"4?/0x?%6 \?P?%VƸ?0?7=b?B1WX?J@f?V \D?]3Y?e]S?p3-?x 5?WD@?3?^`L?Y?1 F?1j KH? x_?20 Gh?"C? =_? !-X@M(@@M@a X@&2 E,@.3 E@62 J(@>=?@N;@^cL@lU4@wG@?|@C#@c G@&@\@\@ S@d:@ @] U8@Qh@AbA#A*2b ILA2^MA> _AKD AULA\ ?_Ai "E_At"HAFAL%A CC_AC A ]_A _A A XA e_A*A*0A*U <A*A*JB(B >_B _B& d_B/TB8 U_BA T_BJT BS0FBh'Bz[(B[YB*rPBIh\B T_B UH_B#OjB:gBaMZC"PC,Y[CDD0CU[RCu.`C:kCjDC&Z(CRCQSC`<DhXD)SDC,YD]aDh\D{F8D3pPD oXdD."HDK @D0Dal D`xD0iE]EjE)C1E6ҀEGd*EPUgxEY?6EjC3Ey[oEh|E d_EEuE%v@E%PEb$pE c_EKZvE9E9PF;PF/ F@J&HFQOFm5F2$FiʐFFPyJFS FPsKF'(F!.xG  G&R*DG;X GM$xG_yGqKG GVxG $G KGlG(7H :OH[^H,O4HH;GH\MzH}YH EaH EaHhH/H$ H*lITIPwI6IIB$qIY$Ip8I,GP`IXHI1dxI7|$lIYIAY$JF J -]>J#/-D$J3|hXJHC|JWwJoe1HJxfOh@JmJfi(JC<JX>HJ!LJI8J03hJ8Jr,JothJR.(J KT0@KUK-TK-Z-K9bCHKB2JXKJ!:0KZ,Kj"Kz K!XKc)G<K3xK2$_K.KDKdEKN9\8LWL/OL,amOLAUXLVlLkalLL:PLc,(L>qAL:=(L@YTL_gMhLfPLPM&=PLM10?hMK$QM^MqX#TM}P MYDM!&xMw@MT_M1ADNDNN$(ڬN4/߼NFQNW@HNhClNzFtN $aN +XN (N pN&Ne<N G8N O6N N PN Ndi3N c XN2DhNc_D0N 1OgO 1f@ONaTO'=ydxO6czOFZOV(OfZtOv\d8O3OavOG@OO+DOI&DP9&P' P;]PO~hPnX?P{SPb:PQ hP\'<PF/lP`>LP]Q=Q <*u Q<]~QQb Qf#lQ{P^$QI4Q 1\Q$Q8QO8R>bi0R?JhR&^$RC R`WR}?\R ] R2R `Re:|R^OS P S'S:/SM@S`_FSlSĨSE% S"pS"SS_jS^T  [_ C[m-[tX[W[ ![ ![F[vȘ[ a[a['[_[6,[e0\`\_,\_\%_K\/]\9]\C\J\Q\_,\fV\m[q\xW\i \\Xk\1_\0\I\ \ \2@\^cX\1\>\ (].f] (]" _], Q ]:X]EWL]P =]_ =]nK)]z>H] b%]b]]b] b{] 4]J8]cg`]}]\]d30]b@^ & ^_^]^% X ^0W^;W^FV^Q:\^gH^s^~^}1 ^Vx^: >^g <^W 0^ , ^1  ^d;^b t^_] &@^b #X^ c P^ <_` /$_ cI ._bC !X__% _'b H_0 bN `_9bP ",_B bX h_K bY l_TZ @0_dS @_o` H_y` OP_Z Q0_[ T_ D_bx P_ _ c_ b8_E_ a_'E_G,_> d`e7 ,` + $` )b `4U& `A/ $`O``c `j" `|a ʜ`, e`eeʴ`\6 X`J `J t` X`+ `S , `= -|a %(aP( :DaU :a(? .|a: *aIF2 6|aUW ,adO ap&9 +la 1a_ 4 a3 2ad4 Uac Za  pad Sa  ta  xa E |a L a - a FdaH Shaa GbcR ;(b b Wb2r Wb` \b& 8b/ iDbC ibM0 bU5 ixbj nbqc bz kbn ebb b); ib2? }b@I ]bxb`7 ub8 bab  b^ b! 9Tcf7 XtcO pLc 8c 1 mc(0 `c0c7  c> #cE| cL M'xcS cXco 0cabe cj[ 4cqb7 cza c lc1 rlc31 bcc cc7 xc3r hc uc3; c3 c2 cb Pc29 (cb c2g ce c2O d! Hd d& V>d4 >dB. dJ> dV` xd_ [>dw[ 8d] `d.} d.s d. d.~ (d.{ d. Pd. xd]a xd Pd] d. da d. pd] e] 0e ^ e. ea e&.X 0e.` e7cJ (eF\ <eUW eaX emUK xey^n e^ Pe.. e\F e+] e, e4p |e* e$@ f >f# ?f2 7?fWU fpfj 5?fv 5h?f 5?f (*?fbk dPfc ^f$^ fcM „gb Ôg b (gb gb Xg( =? g?  `gE` gNa gW4 żg_4 ŀgg4 `go4) 8gw1q 8g ;gj #g* dg \gq Wg Zg[ Xg h h=J ˸h-a h6aH 0h?e ,hJe ThUd h`\^ ]Phq? _h e(h2 J$h NhQ` h_> h_ h`? NHhT 4hL Fh= \i` (ic f(i(c e i3b di>\5 iT' it6 iI iYg _<i>! i?} im Di6 Dpj 4 j? 4j$ 8jA7K j^^ jR jj jl j8 j jX' k\{ !lk& xk3' AkH kZ akj[ F\ktc k_ :k> ;k  Nk Nk4 kB Rk:k RkD Rl7!l Rl") Sl3@ RlDT NlXbh Slb Slm S4l| SlYP Sll\P SPl' Sl?x d4l:4 TXl6 (l |l6 m  nm sm im iPm im% hm, hm3b h|m:_ hHmA pmE vmI kmM ymSd} |Lm\ |ma2 |mi  moB mvT m}2: mRg mU mw m dmH Hm m! mF Xm Tn5 n5 n 7 n./ n60 n>/ hnF K nU P |ndB tnt na n* n\/ xn[ n[ XnZ _8n o' To@ Do)W @|oA- $oRU ,ogw 4ouP oQO oP ìoP @oP oF^ Cod p , ԤpX p6M ppJ6[ <pb(U ps&K pM Fp' @pbc p1  p pN =qL q) 4q/4 4qEF q[M qn>V G$q$ q39 Dq2; qL 3q#] Bq$ EPr70 Dr,+ CDr>X ?rU ?HreF GxruUb ?r Frcj IrFv Gr Ir W%?(r%j Hr hs xs Y Js s `s+ ds;Kq osIK rsW& xsd& sq8r s}9 s sG Xs (s T s u Șs sc sf xse s s2 4sdJ sc teL htq t d?<t'd t0e |t9d tBd tKd tTd ɤt]ep @tfe ,toe ɸtxe ɐtd Tt__DYNAMICcrt0.odbpick.o/auto/jspc/sw/src/bin/db/dbpick/dbpick.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h_iobuf:T(1,1)=s20_cnt:(0,1),0,32;_ptr:(1,2)=*(0,5),32,32;_base:(1,2),64,32;_bufsiz:(0,1),96,32;_flag:(0,4),128,16;_file:(0,2),144,8;;/usr/include/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.hsigset_t:t(0,1)speed_t:t(0,8)tcflag_t:t(0,8)cc_t:t(0,5)pid_t:t(0,1)mode_t:t(0,6)nlink_t:t(0,4)clock_t:t(0,1)time_t:t(0,1)size_t:t(0,1)ptrdiff_t:t(0,1)wchar_t:t(0,6)flock:T(3,1)=s16l_type:(0,4),0,16;l_whence:(0,4),16,16;l_start:(0,1),32,32;l_len:(0,1),64,32;l_pid:(0,4),96,16;l_xxx:(0,4),112,16;;eflock:T(3,2)=s24l_type:(0,4),0,16;l_whence:(0,4),16,16;l_start:(0,1),32,32;l_len:(0,1),64,32;l_pid:(0,4),96,16;l_xxx:(0,4),112,16;l_rpid:(0,1),128,32;l_rsys:(0,1),160,32;;/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(6,1)=s4r:(6,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(6,3)=*(6,1)label_t:T(6,4)=s8val:(6,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(6,4)_quad_t:T(6,6)=s8val:(6,5),0,64;;quad_t:t(6,6)daddr_t:t(0,1)caddr_t:t(6,7)=*(0,2)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(6,7)fd_mask:t(0,1)fd_set:T(6,8)=s32fds_bits:(6,9)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(6,8)stat:T(5,1)=s64st_dev:(0,4),0,16;st_ino:(0,8),32,32;st_mode:(0,6),64,16;st_nlink:(0,4),80,16;st_uid:(0,6),96,16;st_gid:(0,6),112,16;st_rdev:(0,4),128,16;st_size:(0,1),160,32;\st_atime:(0,1),192,32;st_spare1:(0,1),224,32;st_mtime:(0,1),256,32;st_spare2:(0,1),288,32;st_ctime:(0,1),320,32;st_spare3:(0,1),352,32;st_blksize:(0,1),384,32;st_blocks:(0,1),416,32;st_spare4:(6,5),448,64;;/usr/include/stdlib.h/usr/include/sys/stdtypes.h_mb_cur_max:G(0,8)/usr/include/strings.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hfp_direction_type:T(14,1)=efp_nearest:0,fp_tozero:1,fp_positive:2,fp_negative:3,;fp_precision_type:T(14,2)=efp_extended:0,fp_single:1,fp_double:2,fp_precision_3:3,;fp_exception_type:T(14,3)=efp_inexact:0,fp_division:1,fp_underflow:2,fp_overflow:3,fp_invalid:4,;fp_class_type:T(14,4)=efp_zero:0,fp_subnormal:1,fp_normal:2,fp_infinity:3,fp_quiet:4,fp_signaling:5,;single:t(0,9)extended:t(13,1)=ar(0,1);0;2;(0,8)quadruple:t(13,2)=s16u:(13,3)=ar(0,1);0;3;(0,8),0,128;;fp_exception_field_type:t(0,8)sigfpe_code_type:t(0,1)sigfpe_handler_type:t(13,4)=*(13,5)=f(0,11)fp_direction:G(14,1)fp_precision:G(14,2)fp_accrued_exceptions:G(0,8)decimal_string:t(13,6)=ar(0,1);0;511;(0,2)decimal_record:t(13,7)=s532fpclass:(14,4),0,32;sign:(0,1),32,32;exponent:(0,1),64,32;ds:(13,6),96,4096;more:(0,1),4192,32;ndigits:(0,1),4224,32;;decimal_form:T(13,8)=efixed_form:0,floating_form:1,;decimal_mode:t(13,9)=s12rd:(14,1),0,32;df:(13,8),32,32;ndigits:(0,1),64,32;;decimal_string_form:T(13,10)=einvalid_form:0,whitespace_form:1,fixed_int_form:2,fixed_intdot_form:3,fixed_dotfrac_form:4,fixed_intdotfrac_form:5,floating_int_form:6,floating_intdot_form:7,\floating_dotfrac_form:8,floating_intdotfrac_form:9,inf_form:10,infinity_form:11,nan_form:12,nanstring_form:13,;ieee_handlers:G(13,11)=ar(0,1);0;4;(13,4)errno:G(0,1)fp_pi_type:T(12,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(12,1)exception:T(12,2)=s32type:(0,1),0,32;name:(6,7),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)/sw/loc/include/scv2.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hfaultcode_t:t(0,1)sigvec:T(18,1)=s12sv_handler:(13,4),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(18,2)=s8ss_sp:(6,7),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(18,3)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(18,4)=ar(0,1);0;30;(6,7),288,992;sc_wbuf:(18,5)=ar(0,1);0;30;(18,6)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(18,7)=s12sa_handler:(13,4),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(26,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(6,7)/usr/include/math.h/sw/loc/include/errlog.hProgram_Name:G(6,7)/sw/loc/include/arrays.hTbl:T(29,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(29,2)=*(6,7),64,32;;Tbl:t(29,1)Arr:T(29,3)=s8root:(6,7),0,32;cmp:(29,4)=*(29,5)=f(0,1),32,32;;Arr:t(29,3)Stbl:T(29,6)=s16tbl:(29,7)=*(29,1),0,32;root:(6,7),32,32;cmp:(29,4),64,32;changed:(0,1),96,32;;Stbl:t(29,6)/sw/loc/include/pf.hPfvalue:t(30,1)=u4s:(6,7),0,32;arr:(30,2)=*(29,3),0,32;tbl:(29,7),0,32;;Pf:T(30,3)=s8type:(0,1),0,32;value:(30,1),32,32;;Pf:t(30,3)optarg:G(6,7)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(24,1)=s16name:(6,7),0,32;has_arg:(0,1),32,32;flag:(24,2)=*(0,1),64,32;val:(0,1),96,32;;Dbptr:T(23,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(23,1)Dbvalue:T(23,2)=u1024t:(6,7),0,32;s:(23,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(29,7),0,32;arr:(30,2),0,32;;Dbvalue:t(23,2)Exvalue:T(23,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(6,7),0,32;p:(23,6)=*(23,5)=xsre_pattern_buffer:,0,32;fi:(29,4),0,32;fd:(23,7)=*(23,8)=f(0,10),0,32;fs:(23,9)=*(23,10)=f(6,7),0,32;;Exvalue:t(23,4)Expression:T(23,11)=s32left:(23,12)=*(23,11),0,32;right:(23,12),32,32;x3:(23,12),64,32;x4:(23,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(23,4),192,64;;Expression:t(23,11)dbinvalid:G(23,1)/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.hPolar:T(34,1)=s16amplitude:(0,10),0,64;phase:(0,10),64,64;;Polar:t(34,1)Complex:T(34,2)=s16real:(0,10),0,64;imag:(0,10),64,64;;Complex:t(34,2)/sw/loc/include/stock.hResponse_group:T(33,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(33,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(33,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(29,7),640,32;parameters:(30,2),672,32;private:(33,4)=*(0,11),704,32;;Response_group:t(33,1)Response:T(33,5)=s16ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(33,6)=*(33,1),64,32;dfile:(6,7),96,32;;Response:t(33,5)Fir:T(33,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(33,8)=*(0,10),192,32;num_coef_errors:(33,8),224,32;den_coefs:(33,8),256,32;den_coef_errors:(33,8),288,32;;Fir:t(33,7)Paz:T(33,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(33,10)=*(34,2),192,32;pole_errors:(33,10),224,32;zeros:(33,10),256,32;zero_errors:(33,10),288,32;;Paz:t(33,9)Iir:T(33,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(33,10),192,32;pole_errors:(33,10),224,32;zeros:(33,10),256,32;zero_errors:(33,10),288,32;;Iir:t(33,11)scv_segments_:T(15,1)=s200ituple:(0,1),0,32;exist:(0,1),32,32;nbad:(0,1),64,32;tstart:(0,10),128,64;tend:(0,10),192,64;nsamps:(0,1),256,32;dt:(0,10),320,64;ctype:(15,2)=ar(0,1);0;4;(0,2),384,40;\descrip:(15,3)=ar(0,1);0;50;(0,2),424,408;hang:(0,10),832,64;vang:(0,10),896,64;depth:(0,10),960,64;inid:(0,1),1024,32;chanid:(0,1),1056,32;calib:(0,9),1088,32;calper:(0,9),1120,32;\data_format:(15,4)=ar(0,1);0;7;(0,2),1152,64;data_type:(15,4),1216,64;input_units:(15,4),1280,64;output_units:(15,4),1344,64;tshift:(0,10),1408,64;response:(15,5)=*(33,5),1472,32;responsefile:(6,7),1504,32;data:(15,6)=*(0,9),1536,32;raw_data:(33,4),1568,32;;SCVSegment:t(15,1)scv_arrival_:T(15,7)=s64ituple:(0,1),0,32;time:(0,10),64,64;deltime:(0,10),128,64;amp:(0,10),192,64;per:(0,10),256,64;phase:(15,4),320,64;fm:(15,9)=ar(0,1);0;3;(0,2),384,32;quality:(15,9),416,32;scv:(15,10)=*(15,8)=xssta_chan_view_:,448,32;;SCVArrival:t(15,7)sta_chan_view_:T(15,8)=s208id:(0,1),0,32;dbl:(15,11)=*(23,1),32,32;sta:(15,12)=ar(0,1);0;31;(0,2),64,256;chan:(15,12),320,256;chana:(15,12),576,256;tstart:(0,10),832,64;tend:(0,10),896,64;lat:(0,10),960,64;\lon:(0,10),1024,64;elev:(0,10),1088,64;deast:(0,10),1152,64;dnorth:(0,10),1216,64;delev:(0,10),1280,64;nsamps:(0,1),1344,32;nsegs:(0,1),1376,32;segments_size:(0,1),1408,32;\rel_wfdisc:(15,11),1440,32;segments:(15,13)=*(15,1),1472,32;narrivals:(0,1),1504,32;arrivals_size:(0,1),1536,32;rel_arrival:(15,11),1568,32;arrivals:(15,14)=*(15,15)=*(15,7),1600,32;;SCV:t(15,8)trace_:T(15,16)=s104scv:(15,17)=*(15,8),0,32;tstart:(0,10),64,64;dt:(0,10),128,64;nsamps:(0,1),192,32;calib:(0,9),224,32;calper:(0,9),256,32;rawdata_format:(15,4),288,64;rawdata_type:(15,4),352,64;\input_units:(15,4),416,64;output_units:(15,4),480,64;data:(15,6),544,32;data_free:(15,6),576,32;data_malloc:(0,1),608,32;raw_data:(33,4),640,32;rawdata_free:(15,18)=*(0,4),672,32;rawdata_malloc:(0,1),704,32;\prev:(15,19)=*(15,16),736,32;next:(15,19),768,32;;Trace:t(15,16)/sw/loc/include/gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/openwin/include/X11/X.hXID:t(0,8)Window:t(0,8)Drawable:t(0,8)Font:t(0,8)Pixmap:t(0,8)Cursor:t(0,8)Colormap:t(0,8)GContext:t(0,8)KeySym:t(0,8)Mask:t(0,8)Atom:t(0,8)VisualID:t(0,8)Time:t(0,8)KeyCode:t(0,5)_XExtData:T(38,1)=s16number:(0,1),0,32;next:(38,2)=*(38,1),32,32;free_private:(29,4),64,32;private_data:(6,7),96,32;;XExtData:t(38,1)XExtCodes:t(38,3)=s16extension:(0,1),0,32;major_opcode:(0,1),32,32;first_event:(0,1),64,32;first_error:(0,1),96,32;;_XExten:T(38,4)=s60next:(38,5)=*(38,4),0,32;codes:(38,3),32,128;create_GC:(29,4),160,32;copy_GC:(29,4),192,32;flush_GC:(29,4),224,32;free_GC:(29,4),256,32;create_Font:(29,4),288,32;free_Font:(29,4),320,32;\close_display:(29,4),352,32;error:(29,4),384,32;error_string:(23,9),416,32;name:(6,7),448,32;;_XExtension:t(38,4)XPixmapFormatValues:t(38,6)=s12depth:(0,1),0,32;bits_per_pixel:(0,1),32,32;scanline_pad:(0,1),64,32;;XGCValues:t(38,7)=s92function:(0,1),0,32;plane_mask:(0,8),32,32;foreground:(0,8),64,32;background:(0,8),96,32;line_width:(0,1),128,32;line_style:(0,1),160,32;cap_style:(0,1),192,32;join_style:(0,1),224,32;\fill_style:(0,1),256,32;fill_rule:(0,1),288,32;arc_mode:(0,1),320,32;tile:(0,8),352,32;stipple:(0,8),384,32;ts_x_origin:(0,1),416,32;ts_y_origin:(0,1),448,32;font:(0,8),480,32;\subwindow_mode:(0,1),512,32;graphics_exposures:(0,1),544,32;clip_x_origin:(0,1),576,32;clip_y_origin:(0,1),608,32;clip_mask:(0,8),640,32;dash_offset:(0,1),672,32;dashes:(0,2),704,8;;_XGC:T(38,8)=s112ext_data:(38,2),0,32;gid:(0,8),32,32;rects:(0,1),64,32;dashes:(0,1),96,32;dirty:(0,8),128,32;values:(38,7),160,736;;GC:t(38,9)=*(38,8)Visual:t(38,10)=s32ext_data:(38,2),0,32;visualid:(0,8),32,32;class:(0,1),64,32;red_mask:(0,8),96,32;green_mask:(0,8),128,32;blue_mask:(0,8),160,32;bits_per_rgb:(0,1),192,32;map_entries:(0,1),224,32;;Depth:t(38,11)=s12depth:(0,1),0,32;nvisuals:(0,1),32,32;visuals:(38,12)=*(38,10),64,32;;Screen:t(38,14)=s80ext_data:(38,2),0,32;display:(38,15)=*(38,13)=xs_XDisplay:,32,32;root:(0,8),64,32;width:(0,1),96,32;height:(0,1),128,32;mwidth:(0,1),160,32;mheight:(0,1),192,32;ndepths:(0,1),224,32;\depths:(38,16)=*(38,11),256,32;root_depth:(0,1),288,32;root_visual:(38,12),320,32;default_gc:(38,9),352,32;cmap:(0,8),384,32;white_pixel:(0,8),416,32;black_pixel:(0,8),448,32;max_maps:(0,1),480,32;\min_maps:(0,1),512,32;backing_store:(0,1),544,32;save_unders:(0,1),576,32;root_input_mask:(0,1),608,32;;ScreenFormat:t(38,17)=s16ext_data:(38,2),0,32;depth:(0,1),32,32;bits_per_pixel:(0,1),64,32;scanline_pad:(0,1),96,32;;XSetWindowAttributes:t(38,18)=s60background_pixmap:(0,8),0,32;background_pixel:(0,8),32,32;border_pixmap:(0,8),64,32;border_pixel:(0,8),96,32;bit_gravity:(0,1),128,32;win_gravity:(0,1),160,32;backing_store:(0,1),192,32;backing_planes:(0,8),224,32;\backing_pixel:(0,8),256,32;save_under:(0,1),288,32;event_mask:(0,1),320,32;do_not_propagate_mask:(0,1),352,32;override_redirect:(0,1),384,32;colormap:(0,8),416,32;cursor:(0,8),448,32;;XWindowAttributes:t(38,19)=s92x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;depth:(0,1),160,32;visual:(38,12),192,32;root:(0,8),224,32;\class:(0,1),256,32;bit_gravity:(0,1),288,32;win_gravity:(0,1),320,32;backing_store:(0,1),352,32;backing_planes:(0,8),384,32;backing_pixel:(0,8),416,32;save_under:(0,1),448,32;colormap:(0,8),480,32;\map_installed:(0,1),512,32;map_state:(0,1),544,32;all_event_masks:(0,1),576,32;your_event_mask:(0,1),608,32;do_not_propagate_mask:(0,1),640,32;override_redirect:(0,1),672,32;screen:(38,20)=*(38,14),704,32;;XHostAddress:t(38,21)=s12family:(0,1),0,32;length:(0,1),32,32;address:(6,7),64,32;;funcs:T(38,23)=s24create_image:(38,24)=*(38,25)=f(38,26)=*(38,22)=xs_XImage:,0,32;destroy_image:(29,4),32,32;get_pixel:(38,27)=*(38,28)=f(0,8),64,32;put_pixel:(29,4),96,32;sub_image:(38,24),128,32;add_pixel:(29,4),160,32;;_XImage:T(38,22)=s88width:(0,1),0,32;height:(0,1),32,32;xoffset:(0,1),64,32;format:(0,1),96,32;data:(6,7),128,32;byte_order:(0,1),160,32;bitmap_unit:(0,1),192,32;bitmap_bit_order:(0,1),224,32;\bitmap_pad:(0,1),256,32;depth:(0,1),288,32;bytes_per_line:(0,1),320,32;bits_per_pixel:(0,1),352,32;red_mask:(0,8),384,32;green_mask:(0,8),416,32;blue_mask:(0,8),448,32;obdata:(6,7),480,32;f:(38,23),512,192;;XImage:t(38,22)XWindowChanges:t(38,29)=s28x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;sibling:(0,8),160,32;stack_mode:(0,1),192,32;;XColor:t(38,30)=s12pixel:(0,8),0,32;red:(0,6),32,16;green:(0,6),48,16;blue:(0,6),64,16;flags:(0,2),80,8;pad:(0,2),88,8;;XSegment:t(38,31)=s8x1:(0,4),0,16;y1:(0,4),16,16;x2:(0,4),32,16;y2:(0,4),48,16;;XPoint:t(38,32)=s4x:(0,4),0,16;y:(0,4),16,16;;XRectangle:t(38,33)=s8x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;;XArc:t(38,34)=s12x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;angle1:(0,4),64,16;angle2:(0,4),80,16;;XKeyboardControl:t(38,35)=s32key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,1),64,32;bell_duration:(0,1),96,32;led:(0,1),128,32;led_mode:(0,1),160,32;key:(0,1),192,32;auto_repeat_mode:(0,1),224,32;;XKeyboardState:t(38,36)=s56key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,8),64,32;bell_duration:(0,8),96,32;led_mask:(0,8),128,32;global_auto_repeat:(0,1),160,32;auto_repeats:(15,12),192,256;;XTimeCoord:t(38,37)=s8time:(0,8),0,32;x:(0,4),32,16;y:(0,4),48,16;;XModifierKeymap:t(38,38)=s8max_keypermod:(0,1),0,32;modifiermap:(1,2),32,32;;_DisplayAtoms:T(38,39)=s24text:(0,8),0,32;wm_state:(0,8),32,32;wm_protocols:(0,8),64,32;wm_save_yourself:(0,8),96,32;wm_change_state:(0,8),128,32;wm_colormap_windows:(0,8),160,32;;_XDisplay:T(38,13)=s1252ext_data:(38,2),0,32;next:(38,43)=*(38,13),32,32;fd:(0,1),64,32;lock:(0,1),96,32;proto_major_version:(0,1),128,32;proto_minor_version:(0,1),160,32;vendor:(6,7),192,32;resource_base:(0,1),224,32;\resource_mask:(0,1),256,32;resource_id:(0,1),288,32;resource_shift:(0,1),320,32;resource_alloc:(38,27),352,32;byte_order:(0,1),384,32;bitmap_unit:(0,1),416,32;bitmap_pad:(0,1),448,32;bitmap_bit_order:(0,1),480,32;\nformats:(0,1),512,32;pixmap_format:(38,44)=*(38,17),544,32;vnumber:(0,1),576,32;release:(0,1),608,32;head:(38,45)=*(38,40)=xs_XSQEvent:,640,32;tail:(38,45),672,32;qlen:(0,1),704,32;last_request_read:(0,8),736,32;\request:(0,8),768,32;last_req:(6,7),800,32;buffer:(6,7),832,32;bufptr:(6,7),864,32;bufmax:(6,7),896,32;max_request_size:(0,8),928,32;db:(38,46)=*(38,41)=xs_XrmHashBucketRec:,960,32;synchandler:(29,4),992,32;\display_name:(6,7),1024,32;default_screen:(0,1),1056,32;nscreens:(0,1),1088,32;screens:(38,20),1120,32;motion_buffer:(0,8),1152,32;current:(0,8),1184,32;min_keycode:(0,1),1216,32;max_keycode:(0,1),1248,32;\keysyms:(38,47)=*(0,8),1280,32;modifiermap:(38,48)=*(38,38),1312,32;keysyms_per_keycode:(0,1),1344,32;xdefaults:(6,7),1376,32;scratch_buffer:(6,7),1408,32;scratch_length:(0,8),1440,32;ext_number:(0,1),1472,32;ext_procs:(38,5),1504,32;\event_vec:(38,49)=ar(0,1);0;127;(29,4),1536,4096;wire_vec:(38,49),5632,4096;lock_meaning:(0,8),9728,32;key_bindings:(38,50)=*(38,42)=xsXKeytrans:,9760,32;cursor_font:(0,8),9792,32;atoms:(38,51)=*(38,39),9824,32;reconfigure_wm_window:(38,52)=s12sequence_number:(0,1),0,32;old_handler:(29,4),32,32;succeeded:(0,1),64,32;;,9856,96;\flags:(0,8),9952,32;mode_switch:(0,8),9984,32;;Display:t(38,13)XKeyEvent:t(38,53)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;keycode:(0,8),416,32;same_screen:(0,1),448,32;;XKeyPressedEvent:t(38,53)XKeyReleasedEvent:t(38,53)XButtonEvent:t(38,54)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;button:(0,8),416,32;same_screen:(0,1),448,32;;XButtonPressedEvent:t(38,54)XButtonReleasedEvent:t(38,54)XMotionEvent:t(38,55)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;is_hint:(0,2),416,8;same_screen:(0,1),448,32;;XPointerMovedEvent:t(38,55)XCrossingEvent:t(38,56)=s68type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;mode:(0,1),384,32;detail:(0,1),416,32;same_screen:(0,1),448,32;focus:(0,1),480,32;state:(0,8),512,32;;XEnterWindowEvent:t(38,56)XLeaveWindowEvent:t(38,56)XFocusChangeEvent:t(38,57)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;window:(0,8),128,32;mode:(0,1),160,32;detail:(0,1),192,32;;XFocusInEvent:t(38,57)XFocusOutEvent:t(38,57)XKeymapEvent:t(38,58)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;window:(0,8),128,32;key_vector:(15,12),160,256;;XExposeEvent:t(38,59)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;window:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;;XGraphicsExposeEvent:t(38,60)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;drawable:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;major_code:(0,1),320,32;minor_code:(0,1),352,32;;XNoExposeEvent:t(38,61)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;drawable:(0,8),128,32;major_code:(0,1),160,32;minor_code:(0,1),192,32;;XVisibilityEvent:t(38,62)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;window:(0,8),128,32;state:(0,1),160,32;;XCreateWindowEvent:t(38,63)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;override_redirect:(0,1),352,32;;XDestroyWindowEvent:t(38,64)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;event:(0,8),128,32;window:(0,8),160,32;;XUnmapEvent:t(38,65)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;event:(0,8),128,32;window:(0,8),160,32;from_configure:(0,1),192,32;;XMapEvent:t(38,66)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;event:(0,8),128,32;window:(0,8),160,32;override_redirect:(0,1),192,32;;XMapRequestEvent:t(38,67)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;parent:(0,8),128,32;window:(0,8),160,32;;XReparentEvent:t(38,68)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;event:(0,8),128,32;window:(0,8),160,32;parent:(0,8),192,32;x:(0,1),224,32;\y:(0,1),256,32;override_redirect:(0,1),288,32;;XConfigureEvent:t(38,69)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;override_redirect:(0,1),384,32;;XGravityEvent:t(38,70)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;;XResizeRequestEvent:t(38,71)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;window:(0,8),128,32;width:(0,1),160,32;height:(0,1),192,32;;XConfigureRequestEvent:t(38,72)=s56type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;detail:(0,1),384,32;value_mask:(0,8),416,32;;XCirculateEvent:t(38,73)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;event:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XCirculateRequestEvent:t(38,74)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;parent:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XPropertyEvent:t(38,75)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;window:(0,8),128,32;atom:(0,8),160,32;time:(0,8),192,32;state:(0,1),224,32;;XSelectionClearEvent:t(38,76)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;window:(0,8),128,32;selection:(0,8),160,32;time:(0,8),192,32;;XSelectionRequestEvent:t(38,77)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;owner:(0,8),128,32;requestor:(0,8),160,32;selection:(0,8),192,32;target:(0,8),224,32;\property:(0,8),256,32;time:(0,8),288,32;;XSelectionEvent:t(38,78)=s36type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;requestor:(0,8),128,32;selection:(0,8),160,32;target:(0,8),192,32;property:(0,8),224,32;time:(0,8),256,32;;XColormapEvent:t(38,79)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;window:(0,8),128,32;colormap:(0,8),160,32;new:(0,1),192,32;state:(0,1),224,32;;XClientMessageEvent:t(38,80)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;window:(0,8),128,32;message_type:(0,8),160,32;format:(0,1),192,32;data:(38,81)=u20b:(38,82)=ar(0,1);0;19;(0,2),0,160;\s:(38,83)=ar(0,1);0;9;(0,4),0,160;l:(38,84)=ar(0,1);0;4;(0,1),0,160;;,224,160;;XMappingEvent:t(38,85)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;window:(0,8),128,32;request:(0,1),160,32;first_keycode:(0,1),192,32;count:(0,1),224,32;;XErrorEvent:t(38,86)=s20type:(0,1),0,32;display:(38,43),32,32;resourceid:(0,8),64,32;serial:(0,8),96,32;error_code:(0,5),128,8;request_code:(0,5),136,8;minor_code:(0,5),144,8;;XAnyEvent:t(38,87)=s20type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(38,43),96,32;window:(0,8),128,32;;_XEvent:T(38,88)=u96type:(0,1),0,32;xany:(38,87),0,160;xkey:(38,53),0,480;xbutton:(38,54),0,480;xmotion:(38,55),0,480;xcrossing:(38,56),0,544;xfocus:(38,57),0,224;xexpose:(38,59),0,320;\xgraphicsexpose:(38,60),0,384;xnoexpose:(38,61),0,224;xvisibility:(38,62),0,192;xcreatewindow:(38,63),0,384;xdestroywindow:(38,64),0,192;xunmap:(38,65),0,224;xmap:(38,66),0,224;xmaprequest:(38,67),0,192;\xreparent:(38,68),0,320;xconfigure:(38,69),0,416;xgravity:(38,70),0,256;xresizerequest:(38,71),0,224;xconfigurerequest:(38,72),0,448;xcirculate:(38,73),0,224;xcirculaterequest:(38,74),0,224;xproperty:(38,75),0,256;\xselectionclear:(38,76),0,224;xselectionrequest:(38,77),0,320;xselection:(38,78),0,288;xcolormap:(38,79),0,256;xclient:(38,80),0,384;xmapping:(38,85),0,256;xerror:(38,86),0,160;xkeymap:(38,58),0,416;pad:(38,89)=ar(0,1);0;23;(0,1),0,768;;XEvent:t(38,88)_XSQEvent:T(38,40)=s100next:(38,90)=*(38,40),0,32;event:(38,88),32,768;;_XQEvent:t(38,40)XCharStruct:t(38,91)=s12lbearing:(0,4),0,16;rbearing:(0,4),16,16;width:(0,4),32,16;ascent:(0,4),48,16;descent:(0,4),64,16;attributes:(0,6),80,16;;XFontProp:t(38,92)=s8name:(0,8),0,32;card32:(0,8),32,32;;XFontStruct:t(38,93)=s80ext_data:(38,2),0,32;fid:(0,8),32,32;direction:(0,8),64,32;min_char_or_byte2:(0,8),96,32;max_char_or_byte2:(0,8),128,32;min_byte1:(0,8),160,32;max_byte1:(0,8),192,32;all_chars_exist:(0,1),224,32;\default_char:(0,8),256,32;n_properties:(0,1),288,32;properties:(38,94)=*(38,92),320,32;min_bounds:(38,91),352,96;max_bounds:(38,91),448,96;per_char:(38,95)=*(38,91),544,32;ascent:(0,1),576,32;descent:(0,1),608,32;;XTextItem:t(38,96)=s16chars:(6,7),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XChar2b:t(38,97)=s2byte1:(0,5),0,8;byte2:(0,5),8,8;;XTextItem16:t(38,98)=s16chars:(38,99)=*(38,97),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XEDataObject:t(38,100)=u4display:(38,43),0,32;gc:(38,9),0,32;visual:(38,12),0,32;screen:(38,20),0,32;pixmap_format:(38,44),0,32;font:(38,101)=*(38,93),0,32;;XErrorHandler:t(29,4)XIOErrorHandler:t(29,4)_GC_rec:T(37,1)=s112gc:(38,9),0,32;ref_count:(0,4),32,16;num_cliprects:(0,1),64,32;valuemask:(0,8),96,32;values:(38,7),128,736;next:(37,2)=*(37,1),864,32;;GC_rec:t(37,1)pixlabel:T(37,3)=s12pixmap:(0,8),0,32;width:(0,1),32,32;height:(0,1),64,32;;Pixlabel:t(37,3)graphics_info:T(37,4)=s148dpy:(38,43),0,32;scrn:(0,1),32,32;depth:(0,8),64,32;glyphfont:(38,101),96,32;textfont:(38,101),128,32;three_d:(0,4),160,16;gc_rec:(37,5)=ar(0,1);0;8;(37,2),192,288;stipple_pixmaps:(13,1),480,96;\pixvals:(37,6)=ar(0,1);0;4;(0,8),576,160;button_height:(0,4),736,16;endcap_width:(0,4),752,16;sb_width:(0,4),768,16;sb_height:(0,4),784,16;abbrev_width:(0,4),800,16;slider_width:(0,4),816,16;slider_height:(0,4),832,16;\se_width:(0,4),848,16;se_height:(0,4),864,16;mm_width:(0,4),880,16;mm_height:(0,4),896,16;base_off:(0,4),912,16;slider_offset:(0,4),928,16;cb_width:(0,4),944,16;cb_height:(0,4),960,16;\pp_width:(0,4),976,16;pp_height:(0,4),992,16;gauge_width:(0,4),1008,16;gauge_height:(0,4),1024,16;textscbu_width:(0,4),1040,16;gauge_endcapOffset:(0,4),1056,16;numscbu_width:(0,4),1072,16;resize_arm_width:(0,4),1088,16;\abbsb_height:(0,4),1104,16;cable_offset:(0,4),1120,16;cable_width:(0,4),1136,16;point_size:(0,4),1152,16;;Graphics_info:t(37,4)ol_ll_:T(37,7)=s56parent:(37,9)=*(37,8)=xsol_:,0,32;last:(37,10)=*(37,7),32,32;next:(37,10),64,32;type:(0,1),96,32;name:(15,12),128,256;widget:(6,7),384,32;win:(0,8),416,32;;Ol_ll:t(37,7)ol_:T(37,8)=s36display:(38,43),0,32;depth:(0,1),32,32;visual:(38,12),64,32;cmap:(0,8),96,32;background:(0,1),128,32;hand_cursor:(0,8),160,32;gin:(37,11)=*(37,4),192,32;head:(37,10),224,32;tail:(37,10),256,32;;Ol:t(37,8)ol_button_:T(37,12)=s76parent:(37,10),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(15,12),224,256;\event_proc:(29,4),480,32;user_data:(33,4),512,32;user_data2:(33,4),544,32;toggle:(0,1),576,32;;OlButton:t(37,12)ol_menu_item_:T(37,14)=s60x:(0,1),0,32;y:(0,1),32,32;w:(0,1),64,32;h:(0,1),96,32;state:(0,1),128,32;on:(0,1),160,32;label:(15,12),192,256;pull_right:(37,15)=*(37,13)=xsol_menu_:,448,32;;ol_menu_:T(37,13)=s84parent:(37,10),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(15,12),224,256;\event_proc:(29,4),480,32;user_data:(33,4),512,32;user_data2:(33,4),544,32;win:(0,8),576,32;nitems:(0,1),608,32;items:(37,16)=*(37,14),640,32;;OlMenu:t(37,13)ol_scrollbar_:T(37,17)=s264parent:(37,10),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;anchor0_x:(0,1),160,32;anchor0_y:(0,1),192,32;anchor0_w:(0,1),224,32;\anchor0_h:(0,1),256,32;anchor1_x:(0,1),288,32;anchor1_y:(0,1),320,32;anchor1_w:(0,1),352,32;anchor1_h:(0,1),384,32;arrow0_x:(0,1),416,32;arrow0_y:(0,1),448,32;arrow0_w:(0,1),480,32;\arrow0_h:(0,1),512,32;arrow1_x:(0,1),544,32;arrow1_y:(0,1),576,32;arrow1_w:(0,1),608,32;arrow1_h:(0,1),640,32;elev_x:(0,1),672,32;elev_y:(0,1),704,32;elev_w:(0,1),736,32;\elev_h:(0,1),768,32;state:(0,1),800,32;state0:(0,1),832,32;state1:(0,1),864,32;x_old:(0,1),896,32;y_old:(0,1),928,32;on:(0,1),960,32;changed:(0,1),992,32;\horizontal:(0,1),1024,32;immediate:(0,1),1056,32;length:(0,1),1088,32;elev:(0,1),1120,32;min_elev:(0,1),1152,32;max_elev:(0,1),1184,32;elev_old:(0,1),1216,32;prop:(0,1),1248,32;\prop_length:(0,1),1280,32;win_x:(0,1),1312,32;win_y:(0,1),1344,32;win_dim:(0,1),1376,32;scroll_incr:(0,10),1408,64;full0:(0,10),1472,64;full1:(0,10),1536,64;view0:(0,10),1600,64;\view1:(0,10),1664,64;view0_old:(0,10),1728,64;view1_old:(0,10),1792,64;view0_last:(0,10),1856,64;view1_last:(0,10),1920,64;popup_menu:(37,18)=*(37,13),1984,32;scroll_proc:(29,4),2016,32;user_data:(33,4),2048,32;user_data2:(33,4),2080,32;;OlScrollbar:t(37,17)ol_box_:T(37,19)=s44parent:(37,10),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;gc:(38,9),224,32;\draw_proc:(29,4),256,32;user_data:(33,4),288,32;user_data2:(33,4),320,32;;OlBox:t(37,19)/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.hxcom_:T(41,1)=s796progname:(41,2)=ar(0,1);0;255;(0,2),0,2048;display:(38,43),2048,32;window:(0,8),2080,32;status:(0,1),2112,32;msg:(13,6),2144,4096;window_atom:(0,8),6240,32;status_atom:(0,8),6272,32;msg_atom:(0,8),6304,32;register_atom:(0,8),6336,32;;Xcom:t(41,1)gpl_trace:T(36,1)=s32id_string:(6,7),0,32;units:(6,7),32,32;uvar:(0,9),64,32;nsegs:(0,1),96,32;tstart:(33,8),128,32;dt:(33,8),160,32;nsamps:(24,2),192,32;data:(36,2)=*(15,6),224,32;;GPLTrace:t(36,1)gpl_arrival:T(36,3)=s104arrival_id:(33,4),0,32;time:(0,10),64,64;deltime:(0,10),128,64;ptime:(0,10),192,64;ap0time:(0,10),256,64;ap1time:(0,10),320,64;pamp:(0,9),384,32;ap0amp:(0,9),416,32;\ap1amp:(0,9),448,32;amp:(0,9),480,32;phase:(36,4)=ar(0,1);0;15;(0,2),512,128;fm:(15,4),640,64;quality:(15,4),704,64;overlay:(0,1),768,32;;GPLArrival:t(36,3)gpl_pane_:T(36,5)=s40parent:(36,7)=*(36,6)=xsgather_plot_:,0,32;type:(0,1),32,32;visible:(0,1),64,32;grab:(0,1),96,32;x:(0,1),128,32;y:(0,1),160,32;w:(0,1),192,32;h:(0,1),224,32;\background:(0,1),256,32;foreground:(0,1),288,32;;GPLPane:t(36,5)gpl_widgets_:T(36,9)=s12ol_widget:(6,7),0,32;type:(0,1),32,32;on:(0,1),64,32;;strace_:T(36,10)=s48trace_id:(33,4),0,32;ampwin:(0,9),32,32;amp0:(0,9),64,32;ascale:(0,9),96,32;t0:(0,10),128,64;xl:(0,1),192,32;xr:(0,1),224,32;yt:(0,1),256,32;\yb:(0,1),288,32;select:(0,1),320,32;display:(0,1),352,32;;gather_plot_:T(36,6)=s1480display:(38,43),0,32;screen:(0,1),32,32;visual:(38,12),64,32;depth:(0,1),96,32;cmap:(0,8),128,32;progname:(36,12)=ar(0,1);0;63;(0,2),160,512;title:(36,13)=ar(0,1);0;127;(0,2),672,1024;shutdown:(0,1),1696,32;\first:(0,1),1728,32;xcom:(36,14)=*(41,1),1760,32;fdcom:(0,1),1792,32;Static:(36,15)=*(36,8)=xsgather_plot_static_:,1824,32;ol:(36,16)=*(37,8),1856,32;box:(6,7),1888,32;overlays:(6,7),1920,32;gpl_mag:(36,17)=*(36,6),1952,32;\mag_win_w:(0,1),1984,32;mag_win_h:(0,1),2016,32;n_sln_wins:(0,1),2048,32;gpl_sln:(36,18)=*(36,17),2080,32;sln_win_w:(0,1),2112,32;sln_win_h:(0,1),2144,32;gpl_parent:(36,17),2176,32;user_data:(6,7),2208,32;\nwidgets:(0,1),2240,32;widgets:(36,19)=ar(0,1);0;19;(36,9),2272,1920;trace_menu:(37,18),4192,32;phase_menu:(37,18),4224,32;arrival_menu:(37,18),4256,32;uvar_scrollbar:(36,20)=*(37,17),4288,32;sta_scrollbar:(36,20),4320,32;time_scrollbar:(36,20),4352,32;\button_flags:(0,1),4384,32;label_foreground:(0,1),4416,32;label_background:(0,1),4448,32;uvar_foreground:(0,1),4480,32;trace_foreground:(0,1),4512,32;trace_background:(0,1),4544,32;gpl_win_visible:(0,1),4576,32;batch_on:(0,1),4608,32;\gpl_win:(0,8),4640,32;gpl_win_parent:(0,8),4672,32;gpl_win_gc:(38,9),4704,32;time_cursor_gc:(38,9),4736,32;time_line_gc:(38,9),4768,32;trace_bkg_gc:(38,9),4800,32;trace_frg_gc:(38,9),4832,32;trace_rect_gc:(38,9),4864,32;\label_bkg_gc:(38,9),4896,32;trace_moveout_gc:(38,9),4928,32;trace_arrival_gc:(38,9),4960,32;parent_pane:(36,5),4992,320;gpl_pane:(36,5),5312,320;gpl_win_x_fr:(0,9),5632,32;gpl_win_y_fr:(0,9),5664,32;gpl_win_w_fr:(0,9),5696,32;\gpl_win_h_fr:(0,9),5728,32;trace_pane:(36,5),5760,320;trace_pane_x_fr:(0,9),6080,32;trace_pane_y_fr:(0,9),6112,32;trace_pane_w_fr:(0,9),6144,32;trace_pane_h_fr:(0,9),6176,32;trace_pane_l_margin:(0,1),6208,32;trace_pane_r_margin:(0,1),6240,32;\trace_pane_t_margin:(0,1),6272,32;trace_pane_b_margin:(0,1),6304,32;widget_pane:(36,5),6336,320;uvar_scrl_pane:(36,5),6656,320;uvar_pane:(36,5),6976,320;sta_pane:(36,5),7296,320;sta_scrl_pane:(36,5),7616,320;time_pane:(36,5),7936,320;\status_pane:(36,5),8256,320;time_scrl_pane:(36,5),8576,320;trace_win_imm:(0,1),8896,32;trace_mouse_mode:(0,1),8928,32;trace_mouse_mode_old:(0,1),8960,32;trace_mouse_state:(0,1),8992,32;trace_mouse_xold:(0,1),9024,32;trace_mouse_yold:(0,1),9056,32;\trace_x_first:(0,1),9088,32;trace_y_first:(0,1),9120,32;arrival_select:(0,1),9152,32;arrival_edit:(0,1),9184,32;old_mask:(0,8),9216,32;time_cursor_ovls:(6,7),9248,32;time_flags:(0,8),9280,32;ntimes:(0,1),9312,32;\xtime:(0,1),9344,32;dxtime:(0,1),9376,32;ttime:(0,10),9408,64;dttime:(0,10),9472,64;tstime:(0,10),9536,64;uvar_flags:(0,8),9600,32;uvar_ordinal:(0,1),9632,32;nuvars:(0,1),9664,32;\yuvar:(0,1),9696,32;dyuvar:(0,1),9728,32;uuvar:(0,9),9760,32;duuvar:(0,9),9792,32;usuvar:(0,9),9824,32;sta_flags:(0,8),9856,32;trace_pixmap:(0,8),9888,32;trace_pixmap_gc:(38,9),9920,32;\trace_pixmap_gc2:(38,9),9952,32;trace_pixmap_w:(0,1),9984,32;trace_pixmap_h:(0,1),10016,32;trace_plot_mode:(0,1),10048,32;trace_overlay_mode:(0,1),10080,32;trace_moveout_mode:(0,1),10112,32;trace_moveout_t0:(0,10),10176,64;trace_moveout_slo:(0,9),10240,32;\trace_moveout_t0l:(0,10),10304,64;trace_moveout_slol:(0,9),10368,32;trace_filter_mode:(0,1),10400,32;trace_filter_index:(0,1),10432,32;trace_time_resize:(0,1),10464,32;trace_uvar_resize:(0,1),10496,32;t0:(0,10),10560,64;twin:(0,10),10624,64;\t0_full:(0,10),10688,64;twin_full:(0,10),10752,64;uvar_name:(6,7),10816,32;uvar0:(0,9),10848,32;uvarwin:(0,9),10880,32;uvar0_full:(0,9),10912,32;uvarwin_full:(0,9),10944,32;sta0:(0,1),10976,32;\stawin:(0,1),11008,32;stawin_full:(0,1),11040,32;trace_ht:(0,9),11072,32;trace_height:(0,9),11104,32;amp0:(0,9),11136,32;ampwin:(0,9),11168,32;gain:(0,9),11200,32;clip:(0,1),11232,32;\amp_scale_mode:(0,1),11264,32;agcwin:(0,9),11296,32;amp_uvar_mode:(0,1),11328,32;ntraces:(0,1),11360,32;traces:(36,21)=*(36,10),11392,32;tshift:(0,10),11456,64;arrfl_sel:(36,22)=*(36,11)=xsgpl_arrival_flag_:,11520,32;get_trace:(29,4),11552,32;\get_arrivals:(29,4),11584,32;get_arrs:(29,4),11616,32;put_arrival:(23,9),11648,32;put_arr:(23,9),11680,32;resize_proc:(29,4),11712,32;key_event_proc:(29,4),11744,32;sta_info:(29,4),11776,32;;GatherPlot:t(36,6)gather_plot_static_:T(36,8)=s380display:(38,43),0,32;screen:(0,1),32,32;visual:(38,12),64,32;depth:(0,1),96,32;cmap:(0,8),128,32;pixel:(0,8),160,32;pixel_cmpl:(0,8),192,32;red_pixel:(0,1),224,32;\yellow_pixel:(0,1),256,32;yellow2_pixel:(0,1),288,32;green_pixel:(0,1),320,32;blue_pixel:(0,1),352,32;gray_pixel:(0,1),384,32;gray_pixels:(36,24)=ar(0,1);0;31;(0,1),416,1024;chrom_pixels:(36,24),1440,1024;label_foreground:(0,1),2464,32;\label_background:(0,1),2496,32;uvar_foreground:(0,1),2528,32;trace_foreground:(0,1),2560,32;trace_background:(0,1),2592,32;arrival_foreground:(0,1),2624,32;arrival_background:(0,1),2656,32;sel_arrival_foreground:(0,1),2688,32;sel_arrival_background:(0,1),2720,32;\dotted_pixmap:(0,8),2752,32;trace_font:(38,101),2784,32;trace_font_small:(38,101),2816,32;normal_cursor:(0,8),2848,32;busy_cursor:(0,8),2880,32;hscrl_cursor:(0,8),2912,32;vscrl_cursor:(0,8),2944,32;filters:(36,25)=*(36,23)=xsgather_plot_filter_:,2976,32;nfilters:(0,1),3008,32;;gather_plot_filter_:T(36,23)=s72type:(0,1),0,32;label:(15,12),32,256;start_pad:(0,10),320,64;end_pad:(0,10),384,64;param1:(0,9),448,32;param2:(0,9),480,32;param3:(0,9),512,32;param4:(0,9),544,32;;gpl_arrival_flag_:T(36,11)=s128arrival_id:(33,4),0,32;strace:(36,21),32,32;gpl:(36,17),64,32;selected:(0,1),96,32;overlay:(0,1),128,32;pm:(0,8),160,32;h:(0,1),192,32;time:(0,10),256,64;\deltime:(0,10),320,64;deltime_box:(6,7),384,32;ptime:(0,10),448,64;ap0time:(0,10),512,64;ap1time:(0,10),576,64;pamp:(0,9),640,32;amp:(0,9),672,32;ap0amp:(0,9),704,32;\ap1amp:(0,9),736,32;ampper_box:(6,7),768,32;phase:(36,4),800,128;fm:(15,4),928,64;;gpl_arrival_flag:t(36,11)/sw/loc/include/csstime.hdate_time:T(44,1)=s48epoch:(0,10),0,64;date:(0,1),64,32;year:(0,1),96,32;month:(0,1),128,32;mname:(15,9),160,32;day:(0,1),192,32;doy:(0,1),224,32;hour:(0,1),256,32;\minute:(0,1),288,32;second:(0,9),320,32;;./get_arrivals.h./get_trace.h/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/arrays.hscvs:G(0,13)=*(15,17)nscvs:G(0,1)deglitch:G(0,1)parr:G(0,1)tfit:G(0,1)progName:G(6,7)dataFile:G(6,7)eventDB:G(41,2)counts:G(0,1)fdcom:G(0,1)def_phase:G(36,4)comments:G(0,14)=ar(0,1);0;19;(0,15)=ar(0,1);0;79;(0,2)remarks:G(0,14)commidmap:G(0,16)=ar(0,1);0;19;(0,1)show_wfs:G(0,1)delete_blank:G(0,1)show_arrivals:G(0,1)phases:G(13,6)select_list:G(13,6)process_gaps:G(15,12)comfile:G(13,6)narrivals_show:G(0,1)show_oarrivals:G(0,1)arids_stbl:G(0,17)=*(29,6)arrivals_show_:T(0,18)=s48magic:(0,1),0,32;sta:(15,4),32,64;chan:(15,4),96,64;phase:(36,4),160,128;time:(0,10),320,64;;arrivals_show:G(0,19)=*(0,18)time_corr:G(0,10)main:F(0,1)argc:p(0,1)argv:p(29,2)arg:(29,2)stachan:(6,7)tstart:(6,7)tend:(6,7)exist:(0,1)i:(0,1)nsamps:(0,1)ts:(0,10)te:(0,10)tsp:(0,10)tep:(0,10)twin:(0,10)ans:(15,12)gpl:(36,17)file:(0,20)=*(1,1)word:(6,7)ht:(0,9)db28:(0,1)starttalk:(0,1)winfile:(6,7)winname:(6,7)eorid:(0,1)erec:(0,1)narids:(0,1)arids:(24,2)initializeGPL:F(0,11)gpl:p(36,18)argc:p(24,2)argv:p(29,2)title:(13,6)createSCV:F(0,13)gpl:p(36,17)stachan:p(6,7)tstart:p(6,7)tend:p(6,7)exist:p(0,1)db28:p(0,1)scvs:(0,13)summarizeSCV:F(0,1)gpl:p(36,17)ts:p(33,8)te:p(33,8)starttalk:p(0,1)i:(0,1)first:(0,1)nsamps:(0,1)nsegs:(0,1)narrs:(0,1)arrIndex:(0,1)realArrs:(0,1)j:(0,1)esegs:(0,1)sta:(6,7)chan:(6,7)phase:(6,7)dt:(44,1)exist:(0,1)newSamps:(0,1)nts:(0,10)nte:(0,10)usage:F(0,1)help:F(0,1)ev_nevents:G(0,1)ev_orid:G(0,1)dbevent:G(23,1)ev_narrivals:G(0,1)dbarrival:G(23,1)event_open:F(0,1)dbname:p(6,7)get_event:F(0,1)orid:p(0,1)i:(0,1)get_event_time:F(0,1)time:p(33,8)print_event:F(0,1)etime:(0,10)elat:(0,10)elon:(0,10)edepth:(0,10)mb:(0,10)ms:(0,10)ml:(0,10)slat:(0,10)slon:(0,10)delta:(0,10)az:(0,10)baz:(0,10)lat:(0,9)lon:(0,9)sta:(6,7)ptr:(6,7)auth:(36,12)tmstr:(36,12)i:(0,1)sta_stbl:V(0,17)first_event:F(0,1)gpl:p(36,17)ts:(0,10)next_event:F(0,1)gpl:p(36,17)ts:(0,10)prev_event:F(0,1)gpl:p(36,17)ts:(0,10)arrival_open:F(0,1)dbname:p(6,7)read_arrivals:F(0,1)i:(0,1)set_phases:F(0,1)phases:p(6,7)i:(0,1)j:(0,1)etime:(0,10)elat:(0,10)elon:(0,10)edepth:(0,10)slat:(0,10)slon:(0,10)selev:(0,10)lat:(0,9)lon:(0,9)elev:(0,9)time:(0,10)sta:(6,7)chan:(6,7)nph:(0,1)times:(33,8)phs:(29,2)modname:V(41,2)modname_old:V(41,2)sort_by_alpha:F(0,1)sort_by_phase:F(0,1)compar:F(0,1)scv1:p(0,13)scv2:p(0,13)str1:V(36,12)str2:V(36,12)sta:(6,7)chan:(6,7)phase_compar:F(0,1)scv1:p(0,13)scv2:p(0,13)i:(0,1)narrs1:(0,1)narrs2:(0,1)time1:(0,10)time2:(0,10)phase:(6,7)phase:(6,7)get_word:F(0,1)gpl:p(36,17)file:p(0,21)=*(0,20)word:p(29,2)string:V(23,3)n:V(0,1)first:V(0,1)ret:(6,7)key_event_proc:F(0,1)gpl:p(36,17)event:p(0,22)=*(38,88)key:p(6,7)nbytes:p(0,1)next_arrival:F(0,1)gpl:p(36,17)i:(0,1)j:(0,1)k:(0,1)l:(0,1)ts:(0,10)time:(0,10)phase:(6,7)narrs:(0,1)nsegs:(0,1)exist:(0,1)tstart:(0,10)tend:(0,10)prev_arrival:F(0,1)gpl:p(36,17)i:(0,1)j:(0,1)k:(0,1)l:(0,1)ts:(0,10)time:(0,10)phase:(6,7)narrs:(0,1)nsegs:(0,1)exist:(0,1)tstart:(0,10)tend:(0,10)first_arrival:F(0,1)gpl:p(36,17)i:(0,1)j:(0,1)k:(0,1)l:(0,1)ts:(0,10)time:(0,10)phase:(6,7)narrs:(0,1)nsegs:(0,1)exist:(0,1)tstart:(0,10)tend:(0,10)first_wf:F(0,1)gpl:p(36,17)i:(0,1)j:(0,1)ts:(0,10)nsegs:(0,1)tstart:(0,10)exist:(0,1)next_wf:F(0,1)gpl:p(36,17)i:(0,1)j:(0,1)ts:(0,10)nsegs:(0,1)tstart:(0,10)exist:(0,1)prev_wf:F(0,1)gpl:p(36,17)i:(0,1)j:(0,1)ts:(0,10)nsegs:(0,1)tstart:(0,10)exist:(0,1)twinfit:F(0,1)gpl:p(36,17)i:(0,1)j:(0,1)tstart:(0,10)tend:(0,10)ts:(0,10)te:(0,10)first:(0,1)nsegs:(0,1)exist:(0,1)swinfit:F(0,1)gpl:p(36,17)ht:(0,9)uw:(0,9)read_comments:F(0,1)home:(6,7)filename:(0,15)stream:(0,20)i:(0,1)j:(0,1)make_remark_table:F(0,1)dbremark:(0,15)nremarks:(0,1)commid:(0,1)tuple_index:(0,1)i:(0,1)j:(0,1)my_menu_proc:F(0,1)menu:p(37,18)item:p(0,1)systring:(0,23)=ar(0,1);0;2999;(0,2)filename:(6,7)nselect:(0,1)trace_index:(0,1)gpl:(36,17)i:(0,1)set_commid:F(0,1)scv:p(15,17)tstart:p(0,10)tend:p(0,10)value:p(0,1)i:(0,1)get_arids:F(0,1)gpl:p(36,17)narids:p(24,2)arids:p(0,24)=*(24,2)i:(0,1)int_ptr:(24,2)get_arrivals.o/export/jspc/sw/src/bin/db/dbpick/get_arrivals.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hfp_pi_type:T(2,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(2,1)exception:T(2,2)=s32type:(0,1),0,32;name:(2,3)=*(0,2),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)/sw/loc/include/scv2.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/machine/devaddr.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(9,1)=s12sv_handler:(3,4),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(9,2)=s8ss_sp:(2,3),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(9,3)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(9,4)=ar(0,1);0;30;(2,3),288,992;sc_wbuf:(9,5)=ar(0,1);0;30;(9,6)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(9,7)=s12sa_handler:(3,4),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(12,1)=s4r:(12,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(12,3)=*(12,1)label_t:T(12,4)=s8val:(12,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(12,4)_quad_t:T(12,6)=s8val:(12,5),0,64;;quad_t:t(12,6)daddr_t:t(0,1)caddr_t:t(2,3)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(2,3)fd_mask:t(0,1)fd_set:T(12,7)=s32fds_bits:(12,8)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(12,7)/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(19,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(2,3)/usr/include/math.h/sw/loc/include/errlog.hProgram_Name:G(2,3)/sw/loc/include/arrays.hTbl:T(22,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(22,2)=*(2,3),64,32;;Tbl:t(22,1)Arr:T(22,3)=s8root:(2,3),0,32;cmp:(22,4)=*(22,5)=f(0,1),32,32;;Arr:t(22,3)Stbl:T(22,6)=s16tbl:(22,7)=*(22,1),0,32;root:(2,3),32,32;cmp:(22,4),64,32;changed:(0,1),96,32;;Stbl:t(22,6)/sw/loc/include/pf.hPfvalue:t(23,1)=u4s:(2,3),0,32;arr:(23,2)=*(22,3),0,32;tbl:(22,7),0,32;;Pf:T(23,3)=s8type:(0,1),0,32;value:(23,1),32,32;;Pf:t(23,3)optarg:G(2,3)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(17,1)=s16name:(2,3),0,32;has_arg:(0,1),32,32;flag:(17,2)=*(0,1),64,32;val:(0,1),96,32;;Dbptr:T(16,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(16,1)Dbvalue:T(16,2)=u1024t:(2,3),0,32;s:(16,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(22,7),0,32;arr:(23,2),0,32;;Dbvalue:t(16,2)Exvalue:T(16,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(2,3),0,32;p:(16,6)=*(16,5)=xsre_pattern_buffer:,0,32;fi:(22,4),0,32;fd:(16,7)=*(16,8)=f(0,10),0,32;fs:(16,9)=*(16,10)=f(2,3),0,32;;Exvalue:t(16,4)Expression:T(16,11)=s32left:(16,12)=*(16,11),0,32;right:(16,12),32,32;x3:(16,12),64,32;x4:(16,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(16,4),192,64;;Expression:t(16,11)dbinvalid:G(16,1)/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.hResponse_group:T(26,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(26,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(26,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(22,7),640,32;parameters:(23,2),672,32;private:(26,4)=*(0,11),704,32;;Response_group:t(26,1)Response:T(26,5)=s16ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(26,6)=*(26,1),64,32;dfile:(2,3),96,32;;Response:t(26,5)Fir:T(26,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(26,8)=*(0,10),192,32;num_coef_errors:(26,8),224,32;den_coefs:(26,8),256,32;den_coef_errors:(26,8),288,32;;Fir:t(26,7)Paz:T(26,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(26,10)=*(27,2),192,32;pole_errors:(26,10),224,32;zeros:(26,10),256,32;zero_errors:(26,10),288,32;;Paz:t(26,9)Iir:T(26,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(26,10),192,32;pole_errors:(26,10),224,32;zeros:(26,10),256,32;zero_errors:(26,10),288,32;;Iir:t(26,11)scv_segments_:T(5,1)=s200ituple:(0,1),0,32;exist:(0,1),32,32;nbad:(0,1),64,32;tstart:(0,10),128,64;tend:(0,10),192,64;nsamps:(0,1),256,32;dt:(0,10),320,64;ctype:(5,2)=ar(0,1);0;4;(0,2),384,40;\descrip:(5,3)=ar(0,1);0;50;(0,2),424,408;hang:(0,10),832,64;vang:(0,10),896,64;depth:(0,10),960,64;inid:(0,1),1024,32;chanid:(0,1),1056,32;calib:(0,9),1088,32;calper:(0,9),1120,32;\data_format:(5,4)=ar(0,1);0;7;(0,2),1152,64;data_type:(5,4),1216,64;input_units:(5,4),1280,64;output_units:(5,4),1344,64;tshift:(0,10),1408,64;response:(5,5)=*(26,5),1472,32;responsefile:(2,3),1504,32;data:(5,6)=*(0,9),1536,32;raw_data:(26,4),1568,32;;SCVSegment:t(5,1)scv_arrival_:T(5,7)=s64ituple:(0,1),0,32;time:(0,10),64,64;deltime:(0,10),128,64;amp:(0,10),192,64;per:(0,10),256,64;phase:(5,4),320,64;fm:(5,9)=ar(0,1);0;3;(0,2),384,32;quality:(5,9),416,32;scv:(5,10)=*(5,8)=xssta_chan_view_:,448,32;;SCVArrival:t(5,7)sta_chan_view_:T(5,8)=s208id:(0,1),0,32;dbl:(5,11)=*(16,1),32,32;sta:(5,12)=ar(0,1);0;31;(0,2),64,256;chan:(5,12),320,256;chana:(5,12),576,256;tstart:(0,10),832,64;tend:(0,10),896,64;lat:(0,10),960,64;\lon:(0,10),1024,64;elev:(0,10),1088,64;deast:(0,10),1152,64;dnorth:(0,10),1216,64;delev:(0,10),1280,64;nsamps:(0,1),1344,32;nsegs:(0,1),1376,32;segments_size:(0,1),1408,32;\rel_wfdisc:(5,11),1440,32;segments:(5,13)=*(5,1),1472,32;narrivals:(0,1),1504,32;arrivals_size:(0,1),1536,32;rel_arrival:(5,11),1568,32;arrivals:(5,14)=*(5,15)=*(5,7),1600,32;;SCV:t(5,8)trace_:T(5,16)=s104scv:(5,17)=*(5,8),0,32;tstart:(0,10),64,64;dt:(0,10),128,64;nsamps:(0,1),192,32;calib:(0,9),224,32;calper:(0,9),256,32;rawdata_format:(5,4),288,64;rawdata_type:(5,4),352,64;\input_units:(5,4),416,64;output_units:(5,4),480,64;data:(5,6),544,32;data_free:(5,6),576,32;data_malloc:(0,1),608,32;raw_data:(26,4),640,32;rawdata_free:(5,18)=*(0,4),672,32;rawdata_malloc:(0,1),704,32;\prev:(5,19)=*(5,16),736,32;next:(5,19),768,32;;Trace:t(5,16)/sw/loc/include/gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/openwin/include/X11/X.h_XExtData:T(31,1)=s16number:(0,1),0,32;next:(31,2)=*(31,1),32,32;free_private:(22,4),64,32;private_data:(2,3),96,32;;XExtData:t(31,1)XExtCodes:t(31,3)=s16extension:(0,1),0,32;major_opcode:(0,1),32,32;first_event:(0,1),64,32;first_error:(0,1),96,32;;_XExten:T(31,4)=s60next:(31,5)=*(31,4),0,32;codes:(31,3),32,128;create_GC:(22,4),160,32;copy_GC:(22,4),192,32;flush_GC:(22,4),224,32;free_GC:(22,4),256,32;create_Font:(22,4),288,32;free_Font:(22,4),320,32;\close_display:(22,4),352,32;error:(22,4),384,32;error_string:(16,9),416,32;name:(2,3),448,32;;_XExtension:t(31,4)XPixmapFormatValues:t(31,6)=s12depth:(0,1),0,32;bits_per_pixel:(0,1),32,32;scanline_pad:(0,1),64,32;;XGCValues:t(31,7)=s92function:(0,1),0,32;plane_mask:(0,8),32,32;foreground:(0,8),64,32;background:(0,8),96,32;line_width:(0,1),128,32;line_style:(0,1),160,32;cap_style:(0,1),192,32;join_style:(0,1),224,32;\fill_style:(0,1),256,32;fill_rule:(0,1),288,32;arc_mode:(0,1),320,32;tile:(0,8),352,32;stipple:(0,8),384,32;ts_x_origin:(0,1),416,32;ts_y_origin:(0,1),448,32;font:(0,8),480,32;\subwindow_mode:(0,1),512,32;graphics_exposures:(0,1),544,32;clip_x_origin:(0,1),576,32;clip_y_origin:(0,1),608,32;clip_mask:(0,8),640,32;dash_offset:(0,1),672,32;dashes:(0,2),704,8;;_XGC:T(31,8)=s112ext_data:(31,2),0,32;gid:(0,8),32,32;rects:(0,1),64,32;dashes:(0,1),96,32;dirty:(0,8),128,32;values:(31,7),160,736;;GC:t(31,9)=*(31,8)Visual:t(31,10)=s32ext_data:(31,2),0,32;visualid:(0,8),32,32;class:(0,1),64,32;red_mask:(0,8),96,32;green_mask:(0,8),128,32;blue_mask:(0,8),160,32;bits_per_rgb:(0,1),192,32;map_entries:(0,1),224,32;;Depth:t(31,11)=s12depth:(0,1),0,32;nvisuals:(0,1),32,32;visuals:(31,12)=*(31,10),64,32;;Screen:t(31,14)=s80ext_data:(31,2),0,32;display:(31,15)=*(31,13)=xs_XDisplay:,32,32;root:(0,8),64,32;width:(0,1),96,32;height:(0,1),128,32;mwidth:(0,1),160,32;mheight:(0,1),192,32;ndepths:(0,1),224,32;\depths:(31,16)=*(31,11),256,32;root_depth:(0,1),288,32;root_visual:(31,12),320,32;default_gc:(31,9),352,32;cmap:(0,8),384,32;white_pixel:(0,8),416,32;black_pixel:(0,8),448,32;max_maps:(0,1),480,32;\min_maps:(0,1),512,32;backing_store:(0,1),544,32;save_unders:(0,1),576,32;root_input_mask:(0,1),608,32;;ScreenFormat:t(31,17)=s16ext_data:(31,2),0,32;depth:(0,1),32,32;bits_per_pixel:(0,1),64,32;scanline_pad:(0,1),96,32;;XSetWindowAttributes:t(31,18)=s60background_pixmap:(0,8),0,32;background_pixel:(0,8),32,32;border_pixmap:(0,8),64,32;border_pixel:(0,8),96,32;bit_gravity:(0,1),128,32;win_gravity:(0,1),160,32;backing_store:(0,1),192,32;backing_planes:(0,8),224,32;\backing_pixel:(0,8),256,32;save_under:(0,1),288,32;event_mask:(0,1),320,32;do_not_propagate_mask:(0,1),352,32;override_redirect:(0,1),384,32;colormap:(0,8),416,32;cursor:(0,8),448,32;;XWindowAttributes:t(31,19)=s92x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;depth:(0,1),160,32;visual:(31,12),192,32;root:(0,8),224,32;\class:(0,1),256,32;bit_gravity:(0,1),288,32;win_gravity:(0,1),320,32;backing_store:(0,1),352,32;backing_planes:(0,8),384,32;backing_pixel:(0,8),416,32;save_under:(0,1),448,32;colormap:(0,8),480,32;\map_installed:(0,1),512,32;map_state:(0,1),544,32;all_event_masks:(0,1),576,32;your_event_mask:(0,1),608,32;do_not_propagate_mask:(0,1),640,32;override_redirect:(0,1),672,32;screen:(31,20)=*(31,14),704,32;;XHostAddress:t(31,21)=s12family:(0,1),0,32;length:(0,1),32,32;address:(2,3),64,32;;funcs:T(31,23)=s24create_image:(31,24)=*(31,25)=f(31,26)=*(31,22)=xs_XImage:,0,32;destroy_image:(22,4),32,32;get_pixel:(31,27)=*(31,28)=f(0,8),64,32;put_pixel:(22,4),96,32;sub_image:(31,24),128,32;add_pixel:(22,4),160,32;;_XImage:T(31,22)=s88width:(0,1),0,32;height:(0,1),32,32;xoffset:(0,1),64,32;format:(0,1),96,32;data:(2,3),128,32;byte_order:(0,1),160,32;bitmap_unit:(0,1),192,32;bitmap_bit_order:(0,1),224,32;\bitmap_pad:(0,1),256,32;depth:(0,1),288,32;bytes_per_line:(0,1),320,32;bits_per_pixel:(0,1),352,32;red_mask:(0,8),384,32;green_mask:(0,8),416,32;blue_mask:(0,8),448,32;obdata:(2,3),480,32;f:(31,23),512,192;;XImage:t(31,22)XWindowChanges:t(31,29)=s28x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;sibling:(0,8),160,32;stack_mode:(0,1),192,32;;XColor:t(31,30)=s12pixel:(0,8),0,32;red:(0,6),32,16;green:(0,6),48,16;blue:(0,6),64,16;flags:(0,2),80,8;pad:(0,2),88,8;;XSegment:t(31,31)=s8x1:(0,4),0,16;y1:(0,4),16,16;x2:(0,4),32,16;y2:(0,4),48,16;;XPoint:t(31,32)=s4x:(0,4),0,16;y:(0,4),16,16;;XRectangle:t(31,33)=s8x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;;XArc:t(31,34)=s12x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;angle1:(0,4),64,16;angle2:(0,4),80,16;;XKeyboardControl:t(31,35)=s32key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,1),64,32;bell_duration:(0,1),96,32;led:(0,1),128,32;led_mode:(0,1),160,32;key:(0,1),192,32;auto_repeat_mode:(0,1),224,32;;XKeyboardState:t(31,36)=s56key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,8),64,32;bell_duration:(0,8),96,32;led_mask:(0,8),128,32;global_auto_repeat:(0,1),160,32;auto_repeats:(5,12),192,256;;XTimeCoord:t(31,37)=s8time:(0,8),0,32;x:(0,4),32,16;y:(0,4),48,16;;XModifierKeymap:t(31,38)=s8max_keypermod:(0,1),0,32;modifiermap:(1,2),32,32;;_DisplayAtoms:T(31,39)=s24text:(0,8),0,32;wm_state:(0,8),32,32;wm_protocols:(0,8),64,32;wm_save_yourself:(0,8),96,32;wm_change_state:(0,8),128,32;wm_colormap_windows:(0,8),160,32;;_XDisplay:T(31,13)=s1252ext_data:(31,2),0,32;next:(31,43)=*(31,13),32,32;fd:(0,1),64,32;lock:(0,1),96,32;proto_major_version:(0,1),128,32;proto_minor_version:(0,1),160,32;vendor:(2,3),192,32;resource_base:(0,1),224,32;\resource_mask:(0,1),256,32;resource_id:(0,1),288,32;resource_shift:(0,1),320,32;resource_alloc:(31,27),352,32;byte_order:(0,1),384,32;bitmap_unit:(0,1),416,32;bitmap_pad:(0,1),448,32;bitmap_bit_order:(0,1),480,32;\nformats:(0,1),512,32;pixmap_format:(31,44)=*(31,17),544,32;vnumber:(0,1),576,32;release:(0,1),608,32;head:(31,45)=*(31,40)=xs_XSQEvent:,640,32;tail:(31,45),672,32;qlen:(0,1),704,32;last_request_read:(0,8),736,32;\request:(0,8),768,32;last_req:(2,3),800,32;buffer:(2,3),832,32;bufptr:(2,3),864,32;bufmax:(2,3),896,32;max_request_size:(0,8),928,32;db:(31,46)=*(31,41)=xs_XrmHashBucketRec:,960,32;synchandler:(22,4),992,32;\display_name:(2,3),1024,32;default_screen:(0,1),1056,32;nscreens:(0,1),1088,32;screens:(31,20),1120,32;motion_buffer:(0,8),1152,32;current:(0,8),1184,32;min_keycode:(0,1),1216,32;max_keycode:(0,1),1248,32;\keysyms:(31,47)=*(0,8),1280,32;modifiermap:(31,48)=*(31,38),1312,32;keysyms_per_keycode:(0,1),1344,32;xdefaults:(2,3),1376,32;scratch_buffer:(2,3),1408,32;scratch_length:(0,8),1440,32;ext_number:(0,1),1472,32;ext_procs:(31,5),1504,32;\event_vec:(31,49)=ar(0,1);0;127;(22,4),1536,4096;wire_vec:(31,49),5632,4096;lock_meaning:(0,8),9728,32;key_bindings:(31,50)=*(31,42)=xsXKeytrans:,9760,32;cursor_font:(0,8),9792,32;atoms:(31,51)=*(31,39),9824,32;reconfigure_wm_window:(31,52)=s12sequence_number:(0,1),0,32;old_handler:(22,4),32,32;succeeded:(0,1),64,32;;,9856,96;\flags:(0,8),9952,32;mode_switch:(0,8),9984,32;;Display:t(31,13)XKeyEvent:t(31,53)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;keycode:(0,8),416,32;same_screen:(0,1),448,32;;XKeyPressedEvent:t(31,53)XKeyReleasedEvent:t(31,53)XButtonEvent:t(31,54)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;button:(0,8),416,32;same_screen:(0,1),448,32;;XButtonPressedEvent:t(31,54)XButtonReleasedEvent:t(31,54)XMotionEvent:t(31,55)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;is_hint:(0,2),416,8;same_screen:(0,1),448,32;;XPointerMovedEvent:t(31,55)XCrossingEvent:t(31,56)=s68type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;mode:(0,1),384,32;detail:(0,1),416,32;same_screen:(0,1),448,32;focus:(0,1),480,32;state:(0,8),512,32;;XEnterWindowEvent:t(31,56)XLeaveWindowEvent:t(31,56)XFocusChangeEvent:t(31,57)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;window:(0,8),128,32;mode:(0,1),160,32;detail:(0,1),192,32;;XFocusInEvent:t(31,57)XFocusOutEvent:t(31,57)XKeymapEvent:t(31,58)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;window:(0,8),128,32;key_vector:(5,12),160,256;;XExposeEvent:t(31,59)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;window:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;;XGraphicsExposeEvent:t(31,60)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;drawable:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;major_code:(0,1),320,32;minor_code:(0,1),352,32;;XNoExposeEvent:t(31,61)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;drawable:(0,8),128,32;major_code:(0,1),160,32;minor_code:(0,1),192,32;;XVisibilityEvent:t(31,62)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;window:(0,8),128,32;state:(0,1),160,32;;XCreateWindowEvent:t(31,63)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;override_redirect:(0,1),352,32;;XDestroyWindowEvent:t(31,64)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;event:(0,8),128,32;window:(0,8),160,32;;XUnmapEvent:t(31,65)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;event:(0,8),128,32;window:(0,8),160,32;from_configure:(0,1),192,32;;XMapEvent:t(31,66)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;event:(0,8),128,32;window:(0,8),160,32;override_redirect:(0,1),192,32;;XMapRequestEvent:t(31,67)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;parent:(0,8),128,32;window:(0,8),160,32;;XReparentEvent:t(31,68)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;event:(0,8),128,32;window:(0,8),160,32;parent:(0,8),192,32;x:(0,1),224,32;\y:(0,1),256,32;override_redirect:(0,1),288,32;;XConfigureEvent:t(31,69)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;override_redirect:(0,1),384,32;;XGravityEvent:t(31,70)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;;XResizeRequestEvent:t(31,71)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;window:(0,8),128,32;width:(0,1),160,32;height:(0,1),192,32;;XConfigureRequestEvent:t(31,72)=s56type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;detail:(0,1),384,32;value_mask:(0,8),416,32;;XCirculateEvent:t(31,73)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;event:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XCirculateRequestEvent:t(31,74)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;parent:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XPropertyEvent:t(31,75)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;window:(0,8),128,32;atom:(0,8),160,32;time:(0,8),192,32;state:(0,1),224,32;;XSelectionClearEvent:t(31,76)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;window:(0,8),128,32;selection:(0,8),160,32;time:(0,8),192,32;;XSelectionRequestEvent:t(31,77)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;owner:(0,8),128,32;requestor:(0,8),160,32;selection:(0,8),192,32;target:(0,8),224,32;\property:(0,8),256,32;time:(0,8),288,32;;XSelectionEvent:t(31,78)=s36type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;requestor:(0,8),128,32;selection:(0,8),160,32;target:(0,8),192,32;property:(0,8),224,32;time:(0,8),256,32;;XColormapEvent:t(31,79)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;window:(0,8),128,32;colormap:(0,8),160,32;new:(0,1),192,32;state:(0,1),224,32;;XClientMessageEvent:t(31,80)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;window:(0,8),128,32;message_type:(0,8),160,32;format:(0,1),192,32;data:(31,81)=u20b:(31,82)=ar(0,1);0;19;(0,2),0,160;\s:(31,83)=ar(0,1);0;9;(0,4),0,160;l:(31,84)=ar(0,1);0;4;(0,1),0,160;;,224,160;;XMappingEvent:t(31,85)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;window:(0,8),128,32;request:(0,1),160,32;first_keycode:(0,1),192,32;count:(0,1),224,32;;XErrorEvent:t(31,86)=s20type:(0,1),0,32;display:(31,43),32,32;resourceid:(0,8),64,32;serial:(0,8),96,32;error_code:(0,5),128,8;request_code:(0,5),136,8;minor_code:(0,5),144,8;;XAnyEvent:t(31,87)=s20type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(31,43),96,32;window:(0,8),128,32;;_XEvent:T(31,88)=u96type:(0,1),0,32;xany:(31,87),0,160;xkey:(31,53),0,480;xbutton:(31,54),0,480;xmotion:(31,55),0,480;xcrossing:(31,56),0,544;xfocus:(31,57),0,224;xexpose:(31,59),0,320;\xgraphicsexpose:(31,60),0,384;xnoexpose:(31,61),0,224;xvisibility:(31,62),0,192;xcreatewindow:(31,63),0,384;xdestroywindow:(31,64),0,192;xunmap:(31,65),0,224;xmap:(31,66),0,224;xmaprequest:(31,67),0,192;\xreparent:(31,68),0,320;xconfigure:(31,69),0,416;xgravity:(31,70),0,256;xresizerequest:(31,71),0,224;xconfigurerequest:(31,72),0,448;xcirculate:(31,73),0,224;xcirculaterequest:(31,74),0,224;xproperty:(31,75),0,256;\xselectionclear:(31,76),0,224;xselectionrequest:(31,77),0,320;xselection:(31,78),0,288;xcolormap:(31,79),0,256;xclient:(31,80),0,384;xmapping:(31,85),0,256;xerror:(31,86),0,160;xkeymap:(31,58),0,416;pad:(31,89)=ar(0,1);0;23;(0,1),0,768;;XEvent:t(31,88)_XSQEvent:T(31,40)=s100next:(31,90)=*(31,40),0,32;event:(31,88),32,768;;_XQEvent:t(31,40)XCharStruct:t(31,91)=s12lbearing:(0,4),0,16;rbearing:(0,4),16,16;width:(0,4),32,16;ascent:(0,4),48,16;descent:(0,4),64,16;attributes:(0,6),80,16;;XFontProp:t(31,92)=s8name:(0,8),0,32;card32:(0,8),32,32;;XFontStruct:t(31,93)=s80ext_data:(31,2),0,32;fid:(0,8),32,32;direction:(0,8),64,32;min_char_or_byte2:(0,8),96,32;max_char_or_byte2:(0,8),128,32;min_byte1:(0,8),160,32;max_byte1:(0,8),192,32;all_chars_exist:(0,1),224,32;\default_char:(0,8),256,32;n_properties:(0,1),288,32;properties:(31,94)=*(31,92),320,32;min_bounds:(31,91),352,96;max_bounds:(31,91),448,96;per_char:(31,95)=*(31,91),544,32;ascent:(0,1),576,32;descent:(0,1),608,32;;XTextItem:t(31,96)=s16chars:(2,3),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XChar2b:t(31,97)=s2byte1:(0,5),0,8;byte2:(0,5),8,8;;XTextItem16:t(31,98)=s16chars:(31,99)=*(31,97),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XEDataObject:t(31,100)=u4display:(31,43),0,32;gc:(31,9),0,32;visual:(31,12),0,32;screen:(31,20),0,32;pixmap_format:(31,44),0,32;font:(31,101)=*(31,93),0,32;;XErrorHandler:t(22,4)XIOErrorHandler:t(22,4)_GC_rec:T(30,1)=s112gc:(31,9),0,32;ref_count:(0,4),32,16;num_cliprects:(0,1),64,32;valuemask:(0,8),96,32;values:(31,7),128,736;next:(30,2)=*(30,1),864,32;;GC_rec:t(30,1)pixlabel:T(30,3)=s12pixmap:(0,8),0,32;width:(0,1),32,32;height:(0,1),64,32;;Pixlabel:t(30,3)graphics_info:T(30,4)=s148dpy:(31,43),0,32;scrn:(0,1),32,32;depth:(0,8),64,32;glyphfont:(31,101),96,32;textfont:(31,101),128,32;three_d:(0,4),160,16;gc_rec:(30,5)=ar(0,1);0;8;(30,2),192,288;stipple_pixmaps:(3,1),480,96;\pixvals:(30,6)=ar(0,1);0;4;(0,8),576,160;button_height:(0,4),736,16;endcap_width:(0,4),752,16;sb_width:(0,4),768,16;sb_height:(0,4),784,16;abbrev_width:(0,4),800,16;slider_width:(0,4),816,16;slider_height:(0,4),832,16;\se_width:(0,4),848,16;se_height:(0,4),864,16;mm_width:(0,4),880,16;mm_height:(0,4),896,16;base_off:(0,4),912,16;slider_offset:(0,4),928,16;cb_width:(0,4),944,16;cb_height:(0,4),960,16;\pp_width:(0,4),976,16;pp_height:(0,4),992,16;gauge_width:(0,4),1008,16;gauge_height:(0,4),1024,16;textscbu_width:(0,4),1040,16;gauge_endcapOffset:(0,4),1056,16;numscbu_width:(0,4),1072,16;resize_arm_width:(0,4),1088,16;\abbsb_height:(0,4),1104,16;cable_offset:(0,4),1120,16;cable_width:(0,4),1136,16;point_size:(0,4),1152,16;;Graphics_info:t(30,4)ol_ll_:T(30,7)=s56parent:(30,9)=*(30,8)=xsol_:,0,32;last:(30,10)=*(30,7),32,32;next:(30,10),64,32;type:(0,1),96,32;name:(5,12),128,256;widget:(2,3),384,32;win:(0,8),416,32;;Ol_ll:t(30,7)ol_:T(30,8)=s36display:(31,43),0,32;depth:(0,1),32,32;visual:(31,12),64,32;cmap:(0,8),96,32;background:(0,1),128,32;hand_cursor:(0,8),160,32;gin:(30,11)=*(30,4),192,32;head:(30,10),224,32;tail:(30,10),256,32;;Ol:t(30,8)ol_button_:T(30,12)=s76parent:(30,10),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(5,12),224,256;\event_proc:(22,4),480,32;user_data:(26,4),512,32;user_data2:(26,4),544,32;toggle:(0,1),576,32;;OlButton:t(30,12)ol_menu_item_:T(30,14)=s60x:(0,1),0,32;y:(0,1),32,32;w:(0,1),64,32;h:(0,1),96,32;state:(0,1),128,32;on:(0,1),160,32;label:(5,12),192,256;pull_right:(30,15)=*(30,13)=xsol_menu_:,448,32;;ol_menu_:T(30,13)=s84parent:(30,10),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(5,12),224,256;\event_proc:(22,4),480,32;user_data:(26,4),512,32;user_data2:(26,4),544,32;win:(0,8),576,32;nitems:(0,1),608,32;items:(30,16)=*(30,14),640,32;;OlMenu:t(30,13)ol_scrollbar_:T(30,17)=s264parent:(30,10),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;anchor0_x:(0,1),160,32;anchor0_y:(0,1),192,32;anchor0_w:(0,1),224,32;\anchor0_h:(0,1),256,32;anchor1_x:(0,1),288,32;anchor1_y:(0,1),320,32;anchor1_w:(0,1),352,32;anchor1_h:(0,1),384,32;arrow0_x:(0,1),416,32;arrow0_y:(0,1),448,32;arrow0_w:(0,1),480,32;\arrow0_h:(0,1),512,32;arrow1_x:(0,1),544,32;arrow1_y:(0,1),576,32;arrow1_w:(0,1),608,32;arrow1_h:(0,1),640,32;elev_x:(0,1),672,32;elev_y:(0,1),704,32;elev_w:(0,1),736,32;\elev_h:(0,1),768,32;state:(0,1),800,32;state0:(0,1),832,32;state1:(0,1),864,32;x_old:(0,1),896,32;y_old:(0,1),928,32;on:(0,1),960,32;changed:(0,1),992,32;\horizontal:(0,1),1024,32;immediate:(0,1),1056,32;length:(0,1),1088,32;elev:(0,1),1120,32;min_elev:(0,1),1152,32;max_elev:(0,1),1184,32;elev_old:(0,1),1216,32;prop:(0,1),1248,32;\prop_length:(0,1),1280,32;win_x:(0,1),1312,32;win_y:(0,1),1344,32;win_dim:(0,1),1376,32;scroll_incr:(0,10),1408,64;full0:(0,10),1472,64;full1:(0,10),1536,64;view0:(0,10),1600,64;\view1:(0,10),1664,64;view0_old:(0,10),1728,64;view1_old:(0,10),1792,64;view0_last:(0,10),1856,64;view1_last:(0,10),1920,64;popup_menu:(30,18)=*(30,13),1984,32;scroll_proc:(22,4),2016,32;user_data:(26,4),2048,32;user_data2:(26,4),2080,32;;OlScrollbar:t(30,17)ol_box_:T(30,19)=s44parent:(30,10),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;gc:(31,9),224,32;\draw_proc:(22,4),256,32;user_data:(26,4),288,32;user_data2:(26,4),320,32;;OlBox:t(30,19)/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.hgpl_trace:T(29,1)=s32id_string:(2,3),0,32;units:(2,3),32,32;uvar:(0,9),64,32;nsegs:(0,1),96,32;tstart:(26,8),128,32;dt:(26,8),160,32;nsamps:(17,2),192,32;data:(29,2)=*(5,6),224,32;;GPLTrace:t(29,1)gpl_arrival:T(29,3)=s104arrival_id:(26,4),0,32;time:(0,10),64,64;deltime:(0,10),128,64;ptime:(0,10),192,64;ap0time:(0,10),256,64;ap1time:(0,10),320,64;pamp:(0,9),384,32;ap0amp:(0,9),416,32;\ap1amp:(0,9),448,32;amp:(0,9),480,32;phase:(29,4)=ar(0,1);0;15;(0,2),512,128;fm:(5,4),640,64;quality:(5,4),704,64;overlay:(0,1),768,32;;GPLArrival:t(29,3)gpl_pane_:T(29,5)=s40parent:(29,7)=*(29,6)=xsgather_plot_:,0,32;type:(0,1),32,32;visible:(0,1),64,32;grab:(0,1),96,32;x:(0,1),128,32;y:(0,1),160,32;w:(0,1),192,32;h:(0,1),224,32;\background:(0,1),256,32;foreground:(0,1),288,32;;GPLPane:t(29,5)gpl_widgets_:T(29,9)=s12ol_widget:(2,3),0,32;type:(0,1),32,32;on:(0,1),64,32;;strace_:T(29,10)=s48trace_id:(26,4),0,32;ampwin:(0,9),32,32;amp0:(0,9),64,32;ascale:(0,9),96,32;t0:(0,10),128,64;xl:(0,1),192,32;xr:(0,1),224,32;yt:(0,1),256,32;\yb:(0,1),288,32;select:(0,1),320,32;display:(0,1),352,32;;gather_plot_:T(29,6)=s1480display:(31,43),0,32;screen:(0,1),32,32;visual:(31,12),64,32;depth:(0,1),96,32;cmap:(0,8),128,32;progname:(29,12)=ar(0,1);0;63;(0,2),160,512;title:(29,13)=ar(0,1);0;127;(0,2),672,1024;shutdown:(0,1),1696,32;\first:(0,1),1728,32;xcom:(29,14)=*(34,1),1760,32;fdcom:(0,1),1792,32;Static:(29,15)=*(29,8)=xsgather_plot_static_:,1824,32;ol:(29,16)=*(30,8),1856,32;box:(2,3),1888,32;overlays:(2,3),1920,32;gpl_mag:(29,17)=*(29,6),1952,32;\mag_win_w:(0,1),1984,32;mag_win_h:(0,1),2016,32;n_sln_wins:(0,1),2048,32;gpl_sln:(29,18)=*(29,17),2080,32;sln_win_w:(0,1),2112,32;sln_win_h:(0,1),2144,32;gpl_parent:(29,17),2176,32;user_data:(2,3),2208,32;\nwidgets:(0,1),2240,32;widgets:(29,19)=ar(0,1);0;19;(29,9),2272,1920;trace_menu:(30,18),4192,32;phase_menu:(30,18),4224,32;arrival_menu:(30,18),4256,32;uvar_scrollbar:(29,20)=*(30,17),4288,32;sta_scrollbar:(29,20),4320,32;time_scrollbar:(29,20),4352,32;\button_flags:(0,1),4384,32;label_foreground:(0,1),4416,32;label_background:(0,1),4448,32;uvar_foreground:(0,1),4480,32;trace_foreground:(0,1),4512,32;trace_background:(0,1),4544,32;gpl_win_visible:(0,1),4576,32;batch_on:(0,1),4608,32;\gpl_win:(0,8),4640,32;gpl_win_parent:(0,8),4672,32;gpl_win_gc:(31,9),4704,32;time_cursor_gc:(31,9),4736,32;time_line_gc:(31,9),4768,32;trace_bkg_gc:(31,9),4800,32;trace_frg_gc:(31,9),4832,32;trace_rect_gc:(31,9),4864,32;\label_bkg_gc:(31,9),4896,32;trace_moveout_gc:(31,9),4928,32;trace_arrival_gc:(31,9),4960,32;parent_pane:(29,5),4992,320;gpl_pane:(29,5),5312,320;gpl_win_x_fr:(0,9),5632,32;gpl_win_y_fr:(0,9),5664,32;gpl_win_w_fr:(0,9),5696,32;\gpl_win_h_fr:(0,9),5728,32;trace_pane:(29,5),5760,320;trace_pane_x_fr:(0,9),6080,32;trace_pane_y_fr:(0,9),6112,32;trace_pane_w_fr:(0,9),6144,32;trace_pane_h_fr:(0,9),6176,32;trace_pane_l_margin:(0,1),6208,32;trace_pane_r_margin:(0,1),6240,32;\trace_pane_t_margin:(0,1),6272,32;trace_pane_b_margin:(0,1),6304,32;widget_pane:(29,5),6336,320;uvar_scrl_pane:(29,5),6656,320;uvar_pane:(29,5),6976,320;sta_pane:(29,5),7296,320;sta_scrl_pane:(29,5),7616,320;time_pane:(29,5),7936,320;\status_pane:(29,5),8256,320;time_scrl_pane:(29,5),8576,320;trace_win_imm:(0,1),8896,32;trace_mouse_mode:(0,1),8928,32;trace_mouse_mode_old:(0,1),8960,32;trace_mouse_state:(0,1),8992,32;trace_mouse_xold:(0,1),9024,32;trace_mouse_yold:(0,1),9056,32;\trace_x_first:(0,1),9088,32;trace_y_first:(0,1),9120,32;arrival_select:(0,1),9152,32;arrival_edit:(0,1),9184,32;old_mask:(0,8),9216,32;time_cursor_ovls:(2,3),9248,32;time_flags:(0,8),9280,32;ntimes:(0,1),9312,32;\xtime:(0,1),9344,32;dxtime:(0,1),9376,32;ttime:(0,10),9408,64;dttime:(0,10),9472,64;tstime:(0,10),9536,64;uvar_flags:(0,8),9600,32;uvar_ordinal:(0,1),9632,32;nuvars:(0,1),9664,32;\yuvar:(0,1),9696,32;dyuvar:(0,1),9728,32;uuvar:(0,9),9760,32;duuvar:(0,9),9792,32;usuvar:(0,9),9824,32;sta_flags:(0,8),9856,32;trace_pixmap:(0,8),9888,32;trace_pixmap_gc:(31,9),9920,32;\trace_pixmap_gc2:(31,9),9952,32;trace_pixmap_w:(0,1),9984,32;trace_pixmap_h:(0,1),10016,32;trace_plot_mode:(0,1),10048,32;trace_overlay_mode:(0,1),10080,32;trace_moveout_mode:(0,1),10112,32;trace_moveout_t0:(0,10),10176,64;trace_moveout_slo:(0,9),10240,32;\trace_moveout_t0l:(0,10),10304,64;trace_moveout_slol:(0,9),10368,32;trace_filter_mode:(0,1),10400,32;trace_filter_index:(0,1),10432,32;trace_time_resize:(0,1),10464,32;trace_uvar_resize:(0,1),10496,32;t0:(0,10),10560,64;twin:(0,10),10624,64;\t0_full:(0,10),10688,64;twin_full:(0,10),10752,64;uvar_name:(2,3),10816,32;uvar0:(0,9),10848,32;uvarwin:(0,9),10880,32;uvar0_full:(0,9),10912,32;uvarwin_full:(0,9),10944,32;sta0:(0,1),10976,32;\stawin:(0,1),11008,32;stawin_full:(0,1),11040,32;trace_ht:(0,9),11072,32;trace_height:(0,9),11104,32;amp0:(0,9),11136,32;ampwin:(0,9),11168,32;gain:(0,9),11200,32;clip:(0,1),11232,32;\amp_scale_mode:(0,1),11264,32;agcwin:(0,9),11296,32;amp_uvar_mode:(0,1),11328,32;ntraces:(0,1),11360,32;traces:(29,21)=*(29,10),11392,32;tshift:(0,10),11456,64;arrfl_sel:(29,22)=*(29,11)=xsgpl_arrival_flag_:,11520,32;get_trace:(22,4),11552,32;\get_arrivals:(22,4),11584,32;get_arrs:(22,4),11616,32;put_arrival:(16,9),11648,32;put_arr:(16,9),11680,32;resize_proc:(22,4),11712,32;key_event_proc:(22,4),11744,32;sta_info:(22,4),11776,32;;GatherPlot:t(29,6)gather_plot_static_:T(29,8)=s380display:(31,43),0,32;screen:(0,1),32,32;visual:(31,12),64,32;depth:(0,1),96,32;cmap:(0,8),128,32;pixel:(0,8),160,32;pixel_cmpl:(0,8),192,32;red_pixel:(0,1),224,32;\yellow_pixel:(0,1),256,32;yellow2_pixel:(0,1),288,32;green_pixel:(0,1),320,32;blue_pixel:(0,1),352,32;gray_pixel:(0,1),384,32;gray_pixels:(29,24)=ar(0,1);0;31;(0,1),416,1024;chrom_pixels:(29,24),1440,1024;label_foreground:(0,1),2464,32;\label_background:(0,1),2496,32;uvar_foreground:(0,1),2528,32;trace_foreground:(0,1),2560,32;trace_background:(0,1),2592,32;arrival_foreground:(0,1),2624,32;arrival_background:(0,1),2656,32;sel_arrival_foreground:(0,1),2688,32;sel_arrival_background:(0,1),2720,32;\dotted_pixmap:(0,8),2752,32;trace_font:(31,101),2784,32;trace_font_small:(31,101),2816,32;normal_cursor:(0,8),2848,32;busy_cursor:(0,8),2880,32;hscrl_cursor:(0,8),2912,32;vscrl_cursor:(0,8),2944,32;filters:(29,25)=*(29,23)=xsgather_plot_filter_:,2976,32;nfilters:(0,1),3008,32;;gather_plot_filter_:T(29,23)=s72type:(0,1),0,32;label:(5,12),32,256;start_pad:(0,10),320,64;end_pad:(0,10),384,64;param1:(0,9),448,32;param2:(0,9),480,32;param3:(0,9),512,32;param4:(0,9),544,32;;gpl_arrival_flag_:T(29,11)=s128arrival_id:(26,4),0,32;strace:(29,21),32,32;gpl:(29,17),64,32;selected:(0,1),96,32;overlay:(0,1),128,32;pm:(0,8),160,32;h:(0,1),192,32;time:(0,10),256,64;\deltime:(0,10),320,64;deltime_box:(2,3),384,32;ptime:(0,10),448,64;ap0time:(0,10),512,64;ap1time:(0,10),576,64;pamp:(0,9),640,32;amp:(0,9),672,32;ap0amp:(0,9),704,32;\ap1amp:(0,9),736,32;ampper_box:(2,3),768,32;phase:(29,4),800,128;fm:(5,4),928,64;;gpl_arrival_flag:t(29,11)/sw/loc/include/csstime.h/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/db.h./get_arrivals.h/sw/loc/include/arrays.hcounts:G(0,1)def_phase:G(29,4)arids_stbl:G(0,13)=*(22,6)fdcom:G(0,1)narrivals_show:G(0,1)show_arrivals:G(0,1)show_oarrivals:G(0,1)arrivals_show_:T(0,14)=s48magic:(0,1),0,32;sta:(5,4),32,64;chan:(5,4),96,64;phase:(29,4),160,128;time:(0,10),320,64;;arrivals_show:G(0,15)=*(0,14)time_corr:G(0,10)scvs:G(0,16)=*(5,17)get_arrivals:F(0,1)trace_index:p(0,1)t0:p(0,10)twin:p(0,10)npixels:p(0,1)narrivals:p(17,2)gpl_arrivals:p(0,17)=*(0,18)=*(29,3)arrs:V(0,18)arrival_size:V(0,1)dbl:(26,4)arid_ptr:(17,2)ptr:(2,3)scv:(5,17)i:(0,1)j:(0,1)narrs:(0,1)newArrival:(5,15)sta:(2,3)chan:(2,3)time:(0,10)deltime:(0,10)phase:(2,3)ap0time:(0,10)ap1time:(0,10)ap0amp:(0,10)ap1amp:(0,10)ituple:(0,1)arids_compare:F(0,1)ptr1:p(17,2)ptr2:p(17,2)put_arrival:F(5,15)gpl:p(29,17)arrival_id:p(5,15)trace_index:p(0,1)delete_flg:p(0,1)add_flg:p(0,1)gpl_arrival:p(0,18)scv:(5,17)dt:(37,1)string:(29,12)fm_str:(29,12)etime:(0,1)gpl_trace:(29,1)ap0amp:(0,10)ap1amp:(0,10)ap0time:(0,10)ap1time:(0,10)amp:(0,10)per:(0,10)arrivalIndex:(0,1)ftime:(0,10)deltime:(0,10)twin_ap:(0,10)phase:(2,3)fm:(2,3)line:(29,13)get_param:F(0,1)gpl_trace:p(0,19)=*(29,1)ftime:p(0,10)twin_ap:p(0,10)fm_str:p(2,3)i:(0,1)amp:(0,9)amp0:(0,9)ampm1:(0,9)ampp1:(0,9)time:(0,10)ap_to_box:F(0,1)scv:p(5,17)iarr:p(0,1)ap0time:p(26,8)ap1time:p(26,8)ap0amp:p(26,8)ap1amp:p(26,8)narrs:(0,1)iseg:(0,1)amp:(0,10)per:(0,10)phase:(2,3)type:(2,3)response:(26,4)omega:(0,10)real:(0,10)imag:(0,10)oresp:(0,10)resp:(0,10)box_to_ap:F(0,1)scv:p(5,17)arr:p(5,15)ap0time:p(0,10)ap1time:p(0,10)ap0amp:p(0,10)ap1amp:p(0,10)amp:p(26,8)per:p(26,8)i:(0,1)narrs:(0,1)iseg:(0,1)phase:(2,3)type:(2,3)response:(26,4)omega:(0,10)real:(0,10)imag:(0,10)oresp:(0,10)resp:(0,10)calib:(0,9)get_trace.o/export/jspc/sw/src/bin/db/dbpick/get_trace.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/sw/loc/include/scv2.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/machine/devaddr.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(6,1)=s12sv_handler:(6,2)=*(6,3)=f(0,11),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(6,4)=s8ss_sp:(6,5)=*(0,2),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(6,6)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(6,7)=ar(0,1);0;30;(6,5),288,992;sc_wbuf:(6,8)=ar(0,1);0;30;(6,9)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(6,10)=s12sa_handler:(6,2),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(9,1)=s4r:(9,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(9,3)=*(9,1)label_t:T(9,4)=s8val:(9,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(9,4)_quad_t:T(9,6)=s8val:(9,5),0,64;;quad_t:t(9,6)daddr_t:t(0,1)caddr_t:t(6,5)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(6,5)fd_mask:t(0,1)fd_set:T(9,7)=s32fds_bits:(9,8)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(9,7)/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(16,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(6,5)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hsingle:t(0,9)extended:t(18,1)=ar(0,1);0;2;(0,8)quadruple:t(18,2)=s16u:(18,3)=ar(0,1);0;3;(0,8),0,128;;fp_exception_field_type:t(0,8)sigfpe_code_type:t(0,1)sigfpe_handler_type:t(6,2)fp_direction:G(19,1)fp_precision:G(19,2)fp_accrued_exceptions:G(0,8)decimal_string:t(18,4)=ar(0,1);0;511;(0,2)decimal_record:t(18,5)=s532fpclass:(19,4),0,32;sign:(0,1),32,32;exponent:(0,1),64,32;ds:(18,4),96,4096;more:(0,1),4192,32;ndigits:(0,1),4224,32;;decimal_form:T(18,6)=efixed_form:0,floating_form:1,;decimal_mode:t(18,7)=s12rd:(19,1),0,32;df:(18,6),32,32;ndigits:(0,1),64,32;;decimal_string_form:T(18,8)=einvalid_form:0,whitespace_form:1,fixed_int_form:2,fixed_intdot_form:3,fixed_dotfrac_form:4,fixed_intdotfrac_form:5,floating_int_form:6,floating_intdot_form:7,\floating_dotfrac_form:8,floating_intdotfrac_form:9,inf_form:10,infinity_form:11,nan_form:12,nanstring_form:13,;ieee_handlers:G(18,9)=ar(0,1);0;4;(6,2)errno:G(0,1)fp_pi_type:T(17,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(17,1)exception:T(17,2)=s32type:(0,1),0,32;name:(6,5),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)/sw/loc/include/errlog.hProgram_Name:G(6,5)/sw/loc/include/arrays.hTbl:T(21,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(21,2)=*(6,5),64,32;;Tbl:t(21,1)Arr:T(21,3)=s8root:(6,5),0,32;cmp:(21,4)=*(21,5)=f(0,1),32,32;;Arr:t(21,3)Stbl:T(21,6)=s16tbl:(21,7)=*(21,1),0,32;root:(6,5),32,32;cmp:(21,4),64,32;changed:(0,1),96,32;;Stbl:t(21,6)/sw/loc/include/pf.hPfvalue:t(22,1)=u4s:(6,5),0,32;arr:(22,2)=*(21,3),0,32;tbl:(21,7),0,32;;Pf:T(22,3)=s8type:(0,1),0,32;value:(22,1),32,32;;Pf:t(22,3)optarg:G(6,5)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(14,1)=s16name:(6,5),0,32;has_arg:(0,1),32,32;flag:(14,2)=*(0,1),64,32;val:(0,1),96,32;;Dbptr:T(13,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(13,1)Dbvalue:T(13,2)=u1024t:(6,5),0,32;s:(13,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(21,7),0,32;arr:(22,2),0,32;;Dbvalue:t(13,2)Exvalue:T(13,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(6,5),0,32;p:(13,6)=*(13,5)=xsre_pattern_buffer:,0,32;fi:(21,4),0,32;fd:(13,7)=*(13,8)=f(0,10),0,32;fs:(13,9)=*(13,10)=f(6,5),0,32;;Exvalue:t(13,4)Expression:T(13,11)=s32left:(13,12)=*(13,11),0,32;right:(13,12),32,32;x3:(13,12),64,32;x4:(13,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(13,4),192,64;;Expression:t(13,11)dbinvalid:G(13,1)/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.hResponse_group:T(25,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(25,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(25,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(21,7),640,32;parameters:(22,2),672,32;private:(25,4)=*(0,11),704,32;;Response_group:t(25,1)Response:T(25,5)=s16ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(25,6)=*(25,1),64,32;dfile:(6,5),96,32;;Response:t(25,5)Fir:T(25,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(25,8)=*(0,10),192,32;num_coef_errors:(25,8),224,32;den_coefs:(25,8),256,32;den_coef_errors:(25,8),288,32;;Fir:t(25,7)Paz:T(25,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(25,10)=*(26,2),192,32;pole_errors:(25,10),224,32;zeros:(25,10),256,32;zero_errors:(25,10),288,32;;Paz:t(25,9)Iir:T(25,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(25,10),192,32;pole_errors:(25,10),224,32;zeros:(25,10),256,32;zero_errors:(25,10),288,32;;Iir:t(25,11)scv_segments_:T(2,1)=s200ituple:(0,1),0,32;exist:(0,1),32,32;nbad:(0,1),64,32;tstart:(0,10),128,64;tend:(0,10),192,64;nsamps:(0,1),256,32;dt:(0,10),320,64;ctype:(2,2)=ar(0,1);0;4;(0,2),384,40;\descrip:(2,3)=ar(0,1);0;50;(0,2),424,408;hang:(0,10),832,64;vang:(0,10),896,64;depth:(0,10),960,64;inid:(0,1),1024,32;chanid:(0,1),1056,32;calib:(0,9),1088,32;calper:(0,9),1120,32;\data_format:(2,4)=ar(0,1);0;7;(0,2),1152,64;data_type:(2,4),1216,64;input_units:(2,4),1280,64;output_units:(2,4),1344,64;tshift:(0,10),1408,64;response:(2,5)=*(25,5),1472,32;responsefile:(6,5),1504,32;data:(2,6)=*(0,9),1536,32;raw_data:(25,4),1568,32;;SCVSegment:t(2,1)scv_arrival_:T(2,7)=s64ituple:(0,1),0,32;time:(0,10),64,64;deltime:(0,10),128,64;amp:(0,10),192,64;per:(0,10),256,64;phase:(2,4),320,64;fm:(2,9)=ar(0,1);0;3;(0,2),384,32;quality:(2,9),416,32;scv:(2,10)=*(2,8)=xssta_chan_view_:,448,32;;SCVArrival:t(2,7)sta_chan_view_:T(2,8)=s208id:(0,1),0,32;dbl:(2,11)=*(13,1),32,32;sta:(2,12)=ar(0,1);0;31;(0,2),64,256;chan:(2,12),320,256;chana:(2,12),576,256;tstart:(0,10),832,64;tend:(0,10),896,64;lat:(0,10),960,64;\lon:(0,10),1024,64;elev:(0,10),1088,64;deast:(0,10),1152,64;dnorth:(0,10),1216,64;delev:(0,10),1280,64;nsamps:(0,1),1344,32;nsegs:(0,1),1376,32;segments_size:(0,1),1408,32;\rel_wfdisc:(2,11),1440,32;segments:(2,13)=*(2,1),1472,32;narrivals:(0,1),1504,32;arrivals_size:(0,1),1536,32;rel_arrival:(2,11),1568,32;arrivals:(2,14)=*(2,15)=*(2,7),1600,32;;SCV:t(2,8)trace_:T(2,16)=s104scv:(2,17)=*(2,8),0,32;tstart:(0,10),64,64;dt:(0,10),128,64;nsamps:(0,1),192,32;calib:(0,9),224,32;calper:(0,9),256,32;rawdata_format:(2,4),288,64;rawdata_type:(2,4),352,64;\input_units:(2,4),416,64;output_units:(2,4),480,64;data:(2,6),544,32;data_free:(2,6),576,32;data_malloc:(0,1),608,32;raw_data:(25,4),640,32;rawdata_free:(2,18)=*(0,4),672,32;rawdata_malloc:(0,1),704,32;\prev:(2,19)=*(2,16),736,32;next:(2,19),768,32;;Trace:t(2,16)/sw/loc/include/gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/openwin/include/X11/X.h_XExtData:T(30,1)=s16number:(0,1),0,32;next:(30,2)=*(30,1),32,32;free_private:(21,4),64,32;private_data:(6,5),96,32;;XExtData:t(30,1)XExtCodes:t(30,3)=s16extension:(0,1),0,32;major_opcode:(0,1),32,32;first_event:(0,1),64,32;first_error:(0,1),96,32;;_XExten:T(30,4)=s60next:(30,5)=*(30,4),0,32;codes:(30,3),32,128;create_GC:(21,4),160,32;copy_GC:(21,4),192,32;flush_GC:(21,4),224,32;free_GC:(21,4),256,32;create_Font:(21,4),288,32;free_Font:(21,4),320,32;\close_display:(21,4),352,32;error:(21,4),384,32;error_string:(13,9),416,32;name:(6,5),448,32;;_XExtension:t(30,4)XPixmapFormatValues:t(30,6)=s12depth:(0,1),0,32;bits_per_pixel:(0,1),32,32;scanline_pad:(0,1),64,32;;XGCValues:t(30,7)=s92function:(0,1),0,32;plane_mask:(0,8),32,32;foreground:(0,8),64,32;background:(0,8),96,32;line_width:(0,1),128,32;line_style:(0,1),160,32;cap_style:(0,1),192,32;join_style:(0,1),224,32;\fill_style:(0,1),256,32;fill_rule:(0,1),288,32;arc_mode:(0,1),320,32;tile:(0,8),352,32;stipple:(0,8),384,32;ts_x_origin:(0,1),416,32;ts_y_origin:(0,1),448,32;font:(0,8),480,32;\subwindow_mode:(0,1),512,32;graphics_exposures:(0,1),544,32;clip_x_origin:(0,1),576,32;clip_y_origin:(0,1),608,32;clip_mask:(0,8),640,32;dash_offset:(0,1),672,32;dashes:(0,2),704,8;;_XGC:T(30,8)=s112ext_data:(30,2),0,32;gid:(0,8),32,32;rects:(0,1),64,32;dashes:(0,1),96,32;dirty:(0,8),128,32;values:(30,7),160,736;;GC:t(30,9)=*(30,8)Visual:t(30,10)=s32ext_data:(30,2),0,32;visualid:(0,8),32,32;class:(0,1),64,32;red_mask:(0,8),96,32;green_mask:(0,8),128,32;blue_mask:(0,8),160,32;bits_per_rgb:(0,1),192,32;map_entries:(0,1),224,32;;Depth:t(30,11)=s12depth:(0,1),0,32;nvisuals:(0,1),32,32;visuals:(30,12)=*(30,10),64,32;;Screen:t(30,14)=s80ext_data:(30,2),0,32;display:(30,15)=*(30,13)=xs_XDisplay:,32,32;root:(0,8),64,32;width:(0,1),96,32;height:(0,1),128,32;mwidth:(0,1),160,32;mheight:(0,1),192,32;ndepths:(0,1),224,32;\depths:(30,16)=*(30,11),256,32;root_depth:(0,1),288,32;root_visual:(30,12),320,32;default_gc:(30,9),352,32;cmap:(0,8),384,32;white_pixel:(0,8),416,32;black_pixel:(0,8),448,32;max_maps:(0,1),480,32;\min_maps:(0,1),512,32;backing_store:(0,1),544,32;save_unders:(0,1),576,32;root_input_mask:(0,1),608,32;;ScreenFormat:t(30,17)=s16ext_data:(30,2),0,32;depth:(0,1),32,32;bits_per_pixel:(0,1),64,32;scanline_pad:(0,1),96,32;;XSetWindowAttributes:t(30,18)=s60background_pixmap:(0,8),0,32;background_pixel:(0,8),32,32;border_pixmap:(0,8),64,32;border_pixel:(0,8),96,32;bit_gravity:(0,1),128,32;win_gravity:(0,1),160,32;backing_store:(0,1),192,32;backing_planes:(0,8),224,32;\backing_pixel:(0,8),256,32;save_under:(0,1),288,32;event_mask:(0,1),320,32;do_not_propagate_mask:(0,1),352,32;override_redirect:(0,1),384,32;colormap:(0,8),416,32;cursor:(0,8),448,32;;XWindowAttributes:t(30,19)=s92x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;depth:(0,1),160,32;visual:(30,12),192,32;root:(0,8),224,32;\class:(0,1),256,32;bit_gravity:(0,1),288,32;win_gravity:(0,1),320,32;backing_store:(0,1),352,32;backing_planes:(0,8),384,32;backing_pixel:(0,8),416,32;save_under:(0,1),448,32;colormap:(0,8),480,32;\map_installed:(0,1),512,32;map_state:(0,1),544,32;all_event_masks:(0,1),576,32;your_event_mask:(0,1),608,32;do_not_propagate_mask:(0,1),640,32;override_redirect:(0,1),672,32;screen:(30,20)=*(30,14),704,32;;XHostAddress:t(30,21)=s12family:(0,1),0,32;length:(0,1),32,32;address:(6,5),64,32;;funcs:T(30,23)=s24create_image:(30,24)=*(30,25)=f(30,26)=*(30,22)=xs_XImage:,0,32;destroy_image:(21,4),32,32;get_pixel:(30,27)=*(30,28)=f(0,8),64,32;put_pixel:(21,4),96,32;sub_image:(30,24),128,32;add_pixel:(21,4),160,32;;_XImage:T(30,22)=s88width:(0,1),0,32;height:(0,1),32,32;xoffset:(0,1),64,32;format:(0,1),96,32;data:(6,5),128,32;byte_order:(0,1),160,32;bitmap_unit:(0,1),192,32;bitmap_bit_order:(0,1),224,32;\bitmap_pad:(0,1),256,32;depth:(0,1),288,32;bytes_per_line:(0,1),320,32;bits_per_pixel:(0,1),352,32;red_mask:(0,8),384,32;green_mask:(0,8),416,32;blue_mask:(0,8),448,32;obdata:(6,5),480,32;f:(30,23),512,192;;XImage:t(30,22)XWindowChanges:t(30,29)=s28x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;sibling:(0,8),160,32;stack_mode:(0,1),192,32;;XColor:t(30,30)=s12pixel:(0,8),0,32;red:(0,6),32,16;green:(0,6),48,16;blue:(0,6),64,16;flags:(0,2),80,8;pad:(0,2),88,8;;XSegment:t(30,31)=s8x1:(0,4),0,16;y1:(0,4),16,16;x2:(0,4),32,16;y2:(0,4),48,16;;XPoint:t(30,32)=s4x:(0,4),0,16;y:(0,4),16,16;;XRectangle:t(30,33)=s8x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;;XArc:t(30,34)=s12x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;angle1:(0,4),64,16;angle2:(0,4),80,16;;XKeyboardControl:t(30,35)=s32key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,1),64,32;bell_duration:(0,1),96,32;led:(0,1),128,32;led_mode:(0,1),160,32;key:(0,1),192,32;auto_repeat_mode:(0,1),224,32;;XKeyboardState:t(30,36)=s56key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,8),64,32;bell_duration:(0,8),96,32;led_mask:(0,8),128,32;global_auto_repeat:(0,1),160,32;auto_repeats:(2,12),192,256;;XTimeCoord:t(30,37)=s8time:(0,8),0,32;x:(0,4),32,16;y:(0,4),48,16;;XModifierKeymap:t(30,38)=s8max_keypermod:(0,1),0,32;modifiermap:(1,2),32,32;;_DisplayAtoms:T(30,39)=s24text:(0,8),0,32;wm_state:(0,8),32,32;wm_protocols:(0,8),64,32;wm_save_yourself:(0,8),96,32;wm_change_state:(0,8),128,32;wm_colormap_windows:(0,8),160,32;;_XDisplay:T(30,13)=s1252ext_data:(30,2),0,32;next:(30,43)=*(30,13),32,32;fd:(0,1),64,32;lock:(0,1),96,32;proto_major_version:(0,1),128,32;proto_minor_version:(0,1),160,32;vendor:(6,5),192,32;resource_base:(0,1),224,32;\resource_mask:(0,1),256,32;resource_id:(0,1),288,32;resource_shift:(0,1),320,32;resource_alloc:(30,27),352,32;byte_order:(0,1),384,32;bitmap_unit:(0,1),416,32;bitmap_pad:(0,1),448,32;bitmap_bit_order:(0,1),480,32;\nformats:(0,1),512,32;pixmap_format:(30,44)=*(30,17),544,32;vnumber:(0,1),576,32;release:(0,1),608,32;head:(30,45)=*(30,40)=xs_XSQEvent:,640,32;tail:(30,45),672,32;qlen:(0,1),704,32;last_request_read:(0,8),736,32;\request:(0,8),768,32;last_req:(6,5),800,32;buffer:(6,5),832,32;bufptr:(6,5),864,32;bufmax:(6,5),896,32;max_request_size:(0,8),928,32;db:(30,46)=*(30,41)=xs_XrmHashBucketRec:,960,32;synchandler:(21,4),992,32;\display_name:(6,5),1024,32;default_screen:(0,1),1056,32;nscreens:(0,1),1088,32;screens:(30,20),1120,32;motion_buffer:(0,8),1152,32;current:(0,8),1184,32;min_keycode:(0,1),1216,32;max_keycode:(0,1),1248,32;\keysyms:(30,47)=*(0,8),1280,32;modifiermap:(30,48)=*(30,38),1312,32;keysyms_per_keycode:(0,1),1344,32;xdefaults:(6,5),1376,32;scratch_buffer:(6,5),1408,32;scratch_length:(0,8),1440,32;ext_number:(0,1),1472,32;ext_procs:(30,5),1504,32;\event_vec:(30,49)=ar(0,1);0;127;(21,4),1536,4096;wire_vec:(30,49),5632,4096;lock_meaning:(0,8),9728,32;key_bindings:(30,50)=*(30,42)=xsXKeytrans:,9760,32;cursor_font:(0,8),9792,32;atoms:(30,51)=*(30,39),9824,32;reconfigure_wm_window:(30,52)=s12sequence_number:(0,1),0,32;old_handler:(21,4),32,32;succeeded:(0,1),64,32;;,9856,96;\flags:(0,8),9952,32;mode_switch:(0,8),9984,32;;Display:t(30,13)XKeyEvent:t(30,53)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;keycode:(0,8),416,32;same_screen:(0,1),448,32;;XKeyPressedEvent:t(30,53)XKeyReleasedEvent:t(30,53)XButtonEvent:t(30,54)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;button:(0,8),416,32;same_screen:(0,1),448,32;;XButtonPressedEvent:t(30,54)XButtonReleasedEvent:t(30,54)XMotionEvent:t(30,55)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;is_hint:(0,2),416,8;same_screen:(0,1),448,32;;XPointerMovedEvent:t(30,55)XCrossingEvent:t(30,56)=s68type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;mode:(0,1),384,32;detail:(0,1),416,32;same_screen:(0,1),448,32;focus:(0,1),480,32;state:(0,8),512,32;;XEnterWindowEvent:t(30,56)XLeaveWindowEvent:t(30,56)XFocusChangeEvent:t(30,57)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;window:(0,8),128,32;mode:(0,1),160,32;detail:(0,1),192,32;;XFocusInEvent:t(30,57)XFocusOutEvent:t(30,57)XKeymapEvent:t(30,58)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;window:(0,8),128,32;key_vector:(2,12),160,256;;XExposeEvent:t(30,59)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;window:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;;XGraphicsExposeEvent:t(30,60)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;drawable:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;major_code:(0,1),320,32;minor_code:(0,1),352,32;;XNoExposeEvent:t(30,61)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;drawable:(0,8),128,32;major_code:(0,1),160,32;minor_code:(0,1),192,32;;XVisibilityEvent:t(30,62)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;window:(0,8),128,32;state:(0,1),160,32;;XCreateWindowEvent:t(30,63)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;override_redirect:(0,1),352,32;;XDestroyWindowEvent:t(30,64)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;event:(0,8),128,32;window:(0,8),160,32;;XUnmapEvent:t(30,65)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;event:(0,8),128,32;window:(0,8),160,32;from_configure:(0,1),192,32;;XMapEvent:t(30,66)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;event:(0,8),128,32;window:(0,8),160,32;override_redirect:(0,1),192,32;;XMapRequestEvent:t(30,67)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;parent:(0,8),128,32;window:(0,8),160,32;;XReparentEvent:t(30,68)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;event:(0,8),128,32;window:(0,8),160,32;parent:(0,8),192,32;x:(0,1),224,32;\y:(0,1),256,32;override_redirect:(0,1),288,32;;XConfigureEvent:t(30,69)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;override_redirect:(0,1),384,32;;XGravityEvent:t(30,70)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;;XResizeRequestEvent:t(30,71)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;window:(0,8),128,32;width:(0,1),160,32;height:(0,1),192,32;;XConfigureRequestEvent:t(30,72)=s56type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;detail:(0,1),384,32;value_mask:(0,8),416,32;;XCirculateEvent:t(30,73)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;event:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XCirculateRequestEvent:t(30,74)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;parent:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XPropertyEvent:t(30,75)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;window:(0,8),128,32;atom:(0,8),160,32;time:(0,8),192,32;state:(0,1),224,32;;XSelectionClearEvent:t(30,76)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;window:(0,8),128,32;selection:(0,8),160,32;time:(0,8),192,32;;XSelectionRequestEvent:t(30,77)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;owner:(0,8),128,32;requestor:(0,8),160,32;selection:(0,8),192,32;target:(0,8),224,32;\property:(0,8),256,32;time:(0,8),288,32;;XSelectionEvent:t(30,78)=s36type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;requestor:(0,8),128,32;selection:(0,8),160,32;target:(0,8),192,32;property:(0,8),224,32;time:(0,8),256,32;;XColormapEvent:t(30,79)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;window:(0,8),128,32;colormap:(0,8),160,32;new:(0,1),192,32;state:(0,1),224,32;;XClientMessageEvent:t(30,80)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;window:(0,8),128,32;message_type:(0,8),160,32;format:(0,1),192,32;data:(30,81)=u20b:(30,82)=ar(0,1);0;19;(0,2),0,160;\s:(30,83)=ar(0,1);0;9;(0,4),0,160;l:(30,84)=ar(0,1);0;4;(0,1),0,160;;,224,160;;XMappingEvent:t(30,85)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;window:(0,8),128,32;request:(0,1),160,32;first_keycode:(0,1),192,32;count:(0,1),224,32;;XErrorEvent:t(30,86)=s20type:(0,1),0,32;display:(30,43),32,32;resourceid:(0,8),64,32;serial:(0,8),96,32;error_code:(0,5),128,8;request_code:(0,5),136,8;minor_code:(0,5),144,8;;XAnyEvent:t(30,87)=s20type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(30,43),96,32;window:(0,8),128,32;;_XEvent:T(30,88)=u96type:(0,1),0,32;xany:(30,87),0,160;xkey:(30,53),0,480;xbutton:(30,54),0,480;xmotion:(30,55),0,480;xcrossing:(30,56),0,544;xfocus:(30,57),0,224;xexpose:(30,59),0,320;\xgraphicsexpose:(30,60),0,384;xnoexpose:(30,61),0,224;xvisibility:(30,62),0,192;xcreatewindow:(30,63),0,384;xdestroywindow:(30,64),0,192;xunmap:(30,65),0,224;xmap:(30,66),0,224;xmaprequest:(30,67),0,192;\xreparent:(30,68),0,320;xconfigure:(30,69),0,416;xgravity:(30,70),0,256;xresizerequest:(30,71),0,224;xconfigurerequest:(30,72),0,448;xcirculate:(30,73),0,224;xcirculaterequest:(30,74),0,224;xproperty:(30,75),0,256;\xselectionclear:(30,76),0,224;xselectionrequest:(30,77),0,320;xselection:(30,78),0,288;xcolormap:(30,79),0,256;xclient:(30,80),0,384;xmapping:(30,85),0,256;xerror:(30,86),0,160;xkeymap:(30,58),0,416;pad:(30,89)=ar(0,1);0;23;(0,1),0,768;;XEvent:t(30,88)_XSQEvent:T(30,40)=s100next:(30,90)=*(30,40),0,32;event:(30,88),32,768;;_XQEvent:t(30,40)XCharStruct:t(30,91)=s12lbearing:(0,4),0,16;rbearing:(0,4),16,16;width:(0,4),32,16;ascent:(0,4),48,16;descent:(0,4),64,16;attributes:(0,6),80,16;;XFontProp:t(30,92)=s8name:(0,8),0,32;card32:(0,8),32,32;;XFontStruct:t(30,93)=s80ext_data:(30,2),0,32;fid:(0,8),32,32;direction:(0,8),64,32;min_char_or_byte2:(0,8),96,32;max_char_or_byte2:(0,8),128,32;min_byte1:(0,8),160,32;max_byte1:(0,8),192,32;all_chars_exist:(0,1),224,32;\default_char:(0,8),256,32;n_properties:(0,1),288,32;properties:(30,94)=*(30,92),320,32;min_bounds:(30,91),352,96;max_bounds:(30,91),448,96;per_char:(30,95)=*(30,91),544,32;ascent:(0,1),576,32;descent:(0,1),608,32;;XTextItem:t(30,96)=s16chars:(6,5),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XChar2b:t(30,97)=s2byte1:(0,5),0,8;byte2:(0,5),8,8;;XTextItem16:t(30,98)=s16chars:(30,99)=*(30,97),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XEDataObject:t(30,100)=u4display:(30,43),0,32;gc:(30,9),0,32;visual:(30,12),0,32;screen:(30,20),0,32;pixmap_format:(30,44),0,32;font:(30,101)=*(30,93),0,32;;XErrorHandler:t(21,4)XIOErrorHandler:t(21,4)_GC_rec:T(29,1)=s112gc:(30,9),0,32;ref_count:(0,4),32,16;num_cliprects:(0,1),64,32;valuemask:(0,8),96,32;values:(30,7),128,736;next:(29,2)=*(29,1),864,32;;GC_rec:t(29,1)pixlabel:T(29,3)=s12pixmap:(0,8),0,32;width:(0,1),32,32;height:(0,1),64,32;;Pixlabel:t(29,3)graphics_info:T(29,4)=s148dpy:(30,43),0,32;scrn:(0,1),32,32;depth:(0,8),64,32;glyphfont:(30,101),96,32;textfont:(30,101),128,32;three_d:(0,4),160,16;gc_rec:(29,5)=ar(0,1);0;8;(29,2),192,288;stipple_pixmaps:(18,1),480,96;\pixvals:(29,6)=ar(0,1);0;4;(0,8),576,160;button_height:(0,4),736,16;endcap_width:(0,4),752,16;sb_width:(0,4),768,16;sb_height:(0,4),784,16;abbrev_width:(0,4),800,16;slider_width:(0,4),816,16;slider_height:(0,4),832,16;\se_width:(0,4),848,16;se_height:(0,4),864,16;mm_width:(0,4),880,16;mm_height:(0,4),896,16;base_off:(0,4),912,16;slider_offset:(0,4),928,16;cb_width:(0,4),944,16;cb_height:(0,4),960,16;\pp_width:(0,4),976,16;pp_height:(0,4),992,16;gauge_width:(0,4),1008,16;gauge_height:(0,4),1024,16;textscbu_width:(0,4),1040,16;gauge_endcapOffset:(0,4),1056,16;numscbu_width:(0,4),1072,16;resize_arm_width:(0,4),1088,16;\abbsb_height:(0,4),1104,16;cable_offset:(0,4),1120,16;cable_width:(0,4),1136,16;point_size:(0,4),1152,16;;Graphics_info:t(29,4)ol_ll_:T(29,7)=s56parent:(29,9)=*(29,8)=xsol_:,0,32;last:(29,10)=*(29,7),32,32;next:(29,10),64,32;type:(0,1),96,32;name:(2,12),128,256;widget:(6,5),384,32;win:(0,8),416,32;;Ol_ll:t(29,7)ol_:T(29,8)=s36display:(30,43),0,32;depth:(0,1),32,32;visual:(30,12),64,32;cmap:(0,8),96,32;background:(0,1),128,32;hand_cursor:(0,8),160,32;gin:(29,11)=*(29,4),192,32;head:(29,10),224,32;tail:(29,10),256,32;;Ol:t(29,8)ol_button_:T(29,12)=s76parent:(29,10),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(2,12),224,256;\event_proc:(21,4),480,32;user_data:(25,4),512,32;user_data2:(25,4),544,32;toggle:(0,1),576,32;;OlButton:t(29,12)ol_menu_item_:T(29,14)=s60x:(0,1),0,32;y:(0,1),32,32;w:(0,1),64,32;h:(0,1),96,32;state:(0,1),128,32;on:(0,1),160,32;label:(2,12),192,256;pull_right:(29,15)=*(29,13)=xsol_menu_:,448,32;;ol_menu_:T(29,13)=s84parent:(29,10),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(2,12),224,256;\event_proc:(21,4),480,32;user_data:(25,4),512,32;user_data2:(25,4),544,32;win:(0,8),576,32;nitems:(0,1),608,32;items:(29,16)=*(29,14),640,32;;OlMenu:t(29,13)ol_scrollbar_:T(29,17)=s264parent:(29,10),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;anchor0_x:(0,1),160,32;anchor0_y:(0,1),192,32;anchor0_w:(0,1),224,32;\anchor0_h:(0,1),256,32;anchor1_x:(0,1),288,32;anchor1_y:(0,1),320,32;anchor1_w:(0,1),352,32;anchor1_h:(0,1),384,32;arrow0_x:(0,1),416,32;arrow0_y:(0,1),448,32;arrow0_w:(0,1),480,32;\arrow0_h:(0,1),512,32;arrow1_x:(0,1),544,32;arrow1_y:(0,1),576,32;arrow1_w:(0,1),608,32;arrow1_h:(0,1),640,32;elev_x:(0,1),672,32;elev_y:(0,1),704,32;elev_w:(0,1),736,32;\elev_h:(0,1),768,32;state:(0,1),800,32;state0:(0,1),832,32;state1:(0,1),864,32;x_old:(0,1),896,32;y_old:(0,1),928,32;on:(0,1),960,32;changed:(0,1),992,32;\horizontal:(0,1),1024,32;immediate:(0,1),1056,32;length:(0,1),1088,32;elev:(0,1),1120,32;min_elev:(0,1),1152,32;max_elev:(0,1),1184,32;elev_old:(0,1),1216,32;prop:(0,1),1248,32;\prop_length:(0,1),1280,32;win_x:(0,1),1312,32;win_y:(0,1),1344,32;win_dim:(0,1),1376,32;scroll_incr:(0,10),1408,64;full0:(0,10),1472,64;full1:(0,10),1536,64;view0:(0,10),1600,64;\view1:(0,10),1664,64;view0_old:(0,10),1728,64;view1_old:(0,10),1792,64;view0_last:(0,10),1856,64;view1_last:(0,10),1920,64;popup_menu:(29,18)=*(29,13),1984,32;scroll_proc:(21,4),2016,32;user_data:(25,4),2048,32;user_data2:(25,4),2080,32;;OlScrollbar:t(29,17)ol_box_:T(29,19)=s44parent:(29,10),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;gc:(30,9),224,32;\draw_proc:(21,4),256,32;user_data:(25,4),288,32;user_data2:(25,4),320,32;;OlBox:t(29,19)/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.hxcom_:T(33,1)=s796progname:(33,2)=ar(0,1);0;255;(0,2),0,2048;display:(30,43),2048,32;window:(0,8),2080,32;status:(0,1),2112,32;msg:(18,4),2144,4096;window_atom:(0,8),6240,32;status_atom:(0,8),6272,32;msg_atom:(0,8),6304,32;register_atom:(0,8),6336,32;;Xcom:t(33,1)gpl_trace:T(28,1)=s32id_string:(6,5),0,32;units:(6,5),32,32;uvar:(0,9),64,32;nsegs:(0,1),96,32;tstart:(25,8),128,32;dt:(25,8),160,32;nsamps:(14,2),192,32;data:(28,2)=*(2,6),224,32;;GPLTrace:t(28,1)gpl_arrival:T(28,3)=s104arrival_id:(25,4),0,32;time:(0,10),64,64;deltime:(0,10),128,64;ptime:(0,10),192,64;ap0time:(0,10),256,64;ap1time:(0,10),320,64;pamp:(0,9),384,32;ap0amp:(0,9),416,32;\ap1amp:(0,9),448,32;amp:(0,9),480,32;phase:(28,4)=ar(0,1);0;15;(0,2),512,128;fm:(2,4),640,64;quality:(2,4),704,64;overlay:(0,1),768,32;;GPLArrival:t(28,3)gpl_pane_:T(28,5)=s40parent:(28,7)=*(28,6)=xsgather_plot_:,0,32;type:(0,1),32,32;visible:(0,1),64,32;grab:(0,1),96,32;x:(0,1),128,32;y:(0,1),160,32;w:(0,1),192,32;h:(0,1),224,32;\background:(0,1),256,32;foreground:(0,1),288,32;;GPLPane:t(28,5)gpl_widgets_:T(28,9)=s12ol_widget:(6,5),0,32;type:(0,1),32,32;on:(0,1),64,32;;strace_:T(28,10)=s48trace_id:(25,4),0,32;ampwin:(0,9),32,32;amp0:(0,9),64,32;ascale:(0,9),96,32;t0:(0,10),128,64;xl:(0,1),192,32;xr:(0,1),224,32;yt:(0,1),256,32;\yb:(0,1),288,32;select:(0,1),320,32;display:(0,1),352,32;;gather_plot_:T(28,6)=s1480display:(30,43),0,32;screen:(0,1),32,32;visual:(30,12),64,32;depth:(0,1),96,32;cmap:(0,8),128,32;progname:(28,12)=ar(0,1);0;63;(0,2),160,512;title:(28,13)=ar(0,1);0;127;(0,2),672,1024;shutdown:(0,1),1696,32;\first:(0,1),1728,32;xcom:(28,14)=*(33,1),1760,32;fdcom:(0,1),1792,32;Static:(28,15)=*(28,8)=xsgather_plot_static_:,1824,32;ol:(28,16)=*(29,8),1856,32;box:(6,5),1888,32;overlays:(6,5),1920,32;gpl_mag:(28,17)=*(28,6),1952,32;\mag_win_w:(0,1),1984,32;mag_win_h:(0,1),2016,32;n_sln_wins:(0,1),2048,32;gpl_sln:(28,18)=*(28,17),2080,32;sln_win_w:(0,1),2112,32;sln_win_h:(0,1),2144,32;gpl_parent:(28,17),2176,32;user_data:(6,5),2208,32;\nwidgets:(0,1),2240,32;widgets:(28,19)=ar(0,1);0;19;(28,9),2272,1920;trace_menu:(29,18),4192,32;phase_menu:(29,18),4224,32;arrival_menu:(29,18),4256,32;uvar_scrollbar:(28,20)=*(29,17),4288,32;sta_scrollbar:(28,20),4320,32;time_scrollbar:(28,20),4352,32;\button_flags:(0,1),4384,32;label_foreground:(0,1),4416,32;label_background:(0,1),4448,32;uvar_foreground:(0,1),4480,32;trace_foreground:(0,1),4512,32;trace_background:(0,1),4544,32;gpl_win_visible:(0,1),4576,32;batch_on:(0,1),4608,32;\gpl_win:(0,8),4640,32;gpl_win_parent:(0,8),4672,32;gpl_win_gc:(30,9),4704,32;time_cursor_gc:(30,9),4736,32;time_line_gc:(30,9),4768,32;trace_bkg_gc:(30,9),4800,32;trace_frg_gc:(30,9),4832,32;trace_rect_gc:(30,9),4864,32;\label_bkg_gc:(30,9),4896,32;trace_moveout_gc:(30,9),4928,32;trace_arrival_gc:(30,9),4960,32;parent_pane:(28,5),4992,320;gpl_pane:(28,5),5312,320;gpl_win_x_fr:(0,9),5632,32;gpl_win_y_fr:(0,9),5664,32;gpl_win_w_fr:(0,9),5696,32;\gpl_win_h_fr:(0,9),5728,32;trace_pane:(28,5),5760,320;trace_pane_x_fr:(0,9),6080,32;trace_pane_y_fr:(0,9),6112,32;trace_pane_w_fr:(0,9),6144,32;trace_pane_h_fr:(0,9),6176,32;trace_pane_l_margin:(0,1),6208,32;trace_pane_r_margin:(0,1),6240,32;\trace_pane_t_margin:(0,1),6272,32;trace_pane_b_margin:(0,1),6304,32;widget_pane:(28,5),6336,320;uvar_scrl_pane:(28,5),6656,320;uvar_pane:(28,5),6976,320;sta_pane:(28,5),7296,320;sta_scrl_pane:(28,5),7616,320;time_pane:(28,5),7936,320;\status_pane:(28,5),8256,320;time_scrl_pane:(28,5),8576,320;trace_win_imm:(0,1),8896,32;trace_mouse_mode:(0,1),8928,32;trace_mouse_mode_old:(0,1),8960,32;trace_mouse_state:(0,1),8992,32;trace_mouse_xold:(0,1),9024,32;trace_mouse_yold:(0,1),9056,32;\trace_x_first:(0,1),9088,32;trace_y_first:(0,1),9120,32;arrival_select:(0,1),9152,32;arrival_edit:(0,1),9184,32;old_mask:(0,8),9216,32;time_cursor_ovls:(6,5),9248,32;time_flags:(0,8),9280,32;ntimes:(0,1),9312,32;\xtime:(0,1),9344,32;dxtime:(0,1),9376,32;ttime:(0,10),9408,64;dttime:(0,10),9472,64;tstime:(0,10),9536,64;uvar_flags:(0,8),9600,32;uvar_ordinal:(0,1),9632,32;nuvars:(0,1),9664,32;\yuvar:(0,1),9696,32;dyuvar:(0,1),9728,32;uuvar:(0,9),9760,32;duuvar:(0,9),9792,32;usuvar:(0,9),9824,32;sta_flags:(0,8),9856,32;trace_pixmap:(0,8),9888,32;trace_pixmap_gc:(30,9),9920,32;\trace_pixmap_gc2:(30,9),9952,32;trace_pixmap_w:(0,1),9984,32;trace_pixmap_h:(0,1),10016,32;trace_plot_mode:(0,1),10048,32;trace_overlay_mode:(0,1),10080,32;trace_moveout_mode:(0,1),10112,32;trace_moveout_t0:(0,10),10176,64;trace_moveout_slo:(0,9),10240,32;\trace_moveout_t0l:(0,10),10304,64;trace_moveout_slol:(0,9),10368,32;trace_filter_mode:(0,1),10400,32;trace_filter_index:(0,1),10432,32;trace_time_resize:(0,1),10464,32;trace_uvar_resize:(0,1),10496,32;t0:(0,10),10560,64;twin:(0,10),10624,64;\t0_full:(0,10),10688,64;twin_full:(0,10),10752,64;uvar_name:(6,5),10816,32;uvar0:(0,9),10848,32;uvarwin:(0,9),10880,32;uvar0_full:(0,9),10912,32;uvarwin_full:(0,9),10944,32;sta0:(0,1),10976,32;\stawin:(0,1),11008,32;stawin_full:(0,1),11040,32;trace_ht:(0,9),11072,32;trace_height:(0,9),11104,32;amp0:(0,9),11136,32;ampwin:(0,9),11168,32;gain:(0,9),11200,32;clip:(0,1),11232,32;\amp_scale_mode:(0,1),11264,32;agcwin:(0,9),11296,32;amp_uvar_mode:(0,1),11328,32;ntraces:(0,1),11360,32;traces:(28,21)=*(28,10),11392,32;tshift:(0,10),11456,64;arrfl_sel:(28,22)=*(28,11)=xsgpl_arrival_flag_:,11520,32;get_trace:(21,4),11552,32;\get_arrivals:(21,4),11584,32;get_arrs:(21,4),11616,32;put_arrival:(13,9),11648,32;put_arr:(13,9),11680,32;resize_proc:(21,4),11712,32;key_event_proc:(21,4),11744,32;sta_info:(21,4),11776,32;;GatherPlot:t(28,6)gather_plot_static_:T(28,8)=s380display:(30,43),0,32;screen:(0,1),32,32;visual:(30,12),64,32;depth:(0,1),96,32;cmap:(0,8),128,32;pixel:(0,8),160,32;pixel_cmpl:(0,8),192,32;red_pixel:(0,1),224,32;\yellow_pixel:(0,1),256,32;yellow2_pixel:(0,1),288,32;green_pixel:(0,1),320,32;blue_pixel:(0,1),352,32;gray_pixel:(0,1),384,32;gray_pixels:(28,24)=ar(0,1);0;31;(0,1),416,1024;chrom_pixels:(28,24),1440,1024;label_foreground:(0,1),2464,32;\label_background:(0,1),2496,32;uvar_foreground:(0,1),2528,32;trace_foreground:(0,1),2560,32;trace_background:(0,1),2592,32;arrival_foreground:(0,1),2624,32;arrival_background:(0,1),2656,32;sel_arrival_foreground:(0,1),2688,32;sel_arrival_background:(0,1),2720,32;\dotted_pixmap:(0,8),2752,32;trace_font:(30,101),2784,32;trace_font_small:(30,101),2816,32;normal_cursor:(0,8),2848,32;busy_cursor:(0,8),2880,32;hscrl_cursor:(0,8),2912,32;vscrl_cursor:(0,8),2944,32;filters:(28,25)=*(28,23)=xsgather_plot_filter_:,2976,32;nfilters:(0,1),3008,32;;gather_plot_filter_:T(28,23)=s72type:(0,1),0,32;label:(2,12),32,256;start_pad:(0,10),320,64;end_pad:(0,10),384,64;param1:(0,9),448,32;param2:(0,9),480,32;param3:(0,9),512,32;param4:(0,9),544,32;;gpl_arrival_flag_:T(28,11)=s128arrival_id:(25,4),0,32;strace:(28,21),32,32;gpl:(28,17),64,32;selected:(0,1),96,32;overlay:(0,1),128,32;pm:(0,8),160,32;h:(0,1),192,32;time:(0,10),256,64;\deltime:(0,10),320,64;deltime_box:(6,5),384,32;ptime:(0,10),448,64;ap0time:(0,10),512,64;ap1time:(0,10),576,64;pamp:(0,9),640,32;amp:(0,9),672,32;ap0amp:(0,9),704,32;\ap1amp:(0,9),736,32;ampper_box:(6,5),768,32;phase:(28,4),800,128;fm:(2,4),928,64;;gpl_arrival_flag:t(28,11)./get_trace.hscvs:G(0,13)=*(2,17)counts:G(0,1)show_wfs:G(0,1)delete_blank:G(0,1)process_gaps:G(2,12)get_trace:F(0,1)gpl:p(28,17)trace_index:p(0,1)t0:p(0,10)twin:p(0,10)npixels:p(0,1)gpl_trace:p(0,14)=*(28,1)id_string1:V(2,12)id_units1:V(2,12)tstart_array:V(0,15)=ar(0,1);0;999;(0,10)dt_array:V(0,15)nsamps_array:V(0,16)=ar(0,1);0;999;(0,1)data_array:V(0,17)=ar(0,1);0;999;(2,6)trace:V(2,19)tr:(2,19)blipa:(0,18)=ar(0,1);0;9;(0,9)nblips:(0,1)i:(0,1)j:(0,1)k:(0,1)ns:(0,1)sint_ptr:(2,18)lint_ptr:(14,2)flt_ptr:(2,6)calib:(0,9)frank:(0,1)first:V(0,1)ibad:(0,1)sta:(6,5)chan:(6,5)units:(6,5)nsegs:(0,1)tstart:(0,10)tend:(0,10)sta:(6,5)chan:(6,5)deglitch.ov.17v.18v.19VAR_SEG1/export/jspc/sw/src/bin/db/dbpick/deglitch.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;deglitch:F14ns:v3x:var3;1;1;6blipa:var3;1;10;6nblips:v3k:V3l:r3qf:V6rf:V6ki:V3tf:V6kp:r3lp:r3kq:r3lq:r3lr:V3idc:V3isf:V3iuf:V3ivf:V3anl:V6asl:V6kbt:r3xko:V6ins:V3dxp:V6dxq:V6kqt:V3nblipx:V3nsm1:V3dfacp:V6dfac:V6dxab:V6idcp:V3kanl:V3kbti:V3kbtx:V3dist.ov.17VAR_SEG1VAR_SEG2/export/jspc/sw/src/bin/db/dbpick/dist.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;dist:F14xlat1:v7xlong1:v7xlat2:v7xlong2:v7del:v7az:v7s:V7x:V7z:V7x1:V7z1:V7x2:V7y2:V7z2:V7pi:V7clat2:V7slat2:V7xpp:V7ypp:V7zpp:V7clat:V7slat:V7latlon:F14xlat1:v7xlong1:v7del:v7az:v7xlat2:v7xlong2:v7x2:V7y2:V7z2:V7xp:V7yp:V7dellong:V7sdel:V7clat:V7slat:V7dbassoc.o/export/jspc/sw/src/bin/db/dbpick/dbassoc.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/sw/loc/include/coords.harrival_:T(0,13)=s112sta:(0,14)=ar(0,1);0;7;(0,2),0,64;chan:(0,14),64,64;iphase:(0,14),128,64;phase:(0,14),192,64;time:(0,10),256,64;timeres:(0,10),320,64;predtime:(0,10),384,64;lat:(0,10),448,64;\lon:(0,10),512,64;elev:(0,10),576,64;delta:(0,10),640,64;esaz:(0,10),704,64;seaz:(0,10),768,64;arid:(0,1),832,32;orid:(0,1),864,32;;narrivals_show:G(0,1)show_arrivals:G(0,1)arrivals_show_:T(0,15)=s48magic:(0,1),0,32;sta:(0,14),32,64;chan:(0,14),96,64;phase:(0,16)=ar(0,1);0;15;(0,2),160,128;time:(0,10),320,64;;arrivals_show:G(0,17)=*(0,15)dbassoc:F(0,1)dbin:p(4,3)dbcat:p(4,3)timeres_P:p(0,10)timeres_S:p(0,10)irules:p(4,3)narids:p(0,1)arids:p(8,2)eorid:p(8,2)erec:p(8,2)dbi:(7,1)dbc:(7,1)norigins:(0,1)pred:(0,1)i:(0,1)n:(0,1)arrivals:(0,18)=*(0,13)tmin:(0,10)tmax:(0,10)etime:(0,10)elat:(0,10)elon:(0,10)edepth:(0,10)orid:(0,1)first:(0,1)best:(0,1)phases:(0,19)=ar(0,1);0;63;(0,2)rule:(4,3)meansq:(0,10)meansqmin:(0,10)record_keep:(0,1)rules:V(0,20)=ar(0,1);0;255;(0,2)write_assoc:F(0,1)narids:p(0,1)arrivals:p(0,18)pred:p(0,1)phase:V(5,6)i:(0,1)n:(0,1)assoc_event:F(0,1)nars:p(0,1)ars:p(0,18)orid:p(0,1)etime:p(0,10)elat:p(0,10)elon:p(0,10)edepth:p(0,10)timeres_P:p(0,10)timeres_S:p(0,10)phases:p(4,3)first:p(0,1)i:(0,1)j:(0,1)n:(0,1)nph:(0,1)times:(0,21)=*(0,10)phs:(13,2)timeres:(0,10)atimeres:(0,10)atimeresmin:(0,10)dist:F(0,1)lat1:p(0,10)lon1:p(0,10)lat2:p(0,10)lon2:p(0,10)del:p(0,21)az:p(0,21)clat:(0,10)slat:(0,10)clong:(0,10)slong:(0,10)clat2:(0,10)slat2:(0,10)s:(0,10)x1:(0,10)z1:(0,10)x2:(0,10)y2:(0,10)z2:(0,10)x:(0,10)z:(0,10)xpp:(0,10)ypp:(0,10)zpp:(0,10)fill_arrivals:F(0,1)dbi:p(7,1)dbi:r(7,1)narids:p(0,1)arids:p(8,2)arrivals:p(0,18)i:(0,1)j:(0,1)n:(0,1)nn:(0,1)arid:(0,1)cont:(0,1)stop:(0,1)sta:(0,16)lat:(0,10)lon:(0,10)elev:(0,10)SCV.o/auto/jspc/sw/src/lib/dataformat/scv2/SCV.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.hva_list:t(2,1)=*(0,2)./scv2.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(6,1)=s12sv_handler:(6,2)=*(6,3)=f(0,11),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(6,4)=s8ss_sp:(2,1),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(6,5)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(6,6)=ar(0,1);0;30;(2,1),288,992;sc_wbuf:(6,7)=ar(0,1);0;30;(6,8)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(6,9)=s12sa_handler:(6,2),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(9,1)=s4r:(9,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(9,3)=*(9,1)label_t:T(9,4)=s8val:(9,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(9,4)_quad_t:T(9,6)=s8val:(9,5),0,64;;quad_t:t(9,6)daddr_t:t(0,1)caddr_t:t(2,1)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(2,1)fd_mask:t(0,1)fd_set:T(9,7)=s32fds_bits:(9,8)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(9,7)/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(16,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(2,1)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hfp_pi_type:T(17,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(17,1)exception:T(17,2)=s32type:(0,1),0,32;name:(2,1),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)/sw/loc/include/errlog.hProgram_Name:G(2,1)/sw/loc/include/arrays.hTbl:T(21,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(21,2)=*(2,1),64,32;;Tbl:t(21,1)Arr:T(21,3)=s8root:(2,1),0,32;cmp:(21,4)=*(21,5)=f(0,1),32,32;;Arr:t(21,3)Stbl:T(21,6)=s16tbl:(21,7)=*(21,1),0,32;root:(2,1),32,32;cmp:(21,4),64,32;changed:(0,1),96,32;;Stbl:t(21,6)/sw/loc/include/pf.hPfvalue:t(22,1)=u4s:(2,1),0,32;arr:(22,2)=*(21,3),0,32;tbl:(21,7),0,32;;Pf:T(22,3)=s8type:(0,1),0,32;value:(22,1),32,32;;Pf:t(22,3)optarg:G(2,1)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(14,1)=s16name:(2,1),0,32;has_arg:(0,1),32,32;flag:(14,2)=*(0,1),64,32;val:(0,1),96,32;;Dbptr:T(13,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(13,1)Dbvalue:T(13,2)=u1024t:(2,1),0,32;s:(13,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(21,7),0,32;arr:(22,2),0,32;;Dbvalue:t(13,2)Exvalue:T(13,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(2,1),0,32;p:(13,6)=*(13,5)=xsre_pattern_buffer:,0,32;fi:(21,4),0,32;fd:(13,7)=*(13,8)=f(0,10),0,32;fs:(13,9)=*(13,10)=f(2,1),0,32;;Exvalue:t(13,4)Expression:T(13,11)=s32left:(13,12)=*(13,11),0,32;right:(13,12),32,32;x3:(13,12),64,32;x4:(13,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(13,4),192,64;;Expression:t(13,11)dbinvalid:G(13,1)/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.hResponse_group:T(25,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(25,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(25,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(21,7),640,32;parameters:(22,2),672,32;private:(25,4)=*(0,11),704,32;;Response_group:t(25,1)Response:T(25,5)=s16ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(25,6)=*(25,1),64,32;dfile:(2,1),96,32;;Response:t(25,5)Fir:T(25,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(25,8)=*(0,10),192,32;num_coef_errors:(25,8),224,32;den_coefs:(25,8),256,32;den_coef_errors:(25,8),288,32;;Fir:t(25,7)Paz:T(25,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(25,10)=*(26,2),192,32;pole_errors:(25,10),224,32;zeros:(25,10),256,32;zero_errors:(25,10),288,32;;Paz:t(25,9)Iir:T(25,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(25,10),192,32;pole_errors:(25,10),224,32;zeros:(25,10),256,32;zero_errors:(25,10),288,32;;Iir:t(25,11)scv_segments_:T(3,1)=s200ituple:(0,1),0,32;exist:(0,1),32,32;nbad:(0,1),64,32;tstart:(0,10),128,64;tend:(0,10),192,64;nsamps:(0,1),256,32;dt:(0,10),320,64;ctype:(3,2)=ar(0,1);0;4;(0,2),384,40;\descrip:(3,3)=ar(0,1);0;50;(0,2),424,408;hang:(0,10),832,64;vang:(0,10),896,64;depth:(0,10),960,64;inid:(0,1),1024,32;chanid:(0,1),1056,32;calib:(0,9),1088,32;calper:(0,9),1120,32;\data_format:(3,4)=ar(0,1);0;7;(0,2),1152,64;data_type:(3,4),1216,64;input_units:(3,4),1280,64;output_units:(3,4),1344,64;tshift:(0,10),1408,64;response:(3,5)=*(25,5),1472,32;responsefile:(2,1),1504,32;data:(3,6)=*(0,9),1536,32;raw_data:(25,4),1568,32;;SCVSegment:t(3,1)scv_arrival_:T(3,7)=s64ituple:(0,1),0,32;time:(0,10),64,64;deltime:(0,10),128,64;amp:(0,10),192,64;per:(0,10),256,64;phase:(3,4),320,64;fm:(3,9)=ar(0,1);0;3;(0,2),384,32;quality:(3,9),416,32;scv:(3,10)=*(3,8)=xssta_chan_view_:,448,32;;SCVArrival:t(3,7)sta_chan_view_:T(3,8)=s208id:(0,1),0,32;dbl:(3,11)=*(13,1),32,32;sta:(3,12)=ar(0,1);0;31;(0,2),64,256;chan:(3,12),320,256;chana:(3,12),576,256;tstart:(0,10),832,64;tend:(0,10),896,64;lat:(0,10),960,64;\lon:(0,10),1024,64;elev:(0,10),1088,64;deast:(0,10),1152,64;dnorth:(0,10),1216,64;delev:(0,10),1280,64;nsamps:(0,1),1344,32;nsegs:(0,1),1376,32;segments_size:(0,1),1408,32;\rel_wfdisc:(3,11),1440,32;segments:(3,13)=*(3,1),1472,32;narrivals:(0,1),1504,32;arrivals_size:(0,1),1536,32;rel_arrival:(3,11),1568,32;arrivals:(3,14)=*(3,15)=*(3,7),1600,32;;SCV:t(3,8)trace_:T(3,16)=s104scv:(3,17)=*(3,8),0,32;tstart:(0,10),64,64;dt:(0,10),128,64;nsamps:(0,1),192,32;calib:(0,9),224,32;calper:(0,9),256,32;rawdata_format:(3,4),288,64;rawdata_type:(3,4),352,64;\input_units:(3,4),416,64;output_units:(3,4),480,64;data:(3,6),544,32;data_free:(3,6),576,32;data_malloc:(0,1),608,32;raw_data:(25,4),640,32;rawdata_free:(3,18)=*(0,4),672,32;rawdata_malloc:(0,1),704,32;\prev:(3,19)=*(3,16),736,32;next:(3,19),768,32;;Trace:t(3,16)./scv2_p.hdate_time:T(28,1)=s48epoch:(0,10),0,64;date:(0,1),64,32;year:(0,1),96,32;month:(0,1),128,32;mname:(3,9),160,32;day:(0,1),192,32;doy:(0,1),224,32;hour:(0,1),256,32;\minute:(0,1),288,32;second:(0,9),320,32;;SCV_create:F(0,13)=*(3,17)schema:p(2,1)ndbs:p(0,1)dbnames:p(21,2)stachan_sift:p(2,1)tstart_sift:p(2,1)tend_sift:p(2,1)exist:p(0,1)nscvs:p(14,2)scvs:(0,13)dbl:(3,11)i:(0,1)j:(0,1)n:(0,1)nscvse:(0,1)esegs:(0,1)SCV_create_from_wftar:F(0,13)schema:p(2,1)ndbs:p(0,1)dbnames:p(21,2)stachan_sift:p(2,1)tstart_sift:p(2,1)tend_sift:p(2,1)tarnam_sift:p(2,1)fstart_sift:p(0,1)fend_sift:p(0,1)nscvs:p(14,2)dbl:(3,11)SCV_get:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)scv:(3,17)attr:(0,1)charp:(2,1)SCV_return:F(25,4)scv:p(3,17)attr:p(0,1)SCV_sift_stachan:F(0,13)nscvs:p(0,1)scvs:p(0,13)stachan_sift:p(2,1)nscvs_out:p(14,2)scvs_out:(0,13)i:(0,1)ret:(0,1)SCV_free_all:F(0,11)scvs:p(0,13)nscvs:p(0,1)i:(0,1)SCV_free:F(0,11)scv:p(3,17)i:(0,1)SCV_read_wfs:F(0,1)scv:p(3,17)schema:(2,1)SCV_read_rawwfs:F(0,1)scv:p(3,17)schema:(2,1)SCV_get_trace:F(3,19)scv:p(3,17)tstart:p(0,10)tend:p(0,10)schema:(2,1)SCV_get_rawtrace:F(3,19)scv:p(3,17)tstart:p(0,10)tend:p(0,10)schema:(2,1)SCV_get_rawtrace_nodata:F(3,19)scv:p(3,17)tstart:p(0,10)tend:p(0,10)schema:(2,1)SCV_free_trace:F(0,11)trace:p(3,19)ptr:(3,19)next:(3,19)SCV_get_arrival:F(3,15)__builtin_va_alist:p(0,1)args:(2,1)scv:(3,17)iarr:(0,1)attr:(0,1)charp:(2,1)ARR_get:F(3,15)__builtin_va_alist:p(0,1)args:(2,1)arr:(3,15)attr:(0,1)charp:(2,1)SCV_add_arrival:F(0,1)scv:p(3,17)time:p(0,10)schema:(2,1)SCV_put_arrival:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)scv:(3,17)iarr:(0,1)arr:(3,15)i:(0,1)attrid:(0,1)sval:(2,1)dval:(0,10)schema:(2,1)ARR_put:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)arr:(3,15)i:(0,1)attrid:(0,1)sval:(2,1)dval:(0,10)schema:(2,1)SCV_get_segment:F(3,13)__builtin_va_alist:p(0,1)args:(2,1)scv:(3,17)segIndex:(0,1)attr:(0,1)charg:(2,1)SCV_get_seg_from_time:F(0,1)scv:p(3,17)time:p(0,10)i:(0,1)SEG_return:F(25,4)seg:p(3,13)attr:p(0,1)charg:(2,1)scv_add_arrival:F(0,1)scv:p(3,17)time:p(0,10)arr_ptr:(3,15)i:(0,1)scv_time_compar:F(0,1)seg_tpl1:p(3,13)seg_tpl2:p(3,13)scv_time2_compar:F(0,1)arrival_tpl1:p(3,14)arrival_tpl2:p(3,14)SCV28.o/auto/jspc/sw/src/lib/dataformat/scv2/SCV28.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./scv2.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.hscv_segments_:T(2,1)=s200ituple:(0,1),0,32;exist:(0,1),32,32;nbad:(0,1),64,32;tstart:(0,10),128,64;tend:(0,10),192,64;nsamps:(0,1),256,32;dt:(0,10),320,64;ctype:(2,2)=ar(0,1);0;4;(0,2),384,40;\descrip:(2,3)=ar(0,1);0;50;(0,2),424,408;hang:(0,10),832,64;vang:(0,10),896,64;depth:(0,10),960,64;inid:(0,1),1024,32;chanid:(0,1),1056,32;calib:(0,9),1088,32;calper:(0,9),1120,32;\data_format:(2,4)=ar(0,1);0;7;(0,2),1152,64;data_type:(2,4),1216,64;input_units:(2,4),1280,64;output_units:(2,4),1344,64;tshift:(0,10),1408,64;response:(2,5)=*(24,5),1472,32;responsefile:(5,5),1504,32;data:(2,6)=*(0,9),1536,32;raw_data:(24,4),1568,32;;SCVSegment:t(2,1)scv_arrival_:T(2,7)=s64ituple:(0,1),0,32;time:(0,10),64,64;deltime:(0,10),128,64;amp:(0,10),192,64;per:(0,10),256,64;phase:(2,4),320,64;fm:(2,9)=ar(0,1);0;3;(0,2),384,32;quality:(2,9),416,32;scv:(2,10)=*(2,8)=xssta_chan_view_:,448,32;;SCVArrival:t(2,7)sta_chan_view_:T(2,8)=s208id:(0,1),0,32;dbl:(2,11)=*(12,1),32,32;sta:(2,12)=ar(0,1);0;31;(0,2),64,256;chan:(2,12),320,256;chana:(2,12),576,256;tstart:(0,10),832,64;tend:(0,10),896,64;lat:(0,10),960,64;\lon:(0,10),1024,64;elev:(0,10),1088,64;deast:(0,10),1152,64;dnorth:(0,10),1216,64;delev:(0,10),1280,64;nsamps:(0,1),1344,32;nsegs:(0,1),1376,32;segments_size:(0,1),1408,32;\rel_wfdisc:(2,11),1440,32;segments:(2,13)=*(2,1),1472,32;narrivals:(0,1),1504,32;arrivals_size:(0,1),1536,32;rel_arrival:(2,11),1568,32;arrivals:(2,14)=*(2,15)=*(2,7),1600,32;;SCV:t(2,8)trace_:T(2,16)=s104scv:(2,17)=*(2,8),0,32;tstart:(0,10),64,64;dt:(0,10),128,64;nsamps:(0,1),192,32;calib:(0,9),224,32;calper:(0,9),256,32;rawdata_format:(2,4),288,64;rawdata_type:(2,4),352,64;\input_units:(2,4),416,64;output_units:(2,4),480,64;data:(2,6),544,32;data_free:(2,6),576,32;data_malloc:(0,1),608,32;raw_data:(24,4),640,32;rawdata_free:(2,18)=*(0,4),672,32;rawdata_malloc:(0,1),704,32;\prev:(2,19)=*(2,16),736,32;next:(2,19),768,32;;Trace:t(2,16)./scv2_p.hSCV28_create:F(0,13)=*(2,17)dbl:p(2,11)stachan_sift:p(5,5)tstart_sift:p(5,5)tend_sift:p(5,5)nscvs:p(13,2)rel:(2,11)arrival_rel:(2,11)site_rel:(2,11)dbl_in:(2,11)i:(0,1)j:(0,1)k:(0,1)scv:(2,17)scvs:(0,13)tstart:(0,10)tend:(0,10)tstart_s:(0,10)tend_s:(0,10)ret:(0,1)used:(0,1)arr_ptr:(2,15)date_time:(27,1)ntuples:(0,1)nwfdisc:(0,1)narrival:(0,1)nsamp:(0,1)samprate:(0,9)sta:(0,14)=ar(0,1);0;15;(0,2)chan:(0,14)dfile:(2,12)dir:(0,15)=ar(0,1);0;63;(0,2)sta:(0,14)chan:(0,14)phase:(0,14)fm:(0,14)remark:(2,12)amp:(0,9)per:(0,9)deltime:(0,10)sta:(0,14)chan:(0,14)ondate:(0,1)offdate:(0,1)lat:(0,9)lon:(0,9)elev:(0,9)deast:(0,9)dnorth:(0,9)hang:(0,9)vang:(0,9)SCV28_create_from_wftar:F(0,13)dbl:p(2,11)stachan_sift:p(5,5)tstart_sift:p(5,5)tend_sift:p(5,5)tarnam_sift:p(5,5)fstart_sift:p(0,1)fend_sift:p(0,1)nscvs:p(13,2)rel:(2,11)arrival_rel:(2,11)site_rel:(2,11)dbl_in:(2,11)i:(0,1)j:(0,1)scv:(2,17)scvs:(0,13)tstart:(0,10)tend:(0,10)tstart_s:(0,10)tend_s:(0,10)ret:(0,1)used:(0,1)arr_ptr:(2,15)ntuples:(0,1)narrival:(0,1)nsite:(0,1)nsamp:(0,1)tpfile:(0,1)samprate:(0,9)sta:(0,14)chan:(0,14)tarnam:(2,12)sta:(0,14)chan:(0,14)phase:(0,14)sta:(0,14)chan:(0,14)k:(0,1)ondate:(0,1)offdate:(0,1)lat:(0,9)lon:(0,9)elev:(0,9)deast:(0,9)dnorth:(0,9)hang:(0,9)vang:(0,9)date_time:(27,1)SCV28_read_wfs:F(0,1)scv:p(2,17)i:(0,1)tstart_seg:(0,10)dt_seg:(0,10)nsamps_seg:(0,1)data_seg:(2,6)nbad:(0,1)badval:V(0,8)SCV28_get_trace:F(2,19)scv:p(2,17)tstart:p(0,10)tend:p(0,10)i:(0,1)j:(0,1)k:(0,1)tstart_seg:(0,10)dt_seg:(0,10)nsamps_seg:(0,1)data_seg:(2,6)head:(2,19)last:(2,19)next:(2,19)is:(0,1)ie:(0,1)ts:(0,10)te:(0,10)tss:(0,10)tee:(0,10)data_seg_malloc:(0,1)nbad:(0,1)int_seg:(0,16)=*(0,8)first:(0,1)badval:V(0,8)SCV28_add_arrival:F(0,1)scv:p(2,17)time:p(0,10)i:(0,1)arr:(2,15)/usr/include/varargs.hva_list:t(5,5)SCV28_put_arrival:F(0,1)__builtin_va_alist:p(0,1)args:(5,5)scv:(2,17)arr:(2,15)attrid:(0,1)ptr:(5,5)time:(0,10)dt:(27,1)string:(0,15)wfid:(0,1)chid:(0,1)i:(0,1)ARR28_put:F(0,1)__builtin_va_alist:p(0,1)args:(5,5)arr:(2,15)attrid:(0,1)ptr:(5,5)time:(0,10)dt:(27,1)string:(0,15)wfid:(0,1)chid:(0,1)i:(0,1)SCV30.o/auto/jspc/sw/src/lib/dataformat/scv2/SCV30.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./scv2.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.h./scv2_p.hscv2_nodata:G(0,1)SCV30_read_wfs:F(0,1)scv:p(2,17)rawflg:p(0,1)fltflg:p(0,1)i:(0,1)tstart_seg:(0,10)dt_seg:(0,10)nsamps_seg:(0,1)data_seg:(2,6)rawdata_seg:(24,4)nbad:(0,1)badval:V(0,8)SCV30_get_trace:F(2,19)scv:p(2,17)tstart:p(0,10)tend:p(0,10)rawflg:p(0,1)fltflg:p(0,1)i:(0,1)j:(0,1)k:(0,1)tstart_seg:(0,10)dt_seg:(0,10)nsamps_seg:(0,1)data_seg:(2,6)rawdata_seg:(24,4)head:(2,19)last:(2,19)next:(2,19)is:(0,1)ie:(0,1)ts:(0,10)te:(0,10)tss:(0,10)tee:(0,10)data_seg_malloc:(0,1)rawdata_seg_malloc:(0,1)nbad:(0,1)int_seg:(0,13)=*(0,8)first:(0,1)sint_ptr:(2,18)lint_ptr:(13,2)badval:V(0,8)SCV30_get_trace_nodata:F(2,19)scv:p(2,17)tstart:p(0,10)tend:p(0,10)rawflg:p(0,1)fltflg:p(0,1)tr:(2,19)SCV30_add_arrival:F(0,1)scv:p(2,17)time:p(0,10)i:(0,1)j:(0,1)n:(0,1)arr:(2,15)nextid:(0,1)str:(0,14)=ar(0,1);0;63;(0,2)/usr/include/varargs.hSCV30_put_arrival:F(0,1)__builtin_va_alist:p(0,1)args:(5,5)scv:(2,17)arr:(2,15)attrid:(0,1)ptr:(5,5)time:(0,10)dt:(27,1)wfid:(0,1)arid:(0,1)i:(0,1)ARR30_put:F(0,1)__builtin_va_alist:p(0,1)args:(5,5)arr:(2,15)attrid:(0,1)ptr:(5,5)time:(0,10)dt:(27,1)wfid:(0,1)arid:(0,1)i:(0,1)SCV30_create.o/auto/jspc/sw/src/lib/dataformat/scv2/SCV30_create.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/malloc.h/usr/include/string.h/usr/include/sys/stdtypes.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./scv2.h/usr/include/sys/param.h/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/stock.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.hscv_segments_:T(27,1)=s200ituple:(0,1),0,32;exist:(0,1),32,32;nbad:(0,1),64,32;tstart:(0,10),128,64;tend:(0,10),192,64;nsamps:(0,1),256,32;dt:(0,10),320,64;ctype:(27,2)=ar(0,1);0;4;(0,2),384,40;\descrip:(27,3)=ar(0,1);0;50;(0,2),424,408;hang:(0,10),832,64;vang:(0,10),896,64;depth:(0,10),960,64;inid:(0,1),1024,32;chanid:(0,1),1056,32;calib:(0,9),1088,32;calper:(0,9),1120,32;\data_format:(27,4)=ar(0,1);0;7;(0,2),1152,64;data_type:(27,4),1216,64;input_units:(27,4),1280,64;output_units:(27,4),1344,64;tshift:(0,10),1408,64;response:(27,5)=*(18,5),1472,32;responsefile:(3,7),1504,32;data:(27,6)=*(0,9),1536,32;raw_data:(18,4),1568,32;;SCVSegment:t(27,1)scv_arrival_:T(27,7)=s64ituple:(0,1),0,32;time:(0,10),64,64;deltime:(0,10),128,64;amp:(0,10),192,64;per:(0,10),256,64;phase:(27,4),320,64;fm:(27,9)=ar(0,1);0;3;(0,2),384,32;quality:(27,9),416,32;scv:(27,10)=*(27,8)=xssta_chan_view_:,448,32;;SCVArrival:t(27,7)sta_chan_view_:T(27,8)=s208id:(0,1),0,32;dbl:(27,11)=*(30,1),32,32;sta:(27,12)=ar(0,1);0;31;(0,2),64,256;chan:(27,12),320,256;chana:(27,12),576,256;tstart:(0,10),832,64;tend:(0,10),896,64;lat:(0,10),960,64;\lon:(0,10),1024,64;elev:(0,10),1088,64;deast:(0,10),1152,64;dnorth:(0,10),1216,64;delev:(0,10),1280,64;nsamps:(0,1),1344,32;nsegs:(0,1),1376,32;segments_size:(0,1),1408,32;\rel_wfdisc:(27,11),1440,32;segments:(27,13)=*(27,1),1472,32;narrivals:(0,1),1504,32;arrivals_size:(0,1),1536,32;rel_arrival:(27,11),1568,32;arrivals:(27,14)=*(27,15)=*(27,7),1600,32;;SCV:t(27,8)trace_:T(27,16)=s104scv:(27,17)=*(27,8),0,32;tstart:(0,10),64,64;dt:(0,10),128,64;nsamps:(0,1),192,32;calib:(0,9),224,32;calper:(0,9),256,32;rawdata_format:(27,4),288,64;rawdata_type:(27,4),352,64;\input_units:(27,4),416,64;output_units:(27,4),480,64;data:(27,6),544,32;data_free:(27,6),576,32;data_malloc:(0,1),608,32;raw_data:(18,4),640,32;rawdata_free:(27,18)=*(0,4),672,32;rawdata_malloc:(0,1),704,32;\prev:(27,19)=*(27,16),736,32;next:(27,19),768,32;;Trace:t(27,16)./scv2_p.h/sw/loc/include/stock.hSCV30_create:F(0,13)=*(27,17)dbl:p(27,11)stachan_sift:p(3,7)tstart_sift:p(3,7)tend_sift:p(3,7)nscvs:p(20,2)i:(0,1)scv:(27,17)scvs:(0,13)tstart_s:(0,10)tend_s:(0,10)stachan_s:(3,7)good_dbl:F(0,1)dbl:p(27,11)rel:(27,11)ok_sift_keys:F(0,1)tstart_sift:p(3,7)tstart_s:p(18,8)tend_sift:p(3,7)tend_s:p(18,8)stachan_sift:p(3,7)stachan_s:p(25,2)flag:(0,1)new_segment:F(0,1)scv:p(27,17)newseg:(0,1)new_scv:F(27,17)scvs:p(0,14)=*(0,13)nscvs:p(20,2)sta:p(3,7)chan:p(3,7)scv:(27,17)find_scv:F(27,17)scvs:p(0,14)nscvs:p(20,2)sta:p(3,7)chan:p(3,7)j:(0,1)get_wfdisc_info:F(0,1)dbl:p(27,11)tstart_s:p(0,10)tend_s:p(0,10)stachan_sift:p(3,7)scvs:p(0,14)nscvs:p(20,2)wfdisc_rel:(27,11)ituple:(0,1)nsamp:(0,1)samprate:(0,9)sta:(0,15)=ar(0,1);0;15;(0,2)chan:(0,15)datatype:(27,4)segtype:(27,4)dfile:(27,12)dir:(0,16)=ar(0,1);0;63;(0,2)tstart:(0,10)tend:(0,10)calib:(0,9)calper:(0,9)chanid:(0,1)scv:(27,17)isegment:(0,1)ntuples:(0,1)get_arrival_info:F(0,1)dbl:p(27,11)tstart_s:p(0,10)tend_s:p(0,10)stachan_sift:p(3,7)scvs:p(0,13)nscvs:p(20,2)arrival_rel:(27,11)scv:(27,17)ituple:(0,1)j:(0,1)sta:(0,15)chan:(0,15)phase:(0,15)fm:(0,15)tstart:(0,10)deltime:(0,9)amp:(0,9)per:(0,9)i:(0,1)ntuples:(0,1)new_arrival:F(0,1)scv:p(27,17)ituple:p(0,1)tstart:p(0,10)deltime:p(0,10)amp:p(0,10)per:p(0,10)phase:p(3,7)fm:p(3,7)arr_ptr:(27,15)get_site_info:F(0,1)dbl:p(27,11)tstart_s:p(0,10)tend_s:p(0,10)stachan_sift:p(3,7)scvs:p(0,13)nscvs:p(20,2)date_time:(35,1)sta:(0,15)ondate:(0,1)offdate:(0,1)lat:(0,9)lon:(0,9)elev:(0,9)deast:(0,9)dnorth:(0,9)ituple:(0,1)i:(0,1)site_rel:(27,11)ntuples:(0,1)get_sitechan_info:F(0,1)dbl:p(27,11)tstart_s:p(0,10)tend_s:p(0,10)stachan_sift:p(3,7)scvs:p(0,13)nscvs:p(20,2)i:(0,1)j:(0,1)sta:(0,15)chan:(0,15)k:(0,1)ondate:(0,1)offdate:(0,1)edepth:(0,9)hang:(0,9)vang:(0,9)chanid:(0,1)date_time:(35,1)sitechan_rel:(27,11)seg_ondate:(0,1)seg_offdate:(0,1)ntuples:(0,1)consistent_dates:F(0,1)chan_start:p(0,1)chan_end:p(0,1)seg_start:p(0,1)seg_end:p(0,1)flag:(0,1)get_sensor_info:F(0,1)dbl:p(27,11)tstart_s:p(0,10)tend_s:p(0,10)stachan_sift:p(3,7)scvs:p(0,13)nscvs:p(20,2)sensor_rel:(27,11)ituple:(0,1)iscv:(0,1)kseg:(0,1)inid:(0,1)chanid:(0,1)calratio:(0,9)calper:(0,9)tshift:(0,9)sta:(0,15)chan:(0,15)tstart:(0,10)endtime:(0,10)seg:(27,13)ntuples:(0,1)get_instrument_info:F(0,1)dbl:p(27,11)tstart_s:p(0,10)tend_s:p(0,10)stachan_sift:p(3,7)scvs:p(0,13)nscvs:p(20,2)instrument_rel:(27,11)ituple:(0,1)i:(0,1)k:(0,1)ncalib:(0,9)ncalper:(0,9)response:(27,5)responsefile:(3,7)dir:(0,17)=ar(0,1);0;64;(0,2)dfile:(0,18)=ar(0,1);0;32;(0,2)filename:(3,7)file:(0,19)=*(1,1)inid:(0,1)flag:(0,1)ntuples:(0,1)rl:V(18,4)SCV_tr.o/auto/jspc/sw/src/lib/dataformat/scv2/SCV_tr.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/memory.h./scv2.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.hSCV_trace_fixgaps:F(3,19)trace:p(3,19)how:p(6,5)tr:(3,19)trn:(3,19)trout:(3,19)i:(0,1)j:(0,1)first:(0,1)sint:(3,18)lint:(14,2)flt:(3,6)i0:(0,1)j:(0,1)idata:(0,1)fdata:(0,9)slopei:(0,9)slopef:(0,9)SCV_trace_fillgaps:F(3,19)trace:p(3,19)tr:(3,19)trout:(3,19)nsegs:(0,1)format:(3,4)dt:(0,10)tstart:(0,10)endtime:(0,10)xoff:(0,10)size:(0,1)sint:(3,18)sinti:(3,18)lint:(14,2)linti:(14,2)flt:(3,6)flti:(3,6)i:(0,1)ioff:(0,1)SCV_trace_glue:F(3,19)trace:p(3,19)tr:(3,19)trout:(3,19)trlast:(3,19)nsegs:(0,1)format:(3,4)dt:(0,10)srate:(0,10)tstart:(0,10)endtime:(0,10)xoff:(0,10)size:(0,1)i:(0,1)ioff:(0,1)last:(0,1)n:(0,1)isamp:(0,1)newsg:(0,1)SCV_trace_tofloat:F(3,19)trace:p(3,19)counts:p(0,1)tr:(3,19)sint:(3,18)lint:(14,2)flt:(3,6)i:(0,1)calib:(0,9)SCV_trace_toraw:F(3,19)trace:p(3,19)counts:p(0,1)tr:(3,19)size:(0,1)sint:(3,18)lint:(14,2)flt:(3,6)i:(0,1)calib:(0,9)x:(0,9)copytr:F(3,19)tr:p(3,19)trace:p(3,19)copydata:p(0,1)next:(3,19)size:(0,1)match_stachans./auto/jspc/sw/src/lib/dataformat/scv2/match_stachans.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(4,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(4,2)=*(0,2)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hfp_pi_type:T(5,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(5,1)exception:T(5,2)=s32type:(0,1),0,32;name:(4,2),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)/sw/loc/include/errlog.hProgram_Name:G(4,2)/sw/loc/include/arrays.hTbl:T(9,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(9,2)=*(4,2),64,32;;Tbl:t(9,1)Arr:T(9,3)=s8root:(4,2),0,32;cmp:(9,4)=*(9,5)=f(0,1),32,32;;Arr:t(9,3)Stbl:T(9,6)=s16tbl:(9,7)=*(9,1),0,32;root:(4,2),32,32;cmp:(9,4),64,32;changed:(0,1),96,32;;Stbl:t(9,6)/sw/loc/include/pf.hPfvalue:t(10,1)=u4s:(4,2),0,32;arr:(10,2)=*(9,3),0,32;tbl:(9,7),0,32;;Pf:T(10,3)=s8type:(0,1),0,32;value:(10,1),32,32;;Pf:t(10,3)optarg:G(4,2)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(2,1)=s16name:(4,2),0,32;has_arg:(0,1),32,32;flag:(2,2)=*(0,1),64,32;val:(0,1),96,32;;match_stachans:F(0,1)stachans:p(4,2)sta:p(4,2)chan:p(4,2)string:V(4,2)size_string:V(0,1)i:(0,1)l:(0,1)ilist:(0,1)ret:(0,1)ptr:(4,2)colon:(4,2)next:(4,2)match_string:F(0,1)spec:p(4,2)string:p(4,2)ret:(4,2)tmp_spec:V(6,6)fixfstring:F(4,2)s:p(4,2)n:p(0,1)new:(4,2)match_stachans_:F(0,1)stachans_:p(4,2)sta_:p(4,2)chan_:p(4,2)lenstachans:p(0,1)lensta:p(0,1)lenchan:p(0,1)stachans:(4,2)sta:(4,2)chan:(4,2)retcode:(0,1)reflist.o/auto/jspc/sw/src/lib/dataformat/scv2/reflist.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.hentry_:T(0,14)=s12ptr:(0,15)=*(0,11),0,32;nref:(0,1),32,32;nbytes:(0,1),64,32;;rl_:T(0,13)=s8nentries:(0,1),0,32;entries:(0,16)=*(0,17)=*(0,14),32,32;;RL:t(0,13)rl_create:F(0,15)rl:(0,18)=*(0,13)rl_destroy:F(0,11)rl:p(0,18)i:(0,1)rl_alloc:F(0,15)rl:p(0,18)buf:p(0,15)nbytes:p(0,1)ptr:(0,15)i:(0,1)rl_free:F(0,1)rl:p(0,18)ptr:p(0,15)i:(0,1)dbl.o_nids_idlist/auto/jspc/sw/src/lib/dataformat/db/dbl.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/stdio.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hDbptr:T(12,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(12,1)Dbvalue:T(12,2)=u1024t:(3,5),0,32;s:(12,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(20,7),0,32;arr:(21,2),0,32;;Dbvalue:t(12,2)Exvalue:T(12,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(3,5),0,32;p:(12,6)=*(12,5)=xsre_pattern_buffer:,0,32;fi:(20,4),0,32;fd:(12,7)=*(12,8)=f(0,10),0,32;fs:(12,9)=*(12,10)=f(3,5),0,32;;Exvalue:t(12,4)Expression:T(12,11)=s32left:(12,12)=*(12,11),0,32;right:(12,12),32,32;x3:(12,12),64,32;x4:(12,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(12,4),192,64;;Expression:t(12,11)dbinvalid:G(12,1)/sw/loc/include/stock.h./dbl2.h./db.h./db.h./db.hdb30_create:F(0,13)=*(12,1)dbname:p(3,5)db:(0,13)DBL_get_tuple:F(0,13)dbl:p(0,13)relid:p(3,5)ituple:p(0,1)db1:(0,13)Idlist:T(0,14)=s8table:(3,5),0,32;id:(3,5),32,32;;Idlist:t(0,14)idlist:S(0,15)=ar(0,1);0;9;(0,14)nids:S(0,1)DBL_add_tuple:F(0,1)dbl:p(0,13)relid:p(3,5)db1:(12,1)i:(0,1)nextid:(0,1)DBL_put_tuple:F(0,1)dbl:p(0,13)relid:p(3,5)tuple:p(0,13)db1:(12,1)temp:(12,3)DBL_get_nrels:F(0,1)dbl:p(0,13)n:(0,1)DBL_get_ntuples:F(0,1)dbl:p(0,13)relid:p(3,5)db1:(12,1)n:(0,1)DBL_exist_db:F(0,1)dbl:p(0,13)db1:(12,1)i:(0,1)ntables:(0,1)nrecords:(0,1)n:(0,1)DBL_exist_rel:F(0,1)dbl:p(0,13)relname:p(3,5)db1:(12,1)n:(0,1)get_wfdisc28_trace_data:F(0,1)DBL_get_rel:F(0,13)dbl:p(0,13)table:p(3,5)db:(0,13)DBL_compose_filename:F(3,5)rel:p(0,13)dir:p(3,5)dfile:p(3,5)fname:V(12,3)dirname:(3,5)DBL_check_file:F(0,1)rel:p(0,13)dir:p(3,5)dfile:p(3,5)fname:(3,5)DBL_get_attrs.o/export/jspc/sw/src/lib/dataformat/db/dbgetv.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.hentry:T(6,1)=s8key:(2,1),0,32;data:(2,1),32,32;;ENTRY:t(6,1)ACTION:t(6,2)=eFIND:0,ENTER:1,;VISIT:t(6,3)=epreorder:0,postorder:1,endorder:2,leaf:3,;./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hDbptr:T(7,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(7,1)Dbvalue:T(7,2)=u1024t:(2,1),0,32;s:(7,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(13,7),0,32;arr:(14,2),0,32;;Dbvalue:t(7,2)Exvalue:T(7,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(2,1),0,32;p:(7,6)=*(7,5)=xsre_pattern_buffer:,0,32;fi:(13,4),0,32;fd:(7,7)=*(7,8)=f(0,10),0,32;fs:(7,9)=*(7,10)=f(2,1),0,32;;Exvalue:t(7,4)Expression:T(7,11)=s32left:(7,12)=*(7,11),0,32;right:(7,12),32,32;x3:(7,12),64,32;x4:(7,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(7,4),192,64;;Expression:t(7,11)dbinvalid:G(7,1)./p_db.h./db.hDefault_schema:G(2,1)Default_dbpath:G(2,1)/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hDbkey_value:T(25,1)=u8d:(0,10),0,64;i:(0,1),0,32;;Dbkey_value:t(25,1)Dbkey:T(25,2)=s52db:(7,1),0,128;key_fields:(13,7),128,32;nkey_fields:(0,1),160,32;keytype:(0,1),192,32;fieldids:(8,2),224,32;expr:(25,3)=*(7,12),256,32;fieldtype:(8,2),288,32;key_value:(25,4)=*(25,1),320,32;\chardata:(2,1),352,32;chardatasize:(0,1),384,32;;Dbkey:t(25,2)Dbindex:T(25,5)=s52search_key:(25,6)=*(25,2),0,32;index_key:(25,6),32,32;index:(25,4),64,32;dbsorted:(7,1),96,128;per_key:(0,1),224,32;nrecords:(0,1),256,32;maxrecords:(0,1),288,32;chardata:(2,1),320,32;\chardatasize:(0,1),352,32;unique:(0,1),384,32;;Dbindex:t(25,5)Attribute:T(15,1)=s48name:(2,1),0,32;id:(0,1),32,32;size:(0,1),64,32;type:(0,1),96,32;link:(0,1),128,32;null:(2,1),160,32;fmt:(2,1),192,32;range:(2,1),224,32;\units:(2,1),256,32;desc:(2,1),288,32;detail:(2,1),320,32;relations:(13,7),352,32;;Attribute:t(15,1)Relation:T(15,2)=s100name:(2,1),0,32;id:(0,1),32,32;fldsep:(2,1),64,32;recsep:(2,1),96,32;size:(0,1),128,32;null:(2,1),160,32;fields_count:(0,1),192,32;fields_root:(14,2),224,32;\fields_tbl:(13,7),256,32;fieldnames_tbl:(13,7),288,32;primary_ids:(13,7),320,32;primary_keys:(13,7),352,32;alternate_ids:(13,7),384,32;alternate_keys:(13,7),416,32;foreign_ids:(13,7),448,32;foreign_keys:(13,7),480,32;\unique_name:(2,1),512,32;unique:(0,1),544,32;single:(0,1),576,32;desc:(2,1),608,32;detail:(2,1),640,32;view:(0,1),672,32;relnames_tbl:(13,7),704,32;rels_tbl:(13,7),736,32;rels_count:(0,1),768,32;;Relation:t(15,2)Schema:T(15,3)=s68name:(2,1),0,32;path:(2,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;desc:(2,1),128,32;detail:(2,1),160,32;id:(0,1),192,32;rels_count:(0,1),224,32;\attrs_count:(0,1),256,32;dbs_count:(0,1),288,32;attrs_root:(14,2),320,32;attrs_tbl:(13,7),352,32;links_tbl:(13,7),384,32;rels_root:(14,2),416,32;rels_tbl:(13,7),448,32;dbs_root:(14,2),480,32;dbs_tbl:(13,7),512,32;;Schema:t(15,3)Field:T(15,4)=s20name:(2,1),0,32;id:(0,1),32,32;relid:(0,1),64,32;disp:(0,1),96,32;attr:(15,5)=*(15,1),128,32;;Field:t(15,4)Table:T(15,6)=s80name:(2,1),0,32;path:(2,1),32,32;dir:(2,1),64,32;file:(15,7)=*(1,1),96,32;primary_index:(13,7),128,32;alternate_index:(13,7),160,32;info_index:(13,7),192,32;indexes:(13,7),224,32;\fd:(0,1),256,32;st_dev:(0,4),288,16;st_ino:(0,8),320,32;id:(0,1),352,32;count:(0,1),384,32;size:(0,1),416,32;maxsize:(0,1),448,32;dbindex:(15,8)=*(25,5),480,32;\writeable:(0,1),512,32;rel:(15,9)=*(15,2),544,32;data:(2,1),576,32;scratch:(2,1),608,32;;Table:t(15,6)Database:T(15,10)=s44name:(2,1),0,32;id:(0,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;schema:(15,11)=*(15,3),128,32;dbpath:(2,1),160,32;openperm:(2,1),192,32;desc:(2,1),224,32;\detail:(2,1),256,32;load_date:(0,1),288,32;tables_tbl:(13,7),320,32;;Database:t(15,10)Schemas_tbl:G(13,7)Databases_root:G(14,2)Databases_tbl:G(13,7)/sw/loc/include/errlog.hDBL_get_attrs:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)value:(0,13)=*(7,2)db:(7,1)relation:(15,9)database:(0,14)=*(15,10)attribute:(15,5)table:(0,15)=*(15,6)field:(0,16)=*(15,4)location:(2,1)length:(0,1)tablename:(2,1)fieldname:(2,1)retcode:(0,1)d:(0,10)fltptr:(0,17)=*(0,9)DBL_put_attrs.o/export/jspc/sw/src/lib/dataformat/db/dbputv.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.h/sw/loc/include/errlog.hDBL_put_attrs:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)value:(7,2)db:(7,1)relation:(15,9)database:(0,13)=*(15,10)attribute:(15,5)table:(0,14)=*(15,6)field:(0,15)=*(15,4)location:(2,1)length:(0,1)tablename:(2,1)fieldname:(2,1)retcode:(0,1)afloat:(0,9)dblwf.o_mult_factor/auto/jspc/sw/src/lib/dataformat/db/dblwf.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(13,1)=s12sv_handler:(13,2)=*(13,3)=f(0,11),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(13,4)=s8ss_sp:(6,7),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(13,5)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(13,6)=ar(0,1);0;30;(6,7),288,992;sc_wbuf:(13,7)=ar(0,1);0;30;(13,8)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(13,9)=s12sa_handler:(13,2),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/malloc.h./dbl2.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hDbptr:T(19,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(19,1)Dbvalue:T(19,2)=u1024t:(6,7),0,32;s:(19,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(27,7),0,32;arr:(28,2),0,32;;Dbvalue:t(19,2)Exvalue:T(19,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(6,7),0,32;p:(19,6)=*(19,5)=xsre_pattern_buffer:,0,32;fi:(27,4),0,32;fd:(19,7)=*(19,8)=f(0,10),0,32;fs:(19,9)=*(19,10)=f(6,7),0,32;;Exvalue:t(19,4)Expression:T(19,11)=s32left:(19,12)=*(19,11),0,32;right:(19,12),32,32;x3:(19,12),64,32;x4:(19,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(19,4),192,64;;Expression:t(19,11)dbinvalid:G(19,1)./db.h./db.hget_wfdisc30_trace_data:F(0,1)wfdisc_rel:p(0,13)=*(19,1)i_tuple:p(0,1)tstart:p(0,10)tend:p(0,10)badval:p(0,8)nbad:p(20,2)tstart_seg:p(0,14)=*(0,10)dt_seg:p(0,14)nsamps_seg:p(20,2)data_seg:p(0,15)=*(0,16)=*(0,9)rawdata_seg:p(0,17)=*(0,18)=*(0,11)tuple:(0,13)ts:(0,10)te:(0,10)is:(0,1)ie:(0,1)fname:V(19,3)temp:(0,19)=ar(0,1);0;31;(0,2)string:(0,20)=ar(0,1);0;129;(0,2)size_sample:(0,1)expand:(0,1)nbytes:(0,1)nseek:(0,1)ret:(0,1)i:(0,1)convert:(0,1)buf:(6,7)int_seg:(20,2)short_seg:(0,21)=*(0,4)uint_seg:(0,22)=*(0,8)raw:(0,1)db:(19,1)nsamp:(0,1)samprate:(0,10)calib:(0,10)datatype:(0,23)=ar(0,1);0;24;(0,2)foff:(0,1)file:(0,24)=*(1,1)sval1:V(0,4)sval2:V(0,4)lval1:V(0,1)lval2:V(0,1)#tmp0:(0,16)#tmp1:(0,16)getwf_:F(0,11)idbl:p(20,2)ituple:p(20,2)tstrt:p(0,14)tend:p(0,14)badval:p(0,22)nbad:p(20,2)tstart:p(0,14)dt:p(0,14)ns:p(20,2)nsmax:p(20,2)data:p(0,16)dbl:(0,13)db:(19,1)i_tuple:(0,1)n:(0,1)data_seg:(0,16)i:(0,1)putwf_:F(0,11)idbl:p(20,2)ituple:p(20,2)data:p(0,16)dbl:(0,13)i_tuple:(0,1)n:(0,1)ntuples:(0,1)nsamples:(0,1)data_seg:(0,16)i:(0,1)dtype:(0,25)=ar(0,1);0;99;(0,2)calib:(0,9)foff:(0,1)tuple:(0,13)fname:V(24,4)fd:(0,1)nout:(0,1)buf:(0,18)fbuf:(0,16)sbuf:(0,21)ibuf:(20,2)db:(19,1)mult_factor:S(0,26)=ar(0,1);0;3;(0,1)tg_g2_to_int:F(0,1)data:p(0,4)new_data:(0,1)i:(0,4)g2_to_flt:F(0,11)g:p(0,21)f:p(0,16)n:p(0,1)dbadd.o/auto/jspc/sw/src/lib/dataformat/db/dbadd.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.hentry:T(4,1)=s8key:(1,3),0,32;data:(1,3),32,32;;ENTRY:t(4,1)ACTION:t(4,2)=eFIND:0,ENTER:1,;VISIT:t(4,3)=epreorder:0,postorder:1,endorder:2,leaf:3,;/usr/include/stdio.h/usr/include/sys/mman.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/varargs.hva_list:t(1,3)./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hDbptr:T(19,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(19,1)Dbvalue:T(19,2)=u1024t:(1,3),0,32;s:(19,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(25,7),0,32;arr:(26,2),0,32;;Dbvalue:t(19,2)Exvalue:T(19,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(1,3),0,32;p:(19,6)=*(19,5)=xsre_pattern_buffer:,0,32;fi:(25,4),0,32;fd:(19,7)=*(19,8)=f(0,10),0,32;fs:(19,9)=*(19,10)=f(1,3),0,32;;Exvalue:t(19,4)Expression:T(19,11)=s32left:(19,12)=*(19,11),0,32;right:(19,12),32,32;x3:(19,12),64,32;x4:(19,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(19,4),192,64;;Expression:t(19,11)dbinvalid:G(19,1)/sw/loc/include/errlog.h./p_db.h./db.hDefault_schema:G(1,3)Default_dbpath:G(1,3)/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hDbkey_value:T(35,1)=u8d:(0,10),0,64;i:(0,1),0,32;;Dbkey_value:t(35,1)Dbkey:T(35,2)=s52db:(19,1),0,128;key_fields:(25,7),128,32;nkey_fields:(0,1),160,32;keytype:(0,1),192,32;fieldids:(20,2),224,32;expr:(35,3)=*(19,12),256,32;fieldtype:(20,2),288,32;key_value:(35,4)=*(35,1),320,32;\chardata:(1,3),352,32;chardatasize:(0,1),384,32;;Dbkey:t(35,2)Dbindex:T(35,5)=s52search_key:(35,6)=*(35,2),0,32;index_key:(35,6),32,32;index:(35,4),64,32;dbsorted:(19,1),96,128;per_key:(0,1),224,32;nrecords:(0,1),256,32;maxrecords:(0,1),288,32;chardata:(1,3),320,32;\chardatasize:(0,1),352,32;unique:(0,1),384,32;;Dbindex:t(35,5)Attribute:T(28,1)=s48name:(1,3),0,32;id:(0,1),32,32;size:(0,1),64,32;type:(0,1),96,32;link:(0,1),128,32;null:(1,3),160,32;fmt:(1,3),192,32;range:(1,3),224,32;\units:(1,3),256,32;desc:(1,3),288,32;detail:(1,3),320,32;relations:(25,7),352,32;;Attribute:t(28,1)Relation:T(28,2)=s100name:(1,3),0,32;id:(0,1),32,32;fldsep:(1,3),64,32;recsep:(1,3),96,32;size:(0,1),128,32;null:(1,3),160,32;fields_count:(0,1),192,32;fields_root:(26,2),224,32;\fields_tbl:(25,7),256,32;fieldnames_tbl:(25,7),288,32;primary_ids:(25,7),320,32;primary_keys:(25,7),352,32;alternate_ids:(25,7),384,32;alternate_keys:(25,7),416,32;foreign_ids:(25,7),448,32;foreign_keys:(25,7),480,32;\unique_name:(1,3),512,32;unique:(0,1),544,32;single:(0,1),576,32;desc:(1,3),608,32;detail:(1,3),640,32;view:(0,1),672,32;relnames_tbl:(25,7),704,32;rels_tbl:(25,7),736,32;rels_count:(0,1),768,32;;Relation:t(28,2)Schema:T(28,3)=s68name:(1,3),0,32;path:(1,3),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;desc:(1,3),128,32;detail:(1,3),160,32;id:(0,1),192,32;rels_count:(0,1),224,32;\attrs_count:(0,1),256,32;dbs_count:(0,1),288,32;attrs_root:(26,2),320,32;attrs_tbl:(25,7),352,32;links_tbl:(25,7),384,32;rels_root:(26,2),416,32;rels_tbl:(25,7),448,32;dbs_root:(26,2),480,32;dbs_tbl:(25,7),512,32;;Schema:t(28,3)Field:T(28,4)=s20name:(1,3),0,32;id:(0,1),32,32;relid:(0,1),64,32;disp:(0,1),96,32;attr:(28,5)=*(28,1),128,32;;Field:t(28,4)Table:T(28,6)=s80name:(1,3),0,32;path:(1,3),32,32;dir:(1,3),64,32;file:(28,7)=*(5,1),96,32;primary_index:(25,7),128,32;alternate_index:(25,7),160,32;info_index:(25,7),192,32;indexes:(25,7),224,32;\fd:(0,1),256,32;st_dev:(0,4),288,16;st_ino:(0,8),320,32;id:(0,1),352,32;count:(0,1),384,32;size:(0,1),416,32;maxsize:(0,1),448,32;dbindex:(28,8)=*(35,5),480,32;\writeable:(0,1),512,32;rel:(28,9)=*(28,2),544,32;data:(1,3),576,32;scratch:(1,3),608,32;;Table:t(28,6)Database:T(28,10)=s44name:(1,3),0,32;id:(0,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;schema:(28,11)=*(28,3),128,32;dbpath:(1,3),160,32;openperm:(1,3),192,32;desc:(1,3),224,32;\detail:(1,3),256,32;load_date:(0,1),288,32;tables_tbl:(25,7),320,32;;Database:t(28,10)Schemas_tbl:G(25,7)Databases_root:G(26,2)Databases_tbl:G(25,7)/sw/loc/include/stock.hdbadd:F(0,1)db:p(19,1)db:r(19,1)record:p(1,3)relation:(28,9)database:(0,13)=*(28,10)table:(0,14)=*(28,6)field:(0,15)=*(28,4)location:(1,3)length:(0,1)written:(0,1)temp:(19,3)result:(0,1)dbfilename.o/auto/jspc/sw/src/lib/dataformat/db/dbfilename.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/unistd.h/usr/include/sys/types.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hdbfilename:F(0,1)db:p(11,1)db:r(11,1)filename:p(3,5)dir:(11,3)dfile:(11,3)tabledir:(3,5)end:(3,5)dbget.o/export/jspc/sw/src/lib/dataformat/db/dbget.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hDbptr:T(1,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(1,1)Dbvalue:T(1,2)=u1024t:(4,2),0,32;s:(1,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(9,7),0,32;arr:(10,2),0,32;;Dbvalue:t(1,2)Exvalue:T(1,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(4,2),0,32;p:(1,6)=*(1,5)=xsre_pattern_buffer:,0,32;fi:(9,4),0,32;fd:(1,7)=*(1,8)=f(0,10),0,32;fs:(1,9)=*(1,10)=f(4,2),0,32;;Exvalue:t(1,4)Expression:T(1,11)=s32left:(1,12)=*(1,11),0,32;right:(1,12),32,32;x3:(1,12),64,32;x4:(1,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(1,4),192,64;;Expression:t(1,11)dbinvalid:G(1,1)./p_db.h./db.hDefault_schema:G(4,2)Default_dbpath:G(4,2)/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(16,1)=s4r:(16,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(16,3)=*(16,1)label_t:T(16,4)=s8val:(16,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(16,4)_quad_t:T(16,6)=s8val:(16,5),0,64;;quad_t:t(16,6)daddr_t:t(0,1)caddr_t:t(4,2)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(4,2)fd_mask:t(0,1)fd_set:T(16,7)=s32fds_bits:(16,8)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(16,7)/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hDbkey_value:T(21,1)=u8d:(0,10),0,64;i:(0,1),0,32;;Dbkey_value:t(21,1)Dbkey:T(21,2)=s52db:(1,1),0,128;key_fields:(9,7),128,32;nkey_fields:(0,1),160,32;keytype:(0,1),192,32;fieldids:(2,2),224,32;expr:(21,3)=*(1,12),256,32;fieldtype:(2,2),288,32;key_value:(21,4)=*(21,1),320,32;\chardata:(4,2),352,32;chardatasize:(0,1),384,32;;Dbkey:t(21,2)Dbindex:T(21,5)=s52search_key:(21,6)=*(21,2),0,32;index_key:(21,6),32,32;index:(21,4),64,32;dbsorted:(1,1),96,128;per_key:(0,1),224,32;nrecords:(0,1),256,32;maxrecords:(0,1),288,32;chardata:(4,2),320,32;\chardatasize:(0,1),352,32;unique:(0,1),384,32;;Dbindex:t(21,5)Attribute:T(11,1)=s48name:(4,2),0,32;id:(0,1),32,32;size:(0,1),64,32;type:(0,1),96,32;link:(0,1),128,32;null:(4,2),160,32;fmt:(4,2),192,32;range:(4,2),224,32;\units:(4,2),256,32;desc:(4,2),288,32;detail:(4,2),320,32;relations:(9,7),352,32;;Attribute:t(11,1)Relation:T(11,2)=s100name:(4,2),0,32;id:(0,1),32,32;fldsep:(4,2),64,32;recsep:(4,2),96,32;size:(0,1),128,32;null:(4,2),160,32;fields_count:(0,1),192,32;fields_root:(10,2),224,32;\fields_tbl:(9,7),256,32;fieldnames_tbl:(9,7),288,32;primary_ids:(9,7),320,32;primary_keys:(9,7),352,32;alternate_ids:(9,7),384,32;alternate_keys:(9,7),416,32;foreign_ids:(9,7),448,32;foreign_keys:(9,7),480,32;\unique_name:(4,2),512,32;unique:(0,1),544,32;single:(0,1),576,32;desc:(4,2),608,32;detail:(4,2),640,32;view:(0,1),672,32;relnames_tbl:(9,7),704,32;rels_tbl:(9,7),736,32;rels_count:(0,1),768,32;;Relation:t(11,2)Schema:T(11,3)=s68name:(4,2),0,32;path:(4,2),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;desc:(4,2),128,32;detail:(4,2),160,32;id:(0,1),192,32;rels_count:(0,1),224,32;\attrs_count:(0,1),256,32;dbs_count:(0,1),288,32;attrs_root:(10,2),320,32;attrs_tbl:(9,7),352,32;links_tbl:(9,7),384,32;rels_root:(10,2),416,32;rels_tbl:(9,7),448,32;dbs_root:(10,2),480,32;dbs_tbl:(9,7),512,32;;Schema:t(11,3)Field:T(11,4)=s20name:(4,2),0,32;id:(0,1),32,32;relid:(0,1),64,32;disp:(0,1),96,32;attr:(11,5)=*(11,1),128,32;;Field:t(11,4)Table:T(11,6)=s80name:(4,2),0,32;path:(4,2),32,32;dir:(4,2),64,32;file:(11,7)=*(3,1),96,32;primary_index:(9,7),128,32;alternate_index:(9,7),160,32;info_index:(9,7),192,32;indexes:(9,7),224,32;\fd:(0,1),256,32;st_dev:(0,4),288,16;st_ino:(0,8),320,32;id:(0,1),352,32;count:(0,1),384,32;size:(0,1),416,32;maxsize:(0,1),448,32;dbindex:(11,8)=*(21,5),480,32;\writeable:(0,1),512,32;rel:(11,9)=*(11,2),544,32;data:(4,2),576,32;scratch:(4,2),608,32;;Table:t(11,6)Database:T(11,10)=s44name:(4,2),0,32;id:(0,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;schema:(11,11)=*(11,3),128,32;dbpath:(4,2),160,32;openperm:(4,2),192,32;desc:(4,2),224,32;\detail:(4,2),256,32;load_date:(0,1),288,32;tables_tbl:(9,7),320,32;;Database:t(11,10)Schemas_tbl:G(9,7)Databases_root:G(10,2)Databases_tbl:G(9,7)/sw/loc/include/stock.hdbget:F(0,1)db:p(1,1)db:r(1,1)s:p(4,2)relation:(11,9)database:(0,13)=*(11,10)table:(0,14)=*(11,6)field:(0,15)=*(11,4)location:(4,2)length:(0,1)type:(0,1)dbgetv.o/export/jspc/sw/src/lib/dataformat/db/dbgetv.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/errlog.hdbgetv:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)value:(0,13)=*(7,2)db:(7,1)relation:(15,9)database:(0,14)=*(15,10)attribute:(15,5)table:(0,15)=*(15,6)field:(0,16)=*(15,4)location:(2,1)length:(0,1)tablename:(2,1)fieldname:(2,1)retcode:(0,1)dblookup.o_temp_tempsize_temp_record_name_tsplit/auto/jspc/sw/src/lib/dataformat/db/dblookup.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/search.hentry:T(1,1)=s8key:(1,2)=*(0,2),0,32;data:(1,2),32,32;;ENTRY:t(1,1)ACTION:t(1,3)=eFIND:0,ENTER:1,;VISIT:t(1,4)=epreorder:0,postorder:1,endorder:2,leaf:3,;/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(4,1)=s12sv_handler:(4,2)=*(4,3)=f(0,11),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(4,4)=s8ss_sp:(1,2),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(4,5)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(4,6)=ar(0,1);0;30;(1,2),288,992;sc_wbuf:(4,7)=ar(0,1);0;30;(4,8)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(4,9)=s12sa_handler:(4,2),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/string.h/usr/include/sys/stdtypes.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(15,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(1,2)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.htemp:S(1,2)temp_record_name:S(1,2)tempsize:S(0,1)tsplit:f(0,1)compound:p(1,2)table:p(1,2)field:p(1,2)s:(1,2)dblookup:F(12,1)db:p(12,1)db:r(12,1)database_name:p(1,2)table_name:p(1,2)field_name:p(1,2)record_name:p(1,2)dbr:(12,1)db1:(12,1)database:(0,13)=*(22,10)relation:(22,9)field:(0,14)=*(22,4)schema:(22,11)nrecords:(0,1)size:(0,1)tbl:(12,3)fld:(12,3)i:(0,1)relindex:(0,1)testrel:(22,9)file:(22,7)dbv:(12,1)filename:(12,3)table:(0,15)=*(22,6)field:(0,14)location:(1,2)length:(0,1)dbnextid.o_find_lastid/export/jspc/sw/src/lib/dataformat/db/dbnextid.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hfind_lastid:f(0,1)db:p(1,1)db:r(1,1)name:p(4,2)ntables:(0,1)nrecords:(0,1)id:(0,1)idmax:(0,1)idname:(4,2)dbnextid:F(0,1)db:p(1,1)db:r(1,1)name:p(4,2)last_id:(0,1)today:(0,13)=ar(0,1);0;24;(0,2)dbopen.o/auto/jspc/sw/src/lib/dataformat/db/dbopen.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/sys/mman.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/malloc.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./db.h/sw/loc/include/stock.h./p_db.h./db.hDefault_schema:G(3,7)Default_dbpath:G(3,7)/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hDbkey_value:T(36,1)=u8d:(0,10),0,64;i:(0,1),0,32;;Dbkey_value:t(36,1)Dbkey:T(36,2)=s52db:(27,1),0,128;key_fields:(25,7),128,32;nkey_fields:(0,1),160,32;keytype:(0,1),192,32;fieldids:(18,2),224,32;expr:(36,3)=*(27,12),256,32;fieldtype:(18,2),288,32;key_value:(36,4)=*(36,1),320,32;\chardata:(3,7),352,32;chardatasize:(0,1),384,32;;Dbkey:t(36,2)Dbindex:T(36,5)=s52search_key:(36,6)=*(36,2),0,32;index_key:(36,6),32,32;index:(36,4),64,32;dbsorted:(27,1),96,128;per_key:(0,1),224,32;nrecords:(0,1),256,32;maxrecords:(0,1),288,32;chardata:(3,7),320,32;\chardatasize:(0,1),352,32;unique:(0,1),384,32;;Dbindex:t(36,5)Attribute:T(29,1)=s48name:(3,7),0,32;id:(0,1),32,32;size:(0,1),64,32;type:(0,1),96,32;link:(0,1),128,32;null:(3,7),160,32;fmt:(3,7),192,32;range:(3,7),224,32;\units:(3,7),256,32;desc:(3,7),288,32;detail:(3,7),320,32;relations:(25,7),352,32;;Attribute:t(29,1)Relation:T(29,2)=s100name:(3,7),0,32;id:(0,1),32,32;fldsep:(3,7),64,32;recsep:(3,7),96,32;size:(0,1),128,32;null:(3,7),160,32;fields_count:(0,1),192,32;fields_root:(26,2),224,32;\fields_tbl:(25,7),256,32;fieldnames_tbl:(25,7),288,32;primary_ids:(25,7),320,32;primary_keys:(25,7),352,32;alternate_ids:(25,7),384,32;alternate_keys:(25,7),416,32;foreign_ids:(25,7),448,32;foreign_keys:(25,7),480,32;\unique_name:(3,7),512,32;unique:(0,1),544,32;single:(0,1),576,32;desc:(3,7),608,32;detail:(3,7),640,32;view:(0,1),672,32;relnames_tbl:(25,7),704,32;rels_tbl:(25,7),736,32;rels_count:(0,1),768,32;;Relation:t(29,2)Schema:T(29,3)=s68name:(3,7),0,32;path:(3,7),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;desc:(3,7),128,32;detail:(3,7),160,32;id:(0,1),192,32;rels_count:(0,1),224,32;\attrs_count:(0,1),256,32;dbs_count:(0,1),288,32;attrs_root:(26,2),320,32;attrs_tbl:(25,7),352,32;links_tbl:(25,7),384,32;rels_root:(26,2),416,32;rels_tbl:(25,7),448,32;dbs_root:(26,2),480,32;dbs_tbl:(25,7),512,32;;Schema:t(29,3)Field:T(29,4)=s20name:(3,7),0,32;id:(0,1),32,32;relid:(0,1),64,32;disp:(0,1),96,32;attr:(29,5)=*(29,1),128,32;;Field:t(29,4)Table:T(29,6)=s80name:(3,7),0,32;path:(3,7),32,32;dir:(3,7),64,32;file:(29,7)=*(1,1),96,32;primary_index:(25,7),128,32;alternate_index:(25,7),160,32;info_index:(25,7),192,32;indexes:(25,7),224,32;\fd:(0,1),256,32;st_dev:(0,4),288,16;st_ino:(0,8),320,32;id:(0,1),352,32;count:(0,1),384,32;size:(0,1),416,32;maxsize:(0,1),448,32;dbindex:(29,8)=*(36,5),480,32;\writeable:(0,1),512,32;rel:(29,9)=*(29,2),544,32;data:(3,7),576,32;scratch:(3,7),608,32;;Table:t(29,6)Database:T(29,10)=s44name:(3,7),0,32;id:(0,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;schema:(29,11)=*(29,3),128,32;dbpath:(3,7),160,32;openperm:(3,7),192,32;desc:(3,7),224,32;\detail:(3,7),256,32;load_date:(0,1),288,32;tables_tbl:(25,7),320,32;;Database:t(29,10)Schemas_tbl:G(25,7)Databases_root:G(26,2)Databases_tbl:G(25,7)dbopen:F(0,1)path:p(3,7)opentype:p(3,7)db:p(0,13)=*(27,1)file:(29,7)database:(0,14)=*(29,10)tdb:(0,14)line:(27,3)schemafile:(3,7)statbuf:(10,1)i:(0,1)n:(0,1)absname:(27,3)dbput.o/export/jspc/sw/src/lib/dataformat/db/dbput.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.hdbput:F(0,1)db:p(1,1)db:r(1,1)s:p(4,2)relation:(11,9)database:(0,13)=*(11,10)table:(0,14)=*(11,6)field:(0,15)=*(11,4)location:(4,2)length:(0,1)type:(0,1)dbputv.o/export/jspc/sw/src/lib/dataformat/db/dbputv.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.h/sw/loc/include/errlog.hdbputv:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)value:(7,2)db:(7,1)relation:(15,9)database:(0,13)=*(15,10)attribute:(15,5)table:(0,14)=*(15,6)field:(0,15)=*(15,4)location:(2,1)length:(0,1)tablename:(2,1)fieldname:(2,1)retcode:(0,1)dbquery.o/export/jspc/sw/src/lib/dataformat/db/dbquery.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hdbquery:F(0,1)db:p(1,1)db:r(1,1)code:p(0,1)value:p(0,13)=*(1,2)database:(0,14)=*(11,10)relation:(11,9)table:(0,15)=*(11,6)field:(0,16)=*(11,4)location:(4,2)length:(0,1)result:(0,1)retcode:(0,1)dbview.o_add_relation_addtbl_add_fields/auto/jspc/sw/src/lib/dataformat/db/dbview.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/malloc.h/usr/include/varargs.hva_list:t(2,2)/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.hadd_fields:f(0,1)new:p(15,9)old:p(15,9)i:(0,1)field:(0,13)=*(15,4)addtbl:f(0,11)new:p(24,7)old:p(24,7)i:(0,1)j:(0,1)n1:(0,1)n2:(0,1)flag:(0,1)oldkey:(2,2)newkey:(2,2)add_relation:f(0,1)new:p(15,9)old:p(15,9)i:(0,1)dbtbl2view:F(16,1)db:p(16,1)db:r(16,1)name:p(2,2)tables:p(24,7)dbv:(16,1)database:(0,14)=*(15,10)relation:(15,9)table:(0,15)=*(15,6)field:(0,13)location:(2,2)length:(0,1)newrel:(15,9)temp:(16,3)i:(0,1)ntables:(0,1)max_count:(0,1)dbcreate_view:F(16,1)__builtin_va_alist:p(0,1)args:(2,2)tables:(24,7)view_name:(2,2)table_name:(2,2)db:(16,1)db1:(16,1)dbwrite_view:F(0,1)db:p(16,1)db:r(16,1)file:p(15,7)relation:(15,9)rel:(15,9)database:(0,14)attribute:(15,5)table:(0,15)field:(0,13)location:(2,2)length:(0,1)i:(0,1)ntables:(0,1)absname:(16,3)dbread_view:F(0,1)file:p(15,7)dbr:p(0,16)=*(16,1)relation:(15,9)database:(0,14)attribute:(15,5)table:(0,15)field:(0,13)location:(2,2)length:(0,1)db:(16,1)view_name:(16,3)database_name:(16,3)database_id:(0,1)table_name:(16,3)table_id:(0,1)tables:(24,7)newids:(24,7)i:(0,1)result:(0,1)aline:(16,3)count:(0,1)max_count:(0,1)ntables:(0,1)nread:(0,1)data:(0,16)statbuf:(7,1)vtime:(0,1)filename:(2,2)dbsave_view:F(0,1)db:p(16,1)db:r(16,1)filename:(2,2)database:(0,14)relation:(15,9)table:(0,15)field:(0,13)location:(2,2)length:(0,1)file:(15,7)result:(0,1)dbc2d.o/export/jspc/sw/src/lib/dataformat/db/dbc2d.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hdbc2d:F(0,1)value:p(0,13)=*(3,2)location:p(6,2)length:p(0,1)fmt:p(0,1)type:p(0,1)afloat:(0,9)ashort:(0,4)temp:(3,3)retcode:(0,1)dbd2c:F(0,1)location:p(6,2)length:p(0,1)value:p(0,13)type:p(0,1)retcode:(0,1)temp:(3,3)p:(6,2)afloat:(0,9)ashort:(0,4)dbc2p:F(0,1)value:p(0,13)location:p(6,2)length:p(0,1)fmt:p(0,1)type:p(0,1)temp:(3,3)retcode:(0,1)dbp2c:F(0,1)location:p(6,2)length:p(0,1)value:p(0,13)type:p(0,1)retcode:(0,1)temp:(3,3)p:(6,2)afloat:(0,9)ashort:(0,4)dbresolve.o/export/jspc/sw/src/lib/dataformat/db/dbresolve.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hdbresolve:F(0,1)db:p(2,1)db:r(2,1)database:p(0,13)=*(0,14)=*(1,10)relation:p(0,15)=*(1,9)table:p(0,16)=*(0,17)=*(1,6)field:p(0,18)=*(0,19)=*(1,4)location:p(10,2)length:p(3,2)schema:(1,11)dbv:(0,20)=*(2,1)rel:(1,9)i:(0,1)n:(0,1)fieldnumber:(0,1)find_path.o_nxtpath_getsub_chkpath/auto/jspc/sw/src/lib/dataformat/db/find_path.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/stdlib.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/types.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/malloc.h/usr/include/stdio.h/usr/include/string.h/usr/include/sys/stdtypes.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hgetsub:f(0,11)dirname:p(5,7)subname:p(5,7)t:(5,7)n:(0,1)nxtpath:f(0,1)dirname:p(5,7)subname:p(5,7)dbpath:p(28,2)s:(5,7)n:(0,1)chkpath:f(0,1)tblpath:p(5,7)s1:p(5,7)s2:p(5,7)s3:p(5,7)s4:p(5,7)s5:p(5,7)s6:p(5,7)find_path:F(0,1)databasename:p(5,7)tablename:p(5,7)dbpath:p(5,7)tblpath:p(5,7)databasedirname:(0,13)=ar(0,1);0;1023;(0,2)dirname:(0,13)subname:(0,13)basename:(5,7)find_schemafile:F(0,1)filename:p(5,7)schemaname:p(5,7)databasename:p(5,7)databasedirname:(0,13)basename:(5,7)path:(5,7)map_table.o/export/jspc/sw/src/lib/dataformat/db/map_table.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/machine/devaddr.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/mman.h/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/errno.h/usr/include/sys/errno.herrno:G(0,1)/sw/loc/include/errlog.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hsingle:t(0,9)extended:t(25,1)=ar(0,1);0;2;(0,8)quadruple:t(25,2)=s16u:(25,3)=ar(0,1);0;3;(0,8),0,128;;fp_exception_field_type:t(0,8)sigfpe_code_type:t(0,1)sigfpe_handler_type:t(4,2)fp_direction:G(26,1)fp_precision:G(26,2)fp_accrued_exceptions:G(0,8)decimal_string:t(25,4)=ar(0,1);0;511;(0,2)decimal_record:t(25,5)=s532fpclass:(26,4),0,32;sign:(0,1),32,32;exponent:(0,1),64,32;ds:(25,4),96,4096;more:(0,1),4192,32;ndigits:(0,1),4224,32;;decimal_form:T(25,6)=efixed_form:0,floating_form:1,;decimal_mode:t(25,7)=s12rd:(26,1),0,32;df:(25,6),32,32;ndigits:(0,1),64,32;;decimal_string_form:T(25,8)=einvalid_form:0,whitespace_form:1,fixed_int_form:2,fixed_intdot_form:3,fixed_dotfrac_form:4,fixed_intdotfrac_form:5,floating_int_form:6,floating_intdot_form:7,\floating_dotfrac_form:8,floating_intdotfrac_form:9,inf_form:10,infinity_form:11,nan_form:12,nanstring_form:13,;ieee_handlers:G(25,9)=ar(0,1);0;4;(4,2)/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./db.h/sw/loc/include/stock.h./p_db.h./db.hDefault_schema:G(4,5)Default_dbpath:G(4,5)/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hDbkey_value:T(39,1)=u8d:(0,10),0,64;i:(0,1),0,32;;Dbkey_value:t(39,1)Dbkey:T(39,2)=s52db:(30,1),0,128;key_fields:(28,7),128,32;nkey_fields:(0,1),160,32;keytype:(0,1),192,32;fieldids:(21,2),224,32;expr:(39,3)=*(30,12),256,32;fieldtype:(21,2),288,32;key_value:(39,4)=*(39,1),320,32;\chardata:(4,5),352,32;chardatasize:(0,1),384,32;;Dbkey:t(39,2)Dbindex:T(39,5)=s52search_key:(39,6)=*(39,2),0,32;index_key:(39,6),32,32;index:(39,4),64,32;dbsorted:(30,1),96,128;per_key:(0,1),224,32;nrecords:(0,1),256,32;maxrecords:(0,1),288,32;chardata:(4,5),320,32;\chardatasize:(0,1),352,32;unique:(0,1),384,32;;Dbindex:t(39,5)Attribute:T(32,1)=s48name:(4,5),0,32;id:(0,1),32,32;size:(0,1),64,32;type:(0,1),96,32;link:(0,1),128,32;null:(4,5),160,32;fmt:(4,5),192,32;range:(4,5),224,32;\units:(4,5),256,32;desc:(4,5),288,32;detail:(4,5),320,32;relations:(28,7),352,32;;Attribute:t(32,1)Relation:T(32,2)=s100name:(4,5),0,32;id:(0,1),32,32;fldsep:(4,5),64,32;recsep:(4,5),96,32;size:(0,1),128,32;null:(4,5),160,32;fields_count:(0,1),192,32;fields_root:(29,2),224,32;\fields_tbl:(28,7),256,32;fieldnames_tbl:(28,7),288,32;primary_ids:(28,7),320,32;primary_keys:(28,7),352,32;alternate_ids:(28,7),384,32;alternate_keys:(28,7),416,32;foreign_ids:(28,7),448,32;foreign_keys:(28,7),480,32;\unique_name:(4,5),512,32;unique:(0,1),544,32;single:(0,1),576,32;desc:(4,5),608,32;detail:(4,5),640,32;view:(0,1),672,32;relnames_tbl:(28,7),704,32;rels_tbl:(28,7),736,32;rels_count:(0,1),768,32;;Relation:t(32,2)Schema:T(32,3)=s68name:(4,5),0,32;path:(4,5),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;desc:(4,5),128,32;detail:(4,5),160,32;id:(0,1),192,32;rels_count:(0,1),224,32;\attrs_count:(0,1),256,32;dbs_count:(0,1),288,32;attrs_root:(29,2),320,32;attrs_tbl:(28,7),352,32;links_tbl:(28,7),384,32;rels_root:(29,2),416,32;rels_tbl:(28,7),448,32;dbs_root:(29,2),480,32;dbs_tbl:(28,7),512,32;;Schema:t(32,3)Field:T(32,4)=s20name:(4,5),0,32;id:(0,1),32,32;relid:(0,1),64,32;disp:(0,1),96,32;attr:(32,5)=*(32,1),128,32;;Field:t(32,4)Table:T(32,6)=s80name:(4,5),0,32;path:(4,5),32,32;dir:(4,5),64,32;file:(32,7)=*(22,1),96,32;primary_index:(28,7),128,32;alternate_index:(28,7),160,32;info_index:(28,7),192,32;indexes:(28,7),224,32;\fd:(0,1),256,32;st_dev:(0,4),288,16;st_ino:(0,8),320,32;id:(0,1),352,32;count:(0,1),384,32;size:(0,1),416,32;maxsize:(0,1),448,32;dbindex:(32,8)=*(39,5),480,32;\writeable:(0,1),512,32;rel:(32,9)=*(32,2),544,32;data:(4,5),576,32;scratch:(4,5),608,32;;Table:t(32,6)Database:T(32,10)=s44name:(4,5),0,32;id:(0,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;schema:(32,11)=*(32,3),128,32;dbpath:(4,5),160,32;openperm:(4,5),192,32;desc:(4,5),224,32;\detail:(4,5),256,32;load_date:(0,1),288,32;tables_tbl:(28,7),320,32;;Database:t(32,10)Schemas_tbl:G(28,7)Databases_root:G(29,2)Databases_tbl:G(28,7)set_table_names:F(0,1)database:p(0,13)=*(32,10)relation:p(32,9)table:p(0,14)=*(32,6)cp:(4,5)filename:(30,3)map_table:F(0,1)database:p(0,13)relation:p(32,9)createflag:p(0,1)table:(0,14)statbuf:(10,1)prot:(0,1)new.o_anewline_nulltbl_ablank/export/jspc/sw/src/lib/dataformat/db/new.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/stdio.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/search.h./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.hnulltbl:S(15,1)new_table:F(0,13)=*(8,6)table:(0,13)new_database:F(0,14)=*(8,10)database:(0,14)new_schema:F(8,11)schema:(8,11)new_attribute:F(8,5)attribute:(8,5)ablank:S(1,3)anewline:S(1,3)new_relation:F(8,9)relation:(8,9)new_scratch:F(0,11)table:p(0,13)new_null:F(0,1)db:p(9,1)db:r(9,1)relation:(8,9)database:(0,14)table:(0,13)field:(0,15)=*(8,4)location:(1,3)length:(0,1)i:(0,1)n:(0,1)retcode:(0,1)p:(1,3)nullrecord:(1,3)temp:(9,3)value:(9,2)dbp:(0,16)=*(9,1)dbnull:(9,1)open_schema.o/export/jspc/sw/src/lib/dataformat/db/open_schema.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/search.h/usr/include/memory.h/usr/include/sys/mman.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/types.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/sw/loc/include/stock.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h./db.h./yydb.hDB_schema:G(22,11)DB_in:G(22,7)DB_database:G(2,2)DB_lineno:G(0,1)init_schema:F(22,11)schema_name:p(2,2)databasename:p(2,2)file:(22,7)result:(0,1)schemafile:(23,3)statbuf:(9,1)schema:(22,11)i:(0,1)n:(0,1)strings.o/export/jspc/sw/src/lib/dataformat/db/strings.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)sncopy:F(0,11)dest:p(0,13)=*(0,2)source:p(0,13)n:p(0,1)i:(0,1)szcopy:F(0,11)dest:p(0,13)source:p(0,13)n:p(0,1)i:(0,1)copystrip:F(0,11)dest:p(0,13)source:p(0,13)n:p(0,1)last:(0,13)dbyacc.o_mode_yys_yyv_yystate_yyps_yypv_yytmp/export/jspc/sw/src/lib/dataformat/db/dbyacc.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/search.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.h./yydb.hDB_schema:G(15,11)DB_lineno:G(0,1)DB_text:G(4,2)attribute:G(15,5)relation:G(15,9)itemtbl:G(13,7)mode:S(0,1)YYSTYPE:t(0,13)=u4val:(0,1),0,32;ptr:(4,2),0,32;list:(13,7),0,32;;DB_char:G(0,1)yyerrflag:G(0,1)DB_lval:G(0,13)yyval:G(0,13)DB_error:F(0,1)s:p(4,2)DB_exca:G(0,14)=ar(0,1);0;5;(0,1)DB_act:G(0,15)=ar(0,1);0;252;(0,1)DB_pact:G(0,16)=ar(0,1);0;100;(0,1)DB_pgo:G(0,17)=ar(0,1);0;16;(0,1)DB_r1:G(0,18)=ar(0,1);0;53;(0,1)DB_r2:G(0,18)DB_chk:G(0,16)DB_def:G(0,16)yytoktype:t(0,19)=s8t_name:(4,2),0,32;t_val:(0,1),32,32;;DB_debug:G(0,1)yyv:S(0,20)=*(0,13)yys:S(6,2)yypv:S(0,20)yyps:S(6,2)yystate:S(0,1)yytmp:S(0,1)yynerrs:G(0,1)DB_parse:F(0,1)yypvt:r(0,20)yymaxdepth:(0,8)yy_pv:r(0,20)yy_ps:r(6,2)yy_state:r(0,1)yy_n:r(0,1)yyps_index:(0,1)yypv_index:(0,1)yypvt_index:(0,1)yyxi:r(6,2)yy_len:r(0,1)dblex.o_yy_full_match_yy_def_yy_chk_yy_nxt_c_yy_current_buffer_yy_c_buf_p_yy_n_chars_yy_acclist_String_buf_yy_get_previous_state_yy_meta_yy_base_yyunput_yy_init_input_yy_get_next_buffer_yy_last_accepting_cpos_Cp_yy_start_yy_state_buf_yy_state_ptr_yy_hold_char_yy_last_accepting_state_yy_ec_yy_lp_yy_try_NUL_trans_yy_did_buffer_switch_on_eof_yy_accept/export/jspc/sw/src/lib/dataformat/db/dblex.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./yydb.h/usr/include/stdio.hYY_BUFFER_STATE:t(0,14)=*(0,13)=xsyy_buffer_state:/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/malloc.h./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.h./db.tab.hYYSTYPE:t(29,1)=u4val:(0,1),0,32;ptr:(3,3),0,32;list:(17,7),0,32;;DB_lval:G(29,1)DB_lineno:G(0,1)Cp:S(3,3)c:S(0,2)String_buf:S(0,15)=ar(0,1);0;3999;(0,2)yy_buffer_state:T(0,13)=s24yy_input_file:(10,7),0,32;yy_ch_buf:(3,3),32,32;yy_buf_pos:(3,3),64,32;yy_buf_size:(0,1),96,32;yy_n_chars:(0,1),128,32;yy_eof_status:(0,1),160,32;;yy_current_buffer:S(0,16)=*(0,13)yy_hold_char:S(0,2)yy_n_chars:S(0,1)DB_text:G(3,3)DB_leng:G(0,1)DB_in:G(10,7)DB_out:G(10,7)yy_state_type:t(0,1)yy_acclist:S(0,17)=ar(0,1);0;239;(0,4)yy_accept:S(0,18)=ar(0,1);0;172;(0,4)yy_ec:S(0,19)=ar(0,1);0;127;(0,2)yy_meta:S(0,20)=ar(0,1);0;42;(0,2)yy_base:S(0,21)=ar(0,1);0;173;(0,4)yy_def:S(0,21)yy_nxt:S(0,22)=ar(0,1);0;238;(0,4)yy_chk:S(0,22)yy_last_accepting_state:S(0,1)yy_last_accepting_cpos:S(3,3)yy_state_buf:S(0,23)=ar(0,1);0;16385;(0,1)yy_state_ptr:S(12,2)yy_full_match:S(3,3)yy_lp:S(0,1)yy_c_buf_p:S(3,3)yy_init:S(0,1)yy_start:S(0,1)yy_did_buffer_switch_on_eof:S(0,1)DB_lex:F(0,1)yy_current_state:r(0,1)yy_cp:r(3,3)yy_bp:r(3,3)yy_act:r(0,1)yy_c:r(0,2)cp:(3,3)c:(0,2)n:(0,1)flag:(0,1)cp:(3,3)c:(0,2)n:(0,1)flag:(0,1)cp:(3,3)yy_amount_of_matched_text:(0,1)yy_next_state:(0,1)yy_get_next_buffer:f(0,1)dest:r(3,3)source:r(3,3)number_to_move:r(0,1)i:r(0,1)ret_val:(0,1)num_to_read:(0,1)yy_get_previous_state:f(0,1)yy_current_state:r(0,1)yy_cp:r(3,3)yy_c:r(0,2)yy_try_NUL_trans:f(0,1)yy_current_state:p(0,1)yy_current_state:r(0,1)yy_is_jam:r(0,1)yy_c:r(0,2)yyunput:f(0,11)c:p(0,2)yy_bp:p(3,3)yy_bp:r(3,3)yy_cp:r(3,3)number_to_move:r(0,1)dest:r(3,3)source:r(3,3)input:f(0,1)c:(0,1)yy_cp:(3,3)DB_restart:F(0,11)input_file:p(10,7)DB_switch_to_buffer:F(0,11)new_buffer:p(0,16)DB_load_buffer_state:F(0,11)DB_create_buffer:F(0,16)file:p(10,7)size:p(0,1)b:(0,16)DB_delete_buffer:F(0,11)b:p(0,16)DB_init_buffer:F(0,11)b:p(0,16)file:p(10,7)dbadd_attribute/export/jspc/sw/src/lib/dataformat/db/dbadd_attribute.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hdbadd_attribute:F(0,1)schema:p(1,11)attribute:p(1,5)dbadd_relation:F(0,1)schema:p(1,11)relation:p(1,9)f:(0,13)=*(1,4)disp:(0,1)id:(0,1)i:(0,1)n:(0,1)attr:(1,5)fieldnames:(10,7)attrname:(5,2)GPL_create.o/auto/jspc/sw/src/lib/undoc/gpl/GPL_create.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h_XExtData:T(4,1)=s16number:(0,1),0,32;next:(4,2)=*(4,1),32,32;free_private:(4,3)=*(4,4)=f(0,1),64,32;private_data:(5,7),96,32;;XExtData:t(4,1)XExtCodes:t(4,5)=s16extension:(0,1),0,32;major_opcode:(0,1),32,32;first_event:(0,1),64,32;first_error:(0,1),96,32;;_XExten:T(4,6)=s60next:(4,7)=*(4,6),0,32;codes:(4,5),32,128;create_GC:(4,3),160,32;copy_GC:(4,3),192,32;flush_GC:(4,3),224,32;free_GC:(4,3),256,32;create_Font:(4,3),288,32;free_Font:(4,3),320,32;\close_display:(4,3),352,32;error:(4,3),384,32;error_string:(4,8)=*(4,9)=f(5,7),416,32;name:(5,7),448,32;;_XExtension:t(4,6)XPixmapFormatValues:t(4,10)=s12depth:(0,1),0,32;bits_per_pixel:(0,1),32,32;scanline_pad:(0,1),64,32;;XGCValues:t(4,11)=s92function:(0,1),0,32;plane_mask:(0,8),32,32;foreground:(0,8),64,32;background:(0,8),96,32;line_width:(0,1),128,32;line_style:(0,1),160,32;cap_style:(0,1),192,32;join_style:(0,1),224,32;\fill_style:(0,1),256,32;fill_rule:(0,1),288,32;arc_mode:(0,1),320,32;tile:(0,8),352,32;stipple:(0,8),384,32;ts_x_origin:(0,1),416,32;ts_y_origin:(0,1),448,32;font:(0,8),480,32;\subwindow_mode:(0,1),512,32;graphics_exposures:(0,1),544,32;clip_x_origin:(0,1),576,32;clip_y_origin:(0,1),608,32;clip_mask:(0,8),640,32;dash_offset:(0,1),672,32;dashes:(0,2),704,8;;_XGC:T(4,12)=s112ext_data:(4,2),0,32;gid:(0,8),32,32;rects:(0,1),64,32;dashes:(0,1),96,32;dirty:(0,8),128,32;values:(4,11),160,736;;GC:t(4,13)=*(4,12)Visual:t(4,14)=s32ext_data:(4,2),0,32;visualid:(0,8),32,32;class:(0,1),64,32;red_mask:(0,8),96,32;green_mask:(0,8),128,32;blue_mask:(0,8),160,32;bits_per_rgb:(0,1),192,32;map_entries:(0,1),224,32;;Depth:t(4,15)=s12depth:(0,1),0,32;nvisuals:(0,1),32,32;visuals:(4,16)=*(4,14),64,32;;Screen:t(4,18)=s80ext_data:(4,2),0,32;display:(4,19)=*(4,17)=xs_XDisplay:,32,32;root:(0,8),64,32;width:(0,1),96,32;height:(0,1),128,32;mwidth:(0,1),160,32;mheight:(0,1),192,32;ndepths:(0,1),224,32;\depths:(4,20)=*(4,15),256,32;root_depth:(0,1),288,32;root_visual:(4,16),320,32;default_gc:(4,13),352,32;cmap:(0,8),384,32;white_pixel:(0,8),416,32;black_pixel:(0,8),448,32;max_maps:(0,1),480,32;\min_maps:(0,1),512,32;backing_store:(0,1),544,32;save_unders:(0,1),576,32;root_input_mask:(0,1),608,32;;ScreenFormat:t(4,21)=s16ext_data:(4,2),0,32;depth:(0,1),32,32;bits_per_pixel:(0,1),64,32;scanline_pad:(0,1),96,32;;XSetWindowAttributes:t(4,22)=s60background_pixmap:(0,8),0,32;background_pixel:(0,8),32,32;border_pixmap:(0,8),64,32;border_pixel:(0,8),96,32;bit_gravity:(0,1),128,32;win_gravity:(0,1),160,32;backing_store:(0,1),192,32;backing_planes:(0,8),224,32;\backing_pixel:(0,8),256,32;save_under:(0,1),288,32;event_mask:(0,1),320,32;do_not_propagate_mask:(0,1),352,32;override_redirect:(0,1),384,32;colormap:(0,8),416,32;cursor:(0,8),448,32;;XWindowAttributes:t(4,23)=s92x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;depth:(0,1),160,32;visual:(4,16),192,32;root:(0,8),224,32;\class:(0,1),256,32;bit_gravity:(0,1),288,32;win_gravity:(0,1),320,32;backing_store:(0,1),352,32;backing_planes:(0,8),384,32;backing_pixel:(0,8),416,32;save_under:(0,1),448,32;colormap:(0,8),480,32;\map_installed:(0,1),512,32;map_state:(0,1),544,32;all_event_masks:(0,1),576,32;your_event_mask:(0,1),608,32;do_not_propagate_mask:(0,1),640,32;override_redirect:(0,1),672,32;screen:(4,24)=*(4,18),704,32;;XHostAddress:t(4,25)=s12family:(0,1),0,32;length:(0,1),32,32;address:(5,7),64,32;;funcs:T(4,27)=s24create_image:(4,28)=*(4,29)=f(4,30)=*(4,26)=xs_XImage:,0,32;destroy_image:(4,3),32,32;get_pixel:(4,31)=*(4,32)=f(0,8),64,32;put_pixel:(4,3),96,32;sub_image:(4,28),128,32;add_pixel:(4,3),160,32;;_XImage:T(4,26)=s88width:(0,1),0,32;height:(0,1),32,32;xoffset:(0,1),64,32;format:(0,1),96,32;data:(5,7),128,32;byte_order:(0,1),160,32;bitmap_unit:(0,1),192,32;bitmap_bit_order:(0,1),224,32;\bitmap_pad:(0,1),256,32;depth:(0,1),288,32;bytes_per_line:(0,1),320,32;bits_per_pixel:(0,1),352,32;red_mask:(0,8),384,32;green_mask:(0,8),416,32;blue_mask:(0,8),448,32;obdata:(5,7),480,32;f:(4,27),512,192;;XImage:t(4,26)XWindowChanges:t(4,33)=s28x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;sibling:(0,8),160,32;stack_mode:(0,1),192,32;;XColor:t(4,34)=s12pixel:(0,8),0,32;red:(0,6),32,16;green:(0,6),48,16;blue:(0,6),64,16;flags:(0,2),80,8;pad:(0,2),88,8;;XSegment:t(4,35)=s8x1:(0,4),0,16;y1:(0,4),16,16;x2:(0,4),32,16;y2:(0,4),48,16;;XPoint:t(4,36)=s4x:(0,4),0,16;y:(0,4),16,16;;XRectangle:t(4,37)=s8x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;;XArc:t(4,38)=s12x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;angle1:(0,4),64,16;angle2:(0,4),80,16;;XKeyboardControl:t(4,39)=s32key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,1),64,32;bell_duration:(0,1),96,32;led:(0,1),128,32;led_mode:(0,1),160,32;key:(0,1),192,32;auto_repeat_mode:(0,1),224,32;;XKeyboardState:t(4,40)=s56key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,8),64,32;bell_duration:(0,8),96,32;led_mask:(0,8),128,32;global_auto_repeat:(0,1),160,32;auto_repeats:(4,41)=ar(0,1);0;31;(0,2),192,256;;XTimeCoord:t(4,42)=s8time:(0,8),0,32;x:(0,4),32,16;y:(0,4),48,16;;XModifierKeymap:t(4,43)=s8max_keypermod:(0,1),0,32;modifiermap:(1,2),32,32;;_DisplayAtoms:T(4,44)=s24text:(0,8),0,32;wm_state:(0,8),32,32;wm_protocols:(0,8),64,32;wm_save_yourself:(0,8),96,32;wm_change_state:(0,8),128,32;wm_colormap_windows:(0,8),160,32;;_XDisplay:T(4,17)=s1252ext_data:(4,2),0,32;next:(4,48)=*(4,17),32,32;fd:(0,1),64,32;lock:(0,1),96,32;proto_major_version:(0,1),128,32;proto_minor_version:(0,1),160,32;vendor:(5,7),192,32;resource_base:(0,1),224,32;\resource_mask:(0,1),256,32;resource_id:(0,1),288,32;resource_shift:(0,1),320,32;resource_alloc:(4,31),352,32;byte_order:(0,1),384,32;bitmap_unit:(0,1),416,32;bitmap_pad:(0,1),448,32;bitmap_bit_order:(0,1),480,32;\nformats:(0,1),512,32;pixmap_format:(4,49)=*(4,21),544,32;vnumber:(0,1),576,32;release:(0,1),608,32;head:(4,50)=*(4,45)=xs_XSQEvent:,640,32;tail:(4,50),672,32;qlen:(0,1),704,32;last_request_read:(0,8),736,32;\request:(0,8),768,32;last_req:(5,7),800,32;buffer:(5,7),832,32;bufptr:(5,7),864,32;bufmax:(5,7),896,32;max_request_size:(0,8),928,32;db:(4,51)=*(4,46)=xs_XrmHashBucketRec:,960,32;synchandler:(4,3),992,32;\display_name:(5,7),1024,32;default_screen:(0,1),1056,32;nscreens:(0,1),1088,32;screens:(4,24),1120,32;motion_buffer:(0,8),1152,32;current:(0,8),1184,32;min_keycode:(0,1),1216,32;max_keycode:(0,1),1248,32;\keysyms:(4,52)=*(0,8),1280,32;modifiermap:(4,53)=*(4,43),1312,32;keysyms_per_keycode:(0,1),1344,32;xdefaults:(5,7),1376,32;scratch_buffer:(5,7),1408,32;scratch_length:(0,8),1440,32;ext_number:(0,1),1472,32;ext_procs:(4,7),1504,32;\event_vec:(4,54)=ar(0,1);0;127;(4,3),1536,4096;wire_vec:(4,54),5632,4096;lock_meaning:(0,8),9728,32;key_bindings:(4,55)=*(4,47)=xsXKeytrans:,9760,32;cursor_font:(0,8),9792,32;atoms:(4,56)=*(4,44),9824,32;reconfigure_wm_window:(4,57)=s12sequence_number:(0,1),0,32;old_handler:(4,3),32,32;succeeded:(0,1),64,32;;,9856,96;\flags:(0,8),9952,32;mode_switch:(0,8),9984,32;;Display:t(4,17)XKeyEvent:t(4,58)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;keycode:(0,8),416,32;same_screen:(0,1),448,32;;XKeyPressedEvent:t(4,58)XKeyReleasedEvent:t(4,58)XButtonEvent:t(4,59)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;button:(0,8),416,32;same_screen:(0,1),448,32;;XButtonPressedEvent:t(4,59)XButtonReleasedEvent:t(4,59)XMotionEvent:t(4,60)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;is_hint:(0,2),416,8;same_screen:(0,1),448,32;;XPointerMovedEvent:t(4,60)XCrossingEvent:t(4,61)=s68type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;mode:(0,1),384,32;detail:(0,1),416,32;same_screen:(0,1),448,32;focus:(0,1),480,32;state:(0,8),512,32;;XEnterWindowEvent:t(4,61)XLeaveWindowEvent:t(4,61)XFocusChangeEvent:t(4,62)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;mode:(0,1),160,32;detail:(0,1),192,32;;XFocusInEvent:t(4,62)XFocusOutEvent:t(4,62)XKeymapEvent:t(4,63)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;key_vector:(4,41),160,256;;XExposeEvent:t(4,64)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;;XGraphicsExposeEvent:t(4,65)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;drawable:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;major_code:(0,1),320,32;minor_code:(0,1),352,32;;XNoExposeEvent:t(4,66)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;drawable:(0,8),128,32;major_code:(0,1),160,32;minor_code:(0,1),192,32;;XVisibilityEvent:t(4,67)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;state:(0,1),160,32;;XCreateWindowEvent:t(4,68)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;override_redirect:(0,1),352,32;;XDestroyWindowEvent:t(4,69)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;event:(0,8),128,32;window:(0,8),160,32;;XUnmapEvent:t(4,70)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;event:(0,8),128,32;window:(0,8),160,32;from_configure:(0,1),192,32;;XMapEvent:t(4,71)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;event:(0,8),128,32;window:(0,8),160,32;override_redirect:(0,1),192,32;;XMapRequestEvent:t(4,72)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;;XReparentEvent:t(4,73)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;event:(0,8),128,32;window:(0,8),160,32;parent:(0,8),192,32;x:(0,1),224,32;\y:(0,1),256,32;override_redirect:(0,1),288,32;;XConfigureEvent:t(4,74)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;override_redirect:(0,1),384,32;;XGravityEvent:t(4,75)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;;XResizeRequestEvent:t(4,76)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;width:(0,1),160,32;height:(0,1),192,32;;XConfigureRequestEvent:t(4,77)=s56type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;detail:(0,1),384,32;value_mask:(0,8),416,32;;XCirculateEvent:t(4,78)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;event:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XCirculateRequestEvent:t(4,79)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XPropertyEvent:t(4,80)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;atom:(0,8),160,32;time:(0,8),192,32;state:(0,1),224,32;;XSelectionClearEvent:t(4,81)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;selection:(0,8),160,32;time:(0,8),192,32;;XSelectionRequestEvent:t(4,82)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;owner:(0,8),128,32;requestor:(0,8),160,32;selection:(0,8),192,32;target:(0,8),224,32;\property:(0,8),256,32;time:(0,8),288,32;;XSelectionEvent:t(4,83)=s36type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;requestor:(0,8),128,32;selection:(0,8),160,32;target:(0,8),192,32;property:(0,8),224,32;time:(0,8),256,32;;XColormapEvent:t(4,84)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;colormap:(0,8),160,32;new:(0,1),192,32;state:(0,1),224,32;;XClientMessageEvent:t(4,85)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;message_type:(0,8),160,32;format:(0,1),192,32;data:(4,86)=u20b:(4,87)=ar(0,1);0;19;(0,2),0,160;\s:(4,88)=ar(0,1);0;9;(0,4),0,160;l:(4,89)=ar(0,1);0;4;(0,1),0,160;;,224,160;;XMappingEvent:t(4,90)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;request:(0,1),160,32;first_keycode:(0,1),192,32;count:(0,1),224,32;;XErrorEvent:t(4,91)=s20type:(0,1),0,32;display:(4,48),32,32;resourceid:(0,8),64,32;serial:(0,8),96,32;error_code:(0,5),128,8;request_code:(0,5),136,8;minor_code:(0,5),144,8;;XAnyEvent:t(4,92)=s20type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(4,48),96,32;window:(0,8),128,32;;_XEvent:T(4,93)=u96type:(0,1),0,32;xany:(4,92),0,160;xkey:(4,58),0,480;xbutton:(4,59),0,480;xmotion:(4,60),0,480;xcrossing:(4,61),0,544;xfocus:(4,62),0,224;xexpose:(4,64),0,320;\xgraphicsexpose:(4,65),0,384;xnoexpose:(4,66),0,224;xvisibility:(4,67),0,192;xcreatewindow:(4,68),0,384;xdestroywindow:(4,69),0,192;xunmap:(4,70),0,224;xmap:(4,71),0,224;xmaprequest:(4,72),0,192;\xreparent:(4,73),0,320;xconfigure:(4,74),0,416;xgravity:(4,75),0,256;xresizerequest:(4,76),0,224;xconfigurerequest:(4,77),0,448;xcirculate:(4,78),0,224;xcirculaterequest:(4,79),0,224;xproperty:(4,80),0,256;\xselectionclear:(4,81),0,224;xselectionrequest:(4,82),0,320;xselection:(4,83),0,288;xcolormap:(4,84),0,256;xclient:(4,85),0,384;xmapping:(4,90),0,256;xerror:(4,91),0,160;xkeymap:(4,63),0,416;pad:(4,94)=ar(0,1);0;23;(0,1),0,768;;XEvent:t(4,93)_XSQEvent:T(4,45)=s100next:(4,95)=*(4,45),0,32;event:(4,93),32,768;;_XQEvent:t(4,45)XCharStruct:t(4,96)=s12lbearing:(0,4),0,16;rbearing:(0,4),16,16;width:(0,4),32,16;ascent:(0,4),48,16;descent:(0,4),64,16;attributes:(0,6),80,16;;XFontProp:t(4,97)=s8name:(0,8),0,32;card32:(0,8),32,32;;XFontStruct:t(4,98)=s80ext_data:(4,2),0,32;fid:(0,8),32,32;direction:(0,8),64,32;min_char_or_byte2:(0,8),96,32;max_char_or_byte2:(0,8),128,32;min_byte1:(0,8),160,32;max_byte1:(0,8),192,32;all_chars_exist:(0,1),224,32;\default_char:(0,8),256,32;n_properties:(0,1),288,32;properties:(4,99)=*(4,97),320,32;min_bounds:(4,96),352,96;max_bounds:(4,96),448,96;per_char:(4,100)=*(4,96),544,32;ascent:(0,1),576,32;descent:(0,1),608,32;;XTextItem:t(4,101)=s16chars:(5,7),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XChar2b:t(4,102)=s2byte1:(0,5),0,8;byte2:(0,5),8,8;;XTextItem16:t(4,103)=s16chars:(4,104)=*(4,102),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XEDataObject:t(4,105)=u4display:(4,48),0,32;gc:(4,13),0,32;visual:(4,16),0,32;screen:(4,24),0,32;pixmap_format:(4,49),0,32;font:(4,106)=*(4,98),0,32;;XErrorHandler:t(4,3)XIOErrorHandler:t(4,3)_GC_rec:T(3,1)=s112gc:(4,13),0,32;ref_count:(0,4),32,16;num_cliprects:(0,1),64,32;valuemask:(0,8),96,32;values:(4,11),128,736;next:(3,2)=*(3,1),864,32;;GC_rec:t(3,1)pixlabel:T(3,3)=s12pixmap:(0,8),0,32;width:(0,1),32,32;height:(0,1),64,32;;Pixlabel:t(3,3)graphics_info:T(3,4)=s148dpy:(4,48),0,32;scrn:(0,1),32,32;depth:(0,8),64,32;glyphfont:(4,106),96,32;textfont:(4,106),128,32;three_d:(0,4),160,16;gc_rec:(3,5)=ar(0,1);0;8;(3,2),192,288;stipple_pixmaps:(3,6)=ar(0,1);0;2;(0,8),480,96;\pixvals:(3,7)=ar(0,1);0;4;(0,8),576,160;button_height:(0,4),736,16;endcap_width:(0,4),752,16;sb_width:(0,4),768,16;sb_height:(0,4),784,16;abbrev_width:(0,4),800,16;slider_width:(0,4),816,16;slider_height:(0,4),832,16;\se_width:(0,4),848,16;se_height:(0,4),864,16;mm_width:(0,4),880,16;mm_height:(0,4),896,16;base_off:(0,4),912,16;slider_offset:(0,4),928,16;cb_width:(0,4),944,16;cb_height:(0,4),960,16;\pp_width:(0,4),976,16;pp_height:(0,4),992,16;gauge_width:(0,4),1008,16;gauge_height:(0,4),1024,16;textscbu_width:(0,4),1040,16;gauge_endcapOffset:(0,4),1056,16;numscbu_width:(0,4),1072,16;resize_arm_width:(0,4),1088,16;\abbsb_height:(0,4),1104,16;cable_offset:(0,4),1120,16;cable_width:(0,4),1136,16;point_size:(0,4),1152,16;;Graphics_info:t(3,4)ol_ll_:T(3,8)=s56parent:(3,10)=*(3,9)=xsol_:,0,32;last:(3,11)=*(3,8),32,32;next:(3,11),64,32;type:(0,1),96,32;name:(4,41),128,256;widget:(5,7),384,32;win:(0,8),416,32;;Ol_ll:t(3,8)ol_:T(3,9)=s36display:(4,48),0,32;depth:(0,1),32,32;visual:(4,16),64,32;cmap:(0,8),96,32;background:(0,1),128,32;hand_cursor:(0,8),160,32;gin:(3,12)=*(3,4),192,32;head:(3,11),224,32;tail:(3,11),256,32;;Ol:t(3,9)ol_button_:T(3,13)=s76parent:(3,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(4,41),224,256;\event_proc:(4,3),480,32;user_data:(3,14)=*(0,11),512,32;user_data2:(3,14),544,32;toggle:(0,1),576,32;;OlButton:t(3,13)ol_menu_item_:T(3,16)=s60x:(0,1),0,32;y:(0,1),32,32;w:(0,1),64,32;h:(0,1),96,32;state:(0,1),128,32;on:(0,1),160,32;label:(4,41),192,256;pull_right:(3,17)=*(3,15)=xsol_menu_:,448,32;;ol_menu_:T(3,15)=s84parent:(3,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(4,41),224,256;\event_proc:(4,3),480,32;user_data:(3,14),512,32;user_data2:(3,14),544,32;win:(0,8),576,32;nitems:(0,1),608,32;items:(3,18)=*(3,16),640,32;;OlMenu:t(3,15)ol_scrollbar_:T(3,19)=s264parent:(3,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;anchor0_x:(0,1),160,32;anchor0_y:(0,1),192,32;anchor0_w:(0,1),224,32;\anchor0_h:(0,1),256,32;anchor1_x:(0,1),288,32;anchor1_y:(0,1),320,32;anchor1_w:(0,1),352,32;anchor1_h:(0,1),384,32;arrow0_x:(0,1),416,32;arrow0_y:(0,1),448,32;arrow0_w:(0,1),480,32;\arrow0_h:(0,1),512,32;arrow1_x:(0,1),544,32;arrow1_y:(0,1),576,32;arrow1_w:(0,1),608,32;arrow1_h:(0,1),640,32;elev_x:(0,1),672,32;elev_y:(0,1),704,32;elev_w:(0,1),736,32;\elev_h:(0,1),768,32;state:(0,1),800,32;state0:(0,1),832,32;state1:(0,1),864,32;x_old:(0,1),896,32;y_old:(0,1),928,32;on:(0,1),960,32;changed:(0,1),992,32;\horizontal:(0,1),1024,32;immediate:(0,1),1056,32;length:(0,1),1088,32;elev:(0,1),1120,32;min_elev:(0,1),1152,32;max_elev:(0,1),1184,32;elev_old:(0,1),1216,32;prop:(0,1),1248,32;\prop_length:(0,1),1280,32;win_x:(0,1),1312,32;win_y:(0,1),1344,32;win_dim:(0,1),1376,32;scroll_incr:(0,10),1408,64;full0:(0,10),1472,64;full1:(0,10),1536,64;view0:(0,10),1600,64;\view1:(0,10),1664,64;view0_old:(0,10),1728,64;view1_old:(0,10),1792,64;view0_last:(0,10),1856,64;view1_last:(0,10),1920,64;popup_menu:(3,20)=*(3,15),1984,32;scroll_proc:(4,3),2016,32;user_data:(3,14),2048,32;user_data2:(3,14),2080,32;;OlScrollbar:t(3,19)ol_box_:T(3,21)=s44parent:(3,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;gc:(4,13),224,32;\draw_proc:(4,3),256,32;user_data:(3,14),288,32;user_data2:(3,14),320,32;;OlBox:t(3,21)/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.hxcom_:T(9,1)=s796progname:(9,2)=ar(0,1);0;255;(0,2),0,2048;display:(4,48),2048,32;window:(0,8),2080,32;status:(0,1),2112,32;msg:(9,3)=ar(0,1);0;511;(0,2),2144,4096;window_atom:(0,8),6240,32;status_atom:(0,8),6272,32;msg_atom:(0,8),6304,32;register_atom:(0,8),6336,32;;Xcom:t(9,1)gpl_trace:T(2,1)=s32id_string:(5,7),0,32;units:(5,7),32,32;uvar:(0,9),64,32;nsegs:(0,1),96,32;tstart:(2,2)=*(0,10),128,32;dt:(2,2),160,32;nsamps:(2,3)=*(0,1),192,32;data:(2,4)=*(2,5)=*(0,9),224,32;;GPLTrace:t(2,1)gpl_arrival:T(2,6)=s104arrival_id:(3,14),0,32;time:(0,10),64,64;deltime:(0,10),128,64;ptime:(0,10),192,64;ap0time:(0,10),256,64;ap1time:(0,10),320,64;pamp:(0,9),384,32;ap0amp:(0,9),416,32;\ap1amp:(0,9),448,32;amp:(0,9),480,32;phase:(2,7)=ar(0,1);0;15;(0,2),512,128;fm:(2,8)=ar(0,1);0;7;(0,2),640,64;quality:(2,8),704,64;overlay:(0,1),768,32;;GPLArrival:t(2,6)gpl_pane_:T(2,9)=s40parent:(2,11)=*(2,10)=xsgather_plot_:,0,32;type:(0,1),32,32;visible:(0,1),64,32;grab:(0,1),96,32;x:(0,1),128,32;y:(0,1),160,32;w:(0,1),192,32;h:(0,1),224,32;\background:(0,1),256,32;foreground:(0,1),288,32;;GPLPane:t(2,9)gpl_widgets_:T(2,13)=s12ol_widget:(5,7),0,32;type:(0,1),32,32;on:(0,1),64,32;;strace_:T(2,14)=s48trace_id:(3,14),0,32;ampwin:(0,9),32,32;amp0:(0,9),64,32;ascale:(0,9),96,32;t0:(0,10),128,64;xl:(0,1),192,32;xr:(0,1),224,32;yt:(0,1),256,32;\yb:(0,1),288,32;select:(0,1),320,32;display:(0,1),352,32;;gather_plot_:T(2,10)=s1480display:(4,48),0,32;screen:(0,1),32,32;visual:(4,16),64,32;depth:(0,1),96,32;cmap:(0,8),128,32;progname:(2,16)=ar(0,1);0;63;(0,2),160,512;title:(2,17)=ar(0,1);0;127;(0,2),672,1024;shutdown:(0,1),1696,32;\first:(0,1),1728,32;xcom:(2,18)=*(9,1),1760,32;fdcom:(0,1),1792,32;Static:(2,19)=*(2,12)=xsgather_plot_static_:,1824,32;ol:(2,20)=*(3,9),1856,32;box:(5,7),1888,32;overlays:(5,7),1920,32;gpl_mag:(2,21)=*(2,10),1952,32;\mag_win_w:(0,1),1984,32;mag_win_h:(0,1),2016,32;n_sln_wins:(0,1),2048,32;gpl_sln:(2,22)=*(2,21),2080,32;sln_win_w:(0,1),2112,32;sln_win_h:(0,1),2144,32;gpl_parent:(2,21),2176,32;user_data:(5,7),2208,32;\nwidgets:(0,1),2240,32;widgets:(2,23)=ar(0,1);0;19;(2,13),2272,1920;trace_menu:(3,20),4192,32;phase_menu:(3,20),4224,32;arrival_menu:(3,20),4256,32;uvar_scrollbar:(2,24)=*(3,19),4288,32;sta_scrollbar:(2,24),4320,32;time_scrollbar:(2,24),4352,32;\button_flags:(0,1),4384,32;label_foreground:(0,1),4416,32;label_background:(0,1),4448,32;uvar_foreground:(0,1),4480,32;trace_foreground:(0,1),4512,32;trace_background:(0,1),4544,32;gpl_win_visible:(0,1),4576,32;batch_on:(0,1),4608,32;\gpl_win:(0,8),4640,32;gpl_win_parent:(0,8),4672,32;gpl_win_gc:(4,13),4704,32;time_cursor_gc:(4,13),4736,32;time_line_gc:(4,13),4768,32;trace_bkg_gc:(4,13),4800,32;trace_frg_gc:(4,13),4832,32;trace_rect_gc:(4,13),4864,32;\label_bkg_gc:(4,13),4896,32;trace_moveout_gc:(4,13),4928,32;trace_arrival_gc:(4,13),4960,32;parent_pane:(2,9),4992,320;gpl_pane:(2,9),5312,320;gpl_win_x_fr:(0,9),5632,32;gpl_win_y_fr:(0,9),5664,32;gpl_win_w_fr:(0,9),5696,32;\gpl_win_h_fr:(0,9),5728,32;trace_pane:(2,9),5760,320;trace_pane_x_fr:(0,9),6080,32;trace_pane_y_fr:(0,9),6112,32;trace_pane_w_fr:(0,9),6144,32;trace_pane_h_fr:(0,9),6176,32;trace_pane_l_margin:(0,1),6208,32;trace_pane_r_margin:(0,1),6240,32;\trace_pane_t_margin:(0,1),6272,32;trace_pane_b_margin:(0,1),6304,32;widget_pane:(2,9),6336,320;uvar_scrl_pane:(2,9),6656,320;uvar_pane:(2,9),6976,320;sta_pane:(2,9),7296,320;sta_scrl_pane:(2,9),7616,320;time_pane:(2,9),7936,320;\status_pane:(2,9),8256,320;time_scrl_pane:(2,9),8576,320;trace_win_imm:(0,1),8896,32;trace_mouse_mode:(0,1),8928,32;trace_mouse_mode_old:(0,1),8960,32;trace_mouse_state:(0,1),8992,32;trace_mouse_xold:(0,1),9024,32;trace_mouse_yold:(0,1),9056,32;\trace_x_first:(0,1),9088,32;trace_y_first:(0,1),9120,32;arrival_select:(0,1),9152,32;arrival_edit:(0,1),9184,32;old_mask:(0,8),9216,32;time_cursor_ovls:(5,7),9248,32;time_flags:(0,8),9280,32;ntimes:(0,1),9312,32;\xtime:(0,1),9344,32;dxtime:(0,1),9376,32;ttime:(0,10),9408,64;dttime:(0,10),9472,64;tstime:(0,10),9536,64;uvar_flags:(0,8),9600,32;uvar_ordinal:(0,1),9632,32;nuvars:(0,1),9664,32;\yuvar:(0,1),9696,32;dyuvar:(0,1),9728,32;uuvar:(0,9),9760,32;duuvar:(0,9),9792,32;usuvar:(0,9),9824,32;sta_flags:(0,8),9856,32;trace_pixmap:(0,8),9888,32;trace_pixmap_gc:(4,13),9920,32;\trace_pixmap_gc2:(4,13),9952,32;trace_pixmap_w:(0,1),9984,32;trace_pixmap_h:(0,1),10016,32;trace_plot_mode:(0,1),10048,32;trace_overlay_mode:(0,1),10080,32;trace_moveout_mode:(0,1),10112,32;trace_moveout_t0:(0,10),10176,64;trace_moveout_slo:(0,9),10240,32;\trace_moveout_t0l:(0,10),10304,64;trace_moveout_slol:(0,9),10368,32;trace_filter_mode:(0,1),10400,32;trace_filter_index:(0,1),10432,32;trace_time_resize:(0,1),10464,32;trace_uvar_resize:(0,1),10496,32;t0:(0,10),10560,64;twin:(0,10),10624,64;\t0_full:(0,10),10688,64;twin_full:(0,10),10752,64;uvar_name:(5,7),10816,32;uvar0:(0,9),10848,32;uvarwin:(0,9),10880,32;uvar0_full:(0,9),10912,32;uvarwin_full:(0,9),10944,32;sta0:(0,1),10976,32;\stawin:(0,1),11008,32;stawin_full:(0,1),11040,32;trace_ht:(0,9),11072,32;trace_height:(0,9),11104,32;amp0:(0,9),11136,32;ampwin:(0,9),11168,32;gain:(0,9),11200,32;clip:(0,1),11232,32;\amp_scale_mode:(0,1),11264,32;agcwin:(0,9),11296,32;amp_uvar_mode:(0,1),11328,32;ntraces:(0,1),11360,32;traces:(2,25)=*(2,14),11392,32;tshift:(0,10),11456,64;arrfl_sel:(2,26)=*(2,15)=xsgpl_arrival_flag_:,11520,32;get_trace:(4,3),11552,32;\get_arrivals:(4,3),11584,32;get_arrs:(4,3),11616,32;put_arrival:(4,8),11648,32;put_arr:(4,8),11680,32;resize_proc:(4,3),11712,32;key_event_proc:(4,3),11744,32;sta_info:(4,3),11776,32;;GatherPlot:t(2,10)gather_plot_static_:T(2,12)=s380display:(4,48),0,32;screen:(0,1),32,32;visual:(4,16),64,32;depth:(0,1),96,32;cmap:(0,8),128,32;pixel:(0,8),160,32;pixel_cmpl:(0,8),192,32;red_pixel:(0,1),224,32;\yellow_pixel:(0,1),256,32;yellow2_pixel:(0,1),288,32;green_pixel:(0,1),320,32;blue_pixel:(0,1),352,32;gray_pixel:(0,1),384,32;gray_pixels:(2,28)=ar(0,1);0;31;(0,1),416,1024;chrom_pixels:(2,28),1440,1024;label_foreground:(0,1),2464,32;\label_background:(0,1),2496,32;uvar_foreground:(0,1),2528,32;trace_foreground:(0,1),2560,32;trace_background:(0,1),2592,32;arrival_foreground:(0,1),2624,32;arrival_background:(0,1),2656,32;sel_arrival_foreground:(0,1),2688,32;sel_arrival_background:(0,1),2720,32;\dotted_pixmap:(0,8),2752,32;trace_font:(4,106),2784,32;trace_font_small:(4,106),2816,32;normal_cursor:(0,8),2848,32;busy_cursor:(0,8),2880,32;hscrl_cursor:(0,8),2912,32;vscrl_cursor:(0,8),2944,32;filters:(2,29)=*(2,27)=xsgather_plot_filter_:,2976,32;nfilters:(0,1),3008,32;;gather_plot_filter_:T(2,27)=s72type:(0,1),0,32;label:(4,41),32,256;start_pad:(0,10),320,64;end_pad:(0,10),384,64;param1:(0,9),448,32;param2:(0,9),480,32;param3:(0,9),512,32;param4:(0,9),544,32;;gpl_arrival_flag_:T(2,15)=s128arrival_id:(3,14),0,32;strace:(2,25),32,32;gpl:(2,21),64,32;selected:(0,1),96,32;overlay:(0,1),128,32;pm:(0,8),160,32;h:(0,1),192,32;time:(0,10),256,64;\deltime:(0,10),320,64;deltime_box:(5,7),384,32;ptime:(0,10),448,64;ap0time:(0,10),512,64;ap1time:(0,10),576,64;pamp:(0,9),640,32;amp:(0,9),672,32;ap0amp:(0,9),704,32;\ap1amp:(0,9),736,32;ampper_box:(5,7),768,32;phase:(2,7),800,128;fm:(2,8),928,64;;gpl_arrival_flag:t(2,15)./GPL_filters.hgpl_filters_def:G(12,1)=ar(0,1);0;10;(2,27)./GPL_phases.hgpl_phases_def:G(13,1)=ar(0,1);0;5;(5,7)./Overlay_defs.hoverlay_:T(14,1)=s68overlays_ptr:(14,3)=*(14,2)=xsoverlays_:,0,32;display:(4,48),32,32;win:(0,8),64,32;gc:(4,13),96,32;o:(0,1),128,32;on:(0,1),160,32;x:(0,1),192,32;y:(0,1),224,32;\w:(0,1),256,32;h:(0,1),288,32;d:(0,1),320,32;draw_ptr:(5,7),352,32;draw_proc_ptr:(14,4)=*(14,5)=f(0,11),384,32;free_proc_ptr:(14,4),416,32;back_pm:(0,8),448,32;prev:(14,6)=*(14,1),480,32;next:(14,6),512,32;;Overlay:t(14,1)overlays_:T(14,2)=s8head:(14,6),0,32;tail:(14,6),32,32;;Overlays:t(14,2)/usr/openwin/include/X11/cursorfont.hGPL_create:F(2,21)display:p(4,48)screen:p(0,1)visual:p(4,16)depth:p(0,1)colormap:p(0,8)progname:p(5,7)Static:V(0,13)=*(2,12)gpl:(2,21)pixel:(0,8)pixel_cmpl:(0,8)i:(0,1)j:(0,1)k:(0,1)n:(0,1)w:(0,1)h:(0,1)lightness:(0,9)data:(1,2)/usr/openwin/include/X11/Xutil.hXSizeHints:t(16,1)=s72flags:(0,1),0,32;x:(0,1),32,32;y:(0,1),64,32;width:(0,1),96,32;height:(0,1),128,32;min_width:(0,1),160,32;min_height:(0,1),192,32;max_width:(0,1),224,32;\max_height:(0,1),256,32;width_inc:(0,1),288,32;height_inc:(0,1),320,32;min_aspect:(16,2)=s8x:(0,1),0,32;y:(0,1),32,32;;,352,64;max_aspect:(16,2),416,64;base_width:(0,1),480,32;\base_height:(0,1),512,32;win_gravity:(0,1),544,32;;XWMHints:t(16,3)=s36flags:(0,1),0,32;input:(0,1),32,32;initial_state:(0,1),64,32;icon_pixmap:(0,8),96,32;icon_window:(0,8),128,32;icon_x:(0,1),160,32;icon_y:(0,1),192,32;icon_mask:(0,8),224,32;window_group:(0,8),256,32;;XTextProperty:t(16,4)=s16value:(1,2),0,32;encoding:(0,8),32,32;format:(0,1),64,32;nitems:(0,8),96,32;;XIconSize:t(16,5)=s24min_width:(0,1),0,32;min_height:(0,1),32,32;max_width:(0,1),64,32;max_height:(0,1),96,32;width_inc:(0,1),128,32;height_inc:(0,1),160,32;;XClassHint:t(16,6)=s8res_name:(5,7),0,32;res_class:(5,7),32,32;;_XComposeStatus:T(16,7)=s8compose_ptr:(5,7),0,32;chars_matched:(0,1),32,32;;XComposeStatus:t(16,7)Region:t(16,9)=*(16,8)=xs_XRegion:XVisualInfo:t(16,10)=s40visual:(4,16),0,32;visualid:(0,8),32,32;screen:(0,1),64,32;depth:(0,1),96,32;class:(0,1),128,32;red_mask:(0,8),160,32;green_mask:(0,8),192,32;blue_mask:(0,8),224,32;\colormap_size:(0,1),256,32;bits_per_rgb:(0,1),288,32;;XStandardColormap:t(16,11)=s40colormap:(0,8),0,32;red_max:(0,8),32,32;red_mult:(0,8),64,32;green_max:(0,8),96,32;green_mult:(0,8),128,32;blue_max:(0,8),160,32;blue_mult:(0,8),192,32;base_pixel:(0,8),224,32;\visualid:(0,8),256,32;killid:(0,8),288,32;;XContext:t(0,1)GPL_create_simple:F(2,21)display:p(4,48)title:p(5,7)progname:p(5,7)x:p(0,1)y:p(0,1)w:p(0,1)h:p(0,1)vis_flag:p(0,1)screen:(0,1)visual:(4,16)cmap:(0,8)depth:(0,1)gpl:(2,21)#tmp0:(2,5)#tmp1:(2,5)#tmp2:(2,5)#tmp3:(2,5)GPL_draw.o_match_string_display_traces_match_stachans/auto/jspc/sw/src/lib/undoc/gpl/GPL_draw.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.hGPL_draw:F(0,11)gpl:p(2,21)GPL_paint:F(0,11)gpl:p(2,21)match_string:f(0,1)spec:p(5,7)string:p(5,7)ret:(5,7)tmp_spec:V(9,3)match_stachans:f(0,1)stachans:p(5,7)sta:p(5,7)chan:p(5,7)string:V(5,7)size_string:V(0,1)i:(0,1)l:(0,1)ilist:(0,1)ret:(0,1)ptr:(5,7)colon:(5,7)next:(5,7)stalist_:T(0,13)=s72index:(0,1),0,32;display:(0,1),32,32;label:(2,16),64,512;;GPL_select_traces:F(0,11)gpl:p(2,21)stachan:p(5,7)trace_name:(5,7)sta:(0,14)=ar(0,1);0;79;(0,2)chan:(0,14)units:(5,7)trace_index:(0,1)selection:(0,1)ret:(0,1)list:V(0,15)=*(0,13)lsize:V(0,1)nlist:(0,1)stalist_cmp:F(0,1)ptr1:p(0,15)ptr2:p(0,15)display_traces:f(0,11)gpl:p(2,21)trace_index:(0,1)uvar:(0,9)GPL_free.o/auto/jspc/sw/src/lib/undoc/gpl/GPL_free.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.hGPL_free:F(0,11)gpl:p(2,21)i:(0,1)GPL_get.o/auto/jspc/sw/src/lib/undoc/gpl/GPL_get.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h./gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h_XExtData:T(5,1)=s16number:(0,1),0,32;next:(5,2)=*(5,1),32,32;free_private:(5,3)=*(5,4)=f(0,1),64,32;private_data:(2,1),96,32;;XExtData:t(5,1)XExtCodes:t(5,5)=s16extension:(0,1),0,32;major_opcode:(0,1),32,32;first_event:(0,1),64,32;first_error:(0,1),96,32;;_XExten:T(5,6)=s60next:(5,7)=*(5,6),0,32;codes:(5,5),32,128;create_GC:(5,3),160,32;copy_GC:(5,3),192,32;flush_GC:(5,3),224,32;free_GC:(5,3),256,32;create_Font:(5,3),288,32;free_Font:(5,3),320,32;\close_display:(5,3),352,32;error:(5,3),384,32;error_string:(5,8)=*(5,9)=f(2,1),416,32;name:(2,1),448,32;;_XExtension:t(5,6)XPixmapFormatValues:t(5,10)=s12depth:(0,1),0,32;bits_per_pixel:(0,1),32,32;scanline_pad:(0,1),64,32;;XGCValues:t(5,11)=s92function:(0,1),0,32;plane_mask:(0,8),32,32;foreground:(0,8),64,32;background:(0,8),96,32;line_width:(0,1),128,32;line_style:(0,1),160,32;cap_style:(0,1),192,32;join_style:(0,1),224,32;\fill_style:(0,1),256,32;fill_rule:(0,1),288,32;arc_mode:(0,1),320,32;tile:(0,8),352,32;stipple:(0,8),384,32;ts_x_origin:(0,1),416,32;ts_y_origin:(0,1),448,32;font:(0,8),480,32;\subwindow_mode:(0,1),512,32;graphics_exposures:(0,1),544,32;clip_x_origin:(0,1),576,32;clip_y_origin:(0,1),608,32;clip_mask:(0,8),640,32;dash_offset:(0,1),672,32;dashes:(0,2),704,8;;_XGC:T(5,12)=s112ext_data:(5,2),0,32;gid:(0,8),32,32;rects:(0,1),64,32;dashes:(0,1),96,32;dirty:(0,8),128,32;values:(5,11),160,736;;GC:t(5,13)=*(5,12)Visual:t(5,14)=s32ext_data:(5,2),0,32;visualid:(0,8),32,32;class:(0,1),64,32;red_mask:(0,8),96,32;green_mask:(0,8),128,32;blue_mask:(0,8),160,32;bits_per_rgb:(0,1),192,32;map_entries:(0,1),224,32;;Depth:t(5,15)=s12depth:(0,1),0,32;nvisuals:(0,1),32,32;visuals:(5,16)=*(5,14),64,32;;Screen:t(5,18)=s80ext_data:(5,2),0,32;display:(5,19)=*(5,17)=xs_XDisplay:,32,32;root:(0,8),64,32;width:(0,1),96,32;height:(0,1),128,32;mwidth:(0,1),160,32;mheight:(0,1),192,32;ndepths:(0,1),224,32;\depths:(5,20)=*(5,15),256,32;root_depth:(0,1),288,32;root_visual:(5,16),320,32;default_gc:(5,13),352,32;cmap:(0,8),384,32;white_pixel:(0,8),416,32;black_pixel:(0,8),448,32;max_maps:(0,1),480,32;\min_maps:(0,1),512,32;backing_store:(0,1),544,32;save_unders:(0,1),576,32;root_input_mask:(0,1),608,32;;ScreenFormat:t(5,21)=s16ext_data:(5,2),0,32;depth:(0,1),32,32;bits_per_pixel:(0,1),64,32;scanline_pad:(0,1),96,32;;XSetWindowAttributes:t(5,22)=s60background_pixmap:(0,8),0,32;background_pixel:(0,8),32,32;border_pixmap:(0,8),64,32;border_pixel:(0,8),96,32;bit_gravity:(0,1),128,32;win_gravity:(0,1),160,32;backing_store:(0,1),192,32;backing_planes:(0,8),224,32;\backing_pixel:(0,8),256,32;save_under:(0,1),288,32;event_mask:(0,1),320,32;do_not_propagate_mask:(0,1),352,32;override_redirect:(0,1),384,32;colormap:(0,8),416,32;cursor:(0,8),448,32;;XWindowAttributes:t(5,23)=s92x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;depth:(0,1),160,32;visual:(5,16),192,32;root:(0,8),224,32;\class:(0,1),256,32;bit_gravity:(0,1),288,32;win_gravity:(0,1),320,32;backing_store:(0,1),352,32;backing_planes:(0,8),384,32;backing_pixel:(0,8),416,32;save_under:(0,1),448,32;colormap:(0,8),480,32;\map_installed:(0,1),512,32;map_state:(0,1),544,32;all_event_masks:(0,1),576,32;your_event_mask:(0,1),608,32;do_not_propagate_mask:(0,1),640,32;override_redirect:(0,1),672,32;screen:(5,24)=*(5,18),704,32;;XHostAddress:t(5,25)=s12family:(0,1),0,32;length:(0,1),32,32;address:(2,1),64,32;;funcs:T(5,27)=s24create_image:(5,28)=*(5,29)=f(5,30)=*(5,26)=xs_XImage:,0,32;destroy_image:(5,3),32,32;get_pixel:(5,31)=*(5,32)=f(0,8),64,32;put_pixel:(5,3),96,32;sub_image:(5,28),128,32;add_pixel:(5,3),160,32;;_XImage:T(5,26)=s88width:(0,1),0,32;height:(0,1),32,32;xoffset:(0,1),64,32;format:(0,1),96,32;data:(2,1),128,32;byte_order:(0,1),160,32;bitmap_unit:(0,1),192,32;bitmap_bit_order:(0,1),224,32;\bitmap_pad:(0,1),256,32;depth:(0,1),288,32;bytes_per_line:(0,1),320,32;bits_per_pixel:(0,1),352,32;red_mask:(0,8),384,32;green_mask:(0,8),416,32;blue_mask:(0,8),448,32;obdata:(2,1),480,32;f:(5,27),512,192;;XImage:t(5,26)XWindowChanges:t(5,33)=s28x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;sibling:(0,8),160,32;stack_mode:(0,1),192,32;;XColor:t(5,34)=s12pixel:(0,8),0,32;red:(0,6),32,16;green:(0,6),48,16;blue:(0,6),64,16;flags:(0,2),80,8;pad:(0,2),88,8;;XSegment:t(5,35)=s8x1:(0,4),0,16;y1:(0,4),16,16;x2:(0,4),32,16;y2:(0,4),48,16;;XPoint:t(5,36)=s4x:(0,4),0,16;y:(0,4),16,16;;XRectangle:t(5,37)=s8x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;;XArc:t(5,38)=s12x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;angle1:(0,4),64,16;angle2:(0,4),80,16;;XKeyboardControl:t(5,39)=s32key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,1),64,32;bell_duration:(0,1),96,32;led:(0,1),128,32;led_mode:(0,1),160,32;key:(0,1),192,32;auto_repeat_mode:(0,1),224,32;;XKeyboardState:t(5,40)=s56key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,8),64,32;bell_duration:(0,8),96,32;led_mask:(0,8),128,32;global_auto_repeat:(0,1),160,32;auto_repeats:(5,41)=ar(0,1);0;31;(0,2),192,256;;XTimeCoord:t(5,42)=s8time:(0,8),0,32;x:(0,4),32,16;y:(0,4),48,16;;XModifierKeymap:t(5,43)=s8max_keypermod:(0,1),0,32;modifiermap:(1,2),32,32;;_DisplayAtoms:T(5,44)=s24text:(0,8),0,32;wm_state:(0,8),32,32;wm_protocols:(0,8),64,32;wm_save_yourself:(0,8),96,32;wm_change_state:(0,8),128,32;wm_colormap_windows:(0,8),160,32;;_XDisplay:T(5,17)=s1252ext_data:(5,2),0,32;next:(5,48)=*(5,17),32,32;fd:(0,1),64,32;lock:(0,1),96,32;proto_major_version:(0,1),128,32;proto_minor_version:(0,1),160,32;vendor:(2,1),192,32;resource_base:(0,1),224,32;\resource_mask:(0,1),256,32;resource_id:(0,1),288,32;resource_shift:(0,1),320,32;resource_alloc:(5,31),352,32;byte_order:(0,1),384,32;bitmap_unit:(0,1),416,32;bitmap_pad:(0,1),448,32;bitmap_bit_order:(0,1),480,32;\nformats:(0,1),512,32;pixmap_format:(5,49)=*(5,21),544,32;vnumber:(0,1),576,32;release:(0,1),608,32;head:(5,50)=*(5,45)=xs_XSQEvent:,640,32;tail:(5,50),672,32;qlen:(0,1),704,32;last_request_read:(0,8),736,32;\request:(0,8),768,32;last_req:(2,1),800,32;buffer:(2,1),832,32;bufptr:(2,1),864,32;bufmax:(2,1),896,32;max_request_size:(0,8),928,32;db:(5,51)=*(5,46)=xs_XrmHashBucketRec:,960,32;synchandler:(5,3),992,32;\display_name:(2,1),1024,32;default_screen:(0,1),1056,32;nscreens:(0,1),1088,32;screens:(5,24),1120,32;motion_buffer:(0,8),1152,32;current:(0,8),1184,32;min_keycode:(0,1),1216,32;max_keycode:(0,1),1248,32;\keysyms:(5,52)=*(0,8),1280,32;modifiermap:(5,53)=*(5,43),1312,32;keysyms_per_keycode:(0,1),1344,32;xdefaults:(2,1),1376,32;scratch_buffer:(2,1),1408,32;scratch_length:(0,8),1440,32;ext_number:(0,1),1472,32;ext_procs:(5,7),1504,32;\event_vec:(5,54)=ar(0,1);0;127;(5,3),1536,4096;wire_vec:(5,54),5632,4096;lock_meaning:(0,8),9728,32;key_bindings:(5,55)=*(5,47)=xsXKeytrans:,9760,32;cursor_font:(0,8),9792,32;atoms:(5,56)=*(5,44),9824,32;reconfigure_wm_window:(5,57)=s12sequence_number:(0,1),0,32;old_handler:(5,3),32,32;succeeded:(0,1),64,32;;,9856,96;\flags:(0,8),9952,32;mode_switch:(0,8),9984,32;;Display:t(5,17)XKeyEvent:t(5,58)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;keycode:(0,8),416,32;same_screen:(0,1),448,32;;XKeyPressedEvent:t(5,58)XKeyReleasedEvent:t(5,58)XButtonEvent:t(5,59)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;button:(0,8),416,32;same_screen:(0,1),448,32;;XButtonPressedEvent:t(5,59)XButtonReleasedEvent:t(5,59)XMotionEvent:t(5,60)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;is_hint:(0,2),416,8;same_screen:(0,1),448,32;;XPointerMovedEvent:t(5,60)XCrossingEvent:t(5,61)=s68type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;mode:(0,1),384,32;detail:(0,1),416,32;same_screen:(0,1),448,32;focus:(0,1),480,32;state:(0,8),512,32;;XEnterWindowEvent:t(5,61)XLeaveWindowEvent:t(5,61)XFocusChangeEvent:t(5,62)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;mode:(0,1),160,32;detail:(0,1),192,32;;XFocusInEvent:t(5,62)XFocusOutEvent:t(5,62)XKeymapEvent:t(5,63)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;key_vector:(5,41),160,256;;XExposeEvent:t(5,64)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;;XGraphicsExposeEvent:t(5,65)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;drawable:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;major_code:(0,1),320,32;minor_code:(0,1),352,32;;XNoExposeEvent:t(5,66)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;drawable:(0,8),128,32;major_code:(0,1),160,32;minor_code:(0,1),192,32;;XVisibilityEvent:t(5,67)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;state:(0,1),160,32;;XCreateWindowEvent:t(5,68)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;override_redirect:(0,1),352,32;;XDestroyWindowEvent:t(5,69)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;event:(0,8),128,32;window:(0,8),160,32;;XUnmapEvent:t(5,70)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;event:(0,8),128,32;window:(0,8),160,32;from_configure:(0,1),192,32;;XMapEvent:t(5,71)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;event:(0,8),128,32;window:(0,8),160,32;override_redirect:(0,1),192,32;;XMapRequestEvent:t(5,72)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;;XReparentEvent:t(5,73)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;event:(0,8),128,32;window:(0,8),160,32;parent:(0,8),192,32;x:(0,1),224,32;\y:(0,1),256,32;override_redirect:(0,1),288,32;;XConfigureEvent:t(5,74)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;override_redirect:(0,1),384,32;;XGravityEvent:t(5,75)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;;XResizeRequestEvent:t(5,76)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;width:(0,1),160,32;height:(0,1),192,32;;XConfigureRequestEvent:t(5,77)=s56type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;detail:(0,1),384,32;value_mask:(0,8),416,32;;XCirculateEvent:t(5,78)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;event:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XCirculateRequestEvent:t(5,79)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XPropertyEvent:t(5,80)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;atom:(0,8),160,32;time:(0,8),192,32;state:(0,1),224,32;;XSelectionClearEvent:t(5,81)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;selection:(0,8),160,32;time:(0,8),192,32;;XSelectionRequestEvent:t(5,82)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;owner:(0,8),128,32;requestor:(0,8),160,32;selection:(0,8),192,32;target:(0,8),224,32;\property:(0,8),256,32;time:(0,8),288,32;;XSelectionEvent:t(5,83)=s36type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;requestor:(0,8),128,32;selection:(0,8),160,32;target:(0,8),192,32;property:(0,8),224,32;time:(0,8),256,32;;XColormapEvent:t(5,84)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;colormap:(0,8),160,32;new:(0,1),192,32;state:(0,1),224,32;;XClientMessageEvent:t(5,85)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;message_type:(0,8),160,32;format:(0,1),192,32;data:(5,86)=u20b:(5,87)=ar(0,1);0;19;(0,2),0,160;\s:(5,88)=ar(0,1);0;9;(0,4),0,160;l:(5,89)=ar(0,1);0;4;(0,1),0,160;;,224,160;;XMappingEvent:t(5,90)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;request:(0,1),160,32;first_keycode:(0,1),192,32;count:(0,1),224,32;;XErrorEvent:t(5,91)=s20type:(0,1),0,32;display:(5,48),32,32;resourceid:(0,8),64,32;serial:(0,8),96,32;error_code:(0,5),128,8;request_code:(0,5),136,8;minor_code:(0,5),144,8;;XAnyEvent:t(5,92)=s20type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(5,48),96,32;window:(0,8),128,32;;_XEvent:T(5,93)=u96type:(0,1),0,32;xany:(5,92),0,160;xkey:(5,58),0,480;xbutton:(5,59),0,480;xmotion:(5,60),0,480;xcrossing:(5,61),0,544;xfocus:(5,62),0,224;xexpose:(5,64),0,320;\xgraphicsexpose:(5,65),0,384;xnoexpose:(5,66),0,224;xvisibility:(5,67),0,192;xcreatewindow:(5,68),0,384;xdestroywindow:(5,69),0,192;xunmap:(5,70),0,224;xmap:(5,71),0,224;xmaprequest:(5,72),0,192;\xreparent:(5,73),0,320;xconfigure:(5,74),0,416;xgravity:(5,75),0,256;xresizerequest:(5,76),0,224;xconfigurerequest:(5,77),0,448;xcirculate:(5,78),0,224;xcirculaterequest:(5,79),0,224;xproperty:(5,80),0,256;\xselectionclear:(5,81),0,224;xselectionrequest:(5,82),0,320;xselection:(5,83),0,288;xcolormap:(5,84),0,256;xclient:(5,85),0,384;xmapping:(5,90),0,256;xerror:(5,91),0,160;xkeymap:(5,63),0,416;pad:(5,94)=ar(0,1);0;23;(0,1),0,768;;XEvent:t(5,93)_XSQEvent:T(5,45)=s100next:(5,95)=*(5,45),0,32;event:(5,93),32,768;;_XQEvent:t(5,45)XCharStruct:t(5,96)=s12lbearing:(0,4),0,16;rbearing:(0,4),16,16;width:(0,4),32,16;ascent:(0,4),48,16;descent:(0,4),64,16;attributes:(0,6),80,16;;XFontProp:t(5,97)=s8name:(0,8),0,32;card32:(0,8),32,32;;XFontStruct:t(5,98)=s80ext_data:(5,2),0,32;fid:(0,8),32,32;direction:(0,8),64,32;min_char_or_byte2:(0,8),96,32;max_char_or_byte2:(0,8),128,32;min_byte1:(0,8),160,32;max_byte1:(0,8),192,32;all_chars_exist:(0,1),224,32;\default_char:(0,8),256,32;n_properties:(0,1),288,32;properties:(5,99)=*(5,97),320,32;min_bounds:(5,96),352,96;max_bounds:(5,96),448,96;per_char:(5,100)=*(5,96),544,32;ascent:(0,1),576,32;descent:(0,1),608,32;;XTextItem:t(5,101)=s16chars:(2,1),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XChar2b:t(5,102)=s2byte1:(0,5),0,8;byte2:(0,5),8,8;;XTextItem16:t(5,103)=s16chars:(5,104)=*(5,102),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XEDataObject:t(5,105)=u4display:(5,48),0,32;gc:(5,13),0,32;visual:(5,16),0,32;screen:(5,24),0,32;pixmap_format:(5,49),0,32;font:(5,106)=*(5,98),0,32;;XErrorHandler:t(5,3)XIOErrorHandler:t(5,3)_GC_rec:T(4,1)=s112gc:(5,13),0,32;ref_count:(0,4),32,16;num_cliprects:(0,1),64,32;valuemask:(0,8),96,32;values:(5,11),128,736;next:(4,2)=*(4,1),864,32;;GC_rec:t(4,1)pixlabel:T(4,3)=s12pixmap:(0,8),0,32;width:(0,1),32,32;height:(0,1),64,32;;Pixlabel:t(4,3)graphics_info:T(4,4)=s148dpy:(5,48),0,32;scrn:(0,1),32,32;depth:(0,8),64,32;glyphfont:(5,106),96,32;textfont:(5,106),128,32;three_d:(0,4),160,16;gc_rec:(4,5)=ar(0,1);0;8;(4,2),192,288;stipple_pixmaps:(4,6)=ar(0,1);0;2;(0,8),480,96;\pixvals:(4,7)=ar(0,1);0;4;(0,8),576,160;button_height:(0,4),736,16;endcap_width:(0,4),752,16;sb_width:(0,4),768,16;sb_height:(0,4),784,16;abbrev_width:(0,4),800,16;slider_width:(0,4),816,16;slider_height:(0,4),832,16;\se_width:(0,4),848,16;se_height:(0,4),864,16;mm_width:(0,4),880,16;mm_height:(0,4),896,16;base_off:(0,4),912,16;slider_offset:(0,4),928,16;cb_width:(0,4),944,16;cb_height:(0,4),960,16;\pp_width:(0,4),976,16;pp_height:(0,4),992,16;gauge_width:(0,4),1008,16;gauge_height:(0,4),1024,16;textscbu_width:(0,4),1040,16;gauge_endcapOffset:(0,4),1056,16;numscbu_width:(0,4),1072,16;resize_arm_width:(0,4),1088,16;\abbsb_height:(0,4),1104,16;cable_offset:(0,4),1120,16;cable_width:(0,4),1136,16;point_size:(0,4),1152,16;;Graphics_info:t(4,4)ol_ll_:T(4,8)=s56parent:(4,10)=*(4,9)=xsol_:,0,32;last:(4,11)=*(4,8),32,32;next:(4,11),64,32;type:(0,1),96,32;name:(5,41),128,256;widget:(2,1),384,32;win:(0,8),416,32;;Ol_ll:t(4,8)ol_:T(4,9)=s36display:(5,48),0,32;depth:(0,1),32,32;visual:(5,16),64,32;cmap:(0,8),96,32;background:(0,1),128,32;hand_cursor:(0,8),160,32;gin:(4,12)=*(4,4),192,32;head:(4,11),224,32;tail:(4,11),256,32;;Ol:t(4,9)ol_button_:T(4,13)=s76parent:(4,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(5,41),224,256;\event_proc:(5,3),480,32;user_data:(4,14)=*(0,11),512,32;user_data2:(4,14),544,32;toggle:(0,1),576,32;;OlButton:t(4,13)ol_menu_item_:T(4,16)=s60x:(0,1),0,32;y:(0,1),32,32;w:(0,1),64,32;h:(0,1),96,32;state:(0,1),128,32;on:(0,1),160,32;label:(5,41),192,256;pull_right:(4,17)=*(4,15)=xsol_menu_:,448,32;;ol_menu_:T(4,15)=s84parent:(4,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(5,41),224,256;\event_proc:(5,3),480,32;user_data:(4,14),512,32;user_data2:(4,14),544,32;win:(0,8),576,32;nitems:(0,1),608,32;items:(4,18)=*(4,16),640,32;;OlMenu:t(4,15)ol_scrollbar_:T(4,19)=s264parent:(4,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;anchor0_x:(0,1),160,32;anchor0_y:(0,1),192,32;anchor0_w:(0,1),224,32;\anchor0_h:(0,1),256,32;anchor1_x:(0,1),288,32;anchor1_y:(0,1),320,32;anchor1_w:(0,1),352,32;anchor1_h:(0,1),384,32;arrow0_x:(0,1),416,32;arrow0_y:(0,1),448,32;arrow0_w:(0,1),480,32;\arrow0_h:(0,1),512,32;arrow1_x:(0,1),544,32;arrow1_y:(0,1),576,32;arrow1_w:(0,1),608,32;arrow1_h:(0,1),640,32;elev_x:(0,1),672,32;elev_y:(0,1),704,32;elev_w:(0,1),736,32;\elev_h:(0,1),768,32;state:(0,1),800,32;state0:(0,1),832,32;state1:(0,1),864,32;x_old:(0,1),896,32;y_old:(0,1),928,32;on:(0,1),960,32;changed:(0,1),992,32;\horizontal:(0,1),1024,32;immediate:(0,1),1056,32;length:(0,1),1088,32;elev:(0,1),1120,32;min_elev:(0,1),1152,32;max_elev:(0,1),1184,32;elev_old:(0,1),1216,32;prop:(0,1),1248,32;\prop_length:(0,1),1280,32;win_x:(0,1),1312,32;win_y:(0,1),1344,32;win_dim:(0,1),1376,32;scroll_incr:(0,10),1408,64;full0:(0,10),1472,64;full1:(0,10),1536,64;view0:(0,10),1600,64;\view1:(0,10),1664,64;view0_old:(0,10),1728,64;view1_old:(0,10),1792,64;view0_last:(0,10),1856,64;view1_last:(0,10),1920,64;popup_menu:(4,20)=*(4,15),1984,32;scroll_proc:(5,3),2016,32;user_data:(4,14),2048,32;user_data2:(4,14),2080,32;;OlScrollbar:t(4,19)ol_box_:T(4,21)=s44parent:(4,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;gc:(5,13),224,32;\draw_proc:(5,3),256,32;user_data:(4,14),288,32;user_data2:(4,14),320,32;;OlBox:t(4,21)/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.hgpl_trace:T(3,1)=s32id_string:(2,1),0,32;units:(2,1),32,32;uvar:(0,9),64,32;nsegs:(0,1),96,32;tstart:(3,2)=*(0,10),128,32;dt:(3,2),160,32;nsamps:(3,3)=*(0,1),192,32;data:(3,4)=*(3,5)=*(0,9),224,32;;GPLTrace:t(3,1)gpl_arrival:T(3,6)=s104arrival_id:(4,14),0,32;time:(0,10),64,64;deltime:(0,10),128,64;ptime:(0,10),192,64;ap0time:(0,10),256,64;ap1time:(0,10),320,64;pamp:(0,9),384,32;ap0amp:(0,9),416,32;\ap1amp:(0,9),448,32;amp:(0,9),480,32;phase:(3,7)=ar(0,1);0;15;(0,2),512,128;fm:(3,8)=ar(0,1);0;7;(0,2),640,64;quality:(3,8),704,64;overlay:(0,1),768,32;;GPLArrival:t(3,6)gpl_pane_:T(3,9)=s40parent:(3,11)=*(3,10)=xsgather_plot_:,0,32;type:(0,1),32,32;visible:(0,1),64,32;grab:(0,1),96,32;x:(0,1),128,32;y:(0,1),160,32;w:(0,1),192,32;h:(0,1),224,32;\background:(0,1),256,32;foreground:(0,1),288,32;;GPLPane:t(3,9)gpl_widgets_:T(3,13)=s12ol_widget:(2,1),0,32;type:(0,1),32,32;on:(0,1),64,32;;strace_:T(3,14)=s48trace_id:(4,14),0,32;ampwin:(0,9),32,32;amp0:(0,9),64,32;ascale:(0,9),96,32;t0:(0,10),128,64;xl:(0,1),192,32;xr:(0,1),224,32;yt:(0,1),256,32;\yb:(0,1),288,32;select:(0,1),320,32;display:(0,1),352,32;;gather_plot_:T(3,10)=s1480display:(5,48),0,32;screen:(0,1),32,32;visual:(5,16),64,32;depth:(0,1),96,32;cmap:(0,8),128,32;progname:(3,16)=ar(0,1);0;63;(0,2),160,512;title:(3,17)=ar(0,1);0;127;(0,2),672,1024;shutdown:(0,1),1696,32;\first:(0,1),1728,32;xcom:(3,18)=*(10,1),1760,32;fdcom:(0,1),1792,32;Static:(3,19)=*(3,12)=xsgather_plot_static_:,1824,32;ol:(3,20)=*(4,9),1856,32;box:(2,1),1888,32;overlays:(2,1),1920,32;gpl_mag:(3,21)=*(3,10),1952,32;\mag_win_w:(0,1),1984,32;mag_win_h:(0,1),2016,32;n_sln_wins:(0,1),2048,32;gpl_sln:(3,22)=*(3,21),2080,32;sln_win_w:(0,1),2112,32;sln_win_h:(0,1),2144,32;gpl_parent:(3,21),2176,32;user_data:(2,1),2208,32;\nwidgets:(0,1),2240,32;widgets:(3,23)=ar(0,1);0;19;(3,13),2272,1920;trace_menu:(4,20),4192,32;phase_menu:(4,20),4224,32;arrival_menu:(4,20),4256,32;uvar_scrollbar:(3,24)=*(4,19),4288,32;sta_scrollbar:(3,24),4320,32;time_scrollbar:(3,24),4352,32;\button_flags:(0,1),4384,32;label_foreground:(0,1),4416,32;label_background:(0,1),4448,32;uvar_foreground:(0,1),4480,32;trace_foreground:(0,1),4512,32;trace_background:(0,1),4544,32;gpl_win_visible:(0,1),4576,32;batch_on:(0,1),4608,32;\gpl_win:(0,8),4640,32;gpl_win_parent:(0,8),4672,32;gpl_win_gc:(5,13),4704,32;time_cursor_gc:(5,13),4736,32;time_line_gc:(5,13),4768,32;trace_bkg_gc:(5,13),4800,32;trace_frg_gc:(5,13),4832,32;trace_rect_gc:(5,13),4864,32;\label_bkg_gc:(5,13),4896,32;trace_moveout_gc:(5,13),4928,32;trace_arrival_gc:(5,13),4960,32;parent_pane:(3,9),4992,320;gpl_pane:(3,9),5312,320;gpl_win_x_fr:(0,9),5632,32;gpl_win_y_fr:(0,9),5664,32;gpl_win_w_fr:(0,9),5696,32;\gpl_win_h_fr:(0,9),5728,32;trace_pane:(3,9),5760,320;trace_pane_x_fr:(0,9),6080,32;trace_pane_y_fr:(0,9),6112,32;trace_pane_w_fr:(0,9),6144,32;trace_pane_h_fr:(0,9),6176,32;trace_pane_l_margin:(0,1),6208,32;trace_pane_r_margin:(0,1),6240,32;\trace_pane_t_margin:(0,1),6272,32;trace_pane_b_margin:(0,1),6304,32;widget_pane:(3,9),6336,320;uvar_scrl_pane:(3,9),6656,320;uvar_pane:(3,9),6976,320;sta_pane:(3,9),7296,320;sta_scrl_pane:(3,9),7616,320;time_pane:(3,9),7936,320;\status_pane:(3,9),8256,320;time_scrl_pane:(3,9),8576,320;trace_win_imm:(0,1),8896,32;trace_mouse_mode:(0,1),8928,32;trace_mouse_mode_old:(0,1),8960,32;trace_mouse_state:(0,1),8992,32;trace_mouse_xold:(0,1),9024,32;trace_mouse_yold:(0,1),9056,32;\trace_x_first:(0,1),9088,32;trace_y_first:(0,1),9120,32;arrival_select:(0,1),9152,32;arrival_edit:(0,1),9184,32;old_mask:(0,8),9216,32;time_cursor_ovls:(2,1),9248,32;time_flags:(0,8),9280,32;ntimes:(0,1),9312,32;\xtime:(0,1),9344,32;dxtime:(0,1),9376,32;ttime:(0,10),9408,64;dttime:(0,10),9472,64;tstime:(0,10),9536,64;uvar_flags:(0,8),9600,32;uvar_ordinal:(0,1),9632,32;nuvars:(0,1),9664,32;\yuvar:(0,1),9696,32;dyuvar:(0,1),9728,32;uuvar:(0,9),9760,32;duuvar:(0,9),9792,32;usuvar:(0,9),9824,32;sta_flags:(0,8),9856,32;trace_pixmap:(0,8),9888,32;trace_pixmap_gc:(5,13),9920,32;\trace_pixmap_gc2:(5,13),9952,32;trace_pixmap_w:(0,1),9984,32;trace_pixmap_h:(0,1),10016,32;trace_plot_mode:(0,1),10048,32;trace_overlay_mode:(0,1),10080,32;trace_moveout_mode:(0,1),10112,32;trace_moveout_t0:(0,10),10176,64;trace_moveout_slo:(0,9),10240,32;\trace_moveout_t0l:(0,10),10304,64;trace_moveout_slol:(0,9),10368,32;trace_filter_mode:(0,1),10400,32;trace_filter_index:(0,1),10432,32;trace_time_resize:(0,1),10464,32;trace_uvar_resize:(0,1),10496,32;t0:(0,10),10560,64;twin:(0,10),10624,64;\t0_full:(0,10),10688,64;twin_full:(0,10),10752,64;uvar_name:(2,1),10816,32;uvar0:(0,9),10848,32;uvarwin:(0,9),10880,32;uvar0_full:(0,9),10912,32;uvarwin_full:(0,9),10944,32;sta0:(0,1),10976,32;\stawin:(0,1),11008,32;stawin_full:(0,1),11040,32;trace_ht:(0,9),11072,32;trace_height:(0,9),11104,32;amp0:(0,9),11136,32;ampwin:(0,9),11168,32;gain:(0,9),11200,32;clip:(0,1),11232,32;\amp_scale_mode:(0,1),11264,32;agcwin:(0,9),11296,32;amp_uvar_mode:(0,1),11328,32;ntraces:(0,1),11360,32;traces:(3,25)=*(3,14),11392,32;tshift:(0,10),11456,64;arrfl_sel:(3,26)=*(3,15)=xsgpl_arrival_flag_:,11520,32;get_trace:(5,3),11552,32;\get_arrivals:(5,3),11584,32;get_arrs:(5,3),11616,32;put_arrival:(5,8),11648,32;put_arr:(5,8),11680,32;resize_proc:(5,3),11712,32;key_event_proc:(5,3),11744,32;sta_info:(5,3),11776,32;;GatherPlot:t(3,10)gather_plot_static_:T(3,12)=s380display:(5,48),0,32;screen:(0,1),32,32;visual:(5,16),64,32;depth:(0,1),96,32;cmap:(0,8),128,32;pixel:(0,8),160,32;pixel_cmpl:(0,8),192,32;red_pixel:(0,1),224,32;\yellow_pixel:(0,1),256,32;yellow2_pixel:(0,1),288,32;green_pixel:(0,1),320,32;blue_pixel:(0,1),352,32;gray_pixel:(0,1),384,32;gray_pixels:(3,28)=ar(0,1);0;31;(0,1),416,1024;chrom_pixels:(3,28),1440,1024;label_foreground:(0,1),2464,32;\label_background:(0,1),2496,32;uvar_foreground:(0,1),2528,32;trace_foreground:(0,1),2560,32;trace_background:(0,1),2592,32;arrival_foreground:(0,1),2624,32;arrival_background:(0,1),2656,32;sel_arrival_foreground:(0,1),2688,32;sel_arrival_background:(0,1),2720,32;\dotted_pixmap:(0,8),2752,32;trace_font:(5,106),2784,32;trace_font_small:(5,106),2816,32;normal_cursor:(0,8),2848,32;busy_cursor:(0,8),2880,32;hscrl_cursor:(0,8),2912,32;vscrl_cursor:(0,8),2944,32;filters:(3,29)=*(3,27)=xsgather_plot_filter_:,2976,32;nfilters:(0,1),3008,32;;gather_plot_filter_:T(3,27)=s72type:(0,1),0,32;label:(5,41),32,256;start_pad:(0,10),320,64;end_pad:(0,10),384,64;param1:(0,9),448,32;param2:(0,9),480,32;param3:(0,9),512,32;param4:(0,9),544,32;;gpl_arrival_flag_:T(3,15)=s128arrival_id:(4,14),0,32;strace:(3,25),32,32;gpl:(3,21),64,32;selected:(0,1),96,32;overlay:(0,1),128,32;pm:(0,8),160,32;h:(0,1),192,32;time:(0,10),256,64;\deltime:(0,10),320,64;deltime_box:(2,1),384,32;ptime:(0,10),448,64;ap0time:(0,10),512,64;ap1time:(0,10),576,64;pamp:(0,9),640,32;amp:(0,9),672,32;ap0amp:(0,9),704,32;\ap1amp:(0,9),736,32;ampper_box:(2,1),768,32;phase:(3,7),800,128;fm:(3,8),928,64;;gpl_arrival_flag:t(3,15)./Overlay_defs.hoverlay_:T(13,1)=s68overlays_ptr:(13,3)=*(13,2)=xsoverlays_:,0,32;display:(5,48),32,32;win:(0,8),64,32;gc:(5,13),96,32;o:(0,1),128,32;on:(0,1),160,32;x:(0,1),192,32;y:(0,1),224,32;\w:(0,1),256,32;h:(0,1),288,32;d:(0,1),320,32;draw_ptr:(2,1),352,32;draw_proc_ptr:(13,4)=*(13,5)=f(0,11),384,32;free_proc_ptr:(13,4),416,32;back_pm:(0,8),448,32;prev:(13,6)=*(13,1),480,32;next:(13,6),512,32;;Overlay:t(13,1)overlays_:T(13,2)=s8head:(13,6),0,32;tail:(13,6),32,32;;Overlays:t(13,2)GPL_get:F(4,14)__builtin_va_alist:p(0,1)args:(2,1)gpl:(3,21)attr:(0,1)i:(0,1)name:(2,1)tstart:(3,2)dt:(3,2)nsamps:(3,3)data:(3,4)id_string:(2,1)uvar:(0,9)nsegs:(0,1)ns:(0,1)dat:(3,5)time:(0,10)GPL_get_trace:F(0,1)gpl:p(3,21)trace_id:p(4,14)t0:p(0,10)twin:p(0,10)npixels:p(0,1)proc_flg:p(0,1)gpl_trace:p(0,13)=*(3,1)i:(0,1)GPL_manage.o/auto/jspc/sw/src/lib/undoc/gpl/GPL_manage.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.hgpl_msg:G(9,3)ngpl_msg:G(0,1)GPL_event_loop:F(0,1)gpl:p(2,21)event:(4,93)nbytes:(0,1)buffer:(4,41)/usr/include/sys/types.h/usr/include/sys/time.htimeval:T(13,1)=s8tv_sec:(0,1),0,32;tv_usec:(0,1),32,32;;timezone:T(13,2)=s8tz_minuteswest:(0,1),0,32;tz_dsttime:(0,1),32,32;;itimerval:T(13,3)=s16it_interval:(13,1),0,64;it_value:(13,1),64,64;;/usr/include/time.h/usr/include/sys/stdtypes.htm:T(14,1)=s44tm_sec:(0,1),0,32;tm_min:(0,1),32,32;tm_hour:(0,1),64,32;tm_mday:(0,1),96,32;tm_mon:(0,1),128,32;tm_year:(0,1),160,32;tm_wday:(0,1),192,32;tm_yday:(0,1),224,32;\tm_isdst:(0,1),256,32;tm_zone:(5,7),288,32;tm_gmtoff:(0,1),320,32;;GPL_read_loop:F(0,1)gpl:p(2,21)fdin:p(0,1)to:p(0,10)ret:(0,1)width:(0,1)readfds:(5,8)timeout:(13,1)toptr:(0,13)=*(13,1)event:(4,93)ptr:(5,7)GPL_read:F(0,1)gpl:p(2,21)fd:p(0,1)buf:p(5,7)nbyte:p(0,1)n:(0,1)/usr/include/varargs.hva_list:t(5,7)GPL_scanf:F(0,1)__builtin_va_alist:p(0,1)args:(5,7)next:(0,14)=*(5,7)ptr:(5,7)format:(5,7)GPL_fscanf:F(0,1)__builtin_va_alist:p(0,1)args:(5,7)next:(0,14)gpl:(2,21)file:(0,15)=*(1,1)format:(5,7)ret:(0,1)GPL_fgets:F(5,7)gpl:p(2,21)s:p(5,7)n:p(0,1)stream:p(0,15)GPL_set.o/auto/jspc/sw/src/lib/undoc/gpl/GPL_set.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h./gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.h./Overlay_defs.h/usr/openwin/include/X11/Xutil.hXSizeHints:t(14,1)=s72flags:(0,1),0,32;x:(0,1),32,32;y:(0,1),64,32;width:(0,1),96,32;height:(0,1),128,32;min_width:(0,1),160,32;min_height:(0,1),192,32;max_width:(0,1),224,32;\max_height:(0,1),256,32;width_inc:(0,1),288,32;height_inc:(0,1),320,32;min_aspect:(14,2)=s8x:(0,1),0,32;y:(0,1),32,32;;,352,64;max_aspect:(14,2),416,64;base_width:(0,1),480,32;\base_height:(0,1),512,32;win_gravity:(0,1),544,32;;XWMHints:t(14,3)=s36flags:(0,1),0,32;input:(0,1),32,32;initial_state:(0,1),64,32;icon_pixmap:(0,8),96,32;icon_window:(0,8),128,32;icon_x:(0,1),160,32;icon_y:(0,1),192,32;icon_mask:(0,8),224,32;window_group:(0,8),256,32;;XTextProperty:t(14,4)=s16value:(1,2),0,32;encoding:(0,8),32,32;format:(0,1),64,32;nitems:(0,8),96,32;;XIconSize:t(14,5)=s24min_width:(0,1),0,32;min_height:(0,1),32,32;max_width:(0,1),64,32;max_height:(0,1),96,32;width_inc:(0,1),128,32;height_inc:(0,1),160,32;;XClassHint:t(14,6)=s8res_name:(2,1),0,32;res_class:(2,1),32,32;;_XComposeStatus:T(14,7)=s8compose_ptr:(2,1),0,32;chars_matched:(0,1),32,32;;XComposeStatus:t(14,7)Region:t(14,9)=*(14,8)=xs_XRegion:XVisualInfo:t(14,10)=s40visual:(5,16),0,32;visualid:(0,8),32,32;screen:(0,1),64,32;depth:(0,1),96,32;class:(0,1),128,32;red_mask:(0,8),160,32;green_mask:(0,8),192,32;blue_mask:(0,8),224,32;\colormap_size:(0,1),256,32;bits_per_rgb:(0,1),288,32;;XStandardColormap:t(14,11)=s40colormap:(0,8),0,32;red_max:(0,8),32,32;red_mult:(0,8),64,32;green_max:(0,8),96,32;green_mult:(0,8),128,32;blue_max:(0,8),160,32;blue_mult:(0,8),192,32;base_pixel:(0,8),224,32;\visualid:(0,8),256,32;killid:(0,8),288,32;;XContext:t(0,1)GPL_set:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)gpl:(3,21)sln:(3,21)attr:(0,1)name:(2,1)i:(0,1)j:(0,1)n:(0,1)x:(0,1)y:(0,1)w:(0,1)h:(0,1)bw:(0,1)d:(0,1)mask:(0,8)xwa:(5,22)root_win:(0,8)on:(0,1)put:(0,1)xlow:(0,1)xhigh:(0,1)uvar:(0,9)uscale:(0,9)uvar0:(0,9)hue:(0,9)lit:(0,9)sat:(0,9)string:(5,41)string2:(5,41)title:V(3,17)gain:(0,9)arrival_id:(2,1)trace_id:(2,1)time:(0,10)tscale:(0,10)t0:(0,10)twin:(0,10)type:(0,1)min:(0,9)max:(0,9)proc:(2,1)gpl_arrival:(3,6)title_ptr:(2,1)icon_pixmap:(0,8)size_hints:(14,1)./icon_bitmapicon_bitmap_bits:V(15,1)=ar(0,1);0;199;(0,2)gpl_find_root_gpl:F(3,21)gpl:p(3,21)gpl_first_ovl:G(3,21)gpl_first_flg:G(0,1)gpl_set_arrival_phase:F(0,1)gpl:p(3,21)arrival_id:p(2,1)phase:p(2,1)put:p(0,1)gpln:(3,21)gpl_set_arrival_phase_ovl:F(0,1)gpl:p(3,21)arrival_id:p(2,1)phase:p(2,1)put:p(0,1)overlays:(0,13)=*(13,2)olp:(13,6)arflg:(0,14)=*(3,15)xlow:(0,1)xhigh:(0,1)w:(0,1)i:(0,1)gpl_arrival:(3,6)gpl_set_arrival_delete:F(0,1)gpl:p(3,21)arrival_id:p(2,1)put:p(0,1)gpln:(3,21)gpl_set_arrival_delete_ovl:F(0,1)gpl:p(3,21)arrival_id:p(2,1)put:p(0,1)overlays:(0,13)olp:(13,6)arflg:(0,14)i:(0,1)gpl_arrival:(3,6)gpl_set_arrival_deltim:F(0,1)gpl:p(3,21)arrival_id:p(2,1)deltime:p(0,10)put:p(0,1)gpln:(3,21)gpl_set_arrival_time:F(0,1)gpl:p(3,21)arrival_id:p(2,1)time:p(0,10)put:p(0,1)gpln:(3,21)gpl_set_arrival_time_ovl:F(0,1)gpl:p(3,21)arrival_id:p(2,1)time:p(0,10)put:p(0,1)overlays:(0,13)olp:(13,6)arflg:(0,14)xlow:(0,1)xhigh:(0,1)x:(0,1)tscale:(0,10)i:(0,1)gpl_arrival:V(3,6)gpl_set_arrival_deltim_ovl:F(0,1)gpl:p(3,21)arrival_id:p(2,1)deltime:p(0,10)put:p(0,1)overlays:(0,13)olp:(13,6)arflg:(0,14)i:(0,1)gpl_arrival:(3,6)gpl_set_arrival_add:F(0,1)gpl:p(3,21)trace_id:p(2,1)arrival_id:p(2,1)time:p(0,10)phase:p(2,1)gpln:(3,21)gpl_set_arrival_add_ovl:F(0,1)gpl:p(3,21)trace_id:p(2,1)arrival_id:p(2,1)time:p(0,10)phase:p(2,1)i:(0,1)uvar:(0,9)uscale:(0,9)olp:(13,6)arflg:(0,14)x:(0,1)y:(0,1)ht:(0,1)w:(0,1)tscale:(0,10)gpl_set_arrival_select:F(0,1)gpl:p(3,21)arrival_id:p(2,1)on:p(0,1)gpln:(3,21)gpl_set_arrival_deltim_show:F(0,1)gpl:p(3,21)arrival_id:p(2,1)on:p(0,1)gpln:(3,21)gpl_set_arrival_select_ovl:F(0,1)gpl:p(3,21)arrival_id:p(2,1)on:p(0,1)overlays:(0,13)olp:(13,6)arflg:(0,14)w:(0,1)i:(0,1)gpl_set_arrival_deltim_show_ovl:F(0,1)gpl:p(3,21)arrival_id:p(2,1)on:p(0,1)overlays:(0,13)olp:(13,6)arflg:(0,14)i:(0,1)gpl_draw_arflg_deltim:F(0,1)gpl:p(3,21)arflg:p(0,14)time:(0,10)deltime:(0,10)tscale:(0,10)x:(0,1)y:(0,1)x1:(0,1)x2:(0,1)w:(0,1)h:(0,1)gpl_set_uvar0:F(0,1)gpl:p(3,21)uvar0:p(0,10)uvar:(0,9)gpl_set_uvarwin:F(0,1)gpl:p(3,21)uvarwin:p(0,10)uvar:(0,9)gpl_set_uvar_both:F(0,1)gpl:p(3,21)uvar0:p(0,10)uvarwin:p(0,10)uvar:(0,9)gpl_set_uvar0_full:F(0,1)gpl:p(3,21)uvar0_full:p(0,10)gpl_set_uvarwin_full:F(0,1)gpl:p(3,21)uvarwin_full:p(0,10)gpl_set_sta0:F(0,1)gpl:p(3,21)sta0:p(0,1)i:(0,1)x:(0,10)y:(0,10)gpl_set_stawin:F(0,1)gpl:p(3,21)stawin:p(0,1)i:(0,1)x:(0,10)y:(0,10)gpl_set_sta_both:F(0,1)gpl:p(3,21)sta0:p(0,1)stawin:p(0,1)i:(0,1)x:(0,10)y:(0,10)gpl_set_sta0_full:F(0,1)gpl:p(3,21)sta0_full:p(0,1)x:(0,10)y:(0,10)gpl_set_stawin_full:F(0,1)gpl:p(3,21)stawin_full:p(0,1)x:(0,10)y:(0,10)gpl_set_sln:F(0,1)gpl:p(3,21)i:p(0,1)j:(0,1)n:(0,1)uvar:(0,9)sln:(3,21)gpl_set_arrival_ampper_show:F(0,1)gpl:p(3,21)arrival_id:p(2,1)on:p(0,1)gpln:(3,21)gpl_set_arrival_ampper_show_ovl:F(0,1)gpl:p(3,21)arrival_id:p(2,1)on:p(0,1)overlays:(0,13)olp:(13,6)arflg:(0,14)i:(0,1)gpl_draw_arflg_ampper:F(0,1)gpl:p(3,21)arflg:p(0,14)amp:(0,9)fh:(0,9)time:(0,10)per:(0,10)tscale:(0,10)t1:(0,10)t2:(0,10)a1:(0,9)a2:(0,9)string:V(10,2)x:(0,1)y:(0,1)x1:(0,1)x2:(0,1)y1:(0,1)y2:(0,1)w:(0,1)h:(0,1)direction:(0,1)ascent:(0,1)descent:(0,1)overall:(5,96)str_x:(0,1)str_y:(0,1)str_w:(0,1)str_h:(0,1)gpl_set_arrival_ampper_auto:F(0,1)gpl:p(3,21)arrival_id:p(2,1)time:p(0,10)put:p(0,1)gpl_set_arrival_ampper_auto_ovl:F(0,1)gpl:p(3,21)arrival_id:p(2,1)time:p(0,10)put:p(0,1)overlays:(0,13)olp:(13,6)arflg:(0,14)twin_ap:(0,10)i:(0,1)ap0amp:(0,10)ap1amp:(0,10)ap0time:(0,10)ap1time:(0,10)gpl_arrival:V(3,6)gpl_trace:V(3,1)gpl_hold:V(3,21)arrival_id_hold:V(4,14)trace_id_hold:V(4,14)t0_hold:V(0,10)twin_hold:V(0,10)time_hold:V(0,10)gpln:(3,21)gpl_set_ampper_ovl:F(0,1)gpl:p(3,21)arrival_id:p(2,1)ap0amp:p(0,10)ap1amp:p(0,10)ap0time:p(0,10)ap1time:p(0,10)overlays:(0,13)olp:(13,6)arflg:(0,14)i:(0,1)gpl_auto_ampper:F(0,1)gpl_trace:p(0,15)=*(3,1)ftime:p(0,10)twin_ap:p(0,10)ap0amp:p(3,2)ap1amp:p(3,2)ap0time:p(3,2)ap1time:p(3,2)i:(0,1)j:(0,1)first:(0,1)time:(0,10)amp:(0,9)ampm1:(0,9)ampp1:(0,9)GPL_Xdefaults.o_opTableEntries_rDB_opTable/auto/jspc/sw/src/lib/undoc/gpl/GPL_Xdefaults.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.h/usr/openwin/include/X11/Xresource.h/usr/include/sys/types.hXrmQuark:t(0,1)XrmQuarkList:t(2,3)XrmString:t(5,7)XrmBinding:t(12,1)=eXrmBindTightly:0,XrmBindLoosely:1,;XrmBindingList:t(12,2)=*(12,1)XrmName:t(0,1)XrmNameList:t(2,3)XrmClass:t(0,1)XrmClassList:t(2,3)XrmRepresentation:t(0,1)XrmValue:t(12,3)=s8size:(0,8),0,32;addr:(5,7),32,32;;XrmValuePtr:t(12,4)=*(12,3)XrmHashBucket:t(4,51)XrmHashTable:t(12,5)=*(4,51)XrmSearchList:t(12,6)=ar(0,1);0;-1;(12,5)XrmDatabase:t(4,51)XrmOptionKind:t(12,7)=eXrmoptionNoArg:0,XrmoptionIsArg:1,XrmoptionStickyArg:2,XrmoptionSepArg:3,XrmoptionResArg:4,XrmoptionSkipArg:5,XrmoptionSkipLine:6,XrmoptionSkipNArgs:7,;XrmOptionDescRec:t(12,8)=s16option:(5,7),0,32;specifier:(5,7),32,32;argKind:(12,7),64,32;value:(5,7),96,32;;XrmOptionDescList:t(12,9)=*(12,8)/usr/openwin/include/X11/Xutil.hopTableEntries:S(0,1)opTable:S(0,13)=ar(0,1);0;10;(12,8)rDB:S(4,51)GPL_get_Xdefaults:F(0,1)gpl:p(2,21)app_file:p(5,7)argc:p(2,3)argv:p(0,14)=*(5,7)first:V(0,1)name:(9,2)cname:(9,2)commandlineDB:V(4,51)appdefDB:V(4,51)serverDB:V(4,51)apphomeDB:V(4,51)applocalDB:V(4,51)home:(5,7)GPL_apply_Xdefaults:F(0,1)gpl:p(2,21)name:(9,3)cname:(9,3)str_type:(0,15)=ar(0,1);0;19;(5,7)value:(12,3)ret:(0,1)x:(0,1)y:(0,1)wd:(0,1)ht:(0,1)h:(0,9)l:(0,9)s:(0,9)i:(0,1)gpl_colorname_to_hls:F(0,1)gpl:p(2,21)name:p(5,7)h:p(2,5)l:p(2,5)s:p(2,5)string:(9,3)i:(0,1)n:(0,1)hptr:(5,7)lptr:(5,7)sptr:(5,7)color:(4,34)r:(0,9)g:(0,9)b:(0,9)gpl_rgb_to_hls:F(0,1)r:p(0,10)g:p(0,10)b:p(0,10)h:p(2,5)l:p(2,5)s:p(2,5)max:(0,9)min:(0,9)rc:(0,9)gc:(0,9)bc:(0,9)#tmp0:(2,5)#tmp1:(2,5)box.o/export/jspc/sw/src/lib/undoc/gpl/box.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hbox_:T(0,13)=s36display:(2,48),0,32;window:(0,8),32,32;gc:(2,13),64,32;line_mode:(0,1),96,32;x:(0,1),128,32;y:(0,1),160,32;w:(0,1),192,32;h:(0,1),224,32;on:(0,1),256,32;;Box:t(0,13)Box_create:F(0,14)=*(0,13)display:p(2,48)window:p(0,8)line_mode:p(0,1)box:(0,14)mask:(0,8)gcv:(2,11)foreground:(0,1)Box_free:F(0,1)box:p(0,14)Box_draw:F(0,1)box:p(0,14)x:p(0,1)y:p(0,1)w:p(0,1)h:p(0,1)points:(0,15)=ar(0,1);0;4;(2,36)Box_erase:F(0,1)box:p(0,14)points:(0,15)callbacks.o/auto/jspc/sw/src/lib/undoc/gpl/callbacks.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.hgpl_ol_scale_menu_proc:F(0,1)menu:p(3,20)i:p(0,1)gpl:(2,21)gpl_ol_quit_button_proc:F(0,1)button:p(0,13)=*(3,13)gpl:(2,21)gpl_ol_add_arrival_button_proc:F(0,1)button:p(0,13)gpl:(2,21)state:(0,1)gpl_ol_print_button_proc:F(0,1)button:p(0,13)gpl:(2,21)state:(0,1)gpl_ol_amp_menu_proc:F(0,1)menu:p(3,20)i:p(0,1)gpl:(2,21)gain:(0,10)gpl_ol_mode_menu_proc:F(0,1)menu:p(3,20)i:p(0,1)gpl:(2,21)gpl_ol_moveout_menu_proc:F(0,1)menu:p(3,20)i:p(0,1)gpl:(2,21)gpl_ol_filter_menu_proc:F(0,1)menu:p(3,20)i:p(0,1)gpl:(2,21)gpl_ol_trace_menu_proc:F(0,1)menu:p(3,20)i:p(0,1)gpl:(2,21)j:(0,1)n:(0,1)uvar:(0,9)i0:(0,1)i1:(0,1)gpl_ol_phase_menu_proc:F(0,1)menu:p(3,20)i:p(0,1)gpl:(2,21)arflg:(0,14)=*(2,15)phase:(5,7)gpl_ol_arrival_menu_proc:F(0,1)menu:p(3,20)i:p(0,1)gpl:(2,21)arflg:(0,14)t0:(0,10)twin:(0,10)gpl_ol_uvar_scroll_proc:F(0,1)scrollbar:p(2,24)view0:p(0,10)view1:p(0,10)immediate:p(0,1)gpl:(2,21)gpl_ol_sta_scroll_proc:F(0,1)scrollbar:p(2,24)view0:p(0,10)view1:p(0,10)immediate:p(0,1)gpl:(2,21)i0:(0,1)i1:(0,1)gpl_ol_time_scroll_proc:F(0,1)scrollbar:p(2,24)view0:p(0,10)view1:p(0,10)immediate:p(0,1)gpl:(2,21)gpl_draw.o/auto/jspc/sw/src/lib/undoc/gpl/gpl_draw.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.h./Overlay_defs.hpostscript_plot:G(0,1)gpl_draw:F(0,11)gpl:p(2,21)root_win:(0,8)x:(0,1)y:(0,1)w:(0,1)h:(0,1)bw:(0,1)d:(0,1)tscale:(0,10)twini:(0,10)tshift:(0,10)xnew:(0,1)wnew:(0,1)line:(9,2)gpl_draw_arrivals:F(0,11)gpl:p(2,21)gpl_render_wiggle_plot:F(0,11)gpl:p(2,21)tshift:p(0,10)twini:p(0,10)xnew:p(0,1)wnew:p(0,1)tplot_flg:p(0,1)aplot_flg:p(0,1)i:(0,1)j:(0,1)k:(0,1)n:(0,1)t0:(0,10)twin:(0,10)delt:(0,10)npixels:(0,1)id_string:(5,7)uvar:(0,9)uvar0:(0,9)uvart:(0,9)nsegs:(0,1)tstart:(0,10)dt:(0,10)dtn:(0,10)nsamps:(0,1)data:(2,5)dptr:(2,5)tscale:(0,10)ttime:(0,10)uscale:(0,9)amp:(0,9)amp0:(0,9)awin:(0,9)amin:(0,9)amax:(0,9)x:(0,1)y:(0,1)w:(0,1)h:(0,1)x_offset:(0,1)y_offset:(0,1)first:(0,1)npoints:(0,1)ndec:(0,1)x_old:(0,1)y_old:(0,1)yin:(0,1)ymin:(0,1)ymax:(0,1)points:V(0,13)=ar(0,1);0;2009;(4,36)xplt:V(0,14)=ar(0,1);0;2009;(0,9)yplt:V(0,14)maxincs:(0,1)nstart:(0,10)ninc:(0,10)xd:(0,10)yd:(0,10)rect:(4,37)xp:(0,15)=*(4,36)ampsq:(0,9)nagc:(0,1)iagc:(0,1)l:(0,1)n0:(0,1)nn:(0,1)is:(0,1)ie:(0,1)ns:(0,1)np:(0,1)ybot:(0,9)ytop:(0,9)ascale:(0,9)qpl:(0,1)qpll:(0,1)time0:(0,10)timep:(0,10)twn:(0,10)twnp:(0,10)tagc0:(0,10)tagcwin:(0,10)narrivals:(0,1)arrival_ids:(0,16)=*(5,7)arrival_times:(2,2)arrival_phases:(0,16)arrival_fms:(0,16)arrival_ptimes:(2,2)arrival_pamps:(2,5)arrival_ap0times:(2,2)arrival_ap0amps:(2,5)arrival_ap1times:(2,2)arrival_ap1amps:(2,5)arflg:(0,17)=*(2,15)gpl_arrivals:(0,18)=*(2,6)iepoch0:(0,1)iepoch:(0,1)ygain:(0,9)#tmp0:(2,5)#tmp1:(2,5)#tmp2:(2,5)xdim:(0,9)xlow:(0,9)yydim:(0,9)yylow:(0,9)ydim:(0,9)ylow:(0,9)ybotl:(0,9)ytopl:(0,9)iclip:(0,1)xdim:(0,9)xlow:(0,9)yydim:(0,9)yylow:(0,9)ydim:(0,9)ylow:(0,9)ybotl:(0,9)ytopl:(0,9)iclip:(0,1)xdim:(0,9)xlow:(0,9)yydim:(0,9)yylow:(0,9)ydim:(0,9)ylow:(0,9)xmin:(0,9)xmax:(0,9)ymin:(0,9)ymax:(0,9)asymb:(0,19)=ar(0,1);0;3;(0,2)igraf:(0,1)iclip:(0,1)thick:(0,9)ithick:(0,1)kk:(0,1)gpl_draw_arrival:F(0,11)display:p(4,48)win:p(0,8)gc:p(4,13)x:p(0,1)y:p(0,1)w:p(0,1)h:p(0,1)arflg:p(0,17)gpl_free_arrival:F(0,11)display:p(4,48)win:p(0,8)gc:p(4,13)arflg:p(0,17)gpl_create_arrival_pixmap:F(0,8)gpl:p(2,21)phase:p(5,7)w:p(2,3)h:p(2,3)overlay:p(0,1)selected:p(0,1)pixmap:(0,8)string:(4,41)./csstime.hdate_time:T(13,1)=s48epoch:(0,10),0,64;date:(0,1),64,32;year:(0,1),96,32;month:(0,1),128,32;mname:(0,19),160,32;day:(0,1),192,32;doy:(0,1),224,32;hour:(0,1),256,32;\minute:(0,1),288,32;second:(0,9),320,32;;gpl_draw_times:F(0,1)gpl:p(2,21)lines:(0,9)maxincs:(0,1)nstart:(0,10)ninc:(0,10)t0:(0,10)i:(0,1)x:(0,1)y:(0,1)w:(0,1)time:(0,10)tscale:(0,10)string:(4,41)rect:(4,37)rects:V(0,20)=ar(0,1);0;499;(4,37)dt:(13,1)ydim:(0,9)ylow:(0,9)yydim:(0,9)yylow:(0,9)ymin:(0,9)ymax:(0,9)xdim:(0,9)xlow:(0,9)xmin:(0,9)xmax:(0,9)x1:(0,9)y1:(0,9)x2:(0,9)y2:(0,9)thick:(0,9)ithick:(0,1)iclip:(0,1)hue:(0,9)light:(0,9)sat:(0,9)ymin:(0,9)ymax:(0,9)xdim:(0,9)xlow:(0,9)xmin:(0,9)xmax:(0,9)xplt:(0,9)yplt:(0,9)angle:(0,9)iclip:(0,1)iref:(0,1)height:(0,9)ratio:(0,9)slant:(0,9)jfont:(0,1)xplt:(0,9)yplt:(0,9)angle:(0,9)iclip:(0,1)iref:(0,1)height:(0,9)ratio:(0,9)slant:(0,9)jfont:(0,1)gpl_draw_uvars:F(0,1)gpl:p(2,21)lines:(0,9)maxincs:(0,1)nstart:(0,9)ninc:(0,9)u0:(0,9)i:(0,1)is:(0,1)ie:(0,1)x:(0,1)y:(0,1)w:(0,1)uvar:(0,9)uscale:(0,9)string:(4,41)rect:(4,37)rects:V(0,20)gpl_draw_stas:F(0,1)gpl:p(2,21)i:(0,1)j:(0,1)x:(0,1)y:(0,1)yt:(0,1)yb:(0,1)w:(0,1)h:(0,1)ytt:(0,1)ydel:(0,1)uvar:(0,9)uscale:(0,9)ampt:(0,9)ampb:(0,9)amp:(0,9)aincr:(0,9)is:(0,1)ie:(0,1)sta:(5,7)units:(5,7)string:(2,16)rect:(4,37)xr:(0,1)xdim:(0,9)xlow:(0,9)yydim:(0,9)yylow:(0,9)ydim:(0,9)ylow:(0,9)xmin:(0,9)xmax:(0,9)ymin:(0,9)ymax:(0,9)xplt:(0,9)yplt:(0,9)angle:(0,9)iclip:(0,1)iref:(0,1)height:(0,9)ratio:(0,9)slant:(0,9)jfont:(0,1)x1:(0,9)y1:(0,9)x2:(0,9)y2:(0,9)thick:(0,9)ithick:(0,1)iclip:(0,1)x1:(0,9)y1:(0,9)x2:(0,9)y2:(0,9)thick:(0,9)ithick:(0,1)iclip:(0,1)x1:(0,9)y1:(0,9)x2:(0,9)y2:(0,9)thick:(0,9)ithick:(0,1)iclip:(0,1)xplt:(0,9)yplt:(0,9)angle:(0,9)iclip:(0,1)iref:(0,1)height:(0,9)ratio:(0,9)slant:(0,9)jfont:(0,1)gpl_draw_moveout:F(0,1)gpl:p(2,21)compar_:T(0,21)=s20uvar:(0,1),0,32;uvarf:(0,9),32,32;i:(0,1),64,32;top:(0,1),96,32;bottom:(0,1),128,32;;panes:(0,22)=*(0,21)id_string:(5,7)uvar:(0,9)nsegs:(0,1)tstart:(2,2)dt:(2,2)nsamps:(2,3)data:(2,4)dptr:(2,5)tscale:(0,10)time:(0,10)t0:(0,10)uscale:(0,9)amp:(0,9)amp0:(0,9)awin:(0,9)i:(0,1)x1:(0,1)y1:(0,1)x2:(0,1)y2:(0,1)rect:(4,37)segments:(0,23)=*(4,35)points:V(0,24)=ar(0,1);0;99;(4,36)xd:(0,10)yd:(0,10)duvar:(0,9)string:V(9,3)gpl_trace:(2,1)gpl_paint:F(0,11)gpl:p(2,21)gpl_paint_subrgn:F(0,11)gpl:p(2,21)x:p(0,1)y:p(0,1)w:p(0,1)h:p(0,1)gpl_render_grayscale_plot:F(0,11)gpl:p(2,21)tshift:p(0,10)twini:p(0,10)xnew:p(0,1)wnew:p(0,1)i:(0,1)j:(0,1)k:(0,1)h:(0,1)t0:(0,10)twin:(0,10)delt:(0,10)gain:(0,9)npixels:(0,1)id_string:(5,7)uvar:(0,9)nsegs:(0,1)tstart:(0,10)dt:(0,10)nsamps:(0,1)data:(2,5)dptr:(2,5)tscale:(0,10)time:(0,10)uscale:(0,9)amp:(0,9)amp0:(0,9)awin:(0,9)amin:(0,9)amax:(0,9)x:(0,1)y:(0,1)x_offset:(0,1)y_offset:(0,1)first:(0,1)npoints:(0,1)ndec:(0,1)x_old:(0,1)y_old:(0,1)yin:(0,1)ymin:(0,1)ymax:(0,1)linec:V(0,25)=ar(0,1);0;1399;(0,5)lines:V(0,26)=ar(0,1);0;1399;(0,6)linei:V(0,27)=ar(0,1);0;1399;(0,8)maxincs:(0,1)nstart:(0,10)ninc:(0,10)ximage:(0,28)=*(4,26)scale:(0,9)compar_:T(0,29)=s20uvar:(0,1),0,32;uvarf:(0,9),32,32;i:(0,1),64,32;top:(0,1),96,32;bottom:(0,1),128,32;;panes:(0,30)=*(0,29)pntmp:(0,30)xd:(0,10)yd:(0,10)uvar0:(0,9)uvart:(0,9)ampsq:(0,9)nagc:(0,1)iagc:(0,1)l:(0,1)n0:(0,1)nn:(0,1)tagc0:(0,10)tagcwin:(0,10)gpl_trace:(2,1)#tmp3:(2,5)#tmp4:(2,5)#tmp5:(2,5)int_compar:F(0,1)i:p(2,3)j:p(2,3)flt_compar:F(0,1)x:p(2,5)y:p(2,5)i:(0,1)gpl_get_uvar:F(0,1)gpl:p(2,21)itrace:p(0,1)uvar:p(2,5)gpl_trace:(2,1)i:(0,1)gpl_get_dt:F(0,1)gpl:p(2,21)itrace:p(0,1)dt:p(2,2)gpl_trace:(2,1)i:(0,1)gpl_get_sta:F(0,1)gpl:p(2,21)itrace:p(0,1)sta:p(0,16)units:p(0,16)gpl_trace:(2,1)delete_str:V(0,31)=ar(0,1);0;6;(0,2)gpl_get_trace:F(0,1)gpl:p(2,21)itrace:p(0,1)t0:p(0,10)twin:p(0,10)npixels:p(0,1)proc_flg:p(0,1)gpl_trace:p(0,32)=*(2,1)filter:(0,33)=*(2,27)i:(0,1)gpl_get_segment:F(0,1)gpl:p(2,21)itrace:p(0,1)iseg:p(0,1)t0:p(0,10)twin:p(0,10)npixels:p(0,1)id_string:p(0,16)uvar:p(2,5)nsegs:p(2,3)tstart:p(2,2)dt:p(2,2)nsamps:p(2,3)data:p(2,4)id_string_hold:V(5,7)uvar_hold:V(0,9)nsegs_hold:V(0,1)tstart_hold:V(2,2)dt_hold:V(2,2)nsamps_hold:V(2,3)data_hold:V(2,4)gpl_hold:V(2,21)itrace_hold:V(0,1)iseg_hold:V(0,1)t0_hold:(0,10)twin_hold:(0,10)gpl_trace:(2,1)gpl_filter_seg:F(0,1)tstart:p(0,10)dt:p(0,10)nsamps:p(0,1)data:p(2,5)filter:p(0,33)data_filtered:p(2,5)i:(0,1)data_mean:(0,9)itaper:(0,1)durstr:(0,9)durend:(0,9)tstap:(0,9)dttap:(0,9)nttap:(0,1)ol:(0,1)ou:(0,1)isave:(0,1)gpl_draw_trace_rect:F(0,1)gpl:p(2,21)itrace:p(0,1)t1:p(0,10)t2:p(0,10)h1:p(0,10)h2:p(0,10)tscale:(0,10)uscale:(0,9)uvar:(0,9)x:(0,1)y:(0,1)w:(0,1)h:(0,1)y2:(0,1)gpl_event.o/auto/jspc/sw/src/lib/undoc/gpl/gpl_event.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.h./Overlay_defs.hgpl_event_gpl_win_parent:F(0,1)gpl:p(2,21)event:p(0,13)=*(4,93)root_win:(0,8)x:(0,1)y:(0,1)w:(0,1)h:(0,1)bw:(0,1)d:(0,1)gpl_event_expose:F(0,1)gpl:p(2,21)event:p(0,14)=*(4,64)root_win:(0,8)x:(0,1)y:(0,1)w:(0,1)h:(0,1)bw:(0,1)d:(0,1)gpl_event_widget_pane:F(0,1)gpl:p(2,21)event:p(0,13)gpl_event_sta_pane:F(0,1)gpl:p(2,21)event:p(0,13)i:(0,1)j:(0,1)max:(0,1)loop:(0,1)xevent:(4,93)in:(0,1)nlines:(0,1)lines:(0,15)=*(5,7)gpl_event_trace_pane:F(0,1)gpl:p(2,21)event:p(0,13)xbevent:(4,59)olp:(12,6)arflg:(0,16)=*(2,15)gpl_event_time_pane:F(0,1)gpl:p(2,21)event:p(0,13)gpl_event_uvar_pane:F(0,1)gpl:p(2,21)event:p(0,13)gpl_event_status_pane:F(0,1)gpl:p(2,21)event:p(0,13)gpl_event_time_scrl_pane:F(0,1)gpl:p(2,21)event:p(0,13)gpl_event_uvar_scrl_pane:F(0,1)gpl:p(2,21)event:p(0,13)gpl_event_sta_scrl_pane:F(0,1)gpl:p(2,21)event:p(0,13)gpl_event_arrival:F(0,1)gpl:p(2,21)event:p(0,17)=*(4,59)olp:p(12,6)arflg:(0,16)tscale:(0,10)time:(0,10)deltime:(0,10)x:(0,1)xoff:(0,1)loop:(0,1)xevent:(4,93)gpl_key_event_proc_def:F(0,1)gpl:p(2,21)event:p(0,13)key:p(5,7)nbytes:p(0,1)gpl_event_add_arrivals:F(0,1)gpl:p(2,21)event:p(0,13)x:(0,1)y:(0,1)w:(0,1)h:(0,1)i:(0,1)time:(0,10)overlays:(0,18)=*(12,2)gpl_event_time_scroll:F(0,1)gpl:p(2,21)event:p(0,13)x:(0,1)y:(0,1)time:(0,10)tscale:(0,10)gpl_event_time_zoom:F(0,1)gpl:p(2,21)event:p(0,13)x:(0,1)y:(0,1)w:(0,1)time:(0,10)tscale:(0,10)twin:(0,10)xwa:(4,23)gpl_event_uvar_scroll:F(0,1)gpl:p(2,21)event:p(0,13)x:(0,1)y:(0,1)uvar:(0,9)uscale:(0,9)gpl_event_uvar_zoom:F(0,1)gpl:p(2,21)event:p(0,13)x:(0,1)y:(0,1)h:(0,1)uvar:(0,9)uscale:(0,9)xwa:(4,23)gpl_event_both_scroll:F(0,1)gpl:p(2,21)event:p(0,13)x:(0,1)y:(0,1)time:(0,10)tscale:(0,10)uvar:(0,9)uscale:(0,9)xs:(0,1)ys:(0,1)ws:(0,1)hs:(0,1)xc:(0,1)yc:(0,1)wc:(0,1)hc:(0,1)xd:(0,1)yd:(0,1)gpl_event_both_zoom:F(0,1)gpl:p(2,21)event:p(0,13)x:(0,1)y:(0,1)w:(0,1)h:(0,1)time:(0,10)tscale:(0,10)uvar:(0,9)uscale:(0,9)xwa:(4,23)gpl_event_moveout:F(0,1)gpl:p(2,21)event:p(0,13)x:(0,1)y:(0,1)time:(0,10)tscale:(0,10)#tmp0:(2,5)#tmp1:(2,5)gpl_locate_pane:F(0,1)gpl:p(2,21)xevent:p(0,13)x:(0,1)y:(0,1)is_in_pane:F(0,1)pane:p(0,19)=*(2,9)x:p(0,1)y:p(0,1)locate_trace:F(0,1)gpl:p(2,21)xevent:p(0,13)time:p(2,2)i:(0,1)x:(0,1)y:(0,1)y_uvar:(0,1)h:(0,1)uvar:(0,9)uscale:(0,9)tscale:(0,10)locate_station:F(0,1)gpl:p(2,21)xevent:p(0,13)i:(0,1)x:(0,1)y:(0,1)gpl_draw_time_cursor:F(0,11)display:p(4,48)win:p(0,8)gc:p(4,13)x:p(0,1)y:p(0,1)w:p(0,1)h:p(0,1)gpl:p(2,21)gpl_layout.o/auto/jspc/sw/src/lib/undoc/gpl/gpl_layout.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.hgpl_layout:F(0,1)gpl:p(2,21)i:(0,1)j:(0,1)x:(0,1)y:(0,1)w:(0,1)overlay.o/export/jspc/sw/src/lib/undoc/gpl/overlay.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h./Overlay_defs.hcreate_overlays:F(0,13)=*(7,2)overlays_ptr:(0,13)draw_overlay:F(7,6)overlays_ptr:p(0,13)display:p(2,48)win:p(0,8)gc:p(2,13)depth:p(0,1)o:p(0,1)on:p(0,1)x:p(0,1)y:p(0,1)w:p(0,1)h:p(0,1)draw_ptr:p(3,7)draw_proc_ptr:p(7,4)free_proc_ptr:p(7,4)overlay_ptr:(7,6)olp:(7,6)delete_overlay:F(0,11)overlay_ptr:p(7,6)clrflg:p(0,1)overlays_ptr:(0,13)olp:(7,6)delete_overlays:F(0,11)overlays_ptr:p(0,13)win:p(0,8)o:p(0,1)clrflg:p(0,1)olp:(7,6)olplast:(7,6)turnoff_overlay:F(0,11)overlay_ptr:p(7,6)overlays_ptr:(0,13)olp:(7,6)turnoff_overlays:F(0,11)overlays_ptr:p(0,13)off_proc_ptr:p(2,3)olp:(7,6)turnon_overlay:F(0,11)overlay_ptr:p(7,6)overlays_ptr:(0,13)olp:(7,6)turnon_overlays:F(0,11)overlays_ptr:p(0,13)on_proc_ptr:p(2,3)olp:(7,6)destroy_overlays:F(0,11)overlays_ptr:p(0,13)locate_overlay:F(7,6)overlays_ptr:p(0,13)win:p(0,8)xevent:p(0,14)=*(2,93)olp:(7,6)x:(0,1)y:(0,1)move_overlay:F(0,11)overlay_ptr:p(7,6)x:p(0,1)y:p(0,1)overlays_ptr:(0,13)olp:(7,6)move_resize_overlay:F(0,11)overlay_ptr:p(7,6)x:p(0,1)y:p(0,1)w:p(0,1)h:p(0,1)overlays_ptr:(0,13)olp:(7,6)qplot.o/auto/jspc/sw/src/lib/undoc/gpl/qplot.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hxps:G(0,13)=ar(0,1);0;19999;(2,36)xpl:G(0,14)=ar(0,1);0;19999;(0,9)ypl:G(0,14)qpl_:T(0,15)=s44npixels:(0,1),0,32;np:(0,1),32,32;istart:(0,1),64,32;min:(0,16)=*(0,9),96,32;max:(0,16),128,32;in:(0,16),160,32;out:(0,16),192,32;numb:(0,17)=*(0,1),224,32;\overlap:(0,1),256,32;noverlaps:(0,1),288,32;overlaps:(0,18)=*(0,15),320,32;;QPlot:t(0,15)qpbin:F(0,18)ts:p(0,10)dt:p(0,10)nsamp:p(0,1)data:p(0,16)tmin:p(0,10)twin:p(0,10)npixels:p(0,1)qpl:p(0,18)pdt:(0,10)samp:(0,10)dt2:(0,10)dat:(0,10)fsamp:(0,10)j0:(0,1)j1:(0,1)i:(0,1)j:(0,1)np:(0,1)npix:(0,1)ist:(0,1)i2:(0,1)qov:(0,18)qpls:(0,18)qpfree:F(0,1)qpl:p(0,18)qpfreeoverlaps:F(0,1)qpl:p(0,18)i:(0,1)qplot:F(0,1)ts:p(0,10)dt:p(0,10)nsamp:p(0,1)data:p(0,16)tmin:p(0,10)twin:p(0,10)npixels:p(0,1)x:p(0,1)y:p(0,1)h:p(0,1)ybot:p(0,16)ytop:p(0,16)scale_type:p(0,1)ygain:p(0,10)xp:p(0,19)=*(0,20)=*(2,36)min:(0,16)max:(0,16)in:(0,16)out:(0,16)numb:(0,17)qpl:(0,18)i:(0,1)n:(0,1)dimintot:(0,1)dimaxtot:(0,1)dsmintot:(0,4)dsmaxtot:(0,4)dfmintot:(0,9)dfmaxtot:(0,9)ddmintot:(0,10)ddmaxtot:(0,10)center:(0,9)ytp:(0,9)scale:(0,9)#tmp0:(0,16)#tmp1:(0,16)qplotsegs:F(0,1)qpl:p(0,18)x:p(0,1)y:p(0,1)h:p(0,1)ybot:p(0,16)ytop:p(0,16)scale_type:p(0,1)ygain:p(0,10)display:p(2,48)drawable:p(0,8)gc:p(0,21)=*(2,13)gcov:p(0,21)gpl:p(0,22)=*(0,11)min:(0,16)max:(0,16)in:(0,16)out:(0,16)numb:(0,17)npixels:(0,1)i:(0,1)j:(0,1)n:(0,1)ntot:(0,1)dimintot:(0,1)dimaxtot:(0,1)dsmintot:(0,4)dsmaxtot:(0,4)dfmintot:(0,9)dfmaxtot:(0,9)ddmintot:(0,10)ddmaxtot:(0,10)center:(0,9)ytp:(0,9)scale:(0,9)iepoch:(0,1)iepoch0:(0,1)gcl:(0,21)#tmp2:(0,16)#tmp3:(0,16)nqplotsegs:F(0,1)qpl:p(0,18)xdim:p(0,10)ydim:p(0,10)xlow:p(0,10)ylow:p(0,10)ybot:p(0,16)ytop:p(0,16)scale_type:p(0,1)iclip:p(0,1)ygain:p(0,10)min:(0,16)max:(0,16)in:(0,16)out:(0,16)numb:(0,17)npixels:(0,1)i:(0,1)j:(0,1)n:(0,1)ntot:(0,1)dimintot:(0,1)dimaxtot:(0,1)dsmintot:(0,4)dsmaxtot:(0,4)dfmintot:(0,9)dfmaxtot:(0,9)ddmintot:(0,10)ddmaxtot:(0,10)center:(0,9)igraf:(0,1)ithick:(0,1)thick:(0,9)asymb:V(0,23)=ar(0,1);0;1;(0,2)xmin:V(0,9)xmax:V(0,9)ymin:V(0,9)ymax:V(0,9)xdm:V(0,9)ydm:V(0,9)xlw:V(0,9)ylw:V(0,9)nnpixels:V(0,1)#tmp4:(0,16)#tmp5:(0,16)utils.o/export/jspc/sw/src/lib/undoc/gpl/utils.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)get_nice_uvars:F(0,1)ustart:p(0,10)uend:p(0,10)maxincs:p(0,1)nstart:p(0,13)=*(0,9)ninc:p(0,13)window:(0,10)uvar:(0,10)iuvar:(0,1)exp:(0,10)ref:(0,10)get_nice_fvals:F(0,1)fstart:p(0,10)fend:p(0,10)maxvals:p(0,1)istart:p(0,14)=*(0,1)iend:p(0,14)ninc:p(0,13)window:(0,10)exp:(0,10)fvar:(0,9)ifvar:(0,1)refincr:(0,10)butwth.ov.42v.74v.102v.124VAR_SEG1VAR_SEG2VAR_SEG3VAR_SEG4VAR_SEG5VAR_SEG6VAR_SEG7GPL_print.o/auto/jspc/sw/src/lib/undoc/gpl/GPL_print.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/time.h/usr/include/sys/stdtypes.htm:T(2,1)=s44tm_sec:(0,1),0,32;tm_min:(0,1),32,32;tm_hour:(0,1),64,32;tm_mday:(0,1),96,32;tm_mon:(0,1),128,32;tm_year:(0,1),160,32;tm_wday:(0,1),192,32;tm_yday:(0,1),224,32;\tm_isdst:(0,1),256,32;tm_zone:(2,2)=*(0,2),288,32;tm_gmtoff:(0,1),320,32;;./gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h_XExtData:T(6,1)=s16number:(0,1),0,32;next:(6,2)=*(6,1),32,32;free_private:(6,3)=*(6,4)=f(0,1),64,32;private_data:(2,2),96,32;;XExtData:t(6,1)XExtCodes:t(6,5)=s16extension:(0,1),0,32;major_opcode:(0,1),32,32;first_event:(0,1),64,32;first_error:(0,1),96,32;;_XExten:T(6,6)=s60next:(6,7)=*(6,6),0,32;codes:(6,5),32,128;create_GC:(6,3),160,32;copy_GC:(6,3),192,32;flush_GC:(6,3),224,32;free_GC:(6,3),256,32;create_Font:(6,3),288,32;free_Font:(6,3),320,32;\close_display:(6,3),352,32;error:(6,3),384,32;error_string:(6,8)=*(6,9)=f(2,2),416,32;name:(2,2),448,32;;_XExtension:t(6,6)XPixmapFormatValues:t(6,10)=s12depth:(0,1),0,32;bits_per_pixel:(0,1),32,32;scanline_pad:(0,1),64,32;;XGCValues:t(6,11)=s92function:(0,1),0,32;plane_mask:(0,8),32,32;foreground:(0,8),64,32;background:(0,8),96,32;line_width:(0,1),128,32;line_style:(0,1),160,32;cap_style:(0,1),192,32;join_style:(0,1),224,32;\fill_style:(0,1),256,32;fill_rule:(0,1),288,32;arc_mode:(0,1),320,32;tile:(0,8),352,32;stipple:(0,8),384,32;ts_x_origin:(0,1),416,32;ts_y_origin:(0,1),448,32;font:(0,8),480,32;\subwindow_mode:(0,1),512,32;graphics_exposures:(0,1),544,32;clip_x_origin:(0,1),576,32;clip_y_origin:(0,1),608,32;clip_mask:(0,8),640,32;dash_offset:(0,1),672,32;dashes:(0,2),704,8;;_XGC:T(6,12)=s112ext_data:(6,2),0,32;gid:(0,8),32,32;rects:(0,1),64,32;dashes:(0,1),96,32;dirty:(0,8),128,32;values:(6,11),160,736;;GC:t(6,13)=*(6,12)Visual:t(6,14)=s32ext_data:(6,2),0,32;visualid:(0,8),32,32;class:(0,1),64,32;red_mask:(0,8),96,32;green_mask:(0,8),128,32;blue_mask:(0,8),160,32;bits_per_rgb:(0,1),192,32;map_entries:(0,1),224,32;;Depth:t(6,15)=s12depth:(0,1),0,32;nvisuals:(0,1),32,32;visuals:(6,16)=*(6,14),64,32;;Screen:t(6,18)=s80ext_data:(6,2),0,32;display:(6,19)=*(6,17)=xs_XDisplay:,32,32;root:(0,8),64,32;width:(0,1),96,32;height:(0,1),128,32;mwidth:(0,1),160,32;mheight:(0,1),192,32;ndepths:(0,1),224,32;\depths:(6,20)=*(6,15),256,32;root_depth:(0,1),288,32;root_visual:(6,16),320,32;default_gc:(6,13),352,32;cmap:(0,8),384,32;white_pixel:(0,8),416,32;black_pixel:(0,8),448,32;max_maps:(0,1),480,32;\min_maps:(0,1),512,32;backing_store:(0,1),544,32;save_unders:(0,1),576,32;root_input_mask:(0,1),608,32;;ScreenFormat:t(6,21)=s16ext_data:(6,2),0,32;depth:(0,1),32,32;bits_per_pixel:(0,1),64,32;scanline_pad:(0,1),96,32;;XSetWindowAttributes:t(6,22)=s60background_pixmap:(0,8),0,32;background_pixel:(0,8),32,32;border_pixmap:(0,8),64,32;border_pixel:(0,8),96,32;bit_gravity:(0,1),128,32;win_gravity:(0,1),160,32;backing_store:(0,1),192,32;backing_planes:(0,8),224,32;\backing_pixel:(0,8),256,32;save_under:(0,1),288,32;event_mask:(0,1),320,32;do_not_propagate_mask:(0,1),352,32;override_redirect:(0,1),384,32;colormap:(0,8),416,32;cursor:(0,8),448,32;;XWindowAttributes:t(6,23)=s92x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;depth:(0,1),160,32;visual:(6,16),192,32;root:(0,8),224,32;\class:(0,1),256,32;bit_gravity:(0,1),288,32;win_gravity:(0,1),320,32;backing_store:(0,1),352,32;backing_planes:(0,8),384,32;backing_pixel:(0,8),416,32;save_under:(0,1),448,32;colormap:(0,8),480,32;\map_installed:(0,1),512,32;map_state:(0,1),544,32;all_event_masks:(0,1),576,32;your_event_mask:(0,1),608,32;do_not_propagate_mask:(0,1),640,32;override_redirect:(0,1),672,32;screen:(6,24)=*(6,18),704,32;;XHostAddress:t(6,25)=s12family:(0,1),0,32;length:(0,1),32,32;address:(2,2),64,32;;funcs:T(6,27)=s24create_image:(6,28)=*(6,29)=f(6,30)=*(6,26)=xs_XImage:,0,32;destroy_image:(6,3),32,32;get_pixel:(6,31)=*(6,32)=f(0,8),64,32;put_pixel:(6,3),96,32;sub_image:(6,28),128,32;add_pixel:(6,3),160,32;;_XImage:T(6,26)=s88width:(0,1),0,32;height:(0,1),32,32;xoffset:(0,1),64,32;format:(0,1),96,32;data:(2,2),128,32;byte_order:(0,1),160,32;bitmap_unit:(0,1),192,32;bitmap_bit_order:(0,1),224,32;\bitmap_pad:(0,1),256,32;depth:(0,1),288,32;bytes_per_line:(0,1),320,32;bits_per_pixel:(0,1),352,32;red_mask:(0,8),384,32;green_mask:(0,8),416,32;blue_mask:(0,8),448,32;obdata:(2,2),480,32;f:(6,27),512,192;;XImage:t(6,26)XWindowChanges:t(6,33)=s28x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;sibling:(0,8),160,32;stack_mode:(0,1),192,32;;XColor:t(6,34)=s12pixel:(0,8),0,32;red:(0,6),32,16;green:(0,6),48,16;blue:(0,6),64,16;flags:(0,2),80,8;pad:(0,2),88,8;;XSegment:t(6,35)=s8x1:(0,4),0,16;y1:(0,4),16,16;x2:(0,4),32,16;y2:(0,4),48,16;;XPoint:t(6,36)=s4x:(0,4),0,16;y:(0,4),16,16;;XRectangle:t(6,37)=s8x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;;XArc:t(6,38)=s12x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;angle1:(0,4),64,16;angle2:(0,4),80,16;;XKeyboardControl:t(6,39)=s32key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,1),64,32;bell_duration:(0,1),96,32;led:(0,1),128,32;led_mode:(0,1),160,32;key:(0,1),192,32;auto_repeat_mode:(0,1),224,32;;XKeyboardState:t(6,40)=s56key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,8),64,32;bell_duration:(0,8),96,32;led_mask:(0,8),128,32;global_auto_repeat:(0,1),160,32;auto_repeats:(6,41)=ar(0,1);0;31;(0,2),192,256;;XTimeCoord:t(6,42)=s8time:(0,8),0,32;x:(0,4),32,16;y:(0,4),48,16;;XModifierKeymap:t(6,43)=s8max_keypermod:(0,1),0,32;modifiermap:(1,2),32,32;;_DisplayAtoms:T(6,44)=s24text:(0,8),0,32;wm_state:(0,8),32,32;wm_protocols:(0,8),64,32;wm_save_yourself:(0,8),96,32;wm_change_state:(0,8),128,32;wm_colormap_windows:(0,8),160,32;;_XDisplay:T(6,17)=s1252ext_data:(6,2),0,32;next:(6,48)=*(6,17),32,32;fd:(0,1),64,32;lock:(0,1),96,32;proto_major_version:(0,1),128,32;proto_minor_version:(0,1),160,32;vendor:(2,2),192,32;resource_base:(0,1),224,32;\resource_mask:(0,1),256,32;resource_id:(0,1),288,32;resource_shift:(0,1),320,32;resource_alloc:(6,31),352,32;byte_order:(0,1),384,32;bitmap_unit:(0,1),416,32;bitmap_pad:(0,1),448,32;bitmap_bit_order:(0,1),480,32;\nformats:(0,1),512,32;pixmap_format:(6,49)=*(6,21),544,32;vnumber:(0,1),576,32;release:(0,1),608,32;head:(6,50)=*(6,45)=xs_XSQEvent:,640,32;tail:(6,50),672,32;qlen:(0,1),704,32;last_request_read:(0,8),736,32;\request:(0,8),768,32;last_req:(2,2),800,32;buffer:(2,2),832,32;bufptr:(2,2),864,32;bufmax:(2,2),896,32;max_request_size:(0,8),928,32;db:(6,51)=*(6,46)=xs_XrmHashBucketRec:,960,32;synchandler:(6,3),992,32;\display_name:(2,2),1024,32;default_screen:(0,1),1056,32;nscreens:(0,1),1088,32;screens:(6,24),1120,32;motion_buffer:(0,8),1152,32;current:(0,8),1184,32;min_keycode:(0,1),1216,32;max_keycode:(0,1),1248,32;\keysyms:(6,52)=*(0,8),1280,32;modifiermap:(6,53)=*(6,43),1312,32;keysyms_per_keycode:(0,1),1344,32;xdefaults:(2,2),1376,32;scratch_buffer:(2,2),1408,32;scratch_length:(0,8),1440,32;ext_number:(0,1),1472,32;ext_procs:(6,7),1504,32;\event_vec:(6,54)=ar(0,1);0;127;(6,3),1536,4096;wire_vec:(6,54),5632,4096;lock_meaning:(0,8),9728,32;key_bindings:(6,55)=*(6,47)=xsXKeytrans:,9760,32;cursor_font:(0,8),9792,32;atoms:(6,56)=*(6,44),9824,32;reconfigure_wm_window:(6,57)=s12sequence_number:(0,1),0,32;old_handler:(6,3),32,32;succeeded:(0,1),64,32;;,9856,96;\flags:(0,8),9952,32;mode_switch:(0,8),9984,32;;Display:t(6,17)XKeyEvent:t(6,58)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;keycode:(0,8),416,32;same_screen:(0,1),448,32;;XKeyPressedEvent:t(6,58)XKeyReleasedEvent:t(6,58)XButtonEvent:t(6,59)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;button:(0,8),416,32;same_screen:(0,1),448,32;;XButtonPressedEvent:t(6,59)XButtonReleasedEvent:t(6,59)XMotionEvent:t(6,60)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;is_hint:(0,2),416,8;same_screen:(0,1),448,32;;XPointerMovedEvent:t(6,60)XCrossingEvent:t(6,61)=s68type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;mode:(0,1),384,32;detail:(0,1),416,32;same_screen:(0,1),448,32;focus:(0,1),480,32;state:(0,8),512,32;;XEnterWindowEvent:t(6,61)XLeaveWindowEvent:t(6,61)XFocusChangeEvent:t(6,62)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;mode:(0,1),160,32;detail:(0,1),192,32;;XFocusInEvent:t(6,62)XFocusOutEvent:t(6,62)XKeymapEvent:t(6,63)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;key_vector:(6,41),160,256;;XExposeEvent:t(6,64)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;;XGraphicsExposeEvent:t(6,65)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;drawable:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;major_code:(0,1),320,32;minor_code:(0,1),352,32;;XNoExposeEvent:t(6,66)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;drawable:(0,8),128,32;major_code:(0,1),160,32;minor_code:(0,1),192,32;;XVisibilityEvent:t(6,67)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;state:(0,1),160,32;;XCreateWindowEvent:t(6,68)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;override_redirect:(0,1),352,32;;XDestroyWindowEvent:t(6,69)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;event:(0,8),128,32;window:(0,8),160,32;;XUnmapEvent:t(6,70)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;event:(0,8),128,32;window:(0,8),160,32;from_configure:(0,1),192,32;;XMapEvent:t(6,71)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;event:(0,8),128,32;window:(0,8),160,32;override_redirect:(0,1),192,32;;XMapRequestEvent:t(6,72)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;;XReparentEvent:t(6,73)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;event:(0,8),128,32;window:(0,8),160,32;parent:(0,8),192,32;x:(0,1),224,32;\y:(0,1),256,32;override_redirect:(0,1),288,32;;XConfigureEvent:t(6,74)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;override_redirect:(0,1),384,32;;XGravityEvent:t(6,75)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;;XResizeRequestEvent:t(6,76)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;width:(0,1),160,32;height:(0,1),192,32;;XConfigureRequestEvent:t(6,77)=s56type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;detail:(0,1),384,32;value_mask:(0,8),416,32;;XCirculateEvent:t(6,78)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;event:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XCirculateRequestEvent:t(6,79)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;parent:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XPropertyEvent:t(6,80)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;atom:(0,8),160,32;time:(0,8),192,32;state:(0,1),224,32;;XSelectionClearEvent:t(6,81)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;selection:(0,8),160,32;time:(0,8),192,32;;XSelectionRequestEvent:t(6,82)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;owner:(0,8),128,32;requestor:(0,8),160,32;selection:(0,8),192,32;target:(0,8),224,32;\property:(0,8),256,32;time:(0,8),288,32;;XSelectionEvent:t(6,83)=s36type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;requestor:(0,8),128,32;selection:(0,8),160,32;target:(0,8),192,32;property:(0,8),224,32;time:(0,8),256,32;;XColormapEvent:t(6,84)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;colormap:(0,8),160,32;new:(0,1),192,32;state:(0,1),224,32;;XClientMessageEvent:t(6,85)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;message_type:(0,8),160,32;format:(0,1),192,32;data:(6,86)=u20b:(6,87)=ar(0,1);0;19;(0,2),0,160;\s:(6,88)=ar(0,1);0;9;(0,4),0,160;l:(6,89)=ar(0,1);0;4;(0,1),0,160;;,224,160;;XMappingEvent:t(6,90)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;request:(0,1),160,32;first_keycode:(0,1),192,32;count:(0,1),224,32;;XErrorEvent:t(6,91)=s20type:(0,1),0,32;display:(6,48),32,32;resourceid:(0,8),64,32;serial:(0,8),96,32;error_code:(0,5),128,8;request_code:(0,5),136,8;minor_code:(0,5),144,8;;XAnyEvent:t(6,92)=s20type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(6,48),96,32;window:(0,8),128,32;;_XEvent:T(6,93)=u96type:(0,1),0,32;xany:(6,92),0,160;xkey:(6,58),0,480;xbutton:(6,59),0,480;xmotion:(6,60),0,480;xcrossing:(6,61),0,544;xfocus:(6,62),0,224;xexpose:(6,64),0,320;\xgraphicsexpose:(6,65),0,384;xnoexpose:(6,66),0,224;xvisibility:(6,67),0,192;xcreatewindow:(6,68),0,384;xdestroywindow:(6,69),0,192;xunmap:(6,70),0,224;xmap:(6,71),0,224;xmaprequest:(6,72),0,192;\xreparent:(6,73),0,320;xconfigure:(6,74),0,416;xgravity:(6,75),0,256;xresizerequest:(6,76),0,224;xconfigurerequest:(6,77),0,448;xcirculate:(6,78),0,224;xcirculaterequest:(6,79),0,224;xproperty:(6,80),0,256;\xselectionclear:(6,81),0,224;xselectionrequest:(6,82),0,320;xselection:(6,83),0,288;xcolormap:(6,84),0,256;xclient:(6,85),0,384;xmapping:(6,90),0,256;xerror:(6,91),0,160;xkeymap:(6,63),0,416;pad:(6,94)=ar(0,1);0;23;(0,1),0,768;;XEvent:t(6,93)_XSQEvent:T(6,45)=s100next:(6,95)=*(6,45),0,32;event:(6,93),32,768;;_XQEvent:t(6,45)XCharStruct:t(6,96)=s12lbearing:(0,4),0,16;rbearing:(0,4),16,16;width:(0,4),32,16;ascent:(0,4),48,16;descent:(0,4),64,16;attributes:(0,6),80,16;;XFontProp:t(6,97)=s8name:(0,8),0,32;card32:(0,8),32,32;;XFontStruct:t(6,98)=s80ext_data:(6,2),0,32;fid:(0,8),32,32;direction:(0,8),64,32;min_char_or_byte2:(0,8),96,32;max_char_or_byte2:(0,8),128,32;min_byte1:(0,8),160,32;max_byte1:(0,8),192,32;all_chars_exist:(0,1),224,32;\default_char:(0,8),256,32;n_properties:(0,1),288,32;properties:(6,99)=*(6,97),320,32;min_bounds:(6,96),352,96;max_bounds:(6,96),448,96;per_char:(6,100)=*(6,96),544,32;ascent:(0,1),576,32;descent:(0,1),608,32;;XTextItem:t(6,101)=s16chars:(2,2),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XChar2b:t(6,102)=s2byte1:(0,5),0,8;byte2:(0,5),8,8;;XTextItem16:t(6,103)=s16chars:(6,104)=*(6,102),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XEDataObject:t(6,105)=u4display:(6,48),0,32;gc:(6,13),0,32;visual:(6,16),0,32;screen:(6,24),0,32;pixmap_format:(6,49),0,32;font:(6,106)=*(6,98),0,32;;XErrorHandler:t(6,3)XIOErrorHandler:t(6,3)_GC_rec:T(5,1)=s112gc:(6,13),0,32;ref_count:(0,4),32,16;num_cliprects:(0,1),64,32;valuemask:(0,8),96,32;values:(6,11),128,736;next:(5,2)=*(5,1),864,32;;GC_rec:t(5,1)pixlabel:T(5,3)=s12pixmap:(0,8),0,32;width:(0,1),32,32;height:(0,1),64,32;;Pixlabel:t(5,3)graphics_info:T(5,4)=s148dpy:(6,48),0,32;scrn:(0,1),32,32;depth:(0,8),64,32;glyphfont:(6,106),96,32;textfont:(6,106),128,32;three_d:(0,4),160,16;gc_rec:(5,5)=ar(0,1);0;8;(5,2),192,288;stipple_pixmaps:(5,6)=ar(0,1);0;2;(0,8),480,96;\pixvals:(5,7)=ar(0,1);0;4;(0,8),576,160;button_height:(0,4),736,16;endcap_width:(0,4),752,16;sb_width:(0,4),768,16;sb_height:(0,4),784,16;abbrev_width:(0,4),800,16;slider_width:(0,4),816,16;slider_height:(0,4),832,16;\se_width:(0,4),848,16;se_height:(0,4),864,16;mm_width:(0,4),880,16;mm_height:(0,4),896,16;base_off:(0,4),912,16;slider_offset:(0,4),928,16;cb_width:(0,4),944,16;cb_height:(0,4),960,16;\pp_width:(0,4),976,16;pp_height:(0,4),992,16;gauge_width:(0,4),1008,16;gauge_height:(0,4),1024,16;textscbu_width:(0,4),1040,16;gauge_endcapOffset:(0,4),1056,16;numscbu_width:(0,4),1072,16;resize_arm_width:(0,4),1088,16;\abbsb_height:(0,4),1104,16;cable_offset:(0,4),1120,16;cable_width:(0,4),1136,16;point_size:(0,4),1152,16;;Graphics_info:t(5,4)ol_ll_:T(5,8)=s56parent:(5,10)=*(5,9)=xsol_:,0,32;last:(5,11)=*(5,8),32,32;next:(5,11),64,32;type:(0,1),96,32;name:(6,41),128,256;widget:(2,2),384,32;win:(0,8),416,32;;Ol_ll:t(5,8)ol_:T(5,9)=s36display:(6,48),0,32;depth:(0,1),32,32;visual:(6,16),64,32;cmap:(0,8),96,32;background:(0,1),128,32;hand_cursor:(0,8),160,32;gin:(5,12)=*(5,4),192,32;head:(5,11),224,32;tail:(5,11),256,32;;Ol:t(5,9)ol_button_:T(5,13)=s76parent:(5,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(6,41),224,256;\event_proc:(6,3),480,32;user_data:(5,14)=*(0,11),512,32;user_data2:(5,14),544,32;toggle:(0,1),576,32;;OlButton:t(5,13)ol_menu_item_:T(5,16)=s60x:(0,1),0,32;y:(0,1),32,32;w:(0,1),64,32;h:(0,1),96,32;state:(0,1),128,32;on:(0,1),160,32;label:(6,41),192,256;pull_right:(5,17)=*(5,15)=xsol_menu_:,448,32;;ol_menu_:T(5,15)=s84parent:(5,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(6,41),224,256;\event_proc:(6,3),480,32;user_data:(5,14),512,32;user_data2:(5,14),544,32;win:(0,8),576,32;nitems:(0,1),608,32;items:(5,18)=*(5,16),640,32;;OlMenu:t(5,15)ol_scrollbar_:T(5,19)=s264parent:(5,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;anchor0_x:(0,1),160,32;anchor0_y:(0,1),192,32;anchor0_w:(0,1),224,32;\anchor0_h:(0,1),256,32;anchor1_x:(0,1),288,32;anchor1_y:(0,1),320,32;anchor1_w:(0,1),352,32;anchor1_h:(0,1),384,32;arrow0_x:(0,1),416,32;arrow0_y:(0,1),448,32;arrow0_w:(0,1),480,32;\arrow0_h:(0,1),512,32;arrow1_x:(0,1),544,32;arrow1_y:(0,1),576,32;arrow1_w:(0,1),608,32;arrow1_h:(0,1),640,32;elev_x:(0,1),672,32;elev_y:(0,1),704,32;elev_w:(0,1),736,32;\elev_h:(0,1),768,32;state:(0,1),800,32;state0:(0,1),832,32;state1:(0,1),864,32;x_old:(0,1),896,32;y_old:(0,1),928,32;on:(0,1),960,32;changed:(0,1),992,32;\horizontal:(0,1),1024,32;immediate:(0,1),1056,32;length:(0,1),1088,32;elev:(0,1),1120,32;min_elev:(0,1),1152,32;max_elev:(0,1),1184,32;elev_old:(0,1),1216,32;prop:(0,1),1248,32;\prop_length:(0,1),1280,32;win_x:(0,1),1312,32;win_y:(0,1),1344,32;win_dim:(0,1),1376,32;scroll_incr:(0,10),1408,64;full0:(0,10),1472,64;full1:(0,10),1536,64;view0:(0,10),1600,64;\view1:(0,10),1664,64;view0_old:(0,10),1728,64;view1_old:(0,10),1792,64;view0_last:(0,10),1856,64;view1_last:(0,10),1920,64;popup_menu:(5,20)=*(5,15),1984,32;scroll_proc:(6,3),2016,32;user_data:(5,14),2048,32;user_data2:(5,14),2080,32;;OlScrollbar:t(5,19)ol_box_:T(5,21)=s44parent:(5,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;gc:(6,13),224,32;\draw_proc:(6,3),256,32;user_data:(5,14),288,32;user_data2:(5,14),320,32;;OlBox:t(5,21)/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.hgpl_trace:T(4,1)=s32id_string:(2,2),0,32;units:(2,2),32,32;uvar:(0,9),64,32;nsegs:(0,1),96,32;tstart:(4,2)=*(0,10),128,32;dt:(4,2),160,32;nsamps:(4,3)=*(0,1),192,32;data:(4,4)=*(4,5)=*(0,9),224,32;;GPLTrace:t(4,1)gpl_arrival:T(4,6)=s104arrival_id:(5,14),0,32;time:(0,10),64,64;deltime:(0,10),128,64;ptime:(0,10),192,64;ap0time:(0,10),256,64;ap1time:(0,10),320,64;pamp:(0,9),384,32;ap0amp:(0,9),416,32;\ap1amp:(0,9),448,32;amp:(0,9),480,32;phase:(4,7)=ar(0,1);0;15;(0,2),512,128;fm:(4,8)=ar(0,1);0;7;(0,2),640,64;quality:(4,8),704,64;overlay:(0,1),768,32;;GPLArrival:t(4,6)gpl_pane_:T(4,9)=s40parent:(4,11)=*(4,10)=xsgather_plot_:,0,32;type:(0,1),32,32;visible:(0,1),64,32;grab:(0,1),96,32;x:(0,1),128,32;y:(0,1),160,32;w:(0,1),192,32;h:(0,1),224,32;\background:(0,1),256,32;foreground:(0,1),288,32;;GPLPane:t(4,9)gpl_widgets_:T(4,13)=s12ol_widget:(2,2),0,32;type:(0,1),32,32;on:(0,1),64,32;;strace_:T(4,14)=s48trace_id:(5,14),0,32;ampwin:(0,9),32,32;amp0:(0,9),64,32;ascale:(0,9),96,32;t0:(0,10),128,64;xl:(0,1),192,32;xr:(0,1),224,32;yt:(0,1),256,32;\yb:(0,1),288,32;select:(0,1),320,32;display:(0,1),352,32;;gather_plot_:T(4,10)=s1480display:(6,48),0,32;screen:(0,1),32,32;visual:(6,16),64,32;depth:(0,1),96,32;cmap:(0,8),128,32;progname:(4,16)=ar(0,1);0;63;(0,2),160,512;title:(4,17)=ar(0,1);0;127;(0,2),672,1024;shutdown:(0,1),1696,32;\first:(0,1),1728,32;xcom:(4,18)=*(11,1),1760,32;fdcom:(0,1),1792,32;Static:(4,19)=*(4,12)=xsgather_plot_static_:,1824,32;ol:(4,20)=*(5,9),1856,32;box:(2,2),1888,32;overlays:(2,2),1920,32;gpl_mag:(4,21)=*(4,10),1952,32;\mag_win_w:(0,1),1984,32;mag_win_h:(0,1),2016,32;n_sln_wins:(0,1),2048,32;gpl_sln:(4,22)=*(4,21),2080,32;sln_win_w:(0,1),2112,32;sln_win_h:(0,1),2144,32;gpl_parent:(4,21),2176,32;user_data:(2,2),2208,32;\nwidgets:(0,1),2240,32;widgets:(4,23)=ar(0,1);0;19;(4,13),2272,1920;trace_menu:(5,20),4192,32;phase_menu:(5,20),4224,32;arrival_menu:(5,20),4256,32;uvar_scrollbar:(4,24)=*(5,19),4288,32;sta_scrollbar:(4,24),4320,32;time_scrollbar:(4,24),4352,32;\button_flags:(0,1),4384,32;label_foreground:(0,1),4416,32;label_background:(0,1),4448,32;uvar_foreground:(0,1),4480,32;trace_foreground:(0,1),4512,32;trace_background:(0,1),4544,32;gpl_win_visible:(0,1),4576,32;batch_on:(0,1),4608,32;\gpl_win:(0,8),4640,32;gpl_win_parent:(0,8),4672,32;gpl_win_gc:(6,13),4704,32;time_cursor_gc:(6,13),4736,32;time_line_gc:(6,13),4768,32;trace_bkg_gc:(6,13),4800,32;trace_frg_gc:(6,13),4832,32;trace_rect_gc:(6,13),4864,32;\label_bkg_gc:(6,13),4896,32;trace_moveout_gc:(6,13),4928,32;trace_arrival_gc:(6,13),4960,32;parent_pane:(4,9),4992,320;gpl_pane:(4,9),5312,320;gpl_win_x_fr:(0,9),5632,32;gpl_win_y_fr:(0,9),5664,32;gpl_win_w_fr:(0,9),5696,32;\gpl_win_h_fr:(0,9),5728,32;trace_pane:(4,9),5760,320;trace_pane_x_fr:(0,9),6080,32;trace_pane_y_fr:(0,9),6112,32;trace_pane_w_fr:(0,9),6144,32;trace_pane_h_fr:(0,9),6176,32;trace_pane_l_margin:(0,1),6208,32;trace_pane_r_margin:(0,1),6240,32;\trace_pane_t_margin:(0,1),6272,32;trace_pane_b_margin:(0,1),6304,32;widget_pane:(4,9),6336,320;uvar_scrl_pane:(4,9),6656,320;uvar_pane:(4,9),6976,320;sta_pane:(4,9),7296,320;sta_scrl_pane:(4,9),7616,320;time_pane:(4,9),7936,320;\status_pane:(4,9),8256,320;time_scrl_pane:(4,9),8576,320;trace_win_imm:(0,1),8896,32;trace_mouse_mode:(0,1),8928,32;trace_mouse_mode_old:(0,1),8960,32;trace_mouse_state:(0,1),8992,32;trace_mouse_xold:(0,1),9024,32;trace_mouse_yold:(0,1),9056,32;\trace_x_first:(0,1),9088,32;trace_y_first:(0,1),9120,32;arrival_select:(0,1),9152,32;arrival_edit:(0,1),9184,32;old_mask:(0,8),9216,32;time_cursor_ovls:(2,2),9248,32;time_flags:(0,8),9280,32;ntimes:(0,1),9312,32;\xtime:(0,1),9344,32;dxtime:(0,1),9376,32;ttime:(0,10),9408,64;dttime:(0,10),9472,64;tstime:(0,10),9536,64;uvar_flags:(0,8),9600,32;uvar_ordinal:(0,1),9632,32;nuvars:(0,1),9664,32;\yuvar:(0,1),9696,32;dyuvar:(0,1),9728,32;uuvar:(0,9),9760,32;duuvar:(0,9),9792,32;usuvar:(0,9),9824,32;sta_flags:(0,8),9856,32;trace_pixmap:(0,8),9888,32;trace_pixmap_gc:(6,13),9920,32;\trace_pixmap_gc2:(6,13),9952,32;trace_pixmap_w:(0,1),9984,32;trace_pixmap_h:(0,1),10016,32;trace_plot_mode:(0,1),10048,32;trace_overlay_mode:(0,1),10080,32;trace_moveout_mode:(0,1),10112,32;trace_moveout_t0:(0,10),10176,64;trace_moveout_slo:(0,9),10240,32;\trace_moveout_t0l:(0,10),10304,64;trace_moveout_slol:(0,9),10368,32;trace_filter_mode:(0,1),10400,32;trace_filter_index:(0,1),10432,32;trace_time_resize:(0,1),10464,32;trace_uvar_resize:(0,1),10496,32;t0:(0,10),10560,64;twin:(0,10),10624,64;\t0_full:(0,10),10688,64;twin_full:(0,10),10752,64;uvar_name:(2,2),10816,32;uvar0:(0,9),10848,32;uvarwin:(0,9),10880,32;uvar0_full:(0,9),10912,32;uvarwin_full:(0,9),10944,32;sta0:(0,1),10976,32;\stawin:(0,1),11008,32;stawin_full:(0,1),11040,32;trace_ht:(0,9),11072,32;trace_height:(0,9),11104,32;amp0:(0,9),11136,32;ampwin:(0,9),11168,32;gain:(0,9),11200,32;clip:(0,1),11232,32;\amp_scale_mode:(0,1),11264,32;agcwin:(0,9),11296,32;amp_uvar_mode:(0,1),11328,32;ntraces:(0,1),11360,32;traces:(4,25)=*(4,14),11392,32;tshift:(0,10),11456,64;arrfl_sel:(4,26)=*(4,15)=xsgpl_arrival_flag_:,11520,32;get_trace:(6,3),11552,32;\get_arrivals:(6,3),11584,32;get_arrs:(6,3),11616,32;put_arrival:(6,8),11648,32;put_arr:(6,8),11680,32;resize_proc:(6,3),11712,32;key_event_proc:(6,3),11744,32;sta_info:(6,3),11776,32;;GatherPlot:t(4,10)gather_plot_static_:T(4,12)=s380display:(6,48),0,32;screen:(0,1),32,32;visual:(6,16),64,32;depth:(0,1),96,32;cmap:(0,8),128,32;pixel:(0,8),160,32;pixel_cmpl:(0,8),192,32;red_pixel:(0,1),224,32;\yellow_pixel:(0,1),256,32;yellow2_pixel:(0,1),288,32;green_pixel:(0,1),320,32;blue_pixel:(0,1),352,32;gray_pixel:(0,1),384,32;gray_pixels:(4,28)=ar(0,1);0;31;(0,1),416,1024;chrom_pixels:(4,28),1440,1024;label_foreground:(0,1),2464,32;\label_background:(0,1),2496,32;uvar_foreground:(0,1),2528,32;trace_foreground:(0,1),2560,32;trace_background:(0,1),2592,32;arrival_foreground:(0,1),2624,32;arrival_background:(0,1),2656,32;sel_arrival_foreground:(0,1),2688,32;sel_arrival_background:(0,1),2720,32;\dotted_pixmap:(0,8),2752,32;trace_font:(6,106),2784,32;trace_font_small:(6,106),2816,32;normal_cursor:(0,8),2848,32;busy_cursor:(0,8),2880,32;hscrl_cursor:(0,8),2912,32;vscrl_cursor:(0,8),2944,32;filters:(4,29)=*(4,27)=xsgather_plot_filter_:,2976,32;nfilters:(0,1),3008,32;;gather_plot_filter_:T(4,27)=s72type:(0,1),0,32;label:(6,41),32,256;start_pad:(0,10),320,64;end_pad:(0,10),384,64;param1:(0,9),448,32;param2:(0,9),480,32;param3:(0,9),512,32;param4:(0,9),544,32;;gpl_arrival_flag_:T(4,15)=s128arrival_id:(5,14),0,32;strace:(4,25),32,32;gpl:(4,21),64,32;selected:(0,1),96,32;overlay:(0,1),128,32;pm:(0,8),160,32;h:(0,1),192,32;time:(0,10),256,64;\deltime:(0,10),320,64;deltime_box:(2,2),384,32;ptime:(0,10),448,64;ap0time:(0,10),512,64;ap1time:(0,10),576,64;pamp:(0,9),640,32;amp:(0,9),672,32;ap0amp:(0,9),704,32;\ap1amp:(0,9),736,32;ampper_box:(2,2),768,32;phase:(4,7),800,128;fm:(4,8),928,64;;gpl_arrival_flag:t(4,15)postscript_plot:G(0,1)GPL_print:F(0,1)gpl:p(4,21)fname:p(2,2)cmd:p(2,2)itran:(0,1)ssize:(0,9)xwin:(0,9)ywin:(0,9)plotfile:(11,2)display:(4,7)program:(0,13)=ar(0,1);0;1023;(0,2)nplot:V(0,1)xplt:(0,9)yplt:(0,9)angle:(0,9)iclip:(0,1)iref:(0,1)height:(0,9)ratio:(0,9)slant:(0,9)jfont:(0,1)xdim:(0,9)ydim:(0,9)xlow:(0,9)ylow:(0,9)xmin:(0,9)xmax:(0,9)ymin:(0,9)ymax:(0,9)thick:(0,9)ithick:(0,1)itime:(0,1)GPL_event.o/auto/jspc/sw/src/lib/undoc/gpl/GPL_event.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./gpl.h/sw/loc/include/ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/sw/loc/include/xcom.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.hGPL_event:F(0,1)gpl:p(2,21)event:p(0,13)=*(4,93)i:(0,1)nbytes:(0,1)buffer:(4,41)xcom.o/export/jspc/sw/src/lib/undoc/xcom/xcom.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/string.h/usr/include/sys/stdtypes.h./xcom.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/usr/openwin/include/X11/Xatom.hxcom_:T(4,1)=s796progname:(4,2)=ar(0,1);0;255;(0,2),0,2048;display:(5,48),2048,32;window:(0,8),2080,32;status:(0,1),2112,32;msg:(4,3)=ar(0,1);0;511;(0,2),2144,4096;window_atom:(0,8),6240,32;status_atom:(0,8),6272,32;msg_atom:(0,8),6304,32;register_atom:(0,8),6336,32;;Xcom:t(4,1)xcom_create:F(0,13)=*(4,1)progname:p(6,7)display:p(5,48)window:p(0,8)xcptr:(0,13)xwa:(5,23)xcom_register:F(0,1)xcptr:p(0,13)name:p(6,7)status:(0,1)actual_type:(0,8)actual_format:(0,1)nitems:(0,8)bytes_after:(0,8)prop:(1,2)reg:V(4,3)regist:V(4,3)xcom_clear_register:F(0,1)display:p(5,48)name:p(6,7)status:(0,1)actual_type:(0,8)actual_format:(0,1)nitems:(0,8)bytes_after:(0,8)prop:(1,2)ptr:(6,7)reg:V(4,3)regist:V(4,3)i:(0,1)register_atom:(0,8)xcom_lookup:F(0,1)display:p(5,48)name:p(6,7)status:(0,1)actual_type:(0,8)actual_format:(0,1)nitems:(0,8)bytes_after:(0,8)prop:(6,7)ptr:(6,7)reg:V(4,3)regist:V(4,3)win:(0,1)register_atom:(0,8)xcom_getatoms:F(0,1)xcptr:p(0,13)xcom_getmsg:F(6,7)xcptr:p(0,13)status:(0,1)actual_type:(0,8)actual_format:(0,1)nitems:(0,8)bytes_after:(0,8)prop:(1,2)xcom_setmsg:F(0,1)xcptr:p(0,13)msg:p(6,7)xcom_msg_event:F(6,7)xcptr:p(0,13)event:p(0,14)=*(5,93)ol_bp.o_min3_max3_busy_bits_grey_bits_sccsid/auto/jspc/sw/src/lib/undoc/ol/ol_bp.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h./ol_impl.h./ol.h/usr/openwin/include/X11/Xlib.h_GC_rec:T(8,1)=s112gc:(2,13),0,32;ref_count:(0,4),32,16;num_cliprects:(0,1),64,32;valuemask:(0,8),96,32;values:(2,11),128,736;next:(8,2)=*(8,1),864,32;;GC_rec:t(8,1)pixlabel:T(8,3)=s12pixmap:(0,8),0,32;width:(0,1),32,32;height:(0,1),64,32;;Pixlabel:t(8,3)graphics_info:T(8,4)=s148dpy:(2,48),0,32;scrn:(0,1),32,32;depth:(0,8),64,32;glyphfont:(2,106),96,32;textfont:(2,106),128,32;three_d:(0,4),160,16;gc_rec:(8,5)=ar(0,1);0;8;(8,2),192,288;stipple_pixmaps:(8,6)=ar(0,1);0;2;(0,8),480,96;\pixvals:(8,7)=ar(0,1);0;4;(0,8),576,160;button_height:(0,4),736,16;endcap_width:(0,4),752,16;sb_width:(0,4),768,16;sb_height:(0,4),784,16;abbrev_width:(0,4),800,16;slider_width:(0,4),816,16;slider_height:(0,4),832,16;\se_width:(0,4),848,16;se_height:(0,4),864,16;mm_width:(0,4),880,16;mm_height:(0,4),896,16;base_off:(0,4),912,16;slider_offset:(0,4),928,16;cb_width:(0,4),944,16;cb_height:(0,4),960,16;\pp_width:(0,4),976,16;pp_height:(0,4),992,16;gauge_width:(0,4),1008,16;gauge_height:(0,4),1024,16;textscbu_width:(0,4),1040,16;gauge_endcapOffset:(0,4),1056,16;numscbu_width:(0,4),1072,16;resize_arm_width:(0,4),1088,16;\abbsb_height:(0,4),1104,16;cable_offset:(0,4),1120,16;cable_width:(0,4),1136,16;point_size:(0,4),1152,16;;Graphics_info:t(8,4)ol_ll_:T(8,8)=s56parent:(8,10)=*(8,9)=xsol_:,0,32;last:(8,11)=*(8,8),32,32;next:(8,11),64,32;type:(0,1),96,32;name:(2,41),128,256;widget:(3,7),384,32;win:(0,8),416,32;;Ol_ll:t(8,8)ol_:T(8,9)=s36display:(2,48),0,32;depth:(0,1),32,32;visual:(2,16),64,32;cmap:(0,8),96,32;background:(0,1),128,32;hand_cursor:(0,8),160,32;gin:(8,12)=*(8,4),192,32;head:(8,11),224,32;tail:(8,11),256,32;;Ol:t(8,9)ol_button_:T(8,13)=s76parent:(8,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(2,41),224,256;\event_proc:(2,3),480,32;user_data:(8,14)=*(0,11),512,32;user_data2:(8,14),544,32;toggle:(0,1),576,32;;OlButton:t(8,13)ol_menu_item_:T(8,16)=s60x:(0,1),0,32;y:(0,1),32,32;w:(0,1),64,32;h:(0,1),96,32;state:(0,1),128,32;on:(0,1),160,32;label:(2,41),192,256;pull_right:(8,17)=*(8,15)=xsol_menu_:,448,32;;ol_menu_:T(8,15)=s84parent:(8,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(2,41),224,256;\event_proc:(2,3),480,32;user_data:(8,14),512,32;user_data2:(8,14),544,32;win:(0,8),576,32;nitems:(0,1),608,32;items:(8,18)=*(8,16),640,32;;OlMenu:t(8,15)ol_scrollbar_:T(8,19)=s264parent:(8,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;anchor0_x:(0,1),160,32;anchor0_y:(0,1),192,32;anchor0_w:(0,1),224,32;\anchor0_h:(0,1),256,32;anchor1_x:(0,1),288,32;anchor1_y:(0,1),320,32;anchor1_w:(0,1),352,32;anchor1_h:(0,1),384,32;arrow0_x:(0,1),416,32;arrow0_y:(0,1),448,32;arrow0_w:(0,1),480,32;\arrow0_h:(0,1),512,32;arrow1_x:(0,1),544,32;arrow1_y:(0,1),576,32;arrow1_w:(0,1),608,32;arrow1_h:(0,1),640,32;elev_x:(0,1),672,32;elev_y:(0,1),704,32;elev_w:(0,1),736,32;\elev_h:(0,1),768,32;state:(0,1),800,32;state0:(0,1),832,32;state1:(0,1),864,32;x_old:(0,1),896,32;y_old:(0,1),928,32;on:(0,1),960,32;changed:(0,1),992,32;\horizontal:(0,1),1024,32;immediate:(0,1),1056,32;length:(0,1),1088,32;elev:(0,1),1120,32;min_elev:(0,1),1152,32;max_elev:(0,1),1184,32;elev_old:(0,1),1216,32;prop:(0,1),1248,32;\prop_length:(0,1),1280,32;win_x:(0,1),1312,32;win_y:(0,1),1344,32;win_dim:(0,1),1376,32;scroll_incr:(0,10),1408,64;full0:(0,10),1472,64;full1:(0,10),1536,64;view0:(0,10),1600,64;\view1:(0,10),1664,64;view0_old:(0,10),1728,64;view1_old:(0,10),1792,64;view0_last:(0,10),1856,64;view1_last:(0,10),1920,64;popup_menu:(8,20)=*(8,15),1984,32;scroll_proc:(2,3),2016,32;user_data:(8,14),2048,32;user_data2:(8,14),2080,32;;OlScrollbar:t(8,19)ol_box_:T(8,21)=s44parent:(8,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;gc:(2,13),224,32;\draw_proc:(2,3),256,32;user_data:(8,14),288,32;user_data2:(8,14),320,32;;OlBox:t(8,21)_per_disp_res_rec:T(7,1)=s16dpy:(2,48),0,32;screen:(0,1),32,32;gc_list_ptr:(8,2),64,32;next:(7,2)=*(7,1),96,32;;per_disp_res_rec:t(7,1)per_disp_res_ptr:t(7,2)RGB:t(7,3)=s12r:(0,1),0,32;g:(0,1),32,32;b:(0,1),64,32;;HSV:t(7,4)=s12h:(0,1),0,32;s:(0,1),32,32;v:(0,1),64,32;;Boolean:t(0,2)olbp_draw_button:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)height:p(0,1)label:p(8,14)state:p(0,1)item:(2,101)string:(0,13)=ar(0,1);0;127;(0,2)add_ins:(0,14)=ar(0,1);0;127;(0,4)i:r(0,1)num_add:(0,1)inside_width:(0,1)top_color:(0,1)bottom_color:(0,1)fill_color:(0,1)centerx:(0,1)centery:(0,1)olbp_draw_varheight_button:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)height:p(0,1)state:p(0,1)string:(0,15)=ar(0,1);0;1;(0,2)seg:(0,16)=ar(0,1);0;3;(2,35)olbp_draw_menu_mark:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)state:p(0,1)fill_in:p(0,1)string:(0,17)=ar(0,1);0;2;(0,2)olbp_draw_abbrev_button:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)state:p(0,1)item:(2,101)string:(0,17)top_color:(0,1)bottom_color:(0,1)fill_color:(0,1)olbp_stipple_rect:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)height:p(0,1)olbp_draw_text:F(0,11)info:p(8,12)win:p(0,8)string:p(3,7)x:p(0,1)y:p(0,1)max_width:p(0,1)state:p(0,1)len:(0,1)i:r(0,1)current_width:(0,1)olbp_draw_pixmap_label:F(0,11)info:p(8,12)win:p(0,8)pix:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)height:p(0,1)state:p(0,1)savebg1:(0,8)savebg2:(0,8)olbp_draw_textscroll_button:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)state:p(0,1)string:(0,15)width:(0,1)height:(0,1)arr_x:(0,1)arr_y:(0,1)olbp_draw_numscroll_button:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)state:p(0,1)string:(0,15)width:(0,1)height:(0,1)arr_x:(0,1)arr_y:(0,1)sccsid:S(3,7)max3:f(0,1)x:p(0,1)x:r(0,1)y:p(0,1)y:r(0,1)z:p(0,1)z:r(0,1)min3:f(0,1)x:p(0,1)x:r(0,1)y:p(0,1)y:r(0,1)z:p(0,1)z:r(0,1)olbp_hsv_to_rgb:F(0,11)hsv:p(0,18)=*(7,4)rgb:p(0,19)=*(7,3)h:(0,1)s:(0,1)v:(0,1)r:(0,1)g:(0,1)b:(0,1)i:(0,1)f:(0,1)p:(0,1)q:(0,1)t:(0,1)olbp_rgb_to_hsv:F(0,11)rgb:p(0,19)hsv:p(0,18)r:(0,1)g:(0,1)b:(0,1)maxv:r(0,1)minv:r(0,1)h:(0,1)s:(0,1)v:(0,1)rc:(0,1)gc:(0,1)bc:(0,1)hex:(0,1)olbp_rgb_to_xcolor:F(0,11)r:p(0,19)x:p(0,20)=*(2,34)olbp_hsv_to_xcolor:F(0,11)h:p(0,18)x:p(0,20)r:(7,3)olbp_xcolor_to_hsv:F(0,11)x:p(0,20)h:p(0,18)r:(7,3)olbp_hsv_to_3D:F(0,11)bg1:p(0,18)bg2:p(0,20)bg3:p(0,20)white:p(0,20)hsv:(7,4)h:(0,1)s:(0,1)v:(0,1)olbp_calculate_3Dcolors:F(0,11)fg:p(0,20)bg1:p(0,20)bg2:p(0,20)bg3:p(0,20)white:p(0,20)base:(7,4)olbp_calc_add_ins:F(0,1)width:p(0,1)add_ins:p(0,21)=*(0,4)this_log2:r(0,1)this_bit:r(0,1)nchars:(0,1)olbp_draw_box:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)height:p(0,1)state:p(0,1)fill_in:p(0,2)point:(0,22)=ar(0,1);0;4;(2,36)rect:(2,37)rect:(0,23)=ar(0,1);0;2;(2,37)olbp_draw_choice_item:F(0,1)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)height:p(0,1)label:p(8,14)state:p(0,1)def_decr:(0,1)centerx:(0,1)centery:(0,1)flag:(0,1)./busy.hbusy_bits:S(2,41)./grey.hgrey_bits:S(2,41)olbp_initialize:F(8,12)dpy:p(2,48)screen:p(0,1)d_flag:p(0,1)glyphfont_struct:p(2,106)textfont_struct:p(2,106)pixvals:p(2,52)stipple_pixmaps:p(2,52)info:(8,12)direct:(0,1)ascent:(0,1)descent:(0,1)overall:(2,96)string:(0,15)i:(0,1)num_colors:(0,1)olbp_set_glyph_font:F(0,11)info:p(8,12)font_info:p(2,106)flag:p(0,1)direct:(0,1)ascent:(0,1)descent:(0,1)overall:(2,96)string:(0,15)i:r(0,1)num_colors:r(0,1)existing_gcrec:(8,2)perdispl_res_ptr:(7,2)values:(2,11)olbp_set_text_font:F(0,11)info:p(8,12)font_info:p(2,106)flag:p(0,1)values:(2,11)existing_gcrec:(8,2)perdispl_res_ptr:(7,2)olbp_error:F(0,11)string:p(3,7)olbp_set_single_color:F(0,11)info:p(8,12)index:p(0,1)pixval:p(0,8)flag:p(0,1)perdispl_res_ptr:(7,2)olbp_get_single_color:F(0,8)info:p(8,12)index:p(0,1)olbp_destroy:F(0,11)info:p(8,12)per_displ_res_ptr:(7,2)i:r(0,1)olbp_malloc:F(3,7)nbytes:p(0,8)olbp_set_stipple_pixmaps:F(0,11)info:p(8,12)pixmaps:p(2,52)gcval:(2,11)olbp_get_gcrec:F(8,2)perdispl_res_ptr:p(7,2)valuemask:p(0,8)values:p(0,24)=*(2,11)cur:r(8,2)prev:r(8,2)olbp_gc_matches:F(0,1)GCrec:p(8,2)valuemask:p(0,8)values:p(0,24)p:r(0,24)olbp_gcrec_available:F(8,2)perdispl_res_ptr:p(7,2)valuemask:p(0,8)values:p(0,24)cur:r(8,2)prev:r(8,2)olbp_get_busy_stipple:F(0,8)dpy:p(2,48)screen:p(0,1)busy_stipple:V(0,8)olbp_get_grey_stipple:F(0,8)dpy:p(2,48)screen:p(0,1)grey_stipple:V(0,8)olbp_get_perdisplay_list:F(7,2)dpy:p(2,48)screen:p(0,1)olbp_perdisp_res_list:V(7,2)cur:r(7,2)prev:r(7,2)olbp_destroy_gcrec:F(0,11)perdisp_res_ptr:p(7,2)gcrec:p(8,2)cur:r(8,2)prev:r(8,2)olbp_set_color_smart:F(8,2)info:p(8,12)perdispl_res_ptr:p(7,2)gcrec:p(8,2)fg_flag:p(0,1)pixval:p(0,8)flag:p(0,1)values:(2,11)existing_gcrec:(8,2)olbp_total_gcs:F(0,11)dpy:p(2,48)screen:p(0,1)cur:r(8,2)i:(0,1)per_displ_list:(7,2)olbp_initialise_gcrec:F(0,11)info:p(8,12)index:p(0,4)values:(2,11)valuemask:(0,8)perdispl_res_ptr:(7,2)olbp_cmp_fonts:F(0,1)font_info1:p(2,106)font_info2:p(2,106)olbp_draw_resize_corner:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)type:p(0,1)state:p(0,1)top_color:(0,1)fill_color:(0,1)bottom_color:(0,1)item:(2,101)string:(0,15)olbp_draw_pushpin:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)type:p(0,1)top_color:(0,1)fill_color:(0,1)bottom_color:(0,1)item:(2,101)string:(0,15)olbp_draw_check_box:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)state:p(0,1)item:(2,101)top_color:(0,1)bottom_color:(0,1)fill_color:(0,1)string:(0,15)olbp_draw_text_ledge:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)/usr/openwin/include/X11/Xutil.holbp_draw_scrollbar:F(0,11)ginfo:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)length:p(0,1)elev_pos:p(0,1)old_elev_pos:p(0,1)prop_pos:p(0,1)prop_length:p(0,1)state:p(0,1)cable_offset:(0,1)cable_width:(0,1)sbheight:(0,4)rectangles:(0,25)=ar(0,1);0;1;(2,37)rect1:(2,37)rect2:(2,37)result_rect:(0,26)=*(2,37)h1:(0,1)h2:(0,1)height:(0,1)width:(0,1)olbp_draw_elevator:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)state:p(0,1)string:(0,15)initial:(0,1)newy:(0,1)newx:(0,1)olbp_scroll_stipple_rects:F(0,11)info:p(8,12)win:p(0,8)rects:p(0,26)numrects:p(0,1)olbp_compute_intersection:F(0,26)rect1:p(0,26)rect2:p(0,26)region1:(12,9)region2:(12,9)result_rect:(0,26)olbp_draw_slider:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)oldval:p(0,1)newval:p(0,1)state:p(0,1)olbp_draw_horizontal_slider:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)value:p(0,1)item:(2,101)inside_width:(0,1)string:(0,13)add_ins:(0,14)y_slider_offset:r(0,1)i:r(0,1)num_add:(0,1)olbp_draw_slider_control:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)orientation:p(0,1)item:(2,101)string:(0,15)olbp_update_horizontal_slider:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)old_value:p(0,1)new_value:p(0,1)item:(2,101)string:(0,13)y_slider_offset:(0,1)inside_width:(0,1)xstart:(0,1)xwidth:(0,1)olbp_update_vertical_slider:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)height:p(0,1)old_value:p(0,1)new_value:p(0,1)ystart:(0,1)yheight:(0,1)inside_height:(0,1)x_slider_offset:(0,1)item:(2,101)string:(0,15)olbp_draw_vertical_slider:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)height:p(0,1)value:p(0,1)item:(2,101)string:(0,13)inside_height:(0,1)x_slider_offset:(0,1)olbp_draw_gauge:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)oldval:p(0,1)newval:p(0,1)state:p(0,1)olbp_draw_horiz_gauge:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)value:p(0,1)inside_width:(0,1)string:(0,13)add_ins:(0,14)i:r(0,1)num_add:(0,1)left_offset:r(0,1)olbp_update_horiz_gauge:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)oldval:p(0,1)newval:p(0,1)left_offset:r(0,1)olbp_draw_vertical_gauge:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)value:p(0,1)inside_width:(0,1)string:(0,27)=ar(0,1);0;0;(0,2)string1:(0,27)left_offset:r(0,1)item:(0,28)=ar(0,1);0;1;(2,101)segments:(0,29)=ar(0,1);0;1;(2,35)olbp_update_vertical_gauge:F(0,11)info:p(8,12)win:p(0,8)x:p(0,1)y:p(0,1)width:p(0,1)oldval:p(0,1)newval:p(0,1)left_offset:r(0,1)ol_create.o/auto/jspc/sw/src/lib/undoc/ol/ol_create.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/usr/openwin/include/X11/cursorfont.hol_create:F(0,13)=*(2,9)display:p(3,48)screen:p(0,1)visual:p(3,16)depth:p(0,1)cmap:p(0,8)tfont:(3,106)gfont:(3,106)pixvals:(0,14)=ar(0,1);0;5;(0,1)d_flag:(0,1)gin:(2,12)ol:(0,13)ol_create_widget:F(4,7)ol:p(0,13)type:p(0,1)name:p(4,7)widget:(4,7)but:(0,15)=*(2,13)menu:(2,20)scrollbar:(0,16)=*(2,19)box:(0,17)=*(2,21)ol_ll:(2,11)ol_scroll_popup_proc:F(0,1)menu:p(2,20)i:p(0,1)scrollbar:(0,16)middle:(0,10)del:(0,10)view0:(0,10)view1:(0,10)ol_free:F(0,11)ol:p(0,13)ol_free_widget:F(0,1)widget:p(0,15)ol_ll:(2,11)menu:(2,20)ol_event.o/auto/jspc/sw/src/lib/undoc/ol/ol_event.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hol_event:F(0,1)ol:p(0,13)=*(2,9)event:p(0,14)=*(3,93)ol_ll:(2,11)button:(0,15)=*(2,13)menu:(2,20)scrollbar:(0,16)=*(2,19)box:(0,17)=*(2,21)elev:(0,1)used:(0,1)menu_win:(0,1)root_win:(0,8)x:(0,1)y:(0,1)w:(0,1)h:(0,1)bw:(0,1)d:(0,1)i:(0,1)mask:(0,8)scale:(0,10)view0:(0,10)nevent:(3,93)ol_draw_menu_item:F(0,1)menu:p(2,20)item:p(0,1)ol_event_button:F(0,1)button:p(0,15)event:p(0,14)used:(0,1)n:(0,1)ol_event_menu:F(0,1)menu:p(2,20)event:p(0,14)used:(0,1)menu_locate:F(0,1)menu:p(2,20)x:p(0,1)y:p(0,1)h:(0,1)button_locate:F(0,1)button:p(0,15)x:p(0,1)y:p(0,1)h:(0,1)ol_draw_menu:F(0,1)menu:p(2,20)x:(0,1)y:(0,1)w:(0,1)h:(0,1)hm:(0,1)ww:(0,1)hh:(0,1)bw:(0,1)d:(0,1)i:(0,1)xwa:(3,22)mask:(0,8)event:(3,93)rwin:(0,8)ol_erase_menu:F(0,1)menu:p(2,20)ol_draw_scrollbar:F(0,1)scrollbar:p(0,16)gin:(2,12)ol_locate_scrollbar:F(0,1)scrollbar:p(0,16)event:p(0,18)=*(3,59)x:(0,1)y:(0,1)ol_locate_anchor0:F(0,1)scrollbar:p(0,16)event:p(0,18)x:(0,1)y:(0,1)ol_locate_anchor1:F(0,1)scrollbar:p(0,16)event:p(0,18)x:(0,1)y:(0,1)ol_locate_arrow0:F(0,1)scrollbar:p(0,16)event:p(0,18)x:(0,1)y:(0,1)ol_locate_arrow1:F(0,1)scrollbar:p(0,16)event:p(0,18)x:(0,1)y:(0,1)ol_locate_elev:F(0,1)scrollbar:p(0,16)event:p(0,18)x:(0,1)y:(0,1)ol_draw_box:F(0,1)box:p(0,17)rect:(3,37)ol_scroll_scrollbar:F(0,1)scrollbar:p(0,16)view0:p(0,10)view1:p(0,10)ol_update_scrollbar:F(0,1)scrollbar:p(0,16)ol_initialize_scrollbar:F(0,1)scrollbar:p(0,16)ol_get.o/auto/jspc/sw/src/lib/undoc/ol/ol_get.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h./ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h_GC_rec:T(3,1)=s112gc:(4,13),0,32;ref_count:(0,4),32,16;num_cliprects:(0,1),64,32;valuemask:(0,8),96,32;values:(4,11),128,736;next:(3,2)=*(3,1),864,32;;GC_rec:t(3,1)pixlabel:T(3,3)=s12pixmap:(0,8),0,32;width:(0,1),32,32;height:(0,1),64,32;;Pixlabel:t(3,3)graphics_info:T(3,4)=s148dpy:(4,48),0,32;scrn:(0,1),32,32;depth:(0,8),64,32;glyphfont:(4,106),96,32;textfont:(4,106),128,32;three_d:(0,4),160,16;gc_rec:(3,5)=ar(0,1);0;8;(3,2),192,288;stipple_pixmaps:(3,6)=ar(0,1);0;2;(0,8),480,96;\pixvals:(3,7)=ar(0,1);0;4;(0,8),576,160;button_height:(0,4),736,16;endcap_width:(0,4),752,16;sb_width:(0,4),768,16;sb_height:(0,4),784,16;abbrev_width:(0,4),800,16;slider_width:(0,4),816,16;slider_height:(0,4),832,16;\se_width:(0,4),848,16;se_height:(0,4),864,16;mm_width:(0,4),880,16;mm_height:(0,4),896,16;base_off:(0,4),912,16;slider_offset:(0,4),928,16;cb_width:(0,4),944,16;cb_height:(0,4),960,16;\pp_width:(0,4),976,16;pp_height:(0,4),992,16;gauge_width:(0,4),1008,16;gauge_height:(0,4),1024,16;textscbu_width:(0,4),1040,16;gauge_endcapOffset:(0,4),1056,16;numscbu_width:(0,4),1072,16;resize_arm_width:(0,4),1088,16;\abbsb_height:(0,4),1104,16;cable_offset:(0,4),1120,16;cable_width:(0,4),1136,16;point_size:(0,4),1152,16;;Graphics_info:t(3,4)ol_ll_:T(3,8)=s56parent:(3,10)=*(3,9)=xsol_:,0,32;last:(3,11)=*(3,8),32,32;next:(3,11),64,32;type:(0,1),96,32;name:(4,41),128,256;widget:(2,1),384,32;win:(0,8),416,32;;Ol_ll:t(3,8)ol_:T(3,9)=s36display:(4,48),0,32;depth:(0,1),32,32;visual:(4,16),64,32;cmap:(0,8),96,32;background:(0,1),128,32;hand_cursor:(0,8),160,32;gin:(3,12)=*(3,4),192,32;head:(3,11),224,32;tail:(3,11),256,32;;Ol:t(3,9)ol_button_:T(3,13)=s76parent:(3,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(4,41),224,256;\event_proc:(4,3),480,32;user_data:(3,14)=*(0,11),512,32;user_data2:(3,14),544,32;toggle:(0,1),576,32;;OlButton:t(3,13)ol_menu_item_:T(3,16)=s60x:(0,1),0,32;y:(0,1),32,32;w:(0,1),64,32;h:(0,1),96,32;state:(0,1),128,32;on:(0,1),160,32;label:(4,41),192,256;pull_right:(3,17)=*(3,15)=xsol_menu_:,448,32;;ol_menu_:T(3,15)=s84parent:(3,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;label:(4,41),224,256;\event_proc:(4,3),480,32;user_data:(3,14),512,32;user_data2:(3,14),544,32;win:(0,8),576,32;nitems:(0,1),608,32;items:(3,18)=*(3,16),640,32;;OlMenu:t(3,15)ol_scrollbar_:T(3,19)=s264parent:(3,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;anchor0_x:(0,1),160,32;anchor0_y:(0,1),192,32;anchor0_w:(0,1),224,32;\anchor0_h:(0,1),256,32;anchor1_x:(0,1),288,32;anchor1_y:(0,1),320,32;anchor1_w:(0,1),352,32;anchor1_h:(0,1),384,32;arrow0_x:(0,1),416,32;arrow0_y:(0,1),448,32;arrow0_w:(0,1),480,32;\arrow0_h:(0,1),512,32;arrow1_x:(0,1),544,32;arrow1_y:(0,1),576,32;arrow1_w:(0,1),608,32;arrow1_h:(0,1),640,32;elev_x:(0,1),672,32;elev_y:(0,1),704,32;elev_w:(0,1),736,32;\elev_h:(0,1),768,32;state:(0,1),800,32;state0:(0,1),832,32;state1:(0,1),864,32;x_old:(0,1),896,32;y_old:(0,1),928,32;on:(0,1),960,32;changed:(0,1),992,32;\horizontal:(0,1),1024,32;immediate:(0,1),1056,32;length:(0,1),1088,32;elev:(0,1),1120,32;min_elev:(0,1),1152,32;max_elev:(0,1),1184,32;elev_old:(0,1),1216,32;prop:(0,1),1248,32;\prop_length:(0,1),1280,32;win_x:(0,1),1312,32;win_y:(0,1),1344,32;win_dim:(0,1),1376,32;scroll_incr:(0,10),1408,64;full0:(0,10),1472,64;full1:(0,10),1536,64;view0:(0,10),1600,64;\view1:(0,10),1664,64;view0_old:(0,10),1728,64;view1_old:(0,10),1792,64;view0_last:(0,10),1856,64;view1_last:(0,10),1920,64;popup_menu:(3,20)=*(3,15),1984,32;scroll_proc:(4,3),2016,32;user_data:(3,14),2048,32;user_data2:(3,14),2080,32;;OlScrollbar:t(3,19)ol_box_:T(3,21)=s44parent:(3,11),0,32;x:(0,1),32,32;y:(0,1),64,32;w:(0,1),96,32;h:(0,1),128,32;state:(0,1),160,32;on:(0,1),192,32;gc:(4,13),224,32;\draw_proc:(4,3),256,32;user_data:(3,14),288,32;user_data2:(3,14),320,32;;OlBox:t(3,21)ol_get_widget:F(3,14)ol_widget:p(0,13)=*(3,13)__builtin_va_alist:p(0,1)args:(2,1)attr:(0,1)button:(0,13)menu:(3,20)scrollbar:(0,14)=*(3,19)box:(0,15)=*(3,21)item:(0,1)ol_set.o/auto/jspc/sw/src/lib/undoc/ol/ol_set.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h./ol.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hol_set_widget:F(0,1)ol_widget:p(0,13)=*(3,13)__builtin_va_alist:p(0,1)args:(2,1)attr:(0,1)button:(0,13)menu:(3,20)scrollbar:(0,14)=*(3,19)box:(0,15)=*(3,21)name:(2,1)i:(0,1)j:(0,1)x:(0,1)y:(0,1)w:(0,1)h:(0,1)view:(0,10)ol_scrollbar_scale:F(0,1)scrollbar:p(0,14)gin:(3,12)true_length:(0,1)elev_d:(0,10)max_elev_d:(0,10)hls_to_pixel.o/auto/jspc/sw/src/lib/undoc/ol/hls_to_pixel.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhls_to_pixel:F(0,1)display:p(2,48)visual:p(2,16)cmap:p(0,8)h:p(0,10)l:p(0,10)s:p(0,10)r:(0,9)g:(0,9)b:(0,9)ir:(0,1)ig:(0,1)ib:(0,1)colorcell:(2,34)set_pixel:F(0,1)display:p(2,48)visual:p(2,16)cmap:p(0,8)pixel:p(0,8)h:p(0,10)l:p(0,10)s:p(0,10)r:(0,9)g:(0,9)b:(0,9)ir:(0,1)ig:(0,1)ib:(0,1)colorcell:(2,34)get_inverse_pixel:F(0,1)display:p(2,48)visual:p(2,16)depth:p(0,1)cmap:p(0,8)pixel:p(2,52)pixel_cmpl:p(2,52)ncolors:(0,1)pixels:(2,52)planes:(0,13)=ar(0,1);0;31;(0,8)plane_mask:(0,8)i:(0,1)j:(0,1)k:(0,1)l:(0,1)hls_to_rgb:F(0,1)h:p(0,10)l:p(0,10)s:p(0,10)r:p(0,14)=*(0,9)g:p(0,14)b:p(0,14)m1:(0,9)m2:(0,9)value:F(0,10)m1:p(0,10)m2:p(0,10)h:p(0,10)utils.o/auto/jspc/sw/src/lib/undoc/ol/utils.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hXGetGeometryRelativeToRoot:F(0,1)display:p(2,48)drawable:p(0,8)root:p(2,52)x:p(0,13)=*(0,1)y:p(0,13)width:p(0,13)height:p(0,13)border_width:p(0,13)depth:p(0,13)status:(0,1)win:(0,8)parent:(0,8)rwin:(0,8)children:(2,52)nchildren:(0,1)rx:(0,1)ry:(0,1)rw:(0,1)rh:(0,1)rbw:(0,1)rd:(0,1)response.o_Srctypes_Nsrctypes_extract_Types_Ntypes/export/jspc/sw/src/lib/dataformat/response/response.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./response.h./complex.hPolar:T(3,1)=s16amplitude:(0,10),0,64;phase:(0,10),64,64;;Polar:t(3,1)Complex:T(3,2)=s16real:(0,10),0,64;imag:(0,10),64,64;;Complex:t(3,2)/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hResponse_group:T(2,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(2,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(2,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(11,7),640,32;parameters:(12,2),672,32;private:(2,4)=*(0,11),704,32;;Response_group:t(2,1)Response:T(2,5)=s16ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(2,6)=*(2,1),64,32;dfile:(6,2),96,32;;Response:t(2,5)Fir:T(2,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(2,8)=*(0,10),192,32;num_coef_errors:(2,8),224,32;den_coefs:(2,8),256,32;den_coef_errors:(2,8),288,32;;Fir:t(2,7)Paz:T(2,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(2,10)=*(3,2),192,32;pole_errors:(2,10),224,32;zeros:(2,10),256,32;zero_errors:(2,10),288,32;;Paz:t(2,9)Iir:T(2,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(2,10),192,32;pole_errors:(2,10),224,32;zeros:(2,10),256,32;zero_errors:(2,10),288,32;;Iir:t(2,11)/sw/loc/include/stock.h./fap.h./paz.h./fir.h./iir.h./complex.hResponse_type:T(0,13)=s36id:(0,1),0,32;name:(6,2),32,32;copy:(11,4),64,32;read:(11,4),96,32;write:(11,4),128,32;print:(11,4),160,32;eval:(11,4),192,32;free:(11,4),224,32;compare:(11,4),256,32;;Response_type:t(0,13)Types:S(0,14)=ar(0,1);0;3;(0,13)Ntypes:S(0,1)Src_type:T(0,15)=s8id:(0,1),0,32;name:(6,2),32,32;;Src_type:t(0,15)Srctypes:S(0,16)=ar(0,1);0;1;(0,15)Nsrctypes:S(0,1)extract:f(0,1)line:p(6,2)key:p(6,2)value:p(11,2)lp:(6,2)kp:(6,2)nextline:F(0,1)file:p(0,17)=*(1,1)line:p(6,2)tbl:p(11,7)arr:p(12,2)key:(0,18)=ar(0,1);0;1023;(0,2)value:(6,2)init_response_group:F(0,11)gp:p(2,6)new_response_group:F(2,6)gp:(2,6)new_response:F(0,19)=*(2,5)rp:(0,19)add_response_group:F(0,1)rp:p(0,19)gp:p(2,6)new:(0,1)copy_response_group:F(0,1)gp:p(2,6)rp:p(0,19)indx:p(0,1)new:(0,1)gpn:(2,6)i:(0,1)n:(0,1)keys:(11,7)vals:(11,7)read_response:F(0,1)file:p(0,17)response:p(0,20)=*(0,19)rp:(0,19)ret:(0,1)aline:(0,18)source:(0,18)type:(0,18)i:(0,1)gp:(2,1)write_response:F(0,1)file:p(0,17)response:p(0,19)gp:(2,6)ret:(0,1)i:(0,1)l:(0,1)ncomments:(0,1)print_response:F(0,1)file:p(0,17)response:p(0,19)eval_response:F(0,1)omega:p(0,10)response:p(0,19)real:p(2,8)imag:p(2,8)gp:(2,6)amplitude:(0,10)phase:(0,10)r:(0,10)theta:(0,10)i:(0,1)ret:(0,1)free_response:F(0,1)response:p(0,19)gp:(2,6)i:(0,1)ret:(0,1)compare_response:F(0,1)response1:p(0,19)response2:p(0,19)gp1:(2,6)gp2:(2,6)i:(0,1)get_response_nstages:F(0,1)response:p(0,19)nstages:p(4,2)get_response_stage_type:F(0,1)response:p(0,19)stage:p(0,1)type:p(6,2)gp:(2,6)get_response_stage_fir_ncoefs:F(0,1)response:p(0,19)stage:p(0,1)srate:p(2,8)dec_factor:p(4,2)nnum:p(4,2)nden:p(4,2)gp:(2,6)fir:(0,21)=*(2,7)get_response_stage_fir_coefs:F(0,1)response:p(0,19)stage:p(0,1)nnum:p(4,2)coefn:p(0,22)=*(2,8)coefn_err:p(0,22)nden:p(4,2)coefd:p(0,22)coefd_err:p(0,22)gp:(2,6)fir:(0,21)readresp_:F(0,11)fname:p(6,2)response:p(0,20)lenfname:p(0,1)fn:V(0,18)i:(0,1)file:(0,17)evlresp_:F(0,11)omega:p(0,23)=*(0,9)response:p(0,20)real:p(0,23)imag:p(0,23)domega:(0,10)dreal:(0,10)dimag:(0,10)freeresp_:F(0,11)response:p(0,20)getrespnstages_:F(0,11)response:p(0,20)nstages:p(4,2)getresptype_:F(0,11)response:p(0,20)stage:p(4,2)type:p(6,2)lentype:p(0,1)i:(0,1)l:(0,1)typ:V(0,24)=ar(0,1);0;31;(0,2)getresppaz_:F(0,11)response:p(0,20)stage:p(4,2)norm:p(0,23)npoles:p(4,2)poles:p(0,23)polerr:p(0,23)nzeroes:p(4,2)zeroes:p(0,23)zererr:p(0,23)npmax:(0,1)nzmax:(0,1)st:(0,1)gp:(2,6)paz:(0,25)=*(2,9)i:(0,1)j:(0,1)getrespfir_:F(0,11)response:p(0,20)stage:p(4,2)srate:p(0,23)nnum:p(4,2)coefsnum:p(0,23)coefsnumerr:p(0,23)nden:p(4,2)coefsden:p(0,23)coefsdenerr:p(0,23)nnmax:(0,1)ndmax:(0,1)st:(0,1)gp:(2,6)fir:(0,21)i:(0,1)fixresp:F(0,11)response:p(0,19)output_sample_rate:p(0,10)group:(2,6)fir:(0,21)i:(0,1)fixsrate:F(0,11)response:p(0,19)output_sample_rate:p(0,10)group:(2,6)fir:(0,21)i:(0,1)getrespiir_:F(0,11)response:p(0,20)stage:p(4,2)norm:p(0,23)npoles:p(4,2)poles:p(0,23)polerr:p(0,23)nzeroes:p(4,2)zeroes:p(0,23)zererr:p(0,23)npmax:(0,1)nzmax:(0,1)st:(0,1)gp:(2,6)iir:(0,26)=*(2,11)i:(0,1)j:(0,1)complex.o/auto/jspc/sw/src/lib/dataformat/response/complex.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./complex.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hto_polar:F(0,11)real:p(0,10)imag:p(0,10)amp:p(0,13)=*(0,10)phase:p(0,13)to_complex:F(0,11)amp:p(0,10)phase:p(0,10)real:p(0,13)imag:p(0,13)cmult:F(4,2)a:p(4,2)a:r(4,2)b:p(4,2)b:r(4,2)r:(4,2)cdiv:F(4,2)a:p(4,2)a:r(4,2)b:p(4,2)b:r(4,2)r:(4,2)conjugate:(4,2)mag2:(0,10)fir.o/export/jspc/sw/src/lib/dataformat/response/fir.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./response.h./complex.h/sw/loc/include/stock.hResponse_group:T(12,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(12,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(12,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(10,7),640,32;parameters:(11,2),672,32;private:(12,4)=*(0,11),704,32;;Response_group:t(12,1)Response:T(12,5)=s16ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(12,6)=*(12,1),64,32;dfile:(2,3),96,32;;Response:t(12,5)Fir:T(12,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(12,8)=*(0,10),192,32;num_coef_errors:(12,8),224,32;den_coefs:(12,8),256,32;den_coef_errors:(12,8),288,32;;Fir:t(12,7)Paz:T(12,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(12,10)=*(13,2),192,32;pole_errors:(12,10),224,32;zeros:(12,10),256,32;zero_errors:(12,10),288,32;;Paz:t(12,9)Iir:T(12,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(12,10),192,32;pole_errors:(12,10),224,32;zeros:(12,10),256,32;zero_errors:(12,10),288,32;;Iir:t(12,11)copy_fir:F(0,1)gpi:p(12,6)gp:p(12,6)pfiri:(0,13)=*(12,7)pfir:(0,13)i:(0,1)n:(0,1)read_fir:F(0,1)file:p(0,14)=*(1,1)gp:p(12,6)pfir:(0,13)aline:(0,15)=ar(0,1);0;1023;(0,2)coef:(0,10)coef_error:(0,10)i:(0,1)n:(0,1)write_fir:F(0,1)file:p(0,14)private:p(0,13)i:(0,1)print_fir:F(0,1)file:p(0,14)private:p(0,13)free_fir:F(0,1)private:p(0,13)eval_fir:F(0,1)omega:p(0,10)private:p(0,13)amplitude:p(12,8)phase:p(12,8)i:(0,1)mid:(0,1)omegad:(0,10)arg:(0,10)numr:(0,10)numi:(0,10)denr:(0,10)deni:(0,10)amp:(0,10)phs:(0,10)compare_fir:F(0,1)fir1:p(0,13)fir2:p(0,13)i:(0,1)fap.o/auto/jspc/sw/src/lib/dataformat/response/fap.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./fap.hcopy_fap:F(0,1)gpi:p(0,13)=*(0,11)gp:p(0,13)read_fap:F(0,1)file:p(0,14)=*(1,1)private:p(0,15)=*(0,13)write_fap:F(0,1)file:p(0,14)private:p(0,13)print_fap:F(0,1)file:p(0,14)private:p(0,13)free_fap:F(0,1)private:p(0,13)eval_fap:F(0,1)omega:p(0,10)private:p(0,13)amplitude:p(0,16)=*(0,10)phase:p(0,16)compare_fap:F(0,1)fap1:p(0,13)fap2:p(0,13)paz.o/export/jspc/sw/src/lib/dataformat/response/paz.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./response.h./complex.h/sw/loc/include/stock.h./complex.hcopy_paz:F(0,1)gpi:p(11,6)gp:p(11,6)ppazi:(0,13)=*(11,9)ppaz:(0,13)i:(0,1)n:(0,1)read_paz:F(0,1)file:p(0,14)=*(1,1)gp:p(11,6)ppaz:(0,13)aline:(0,15)=ar(0,1);0;1023;(0,2)real:(0,10)imag:(0,10)real_error:(0,10)imag_error:(0,10)i:(0,1)n:(0,1)write_paz:F(0,1)file:p(0,14)private:p(0,13)i:(0,1)print_paz:F(0,1)file:p(0,14)private:p(0,13)free_paz:F(0,1)private:p(0,13)eval_paz:F(0,1)omega:p(0,10)private:p(0,13)amplitude:p(11,8)phase:p(11,8)i:(0,1)r:(0,10)theta:(0,10)compare_paz:F(0,1)paz1:p(0,13)paz2:p(0,13)i:(0,1)iir.o/export/jspc/sw/src/lib/dataformat/response/iir.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./response.h./complex.h/sw/loc/include/stock.h./complex.hcopy_iir:F(0,1)gpi:p(11,6)gp:p(11,6)piiri:(0,13)=*(11,9)piir:(0,13)i:(0,1)n:(0,1)read_iir:F(0,1)file:p(0,14)=*(1,1)gp:p(11,6)piir:(0,13)aline:(0,15)=ar(0,1);0;1023;(0,2)real:(0,10)imag:(0,10)real_error:(0,10)imag_error:(0,10)i:(0,1)n:(0,1)write_iir:F(0,1)file:p(0,14)private:p(0,13)i:(0,1)print_iir:F(0,1)file:p(0,14)private:p(0,13)free_iir:F(0,1)private:p(0,13)eval_iir:F(0,1)omega:p(0,10)private:p(0,13)amplitude:p(11,8)phase:p(11,8)i:(0,1)r:(0,10)theta:(0,10)xr:(0,10)xi:(0,10)compare_iir:F(0,1)iir1:p(0,13)iir2:p(0,13)i:(0,1)time.o_days_in_month_month_name/export/jspc/sw/src/lib/utility/coords/time.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/ctype.h/usr/include/time.h/usr/include/sys/stdtypes.h./csstime.hdate_time:T(20,1)=s48epoch:(0,10),0,64;date:(0,1),64,32;year:(0,1),96,32;month:(0,1),128,32;mname:(20,2)=ar(0,1);0;3;(0,2),160,32;day:(0,1),192,32;doy:(0,1),224,32;hour:(0,1),256,32;\minute:(0,1),288,32;second:(0,9),320,32;;days_in_month:S(0,13)=ar(0,1);0;12;(0,1)htoe:F(0,1)dt:p(0,14)=*(20,1)dt:r(0,14)timeprint:F(0,1)dt:p(0,14)dt:r(0,14)zh_today:F(0,1)dt:p(0,14)dt:r(0,14)mdtodate:F(0,1)dt:p(0,14)dt:r(0,14)i:(0,1)dim:(0,1)time_string2epoch:F(0,1)string:p(6,7)time:p(0,15)=*(0,10)i:(0,1)j:(0,1)icol:(0,1)str:V(0,16)=ar(0,1);0;511;(0,2)dt:(20,1)my_strncasecmp:F(0,1)str1:p(6,7)str2:p(6,7)len:p(0,1)i1:(0,1)i2:(0,1)i:(0,1)dtoepoch:F(0,10)date:p(0,1)i:(0,1)year:(0,1)day:(0,1)days:(0,1)isleap:F(0,1)year:p(0,1)timecon:F(0,10)timstr:p(6,7)tnum:(0,10)con:(0,17)=ar(0,1);0;19;(0,2)len:(0,1)i:(0,1)j:(0,1)todaysdate:F(0,1)now:(0,1)tsp:(0,18)=*(18,1)get_nice_times:F(0,1)tstart:p(0,10)tend:p(0,10)maxincs:p(0,1)nstart:p(0,15)ninc:p(0,15)window:(0,10)time:(0,10)itime:(0,1)exp:(0,10)ref:(0,10)date_time:(20,1)month_name:S(0,19)=ar(0,1);0;11;(6,7)etoh:F(0,1)dt:p(0,14)dt:r(0,14)diy:(0,1)month_day:F(0,1)dt:p(0,14)dt:r(0,14)i:(0,1)dim:(0,1)leap:(0,1)dbstrf2c:F(6,7)string:p(6,7)len:p(0,1)out:V(0,16)i:(0,1)j:(0,1)k:(0,1)epoch.o_Month/export/jspc/sw/src/lib/utility/coords/epoch.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./coords.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/time.h/usr/include/sys/stdtypes.htm:T(11,1)=s44tm_sec:(0,1),0,32;tm_min:(0,1),32,32;tm_hour:(0,1),64,32;tm_mday:(0,1),96,32;tm_mon:(0,1),128,32;tm_year:(0,1),160,32;tm_wday:(0,1),192,32;tm_yday:(0,1),224,32;\tm_isdst:(0,1),256,32;tm_zone:(4,2),288,32;tm_gmtoff:(0,1),320,32;;epoch:F(0,10)yd:p(0,1)yearday:F(0,1)e:p(0,10)year:(0,1)doy:(0,1)hour:(0,1)minute:(0,1)second:(0,10)strtime:F(4,2)e:p(0,10)year:(0,1)doy:(0,1)hour:(0,1)minute:(0,1)month:(0,1)day:(0,1)second:(0,10)s:V(0,13)=ar(0,1);0;1023;(0,2)strdate:F(4,2)e:p(0,10)year:(0,1)doy:(0,1)hour:(0,1)minute:(0,1)month:(0,1)day:(0,1)second:(0,10)s:V(0,13)Month:S(0,14)=ar(0,1);0;11;(4,2)epoch2str:F(4,2)e:p(0,10)f:p(4,2)year:(0,1)doy:(0,1)hour:(0,1)minute:(0,1)month:(0,1)day:(0,1)second:(0,10)s:V(0,13)in:(4,2)out:(4,2)c:(0,2)now:F(0,10)rightnow:(0,1)todays_date.o/export/jspc/sw/src/lib/utility/coords/todays_date.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/time.h/usr/include/time.h/usr/include/sys/stdtypes.hNo_date:G(0,1)todays_date:F(1,7)date_str:p(1,7)year:(0,1)month:(0,1)doy:(0,1)day:(0,1)hour:(0,1)minute:(0,1)sec:(0,10)h2e.o/export/jspc/sw/src/lib/utility/coords/h2e.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.hdate_time:T(0,13)=s48epoch:(0,10),0,64;date:(0,1),64,32;year:(0,1),96,32;month:(0,1),128,32;mname:(0,14)=ar(0,1);0;3;(0,2),160,32;day:(0,1),192,32;doy:(0,1),224,32;hour:(0,1),256,32;\minute:(0,1),288,32;second:(0,9),320,32;;doy2mday:F(0,11)doy:p(0,1)year:p(0,1)month:p(0,15)=*(0,1)day:p(0,15)dt:(0,13)doy2mday_:F(0,11)doy:p(0,15)year:p(0,15)month:p(0,15)day:p(0,15)mday2doy:F(0,1)year:p(0,1)month:p(0,1)day:p(0,1)dt:(0,13)mday2doy_:F(0,1)year:p(0,15)month:p(0,15)day:p(0,15)h2e:F(0,10)iyear:p(0,1)iday:p(0,1)ihour:p(0,1)imin:p(0,1)sec:p(0,10)jdate:(0,1)epoch:(0,10)h2e_:F(0,10)iyear:p(0,15)iday:p(0,15)ihour:p(0,15)imin:p(0,15)sec:p(0,16)=*(0,10)e2h:F(0,11)epoch:p(0,10)iyear:p(0,15)iday:p(0,15)ihour:p(0,15)imin:p(0,15)sec:p(0,16)dt:(0,13)e2h_:F(0,11)epoch:p(0,16)iyear:p(0,15)iday:p(0,15)ihour:p(0,15)imin:p(0,15)sec:p(0,16)box.oARR_SEG1/auto/jspc/sw/src/lib/graphics/grx/box.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;box:F14xleft:v6xright:v6ybot:v6ytop:v6thick:v6ithick:v3iclip:v3x:Var3;1;9;6y:Var3;1;9;6cfont.ov.17v.57v.58v.18v.19ARR_SEG1v.320v.330v.310v.300v.181v.321v.301v.322v.302v.323v.313v.303v.314v.324v.304v.325v.315v.295v.296v.316v.307v.308v.238v.228v.298v.269v.209v.329v.319v.309v.299VAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/cfont.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;cfont:F14jfont:v3i:V3j:r3k:r3j1:r3j2:r3jj:r3jm1:r3nrd:V2jjfont:V2llfont:V3nfonts:V2nfm1:V3jfoff:Var3;1;21;2npmax:V3lufnt:V3ifont:Var3;1;21;2jjtot:V3path:Var3;1;120;13ifnt:V2itot:Var3;1;21;2jtot:V3ktot:V3fonts_ipoint:Var3;1;10000;2ifoff:V2fonts_chrsiz.ov.17VAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/chrsiz.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;chrsiz:F14height:v6ratio:v6slant:v6a:V6rad:V6spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_partxt_sinang:V6cosang:V6rat:V6tansln:V6hite:V6partxt_npchr2_scale:V6npchr2_gethit:F14hit:v6spc_spc_partxt_sinang:V6cosang:V6rat:V6tansln:V6hite:V6partxt_npchr2_npchr2_finitt.o/auto/jspc/sw/src/lib/graphics/grx/finitt.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;finitt:F14initt.ov.20v.17v.18v.19VAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/initt.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;initt:F14itran:v3plotfile:var3;1;A96;13display:var3;1;A100;13program:var3;1;A104;13ssize:v6xwin:v6ywin:v6wd:V6ht:V6rlaser:V6ifirst:V3hsize:V6wsize:V6scrh:V6scrw:V6pscolor:Var3;1;80;13pdim_ca:V6sa:V6tangle:V6cellwd:V6iitran:V3ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_ocflag_imflag:V3iocflg:V3iltp:V3ocflag_xplpid_ipid:V3xplpid_filcom_ifill:V3jfill:V3filcom_line.oARR_SEG1/auto/jspc/sw/src/lib/graphics/grx/line.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;line:F14x1:v6y1:v6x2:v6y2:v6thick:v6ithick:v3iclip:v3x:Var3;1;3;6y:Var3;1;3;6nplot.ov.17VAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/nplot.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;nplot:F14n:v3x:var3;1;1;6y:var3;1;1;6igraf:v3iclip:v3thick:v6ithick:v3asymb:var3;1;1;ar3;1;1;13i:r3j:r3j1:r3nn:V3np:V3xx:V6yy:V6rthick:V6nth:V3ltp:V3ilines:r3rlthick:V6ilabs:r3roff:V6imfl:r3ichr:V3rmin:V6spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_filcom_ifill:V3jfill:V3filcom_ocflag_imflag:V3iocflg:V3iltp:V3ocflag_ntype.oVAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/ntype.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;ntype:F14xtype:var3;1;A76;13ytype:var3;1;A80;13c:Var3;1;1;13ilen:r3pdim_ca:V6sa:V6tangle:V6cellwd:V6iitran:V3ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_gettype:F14xtype:var3;1;A76;13ytype:var3;1;A80;13pdim_ca:V6sa:V6tangle:V6cellwd:V6iitran:V3ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_plot1.oVAR_SEG1VAR_SEG2/auto/jspc/sw/src/lib/graphics/grx/plot1.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;plot1:F14n:v3x:var3;1;1;6y:var3;1;1;6roff:v6iclip:v3i:V3j:r3k:V3s:V7cs:V7sn:V7xt:V6yt:V6rx:V7ry:V7xx:V6yy:V6xint2:V6yint2:V6iltold:V3xbh:V6ybh:V6xbl:V6ybl:V6cso:V7sno:V7ibx:r3iby:r3xtn:V6ytn:V6rxn:V7ryn:V7xxo:V6yyo:V6ifirst:V3iflag:r3igraf:V3ibxo:r3ibyo:r3iltp:V3xint:V6yint:V6pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xxbh:V6yybh:V6xdim:V6ydim:V6xxbl:V6yybl:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_filcom_ifill:V3jfill:V3filcom_offset:F14roff:v6rx:v7ry:v7sn:v7cs:v7sno:v7cso:v7xx:v6yy:v6x:V7y:V7x2:V7y2:V7del:V7rxn:V7ryn:V7rxo:V7ryo:V7pdim_pdim_pscl_pscl_filcom_filcom_setfor.o/auto/jspc/sw/src/lib/graphics/grx/setfor.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;setfor:F14hue:v6light:v6sat:v6npcolr_blight:V6flight:V6bhue:V6fhue:V6bsat:V6fsat:V6npcolr_getfor:F14hue:v6light:v6sat:v6npcolr_blight:V6flight:V6bhue:V6fhue:V6bsat:V6fsat:V6npcolr_setdim.oVAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/setdim.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;setdim:F14xdim:v6ydim:v6xlow:v6ylow:v6ixdim:V3iydim:V3ixlow:V3iylow:V3spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6xxdim:V6yydim:V6rxlow:V6rylow:V6xxlow:V6yylow:V6pdim_getfrm:F14xmin:v6xmax:v6ymin:v6ymax:v6spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_pdim_pdim_getdim:F14xdim:v6ydim:v6xlow:v6ylow:v6spc_spc_pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6xxdim:V6yydim:V6rxlow:V6rylow:V6xxlow:V6yylow:V6pdim_setscl.ov.90v.80v.81v.91v.82v.83v.96v.97v.88v.89v.104v.105/auto/jspc/sw/src/lib/graphics/grx/setscl.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;setscl:F14xmin:v6xmax:v6ymin:v6ymax:v6pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xxmin:V6yymin:V6xxmax:V6yymax:V6pscl_pscl2_xrmin:V6yrmin:V6xrmax:V6yrmax:V6pscl2_getclp:F14xmin:v6xmax:v6ymin:v6ymax:v6pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_pscl_pscl2_pscl2_getscl:F14xmin:v6xmax:v6ymin:v6ymax:v6pdim_pdim_pscl_pscl_pscl2_xrmin:V6yrmin:V6xrmax:V6yrmax:V6pscl2_tdraw.o/auto/jspc/sw/src/lib/graphics/grx/tdraw.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;tdraw:F14x:v6y:v6ifirst:v3itran:v3text.oARR_SEG1VAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/text.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;text:F14x:v6y:v6angle:v6iref:v3string:var3;1;A92;13iclip:v3i:r3j:V3k:r3i1:r3i2:V3k1:r3np:V3xp:V6ix:Var3;1;150;3yp:V6iy:Var3;1;150;3hscale:V6xt:V6xx:V6yy:V6vscale:V6ishite:V3iwidth:Var3;1;100;3npoint:Var3;1;27;3nstrks:V3iiref:r3iswid:r3xxoff:V6nchar:Var3;1;1;13ioff:Var3;1;27;3joff:V3xoff:Var3;1;100;6yoff:V6lstr:V3chcom_chold:Var3;1;1;13chcom_pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_partxt_sinang:V6cosang:V6rat:V6tansln:V6hite:V6partxt_ocflag_imflag:V3iocflg:V3iltp:V3ocflag_xmap.oVAR_SEG1VAR_SEG2VAR_SEG8/export/jspc/sw/src/lib/graphics/grx/xmap.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;xmap:F6xmap:X6x:v6xx:V6pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_ymap:F6ymap:X6y:v6yy:V6pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_getxmp:F14x:v6xm:v6pdim_pdim_pscl_pscl_getymp:F14y:v6ym:v6pdim_pdim_pscl_pscl_getxscale:F14xsc:v6pdim_pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_rxmap:F6rxmap:X6x:v6pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_rymap:F6rymap:X6y:v6pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_in2uu:F14xinch:v6yinch:v6xuu:v6yuu:v6x:V6y:V6pdim_ca:V6sa:V6tangle:V6cellwd:V6ixtype:V3iytype:V3xbh:V6ybh:V6xbl:V6ybl:V6xbm:V6ybm:V6cellht:V6itran:V3rxdim:V6rydim:V6rxlow:V6rylow:V6xdim:V6ydim:V6xlow:V6ylow:V6pdim_pscl_xscale:V6yscale:V6xrange:V6yrange:V6xmin:V6ymin:V6xmax:V6ymax:V6pscl_spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_hdback_.o/auto/jspc/sw/src/lib/graphics/grx/hdback_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_display:G(2,48)hd_cmap:G(0,8)hd_pixmap:G(0,8)hd_gc:G(2,13)hd_visual:G(2,16)hd_back:G(0,8)hd_back_light:G(0,9)hd_back_sat:G(0,9)hd_back_red:G(0,9)hd_back_green:G(0,9)hd_back_blue:G(0,9)hdback_:F(0,11)hue:p(0,13)=*(0,9)light:p(0,13)sat:p(0,13)hdcrimg_.o/auto/jspc/sw/src/lib/graphics/grx/hdcrimg_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_display:G(2,48)hd_screen:G(0,1)hd_visual:G(2,16)hd_pixmap:G(0,8)hd_cmap:G(0,8)hd_window:G(0,8)hd_gc:G(2,13)hd_batch:G(0,1)hd_depth:G(0,1)hd_colormap:G(0,1)image_:T(0,13)=s4112width:(0,1),0,32;height:(0,1),32,32;depth:(0,1),64,32;ctable:(0,14)=ar(0,1);0;255;(0,1),96,8192;red:(0,14),8288,8192;green:(0,14),16480,8192;blue:(0,14),24672,8192;image:(3,7),32864,32;;Image:t(0,13)hd_rv:G(0,1)hd_pscolor:G(0,1)hd_fd:G(0,1)hd_lon:G(0,1)hdpscolorset_:F(0,11)i:p(0,15)=*(0,1)hdpscoloron_:F(0,11)hdpscoloroff_:F(0,11)line:V(0,16)=ar(0,1);0;127;(0,2)hdcrimg_:F(0,11)width:p(0,15)height:p(0,15)depth:p(0,15)image:p(0,17)=*(0,18)=*(0,13)im:(0,18)size:(0,1)imm:(3,7)i:(0,1)j:(0,1)h:(0,9)l:(0,9)s:(0,9)r:(0,9)g:(0,9)b:(0,9)x:(0,9)hdfrimg_:F(0,11)image:p(0,17)hdinimg_:F(0,11)image:p(0,17)nx:p(0,15)nxmax:p(0,15)ny:p(0,15)x:p(0,19)=*(0,9)y:p(0,19)z:p(0,19)xmin:p(0,19)xmax:p(0,19)ymin:p(0,19)ymax:p(0,19)zmin:p(0,19)dz:p(0,19)im:(0,18)nxmx:(0,1)i:(0,1)j:(0,1)k:(0,1)y0:(0,1)y1:(0,1)x0:(0,1)x1:(0,1)xscale:(0,9)yscale:(0,9)zscale:(0,9)buf:(3,7)xint:(0,9)yint:(0,9)zint:(0,9)zpix:(0,1)fy0:(0,9)fy1:(0,9)fx0:(0,9)fx1:(0,9)fz00:(0,9)fz01:(0,9)fz10:(0,9)fz11:(0,9)xslope:(0,9)yslope:(0,9)zyx0:(0,9)zyx1:(0,9)xold:(0,9)yold:(0,9)hdpnimg_:F(0,11)image:p(0,17)x:p(0,15)y:p(0,15)im:(0,18)ximage:(0,20)=*(2,26)i:(0,1)n:(0,1)buf:(1,2)wdth:(0,1)hght:(0,1)xoff:(0,1)yoff:(0,1)colors:(0,21)=ar(0,1);0;67;(0,1)bpl:(0,1)data:(0,15)pixdata:(0,15)fg:(0,1)hdpnimgl_:F(0,11)image:p(0,17)im:(0,18)x:(0,9)y:(0,9)w:(0,9)h:(0,9)xcl:(0,9)ycb:(0,9)fl:(0,9)buf:(0,5)i:(0,1)j:(0,1)n:(0,1)d:(0,1)line:V(0,16)intensity:(0,10)cset_:F(0,1)mychar:p(3,7)myint:p(0,15)cadd_:F(0,1)mychar:p(3,7)myint:p(0,15)cewrite_:F(0,11)string:p(3,7)len:p(0,1)setbpl:F(0,1)im_w:p(0,1)depth:p(0,1)bpl:(0,1)hdreverse_video:F(0,11)rv:p(0,1)hdend_.o/auto/jspc/sw/src/lib/graphics/grx/hdend_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)hd_fd:G(0,1)hd_ldraw:G(0,1)hdend_:F(0,11)hdendl:F(0,11)hdfill_.o/auto/jspc/sw/src/lib/graphics/grx/hdfill_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_display:G(2,48)hd_pixmap:G(0,8)hd_window:G(0,8)hd_gc:G(2,13)hd_npts:G(0,1)hd_points_size:G(0,1)hd_points:G(0,13)=*(2,36)hd_save:G(0,1)hd_batch:G(0,1)hd_fore:G(0,8)hd_back:G(0,8)hd_fill:G(0,1)hdfill_:F(0,11)iclr:p(0,14)=*(0,1)hd_pscolor:G(0,1)hd_polyfill:G(0,1)hd_fd:G(0,1)hd_lon:G(0,1)hd_nptsl:G(0,1)hd_fore_light:G(0,9)hd_fore_sat:G(0,9)hd_fore_red:G(0,9)hd_fore_green:G(0,9)hd_fore_blue:G(0,9)hd_back_light:G(0,9)hd_back_sat:G(0,9)hd_back_red:G(0,9)hd_back_green:G(0,9)hd_back_blue:G(0,9)hdfilll_:F(0,11)iclr:p(0,14)line:V(0,15)=ar(0,1);0;79;(0,2)hdfillon_:F(0,11)hdfilloff_:F(0,11)hdpolyfill_:F(0,11)hdfore_.o/auto/jspc/sw/src/lib/graphics/grx/hdfore_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_display:G(2,48)hd_cmap:G(0,8)hd_pixmap:G(0,8)hd_gc:G(2,13)hd_visual:G(2,16)hd_fore:G(0,8)hd_fd:G(0,1)hd_lon:G(0,1)hd_pscolor:G(0,1)hd_fore_light:G(0,9)hd_fore_sat:G(0,9)hd_fore_red:G(0,9)hd_fore_green:G(0,9)hd_fore_blue:G(0,9)hdfore_:F(0,11)hue:p(0,13)=*(0,9)light:p(0,13)sat:p(0,13)line:V(0,14)=ar(0,1);0;127;(0,2)hdhls_to_rgb:F(0,1)h:p(0,10)l:p(0,10)s:p(0,10)r:p(0,13)g:p(0,13)b:p(0,13)m1:(0,9)m2:(0,9)hdvalue:F(0,10)m1:p(0,10)m2:p(0,10)h:p(0,10)hdrgb_to_hls:F(0,1)r:p(0,10)g:p(0,10)b:p(0,10)h:p(0,13)l:p(0,13)s:p(0,13)max:(0,9)min:(0,9)rc:(0,9)gc:(0,9)bc:(0,9)#tmp0:(0,13)#tmp1:(0,13)hdhls_to_pixel:F(0,8)h:p(0,10)l:p(0,10)s:p(0,10)r:(0,9)g:(0,9)b:(0,9)ir:(0,1)ig:(0,1)ib:(0,1)colorcell:(2,34)hdhls_to_pixelrgb:F(0,8)h:p(0,10)l:p(0,10)s:p(0,10)ir:p(0,15)=*(0,1)ig:p(0,15)ib:p(0,15)r:(0,9)g:(0,9)b:(0,9)jr:(0,1)jg:(0,1)jb:(0,1)colorcell:(2,34)hdinit_.o/auto/jspc/sw/src/lib/graphics/grx/hdinit_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/time.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hhd_fd:G(0,1)hd_npts:G(0,1)hd_nptsl:G(0,1)hdinit_:F(0,11)itran:p(0,13)=*(0,1)fname:p(2,2)prname:p(2,2)fname_len:p(0,1)prname_len:p(0,1)line:V(0,14)=ar(0,1);0;255;(0,2)filn:V(0,14)prgn:V(0,14)ninit:V(0,1)init:V(0,15)=ar(0,1);0;2;(2,2)npro:V(0,1)prolog:V(0,16)=ar(0,1);0;82;(2,2)i:(0,1)llx:(0,1)lly:(0,1)urx:(0,1)ury:(0,1)pscreate:F(0,1)fd:p(0,1)prname:p(2,2)fname:p(2,2)line:V(0,14)host:V(0,17)=ar(0,1);0;31;(0,2)user:(2,2)login:(2,2)tloc:(0,1)epsfpro:F(0,1)fd:p(0,1)llx:p(0,1)lly:p(0,1)urx:p(0,1)ury:p(0,1)prname:p(2,2)fname:p(2,2)line:V(0,14)hdcmnt_:F(0,11)comment:p(2,2)comment_len:p(0,1)line:V(0,14)hdopen_.o/auto/jspc/sw/src/lib/graphics/grx/hdopen_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/openwin/include/X11/X.h/usr/openwin/include/X11/cursorfont.h./nxplotdlib_types.h/usr/openwin/include/X11/Xlib.h/usr/openwin/include/X11/Xatom.hxplotd_lib_:T(13,1)=s48progname:(6,7),0,32;display:(9,48),32,32;window_atom:(0,8),64,32;daemon_window_atom:(0,8),96,32;client_status_atom:(0,8),128,32;daemon_status_atom:(0,8),160,32;client_request_atom:(0,8),192,32;daemon_pixmap_atom:(0,8),224,32;\daemon_pid:(0,1),256,32;client_window:(0,8),288,32;daemon_window:(0,8),320,32;daemon_pixmap:(0,8),352,32;;nxplotdLib:t(13,1)hd_display:G(9,48)hd_screen:G(0,1)hd_pixmap:G(0,8)hd_cmap:G(0,8)hd_iwindow:G(0,8)hd_window:G(0,8)hd_cursor:G(0,8)hd_cfont:G(9,106)hd_width:G(0,1)hd_height:G(0,1)hd_depth:G(0,1)hd_gc:G(9,13)hd_visual:G(9,16)hd_fore:G(0,8)hd_back:G(0,8)hd_batch:G(0,1)hd_save:G(0,1)hd_filename:G(0,13)=ar(0,1);0;255;(0,2)hd_fd:G(0,1)hd_lon:G(0,1)hd_lstart:G(0,1)hd_xpllib:G(13,1)hdopen_:F(0,11)plot_fname:p(6,7)display_name:p(6,7)prog_name:p(6,7)xwin:p(0,14)=*(0,9)ywin:p(0,14)wsize:p(0,14)hsize:p(0,14)fw:p(0,14)fh:p(0,14)pid:p(0,15)=*(0,1)lplt:p(0,1)ldis:p(0,1)lprg:p(0,1)dname:(6,7)pname:(6,7)args:V(0,13)root:(0,8)x:(0,1)y:(0,1)w:(0,1)h:(0,1)b:(0,1)d:(0,1)fcol:(9,34)bcol:(9,34)convert_string:F(6,7)string:p(6,7)len:p(0,1)out:V(0,16)=ar(0,1);0;511;(0,2)i:(0,1)j:(0,1)k:(0,1)hdstrk_.o/auto/jspc/sw/src/lib/graphics/grx/hdstrk_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h_XExtData:T(1,1)=s16number:(0,1),0,32;next:(1,2)=*(1,1),32,32;free_private:(1,3)=*(1,4)=f(0,1),64,32;private_data:(2,7),96,32;;XExtData:t(1,1)XExtCodes:t(1,5)=s16extension:(0,1),0,32;major_opcode:(0,1),32,32;first_event:(0,1),64,32;first_error:(0,1),96,32;;_XExten:T(1,6)=s60next:(1,7)=*(1,6),0,32;codes:(1,5),32,128;create_GC:(1,3),160,32;copy_GC:(1,3),192,32;flush_GC:(1,3),224,32;free_GC:(1,3),256,32;create_Font:(1,3),288,32;free_Font:(1,3),320,32;\close_display:(1,3),352,32;error:(1,3),384,32;error_string:(1,8)=*(1,9)=f(2,7),416,32;name:(2,7),448,32;;_XExtension:t(1,6)XPixmapFormatValues:t(1,10)=s12depth:(0,1),0,32;bits_per_pixel:(0,1),32,32;scanline_pad:(0,1),64,32;;XGCValues:t(1,11)=s92function:(0,1),0,32;plane_mask:(0,8),32,32;foreground:(0,8),64,32;background:(0,8),96,32;line_width:(0,1),128,32;line_style:(0,1),160,32;cap_style:(0,1),192,32;join_style:(0,1),224,32;\fill_style:(0,1),256,32;fill_rule:(0,1),288,32;arc_mode:(0,1),320,32;tile:(0,8),352,32;stipple:(0,8),384,32;ts_x_origin:(0,1),416,32;ts_y_origin:(0,1),448,32;font:(0,8),480,32;\subwindow_mode:(0,1),512,32;graphics_exposures:(0,1),544,32;clip_x_origin:(0,1),576,32;clip_y_origin:(0,1),608,32;clip_mask:(0,8),640,32;dash_offset:(0,1),672,32;dashes:(0,2),704,8;;_XGC:T(1,12)=s112ext_data:(1,2),0,32;gid:(0,8),32,32;rects:(0,1),64,32;dashes:(0,1),96,32;dirty:(0,8),128,32;values:(1,11),160,736;;GC:t(1,13)=*(1,12)Visual:t(1,14)=s32ext_data:(1,2),0,32;visualid:(0,8),32,32;class:(0,1),64,32;red_mask:(0,8),96,32;green_mask:(0,8),128,32;blue_mask:(0,8),160,32;bits_per_rgb:(0,1),192,32;map_entries:(0,1),224,32;;Depth:t(1,15)=s12depth:(0,1),0,32;nvisuals:(0,1),32,32;visuals:(1,16)=*(1,14),64,32;;Screen:t(1,18)=s80ext_data:(1,2),0,32;display:(1,19)=*(1,17)=xs_XDisplay:,32,32;root:(0,8),64,32;width:(0,1),96,32;height:(0,1),128,32;mwidth:(0,1),160,32;mheight:(0,1),192,32;ndepths:(0,1),224,32;\depths:(1,20)=*(1,15),256,32;root_depth:(0,1),288,32;root_visual:(1,16),320,32;default_gc:(1,13),352,32;cmap:(0,8),384,32;white_pixel:(0,8),416,32;black_pixel:(0,8),448,32;max_maps:(0,1),480,32;\min_maps:(0,1),512,32;backing_store:(0,1),544,32;save_unders:(0,1),576,32;root_input_mask:(0,1),608,32;;ScreenFormat:t(1,21)=s16ext_data:(1,2),0,32;depth:(0,1),32,32;bits_per_pixel:(0,1),64,32;scanline_pad:(0,1),96,32;;XSetWindowAttributes:t(1,22)=s60background_pixmap:(0,8),0,32;background_pixel:(0,8),32,32;border_pixmap:(0,8),64,32;border_pixel:(0,8),96,32;bit_gravity:(0,1),128,32;win_gravity:(0,1),160,32;backing_store:(0,1),192,32;backing_planes:(0,8),224,32;\backing_pixel:(0,8),256,32;save_under:(0,1),288,32;event_mask:(0,1),320,32;do_not_propagate_mask:(0,1),352,32;override_redirect:(0,1),384,32;colormap:(0,8),416,32;cursor:(0,8),448,32;;XWindowAttributes:t(1,23)=s92x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;depth:(0,1),160,32;visual:(1,16),192,32;root:(0,8),224,32;\class:(0,1),256,32;bit_gravity:(0,1),288,32;win_gravity:(0,1),320,32;backing_store:(0,1),352,32;backing_planes:(0,8),384,32;backing_pixel:(0,8),416,32;save_under:(0,1),448,32;colormap:(0,8),480,32;\map_installed:(0,1),512,32;map_state:(0,1),544,32;all_event_masks:(0,1),576,32;your_event_mask:(0,1),608,32;do_not_propagate_mask:(0,1),640,32;override_redirect:(0,1),672,32;screen:(1,24)=*(1,18),704,32;;XHostAddress:t(1,25)=s12family:(0,1),0,32;length:(0,1),32,32;address:(2,7),64,32;;funcs:T(1,27)=s24create_image:(1,28)=*(1,29)=f(1,30)=*(1,26)=xs_XImage:,0,32;destroy_image:(1,3),32,32;get_pixel:(1,31)=*(1,32)=f(0,8),64,32;put_pixel:(1,3),96,32;sub_image:(1,28),128,32;add_pixel:(1,3),160,32;;_XImage:T(1,26)=s88width:(0,1),0,32;height:(0,1),32,32;xoffset:(0,1),64,32;format:(0,1),96,32;data:(2,7),128,32;byte_order:(0,1),160,32;bitmap_unit:(0,1),192,32;bitmap_bit_order:(0,1),224,32;\bitmap_pad:(0,1),256,32;depth:(0,1),288,32;bytes_per_line:(0,1),320,32;bits_per_pixel:(0,1),352,32;red_mask:(0,8),384,32;green_mask:(0,8),416,32;blue_mask:(0,8),448,32;obdata:(2,7),480,32;f:(1,27),512,192;;XImage:t(1,26)XWindowChanges:t(1,33)=s28x:(0,1),0,32;y:(0,1),32,32;width:(0,1),64,32;height:(0,1),96,32;border_width:(0,1),128,32;sibling:(0,8),160,32;stack_mode:(0,1),192,32;;XColor:t(1,34)=s12pixel:(0,8),0,32;red:(0,6),32,16;green:(0,6),48,16;blue:(0,6),64,16;flags:(0,2),80,8;pad:(0,2),88,8;;XSegment:t(1,35)=s8x1:(0,4),0,16;y1:(0,4),16,16;x2:(0,4),32,16;y2:(0,4),48,16;;XPoint:t(1,36)=s4x:(0,4),0,16;y:(0,4),16,16;;XRectangle:t(1,37)=s8x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;;XArc:t(1,38)=s12x:(0,4),0,16;y:(0,4),16,16;width:(0,6),32,16;height:(0,6),48,16;angle1:(0,4),64,16;angle2:(0,4),80,16;;XKeyboardControl:t(1,39)=s32key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,1),64,32;bell_duration:(0,1),96,32;led:(0,1),128,32;led_mode:(0,1),160,32;key:(0,1),192,32;auto_repeat_mode:(0,1),224,32;;XKeyboardState:t(1,40)=s56key_click_percent:(0,1),0,32;bell_percent:(0,1),32,32;bell_pitch:(0,8),64,32;bell_duration:(0,8),96,32;led_mask:(0,8),128,32;global_auto_repeat:(0,1),160,32;auto_repeats:(1,41)=ar(0,1);0;31;(0,2),192,256;;XTimeCoord:t(1,42)=s8time:(0,8),0,32;x:(0,4),32,16;y:(0,4),48,16;;XModifierKeymap:t(1,43)=s8max_keypermod:(0,1),0,32;modifiermap:(1,44)=*(0,5),32,32;;_DisplayAtoms:T(1,45)=s24text:(0,8),0,32;wm_state:(0,8),32,32;wm_protocols:(0,8),64,32;wm_save_yourself:(0,8),96,32;wm_change_state:(0,8),128,32;wm_colormap_windows:(0,8),160,32;;_XDisplay:T(1,17)=s1252ext_data:(1,2),0,32;next:(1,49)=*(1,17),32,32;fd:(0,1),64,32;lock:(0,1),96,32;proto_major_version:(0,1),128,32;proto_minor_version:(0,1),160,32;vendor:(2,7),192,32;resource_base:(0,1),224,32;\resource_mask:(0,1),256,32;resource_id:(0,1),288,32;resource_shift:(0,1),320,32;resource_alloc:(1,31),352,32;byte_order:(0,1),384,32;bitmap_unit:(0,1),416,32;bitmap_pad:(0,1),448,32;bitmap_bit_order:(0,1),480,32;\nformats:(0,1),512,32;pixmap_format:(1,50)=*(1,21),544,32;vnumber:(0,1),576,32;release:(0,1),608,32;head:(1,51)=*(1,46)=xs_XSQEvent:,640,32;tail:(1,51),672,32;qlen:(0,1),704,32;last_request_read:(0,8),736,32;\request:(0,8),768,32;last_req:(2,7),800,32;buffer:(2,7),832,32;bufptr:(2,7),864,32;bufmax:(2,7),896,32;max_request_size:(0,8),928,32;db:(1,52)=*(1,47)=xs_XrmHashBucketRec:,960,32;synchandler:(1,3),992,32;\display_name:(2,7),1024,32;default_screen:(0,1),1056,32;nscreens:(0,1),1088,32;screens:(1,24),1120,32;motion_buffer:(0,8),1152,32;current:(0,8),1184,32;min_keycode:(0,1),1216,32;max_keycode:(0,1),1248,32;\keysyms:(1,53)=*(0,8),1280,32;modifiermap:(1,54)=*(1,43),1312,32;keysyms_per_keycode:(0,1),1344,32;xdefaults:(2,7),1376,32;scratch_buffer:(2,7),1408,32;scratch_length:(0,8),1440,32;ext_number:(0,1),1472,32;ext_procs:(1,7),1504,32;\event_vec:(1,55)=ar(0,1);0;127;(1,3),1536,4096;wire_vec:(1,55),5632,4096;lock_meaning:(0,8),9728,32;key_bindings:(1,56)=*(1,48)=xsXKeytrans:,9760,32;cursor_font:(0,8),9792,32;atoms:(1,57)=*(1,45),9824,32;reconfigure_wm_window:(1,58)=s12sequence_number:(0,1),0,32;old_handler:(1,3),32,32;succeeded:(0,1),64,32;;,9856,96;\flags:(0,8),9952,32;mode_switch:(0,8),9984,32;;Display:t(1,17)XKeyEvent:t(1,59)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;keycode:(0,8),416,32;same_screen:(0,1),448,32;;XKeyPressedEvent:t(1,59)XKeyReleasedEvent:t(1,59)XButtonEvent:t(1,60)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;button:(0,8),416,32;same_screen:(0,1),448,32;;XButtonPressedEvent:t(1,60)XButtonReleasedEvent:t(1,60)XMotionEvent:t(1,61)=s60type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;state:(0,8),384,32;is_hint:(0,2),416,8;same_screen:(0,1),448,32;;XPointerMovedEvent:t(1,61)XCrossingEvent:t(1,62)=s68type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;root:(0,8),160,32;subwindow:(0,8),192,32;time:(0,8),224,32;\x:(0,1),256,32;y:(0,1),288,32;x_root:(0,1),320,32;y_root:(0,1),352,32;mode:(0,1),384,32;detail:(0,1),416,32;same_screen:(0,1),448,32;focus:(0,1),480,32;state:(0,8),512,32;;XEnterWindowEvent:t(1,62)XLeaveWindowEvent:t(1,62)XFocusChangeEvent:t(1,63)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;mode:(0,1),160,32;detail:(0,1),192,32;;XFocusInEvent:t(1,63)XFocusOutEvent:t(1,63)XKeymapEvent:t(1,64)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;key_vector:(1,41),160,256;;XExposeEvent:t(1,65)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;;XGraphicsExposeEvent:t(1,66)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;drawable:(0,8),128,32;x:(0,1),160,32;y:(0,1),192,32;width:(0,1),224,32;\height:(0,1),256,32;count:(0,1),288,32;major_code:(0,1),320,32;minor_code:(0,1),352,32;;XNoExposeEvent:t(1,67)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;drawable:(0,8),128,32;major_code:(0,1),160,32;minor_code:(0,1),192,32;;XVisibilityEvent:t(1,68)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;state:(0,1),160,32;;XCreateWindowEvent:t(1,69)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;override_redirect:(0,1),352,32;;XDestroyWindowEvent:t(1,70)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;event:(0,8),128,32;window:(0,8),160,32;;XUnmapEvent:t(1,71)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;event:(0,8),128,32;window:(0,8),160,32;from_configure:(0,1),192,32;;XMapEvent:t(1,72)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;event:(0,8),128,32;window:(0,8),160,32;override_redirect:(0,1),192,32;;XMapRequestEvent:t(1,73)=s24type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;parent:(0,8),128,32;window:(0,8),160,32;;XReparentEvent:t(1,74)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;event:(0,8),128,32;window:(0,8),160,32;parent:(0,8),192,32;x:(0,1),224,32;\y:(0,1),256,32;override_redirect:(0,1),288,32;;XConfigureEvent:t(1,75)=s52type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;override_redirect:(0,1),384,32;;XGravityEvent:t(1,76)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;event:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;;XResizeRequestEvent:t(1,77)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;width:(0,1),160,32;height:(0,1),192,32;;XConfigureRequestEvent:t(1,78)=s56type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;parent:(0,8),128,32;window:(0,8),160,32;x:(0,1),192,32;y:(0,1),224,32;\width:(0,1),256,32;height:(0,1),288,32;border_width:(0,1),320,32;above:(0,8),352,32;detail:(0,1),384,32;value_mask:(0,8),416,32;;XCirculateEvent:t(1,79)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;event:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XCirculateRequestEvent:t(1,80)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;parent:(0,8),128,32;window:(0,8),160,32;place:(0,1),192,32;;XPropertyEvent:t(1,81)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;atom:(0,8),160,32;time:(0,8),192,32;state:(0,1),224,32;;XSelectionClearEvent:t(1,82)=s28type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;selection:(0,8),160,32;time:(0,8),192,32;;XSelectionRequestEvent:t(1,83)=s40type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;owner:(0,8),128,32;requestor:(0,8),160,32;selection:(0,8),192,32;target:(0,8),224,32;\property:(0,8),256,32;time:(0,8),288,32;;XSelectionEvent:t(1,84)=s36type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;requestor:(0,8),128,32;selection:(0,8),160,32;target:(0,8),192,32;property:(0,8),224,32;time:(0,8),256,32;;XColormapEvent:t(1,85)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;colormap:(0,8),160,32;new:(0,1),192,32;state:(0,1),224,32;;XClientMessageEvent:t(1,86)=s48type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;message_type:(0,8),160,32;format:(0,1),192,32;data:(1,87)=u20b:(1,88)=ar(0,1);0;19;(0,2),0,160;\s:(1,89)=ar(0,1);0;9;(0,4),0,160;l:(1,90)=ar(0,1);0;4;(0,1),0,160;;,224,160;;XMappingEvent:t(1,91)=s32type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;request:(0,1),160,32;first_keycode:(0,1),192,32;count:(0,1),224,32;;XErrorEvent:t(1,92)=s20type:(0,1),0,32;display:(1,49),32,32;resourceid:(0,8),64,32;serial:(0,8),96,32;error_code:(0,5),128,8;request_code:(0,5),136,8;minor_code:(0,5),144,8;;XAnyEvent:t(1,93)=s20type:(0,1),0,32;serial:(0,8),32,32;send_event:(0,1),64,32;display:(1,49),96,32;window:(0,8),128,32;;_XEvent:T(1,94)=u96type:(0,1),0,32;xany:(1,93),0,160;xkey:(1,59),0,480;xbutton:(1,60),0,480;xmotion:(1,61),0,480;xcrossing:(1,62),0,544;xfocus:(1,63),0,224;xexpose:(1,65),0,320;\xgraphicsexpose:(1,66),0,384;xnoexpose:(1,67),0,224;xvisibility:(1,68),0,192;xcreatewindow:(1,69),0,384;xdestroywindow:(1,70),0,192;xunmap:(1,71),0,224;xmap:(1,72),0,224;xmaprequest:(1,73),0,192;\xreparent:(1,74),0,320;xconfigure:(1,75),0,416;xgravity:(1,76),0,256;xresizerequest:(1,77),0,224;xconfigurerequest:(1,78),0,448;xcirculate:(1,79),0,224;xcirculaterequest:(1,80),0,224;xproperty:(1,81),0,256;\xselectionclear:(1,82),0,224;xselectionrequest:(1,83),0,320;xselection:(1,84),0,288;xcolormap:(1,85),0,256;xclient:(1,86),0,384;xmapping:(1,91),0,256;xerror:(1,92),0,160;xkeymap:(1,64),0,416;pad:(1,95)=ar(0,1);0;23;(0,1),0,768;;XEvent:t(1,94)_XSQEvent:T(1,46)=s100next:(1,96)=*(1,46),0,32;event:(1,94),32,768;;_XQEvent:t(1,46)XCharStruct:t(1,97)=s12lbearing:(0,4),0,16;rbearing:(0,4),16,16;width:(0,4),32,16;ascent:(0,4),48,16;descent:(0,4),64,16;attributes:(0,6),80,16;;XFontProp:t(1,98)=s8name:(0,8),0,32;card32:(0,8),32,32;;XFontStruct:t(1,99)=s80ext_data:(1,2),0,32;fid:(0,8),32,32;direction:(0,8),64,32;min_char_or_byte2:(0,8),96,32;max_char_or_byte2:(0,8),128,32;min_byte1:(0,8),160,32;max_byte1:(0,8),192,32;all_chars_exist:(0,1),224,32;\default_char:(0,8),256,32;n_properties:(0,1),288,32;properties:(1,100)=*(1,98),320,32;min_bounds:(1,97),352,96;max_bounds:(1,97),448,96;per_char:(1,101)=*(1,97),544,32;ascent:(0,1),576,32;descent:(0,1),608,32;;XTextItem:t(1,102)=s16chars:(2,7),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XChar2b:t(1,103)=s2byte1:(0,5),0,8;byte2:(0,5),8,8;;XTextItem16:t(1,104)=s16chars:(1,105)=*(1,103),0,32;nchars:(0,1),32,32;delta:(0,1),64,32;font:(0,8),96,32;;XEDataObject:t(1,106)=u4display:(1,49),0,32;gc:(1,13),0,32;visual:(1,16),0,32;screen:(1,24),0,32;pixmap_format:(1,50),0,32;font:(1,107)=*(1,99),0,32;;XErrorHandler:t(1,3)XIOErrorHandler:t(1,3)hd_display:G(1,49)hd_pixmap:G(0,8)hd_window:G(0,8)hd_gc:G(1,13)hd_npts:G(0,1)hd_points:G(0,13)=*(1,36)hd_batch:G(0,1)hd_save:G(0,1)hdstrk_:F(0,11)hd_fd:G(0,1)hd_lon:G(0,1)hd_nptsl:G(0,1)hdstrkl_:F(0,11)hdtext_.o/auto/jspc/sw/src/lib/graphics/grx/hdtext_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)hd_fd:G(0,1)hd_lon:G(0,1)hd_von:G(0,1)hd_lfont:G(0,1)hdtext_:F(0,11)x:p(0,13)=*(0,9)y:p(0,13)angle:p(0,13)iref:p(0,14)=*(0,1)string:p(0,15)=*(0,2)iclip:p(0,14)lstr:p(0,1)line:V(0,16)=ar(0,1);0;255;(0,2)xl:(0,9)yl:(0,9)size:(0,9)fl:(0,9)xcl:(0,9)xcr:(0,9)ycb:(0,9)yct:(0,9)icl:(0,1)hdtxtf_:F(0,11)line:V(0,16)hdstlf_:F(0,11)lfont:p(0,14)hdthik_.o/auto/jspc/sw/src/lib/graphics/grx/hdthik_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)hd_fd:G(0,1)hd_lon:G(0,1)hd_lastth:G(0,1)hdthik_:F(0,11)n:p(0,13)=*(0,1)line:(0,14)=ar(0,1);0;79;(0,2)i:(0,1)nxplotdlsv.o/auto/jspc/sw/src/lib/graphics/grx/nxplotdlsv.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./nxplotdlib_types.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/usr/openwin/include/X11/Xatom.hxplotd_lib_:T(1,1)=s48progname:(3,7),0,32;display:(2,49),32,32;window_atom:(0,8),64,32;daemon_window_atom:(0,8),96,32;client_status_atom:(0,8),128,32;daemon_status_atom:(0,8),160,32;client_request_atom:(0,8),192,32;daemon_pixmap_atom:(0,8),224,32;\daemon_pid:(0,1),256,32;client_window:(0,8),288,32;daemon_window:(0,8),320,32;daemon_pixmap:(0,8),352,32;;nxplotdLib:t(1,1)./my_system.h/usr/include/stdio.h_iobuf:T(9,1)=s20_cnt:(0,1),0,32;_ptr:(2,44),32,32;_base:(2,44),64,32;_bufsiz:(0,1),96,32;_flag:(0,4),128,16;_file:(0,2),144,8;;nxplotd_launchdaemon:F(0,1)program:p(3,7)display:p(2,49)window:p(0,8)args:p(3,7)xplptr:p(0,13)=*(1,1)win_null:V(0,8)status:(0,1)cmd:(0,14)=ar(0,1);0;255;(0,2)coreflag:(0,1)termsig:(0,1)report:(2,94)loop:(0,1)window_ptr:(2,53)int_ptr:(0,15)=*(0,1)pixmap_ptr:(2,53)colormap_ptr:(2,53)i:(0,1)chrdir.ov.17VAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/chrdir.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;chrdir:F14angle:v6a:V6rad:V6partxt_sinang:V6cosang:V6rat:V6tansln:V6hite:V6partxt_clear.oVAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/clear.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;clear:F14ih:V3iw:V3ix:V3iy:V3spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_drwclr_idraw:V3drwclr_drawv.oVAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/drawv.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;drawv:F14x:v6y:v6itran:v3xplt:V6yplt:V6spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_drwclr_idraw:V3drwclr_getfl:F14xxl:v6yyl:v6ffl:v6spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_drwclr_drwclr_getchr.ov.70v.81v.71v.74v.75v.76v.66v.67v.77v.68v.69VAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/getchr.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;getchr:F14c:var3;1;1;13nstrks:v3npoint:var3;1;27;3ioff:var3;1;27;3ix:var3;1;150;3iy:var3;1;150;3i:r3j:r3k:r3ic:V3np:r3npmax:V3joff:V3koff:r3fonts_ipoint:Var3;1;10000;2ifoff:V2fonts_getsiz.ov.41v.42v.43v.33v.34v.44v.35v.36v.37v.48v.38VAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/getsiz.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;getsiz:F14c:var3;1;1;13ihite:v3iwidth:v3ic:V3npmax:V3fonts_ipoint:Var3;1;10000;2ifoff:V2fonts_imgutl.oARR_SEG4v.375v.357VAR_SEG1VAR_SEG2VAR_SEG3VAR_SEG4/auto/jspc/sw/src/lib/graphics/grx/imgutl.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;resamp:F14rdat:var3;1;T-12;ar3;1;T-4;3image:var3;1;T-32;ar3;1;T-24;ar3;1;1;13w:v3h:v3ww:v3hh:v3xoff:v3yoff:v3depth:v3hd_depth:v3i:V3j:r3k:r3l:r3ii:r3jj:r3sum:r3factor:V6setmono:F14x:var3;1;T-12;ar3;1;T-4;3out:var3;1;T-32;ar3;1;T-24;ar3;1;1;13bpl:v3w:v3h:v3col:var3;1;17;ar3;1;4;3rv:v3i:r3j:r3k:r3l:r3cx:r3setgrey:F14x:var3;1;T-12;ar3;1;T-4;3out:var3;1;T-32;ar3;1;T-24;ar3;1;1;13bpl:v3w:v3h:v3col:var3;1;17;ar3;1;4;3rv:v3i:r3j:r3k:r3l:r3cx:r3cy:r3setmncol:F14gray:var3;1;17;ar3;1;4;3fg:v3b:V6g:V6i:r3r:V6ncolors:V3gr:V6col:Var3;1;17;ar3;1;4;3scale:Var3;1;17;3setgrcol:F14col:var3;1;17;ar3;1;4;3lgnd:F14n:v3z:v6dz:v6legend_nlevel:V3zlevel:V6dzlevl:V6legend_movev.oVAR_SEG1/auto/jspc/sw/src/lib/graphics/grx/movev.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;movev:F14x:v6y:v6itran:v3xplt:V6yplt:V6spc_xc:V6fl:V6xcl:V6aspect:V6xll:V6yll:V6xur:V6yur:V6spc_nalpha.o/auto/jspc/sw/src/lib/graphics/grx/nalpha.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;nalpha:F14nclose.o/auto/jspc/sw/src/lib/graphics/grx/nclose.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;nclose:F14nlstyl.ov.16ARR_SEG1/auto/jspc/sw/src/lib/graphics/grx/nlstyl.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;nlstyl:F14i:v3iold:V3ipat:Var3;1;10;3nopen.o/auto/jspc/sw/src/lib/graphics/grx/nopen.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;nopen:F14hdclr_.o/auto/jspc/sw/src/lib/graphics/grx/hdclr_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_pixmap:G(0,8)hd_width:G(0,1)hd_height:G(0,1)hd_fd:G(0,1)hd_lon:G(0,1)hd_lstart:G(0,1)hdclr_:F(0,11)x:(0,1)y:(0,1)w:(0,1)h:(0,1)hd_ldraw:G(0,1)hdclrl_:F(0,11)x:p(0,13)=*(0,1)y:p(0,13)w:p(0,13)h:p(0,13)hdclrg_.o/auto/jspc/sw/src/lib/graphics/grx/hdclrg_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_display:G(1,49)hd_pixmap:G(0,8)hd_window:G(0,8)hd_gc:G(1,13)hd_fore:G(0,8)hd_back:G(0,8)hd_rect:G(1,37)hd_batch:G(0,1)hd_pscolor:G(0,1)hd_fd:G(0,1)hd_lon:G(0,1)hd_fore_light:G(0,9)hd_fore_sat:G(0,9)hd_fore_red:G(0,9)hd_fore_green:G(0,9)hd_fore_blue:G(0,9)hd_back_light:G(0,9)hd_back_sat:G(0,9)hd_back_red:G(0,9)hd_back_green:G(0,9)hd_back_blue:G(0,9)hdclrg_:F(0,11)x:p(0,13)=*(0,1)y:p(0,13)w:p(0,13)h:p(0,13)hdclrgl_:F(0,11)x:p(0,13)y:p(0,13)w:p(0,13)h:p(0,13)line:V(0,14)=ar(0,1);0;79;(0,2)hddash_.o/auto/jspc/sw/src/lib/graphics/grx/hddash_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_display:G(1,49)hd_fd:G(0,1)hd_lon:G(0,1)hd_gc:G(1,13)hddash_:F(0,11)n:p(0,13)=*(0,1)pat:p(0,13)hddashl:F(0,11)n:p(0,13)pat:p(0,13)line:(0,14)=ar(0,1);0;79;(0,2)i:(0,1)j:(0,1)hddraw_.o/auto/jspc/sw/src/lib/graphics/grx/hddraw_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_npts:G(0,1)hd_points_size:G(0,1)hd_points:G(0,13)=*(2,36)hd_fill:G(0,1)hddraw_:F(0,11)fx:p(0,14)=*(0,9)fy:p(0,14)fl:p(0,14)x:(0,4)y:(0,4)hd_fd:G(0,1)hd_lon:G(0,1)hd_oldx:G(0,1)hd_oldy:G(0,1)hd_nptsl:G(0,1)hd_ldraw:G(0,1)hd_von:G(0,1)hd_polyfill:G(0,1)hddrawl_:F(0,11)fx:p(0,14)fy:p(0,14)fl:p(0,14)ix:(0,1)iy:(0,1)x:(0,1)y:(0,1)rx:(0,1)ry:(0,1)arx:(0,1)ary:(0,1)line:(2,87)hdmove_.o/auto/jspc/sw/src/lib/graphics/grx/hdmove_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.hhd_pixmap:G(0,8)hd_points_size:G(0,1)hd_points:G(0,13)=*(2,36)hd_npts:G(0,1)hdmove_:F(0,11)fx:p(0,14)=*(0,9)fy:p(0,14)fl:p(0,14)hd_fd:G(0,1)hd_lon:G(0,1)hd_oldx:G(0,1)hd_oldy:G(0,1)hd_von:G(0,1)hd_polyfill:G(0,1)hdmovel_:F(0,11)fx:p(0,14)fy:p(0,14)fl:p(0,14)ix:(0,1)iy:(0,1)line:(2,87)my_system.o/auto/jspc/sw/src/lib/graphics/grx/my_system.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/signal.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/errno.h/usr/include/sys/wait.hwait:T(14,1)=u4w_status:(0,1),0,32;w_T:(14,2)=s4w_Fill1:(0,6),0,16;w_Retcode:(0,6),16,8;w_Coredump:(0,6),24,1;w_Termsig:(0,6),25,7;;,0,32;w_S:(14,3)=s4w_Fill2:(0,6),0,16;w_Stopsig:(0,6),16,8;w_Stopval:(0,6),24,8;;,0,32;;/usr/include/sys/stdtypes.h./my_system.herrno:G(0,1)my_system:F(0,1)command:p(3,5)share:p(0,1)coreflag:p(0,13)=*(0,1)termsig:p(0,13)point:(3,5)next:(3,5)cmd:(0,14)=ar(0,1);0;255;(0,2)arg:(0,15)=ar(0,1);0;2047;(0,2)in:(0,14)out:(0,14)err:(0,14)argv:(0,16)=ar(0,1);0;99;(3,5)i:(0,1)j:(0,1)len:(0,1)fork_flag:(0,1)outapp_flag:(0,1)errapp_flag:(0,1)fd_in:(0,1)fd_out:(0,1)fd_err:(0,1)pid:(0,1)w:(0,1)status:(0,1)exitstatus:(0,1)nchar:(0,2)nxplotdlib.o/auto/jspc/sw/src/lib/graphics/grx/nxplotdlib.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./nxplotdlib_types.h/usr/openwin/include/X11/Xlib.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/openwin/include/X11/X.h/usr/openwin/include/X11/Xatom.hnxplotd_getatoms:F(0,1)xplptr:p(0,13)=*(2,1)nxplotd_getprop:F(0,1)program:p(4,7)display:p(3,48)window:p(0,8)prop_string:p(4,7)atom:p(0,8)type:p(0,8)prop:p(0,14)=*(1,2)status:(0,1)actual_type:(0,8)actual_format:(0,1)nitems:(0,8)bytes_after:(0,8)parse_on_1char./auto/jspc/sw/src/lib/graphics/grx/parse_on_1char.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.hparse_on_1char:F(0,13)=*(0,2)string:p(0,13)parse_char1:p(0,2)point:r(0,13)check_cmd.o/auto/jspc/sw/src/lib/graphics/grx/check_cmd.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/sys/file.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/errno.h./my_system.hcheck_cmd:F(0,1)command:p(3,7)pathenv:p(3,7)cmd:(0,13)=ar(0,1);0;2047;(0,2)i:(0,1)len:(0,1)paths:(0,14)=ar(0,1);0;1023;(0,2)path:(3,7)next:(3,7)ret:(0,1)errno:G(0,1)arrays.o_applyval_Result_Return_tbl_Private_Free_arr_val_addval_addkey_addstblkey_Apply_arr_val_cmpnode_compare_fixstbl_freeval_freestblkey/export/jspc/sw/src/lib/utility/stock/arrays.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/search.h/usr/include/string.h/usr/include/sys/stdtypes.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.hProgram_Name:G(1,2)./arrays.hTbl:T(11,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(11,2)=*(1,2),64,32;;Tbl:t(11,1)Arr:T(11,3)=s8root:(1,2),0,32;cmp:(11,4)=*(11,5)=f(0,1),32,32;;Arr:t(11,3)Stbl:T(11,6)=s16tbl:(11,7)=*(11,1),0,32;root:(1,2),32,32;cmp:(11,4),64,32;changed:(0,1),96,32;;Stbl:t(11,6)./pf.hPfvalue:t(12,1)=u4s:(1,2),0,32;arr:(12,2)=*(11,3),0,32;tbl:(11,7),0,32;;Pf:T(12,3)=s8type:(0,1),0,32;value:(12,1),32,32;;Pf:t(12,3)optarg:G(1,2)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(4,1)=s16name:(1,2),0,32;has_arg:(0,1),32,32;flag:(4,2)=*(0,1),64,32;val:(0,1),96,32;;./arrays.hsettbl_size:F(0,11)tbl:p(11,7)size:p(0,1)i:(0,1)prev:(0,1)newtbl:F(11,7)size:p(0,1)tbl:(11,7)settbl:F(0,1)tbl:p(11,7)index:p(0,1)value:p(1,2)size:(0,1)gettbl:F(1,2)tbl:p(11,7)index:p(0,1)maxtbl:F(0,1)tbl:p(11,7)freetbl:F(0,1)tbl:p(11,7)free_tblval:p(11,4)i:(0,1)n:(0,1)result:(0,1)val:(1,2)applytbl:F(0,1)tbl:p(11,7)function:p(11,4)private:p(0,13)=*(0,11)i:(0,1)n:(0,1)result:(0,1)val:(1,2)compare:S(11,4)Node:T(0,14)=s8key:(1,2),0,32;value:(1,2),32,32;;Node:t(0,14)newarr:F(12,2)cmp:p(11,4)arr:(12,2)cmpnode:f(0,1)n1:p(0,15)=*(0,14)n2:p(0,15)setarr:F(1,2)arr:p(12,2)key:p(1,2)value:p(1,2)n:(0,15)old:(0,16)=*(0,15)oldvalue:(1,2)oldp:(0,15)getarr:F(1,2)arr:p(12,2)key:p(1,2)nkey:(0,14)np:(0,16)Return_tbl:S(11,7)addkey:f(0,11)node:p(0,16)order:p(1,4)level:p(0,1)keysarr:F(11,7)arr:p(12,2)addval:f(0,11)node:p(0,16)order:p(1,4)level:p(0,1)valsarr:F(11,7)arr:p(12,2)Result:S(0,1)Private:S(0,13)Free_arr_val:S(11,4)Apply_arr_val:S(11,4)freeval:f(0,11)node:p(0,16)order:p(1,4)level:p(0,1)freearr:F(0,1)arr:p(12,2)free_arr_val:p(11,4)applyval:f(0,11)node:p(0,16)order:p(1,4)level:p(0,1)applyarr:F(0,1)arr:p(12,2)apply_arr_val:p(11,4)private:p(0,13)newstbl:F(0,17)=*(11,6)cmp:p(11,4)stbl:(0,17)addstbl:F(1,2)stbl:p(0,17)key:p(1,2)np:(11,2)delstbl:F(0,11)stbl:p(0,17)key:p(1,2)tststbl:F(1,2)stbl:p(0,17)key:p(1,2)result:(11,2)addstblkey:f(0,11)key:p(11,2)order:p(1,4)level:p(0,1)fixstbl:f(0,11)stbl:p(0,17)maxstbl:F(0,1)stbl:p(0,17)getstbl:F(1,2)stbl:p(0,17)index:p(0,1)freestblkey:f(0,11)node:p(11,2)order:p(1,4)level:p(0,1)freestbl:F(0,1)stbl:p(0,17)free_stblval:p(11,4)result:(0,1)applystbl:F(0,1)stbl:p(0,17)function:p(11,4)private:p(0,13)i:(0,1)n:(0,1)result:(0,1)val:(1,2)datafile.o/auto/jspc/sw/src/lib/utility/stock/datafile.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/stdlib.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/types.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.hProgram_Name:G(3,5)./arrays.hTbl:T(24,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(24,2)=*(3,5),64,32;;Tbl:t(24,1)Arr:T(24,3)=s8root:(3,5),0,32;cmp:(24,4)=*(24,5)=f(0,1),32,32;;Arr:t(24,3)Stbl:T(24,6)=s16tbl:(24,7)=*(24,1),0,32;root:(3,5),32,32;cmp:(24,4),64,32;changed:(0,1),96,32;;Stbl:t(24,6)./pf.hPfvalue:t(25,1)=u4s:(3,5),0,32;arr:(25,2)=*(24,3),0,32;tbl:(24,7),0,32;;Pf:T(25,3)=s8type:(0,1),0,32;value:(25,1),32,32;;Pf:t(25,3)optarg:G(3,5)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(17,1)=s16name:(3,5),0,32;has_arg:(0,1),32,32;flag:(17,2)=*(0,1),64,32;val:(0,1),96,32;;datafile:F(3,5)envname:p(3,5)filename:p(3,5)path:(3,5)local:(0,13)=ar(0,1);0;1023;(0,2)pathtbl:(24,7)i:(0,1)n:(0,1)statbuf:(15,1)basename:(3,5)save:(3,5)datafile_.o/auto/jspc/sw/src/lib/utility/stock/datafile_.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/stdlib.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.h./arrays.h./pf.hdatafile_:F(0,11)Result:p(3,5)envname:p(3,5)filename:p(3,5)n_Result:p(0,1)n_envname:p(0,1)n_filename:p(0,1)retcode:(3,5)error.o_last_count_next_messages_wrapflag/export/jspc/sw/src/lib/utility/stock/error.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/errno.h/usr/include/sys/errno.h/usr/include/stdio.h/usr/include/varargs.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/malloc.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hsingle:t(0,9)extended:t(12,1)=ar(0,1);0;2;(0,8)quadruple:t(12,2)=s16u:(12,3)=ar(0,1);0;3;(0,8),0,128;;fp_exception_field_type:t(0,8)sigfpe_code_type:t(0,1)sigfpe_handler_type:t(12,4)=*(12,5)=f(0,11)fp_direction:G(13,1)fp_precision:G(13,2)fp_accrued_exceptions:G(0,8)decimal_string:t(12,6)=ar(0,1);0;511;(0,2)decimal_record:t(12,7)=s532fpclass:(13,4),0,32;sign:(0,1),32,32;exponent:(0,1),64,32;ds:(12,6),96,4096;more:(0,1),4192,32;ndigits:(0,1),4224,32;;decimal_form:T(12,8)=efixed_form:0,floating_form:1,;decimal_mode:t(12,9)=s12rd:(13,1),0,32;df:(12,8),32,32;ndigits:(0,1),64,32;;decimal_string_form:T(12,10)=einvalid_form:0,whitespace_form:1,fixed_int_form:2,fixed_intdot_form:3,fixed_dotfrac_form:4,fixed_intdotfrac_form:5,floating_int_form:6,floating_intdot_form:7,\floating_dotfrac_form:8,floating_intdotfrac_form:9,inf_form:10,infinity_form:11,nan_form:12,nanstring_form:13,;ieee_handlers:G(12,11)=ar(0,1);0;4;(12,4)./errlog.hProgram_Name:G(4,1)./arrays.hTbl:T(15,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(15,2)=*(4,1),64,32;;Tbl:t(15,1)Arr:T(15,3)=s8root:(4,1),0,32;cmp:(15,4)=*(15,5)=f(0,1),32,32;;Arr:t(15,3)Stbl:T(15,6)=s16tbl:(15,7)=*(15,1),0,32;root:(4,1),32,32;cmp:(15,4),64,32;changed:(0,1),96,32;;Stbl:t(15,6)./pf.hPfvalue:t(16,1)=u4s:(4,1),0,32;arr:(16,2)=*(15,3),0,32;tbl:(15,7),0,32;;Pf:T(16,3)=s8type:(0,1),0,32;value:(16,1),32,32;;Pf:t(16,3)optarg:G(4,1)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(8,1)=s16name:(4,1),0,32;has_arg:(0,1),32,32;flag:(8,2)=*(0,1),64,32;val:(0,1),96,32;;Immediate_Flag:G(0,1)sys_nerr:G(0,1)die:F(0,11)__builtin_va_alist:p(0,1)args:(4,1)sysflag:(0,1)fmt:(4,1)complain:F(0,11)__builtin_va_alist:p(0,1)args:(4,1)sysflag:(0,1)fmt:(4,1)next:S(0,1)last:S(0,1)wrapflag:S(0,1)messages:S(0,13)=ar(0,1);0;49;(4,1)count:S(0,14)=ar(0,1);0;49;(0,1)register_error:F(0,11)__builtin_va_alist:p(0,1)args:(4,1)sysflag:(0,1)fmt:(4,1)msg:(0,15)=ar(0,1);0;2047;(0,2)mp:(4,1)ep:(4,1)clear_register:F(0,11)printflag:p(0,1)i:(0,1)get_register:F(0,11)msgs:p(0,16)=*(15,2)msgcount:p(0,17)=*(8,2)maxmsgs:p(8,2)last:p(8,2)wrap:p(8,2)fs2cs.o/export/jspc/sw/src/lib/utility/stock/fs2cs.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.h./arrays.h./pf.hfs2cs:F(0,1)dst:p(3,2)src:p(3,2)nmax:p(0,1)i:(0,1)cs2fs:F(0,1)dst:p(3,2)src:p(3,2)nmax:p(0,1)i:(0,1)n:(0,1)strcpy_pad:F(0,1)dst:p(3,2)dstmax:p(0,1)src:p(3,2)srcmax:p(0,1)pad:p(0,2)i:(0,1)nmax:(0,1)regex.o_group_in_compile_stack_alt_match_null_string_p_at_endline_loc_p_at_begline_loc_p_re_comp_buf_re_syntax_table_init_syntax_once_compile_range_re_error_msg_gnu_regex_compile_bcmp_translate_store_op1_store_op2_insert_op1_insert_op2_group_match_null_string_p_common_op_match_null_string_p/export/jspc/sw/src/lib/utility/stock/regex.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/string.h/usr/include/sys/stdtypes.hre_syntax_table:S(0,13)=ar(0,1);0;255;(0,2)init_syntax_once:f(0,11)c:r(0,1)done:V(0,1)./regex.hreg_syntax_t:t(0,8)re_syntax_options:G(0,8)reg_errcode_t:t(6,1)=eREG_NOERROR:0,REG_NOMATCH:1,REG_BADPAT:2,REG_ECOLLATE:3,REG_ECTYPE:4,REG_EESCAPE:5,REG_ESUBREG:6,REG_EBRACK:7,\REG_EPAREN:8,REG_EBRACE:9,REG_BADBR:10,REG_ERANGE:11,REG_ESPACE:12,REG_BADRPT:13,REG_EEND:14,REG_ESIZE:15,REG_ERPAREN:16,;re_pattern_buffer:T(6,2)=s32buffer:(6,3)=*(0,5),0,32;allocated:(0,8),32,32;used:(0,8),64,32;syntax:(0,8),96,32;fastmap:(1,7),128,32;translate:(1,7),160,32;re_nsub:(0,1),192,32;can_be_null:(0,8),224,1;\regs_allocated:(0,8),225,2;fastmap_accurate:(0,8),227,1;no_sub:(0,8),228,1;not_bol:(0,8),229,1;not_eol:(0,8),230,1;newline_anchor:(0,8),231,1;;regex_t:t(6,2)regoff_t:t(0,1)re_registers:T(6,4)=s12num_regs:(0,8),0,32;start:(6,5)=*(0,1),32,32;end:(6,5),64,32;;regmatch_t:t(6,6)=s8rm_so:(0,1),0,32;rm_eo:(0,1),32,32;;/usr/include/ctype.h/usr/include/alloca.hboolean:t(0,2)re_opcode_t:t(0,14)=eno_op:0,exactn:1,anychar:2,charset:3,charset_not:4,start_memory:5,stop_memory:6,duplicate:7,\begline:8,endline:9,begbuf:10,endbuf:11,jump:12,jump_past_alt:13,on_failure_jump:14,on_failure_keep_string_jump:15,\pop_failure_jump:16,maybe_pop_jump:17,dummy_failure_jump:18,push_dummy_failure:19,succeed_n:20,jump_n:21,set_number_at:22,wordchar:23,\notwordchar:24,wordbeg:25,wordend:26,wordbound:27,notwordbound:28,;re_set_syntax:F(0,8)syntax:p(0,8)ret:(0,8)re_error_msg:S(0,15)=ar(0,1);0;16;(1,7)regnum_t:t(0,8)pattern_offset_t:t(0,1)compile_stack_elt_t:t(0,16)=s20begalt_offset:(0,1),0,32;fixup_alt_jump:(0,1),32,32;inner_group_offset:(0,1),64,32;laststart_offset:(0,1),96,32;regnum:(0,8),128,32;;compile_stack_type:t(0,17)=s12stack:(0,18)=*(0,16),0,32;size:(0,8),32,32;avail:(0,8),64,32;;gnu_regex_compile:f(6,1)pattern:p(1,7)size:p(0,1)syntax:p(0,8)bufp:p(0,19)=*(6,2)c:r(0,5)c1:r(0,5)p1:(1,7)b:r(6,3)compile_stack:(0,17)p:(1,7)pend:(1,7)translate:(1,7)pending_exact:(6,3)laststart:(6,3)begalt:(6,3)beg_interval:(1,7)fixup_alt_jump:(6,3)regnum:(0,8)old_buffer:(6,3)old_buffer:(6,3)keep_string_p:(0,2)zero_times_ok:(0,2)many_times_ok:(0,2)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)had_char_class:(0,2)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)ret:(6,1)ret:(6,1)str:(0,20)=ar(0,1);0;6;(0,2)ch:(0,1)is_alnum:(0,2)is_alpha:(0,2)is_blank:(0,2)is_cntrl:(0,2)is_digit:(0,2)is_graph:(0,2)is_lower:(0,2)is_print:(0,2)is_punct:(0,2)is_space:(0,2)is_upper:(0,2)is_xdigit:(0,2)old_buffer:(6,3)old_buffer:(6,3)this_group_regnum:(0,8)inner_group_loc:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)lower_bound:(0,1)upper_bound:(0,1)old_buffer:(6,3)nbytes:(0,8)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)store_op1:f(0,11)op:p(0,14)loc:p(6,3)arg:p(0,1)store_op2:f(0,11)op:p(0,14)loc:p(6,3)arg1:p(0,1)arg2:p(0,1)insert_op1:f(0,11)op:p(0,14)loc:p(6,3)arg:p(0,1)end:p(6,3)pfrom:r(6,3)pto:r(6,3)insert_op2:f(0,11)op:p(0,14)loc:p(6,3)arg1:p(0,1)arg2:p(0,1)end:p(6,3)pfrom:r(6,3)pto:r(6,3)at_begline_loc_p:f(0,2)pattern:p(1,7)p:p(1,7)syntax:p(0,8)prev:(1,7)prev_prev_backslash:(0,2)at_endline_loc_p:f(0,2)p:p(1,7)pend:p(1,7)syntax:p(0,1)next:(1,7)next_backslash:(0,2)next_next:(1,7)group_in_compile_stack:f(0,2)compile_stack:p(0,17)compile_stack:r(0,17)regnum:p(0,8)this_element:(0,1)compile_range:f(6,1)p_ptr:p(0,21)=*(1,7)pend:p(1,7)translate:p(1,7)syntax:p(0,8)b:p(6,3)this_char:(0,8)p:(1,7)range_start:(0,1)range_end:(0,1)re_max_failures:G(0,1)fail_stack_elt_t:t(6,3)fail_stack_type:t(0,22)=s12stack:(0,23)=*(6,3),0,32;size:(0,8),32,32;avail:(0,8),64,32;;re_compile_fastmap:F(0,1)bufp:p(0,19)j:(0,1)k:(0,1)fail_stack:(0,22)destination:(1,7)num_regs:(0,8)fastmap:r(1,7)pattern:(6,3)size:(0,8)p:(6,3)pend:r(6,3)path_can_be_null:(0,2)succeed_n_p:(0,2)re_set_registers:F(0,11)bufp:p(0,19)regs:p(0,24)=*(6,4)num_regs:p(0,8)starts:p(6,5)ends:p(6,5)re_search:F(0,1)bufp:p(0,19)string:p(1,7)size:p(0,1)startpos:p(0,1)range:p(0,1)regs:p(0,24)re_search_2:F(0,1)bufp:p(0,19)string1:p(1,7)size1:p(0,1)string2:p(1,7)size2:p(0,1)startpos:p(0,1)range:p(0,1)regs:p(0,24)stop:p(0,1)val:(0,1)fastmap:r(1,7)translate:r(1,7)total_size:(0,1)endpos:(0,1)d:r(1,7)lim:r(0,1)irange:(0,1)c:r(0,2)register_info_type:t(0,25)=u4word:(6,3),0,32;bits:(0,26)=s4match_null_string_p:(0,8),0,2;is_active:(0,8),2,1;matched_something:(0,8),3,1;ever_matched_something:(0,8),4,1;;,0,32;;re_match:F(0,1)bufp:p(0,19)string:p(1,7)size:p(0,1)pos:p(0,1)regs:p(0,24)re_match_2:F(0,1)bufp:p(0,19)string1:p(1,7)size1:p(0,1)string2:p(1,7)size2:p(0,1)pos:p(0,1)regs:p(0,24)stop:p(0,1)mcnt:(0,1)p1:(6,3)end1:(1,7)end2:(1,7)end_match_1:(1,7)end_match_2:(1,7)d:(1,7)dend:(1,7)p:(6,3)pend:r(6,3)translate:(1,7)fail_stack:(0,22)num_regs:(0,8)lowest_active_reg:(0,8)highest_active_reg:(0,8)regstart:(0,21)regend:(0,21)old_regstart:(0,21)old_regend:(0,21)reg_info:(0,27)=*(0,25)best_regs_set:(0,8)best_regstart:(0,21)best_regend:(0,21)match_end:(1,7)reg_dummy:(0,21)reg_info_dummy:(0,27)same_str_p:(0,2)r:(0,8)r:(0,8)c:r(0,5)not:(0,2)r:(0,8)r:(0,5)is_a_jump_n:(0,2)r:(0,8)destination:(1,7)this_reg:(0,1)d2:r(1,7)dend2:r(1,7)regno:(0,1)destination:(1,7)this_reg:(0,1)destination:(1,7)this_reg:(0,1)p2:r(6,3)c:r(0,5)not:(0,1)dummy_low_reg:(0,8)dummy_high_reg:(0,8)pdummy:(6,3)sdummy:(1,7)this_reg:(0,1)string_temp:(6,3)destination:(1,7)this_reg:(0,1)destination:(1,7)this_reg:(0,1)r:(0,8)r:(0,8)this_reg:(0,1)string_temp:(6,3)is_a_jump_n:(0,2)group_match_null_string_p:f(0,2)p:p(0,23)end:p(6,3)reg_info:p(0,27)mcnt:(0,1)p1:(6,3)alt_match_null_string_p:f(0,2)p:p(6,3)end:p(6,3)reg_info:p(0,27)mcnt:(0,1)p1:(6,3)common_op_match_null_string_p:f(0,2)p:p(0,23)end:p(6,3)reg_info:p(0,27)mcnt:(0,1)ret:(0,2)reg_no:(0,1)p1:(6,3)bcmp_translate:f(0,1)s1:p(6,3)s2:p(6,3)len:p(0,1)len:r(0,1)translate:p(1,7)p1:r(6,3)p2:r(6,3)re_compile_pattern:F(1,7)pattern:p(1,7)length:p(0,1)bufp:p(0,19)ret:(6,1)re_comp_buf:S(6,2)re_comp:F(1,7)s:p(1,7)ret:(6,1)re_exec:F(0,1)s:p(1,7)len:(0,1)gnu_regcomp:F(0,1)preg:p(0,19)pattern:p(1,7)cflags:p(0,1)ret:(6,1)syntax:(0,8)i:(0,8)gnu_regexec:F(0,1)preg:p(0,19)string:p(1,7)nmatch:p(0,1)pmatch:p(0,28)=*(6,6)eflags:p(0,1)ret:(0,1)regs:(6,4)private_preg:(6,2)len:(0,1)want_reg_info:(0,2)r:(0,8)gnu_regerror:F(0,1)errcode:p(0,1)preg:p(0,19)errbuf:p(1,7)errbuf_size:p(0,1)msg:(1,7)msg_size:(0,1)regfree:F(0,11)preg:p(0,19)strings.o/export/jspc/sw/src/lib/utility/stock/strings.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/string.h/usr/include/sys/stdtypes.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.h./arrays.h./pf.hblank:F(0,1)s:p(5,2)whitespace:F(0,1)s:p(5,2)split:F(10,7)string:p(5,2)c:p(0,2)s:(5,2)tbl:(10,7)tmpl.o_Argv_Ptr_dash_seen_SCCS_ID_Parse_State_Arg_Count_open_file_shift_arg/auto/jspc/sw/src/lib/utility/stock/tmpl.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)SCCS_ID:S(0,13)=*(0,2)/usr/include/stdio.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(2,1)=s4r:(2,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(2,3)=*(2,1)label_t:T(2,4)=s8val:(2,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(2,4)_quad_t:T(2,6)=s8val:(2,5),0,64;;quad_t:t(2,6)daddr_t:t(0,1)caddr_t:t(0,13)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(0,13)fd_mask:t(0,1)fd_set:T(2,7)=s32fds_bits:(2,8)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(2,7)/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(13,1)=s12sv_handler:(13,2)=*(13,3)=f(0,11),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(13,4)=s8ss_sp:(0,13),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(13,5)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(13,6)=ar(0,1);0;30;(0,13),288,992;sc_wbuf:(13,7)=ar(0,1);0;30;(13,8)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(13,9)=s12sa_handler:(13,2),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/errno.h/usr/include/sys/errno.h/usr/include/dirent.h/usr/include/sys/types.h__dirdesc:T(19,1)=s24dd_fd:(0,1),0,32;dd_loc:(0,1),32,32;dd_size:(0,1),64,32;dd_bsize:(0,1),96,32;dd_off:(0,1),128,32;dd_buf:(0,13),160,32;;DIR:t(19,1)/usr/include/sys/dirent.hdirent:T(21,1)=s268d_off:(0,1),0,32;d_fileno:(0,8),32,32;d_reclen:(0,6),64,16;d_namlen:(0,6),80,16;d_name:(21,2)=ar(0,1);0;255;(0,2),96,2048;;./tmpl.hoption_t:t(22,1)=s12terse:(0,2),0,8;verbose:(0,13),32,32;arg:(0,1),64,32;;./errlog.hProgram_Name:G(0,13)Parse_State:S(0,1)Argv_Ptr:S(0,14)=*(0,13)Arg_Count:S(0,1)get_option:F(0,2)argc:p(0,15)=*(0,1)argv:p(0,14)option_list:p(0,16)=*(22,1)num_options:p(0,1)comp_opt:V(0,13)follow_ptr:V(0,14)follow_count:V(0,1)index:(0,1)shift_arg:f(0,1)follow_ptr:p(0,17)=*(0,14)follow_count:p(0,15)dash_seen:f(0,1)dash_flag:V(0,1)get_argument:F(0,13)return_value:(0,13)get_directory:F(0,13)testDir:(0,18)=*(19,1)dir_name:(0,13)get_input_file:F(0,13)input_file:p(0,19)=*(0,20)=*(1,1)input_name:(0,13)get_output_file:F(0,13)output_file:p(0,19)output_name:(0,13)last_argument:F(0,13)arg_name:(0,13)last_input_file:F(0,13)input_file:p(0,19)input_name:(0,13)last_output_file:F(0,13)output_file:p(0,19)output_name:(0,13)open_file:f(0,20)old_file:p(0,20)new_name:p(0,13)access:p(0,13)readable_file:F(0,1)file_name:p(0,13)statbuf:(5,1)test_file:(0,20)writable_file:F(0,1)file_name:p(0,13)statbuf:(5,1)test_file:(0,20)parse_path:F(0,11)path:p(0,13)dir:p(0,13)file:p(0,13)next:(0,13)last:(0,13)concat_paths:F(0,11)base:p(0,13)next:p(0,13)net:p(0,13)name_len:(0,1)name_index:(0,1)temp:(0,21)=ar(0,1);0;159;(0,2)clean_path:F(0,11)path:p(0,13)result:(0,22)=ar(0,1);0;79;(0,2)buffer:(0,22)temp:(0,13)state:(0,1)next:(0,13)add_slash:F(0,11)directory:p(0,13)del_slash:F(0,11)directory:p(0,13)wd.o_braelist_braslist_nodelim_size_bittab_cfread_cfname_explist_getrnge_low/auto/jspc/sw/src/lib/utility/stock/wd.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/types.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.hProgram_Name:G(5,7)./arrays.hTbl:T(24,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(24,2)=*(5,7),64,32;;Tbl:t(24,1)Arr:T(24,3)=s8root:(5,7),0,32;cmp:(24,4)=*(24,5)=f(0,1),32,32;;Arr:t(24,3)Stbl:T(24,6)=s16tbl:(24,7)=*(24,1),0,32;root:(5,7),32,32;cmp:(24,4),64,32;changed:(0,1),96,32;;Stbl:t(24,6)./pf.hPfvalue:t(25,1)=u4s:(5,7),0,32;arr:(25,2)=*(24,3),0,32;tbl:(24,7),0,32;;Pf:T(25,3)=s8type:(0,1),0,32;value:(25,1),32,32;;Pf:t(25,3)optarg:G(5,7)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(17,1)=s16name:(5,7),0,32;has_arg:(0,1),32,32;flag:(17,2)=*(0,1),64,32;val:(0,1),96,32;;/usr/include/errno.h/usr/include/sys/errno.h/usr/include/dirent.h/usr/include/sys/types.h__dirdesc:T(28,1)=s24dd_fd:(0,1),0,32;dd_loc:(0,1),32,32;dd_size:(0,1),64,32;dd_bsize:(0,1),96,32;dd_off:(0,1),128,32;dd_buf:(5,7),160,32;;DIR:t(28,1)/usr/include/sys/dirent.h/usr/include/regexp.h/usr/include/ctype.hbraslist:S(31,1)=ar(0,1);0;8;(5,7)braelist:S(31,1)sed:G(0,1)nbra:G(0,1)loc1:G(5,7)loc2:G(5,7)locs:G(5,7)nodelim:S(0,1)circf:G(0,1)low:S(0,1)size:S(0,1)bittab:S(31,2)=ar(0,1);0;7;(0,2)compile:F(5,7)/usr/include/regexp.hinstring:p(5,7)ep:p(5,7)ep:r(5,7)endbuf:p(5,7)seof:p(0,1)sp:r(5,7)c:r(0,1)eof:r(0,1)lastep:(5,7)cclcnt:(0,1)bracket:(31,3)=ar(0,1);0;8;(0,2)bracketp:(5,7)closed:(0,1)neg:(0,1)lc:(0,1)i:(0,1)cflg:(0,1)iflag:(0,1)step:F(0,1)p1:p(5,7)p1:r(5,7)p2:p(5,7)p2:r(5,7)c:r(0,1)advance:F(0,1)lp:p(5,7)lp:r(5,7)ep:p(5,7)ep:r(5,7)curlp:r(5,7)c:r(0,1)bbeg:(5,7)neg:r(0,2)ct:(0,1)getrnge:f(0,1)str:p(5,7)str:r(5,7)sizecode:r(0,1)exp:T(0,13)=s268expbuf:(30,2),0,2048;cname:(5,7),2048,32;circf:(0,1),2080,32;nxt:(0,14)=*(0,13),2112,32;;EXP:t(0,13)explist:S(0,14)wd.ccfname:S(5,7)cfread:S(0,1)setmapcf:F(0,1)fn:p(5,7)readmap:F(0,1)f:(0,15)=*(1,1)p:r(0,14)exp:(30,2)cname:(0,16)=ar(0,1);0;1023;(0,2)mappath:F(0,1)spath:p(5,7)upath:p(5,7)p:r(0,14)cp:r(5,7)cp1:r(5,7)i:(0,1)regerr:F(0,1)c:p(0,1)dirbase:F(0,11)path:p(5,7)dir:p(5,7)base:p(5,7)cp:(5,7)abspath:F(0,1)relp:p(5,7)absp:p(5,7)dir:(0,16)base:(0,16)cwd:(0,16)ncwd:(0,16)statbuf:(9,1)makedir:F(0,1)dir:p(5,7)statbuf:(9,1)s:(5,7)parent:(0,16)n:(0,1)zopen.o/auto/jspc/sw/src/lib/utility/stock/zopen.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.h./arrays.h./pf.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(22,1)=s12sv_handler:(6,4),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(22,2)=s8ss_sp:(4,2),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(22,3)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(22,4)=ar(0,1);0;30;(4,2),288,992;sc_wbuf:(22,5)=ar(0,1);0;30;(22,6)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(22,7)=s12sa_handler:(6,4),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.hcompress:F(0,11)path:p(4,2)cmd:(0,13)=ar(0,1);0;1023;(0,2)zopen:F(0,14)=*(1,1)filename:p(4,2)permissions:p(4,2)cp:(4,2)file:(0,14)cmd:(0,13)tmp:(4,2)tt_taup.o_tblpath/export/jspc/sw/src/lib/undoc/tttaup/tt_taup.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/stdlib.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/machine/devaddr.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.htblpath:S(0,13)=ar(0,1);0;1023;(0,2)tt_taup_set_table:F(0,1)table_path:p(5,7)fname:(0,13)tablebase:(5,7)tablename:(0,13)tt_taup_get_modname:F(0,1)modname:p(5,7)i:(0,1)tt_taup_set_phases:F(0,1)phases:p(5,7)ttopen:V(0,1)one:V(0,1)prnt:V(0,14)=ar(0,1);0;2;(0,1)nn:V(0,1)pcntl:V(0,15)=ar(0,1);0;59;(0,16)=ar(0,1);0;15;(0,2)phass:V(18,4)phase:(5,7)k:(0,1)tt_taup_set_event_depth:F(0,1)edepth:p(0,10)depth:V(0,9)usrc:V(0,17)=ar(0,1);0;1;(0,9)tt_taup:F(0,1)elat:p(0,10)elon:p(0,10)slat:p(0,10)slon:p(0,10)selev:p(0,10)vp_cor:p(0,10)vs_cor:p(0,10)nph:p(20,2)times:p(0,18)=*(0,19)=*(0,10)phs:p(0,20)=*(25,2)maxphases:V(0,1)nphase:V(0,1)del:V(0,9)tt:V(0,21)=ar(0,1);0;59;(0,9)dtdd:V(0,21)dtdh:V(0,21)dddp:V(0,21)phcd:V(0,15)phss:V(0,22)=ar(0,1);0;59;(5,7)tts:V(0,23)=ar(0,1);0;59;(0,10)phass:V(18,4)phase:(5,7)k:(0,1)l:(0,1)tt_taup_p:F(0,1)elat:p(0,10)elon:p(0,10)slat:p(0,10)slon:p(0,10)selev:p(0,10)vp_cor:p(0,10)vs_cor:p(0,10)nph:p(20,2)times:p(0,18)ps:p(0,18)dtdhs:p(0,18)phs:p(0,20)maxphases:V(0,1)nphase:V(0,1)del:V(0,9)tt:V(0,21)dtdd:V(0,21)dtdh:V(0,21)dddp:V(0,21)phcd:V(0,15)phss:V(0,22)tts:V(0,23)pss:V(0,23)dtdhss:V(0,23)phass:V(18,4)phase:(5,7)k:(0,1)l:(0,1)tt_taup_set_table_:F(0,11)table_path:p(5,7)len_table_path:p(0,1)tt_taup_set_phases_:F(0,11)phases:p(5,7)len_phases:p(0,1)tt_taup_set_event_depth_:F(0,11)edepth:p(0,19)tt_taup_:F(0,11)elat:p(0,19)elon:p(0,19)slat:p(0,19)slon:p(0,19)selev:p(0,19)vp_cor:p(0,19)vs_cor:p(0,19)nph:p(20,2)times:p(0,19)phs:p(5,7)len_phs:p(0,1)nphi:(0,1)timesi:(0,19)phsi:(25,2)nmax:(0,1)i:(0,1)j:(0,1)tt_strf2c:F(5,7)string:p(5,7)len:p(0,1)out:V(18,4)i:(0,1)j:(0,1)k:(0,1)subs.oVAR_SEG20VAR_SEG10VAR_SEG21VAR_SEG11VAR_SEG12VAR_SEG13VAR_SEG14VAR_SEG15VAR_SEG16VAR_SEG17VAR_SEG18VAR_SEG19v.44v.45v.46v.47v.17v.48v.18ARR_SEG2ARR_SEG3ARR_SEG4ARR_SEG9v.800v.400v.130v.291v.801v.401v.131v.802v.402v.132v.293v.803v.403v.133v.814v.804v.394v.134v.815v.295v.805v.395v.135v.816v.806v.676v.396v.136v.677v.297v.287v.807v.397v.137v.808v.678v.398v.128v.289v.799v.399v.129ARR_SEG11ARR_SEG13ARR_SEG17v.3310v.3290v.3060v.2400v.2230v.1990v.1420v.1410v.3350v.3280v.2630v.2520v.2250v.1790v.1600v.1400v.2401v.2201v.1931v.1601v.1411v.3351v.3311v.3281v.2631v.2571v.2251v.1791v.1401v.2572v.1932v.1412v.3352v.3312v.3282v.2632v.2252v.1792v.1742v.1402v.1993v.1933v.1743v.1413v.3353v.3283v.3043v.2623v.2573v.2253v.2243v.1793v.1403v.3044v.1414v.3364v.3354v.3274v.3034v.2624v.2364v.2254v.2244v.1794v.1394v.3365v.3035v.2365v.2225v.1415v.3375v.3355v.3275v.3045v.2625v.2615v.2245v.1785v.1395v.3376v.2616v.2136v.1686v.3356v.3276v.3036v.2626v.2246v.1996v.1786v.1396v.1997v.1987v.1967v.1907v.3357v.3307v.3277v.2627v.2617v.2517v.2247v.1977v.1787v.1697v.1397v.3308v.2518v.1978v.1698v.3348v.3278v.2628v.2618v.2248v.1788v.1398v.1999v.1409v.3349v.3279v.2629v.2519v.2249v.2229v.1789v.1419v.1399VAR_SEG1VAR_SEG2VAR_SEG3VAR_SEG4VAR_SEG5VAR_SEG6VAR_SEG8VAR_SEG9/auto/jspc/sw/src/lib/undoc/tttaup/subs.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;cortt:F14dtdd:v6h:v6v:v6ttcor:v6r:V6s:V6dd:V6pi:V7dtddr:V6sinth:V6costh:V6trtm:F14delta:v6max:v3n:v3tt:var3;1;T-12;6dtdd:var3;1;T-20;6dtdh:var3;1;T-28;6dddp:var3;1;T-36;6phnm:var3;1;T-4;ar3;1;A100;13i:r3j:V3k:r3x:Var3;1;3;7cn:V7pi:V7jtsm0:V3pi2:V7tmp:Var3;1;4;ar3;1;60;6jbrna:V3jbrnu:V3jrec:V3jseg:V3jsrc:V3atol:V6jbrn:V3dtol:V7ctmp:Var3;1;60;ar3;1;8;13jtsm:V3jxsm:V3iptr:Var3;1;60;3jout:V3ttlim.inctabc_dn:V6hn:V6pn:V6tn:V6xn:V6pt:Var3;1;2250;7us:Var3;1;2;7tau:Var3;1;2250;ar3;1;4;7mbr1:V3mbr2:V3idel:Var3;1;3;ar3;1;100;3xlim:Var3;1;2250;ar3;1;2;7dbrn:Var3;1;2;ar3;1;100;7xbrn:Var3;1;3;ar3;1;100;7jndx:Var3;1;2;ar3;1;100;3tabc_r4sort:F14n:v3rkey:var3;1;T-4;6iptr:var3;1;T-12;3i:V3j:V3k:r3l:r3m:V3r:V6ib:r3ij:r3il:Var3;1;10;3kk:r3it:r3iu:Var3;1;10;3tmpkey:V6tabc_tabc_tabin:F14in:v3modnam:var3;1;A76;13i:r3j:r3k:r3l:r3nb:r3nl:V3jtsm0:V3ind:V3nph:r3len2:V3jbrna:V3phdif:Var3;1;6;ar3;1;8;13nasgr:V3jbrnu:V3jrec:V3jseg:V3jsrc:V3jbrn:V3jtsm:V3jxsm:V3jout:V3ttlim.inctabc_dn:V6hn:V6pn:V6tn:V6xn:V6pt:Var3;1;2250;7us:Var3;1;2;7tau:Var3;1;2250;ar3;1;4;7mbr1:V3mbr2:V3idel:Var3;1;3;ar3;1;100;3xlim:Var3;1;2250;ar3;1;2;7dbrn:Var3;1;2;ar3;1;100;7xbrn:Var3;1;3;ar3;1;100;7jndx:Var3;1;2;ar3;1;100;3tabc_umdc_pm:Var3;1;2;ar3;1;150;7zm:Var3;1;2;ar3;1;150;7mt:Var3;1;2;3ndex:Var3;1;2;ar3;1;150;3umdc_brkc_ki:V3xc:Var3;1;100;7kk:Var3;1;30;3pk:Var3;1;30;7km:Var3;1;2;3tp:Var3;1;2;ar3;1;100;7ku:Var3;1;2;3pu:Var3;1;2;ar3;1;351;7zs:V7px:Var3;1;2;ar3;1;100;7xu:Var3;1;2;ar3;1;100;7xt:Var3;1;2;ar3;1;100;7fcs:Var3;1;3;ar3;1;30;6nin:V3pux:Var3;1;2;ar3;1;100;7nph0:V3tcoef:Var3;1;2;ar3;1;100;ar3;1;5;7int0:Var3;1;2;3coef:Var3;1;2250;ar3;1;5;7nseg:V3tauc:Var3;1;350;7nafl:Var3;1;3;ar3;1;30;3isrc:Var3;1;2;3msrc:Var3;1;2;3odep:V6nbrn:V3iidx:Var3;1;30;3jidx:Var3;1;100;3indx:Var3;1;2;ar3;1;30;3kndx:Var3;1;2;ar3;1;30;3taut:Var3;1;2250;7tauu:Var3;1;2;ar3;1;350;7brkc_pcdc_phcd:Var3;1;100;ar3;1;8;13pcdc_asnag1:F14lu:v3mode:v3n:v3ia:var3;1;A88;13ib:var3;1;A92;13nb:r3tabc_tabc_umdc_umdc_brkc_brkc_pcdc_pcdc_dasign:F14lu:v3mode:v3ia:var3;1;A84;13len:v3nf:r3ns:r3exst:V3tabc_tabc_umdc_umdc_brkc_brkc_pcdc_pcdc_retrns:F14lu:v3tabc_tabc_umdc_umdc_brkc_brkc_pcdc_pcdc_depset:F14dep:v6usrc:var3;1;2;6i:r3j:V3k:r3jtsm0:V3ind:V3nph:V3dop:r3dos:r3int:V3jbrna:V3jbrnu:V3jrec:V3jseg:V3jsrc:V3rdep:V6jbrn:V3jtsm:V3jxsm:V3jout:V3ttlim.inctabc_dn:V6hn:V6pn:V6tn:V6xn:V6pt:Var3;1;2250;7us:Var3;1;2;7tau:Var3;1;2250;ar3;1;4;7mbr1:V3mbr2:V3idel:Var3;1;3;ar3;1;100;3xlim:Var3;1;2250;ar3;1;2;7dbrn:Var3;1;2;ar3;1;100;7xbrn:Var3;1;3;ar3;1;100;7jndx:Var3;1;2;ar3;1;100;3tabc_umdc_pm:Var3;1;2;ar3;1;150;7zm:Var3;1;2;ar3;1;150;7mt:Var3;1;2;3ndex:Var3;1;2;ar3;1;150;3umdc_brkc_ki:V3xc:Var3;1;100;7kk:Var3;1;30;3km:Var3;1;2;3pk:Var3;1;30;7tp:Var3;1;2;ar3;1;100;7ku:Var3;1;2;3pu:Var3;1;2;ar3;1;351;7zs:V7px:Var3;1;2;ar3;1;100;7xu:Var3;1;2;ar3;1;100;7xt:Var3;1;2;ar3;1;100;7fcs:Var3;1;3;ar3;1;30;6nin:V3pux:Var3;1;2;ar3;1;100;7nph0:V3tcoef:Var3;1;2;ar3;1;100;ar3;1;5;7int0:Var3;1;2;3coef:Var3;1;2250;ar3;1;5;7nseg:V3tauc:Var3;1;350;7nafl:Var3;1;3;ar3;1;30;3isrc:Var3;1;2;3msrc:Var3;1;2;3odep:V6nbrn:V3iidx:Var3;1;30;3jidx:Var3;1;100;3indx:Var3;1;2;ar3;1;30;3kndx:Var3;1;2;ar3;1;30;3taut:Var3;1;2250;7tauu:Var3;1;2;ar3;1;350;7brkc_pcdc_phcd:Var3;1;100;ar3;1;8;13pcdc_prtflc_segmsk:Var3;1;30;3prnt:Var3;1;2;3prtflc_depcor:F14nph:v3i:V3j:V3k:V3l:V3m:r3i1:V3k1:r3i2:V3k2:V3n1:V3u0:V7u1:V7z0:V7z1:V7lp:V3du:V7is:r3ks:V3ms:r3mu:r3tx:V7jtsm0:V3fac:V7iph:V3kph:r3sgn:V7tol:V6lpower:V3tauus1:Var3;1;2;7tauus2:Var3;1;2;7jbrna:V3noend:V3xus1:Var3;1;2;7xus2:Var3;1;2;7jbrnu:V3noext:V3jrec:V3jseg:V3jsrc:V3umin:V7jbrn:V3dtol:V7ztol:V6jtsm:V3ttau:V7jxsm:V3jout:V3ttlim.inctabc_dn:V6hn:V6pn:V6tn:V6xn:V6pt:Var3;1;2250;7us:Var3;1;2;7tau:Var3;1;2250;ar3;1;4;7mbr1:V3mbr2:V3idel:Var3;1;3;ar3;1;100;3xlim:Var3;1;2250;ar3;1;2;7dbrn:Var3;1;2;ar3;1;100;7xbrn:Var3;1;3;ar3;1;100;7jndx:Var3;1;2;ar3;1;100;3tabc_umdc_pm:Var3;1;2;ar3;1;150;7zm:Var3;1;2;ar3;1;150;7mt:Var3;1;2;3ndex:Var3;1;2;ar3;1;150;3umdc_brkc_ki:V3xc:Var3;1;100;7kk:Var3;1;30;3km:Var3;1;2;3pk:Var3;1;30;7tp:Var3;1;2;ar3;1;100;7ku:Var3;1;2;3pu:Var3;1;2;ar3;1;351;7zs:V7px:Var3;1;2;ar3;1;100;7xu:Var3;1;2;ar3;1;100;7xt:Var3;1;2;ar3;1;100;7fcs:Var3;1;3;ar3;1;30;6nin:V3tup:Var3;1;450;7pux:Var3;1;2;ar3;1;100;7nph0:V3tcoef:Var3;1;2;ar3;1;100;ar3;1;5;7int0:Var3;1;2;3coef:Var3;1;2250;ar3;1;5;7nseg:V3tauc:Var3;1;350;7nafl:Var3;1;3;ar3;1;30;3isrc:Var3;1;2;3msrc:Var3;1;2;3odep:V6nbrn:V3iidx:Var3;1;30;3jidx:Var3;1;100;3indx:Var3;1;2;ar3;1;30;3kndx:Var3;1;2;ar3;1;30;3taut:Var3;1;2250;7tauu:Var3;1;2;ar3;1;350;7brkc_pcdc_phcd:Var3;1;100;ar3;1;8;13pcdc_prtflc_segmsk:Var3;1;30;3prnt:Var3;1;2;3prtflc_pdec_ka:V3ua:Var3;1;2;ar3;1;5;7deplim:V6taua:Var3;1;2;ar3;1;5;7pdec_spfit:F14jb:v3int:v3i:r3j:V3k:r3i1:V3i2:V3p0:V7p1:V7x0:V7x1:V7scpe0:V7pe:V7scpe1:V7cn:V7hm:V7nn:V3is:V3jtsm0:V3dbrnch:V7makgrd:V3pe0:V7pe1:V7newgrd:V3dpe:V7dmn:V7shm:V7thm:V7pmn:V7ios:r3dmx:V7x360:V7x180:V7spe0:V7spe1:V7jbrna:V3tau0:V7tau1:V7mncnt:r3mxcnt:r3jbrnu:V3jrec:V3disc:Var3;1;3;13jseg:V3jsrc:V3jbrn:V3xmin:V7dtol:V7ptol:V7dtau:V7jtsm:V3jxsm:V3jout:V3ttlim.inctabc_dn:V6hn:V6pn:V6tn:V6xn:V6pt:Var3;1;2250;7us:Var3;1;2;7tau:Var3;1;2250;ar3;1;4;7mbr1:V3mbr2:V3idel:Var3;1;3;ar3;1;100;3xlim:Var3;1;2250;ar3;1;2;7dbrn:Var3;1;2;ar3;1;100;7xbrn:Var3;1;3;ar3;1;100;7jndx:Var3;1;2;ar3;1;100;3tabc_umdc_pm:Var3;1;2;ar3;1;150;7zm:Var3;1;2;ar3;1;150;7mt:Var3;1;2;3ndex:Var3;1;2;ar3;1;150;3umdc_brkc_ki:V3xc:Var3;1;100;7kk:Var3;1;30;3km:Var3;1;2;3pk:Var3;1;30;7tp:Var3;1;2;ar3;1;100;7ku:Var3;1;2;3pu:Var3;1;2;ar3;1;351;7zs:V7px:Var3;1;2;ar3;1;100;7xu:Var3;1;2;ar3;1;100;7xt:Var3;1;2;ar3;1;100;7fcs:Var3;1;3;ar3;1;30;6nin:V3pux:Var3;1;2;ar3;1;100;7nph0:V3tcoef:Var3;1;2;ar3;1;100;ar3;1;5;7int0:Var3;1;2;3coef:Var3;1;2250;ar3;1;5;7nseg:V3tauc:Var3;1;350;7nafl:Var3;1;3;ar3;1;30;3isrc:Var3;1;2;3msrc:Var3;1;2;3odep:V6nbrn:V3iidx:Var3;1;30;3jidx:Var3;1;100;3indx:Var3;1;2;ar3;1;30;3kndx:Var3;1;2;ar3;1;30;3taut:Var3;1;2250;7tauu:Var3;1;2;ar3;1;350;7brkc_pcdc_phcd:Var3;1;100;ar3;1;8;13pcdc_prtflc_segmsk:Var3;1;30;3prnt:Var3;1;2;3prtflc_pdec_pdec_fitspl:F14i1:v3i2:v3tau:var3;1;T-4;ar3;1;4;7x1:v7xn:v7coef:var3;1;T-12;ar3;1;5;7a:Var3;1;60;ar3;1;2;7b:Var3;1;60;7i:r3j:r3n:r3g1:V7n1:r3ie:V3ap:Var3;1;3;7gn:V7is:V3alr:V7tabc_tabc_umdc_umdc_brkc_brkc_pcdc_pcdc_prtflc_prtflc_pdec_pdec_bkin:F14lu:v3nrec:v3len:v3buf:var3;1;T-4;7i:r3tmp:V7tabc_tabc_umdc_umdc_brkc_brkc_pcdc_pcdc_prtflc_prtflc_pdec_pdec_brnset:F14nn:v3pcntl:var3;1;T-4;ar3;1;A80;13prflg:var3;1;3;3i:V3j:r3k:r3l:r3j1:r3j2:r3no:V3jtsm0:V3fnd:V3all:V3cmdlst:Var3;1;16;ar3;1;8;13cmdcd:Var3;1;4;ar3;1;8;13segcd:Var3;1;100;ar3;1;8;13jbrna:V3phtmp:Var3;1;8;13ncmpt:Var3;1;4;ar3;1;2;3nsgpt:Var3;1;100;3jbrnu:V3phlst:Var3;1;30;ar3;1;8;13jrec:V3lcmd:V3ncmd:V3jseg:V3kseg:r3jsrc:V3jbrn:V3jtsm:V3jxsm:V3jout:V3ttlim.inctabc_tabc_umdc_umdc_brkc_ki:V3xc:Var3;1;100;7kk:Var3;1;30;3km:Var3;1;2;3pk:Var3;1;30;7tp:Var3;1;2;ar3;1;100;7ku:Var3;1;2;3pu:Var3;1;2;ar3;1;351;7zs:V7px:Var3;1;2;ar3;1;100;7xu:Var3;1;2;ar3;1;100;7xt:Var3;1;2;ar3;1;100;7fcs:Var3;1;3;ar3;1;30;6nin:V3pux:Var3;1;2;ar3;1;100;7nph0:V3tcoef:Var3;1;2;ar3;1;100;ar3;1;5;7int0:Var3;1;2;3coef:Var3;1;2250;ar3;1;5;7nseg:V3tauc:Var3;1;350;7nafl:Var3;1;3;ar3;1;30;3isrc:Var3;1;2;3msrc:Var3;1;2;3odep:V6nbrn:V3iidx:Var3;1;30;3jidx:Var3;1;100;3indx:Var3;1;2;ar3;1;30;3kndx:Var3;1;2;ar3;1;30;3taut:Var3;1;2250;7tauu:Var3;1;2;ar3;1;350;7brkc_pcdc_phcd:Var3;1;100;ar3;1;8;13pcdc_prtflc_segmsk:Var3;1;30;3prnt:Var3;1;2;3prtflc_pdec_pdec_assign:F14lu:v3mode:v3ia:var3;1;A80;13nf:r3ns:r3exst:V3tabc_tabc_umdc_umdc_brkc_brkc_pcdc_pcdc_prtflc_prtflc_pdec_pdec_query:F14ia:var3;1;A76;13log:v3i:r3k:r3ib:Var3;1;81;13nn:V3ifl:r3ans:Var3;1;4;13tabc_tabc_umdc_umdc_brkc_brkc_pcdc_pcdc_prtflc_prtflc_pdec_pdec_findtt:F14jb:v3x0:var3;1;3;7max:v3n:v3tt:var3;1;T-12;6dtdd:var3;1;T-20;6dtdh:var3;1;T-28;6dddp:var3;1;T-36;6phnm:var3;1;T-4;ar3;1;A104;13i:r3j:r3x:V7p0:V7p1:V7ie:r3le:V3ij:r3jj:r3dp:V7in:r3ln:V3is:V3ps:V7jtsm0:V3dp0:V6arg:V7nph:V3msg:Var3;1;67;13dpn:V6tol:V7dps:V7jbrna:V3jbrnu:V3jrec:V3jseg:V3jsrc:V3dsgn:V6hsgn:V6delp:V7jbrn:V3jtsm:V3deps:V7jxsm:V3jout:V3ttlim.inctabc_dn:V6hn:V6pn:V6tn:V6xn:V6pt:Var3;1;2250;7us:Var3;1;2;7tau:Var3;1;2250;ar3;1;4;7mbr1:V3mbr2:V3idel:Var3;1;3;ar3;1;100;3xlim:Var3;1;2250;ar3;1;2;7dbrn:Var3;1;2;ar3;1;100;7xbrn:Var3;1;3;ar3;1;100;7jndx:Var3;1;2;ar3;1;100;3tabc_umdc_umdc_brkc_brkc_pcdc_phcd:Var3;1;100;ar3;1;8;13pcdc_prtflc_prtflc_pdec_pdec_tauspl:F14i1:v3i2:v3pt:var3;1;T-4;7coef:var3;1;T-12;ar3;1;5;7d:Var3;1;4;7i:r3j:r3k:r3l:r3m:r3n2:r3is:V3b1h:V7d1h:Var3;1;4;7b3h:V7d3h:Var3;1;4;7bih:V7dih:Var3;1;4;7ali:V7del:Var3;1;5;7alr:V7th2m:V7th0p:V7th2p:V7th3p:V7deli:Var3;1;5;7sdel:Var3;1;5;7tabc_tabc_umdc_umdc_brkc_brkc_pcdc_pcdc_prtflc_prtflc_pdec_pdec_tauint:F14ptk:v7ptj:v7pti:v7zj:v7zi:v7tau:v7x:v7b:V7xx:V7sqb:V7msg:Var3;1;71;13sqi:V7sqj:V7sqk:V7tabc_tabc_umdc_umdc_brkc_brkc_pcdc_pcdc_prtflc_prtflc_pdec_pdec_uctolc:F14n:v3ia:var3;1;T-4;ar3;1;1;13ifl:v3i:r3nfl:V3tabc_tabc_umdc_umdc_brkc_brkc_pcdc_pcdc_prtflc_prtflc_pdec_pdec_pdecu:F14i1:v3i2:v3x0:v7x1:v7xmin:v7int:v3len:v3i:r3j:r3k:r3m:r3n:V3x:V7h1:V7h2:V7ie:r3hh:V7is:r3xm:V7dx:V7xs:V7jtsm0:V3dx2:V7rnd:V7sgn:V7axm:V7jbrna:V3jbrnu:V3jrec:V3jseg:V3jsrc:V3jbrn:V3jtsm:V3jxsm:V3jout:V3ttlim.inctabc_dn:V6hn:V6pn:V6tn:V6xn:V6pt:Var3;1;2250;7us:Var3;1;2;7tau:Var3;1;2250;ar3;1;4;7mbr1:V3mbr2:V3idel:Var3;1;3;ar3;1;100;3xlim:Var3;1;2250;ar3;1;2;7dbrn:Var3;1;2;ar3;1;100;7xbrn:Var3;1;3;ar3;1;100;7jndx:Var3;1;2;ar3;1;100;3tabc_umdc_umdc_brkc_brkc_pcdc_pcdc_prtflc_prtflc_pdec_ka:V3ua:Var3;1;2;ar3;1;5;7deplim:V6taua:Var3;1;2;ar3;1;5;7pdec_umod:F7umod:X7zs:v7isrc:var3;1;2;3nph:v3uend:v7js:v3nph:v3i:r3j:r3m1:V3jtsm0:V3msg:Var3;1;31;13dep:V6jbrna:V3jbrnu:V3jrec:V3jseg:V3jsrc:V3jbrn:V3dtol:V7jtsm:V3jxsm:V3jout:V3zmod:F7zmod:X7ttlim.inctabc_dn:V6hn:V6pn:V6tn:V6xn:V6pt:Var3;1;2250;7us:Var3;1;2;7tau:Var3;1;2250;ar3;1;4;7mbr1:V3mbr2:V3idel:Var3;1;3;ar3;1;100;3xlim:Var3;1;2250;ar3;1;2;7dbrn:Var3;1;2;ar3;1;100;7xbrn:Var3;1;3;ar3;1;100;7jndx:Var3;1;2;ar3;1;100;3tabc_umdc_pm:Var3;1;2;ar3;1;150;7zm:Var3;1;2;ar3;1;150;7mt:Var3;1;2;3ndex:Var3;1;2;ar3;1;150;3umdc_brkc_brkc_pcdc_pcdc_prtflc_prtflc_pdec_pdec_warn:F14msg:var3;1;A72;13tabc_tabc_umdc_umdc_brkc_brkc_pcdc_pcdc_prtflc_prtflc_pdec_pdec_tnoua:F14ia:var3;1;A72;13tabc_tabc_umdc_umdc_brkc_brkc_pcdc_pcdc_prtflc_prtflc_pdec_pdec_delta.oVAR_SEG1/auto/jspc/sw/src/lib/undoc/tttaup/delta.finteger*2:t2=r2;-32768;32767;integer*4:t3=r3;-2147483648;2147483647;real:t6=r6;4;0;double precision:t7=r7;8;0;complex:t9=r9;8;0;double complex:t10=r10;16;0;char:t13=r13;0;127;void:t14=r14;0;0;logical*1:t21=r21;-128;127;logical*2:t22=2;logical*4:t23=3;delta:F7delta:X7xlat1:v7xlong1:v7xlat2:v7xlong2:v7s:V7x1:V7y1:V7z1:V7x2:V7y2:V7z2:V7clat:V7slat:V7Fcos.oFexp10.oFlog.oFlog10.oFsin.oFsqrt.oFtan.o_Q_div.o_Q_dtoq.o_Q_fcc.o_Q_cmp.o_Q_cmpe.o_Q_itoq.o_Q_mul.o_Q_neg.o_Q_qtod.o_Q_qtoi.o_Q_stoq.o_Q_sub.o_Q_add.o_Q_get_rp_rd.o_Qfaddsub.o_Qfcompare.o_Qfdiv.o_Qfmul.o_Qfpack.o_Qfunpack.o_Qfutility.o__f77_base.o__infinity.o_swapFLAGS.od_atn2.od_mod.od_sign.oextra.ofinite.ofix_libc_.odoprnt.odoscan.odecimal_bin.o__tbl_ntens.o_base_sup.ofile_decim.ofp_class.ofp_convert.ofunc_decim.ogconvert.oieee_retro.o__ieee_retro.oieee_retro_d.oieee_vals.oir_fp_class_.opack_float.opow_ri.oqeconvert.oasin.or_bessel_.ojn.oj0.oj1.ocbrt.or_erf_.oerf.or_exp10_.oexp10.or_ieee_vals_.or_log10_.olog10.or_log_.o_tbl_r_log_.or_sqrt_.or_tan_.o__tanf.or_cos_.or_sin_.o__cosf.o__sinf.o__rem_pio2f_.ofabs.oseconvert.o__flt_decim.o__gconvert.oeconvert.odouble_decim.o__floatprint.o__tbl_baselg.o__tbl_fdq.o__tbl_tens.o__x_power.o__tbl_10_b.o__tbl_10_h.o__tbl_10_s.o__tbl_2_b.o__tbl_2_h.o__tbl_2_s.o_sprintf_sup.o_base_il4.osigfpe.osinpi.ostring_decim.ounpack_float.o_unpack_dble.oatan2.oatan.o_tbl_atan.olog.o_tbl_log.ocos.osin.o__cos.o__rem_pio2.o_TBL_ipio2.o_sccsid__rem_pio2m.o__fp_pi.o__sin.o_TBL_cos.o_sccsid_TBL_sin.o_sccsidrndint.oexp.oieee_func.osqrt.o__SVID_error.omatherr.oremainder.ofmod.orint.o-lglibg.sctype_.oerrlst.oiob.oerrno.o_etext_edata_endstart_main_environ_narrivals_show_set_commid_set_phases_maxstbl_complain_comments_next_wf_newstbl_GPL_set_help_dataFile_deglitch_dblookup_prev_wf_arrival_open_first_wf_show_oarrivals_freestbl_get_word_remarks_swinfit_delete_blank_SCV_create_DBL_get_ntuples_tt_taup_twinfit_ev_narrivals_put_arrival_print_event_dist__tt_taup_set_phases_get_arrivals_parr_select_list_fdcom_createSCV_commidmap_GPL_free_GPL_draw_scvs_def_phase_dbarrival_SCV_get_tfit_epoch2str_progName_arids_compare_GPL_apply_Xdefaults_arrivals_show_my_menu_proc_get_trace_get_arids_get_event_next_arrival_show_wfs_prev_arrival_phase_compar_process_gaps_compar_counts_nscvs_first_arrival_dbopen_dbgetv_tt_taup_get_modname_arids_stbl_summarizeSCV_SCV_get_arrival_SCV_get_segment_initializeGPL_GPL_fgets_GPL_print_GPL_paint_xcom_clear_register_DBL_add_tuple_DBL_put_attrs_DBL_get_attrs_tt_taup_set_event_depth_gpl_draw_arrivals_event_open_ev_nevents_Program_Name_usage_clear_register_addstbl_ol_get_widget_SCV_free_all_time_corr_comfile_dbassoc_dbevent_dbquery_make_remark_table_eventDB_get_event_time_ev_orid_read_comments_read_arrivals_GPL_create_simple_phases_GPL_get_Xdefaults_GPL_select_traces__iob_sort_by_alpha_sort_by_phase_show_arrivals_getstbl_next_event_key_event_proc_prev_event_first_event_time_string2epoch_etoh_ap_to_box_box_to_ap_sqrt_get_param_eval_response_SCV_add_arrival_GPL_get_trace_ARR_put_SCV_trace_fixgaps_SCV_trace_tofloat_SCV_free_trace_SCV_get_rawtrace_nodata_SCV_get_rawtrace_deglitch__latlon__sin_d_atn2_cos_atan_asin_atan2_write_assoc_fill_arrivals_assoc_event_dist_SCV_get_trace_SCV30_put_arrival_SCV28_put_arrival_SCV30_add_arrival_SCV28_add_arrival_SEG_return_SCV_return_SCV_get_seg_from_time_SCV_create_from_wftar_SCV30_read_wfs_SCV28_read_wfs_scv_add_arrival_scv_time_compar_SCV30_get_trace_nodata_SCV30_get_trace_SCV28_get_trace_SCV_put_arrival_SCV_read_rawwfs_SCV_free_scv_time2_compar_SCV30_create_SCV28_create_SCV_read_wfs_SCV28_create_from_wftar_SCV_sift_stachan_ARR_get_match_stachans_DBL_get_rel_get_wfdisc28_trace_data_ARR28_put_DBL_exist_rel_DBL_check_file_scv2_nodata_get_wfdisc30_trace_data_ARR30_put_new_scv_get_sensor_info_get_wfdisc_info_find_scv_good_dbl_new_arrival_new_segment_get_instrument_info_consistent_dates_get_arrival_info_rl_alloc_ok_sift_keys___infinity_get_site_info_DBL_compose_filename_get_sitechan_info_die_rl_create_read_response_SCV_trace_glue_SCV_trace_fillgaps_copytr_SCV_trace_toraw_tg_g2_to_int_re_exec_re_comp_match_stachans__match_string_fixfstring_rl_free_rl_destroy_dbnextid_dbadd_dbput_dbget_DBL_exist_db_dbputv_DBL_put_tuple_DBL_get_tuple_DBL_get_nrels_db30_create_register_error_dbd2c_dbresolve_dbc2d_g2_to_flt_getwf__dbfilename_zopen_putwf__map_table_sncopy_concat_paths_new_scratch_szcopy_copystrip_find_path_gettbl_getarr_Databases_tbl_maxtbl_dbread_view_Databases_root_todays_date_init_schema_new_database_abspath_newtbl_settbl_setarr_Default_schema_Default_dbpath_dbwrite_view_dbinvalid_new_relation_dbcreate_view_dbtbl2view_freetbl_dbsave_view_dbp2c_dbc2p_signaling_nan_new_null_find_schemafile_datafile_errno_set_table_names_new_table_new_attribute_newarr_new_schema_DB_database_DB_parse_DB_in_Schemas_tbl_DB_schema_DB_lineno_DB_restart_dbadd_attribute_DB_debug_DB_error_attribute_yynerrs_DB_r1_DB_r2_relation_DB_def_DB_chk_DB_pgo_DB_act_DB_lex_dbadd_relation_yyval_yyerrflag_itemtbl_DB_exca_DB_lval_DB_char_DB_pact_DB_switch_to_buffer_DB_delete_buffer_DB_create_buffer_DB_load_buffer_state_DB_out_DB_init_buffer_DB_leng_DB_text_gpl_ol_sta_scroll_proc_gpl_ol_phase_menu_proc_gpl_ol_trace_menu_proc_gpl_ol_scale_menu_proc_gpl_key_event_proc_def_gpl_filters_def_gpl_ol_add_arrival_button_proc_hls_to_pixel_gpl_ol_time_scroll_proc_gpl_ol_uvar_scroll_proc_gpl_ol_filter_menu_proc_gpl_ol_quit_button_proc_gpl_ol_amp_menu_proc_ol_create_widget_gpl_ol_arrival_menu_proc_gpl_ol_print_button_proc_gpl_ol_moveout_menu_proc_ol_create_get_inverse_pixel_set_pixel_ol_set_widget_gpl_ol_mode_menu_proc_gpl_phases_def_GPL_create_create_overlays_gpl_draw_stalist_cmp_ol_update_scrollbar_gpl_paint_ol_initialize_scrollbar_gpl_get_sta_delete_overlays_ol_free_GPL_get_gpl_get_segment_gpl_get_trace_GPL_event_loop_xcom_msg_event_ngpl_msg_GPL_read_GPL_scanf_GPL_event_GPL_read_loop_gpl_msg_GPL_fscanf_gpl_set_arrival_delete_gpl_set_arrival_deltim_gpl_set_arrival_select_gpl_set_uvarwin_gpl_auto_ampper_gpl_set_arrival_select_ovl_gpl_set_arrival_deltim_ovl_gpl_set_arrival_delete_ovl_draw_overlay_gpl_set_arrival_add_Box_free_gpl_set_stawin_full_Box_draw_gpl_set_sta0_gpl_get_uvar_gpl_set_arrival_add_ovl_move_resize_overlay_gpl_set_sta_both_gpl_free_arrival_gpl_draw_arrival_gpl_paint_subrgn_move_overlay_xcom_create_gpl_set_arrival_ampper_auto_gpl_set_arrival_ampper_show_gpl_set_arrival_deltim_show_gpl_set_arrival_time_Box_erase_gpl_set_uvarwin_full_gpl_set_uvar0_gpl_set_arrival_ampper_auto_ovl_gpl_set_arrival_ampper_show_ovl_gpl_set_arrival_deltim_show_ovl_gpl_first_flg_gpl_first_ovl_gpl_set_arrival_time_ovl_gpl_set_uvar_both_gpl_set_sta0_full_gpl_find_root_gpl_delete_overlay_gpl_set_arrival_phase_Box_create_gpl_draw_arflg_deltim_gpl_draw_arflg_ampper_gpl_set_stawin_ol_draw_menu_item_gpl_set_arrival_phase_ovl_gpl_create_arrival_pixmap_gpl_set_ampper_ovl_gpl_set_uvar0_full_xcom_register_gpl_set_sln_gpl_colorname_to_hls_gpl_rgb_to_hls_ol_scroll_scrollbar_gpl_draw_stas_gpl_render_wiggle_plot_setbfl__setfor__setscl__setdim__gpl_draw_trace_rect_postscript_plot_gpl_draw_moveout_line__cfont__qpbin_qplot_text__flt_compar_qplotsegs_gpl_get_dt_gpl_layout_olbp_draw_box_int_compar_chrsiz__nplot__gpl_filter_seg_get_nice_fvals_gpl_draw_uvars_get_nice_times_gpl_draw_times_filrec__qpfree_ol_draw_scrollbar_gpl_render_grayscale_plot_nqplotsegs_inifil__gpl_event_add_arrivals_gpl_locate_pane_gpl_event_uvar_pane_gpl_event_time_pane_gpl_event_both_zoom_gpl_event_uvar_zoom_gpl_event_time_zoom_gpl_event_sta_scrl_pane_ol_event_gpl_event_expose_locate_trace_ol_draw_menu_gpl_event_trace_pane_gpl_draw_time_cursor_gpl_event_uvar_scrl_pane_gpl_event_time_scrl_pane_gpl_event_gpl_win_parent_gpl_event_arrival_gpl_event_moveout_is_in_pane_gpl_event_status_pane_gpl_event_widget_pane_gpl_event_both_scroll_gpl_event_uvar_scroll_gpl_event_time_scroll_gpl_event_sta_pane_locate_station_locate_overlay_turnon_overlay_destroy_overlays_turnon_overlays_turnoff_overlay_turnoff_overlays_qpfreeoverlaps_xpl_xps_ypl_fabs_get_nice_uvars_recoef__l2h__l2l__Ftan_Fcos_Fsqrt_butsta__butflc__initt__finitt__box__xcom_setmsg_xcom_getmsg_xcom_lookup_xcom_getatoms_olbp_hsv_to_3D_olbp_get_gcrec_olbp_total_gcs_olbp_cmp_fonts_olbp_draw_text_olbp_compute_intersection_olbp_draw_vertical_slider_olbp_scroll_stipple_rects_olbp_destroy_gcrec_olbp_draw_elevator_olbp_hsv_to_xcolor_olbp_rgb_to_xcolor_olbp_set_text_font_olbp_xcolor_to_hsv_olbp_update_horizontal_slider_olbp_malloc_olbp_draw_pixmap_label_olbp_hsv_to_rgb_olbp_draw_gauge_olbp_initialize_olbp_gc_matches_olbp_rgb_to_hsv_olbp_update_vertical_gauge_olbp_draw_numscroll_button_olbp_draw_varheight_button_olbp_draw_menu_mark_olbp_draw_scrollbar_olbp_set_glyph_font_olbp_draw_check_box_olbp_destroy_olbp_update_horiz_gauge_olbp_draw_abbrev_button_olbp_draw_resize_corner_olbp_calculate_3Dcolors_olbp_draw_button_olbp_draw_slider_olbp_draw_textscroll_button_olbp_draw_horizontal_slider_olbp_update_vertical_slider_olbp_draw_text_ledge_olbp_gcrec_available_olbp_set_color_smart_olbp_draw_vertical_gauge_olbp_draw_slider_control_olbp_set_stipple_pixmaps_olbp_get_perdisplay_list_olbp_draw_pushpin_olbp_calc_add_ins_olbp_stipple_rect_olbp_error_olbp_initialise_gcrec_olbp_draw_horiz_gauge_olbp_get_grey_stipple_olbp_get_busy_stipple_olbp_draw_choice_item_olbp_set_single_color_olbp_get_single_color_ol_free_widget_ol_scroll_popup_proc_ol_locate_elev_ol_scrollbar_scale_menu_locate_ol_draw_box_ol_event_button_button_locate_ol_locate_scrollbar_ol_locate_arrow0_ol_locate_arrow1_ol_event_menu_ol_erase_menu_XGetGeometryRelativeToRoot_ol_locate_anchor0_ol_locate_anchor1_value_hls_to_rgb_to_complex_print_response_copy_fap_copy_iir_copy_fir_copy_paz_getrespnstages__evlresp__eval_fap_eval_iir_eval_fir_copy_response_group_eval_paz_new_response_group_fixsrate_free_fap_free_iir_free_fir_free_paz_write_response_init_response_group_getresptype__valsarr_compare_response_get_response_stage_type_nextline_freeresp__read_fap_read_iir_read_fir_read_paz_new_response_get_response_nstages_free_response_print_fap_print_iir_print_fir_print_paz_get_response_stage_fir_coefs_readresp__add_response_group_write_fap_write_iir_write_fir_write_paz_fixresp_freearr_compare_fap_compare_iir_compare_fir_compare_paz_keysarr_get_response_stage_fir_ncoefs_getrespiir__getrespfir__getresppaz__cmult_to_polar_cdiv_todaysdate_htoe_dbstrf2c_dtoepoch_timecon_mdtodate_month_day_zh_today_isleap__ctype__timeprint_my_strncasecmp_doy2mday_strdate_strtime_epoch_yearday_e2h_h2e_now_No_date_h2e__mday2doy_doy2mday__mday2doy__e2h__datafile__fonts__hdstlf__npchr2__partxt__spc__gethit__hdend__ocflag__xplpid__clear__pdim__hdpscoloroff__hdpscolorset__chrdir__ntype__filcom__hdback__hdfore__hdinit__hdopen__c_conv_i_nclose__nlstyl__hdstrkl__hdfilll__pscl__movev__xmap__nopen__ymap__plot1__hdstrk__hdfill__hdthik__gettype__offset__tdraw__npcolr__getfor__getdim__getfrm__nalpha__Flog10_pscl2__getscl__getclp__drawv__chcom__getchr__getsiz__hdtxtf__hdtext__in2uu__getxscale__Fexp10_getymp__getxmp__rymap__rxmap__hd_back_red_hd_back_sat_hdhls_to_rgb_hd_back_blue_hd_gc_hd_visual_hd_pixmap_hd_back_green_hd_back_light_hd_display_hdhls_to_pixel_hd_back_hd_cmap_hd_colormap_cewrite__hdreverse_video_resamp__hdpnimg__hdinimg__hdfrimg__hdcrimg__hd_depth_hd_batch_cadd__cset__hdpscoloron__hd_fd_hd_rv_hdpnimgl__hd_screen_setgrey__setmono__hd_window_getfl__hd_lon_hd_pscolor_setgrcol__setmncol__setbpl_hd_ldraw_hdendl_hdpolyfill__hd_fore_red_hd_polyfill_hd_fore_sat_hd_nptsl_hd_fore_blue_hdfillon__hd_points_hd_fore_green_hd_fore_light_hdfilloff__hd_points_size_hd_fore_hd_save_hd_fill_hd_npts_hdrgb_to_hls_hdhls_to_pixelrgb_hdvalue_pscreate_convert_string_epsfpro_hdcmnt__hd_filename_hd_width_hd_cfont_hd_xpllib_hd_cursor_hd_lstart_hd_height_nxplotd_launchdaemon_hd_iwindow_hd_lfont_hd_von_hd_lastth_nxplotd_getprop_nxplotd_getatoms_my_system_Fsin_hdclr__drwclr__hdclrl__hddrawl__hddraw__legend__lgnd__hdmovel__hdmove__hddash__hdclrgl__hdclrg__hd_rect_hddashl_hd_oldx_hd_oldy_parse_on_1char_check_cmd_applytbl_applyarr_tststbl_applystbl_settbl_size_delstbl_split_cs2fs_fs2cs_Immediate_Flag_get_register_sys_errlist_sys_nerr_strcpy_pad_regfree_re_compile_pattern_re_compile_fastmap_re_search_2_gnu_regerror_re_max_failures_re_match_re_set_registers_re_search_re_set_syntax_re_syntax_options_re_match_2_gnu_regexec_gnu_regcomp_whitespace_blank_get_output_file_last_input_file_get_argument_add_slash_del_slash_last_output_file_get_directory_clean_path_last_argument_get_option_get_input_file_readable_file_parse_path_writable_file_mappath_makedir_sed_readmap_loc1_loc2_locs_circf_nbra_step_setmapcf_advance_compile_dirbase_regerr_compress_retrns__tt_taup_set_table__tt_taup__delta__tt_taup_set_phases__trtm__brnset__tt_strf2c_tt_taup_p_depset__tt_taup_set_event_depth__tabin__tt_taup_set_table_prtflc__r4sort__bkin__brkc__Flog_i_conv_c_tauspl__tauint__uctolc__d_mod_cortt__d_sign_pdec__pcdc__tabc__umod__umdc__exp_assign__asnag1__warn__depcor__dasign__zmod__pdecu__pow_ri_fitspl__findtt__query__log_spfit__tnoua__r_cos__r_exp10__r_log__r_log10__r_sin__r_sqrt__r_tan___Q_get_rp_rd__Q_set_exception_fp_precision_fp_direction__Q_div__fp_unpack__fp_div__fp_current_exceptions__fp_pack__Q_dtoq__Q_fle__Q_fge__Q_fne__Q_cmp__Q_feq__Q_flt__Q_fgt__Q_cmpe__fp_compare__Q_itoq__Q_mul__fp_mul__Q_neg__Q_qtod__Q_qtoi__Q_stoq__Q_sub__fp_sub__Q_add__fp_add_fpu_normalize_fpu_error_nan_fpu_neg2wc_fpu_sub3wc_fpu_add3wc_fpu_rightshift_fpu_cmpli_fpu_set_exception__fp_sqrt_unpackdouble_unpacksingle___double_to_decimal___nox_double_to_decimal___nox_single_to_decimal___nan_written___inf_written___base_conversion_write_only_double___class_quadruple___nan_read___inf_read__fp_current_precision__fp_current_direction___class_double___class_single___quadruple_to_decimal___nox_quadruple_to_decimal__swapRD__swapTE__swapRP__swapEX_fp_accrued_exceptions_fmod_c_cmplx_d_cmplx_tstz_d_tstz_f_tstz_i_tstz_s_finite_func_to_decimal_file_to_decimal_decimal_to_extended_extended_to_decimal___pack_single___pack_double_fix_libc__decimal_to_single_decimal_to_double_double_to_decimal__doscan__doprnt_sgconvert_sfconvert_seconvert___pack_extended___unpack_single___unpack_double_sigfpe_string_to_decimal_single_to_decimal_econvert_fconvert_gconvert__mkarglst___quorem10000___four_digits_quick_table__getarg_qgconvert_qfconvert_qeconvert_decimal_to_quadruple___integerstring_to_big_decimal___big_float_times_power___base_conversion_abort___pack_quadruple___inrange_double___inrange_single___set_ieee_flags___get_ieee_flags___free_big_float___inrange_quadex___decimal_to_binary_integer___big_decimal_to_big_binary___fractionstring_to_big_decimal___base_conversion_set_exception___big_binary_to_unpacked___decimal_to_binary_fraction___tbl_tens___decimal_to_unpacked___left_shift_base_two___digits_to_double___tbl_ntens___multiply_base_two___mul_10000short___fp_normalize___quorem___prod_10000_b65536_fp_class__fp_convert_double_to_int_gcvt__gcvt___gconvert_ieee_retrospective__fp_pi___get_accrued___get_nonstandard___fnonstd_used___get_traps___get_precision___get_direction_ieee_retrospective_infinity_quiet_nan_max_subnormal_min_subnormal_max_normal_min_normal_ir_fp_class____fp_set_exception___fp_rightshift___infnanstring_quadruple_to_decimal_SVID_libm_err_j0_j1_jn_r_yn__r_y1__r_y0__r_jn__r_j1__r_j0__y0_y1_yn_cbrt_r_erfc__erf_r_erf__erfc_exp10_anint_scalbn_r_infinity__r_quiet_nan__r_signaling_nan__r_max_subnormal__r_min_subnormal__r_max_normal__r_min_normal__log10_ilogb__tbl_r_log_hi__tbl_r_log_lo___rem_pio2f____tanf___sinf___cosf__TBL_ipio2_53__TBL_ipio2_66__TBL_ipio2_inf___rem_pio2m_copysign___unpack_single_two__split_single_m1__split_single_22__split_single_23___class_extended__unpacked_to_decimal_two___unpack_extended_two__split_shorten___right_shift_base_two__split_single_6___unpack_double_two___tbl_baselg__split_double_51__split_double_m1__split_double_52__split_double_35__split_double_19___big_binary_to_big_decimal___binary_to_decimal_integer___arint_set_n___binary_to_decimal_fraction___double_to_digits___unpack_quadruple_two__split_double_3___decimal_round___longquorem10000___multiply_base_ten___tbl_10_big_digits___tbl_2_huge_digits___tbl_10_huge_start___tbl_2_small_start___copy_big_float_digits___tbl_10_huge_digits___tbl_2_small_digits___tbl_10_small_start___tbl_2_big_start___carry_propagate_ten___tbl_10_small_digits___tbl_2_big_digits___tbl_10_big_start___tbl_2_huge_start___multiply_base_ten_by_two___multiply_base_ten_vector___multiply_base_two_vector___mul_65536short___left_shift_base_ten___prodc_b10000____mul_65536_n___lshift_b10000___carry_in_b10000__test_sigfpe_master__default_sigfpe_handler__enable_sigfpe_master_ieee_handlers__sigfpe_master___sin___cos_sinpi_aint___unpack_extended___fp_leftshift__tbl_atan_hi__tbl_atan_lo__tbl_log_hi__tbl_log_lo___rem_pio2__TBL_cos_hi__TBL_sin_hi__TBL_cos_lo__TBL_sin_lo_nint_rint_irint_issubnormal_signbit_isnormal_isinf_iszero_matherr_remainder_isxdigit_toascii__mb_cur_max_isalpha_isspace_isgraph_isascii_iscntrl_isalnum_islower_isupper_isprint_ispunct_isdigitsw/bin/db2ah 775 5300 156 3360000 5561747530 6360  hu  @D* @ "b@ @@# @@h/(" @K \@K O^a K`dh/H   @4 d  @+/t"@# h /H  @ p#|##b#`#`d#  |  G        /usr/lib/ld.so/dev/zerocrt0: no /usr/lib/ld.so &crt0: /usr/lib/ld.so mapping failure crt0: no /dev/zero ?c"pah@w"pb:@q @h?bН'D'H/"w'"x'"y''!?!?"|'"}'"~'H"hDH @t/qM@t@??ؐ'Lb@2'L'\@c@ ??А'hb@!'h'K@R'F@M'A@H!h@8 '4 @~"a@ @s"O" b *  ` #$|$#$$X$$$$$$$$$$$$0$$$$D@'@'  @:'b@s'b@s'#` #\' "@'hh d   @: b@'``d 4;Xah#`#d#h' " " "" p'"`"` "`"` `-h@ؖX@`.h@@i` '` ?aН'D'P'T'X@`" `" ` " "  P  #@@o # # ## " "  " " '@>@v'Dh@L'D@" "  " "  W  #@@o # # ## 'P D @'QD * * * @ &` @`" `" ` " " PX@' a^@  @"pax@'` D @'L @'d D @'F @'@a @'0#\#`'8'4 D  @na(Љ" @'0'0''Ѐ "'$Е*`4" '$П+`#a4$ '$Щ,-4%`'$з. ;a4' А 'a4'4'4'77777!4'Ԑ'(a P@T 7('','''0  ''`a@> `a@6`@H' a@Zd@V5' a@L D'd   ?!8?@`" `" ` " " '0@l@`" `" ` " " '0@jn& " "  " " '< Ә @mT'4 'Г*   4$Г*  '4И '?`'@l78p7:x7<7>7@'D/4'H'a۔ P@'da @'L#d'F#h!&9!@LN#`0#\'al|@t','D'b@m'Ѐ` 'Е*`4" И ''b "p@S',b@`'\"pb@D',b3"p@="pba@7'X\ @E"pby@' $!H JL#`.#\"pbl|@'L'X@  b@\@#``` #|## #T  V;`#;h+b#d-#p/#t1##7#x9##;b#\#@`" `" ` " " ' "h@r'L'X@  c@C`'X@\@@'?c'D'H' ' ' ' 'D  H@'?D   H@'?D   H@'?D  H@'?D  H@t'?D  H@g'?D  H@Z'?D $ H@M'?' JD (*`  H@8'?D (*   H@''?D (+`  H@'?oD (,   H@'?^'D" H@'?LD"  H@'??D" H@'?2D" H@'?%D" H@'?D" H@'? D" H@'?D" H@'?D"  H@'?D"$ P H@~'?D"t H@q'?D"x H@d'?D"| H@W'?D" H@J'?D" H@='?D" H@0'?D" H@#'?|D" H@'?oD" H@ '?bD" H@'?UD" H@'?HD" P H@'?;D" ʔ H@'?.'D#*`  H@'?'DS"t`DSt  D@a?' "0 D@U?' "0?c'D'H'D$ H@'  "c0?'?c'D'! '. '* '& '" ' '?' #$c0DTt"  * c ;T;d;t;;;?c'D'HH@7 'D@ /'Hl 'p@%H @#? ?' "0 ?' "0 '?c'D'H'L'DyD"xHL@'Dbx  "c0?'?c'D'H'L'DWD"xHL@'Dbx  "c0?'?c'D'H'L'DL DHL?'' ?'  "0?c'D'H'L'DL DHL~?'' ?'  "0?c'D'H'L'DL ?'D@H"@H ?'H@DL<?'?c'D'H'L'DLD HLY ?'' ?'?c'D'H'L'P'DPD HLPg?'' ?'?c'D'H'H"@'D@'D J;?'D ;*@ D + '`  ?'D ;*` D*  '@ ʤ$@' @? '?'H"D@?c @ "c0  ?c @~ "c0  ?c'DDD"x@f?c'DD`@(D `@"D `@Dc`" D`"Dc`# D!#`# D%`$`$'&D (*#`"@ D`(, '`$D (-@3c`& D(/ c`" 'D#`"D`#b D#c`$"D4D4D5"D5bD5D1#`% D"$`$@D6btD&xD9#`&|D#`'bD2bD2D2D3"D3bD!#`#D%`$bD"`)@D"`.@'D#-1#`%@`'?c'D'H'LL" 'L  DHJ*H`'HD'D?c'D'H'L h "p`3h@J"pDH@Dc0 04 #0+ 8@`8"p@,"p`>@&L@?c`'D'H&D"x'2Dx*',Dbx, '$Dbx,'D"x' /%0?DV"t"  * ` H0HDHDH\H|HDVbtYH'@`??ܖ"'ܘ / 聨 @`#``#``?   #``#``?`'@?B;`@?>`  D蟠$/D$‡0\H'@''ܖ"'ܘ - 䍠$䑠'@('*ࡠ. ॠ12' 'ୠ4#``#``@>;h䱠7#pp#pp@>h D#b;D๠#‹< ?c'D'H'HD@' DR"t`DRt D?' "0 D?' "0?c'D'H'HD@'  "c0?'?ch'D'HH `H @ 'D 'H 'p 'H@ ?' "0''p '$H@ '(H@ ?' "0'}'p $'4H@'0H@ ',H@ ?' "0l'S'p+ 쀣 'H@ ?' "0O'6'p ' H@p ?' "03'?' #0$Wl"  * `X MMMNO,O ?' "0 '+?c'D'H'L'H''Dbx耢 `'"`L@  "c0?'' 'H''Dx耤@$L@ `'"``L@  "c0?'' 'H''Dx耤@,L@`L@ ` '"` `L@  "c0?'s' 'fH''Dx, 耤`'"`L@  "c0?'M' '@H''Dx耤@`'"`L@k  "c0?'(' '?' !$#0DTbt"  * `| PQ|Q|R0SS?c'D'H'L'H''Dbx耢 `'"`L@  "c0?'' 'H''Dx耤@$L@ `'"``L@  "c0?'' 'H''Dx耤@,L@`L@ ` '"` `L@  "c0?'s' 'fH''Dx, 耤`'"`L@  "c0?'M' '@H''Dx耤@`'"`L@q  "c0?'(' '?' !$#0DTbt"  * `d TUdUdVVW?c'D'H'L'DL DHL?'' ?'  "0?c'D'H'L'DL DHL?'' ?'  "0?c'D'H'L'DLu ?'DWH"@H ?'H@DL?'?c'D'H'L'DLD HL: ?'' ?'?c'D'H'L'P'DPdD HLPg?'' ?'?c'D'H 'H'' ''D @T  'H '' ''D @A  'H` '' ''D @. H`D@ H`D@ H`D@ H` D@ H`$D@ u' BH`(* @ D@ bH`(*@ `D@ SH`(+`@`D@ DH`(, @` D@ 5'HbD@ %Hb D@ HbD@ HbD@ HbD@~ HbD@s HbD@h HbD@] Hb D@I  P'H"$'' ''D P@< HbtD@4 HbxD@, Hb|D@ HbD@  HbD@ HbD@ xHbD@ mHbD@ bHbD@ WHbD@ LHbD@ A P'H"'' ''D P@ . 'H"'' ''D @  'H''''D  at@  ?c'H'L'P'T@`" `" ` " " '`P@]  '`W"p@ '#p'#`'#h'@#'#x'H##d! #l#`#|%#\'#) #t#@`" `" ` " " '('8  @_oH؉ȑ F7@ʛL'PإȭT9 @XZ''"  "'`''@" '@'@@'$'ȅ؉B?耐''耐''''@g '`"p@ W h@'"p`@{@ C" " Hȉ # # #`$ $`  $'@` ,'@[$D$H% L%`P%T䀐 @h&X' X'`\" `?c'D'H'L'P'TL@S" L@@l'Da@'  "paD@ gH @1"pa6D@@ RP@@>T"@T "paX@@ 8TP@@'P $ "parD@@T@ Pa"pD@P"@@ ?c'D'H'L'P'T'X`"Da@0 @' "pa@ La@b "pa@p PTX`@'BDb@m0 @' "pb#@M LbF@b "pbI@: PTX`@-' "pbhD@& |\u'`''쀢 >''*  @ * *` *` * ` ''䀐*  @*#@ ' ''耤@&*  '"` + , # `''`%?c'D'H'L'P'T'Xh"Db@4 @' "pb@ \Lb@a "pb@r Id#\h#`PTX\`@;Db@k) @' "pb@K "Lc&@a "pc)@8   "pcSD@+ ?c'D'H'L'P'T'XD'@'''  "pc@ '" @' ''#@'`'(%@'' H&'`' h l""'' p t$$''x|&@''  '@z''#l@' '``$^'`'%P'''@D''#@8'`'%,"pc@K&"  * c ppq q<qtqqrsTrTrsTsTsTrrsTsTsTsTsTsTsTs$!?c'D'HD "pc@ W;D QD (MD HID hED pAD x=D 9D 5D 1D -D )D %"pc@ H"  * ah t\tlt|tttttuttuuutu ?c'D'H'L'PP"H  "p`@ D  "p`,@ zL s''D@ i* H `*H@ (L@G'"p`M@p@ J <  @' "p`@N /P*``@'  "p`@7 P`"P*# , H#  '?c'D'HDH 'H  + D @  'D@I?c'DDtD` H'D  =* *` *` D +, , D`@- -`-`D Ā...D @ @`'D@DȀ !'D  D *@  D`, @'D@D@?c'DD 7`D`" "  " " '>@a`@hD@`@[ D  @ z "p`@; ?c'DD *`D`" "  " " '>@a`@% D  @ D "pa@ ?c'D'H'L'P'TD "pa,@ D`D`" "  " " '>@a_aM@ DHP@Z"aT@ #\DHP @" "pa[@ ?c'D'H'L'P'TD "pa@ 0`D`" "  " " '>@aa@#\DHP @"g "pa@e ?c'D'H'L'P'TD "pa@M 0`D`" "  " " '>@`b@E#\DHP @% "pb @ ?c'DD.D' ( H  L  H@L`T  XT@>`'@8'?c'D'H'L'P'T'XD'@'''  "pb3@ ''    "pbV@  '" @' ''+`  $$''.`"" @'' +@``%% u@'' .@  $""c'`',`(%@S' '`.`0"@C' '`,  @$/''.`'@"pb@   i    s ۀ ) ,L *@ ?c'D'H'L'P'T'XD'@''  "pb@  '" @' }g'' ##k''%%]'`''@'`O'' $##A''(%@5' '`0&)' '"@"pb@\   π ـ   ߀ )~?c'D'H'LD?;`D`" "  " " '>@^b@- DH@b@ DH@# "pb@??c`'D'H'L'P'T'XD'@''  ''` "  "  " " ',>@^M-`' '& @'耐p '''c@ ؖ   @'c#@  ؖ @#^'c@''c*@   @'c1@z   @#4'9''c8@b   @n'c?@P   @# '?`'cF@7 ؖ @A'cM@#  ؖ @"'@`?`'cT@ )ؖ   @'c[@  )ؖ @"'@`?'cb@ ؖ @'ci@  ؖ @"}''`'cp@   @'cw@   @"S'X' 'c~@   @'c@o   @")'."pc@M 4"  * #c x @LLLLLLLLLLLLLLLLLd쀐"pc@?ch'D'H'L'P'T'XD'@''` 8`" "  " " '$>@\x'$' '''c@8    @'c@ `8  @!'q@''c@  8  @'c@ `8  @!a'E' 'c@ `8  @'`@| 8  @!5'?`'` @b 8    @k'`@M `8  @!'@`?'`@1 8 ) @:'`@ 8 ) @ '@`?'`%@ 8    @ '`,@ `8  @ '@''`3@  8  @'`:@ `8  @ v'Z' '`A@ `8  @'`H@ 8  @ J'."p`O@n *"  * %c hlT?c'D'H'L'P'T'XD'@'''  "p`t@# ''    "p`@   '" @' |''* +  +  `  $'`'--- @'p@'`'* * *  @ $$Y'`'--- @'@'`B''* +  +  `  $-'`'--- @'@'`'* * *  @ $@' '-`-@-@า`(`,'' @'`'* * *  @ $@' '-`-@-@า`x`|&'`'* *` *`  h l#@'`',,, @pt%''./ / ``"}'', ,`,` %h'`'... @ "S'`'+, , `%@>' '.`.@.@ฺ`"@)"p`@ ."  * 'b T `dp pptp]* * *   ?c'D'H'LD?8'D` .* *` *` D  H+` +@+@D @ H '??c'D'HD "p`@ Z>D TD PD LD HD DD @D (<D`8D x4D h0D p,D (D $"pa@H"  * (a (HX8hx ?c'D'H'LD?D` D " D* @D"D Ȁ  "pa#@xD" ?|D`"`DD` D *`" DD *`@D#`DȀ "paC@PD" ?T @@'  "pad@=?CD D*# "@ ?$H$$ +a%% (a@&D%8D`D )\@k'D@D *@    '??c'D'HH  D``?HDD  ?c'D'HH`` D ?H`` D  D  ?b('D'H'L'P'TT"D  "pa@ D'Da@A7 "pa@} Db@Ad'Db#@@'pp  "pb*@d DbK@AK'DbS@AE'L'@L@$ "pbXL@C mP'HP@ "pbP@. X''p '#\'#t'0#d'#'#l'#|#h!"#p#b#`%#'#x#'bb@Ah% #?d#ȍ?ȕH?L  `P  S''T耢 ?'*` `@/'+  `(@$*  ଘ "+``,@6*  ఙ+ "+@,@*` -@-@@. &/ ` "pb@vTX *`  +@,- - $#@-@./ / &*  บ#`#`,` -`-@-@%`. ฺ'`'`*`  +` +@+@#`,` @h% 1!d" .` /`* @* @'`* ` $ ($ ,,` -`-@-@%`. ฺ'`*  ଙ+  +` +` # , ส%`''@@O-`...&/` บ#`+@hlЁ ,@%h%l.` p tȁ /`@"p"t+`h`$` '`' H ''H@9'"pc @wTY   @' "pc:@[T= ܀  @'܀ "pcW@A kT*``@'܀  "pct@* TT`"T*# # %($@ '@ ('@ H'@$%`h%`l%p%t3a&x&|7' ' ;a" " a""# # a##h$  $ % * --@& `"pc@T `" #`#``$$`h% 1!d" `&(&,' `" ''@?`""#`$ $`$'W'T쀥*  +    )@`'Dc@='l'l'#\'#t'0#d'#'#l'#|'#!##`#c#h%#p'#)##+c#x#'cc@>L  ZP  M''T耢 "'*` `@ '+  `(@*   +*   "+``* @%,%`-`Ȁ"pc@T *`  `# +@- ༀ1*  + "+@,@*`@-@&.@ Ȁ "p`@Tc  @@*`  +@,% #@-`.@ *`" ' "p` @QT3 v"@""  #`#`## #$''`>@ !!?$`$` ('@) 0'@$- $8. hlЁ / "`h"`l*@ ptЁ , $p$t-`& Ĵ ''!H ''H@7 '"p`L@T   @' "p`}@T ܀  @'܀ "p`@ T*``@'܀  "p`@~ T`"T*# # %($@ '@m ('@h H'@c$%`%h%l&`p&`t7' x' |;a" " a""# # a##!!$`$`$$ % * @s% Ȁ"p`@T = @@['`" "p`@T #"@""  #`#`## #$''a@9 !!?$`$` ('@ 0'@$8%`%%& `'g'T쀧*  +    )\@`''t'#\'#'#d'#|'#l'#'#t'#'#'#'9#p)!=#x+a2#h-L#/A#1!S#3a+#`5X#7F##'a"a&@<'T쀢v'*` `@X '+  `(@MY', 䀥@* *` *` * `  'x'|'@mHH?D@D1!.` x |@9;a*  D,*  @ "x"|+  <#$ $ ,`8%% % -`4'& & .`0)' ' "@+/`@x|L</*@ P"pa]@* *` *` * `, $ h$ l,`,@,@,@(#& p& t`'D'.`䀢@*  +`  'x'|'@óHH?qD@Df1!.` x |@9;a*  D,*  @ "x"|+  <#$ $ ,`8%% % -`4'& & .`0)' ' "@+/`@x|L</*@ P"pa@ 'k`''B?bx'D'H'L'P'T'XD "pa@ /D'Da@9f "pa@ Db(@9'Db.@8'Db4@9'Db<@9'L'8L@` "pbAL@ P'@P@K "pbP@j `"''@ j'#\'d#t'(#d'`#'\#l'#|#h!"#p#b#`%#'#x#'tbb@9% #?#Ѝ?ЕH?T 'T@/"X\@L ȁ P  ''`耢 't*` `@'+  `(@*  ଘ "+``,@6*  ఙ+ "+@,@*` -@-@@. &/ ` "pb@`w *`  +@,- - $#@-@./ / &*  บ#`#`,` -`-@-@%`. ฺ'`'`*`  +` +@+@#`,` @% 1!" .` /`* @* @'`* ` $ ($ ,,` -`-@-@%`. ฺ'`*  hl؁ +  $ h$ l,@ptЁ -@&p&t/`@ " ''H 't'H@2'"pc@` ,  @'䀐 "pcS@`   @' "pc{@ `*``@'  "pc@t ``"`*# # %($@ 't@c ('@^$%`h%`l%p%t&` & '``* * * @" "pc@-` `" #`#``$$`% 1!" `&(&,' '`"`"# #`''`쀤*  +    )@7`''Dc@6'g'F'x#\'(#d'#l #` #h#p'hc`@7mL  ȁ P  ''`耢 'h*` `@'x+  `(@*   +*   "+``* @,%`-`Ȁ"p`@N`0 *`  `# +@- ༀ1*  + "+@,@*`@r-@&.@ Ȁ "p`@@ ` v @@N*`  +@,% #@-`.@ *`" ' "p`i@` F"@""  ('@+@#`8,@hl؁ -@&h&l/`@pt؁ *@ #p#t,`% Ĭ ''H 'h'xH@/'"p`@t`V   @'䀐 "p`@X`:   @' "p`@> `*``@'  "pa@' ``"`*# # %($@ 'h@ ('x@ H'x@ $%`%h%l&`p&`t7' x' |;a" " a""# # a##!!$`$`$$ % * @% Ȁ"paG@` , @@'`" "pao@` "@""  ('@#`8$ $`$$ ''`@쀥*  +    )\@`'Da@3''`쀥@' 'x#\'#'#d'#|'#l'#'#t'#'#'#'#p)!#x+a#h-#/#1!#3a#`5#7##'haa@4'h/ @`@ 'x* `(@7'+``* *` *` * `  '0'4'@/8?q8|@|f1!.` x |@9;a*  D,*  x "x"|+  t#$ $ ,`p%% % -`l'& & .`h)' ' "x+/`@x|Lt/*@ P"pa@c 'f'*`   *  +`  '0'4'@8?q8|@|f1!.` x |@9;a*  D,*  x "x"|+  t#$ $ ,`p%% % -`l'& & .`h)' ' "x+/`@x|Lt/*@ P"pb"@ 'k`'p*@ x|@!!,`  D*  *@ (bh"p@':?cX'DD 'D` * *` *` D  '#h'$#`'#d' #p'#l)!#\+a---D @#xx#xxD/`* @* @!+` +@+@D @ F#||#||D@2 "pb@  䀐m i* *` *` D# # ,`,@,@Dส%`(%`,-. . D`& /`* @* @D` "+` +@+@D @ $- -`-`D ...D @ @ *` *@ *@ Dบ #`3* *` *` D# +` +@+@D @ - -`-`D @~.`.@.@Dฺ'` ' ?c'D'H'L'P'TD C'''D` 7* *` *` D  H +` +@+@D @ P ,- - D`* *` *` D  ?,`,@,@Dส` %#xx?. .`.`D ( ,D?H?H?P?  ??* +  +  D`  ( , #așʛL',,,D @(,/ȵXZ'Ȁ'.`.@.@Dฺ` " Ā * +  +  D`  $`',- - D` & Ȁ ĀȀ''pȔ" '+  +` +` Dย `(`,?ȅ BF?,- - D`ȵ.`'''/ /`/`D @ 8* *` *` D +, , D` '''܀@ *  ! `''-' #h'h#`'#d'(#p'$#la#\D,`,@,@DHP@/ "pb@| '܀@  ܀  ؀ @}?'' 'ܠ#@ '܀ +  #a'܀x`'܀.`;a '"`' h@|'̀ "pc@|w؀@|M B蕢F"`"` ""#`#`- خ$D& L'" H" HD"@"\# `Ԁ 'Ѐ" `"\'g`'?c'D'H'LDH  v' ?-D +@'DcC@-L$D(#\#`D D @cKScW@0?b'D'H'L'P'T'XD'@'''' '$ @'`9 '''"" ?'l?'h'd dEd* *` *`   .d+` +@+@ @  '#\#``d* +  +   `'c\cch@/&d'd?'P@#cz#\l#`'#dh#h+c#l#p#tcmu@0@'' ( @{?/ /`@c @/' ' 0 @{#+`3c @/@`?'% % #\c@/@`?'' ' $#\`c@/v'`'c @/b@`?'% % 'c@z/'cݚ @/eB@'' @c @/Q."pc@z *"  * =b D |ddddddddddddddddd ?b'D'H'L'P'T'XD'@'' '# @'nG '''"" ?'t?'p'l 8`lIl* *` *` 8บ``聨1l+, , `8  聩 '#\#``8l+  +` +`  8 '`!`&@-l`'l?'H@+'8#\t#`+`=#dp#h/B#l#p#t`8`+3@.' ' ( @y*`/8`GO @.b@' ' 0 @y,`38`U] @.E@`?'& & #\8 @``h@.+ '''" "$#\`8`lt@.y@'' 8``x @-d?`'&&'`@y)/`8 '@` @-C' '`8` @-."p`@x *"  * ?` h@  ?cX'D'H'LD 'D` * *` *` D  LWHS'#h'(#`'#d'#l' #p'$#t#\! ,`,@,@Dส``#xx#xxD. .`.`5./ / D`  F#||#||D@. "p`@xT GLWH S'#h'(#`'#d' #p'#l`#\#t, ,`,`D  #xx#xxD`-. . 3`...D @  F#||#||D@.G "pa @w 'dLWH S'#h'(#`'#d'#l'$#t`#\#p, ,`,`D  #xx#xxD`-. . 3`...D @  F#||#||D@- "paP@w ' "pa@w 䀐 ܀ * *` *` D# # ,`,@,@Dส%`(%`,-. . D`& /`* @* @D` "+` +@+@D @ $- -`-`D ...D @ @w*` *@ *@ Dบ `Ā, ,`,`D @we-`-@-@Dา&`./ / D`"`䀐 * *` *` D# # ,`,@,@Dส%`(%`,-. . D`& /`* @* @D`"+  +` +` Dย $`,- - D`.`.@.@Dฺ`@v* *` *` D Ā +, , D`@v- -`-`D& .`.@.@Dฺ'`Y* *` *` D# +` +@+@D @ - -`-`D @v.`.@.@Dฺ`Ā*` *@ *@ Dบ `@v{+, , D`$- -`-`D& `'S ?c'D'H'L'P'T'XD Q'''D` E* *` *` D  H ,+` +@+@D @ P ,- - D`.`.@.@Dฺ`Ā`Ѐ 2* *` *` D  ?,`,@,@Dส` %#xx?. .`.`D ( ,D?H?H?P?  ??* +  +  D`  ( , #`虢ʛL',,,D @(,/赥XZ'Ā'.`.@.@Dฺ` "  * +  +  D`  $`',- - D` & Ā Ā'''Ĕ" '+  +` +` Dย `(`,?ą BF?'',- - D`* *` *` D ġ+@'',,,D @Ā6* *` *` DK `2* *` *` D 'ġ+@''* *` *` D 'ġ+@'''Ѐ'''''\AX =' #h'l#`'#d'$#l'(#p',#t#\D ,,,@D HP@* "pa@tG''؀ 'Ԁ  '\ ;X 7' #h'l#`'#d'(#p'$#l`#\#tD,`,@,@DHP@*P "pa@tZ''؀ ''H\ ;X 7' #h'l#`'#d'$#l',#t`#\#pD,`,@,@DHP@* "pb @s'''Ԁ ' "pb=@s ܀ " ܀  ؀ @s  ܀  Ԁ @s?' 'ܤ$`'ܒ" ' h@s'Ȁ "pbh@sp؀@s B蕢F"`"` ""#`#`,- - D`&`...D @ " * +  +  D`@ `Ȑ $@s0+, , D`@`Ȑ ,@s!,,,D @`Ȑ 4@s-`-@-@Dฒ@`Ȑ <@s؀ .غ&`D" D"`LԀ # P#P$ X '" H"T" H"`TD"# \#``Ѐ'̀" `"\',`'?c'D'H'L'P'T'X "`\#\DH  PX'#$`?c@'D'H'LDH  ' ?BD +@'Db@#$,DĀD b@%@D"`DĀ D (#\#`DD bb@&?c8'D'H'L'P'T'XD'@'''' '$ @'L% '''"" ?'?' 'X@bŚ @%'A* *` *`   *+` +@+@ @   * * * @  'Tbњ @%p`'?'P@#b#\#`#db@&W@'' ( @q. /`b @&;'`' 0 @qw* 3`b @&?`'###\`c @&}?`'% %$#\`c@%d'`' @c# @%P'' '#`#`#\`c(0@%6'`'."pc7@p *"  * Ga dL,D ?c@'D'H'L'P'T'XD'@'' '# @'Z3 '''"" ?'?' 8`'Pc^f @$D'8 E* *` *` 8บ``聨-+, , `8  聩  8`* +  +   `8'Lckr @$ '?'H@'#\#`#d`8cw@$'' ( @p"./ 8`@c @$' ' 0 @p+`38 @c @$'' '%`%`#\8 @c@$'' ''` '`$#\`8c@$ve'' 8`c @$aP?`'%%#\`8c@$G6' '."pc@ou *"  * Hb   !"  "$"""""""""""""""""!d ?cp'D'H'L'P'TD@ ' ''$PHL@ T"'' #\T#`D  @{ 'T@0*  ' ` )@oR ``#h#l଩- -`-`% า``' p' tD'``'#\T#`D  @= U#\T#`D@ A#\T#`D@0 -#\T#`D    @ #\T#`D@ ?c'DD  `H@a +D`j@!   `q@a D`@!;'D`@ y   `@a  ?c'D'H'L'P'T'X 'DDJ@ DH@  `D@a'@؝H"" L LJ LP@  `L@a'@~P"" XT"@T TK X!!+#Ta-/@  a1T@a^'?c'DD `" "`'D฀ D * *` *` @mD"  ad@a4?+&D D D *`" D D`*` *@ *@ @mD"฀  a@a??c'D'H'L'PD  @mD"@  a@` {H*``D@mD"  a@` d @m'  a@` UDH*"@ H #%($@ L@m" (P@m HP@m'% h% l+`%p%t/& x& |3`&&7' ' ;`" " `"""#  #`$ $`$$?c'D'H'L'P'H &D+``L@lD,@`(P@l D-@ 'DHLP2?bx'D'H'L'P'T'XDa@~'Da@'8'8 '0#\'#'#d'`#'#l'#' #t'#'#|'@#'8#)"#+b#`-#x/ #h1"4#3b#p5<#7+#9"@#;b$##' aDa@ " #$XJ?PPHXP' '0X@X' '0`\C'@?@O'<?w@  " @"@`<, ,`,`#<,- - @`X%%<.`.@.@@ฺP'`'`<*` *@ *@ @บ #` ! " <,`,@,@@ส%`(%`,<---@ @D&' `'@d $’a@d\ P'' '@ +T@' - U1?`'*耐 H  L  H@d_`T  XT@dQ`'@dK('쀦.`V;c * R ? `' @' @  F$ $ $$`耐' P *@ "P D D-`$D! P *@ "P D D-`$D& H&`T&L&X'> $’a@c P'' '@ +@' - 1 `'*耐 H  L  H@c`T  XT@c~`'@cxU'쀦.`;c *   `' @' @  F$ $ $$`耐' P *@ "P D D-`$D! P *@ "P D D-`$D& H&`T&L&X'> $’a@b P'' '@ +@ %' *耐 H  L  H@b`T  XT@b`'@b'쀦.` 9 `' @'  F`` L"`"` " "耐' P *ܞ@ "P D D-`$D! P *ܞ@ "P D D-`$D& H&`T&L&X'H @ ' `'@b)`'@b#'f  b\`\'UH’a@a+D' " P  $’a@aW P'D ,'  #* R #  +`T%?@ * 2 D+`! #`'#'  *S@ !# ,`T+?-6`' $’a@aPW P'D ,'  #*  #  +`% @ * " D+`! #`'#'  *@ !# ,`+ -&`'Z $’a@`Q P'D )'   *   * "  D+#`#@' '  *@  , '$ ' `'D$H’a@`D'  P  $’a@`} P'D ('  * R #  +`T%?@ '` + S #c ,U-?@' 2؀' 'ؓ* "`R '`Dأ, $`''@ԓ* 2  Dԡ+#@Ԥ'$'؀)*  R'`D, ''`Ԁԓ* 2  Dԡ+#@Ԥ'ت$`#``Dس. &`V/`@R"#dd)ƛ'`Dأ, $`.D-`2ش&#``  \ރ'' Ԁ Cؔ" #``  Dȕ(J؟+`#T@#ddLR#hh,<ԫ- 5ز%`#``XĽ<^ Dؓ* "`@ "@Dԟ+`#Ԡ '`''  * R #  +`T%?@'` + S #c ,U-?@' "؀'ؓ* "`R '' ԓ* 2 Ԙ 'r#`'؀*  R''Ԁ@ ԓ* 2 Ԙ 'Lؠ#@ #``Dة,% U. V'#dd)ƛ''`Ԁ 'ؔ" #``  Dȕ(J؟+`#T@#ddLR#hh,<ԫ- 5Ԯ' '5 $’a@^v P'D "'  *  #  +`% @'` +  #c ,- @' 2؀' 'ؓ* "` '`Dأ, $`''@ԓ* "  Dԡ+#@Ԥ'$'؀)*  '`D, ''`Ԁԓ* "  Dԡ+#@Ԥ'ت$`#``Dس. &`/`@"#dd)ƛ'`Dأ, $`.D-`2ش&#``  \ރ'' Ԁ =ؔ" #``  Dȕ(J؟+`#@LRԧ,%خ%@#````XĽ<^Dػ/ '`"@`Dԙ*" Ԛ`'''  *  #  +`% @'` +  #c ,- @' "؀'ؓ* "` '' ԓ* " Ԙ 'l#`'؀*  ''Ԁ@ ԓ* " Ԙ 'Fؠ#@ #``Dة,% . '#dd)ƛ''`Ԁ !ؔ" #``  Dȕ(J؟+`#@LRԧ,%Ԫ`''; $’a@\{ P'D '  *   '` +   ! `'4؀' 'ؓ* "`  ' Dء+$ @''ԓ* Ѓ" Dԟ+`#Ԣ`'$'؀+* ܖ  ' D+@`'' Ԁԓ* Ѓ" Dԟ+`#Ԣ`'ب$ #`` Fر-& *.ܐ@ .̧ҩ3 ȯ'`Dؙ*#  8D,`<ج%#``   F ȗ''Ԁ=ؔ" #``  Dȕ(J؟+`#@.Lԧ,%خ%@#````XĽ<^Dػ/ '`"@`Dԙ*" Ԛ`'''  *   '` +   ! `'$؀' ؓ* "`  ''@ ԓ* Ѓ" Ԗ'n# '؀ * ܖ  ''`Ԁ ԓ* Ѓ" Ԗ'F؞# #```` Fا,$@*-ܲ`.̧ҩ3 ȯ''Ԁ@!ؔ" #``  Dȕ(J؟+`#@.Lԧ,%Ԫ`''A `'H’a@ZD "p’aH@ZsD?c8'D''D 'D`$@ZXD``?D ?D'o '`P  "p’a@Z6  $'@Z= "p’b@Z%    B "p’bL@Z   ؉ ?ȗJ ȝ?aȁȁ "p’b|@Y  "`#`` B F? `'Dx D @' "p’b@Y e" D"`H"L"P# T#`X Љ !!JL$`'’b@Y '$'’b@Y ''’b@Y ' '’b"p@Yy  @Y@Y"`PP "p’c @Yb@Y `P" T@Yz# X'’c.@Y[K P''  +`#c4'D'.  ``  JL'P''`@,-V5@'`''’c1@Y K P''  +`#c$'D'.  ``  JL'P''`@,-%@'`'Q'’c4@XI P''  +`#a $'D'.  ``  JL'P''`@,-%@'`'DF?c8'D''D j'D`$@XKD``?D ?D'o '`P  "p’c7@X) F $'@X0 "p’cZ@X 5   B "p’c@X #  Љ ?J ?a(0 "p’c@W  "`#`` B F? `'D D @' "p’c@W '@W" '@@W'8 ?'D `'  `` ؑ F@JL'# '"" '@W P@@W`P@W' '` '' '  @/' "pÒ`@WB _R  J #@@"@WOP@Ww% P`P "pÒ`&@W 3`@W5`P@@W.P"@ @W$@W[P#`T`@W$X`'MD?c'D'HD'  H  L  H@W#`D#H$ L`P* @W% D`D "pÒ`E@V`D" H +`"L '%H艠" @H !P' <Ò`g@V $Ò`k@V# P''쀣 +`T#``荠$FD- $' $Ò`n@Vb! P''쀣 +`荠$F`D,$`'h $Ò`q@V:! P''쀣 +` 荠$F`D,$`'@ $Ò`t@V% P''쀣 +`T@)#``荠$F`D,$`'$Ò`w"p@U H@V""`D"H"L `'D' T  X  T@V#`P#T$ X``'D D?cx'D'HD' L $Ò`@U '' $Ò`@U ' $Ò`@U~ ' $Ò`"p@U` < T  X  T@U#`P#T$ X`D@Ud@U% P`P "pÒ`@U.  `P" T@UI# X` XDH!`'   ah ' $Ò`@U; P''耣 /`D,  䍠$F')%X 'pॠ0N)!p੠4֯T#``-`=`-6`'{ $Ò`@T7 P''耣 +`D,  䍠$F')%X 'pॠ0N)!p੠4֯T-`% '= $Ò`@T4 P''耣 * D*@  !x D*@  䍠$F+ # * "  '``'D' H  L  H@T#`D#H$ L``'D?c'D'H'L h@Te' "pÒ`@T D9H2"a"" # # #`!!#%$`  $Òa@S ,Òa@S 4Òa@S <Òa@S6H@"H  "" H$`$`H`% H %H &  $H`$@S ,H`,@S 4H`4@S <H`<@SL.H" D"`H"L"P# T#`XH`D" DH H"HH L#LHP$PHT%`TH`X& XH L +H L@S"`DD @S"pÒa@SXD DH`DHL@S D"HH L#L H`D" D"H# LH`PG $@S_" `$@Sw'@SM# X`X@Sn#P P H  L  H@S\@SY"pÒa1@SD/`PHP X@SZP$`T" P"`T"XD  'DD"``D"\ D" `D"\# `'DD?c'D'H'LD "DJ@  DÒaP@R H D@R "aL!L@R"HH ?#D@R aL !H@RD@R "aL!L@R"HH ?'!H'D@R@!DK` DL DM@  DN. '`'*aHJ@  !HÒaR@RF  '!H'!H@RU ''H'{!HJ  HJ `,fH+L@  'aH@ 'RÒaT@RO :@RP'耐 "*`'L@@' ?5   'aH@ 'H@%' ?!!H' '`' ?c'D'HD TDJ@  LDÒaV@Q ADJ ^ !D@Q{ !ÒaX@Qs!D@Q!@QaJ $!ÒaZ@Q!@q'  "pÒa\@QH?H@r2?c'D'HH @Q' Òao@DoDH@Q2H" 'HJ@ H'H+ ?c'D'H'L'P'T'XDP'HT'LX'('@QA@Q>@Q;?c @Q,'  "@"?c'DD;D` D@Q 1'D 'D+`D *@   D,`@PD -@@P 'D@P?c'D'H'LD H  L D WD" @PD"`D   @PD #@D D @PD"` L@P' D @@PD@PD" HL@PD @#D`L$D` %D@&@'D@.D *@  L D ,@HL@PWD *@  `# D,`c 'D`D*``@P+' ND&  @P' @DD@* ' L@P'  D D*@ @O &HL@PD`D,`$D`D. L&D D*`@  "D@#@?c'D'HD jH  c'D YD`, HJD *@  #`# D,` 7D *@ @OD`, @OD$@D. D/  %'D# "D@D @OiD"`' ?c'D @OO' Òa@B<DÒa@6?cx'D'H'L @O1' Òa@B`D@`" `" ` " "  H  p#@@T # # ## L$ ?ch'D'H`D@`" `" ` " "  H  p#@@*' # # ## >'`' "  "  " "  @>''7؀:* Ô@ H@N*`'@`" `" ` " " +`!à!@'`'@`" `" ` " " -`/î  @i '`'@`" `" ` " "  @ ?cp'D'H'L`D@`" `" ` " "  H  p#@@' # # ## `L" "  " " '@L '`'@`" `" ` " " '@Y  ?c'D`D@`" `" ` " " '>@Y?ch'D'H`D@`" `" ` " "  H  p#@@D' # # ## `'" "  " " '>@$?cp'D''D@`" `" ` " " `'@`" `" ` " " '>@'耤'`'@`" `" ` " " ' >@ ' '䀐  ?ch'D'H`D@`" `" ` " "  H  p#@@' # # ## `'" "  " " '>@?c ?cx'D'H @MY' Òb@@F`D@`" `" ` " "  H  p#@@| # # ## ?c'D'H'LH:HJ`/#H@L#Òb@M/&`D@`" `" ` " " '>@:#@L#Òb@M#H@M#Òb@M #Òb@L#L@L#?c'D'H'LDHL' 3 @L )Òb@L @L @L" * Òb@L @L  ?c0'D'H'L'P'T'X'D''"`"` "`"` `'> ''`'' '`'@`" `" ` " "  Ȗ  p#@@ ' "` "` "`"` ?'4#\`'@`" `" ` " " ' ''(','0@#`>k`'#`'Ā '" @'   ÒbÔޖ @@? `'@`" `" ` " "   Ę p#@@ A' # # ##  Òb @??Z& Òc@?p?J'4#\`'@`" `" ` " " ' ''(','0@">l`' `'H @!@''"  @ @'o  ?c8'D'H'L'P'T'X'D''"`"` "`"` `'> ''`'' '`'@`" `" ` " "  Ȗ  p#@@ ' "` "` "`"`  $ Òc8@>?/'4#\`'@`" `" ` " " ' ''(','0@"W>k•>l~@  ÒcO @>?`'"`'Ā `'@`" `" ` " "   Ę p#@@ 4' # # ##  Òc @>s?& Òc@>c?'4#\`'@`" `" ` " " ' ''(','0@!>l`'W'''`'{ '`'"?n'' 'd@`?`'['' 'Q@''I''AÒcΐ @=?L "  n2 *`@ `*`   0P0888888' `@   ?b'D'H'L'P'T'X ' D@`" `" ` " "  ĔP  #@@ .' # # ## H''#p'#`'#h'#'8#x3IJ`m#d5Ĵ|#t7Ķv#l9ĸ #|;ĺ`e#\#'@`" `" ` " " '4'ĔW Ę `@ '4Ē`@Is  '8 '4' ;'4Ē`@Id  '8 '4 ' +'4Ē`@IT  '8 '4 ' '4Ē`@ID  '8 '4 '  '4Ē` @< p '4p p"t t#@TXLP  'L'P'T'XLP FʛL'TX𥣈𭤉T XZ'䀐 '#@$'% 䀥 䀦l" w`"@"  l#!  h$@$`䍠h FJd$$' "  "  " " c@#Ē`@{'Āl" @8@HȔ@',, @H Ē`@<@Hl" "l@8@H'004@H@H'  Ē`@;l"@Hs  0@Hm'(@Hf(  l"@H (0@ 0(8@Hl"@l @H} l8@HK'004@HF@Ho'   Ēa@;l" t 0@HXt"@t   Ēa>@;l" p )t#04@H@H3' Ēaf@;nt@H(t"@l" t0@H- t  p"聨@'$l$ $* p '@ 荠D#$ '$p"@' 聨@ l"`'$$ $+ S #荡 Bp@$,$$%`'$l"`'$$ $+ S #p@$,$$%`'$p%'3`聩 B'$l$ $*@ 荡 Bp$,`$$'$'$l$ $*@ p$,`$$'$Yp%'/聩 B"l"`'$$ $+ S @0#荡 Bp$,$@$% '$l"`'$$ $+ S @#p$,$@$% '$  * qa 8PPeVp"聨@'$l$ $* p '@ 荠D#$ '$<p"@''`聨@ l"`'$$ $* R #荡 Bp$+#@$$`'$8l"`'$$ 0$* R S#  $+`T%T@ $* \" ``#$* R #p$+#@$$`'$p$''-聩 B:'$l$ 1$*    $+`%@ $* \" ``#$*  荡 Bp$+`#$ '$5'$l$ .$*    $+`%@ $* \" ``# $*  p$+`#$ '$[p$@''+`聩 B"l"`'$$ $* R @#荡 Bp$+`#$$ '$l"`'$$ $* R @#p$+`#$$ '$  * rc0 żXܐ ?c@'D'H'L'P'T'Xd"D@'Ēa "pĒa@E4x@`" `" ` " "  Ĕ  #@@' # # ## H% 'Ēa?'HH䀦@ "pĒa@DO' #pT@#\X#`\#dd#l`#h#t'L P@`" d""pĒa@D*h@d  "pĒb @Ddh@"'d܀@ ܡ+lܧ,$@ܬ'@D?b'D'H'LD'x" "  " "  Ĕ?  #@@' $ $ $$ ĒbF/ "pĒbM@DuH"`'Ēbq'H H@ "pĒbx@DX'#\'#d'#lĖ#`Ę"#h#p'ĒbĖĚb` |" @('|! 0|(ʛ'|쀤` "pĒb@D!V'Xx'@`" `" ` " " c@'䀐 䀐  Ēb@7  Ēb@7+'Ēc$@C1* 'll@D4'hh  "pĒc'@Ch'd'쀢@ *L@  |$F+d$@''Ēc=@CQ* 'll@C'hh  "pĒc@@Ch'`'쀢@ 4*L@   , L%|(J'8 - L0|2 T/8VP#xx. > .``6 '^'ĒcV@CpM* 'll@C'hh  "pĒcY@CMh'\'쀢@ 0*L@   , L%|(J'8 - L0|2 T/8VP. \&' 'Ēco"p@C A#"!@Cs'pp"pĒc@Bh@CE)phl@C_'p@C^h@C7 "pĒc@Bl  "pĒc@B?c7FWF: 7W *:7WF + ; 7FcWF# +;7FW, %Ĥ@@WF@B'?c'D'H'LL" 'LL*`H 'HL+ D 'DLDR#``H"@L"'LH"'HD# 'D?cp'H> & > &  " Ēc@6B?'#\`@`" `" ` " " ''' ''@>m`H) @'#\`@`" `" ` " " ''' ''@  Œ` @5?H  L L'H  Œ`5 @5?`@   Œ` @5?p`T 3 4@  8@  8*`" 8 H`8@B/"H Œ`@54`H H@B+4@#40$05'H@"'"` *    @B%'  Œ`@56 '@B'耢  'Œ`ސ @5s?  @\ 0" ?cx'H'LHHJ@ 'H@Av'Œ`@A'H@Al' Œ`@A 'Œa@A_'Œa@AY#\`@`" `" ` " " ''' ' @H#HL`" "  " "  H  p#@@ &` &` &`&` `@`" `" ` " " `' >@ ?'L@j5'LL@j0L @AX bL@AL%?'LŒa@AQL @AA K'?-LŒa@A>L @A. 8+?c-'L@@L@@'5?'7?O`/'?c  ? # ' ?c +' @@ ??c'H#\`@`" `" ` " " ''Ŕ Ř!@`@`" `" ` " " '>@'H@i'HH@iH @@ RH@@H'HŒa"@@H @@ =-@HŒa%@@H @@ ,-'H@@2H@@V''N/ '@" '*@' @@n ??cp'H'#\`@`" `" ` " " ''' ''@g'H 0 `L @ L @@4L@@, ?I䀢>k>l<0H@@3H@@ H@  ` " * xbD H*?䀢>kЀ>lՀ>m ?c@'D'H'L'P'T'X'D''"`"` "`"` `'> ''`'`'" "  " "  Ȗ  p#@@' '  '  ' ' ?'4#\`'@`" `" ` " " ' ''(','0@>k`'#`'Āu '" @'   Œa0ŔV @@2G`'@`" `" ` " "   Ę p#@@}' # # ##  Œa_ @2?<& Œay@2?,'4#\`'@`" `" ` " " ' ''(','0@/>l`' @F@'?c'D'H'LD .@>'D"DH@`L@>H*LD@>~?c('H'L'P'T'@`" `" ` " " H 9HK4 Ԁ  H@.'܀' ŒaH@  H@-'܀?''c`'> ''& &  ' @,@  @,' '?'':L ^LJ YLŒa@>> '`4L@-'؀> 'X@L@1'XŒa@=' 'X@k?'''h#\`'X" "  " " '$'('\'`'d@<''X$`$` $`$`  '> '&  `    8 @,9'?''P PJ PŒa@=> ''8'8P T u?''OȀ >' `Ā  \@+''8@@=n  'Ě`'`Ā@'8@,'Ԁ  @ ''c)' `Ā " \@+'`'8@,'Ԁ  @ '   'Ġ ''3OȀ '8@@=  '8@,'Ԁ?'' ' `     @+q'  > ?''T TJ TŒa@<>'TŒa@<> 'TŒa@<>'' "` "` "`"` `@`" `" ` " " '4>@ `" "  " " '8>@3aY!*Ȁ$$"!@<"a Œa@/!@<"a Œa@/,Ȁ$$"!a@<"a Œb@/o!a@@C&  @W`@`" `" ` " " '>@/쀐 @H@;9`@`" `" ` " " '>@&  @!`@`" `" ` " " '   @' `&    &  ?cX'H' @y%> & h@`" `" ` " "  ŔPŖWHx#@ # # ##  Ch@`" `" ` " " HV'>& ' #`!Š"w#\#dh@`" `" ` " " Œb_ŔfHŘ"n@'x@`" `" ` " "  ?'/h@`" `" ` " " ' Ŕ~ i`'#\h" "  " " ' Ŕ Ř"@?'?cH'D'H'LL?"L> "L> # L> # 'XD@l#`Ԁ D@*L' 'X @*C'  L" HŒb@:HŒb@:  ŒbH@.U?@;'D@:"@'PD@:u<  nDŒb@:h'e' $@:' @:t@:' Œb@-' @:f" ' *@' @:8 ŒbD@. @:B?' $@:' @:F@:e"` Œc @-Q' @:7" ' *  ' @: Œc.D@-@:?W@:  "'"`H@: @:0"` ŒcU@-H@9@# @:?& @(u"`L" В?@''X @) D@) @'#`( ?cp'H'#\`@`" `" ` " " ''' ''@' @  Œc @-U?H M `L @=5 L @9 L@ @ ` " * ~c $$$$L@9 ?G䀢>k>l:.H@9~1H@9uH@ ` " * ` <<<<?䀢>kҀ>l׀>m ?c@'D'H'L'P'T'X'D''"`"` "`"` `'> ''`'`'" "  " "  Ȗ  p#@<' '  '  ' '  $ Œc@,~?'4#\`'@`" `" ` " " ' ''(','0@>k•>l~@  Œc @,Q?`'"`'Ā `'@`" `" ` " "   Ę p#@' # # ##  Œc @,?& ƒ`@, ?'4#\`'@`" `" ` " " ' ''(','0@>l`'I''u'`'m?`'d'' 'Z@`?'Q''I'`'Aƒ`6 @+?E` "  ԓ2 *`@ `*`   hhXX8XXXX'`  @ {?cp'H'L'L"> &> & > & > &  ƒ``H@+C?H"> 2 *` + # @ `?*`    !   ؞'#\` "  "  " " ''' ''@%'䀥?,L@"L"L#?' 䀢>l>m쀢>o @L" ` L$'?' 䀢>l>o% @%L"@'+L#@'#L$@'0L%'?'">k * c lL( ( @$'`H   L#'?'">k * ` PP 4L"'L#@' L$'?' 䀢>k뀢>l>m]  `L" ?'䀢>lH  `L" ?'䀢>l3  ` L" ?'䀢>l `L" LL# `$L$?' 䀢>l>m뀢>o `L" PL# `(L$?' 䀢>l>m뀢>o @#L"@' `L"'?'">k * c        L"'?'">k * `d     , , T ?'`L#@'?'">k * a      e  L"'?'">k * ax  $ $ $ @ @G @ `0L"'L#?'">k * b$        `L"?'">k * b HHHdH  L"?'">k * c   LL"?'">k * c 444LL  `$L"?'">k * c   `L"?'">k * `t   <<<  `L"?'">k * ` j  L"?'">k * a` (((M  `L"?'">k * a /  L"?'">k * bL   PL"?'">k * b ppp  `(L"?'">k * c8   @L"?'">k * c \\\x\ L@"?'">k * `$  L@"?'">k * ` HHH``  @L"?'">k * a a  4L"'?'">k * a 444PPC `L"'?'">k * b $ ` L"'?'">k * b ((HHH  L"?'">k * b   L"?'">k * ch 00  HL"?'">k * c   L"?'">k * `P   `0L" ?'䀢>o|  `,L" ?'䀢>og  `,L" ?'䀢>lR T XL#?' ?'䀢>m5  $L" ?'䀢>m!  ,L" ?'䀢>m   4L" ?'䀢>m  <L" ?'䀢>m  DL" ?'䀢>m  @L" ?'䀢>m  HL" ?'䀢>m $L" ƒ`H@$?'H"> 2  + @ + @ @ `?*`    <$l|,   ,@Th$$$$$$$$$$$$$| ,@ 8    h lh   ?c'D'HD \?H@D`XH?@D` "`'H`H @'D` ?@D$?@ '?c'D'HD@'H@'' 1H@' ''@ D@'@0%' '쀢`D?@I'?c'D'HH T 'H` H`\@Dm'DHbD ,H`,D4H4D <H`<?cH'H'L'̐ 'Ȑ> & > & > & ' " " "" $ ƒ`@#?'''(#\`" "  " " '''' '$@>oHHL ',`ƒ`@/v','H@ 'Ԛ # TH@/ @/"@ ƒ`@"H@/\ `" @u$ , @p$`4 @k$< 2@f$  2@a% $ @\%`\ @W%X'L@''̀dL@`@`" `" ` " "    p#@ $ $ $$ . \ @`X @@/@@/='Q'(#\` "  "  " " '''' '$@P>m0Ȁ@0'в`' @q&``* ' "T `4@ `$` 8?@' @/?cP'D'H'L'P'T'XD'@'' @'' @# #  # # '?/`' @`" `" ` " " '>?@'0' #`#` #`#` ' @`$`$` $$ `'`'0" "  " " p#@s'  #  #  # # '  @.?ch'H> & &  T @ƒ`H@.'(@`'(ƒaH@.' `܀  \@'`ƒaH@-ܖ'Hƒa&@- H`4 H@-=ƒa)H@-`ƒa3H@-ƒaDH@-HƒaO@-`0'&  ؀`" "  " "   H@- & " ƒaR@!v?' #\`" "  " " ' ''''@>md ?b'D'H?#'?#'Hǒb@`" `" ` " " DK`'@-!?#d#?c'',ƒa{D@-'  ƒa@!"?','0ƒaD@-'   ƒa@!?',',ƒah' ',ƒa @ ? @:'Ȑ 2@6' D'$D@-?#O`# ?O  D' '0'4ƒb@-G'` ƒb@ a@Ē @?e`',@`" `" ` " " '0   p#@Q', # # ## `'," "  " " /ࠔ'>/1?#`3`'@-$5?9?#d@'0?#`ƒb? @ r?`',@`" `" ` " " `H' >?#?c'?)?#'@'0@,Ȓ?@-?'O1?#`'5?  ƒbv@ ,?`',@`" `" ` " " ',Țp#@x', # # ## a@',H% %  % % ؀ Ē @??#?c @,3* @,W?'  ƒb@B'#\`', "  "  " " '''''@e''?@, * +?c-? D@+/?'1?#, '?c   ?#*`'?#?c @+* ? @,?'  ƒb@?c # H!?##?c@+* $8)?#@+* %4%0Ē @F3?c  ƒb@[? ?ch> & > & '#\`" "  " " '' '''@'܀~mT?;` "  "  " " '>ƒb@+I'  ƒb@?`@`" `" ` " " ?@+/ ?c'D'H'L'P'T'jDHL@ 'D@P@*'HL@ 'DP@*'HL@ zD'H"#``#`` @+4iD H @++`D@7WH @+!VDH @+N ƒb@?I ƒc@?' ƒc6T@?'5T"  x2 *`@ `*`   4444445555\556666?c'D'H'L'P'LDH@ r'DH@ K'@*L"@'DH@ ?''@*L""'  K@ L @cL"" ?'} #``#``D @*y#L""lLD @*kcLD @*c[WD @*\LW#@Q ƒcC@?'H ƒcb@?'? ƒcP@?'5P"  2 *`@ `*`   7T777T78788888\889999?c'D'H'L'P'T'>DHL@ Xi'D@P@)'HL@ K\'DP@){'HL@ =N ƒc@M?I ƒc@E?' ƒcT@=?'5T"  2 *`@ `*`   :h:::h:H:H:::::h:h;;;;?c'D'H'L'P'VLDH@ /'DH@ '@)QL"@v'DH@ ''@)L""'  K@ L @ L"" ?'Q ƒc@?'H ǒ`@?'? ǒ`P@?'5P"  2 *`@ `*`   <`<<<`H`( @P"H `8 @L#PPHHL@ @H( @P#P@ P`HX"P`4\$ > >o ǒ`Z @?w  L @ L`  @T"L T w 'T`& T & L `''쀤L`\@c'耣  `$'`' X' @'*  +` &   P`L P`L'*@  &   ǒ`y@g?\#\`@`" `" ` " " HLPTXP T` X "T@ \$DL T,  'L@  @L`   @T"P T` X "T@ \$ >   ǒ` @?L`\"P # P`0 L` @')X" > L@\$@cP  P`L P@P`HX$@P L@X%BP@& "L` `" "  " " @P@HX%@L`X' ~   > >m>l ǒ` @u?  > >k>l?c'D'HD@&' H*<"`DJ }5D "'D K {$`'L{H*J?`/**# D+ `H@&??c'D'H'LL :@&' LD@&(L@@&KL"L" '  Dǒ`@& LD@& D*@ L#@DHtHKDL@?c'D'H'L'P'T'XDH@%DL@&DDP@&@DT@&<DX@&8D\@&4D @&$  ?c'D'H'L'Pǐ #\PDǔHǘ ǚ` D /@&$D@%D@"'K`/#' ''D"D@%'D$,D'/LJ@ h''L5`O /0Oǐ!#\'Pǔǘ!Hh Uǐ!#\''ǔPǘ!HS @,OH#\''Pǖ ǚa ; (H#\'''Pǖ ǚa' PD@% Pǒa@%iPH@%e??c'D'H'LL /@%R$L@%L@"'K`/#' ''L"L@$'L$,/HJ`/ǐ!#\DHǔǖǘ!ǚa 9ǐ!#\'DHǖǘ!ǚa #'ǒa@$'H@$'ǐ!%@' D@$@$ D*??c'D'H'LLH@"D'HD@'@$L#'@$''' M`/%'-O ǐ!0@$L&`'@$L&?cX'D'H'LD (H`@'@'H" DH"H#`,D`(H@R ?  DHHT # 8 H TH`@$"8 "@ 8@$1"`H ǒa2@ ZL ,DǒaO@#  @$! D`@#"  "@  ǒaR@#"` "@DǒaT@#  ǒaW@#"`  "@  Ȁ  `ǒaZ @d? K " 'D@#T $W@(sL0D`ǒao@#o @# D` @#"  # @ ` ǒar@#" "@D ǒat@#A ` ǒaw@#"  "@`  Ȁ  `ǒaz @? K " H`H4@#$H?% 44Ѐt H H4@#{W3 $#($`44H @#E%`0HH 0H`@"4" 4"`0"@ǒa @?; @  'D ǒa@" ' 'Ѐ А   @#("`HH  ǒa @e? ?c P@"' ǒa@""`"" # #`# @$ ?$` ?4$?%`(?%,&`0&4&8' <'`@" D"`H"L?c ,@"~' ǒa@k"?2`?" #`#$ $` $$% %` %(?c D@"P' ǒb@=""`2" # #`?#$` $$$ 2@% , @%`0 @%( @%4 #@& 8 @&`< @&@?c 0@"' ǒb1@"?"`"?# #$ $`$$ % $%`( @%,?c d@!' ǒbP@"?"`!"#` $ $` @$$%  @%`$/Ǯ%(3Dza& ,7Ƕ&0;Ǻa' 4ǒa" 8ǖ"<# @?#`D$ H$`L$P$T+Ǫa% X/Ǯ%\& `?c'DD D` @!jD"L ǒbj@VDLD D` @!DLD`D,D LDD&  -@?cH'> & > & ?'#\`@`" `" ` " " ''' ''R>m  @!'Ԁ ǒb@ "`T 0'Dǒb@`" `" ` " " >'' \@`''@'D% %  % % ̶' '  @!"`*  #`Ԣ ,>& '䀥@ @ '` ua',` @ b` Ԑ', `@^@ 'А', `@ I Ԑ',`@E '(@ ?` ؀  J  K@@[?А?'ܐ',`@  Ԑ ',`@ ` "   * ` _L___L^^'x?cH'D'H ܀ @"`ܐ @ "Ԑ @ "А'DHJ''H@ H ܀  @ "`' @m''  @E'R W@    b''ǒb@'  ǒbǔ ?@  ǒbD@^ Ar"`W2 # '@##$b '$H+%`@' ǒc @4 @@   ܒ?@ @  ?c'D'H'L' '" L@ HJ DHK+@H`'HD'D$'L D -D 'D`'?c'D'H'L''L DHJ*H`'HD'D 'D,@?c'D'H'LHL "'HK` H'HL` $'HDHM-@H 'HD`'DD.?c'D* ʒaD@+ ʒb D@w! ʒbQD@m ʒbD@c #0 ߀ Ӏ ?c '* @"a* @"ሀ !  ʐ" R!" "ጘ"#a#!$!#$`%$?)%! !a]!a+#a@ G!&:`'!':`'!'@:`' '*`!@_"a*`!@W"ሀ !  ʐ"G *   + ሠ ,`'ረ& -%`.Ș#@  |? @!$!#$a%@`&.`)Ǩ#L-`/ɮ!?"a"#`%$'$f.+ʪ`\:! @"a"ǐ#4? @   @   !@!@ Qqaʐ" !a#  #!! (* Ȕ@@  `.`ǞL@, %ɤ@ .`ǒcL  &' a !@Y!@U ! !@I!@E ?"a  * a klkkl".`ɒa  4> . ' @". &.`)ɨ!-`/ɮ` .ǘ#L  +`!ɠ" @ .`ɒ` *ǘ#L  w> . ' #`$`. &.`ɐ! *`ɖ `.#ǢcL,)ɨ" @ .`ɒ` *ǘ#L  #!$!#$a* @" "0_"`@" #c0R `@ ʐ"A"`@" #c04 `@ ,ʐ"|# "  @"  " @"   "  "  "  "  " $ @" ( "  "` "` "` "` "` "` "` "` "` "` "` "` "`"` @" $ @" , @" 4 @" < @" @  " Hy " " o " i " Lc @" P] @ "`V "`P ?@@ H ?@@ @!"  2:* c ntooLootttpp ttp8p`pxpppppqqq0qDqXqlqqqqqqqr ttr r8rPrhrrrrrss s<sTst?c!P4!T "T䀐 "H#b耐!"\#$b%H !Hb@t "@'$H@)%!P!LJaL/T\)#!d)ad#@)d!)$!dO˒b(J  /`˒bR *̚clS /`̒`0R  `˖N@  /`˞S@,`'̦T+)ad%@-)d/)%d `1)!d& )"!d /`˖R )#al)!l/`˔R@ )!l  )!l* ʔR@  )"!h' )ad"`)"d@ /`˚`S !)$!l#$a ''$O+-aL/-%L1" "bJ!L/)ah)l)"lPK!L/' #aL# '#$aO',L/)%!L=!<!9!6!3!0!-!*!'!$!!!!!!! ! ! !  ! ! !!!!!! !!! @V"a!'!'@* :`/'"*`}&O " "b * ' O` O " ''" '*@!@ '@' ͒aX@ a@j"a!'!'@2* :`/'"*`")O " "b"' * ' 'O O` " ''" '*@!@J '@f' ͒al@ Sa@"a!1! a* ! @H' ͒a@ 5a @"a!! J ! a @ ! '"`'J!L/aH`P aL@  !  "L@M@'!   !L "aL'A)"!p! "aLT"2 :( V)!p !Hb@&@<+!  "L@!La H#aP'$L@)!L+a @ ݀  ͐!bp@"p" "bp t"t" + /!T" $#bp '|)"t -  +bt`-%t%`  1"tbp@ bp@ @4"  '* ` wwxxPx\xhxtxxxxxxxxxxxyyyy(y4y@yLyXydypy|yyyy{ |}}}}T}H?c!H  ! "  !H P@ aL@ K͐!bp@T"p" "bp t"t" + /!T" $#bp '|)"t -  +bt`-%t%`  1"tbp@  bp@ @l3aL! &@   O/@ `aH`!$!P!H "@"' 'O K͐!bp@"p" "bp t"t" + /!T" $#bp '|)"t -  +bt`-%t%`  1"tbp@ bp@ @3bN`aH`@@"PK͐"+bp@"p" "bp t"t" + /!T" $#bp '|)"t -  +bt`-%t%`  1"tbp@P bp@H @3aP  'aH "` 'aH "`'P#!PaH`!!P+#aH`'P- +aH`1&! ?c!Ta\)"d)d")!d )#ad !!LCO O˔(J@   + ;` /`˒bR *̚clS /`̒`0R  `˖N  /`˞S@,`'̦T+)ad%@-)d/)%d 1!L ?c . ˒bR *̚clS . ̒`0R  ˖O  . ˞S@,`'̦T+)ad%@-)d/)%d    ?c/G!LJ!L/@aH`@ y!P  !H H   !H @ !H  &&N.&@ &@ aH` !$!P#aH`@K͐"Ibp@#"p" "bp t"t" + /!T" $#bp '|)"t -  +bt`-%t%`  1"tbp@ bp@ @;@O  /'`OG/@" '@#aO@!,!L/@#$aL?c!L'JaL*LJ !H P@ !L aL+@z!L"a L"Lf! "aL?w!Hb@@k! "aLV͐"ibp@}"p" "bp t"t" + /!T" $#bp '|)"t -  +bt`-%t%`  1"tbp@I bp@A @    3aLN@'7L9'!LN*!L?c'D!HD@@.?c'D!HD H !LJaL*HL"!HaP# D!$!H@ %)$p?c!H "PH#aL# !!H%$'LL+-aL?c'D'H @r'K͐"bp@"p" "bp t"t" + /!T" $#bp '|)"t -  +bt`-%t%`  1"tbp@ bp@| @H&`   @' `K͐"bp@`"p" "bp t"t" + /!T" $#bp '|)"t -  +bt`-%t%`  1"tbp@, bp@$ @xD@?c'DDaH "HD@D@?c'D'HDH"D *D #`D ,`D,DD`% D& ?c'D'HHD` "` "" D (H@H@HD@͒b @?D,H?@^H   D0H?@R ?c'D'HHD`"`"" ' 'H`$'@'@H$ '쀤@q@z'D (@'耐 H͒c  @?`,H?@ H " @ ' ͒c4@@"" #` 'H$`% H@'H@H@͒cG @d?YH ?@'H @H`@#H$H@H H`@@ 'H @H@͒ct @0?%H"DD`4HH@HD@͒c @? D8?H@s ?c'D'HH@D`'DH" D * @ZD"` ͒c@FD D`*`@MD" ͒c@3'D   D ,$@ '?c'D @"' ͒c@" "@"D?c'D'H'LH D@  D'HD`H @D   D*'H  H 'D_H`DD@HD%D H.L&@H?c'D'HDH H   D H+@?c'DD?c'D'H'D'' D' H  H@''D   D@`'D@Z@'?c'D'H'L'D'' D' HL@@''?c'D @' Β`@"D "D# ?c'D'H)axDH@@?c'D'H'L' @' Β`&@H@"@L"D )#xD@''D@'@@D@?c'D'HH'D@  D)#ax'D@'` ?c'D'H'LH H` D@?)!|\?c'D 3)"a|D)#!xD@c@)!|?c'D'H'LH H` D`?)!|*?c'D )"a|D)#!xD@`@)!|?c'D'H'LH H`&)!)aD@@)ဖ)#!D@@!)!#)$aD@')ဦ))%!?c'D'HH)"a)"D)#axDa|@0D@!)!#)$a)!?c'D'H'LH H`)aD`)a@))"ခ?c'D'H'LH)"aL)")#!D`!)$!xD@b@)!?c'D @z' Β`9@g" "` "D #`D$ ?c'D'HD " D`DH@'  ?c'D'HD " D`DH@?c'D'HD`D H@v'  ?c'D'H'LH H` D?)!|?c'DD" D@ D Y )#!|D`!)$!xD`a@:D')|$?c'DD DD)?c'D'HD DDH?c'D'H'LH H`)! )aD@@))"ခ?c'D'H'D D 'H)#!)#aD#)$axDc<@')'D@`@'?c'D'H'L'D{'' D' HL@@''?cH'D'HH /@'`'D DJ D@r' :@U'P@-L<  9'@ 'Β`P@'@ '@''H@ ' @ '@ *'@ ' @ '@  @ @ w :@0E' '' h'@ L''P@ T<  ='Β`R@ '@ ]'@''H@ ' @   '@ Z*'@ x' @ h  '@ @' @ V  @ m. 'ΐ T@ 'Β`Y''@ 'Β`]@ ='H@ 9' @ )'@ D ?c'D'H'L'P'T'XD'@''"\@ c"pΒ`h@ ''L@ "p@ Iΐ bp@ # ) Ȁΐ @ 7 @ @ k?c'D'H'L'P'T'XD'@''"\@ "pΒ`h@ R''L@ "p@ ΐ bp@  ) Ȁΐ @ " Ȑ @?c'D'H'L'P'T'XD'@''' Β`h@ ''' @ -' 'L @ ' Β`@ Q' @ ' @'"1 Ȁ b ȗ*ߘ!  Β`@  Β`@ #`l ' bp@ QS t?' `t*`) @   t* )X@ "@ 8' @ '쀐1 x `p*`) @  p+ )#@#`p,`')X $+`p-%t p  2@ //%p1 p 5&x?c'D"\@  x D "pΒ`@ Fx p E x`p 'D* )@ bp@ *)bX  , %)X@Β`"p@ ,+)a@ [-1)"X%  2@ '5p@7&p?;'`t" x"`ȁ?c'D'H'L'P'TD)a"L 2"P`p#T! x#H%)X$@?c!2)#  !@ Y a`z )c  /@ ``z A`Z )#  /@ ``Z 0`9 !)#  /@``9 ))-# -%?c'D!'D"a?c'D'H'L'PD'DH 'P '''''̐"@ '  ''PL" P +`+ P ,`,  P , `-- P& P&`{P P  P @ P"@ @ P"@P  P # P'耤@耢     '䀐  DD 쀢 L DL@oP P&  @ aP'P @@  zP+ "P`!@P%@$`PP@ P%@P ]PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .耢 L L@oP P&  @ aP'P @@  P+ "P`!@P%@$`PP@ P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' . }L`L܀L  L`///À`+  * :`Oǔ *:/ǀ`?  *; OÚ@ +`;`/耣b耢  S   '䀐  `* L` `+`?<L3`\0耢  (耢      '䀐   +  ? " '"`' " '܀ OÀ P P&  @ aP'P @@  P+ "P`!@P%@$`PP@P%@P P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P'䀐N . .䀐  J  K@4Oǀ0耤@+䀐M  䀐 NJ@L@ ܔ"" @D / ܔ""" @8P`P& ` aP'P @@  P+ "P`!@P%@$`PP@P%@P P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P'ܔ""Oˀ  ܖ@'OǀuP P&  @ aP'P @@  P+ "P`!@P%@$`PP@GP%@P P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P'ܔܔ""ܐ @v"'P P&  @ aP'P @@  +P+ "P`!@P%@$`PP@P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' ./耢  PP& " aP'P @@  P+ "P`!@P%@$`PP@[P%@P PĀ0Ē&P@  Ġ#@P@'Ѐ Į%@P'܀ Ė"@ P ' Ħ$@P''P P&  @ aP'P @@  LP+ "P`!@P%@$`PP@P%@P /PĀ0Ē&P@  Ġ#@P@'Ѐ Į%@P'܀ Ė"@ P ' Ħ$@P'M ^  .J`^''P P&  @ aP'P @@  P+ "P`!@P%@$`PP@uP%@P PĀ0Ē&P@  Ġ#@P@'Ѐ Į%@P'܀ Ė"@ P ' Ħ$@P' .  @r` L  .耢  `耢  X   '䀐  L`.`\+耢  <耢  4   '䀐  7   - ` .`]  쀦Oˀ `- J@] `-3"D K [($`D M?`[M^N`]'L@'ĀJ@--J ](耢     '䀐  'L@'ĀlL]`[ZL :U耢     '䀐   耤@ s耢  k   '䀐  `: `] 耤@ '@,  '@-@`:M]'@Βb@  /'@Βb@  /'@Βb@  /'@Βb@  /'@Βb@y  /'@Βb@l  /'@Βb@_  /'@Βb@R  /'@Βc@E  /'@Βc@8  /'@Βc @+  /'@Βc@  /'@Βc@]'@Βc @ U'@Βc&@M'@Βc,@E'@Βc2@='@Βc8@5'@Βc?@-'@ΒcE@%'@ΒcK@'@ΒcQ@'@ΒcW@ '@Βc]@  ?耢   7   '䀐  耤@  "'O ` ߖJ O   #ߢ`LO  ` O  3߲`N zO ` ߖJ kO   #ߢ`L\O   -߬M@MO ` ߐ N`>O   ߚ`K /O ` 'ߦL  O  1߰ M`O ߔJ@ @ 3` ` ,  .'; /  '  "'  .   ./ /ˑ7` ` *  .$`%  . L1J L5@2 xL( pL @ z gL L y Z耣  耢      ' L  P"̘ '@*`*` * @@q'   *'* +  Pؤ$@#@ ,- @Ѐ PА&  %* *  P&#` ,,%`̀~* *` P& "P P&  @ aP'P @@   UP+ "P`!@P%@$`PP@P%@P  8PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' ...`''''' ]L   L@  ЀuP P&  @ aP'P @@   P+ "P`!@P%@$`PP@iP%@P  PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .&Д""А @ h L   W" '*` *@  P@ ',`,@ --`P@" '+  +`   P'-`-@ ''Ȁ* *` P@ 'Ȕ" *P P&  @ aP'P @@   P+ "P`!@P%@$`PP@P%@P  P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P' ..Ȕ" .L$L @L$P`P&`aP'P @@   hP+ "P`!@P%@$`PP@P%@P  KPȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P'ؔ""ؐ @ >'Ѐ Д&"А @ 'PP@& aP'P @@  P+ "P`!@P%@$`PP@P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P'''LL"L5@ " D@  耢 u?'Ȑ?'" '耢  L 4 a耢 K耢  T   '䀐  `3#ߢ`O@-Ȁ'ȓ*` *@ @"0'耣@耢  "   '䀐  `,Y耢 K耢     '䀐  `3#ߢ`O@-Ā'ē*` *@ @"0'耣@耢     '䀐  Ā%''Ȁ -@Ā L q L `\ 耢     '䀐  `} L D q܀ L  fL`'-Ā vP P&  @ aP'P @@  DP+ "P`!@P%@$`PP@P%@P 'P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P'ܔ""ܐ @Ā   *` *@ ` 'P P&  aP'P @@  P+ "P`!@P%@$`PP@gP%@P P0&P@  #@P@'Ѐ %@P'܀ "@ P ' $@P'Ā  .`ܔ""ܐ Ș@ ܔ Ș@Ā ܔ""Ė" @Wܔ&Ė" ܘ@''''耢  '   '䀐  L%@D  J\u'P P&  @ aP'P @@  P+ "P`!@P%@$`PP@P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .'P P&  @ aP'P @@  P+ "P`!@P%@$`PP@)P%@P fPȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .P P&  @ aP'P @@  P+ "P`!@P%@$`PP@P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .*P P&  @ aP'P @@  P+ "P`!@P%@$`PP@OP%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .P P&  @ aP'P @@  <P+ "P`!@P%@$`PP@P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .PP P&  @ aP'P @@  P+ "P`!@P%@$`PP@uP%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .P P&  @ aP'P @@  bP+ "P`!@P%@$`PP@P%@P EPȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' .vP P&  @ aP'P @@  P+ "P`!@P%@$`PP@P%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' . L5@'`0  ̀  `'" " " @'P P&  @ aP'P @@  fP+ "P`!@P%@$`PP@ P%@P IPȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' ..xLv䀐J@   d" ' U2  +`@ @ `*`       ۴@    0XP Tt9(U;uR `J EN@*@J`^;LJ \K`+-L `?( L+!M`?LL1 N@{|J`\wJ{r'P P&  @ aP'P @@  *P+ "P`!@P%@$`PP@P%@P  PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P' ..&'P P&  @ aP'P @@  P+ "P`!@P%@$`PP@aP%@P PȀ0Ȓ&P@  Ƞ#@P@'Ѐ Ȯ%@P'܀ Ȗ"@ P ' Ȧ$@P'.``.@" r”2 *`@ `*`    x   5ڔڸQǸRT !T$q rdЀ  Д& "А @  @PP@&$  ?c'D'H'LHD*HL `* HL; *?c'D'H'L'PHD*HL `* HL; *HP `* HP; *?c'D'H'L'PPP  H@' '`@/DHL?c'D'H'L'P'TTT  H@' '`@/DHLP?c'D'H'LH" 'D  J\  /J`( L O K@|L# O  * : ?c'D'H'LD'J`\  /D H@ D 'L  J)*O   K )L% @ L |O M |  * : ?c'H " ' * +  @ H  $' ?c'D'H'L'P'TD'H  O ' 'D #@ P'@  5'@+L  `LJ   `3TL  LM@   . @@`,@ ' ?cp'D'D  D'D ''ܔ   //Ӑ  ``@'쀐? '' !@ED *D `++`؀@؀DOה 2 + + *  /$','D `*    /@  , $`'ئ'=`5=-%@ ->`6>` /@ "' +`'!  /@' -`%'ذ '>6>.& *:2 : @  /@$`'i'))# L` /@ 'S'a7) N  /@ '='!  /@  'D` @/`  D 5  1# `'  #`+@'ؤ'ب'   `ش' `'  #`+@'ؤ'ب'%-@؀" ' `'  #`+@'ؤ'@H 2"` *@ `!d@  * *   ? ``@ '*@'쀐 +', $'?D  -OӀ `'  #`+@'ؤ'/aئ' `'  #`+@'ؤ' ؐ" 'ؒ /pBؔ'=ؖ'8@,ؘ 'ؚ#  @ * ƒat |h|||||L||||/'DOע 4 ,-`@+ ?c'D'H'L'P'TLD  *` `*` * HL#@HP$ HT$ D *``* H"HH#` # ?c'D'H'L'P'T'XT#\X#`L#dD  HLP@?c'D'H'L'P'T'XD  D  LT 'X\ 'XX@ ??X# '\ X$'\D`D` \ X? '\D 2  D??X D 2 ~\S \'XL X\ L LX#\$XLPL%HX\@  O@ \#'\\ @O@\% '\\%@X'X)LXL@  XL" PK HXL,`= O  O@ 2\ X D `4?:`#\d#`DHLPTX@J'X&?\\ \" '\X`'X\ '\X"`'X.??c'D'H'L'P'TT#\L#`D  HLP@?c'D'H'L'P'T'XD'D ܖ  D 'D `'Ȑ!'Đ!'''  ``@'̀?k ''D ȑ*   ? ``@'ȑ*   ? ``@~'ȑ*   ? ``@t'ȑ*   ? ``@j'ȑ*   ? ``@`'ȑ*   ? ``@V'ȑ*   ? ``@L'ȑ*   ? ``@B'ȑ*   ? ``@8'"         ``@ ? X LT@ X    ``@?  'Ȁ@ 0* *?#@ " , $,%@-`.. *` ** @ ++@ ,` - ,'T HH'PL'T'H'LHL 'PT@'`L@ H` 'P' 'P`@ L" 'LXL HX '' PX L" ''܀耢 Ԁ_쀢   L H  HL    /O   O '쀣@" '' 'Ȁ * *@ " , ,@$' "/'H@  ' 'Ȁ* *@ " , ,@$'\,D`6&D 2`3Ȓ ` Ȕ\"\* @F\#`\* @?\$ \`\? }D  `- `. `-`5D6  .Ȓ \ %Ȓ \"\\*`@\#`\\*`@ \$`\\ ? B\\ X"@\쀣@H$P$L# '\Ȁ\x*   +  ?\`,\`-?%$XL*` H@ HL,@ -H&@ / @P& L \ +#@L,HHL. *` H#  , P#L\`-%`'}'\\`*\`, ?#" '  ``@쀥HPL%X&&' m |  'ܔ'؀ - 耢  P''ܘ 'ܚ# K@ '$  @L y%`') 耢  eP''ܘ 'ܚ# K@ '$ L@ P$''@ *  *  + @+` ,,@`' *耢  P''D `@؀  LM@ D ؀ @NJ@ '@ *  *  + @+` ,,@`''  ?`  / 耢  P''؀   @LL  @-  .7    O   /  ܦ'O {'@ *  *  + @+` ,,@`'' X'.`2 `'@  * @ * , +@  , -@6 *` ? ,  -%@@." * @  +@  @, -`- 'Āa'ܐ ' @* @+ @4 -`?.@ +`#  @,% -@. .@ !'Ē!'$ "`/*` 3 `# /!'Ē!'' +  4 ` ;ܪ @6/ܒ '' / `'  #`+@''O '`'%` " * ͒b 66`6`6`6666`6`5'   `  *` 3 `5 *` + *  ' ` "* *@ " , -  . .&'' `'  #`+@''Ĕ"  +  Ԣ#@ 5Ȓ"` * @`!d@Ѐ@ Б* *   ? ``@'Е*@A'̀ Й+ '?i'(ԓ* *@ " Ԡ 'ԥ,`- $԰ 'Ե.`/ @&Ԗ' 'ԟ+`$Ԥ'ԩ,%@Ԯ'Գ. &Ԓ`'ԗ*# Ԟ'Sܠ 'L 'ܔ'*   +  ?8,`L-HHL *@   L,HHL.@  +  耦*`  P+`@耢 P''# '&@&'؀ @ )  @+@'LHP䀦@T D 2`zJ  D `ll  D 2`] PK@L@  D EELHP䀢 T 11 (( `'  #`+@'ܤ'Ĕ"  +  Ԣ#@ 5Ȓ"` * @`!d@Ѐ@ Б* *   ? ``@'Е*@u'̀ Й+ '?'(ԓ* *@ " Ԡ 'ԥ,`- $԰ 'Ե.`/ @&Ԗ' 'ԟ+`$Ԥ'ԩ,%@Ԯ'Գ. &Ԓ`'ԗ*# Ԛ`' `'  #`+@'ܤ''  @'@   'Āa 'Ĕ"  +  Ԣ#@ 5Ȓ"` * @`!d@/Ѐ@ Б* *   ? ``@'Е*@'̀ Й+ '?'(ԓ* *@ " Ԡ 'ԥ,`- $԰ 'Ե.`/ @&Ԗ' 'ԟ+`$Ԥ'ԩ,%@Ԯ'Գ. &Ԓ`'ԗ*# Ԟ' `'  #`+@'ܤ'ܐ  ` ܒ *?b D  Y` U    `  '    `ܒ *?8  `. `  ' *`   + 6`    'ܒ *?ܔ"' ܒ *?NԐ" 'ԓ*  '|| |'Ԟ#'ԡ+@'Ԧ$'ԩ,@'Ԯ%'Ա-@'' %* Ԗ"'ԙ*@ " , Ԧ$'ԩ,@$-Դ&'Է.&@"`' `'  #`+@'ܤ'ܨ'Ĕ"  +  Ԣ#@ 5Ȓ"` * @`!d@Ѐ@ Б* *   ? ``@'Е*@&'̀ Й+ '?N'(ԓ* *@ " Ԡ 'ԥ,`- $԰ 'Ե.`/ @&Ԗ' 'ԟ+`$Ԥ'ԩ,%@Ԯ'Գ. &Զ'ԑ/ "@Ԕ']Ĕ"  +  Ԣ#@ 5Ȓ"` * @`!d@Ѐ@ Б* *   ? ``@'Е*@'̀ Й+ '?'(ԓ* *@ " Ԡ 'ԥ,`- $԰ 'Ե.`/ @&Ԗ' 'ԟ+`$Ԥ'ԩ,%@Ԯ'Գ. &Զ'ԑ/ "@Ԕ'  `'  #`+@'" 'ܒ`' *; *ܞ' * *`}  `'  #`+@'" ' `* ; *ܞ'[ `'  #`+@'ܤ'' `'  #`+@'ܤ' *; */LHP䀤@PTLG%`􀥀PNP&&J?J) N   @PLP$䀤MM/) L   LHP䀧PTL@ G" PKP$$`@M?M-) L@  @PNP"`䀢 JK)c J   ws@PLP%䀥@N?N@5) M@2LHP䀢@$T  " PKP$$`@M?M-) L@''LHP䀦GTC'  PJ P#`# L?L%) K%PMP&`䀦NO)# N`  耢 P'' PKP$䀤@M?M@-) L@'@ *  *  + @+` ,,@`''耢 wP'' PKP$䀤@M?M@-) L@S'@ *  *  + @+` ,,@`''0@',ܮ'ܰ% * Ւct -X-`/H0024:=>H>?4HtHA?XGDDHKM@MNTUR$S\O4PԀԐ" 'ԓ*  ' 'Ԟ#'ԡ+@'Ԧ$'ԩ,@'Ԯ%'Ա-@''Ā %* Ԗ"'ԙ*@ " , Ԧ$'ԩ,@$-Դ&'Է.&@"`'܀ ܀J/2 /ܔ`' `'  #`+@'''O  O @y" * ֒bP YlZZZYlYlZZZYdH @ ' ,  ``@3??c'D'H'LD`'H  ' `'  #`+@''_"  ;@"`L@w n ' "`' `'  #`+@''$ @ " ' ? `'  #`+@'@L@3 *'`D% 'HL@^   逢 rg ?c'D'H'LD'H 2' ' `'  #`+@''''HL@   @  ?c'D'H'LD' ''HL/*L 3` , LO ,-`@,O  `'  #`+@''@' {s' `'  #`+@''" ' `'  #`+@''' H@ @-L6` :2' 2 '' @ * ؒaH ^aaaa^a`^^^^_aaaaaaa_a`aa^^^^D" ?c'D'H'PDH  PJ @` PK   & ?c'D'H'LL *``* L + *L  +DHL',)Ψ! ?c'DD* ΐ#cA >*` ! @ߗ*"` * ΐ#+ *# $!@߆*#`0*0ΐ#!* < `,D@RD* ԛ',+Ϊa ?c'DD@8'* D    ?c'D'H'LL b@b'D"D"`D"L1!@%D"`D  \'!`!ߠ K`@ߌD-'D%L  ?'a'D *D `++`DL  `, -`@,`H@ްHD' '?c`'D'H'L'P'TH@ޒ'D 2` L   /ː'0D @ " T`  + ,`@/T  -  `-/ . ``.`/OˀL'L* @o'L* @j'   F'0Oˀ ' H̖ 'Oˀ ('L ē* Pę*@ " ģ, Pī- $İ '@*@'  ?c'D'H'L'PDD`@އD*Θ!  '!Π#'@ 'PP P"L@ݣP" L* L@ݓ?c'DD D@D"D# D#`DD`@ݼD$D - ,DD @ݭD&`?c'DDJ` D'DDJ  ?c'DDJ`  DJ DK` D'DDL  ?c'D/KD@݌' 1'J /JOK@ '?;KOK@ L'LOK-'?c'D'H'L'P#ĀH "H#cD$ %$'㴀)#  +c`-  Βc "c -  ϒ`o -z#cJ` 2# H "##c+`!#$#cȤ`D$ +%c P-ϒ`+@i@z  ϒ`-. -9ΐ#Βc@6"#DHLPn)c@ϒ`Q@B!# "c""ΐ#Βc@##DHLPEc@K -'P #J` * +  LK@ !#L`' - -`L@l# "c""+  +` L  %$J,- L@ 3&c:..L`  "** +  L@   %$,- L@ 3&c  ϒ`Ta -l* *` LJc'h##!# #$c%$'$ΐ#Βc@JDHLP?# "c'P ,* *` LJ#K@ * *` L   ϒ`u  -#J`' ϒ` -?c'D'H# $D D"@D`#㸞!$##c$`%$H $  ?c#̀# "c̐ ?c#  ϒ`Μ \#  S;#ϐ @ڵ# "c""#'㸞!$##c$`%$'$*)#M@-#'"## #c# ϒ`H "c ϐ!@i # "c""#'㸞!$##c$`%$ )%#+c@M-#'"## #c !$#"# c@ϐ!@!# "c""#'㸞!$##c$`%$'$#'"## #c#!#ϐ!@ # "c""#'㸞!$##c$`%$ )%#[#'"## #c !$#G#c@''㸦)%#+c%`-% 1&#33c@'7㸶9'#;c'`"# " ϒaW#"  * ޒb uwwx4yyz z\ ?c'  ϒa9. @' @?c'Dk'  ϒa]  Dϔ@D"@  ϒa ?c'D>'  ϒa Dϔ@D"@  ϒa ?c#  ϒḇ #* "` 'c+`##c$@%$'$?c'D#  ϒb*̆ .#* "` 'c+`##c$@%$'$DϔP@VD%@  ϒbR] ?c'D#  ϒbF .#* "` 'c+`##c$@%$'$Dϔ@D%@  ϒb ?c'D'H'LDDH@ D"\  D@5 ϒbH  ϒc iHϒc!@Lϒc#@"H'DQHϒc%@Lϒc'@"\'D<Lϒc)@H@7Lϒc+@H@nHL@'DD  ϒc-H˒   ϒcNHLˆ D?cX'DD  ϒcxp 4'@D@   ϒcD` $<  Dϒc@ׂ'@ׄ    ϒcD> ?cX'DD  ϒc+ <'@D@ Ȁ  - В`D $<  DВ`C@5'@7    В`ED ?c'D'H'LH''HD@J J`/'' LD@`L@H**?b'D'H'LDDJ@ LH@IHHJ@ LD@ֵ:HJ`/LH@֪/'D@֤'@H@'@''@ּ'@ 'HJ* H 'H`''+'L@{?b'D//`''\'XD'TTJ  \*'P'@ 'XTJ/\* 'X \TJ@*\'\'XTK  \*'P'@֠ 'X#TJ/ 'XTJ@. 'X'P'@ֆ'PВ`n@ցTJ/`''\'XTJ  \*'P'@n 'X%TJ/ 'XTJ@. 'X'P'@T'PВ`p@O ./`TJ@/a''\'XMTK  'XTJ@/''\'X'P'@.'PВ`r@) ./` ./aTJ/b''\'X%'P@S'PD@ճ*"pВ`tX@դ @՛X * b@ X(T`'T&"pВ`@Ն @}?c'DDJ DJ D 'DDK/D /*D*?c'DDJ D'DDJ /D*??cp'D'L'PDP@`J @  '` *"`N@    )@''#a$ '!$! ' ^ #a `%$ '`L@  2@O@ ` .@`'耢  *@z *  \O@ {'Y .@`f '` .@` *"'耣@  *@R $@L`L M`MN.>.+O@ O@` O@  .@``L@  2@h .@`''؀ .@ب ''@`M@^ 'O@ ` 'и   1@? Ѐ'А` L  2@/ . '؀  .@ ؞' -d܀`@`J `] J N`@*`:`.`z  \ `  ` \O@ \ n Ѐ 'А` L  2@ . '؀  .@ ؞'܀ܓ: ܖ И J N@  +;.@ ܠ '#a \ `  ` \O@ \ n'ܕ?  И J N@  +;.@ @`L`]JЀ ' '%Ѐ 'Ѐ  N@ *:.@  'N@ +`;`.@  (.N@`*`:`.@в@  .@` .@`!$  +@H$+@ ' .@`'$.@)!$ +%a$`'耦 *@+ .@`"`'J@.@` ' K , < +'O@`'؀ 0 9 ؑ* *` "0' @@`K `\ ,؀ @.@` ,Ԑ 'Ԓ"   ,@@`J \?.@`'`@`J`} -@Ԁ .@` N `N @ .@S $@% . 1 9' 1䀧 @ $.@`.@`3@`K ـ (2 )M <$ >' nҀ {[' .@`.@`   $〢 * . [ \p?c"!a @=8N@N`N@+"!   J@  @"!   J@  ?c  J@`J   K  N !$!   )Ш L? N@`   N   ЖJ ? N@   ` N@* *@"@ `vN@+ *d#@`nN@`@m'*$)*%   M X5*&*"    J*  `]@9*#!*$   L $)* % +*%`   M*  `)` @*"*"   ЖJ ? N@  !* $ #*$`   ЖJ ? N@ !*  `" `@%*$'*$N    ЖJ ? N@    #*`$`%*$`N    ЖJ ? N@   #*` `N@,+*`@'N@-* d"@ '`@ыS RN@*`*@ 'N@+`!* d$@'`@l U )& ! J@ : JN@ `-  ЖJ ? N@ `  N   ЖJ ? N@   `& N@ N`N  & @ N@$!N`* *@@ J N  & @ ! & @ ~ u ߘ O `  _ߞO ?ߒ`O   _ ߖO Q P ߞO   _ #ߢ`O; :@`L"  )1* b H88(8dh88$84T8x8h888P88888888d84+?cN *" N  ` !*$ #*`'@'*$?c'DD А В`T"`D@ϡ"́?b А "`Ȁ  ! @Z @V" Ȁ `̀   В`@'BS :''В`@h .! @$ А @ώ @'a '@@'a А @z @α! 'a`'a"@?c'D'H Ѐ`Ȁna"a D`D!HO*@H'H a aOBO \3 O`1&O9"O" 0'** <  +#*``N HN-H'HHO.H'HHO*H'H O Ha@7 aHD@-?c'D"pВ`D@ @?c'D'H'LHD@H /@λ' *`'L@ HВa@LD@?c`'D'HH*DJ@/DH7h @'D@V? ?c <  $''D'`@' @?? ? < @ 'Вa  ?9'D@ͩ/'$@|'@| 'Вa( s?'$@h'@h' HO  HВaB@'H@ ?cX'D'@D@?  Ȁ D!@?'@D@?"`Ȁ`D /@'D" ''DD@J'D* 'DD!@'@D@ͱ?< @# D @  ВaDD? ?c'D'ВahD@ '@?c'D'HD@&D@'" Вa@  " Вa@  А!Вa@ͽ@O''ВaD@'@ͭH@'@ͫDH@'?c @"! BHa $ LR (6X&&  ?c #\ #` $#d ( ;h  А#  @̇ ?c@@&& @ ?c& ' "  * Д@ '   @`' & `'  &  - -`%-` &  ?c`'D'HD V''D@G@DJ :`''0D@H"" 2''D@&@DJ :*`* *DK *  '`'* @!'''D@DJ :*`* *DK *  '`'* @'''D@DJ :*`* *DK *  '`'* @''D@g''@H%% ''D@˔DJ :*`* *DK *  '`'* @ˏ'''D@iDJ :*`* *DK *  '`'* Вc0 @P '* Вc3 @B '* Вc5 @4 '* Вc9 @& 'u* Вc< @ 'g* Вc@ @  'Y* ВcD @ 'K* ВcH @ '=* ВcK @ '/* ВcM @ '!* ВcO @ '* ВcQ @ '  ''D@ʘ@DJ :*`* *DK *  '`'* @ʓ'''D@mDJ :*`* *DK *  '`'* @h'''D@BDJ :*`* *DK *  '`'* @=''D@''@'@3H%%   Ѐ ր f ?c'D'H'LD@'H@'' DJ @ʁD+ ''HL@nH-'DHL@j?c'D'D#@'D#@B''''@ !m'@8`'''g"!m'@"`''"@ ' @&'?c'DD: 2`@:`*`"  D d@ D!@  ?cp'D'D@ '@1''ܐ'J ߖJ  @ܠ '',@'@4#``'D?]ܬ''خ'M5ߴN@ ؐ ''*@ 'ܐ @#``" JL?@-ؠ ''ܢ'L@)ߨ L`'M . @ܶ''/'ؐ @u@??c @j''@i' * + " +   `'!?!?c@'D'H'L'P'T'XLPDH#``#``@a?"X"@"`HT DH?'X@T ?b "?"'\"" Ѕ ? 𙢈țL' '졠? R?DH𵥈Xн<X#@#`~( 2" B?\"@"`0Е(Jࡣ ?" үV'`'쵠?\ B?DH𕡈HН,X$$ F#b8 2"( B?\"@"`@Е(Jࡣ ?" үV'`'쵠?(\ B?DH𕡈HН,X$$ #b8੥ R?%H V?Y"0 *"0\"@"`0Ѝ$? ʟN' '쥠?b0𭥉T?DHZЁ>X##!"@ *"@\"@"`@Ѝ$? ʟN' '쥠?b@𭥉T?DHZЁ>X##c!"H *"H\"@"`HЍ$? ʟN' '쥠?bH𭥉T?DHZЁ>X##3!"P *"P\"@"`PЍ$? ʟN' '쥠?bP𭥉T?DHZЁ>X##!"X *"X\"@"`XЍ$? ʟN' '쥠?bX𭥉T?DHZЁ>X##!"` *"`\"@"``Ѝ$? ʟN' '쥠?b`𭥉T?DHZЁ>X##!"h ""h\"@"`h?Б& D"?DHNЩ2X#@#`{"p 3"p\"@"`̅?hؑDЙ*L?pة?" ַZ'`'콠?p@?DHFؙX$$ B#bx  3"x\"@"`̅?hؑDЙ*L?xة?" ַZ'`'콠?x@?DHFؙX$$  #b  3"\"@"`̅?hؑDЙ*L?ة?" ַZ'`'콠?@?DHFؙX$$ #b  3"\"@"`̅?hؑDЙ*L?ة?" ַZ'`'콠?@?DHFؙX$$ #b  3"\"@"`̅?hؑDЙ*L?ة?" ַZ'`'콠?@?DHFؙX$$ ^#b  3"\"@"`̅?hؑDЙ*L?ة?" ַZ'`'콠?@?DHFؙX$$ %#b  +"\"@"`̅?hؑDЙ*L??"؁ Rb?DHZ؁X##"?b ?"0 D"0 B?b F\""ș ?إ ṊV?"hؽ ZЅ B?\@`ؕ ?𡣈̣P' '쩠?\@` V?DH𽦈\؅X$$'@ D"@ B?b F\""ș ?إ ṊV?"hؽ ZЅ B?\@`ؕ ?𡣈̣P' '쩠?\@` V?DH𽦈\؅X$$X'H D"H B?b F\""ș ?إ ṊV?"hؽ ZЅ B?\@`ؕ ?𡣈̣P' '쩠?\@` V?DH𽦈\؅X$$'HD?)"8H??c" D& b   "&   J"  ұгX& c   +, , , #`` ,`,$#ddȗJ& $'  L  - -`%-`#`` $--%#dd& (3c (&  # ("& ( $`& $ $< $" <& $ `&   " &  `&   !'&  !n!m' @   # &  `& '&  !n!m'  &    # &  `&  +, #,  & @?c ' & '` #* Д@ '  `'   $&  '`&  -5д@@¤?c'D'H**"H`*"W'H DK  'H@*";H'%`DM &`'*"'*"DJ@ /@ '`'!*"+*"?cx'D#D*- @#``#dd#dd' #\'' ''@N''@#'l#g'DВc@D?c#4# "㠀 "H#c㤀!"\#$c%+̀ + c@ #@'+$@)%##+J`/Oђ`J  /`ВcR +" +"`ܕ/`і$R +`!Ҡ S@/`ђbR  `lіN@  /`ў$S@,`'ѦT `k++`-+د/`1а#U"a,'"(O++`/#+J /+`+!,Ғc8+@# +`@`+`@`+""(+ ## !,Ғc<+++ @+ "pҒcE@, +" +#  +# #+$` '+$ ++%` /+% 3+&` +"` +" +#` !+$ !,ҒcU+@7z!,ҒcY++@+n!,Ғc`+@!d!,Ғcc+@Z'Ғch!,@  h4+"+ ? ` !+$ #+`$@$`0!,Ғck+++ @"!,Ғcu++@ '+$)+%    Ғc{,!,a( @{ !,'"`'+J /+``+Ԙ c@ $!, "@@H'!,  # "ct+ +`A+" !,"c"2 : +  + c@@+!, "@#a,>+#+`Ԥ'$@)#+a,i@ ݀  sҐ#bp@m"p" "bp t"t" + /!T" $#bp '|)"t -  +bt`-%t%`  1"tbp@9 bp@1 @( * b $۰(<Pdx܌ܠܴ,\݄ݬTތ޼ D8?c+   !,"  +  +Ԗ@ c@ KҐ#bp@"p" "bp t"t" + /!T" $#bp '|)"t -  +bt`-%t%`  1"tbp@ bp@ @3c!,&@   O/@ `+``!+$ g+  "@"' 'O KӐ bp@h"p" "bp t"t" + /!T" $#bp '|)"t -  +bt`-%t%`  1"tbp@4 bp@, @3+``@+"`+Ԁ   '+`̔ "` '+`̔ "`'+Ԗ+# +``!+ +#+``'+Ԩ- ++``1&!,?c#a, FO OєJ@   + ;` /`ВcR +" +"`ܕ/`і$R +`!Ҡ S@/`ђbR  `lіN  /`ў$S@,`'ѦT +c ?c# . ВcR +" +"`ܕ. і$R +`!Ҡ S@. ђbR  lіN  . ў$S@,`'ѦT k   ?c/G#+J /@+``@ y+ Ԓ  +  +   +  @ +   &&N.&@ &@ +`` !+$ #+``@KӐ 3bp@"p" "bp t"t" + /!T" $#bp '|)"t -  +bt`-%t%`  1"tbp@ bp@ @@O  /'`OG/@",'@#a(O@!+, /@#$c?c#'+J`*J +  +Ԗ@ # c+@z#"a,"f!,"c?w+ c@@k!,"cVӐ Sbp@\"p" "bp t"t" + /!T" $#bp '|)"t -  +bt`-%t%`  1"tbp@( bp@  @t    3cN@'79'#N+* ?c'D+ D@@.?c'D+ D +̀ #+J`*+"+ +`# D!+$ @ %+$?c+  +"+#c#,!+ %$'L++-`Ё?c'D'H @Q'KӐ tbp@"p" "bp t"t" + /!T" $#bp '|)"t -  +bt`-%t%`  1"tbp@c bp@[ @H&`   @' `KӐ bp@?"p" "bp t"t" + /!T" $#bp '|)"t -  +bt`-%t%`  1"tbp@  bp@ @WD@?c'DD+`̀ +"D@D@?c'D'HDH"D *D #`D ,`D,DD`% D& ?c'DD+"`'+"?+#`?!+$ #+$`%+$'+$)+% +c0-+%%/01+ && ?5+&"H7+ࠀ ;+'`+ ? +"+Ȁ + +`#` +#!+ Ȁ #+`` %+ '+$)#0++`@`D-+  + +`+@x+"`+d+l+# + +`+++`@`@+`#@#`+?c'D'H+ @H@H+ @'D+`@+  +#`?cp'D'H'L'PH'D''0zP"L#?c'D'H'L'PDH@LP?cp'D'H'LD'H'L''0?c'D'H'LDH@L?c'D'H'L'P'T'XD* *`" *` H 'q? P D`L LFTXR𭥈T??c'D'H'L'P'TDH@LPT ?cp'D'H'L'P'T'XDH?А'0 L"@P"T#@X$ \$$?c'D'H'L'P'T'XX#\D@`HLPT?c'D'H'LD 'H'J  K@  'L@L M@:N-''/O@ J@:'K  K `'L$HM L  ?c'D'H'L'PH$D@ )HJ`# HJ  H@L?E''Hk @q'PT?c'D  D"`P  D"TD"XD?#D?#D,`D,D?$?c \@'  Ӓa ?c @'  Ӓa  " "@" ?c'D'HD`""`'DD@ @D  !D *`" D D`*` *" *@ @D"  ӒaA?1D " D * *`"@*` @D"  Ӓb%?* *`"@*` DH \@#?c'D'H'LLH@L HD'?*` *" *@ H '1HL ?L'+  +`#@ +` H 'D,- +Ӫ`DX@DPaD TaBD \ &@ "`PDPy'' D PQ@3`P?Q ' "`TDT'DT'H'' !@ T`' 2 ."D +` +@!Ӡ @D@?c8'D'H'H"@?'h]'D'L#\''d''`'Ӓb-@?''ᄀ '*`Ӗx @. * Ӕt@ ' ' 'Ӓb< ![?''p@  '* +  Ӛ` @ * *` Ӕ ' ' 'ӒbW !'* *` Ӕ 'hD@''h(? 'hj ?c'D'H'H􀢀 ]* *`"@*` H'`PA''쀣`PDӒbr@y'#\`--1Ӱ @.9Ӹ!x ӒbuD@Y`* *` Ӕ XD@'  ' ?c'D'HDH?cp'D'H'L'P'T'!?a?'LԀ .ԑ* *`"@*` L'`+, #Ӣ`' X'(DH@Ц'@?荡D?Ԩ 'PT@]?c'D ''D@ 0* *`"@*` D'`+, #Ӣ`X@@'Pan Ta`'D@@'D  D` @@'D@@'  ?c'D'HHD  C'D 9* *`"@*` D'+` +# +@H @ '`. .`5ӴX X@  `' ?c'D'HHD@" ?c'D'H'LH D@"H ?H+` +# +@D @ '- -`-ӬL@ ?c'D'H'L'P'T'XH D@"H ?-H+` +# +@D @ ' ?`X' L&&P'@T@"X#@ ?c'D'H'L'P'T'XH D@"H ?3H+` +# +@D @ ' ? `X'L%X'`P"@T#` \$`$`$ ?c'D'H'L'#L DJ +DL+@'++`-+ Ӓb@5'H%H@+H"@&?c'D'H'L'PD ?''H@L"P菠"?c'DD ?c'D'HDH?c'D'H'L'PH"`D,$, @''P @ L',L,L -@ '?c'D'H'L'P'T'XP'\'!L#@P#\$H@'$'D@%@..&.D`'  X'`` L%P%\'''@耢@= *@  +`T$`,@`-X&`'/   *`T"  +@`` ,X%`''''耦@= *@  +``$`$,@`-d&`' /   *``"  $+@`` ,d%`''?c'D'H'L'P'T'XP'\'!L#@P#\$H@'$'D@%@~..&.D`'k X'`X`` L%P%\''@耢@ *@  +`T$`,@`-X&`''耧 *@  +``$`$,@`-d&`'?c'D'H'LD"`' ** *`"@*` D' X' H ‹D"  ?H` $'?c'D'H'LD"`' ** *`"@*` D' X'HD""   ?H` $'?c'D'H'L'P'T'XP'\'!L#@P#\$H@'$'D@%@..&.D`' X'`` L%P%\'''@耢@= *@  +`T$`,@`-X&`'/   *`T"  +@`` ,X%`''''耦@= *@  +``$`$,@`-d&`' /   *``"  $+@`` ,d%`''?c'D'H'L'P'T'XLPLP BDHDHHD#``#``@zT"" LPDH@|X"@"`?c'D'H'L'P'T'XLP@=DH@T"" LP@cDH@X"@"`?c  `` B @`H?  @`P `` VR?' @A?cH@`?`` ?`@`" `" ` " " p' @`"``"`` "`"` #@' %  %  % % `` `` D@`@` JF?𥤉??' @?c'D'HD X' (@E'  Ӓb? ( @ " #`#'K* @#"`  Ӓb?* @"`  Ӓb?' # *@ `, ##  -@`.@`&& `'" "$ 'K* @"`   ӒbX?@* @"`$  ӒcG?/' # *@ ` , ##  $-@`$.@`&& `'H"X ?c'D'H (@y'  ӒcF?H P'HTD!# #`'Ӓc\@^HP'H TD!'' Ӓcc@J$@$% @T* @."`  Ӓcf?* @"`  Ӓc?' ,H P'HTD!'''Ӓc@ +@$@$`-`%%`'HP'HTDg!l'' Ӓc@' " "`$ T* @"`   ӒcE?I* @"`$  Ӓc4?8' ,H P'HTD!$'''Ԓ`@ +@$@$`$-`%%`'H&X ?c'D'HH  H`Ԓ` D@HԒ`D@'H@ H,`H -@ Ԓ`D@`'HԒ`)D@'H@H *@  H`$, Ԓ`.D@' ?c'D'HDH?c'DD)D` D@D  D@D D @D$D`$@D@?cP'D'H'L'P'T"P"@"`T""L` L DH?!"?#b?L4<''L@," #`` B?@L+`  @J?@L`,@`@إP?'PTfL  V3b?5?L7 @? ''L  ," #`` B?@L +`  @ЙJ?@L` ,@`@ȥP?''@'HP%%T &&  ?c'D'HHD  H D  H`` D @ HD` o'D@0H *@  D`, @H-`D .@ D ?`''D  0H *@  D` , @H$-`D $.@ D  `' ?c'D'H??c'D'H??c'D'H??c'D'H??c'D ?c'D'H'L'P'T??c'D'H??c'D'HD X' (@ '  Ԓ`P? ( @ " @'* @"`  Ԓ`f|?* @"`  Ԓ`k?' ? *@ `, ##  -@`.`` & & `* ,`#@#``-/   &`&` ''* @"`   Ԓ`?\* @z"`$  Ԓ`?K' ? *@ ` , ##  -@` .`` & & `$* $,`#@#``$-$/   &`&` 'H"X ?cp'D'H (@'  Ԓ`?H P'HTD!  @#`#`'Ԓ`@HP'H TDx!''0Ԓa@$@Б* @"`  Ԓa_?Б* @"`  Ԓa$N?'Ѐ >H P'HTD9!'''' '(ԒaG@ ԡ+@$@$`ԭ-`%% `Թ.'@'``ԙ* #`#` Ԣ`'HP'HTD!u''0ԒaW@n% Б* @["`   ԒaZ?[Б* @J"`$  Ԓaw?J'Ѐ >H P'HTD!6'''' '(Ԓa@, ԡ+@$@$` ԭ-`%% `$Թ.'@'``$ԙ* #`#` Ԣ`'H$X ?c'D'HH  H``ԒaD@HԒaD@'H@ ,H,`#\#`H`-`` #d#hH/`@`H +@`` ԒaD@a'HԒaD@U'H ,H$.`#\#`H`$*`  #d#hH` , H -` ԒaD@) ' ?c'D'HDHs?c'DD @\D`@XD @TD$@PD@M?c'D'H'L'P'TL  P"" HT#@#`'L@3L *@  #``#``L` ,  DH#dd#dd''PH$$T L%% `''L3L *@  #``#``L`,  DH#dd#dd''P$$T %% `' ?c'D'HH D  HD  H``D@ H D  D 'D`VH *@  D` , @;H -` D .@  D(H`$*` D $+@@`HH$-  D$.` L e ''D@@VH *@  D`, @;H-` D .@  D(H`*` D +@@`HH-  D.` L   ' ?c'D'HD X' (@'  ԒbS? ( @ " @'* @"`  Ԓb.8?* @"`  ԒbK'?' ? *@ `, ##  -@`.`` & & `* ,`#@#``-/   &`&` ''* @G"`   Ԓbn?\* @6"`$  Ԓb?K' ? *@ ` , ##  -@` .`` & & `$* $,`#@#``$-$/   &`&` 'H"X ?cp'D'H (@'  Ԓb_?H P'HTDP! "#`#`'Ԓb@HP'H TD4!''0Ԓb@$@Б* @"`  Ԓb?Б* @"`  Ԓb ?'Ѐ >H P'HTD!'''' '(Ԓc@c ԡ+@$@$`ԭ-`%% `Թ.'@'``ԙ* #`#` Ԣ`'HP'HTD!u''0Ԓc@*% Б* @"`   Ԓc"?[Б* @"`$  Ԓc??J'Ѐ >H P'HTDz!6'''' '(Ԓcb@ ԡ+@$@$` ԭ-`%% `$Թ.'@'``$ԙ* #`#` Ԣ`'H$X ?c'D'HH  H``ԒcrD@PHԒcD@I'H@ ,H,`#\#`H`-`` #d#hH/`@`H +@`` ԒcD@'HԒcD@'H ,H$.`#\#`H`$*`  #d#hH` , H -` ԒcD@ ' ?c'D'HDHs?c'DD @D`@D @D$@ D@ ?cp'D'H'L'P'TL  P"""T#@#`' LDH #``#``'("#dd#dd 'L 3L *@  #``#``L` ,  ؕ#dd#dd''PL$$T P%% `''L3L *@  #``#``L`,  ؕ#dd#dd''P$$T %% `' ?c'D'HH D  HD  H``D@ H D  D 'D`VH *@  D` , @;H -` D .@  D(H`$*` D $+@@`HH$-  D$.` L e ''D@@VH *@  D`, @;H-` D .@  D(H`*` D +@@`HH-  D.` L   '  !@$!8ܒ@  @  ܒ@@ ~ @!8@ h!'D'HܒD @ $!8ܒ@ k @!8@} 㿀  #` #d #h`#l``#p`#t` #xp@#|2  㿀  #` #d #h`#l``#p`#t` #xp@t#|"  㿀  #` #d #h`#l``#p`#t` #xp@n#| 2  㿀  #` #d #h`#l``#p`#t` #xp@T#| 2  㿀  #` #d #h`#l``#p`#t` #xp@8#| 2  㿀  #` #d #h`#l``#p`#t` #xp@#| 2  X!ܒ$!8@ / @ + ܒ@} @!8X!ܒ$!8@  @  ܒ@i @!8hܒD @ 'Dܒ@  @ @  !@$!8ܒ@  @  ܒ@v@ z @!8@ 㿈 ?  ' ' ''@ @'@`  @'` @q @m h!@$!8ܒ@  ܒ@ J @`!8Ёx!$!8 "a4ܒ@  ܒ@ 6 @L!8؁h!'DܒD @ $!8ܒ@ $ @:!8@6  !@^$!8ܒ@  @  ܒ@Ŕ@  @ !8@  !@D$!8ܒ@ l @ h ܒ@@ @!8@ 㿀Ր! Ր!x Ր!p 2 2 ܽ> 2 X 2Z 2ܽ> ";hZ;hh@l  04+DD 2`"0 2`"㿠 ` 6   * c [[[[[[И $ @ " I`2 ` $ @ " <  6  && && &` " `@ "@`&` & `  @  `@  `@  ` @     @ j &㿠 ` 6 $ $ @ "   * a| ]]]]]]``@  &!4 2  &``  6   && &&&  ` 2B``  @ `  `@ ` `@ ` ` @ @`` `  2 @!4 2  &}& *@ &` @ ~` `@ z``@ v`@@ q@ t"@"`@ Ԑ`` @ ϒ `"2  "2  "    `@ 6`  `@ 1` `@ ,` ` @ '@@ *& & '&&`@! 2 + & `` @3`+  &` ` 3+ &` * &@" &@@ @ 㿠@  㿠@ " &@@ 㿠 `" ` ` 2 @  5 2@2@. &* 4( @4 6` " ` 4 6   ` @ ̐ 4 6   ``"  㿐 $'L @ " @ &`  2   $ @ " >%.b cchc0ccc.+@ B &&    @ /  && ` ' ' '  '@ i` & && 3 ;@&  @ X.   @ - @ ( @ # @   3 * ' 3 * ' 3 * '*  '7  &  6&` @ .   @ @ @ @  3 * ' 3 * ' 3 * '* '7  & 6&` @.   @ @ @ @  3 * ' 3 * ' 3 * '* '7  & 6&` @.   @{ @v @q @l  3 * ' 3 * ' 3 * '* '&  2 & & &  @d &㿀 $'H @ "   !* ` h(hxhTh0h(h(s o@ j&` 2 @ a&`   "!6 & 6 @:`&``@! 2 + '@`` @3`+  '`` ` 3+ '`` * '` @:`&`'1@'䀐' '''','7 '@ 8 `'@"@'@`@ 3 * '@`` 3 * '`` ` 3 * '`` 6 * '` 1 &` ? 7  ''@Ő4` @@ ``@ @@`@ 3 * '@`` 3 * '`` ` 3 * '`` 6 * '` 1 &`K 7 ' ''@4"` @C@> @9 ``@G `@B`@@=`@ 3 * '@`` 3 * '`` ` 3 * '`` 6 * '` 1 &`W 7 ' '''@14,` @@ @ @ ` ` @ `@``@`@@`@ 3 * '@`` 3 * '`` ` 3 * '`` 6 * '` &`@`` `  2 &` &` &`  @ؒ6&` &`㿐'D'H'L` 6LL $ @ " @ %` * b nnnnnnKG@Z B%2<%'` '''"7  @* 2 ' * 2 ' *`2@ '2 '  @3@.@)@$2"8  @* 2 ' * 2 ' *`2@ '2 '  @@@@2c   @2 ''''"8  @* 2 ' * 2 ' *`2@ '2 '  @@@@2 c   @2 ''''   @* 2 ' * 2 ' *`2@ '2 '  @l@g@b@]( #`@@`%%  % * 2 % * 2 % * 2 %2 `@%% %%%%% 4*` €ttt t0  2  㿠  ]@ !4 #* ` tttt  "   2    "   "   "%  &  2  &  2  &  2  &  2  & @& !4    ?& 㿠  >* a vvv vvv1&@ ` 6 p"@@   @* &@" @8 &@@ &@" #&@a8  ?"a8@R㿠@* *.@  * c w(yXwwPwxwxc@* 6@@? &@c@ 6@@? z&@ Y@ʐc@ 6@ c @ ?. e&@ Y@  &  %c@* 6@  "@@  2 c@*  6@@? @&@!8 "3@ / @ 2  &   &  `&@Ґ @А 2@?*  6@@2 &@c/`@@ * 6@ c@ ?. @ @&@㿠@* *.@  * a y|zdyzzc@* 6@@? &@&c@ 6@@? &@& <@$c@ 6@ c @ ?* k&@ <@ #&  *c@* 6@  "@@b  2c@*  6@@? &@G&!8 "@? c@* /6@C  2 &   &  g&@' @% 2@?*  6@@2 &@?c/`@@ * 6@ c@ ?* @ @&@ &㿠@* *.@ ? v* `\ |t~||||?@ 6@6`&&b'?@2 6@6`&&Y'?@2 6@  J  #@&   "@@hː @ : ?!8 "?@ ?@ @  &6@ #@&?@ @ ?@ c 6@`?2 6`&&'@/@ 6@ 6` & & '@{.bD ~T~h~~̒ېmg&@!?"    /`@S.!0   "/Ր#`@c`$Ր#`@` c , 1 1" 1@ʐ-& &  & @\!?"        ./ /`@@@.&@㿠& & && 6  & &  &  6`& #@.`& & & @ 㿠& & @/` 7`&& 7  & & @7``2`/` 2 2 '& & ?{& & @2&`/` 7` 2 & " & & @ `7  & @& 7   & / & 㿠& & @/ 7 && 7`  & & @7 g2g/ 7 2 2 *& & ;& & @2&c@2 & @" & & @l `7` & @& 7` `/`& 6@ & .& 㿠& & @ /`7`&& @* 2 " & @5* 2  @& & #& & @.`6`@:  2& @g  & 2  & " & & @   @& pH.!`  @@@'`#`4!?"    .@/`'`#`E@!?"        .@.'ܹ/ /``#`@@l@    ] 2V& 2  "  & *"@5@  -7`@  *"   & 6@ %@.@@6 - 6.$:"& @-@ -@/`@   '@ *  -"&  2 @ 2@2.. .@& & & & `q       2& J& & & & & D& ` &#     &  &` 2 &  &  ` &  & & ( &`- %    @    /@ & '` 2 & & *@2@ &  *@5@& /@5@& 6&  *@a8"a8㿠 *  & ?& & &   @ " :    `"  8    "@ " (    "" *    ""   "`"   @ 8  :`?@  `  㿐''2 &@_&  2   #``#`@9`&㿐' ?2 &@a4&  2   @9r&㿘'7`&@a&  2@;&㿨"?'@'`'`'@* +DD @ * @ #D D 2 #`"* +DD @ * @ #D D 2 04"* +DD @ * @ #D D 2  0"* +DD @ * @ #D D 2  @ 2  㿈"@Z(' @.耐(@.@.@/@/@:z@0@@<@[@@@L@@ >@$@%@$5@`@_a( 'D @'HHJ'D/''''O@`V   22V 2 @"?  / 0/ - / 0/' # / / / / / / /#' E/ 0/ 0/ 0/ / / / 0/ / / 0/ 0//////// %"`<V "  & @h&%`-N`&D 4#2 *`@ `*` "  "O  x 2   ,  /L1$% 4 (+ö '/M"O@`<V "  & @&%`- .'>`<V "  & @&%`- '쪥`<V "  & @&%` - '쀐O' -*:@* 2 * 2 3 `  J  *: '  9` " # +@J" *: 9#`+@#`@ * J" +@#`@ :J@:̒*5.@Wڶ`* 2 3   J  *: '  9` " # +@J" *: 9#`+@#`@ * J" +@#`@ :J:ѐ.6.66`  J *: '  9` " # +@J" *: 9#`+@#`@ * MJ" +@#`@ :JM 02?9" R'"26O%-)9" >'"6O%-9" *'" 6O%-瀥:O@`MV "  & @&%`- tO@OO/O'`/O/O/O/O/Ժ`O`  # + - 0O@O/O/O/O/OD'@ &'O "/ 'O /`O@ J  "O@.. O@`ߒ`O`' 0J  O@ .2??`O` *2+ `@x"쀐"D@!  24 * 'D'@͒ ' 'ߒ`O@J " O@/ / O@ &`0`O@ $27Հ" 2D@ 24̛. @ `'D'@`O@ *2߸`@!к"{쀐"D@ʔ Ѐ 24`Ж* ^'"' ''N``/O& x'2 *`*`@ *@ @ `*` "  "   2  UXcde`fghilDE`nGosuLxOO/OOO/  ' d"  D" i2OԀ6OՐ"ڲ '"O"܀"OՐ"'OԀ" O@q&4O X2))""O瀢  O%-"`6`M%-"`6`M%-@*:@@* 2 * 2 3 `  J  *: % 9` " # +@J" *: 9#`+@#`@ * J" +@#`@ :J@@:̒@*5.`@T`* 2 3   J  *: % 9` " # +@J" *: 9#`+@#`@ * @J" +@#`@ :J@:ѐ.`6`.`6`6``  J`@ *: % 9` " # +@J" *: 9#`+@#`@ *MJ" +@#`@ :JM 02M 0"%'OՀ."-O X o x" # 6 '"Ր"'& Oـ2 ' ''@-f ` ``'`'` ''' @!в"O "怐"O"耐"OՐ"'O 9$ N`M"yO ܀" 0N@`- OՀ"O-$ON@" ON@$``-O 0'  & / 2 * 2 3 `  J  *: 9ʚ` " # +@J" *: 9#`+@#`@ * dJ" +@#`@ :J dO/ΐ  ̀#6  ˸'' O 02 - +.@&`O'.@O׀2  OԀ"Q@ĸܐ% &D'& Oـ2 ' ''@,ؔ` ``'`'` 'ܒ''@!bЮO"'"O "쀐"O""OՐ"'O 9$ M" ܀4MO.@`M2MO.@.@ `OՀ2O$'O.@`' ,O 'M2MO.@`.@`2  OԀ" @ ܐ&@&'& " Oـ2O ' ''@O` ``'`'` O'ܒ'@!'O -2OՐ"'"O""Ր"'ߒ`OJ M M e"M M M e2MO-M"O M"Oר M 2 Oע 2  OԀ"B@%&9' /'0쀐 '2N@3bN@`  6ON``O׀2  OԀ"&`&'&` &@& '6 6 @]&'@Y'%& #@O#@#@,%`6V "  & @&%`-J"`<V "  & @&%`J - '  '%`6V "  & @&%`-:``<MV "  & M@&%`M - `,%`6V "  & @&%`-J"Oת`<V "  & @&%`J - '",%`6V "  & @\&%`- 2 O@ '&'O@`2π %&&V "VV  % @@ "V@2V "?ؐ8  Ȯ?@'L  %@"ub @$O@ $28@Z" `8.@ b@M`" % NR+2 *`*`@ @ `*` 2G   dIKtN@AB "Gl %¸   26 &      2   "  : L8@&@2@ '@@"  %* +bT t|@@@@ &`   @ &`  @ &`  ͺ`㿠 2'LL 2 "w %@Đ"qb @dN $2@ "  b@QO` " % NG+2 *`*`@ @ `*` 2<@  lIK|N@AB "Gt°  @ &`  @@ "@@@ &`   " @  &` 2{ ߴ N O@ "/ /   N ' 0O@ 2/ `$2  &@ 㾠'L,'P 'T'X"!,"! #@`2ܰ#9O@"1`%,! 2@,a "a` &  &  @Ր#9O@2,,a"  "aa" "a@?2@, "a 2,@``%2*`*,a "a` &  &  @n? ,a" "a@e?"a" "a"{?y2 @` ߐ O@ "/ /  ߐ @`O@' 0 2/ "`l`h`L2@`O`[2 ߐ@"H?ߐ O@ "`[@ݐ l`[`c`n`s2L@6hL,2,"L 8'L@L&",*! "??  'HH 'D$d * 'P  #'X-a ,,,,,,,,,,,,,$     ,! ,a "a` '  '  @Ր#9N2,a "a` '  '  @2,a?" "aDXuP',a" "a@k4$ #`#\@ \"),"%,!4`l ' %  @+,`L  %  @ , %  @s,@"N@,a "a` '  '  @,a"  "aa" "a@ ?2, "a "   `+ `-`0"iu} &$z,a "a` '  '  @ߐ 0gid$c,a "a` '  '  @Ȑ* : xX2E,W  @2," ,a "a` '  '  @*  : @8O  2?M, "ߐ N @",  ,a&" "a&a" "a@,aa " "a@zu"M,J( " p"`Ȑ @N "'`05",.` 2.`.`.`@2%N @"!N" W 7'@.`,-a "a  "` '   '  @)"""`l @2 `l `h %  2 %  ",a"  "aa" "a@?2, "a 㿠'D'H'P@'` H`s2T`c,! ,a "a` '  '  @ҐՐ#9N@2,a "a` '  '  @2?"aՐ#9N2[2/@&S`,a "a` '  '  @2"P#" ,a "a` '  '  @}?)2/@&`!,a "a` '  '  @b M2 2/@&`2,a" "a$@,a" "a@E?2@, "a @2 `c2/@ 㿠 ^2  2  !@`]`-2. .@.= `]2`-  ] ?' @@ .@@!7@@R @5 2#D7 2 ֒`p@Ɛ@5y 866   ``&@.`3    2  " "67   7 7 V"* 7 @5>@!7@FԒbj@F2 @a@?2   @56 2R#2 ֒`@a@5 V49 >2`@:`  26 .`   2.`6&* 6 &&"@6.`V@6@ڒ@" @4̐ 7 㻐'L`& `&  `` `  O"`O2`2`& &    @8@&   ` N  0   " N` 0' L!7` cW 2#&  & W&.6  777 %7 $ !7`  " 72cW ? &  & "b '`*  W5  W'  r7? 2`@*`'  & $ .2`@/`/`'? 2 ? '  42%?@&/`'@* '` @3@ &$ /`'`' 2@6/`@" "*  `4@'`'@/`@ 2 '`/`@ "'`& 7@7W."@7b @5@6`@e!@I4% @  @ ! 2`" &"@4*&`4`/`@@`X B@@`;hhl;HH;PP B+DD 2  #!"A;>`6 & $?ϸ @&/ `4`$ /`6c8/`@ @`$ D@@`;hhl#D D;HH;PP  +DD#2  #!" ;`75;;HH `#LL h ZZگșځ,7$\9    #  & @H&@H 㿀@ 2 `6 @H̐ , &+ @ɐ ! p "e. ;hhl;HH;PP B+DD 2  #!D 0&/@ ! B "e .ᰖ ;hhl#D D;HH;PP  +DD#2  #!@m ! "` &&   @HW& @HR 㿀@2 @HB`41$.@= ! p "e. ;hhl;HH;PP B+DD 2  #!"IN4&3@  ! @ "e .ᰖ ;hhl#D D;HH;PP  +DD#2  #!"@ې ! "& & @G&@GƐ p'H'P'"   /`*  P* " 4` Рд/@  | @  w @ ?r?@ #l?  *H2   '#' 'B'?#ր6.?!ր$N   *   "@6  @O `2  `* & @62   '? ' ''ܒЀ 2 @@Oi!!$!8"a\"!X@,!8@'%@ @*A&& & %@`'H'P'"  /`*`@/P @* 4c 0TxӴ?7' 7''?7'2 7''?2 7?2 7?'?'?}'?2 7? c 7?'?'?k'  *H2   '#' 'B'?#ր6.?!ր$N   *   "@6  @O `2  `* & @62   '? ' ''̒7 2 q@N!Ð!$!8"a\@!8@'%@@)  ``& %@x'"  /`*`@/ 8* 5b, Dlּ֔c* 7? t'c 7? j'c 7?2 `'c 7? c S'a$2   '#' '5''$N    " a@6 O `2  %a@62   '? ' ''ؔ5 " !$!8@"a\@b!8@'&&@(p'"  /`*`@/ >* 6` ٔٔ(Xc'* 7? y'c' 7? n'c 7?2 '?b'c 7? c '?S'$2   '#' '5''$N    "#@6 O `2  %@62   '? ' ''ДM " 5l!$!8@"a\@`!8@'&& &@(%@(#)__tbl_ntens.c 1.5 91/02/11 SMI???zG{?PbM?6C->h>>z򚼯H>Ey0:>. &֕=|׽=yd=q-=<%hIv=+<V<Ҳ؉?㿀'D'H 'L'P\'T'X&'  & & @~.T "X"P "P " P" P "" L2 .@~JH/ߐ O@ "`@  & & @~`. &`+T "ߒ`NJ "&@&`+2`+P,"@6-   & & @~`.`-2?P @"   & & @~r`. ?`1'"`94!` T " @ 'P*   & & @~N`c.a ` `0`IH`N`iD`n"@O@ǀ@L  @& &= `&`T "`0`` 2N@  & & @~`. N 0`&&N 2&'@6   & & @}`. `a`z4'` !0M @6   & & @}Ȑ`.޸ `a`z4'` M2  CT' & ' & " "aTP "1'@6   & & @}`.  `a`z4'` !4J@6   & & @}p`.  2 T " "aPP " &' 2ꀤ`T "P " P& '`)6@/   & & @}3`. `)"`)P @""   & & @}`. `)2T@  & & @|`. T " "aP@|`9.7  0/P/ '䀧`1`94'`  "&P  " P"" O*!  O .䀧 *T " @ '  & & @|`. !"'.`1,`94+`0 ',쀦@`  & & @|`. `1`94&,`0"f`0N 1N 9$`1&'` Q<2 @ `*` "  "O  x 2  @1$%DDEDQ  `&l2T@  & & @|`.., T "`0` 2%`1` `&F&"%@  & & @{`.ߺ X"?"r`$`+P @" 2XO@@  & & @{` .  $I`P C@& T&LO 2 T  "T 0T  " 0/P/ '䀧`1`94'` T 2T " 6   ' *P( "&P @" P "" O*!  O -䀧  *P "" @    & & @{A`. !"';`19`948`0 @`,  & & @{`. `1`94N&ဦ@N 1&&N 9$P&P "@" `02i`1h@'` Q>2 @ `*`h "  "  x 2  d1$%DEQ  Ȁ`&x2T?"'@  & & @z`.  T 2T "?"'@   & & @z`. `0` 2N` `&0&"% @   & & @zb`. 0"ɀ`1Ơ&X"?"〤`$`+P @ " 2X$Ӏ`P ͒@`+  1`-/@6   & & @z(`.`` 2`+@6   & & @z`.` "퀦@`+@  & & @y`. `-@6   & & @y`. )ဧ`0`9$` ` 2[ ` `&V 2 0@  & & @y`.ݺ / /  "0 @6   & & @y`.T"  * ?b T "T "T "T "P "@ @" `&"&" ` 2@6   & & @yX`. "@"& P"P *P""*TD  "`"D"P " P"@6.D*.N?" &`@y(N?".&`&`"㿨'DD'H"H??  /`2 #@+`#  "  "  #@+`#  2 "  㿸'D'HHD@#@@㿈'D'P\ 'T'X @'/T "X' "P "P " P" P""  .@xJ/ߐ O@ " \ @ /  &`+T "ߒ`OJ "' &`+2`+P" 6 \ @ / `-2?P  " \ @ /  ?`1'`94` T "  'P * \ @ /  ` `0`I;`N`i7`n"~O@\ @ / &T "`0` 2O \ @ /  O 0&' O 2' '6 \ @ /  `a`z4'` "8N` 6 \ @ / ``a`z4'` N2` `Z T%`' %`' " "aTP "H'6 \ @ /   `a`z4'` "@rǐ !P"֒c@r !@"֒c@r !<ג`Q@r @   " ג`ג`a" @r@  2 גacגa @r" " גab8 @rn  גb@rfגb<@Y,גb@rZ  גcH@rS " גcS@rL " גc`@rE " גcl@r> "גc@r7גc@r3@#" `גc@r*גcɐ @r$` ؒ`@rؒ`B@r@rҁ㿠"p 㿘+@@>  㿘+@@>  㿘+@@>  㿘+@@>  㿘ؐ!(> ?ؐ!8> ?ؐ!0> ?ؐ! > ?ؐ > ?ؐ > ?ؐ > ? 2 c "  @ "  c 2  "  `     `6 `  ``& :&   ``" 1& ` &` "   &  /`  @`"`&` ` & ` %@    `6.`"   & \*Fc €  2  㿠``5 /` " `.`  @ "@` .` @]@< !\ +* G`` p@ @ *    @"   2   @"   "   " '`/`  @ "`@ 2 4'` :  & & !\  .`  &` ?&㿘* */  * Ga  0 Hc* 7? 'c 7? |'c 7 6   !?. @@i'   &  4) c*  7В"@7   2c*  7? '@; A!8 "3@; / @ 2  &   &  `&@;ϐ @;͐ 2?*  72 'c/`@ * 7 c ?. @ @'&@㿘* */  * H`  "!@  c'* 7? 'c' 7? 'c 7E  c  ?* o' 5 #&  4. c*  7%"@   2c'*  7? '@;? H!8 "@;7 c* /7j  2 &   &  g&@; @; >2?*  72 '?c/`@ * 7 c ?* @ @' '&@&`㿐 /@ * @  m* HcP #d$##x#/@  ^ @  Y @  c O !X  "  s@9 @: #@&  4 /@ xߒ !8 "@: /@ Ӑ #&/ @: @: /@ @ ?? /@ @  &@&`&`㿐* */  * Ia< %P'%%t%?7' 7''?7'2 7''?2  7 ?c  k   #@&  4+ ? 7  "@f  @ 2?7'  7 '@:'I!8 "?@: ? 27G  2@&   &  #@&?@9 @9 ? c 7?2 7?'?'?/@ 7? c 7 ' ' '     &@`x/4 '''@͖ &  2&耐& O@.`/  & 0 ./&@ x;a4'''@&&܀ "3/  2*"&  N. /` 0  /  0 ./@ x;a4 ''@E'@ 㿈 #hh#h@hh'㿈$#hh#h@h'㿈@(#hh#h@/h'㿈,#hh#h@h'㿈0#hh#h@5h'㿈@4#hh#h@h'h'H'LH 2 ;ppt@2V;ppt@y3~V!ȁD3;hh;`   `2#hi!h -(V;xx|@;``;xx| @M;h!` h $Q>!й># ` L?@ ֙, ^ڷ=<>>!Ⱥ @!#B'`ހ@ >!# غ&  Tީԩ4!ط54>#'` B?օ"^ڷ=<;;`@;x` @x ޽>>?p'H'LHV3uV!+#pp #tt#tt;xx|@L;p #tt#tt;xx|@L/   6 @*`& `"?2 ;ppt@ˁ2 ;ppt@D;h#hh8 ^;hh;`   `2;x)!x|@;``;xx| @%;h!` h $#h!蹠>#` D?@ ։$ ^ڷ=<#hh N>?p "p'D؀ ?"('H.   "H!D fB (HD 9) 'D) 0D =:-   2HH (@Dؐ"  D0HإҐ"1? ص:#hh#h@Jh@@?@@?,,a!  @@`DB ٝ,/.&P'>? Z/`Z F @`< Zܽ>>?h #'D؀ ?#'H.   "H+D*L 8HD+ٯ32P#H @K(D @K" @HD=;;D   2HZ 8@\Dؐ"  D H؅"!? ȕ*#hh#h@J1h@@ Z/`Z R L`< ZHD;h;pDH@;?hpܽ>" X@@>?㿠'D'H#`HD X#(ش"ض" Hȵ:`P ?> Z/`Z B T`< Z܍&,!ٺ "" `P?> Z/`Z T N`< Zܽ> X,aص:^"@"`p  'Dـ ? 'H.   "HH!D vB?D>" 9ٗ?>+"=J^  ;` `2 ;h"HDQ>hl@;`"`@` V`ِ ?  #hh#h@IHh@?#?@?P?,!( @,a @`H"DH F' ٽ&&' Z/`Z L F`< ZHD ^ܽ>>?h "X'Dـ ?"'H.   "H7D6X"HD+ه?>\#H @ID @I"HD=>'D   2Hg"@iD"ؒ`@`LD0Hٕʐ 1?  ֱ8#hh#h@Hh@>?@>?,!( @,a @` BZ8@bș& -,? N> Z/`Z D X`< ZHD;h;pDH@9?"D*H ʡ0phೠ+ْ`@`@ ^нܽ> PT>?㿠'D'H!HD X!ٴ!`ٶ!("赦Ƶ:b ?> Z/`Z @ R`< Z܉$,! ٺ "" b?> Z/`Z R L`< Zܽ>",a(ح6^"@"`㿀'D'H#P?#XD?  .@ 2#`HDi^#XHD J#-_, ''DH N ?@ic   '@@i c &𽦉ZHDٽؽ>#( ِ#0 ْc8@`ٔ@Z^ đ(LٖH "* Hĥ2RV?&@ '` \DH޽>\^ܽʽ> ^^?@'@>?㿈 #hh#h@h'㿈$#hh#h@h'㿐 'D 'H 2DHD ! B3ڋ! %$F D *  ;H{HH* 2 ;H!H+Nْc@`^@` L# ^ِ# HD]Tڐ # P ^ٚc@X`Pڒ`@T`Xٞ@TڔZ@!٠#F Z#ٖBc@`^FH̽>D$N!=;hِ# h@l! ِ# HDِ# ސ# ځ>?p 'D 'H 2DHD ! B3!! %$8Fِ#  =ڿ-,,*!H* 2 ;H!H+ H,D!ِ#  ! +iڐ ` ^ڒ`h@X`ڔpXډDxDژ J X JR ڡP`ښ`@P`ڡP@`R ڞPVPVږ(!ڡPB PB ڡPH 0ښ`8 H@`Nڞ@NT!ڠ HT @#ڢ`P@@F`F Й,v?# HD9!(= !c@`!0= ^ْc@"`#Dِ# ܹ<ڐ  ڐ  ڒ`@`ڒ`@`ڥ R\R Nڔ VNږV Tږ DTژ  D Bژ   JBښ`@`J Hِ#ȡ PHPέ6  V܍ލ&?!8LڟL#p!@p#pp P5T#pp#pp;`@D;h`h?܉\ D#pp#p@Cp@ِ# FDH->!ށ>?㿨 ''㿨#''㿨 ''㿨#''㿨''㿨#''㿨 '' * ;HH * ;HHx/4 '''@? &  2&@f / 0@f&/&@9x;a4'''@&  2"&@fn/` 0&/ 0@f / 0// &@x;a4 ''@'@㿘 '6`?6`* 2 6* 2 2 6 62  2V 6&`*` &`6 6@ 㿘  'V`? " *`6` 6`"* 2 + 2  6` 6* 2 6* 2 2  @6㿘 'V`  .?#& * 6`* 2 6`* 2 2  6`@Ȑ 6* 2 6@㿘  '6?66`* 2 6`* 2 2  6`@㿘'6  & & * : 6`6! 6@!6ZV`V` V`V`` .6@'6```&*` &6`㿐''2 &@/6&  2  #``#`@`"@ &㿐!6@!6-5# %( ? 6`6 6@ 7` %?66 6 66"`*`  " 6"`*` "@ ?& >%??6` 6` 6 @ 7`66`6`6` @6` w&>.%?6` "6?6`6 @ 7`6 7 77 7 ` @ 2  >"  * 2  * " .* 2   @ 2`. 6`/`'@``*` ` 2 "`*` 2V`" 6"`*` "V``V` *`2`@&ؔ6```"`*` `" 6`㻈'7`&@.r&  2.@G"@ &㿘'D@d'LJ`"@ -.@DL  "`@@ 0/@`&  0/@`/@`/@`4 N` ` 6|`N` ` /@` /`O `" O/@` O `2O2  e'`O@ 0"'`O@2` e/@``@, - + /@`.6.66`  J  *: 9` " # +@J" *: 9#`+@#`@ * OJ" +@#`@ :JO `02 J  0"4 hO/@` `[ "&% 0`  ` J/@``` /@J`564` J/@`(/@`/``  `  0/@` ``  N " N /@` N`2N '`O@ 0"'`O@2`/@㿠 `6ڒa a @cG  "a@ڒa @c> "a<x 'D1'H!4'D'@:' '  2&耐& N.@@` /@  & 0 .@@`/@&x'H3'Da4D'''@'  2+"&  N@/@ `/@ 0 & /@` 0 .@@`/@&].>0 "eb & 0* Uc WXXX(X@5&Rb4#b b$Jb&` J" 02 @*` 2b>b`" b8b`2b2b0bb` &N 0 9 & .` &N 9& 1` N ..`   2b` &`$b 0` *b &b4`  0.` &b` b*!7'P'TV @%46 4' @ 2 ڒa@a  "2 ڒa͔@aTT @b```'`/`P* 2 3   J  *: 9"  `# +@J" *: 9#`+@#`@ * OPJ" +@#`@ :JOP `02 `P@J ` 0"P`  PO@``. ``, '`@&6/`  *23 `  J  *: 9"  `# +@J" *: 9#`+@#`@ * '`J" +@#`@ :J'`@ в&.`/`@"`& O@ /@ a.   #D D;HH;PP  +DD#2  #!쀐K;hh@l!콠 >e*   =0` *   ';h"'` hl@ "@ В@ @[& &.@쀐2  @F'@B'Dʘ㿐' ?2 &@&&  2  \"@3&x!6@!6  ' ' -5'% 8'6`? 62 6 6 2 6  62 66* 2 2  6%o6"`*`  " 66%p6 6{p&# o%p 6`6`?6 6`2 6` 6` 2 6`  6`2 6`6` 6`W&>.%p6` "6?6`6 72 7 7 2 7 72 77  7    2` o"  * 2  * " .* 2 ` @ 2@ /@ 6`. @&  *````2 "`*` 2V`" 6"`*` "V``V` *`2`@,6```"`*` `" 6`㻈'7`&@%&  2 &㿘'7`&@%x&  2Ӗ"@&㿘 2 "8"   "  "@  ;HH !^!H"" 㿈'D'H"HHDư !"PHH#h"Xh#hh P ̫^#ll沐"@1& "@&./ *'@"`=!^"hXX#h"ph#hh B ܏^#ll}x!@ & !@& / '@ #hh/@&2@`* 2 3   J  *: '  9` " # +@J" *: 9#`+@#`@ * J" +@#`@ :J$5&@`* 2 3   J  *: '  9` " # +@J" *: 9#`+@#`@ * J" +@#`@ :J4ѐ&`& @6&' 0@X&& 㿀'D. 6  ;PP;HHB  'HH?D̀?* /?&;HH `#LLb  !"^"xP#&"-&&;HH `#LL"ځ 9  &@(#)__tbl_baselg.c 1.5 91/02/11 SMI"0=KXer ,8COZfq|'1<FPZcmw '09AJS[dlu}&-5=DLS[biqx@(#)__tbl_fdq.c 1.5 91/02/11 SMI00000008001600240032004000480056006400720080008800960104011201200128013601440152016001680176018401920200020802160224023202400248025602640272028002880296030403120320032803360344035203600368037603840392040004080416042404320440044804560464047204800488049605040512052005280536054405520560056805760584059206000608061606240632064006480656066406720680068806960704071207200728073607440752076007680776078407920800080808160824083208400848085608640872088008880896090409120920092809360944095209600968097609840992100010081016102410321040104810561064107210801088109611041112112011281136114411521160116811761184119212001208121612241232124012481256126412721280128812961304131213201328133613441352136013681376138413921400140814161424143214401448145614641472148014881496150415121520152815361544155215601568157615841592160016081616162416321640164816561664167216801688169617041712172017281736174417521760176817761784179218001808181618241832184018481856186418721880188818961904191219201928193619441952196019681976198419922000200820162024203220402048205620642072208020882096210421122120212821362144215221602168217621842192220022082216222422322240224822562264227222802288229623042312232023282336234423522360236823762384239224002408241624242432244024482456246424722480248824962504251225202528253625442552256025682576258425922600260826162624263226402648265626642672268026882696270427122720272827362744275227602768277627842792280028082816282428322840284828562864287228802888289629042912292029282936294429522960296829762984299230003008301630243032304030483056306430723080308830963104311231203128313631443152316031683176318431923200320832163224323232403248325632643272328032883296330433123320332833363344335233603368337633843392340034083416342434323440344834563464347234803488349635043512352035283536354435523560356835763584359236003608361636243632364036483656366436723680368836963704371237203728373637443752376037683776378437923800380838163824383238403848385638643872388038883896390439123920392839363944395239603968397639843992400040084016402440324040404840564064407240804088409641044112412041284136414441524160416841764184419242004208421642244232424042484256426442724280428842964304431243204328433643444352436043684376438443924400440844164424443244404448445644644472448044884496450445124520452845364544455245604568457645844592460046084616462446324640464846564664467246804688469647044712472047284736474447524760476847764784479248004808481648244832484048484856486448724880488848964904491249204928493649444952496049684976498449925000500850165024503250405048505650645072508050885096510451125120512851365144515251605168517651845192520052085216522452325240524852565264527252805288529653045312532053285336534453525360536853765384539254005408541654245432544054485456546454725480548854965504551255205528553655445552556055685576558455925600560856165624563256405648565656645672568056885696570457125720572857365744575257605768577657845792580058085816582458325840584858565864587258805888589659045912592059285936594459525960596859765984599260006008601660246032604060486056606460726080608860966104611261206128613661446152616061686176618461926200620862166224623262406248625662646272628062886296630463126320632863366344635263606368637663846392640064086416642464326440644864566464647264806488649665046512652065286536654465526560656865766584659266006608661666246632664066486656666466726680668866966704671267206728673667446752676067686776678467926800680868166824683268406848685668646872688068886896690469126920692869366944695269606968697669846992700070087016702470327040704870567064707270807088709671047112712071287136714471527160716871767184719272007208721672247232724072487256726472727280728872967304731273207328733673447352736073687376738473927400740874167424743274407448745674647472748074887496750475127520752875367544755275607568757675847592760076087616762476327640764876567664767276807688769677047712772077287736774477527760776877767784779278007808781678247832784078487856786478727880788878967904791279207928793679447952796079687976798479928000800880168024803280408048805680648072808080888096810481128120812881368144815281608168817681848192820082088216822482328240824882568264827282808288829683048312832083288336834483528360836883768384839284008408841684248432844084488456846484728480848884968504851285208528853685448552856085688576858485928600860886168624863286408648865686648672868086888696870487128720872887368744875287608768877687848792880088088816882488328840884888568864887288808888889689048912892089288936894489528960896889768984899290009008901690249032904090489056906490729080908890969104911291209128913691449152916091689176918491929200920892169224923292409248925692649272928092889296930493129320932893369344935293609368937693849392940094089416942494329440944894569464947294809488949695049512952095289536954495529560956895769584959296009608961696249632964096489656966496729680968896969704971297209728973697449752976097689776978497929800980898169824983298409848985698649872988098889896990499129920992899369944995299609968997699849992@(#)__tbl_tens.c 1.5 91/02/11 SMI?@$@Y@@@È@jA.AcAׄAeB_ B7HvBmB0@BּC k&4CAy7Cv4WؠCmgNCX`=Dx@DKPDMՒD-JDxCyٝE *,(ET25EqE'/E1!F)>Y9F_$FnFȦ"FɜFЛ|G3BarMGhy GCWiG*HJH=c)\Hr]7HxaHܲyIY}LIFkC\I|T3I'\I1sJ^~:㿠.6.@R㿠@R" Ȑ`b 2@RA@R`@S ``'TF'w">2`@'z :``*`2` ' 7n 'q!` ' @Rې7ܐ@R}  o7q!'w"'"6bT @RƐ7ܐ@Rh : 2`@*`" 7ޓ: 2`@:` P7V m@6 !>2`@'n 8:``*`@2` ' :7h 'j!'>2`@*`?& 7ܓ>2`@:` %7j!'m!x'6T>2`@*`?>2 & 7ܵ>>2`@*`& 7ޓ>2`@:` 7   .@ܷ.@@.* @&@ @/`7`@*@8'aT"* @QȐ"Tu" "T  T 2 TV 2 T6G  # '?#'Ȩܦ'@"2@@ * +   % ' 2@@b@@ * @@! 2 `*` `*@    6 @ے @ 2Ȁ:&7ֺ'`*` ` 2 خ% ``* *& & 1&@ &.`* . @2 @Ԁ"ґ. @` 22@`@Ҁ"1.. @` 22@`@". &.`* . @2 @Ԁ" ґ. @`@Ҁ" .. @`@. Ѐ#6/`"`  "'`IJ&@4 8" .6.  @ 2@. 8/#tڼ3&N]~%d~vF%/".QO]W2qS$c^_ಐ䓫s*fw\I[isCFEHis 8c4ߩ1@~134<-΃А*a3ӯ'Ԓ@lŜ̡Aknl%;v;71>C@ ܷ' '@G;4H: $Rn9LG~`X)K&m;W%6ruFpVV)-LH $IfVq.wک} \e$f6RXf5uogrn]r3^D _nݐMʢ쎤zc'OkX/pNkhоse:& 4ځbJEo%=p QBc{Dt j\xP8t컎܌D۞z̢czL(zt&6_piX&qYcT251U@e4?=ٸ2wg%;,1Afv4|+zӓͤc`l>tW;AI^ i"b ٜJQMC.MZ rKʃ&! :` TlUd@(#)__tbl_10_h.c 1.4 91/02/11 SMI)+r[![n|N5 L},D4fl}C}+#U#>`e!Q4\Yc+1*iZbBĎzt["4޳?Ŗmk1eK6kuG٥( f13j{~j6hA\)\=_'jDzpʏ|4El}V*@g|u "Νop$?ob(UxI>Nkw;} u 6#0''q"(\<a+Hˡ+qT40{&)tJSյ MD$W5|ܡ!?Sb,ÅCbQl?NO&wCFQm5o>GqM{C 0]:5{@+<^Nd|Sj܌"GebGCh困N4` (l;H3`v'A}CY'3Dd^rS9 -*-Ur͞uPRQ/eS ? L$ r0g~kxr%FJx)!産y't¸Z:c~IwKkBi|%AcdOls0ƅjCw}Je Dr2FQ`lME2e[B؟8JϷ_q'5дv-EDgr -$8aH92ßбqbH}~WO3յϡE}}hyl Pd-@Nrs(Qp'G#ȥT<|F'U>g9 iVpb aT".7Xf(rd#8U ngΝBj=(yLgX2EOŪj@C%@!W*R]qhqecy |w5),5 hl6)c :-1]V+ *gd6cl/6Vl.tzT-Mub <4 97.2~!'n{ -$PԸX+1#"+?%D ~޿bljrڸ~*xxzos{'~j=߂j1r|͞A0v9&ǿj~=2_0+cm-X%<b| 7Ȟw ϐ5,P6ւxnPx [Ѥ4?E ,8W ڦ9qHIە튴lM#P*wg:8룃-j@?F[G$tLJ0s-ٖo딫;|o#`Is{KҘ65m1ټk ?f(%r;v4=tPwܿj?&ATN4 S@Z 3ETA+c;=C{펗fp,Uie.\OOߙݞ9^X2%X-VNvq4v̝=MTO+\} I?A7!DWGDɂʞnp8p3;,fk%;ܽyZhN.lHt cI/~Ͱ=otgx!RJ-5WYAԹ9V Tء<!>{b;._w W5(N T=]!oIdB@uhcU4ph䢮{3'"I2%% dKE0)b~@(#)__tbl_10_s.c 1.4 91/02/11 SMI}q 5= 1-eJQsHAkIo#.Ţ-x=`X1uV.MnɃ&xgZ*Ӥ% ʋ"42Ǔge&PUk}s sA|2M"@Eo|A[-m`F"c ao{BEp.XhL[4q | 6/p<(&j2,ʭY'a\)cZ7Ѹy( ޯ]qd<{ YkA7.g=GYE5fiYv { QIi@Og#A+pC)|Eu30GQkmYM?d~"=u)wIU1I IWqdumzn66ZI$-fd))mAeKP !Is$jx A%mCMZd>H9"SO|́]u7eimK FY"v$P$ayr C_N*`;1S)޲eՋ+Y{Gb+daܚ !$'*.26:>BFKPUZ_diou{ )2;E@(#)__tbl_2_b.c 1.5 91/02/11 SMI? ]"#%Iu% !0   $ z V K&!  +!%o[P C"/vG$r'+#'2XM* 1 )  >1nRb  &1?"k%>J #$%!<J!n~ P$H $ WU< ^" @dO peT~ %&wk"7cm ##B a!yv F c@!".  %m!t!%!X  /!n#~ W"3 !B$'V&/M 3@J&I Myl {"$ L B  m#u 7M$P @ R   Us9Q #E h>' [ z&$z%N%*$e 1_B #&u$5.+ J)UNz& !,5 V^ f")"Y2|)l !9%\C!]#"O/$i  > !l`&r4&Vj @O !Q ]  T^ * k @%`2}kEy  "p .*!r#&d Z!3%ot$H%$'w $gj  5!<!5X ~wHo%<v  " ) 5$zSI TX$bL!t f OM.d$ P\ B K -2#4 ;&g  J#?&oe"'n"T >  r+ K"Da "!& D'- (I !"&$WV >+ c` h&*o!} t$Y & R!# { ##:"[\v]4`$&Z@ "m&fO  8 nM &Y #L $ %G!$TFb! B#~0&U"\%"$y j!0!6 $j$' & &8c D d'h~ %M J8&$ RV !j# y C5 /[!r$s5%n`oD b !!$5 dL{!1=[9`) [!E` !:{#"$  UP  8  '&#P"d!O "r/ $ 5c,! !PzP&\ M B' t$E  ?xf' P$$c=5 c9 B % 9 B[ L "F &I 1Z&e+# #'6 ( !P"#$z O&>  "E&&BU q9  $g$5 l! @%B $f* 4@6b!qnBk "\! # 0%_$u# !$$~_#V'0t##&h" &B    ?w## S #& U _: ^R &{6 F LVh_!E {D#d 7  x4 &9%Pp G##x# &Wb +r"p#WC #3%!"6b.Gij >D x" V R f&H g  "e.Rmc0%WZ 2""%. >"7#Cn$} ,%;   $ = YY %A Z wq6DR!#" =!  f3 % #*#t!iqa y!y-W. 4 @!L"L} s&M!j Gn #&i+ '% %$&!Q=!!5&;;#""n"pN |  $ow{ &}#=0 ^n$! Gl c % "`&# vi . @Dh%p#G Jd p~ (?bH>$ V *RwYpv=@(#)__tbl_2_h.c 1.5 91/02/11 SMI  n J W HC$E%)! B+ ;c%#V!%S%#['_"f"# )&aiN | O&? .X$k!t/ d"5[#$xn5=& U 3$!/. .<=Bb#{ lg  KM C # @q w! %#T"!& " vu # #  $ rf^  oX Ec &p!|!7m   b $#:&_!.$  U!q) l$ s#h$AhU  < mm)E^ 3!2Q%^z4 Z W :%E& bL!%'"" l0S Ni$#9$U &Ms#A!K!$ l  /"W8'!i4J%O \0#{ X&  _!2 5" s "h h%e <  D !%# Q #` &G.QW  /$)  F"$,$< Jl_&Q#UQt$ `^#! F"NM$3 ]A#%K!$ & d f !  %> !F"ln!} u} ]& *%Uo -"&tV#H" FK ",^ # r f"i# #)  & /c !bp "$! P&t r j"f!%-% ?!6 KUDf  R $ jy:Z V& 0 m& V&`+ `!?!<#j Q UR j #)"%8%2H l"t! G# %}"3M  ~F  -Q"Re_Q 4 QJ"= MI 0 Xf !+8c l #S9 EQ[. I Z m! f] rY#$&PSj!$&&6'& T^D !#5V,%:$%$-&X H E TKVc!"o y bz ' ""O%  & {!="@$ B_.&% jz% 7L%""|\8#<T* q%V }$!&G!bg>"l % JY ~#8 u_' 7$"~%"^R;(- NEX"< e_>C& #R$R -)" P  d > "'!A;Y !'&v$h $h$-!j% +] % h&# S#Q&o V$,!/g#N W f&E"+/@< % <&Gt |@ $= F#iU jO!AU7&A! 7   ##! 4J#%|b| 6 -H  AH> J$J  G g#`gp %J}c <e"A7*";=! uO :  [!^&[sY C# 0`$&gt#"' H&7.:$=f#&^!!4  o%" x ]*R "O v$%P&<!8c-_ ]8" ^ & &#Y&"l" " "i #& &E 4"zje mE] % u %z P &Lw 0-D ;c!!gdq l Ly# Kz%"mt#& v V+ r dlt &#!0G ( V #P$:!%:!##! l# \ ? Z#bj#-! S$ g, 7LM :&B  "2Z!. |yu @d$ =)<E!`$$?o#!9 z 1$! S,%  #N1%J uX`'  #fT  X N)&%dFXr$#4~>#Iw"D 9 :$[9%@ & |?#& ?0 % Mc;!Bj Wm a"j$  , b W g R2!m%W9&$&= & 6 < ##YiY YSh/ 3jL& :$ x x"l {&; && oyw!H !Mi%$8m~ $""ja T$# f1) ,;P  k bX! l&_ N )%Y#9Ez'"G { %<0 >T MvOi$#v% J7znwB?&g3$FH Z#]G)T  '#D ($ W 2 % 6g ? 1  1$4&"~ "{ !\9 (%Bb<J#>J%P r 5$! Qc#8B+   !# ~B*#J }? l%u&+ z# *# + =$  ! & &   #!(!n  !% C Vd[ #Da  7"K!#4 @ _u :"&$ Y{LO l!CHNT&ve#a~ &6 _ Oj5s\g#r + I #yy %!/ej#l= : q $P <{&*l#Y! $ hsO6 J" t]% ^%$ !M ;4$&"# @^aP$%.DV 3M!%#ho" =- "".'~&r$ d$h %R#6&7c { &{"&o#??X>_r L & j "@"/$&3>$8Ar%$r&\I+#X ?p&-#[$|rX +# SNe$(Be&'%6  | " |l$/!& "mg1!@':tQUP u!# &x]h&&#V _ [}.'U "O8@&-A"4% 3$= , B $/ V}v$sE$m"G*  k} H! %w" {1B&q0 k& #$MSMe!)%$w% G'_ - M^7l#7 %!",$x% V HF m&w Vv  !C|: !"j$  q D "nV#%l("Ap a"^ T 'eN %m &5  L / sU)$!/) w h $2$ iY<$\ !%rl1%l # i4 bV &#  $m" -' %!"$1# 1 v< "6 -5v n!%t%U #w !`3=6"S b 7 Q a0^R?&]$% i!r bbLl ?##1~]##"%u$4 y @&W  c7 O|]@"I.<6G(l! Mj 1" >$y""!* 4$ vB D  O7"">!% E##o &W #&K] HJ&%(H'"|5  Y! x3 &S %"%: -$ W > "$5ol9#~K"H%\+ F oC\#N L"WSV(c$%$  b !Z!%F @ I oy"& %*GB37 )!3l6@&a # ]yvH"*T,#G!( l "#Q% w!' b z i` J 7 j7$  pZO Kwk `vI o'  "" %&! ( !$=}I m@(#)__tbl_2_s.c 1.5 91/02/11 SMI @  0 `4!h!F0P "60 ]Pg  @%*#!U#2 UWP 7^ n 0y` P+$V@!!"(3#AgF" %2 @#'eX> lb#/Nh"4 X3 & Vc<9@ ispY\ ep ,PX4 v i@ @ pp%*5#E `jT{  p!R/#R y^+"%`%cFy# %# PK ^$$' I " I&O .% ) 0M $ +R`&.! G $&$M: "p%9 d#c7 >& o}M_ A5@\^ %j& X$!&`y"` %RW$S S&! (&O0xQ,%P+/Y$ "VN! $ !@Id (;\ ?@g$ r~&"b & Z &[ R%/ i"ON2% ?8 d$<Qp  p!i   0  `' &`v&O 0= e r %` jc!R $ 3&! g&}q  0% 36 `$Wm&> "y x%}`?" o=wbZz# # }! pY kl# C a  \ !g%  t $I! %r* 0m!C#U`  `  $ T `:!# r$5T 8tf !ZpQpS  ##zw::D T t3ey p = f " g& {  E% UB h +` z#- tVJ%W !"`% 4# :E$i / j0u"xN`  B-"ht[V X# E @>Fl XlQ  " " ) I%` E$R#%1 #1!: R RS% +"d   #1WD I` O,cp .9 5I =!Lr` Z_{  :S`%jt| 2  !#"TM,:"B"p y#! Y$ttE WC2!  \ d#E@l . 8z5G$p ]q q$k!  = %! U z "#r~ ;p)&9E ;"w. S&D s zg#]%ys z g @ #  ~7{v8 j  } ^ H `]Of  i %%T!>%4z U  #b$#m#Y F"P 35%) * |iW6w&j ,#BU  "$&(+.147:=@CFILOSW[_cgkosw{ $+29@GNU\cjqx (1:CLU_is}$/:EP[fq} '4AN[hu㿘. .`6`@>r6 @˒. 㿘. .`6`6 .@. 㿘  .`?#6`  @7  ?`"6 . ?#@*  @:`7 6  .` 6`  ?# " / /`*7` @66㿘?#  .`6`  @7   ?`"6 . ?#@J*  @:`7 6 㿠  .`?#6`$ @ """""""""""""""""@2`* @7@` 6" 6 ? /   2 6 㿘  .`?#6`  2@7  7`"6 . ?#@*  @2`7 6 㿠@ " 6/ @Ȓ@` 6㿠  " * `@6``2  6` `, V /`Ք``>?㿈'D'P  'T'XT'O"X "P' "P " P " P""  .@:J/ߐ O@ "  O   &`+T "ߒ`OJ "' &`+2`+P"6  O  `-2 ?P "  O   ?`1'`94` T "  'P*  O   ` `0`I5`Nu`i1`n"rO@u O Ȱ &mT "`0 ` 2 O O   O 0&' O 2' '6  O   `a`z4'`  `N ` 6  O  ``a`z4'` N2` ` T%`' %`' " "aTP " '6  O   d  `a`z4'` N@ 6  O   d   2 T " "aPP " ' ' 2؀T "P " P'  '`)6-@` O   `)"`)P ""  O   `)2 T O   T " "aP P 0/` /`1``94_'`  "&P`  " P"" O,@!  @O-@,@T "  ' O   !"'`1`94`0@ , O   `1`94&`0"Y`0O 1O 9$`1' '` Qq2 @ `*`@ "  "fO  x 2  1$%\DE\Q  &E2 T O [ Y T "`0` 2R`1` &,' "%`` O   X"?"Ȁ$F`+P @@" 2XO@  O    $P& T' LO 2T  "TPT  "P 0/` /쀧`1x`94w'` T 2T " 6    ',@P$ "& @P @" P "" O,@!  @O-@@`,@P  ""    O   !$+`1)`94(`0@ , O   `1`9&O 1&' O 9$P' P "@" `02`1['` Q2 @ `*` "  "~  x 2  4|xx1lx$l%0DlE0Ql lx lxx&Q2T?"' O ? = T 2T "?"'  O   `0` 2O` &#' "%   O   0"`1' X"?"$`+P @ " 2X$}P`+  `-6  O   ` 2 `+6  O  ` "`+  O     `-6  O   )ဧ`0`9$` ` 2A` &<2  0 O   @-`-`@ "0 6  O  T"  Ց* ` ((8HXT "T "T "T "P "@ @" &' " ` 2 6  O  ` ""'  P"P *P""*TD "`"D"P " P"㿸'6  2 * 2 "  2 . 6 2 :   + 3     "  c 2 c@ 22 @ :  㿘@ ' 2  & ``"`6``2`.` 6` 2 *& & ?& .` & @f2&`.` 6` 2 & @" & @& .`@  & &  &  * 2 *  & 㿠@``6& .& 2 " &   &  &  ``"`.6 2 #22 & "& &  @ 2& 2& & @     2 :  / 7 /   " `*x& ".   %  .  `# `6  /` ``" / "@ & '@/`  2? / 7  '@/`  " ? #  / ?#8-5/ #8-5/ #8-5/ #8 -5 "@ &   %/    /@7@" *@a8"a8㿸 ?6 '2 '* 2  "  2 * 2 2 2 :   %   /``.6"㿘@` ? 2 &  &  ``"`6`g2g.` 6` 2< 2< .& & & & 2&c.` 6` 2 2 & @" & & @&  & & * 2  &  㿰  `` &/`7`2 "!  #@2 2?2 ?2?2?  #@ @ :  㿈'LL 'PP!'D B 'HHD$% F3HDPL?J!pPL NLD7`7 H@8D!0 @ې!h HDT1ې!h PLX# `HDPL@ ! /`cP `lxHDHDې!H ې!H ې!h PL ^ ې!@ 俠!!@ L   WD   )`K/``d tې!8 ې!8 #!xa8@`F!a8@`L`#/`a (DXې!h ې!h 1ې!H ې!H 3D    ې!@ p5!@l LP* 2 ;HDH* H'L2 'P۔P;HH'D'H"H*   D@?L@P' <$ `!Xےa@@`Z??6P !PLHDč&#``#`@/`?`&/`b (L @'ې!H  𵤈ې!H ؽ:;>?㿀7 ?!۠!.606 @6 @ `B B F F FF  FF 0F (FF FF FF FF F@ FFP H @ 0F (FF FF FF FF FF F X F+Ā @ HF @FF 8FF F X FĀ  X  X &@ 7 P&31  ? B& F"x Ɓ ' 6 a @"  8 HH @HH 8HH H H@&́LJʁ?պ/n??7&?ܽ?bl?ЇO?Ɂ>j?ԉ3?ǹ{K[?Ȱn⇜(?ɦl&?ʜ#@2y?ːR`?̄t.n?w W6?jM?[u,?Нŗcb?ы x?x7 WF?bw7?J6¯ ?0QJ? ?A?`Kc?زM9J%?ٌEMk?d#?:\l? N?SC,P?ݬgaO?@ T?e~0?%]ҩ? ?╎Y01?E7???䗏&?8{?Չ?mf9#?xF4?k]1^?зM?W?!TD-?%%?O8d?pC?|Wo?nWO ?$DU?|A?s ҁ?.4?Ng'z?GS?ӏ,[?9?K ?_@0?D?b6?pU:%?Am? myjM?O ?jl3S?PG?kz`?-pA?[TsQ?L?e?x ?g&?D?6?oo3?PRN`?ڽ?s%HW?Ʃ+?AMD L|?`,sj?}c?!:PS?0p?nj~ޱ?{e?C_? @1?^ ?$j!Lvv mq <|d'UlzcA<46WoG};Nh73XNI\*t&3'jÿTʥc ȥ*Iſ>0緍D5#2Xט3EԱ.B92.&xW=#ſP(ib4ے@j"8ؿRw31ib4ے'|ϙly7e^{ʓ<#eQ¿ſ@kT=e'|'cF3^]YI] ~:CA]DD VXXG?x3? 0b?ҊkL?'n*?•R#?0p?RZV?̏ǚ"?Ϲm^>+?g\?1?a^?ѽX ?9?ؚ3B[?#쿘L?D{̏c?܏ǚ"?jġ?_?%R?r%*?T?_^p@?y^?3O?V*?Fr?]>?*-&[ū?@L5-?.B9?*Wm? P? ]PVY?#쿘L?ӗ78?$?٦7O?R@x?Qz?T ?\jȈ?/p4?Sj?},?=a-m?z ?_^p@?;qcÀ?< ?Wh޳?)Pw?vZ9?h? Q.=`?SЈ? $W?(2?%sVO?iU%t@ӿ@Ӟ}@ Q.=`@48.@]?@+1Q@@ND@3@׻@A @d o@t5@9MH@V"@=Ҝ@RI?@.B9@mH5*U@kz@ɓQeJ@{:k@W.|9A@6,@hZ@B{s@)ԅ@[.o@_VV]@tw=@z;(@ }ѳ@ Aob;<7eN<>1E;־񫼍w\<<< wx;.`< :^}+9}iмAW;9?"CƼCjW?#7x͹^<B\Xּ4 &&& !@8&&& ʰ !|+ܪb@$@ `4 ( 0H@ " H 8ƅƉ Pʅʥ  0 HąNH!@4Q  B DB4` 0 J'ʀ`4< @": H 8 L&2 "@ 1#  H*+ PЙʙ P N$̡ P P N&2 "@ 1D  X*+ PНʙ ` D ̡ P ` N̙ L̡È@4`>>D "*$@ &@   F?Jā F?聨 V   V ? '  `bc`$@  @  & & >>@(#)_TBL_ipio2.c 1.4 91/02/11 SMInND)'W4b<CAQc޻a$n:BMI. ђ)>5.Dp&_~A99S9_(;/Z mm6~' OF?f_-u'{=9Rk_]V0F{kϼ 6a^e_h@؀Ms'1Vs`{knND*+ v\պv|`S:p|*h{z8Ks^4['>9X>]U[J.5X #GE iR8 g5}MB~aPRwn`}hinU}%>JG-vw@ҐEaؐ!D)(n]nNDi1`ט*1{u`?a*qOڊYH#Z7QczGJR\9':EN-d'J[Je("Gq?5$Bh%i*hJBWuΙEG5?1Ar+}u%)i,- 1/ &e?o z_'D'H'T/ 'X"   "  ܐ!0'!p! ' @)$&&''* *   &' &X.P6@ܐ! '@`'``D@ !< 1='@*`P@  F'@ *`P@ H L轧N4.`'@*`P@  R򽧈T.`@"@`@"`!!?!?!@'?#'#'#' " ' " '?,@@``ܐ! \ܐ! B.@& ^ț\&@`^;xx|;`@|;p T #xx#xx@;h@h`փV#pp#pp޵,\> . " &>2,\> 7 $G܀  .`@@2" "'@&.$   " , ,\\ @& 2ܐ! ހ"ܒa@`;`@;pp`ܐ! L#rܴ$  .`@& 2dܰ %* ` 2  %* ` " X* ..`P@@@A:@  %;1%'@*`P@ P'@ *`P@ R  V轧X4`'@*`P@ @򽧈B`%`%!F#$" '`,@ 21;hhl@s !ܐ!  '^ܐ! ^ܐ! J,` NNЫ^" , '`"@,`"@ܒa@`@F! .`@. Zܐ!# #   񽧉@&!#"< =.`@$4$`@ F`H$* "`"T * bd FtFFG|! .@@`L<.2H"" ! .@@`R<.2>??H""   Z2H" b" .@@@`B@`F&'@'`&&.@@@`N@`R&'@'`&&! .@@`Z&6.2H"" H" " H" " H"?" ȁH" " H" "  @?+ .!ܠ"(%@@%@6 @N@%@&   0J (JJ JJ J?𕠉J J":JJ6J@ @''" 2`  ?6Dą @p @J 8JȕJ N N"N N N J NJ J6Jʁ@(#)_TBL_cos.c 1.5 91/02/11 SMI?4 |(?)pp?@7M?}6?L.?Wo2?|$?vS*w?pkߞ?je$\?d>*?]t5 ?Wg?QM?Jl:y?C? Ň;? /8\~?T}?A0 /&??ϧD?!Ov? aO?ç̓?)?s>=@?_T6?JK*D?6֥? I? Z?>^?P(?ƷY? k?/q?~N{J?e?>@@?K?1|?Pr}?lR??J.? } ?[?o9 ;?Q^?3݁?([}P?1?X?U:A N?Ab?̵&?Cs-?=}R?h/?駵je?Zg ? xM?Z]?iw?1m]? O?iU!?ovx?渘]<[k;tb<-F;g?M:L>(e$̘e3+z!r(x[u@|¶a> 6ܴ<$Լg$70<=WyBb:Ҋ4<ͤ?e&K<<9zXB5F</ȼ.h3rwR7V`ck<_w漎-~g6ļn+tR6?Ҹ>?3?ӭi?&?Ԡ = ?hz?Ց? )u?ւ8?:U?qUvB?mN?^ziI?Ԥt/?JkF?ٿ?4 ?ک[cw?2?ۑ>0۬C?@?wgў?ԥ?[4va?L2?>VX*i?ޮtK?ߎj?6)9ƙU??Ķ;?|_.?426WL?Px?B? THO?YtV(+?%l:?N8k?Fa?{5?qmY? ?,!y?戊NK/h?X<zB˙~8/l?ʀ) B @6D H FF F0F  @/  ЉD ȉD#ܢcD%ݤ 8 H'ݦ ĉ$@Ā|& `6/`'@' /`'@' @@+@@/+3 "@''偠@  2 ?* 2  " "  2  * "   * @ 2  ;HHݖ B  #HH  :"5 :2"#㿀!ݠ"# %2?.-4 BH&6?626?.-!+@/ 4 '?* 6/ .?  B&.?/+1 .+@?  B!)' ?/+1 .+@? ہ B ' ?2 p!ݠ#(?  @  >`'`B?@   .   B?  Bxz u/?*  ''  B6 "@ 82 ` " 'JD (ƉF D?" '葢 F (ȉHč& !'ؗ3 <+    '?" '艡Jā ?" '蒂`B? 0 ?/܉ Dܐ  B @$%? C''聠B؁@? * @  @`'D'H?'L'P?'  * c _`D`a\aab0b|bc,ccd4dde(eef0ffgh`iipiА 'ސ!X'!( @ ?@2ޒa]y  'ސ!q'!( @w ?@2oޒavd PL?DHD? 'ސ! '!( *  ;HH!(@#P L`@L * ` ;HH?@Q2?ޒa 4  'ސ!'ޒ`@`?@=2+& " 'ސ!'ޒ`@`?@,2 " 'ސ!'!( @ ?@2 " 'ސ!'!( @ ?@2 " 'ސ!'!0 @ ?@2ޒa ֐  'ސ!'!( @Ӑ ?@ݐ2ޒaΔ   'ސ!'!0 @ ?@ǐ2ޒa   'ސ!'!( @ ?@2ޒa   'ސ"'!0 @ ?@2ޒb  ~  'ސ"'!( @{ ?@2sޒb h  'ސ"0'ޒ`@`?@q2_Z " 'ސ"6'!( @T ?@^2Lޒb< A  'ސ"O'!0 @> ?@H26ޒbS +  'ސ"d'!( @( ?@22 ޒbh   'ސ"{'!0 @ ?@2 ޒb   'ސ"'!( @ ?@2ޒb   'ސ"'!(?@2ޒb א  'ސ"'ޒ`@`?D2 P@ LLP D!8PLH#pp#pp@;`@` @ @'@2 " 'ސ"'!@D?2 P@LLP P!8PLT#pp#pp@;`@` @ @'@2{v " 'ސ"'ޒ`@`?D2 HP@wL?ؑ* 2 ;H!(H Zސ  ?@b2Pޒbה E  'ސ"'!( @B ?@L2:ޒb /  'ސ#'`@D * ` ;HH?@12 " 'ސ#'!( @ ?@2 ޒc  @  !"`㿘+DD* 'H@ 2  #H H 'L+DD`*`* @#H H4"0+DD* @ 2 #D D " 4 "+DD0* *  #D D ԑ. c4 kDllm`2$H #!`+DD*#@ #D2  D  #!` * +DDH*#@#Dޒ`@ * ` ;HH Dޒ`@ * ` ;H!PH>`2%H2"H #!`+DD*#@ #D2  D  #!` * +DDH*#@#D!P *  ;HHq Dޘ  *   ;HH cB`2'H2$H #!`+DD*#@ #D2  D  #!` * +DDH*#@#Dޒ`@ * ` ;HH; Dޘ  *   ;HH -D`2$ #!`+DD*#@ #D2  D  #!` * +DDH*#@#Dޒ`@ * ` ;HH D`@&`'ȁ>? 㿀!ޠ## ..?? B%DB@'  B?@B?)@@. B‰@ B   B@ D  D €&@  &㿀# ..% ? @ 9%5'** 54@ & @ @  @ qB@ & @ @  @ eB@ & @ @  @ YB@ & @ @  MB4К@ *@ & @ @  <B@ & @ @  .B@ & @ @  @  B@   2?@ B%@@*@?''!ޠ# ? B?H @?A  B?? B 㿀!ޠ#?) .+ B6  B B6  (ߒ`J  ߒ`J  ߒ`J  ߒ`J  ߒ`J  @ߒ`J  ߒ`J  ߒ`J  ߒ`J  ߒ`J  ߒ`J  8    lx  $!t0|&-%.`<H, W,[8=tDYPP:@\JhDPtSx9`QRҬI,Tΰfd0alv@(x4p@˖LǖX̖dƖpΖ|ٖߖޖD\t8H& H$l$ 05L</H0T6p`<l=xFE@GD?IQJ(KO^]qx`sT wT,8~DPT\$hthC>TE:;\B4DGXHϖNGjnp(0>%J# ?2f$T (^2;Za3@0'M9aib(/7! X{HYR8 "f :?d  `dMQcI6o[mm.7p8}';1LU-hxFEj%q5T-( Or/D>:}_,$' *4@Xg"R=v|RqN/KOB&&f!=%4Z[' G))+g15~69:;<ABCLP+QSkTUV.WY7\s]^_C`bce]hiklnrstuvwxyz{~#FyV    3:@;Be WSPi<}K5dx*=Y,-Du8AlIHnJEo{ZO   N L \U|Wmbjt  !z"q#$&)c*+,f.?/01w2346P9:#<>?@ABCCDEFzG)HIJKMOPQSUVWXY&Z[\]^_`abceghjklmoprstuvwAxyz{| }%~[oe1QgYV0 ^qd] >$Nf36Lr*<v8X + , ! " =~t9-2.4MF5 \!7"# $a%`&'D(E)G*+,K-J.I/012_3H45S6R7T89;k<=>s?@AuBCDEiFGHIhJKLyMnNOcPQ|RSTUVWlXZ[p\]^_`abdweghijklmnopqrstuvwxyz{|}~, h P%, "2d<;M3E >KdXPa[jmux{0r'PIxN]8h"OmX *$3. Hdn3c` ^FN'Iz:THQX _Pclsz"4WpmTzL10*A1bi3 .[0[G$ G=: :M%j\1=F,YV]d ;8j-Pw:K]@x\>]CT08p[`&C=82q2I>DQ? a 42@A1H#ZC/:lEP[c =4dc2 m2u F{3ICz3*<,@Z?YHPXCA Uwڐ`'g1 |\)U$<TbONbekWbhw\t PW n,ih8ih A SKt#4HEV<gW{x>l\V#Y;Fx,=z%{bP~lu)U6D2T;=`KPLX&\iI(<4)T3"3/8qhWBK%e*.`F?b.$P_-0Za&dT:(qW)~ZCJp F0c6Pd|0H_'63<`)[A d&<5;<E%wY1a30r7t11ddPdcT)u V33eb}h] N( 0 4- #- /" >/x K%6 [7 bV>x m4` tw { ` = 1X @P H  3  ]SO 3-c WD\ 3d ^`e YI 1 1jH x 20h '` ("C* 5 = E ! RM` _g f l@MW za 2, 3 3 2( =? ; c(  U4 GZt ?&< 1 C#! c &2 *< 1: 8 G4 Od:\ Y L j]8 t ? z N bV 3 d #Y 2" 2bL ^MXx  Df * ?  "E "* F &L% 7 CC ACe K ] V  _% f% m e w*(\ *& *U$ *L *Jt ( >  d T4 U T T#@  0F  : ' "[ 4[Y| Ja0 S*r* [  aIh q T z UH ` `P d e a e  Z0 fR [  4  atbxcLc!dL*31v;l@BoGE8lW e'} r~|r21b2e7j|*ER+bt)b4U&\/it9d %c D/"<Aa|JaU,Hdee9w\6 JfJd k+k8`.eS|p=}P(U?~  {,F2(W}$7&9{G(V_pb3<qd4z d   E L $ -$ H1nacQxbD2r`XfW 4O3( C.^(8b<pB\KcU s[e8f1nx26lL( Hx^ \CXtBXlC`I*L^l)1rC11J9O$EUa\Z b(c cH,l !rWx}Z rxfa400aRBaF af1p cutaD1abMaV* c  av<*"Rp>bsPH`0R`M\\`)faW>0W $M0XM0c)n< yF ayLT Z0 xK l(< :dp:1@:.P4:"-:B>  >@N0K@5X@u e4Xj"qx \ ~@3'd x![0Z V0 4.S>`b` [8 [~ ]TH.}V'.sU/.T7.~W?.{TG.V8O.U`W]aW``a8m]Wv.W~an.XX]X]Y^Yh.Ya`.XZ``cI\$WXUK`^n^8)..<\FgF+]T,b4ppw*$@ < @ 7HU 5P 5hT 5X. (*\EbkUc Xe$^z}cLlb|bbb@ =`1qxj*$O(q7 @F[Q d dw=JvXaaHeHeGdG@\^#? d2 Q`Ld_>U@(_VL2`><TGL0V \ `b=}`cc)c(b'1Z$4 `\5Ҹ`3W'66ItOYg$a>!˸s?}ȴm(6 4h?7K^߰(R{Ij|cl€8 PX'\{, 8'D [c2_p<>PW \]td4 PpB@rDX7`t)@TbgH d%4YP,@\PL'Z?xn:46T{/5+p+8+**a*d_*017-6_8  ;d}>4 >h2 > @U"RgF/UF=wFOFTaHF8sF!FtaG$*KX\/I[Jd[JZ ap 'L )@i 9W  Q-I bUn ww Pm QOj PnL Pl Pl F^4 dYD!,D!(X\!FM|!Z6[v!r(Uk`!&JWh!Md!'!bc!1Ŭ!x!N"L@"))"?4޼"UF8"kM`"~>V"$"39"2:"Lވ"#](#$# 708#<+#NX`#e#uF#Ub$##cj#Fv#\# W%h#%j$$ 2$I$5$#Y@$* T $0 |$C$SY$Z $`Kqx$nK$|&#$&+$8r6p$9J$Op$GL$ K<$$ P;$B:$ =0%2;Z\% Q%TT%  TU%& ts8%,Up%3cY%@f\%IeY|%SYH%Z2Y%bdJnx%kcn%v p%|eLt%qt% d|%ds%et%dtl%dt%dt%dtD%eps%es%etX%et0%ds_etext_edata_endstartstart_float__exit_main_environ__DYNAMIC_exit_Debug_Level_sprintf_SCV_create_get_argument_dbopen_write_ah_SCV_free_Program_Name_usage_die_get_option_clear_register_str2epoch_printf__iob_fprintf_strcpy_makedir_complain_dblookup_SCV_trace_fixgaps_SCV_trace_tofloat_concat_paths_strncpy_dbadd_dbget_read_wfdisc_ftell_fopen_SCV_free_trace_SCV_get_xdr_putdata_xdr_puthead_dbputv_dbgetv_xdrstdio_create_fclose_dbquery_strcmp_etoh_ah_errno_ah_error_fabs_putdata_puthead_xdr_tohead_xdr_ahhead_xdr_double_strncat_xdr_getrecord2_fread_fseek_size_xdr_getdata_xdr_gethead_gogethead_getrecord_in_is_tty_calloc_xdr_gogetrecord_get_null_head_ah_errlist_fwrite_xdr_long_isatty_putrecord_getrecord2_ah_nerr_logger_maxamp_mkdatspace_xdr_bytes_xdr_short_xdr_float_xdr_array_getdata_gethead_rewind_acpy_strlen_out_is_tty.mul_tohead_xdr_gogethead_xdr_getrecord_xdr_putrecord_gogetrecord_free_dbextfile_read_file_malloc_zopen_atoi_SCV_get_trace_SCV30_put_arrival_SCV28_put_arrival_SCV30_add_arrival_SCV28_add_arrival_realloc_SEG_return_SCV_return_SCV_get_seg_from_time_SCV_create_from_wftar_SCV30_read_wfs_SCV28_read_wfs_scv_add_arrival_scv_time_compar_SCV30_get_trace_nodata_qsort_SCV30_get_trace_SCV28_get_trace_SCV_put_arrival_SCV_add_arrival_SCV_get_arrival_SCV_read_rawwfs_SCV_get_segment_scv_time2_compar_SCV30_create_SCV28_create_SCV_free_all_SCV_read_wfs_SCV_get_rawtrace_nodata_SCV28_create_from_wftar_SCV_get_rawtrace_SCV_sift_stachan_ARR_put_ARR_get_match_stachans_DBL_get_rel_DBL_get_ntuples_get_wfdisc28_trace_data_ARR28_put_DBL_add_tuple_DBL_exist_rel_DBL_put_attrs_DBL_get_attrs_sscanf_DBL_check_file_time_string2epoch_scv2_nodata_get_wfdisc30_trace_data_ARR30_put_new_scv_get_sensor_info_get_wfdisc_info_find_scv_good_dbl_new_arrival_new_segment_get_instrument_info_consistent_dates_get_arrival_info_rl_alloc_access_ok_sift_keys___infinity_get_site_info_DBL_compose_filename_get_sitechan_info_rl_create_read_response_SCV_trace_glue_SCV_trace_fillgaps_copytr_SCV_trace_toraw_tg_g2_to_int_memcmp_memcpy_re_exec_re_comp_match_stachans__match_string_fixfstring_strchr_strcat_rl_free_rl_destroy_dbnextid_dbput_DBL_exist_db_DBL_put_tuple_DBL_get_tuple_DBL_get_nrels_db30_create_register_error_dbd2c_dbresolve_dbc2d_close_open_g2_to_flt_getwf__dbfilename.div_write_putwf__lseek_map_table_sncopy_new_scratch_szcopy_copystrip_find_path_gettbl_getarr_Databases_tbl_maxtbl.stret4_dbread_view_Databases_root_todays_date_init_schema_fgets_stat_new_database_abspath_newtbl_settbl_strdup_setarr_Default_schema_Default_dbpath_dbwrite_view_fstat_dbinvalid_new_relation_dbcreate_view_fscanf_dbtbl2view_freetbl_dbsave_view_dbp2c_dbc2p_signaling_nan_strtod_new_null_find_schemafile_datafile_mmap_errno_set_table_names_new_table_munmap_freopen_new_attribute_memset_newarr_new_schema_DB_database_DB_parse_DB_in_Schemas_tbl_DB_schema_DB_lineno_DB_restart_dbadd_attribute_DB_debug_DB_error_attribute_yynerrs_DB_r1_DB_r2_relation_DB_def_DB_chk_DB_pgo_DB_act_DB_lex_dbadd_relation_yyval_yyerrflag_itemtbl_DB_exca_DB_lval_DB_char_DB_pact_fputs_DB_switch_to_buffer_read_DB_delete_buffer_DB_create_buffer_DB_load_buffer_state__flsbuf_DB_out_atol_DB_init_buffer_DB_leng_DB_text_applytbl_applyarr_maxstbl_newstbl_freestbl_tdelete_tsearch_tststbl_valsarr_applystbl_settbl_size_tfind_twalk_addstbl_delstbl_freearr_getstbl_keysarr_strrchr_getenv_split.rem_Immediate_Flag_get_register_sys_errlist_sys_nerr_vsprintf_vfprintf_fflush_perror_regfree___builtin_alloca_abort_tolower_re_compile_pattern_re_compile_fastmap_re_search_2_gnu_regerror_re_max_failures.umul_re_match_re_set_registers__ctype__re_search_re_set_syntax_re_syntax_options_re_match_2_gnu_regexec_gnu_regcomp_whitespace_blank_closedir_opendir_get_output_file_last_input_file_add_slash_del_slash_last_output_file_get_directory_clean_path_last_argument_get_input_file_readable_file_parse_path_writable_file_mappath_sed_readmap_loc1_loc2_locs_strncmp_circf_chdir_nbra_step_setmapcf_mkdir_getcwd_advance_compile_dirbase_regerr_compress_tempnam_system_unlink_todaysdate_htoe_dbstrf2c_dtoepoch_timecon_mdtodate_time_month_day_gmtime_zh_today_isleap_timeprint_get_nice_times_atof_my_strncasecmp_doy2mday_No_date_e2h_ep_switch_to_buffer_ep_in_mday2doy_ep_delete_buffer_ep_create_buffer_ep_load_buffer_state_ep_out_ep_lex_ep_restart_ep_init_buffer_h2e_ep_leng_ep_text_h2e__doy2mday__mday2doy__e2h__to_complex_print_response_copy_fap_copy_iir_copy_fir_copy_paz_getrespnstages__evlresp__eval_fap_eval_iir_eval_fir_copy_response_group_eval_paz_new_response_group_fixsrate_free_fap_free_iir_free_fir_free_paz_write_response_init_response_group_getresptype__compare_response_get_response_stage_type_nextline_freeresp__read_fap_read_iir_read_fir_read_paz_new_response_get_response_nstages_eval_response_free_response_print_fap_print_iir_print_fir_print_paz_get_response_stage_fir_coefs_readresp__add_response_group_write_fap_write_iir_write_fir_write_paz_fixresp_compare_fap_compare_iir_compare_fir_compare_paz_get_response_stage_fir_ncoefs_getrespiir__getrespfir__getresppaz__sin_atan2_cmult_sqrt_to_polar_cos.stret8_cdiv__Q_get_rp_rd__Q_set_exception_fp_precision_fp_direction__Q_div__fp_unpack__fp_div__fp_current_exceptions__fp_pack__Q_dtoq__Q_fle__Q_fge__Q_fne__Q_cmp__Q_feq__Q_flt__Q_fgt__Q_cmpe__fp_compare__Q_itoq__Q_mul__fp_mul__Q_neg__Q_qtod__Q_qtoi__Q_stoq__Q_sub__fp_sub__Q_add__fp_add_fpu_normalize_fpu_error_nan_fpu_neg2wc_fpu_sub3wc_fpu_add3wc_fpu_rightshift_fpu_cmpli_fpu_set_exception__fp_sqrt_unpackdouble_unpacksingle___double_to_decimal___nox_double_to_decimal___nox_single_to_decimal___nan_written___inf_written___base_conversion_write_only_double___class_quadruple___nan_read___inf_read__fp_current_precision__fp_current_direction___class_double___class_single___quadruple_to_decimal___nox_quadruple_to_decimal__swapRD__swapTE__swapRP__swapEX_fp_accrued_exceptions_finite_func_to_decimal_file_to_decimal_decimal_to_extended_extended_to_decimal___pack_single___pack_double_fix_libc__decimal_to_single_decimal_to_double_double_to_decimal__doscan__doprnt_sgconvert_sfconvert_seconvert___pack_extended___unpack_single___unpack_double_sigfpe_string_to_decimal_single_to_decimal_econvert_fconvert_gconvert__mkarglst___quorem10000.urem.udiv___four_digits_quick_table__getarg__wrtchk_qgconvert_qfconvert_qeconvert_memchr_localeconv_strspn__xflsbuf_decimal_to_quadruple__filbuf_ungetc___integerstring_to_big_decimal___big_float_times_power___base_conversion_abort___pack_quadruple___inrange_double___inrange_single___set_ieee_flags___get_ieee_flags___free_big_float___inrange_quadex___decimal_to_binary_integer___big_decimal_to_big_binary___fractionstring_to_big_decimal___base_conversion_set_exception___big_binary_to_unpacked___decimal_to_binary_fraction___tbl_tens___decimal_to_unpacked___left_shift_base_two___digits_to_double___tbl_ntens___multiply_base_two___mul_10000short___fp_normalize___quorem___prod_10000_b65536_fp_class__fp_convert_double_to_int_gcvt__gcvt___gconvert_ieee_retrospective__fp_pi___get_accrued___get_nonstandard___fnonstd_used___get_traps___get_precision___get_direction_ieee_retrospective_infinity_quiet_nan_max_subnormal_min_subnormal_max_normal_min_normal_ir_fp_class____fp_set_exception___fp_rightshift___infnanstring_quadruple_to_decimal_j0_j1_jn_r_yn__r_y1__r_y0__r_jn__r_j1__r_j0__y0_y1_yn_SVID_libm_err_log_cbrt_r_erfc__erf_r_erf__erfc_exp_r_infinity__r_quiet_nan__r_signaling_nan__r_max_subnormal__r_min_subnormal__r_max_normal__r_min_normal__copysign___unpack_single_two__split_single_m1__split_single_22__split_single_23___class_extended__unpacked_to_decimal_two___unpack_extended_two__split_shorten___right_shift_base_two__split_single_6___unpack_double_two___tbl_baselg__split_double_51__split_double_m1__split_double_52__split_double_35__split_double_19___big_binary_to_big_decimal___binary_to_decimal_integer___arint_set_n___binary_to_decimal_fraction___double_to_digits___unpack_quadruple_two__split_double_3___decimal_round___longquorem10000___multiply_base_ten___tbl_10_big_digits___tbl_2_huge_digits___tbl_10_huge_start___tbl_2_small_start___copy_big_float_digits___tbl_10_huge_digits___tbl_2_small_digits___tbl_10_small_start___tbl_2_big_start___carry_propagate_ten___tbl_10_small_digits___tbl_2_big_digits___tbl_10_big_start___tbl_2_huge_start___multiply_base_ten_by_two___multiply_base_ten_vector___multiply_base_two_vector___mul_65536short___left_shift_base_ten___prodc_b10000____mul_65536_n___lshift_b10000___carry_in_b10000__test_sigfpe_master__default_sigfpe_handler__enable_sigfpe_master_ieee_handlers__sigfpe_master_sigvec___sin___cos_sinpi_aint___unpack_extended___fp_leftshift_ilogb_atan__tbl_atan_hi__tbl_atan_lo__tbl_log_hi__tbl_log_lo___rem_pio2__TBL_cos_hi__TBL_sin_hi__TBL_cos_lo__TBL_ipio2_53__TBL_ipio2_66__TBL_ipio2_inf___rem_pio2m_scalbn__TBL_sin_lo_anint_nint_rint_irint_issubnormal_signbit_isnormal_isinf_iszero_matherr_remainder_fmod_isxdigit_toascii__mb_cur_max_isalpha_isspace_isgraph_isascii_iscntrl_isalnum_islower_isupper_isprint_ispunct_isdigit/sw/loc/lib:/usr/openwin/lib:/usr/X11R5/libF77cdl $\`TYDq&`㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠 㿠 㿠 㿠 㿠 㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠㿠 㿠!㿠"㿠#㿠$㿠%㿠&㿠'㿠(㿠)㿠~*㿠{+㿠x,㿠u-㿠r.㿠o/㿠l0㿠i1㿠f2㿠c3㿠`4㿠]5㿠Z6㿠W7㿠T8㿠Q9㿠N:㿠K;㿠H<㿠E=㿠B>㿠??㿠<@㿠9A㿠6B㿠3C㿠0D㿠-E㿠*F㿠'G㿠$H㿠!I㿠J㿠K㿠L㿠M㿠N㿠O㿠 P㿠 Q㿠R㿠S㿠T㿠U㿠V㿠W㿠X㿠Y㿠Z㿠[㿠\㿠]㿠^㿠_㿠`sbegwcvhzerodAd@(#)db2.c 1.3 5/2/94sctstegapwfdircountsversionhelpusage: %s [-sc stachan ] [-ts start-time] [-te end-time] [-w wfdir ] [-gap {none|zero|interp}] [-counts] dbin dbout ah%lg%lgVersion: %s rr+css3.0No SCVs read@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@-12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 -12345 @@??@Y@ÈwfdiscwfdiscCan't read waveform data Translating... nullnullzerointerpCan't fix trace gaps Can't convert trace to counts segtypenullnull%04d%03d%02d%02d%02d.%02d.%s.%s%s/%sWriting: %s w WARNING (write_wfah): Output file %s is not available for writing. Execution continuing. Writing %s, %s, %5d samples, starting %04d %03d %02d:%02d:%02d:%04d UT Error writing the header file dirdfilefoffcalibdatatypet4timeendtimensampError writing the data hqno errorread header errorbad data typewrite header errorread data errorwrite data errorwrite record errorread record errortty can't get binarytty can't send binarynullnullnullnullnullnull%s: (%s) ??wfdiscread_trace: Unable to find input file '%s' timesampratensampdatatypesegtypefoffcalibcalperread_trace: Unable to read input file '%s' read_trace: Malloc error on Trace structure. rread_file: Unable to open '%s' read_file: fseek() error on '%s' read_file: Malloc error. read_file: fread() error on '%s' read_file: Read %d samples but expected %d on '%s' css2.8SCV_create: CSS28_create() error. r+SCV_create: DBL_read() error. css3.0SCV_create: CSS30_create() error. r+SCV_create: DBL_read() error. SCV_create: Unrecognized Schema '%s'. css2.8SCV_create_from_wftar: CSS28_create() error. r+SCV_create_from_wftar: DBL_read() error. css3.0SCV_create_from_wftar: CSS30_create() error. r+SCV_create_from_wftar: DBL_read() error. SCV_create_from_wftar: Unrecognized Schema '%s'. SCV_get: NULL scv passed. SCV_get: Unknown attribute. SCV_return(): NULL scv passed SCV_return(): unknown attribute requested SCV_sift_stachan(): NULL scv passed SCV_sift_stachan(): (nscvs < 1) SCV_sift_stachan: error return from match_stachans. SCV_sift_stachan: malloc error. SCV_sift_stachan: realloc error. css2.8css3.0SCV_read_wfs: Unrecognized Schema '%s'. css3.0SCV_read_wfs: Unrecognized Schema '%s'. SCV_get_trace: NULL scv passed. css2.8css3.0SCV_get_trace: Unrecognized Schema '%s'. SCV_get_trace: NULL scv passed. css3.0SCV_get_trace: Unrecognized Schema '%s'. SCV_get_rawtrace_nodata: NULL scv passed. css3.0SCV_get_trace: Unrecognized Schema '%s'. SCV_get_arrival: NULL scv passed. SCV_get_arrival: arr is not a valid index: %i SCV_get_arrival: Unknown attribute. ARR_get: NULL arr passed. ARR_get: Unknown attribute. css2.8css3.0SCV_add_arrival: Unrecognized Schema '%s'. css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0SCV_put_arrival: Unknown attribute. SCV_put_arrival: Unknown error discovered... css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0css2.8css3.0SCV_put_arrival: Unknown attribute. SCV_get_segment: NULL scv passed. SCV_get_segment: NULL seg is out of range: %i SCV_get_segment: Unknown attribute. SEG_get: NULL seg passed. SEG_get: Unknown attribute. scv_add_arrival: malloc error. scv_add_arrival: realloc error. scv_add_arrival: malloc error. -???@SCV28_create: No input database. wfdiscSCV28_create: No wfdisc relation. wfdiscwfdiscSCV28_create: No wfdisc tuples. arrivalsiteSCV28_create: Unable to convert tstart_sift ('%s'). SCV28_create: Unable to convert tend_sift ('%s'). wfdiscstachantimensampsmpratdirfileSCV28_create: realloc error. SCV28_create: error return from match_stachans. SCV28_create: malloc error. SCV28_create: malloc error. SCV28_create: realloc error. SCV28_create: malloc error. arrivalarrivalstachantimephasefmampperremarkSCV28_create: malloc error. SCV28_create: realloc error. SCV28_create: realloc error. range: +/-%lfSCV28_create: error return from match_stachans. SCV28_create: malloc error. SCV28_create: malloc error. SCV28_create: realloc error. SCV28_create: malloc error. SCV28_create: malloc error. range: +/-%lfsitestachanondateoffdatlatlonelevdeastdnorthhangvangSCV28_create: WARNING - lat-lon change for same sta-chan. SCV28_create: WARNING - lat-lon change for same sta-chan. SCV28_create: No input database. wftarSCV28_create_from_wftar: No wftar relation. wftarwftararrivalsiteSCV28_create_from_wftar: Unable to convert tstart_sift ('%s'). SCV28_create_from_wftar: Unable to convert tend_sift ('%s'). wftarstachantimensampsmprattarnamtpfileSCV28_create_from_wftar: realloc error. SCV28_create_from_wftar: error return from match_stachans. SCV28_create_from_wftar: malloc error. SCV28_create_from_wftar: malloc error. SCV28_create_from_wftar: realloc error. SCV28_create_from_wftar: malloc error. arrivalarrivalstachantimephaseSCV28_create_from_wftar: malloc error. SCV28_create_from_wftar: realloc error. SCV28_create_from_wftar: realloc error. SCV28_create_from_wftar: error return from match_stachans. SCV28_create_from_wftar: malloc error. SCV28_create_from_wftar: malloc error. SCV28_create_from_wftar: realloc error. SCV28_create_from_wftar: malloc error. SCV28_create_from_wftar: malloc error. sitesitestachanondateoffdatlatlonelevdeastdnorthhangvangSCV28_create_from_wftar: WARNING - lat-lon change for same sta-chan. SCV28_create_from_wftar: WARNING - lat-lon change for same sta-chan. SCV28_create_from_wftar: WARNING - no site info for stachan '%s:%s'. SCV28_read_wfs: get_wfdisc28_trace_data error. SCV28_get_trace: get_wfdisc28_trace_data error. SCV28_get_trace: malloc error for Trace structure. arrivalarrivalstachanwfdiscwfidchidarrivaltimewfidchiddatearrivalphasearrivalfmarrivalamparrivalperarrivalauthdeltim: +/-%farrivalremarkarrivalremarkSCV28_put_arrival: Unknown attribute. wfdiscwfidchidarrivaltimewfidchiddatearrivalphasearrivalfmarrivalamparrivalperarrivalauthdeltim: +/-%farrivalremarkarrivalremarkARR28_put: Unknown attribute. ?@SCV30_read_wfs: get_wfdisc30_trace_data error. SCV30_read_wfs: get_wfdisc30_trace_data error. SCV30_read_wfs: get_wfdisc30_trace_data error. SCV30_read_wfs: Illegal input arguments. SCV30_get_trace: get_wfdisc30_trace_data error. SCV30_get_trace: get_wfdisc30_trace_data error. SCV30_get_trace: get_wfdisc30_trace_data error. SCV30_get_trace: Illegal input arguments. SCV30_get_trace: malloc error for Trace structure. arrivalarrivalarrivalstachanarrivalaridwfdiscwfidarrivaltimejdatearrivaliphasearrivalfmarrivalamparrivalperarrivalautharrivaldeltimSCV30_put_arrival: Unknown attribute. arrivalaridwfdiscwfidarrivaltimejdatearrivaliphasearrivalfmarrivalamparrivalperarrivalautharrivaldeltimSCV30_put_arrival: Unknown attribute. _B_8?@v8SCV30_create: No input database. wfdiscSCV30_create: No wfdisc relation. wfdiscwfdiscSCV30_create: No wfdisc tuples. SCV30_create: Unable to convert tstart_sift ('%s'). SCV30_create: Unable to convert tend_sift ('%s'). *abSCV30_create: bad station channel sift key:'%s'. Can't allocate scv->segments Can't allocate scv->segments Can't allocate *scvs Can't allocate *scvs Can't allocate scv wfdiscwfdiscwfdiscstachanchanidtimensampsampratecalibcalperdatatypesegtypedirdfilectsunknm/secnm/s^2nmarrivalsitearrivalstachantimeiphasefmdeltimampperCan't allocate scv->arrivals Can't allocate scv->arrivals Can't allocate arr_ptr sitesitesitestaondateoffdatelatlonelevdeastdnorthSCV30_create: WARNING - lat-lon change for sta %s. SCV30_create: WARNING - no site info for stachan '%s:%s'. sitechansitechansitechanstachanchanidondateoffdateedepthhangvangsensorsensorsensorstachanchanidtimeendtimeinidcalratiocalpertshiftMultiple sensors match segment: station %s channel %s tstart=%lf instrumentinstrumentinstrumentinidncalibncalperdirdfilerUnexpected failure: file %s, line %d SCV30_create.cF&C????qI????????F&CqIsegments2s4t4zeros2s4t4interps2s4t4noneSCV_trace_fixgaps: Unknown type %s. SCV_trace_fillgaps: Missing raw data. SCV_trace_fillgaps: raw data format inconsistancy. SCV_trace_fillgaps: raw data dt inconsistancy. SCV_trace_fillgaps: raw data time inconsistancy. SCV_trace_fillgaps: copytr() error. s2s4t4SCV_trace_fillgaps: Illegal data format '%s'. SCV_trace_fillgaps: Malloc error. s2s4t4SCV_trace_glue: Missing raw data. SCV_trace_glue: raw data format inconsistancy. SCV_trace_glue: raw data dt inconsistancy. SCV_trace_glue: raw data time inconsistancy. SCV_trace_glue: copytr() error. SCV_trace_glue: copytr() error. SCV_trace_glue: Malloc error. SCV_trace_tofloat: Malloc error. ctss2s4t4g2SCV_trace_tofloat: Unknown data format %s. s2s4t4SCV_trace_toraw: Unknown data format %s. SCV_trace_toraw: Malloc error. s2s4t4copytr: Malloc error. copytr: Malloc error. copytr: Malloc error. ****^$match_string: %s. Can't allocate new  $/4;AHMT[bhpx Can't allocate db r+Can't allocate db1 arrivalarideventevidinstrumentinidnetmagmagidoriginoridremarkcommidstamagmagidstassocstassidwfdiscwfidwftagtagidCan't allocate db ///.Z.gzUnexpected failure: file %s, line %d dbgetv.cno field %s in table %s. Can't resolve db pointer in dbgetv: %d %d %d %d bad db type in dbputv Table %s is opened read-only and cannot be updated no field %s in table %s. Can't resolve db pointer in dbputv: %d %d %d %d bad type %d set for %s in table %s. ~ @????wfdiscdatatypetimeendtimesampratensampfoffcalibt4s2s4g2get_wfdisc30_trace_data: unknown wfdisc datatype '%s'. rCan't seek in waveform file %s get_wfdisc30_trace_data: malloc error. get_wfdisc30_trace_data: realloc error. get_wfdisc30_trace_data: malloc error. get_wfdisc30_trace_data: malloc error. wfdiscgetwf: wfdisc table doesn't exist. wfdiscwfdiscgetwf: tuple index outside of range. getwf: error return from get_wfdisc30_trace_data. getwf: Truncating data array. wfdiscwfdiscputwf: wfdisc table doesn't exist. wfdiscputwf: tuple index outside of range. wfdiscnsampdatatypecalibfoffputwf: Illegal no. of samples. putwf: Can't write file %sputwf: Won't overwrite existing file %s. t4putwf: Malloc error. s2putwf: Malloc error. s4putwf: Malloc error. putwf: Unknown datatype %s. putwf: Error opening file %s. putwf: Error writing file %s. putwf: output writing file %s truncated. dbadd requires db pointer to table Can't write to table %s Expecting to add scratch record to %s, but scratch record doesn't exist. Table %s is opened read-only and cannot be updated Can't allocate table->data lseek fails. Can't write record: %s .dir.dfiledirdfile.Z.gzdirdfile.Z.gzUnexpected failure: file %s, line %d dbgetv.cno field %s in table %s. Can't resolve db pointer in dbgetv: %d %d %d %d r+dbALLrdbALLdbNULLdbALLdbSCRATCHCan't allocate temp Can't allocate temp_record_name Can't allocate temp Can't allocate temp_record_name lastidkeynamelastidkeynamekeyvaluelddatekeyvaluekeyvaluelddatecss3.0rr+Invalid open flag : '%s' rCan't allocate schemafile Invalid database description file: %s Can't allocate database->dbpath Invalid database description file: %s Can't allocate database->openperm Table %s is opened read-only bad db type in dbputv Table %s is opened read-only and cannot be updated no field %s in table %s. Can't resolve db pointer in dbputv: %d %d %d %d bad type %d set for %s in table %s. dbquery doesn't recognize code %d dbquery doesn't support code %d can't create view without specifying database. View%dCan't allocate newrel->name #View %s #Database %s %d #Table %s %d # #View %s #Database %s %d #Table %s # Can't write view -- invalid db pointer. #View %s Can't read view name -- bad view format #Database %s %d Can't read database name -- bad view format r+Can't open database %s #Table %s %d Can't read table name -- bad view format Table %s (%s) has changed since the view was created. No tables in view. Can't allocate data Can't allocate data Extra garbage at end of view w+Can't open file %s to save view Waveform not implemented yet. Response not implemented yet. bad type %d Waveform not implemented yet. Response not implemented yet. invalid type code %dWaveform not implemented yet. Response not implemented yet. bad type %d Waveform not implemented yet. Response not implemented yet. invalid type code %dBad database id %d in db pointer Bad table id %d in db pointer illegal reference to field in (null) scratch record of view Bad field id %d in db pointer Bad record id %d in db pointer .././././..schemas/SCHEMA_DIR.Can't allocate table->data r+rr+w+Can't open table %s r+rr+w+Can't open table %s Table '%s' has invalid length. wCan't mmap table '%s'. LNCan't allocate table Can't allocate database Can't allocate schema Can't allocate attribute Can't allocate relation Can't allocate table->scratch Can't allocate nullrecord rUnexpected failure: file %s, line %d open_schema.cCan't open schema file '%s'. Parsing error in input schema 7M %&!"#$'A123b0^UT`RQPONLK*+,-./H?6 Cda\[ZYXWV)JID@>=<;:5S  (]948EFGB %&!"#$'120c*+,-./_654$3#"! 21*)('&%$"! [Z8YXBWOVUTSRNMP                   ;(;((((((;((()))))))))))  !"#$&- '(2)*+,1 %4/035.db : %s while compiling relation near line #%d db : %s while compiling attribute near line #%d db : %s while compiling schema near line #%d db : %s near line #%d out of memoryyacc stack overflowsyntax errorbad attributebad relation # #'%&%&$&"%&%&#%& #%&#%&#%&#%&#%&#%&#%&#%&#%&#%&#%&#%&#%&#%&!%&# ######################################################### ################## ############################# ############# ############ ############  #&),/258;>ADDDDEFHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*)  %&? 'zv{uyrw'|vtrvqzuxqnqdcjpp_^]dhbibgbSYSXUMNiQ[QHGPMEOBOBIPOJGHKJ6D9:5060-.-,1/73.%''M5  !"?@#( %&)'.$H0/1\j2kI]3~}|{zyxwvutsrqponmlihgfedcba`_^[ZYXWVUTSRQPONMLKJGFEDCBA>=<;:987654-,+*  ''    /BOO/B~}|{yxwvutsqponmlkjhgfedba^]\[ZYXVTSRQPNMLKJIHGFEDCA@?>=<;:9876543210.-,+*)(&%$#"!  Can't allocate cp Can't allocate cp Can't allocate cp fatal flex scanner internal error--no action foundfatal flex scanner internal error--end of buffer missedfatal error - scanner input buffer overflowread() in flex scanner failedflex scanner push-back overflowunexpected last match in input()out of dynamic memory in yy_create_buffer()out of dynamic memory in yy_create_buffer()Duplicate Attribute %s in schema %s Attribute %s in relation %s not found Can't allocate f Field %s used more than once in relation %s Can't find unique id field %s in relation %s Duplicate relation %s in schema %s Can't allocate tbl->arr Can't allocate tbl->arr Can't allocate tbl Can't allocate arr Can't allocate n Can't allocate stbl //JSPC/sw/data/8***%s *fatal error* : %s: %s: %s System error code #%d ** Too many error messages -- Error Buffer Overflow. (repeated %d times) 9h9q99999::: :8:J:[:::No matchInvalid regular expressionInvalid collation characterInvalid character class nameTrailing backslashInvalid back referenceUnmatched [ or [^Unmatched ( or \(Unmatched \{Invalid content of \{\}Invalid range endMemory exhaustedInvalid preceding regular expressionPremature end of regular expressionRegular expression too bigUnmatched ) or \)alnumalphablankcntrldigitgraphlowerprintpunctspaceupperxdigitalphaupperlowerdigitalnumxdigitspaceprintpunctgraphcntrlblankNo previous regular expressionMemory exhaustedMemory exhaustedSuccess;%W% %G%get_option: Option argument not retrieved get_option: All options were retrieved -get_option: More than one '-' seen --get_option: unknown option type get_option: illegal compound option get_option: unknown option... get_argument: Argument not expected now --get_argument: special argument not expected ------get_argument: internal error get_directory: empty argument list get_input_file: empty argument list rget_input_file: can't open input file '%s' get_output_file: empty argument list wget_output_file: can't open output file '%s' last_argument: empty argument list last_input_file: empty argument list rlast_input_file: can't open input file '%s' last_output_file: empty argument list wlast_output_file: can't open output file '%s' open_file: unable to close the old file open_file: NULL file name given -r-wrwopen_file: can't open file '%s' open_file: can't open file '%s' for '%s' readable_file: called with null file_name readable_file: can't stat file '%s' rreadable_file: file '%s' is not regular writable_file: called with null file_name writable_file: can't stat file '%s' awritable_file: file '%s' is not regular ///ERROR(clean_path): unknown state %i ERROR(clean_path): unknown error  @wd.cfr%s %s readexpstrdupRegexp error %d .directory does not exist: %s Can't cd to directory %s /Can't create writable directory %s /usr/ucb/compress %s & .Z.gz/usr/tmpwaveformzcat %s > %s@ @N@@ @N??>h?ə@?@@$@.@4@>@N@^@r@@ @@ @ ?6C-CSCWC[C_CcCgCkCoCsCwC{C@@8@ @N%15.3lf %8d %s %2d,%4d %2d:%02d:%02.3f jafmarapmayjunjulausondJanFebMarAprMayJunJulAugSepOctNovDec%02i/%02i/%i         !"# !"##$16=EN?ZbkqyCPA;&%kkkkkkkkkkkkkkkklkkkkkkkkkkkkkkkkkkkkmnkkkkkkkkkkkkkkkokkkkkkkkkkkkkkokkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk    !34ji)))))*****h"+++++,,,,,-----5gfed6)))))<<<<<=====IIIIILLLLLIIIIIVVVVVWWWWWVVVVV_____cb**++KaK`^]\[ZYXJUTSRQPONMJHGFEDCBA@?>;:987210/.('&%$# kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk " "ie c#a`^]#))))),,,,,,,,,---------:::::<<<<<<<<<IIIIIJJJJJLLLLLLLLLVVVVVWWWWWWWWWl\[lmmnnoZoYUTSQPONKHGFEBA@?>;987543210/.+*'%$!  kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk@N%lf%d/%d/%dBad date format%d,%4d%3d%d(%d)%d%d:%d:%lf%d:%dstr2epoch: can't interpret '%s' fatal flex scanner internal error--no action foundfatal flex scanner internal error--end of buffer missedfatal error - scanner input buffer overflowflex scanner push-back overflowunexpected last match in input()out of dynamic memory in yy_create_buffer()out of dynamic memory in yy_create_buffer()@N@ M1p5L:< <M000\00101@M #(<)*)-MBF\KM0MM\P4MM?pazfapfiriirtheoreticalmeasuredCan't allocate gp Can't allocate rp Can't allocate rp->groups Can't allocate rp->groups %s %d %s %s %sBad source = '%s' in file Unknown filter type = '%s'%s%-12s %2d %-12s %-6s %s r?Can't allocate pfir Can't allocate pfir->num_coefs Can't allocate pfir->num_coef_errors Can't allocate pfir->den_coefs Can't allocate pfir->den_coef_errors Can't allocate pfir %lg %d%dCan't allocate pfir->num_coefs Can't allocate pfir->num_coef_errors %lg %lg%dCan't allocate pfir->den_coefs Can't allocate pfir->den_coef_errors %lg %lg%.18lg %5d %8d %.18lg %.18lg %8d %.18lg %.18lg Can't allocate ppaz Can't allocate ppaz->poles Can't allocate ppaz->pole_errors Can't allocate ppaz->zeros Can't allocate ppaz->zero_errors Can't allocate ppaz %lg %lg%dCan't allocate ppaz->poles Can't allocate ppaz->pole_errors %lg %lg %lg %lg%dCan't allocate ppaz->zeros Can't allocate ppaz->zero_errors %lg %lg %lg %lg%.18lg %.18lg %8d %.18lg %.18lg %.18lg %.18lg %8d %.18lg %.18lg %.18lg %.18lg ?Can't allocate piir Can't allocate piir->poles Can't allocate piir->pole_errors Can't allocate piir->zeros Can't allocate piir->zero_errors Can't allocate piir %lg %lg%dCan't allocate piir->poles Can't allocate piir->pole_errors %lg %lg %lg %lg%dCan't allocate piir->zeros Can't allocate piir->zero_errors %lg %lg %lg %lg%.18lg %.18lg %8d %.18lg %.18lg %.18lg %.18lg %8d %.18lg %.18lg %.18lg %.18lg @(#)_Q_div.c 1.8 91/02/11 SMI@(#)_Q_dtoq.c 1.8 91/02/11 SMI@(#)_Q_fcc.c 1.7 91/02/11 SMI@(#)_Q_cmp.c 1.8 91/02/11 SMI@(#)_Q_cmpe.c 1.8 91/02/11 SMI@(#)_Q_itoq.c 1.8 91/02/11 SMI@(#)_Q_mul.c 1.8 91/02/11 SMI@(#)_Q_neg.c 1.7 91/02/11 SMI?@(#)_Q_qtod.c 1.8 91/02/11 SMI@(#)_Q_qtoi.c 1.8 91/02/11 SMI@(#)_Q_stoq.c 1.9 91/02/11 SMI@(#)_Q_sub.c 1.8 91/02/11 SMI@(#)_Q_add.c 1.12 91/02/11 SMInY~7<u@(#)_Qfdiv.c 1.6 91/02/11 SMI??@(#)__f77_base.c 1.7 91/02/11 SMI@(#)__infinity.c 1.5 91/02/11 SMI?@(#)_swapFLAGS.S 1.11 91/02/11 Copyr 1988 Sun Micro@(#)finite.S 1.4 91/02/11 SMI@(#)fix_libc_.c 1.18 91/02/11 SMIVVVVWWW#(null)0123456789abcdef0123456789ABCDEF-+ 0x0X-+ -+ -+ 01234567890# +-.0123456789hL$01234567890# +-.0123456789h$@(#)decimal_bin.c 1.19 91/10/01 SMI@ decimal exponent %d binary exponent %d @(#)_base_sup.c 1.11 91/02/11 SMIAe __big_decimal_to_big_binary exponent %d __big_decimal_to_big_binary exponent %d Y8YAINFINITYNAN(@(#)fp_class.c 1.7 91/02/11 SMI?.B9?.B=95yÇHuA9@j:EATE^AgJA`z!aA>j3GA Q;@of\6?!<KrF_،|{7cRlHkh}=A!<KrA$X A FVh`A X@άr*F@yW2}?RD co4T"C~e\mnBt! yE˔A45AD{3K[pD43! C:WeCU@?}B\BNkH AES'A.HW@ ϣ;?@ @ @P@ @(#)j1.c 1.4 91/02/11 SMI?_0mȃ?!TD-D?#h= 홙CǼ_ aBڭzYs@]An:@ɧQa @>JDO#h=C9u"Ck 8YBnxqB^J0A7*--A6aQ@f>?PtFZb)Y0O67?IYb`.wqPtFZbzXY޳w7/2 u?@8:O@ɒ M@(-b @6@pw@A.A%ѣA;B ЀA5īk&CAnHLF@GZ@@{?ĵ\HD~$/waPnC0ZÅcb(bC 3 i C‚ٓA@# D|PG'gDrjaXhCd+pJCx k"B{Bb Aљ=J$A7ڒAR@1q~k?@ ?@@ @?@P@ @(#)cbrt.c 1.9 91/02/11 SMI*x)x?__%24??mn?mm??񙙙@(#)r_erf_.c 1.6 91/02/11 SMI@(#)erf.c 1.8 91/02/11 SMInY?? PBm? PBm@S]@wÈR@\wNM6]@ I>C?ǐZ1"@8yB;@ wR@n~U@74/? >@!,5@P @r)b@&+@0]@(!#ok@9[>Wp<_X@/}f@]li@rt@U좝'@5m@ |@޼? @9[_a?ӊxe?$%? /?xDŵ?E q,9?B}}?c!G??@$@?@@$@<@0?@(#)r_ieee_vals_.c 1.6 91/02/11 SMI@(#)fabs.S 1.11 91/02/11 SMIInfInfinityNaNCd binary exponent %d binary exponent %d decimal exponent %d decimal exponent %d @(#)__floatprint.c 1.6 91/02/11 SMI?eoCAy7>. &֕AeA>Ey0:Aׄ?@@(#)__x_power.c 1.11 91/11/26 SMI libc base conversion file %s line %d: %s__x_power.c@(#)_sprintf_sup.c 1.11 91/02/11 SMI@(#)_base_il4.S 1.5 91/02/11 SMIinvalid operandinexactdivision by zerounderflowoverflowFloating point exception %x, %s, occurred at address %x @(#)sinpi.c 1.6 91/02/11 SMI@ !TD-C0C@??@@??lhlqINFINITYNAN(@(#)atan2.c 1.9 91/02/11 SMI?.B9?.B=95y+?g\?1?a^?ѽX ?9?ؚ3B[?#쿘L?D{̏c?܏ǚ"?jġ?_?%R?r%*?T?_^p@?y^?3O?V*?Fr?]>?*-&[ū?@L5-@(#)cos.S 1.5 91/02/11 SMI?@(#)sin.S 1.6 91/02/11 SMI@(#)__cos.S 1.6 91/02/11 SMI?UUUQ(?b̝?UUUO[5VkU%i>9)9@c(?UQ_z @(#)__rem_pio2.S 1.5 91/02/11 SMI?Ap?_0mȃ?!TD-?!TD-?!T@=дabc1=д`=дa`;.ps;.9{% I@(#)__rem_pio2m.c 1.6 91/02/11 SMI?!@>tD-tD-tD-<?Ap>p?@ ?@(#)__fp_pi.c 1.4 91/02/11 SMI@(#)__sin.S 1.6 91/02/11 SMI?UUUQ(?b̝UUUUT?*uK>㦗'c(?UQ_z @(#)rndint.S 1.4 91/02/11 SMIC00??@(#)exp.S 1.15 91/02/11 SMI@.B9@I-0Q??;s?.B9?.B9?.B=95yfl?Vj%,Ak>f7ir?Ge+<F)>Y9?.B9?.B=95y>0?UUUU)ffJ7 ??Yt?Xl?[Q?r<}Q{?ԇ1h?8znub8?? 1?q7:?ަL4"?N`a-?6*'?4+VO?HT)?$~:U?f;?u_t?s?%L?B*?77?đ?U>%]?蟙Zӭ?v^G?݅R? i?X?3{_??Pv[nE@%]@ 蟙Zӭ@ v^G@ ݅R@ i@ X@ 3{_@@Pv[nE@@(#)ieee_func.S 1.17 91/02/11 SMICP<@(#)sqrt.S 1.14 91/02/11 SMI<`CP>@????.MgkzfJ 5RI\n4~_E~=fkh>yMEaɉm{T*5,Nn.R3JQQ Y$@(#)__SVID_error.c 1.14 91/02/11 SMI?.B9?.B=95ya T@@ʂ6\ނ]g #? T i Cx ŀ  (e s  :c' p |ɀ*7*LȀ     ǹڀ_o%5 ׀  'bB$"\ހ\\&(((f(r(<(I  Ā!Ȁ!ۀ@"̀@"#$^%%"h%h&h&h&''('=& 'd$"D2"D2"D4"D5"D7"D8"D9"'q '$"DG"'D'HDG"'DI"'DK#'ȀDM# 'ۀDR#'&h(((*DV#((7(B(c(oDY#@(DZ#L(D[#X(|(l(h(Հd(`Db#dDe#tDg#Dk#Dl#Dm#Dn#Do#Dr#Ds$Dt$Du$ Dv$(Dy$0Dz$<D}$DD~$PD$XD$tD$|D$D$D$D$D$D$Dg$D%\D%hD%tD%D%D%D%D%D&D&8D&DD&XD&pD' D'$D'8D'D('P()d'P),d'P)7)a){))Ȁ)**3*T*m*** **1*7A+ +&]+@+N+p++ŀ+݀, , ,/ ,L,v--9 -.@. . ./! /. / //̂/ae/@0@1_1o}U1111π1ހ11222J2d222΀2݀22333"3/3<3I3W3f 3 36Z3ɀ44I4>44,5n,5PZ5̀677-7F7}7 89)9e999ƀ:[:j:€:Ԁ ;,;(?[ ?@ @@u@@@APABW BCU(C0Dn9DE/ EacE}EF Fq FFG<G8H I[ ImIII`IÀIJ JT JKK:LlL@MnMMxNxO>xO݀xPxQ6xQxRxSJxSxTxUjxV$xV2&xVBVYVrVV"VV W7Wt`X*`XXʀ Y Y9YPnYe$Y}YYYY Y7\Z ZJ ZVZZZ[[[^[[ [ [ [ [Ӏ\-\\]]-]] ^ ^ ^^^/^$"__0\`9\`P``ɀ(a(a(b(b(ce(crd6deހe@f@fgŀhsi+i7hihjπhkhkk*1kD0k0ll+l@lU$'PD'PlfDlsHl@lLl@lPlXlĠ`lӠdlhD'llmmm*m:mJmZmhmvm0`m\m8mҀmnnn6nJnZhnhnuD4'lD5'D6(D7(,D9(8D<(D=(D@(DA)DB)TDC)dDD)xDE)DF)DI)DL)DM)DO)DP)DQ*DU*(DV*TDY*pDZ*|D[*D]*D^*D_*D`*D[+Dd+De+(Df+4Dg+@Dh+DDi+HDj+LDk+PDl+TDm+`Dp+xDr+Ds+Du+Dv+Dx+D{+D|,D},D~,,D,@D,TD,dD,xD,D,D,D,D,D-$D-hD-tD-D-D-D-D-D-D.D. D.D.D.$D.,D.8D.PD.hD.hD.D.D/D/D/0D/LD/pD/D/D/D/D/D/D/D/D/D0\D0xD0D0D0D0D0D0D0D0D0D1D1D1D1D1D=2 D2n2 nd2 nd2 nƀno o5oWozoo€oopp+p= pRpkSpq8qq҂gqrlrsjs+stt=tVtpttttԂbzt@u@vOvg}Sv1vvvǀvրvvvw wBw\wwwƀwՀwwxxxx(x5xBxQx` x x6ZxÂ>xx,y,yPZzzz2ziz {|+|g|||ɀ}^}m}ŀ}׀ ~0~€(H [s  j Ѐ -À`h f(09A scɀ -O8׀ t 6*]Vu    0]  ߀ R a`l |  $2 D@2 D֠HD@24DA24!0DH28DI2@DJ2HDK2PDN2XDO2DP2DQ2DR3$DS3XDT3DU3DV3DW4DX4HDY4DZ4DV5D^5(D_5\D`5Da5Db5Dc6,Dd6`De6Df6Dg6Dk70Dl7dDm7Dn7Do8Dp84Dq8hDr8Ds8Dt9Du98Dv9lDw9D{9D|9D{:(D:<D:dD:pD:xD:D:D:D:D:D:@$:D:OD\HD:lD:D:D; D;D;  D;,w$;8D;8DD;HD;H ,D;LD;TD;\D;dD;lD;tD;|D;D;D;D;D;D;D;D;D;D;D< D< $<,D<,DHD<@ǀԀ܀ D<@DD'>$D)>, D*>8q$>DD9>DDHLD9>\D:>\ @D<>`D=>D>>D@> DA>$>DS>ɠD֠HLDS?DT? DV?DW?xDX?DY? DZ?$?Dm?DH4LDm?DDn? Dr?Ds?Dt?Dw?Dx@ Dy@ Dz@(D}@4D~@XD@`LD@lO$@xD@x`DiHvLD@D@tD@D@DA$ADADHLȠPDA,؀DA,DA0DADA$ADADHDA$.DADADADADBDBDB DB0DB<DBLDBTDB`DBhDBpDBDBDBDBDB9$CDCDC DC DC$DC0DC<DCHK$CTDCTDC`DC`D CxD CD CDC\$CDCoDDCDCDC|$CD%CDD%CD)CD*DD+D(D,D@D-DPD.D`D/DpD0DD1DD3DD4DD5DD6ED1E D9E4D:EDD;ETD<EdD=ElD>EtD?E|D@EDAEDBEDDEDEEDFEDGEDHEDIEDJEDKEDLFDMF DNFDOF,DPFDDRF\DSFpDRFDUFDVF$FD_FDHɠLD_FD`FDaFDbGDcG $G$DkG$DHLDkG<DmG<DnGPDoGpDpGDqGDrGDsHDtH $HDH.D;HDH(HZmyDH(DH0DH<DHDDHTDH\DHtDH|DHDHDHDHDHDHDHDIDIDI DI4DIPDIDIDJDJtDJ|DJDJDJDK@DKTDKDK$KDKDʠHDLDLDL DL,DLTDL`DLhDL|DLDLDLDL$LDLD HDLDLDLDLDLDMDM #$MDM5D>HDM,KX`ks  D M,DMHDMdDMDMDMDMDMDMDMDMDMD!ND"NHD#NPD$N\DNhD(N|D*ND-ND.ND/ND0OD*OD3O$D5O,D6OHD7OdD8OlD9OxD5OD<OD>OD?OD@ODAODBOD>ODEPDGPDHPDIP$DP0DNPxDOPDPPDPDSPDTP$PDgP͠DڠHLDgPDhP5 LDoPDqPDrPDsQ DtQ4DuQ@DvQHDxQTDrQ`DzQtD}Q|D~QDQDQDQDQDRD~RDR(DR0DR8DRTDRDRDRDRDRDRDSDS DS,DSTDS`DShDStDSDSDSDSDSDSDSDSDTDTDT(DT0DT8DTDDoTPDT"DTT$TDTgDtHLDTDTǀ ր"DTDTDTDTDUDU(DU0DU<DUHDU\DUdDUlDUDUDUDUDUDUDVDVDV DV<DVDVDVDVDVDVDVDVDWDW<DWHDWPDW\DWhDW|DWDWDWDWDWDWDWDWDXDXDX DX,DX8D X|&hD X$XDXDHLDXDX&DXDYDY$D Y0'D!Y<&$YHD3YH;DHHVLD3Y`cD4Y`'DD6YdD7YD8YD9Y'D:Yn$YDMYDHLDMZDNZ'DRZDSZ4DTZ<DWZHDXZ\DZZpD[ZxD^ZD_ZDaZ(DbZ$ZDrZ̠DՠHLDrZDsZ(DuZDv[H)4Dw[T$[`D[`DH'L5PD[|BD[|)`D[D[)D[M$\D\_DmHD\})D\D\D\$D\,D\PD\\D\dD\pD\xD\D\D\D\D\D\D\D]D] D]@D]LD]lD]xD]D]D]D]D]D^D^D^LD^XD^D^D^D^D^D_D_D_0D_<D_\D_hD_D_D_D_D_D_D` D`D`8D`DD`dD`pD`xD`D`D`D`D`D`DaDaDa4Da@Da`DalDaDaDaDaDaDaDbDbDb<DbHDbhDbtDbDbDbDbDbDbDbDbDcDcDc,Dc8Dc@DcLDcTDcDc1|Dccdcdc :eЀ,G[m ~v1"0<q̀ !.;HUbo} ƀ ԂMA!Rdj~ɂ%ai @@q6/]̀    ł9ހ & 2r~ހI{    }Ӏ   Ăߗ0*Jf ``1M 5.$"H`\i\((((ˀ((f 3@%@8nzhAhhEhT$hcDciDt@HPDcĀπۀh (6BNDcDd Dd Dd(D!d4D"d4D#d4D$d4D%dD&e$D'eLD(e`D)eD*eD+eD,eD-eD.eD/fD0fD1f$D2fLD3fLD4fhD7ftD8fD9fD:fD;fD=fD>fD?fD@fDAg DBgDCg0DDgDDEgLDFgTDGg\DHghDIgtDJgDKgDLg DMgY$gDXgjDwHLPTDXgɀрLD^gD_hD`h0Dah@Dbh@Dch\DehhDfhDghDhhDihDkhDlhDmhDni DoiDqi$Dri\DsilDtilDuiDviDwiDyiDziD{iD~iDiTDijdj dj9S~À ,E`t dȂߑ!= ڀ``1, }QӀ %Zr׀*7DQ_n  ͂l%ac%@ـ@Šš6)®]" 0 â ñ ނ9 ? Kċė ' 5 C QŲƢƲfv  , >Sh/ȃ$"ȝȵw-*<@(@:ͳdoh1hh-h;1F00$jDhj0D>HJLZPnTсXђ\џ`Dhj,ѭѹĀ̀Ԁ܀$Dmj,Dnj4DojTDpjdDqjtDrjDtjDujDvjDxjDyk Dzk,D{k<D|kLD}kdDkpDkDkDkDkDlDl DlDl Dl,DlDDlpDlDlDlDlDmDm Dm4DmLDmhDmDmDmDm$nDnD!H-L=PQTdXu\҈`қdҬhDn$ҺDn$Dn,DnLDn\DnlDnDnDnDnD$nD%oD&o4D'oDD(oTD)olD+oxD,oD-oD/oD4oD5oD6oD8o$pDdpԠDDdp( Djp(Dkp0DlpHDmpPDnp`DppxDrpDspDupDvpDwpDypDzpD{qD}q D~q$Dq4Dq<DqTDqlDqtDqDqDqDqDqDqDqDrDrDr4DrLDrTDrlDrDrDrDrDrDrDrDrDs DsDs$Ds<DsLDsTDslDsst Dt$t Dt .D:HDt Dt Dt0DtHDtTDt\DtlDt|DtDtDtDtDtDtDtDtDu DuDu4Du@DuF$uD$u_DlHyLӍPD$uӟӯӷ D)uD*uD+uD,vD.v D/vD0v4D2v@D3v\D4v`D5vxD6vD8vD9vD:vD<wD=wD?w(D@w8DAwHDBw`DEwtDFwDGwDHwDKwDLwD4xDNxDOx $x,Dix,֠DHDix@8Dlx@DmxXDnxhDoxDpx$xDx DDxDxDxDxDyDyDyDzDzDz(DzDDzdDzDzDzDz$zDz1DDz=DzDzD{ D{@D{TD{tD{D{D{D{J${D{aDD{mD{D{D|,D|LD|hD|hD|D|z$h|D |ԐDԜHԫPD |ԸD |D |D |D|D},D}LD}xD}D}D}D}D}$h~D:~ޠDHPD:~$D=~$D>~4D?~LDB~XDC~DD~DF~DG~DHDJ$hDj3D?HNPDj<[4Dm<DnLDodDrpDsDtDvDwDx Dz(h$4D4hDDDՍh՘h<DDD\DtDDDDD դ$@DռDD8ր0D8D@DXD`DpDDDDDDD D(D@DhDpDDDDDDDD@DHD`DDDDDDDDD0DPDXDpD|DD$@D$DD$ 8C@NYD* D+(D,@D-PD/hD2tD3D5D6D7D9D:D;D=D>(D?@DAHDB`DCxDEDFDGDIDJDKDMDNDODQDS(D34DXDYe$Ds|DֈHDs֕DuDvDw Dx,DyLDzlD|D}D~D֢$DֹDDӀހ@+DDDDD D8DtDDDDDD(DHDpDxDDDDDD D8DXDDDDDDD4DTD|DDDDDD8D@D\D|DDDDDD4D\D|DD D D DD$DDDLDdDpDDD,&0D 88$DDCDGDDChal@w׌חף&`DKhDLpDMDNDODQDRDU4DVhDYDZD\D]D`Da Dd@DedDglDhDkDlDoDpDrDs8DvXDwDzD{D}D~DDPDpDDDDDD4D`DhDDDDDDD0DPD|DDDDDOD-Dװ$DȠDD-DDDDDD DD0DXDXDtDDDDDDDDLDTDlDDDDD D $D XD`DxDDDDDD D\DdD|DDDD D"D#,D$hD&pD'D(D*D+D,D. D/8D0lD2tD3D4D6D7D8D:D;4D<hD?pDADDE5<DFD$PD[P;DGHD[hT5`D^hD_DaD_<DcP6TDd\\$hDhoD{HD|؇6tD|DDDDDDDDDDDD(D8DHDXDhDxDDD8Dؓ$DتDضHD4À@Ҁ8,D4DPDdDpDDDDDDDDD,D@DXD`DlD|DDDDDDDDD$DHDdDDD:D$DDHDDD DDDP$\D \+@D@@HD pD pD DDU]dلdٌٶЀ@fڈک€݀ ߕ!:W qۍ 1``g1݃ ق}Y+9HUcq}޲ʀ /=L[hu߂ߏߜߩ߷ƀ  %x:%Rgag}@1@6-#]=z ∀   " 69O 㗀 㣀O\q亀   ! /吀怀搀DT   1F3a$"{蓀\需\鳀,((!(((Ȁ(Հ헀MJ\@H@Z%ӀhQhhMh[1f$DDHLPǠTD(Հ!)4@NZjx@0xtpɀl D&(D'0D*@D+XD-dD.lD1D2D4D5D6D9D:D=D?,DADDCTDFpDGpDHDKDMDPDQDRDVDW؀hdTD$*D`DaDbDcDdDeDfDgDhDiDjDkDmDoDp DrDt$Du@DxHDyLD|hD~DDD,DDDDDD,DDD$DDD DDDDDD8D@DyHD\DlD|DDDDDDDDDD,D@DLD\DlD|DDDDDDD D(D8DLD`DtDDDDDDDDDD$D0D<DlDDDDDDDDD$D0D<D\DhDtD|D DWDDDD DD$D <H\SL_<l,v  LDTDTDTDTDTDTDTDTDTDTDD!D"0D$8D&HD'dD*lD+pD.D0D2D7D8PD;pD<D=D@DBDDDIDJ\DM|DNDODUDWDX,D[<D\TD]hD_tD`DaDbDcDdDeDfDg Dh Di8DjhDkDlDmDnDoD+Ds DvDy,DzDD}TD~lDDDDDDDDDD DD,DDDXDxDDDDDDDDD$D0D<DLD\DpDDDDDDDDD D D8DLDXDhDxDDDDDDDDD(D4DDDXDlDxDDDD DDDDD(D4\LHˀDـ@<840,(DDLDLDLDLDLDLDLDLDLDLDLDLDLD8DTDDDD D,D PD XD |DDD D,DLDlDDDDXDœD°D!D"D$D%8D'@D(dD*lD,D-D.D/4D0TD3|D6DDD$D<8<D=D'$PDLPGDSHgLzPTX\ `DLtЀۀ '3AM]ku@lDbtDeńDfŜDkŨDlŰDoDpDrDs Du$Dw<DzTD|dDƀDƀDƜDƨDƸDDDDDDĀр|\!D D D D D D D D D DǼDDDDD$D,D@DHD\DdDtDȐDȘDȨDDDDDDD`DɔDɰD D,DDDXDdDʰDDXD˨D DXD̈D̤DDDDD D4DDDTDlD|D͔DͨDʹDDDDDDD$D4DDDTDlD ΀D ΠDΰDDDDDD$D8DDDTDdDpD|DψD ϸD#D$D%D'D(D)(D*<D+LD,pD-|D.ЈD0ДD1МD2Ф*DЬD6D9D6D<,D=4D>LD?\D@dx+tDF|DG|DH|DI|DJ|DK|DMDODPDRDT DU<DXDDYHD\dD^ҼD`DeDf(DiHDj`DktDnӀDpӜDrDwDx4D{TD|lD}ԀDԌDDDD,D@DLDXDhD|DՔDDDD,DDDLDYTDhDxDֈD֠DְDDDDDDD D8DLDXDhDxD׈DנD״DDDDDD4DDDXDlD؀D،DؘDبDظDDDDDD0D8D@DLDhD|DٔD٨DٴDDDDDDD(D8DLDXD`DhDp4pD@xDڌDڨDDDDD,DH)4@HU|cxmtwplhd`005XD`D`D`D`D`D`D`D`D `D!`D"`D#`D$`D&LD'ܤD(ܬD*D+D-$D.HD0PD1tD3|D5D6D7$D8DD9dD<ތD?D( DB DDHDExDG߄DHߨDJ߰DKDMDODDPdDQDRDSDVDYTDBl;xDD]D`DaD<DePD?D@DADB8DD@DEXDFXDGXDHDJDLDDQLWPDRX@hHdhodhw+QsȀ܀ ߕ %B \x1}Yx%*?agU6-i]93,$"F^1i |$hDhDHLD€Ԁ &DDDDD%D'0D(HD*\D0|D2D3D5D6D<D>D? DADD$DE<DGHDHxDIDJDKDL@DMpDNDOHDPxDQDRDSDT(DUXDVDWDX DYDZD\D]D^D_D`DHDc\ Ddh.$htDotFDRHaPnX|\Do€Ӏhh h"+5?JUk&DDDDDD (D xD D 0D pD D D D D D D D LD D D D (D D D D D D D D D D DD D D D D$D8DDDtDDDDDDDDDDdD|DDDDDDDlDDDDDDDD`DxDDDDDDDDD$D`DhDpDxDDDD D D D D$D4DLDDDD,DhDDDDD DD D0D4D@D!TD"\D$dD%pD&xD'D(D)D*D,DD/D0$hD;D HP&X4\D; BhD> D?,D@`DAh DBtL$DJeDqHDJ~@0DPDQDRDSDTDU(DV<DW\DY|DZ|D[|D\|D]hD^R$DzDDz!,@7DNZ0dozDDD D8D\DdDDDDDDDDDDDDDDDDDDDDDDLDdD|DDDDDDDDDDD$D,DHDXDXDXDDDDDDDDD D D D<DDDdDtDtDtDDDDDDD (D$DDD@ÀЀڀ0 XDDDDD D,D<D DD LD LD LD DD8D8D8DD DDDDDDD D  D! (D" @D# HD$ HD% HD& |D( D) D* D+ D, D- D. D0 D1!D2!(D3!(D4!(D5!\D7!dD8!D9!D:!D;!D<!D>!D?!D@!DA!DB"DD"$DE"@DF"PDG"PDH"PDI"DK"DN"DQ"DS"D"DX#d&DY#p#d#Dd#S}€-Op ~v1*G6/[x]*  3ai I _ {5 $" %     9 9 Nߗ W p ~    ނ   t w @|@_ ŀрhhihh1$#D#DH L P1TD#?GS_o} D #D!#D%#D&#D+#D,$D-$D.$LD1$XD3$tD5$D6$D7$D8% D1%D=%,D>%pD@%|DA%DB%DC&DD&DE&`DF&lDG&DI&HDJ&$&DO&DDO&dDR&DT&DU'DW'DY'4DZ'HD\'TD]'lD_'D`'Db'8Dc'$'Dm'ʠDݠHLPT"XDm'4Dn'pDp'Dr(Dt(0Du(0Dv(HDz(TD|(lD~(D(D(D(D(D(D(D)D),D)TD)TD)lD)pD)|?$)D)RDD)_D)D)D)D*(D*DD*TD*DD*l$*D*}DHLPD*lD*D+D+HD+D+D+D,D,D,(D,<D,PD,dD,xD,D,D,D,D,D,D,D,D-D-D-D- D-$$-0D-0ՠDHLPD-L D-LD-hD-D-D- D.$.$D.$&D3HDPSXg\t`D.Hۀ`2X@PLLXHeDr@~<8 D.HD .`D .xD .D.D.D.D.D.D.D.D.D.D.D.D.D.D/D/D!0D"0<D#0HD$0dD&0pD'0D*0D+0D,0D-1$D.1TD/1D01D12D228D32pD42D52D63D738D83dD93D:3D;3D<4 D=4XD?4`D@4DB4DC4D=4DE5DG5DH5DDJ5LDK5DM5DN5DE5DP5D 6$DV68DW6D$6PDa6PDHѠPX\`Da6t#/<DO[hrDq6tDr6Ds6Dw6Dx6Dw6Dz7D}7 D~7 D7 D7 D7 D7 D7 D7 D7 D7 D7D8(D8DD8XD8D9HD9TD9\Dz9pD9D9D9D9D:D:$:(D:(ˠDؠHLT\dl*pD:L4@D:LD:`D:lD:D:D:D;<D;xD;D;D;D;D;D;D;D< D<D< DD>D>4D><D>`D>hD>D>D ?D ?0D ?PD?xD?D?D@ D@ D@<D@D@D@D@DAX$A D'A qD~HPX\`D'A0̀Հ݀ $/:G0Xm~|xD9A0D:ATD;A`D<AxD?AD@ADAADBADCADDADEADFADGADHADIB@DMB\DOBDQBDRC DSC,DTC4DUCxDVCDWCDYCDZCD[D8DOD|D^DD`DDbEDcETDdED^EDIED<FDjF"DkF$$F0DsF0DȠHؠLPDsFL"DvFLDwFTDxFdDyFxDzF|D{FD|FD}F#0D~F$FDFD'H8PGX[\h`DFvĀӀ!-#`DFDGDGDG(DG@DG@DG@DG@DG@DG@DG@DG@DG@DG@DG@DHDH\DHxDHDHDI0DIxDIDIDIDIDIDJDJDJ0DJDDJX&DJd;$JpDJpVDcHtPX\`DJɀրހ$Bxbtqplhd&@DDJDJDJDJDKDKDKDKDKDKDKDKDKDKDKDKDKDKDL$DL,DL4D LHDL`D LtD LDLDLDMDM,DMLDMXDMtDMDMDN DN\DNpDNDN+$D NNdNdN0[}ƀ "=Qc xߕ  1 }Y 8 T q x %  ag 6- !]!+!D9!]!r!!3!$"!!$hND+N"hD"HD+N"h"&h"1h">"F"N"Z"f"rD2ND3ND4ND5OD6OD7O,D8O8D9ODD;OLD<OpD=O|D>OD?OD@PDAPDBP(DCP`DEPDFPDGPDIPDJQ8DKQPDLQDMQDNQDOQDPQDRR DSR8DTRhDURpDVRxDWRDYRDZRD[RD\RD]RD^RD_RD`SLDaSdDbStDcSDeSDfSDgSDiTDjTDkTDlTDmTDnTDoTDpU DrUXDsUDtUDuUDvUDwUDyUDzUD{UD|VD}VD~VDV DVDVDVDVDWDW(DW4DW<DWDWDWDXDXDXDXDDX|DXDXDXDXDXDXDYDYDY DY,DY8DYDD4YPDY`DY|DYDYDYDYDZDZ(DZ4DZHDZdDZDZDZDZD[ D[`D[|D[D[D[D[D\ D\0D\LD\hD\D\D\D]D]$D]8D]TD]D]D]D]D]D^8D^TD^hD^t"|"""""D^D^D^D^D^D_ D_(D_lD_tD_D_D_D`D`D`D`,D`DD``D`|D`D`D`D`D`D`D`DaDa4DaHDa`DatDa|DaDbdDbDcDctDcDcDcDdDd D d$DdpD dD dD dDdDdDdDeDeDeDe(De8DePDepDeDeDeDfD f4DfDfD%fD&gD'gD(g(D)gDD*gD+gD,gD+gD-hD.h D/h0D0h4D2hHD3h`D5h|D6hD7hD5hD9hD;hD<hD=hD>iD?i0D@iPDAidD?i|DCiDFiDHj DIjDJjDKkDIkxD(kDPkDQkDRlDSlDTl(DSltDUlDVlDWlDYlD[lD\lD[mD^mD`m Dam,Dbm<DcmTDdmtDcmDfmDimDjnDkn8DjnDPnDpnDqnDroDsoDto0Duo`DvohDwoDvoDxoDyoDzoD{oD}p D~p(DpDDp`DpxDpDpDpDpDpDpDqDq Dq8DqPDqdDqlDqDrTDrtDrDsLDss`Ds|DsDsDsDsDt Dt4DtLDt\DthDtDtDtDtDtDtDtDu Du,DuDDuXDu`DuDuDv\DvpDv'DvDvDvDv(LDv"$hwDw"ڠhDDw"h"h"# ##"#0#?#K#V#b#o#{####(hDwDwDw Dw<DwPDw`DwpDwDwDwDwDwDwDxDxDx4DxLDxXDxxDxDxDxDxDy(Dy<DyXDypDyDyDyDyDyDyDyDyDyDzDz(Dz8D zXD zhD zD zDzDzDzDzDzD{D{D{(D{8D{TD{tD{D{D{D|D|$D||D!|D"|D#|D$} D%}$D&}\D'}hD$}D)}D*}D+~D,~PD-~hD.~D/~D,D2D3$0D40#$h<DG<#ǠhDDGL#Հh#߀h#h#$$$$*$8$G$S$^$f$q$|$$0DQLDRPDSTDTpDUDVDWDXDYDZD[D]D^ D_8DaDDbhDcDeDfDgDhDiDk(DW\DmpDnDoDpDqDsDtDuDvDw4DxlDy|DzD{D|D~DD(D,D8D@DPDhDxDDDDDD(D@DLDDDvDD6`D$$hD$hD$ĠHD0$Ҁh$܀$$$%6D0DHDDDDDDDDDDD(D4DhDtDDDD4DXDdDDDDtDDD$D$DDDTD\DdDlDDDDDDDD;tD$%$h0D0%*hD%8HDD%Fh%P%[%g%s%}%%;DDD\DDDDDDDDD$D\DdDlDtDD D D D DDDPDdDDDDDDDDDDDD DD\DpD%D&D'D(D)D%D+A\D, %$hD5%hD%hH%LD50%рh%݀AD90D:@D;PD<hD>tD?D@DADBDCDDDEDFDG DH$DJDDKTDLlDMDNDODPDQDRDSDUDV$DW4DX<DYDDZLD[TD\\D^lD_|D`DaDbDcDfDgDhDiDj Dk8DmDDndDotDqDrDsDuDvDwDxDy Dz4D{lD|xD}DDDDDDDDD DD(D4D<DDFDP%`%d`&d`&0&Z&t&&&' ','M'f''' '%''bz'6*((0](J(c (w9( (ր ()))))))*** *8 *F *T *b*$`D`*נD*H*LDx*& H+ & L++'+/+;+E+O+[DxDDD"D#D$ D%$D'LD(pD)D*D+D.D0D.dD1xD2D3D7D8D9D:D;$D<dD=tD>D?D@DEDIDJDKDL DMDN,DOHDPXDQdDR|DXDYDZD[D\D:DaDb+f$ Dj +zD+HDj4++(Dl4Dn4DoPDppDqDrDsDuD~8DLD\DxD8D+$D+D+ɠHD+ҀXDDDD(D<DH+$TDT+D,H,L,P,0T,>XDx,M,\,f,qDxDDDDDDDD,,d,d,,,-)-K-n---׀-. ..1 .F ..߀.$DD. DD$D@DHDPTD\/$hD"h/!DD"x/,pD%xD&D'D(D*D+D,8D*TD.hlD/t/4$|D8|/ED/PH/\LD8/j/uD<D=D>D?D@DADBDC8DDPDEhDFxDGDIDJDKDLDMDNDPDQDR DS DT4DUDDWPDXlDYDZD[DWD^D_@D`\DahDbxDcDdDeDfDgDiDjDk0DlPDmpDnDo/}$Dw/D/HDw/DzD{D|D}D~(DHDlDDDDD(D8D@D|HD\`Dh/x/ / /dx/dx/00.0Y0{00Ā011 1;1O1a1z1 1111}Y222;2Q2j 2x2%22ag26-22]33-93F3[33ǀ4K4[55 5 5 556666$xD x69DD 6GD DDdD6Q$D6gD6sH6LD6DD0DD@D66̀6& 6& 7 $D67D7*HD6777B7J`D:D;HD<PD?D@DBDDDEDFlD@tDJLDK7W$DQ7lD7xH7LDQ77pDUDVXDWDXxDY7$D]7DD] 7ˀD` DaDDbP7$\Dg\7D7HDgp88DkpDlDmDn$8$0Dr08*DDr@868A8I8W8fDv@DxDDylDzD|D}D~Dz D DH8n$TDT8D8HDh88DhDDD8$(D(D4D4D@8$LDL8D8HD`8D`DDD 9$D9#D9/H9:LD09G(D09UD0D@DTDhDDDDDD D8DL D\9c$hDh9yD9H9LD9 DDDDDDDD DD0DDD`Dl Dx99d9d9::-:X:z::À:;;;:;N;` ;ud;6);;];ׂ(;<<+>$>р> ?{ ? ?4W?? ? ?1?@ d@$}Q@=@Y@v@@@@@4Aʀ4A4B 4B׀4C4C0C0D 0DdDЀdEdFpdFDG*DHDHHHPITPIPJPPJ^,K,KZ,Kl K K KK$DK۠DDKLLLdL-,LF0LWPLlLLLLLD!(D#D&D+D,D/D2(D5D8D;D5D>D@8DB|DCDEDFDHDK(DN0DP8DQ8DS\DKhDVDZLˀLԀ`D_D`DaDf0Dl`DpLLdM dM)MSMmMMM݀NN%NFN_NzNN NdN6)NN]O(O-lO4%OLOaacOwOO9OO4WOO1OPdP+}QPDP`P}PPPPP$DPDDQQ$Q0Q9dQI,Qb0QsPQQQQQɀQـD'(D)D,D1D2D5 D88DADEDGDIDADL@DNdDODRDUDV DX0DY0D[PD^\DadDclDdlDfD^DiDkDoDp(Dt0DuHQD|PD}pD~|DDDDDDDDDD0D8D8DXDkdD4DdDQQ@R dR.dR6R`RzRRǀRSS2SSSlSSS SSMAS1TdT'~vT@T\TyTTTTނTU UxU`Vk`VW WbW{aiWW~W%WWW6/WX]X/XH9XaXvXԀXYfYvZ*Z: Z܀ Z [[ [$DC[/D[JH[YL[hT[u\[`[d[h[l[͠p[tDC\\\(\2\;\D(DG\R\q<\8\4\0\,\ˀ(\Հ$\݀ \\]]]3 DQ]=]G]S]c]p]]]&]&]&]&D`Da8Dc@Dd@De@Df@Dg@Dh@Di@Dj@DlDmDnDo$Dp0DqPDrXDs`DtpDuDvDwDxDyDzD{D~DDDD,DDD\DDDDDDD(DdDlDxDDDDDD@DHDTDpDDDDDDDDD$D,D8DDD`DlD|DDDDDDDDD D0D@DTD\DhDxDDDDDDDDDD,D<DDDLDXDxDDDDD]DDD0D8DDDLDlDŒDDDD4DHDPD\DdDÄDàDDD D4DHDPD\DdDĄDĤDDD$D\DpDxDŴD żD D ]D D <DPDXDdDlDtDƔDƴDD# D%,D&tD'LjD)ǠD#D-D/D0D1D2D3(D5DD6ȌD7ȠD:ȸD3D>D@$DAlDBɀDDɘD>DHDJDKDLDMDNDO8DN|DRʘDSʸDRDVD DY@DZL]$XDX^D^H^*L^8P^ET^TX^a\^p`^{d^h^lD|^^^^Ā^̀^܀D|D˄DːD˰DDDDDTDlD̘D̰D̸D$D,DDDLDhD̀D͐DTD^$D^D_H_LD __'_5_=_K_Z_j_r_|_x_t_(D _Āp_̀l_؀h_d_`_\`LtD DDΌDάDDDDD D8D@D@D@D@D@D@DϠDDDDDD$D`DpDЀDФDФDDDD D D D ,D4D<DѤDDDDDDDD0DDD D,D<DLDdD!lD"tD#ӌD"0D%LD&hD(pD)ԌD*ԜD+ԜD,ԼD-D/D0D1D2D3D4D50D78D8LD9LD;l`&@`7$tDht`KFDhՄ`W`fDlՄDmՐDnդDoDpDqtDr `n$Dy`D`H`LDy0Dz0D{<D|PD~dDtD~֘D``d`d`Ҁ`aaAacaaa΀abb#b7bI7Ab]bz]b(bbۀbccA cVcn}Uc1cccc"dd,dHdaddydPddrd%ddaeeee/9eH e ee܀efHfUfjfff f g g g(ggghyhi=iM i j jj.4j7j> jT jjjjjjjjk"k64l 4l=4lK4m4mI4mY0m0nL0n^dododpdpÀDqlDrCDrRr€rЀPsPt8PtPt,uV,u,u u u uv$DvDv@v*HDv8dvH,vaPvvvvvvvDDD!D#D&D'D! D+׀D.הD0״D4D5$D90D;@D<TD?hD@hDA؄DEؐDGؤDHؤDIDMDODQDRDTTDUxDVٌDZ٤D[ٸD]D^D`Db Dd8DePDh\DkpDlڄvڐvdڐvdڐw w5wOwzwwwxx(xAx\xpxxx xx1y }Yy#y?y\yryxy%y yagy6-yz]z z99zRzg$ڐD ڐzxDz@zHzLD ڤzzzǀzրzzDڤDDDDD D4DLDۘDۼD!,D#lD$܈D&ܜD'D(D)D* D+0D,DD-lD/|D0݌D1ݬD2D3D58D6D{P{ dP{2dP{?{i{{{Ѐ{||;|\|u||||| }}"1}>}Y}W}s}}}x}%} }ag~ 6-~~:]~T~m9~~$PDP~D~@~àHD`~Ӏ~ހ~~D `D ްDDDD8DPDdDߌDߔDߨDDDDD<DDD!l(D"x d3d;è7Xqo% bz6*-]G`9yy4C ހ  4v  ( >1Zod}S H\4,4^4l494i4y00k0}d1ddǀd؀DDTDcӀPPEPP,c,,   $D D(@2HD ;dK,dPyDDDDD(D0D TD"\D#tD%|DD*D.D/D2D8D9D;D< D2D>TDA\DBdD*pDEDFdd2]Ȁ $?Se zd6)](l%&ac<Pi94W1d}Q %BZs~$DDDʀހd,0!P6KZgwD!(D#D(D+D, D28D5D8D;D5D>$D@HDBDCDE DF DH,DK8DN@DPHDQHDSlDKxDVDfDnpDp 00d0d0$>iԀ0K_q)̀%>[u .``d1 }S '=Yo`%x ad@W@6*,I]c|94vd4MXp(|(&$0D0D HϠLDH܀DHDhDDDD$D)D@ H L2PDTD)Wbm,dDɀԀ߀dD8D:D=(D@`DB`DDDEDHDIDJDNDP DQ8DULDVTDZ`D\D^Db'7PLYhDmDnDpDr0Ds8DwDDxD|D}DDD(D0D<D`DDDDDDDDDD(D0DDDXDDDDDDD0D8DLD`DpDDDDDD(DHDXD`DlDDDDDDD DHDDDDD DDDDDD,DPDhDDDDDDDD,D 4 D @uPPdPdP.Ps܀$6o=%U jbz6*]9$PDP%D/@9HD`ESbkD`wD dD D DDDPDhDDDD DD$ D# D@HD#0€D'0D(<D)DD+D0D1D2 D3 D4 D5 D7 D<D=D>D@ DA DB DD@DFddC]̀6Oj~ ~v1ai%;Wpd )B%Zo6/]9~65?F \ r*>44E4S4!4Q4a00T0fddddˀDtDKDZʀ؀PP@PP,^,,   $DDH!LD4@,Y,dp@DDD D!D#D&D(TD)dD,pD-pD/D0D3D5D9DLPDNpDODPDTDUDVDWDYD[(D\dD]|DaDbDcDdDfDkDlDoDp8DrLDttDuDxDyDzD{D|D~|D(d(d(*Uw7K]od%| bz6*] 9$94vBI1ezd}S 8$(D (EDO@YHD 8bdr,PĀрD8DDDDDDD D#D)$D*HD,PD-tD#|D1D2D4D D:D>D?,DA4DG<DHPDJXDKlDAtDMDOD:DRDSd d?Yɀ2Kfz d6)](l %8Maccw94W1d}Q0Li$DDD, d.,G0XPmD',(D)0D.8D1pD2xD8DADEDGDI$DA0DLDNDODRDUDVxDXDYD[D^DaDcDdDfD^DiTDk`DohDpDtDuDDDDDDDD0D8DPDXDXDxDkDTDDdd1Kv$=Xl~o% bz6*],9EZ4vcj1d}S6A$D PDZ@dHpLD ,dPÀ؀DDDDD*D@DKDLDVDYDZDD^D_D`Db DgDjDk,Dm4DnDDpLDq\DsdDgtDuDzD}D~DDDDzDD D(DDDLDdDlDDDDDDDDDDHDPD`DDDDDDDDD D 4D <D DD XD `D pD D D D D D D D D D D D D 0D 8D @D TD \D lD tD D D D D D D D D D  D  D  (D 8D `D hD D D  D! D# D D% D) D. D/ $D2 ,D) <D4 xD9 D> D? D@ DC D9 DE DI DN $DO 8DR @DI PDT DY D^ D_ D` Da Dd DY Df8Dj@DpHDq\DsdDjtDuDyDDDDyD$D,D4DDDLD\DDDDDDDDD D4D<DLDDDDDDDDDD D(D8DtD|DDDDDDDD DD$D`DhDpDDDDDD D DDDLDTD\DpDxDDD#D)D*D,D#D.8D2@D7HD8XD;`D2pD=DADEDFDJDADL$DP,DU4DVHDYPDP`D[D_DcDdDhD_DjDo Ds(Dt@DxHDoXDzDDDDDDDDD(D0D@D|DDDDDDDDDDD(DdDlDtDDDDDDDDDD DDD0D8DHD`DhDpDDDDDDDDDDD D$D,D4DDD LD\D tD|DDDDDDD D!D#DD%D*D-$D.4D0<D*LD2dD7lD:tD;D=D7D?DDDGDHDJDDDLDQ DRDV$DW<DbLDYDZ &.:d_dh’¬׀BdÅÞù̀ bz O!0}SI1eĂdĚij;T4v]od%|őŧ6*Ż] 9$9UjƂƚƳƾ$DdDdHDDDDDD4DLDdDD$D", D8 HD"DLT]fq~D&D'D)D+D,D- D/ D0 0D2 LD3 PD- XD6 lD7 |D) D9 Nj$ D? ǟdDǫdHD? ǷDB DC DD DC!DF!0DH!@DI!XDJ!pDK!ǿ$!DR!ҠD@H LDR!,'d7PLYhudȃȏȗD]!ȥD^!D`!Da!Db!Dc!De!Dh!Dj"Dk"Dl"De"(Do"Dq"Dr"Du"Dv"Dw"Dx#,Dy#@Dz#TD{#hD|#|D}#D~#D#D#D#D#D#D$D$D$D$D$D$D$D$D$D%TD%xD%D%D%D%D%D%D&D&$pD&0ȵ$&<D&<ˠDD&` )D&`D&hD&D&D&D&D'D'$D'LD'D' @D(4$( D( HDS@^HD(kd{dɆ,ɖ0ɧPɴЀ݀ \D(D((D(0D(DD(`D(tD(D(D(D(D)D)D)<D)XD)|D)D)D)D)D*D*(D*0D*DD*PD* D*$*D*D"HD*6dF,V0gPtʁʐʝʧʸ̀߀  $1>JD*ZD *htˀ@hˎd˚` 4D*D+ D+<D+TD+pD+D+D+D+D+D+D!+D", D$,D%,4D(,@D),PD*,`D,,D.,D/,D1,D2- D3- D4-0D6-<D7-D8-D9. D;.0D<.0D=.TD?.`D@.DA.DB.DC/DE/,DG/@DI/XDJ/lDM/xDN/DO/DP0DR0,DS0<DV0HDX0DZ0D\0D^1\D_1hDa1Db1De2Df2Dg2DDh2hDj2tDk2Dm2Dn2Dq2Dr2˩$2Dv2˼D@Dv2Ҁ,dP*7C D2D2D2D3@D3dD3pD3D3D3D3D40D4<D4HD4TP4`Xd4`d4`̱̇ˀ;a̓ͤͽ؀ 4vo#%;Pbzf6*zΗ]α91)dA}SZvϓϫ$4`D 4`ܠDHLPTD 4&3@KD4$D4D4D4D4D4D4D4D 4D!5D$5D%5,D&5TD)5\D*5xD-5D.5D/5D25D35D65D75D:5D;5D>6D?6D6,DA6DB7Y$7DJ7fDvHЄLВPDJ7,ОDK7,Ьзп̀DQ70DU78DV7LDZ7TD[7hD\7|D`7Da7Db7Dd7De8Dg8Dj8Dk8@Dl8TDo8\Dp8xDs8Dt8Dw8Dx8Dy8D|8D}8D~8D8D9D9D9D9(DQ98D:D:$:D:DHLPTD:<)4D:<D:@D:HD:`D:hD:D:D:D:D:D:D:D:D;D;D;(D;8D<D<B$<D<OD_HmL{PD<8чD<8ѕѠѨѵD<<D` D>l>xd>xd>x+EpҒҵۀ7Rfx4vӁoӈ%Ӡ ӵbz6*]/9H]1yԎdԦ}SԿ)4$>xD >xEDO@Y,HzdLՒPPկT̠Xݠ\D >D D>D>D>D>D>D>D>D>D?D?,D?DD!?PD#?xD%?D&?D(?D)@D+@$D-@8D.@LD3@hD4@xD5@D6@D9@D;@D<@ d%D@A DAADBA$DCA4DDADDFA\DGAxDHADDADKADMADNADPBDRB$DTB<DUBLDYBlDZBD]BhDaBDcBDdCDiC0DkC|DlCDnCDoCDtCDvDDwDDyD$D|D8D~DxDDDDDDDDDE DEDETDExDEDEDEDFDFDF$DF0DFHDFTDFdDFpDF|7FCGLFTH]dFւdF֎ָҀBh׊׫Ā߀ 01Lb~v{ؗش <Undنٟaiٵ%)?6/Sp]ڊڣ9ڼ$FDFDHDFDFDFDFDFDFD!FD"GD#G$D!G,D$G@D&GTD'G\D+GdD,GxD.GD/GD0G,D4G$GD=GD,H;LD=GJRLDAGDBGDDGDEHDJH<DKHPDLH`DOH|DPHDSHDUHDVHTDWHZ$HDdHiDxHۂLیPۖT۠X۪\DdI DeI DfIDgI,DhI<DiILDjI\DkIlDlI۴$IDvIŠD٠HLPDvI3BQ@D}ID~J DJDJ4DJPDJxDJDJDJDJDJDJDJDK DKDK\DKpDKDKDKDLDL$DL`DLtDLDLDL,DL`$LDLwD܇HܙLDLܭĀӀPDLDLDMDM8DMDDM`DM|DMDMDMDMDN4DN@DNTDNdDNDNDNDNDN<DNNdNdNGa݌ݮр:Snނޔޭ 1;}YTpߍdߥ߾!7PUe~ % ag6->]2@cᛀẀҀ   4_& s0 9x.47> T j"64 4=4K44I4Y00L0^ddd벀dÀDlDCDR€ЀPP9PP,W,,   $NDN,D!dH2PLDNHQDNDNDODO0DOHDODODOD!OD"Oa$OD*Or,DdHLD*OP@€ D/OD1PD2P$D3P0D4P@D5PPD8PlD:PD;PD=PD?PDAPDBPDCPDEQ4DHQ@DIQPDJQPDLQDMQDQQDRQDTQDVRDWR<DZRHDaR\DbRpDcRDfRDiRDlRDnRDoSDpSDrSDDsSlDwSDxSDzSD|SD}TDTDT$DT8DTTDT`DTtDTDTDTDTDTDTDTDUDUDUDU<DU|DUDUDUDUDUDUDUDVDVDVDV,DVXDVlDVDVDVVdVdVE_π8Ql7A] 1$(:4CrJ%bwae9d1}UJf& $PVD VD VP DVDVDVDVDWDW DWDWDW$DW8DWDDWPDW\DWhDWpDWxD WD!WD"WD#WD$WD%WD&W $,WD*WD*W*,D-WD.WD/XD0XD1XD2X$D3X,D4X4D5X<D6XHD7XPD8XXD9X`D:Xl:$DXxD>XxD>XMDDAXDBXDCXDDXDEXDFXDGXDHXDIXDJXDKYDLYDMYDNY0DOYDDPYXDQYlDRYDSYDTY[$0YDXYDXYp0D[YD\YD]YD^YD_ZD`ZDaZDbZ DcZ(DdZ0DeZ8DfZ@DgZHDhZ\DiZh&&$dZtDoZtDoZdDrZDsZDtZDuZDvZDwZDxZDyZDz[D{[D|[D}[,D~[<D[LD[\D[lD[|D[D[D[D[D[D[D[D[D[D[DD[$\D\ՠPDD\D\D\PD\pD\D\$\D\D@D\d,&P3GVckD\sD\D\D\D\D\D\D]LD]D]ÀD]D]D]D]D]D^ D^@D^\D^tD^D^D^D^D^D^D^D_D_DD_LD_dD_D_D_D_D`D` D`(D`DD`lD`tD`D` ,D``d`d`=Wǀ0Idx )}S15Ndf%ad6*%]?X9q4vo(3:C DV d w $D`D`DHD`ĀЀ݀@D D'`D)aD*a$D+a8D-aLD/alD0a|D1aD5aD6aD8aD:aD<b D6b,D?b@DDbDEbDHbDIbDJbDKbDLbDMcDNcDOcDPc(DRc8DScLDTc\DUchDXctDZcD[cD\cc&dcMdcWƀ 1St$cD cݠDHLD c D cD cD dDd8DdXDdpDd$dDd D-H<LDdEDdDdDdDdDdLDeM$e D&e _DlH{LD&e$lD(e$D)e8D*e`D+eD,eD-eD.ee0dede9dπ+FZl1 )o%ad6*'D]^w94vd}S3Ph D   0 d &0b q   $eDNeDDNeDOeDQeDReDSfDVf DWf DXf@D[fHD\fHD]fhD`fpDOfDcf   " D e s   ((((("(/ >$fDffDffN@\DhfDmfDnfDogDqg8DrgHDtgTDughDvg|DwgDxgDygDzgD|gm@{@@@DgDgDgDgDgDgDgDgDh Dh ƀDh4hDhHDhTDhtDhDhDhDhDhDi@Di Di$Di<Di\DidDiDiDiDiDjDj Dj$Dj(Dj<DjPDjXD jxD j@D)jD,jD.jD1jD3kD4k,xD;kXD>kdDAklDBk|DHkDIkDJkDKkDPkDUkDWkDYkD]l0D^lDDklLDllPDrlhDlDlDlDlD>lDm Dm(@Dm,`Dm@DmLDmPDmlDmDmDn DnDnDn4DnpDnDnDnDn DnDnDoDoDoDo(Do8DoDDoLDopDoDoDoDoDoDoDoDoDoDpDpDp Dp8Dp`DpxDpDpDpDpDpDqDqDq0DqDD qXD qlD qD qD qDqDqDqDqDr Dr Dr8DrPDrhDrDrDrDrDrDrDsDs D s4D!s<D"sTD#stDsD%tD&tth 003l1!$H75LCPO*[g~..x5PPX5T\dL T&.(-l4hFpc,ndtdtǀ  . Q w   Ӏ      2 e7A y ] (  1 ae 4 r % 6 K a u 9    d }U  : W o       ( $( -( U(H&(L:(PL [ j x &*&,&.( &..&.R&00a&1&3l(T(X(\(d(h%(l2&5LD&5PS&5Tc(p$tDtDt@@@@ D tD tDtDtDtDuDuDu(Du<Du\DuxDuD uD"uD%uD*uD,uD-uD.uD0u@D2uLD3uD5vD6v0D7v<D9vTD:v|D;vD=vD@vDAvDCvDEvDGwDIw4DJw<DMwDDNwHDOwdDCw|DRwDXwD[wD\wD_wDaxDbxDcxDexHDgxPDhx\Djx\DkxhDmxhDnxtDpxtDqxDsxDtxDvxDwxDyxDzxD|xD}xDxDxDxDxDxDxDxDxDxDxDxDxDxDyDyDyDyDyDyDy(Dy(Dy4Dy4Dy@Dy@DyLDyLDyXDyXDydDydDypDypDy|Dy|DyDyDyDyDyDyDyDy$DyDyDyDzDzDz,Dz8DzHDzxDzDzDzDzDzD{D{D{  D{ D{$D{0D{dD{tD{D{D{D{D{D{D|D|D|,D|\D|pD||D|(D |D|D|D|D|`D}D}D}D}D}D}@D }H1D%}TD(}hD0}tQ D5}D7}DB}DD}DF}DI}DJ~DK~DP~ xDT~DX~ DZ~(Dd~(Df~8Dg~XDl~`Dm~tDp~Ds~Du~Dw~Dx~Dy~D}~D~DD DDTD@ DHDXt DDe$PDPD\@D\@Dl@@ D|DDDDDDD0ƀD@DXDlD|DDpDD$D0D8DPDXDpDtDDDD@D$DD@ @XDDDD0@DLDDDDDDD8DPD\&$hDh>DV@Dtn@@DtDxDDDD!D"D#(D%HD&l$xD1xGH@D1@D2D5D7@D9@D;@D=`D?D@DB0DC8DD@DFTDGpDJDKDMDRPDS$D\D\D^pD`Db Dh8DjdDnxDoDqDuDwDxD{DDDDDDq4DXDhDD$D/DDDDDB$D^DDDDDDD,D@DTD`DhDtq$|D|DDDDDD$DDHD\DD DD@DLDhD|DDD$DDDDDDDD$D D HD 0D 0D<DLDXDdDpDD *dQdcҀ=_Ȁ4vo% bz-6*A^]x91d}S!=Zr$DDD0HDDDD D D D D<DPDlDx$DDDdHD&.60A SD D"D$D%D&D'D)D*D,@D-@D.`D1lD2D4D5D6D7D8D9 D:D;@D=hD>hD?DBD'DFDHDJDL8DM8DN\DPhDRxDTDUDVDXDY\DZbku}|x|<d#d,Vp(Ib})1%  ad 6*4Q]kv 9 ݀ )5$/ = K Y gƂ$D DHDDD,D8DDDTDDDD$D $$ ,D$,DD$<+ <D&<D'lD(tD)|D*D+D,6$D2D DPH]LD2D3D4jD7D8LD9|D;D<D=D>u$DC DHDC DE DF4DG@DH\$hDLh DDLxDMxDN$DSŠ DѠHDSDTDWDXDZD[D\DX$D^8D_LD`hDaDb $Dh D(H9LDhQYaDinDkDlDnDoDpDl Dr4@Ds@x(x$LD~L֠DD~\\D\DDDDDD$DD HDDD $(D( (D 4H ?LD@ L U hD@DDDDtDDD wDDDDD DD0<D< $HDH D HD\  \D\DdDDDDD ( | $D D H LDDD$DD!$ LDL!DD\D\DpDDD!#$D!2D!?H!LLDDDD !Y$ D!iDD$D$D8DHD`Dp!u(!(!(!(!$|D|!ΠD!۠H!LDDDDDD DD!$LDL"D"HD`D`DlDtDDDD"%$D"6D"CH"PLDDDDH"]$PDP"mD"yH"LDhDhDtDDDDD"$D"DD"À DD DD D(D 8D"PD#\ hD$h"$tD)t"ޠD"HD)" D+D,D-D. D/#$D4#D#HD4D5D6 D7(#($0D<0#7D#DHD<D#O DD>DD?dD@tDB DC#]$DI#pD#|H#LDIDJDKDM#$DR#DDRDSDTDU8DVLDW\DXtDY#$D]# DD]D^D_D`#$De#ޠD#HDeDfDgDh0#$<Dn<$ D$H$&LDnTDoTDptDqDs$3$Dy$CD$PHDy$eDzD|D}D~D DD$D<DPDhtDt$r$D$D$H$LD$$$D$΀DDDDDDD(D($8$d8%d8%%=%W%%%ǀ%&&0&I&d&x&&& &&1'}Y'+'G'd'z'''''d(((%(2 (Gag(]6-(q(](( (ǂ9(Ҁ ) )&)f)r)Ҁ)߂)*/*a*l *z * * *+$8D 8+D+$HD L+4+?+a +p+x+@++DLD`D|DDDD D! D"4D#LD$\D%xD&D(D)D*D+D.D/D4$D58D6HD8`D9D;D=D>D?D@DBDC DE4DGDDHLDI\DKxDLDRDTDUD6D]D^D`$Da4DbHDcXDdtDf\Dg++8t+X+8p++8x+d+d,,1,K,v,,,--$-=-X-l-~U-- -d--1. ac. %.*.?.U6).i;.]...р/ /(/@/l / / //ހ0p0 012 2J2U 2i92t 2 2Ȁ333t333р44 4 4* 48 4F4 4 4$D4נDD445 $DDD D!D#D$,D%PD'pD)D*D-D/4D05$D85%DD85?5J5X`D=D>D@ DA0DCPDDhDEDGDIDKDMDPlDR 5b&8p5n&8t5z&8x5(5(X5$Da5DDa866 66#6C6LDi8Dj@DlXDntDoDpDqDsDvDwDy4DzPD|DDDDDDDD`DtDDDDDD|D6U$$D$6lDD46}D4DDDhDDDDDDD(DTDpDDDDDD8D6$D6D6H6ǠL6֠P6TDDDDD,D<DL6X67]7' 79 7K 7X 7iX7{79 77a7 7 T7 7 47[8^8#dX8JdX8R8|88899,9N9o9999~v919::1:M( :y$XD_XD_d:@:&9DcdDdxDfDhDiDhDkDlDkDnDoDnDq(Ds4Dt@::: :ހ;d;߀ < =9 =H=X ===>>!>? ??$HD*H?DD*X?D+X D-dD.p$D/|@&9 @*@:@R@ AT$D+AmDA|HALA PD+A@A@AA@Aπ AD;AD<AD?BDEBDJB+B8BKDVB`D[DjDkDlDnDo DrDsDt,Dy\D|dDlDtDDDDDDDD$DxDDBmD|DDDB~DDDDDDDDDBDBDBD D DDD|DDDD(DDDdDDDDDDDDDD(D0D@Bˀ  DDDD"D%0D*4B܀ tD-D.D/D1D8,BlD9D:D=DADBBDDCǰCDHǸdDJǼDNC$DP|DTɀC5XDULDV`DYlD\tCFLD_ Dc4DdTDgdDidDk̈́DnDpDrDshDtΐDzΘD{μDDDCWDόTDϬpDCaDDLDl0DАCkhDDDD8D8DьDDDDDCCD CD@CDtCDҨC̀DC܀DCDDCDxD DӬDDD'DD6DH$D|DD\D|D֐DTDوDٜ$LD٬DٴDDDD$D DDg8D@DhDڀ%4DڌDڔDڨDڰDڸDDDD D DDDD DDDLDTD"tD$۬D'۴D(D+D,D.D1D2(D4DD;PD=|D>D?DEDG,DH\DF(4)DKDM(DN,DO0DS4DT8DX@DZ\D[lD\߀D^߈DaߔDfߤDW*|+DjPDnpDoDpDrDh,PD}D~DDLD|DDDD-DDD - /8/l/lDDDDDDD/1PDDDDDDD D13LDDDDDD DɀD(Dۀ3D8DDDXDlDtDDDDD D(DdDxDDDDD DD,D4D@DPD `D lD |D DDD8x9D@DdDD&p:PD(E :;D1LD2D8D9D;DDDEDVDW(<DZ,D[0<D]4Db<DcDDfHDhDjDkDmDDE=?,DDDE-?|@DPDXE>A0BDD EOBDLDDE`DFDlDtEqFLGD D(EHIhDDEIKDDDDDDDD DDEKMXDDDDDD$D$,DDDDEPRHDDEƀRTD lD D D D D D D D D UD E$ D EDEHELD D D ,D LF $ TD  TFDF'HF2LF>PD  pD! pD" |D# D$ FJ$ D0 F]DFhHFsLF~PD0 F@D1 F@D2 VD4 D5 D7 VD8 ,F$ 4DC 4FDFHFʠLF֠PFTDC TF@DD TF@DE XW DG dDH tDJ WLDK G$ DV GDG,HG5LDV GCDW GNDX WD^ XDD_ Gh$ Di GDGHGLDi GDj GDk GÀDl XDt YDuG$DG DH@ HHD$H+YD$D@DpD|DZDDH>$DHSDHhHHtLHPHTDHHDHHƀZ|DDDDD DD0D\DxDD[D(H HI I^$4D 4Ix DD DIII IID DI@D HI׀D TID `ID lI@D tJD JD \8D D D D D D (D 8D dD lD D !D "D )D *D .D /D 0@D .LD 1`D 6hD 7D 6D 9D :D ;$D 90D <DD @LD A`D B|D @D CD GD HD ID GD JD OD PD OD S0D TDD XPD YhD \tD |D D D D D D D D $D `D pD D D D D  D D $D 4D DD D D D D D D D D D D D D (D 0D @D D D D $dD 0J-$<D <JF DJS HJgLJwPJTD \D \D lD D D D D D D J$D !J DJHJLJɠPJ٠TJ XD !D #D $PJ$\D E\K DKHK"LK/PK>TKKXK[\Kh `KudD EKK@D GK@D HKD IKD Jf`D MD ND RD SD TD U$D Y4D [pD \D ^D bD cD dD gD mD oK@K@D r$K݀D s(gD u0D v`D xxD |D D D D 4D HiK@D hilD D iD D LD XD D D D D D D D D D  D  D g $D  ,jD  8KL$ DD E DL DLàHLѠLLݠPL TD E dD F dD G L$ D ` M DMHM#LM0PM?TMLXMW \Md`D ` MpM{MMMMMMƀMрD p M@D q MD t M ND  ND !N.D !NGNWNeNyNND !NǸN߀D !NOkD ! D !dD !xD !D !D !D "D "@D "hD "D "D "D #pD #D #D #D #D #D $D $DD $\D $tD $D $D $D $D $D $D $D $D %D %D %$D %4D %DD %LD %dD %D %D !%D "%D .%D 2%D 8%D <%OD ?%q8D D&D F&D G&D K&D M'D N'4D K'TD Q'hrD U'pD _'D a'D c'D e'D f(D c( D n(4D q(\D u(tD v(D w(D x(D y)D z)D |)8D )TD )pD )D )D )D )D *D *D *(D *pD *D *D + D +D ,xD ,D ,D ,D ,D -D -DD -PD -XD -`D -xD -D -D -D . D .D .4D .4D .|D .D .O'yxyD /@D /HD /D 08D 0@O/z{XD 0D 0O7@O@D 0{D0D14D1pD1D 1D 1D2 OJ|}$D2|D2}8D2D2D!2D*2D.3D13D23D53D93D:3D=4D>4 DN4DR4DV4DZ4D\4D]4ORDd5De5Df5HDo5`Dq5pDr5xDu58D5OZD5D5D5D5D5D6D6<D6LD6XD6hD6D6D7,OlD7PD7lD7D7D7D8D8D8(D8dOtO LD:TD:D:O@O@OD:D:D;D;D;,D<(D<(D<4DD>8D>@D>HD>\D!>D#>D%>D+>D,?$D-?,D3?4D4?HD5?PDK?XDN?OOʀ<xDOADbADnBDtBDuB@DwBTD}BxD~BDBDBOـOTDDDDO@DE0DE4DEdDEpDE|DEP@DEDEDEDF$DF8P DF`0DFDFDFDGDGDGDG0DG<PP+P@PMPZPi|DGDDHtDHDHDHDHP{PxDKDKPPDM8D!M@D&MpD(MD)MD*MD-MD0MD1MD2MD4MD7MD;N,D=N<D>NHD?NhDCNpDDN|DJNDKNDLNDNO DOO,DTO4DUPDVPDZPD[RD\RD`R$DaSLDbSTDgS\DhTDiTDTDTDU`DUhPDUDUDUDV4DVDVPŀTDWDW(DW0D W@DWDWP̀P܀DXDY0DY@DYHPDYXDY\DYdDYlDYxDYDYDZ DZDZ$ DZxDZDZD .ZDZDZDZDZDZQ$[D[Q!DQ+HQ6LD[ QGQRD [ D [0D[DD[LD[XD[D1[D8[D9[D=[DA\DB\DF\$DG\0DH\lDK\DL\DS\DU\DV\DX]DZ]D_] D`]0Dd]<De]\D]pDi]PDj]Q[$]Du]QzDQHQLDu]QQDw]|Dy]D~]D]D]D^8D^HD^PD^pD~^D^\D^Q$^D^QؠDQHQLD^QR RR D^D^D^D^D_D_D_8D_\D_lD_xD_D_D_D_D_D_D`D`@D`PD`\D`D`D`D`D`D`D`DaDaDaDa|DaR)$aDaR?DRIHRSLR^@RiPDaRz@DaR@DbDb DbLDb\DbhR$btD btRDRHRŠ LD bRҀ4DbDbDbDbDbDbR(  R$cD,cRDD,cSD/cD1c$D2c8D3cHD6cTD8chD9c|D:cD;cD=cD>cD?cDFcDHcDKd(DLdDS$dPDRdPS DDRd`S)DSd`DUdp`DVdS3$dDdSF DSSHSbLDdSpSzDdDeDeDeDe SDe0DeDDeXDedDexDeDeDeDfDfDfDf4DfDDfDfDftDfS$fDfS DSHSLSˠPSTDfSS T TDfT!DgDgDDg`DgDgDgDgDhDhDh,DhLDhXDhDhT5`DhDhDhDiDi(Di4Di@DihT=$itDitTQDT` HTmLT{PDiTT8DiDiDiD!iD"iD$iD&jD(jD*j$D+j<D.jTD1jdD2jpT$j|D:j|T DD:jD;jD<jD=jD?jD@jDBjDCjDDjDEjDGkDHkDIk(DJk0Tk8Tdk8Tdk8TU)UCUnUUUـUVV5VPVdVvV1V%V VbzV6*VW]W(W39W>WE$k8Dk8WRDDkHDkHDkpD kW[$kD kWmDD kDkDlDl4Wv$ l@Dl@WDWKDlTWW DlTDldDltDlDlD lD!lD"mD%m<D&mHWmXW;Wu$W;W;W;WWtXXdmXX&dmXX-XWXqXXXYY)YJYcY~YY&;Y Y}Y1ZZ"dZ:ZSZiZZZZZ%[[ [<[UU[j[%[[#[̂[Հ \ \+ \@&;\S&;\l&;\}$mXDNmX\D\H\ L\̠PDNmt\&;\&;]&;]DVmtDXmDYmDZmD_mDan Dbn Dcn,Dgn8DinLDjn`DnnlDpnDsnDtnDunDvnDxnDyoD{oD~o<DoPDodDopDoDoDoDoDoDpDp,Dp4DpTDppDpDq Dq4DqHDqtDqDqDqDqDrDr0DrDDrpDrDrDrDrDrDrDsDs Ds8DsXDslDsDsDsDsDtDtDt,Dt@DtL]#$tXDtX]4D]OHDtlDtlDtDtDtDtDtDtDuDu Du]d$u$Du$Du0]u&; Du0DuDDuTDu`Dul]$uxD uxD u],DuDuDuDuDuDuDuD!v D"v D#v4D$vDD%vXD&vlD'vtD)vD+vD,vD-vD.vD/vD3vD4vD5wD:wD<w<D=wPD>wdD?wtD@wDAwDBwDDwDFwDGwDHwDIxDJxDNx DOx(DSx4DUx\DVxpDWxDXxDYxDZxD[xD_xD`xDaxDbyDcyDhyDjyDDkyXDlylDmy|DnyDoyDpyDtyDuyDvyDwyDxzD|z D}zD~z0DzDDzPDz\DzlDzDzDzDzDzD{ D{ ]${,D{,D{8]ŀ]܀ D{8D{PD{dD{pD{D{D{XD{]${D{^DD{^%tD{D{D{D|D|4D|4D|LD|X D|d^7$|pD|p^ODD|^c(D|D|D|D|D|D|D}D} D}^v$}$D}$D}0^D}0D}DD}XD}dD}D}D}hD}^$}D}^DD}^ǀD}D}D~D~D~0D~LD~`D~D~D ~D#~hD$~^$~D1~^DD1~_D4~D6~D7D:D;0D<LD>`D@DADBDEhDF_$DV_+D_<H_MLDVDWDY$D[<D`PDb`DctDgDiDkDmDo(Dp(DrDsDuDvD{D|D}DD_\$(D(_qDD8_@_D8DHD\DhDDDDDDDD D$D0_$<D<_DDL_ɀ@_׀DLD\DpD|DDDDDDDD(D4D@DX Dd_$pDp_D`H`LD`!D`-D<DDDDDDDD$D4DDDL`9$TDT`ND`[H`hLDl`t``XDlDDD D"D#D%D'D(D,D- D0,D1PD3tD4D1D6D;lD<`$Du`ǠDDu`Ԁ``a\aXaTD|D}D~DDDDDDDD,D<DPDXDhDxDDDDDDDDDDDD$D8DDDLDPDXDlDtDDDDDDDDDDDD D(D<DLD`DhDtDDDDDDDDDDDDDDTD`DhD4Da'$Da9DDDDDDDDDDaK$Da]DD(D(D<DPDdD laoxatda~@aaa@a@a@a@aLaadxadxabb4b_bbbʀbc c&cAcUcg c|c1cc~vccdd/ddGd`dydddde%e e aie66/eJeg]ee e9e e ef?fKfffgg:gE gS ga go g}gނgh %h"h;hǀh#h/ii(@i;(diL iW ic io i{ i(i i(i(i&@i$xixD6xjDjHj@j$Lj2PD6j>@D7jH@jQ@D9j\jijvjjjjjƀj΀jـ DCDDDEDFDHDIDJ DLDMDN4DO8DPDDR`DSdDTdDUtDVDWDXDYDZD[D]D^D_DbDc DgDh(Di,Dj8DkDDlXDmdDolDrxDsDtDuDxDy0Dz8D{DD~LD`DlDxD|DDDDDDDDDDDDD,D0DDDPDXDpDxDDDDDDDDDD D$D(D0DHDdDhD|DDDDDDDD D@DHDLDPDXD\D`DhDDDDDDDDDD(D@DTDpDxDDDDDDDDDDDDD8D@DTD`DlDDDDDDDDDDDDD(DPD`D lD xD D D DDDDDD DD0DLDXD`D!lD"D#D&D'D(D)D*D+DD2<D3@D4LD_\ 4D8j$D<jDj@kHk@D<k@ HDEDFDGDIDJDK DL DMDN$DO@DPHDRTDSlDVxDWxDXDYD[D\ TD]k"$Dak1Dk;@kEHkO@DakY@kf@kokz@k lDhDiDjDmDnDoDr(Ds@DtHDwTDxdDylD|xD}DDDDDDDDD0D4D<DHD`DhDDDDDDDDDD0D@DTDXD\DdDpDDDDDDDD$D(D,D4D@DdDpDDDDDDDD$D(D,D4D8DDDhDtDDDDDDTDdDxD|DDDDDDDDDD<D@D`DpD|DDDDDDDDDD$D(D(D4DXD\D dD hDlDlDxDDDDDDDDDDD4D @D!TD$`D%pD&D'D(D)D*D+D,D/D0D1D2D3$D40D5DD9PD:dD;lD<tD=D>D?DADDDEDFLDGTDj`DL@k$LDQLkDk@DQXk@DTXDUlDVxDWDY8DZkÀ l- l9& @lIlN&@l\&@lj$D/lzDD/D0D1D3D4l$D;D;(ll@ llDA(DB<DCPDD`DEtDFDHDIDJDKDLDM,DN4DOPDP`DRlDSDTDUDWDXDYD[xD\l$DflDlHDf m@ m @m@m"Dl Dm Dn(Do<DpHDqdDr|DqDsDtDuDvDwDyD{HDy`D}tDDsDDDnDDm*$Dm8DDDD0D<mA$DDDmQDm]HmhLD\mtD\DlDDDDdDm}$DmDmHDmmmmƀmҀ@DDDD,DtDDDDD DD D8DPD\DpD|DDDDXDm$DmDDm@ntDDD,nn D|DDDD PDDD4D@ DLn&Xn.dXnSdXn[nnnʀnoo5oWoxoooo o%opbzp6*p0pM]pgpr9p}p}Sp1ppdpqq MAq<qXqpqq qq܀ r/rl`s"`ss€ tt1tGtc$XD XttDD htDhD4Dt$DtDtŠHDt؀ttPDDDtD4D XD!tD"D#HD&D'pD(uu AuBu$duLduSu}uu€uvv-vOvpvvvv vvMAw1w,dwD~vw]wywwwwwxx1xMxfx{>xx,y[,y5Ey0zc0z&Az$Dz 0Dz@0D DD4hD@z$LDLz0Dz@0DXDXD&XD'D({$D+{0D{"@0D+D.D/D0D1{-$D4{=0D{H@0D4 {S{[4D6 D7D8,D9DD:xD7D<D=D>D?{e$DN{~D{HDN{{{{(DP{܀0(DUDVDWxDYDZD\D]D^D_DaD\Dc0DdDDepDfDgDiDdDkDlDmDn4DoDDqLDltDsDtDuDvDwDxDzD{ D|$D}4D<DzdDxDDDDDDD$DLD\DDDDDDD,D<DdDtDDDDD DDDDTD|DDDDDDD$D,DTDhD|DDDDDDD(DTDlD|DDDDDDDDD$D,DW8D` Dl{$xDx{D|H|LD||(|1 DDDDDH Dd|9$pDp|JDD|V|^|i|sD DDDDDDDDD,DDDPDtDD D|~$D|DDDDP|$\D\|DDl||€|||DlD|DDD D D 0D DDDDdDpDD|$DD} },DDDD DD!})$(DJ(}?D}NL}[T}jX}y\DJL}}}}}}€0tDWLDX|DYDZD[D\D]D^D_ D` Da@DbPDcdDd|DeDfDgDhDiDjDkDlDm8DnPDo\DphDqDrDsDtDuDvDwDx0Dy<DzHD{dD|ŒD~”D¨DDDDD0D<DHD\DÌDìDDDDDDDLDlDĀDĘDİDļDDD D,D@DXDpD|DňDŜDDDDD0D<DHD\DƌDƬDDDDDDDLDlDǀDnjDǼDD D D,DLD`DxDȄDȐDȤDDDDD0DDD\DhDtDɈDɴDDDDD(D@DLDXDlDʘDʸDDDD D$D0D<DPD|D˜D˰D˼DDDDD D4D`D̀D̔D̠DDDDDDDDDdDxD̈́DͤDͰDDDD(D(DHD\DxD΄DΤDDDDD  D $D HD PD pDτDϠDϬDDDDD(D4DLDpDxDИDЬDDDDD ,D!DD"PD#\D$tD%јD'ѠD(Ѵ#D-}&B}$D4~0D~@0D4~$ D7D8D:0D<dD?D@PDAtDBӐDCӜDDӬDEӸDFDGDHDMDNDODP0DQLDN\DUxDVԀDWԬDXԼDUD[D\D]D^('XD_0~%$8Db8~60D~A@0DbD~L~T~^'lDeDDfTDg\DhpDiՈDjմDkDgDmDn(HDo ~i$(Dw(~yD~HDw<~(Dx<~~~(dD{<D|DD}dD~ְDD$DDDטDר)D׸~~d~d~$>iԀ0K_q~v16Z> $D-DD=HT^hsDDDD DD!\D"؈D%بD&شFHFKE E$K(|/ CJbfjKt{D|Cd/d;è7Xq Ӏ&%>Sbzi6*}]9(((()(5(C(N(Y(h(v(6(X(l(~    &C&D&E9&E$]&Fl&F&H((&K&K&K (/$DD=@U@b@o@ DDDDDD$D8DHD\D|D٘D٠D٨D٨DٰDټDD}@DDD D D D8DLDXDpDژDڜDڨDڰDڸDD"D&D' D(D)D,$D-DD/pD0ېD3ۨD6۰D7۰D9D:D< D>D? DA(DB4DD<DEHDGPDH\DJdDKpDMxDN܄DP܌DQܘDSܠDTܬDVܴDWDYDZD\D]D_D`DbDc$De,DfTDh\Di|Dk݄DlݤDpݬDqDrDsDt Dv4DxLDzTD{ބD}ތD~޴D޼DDDDDDD D0D8DDDXDdDߐDߨDߴDDDDDDDDXDD D(D(D8DXD`DtDDDDDDDDDD DDD@DHD"t TD$ D D,@D,@D<@@ DLD|DD D!D D#D'(D+ hD-(D.<D0LD1\D5 D8D:D<D=DBDCDHDJDKDL4DTPDVhDWt:$DbDbW@o@DfDh|@Dj,DkDmDnDpDrHDs\DthDvDhDy Dz$DD@D@@D@D0DD DDDLD`DlDDD0D$D GH @D -@D TDD :@D<P@DL\@DpDDDDDDDXDD4D<DHDtj$|D|DwDDDDDDD D D(D(D8DDDdDtDtDDDD D D XD$$D$DD4D4DHDP$XD&X͠DD&hD'hD(D*D-D.D/D2D3D:D;$DDDD DE DF DG<DHPDId$lDTlD#HDT/DWDYDZD\DaDcDdDf$Dh4Di@8$LDsLQDDs\Dt\DutDw|DxDy[$DrD|HDDDDDDDDD$DDD(D(D4D@DLDXD`DhDpDxDDDDDDD DHDDDDDD\Dt$|D|DHDˀDDDDPD d d 1Kv$=Xl~ 0K0u$ D DHLPD<0D<DDDLDXDdPD p$xD&xڠDHLPD&D'D( $D-D)H6LD-A0D0D1D2D4D6D7K$D=\DiHwLD=(D>(D?P$\DM\DHLPTDM̀ـ`DQDRDSDTDU$DaDHLP)TDa0Db0Dcl=$tDrtIDWLePrTX\Dr0xDuDvDwDxDyDzD{D|$DDH̠L٠PTXD D DLX MtM X)L0Mp8dXedXp߀$JlՀ 0 $"P]%bz6*]1J9cx\}\(((€(̀((Ƃ΂ւ$$&$L&Mp.&MtR&Mc$XD;XrD~HLD;pD>pD?|D@DADBDCDD,DE4DFpDGDHDIDJ$DRD͠H٠ LPDR DT DV DW@DXLDYtDZD[D\D^$De9\DDeDfDgDh,Di4Dj@DkLDlTDm\DnhC$\pDqpDq|]\$Ds|DtDuxDvf$DyDyD|D~$D,D4D<DH$TDTD\HDhDhDDDDD,D8DDD$D\DHLD \% 1 DD,D@D\DDDDDD4DLDhD|DDDDDDD0DDDTDlDDDDDD$D0=$<D<RD_HDPx\DPD|DDDDDDD(D@DHD\DlDDDDDDDD,D<DTD`DDDD D$D ڠDHD \  DD0D\DpDDDDD4D|DD! PD"+$D'ADNHD'D(D)_$D/tDLPTD/ \ŀҀۀD4  D6D7D8(D:DD;pD<D=D8D?D@ DA $ $DE $DDE 4 \)1DI 4DJ <DL XDM DN DO DJ DQ DR 4DS lDT \DU ;$ DZ SDeHDZ w\\|D^ D` Db Dc DDe pDf D` Dh Di $ Dn DHDn Do Dp 0Dq <$ HDw HDH LDw `\D{ `D| D~ D D D !$ D FDWHdLqPTXD 0\(D 0D \D hD D D D D D DD$ D ڠDHLPT+X7\E`DDW\`(DDDpD|DDDDDDDD$D4D@k$LDL}DHLDd(Dd DdDxDDDDDDDD0DLDXD`Dl$tDt۠DHLPD)68DDDDDC$DUDDDDf$ D ~DHD D D4$<D<DĠHѠLݠPDX(DXDXDDDDD$ D  /D@HMLZPhTvX\`dD DʀӀ\܀(DDDPD\DlDtD|DDDDDD D,DLDlD D!D"D#D$D%0D&`D"D(D)D*D+<D,lD(dD/$D;D#H0L>PJT[Xo\{`dD;\ʀ(ՀDADBDCDDDEDF DG,DH8DIPDJxDKDLDMDNDODP(DQ8DRHDSdDTDRDVDWDX$DVTD[h$pD`pDHD`\%(00DeDgDhDjDkDlDmDh De4DpH8$PDuPIDZHDuhu\(DzhD|D}DDDDD}DzD($0D0DHƠLӠPTX\ `dDT+7CL\U(hpDTD`DlD|DDDDDDDD0D<D\D|DDDDDD@DpDDDDDLD|D#tDxdd&HkԀ.7AB_]y$"% ae9#$D4DALNTbXDD D LD pp$xDxDLTXDDDD$DĠD@֠H@D(DD0D`Dl$xD xD@H@D  (8D$D%D&D' (D( XD) hD* xD+ D Jd wd }1Wy΀  7A:]T%lae91$" #\,\C(((((X(e$ D u\D\HD ((D D D D!D!D!D!$D!4D!xD!D!D " D"DD$"XD%"`D&"hD'"tD("D)"D*# D,#$D-#\D*#D1#D2#0D3#$#D8#͠D\HD8#(&8@PD>#D@$DA$TDB$\DC$dDE$DF$DG$DI$DJ$DK$DL%DM%LDN%DP%DQ%DR%DS&DN&<DW&PDX&DY&D[&D\&D]&D^&D_'D`'XDb'pDc'Dd'De'D`(Di(Dj($Dk(0H$(<Dp(<YDf(HDp(PvDs(PDu(xDw(Dx(Dz(Dw(D|)D}),D~)HD)HD})D) $D)~$)D)D(HD)D)D)$)D)(DD)D)D*D*(D*8D*LD*\D*pD*D*D*D*$*D*ܠD(LP TD*",:EQ]iu HD*D*D+D+ D+<D+HD+TD+lD+D+D+D,D,0D,HD,hD,tD,D,D,D,D-D-HD-\D-tD-D- (D-$-D-(D(HD- HD-D.D.D.dD.pD.D/$D/0D/DD/`D/D0D0D0$00d00d00!;fр-H\n $00D 00DHD 0DD 0DD 0P$0\D0\ʠDޠHD0pD0pD0|$0D0DHD0D0D0$$0D05DBHD0D0D 0R$0D%0bDD%0D&0D'0r$1D-1DLPTD-1(D.1(D/14$1@D31@۠DHD31TD41TD51`1pd1p(d1p.Xr*Kd %bz6*.]Ha9z0$"$1pD1pܠ\D\HD1((D1D1D1D1D1D28D2|D2D2D3D 3<D3tD#3D%3D&3D'4D)44D*4lD+4D,4D'5D/5(D054D15@$$5LD65L4DH\HD65`S(_ŀD<5`D>5D?5D@5DB6 DC6DDD6\DF6hDG6DH6DJ7DK7@DL7@DM7dDN7DO7DP7DH7DS7DT80DU8HDW8TDX8DY8D[8D\9,D]9,D^9PD_9pD`9Da9DY9Dd9De9Df9$:Dk:ޠD(HDk:Dn:Do:Dq:HDs:dDt:Dx:Ds;Dz;(D{;DD|;`D;`D{;D< D<$< D< D!(HD<4D<4DpD>D>D> XD>$>D>Р(Dݠ(HD> xD>D? D?,D?D?D?D@D@D@DADBHDBTDBhDBtBdB%dB+Uo߀'Ha| %bz6*+]E^9w0$"$BDB٠\D\HDB((DBDBDBDBDCDCHDCD CD!CD"DD#DLDDD&DD(DD)DD*E,D,EDD-E|D.ED/ED*F$D2F8D3FDD4FP!$F\D9F\1DE\HD9FpP(\~€D?FpDAFDBFDCFDEGDFGTDGGlDIGxDJGDKHDMHDNHPDOHPDPHtDQHDRHDSHDKHDVIDWI@DXIXDZIdD[ID\ID^JD_J<D`J<DaJ`DbJDcJDdJD\JDgJDhKDiK $KDnK۠D(HDnK,DqK,DrK,DtKXDvKtDwKD{KDvL$D}L8D~LTDLpDLpD~MDM DM$$M0DM0D(HDMDDMDDMT.$M\DM\>(DDMlDMlDM|DMDMDMDMN$MDM^Dl(L|PTDMĀ `DMDMDN DN\DNxDNDO DO(DO<DOXDODODPDP DP($P4DP4(D(HDPH DPHDPDPDPDPDQ DR<DRHDR\DRxDSDSDSTDSS THTW(W`2W<WEXXNXXYbYhlYuZ~[0[pa8b`ns   )7EQ^piPvxƒŽ›Xª¹'*0+p/5;>>hF8-G4G@@INP[TfWhu{ÄÓßì@øňޘ'@/> XM \dkxw }#Ĉ3Ď4XĔ5Ĝ6pĩ9Ķ9ľ=0IIJJOPOPT  UYH\ &_85nx?nKpRs8Ys]dsDsdsmtvt|tń,ŋŒ hŗ ŝ "ţd<ŬdŹ[jux0r'PIxN]8h" OmX *$%0 H6c?`I^SFNfIzyTƇƎ ƕPcƢ"4ƲWpƻmTzL10bi .[0[G$ G=:  :M,j\8,YH ;8N-P[:Kh]@xs\>~]CTlj8p[`ǚ&Cǩ=8ǵ>DQ?a 42@A1HZCc =4c2  F IC3*<,@Z,?YH;PXJCAWUwڐb`'gmt|ȃ\ȖU$ȩTbȼNWbh\t PW n,ih%8ih5F WAoSKtɀɑHɢɳ<W{>l\V#Y;Fx,"=z0%{IbPb~tluʆU6DʏTʘ=`ʨPLʵ&\I(<4)T3"&8qh6WBIKVoze*˃`F˔b.$˥_-0˯a&˹T:(W)ZCJp F0c6P d|H_'$630<`?)U[A hds<̂;<̒%w̦1̮30̿7tddPdcT)u V eb}h] )N(00>4-M#-\"k/xx%6͈7͏V>x͚4`͡=ͬ1Xʹ@P3]SO3-cWD\3d^`e YI11jH x%20h-"C*: =J !WM`d@MWra{2,΃3΋2(Γ=?Σ;γc( U4GZt?&<C#!c&2 <:(d:\2 LC]8MTNebVp#Y2bLχ^MXxϓ ϠDfϪ*ϱ ?Ͼ "E"*FL% CCCe ] % %' e1*(\9*&A*U$I*LQ*JtY(i >p { dЄT4Ѝ UЖ TПT#@Ш0Fн'[[Y|*r*Ih T UH !`+`P5d>eGaQZ0ZfRc[n{atфbxэcLіcџdLѨl@ѯE8lѿ '} ~e7j|+bt)b4U&\"/it09dAc DK"<]a|faq,HҀee9ғ\6 ҟJfҬJdҹ k+k8S|p=}P(U?~ {,%F21W}$@&9{P(__pk3<zd4Ӄ ӈdӑ ӗ ӝ Eӣ L Ӫ -$Ӱ ӶHacQxbD2r`X C^( b<p\c&e81;26ClLN(^Hxn^ x\CԁXtԆBXԛlCԢ`IԬ*LԾ^l1rC1JO$a\ b( cH,) !/Wx:ZE KrxWfga400qaRB{aF Յaf1pՏ ՠcutժaD1մabMվaV*c av<"RpbsP`0`M\`)#aW0W $ 0M0 )+< 6F TayL_Ts Z0~ xK׉ l(<ה :ןdpר:1@׵:.P4:"-:B>  @N0@5@u "4X'".5 \ ;@E3J xP![0^Zp V0~ 4،.Sؔ>ؠ`b`ة [8[~ ]TH.}V.sU.T.~W.{T.V8.U` ]aW`a8"]W+.W3an<.XXD]XM]YV^Yh_.Yga`p.XZx``فcIِ\$ٟW٫XٷUK`^n^8..\Fg+] ,4pp,*E$@^ <m @| 7HڡUڴ 5P 5hT 5X (*\bk c X$^z2cLlNb|Wb`bib@r =`ۉ1qۑxۢj۳*$Oq @[  d,=JvX?aHaHQeH\eGgdG@r\^#܃? dܔܥ2ܭQ`Ld_>U@_VL`>TL0 =&`/c):c(Eb'P\5Ҹf'݆6ݟItݸYg$>!˸?}ȴm(6 4h$?6S7Kp^߰ޑR{޲j|l€8 P X'$\{,8 8E'DZl |[߆cߛ_pߥ>P \t4 PB@rDX7`'t4)E@VTjbgHtdYP,\P'?x:46T{/5+p+8!+(*/*6a*d=_*0D1H7L-P6_8_ d ;jd}>4s>hx2 > @URgFUFwFFTHF8F!FtaG$*KX\/I+[Jd=[JOZ aap{'L@iW -IUnwPmQOjPnL$Pl6Pl HF^4edYD,DX\M|6[v(Uk`&JWhMd'%bc:1ŬOxdNyL@)4޼F8M`>V$39)2:=LވQ#](m$708+X`FUb$cj'Fv@\W W%hf%j$vI}5Y@ T  |Y KqxK&#&+8r6p9JOpGL* K<$9 P;HB:X =0e2;Z\mQzTT TU ts8UpcYf\eY|YH2YdJnxcn peLtqt d|dsetdtldt!dt*dtD3eps<esEetXNet0Wds`__DYNAMICcrt0.odb2ah.o_option_list_SCCS_ID/export/jspc/sw/src/bin/export/db2sac/db2.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)SCCS_ID:S(0,13)=*(0,2)/usr/include/stdio.h_iobuf:T(1,1)=s20_cnt:(0,1),0,32;_ptr:(1,2)=*(0,5),32,32;_base:(1,2),64,32;_bufsiz:(0,1),96,32;_flag:(0,4),128,16;_file:(0,2),144,8;;/usr/include/stdlib.h/usr/include/sys/stdtypes.hsigset_t:t(0,1)speed_t:t(0,8)tcflag_t:t(0,8)cc_t:t(0,5)pid_t:t(0,1)mode_t:t(0,6)nlink_t:t(0,4)clock_t:t(0,1)time_t:t(0,1)size_t:t(0,1)ptrdiff_t:t(0,1)wchar_t:t(0,6)_mb_cur_max:G(0,8)/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(4,1)=s4r:(4,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(4,3)=*(4,1)label_t:T(4,4)=s8val:(4,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(4,4)_quad_t:T(4,6)=s8val:(4,5),0,64;;quad_t:t(4,6)daddr_t:t(0,1)caddr_t:t(0,13)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(0,13)fd_mask:t(0,1)fd_set:T(4,7)=s32fds_bits:(4,8)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(4,7)/usr/include/sys/stat.h/usr/include/sys/types.hstat:T(7,1)=s64st_dev:(0,4),0,16;st_ino:(0,8),32,32;st_mode:(0,6),64,16;st_nlink:(0,4),80,16;st_uid:(0,6),96,16;st_gid:(0,6),112,16;st_rdev:(0,4),128,16;st_size:(0,1),160,32;\st_atime:(0,1),192,32;st_spare1:(0,1),224,32;st_mtime:(0,1),256,32;st_spare2:(0,1),288,32;st_ctime:(0,1),320,32;st_spare3:(0,1),352,32;st_blksize:(0,1),384,32;st_blocks:(0,1),416,32;st_spare4:(4,5),448,64;;/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/dirent.h/usr/include/sys/types.h__dirdesc:T(11,1)=s24dd_fd:(0,1),0,32;dd_loc:(0,1),32,32;dd_size:(0,1),64,32;dd_bsize:(0,1),96,32;dd_off:(0,1),128,32;dd_buf:(0,13),160,32;;DIR:t(11,1)/usr/include/sys/dirent.hdirent:T(13,1)=s268d_off:(0,1),0,32;d_fileno:(0,8),32,32;d_reclen:(0,6),64,16;d_namlen:(0,6),80,16;d_name:(13,2)=ar(0,1);0;255;(0,2),96,2048;;/usr/include/memory.h/sw/loc/include/tmpl.hoption_t:t(15,1)=s12terse:(0,2),0,8;verbose:(0,13),32,32;arg:(0,1),64,32;;/sw/loc/include/errlog.hProgram_Name:G(0,13)/sw/loc/include/coords.h/sw/loc/include/scv2.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/machine/devaddr.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hfaultcode_t:t(0,1)sigvec:T(22,1)=s12sv_handler:(22,2)=*(22,3)=f(0,11),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(22,4)=s8ss_sp:(0,13),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(22,5)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(22,6)=ar(0,1);0;30;(0,13),288,992;sc_wbuf:(22,7)=ar(0,1);0;30;(22,8)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(22,9)=s12sa_handler:(22,2),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(30,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(0,13)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hfp_direction_type:T(33,1)=efp_nearest:0,fp_tozero:1,fp_positive:2,fp_negative:3,;fp_precision_type:T(33,2)=efp_extended:0,fp_single:1,fp_double:2,fp_precision_3:3,;fp_exception_type:T(33,3)=efp_inexact:0,fp_division:1,fp_underflow:2,fp_overflow:3,fp_invalid:4,;fp_class_type:T(33,4)=efp_zero:0,fp_subnormal:1,fp_normal:2,fp_infinity:3,fp_quiet:4,fp_signaling:5,;single:t(0,9)extended:t(32,1)=ar(0,1);0;2;(0,8)quadruple:t(32,2)=s16u:(32,3)=ar(0,1);0;3;(0,8),0,128;;fp_exception_field_type:t(0,8)sigfpe_code_type:t(0,1)sigfpe_handler_type:t(22,2)fp_direction:G(33,1)fp_precision:G(33,2)fp_accrued_exceptions:G(0,8)decimal_string:t(32,4)=ar(0,1);0;511;(0,2)decimal_record:t(32,5)=s532fpclass:(33,4),0,32;sign:(0,1),32,32;exponent:(0,1),64,32;ds:(32,4),96,4096;more:(0,1),4192,32;ndigits:(0,1),4224,32;;decimal_form:T(32,6)=efixed_form:0,floating_form:1,;decimal_mode:t(32,7)=s12rd:(33,1),0,32;df:(32,6),32,32;ndigits:(0,1),64,32;;decimal_string_form:T(32,8)=einvalid_form:0,whitespace_form:1,fixed_int_form:2,fixed_intdot_form:3,fixed_dotfrac_form:4,fixed_intdotfrac_form:5,floating_int_form:6,floating_intdot_form:7,\floating_dotfrac_form:8,floating_intdotfrac_form:9,inf_form:10,infinity_form:11,nan_form:12,nanstring_form:13,;ieee_handlers:G(32,9)=ar(0,1);0;4;(22,2)errno:G(0,1)fp_pi_type:T(31,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(31,1)exception:T(31,2)=s32type:(0,1),0,32;name:(0,13),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)/sw/loc/include/errlog.h/sw/loc/include/arrays.hTbl:T(35,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(35,2)=*(0,13),64,32;;Tbl:t(35,1)Arr:T(35,3)=s8root:(0,13),0,32;cmp:(35,4)=*(35,5)=f(0,1),32,32;;Arr:t(35,3)Stbl:T(35,6)=s16tbl:(35,7)=*(35,1),0,32;root:(0,13),32,32;cmp:(35,4),64,32;changed:(0,1),96,32;;Stbl:t(35,6)/sw/loc/include/pf.hPfvalue:t(36,1)=u4s:(0,13),0,32;arr:(36,2)=*(35,3),0,32;tbl:(35,7),0,32;;Pf:T(36,3)=s8type:(0,1),0,32;value:(36,1),32,32;;Pf:t(36,3)optarg:G(0,13)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(28,1)=s16name:(0,13),0,32;has_arg:(0,1),32,32;flag:(28,2)=*(0,1),64,32;val:(0,1),96,32;;Dbptr:T(27,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(27,1)Dbvalue:T(27,2)=u1024t:(0,13),0,32;s:(27,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(35,7),0,32;arr:(36,2),0,32;;Dbvalue:t(27,2)Exvalue:T(27,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(0,13),0,32;p:(27,6)=*(27,5)=xsre_pattern_buffer:,0,32;fi:(35,4),0,32;fd:(27,7)=*(27,8)=f(0,10),0,32;fs:(27,9)=*(27,10)=f(0,13),0,32;;Exvalue:t(27,4)Expression:T(27,11)=s32left:(27,12)=*(27,11),0,32;right:(27,12),32,32;x3:(27,12),64,32;x4:(27,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(27,4),192,64;;Expression:t(27,11)dbinvalid:G(27,1)/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.hPolar:T(40,1)=s16amplitude:(0,10),0,64;phase:(0,10),64,64;;Polar:t(40,1)Complex:T(40,2)=s16real:(0,10),0,64;imag:(0,10),64,64;;Complex:t(40,2)/sw/loc/include/stock.hResponse_group:T(39,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(39,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(39,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(35,7),640,32;parameters:(36,2),672,32;private:(39,4)=*(0,11),704,32;;Response_group:t(39,1)Response:T(39,5)=s16ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(39,6)=*(39,1),64,32;dfile:(0,13),96,32;;Response:t(39,5)Fir:T(39,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(39,8)=*(0,10),192,32;num_coef_errors:(39,8),224,32;den_coefs:(39,8),256,32;den_coef_errors:(39,8),288,32;;Fir:t(39,7)Paz:T(39,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(39,10)=*(40,2),192,32;pole_errors:(39,10),224,32;zeros:(39,10),256,32;zero_errors:(39,10),288,32;;Paz:t(39,9)Iir:T(39,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(39,10),192,32;pole_errors:(39,10),224,32;zeros:(39,10),256,32;zero_errors:(39,10),288,32;;Iir:t(39,11)scv_segments_:T(18,1)=s200ituple:(0,1),0,32;exist:(0,1),32,32;nbad:(0,1),64,32;tstart:(0,10),128,64;tend:(0,10),192,64;nsamps:(0,1),256,32;dt:(0,10),320,64;ctype:(18,2)=ar(0,1);0;4;(0,2),384,40;\descrip:(18,3)=ar(0,1);0;50;(0,2),424,408;hang:(0,10),832,64;vang:(0,10),896,64;depth:(0,10),960,64;inid:(0,1),1024,32;chanid:(0,1),1056,32;calib:(0,9),1088,32;calper:(0,9),1120,32;\data_format:(18,4)=ar(0,1);0;7;(0,2),1152,64;data_type:(18,4),1216,64;input_units:(18,4),1280,64;output_units:(18,4),1344,64;tshift:(0,10),1408,64;response:(18,5)=*(39,5),1472,32;responsefile:(0,13),1504,32;data:(18,6)=*(0,9),1536,32;raw_data:(39,4),1568,32;;SCVSegment:t(18,1)scv_arrival_:T(18,7)=s64ituple:(0,1),0,32;time:(0,10),64,64;deltime:(0,10),128,64;amp:(0,10),192,64;per:(0,10),256,64;phase:(18,4),320,64;fm:(18,9)=ar(0,1);0;3;(0,2),384,32;quality:(18,9),416,32;scv:(18,10)=*(18,8)=xssta_chan_view_:,448,32;;SCVArrival:t(18,7)sta_chan_view_:T(18,8)=s208id:(0,1),0,32;dbl:(18,11)=*(27,1),32,32;sta:(18,12)=ar(0,1);0;31;(0,2),64,256;chan:(18,12),320,256;chana:(18,12),576,256;tstart:(0,10),832,64;tend:(0,10),896,64;lat:(0,10),960,64;\lon:(0,10),1024,64;elev:(0,10),1088,64;deast:(0,10),1152,64;dnorth:(0,10),1216,64;delev:(0,10),1280,64;nsamps:(0,1),1344,32;nsegs:(0,1),1376,32;segments_size:(0,1),1408,32;\rel_wfdisc:(18,11),1440,32;segments:(18,13)=*(18,1),1472,32;narrivals:(0,1),1504,32;arrivals_size:(0,1),1536,32;rel_arrival:(18,11),1568,32;arrivals:(18,14)=*(18,15)=*(18,7),1600,32;;SCV:t(18,8)trace_:T(18,16)=s104scv:(18,17)=*(18,8),0,32;tstart:(0,10),64,64;dt:(0,10),128,64;nsamps:(0,1),192,32;calib:(0,9),224,32;calper:(0,9),256,32;rawdata_format:(18,4),288,64;rawdata_type:(18,4),352,64;\input_units:(18,4),416,64;output_units:(18,4),480,64;data:(18,6),544,32;data_free:(18,6),576,32;data_malloc:(0,1),608,32;raw_data:(39,4),640,32;rawdata_free:(18,18)=*(0,4),672,32;rawdata_malloc:(0,1),704,32;\prev:(18,19)=*(18,16),736,32;next:(18,19),768,32;;Trace:t(18,16)/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/db.hoption_list:S(0,14)=ar(0,1);0;7;(15,1)usage:F(0,1)Debug_Level:G(0,1)main:F(0,1)argc:p(0,1)argv:p(35,2)option:(0,2)input_name:(0,13)output_name:(0,13)wfdir_name:(0,13)fixgaps:V(0,15)=ar(0,1);0;63;(0,2)counts:(0,1)epoch:(0,10)tstrt:(0,10)tnd:(0,10)tstart:(0,16)=ar(0,1);0;24;(0,2)tend:(0,16)Stachan_sift:(0,13)Tstart_sift:(0,13)Tend_sift:(0,13)dbin:(27,1)dbout:(27,1)scvs:(0,17)=*(18,17)nscvs:(0,1)scv_index:(0,1)write_ah.o_sac_def/export/jspc/sw/src/bin/export/db2sac/write_ah.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hsingle:t(0,9)extended:t(5,1)=ar(0,1);0;2;(0,8)quadruple:t(5,2)=s16u:(5,3)=ar(0,1);0;3;(0,8),0,128;;fp_exception_field_type:t(0,8)sigfpe_code_type:t(0,1)sigfpe_handler_type:t(5,4)=*(5,5)=f(0,11)fp_direction:G(6,1)fp_precision:G(6,2)fp_accrued_exceptions:G(0,8)decimal_string:t(5,6)=ar(0,1);0;511;(0,2)decimal_record:t(5,7)=s532fpclass:(6,4),0,32;sign:(0,1),32,32;exponent:(0,1),64,32;ds:(5,6),96,4096;more:(0,1),4192,32;ndigits:(0,1),4224,32;;decimal_form:T(5,8)=efixed_form:0,floating_form:1,;decimal_mode:t(5,9)=s12rd:(6,1),0,32;df:(5,8),32,32;ndigits:(0,1),64,32;;decimal_string_form:T(5,10)=einvalid_form:0,whitespace_form:1,fixed_int_form:2,fixed_intdot_form:3,fixed_dotfrac_form:4,fixed_intdotfrac_form:5,floating_int_form:6,floating_intdot_form:7,\floating_dotfrac_form:8,floating_intdotfrac_form:9,inf_form:10,infinity_form:11,nan_form:12,nanstring_form:13,;ieee_handlers:G(5,11)=ar(0,1);0;4;(5,4)errno:G(0,1)fp_pi_type:T(4,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(4,1)exception:T(4,2)=s32type:(0,1),0,32;name:(4,3)=*(0,2),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)/usr/include/rpc/rpc.h/usr/include/rpc/types.h/usr/include/malloc.hmallinfo:T(9,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(4,3)/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(10,1)=s4r:(10,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(10,3)=*(10,1)label_t:T(10,4)=s8val:(10,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(10,4)_quad_t:T(10,6)=s8val:(10,5),0,64;;quad_t:t(10,6)daddr_t:t(0,1)caddr_t:t(4,3)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(4,3)fd_mask:t(0,1)fd_set:T(10,7)=s32fds_bits:(10,8)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(10,7)/usr/include/sys/time.htimeval:T(13,1)=s8tv_sec:(0,1),0,32;tv_usec:(0,1),32,32;;timezone:T(13,2)=s8tz_minuteswest:(0,1),0,32;tz_dsttime:(0,1),32,32;;itimerval:T(13,3)=s16it_interval:(13,1),0,64;it_value:(13,1),64,64;;/usr/include/time.h/usr/include/sys/stdtypes.htm:T(14,1)=s44tm_sec:(0,1),0,32;tm_min:(0,1),32,32;tm_hour:(0,1),64,32;tm_mday:(0,1),96,32;tm_mon:(0,1),128,32;tm_year:(0,1),160,32;tm_wday:(0,1),192,32;tm_yday:(0,1),224,32;\tm_isdst:(0,1),256,32;tm_zone:(4,3),288,32;tm_gmtoff:(0,1),320,32;;/usr/include/netinet/in.hin_addr:T(16,1)=s4S_un:(16,2)=u4S_un_b:(16,3)=s4s_b1:(0,5),0,8;s_b2:(0,5),8,8;s_b3:(0,5),16,8;s_b4:(0,5),24,8;;,0,32;S_un_w:(16,4)=s4s_w1:(0,6),0,16;s_w2:(0,6),16,16;;,0,32;S_addr:(0,8),0,32;;,0,32;;sockaddr_in:T(16,5)=s16sin_family:(0,4),0,16;sin_port:(0,6),16,16;sin_addr:(16,1),32,32;sin_zero:(16,6)=ar(0,1);0;7;(0,2),64,64;;/usr/include/rpc/xdr.h/usr/include/rpc/types.hxdr_op:T(17,1)=eXDR_ENCODE:0,XDR_DECODE:1,XDR_FREE:2,;xdrproc_t:t(17,2)=*(17,3)=f(0,1)xdr_ops:T(17,4)=s32x_getlong:(17,2),0,32;x_putlong:(17,2),32,32;x_getbytes:(17,2),64,32;x_putbytes:(17,2),96,32;x_getpostn:(17,5)=*(17,6)=f(0,8),128,32;x_setpostn:(17,2),160,32;x_inline:(17,7)=*(17,8)=f(17,9)=*(0,1),192,32;x_destroy:(5,4),224,32;;XDR:t(17,10)=s24x_op:(17,1),0,32;x_ops:(17,11)=*(17,4),32,32;x_public:(4,3),64,32;x_private:(4,3),96,32;x_base:(4,3),128,32;x_handy:(0,1),160,32;;xdr_discrim:T(17,12)=s8value:(0,1),0,32;proc:(17,2),32,32;;netobj:T(17,13)=s8n_len:(0,8),0,32;n_bytes:(4,3),32,32;;netobj:t(17,13)/usr/include/rpc/auth.hauth_stat:T(19,1)=eAUTH_OK:0,AUTH_BADCRED:1,AUTH_REJECTEDCRED:2,AUTH_BADVERF:3,AUTH_REJECTEDVERF:4,AUTH_TOOWEAK:5,AUTH_INVALIDRESP:6,AUTH_FAILED:7,;u_int32:t(0,8)des_block:T(19,2)=u8key:(19,3)=s8high:(0,8),0,32;low:(0,8),32,32;;,0,64;c:(16,6),0,64;;des_block:t(19,2)opaque_auth:T(19,4)=s12oa_flavor:(0,1),0,32;oa_base:(4,3),32,32;oa_length:(0,8),64,32;;auth_ops:T(19,5)=s20ah_nextverf:(5,4),0,32;ah_marshal:(17,2),32,32;ah_validate:(17,2),64,32;ah_refresh:(17,2),96,32;ah_destroy:(5,4),128,32;;AUTH:t(19,6)=s40ah_cred:(19,4),0,96;ah_verf:(19,4),96,96;ah_key:(19,2),192,64;ah_ops:(19,7)=*(19,5),256,32;ah_private:(4,3),288,32;;_null_auth:G(19,4)/usr/include/rpc/clnt.hclnt_stat:T(20,1)=eRPC_SUCCESS:0,RPC_CANTENCODEARGS:1,RPC_CANTDECODERES:2,RPC_CANTSEND:3,RPC_CANTRECV:4,RPC_TIMEDOUT:5,RPC_INTR:18,RPC_VERSMISMATCH:6,\RPC_AUTHERROR:7,RPC_PROGUNAVAIL:8,RPC_PROGVERSMISMATCH:9,RPC_PROCUNAVAIL:10,RPC_CANTDECODEARGS:11,RPC_SYSTEMERROR:12,RPC_UNKNOWNHOST:13,RPC_UNKNOWNPROTO:17,\RPC_PMAPFAILURE:14,RPC_PROGNOTREGISTERED:15,RPC_FAILED:16,;rpc_err:T(20,2)=s12re_status:(20,1),0,32;ru:(20,3)=u8RE_errno:(0,1),0,32;RE_why:(19,1),0,32;RE_vers:(20,4)=s8low:(0,8),0,32;high:(0,8),32,32;;,0,64;RE_lb:(20,5)=s8s1:(0,1),0,32;s2:(0,1),32,32;;,0,64;;,32,64;;clnt_ops:T(20,6)=s24cl_call:(20,7)=*(20,8)=f(20,1),0,32;cl_abort:(5,4),32,32;cl_geterr:(5,4),64,32;cl_freeres:(17,2),96,32;cl_destroy:(5,4),128,32;cl_control:(17,2),160,32;;CLIENT:t(20,9)=s12cl_auth:(20,10)=*(19,6),0,32;cl_ops:(20,11)=*(20,6),32,32;cl_private:(4,3),64,32;;rpc_createerr:T(20,12)=s16cf_stat:(20,1),0,32;cf_error:(20,2),32,96;;rpc_createerr:G(20,12)rpc_timers:T(20,13)=s8rt_srtt:(0,6),0,16;rt_deviate:(0,6),16,16;rt_rtxcur:(0,8),32,32;;/usr/include/rpc/rpc_msg.hmsg_type:T(21,1)=eCALL:0,REPLY:1,;reply_stat:T(21,2)=eMSG_ACCEPTED:0,MSG_DENIED:1,;accept_stat:T(21,3)=eSUCCESS:0,PROG_UNAVAIL:1,PROG_MISMATCH:2,PROC_UNAVAIL:3,GARBAGE_ARGS:4,SYSTEM_ERR:5,;reject_stat:T(21,4)=eRPC_MISMATCH:0,AUTH_ERROR:1,;accepted_reply:T(21,5)=s24ar_verf:(19,4),0,96;ar_stat:(21,3),96,32;ru:(21,6)=u8AR_versions:(21,7)=s8low:(0,8),0,32;high:(0,8),32,32;;,0,64;AR_results:(21,8)=s8where:(4,3),0,32;proc:(17,2),32,32;;,0,64;;,128,64;;rejected_reply:T(21,9)=s12rj_stat:(21,4),0,32;ru:(21,10)=u8RJ_versions:(21,11)=s8low:(0,8),0,32;high:(0,8),32,32;;,0,64;RJ_why:(19,1),0,32;;,32,64;;reply_body:T(21,12)=s28rp_stat:(21,2),0,32;ru:(21,13)=u24RP_ar:(21,5),0,192;RP_dr:(21,9),0,96;;,32,192;;call_body:T(21,14)=s40cb_rpcvers:(0,8),0,32;cb_prog:(0,8),32,32;cb_vers:(0,8),64,32;cb_proc:(0,8),96,32;cb_cred:(19,4),128,96;cb_verf:(19,4),224,96;;rpc_msg:T(21,15)=s48rm_xid:(0,8),0,32;rm_direction:(21,1),32,32;ru:(21,16)=u40RM_cmb:(21,14),0,320;RM_rmb:(21,12),0,224;;,64,320;;/usr/include/rpc/auth_unix.hauthunix_parms:T(22,1)=s24aup_time:(0,8),0,32;aup_machname:(4,3),32,32;aup_uid:(0,8),64,32;aup_gid:(0,8),96,32;aup_len:(0,8),128,32;aup_gids:(22,2)=*(0,8),160,32;;short_hand_verf:T(22,3)=s12new_cred:(19,4),0,96;;/usr/include/rpc/auth_des.hauthdes_namekind:T(23,1)=eADN_FULLNAME:0,ADN_NICKNAME:1,;authdes_fullname:T(23,2)=s16name:(4,3),0,32;key:(19,2),32,64;window:(0,8),96,32;;authdes_cred:T(23,3)=s24adc_namekind:(23,1),0,32;adc_fullname:(23,2),32,128;adc_nickname:(0,8),160,32;;authdes_verf:T(23,4)=s12adv_time_u:(23,5)=u8adv_ctime:(13,1),0,64;adv_xtime:(19,2),0,64;;,0,64;adv_int_u:(0,8),64,32;;/usr/include/rpc/svc.hxprt_stat:T(24,1)=eXPRT_DIED:0,XPRT_MOREREQS:1,XPRT_IDLE:2,;xp_ops:T(24,2)=s24xp_recv:(17,2),0,32;xp_stat:(24,3)=*(24,4)=f(24,1),32,32;xp_getargs:(17,2),64,32;xp_reply:(17,2),96,32;xp_freeargs:(17,2),128,32;xp_destroy:(5,4),160,32;;SVCXPRT:t(24,5)=s56xp_sock:(0,1),0,32;xp_port:(0,6),32,16;xp_ops:(24,6)=*(24,2),64,32;xp_addrlen:(0,1),96,32;xp_raddr:(16,5),128,128;xp_verf:(19,4),256,96;xp_p1:(4,3),352,32;xp_p2:(4,3),384,32;xp_p3:(4,3),416,32;;svc_req:T(24,7)=s32rq_prog:(0,8),0,32;rq_vers:(0,8),32,32;rq_proc:(0,8),64,32;rq_cred:(19,4),96,96;rq_clntcred:(4,3),192,32;rq_xprt:(24,8)=*(24,5),224,32;;svc_fdset:G(10,7)/usr/include/rpc/svc_auth.h/usr/include/unistd.h/usr/include/sys/types.h./ahhead.hvector:t(28,1)=s8x:(0,9),0,32;y:(0,9),32,32;;complex:t(28,2)=s8r:(0,9),0,32;i:(0,9),32,32;;d_complex:t(28,3)=s16r:(0,10),0,64;i:(0,10),64,64;;tensor:t(28,4)=s12xx:(0,9),0,32;yy:(0,9),32,32;xy:(0,9),64,32;;ah_time:T(28,5)=s16yr:(0,4),0,16;mo:(0,4),16,16;day:(0,4),32,16;hr:(0,4),48,16;mn:(0,4),64,16;sec:(0,9),96,32;;calib:T(28,6)=s16pole:(28,2),0,64;zero:(28,2),64,64;;station_info:T(28,7)=s520code:(28,8)=ar(0,1);0;5;(0,2),0,48;chan:(28,8),48,48;stype:(16,6),96,64;slat:(0,9),160,32;slon:(0,9),192,32;elev:(0,9),224,32;DS:(0,9),256,32;A0:(0,9),288,32;cal:(28,9)=ar(0,1);0;29;(28,6),320,3840;;event_info:T(28,10)=s108lat:(0,9),0,32;lon:(0,9),32,32;dep:(0,9),64,32;ot:(28,5),96,128;ecomment:(28,11)=ar(0,1);0;79;(0,2),224,640;;record_info:T(28,12)=s320type:(0,4),0,16;ndata:(0,1),32,32;delta:(0,9),64,32;maxamp:(0,9),96,32;abstime:(28,5),128,128;rmin:(0,9),256,32;rcomment:(28,11),288,640;log:(28,13)=ar(0,1);0;201;(0,2),928,1616;;ahhed:t(28,14)=s1032station:(28,7),0,4160;event:(28,10),4160,864;record:(28,12),5024,2560;extra:(28,15)=ar(0,1);0;20;(0,9),7584,672;;./sac.hsac:T(29,1)=s632delta:(0,9),0,32;depmin:(0,9),32,32;depmax:(0,9),64,32;scale:(0,9),96,32;odelta:(0,9),128,32;b:(0,9),160,32;e:(0,9),192,32;o:(0,9),224,32;\a:(0,9),256,32;internal1:(0,9),288,32;t:(29,2)=ar(0,1);0;9;(0,9),320,320;f:(0,9),640,32;resp:(29,2),672,320;stla:(0,9),992,32;stlo:(0,9),1024,32;stel:(0,9),1056,32;\stdp:(0,9),1088,32;evla:(0,9),1120,32;evlo:(0,9),1152,32;evel:(0,9),1184,32;evdp:(0,9),1216,32;unused1:(0,9),1248,32;user:(29,2),1280,320;dist:(0,9),1600,32;\az:(0,9),1632,32;baz:(0,9),1664,32;gcarc:(0,9),1696,32;internal2:(0,9),1728,32;internal3:(0,9),1760,32;depmen:(0,9),1792,32;cmpaz:(0,9),1824,32;cmpinc:(0,9),1856,32;\unused2:(0,9),1888,32;unused3:(0,9),1920,32;unused4:(0,9),1952,32;unused5:(0,9),1984,32;unused6:(0,9),2016,32;unused7:(0,9),2048,32;unused8:(0,9),2080,32;unused9:(0,9),2112,32;\unused10:(0,9),2144,32;unused11:(0,9),2176,32;unused12:(0,9),2208,32;nzyear:(0,1),2240,32;nzjday:(0,1),2272,32;nzhour:(0,1),2304,32;nzmin:(0,1),2336,32;nzsec:(0,1),2368,32;\nzmsec:(0,1),2400,32;internal4:(0,1),2432,32;internal5:(0,1),2464,32;internal6:(0,1),2496,32;npts:(0,1),2528,32;internal7:(0,1),2560,32;internal8:(0,1),2592,32;unused13:(0,1),2624,32;\unused14:(0,1),2656,32;unused15:(0,1),2688,32;iftype:(0,1),2720,32;idep:(0,1),2752,32;iztype:(0,1),2784,32;unused16:(0,1),2816,32;iinst:(0,1),2848,32;istreg:(0,1),2880,32;\ievreg:(0,1),2912,32;ievtyp:(0,1),2944,32;iqual:(0,1),2976,32;isynth:(0,1),3008,32;unused17:(0,1),3040,32;unused18:(0,1),3072,32;unused19:(0,1),3104,32;unused20:(0,1),3136,32;\unused21:(0,1),3168,32;unused22:(0,1),3200,32;unused23:(0,1),3232,32;unused24:(0,1),3264,32;unused25:(0,1),3296,32;unused26:(0,1),3328,32;leven:(0,1),3360,32;lpspol:(0,1),3392,32;\lovrok:(0,1),3424,32;lcalda:(0,1),3456,32;unused27:(0,1),3488,32;kstnm:(16,6),3520,64;kevnm:(29,3)=ar(0,1);0;15;(0,2),3584,128;khole:(16,6),3712,64;ko:(16,6),3776,64;ka:(16,6),3840,64;\kt:(29,4)=ar(0,1);0;9;(16,6),3904,640;kf:(16,6),4544,64;kuser:(29,5)=ar(0,1);0;2;(16,6),4608,192;kcmpnm:(16,6),4800,64;knetwk:(16,6),4864,64;kdatrd:(16,6),4928,64;kinst:(16,6),4992,64;;sac_t:t(29,1)sac_def:S(29,1)/sw/loc/include/scv2.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/machine/devaddr.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(34,1)=s12sv_handler:(5,4),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(34,2)=s8ss_sp:(4,3),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(34,3)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(34,4)=ar(0,1);0;30;(4,3),288,992;sc_wbuf:(34,5)=ar(0,1);0;30;(34,6)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(34,7)=s12sa_handler:(5,4),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.hProgram_Name:G(4,3)/sw/loc/include/arrays.hTbl:T(45,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(45,2)=*(4,3),64,32;;Tbl:t(45,1)Arr:T(45,3)=s8root:(4,3),0,32;cmp:(17,2),32,32;;Arr:t(45,3)Stbl:T(45,4)=s16tbl:(45,5)=*(45,1),0,32;root:(4,3),32,32;cmp:(17,2),64,32;changed:(0,1),96,32;;Stbl:t(45,4)/sw/loc/include/pf.hPfvalue:t(46,1)=u4s:(4,3),0,32;arr:(46,2)=*(45,3),0,32;tbl:(45,5),0,32;;Pf:T(46,3)=s8type:(0,1),0,32;value:(46,1),32,32;;Pf:t(46,3)optarg:G(4,3)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(40,1)=s16name:(4,3),0,32;has_arg:(0,1),32,32;flag:(17,9),64,32;val:(0,1),96,32;;Dbptr:T(39,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(39,1)Dbvalue:T(39,2)=u1024t:(4,3),0,32;s:(39,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(45,5),0,32;arr:(46,2),0,32;;Dbvalue:t(39,2)Exvalue:T(39,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(4,3),0,32;p:(39,6)=*(39,5)=xsre_pattern_buffer:,0,32;fi:(17,2),0,32;fd:(39,7)=*(39,8)=f(0,10),0,32;fs:(39,9)=*(39,10)=f(4,3),0,32;;Exvalue:t(39,4)Expression:T(39,11)=s32left:(39,12)=*(39,11),0,32;right:(39,12),32,32;x3:(39,12),64,32;x4:(39,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(39,4),192,64;;Expression:t(39,11)dbinvalid:G(39,1)/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.hResponse_group:T(49,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(49,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(49,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(45,5),640,32;parameters:(46,2),672,32;private:(49,4)=*(0,11),704,32;;Response_group:t(49,1)Response:T(49,5)=s16ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(49,6)=*(49,1),64,32;dfile:(4,3),96,32;;Response:t(49,5)Fir:T(49,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(49,8)=*(0,10),192,32;num_coef_errors:(49,8),224,32;den_coefs:(49,8),256,32;den_coef_errors:(49,8),288,32;;Fir:t(49,7)Paz:T(49,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(49,10)=*(50,2),192,32;pole_errors:(49,10),224,32;zeros:(49,10),256,32;zero_errors:(49,10),288,32;;Paz:t(49,9)Iir:T(49,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(49,10),192,32;pole_errors:(49,10),224,32;zeros:(49,10),256,32;zero_errors:(49,10),288,32;;Iir:t(49,11)scv_segments_:T(30,1)=s200ituple:(0,1),0,32;exist:(0,1),32,32;nbad:(0,1),64,32;tstart:(0,10),128,64;tend:(0,10),192,64;nsamps:(0,1),256,32;dt:(0,10),320,64;ctype:(30,2)=ar(0,1);0;4;(0,2),384,40;\descrip:(30,3)=ar(0,1);0;50;(0,2),424,408;hang:(0,10),832,64;vang:(0,10),896,64;depth:(0,10),960,64;inid:(0,1),1024,32;chanid:(0,1),1056,32;calib:(0,9),1088,32;calper:(0,9),1120,32;\data_format:(16,6),1152,64;data_type:(16,6),1216,64;input_units:(16,6),1280,64;output_units:(16,6),1344,64;tshift:(0,10),1408,64;response:(30,4)=*(49,5),1472,32;responsefile:(4,3),1504,32;data:(30,5)=*(0,9),1536,32;raw_data:(49,4),1568,32;;SCVSegment:t(30,1)scv_arrival_:T(30,6)=s64ituple:(0,1),0,32;time:(0,10),64,64;deltime:(0,10),128,64;amp:(0,10),192,64;per:(0,10),256,64;phase:(16,6),320,64;fm:(30,8)=ar(0,1);0;3;(0,2),384,32;quality:(30,8),416,32;scv:(30,9)=*(30,7)=xssta_chan_view_:,448,32;;SCVArrival:t(30,6)sta_chan_view_:T(30,7)=s208id:(0,1),0,32;dbl:(30,10)=*(39,1),32,32;sta:(30,11)=ar(0,1);0;31;(0,2),64,256;chan:(30,11),320,256;chana:(30,11),576,256;tstart:(0,10),832,64;tend:(0,10),896,64;lat:(0,10),960,64;\lon:(0,10),1024,64;elev:(0,10),1088,64;deast:(0,10),1152,64;dnorth:(0,10),1216,64;delev:(0,10),1280,64;nsamps:(0,1),1344,32;nsegs:(0,1),1376,32;segments_size:(0,1),1408,32;\rel_wfdisc:(30,10),1440,32;segments:(30,12)=*(30,1),1472,32;narrivals:(0,1),1504,32;arrivals_size:(0,1),1536,32;rel_arrival:(30,10),1568,32;arrivals:(30,13)=*(30,14)=*(30,6),1600,32;;SCV:t(30,7)trace_:T(30,15)=s104scv:(30,16)=*(30,7),0,32;tstart:(0,10),64,64;dt:(0,10),128,64;nsamps:(0,1),192,32;calib:(0,9),224,32;calper:(0,9),256,32;rawdata_format:(16,6),288,64;rawdata_type:(16,6),352,64;\input_units:(16,6),416,64;output_units:(16,6),480,64;data:(30,5),544,32;data_free:(30,5),576,32;data_malloc:(0,1),608,32;raw_data:(49,4),640,32;rawdata_free:(30,17)=*(0,4),672,32;rawdata_malloc:(0,1),704,32;\prev:(30,18)=*(30,15),736,32;next:(30,18),768,32;;Trace:t(30,15)/sw/loc/include/errlog.h/sw/loc/include/csstime.hdate_time:T(53,1)=s48epoch:(0,10),0,64;date:(0,1),64,32;year:(0,1),96,32;month:(0,1),128,32;mname:(30,8),160,32;day:(0,1),192,32;doy:(0,1),224,32;hour:(0,1),256,32;\minute:(0,1),288,32;second:(0,9),320,32;;/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/db.hwrite_ah:F(0,11)scv:p(30,16)dbin:p(39,1)dbin:r(39,1)dbout:p(39,1)dbout:r(39,1)tstrt:p(0,10)tend:p(0,10)fixgaps:p(4,3)counts:p(0,1)wfdir:p(4,3)newDir:(0,13)=ar(0,1);0;64;(0,2)header:(28,14)nsegs:(0,1)seg_index:(0,1)num_samps:(0,1)seg_data:(30,5)station:(4,3)channel:(4,3)tstart:(0,10)human_time:(53,1)outfile:(0,14)=*(1,1)output_file:(0,15)=ar(0,1);0;32;(0,2)full_name:(0,16)=ar(0,1);0;96;(0,2)index:(0,1)wf_record:(39,3)data_type:(0,17)=ar(0,1);0;9;(0,2)table_dirname:(4,3)xdr_out:(17,10)trace:(30,18)calib:(0,10)dummy_double:(0,10)ioroutin.o/export/jspc/sw/src/bin/export/db2sac/ioroutin.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/sys/ioctl.h/usr/include/sys/ttychars.httychars:T(3,1)=s14tc_erase:(0,2),0,8;tc_kill:(0,2),8,8;tc_intrc:(0,2),16,8;tc_quitc:(0,2),24,8;tc_startc:(0,2),32,8;tc_stopc:(0,2),40,8;tc_eofc:(0,2),48,8;tc_brkc:(0,2),56,8;\tc_suspc:(0,2),64,8;tc_dsuspc:(0,2),72,8;tc_rprntc:(0,2),80,8;tc_flushc:(0,2),88,8;tc_werasc:(0,2),96,8;tc_lnextc:(0,2),104,8;;/usr/include/sys/ttydev.h/usr/include/sys/ttold.htchars:T(5,1)=s6t_intrc:(0,2),0,8;t_quitc:(0,2),8,8;t_startc:(0,2),16,8;t_stopc:(0,2),24,8;t_eofc:(0,2),32,8;t_brkc:(0,2),40,8;;ltchars:T(5,2)=s6t_suspc:(0,2),0,8;t_dsuspc:(0,2),8,8;t_rprntc:(0,2),16,8;t_flushc:(0,2),24,8;t_werasc:(0,2),32,8;t_lnextc:(0,2),40,8;;sgttyb:T(5,3)=s6sg_ispeed:(0,2),0,8;sg_ospeed:(0,2),8,8;sg_erase:(0,2),16,8;sg_kill:(0,2),24,8;sg_flags:(0,4),32,16;;/usr/include/sys/ioccom.h/usr/include/sys/ttycom.hwinsize:T(7,1)=s8ws_row:(0,6),0,16;ws_col:(0,6),16,16;ws_xpixel:(0,6),32,16;ws_ypixel:(0,6),48,16;;ttysize:T(7,2)=s8ts_lines:(0,1),0,32;ts_cols:(0,1),32,32;;/usr/include/sys/filio.h/usr/include/sys/ioccom.h/usr/include/sys/sockio.h/usr/include/sys/ioccom.h/usr/include/rpc/rpc.h/usr/include/rpc/types.h/usr/include/malloc.hmallinfo:T(14,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(14,2)=*(0,2)/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(15,1)=s4r:(15,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(15,3)=*(15,1)label_t:T(15,4)=s8val:(15,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(15,4)_quad_t:T(15,6)=s8val:(15,5),0,64;;quad_t:t(15,6)daddr_t:t(0,1)caddr_t:t(14,2)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(14,2)fd_mask:t(0,1)fd_set:T(15,7)=s32fds_bits:(15,8)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(15,7)/usr/include/sys/time.h/usr/include/time.h/usr/include/sys/stdtypes.htm:T(19,1)=s44tm_sec:(0,1),0,32;tm_min:(0,1),32,32;tm_hour:(0,1),64,32;tm_mday:(0,1),96,32;tm_mon:(0,1),128,32;tm_year:(0,1),160,32;tm_wday:(0,1),192,32;tm_yday:(0,1),224,32;\tm_isdst:(0,1),256,32;tm_zone:(14,2),288,32;tm_gmtoff:(0,1),320,32;;/usr/include/netinet/in.h/usr/include/rpc/xdr.h/usr/include/rpc/types.hxdr_op:T(22,1)=eXDR_ENCODE:0,XDR_DECODE:1,XDR_FREE:2,;xdrproc_t:t(22,2)=*(22,3)=f(0,1)xdr_ops:T(22,4)=s32x_getlong:(22,2),0,32;x_putlong:(22,2),32,32;x_getbytes:(22,2),64,32;x_putbytes:(22,2),96,32;x_getpostn:(22,5)=*(22,6)=f(0,8),128,32;x_setpostn:(22,2),160,32;x_inline:(22,7)=*(22,8)=f(22,9)=*(0,1),192,32;x_destroy:(22,10)=*(22,11)=f(0,11),224,32;;XDR:t(22,12)=s24x_op:(22,1),0,32;x_ops:(22,13)=*(22,4),32,32;x_public:(14,2),64,32;x_private:(14,2),96,32;x_base:(14,2),128,32;x_handy:(0,1),160,32;;xdr_discrim:T(22,14)=s8value:(0,1),0,32;proc:(22,2),32,32;;netobj:T(22,15)=s8n_len:(0,8),0,32;n_bytes:(14,2),32,32;;netobj:t(22,15)/usr/include/rpc/auth.hauth_stat:T(24,1)=eAUTH_OK:0,AUTH_BADCRED:1,AUTH_REJECTEDCRED:2,AUTH_BADVERF:3,AUTH_REJECTEDVERF:4,AUTH_TOOWEAK:5,AUTH_INVALIDRESP:6,AUTH_FAILED:7,;u_int32:t(0,8)des_block:T(24,2)=u8key:(24,3)=s8high:(0,8),0,32;low:(0,8),32,32;;,0,64;c:(21,6),0,64;;des_block:t(24,2)opaque_auth:T(24,4)=s12oa_flavor:(0,1),0,32;oa_base:(14,2),32,32;oa_length:(0,8),64,32;;auth_ops:T(24,5)=s20ah_nextverf:(22,10),0,32;ah_marshal:(22,2),32,32;ah_validate:(22,2),64,32;ah_refresh:(22,2),96,32;ah_destroy:(22,10),128,32;;AUTH:t(24,6)=s40ah_cred:(24,4),0,96;ah_verf:(24,4),96,96;ah_key:(24,2),192,64;ah_ops:(24,7)=*(24,5),256,32;ah_private:(14,2),288,32;;_null_auth:G(24,4)/usr/include/rpc/clnt.hclnt_stat:T(25,1)=eRPC_SUCCESS:0,RPC_CANTENCODEARGS:1,RPC_CANTDECODERES:2,RPC_CANTSEND:3,RPC_CANTRECV:4,RPC_TIMEDOUT:5,RPC_INTR:18,RPC_VERSMISMATCH:6,\RPC_AUTHERROR:7,RPC_PROGUNAVAIL:8,RPC_PROGVERSMISMATCH:9,RPC_PROCUNAVAIL:10,RPC_CANTDECODEARGS:11,RPC_SYSTEMERROR:12,RPC_UNKNOWNHOST:13,RPC_UNKNOWNPROTO:17,\RPC_PMAPFAILURE:14,RPC_PROGNOTREGISTERED:15,RPC_FAILED:16,;rpc_err:T(25,2)=s12re_status:(25,1),0,32;ru:(25,3)=u8RE_errno:(0,1),0,32;RE_why:(24,1),0,32;RE_vers:(25,4)=s8low:(0,8),0,32;high:(0,8),32,32;;,0,64;RE_lb:(25,5)=s8s1:(0,1),0,32;s2:(0,1),32,32;;,0,64;;,32,64;;clnt_ops:T(25,6)=s24cl_call:(25,7)=*(25,8)=f(25,1),0,32;cl_abort:(22,10),32,32;cl_geterr:(22,10),64,32;cl_freeres:(22,2),96,32;cl_destroy:(22,10),128,32;cl_control:(22,2),160,32;;CLIENT:t(25,9)=s12cl_auth:(25,10)=*(24,6),0,32;cl_ops:(25,11)=*(25,6),32,32;cl_private:(14,2),64,32;;rpc_createerr:T(25,12)=s16cf_stat:(25,1),0,32;cf_error:(25,2),32,96;;rpc_createerr:G(25,12)rpc_timers:T(25,13)=s8rt_srtt:(0,6),0,16;rt_deviate:(0,6),16,16;rt_rtxcur:(0,8),32,32;;/usr/include/rpc/rpc_msg.hmsg_type:T(26,1)=eCALL:0,REPLY:1,;reply_stat:T(26,2)=eMSG_ACCEPTED:0,MSG_DENIED:1,;accept_stat:T(26,3)=eSUCCESS:0,PROG_UNAVAIL:1,PROG_MISMATCH:2,PROC_UNAVAIL:3,GARBAGE_ARGS:4,SYSTEM_ERR:5,;reject_stat:T(26,4)=eRPC_MISMATCH:0,AUTH_ERROR:1,;accepted_reply:T(26,5)=s24ar_verf:(24,4),0,96;ar_stat:(26,3),96,32;ru:(26,6)=u8AR_versions:(26,7)=s8low:(0,8),0,32;high:(0,8),32,32;;,0,64;AR_results:(26,8)=s8where:(14,2),0,32;proc:(22,2),32,32;;,0,64;;,128,64;;rejected_reply:T(26,9)=s12rj_stat:(26,4),0,32;ru:(26,10)=u8RJ_versions:(26,11)=s8low:(0,8),0,32;high:(0,8),32,32;;,0,64;RJ_why:(24,1),0,32;;,32,64;;reply_body:T(26,12)=s28rp_stat:(26,2),0,32;ru:(26,13)=u24RP_ar:(26,5),0,192;RP_dr:(26,9),0,96;;,32,192;;call_body:T(26,14)=s40cb_rpcvers:(0,8),0,32;cb_prog:(0,8),32,32;cb_vers:(0,8),64,32;cb_proc:(0,8),96,32;cb_cred:(24,4),128,96;cb_verf:(24,4),224,96;;rpc_msg:T(26,15)=s48rm_xid:(0,8),0,32;rm_direction:(26,1),32,32;ru:(26,16)=u40RM_cmb:(26,14),0,320;RM_rmb:(26,12),0,224;;,64,320;;/usr/include/rpc/auth_unix.hauthunix_parms:T(27,1)=s24aup_time:(0,8),0,32;aup_machname:(14,2),32,32;aup_uid:(0,8),64,32;aup_gid:(0,8),96,32;aup_len:(0,8),128,32;aup_gids:(27,2)=*(0,8),160,32;;short_hand_verf:T(27,3)=s12new_cred:(24,4),0,96;;/usr/include/rpc/auth_des.hauthdes_namekind:T(28,1)=eADN_FULLNAME:0,ADN_NICKNAME:1,;authdes_fullname:T(28,2)=s16name:(14,2),0,32;key:(24,2),32,64;window:(0,8),96,32;;authdes_cred:T(28,3)=s24adc_namekind:(28,1),0,32;adc_fullname:(28,2),32,128;adc_nickname:(0,8),160,32;;authdes_verf:T(28,4)=s12adv_time_u:(28,5)=u8adv_ctime:(18,1),0,64;adv_xtime:(24,2),0,64;;,0,64;adv_int_u:(0,8),64,32;;/usr/include/rpc/svc.hxprt_stat:T(29,1)=eXPRT_DIED:0,XPRT_MOREREQS:1,XPRT_IDLE:2,;xp_ops:T(29,2)=s24xp_recv:(22,2),0,32;xp_stat:(29,3)=*(29,4)=f(29,1),32,32;xp_getargs:(22,2),64,32;xp_reply:(22,2),96,32;xp_freeargs:(22,2),128,32;xp_destroy:(22,10),160,32;;SVCXPRT:t(29,5)=s56xp_sock:(0,1),0,32;xp_port:(0,6),32,16;xp_ops:(29,6)=*(29,2),64,32;xp_addrlen:(0,1),96,32;xp_raddr:(21,5),128,128;xp_verf:(24,4),256,96;xp_p1:(14,2),352,32;xp_p2:(14,2),384,32;xp_p3:(14,2),416,32;;svc_req:T(29,7)=s32rq_prog:(0,8),0,32;rq_vers:(0,8),32,32;rq_proc:(0,8),64,32;rq_cred:(24,4),96,96;rq_clntcred:(14,2),192,32;rq_xprt:(29,8)=*(29,5),224,32;;svc_fdset:G(15,7)/usr/include/rpc/svc_auth.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hsingle:t(0,9)extended:t(32,1)=ar(0,1);0;2;(0,8)quadruple:t(32,2)=s16u:(32,3)=ar(0,1);0;3;(0,8),0,128;;fp_exception_field_type:t(0,8)sigfpe_code_type:t(0,1)sigfpe_handler_type:t(22,10)fp_direction:G(33,1)fp_precision:G(33,2)fp_accrued_exceptions:G(0,8)decimal_string:t(32,4)=ar(0,1);0;511;(0,2)decimal_record:t(32,5)=s532fpclass:(33,4),0,32;sign:(0,1),32,32;exponent:(0,1),64,32;ds:(32,4),96,4096;more:(0,1),4192,32;ndigits:(0,1),4224,32;;decimal_form:T(32,6)=efixed_form:0,floating_form:1,;decimal_mode:t(32,7)=s12rd:(33,1),0,32;df:(32,6),32,32;ndigits:(0,1),64,32;;decimal_string_form:T(32,8)=einvalid_form:0,whitespace_form:1,fixed_int_form:2,fixed_intdot_form:3,fixed_dotfrac_form:4,fixed_intdotfrac_form:5,floating_int_form:6,floating_intdot_form:7,\floating_dotfrac_form:8,floating_intdotfrac_form:9,inf_form:10,infinity_form:11,nan_form:12,nanstring_form:13,;ieee_handlers:G(32,9)=ar(0,1);0;4;(22,10)errno:G(0,1)fp_pi_type:T(31,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(31,1)exception:T(31,2)=s32type:(0,1),0,32;name:(14,2),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)./ahhead.hah_errno:G(0,1)ah_nerr:G(0,1)ah_errlist:G(0,13)=ar(0,1);0;9;(14,2)gethead:F(0,1)head:p(0,14)=*(34,14)file_pt:p(0,15)=*(1,1)ierr:(0,1)i:(0,1)sizefloat:(0,1)sizedouble:(0,1)sizelong:(0,1)sizeshort:(0,1)puthead:F(0,1)head:p(0,14)file_pt:p(0,15)ierr:(0,1)size:F(0,1)head:p(0,14)type_size:(0,1)tohead:F(0,1)n:p(0,1)file_pt:p(0,15)head:(34,14)i:(0,1)ierr:(0,1)getdata:F(0,1)head:p(0,14)array:p(14,2)file_pt:p(0,15)ierr:(0,1)putdata:F(0,1)head:p(0,14)array:p(14,2)file_pt:p(0,15)ierr:(0,1)putrecord:F(0,1)head:p(0,14)array:p(14,2)file_pt:p(0,15)ierr:(0,1)getrecord:F(0,1)head:p(0,14)array:p(14,2)file_pt:p(0,15)ierr:(0,1)getrecord2:F(0,1)head:p(0,14)array:p(0,16)=*(14,2)file_pt:p(0,15)ierr:(0,1)gogethead:F(0,1)n:p(0,1)head:p(0,14)file_pt:p(0,15)ierr:(0,1)gogetrecord:F(0,1)n:p(0,1)head:p(0,14)array:p(14,2)file_pt:p(0,15)ierr:(0,1)logger:F(0,1)char_pt:p(14,2)head_pt:p(0,14)org:(0,1)in:(0,1)err:(0,1)diff:(0,1)out_is_tty:F(0,1)in_is_tty:F(0,1)mkdatspace:F(14,2)head:p(0,14)get_null_head:F(0,1)hed:p(0,14)i:(0,1)acpy:F(0,1)from:p(14,2)to:p(14,2)nbytes:p(0,8)Program_Name:G(14,2)ah_error:F(0,1)s1:p(14,2)s2:p(14,2)status:p(0,1)maxamp:F(0,1)head:p(0,14)data:p(14,2)fpt:(0,17)=*(0,9)dpt:(0,18)=*(0,10)dmin:(0,10)dmax:(0,10)max:(0,9)min:(0,9)n_data_pts:(0,1)xdr_gethead:F(0,1)head:p(0,14)xdrs:p(0,19)=*(22,12)ierr:(0,1)xdr_puthead:F(0,1)head:p(0,14)xdrs:p(0,19)ierr:(0,1)xdr_tohead:F(0,1)n:p(0,1)xdrs:p(0,19)head:(34,14)i:(0,1)ierr:(0,1)j:(0,1)float_dum:(0,9)double_dum:(0,10)complex_dum:(34,2)tensor_dum:(34,4)xdr_getdata:F(0,1)head:p(0,14)array:p(14,2)xdrs:p(0,19)ierr:(0,1)pfloat:(0,17)pdouble:(0,18)pcomplex:(0,20)=*(34,2)ptensor:(0,21)=*(34,4)i:(0,1)xdr_putdata:F(0,1)head:p(0,14)array:p(14,2)xdrs:p(0,19)ierr:(0,1)pfloat:(0,17)pdouble:(0,18)pcomplex:(0,20)ptensor:(0,21)i:(0,1)xdr_putrecord:F(0,1)head:p(0,14)array:p(14,2)xdrs:p(0,19)ierr:(0,1)xdr_getrecord:F(0,1)head:p(0,14)array:p(14,2)xdrs:p(0,19)ierr:(0,1)xdr_getrecord2:F(0,1)head:p(0,14)array:p(0,16)xdrs:p(0,19)ierr:(0,1)xdr_gogethead:F(0,1)n:p(0,1)head:p(0,14)xdrs:p(0,19)ierr:(0,1)xdr_gogetrecord:F(0,1)n:p(0,1)head:p(0,14)array:p(14,2)xdrs:p(0,19)ierr:(0,1)xdr_ahhead:F(0,1)xdrsp:p(0,19)ahheadp:p(0,14)l:(0,8)pp:(0,16)p:(14,2)ppf:(0,22)=*(0,17)pf:(0,17)trace_subs.o/export/jspc/sw/src/bin/export/db2sac/trace_subs.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(3,1)=s4r:(3,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(3,3)=*(3,1)label_t:T(3,4)=s8val:(3,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(3,4)_quad_t:T(3,6)=s8val:(3,5),0,64;;quad_t:t(3,6)daddr_t:t(0,1)caddr_t:t(3,7)=*(0,2)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(3,7)fd_mask:t(0,1)fd_set:T(3,8)=s32fds_bits:(3,9)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(3,8)/usr/include/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.hflock:T(7,1)=s16l_type:(0,4),0,16;l_whence:(0,4),16,16;l_start:(0,1),32,32;l_len:(0,1),64,32;l_pid:(0,4),96,16;l_xxx:(0,4),112,16;;eflock:T(7,2)=s24l_type:(0,4),0,16;l_whence:(0,4),16,16;l_start:(0,1),32,32;l_len:(0,1),64,32;l_pid:(0,4),96,16;l_xxx:(0,4),112,16;l_rpid:(0,1),128,32;l_rsys:(0,1),160,32;;/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/types.h/usr/include/sys/stat.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(16,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(3,7)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hfp_pi_type:T(17,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(17,1)exception:T(17,2)=s32type:(0,1),0,32;name:(3,7),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)/sw/loc/include/errlog.hProgram_Name:G(3,7)/sw/loc/include/arrays.hTbl:T(21,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(21,2)=*(3,7),64,32;;Tbl:t(21,1)Arr:T(21,3)=s8root:(3,7),0,32;cmp:(21,4)=*(21,5)=f(0,1),32,32;;Arr:t(21,3)Stbl:T(21,6)=s16tbl:(21,7)=*(21,1),0,32;root:(3,7),32,32;cmp:(21,4),64,32;changed:(0,1),96,32;;Stbl:t(21,6)/sw/loc/include/pf.hPfvalue:t(22,1)=u4s:(3,7),0,32;arr:(22,2)=*(21,3),0,32;tbl:(21,7),0,32;;Pf:T(22,3)=s8type:(0,1),0,32;value:(22,1),32,32;;Pf:t(22,3)optarg:G(3,7)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(14,1)=s16name:(3,7),0,32;has_arg:(0,1),32,32;flag:(14,2)=*(0,1),64,32;val:(0,1),96,32;;Dbptr:T(13,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(13,1)Dbvalue:T(13,2)=u1024t:(3,7),0,32;s:(13,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(21,7),0,32;arr:(22,2),0,32;;Dbvalue:t(13,2)Exvalue:T(13,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(3,7),0,32;p:(13,6)=*(13,5)=xsre_pattern_buffer:,0,32;fi:(21,4),0,32;fd:(13,7)=*(13,8)=f(0,10),0,32;fs:(13,9)=*(13,10)=f(3,7),0,32;;Exvalue:t(13,4)Expression:T(13,11)=s32left:(13,12)=*(13,11),0,32;right:(13,12),32,32;x3:(13,12),64,32;x4:(13,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(13,4),192,64;;Expression:t(13,11)dbinvalid:G(13,1)/sw/loc/include/arrays.h/sw/loc/include/scv2.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/machine/devaddr.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(28,1)=s12sv_handler:(18,4),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(28,2)=s8ss_sp:(3,7),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(28,3)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(28,4)=ar(0,1);0;30;(3,7),288,992;sc_wbuf:(28,5)=ar(0,1);0;30;(28,6)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(28,7)=s12sa_handler:(18,4),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.hResponse_group:T(36,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(36,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(36,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(21,7),640,32;parameters:(22,2),672,32;private:(36,4)=*(0,11),704,32;;Response_group:t(36,1)Response:T(36,5)=s16ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(36,6)=*(36,1),64,32;dfile:(3,7),96,32;;Response:t(36,5)Fir:T(36,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(36,8)=*(0,10),192,32;num_coef_errors:(36,8),224,32;den_coefs:(36,8),256,32;den_coef_errors:(36,8),288,32;;Fir:t(36,7)Paz:T(36,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(36,10)=*(37,2),192,32;pole_errors:(36,10),224,32;zeros:(36,10),256,32;zero_errors:(36,10),288,32;;Paz:t(36,9)Iir:T(36,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(36,10),192,32;pole_errors:(36,10),224,32;zeros:(36,10),256,32;zero_errors:(36,10),288,32;;Iir:t(36,11)scv_segments_:T(24,1)=s200ituple:(0,1),0,32;exist:(0,1),32,32;nbad:(0,1),64,32;tstart:(0,10),128,64;tend:(0,10),192,64;nsamps:(0,1),256,32;dt:(0,10),320,64;ctype:(24,2)=ar(0,1);0;4;(0,2),384,40;\descrip:(24,3)=ar(0,1);0;50;(0,2),424,408;hang:(0,10),832,64;vang:(0,10),896,64;depth:(0,10),960,64;inid:(0,1),1024,32;chanid:(0,1),1056,32;calib:(0,9),1088,32;calper:(0,9),1120,32;\data_format:(24,4)=ar(0,1);0;7;(0,2),1152,64;data_type:(24,4),1216,64;input_units:(24,4),1280,64;output_units:(24,4),1344,64;tshift:(0,10),1408,64;response:(24,5)=*(36,5),1472,32;responsefile:(3,7),1504,32;data:(24,6)=*(0,9),1536,32;raw_data:(36,4),1568,32;;SCVSegment:t(24,1)scv_arrival_:T(24,7)=s64ituple:(0,1),0,32;time:(0,10),64,64;deltime:(0,10),128,64;amp:(0,10),192,64;per:(0,10),256,64;phase:(24,4),320,64;fm:(24,9)=ar(0,1);0;3;(0,2),384,32;quality:(24,9),416,32;scv:(24,10)=*(24,8)=xssta_chan_view_:,448,32;;SCVArrival:t(24,7)sta_chan_view_:T(24,8)=s208id:(0,1),0,32;dbl:(24,11)=*(13,1),32,32;sta:(24,12)=ar(0,1);0;31;(0,2),64,256;chan:(24,12),320,256;chana:(24,12),576,256;tstart:(0,10),832,64;tend:(0,10),896,64;lat:(0,10),960,64;\lon:(0,10),1024,64;elev:(0,10),1088,64;deast:(0,10),1152,64;dnorth:(0,10),1216,64;delev:(0,10),1280,64;nsamps:(0,1),1344,32;nsegs:(0,1),1376,32;segments_size:(0,1),1408,32;\rel_wfdisc:(24,11),1440,32;segments:(24,13)=*(24,1),1472,32;narrivals:(0,1),1504,32;arrivals_size:(0,1),1536,32;rel_arrival:(24,11),1568,32;arrivals:(24,14)=*(24,15)=*(24,7),1600,32;;SCV:t(24,8)trace_:T(24,16)=s104scv:(24,17)=*(24,8),0,32;tstart:(0,10),64,64;dt:(0,10),128,64;nsamps:(0,1),192,32;calib:(0,9),224,32;calper:(0,9),256,32;rawdata_format:(24,4),288,64;rawdata_type:(24,4),352,64;\input_units:(24,4),416,64;output_units:(24,4),480,64;data:(24,6),544,32;data_free:(24,6),576,32;data_malloc:(0,1),608,32;raw_data:(36,4),640,32;rawdata_free:(24,18)=*(0,4),672,32;rawdata_malloc:(0,1),704,32;\prev:(24,19)=*(24,16),736,32;next:(24,19),768,32;;Trace:t(24,16)read_wfdisc:F(24,19)db:p(13,1)db:r(13,1)tstart:p(0,10)tend:p(0,10)fname:(13,3)dtype:(24,4)segtype:(24,4)foff:(0,1)nsamp:(0,1)data:(36,4)trace:(24,19)time:(0,10)dt:(0,10)samprate:(0,10)calib:(0,10)calper:(0,10)isamp:(0,1)jsamp:(0,1)size:(0,1)read_file:F(0,1)fname:p(3,7)foff:p(0,1)datatype:p(3,7)nsamps:p(14,2)buf:p(0,13)=*(36,4)file:(0,14)=*(1,1)n:(0,1)size:(0,1)SCV.o/auto/jspc/sw/src/lib/dataformat/scv2/SCV.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.hva_list:t(2,1)=*(0,2)./scv2.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(6,1)=s12sv_handler:(6,2)=*(6,3)=f(0,11),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(6,4)=s8ss_sp:(2,1),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(6,5)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(6,6)=ar(0,1);0;30;(2,1),288,992;sc_wbuf:(6,7)=ar(0,1);0;30;(6,8)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(6,9)=s12sa_handler:(6,2),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(9,1)=s4r:(9,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(9,3)=*(9,1)label_t:T(9,4)=s8val:(9,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(9,4)_quad_t:T(9,6)=s8val:(9,5),0,64;;quad_t:t(9,6)daddr_t:t(0,1)caddr_t:t(2,1)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(2,1)fd_mask:t(0,1)fd_set:T(9,7)=s32fds_bits:(9,8)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(9,7)/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(16,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(2,1)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hfp_pi_type:T(17,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(17,1)exception:T(17,2)=s32type:(0,1),0,32;name:(2,1),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)/sw/loc/include/errlog.hProgram_Name:G(2,1)/sw/loc/include/arrays.hTbl:T(21,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(21,2)=*(2,1),64,32;;Tbl:t(21,1)Arr:T(21,3)=s8root:(2,1),0,32;cmp:(21,4)=*(21,5)=f(0,1),32,32;;Arr:t(21,3)Stbl:T(21,6)=s16tbl:(21,7)=*(21,1),0,32;root:(2,1),32,32;cmp:(21,4),64,32;changed:(0,1),96,32;;Stbl:t(21,6)/sw/loc/include/pf.hoptarg:G(2,1)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(14,1)=s16name:(2,1),0,32;has_arg:(0,1),32,32;flag:(14,2)=*(0,1),64,32;val:(0,1),96,32;;Dbptr:T(13,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(13,1)Dbvalue:T(13,2)=u1024t:(2,1),0,32;s:(13,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(21,7),0,32;arr:(22,2),0,32;;Dbvalue:t(13,2)Exvalue:T(13,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(2,1),0,32;p:(13,6)=*(13,5)=xsre_pattern_buffer:,0,32;fi:(21,4),0,32;fd:(13,7)=*(13,8)=f(0,10),0,32;fs:(13,9)=*(13,10)=f(2,1),0,32;;Exvalue:t(13,4)Expression:T(13,11)=s32left:(13,12)=*(13,11),0,32;right:(13,12),32,32;x3:(13,12),64,32;x4:(13,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(13,4),192,64;;Expression:t(13,11)dbinvalid:G(13,1)/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.hscv_segments_:T(3,1)=s200ituple:(0,1),0,32;exist:(0,1),32,32;nbad:(0,1),64,32;tstart:(0,10),128,64;tend:(0,10),192,64;nsamps:(0,1),256,32;dt:(0,10),320,64;ctype:(3,2)=ar(0,1);0;4;(0,2),384,40;\descrip:(3,3)=ar(0,1);0;50;(0,2),424,408;hang:(0,10),832,64;vang:(0,10),896,64;depth:(0,10),960,64;inid:(0,1),1024,32;chanid:(0,1),1056,32;calib:(0,9),1088,32;calper:(0,9),1120,32;\data_format:(3,4)=ar(0,1);0;7;(0,2),1152,64;data_type:(3,4),1216,64;input_units:(3,4),1280,64;output_units:(3,4),1344,64;tshift:(0,10),1408,64;response:(3,5)=*(25,5),1472,32;responsefile:(2,1),1504,32;data:(3,6)=*(0,9),1536,32;raw_data:(25,4),1568,32;;SCVSegment:t(3,1)scv_arrival_:T(3,7)=s64ituple:(0,1),0,32;time:(0,10),64,64;deltime:(0,10),128,64;amp:(0,10),192,64;per:(0,10),256,64;phase:(3,4),320,64;fm:(3,9)=ar(0,1);0;3;(0,2),384,32;quality:(3,9),416,32;scv:(3,10)=*(3,8)=xssta_chan_view_:,448,32;;SCVArrival:t(3,7)sta_chan_view_:T(3,8)=s208id:(0,1),0,32;dbl:(3,11)=*(13,1),32,32;sta:(3,12)=ar(0,1);0;31;(0,2),64,256;chan:(3,12),320,256;chana:(3,12),576,256;tstart:(0,10),832,64;tend:(0,10),896,64;lat:(0,10),960,64;\lon:(0,10),1024,64;elev:(0,10),1088,64;deast:(0,10),1152,64;dnorth:(0,10),1216,64;delev:(0,10),1280,64;nsamps:(0,1),1344,32;nsegs:(0,1),1376,32;segments_size:(0,1),1408,32;\rel_wfdisc:(3,11),1440,32;segments:(3,13)=*(3,1),1472,32;narrivals:(0,1),1504,32;arrivals_size:(0,1),1536,32;rel_arrival:(3,11),1568,32;arrivals:(3,14)=*(3,15)=*(3,7),1600,32;;SCV:t(3,8)trace_:T(3,16)=s104scv:(3,17)=*(3,8),0,32;tstart:(0,10),64,64;dt:(0,10),128,64;nsamps:(0,1),192,32;calib:(0,9),224,32;calper:(0,9),256,32;rawdata_format:(3,4),288,64;rawdata_type:(3,4),352,64;\input_units:(3,4),416,64;output_units:(3,4),480,64;data:(3,6),544,32;data_free:(3,6),576,32;data_malloc:(0,1),608,32;raw_data:(25,4),640,32;rawdata_free:(3,18)=*(0,4),672,32;rawdata_malloc:(0,1),704,32;\prev:(3,19)=*(3,16),736,32;next:(3,19),768,32;;Trace:t(3,16)./scv2_p.hdate_time:T(28,1)=s48epoch:(0,10),0,64;date:(0,1),64,32;year:(0,1),96,32;month:(0,1),128,32;mname:(3,9),160,32;day:(0,1),192,32;doy:(0,1),224,32;hour:(0,1),256,32;\minute:(0,1),288,32;second:(0,9),320,32;;SCV_create:F(0,13)=*(3,17)schema:p(2,1)ndbs:p(0,1)dbnames:p(21,2)stachan_sift:p(2,1)tstart_sift:p(2,1)tend_sift:p(2,1)exist:p(0,1)nscvs:p(14,2)scvs:(0,13)dbl:(3,11)i:(0,1)j:(0,1)n:(0,1)nscvse:(0,1)esegs:(0,1)SCV_create_from_wftar:F(0,13)schema:p(2,1)ndbs:p(0,1)dbnames:p(21,2)stachan_sift:p(2,1)tstart_sift:p(2,1)tend_sift:p(2,1)tarnam_sift:p(2,1)fstart_sift:p(0,1)fend_sift:p(0,1)nscvs:p(14,2)dbl:(3,11)SCV_get:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)scv:(3,17)attr:(0,1)charp:(2,1)SCV_return:F(25,4)scv:p(3,17)attr:p(0,1)SCV_sift_stachan:F(0,13)nscvs:p(0,1)scvs:p(0,13)stachan_sift:p(2,1)nscvs_out:p(14,2)scvs_out:(0,13)i:(0,1)ret:(0,1)SCV_free_all:F(0,11)scvs:p(0,13)nscvs:p(0,1)i:(0,1)SCV_free:F(0,11)scv:p(3,17)i:(0,1)SCV_read_wfs:F(0,1)scv:p(3,17)schema:(2,1)SCV_read_rawwfs:F(0,1)scv:p(3,17)schema:(2,1)SCV_get_trace:F(3,19)scv:p(3,17)tstart:p(0,10)tend:p(0,10)schema:(2,1)SCV_get_rawtrace:F(3,19)scv:p(3,17)tstart:p(0,10)tend:p(0,10)schema:(2,1)SCV_get_rawtrace_nodata:F(3,19)scv:p(3,17)tstart:p(0,10)tend:p(0,10)schema:(2,1)SCV_free_trace:F(0,11)trace:p(3,19)ptr:(3,19)next:(3,19)SCV_get_arrival:F(3,15)__builtin_va_alist:p(0,1)args:(2,1)scv:(3,17)iarr:(0,1)attr:(0,1)charp:(2,1)ARR_get:F(3,15)__builtin_va_alist:p(0,1)args:(2,1)arr:(3,15)attr:(0,1)charp:(2,1)SCV_add_arrival:F(0,1)scv:p(3,17)time:p(0,10)schema:(2,1)SCV_put_arrival:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)scv:(3,17)iarr:(0,1)arr:(3,15)i:(0,1)attrid:(0,1)sval:(2,1)dval:(0,10)schema:(2,1)ARR_put:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)arr:(3,15)i:(0,1)attrid:(0,1)sval:(2,1)dval:(0,10)schema:(2,1)SCV_get_segment:F(3,13)__builtin_va_alist:p(0,1)args:(2,1)scv:(3,17)segIndex:(0,1)attr:(0,1)charg:(2,1)SCV_get_seg_from_time:F(0,1)scv:p(3,17)time:p(0,10)i:(0,1)SEG_return:F(25,4)seg:p(3,13)attr:p(0,1)charg:(2,1)scv_add_arrival:F(0,1)scv:p(3,17)time:p(0,10)arr_ptr:(3,15)i:(0,1)scv_time_compar:F(0,1)seg_tpl1:p(3,13)seg_tpl2:p(3,13)scv_time2_compar:F(0,1)arrival_tpl1:p(3,14)arrival_tpl2:p(3,14)SCV28.o/auto/jspc/sw/src/lib/dataformat/scv2/SCV28.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./scv2.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(5,1)=s12sv_handler:(5,2)=*(5,3)=f(0,11),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(5,4)=s8ss_sp:(5,5)=*(0,2),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(5,6)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(5,7)=ar(0,1);0;30;(5,5),288,992;sc_wbuf:(5,8)=ar(0,1);0;30;(5,9)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(5,10)=s12sa_handler:(5,2),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.hu_char:t(0,5)u_short:t(0,6)u_int:t(0,8)u_long:t(0,8)ushort:t(0,6)uint:t(0,8)_physadr_t:T(8,1)=s4r:(8,2)=ar(0,1);0;0;(0,1),0,32;;physadr_t:t(8,3)=*(8,1)label_t:T(8,4)=s8val:(8,5)=ar(0,1);0;1;(0,1),0,64;;label_t:t(8,4)_quad_t:T(8,6)=s8val:(8,5),0,64;;quad_t:t(8,6)daddr_t:t(0,1)caddr_t:t(5,5)ino_t:t(0,8)dev_t:t(0,4)off_t:t(0,1)uid_t:t(0,6)gid_t:t(0,6)key_t:t(0,1)addr_t:t(5,5)fd_mask:t(0,1)fd_set:T(8,7)=s32fds_bits:(8,8)=ar(0,1);0;7;(0,1),0,256;;fd_set:t(8,7)/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(15,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(5,5)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hfp_pi_type:T(16,1)=efp_pi_infinite:0,fp_pi_66:1,fp_pi_53:2,;fp_pi:G(16,1)exception:T(16,2)=s32type:(0,1),0,32;name:(5,5),32,32;arg1:(0,10),64,64;arg2:(0,10),128,64;retval:(0,10),192,64;;signgam:G(0,1)/sw/loc/include/errlog.hProgram_Name:G(5,5)/sw/loc/include/arrays.hTbl:T(20,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(20,2)=*(5,5),64,32;;Tbl:t(20,1)Arr:T(20,3)=s8root:(5,5),0,32;cmp:(20,4)=*(20,5)=f(0,1),32,32;;Arr:t(20,3)Stbl:T(20,6)=s16tbl:(20,7)=*(20,1),0,32;root:(5,5),32,32;cmp:(20,4),64,32;changed:(0,1),96,32;;Stbl:t(20,6)/sw/loc/include/pf.hPfvalue:t(21,1)=u4s:(5,5),0,32;arr:(21,2)=*(20,3),0,32;tbl:(20,7),0,32;;Pf:T(21,3)=s8type:(0,1),0,32;value:(21,1),32,32;;Pf:t(21,3)optarg:G(5,5)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(13,1)=s16name:(5,5),0,32;has_arg:(0,1),32,32;flag:(13,2)=*(0,1),64,32;val:(0,1),96,32;;Dbptr:T(12,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(12,1)Dbvalue:T(12,2)=u1024t:(5,5),0,32;s:(12,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(20,7),0,32;arr:(21,2),0,32;;Dbvalue:t(12,2)Exvalue:T(12,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(5,5),0,32;p:(12,6)=*(12,5)=xsre_pattern_buffer:,0,32;fi:(20,4),0,32;fd:(12,7)=*(12,8)=f(0,10),0,32;fs:(12,9)=*(12,10)=f(5,5),0,32;;Exvalue:t(12,4)Expression:T(12,11)=s32left:(12,12)=*(12,11),0,32;right:(12,12),32,32;x3:(12,12),64,32;x4:(12,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(12,4),192,64;;Expression:t(12,11)dbinvalid:G(12,1)/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.hResponse_group:T(24,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(24,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(24,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(20,7),640,32;parameters:(21,2),672,32;private:(24,4)=*(0,11),704,32;;Response_group:t(24,1)Response:T(24,5)=s16ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(24,6)=*(24,1),64,32;dfile:(5,5),96,32;;Response:t(24,5)Fir:T(24,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(24,8)=*(0,10),192,32;num_coef_errors:(24,8),224,32;den_coefs:(24,8),256,32;den_coef_errors:(24,8),288,32;;Fir:t(24,7)Paz:T(24,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(24,10)=*(25,2),192,32;pole_errors:(24,10),224,32;zeros:(24,10),256,32;zero_errors:(24,10),288,32;;Paz:t(24,9)Iir:T(24,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(24,10),192,32;pole_errors:(24,10),224,32;zeros:(24,10),256,32;zero_errors:(24,10),288,32;;Iir:t(24,11)scv_segments_:T(2,1)=s200ituple:(0,1),0,32;exist:(0,1),32,32;nbad:(0,1),64,32;tstart:(0,10),128,64;tend:(0,10),192,64;nsamps:(0,1),256,32;dt:(0,10),320,64;ctype:(2,2)=ar(0,1);0;4;(0,2),384,40;\descrip:(2,3)=ar(0,1);0;50;(0,2),424,408;hang:(0,10),832,64;vang:(0,10),896,64;depth:(0,10),960,64;inid:(0,1),1024,32;chanid:(0,1),1056,32;calib:(0,9),1088,32;calper:(0,9),1120,32;\data_format:(2,4)=ar(0,1);0;7;(0,2),1152,64;data_type:(2,4),1216,64;input_units:(2,4),1280,64;output_units:(2,4),1344,64;tshift:(0,10),1408,64;response:(2,5)=*(24,5),1472,32;responsefile:(5,5),1504,32;data:(2,6)=*(0,9),1536,32;raw_data:(24,4),1568,32;;SCVSegment:t(2,1)scv_arrival_:T(2,7)=s64ituple:(0,1),0,32;time:(0,10),64,64;deltime:(0,10),128,64;amp:(0,10),192,64;per:(0,10),256,64;phase:(2,4),320,64;fm:(2,9)=ar(0,1);0;3;(0,2),384,32;quality:(2,9),416,32;scv:(2,10)=*(2,8)=xssta_chan_view_:,448,32;;SCVArrival:t(2,7)sta_chan_view_:T(2,8)=s208id:(0,1),0,32;dbl:(2,11)=*(12,1),32,32;sta:(2,12)=ar(0,1);0;31;(0,2),64,256;chan:(2,12),320,256;chana:(2,12),576,256;tstart:(0,10),832,64;tend:(0,10),896,64;lat:(0,10),960,64;\lon:(0,10),1024,64;elev:(0,10),1088,64;deast:(0,10),1152,64;dnorth:(0,10),1216,64;delev:(0,10),1280,64;nsamps:(0,1),1344,32;nsegs:(0,1),1376,32;segments_size:(0,1),1408,32;\rel_wfdisc:(2,11),1440,32;segments:(2,13)=*(2,1),1472,32;narrivals:(0,1),1504,32;arrivals_size:(0,1),1536,32;rel_arrival:(2,11),1568,32;arrivals:(2,14)=*(2,15)=*(2,7),1600,32;;SCV:t(2,8)trace_:T(2,16)=s104scv:(2,17)=*(2,8),0,32;tstart:(0,10),64,64;dt:(0,10),128,64;nsamps:(0,1),192,32;calib:(0,9),224,32;calper:(0,9),256,32;rawdata_format:(2,4),288,64;rawdata_type:(2,4),352,64;\input_units:(2,4),416,64;output_units:(2,4),480,64;data:(2,6),544,32;data_free:(2,6),576,32;data_malloc:(0,1),608,32;raw_data:(24,4),640,32;rawdata_free:(2,18)=*(0,4),672,32;rawdata_malloc:(0,1),704,32;\prev:(2,19)=*(2,16),736,32;next:(2,19),768,32;;Trace:t(2,16)./scv2_p.hSCV28_create:F(0,13)=*(2,17)dbl:p(2,11)stachan_sift:p(5,5)tstart_sift:p(5,5)tend_sift:p(5,5)nscvs:p(13,2)rel:(2,11)arrival_rel:(2,11)site_rel:(2,11)dbl_in:(2,11)i:(0,1)j:(0,1)k:(0,1)scv:(2,17)scvs:(0,13)tstart:(0,10)tend:(0,10)tstart_s:(0,10)tend_s:(0,10)ret:(0,1)used:(0,1)arr_ptr:(2,15)date_time:(27,1)ntuples:(0,1)nwfdisc:(0,1)narrival:(0,1)nsamp:(0,1)samprate:(0,9)sta:(0,14)=ar(0,1);0;15;(0,2)chan:(0,14)dfile:(2,12)dir:(0,15)=ar(0,1);0;63;(0,2)sta:(0,14)chan:(0,14)phase:(0,14)fm:(0,14)remark:(2,12)amp:(0,9)per:(0,9)deltime:(0,10)sta:(0,14)chan:(0,14)ondate:(0,1)offdate:(0,1)lat:(0,9)lon:(0,9)elev:(0,9)deast:(0,9)dnorth:(0,9)hang:(0,9)vang:(0,9)SCV28_create_from_wftar:F(0,13)dbl:p(2,11)stachan_sift:p(5,5)tstart_sift:p(5,5)tend_sift:p(5,5)tarnam_sift:p(5,5)fstart_sift:p(0,1)fend_sift:p(0,1)nscvs:p(13,2)rel:(2,11)arrival_rel:(2,11)site_rel:(2,11)dbl_in:(2,11)i:(0,1)j:(0,1)scv:(2,17)scvs:(0,13)tstart:(0,10)tend:(0,10)tstart_s:(0,10)tend_s:(0,10)ret:(0,1)used:(0,1)arr_ptr:(2,15)ntuples:(0,1)narrival:(0,1)nsite:(0,1)nsamp:(0,1)tpfile:(0,1)samprate:(0,9)sta:(0,14)chan:(0,14)tarnam:(2,12)sta:(0,14)chan:(0,14)phase:(0,14)sta:(0,14)chan:(0,14)k:(0,1)ondate:(0,1)offdate:(0,1)lat:(0,9)lon:(0,9)elev:(0,9)deast:(0,9)dnorth:(0,9)hang:(0,9)vang:(0,9)date_time:(27,1)SCV28_read_wfs:F(0,1)scv:p(2,17)i:(0,1)tstart_seg:(0,10)dt_seg:(0,10)nsamps_seg:(0,1)data_seg:(2,6)nbad:(0,1)badval:V(0,8)SCV28_get_trace:F(2,19)scv:p(2,17)tstart:p(0,10)tend:p(0,10)i:(0,1)j:(0,1)k:(0,1)tstart_seg:(0,10)dt_seg:(0,10)nsamps_seg:(0,1)data_seg:(2,6)head:(2,19)last:(2,19)next:(2,19)is:(0,1)ie:(0,1)ts:(0,10)te:(0,10)tss:(0,10)tee:(0,10)data_seg_malloc:(0,1)nbad:(0,1)int_seg:(0,16)=*(0,8)first:(0,1)badval:V(0,8)SCV28_add_arrival:F(0,1)scv:p(2,17)time:p(0,10)i:(0,1)arr:(2,15)/usr/include/varargs.hva_list:t(5,5)SCV28_put_arrival:F(0,1)__builtin_va_alist:p(0,1)args:(5,5)scv:(2,17)arr:(2,15)attrid:(0,1)ptr:(5,5)time:(0,10)dt:(27,1)string:(0,15)wfid:(0,1)chid:(0,1)i:(0,1)ARR28_put:F(0,1)__builtin_va_alist:p(0,1)args:(5,5)arr:(2,15)attrid:(0,1)ptr:(5,5)time:(0,10)dt:(27,1)string:(0,15)wfid:(0,1)chid:(0,1)i:(0,1)SCV30.o/auto/jspc/sw/src/lib/dataformat/scv2/SCV30.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./scv2.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.h./scv2_p.hscv2_nodata:G(0,1)SCV30_read_wfs:F(0,1)scv:p(2,17)rawflg:p(0,1)fltflg:p(0,1)i:(0,1)tstart_seg:(0,10)dt_seg:(0,10)nsamps_seg:(0,1)data_seg:(2,6)rawdata_seg:(24,4)nbad:(0,1)badval:V(0,8)SCV30_get_trace:F(2,19)scv:p(2,17)tstart:p(0,10)tend:p(0,10)rawflg:p(0,1)fltflg:p(0,1)i:(0,1)j:(0,1)k:(0,1)tstart_seg:(0,10)dt_seg:(0,10)nsamps_seg:(0,1)data_seg:(2,6)rawdata_seg:(24,4)head:(2,19)last:(2,19)next:(2,19)is:(0,1)ie:(0,1)ts:(0,10)te:(0,10)tss:(0,10)tee:(0,10)data_seg_malloc:(0,1)rawdata_seg_malloc:(0,1)nbad:(0,1)int_seg:(0,13)=*(0,8)first:(0,1)sint_ptr:(2,18)lint_ptr:(13,2)badval:V(0,8)SCV30_get_trace_nodata:F(2,19)scv:p(2,17)tstart:p(0,10)tend:p(0,10)rawflg:p(0,1)fltflg:p(0,1)tr:(2,19)SCV30_add_arrival:F(0,1)scv:p(2,17)time:p(0,10)i:(0,1)j:(0,1)n:(0,1)arr:(2,15)nextid:(0,1)str:(0,14)=ar(0,1);0;63;(0,2)/usr/include/varargs.hSCV30_put_arrival:F(0,1)__builtin_va_alist:p(0,1)args:(5,5)scv:(2,17)arr:(2,15)attrid:(0,1)ptr:(5,5)time:(0,10)dt:(27,1)wfid:(0,1)arid:(0,1)i:(0,1)ARR30_put:F(0,1)__builtin_va_alist:p(0,1)args:(5,5)arr:(2,15)attrid:(0,1)ptr:(5,5)time:(0,10)dt:(27,1)wfid:(0,1)arid:(0,1)i:(0,1)SCV30_create.o/auto/jspc/sw/src/lib/dataformat/scv2/SCV30_create.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/malloc.h/usr/include/string.h/usr/include/sys/stdtypes.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./scv2.h/usr/include/sys/param.h/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/stock.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.hscv_segments_:T(27,1)=s200ituple:(0,1),0,32;exist:(0,1),32,32;nbad:(0,1),64,32;tstart:(0,10),128,64;tend:(0,10),192,64;nsamps:(0,1),256,32;dt:(0,10),320,64;ctype:(27,2)=ar(0,1);0;4;(0,2),384,40;\descrip:(27,3)=ar(0,1);0;50;(0,2),424,408;hang:(0,10),832,64;vang:(0,10),896,64;depth:(0,10),960,64;inid:(0,1),1024,32;chanid:(0,1),1056,32;calib:(0,9),1088,32;calper:(0,9),1120,32;\data_format:(27,4)=ar(0,1);0;7;(0,2),1152,64;data_type:(27,4),1216,64;input_units:(27,4),1280,64;output_units:(27,4),1344,64;tshift:(0,10),1408,64;response:(27,5)=*(18,5),1472,32;responsefile:(3,7),1504,32;data:(27,6)=*(0,9),1536,32;raw_data:(18,4),1568,32;;SCVSegment:t(27,1)scv_arrival_:T(27,7)=s64ituple:(0,1),0,32;time:(0,10),64,64;deltime:(0,10),128,64;amp:(0,10),192,64;per:(0,10),256,64;phase:(27,4),320,64;fm:(27,9)=ar(0,1);0;3;(0,2),384,32;quality:(27,9),416,32;scv:(27,10)=*(27,8)=xssta_chan_view_:,448,32;;SCVArrival:t(27,7)sta_chan_view_:T(27,8)=s208id:(0,1),0,32;dbl:(27,11)=*(30,1),32,32;sta:(27,12)=ar(0,1);0;31;(0,2),64,256;chan:(27,12),320,256;chana:(27,12),576,256;tstart:(0,10),832,64;tend:(0,10),896,64;lat:(0,10),960,64;\lon:(0,10),1024,64;elev:(0,10),1088,64;deast:(0,10),1152,64;dnorth:(0,10),1216,64;delev:(0,10),1280,64;nsamps:(0,1),1344,32;nsegs:(0,1),1376,32;segments_size:(0,1),1408,32;\rel_wfdisc:(27,11),1440,32;segments:(27,13)=*(27,1),1472,32;narrivals:(0,1),1504,32;arrivals_size:(0,1),1536,32;rel_arrival:(27,11),1568,32;arrivals:(27,14)=*(27,15)=*(27,7),1600,32;;SCV:t(27,8)trace_:T(27,16)=s104scv:(27,17)=*(27,8),0,32;tstart:(0,10),64,64;dt:(0,10),128,64;nsamps:(0,1),192,32;calib:(0,9),224,32;calper:(0,9),256,32;rawdata_format:(27,4),288,64;rawdata_type:(27,4),352,64;\input_units:(27,4),416,64;output_units:(27,4),480,64;data:(27,6),544,32;data_free:(27,6),576,32;data_malloc:(0,1),608,32;raw_data:(18,4),640,32;rawdata_free:(27,18)=*(0,4),672,32;rawdata_malloc:(0,1),704,32;\prev:(27,19)=*(27,16),736,32;next:(27,19),768,32;;Trace:t(27,16)./scv2_p.h/sw/loc/include/stock.hSCV30_create:F(0,13)=*(27,17)dbl:p(27,11)stachan_sift:p(3,7)tstart_sift:p(3,7)tend_sift:p(3,7)nscvs:p(20,2)i:(0,1)scv:(27,17)scvs:(0,13)tstart_s:(0,10)tend_s:(0,10)stachan_s:(3,7)good_dbl:F(0,1)dbl:p(27,11)rel:(27,11)ok_sift_keys:F(0,1)tstart_sift:p(3,7)tstart_s:p(18,8)tend_sift:p(3,7)tend_s:p(18,8)stachan_sift:p(3,7)stachan_s:p(25,2)flag:(0,1)new_segment:F(0,1)scv:p(27,17)newseg:(0,1)new_scv:F(27,17)scvs:p(0,14)=*(0,13)nscvs:p(20,2)sta:p(3,7)chan:p(3,7)scv:(27,17)find_scv:F(27,17)scvs:p(0,14)nscvs:p(20,2)sta:p(3,7)chan:p(3,7)j:(0,1)get_wfdisc_info:F(0,1)dbl:p(27,11)tstart_s:p(0,10)tend_s:p(0,10)stachan_sift:p(3,7)scvs:p(0,14)nscvs:p(20,2)wfdisc_rel:(27,11)ituple:(0,1)nsamp:(0,1)samprate:(0,9)sta:(0,15)=ar(0,1);0;15;(0,2)chan:(0,15)datatype:(27,4)segtype:(27,4)dfile:(27,12)dir:(0,16)=ar(0,1);0;63;(0,2)tstart:(0,10)tend:(0,10)calib:(0,9)calper:(0,9)chanid:(0,1)scv:(27,17)isegment:(0,1)ntuples:(0,1)get_arrival_info:F(0,1)dbl:p(27,11)tstart_s:p(0,10)tend_s:p(0,10)stachan_sift:p(3,7)scvs:p(0,13)nscvs:p(20,2)arrival_rel:(27,11)scv:(27,17)ituple:(0,1)j:(0,1)sta:(0,15)chan:(0,15)phase:(0,15)fm:(0,15)tstart:(0,10)deltime:(0,9)amp:(0,9)per:(0,9)i:(0,1)ntuples:(0,1)new_arrival:F(0,1)scv:p(27,17)ituple:p(0,1)tstart:p(0,10)deltime:p(0,10)amp:p(0,10)per:p(0,10)phase:p(3,7)fm:p(3,7)arr_ptr:(27,15)get_site_info:F(0,1)dbl:p(27,11)tstart_s:p(0,10)tend_s:p(0,10)stachan_sift:p(3,7)scvs:p(0,13)nscvs:p(20,2)date_time:(35,1)sta:(0,15)ondate:(0,1)offdate:(0,1)lat:(0,9)lon:(0,9)elev:(0,9)deast:(0,9)dnorth:(0,9)ituple:(0,1)i:(0,1)site_rel:(27,11)ntuples:(0,1)get_sitechan_info:F(0,1)dbl:p(27,11)tstart_s:p(0,10)tend_s:p(0,10)stachan_sift:p(3,7)scvs:p(0,13)nscvs:p(20,2)i:(0,1)j:(0,1)sta:(0,15)chan:(0,15)k:(0,1)ondate:(0,1)offdate:(0,1)edepth:(0,9)hang:(0,9)vang:(0,9)chanid:(0,1)date_time:(35,1)sitechan_rel:(27,11)seg_ondate:(0,1)seg_offdate:(0,1)ntuples:(0,1)consistent_dates:F(0,1)chan_start:p(0,1)chan_end:p(0,1)seg_start:p(0,1)seg_end:p(0,1)flag:(0,1)get_sensor_info:F(0,1)dbl:p(27,11)tstart_s:p(0,10)tend_s:p(0,10)stachan_sift:p(3,7)scvs:p(0,13)nscvs:p(20,2)sensor_rel:(27,11)ituple:(0,1)iscv:(0,1)kseg:(0,1)inid:(0,1)chanid:(0,1)calratio:(0,9)calper:(0,9)tshift:(0,9)sta:(0,15)chan:(0,15)tstart:(0,10)endtime:(0,10)seg:(27,13)ntuples:(0,1)get_instrument_info:F(0,1)dbl:p(27,11)tstart_s:p(0,10)tend_s:p(0,10)stachan_sift:p(3,7)scvs:p(0,13)nscvs:p(20,2)instrument_rel:(27,11)ituple:(0,1)i:(0,1)k:(0,1)ncalib:(0,9)ncalper:(0,9)response:(27,5)responsefile:(3,7)dir:(0,17)=ar(0,1);0;64;(0,2)dfile:(0,18)=ar(0,1);0;32;(0,2)filename:(3,7)file:(0,19)=*(1,1)inid:(0,1)flag:(0,1)ntuples:(0,1)rl:V(18,4)SCV_tr.o/auto/jspc/sw/src/lib/dataformat/scv2/SCV_tr.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/memory.h./scv2.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/dbl2.h/sw/loc/include/db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/sw/loc/include/db.h/sw/loc/include/db.h/sw/loc/include/response.h/sw/loc/include/complex.h/sw/loc/include/stock.hSCV_trace_fixgaps:F(3,19)trace:p(3,19)how:p(6,5)tr:(3,19)trn:(3,19)trout:(3,19)i:(0,1)j:(0,1)first:(0,1)sint:(3,18)lint:(14,2)flt:(3,6)i0:(0,1)j:(0,1)idata:(0,1)fdata:(0,9)slopei:(0,9)slopef:(0,9)SCV_trace_fillgaps:F(3,19)trace:p(3,19)tr:(3,19)trout:(3,19)nsegs:(0,1)format:(3,4)dt:(0,10)tstart:(0,10)endtime:(0,10)xoff:(0,10)size:(0,1)sint:(3,18)sinti:(3,18)lint:(14,2)linti:(14,2)flt:(3,6)flti:(3,6)i:(0,1)ioff:(0,1)SCV_trace_glue:F(3,19)trace:p(3,19)tr:(3,19)trout:(3,19)trlast:(3,19)nsegs:(0,1)format:(3,4)dt:(0,10)srate:(0,10)tstart:(0,10)endtime:(0,10)xoff:(0,10)size:(0,1)i:(0,1)ioff:(0,1)last:(0,1)n:(0,1)isamp:(0,1)newsg:(0,1)SCV_trace_tofloat:F(3,19)trace:p(3,19)counts:p(0,1)tr:(3,19)sint:(3,18)lint:(14,2)flt:(3,6)i:(0,1)calib:(0,9)SCV_trace_toraw:F(3,19)trace:p(3,19)counts:p(0,1)tr:(3,19)size:(0,1)sint:(3,18)lint:(14,2)flt:(3,6)i:(0,1)calib:(0,9)x:(0,9)copytr:F(3,19)tr:p(3,19)trace:p(3,19)copydata:p(0,1)next:(3,19)size:(0,1)match_stachans./auto/jspc/sw/src/lib/dataformat/scv2/match_stachans.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.hProgram_Name:G(4,2)/sw/loc/include/arrays.hTbl:T(9,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(9,2)=*(4,2),64,32;;Tbl:t(9,1)Arr:T(9,3)=s8root:(4,2),0,32;cmp:(9,4)=*(9,5)=f(0,1),32,32;;Arr:t(9,3)Stbl:T(9,6)=s16tbl:(9,7)=*(9,1),0,32;root:(4,2),32,32;cmp:(9,4),64,32;changed:(0,1),96,32;;Stbl:t(9,6)/sw/loc/include/pf.hPfvalue:t(10,1)=u4s:(4,2),0,32;arr:(10,2)=*(9,3),0,32;tbl:(9,7),0,32;;Pf:T(10,3)=s8type:(0,1),0,32;value:(10,1),32,32;;Pf:t(10,3)optarg:G(4,2)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(2,1)=s16name:(4,2),0,32;has_arg:(0,1),32,32;flag:(2,2)=*(0,1),64,32;val:(0,1),96,32;;match_stachans:F(0,1)stachans:p(4,2)sta:p(4,2)chan:p(4,2)string:V(4,2)size_string:V(0,1)i:(0,1)l:(0,1)ilist:(0,1)ret:(0,1)ptr:(4,2)colon:(4,2)next:(4,2)match_string:F(0,1)spec:p(4,2)string:p(4,2)ret:(4,2)tmp_spec:V(6,6)fixfstring:F(4,2)s:p(4,2)n:p(0,1)new:(4,2)match_stachans_:F(0,1)stachans_:p(4,2)sta_:p(4,2)chan_:p(4,2)lenstachans:p(0,1)lensta:p(0,1)lenchan:p(0,1)stachans:(4,2)sta:(4,2)chan:(4,2)retcode:(0,1)reflist.o/auto/jspc/sw/src/lib/dataformat/scv2/reflist.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.hentry_:T(0,14)=s12ptr:(0,15)=*(0,11),0,32;nref:(0,1),32,32;nbytes:(0,1),64,32;;rl_:T(0,13)=s8nentries:(0,1),0,32;entries:(0,16)=*(0,17)=*(0,14),32,32;;RL:t(0,13)rl_create:F(0,15)rl:(0,18)=*(0,13)rl_destroy:F(0,11)rl:p(0,18)i:(0,1)rl_alloc:F(0,15)rl:p(0,18)buf:p(0,15)nbytes:p(0,1)ptr:(0,15)i:(0,1)rl_free:F(0,1)rl:p(0,18)ptr:p(0,15)i:(0,1)dbl.o_nids_idlist/auto/jspc/sw/src/lib/dataformat/db/dbl.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/stdio.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hDbptr:T(12,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(12,1)Dbvalue:T(12,2)=u1024t:(3,5),0,32;s:(12,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(20,7),0,32;arr:(21,2),0,32;;Dbvalue:t(12,2)Exvalue:T(12,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(3,5),0,32;p:(12,6)=*(12,5)=xsre_pattern_buffer:,0,32;fi:(20,4),0,32;fd:(12,7)=*(12,8)=f(0,10),0,32;fs:(12,9)=*(12,10)=f(3,5),0,32;;Exvalue:t(12,4)Expression:T(12,11)=s32left:(12,12)=*(12,11),0,32;right:(12,12),32,32;x3:(12,12),64,32;x4:(12,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(12,4),192,64;;Expression:t(12,11)dbinvalid:G(12,1)/sw/loc/include/stock.h./dbl2.h./db.h./db.h./db.hdb30_create:F(0,13)=*(12,1)dbname:p(3,5)db:(0,13)DBL_get_tuple:F(0,13)dbl:p(0,13)relid:p(3,5)ituple:p(0,1)db1:(0,13)Idlist:T(0,14)=s8table:(3,5),0,32;id:(3,5),32,32;;Idlist:t(0,14)idlist:S(0,15)=ar(0,1);0;9;(0,14)nids:S(0,1)DBL_add_tuple:F(0,1)dbl:p(0,13)relid:p(3,5)db1:(12,1)i:(0,1)nextid:(0,1)DBL_put_tuple:F(0,1)dbl:p(0,13)relid:p(3,5)tuple:p(0,13)db1:(12,1)temp:(12,3)DBL_get_nrels:F(0,1)dbl:p(0,13)n:(0,1)DBL_get_ntuples:F(0,1)dbl:p(0,13)relid:p(3,5)db1:(12,1)n:(0,1)DBL_exist_db:F(0,1)dbl:p(0,13)db1:(12,1)i:(0,1)ntables:(0,1)nrecords:(0,1)n:(0,1)DBL_exist_rel:F(0,1)dbl:p(0,13)relname:p(3,5)db1:(12,1)n:(0,1)get_wfdisc28_trace_data:F(0,1)DBL_get_rel:F(0,13)dbl:p(0,13)table:p(3,5)db:(0,13)DBL_compose_filename:F(3,5)rel:p(0,13)dir:p(3,5)dfile:p(3,5)fname:V(12,3)dirname:(3,5)DBL_check_file:F(0,1)rel:p(0,13)dir:p(3,5)dfile:p(3,5)fname:(3,5)DBL_get_attrs.o/export/jspc/sw/src/lib/dataformat/db/dbgetv.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.hentry:T(6,1)=s8key:(2,1),0,32;data:(2,1),32,32;;ENTRY:t(6,1)ACTION:t(6,2)=eFIND:0,ENTER:1,;VISIT:t(6,3)=epreorder:0,postorder:1,endorder:2,leaf:3,;./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hDbptr:T(7,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(7,1)Dbvalue:T(7,2)=u1024t:(2,1),0,32;s:(7,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(13,7),0,32;arr:(14,2),0,32;;Dbvalue:t(7,2)Exvalue:T(7,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(2,1),0,32;p:(7,6)=*(7,5)=xsre_pattern_buffer:,0,32;fi:(13,4),0,32;fd:(7,7)=*(7,8)=f(0,10),0,32;fs:(7,9)=*(7,10)=f(2,1),0,32;;Exvalue:t(7,4)Expression:T(7,11)=s32left:(7,12)=*(7,11),0,32;right:(7,12),32,32;x3:(7,12),64,32;x4:(7,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(7,4),192,64;;Expression:t(7,11)dbinvalid:G(7,1)./p_db.h./db.hDefault_schema:G(2,1)Default_dbpath:G(2,1)/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hDbkey_value:T(25,1)=u8d:(0,10),0,64;i:(0,1),0,32;;Dbkey_value:t(25,1)Dbkey:T(25,2)=s52db:(7,1),0,128;key_fields:(13,7),128,32;nkey_fields:(0,1),160,32;keytype:(0,1),192,32;fieldids:(8,2),224,32;expr:(25,3)=*(7,12),256,32;fieldtype:(8,2),288,32;key_value:(25,4)=*(25,1),320,32;\chardata:(2,1),352,32;chardatasize:(0,1),384,32;;Dbkey:t(25,2)Dbindex:T(25,5)=s52search_key:(25,6)=*(25,2),0,32;index_key:(25,6),32,32;index:(25,4),64,32;dbsorted:(7,1),96,128;per_key:(0,1),224,32;nrecords:(0,1),256,32;maxrecords:(0,1),288,32;chardata:(2,1),320,32;\chardatasize:(0,1),352,32;unique:(0,1),384,32;;Dbindex:t(25,5)Attribute:T(15,1)=s48name:(2,1),0,32;id:(0,1),32,32;size:(0,1),64,32;type:(0,1),96,32;link:(0,1),128,32;null:(2,1),160,32;fmt:(2,1),192,32;range:(2,1),224,32;\units:(2,1),256,32;desc:(2,1),288,32;detail:(2,1),320,32;relations:(13,7),352,32;;Attribute:t(15,1)Relation:T(15,2)=s100name:(2,1),0,32;id:(0,1),32,32;fldsep:(2,1),64,32;recsep:(2,1),96,32;size:(0,1),128,32;null:(2,1),160,32;fields_count:(0,1),192,32;fields_root:(14,2),224,32;\fields_tbl:(13,7),256,32;fieldnames_tbl:(13,7),288,32;primary_ids:(13,7),320,32;primary_keys:(13,7),352,32;alternate_ids:(13,7),384,32;alternate_keys:(13,7),416,32;foreign_ids:(13,7),448,32;foreign_keys:(13,7),480,32;\unique_name:(2,1),512,32;unique:(0,1),544,32;single:(0,1),576,32;desc:(2,1),608,32;detail:(2,1),640,32;view:(0,1),672,32;relnames_tbl:(13,7),704,32;rels_tbl:(13,7),736,32;rels_count:(0,1),768,32;;Relation:t(15,2)Schema:T(15,3)=s68name:(2,1),0,32;path:(2,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;desc:(2,1),128,32;detail:(2,1),160,32;id:(0,1),192,32;rels_count:(0,1),224,32;\attrs_count:(0,1),256,32;dbs_count:(0,1),288,32;attrs_root:(14,2),320,32;attrs_tbl:(13,7),352,32;links_tbl:(13,7),384,32;rels_root:(14,2),416,32;rels_tbl:(13,7),448,32;dbs_root:(14,2),480,32;dbs_tbl:(13,7),512,32;;Schema:t(15,3)Field:T(15,4)=s20name:(2,1),0,32;id:(0,1),32,32;relid:(0,1),64,32;disp:(0,1),96,32;attr:(15,5)=*(15,1),128,32;;Field:t(15,4)Table:T(15,6)=s80name:(2,1),0,32;path:(2,1),32,32;dir:(2,1),64,32;file:(15,7)=*(1,1),96,32;primary_index:(13,7),128,32;alternate_index:(13,7),160,32;info_index:(13,7),192,32;indexes:(13,7),224,32;\fd:(0,1),256,32;st_dev:(0,4),288,16;st_ino:(0,8),320,32;id:(0,1),352,32;count:(0,1),384,32;size:(0,1),416,32;maxsize:(0,1),448,32;dbindex:(15,8)=*(25,5),480,32;\writeable:(0,1),512,32;rel:(15,9)=*(15,2),544,32;data:(2,1),576,32;scratch:(2,1),608,32;;Table:t(15,6)Database:T(15,10)=s44name:(2,1),0,32;id:(0,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;schema:(15,11)=*(15,3),128,32;dbpath:(2,1),160,32;openperm:(2,1),192,32;desc:(2,1),224,32;\detail:(2,1),256,32;load_date:(0,1),288,32;tables_tbl:(13,7),320,32;;Database:t(15,10)Schemas_tbl:G(13,7)Databases_root:G(14,2)Databases_tbl:G(13,7)/sw/loc/include/errlog.hDBL_get_attrs:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)value:(0,13)=*(7,2)db:(7,1)relation:(15,9)database:(0,14)=*(15,10)attribute:(15,5)table:(0,15)=*(15,6)field:(0,16)=*(15,4)location:(2,1)length:(0,1)tablename:(2,1)fieldname:(2,1)retcode:(0,1)d:(0,10)fltptr:(0,17)=*(0,9)DBL_put_attrs.o/export/jspc/sw/src/lib/dataformat/db/dbputv.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.h/sw/loc/include/errlog.hDBL_put_attrs:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)value:(7,2)db:(7,1)relation:(15,9)database:(0,13)=*(15,10)attribute:(15,5)table:(0,14)=*(15,6)field:(0,15)=*(15,4)location:(2,1)length:(0,1)tablename:(2,1)fieldname:(2,1)retcode:(0,1)afloat:(0,9)dblwf.o_mult_factor/auto/jspc/sw/src/lib/dataformat/db/dblwf.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(13,1)=s12sv_handler:(13,2)=*(13,3)=f(0,11),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(13,4)=s8ss_sp:(6,7),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(13,5)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(13,6)=ar(0,1);0;30;(6,7),288,992;sc_wbuf:(13,7)=ar(0,1);0;30;(13,8)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(13,9)=s12sa_handler:(13,2),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/malloc.h./dbl2.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hDbptr:T(19,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(19,1)Dbvalue:T(19,2)=u1024t:(6,7),0,32;s:(19,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(27,7),0,32;arr:(28,2),0,32;;Dbvalue:t(19,2)Exvalue:T(19,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(6,7),0,32;p:(19,6)=*(19,5)=xsre_pattern_buffer:,0,32;fi:(27,4),0,32;fd:(19,7)=*(19,8)=f(0,10),0,32;fs:(19,9)=*(19,10)=f(6,7),0,32;;Exvalue:t(19,4)Expression:T(19,11)=s32left:(19,12)=*(19,11),0,32;right:(19,12),32,32;x3:(19,12),64,32;x4:(19,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(19,4),192,64;;Expression:t(19,11)dbinvalid:G(19,1)./db.h./db.hget_wfdisc30_trace_data:F(0,1)wfdisc_rel:p(0,13)=*(19,1)i_tuple:p(0,1)tstart:p(0,10)tend:p(0,10)badval:p(0,8)nbad:p(20,2)tstart_seg:p(0,14)=*(0,10)dt_seg:p(0,14)nsamps_seg:p(20,2)data_seg:p(0,15)=*(0,16)=*(0,9)rawdata_seg:p(0,17)=*(0,18)=*(0,11)tuple:(0,13)ts:(0,10)te:(0,10)is:(0,1)ie:(0,1)fname:V(19,3)temp:(0,19)=ar(0,1);0;31;(0,2)string:(0,20)=ar(0,1);0;129;(0,2)size_sample:(0,1)expand:(0,1)nbytes:(0,1)nseek:(0,1)ret:(0,1)i:(0,1)convert:(0,1)buf:(6,7)int_seg:(20,2)short_seg:(0,21)=*(0,4)uint_seg:(0,22)=*(0,8)raw:(0,1)db:(19,1)nsamp:(0,1)samprate:(0,10)calib:(0,10)datatype:(0,23)=ar(0,1);0;24;(0,2)foff:(0,1)file:(0,24)=*(1,1)sval1:V(0,4)sval2:V(0,4)lval1:V(0,1)lval2:V(0,1)#tmp0:(0,16)#tmp1:(0,16)getwf_:F(0,11)idbl:p(20,2)ituple:p(20,2)tstrt:p(0,14)tend:p(0,14)badval:p(0,22)nbad:p(20,2)tstart:p(0,14)dt:p(0,14)ns:p(20,2)nsmax:p(20,2)data:p(0,16)dbl:(0,13)db:(19,1)i_tuple:(0,1)n:(0,1)data_seg:(0,16)i:(0,1)putwf_:F(0,11)idbl:p(20,2)ituple:p(20,2)data:p(0,16)dbl:(0,13)i_tuple:(0,1)n:(0,1)ntuples:(0,1)nsamples:(0,1)data_seg:(0,16)i:(0,1)dtype:(0,25)=ar(0,1);0;99;(0,2)calib:(0,9)foff:(0,1)tuple:(0,13)fname:V(24,4)fd:(0,1)nout:(0,1)buf:(0,18)fbuf:(0,16)sbuf:(0,21)ibuf:(20,2)db:(19,1)mult_factor:S(0,26)=ar(0,1);0;3;(0,1)tg_g2_to_int:F(0,1)data:p(0,4)new_data:(0,1)i:(0,4)g2_to_flt:F(0,11)g:p(0,21)f:p(0,16)n:p(0,1)dbadd.o/auto/jspc/sw/src/lib/dataformat/db/dbadd.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.hentry:T(4,1)=s8key:(1,3),0,32;data:(1,3),32,32;;ENTRY:t(4,1)ACTION:t(4,2)=eFIND:0,ENTER:1,;VISIT:t(4,3)=epreorder:0,postorder:1,endorder:2,leaf:3,;/usr/include/stdio.h/usr/include/sys/mman.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/varargs.hva_list:t(1,3)./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.hTbl:T(25,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(25,2)=*(1,3),64,32;;Tbl:t(25,1)Arr:T(25,3)=s8root:(1,3),0,32;cmp:(25,4)=*(25,5)=f(0,1),32,32;;Arr:t(25,3)Stbl:T(25,6)=s16tbl:(25,7)=*(25,1),0,32;root:(1,3),32,32;cmp:(25,4),64,32;changed:(0,1),96,32;;Stbl:t(25,6)/sw/loc/include/pf.hPfvalue:t(26,1)=u4s:(1,3),0,32;arr:(26,2)=*(25,3),0,32;tbl:(25,7),0,32;;Pf:T(26,3)=s8type:(0,1),0,32;value:(26,1),32,32;;Pf:t(26,3)optarg:G(1,3)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(20,1)=s16name:(1,3),0,32;has_arg:(0,1),32,32;flag:(20,2)=*(0,1),64,32;val:(0,1),96,32;;Dbptr:T(19,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(19,1)Dbvalue:T(19,2)=u1024t:(1,3),0,32;s:(19,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(25,7),0,32;arr:(26,2),0,32;;Dbvalue:t(19,2)Exvalue:T(19,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(1,3),0,32;p:(19,6)=*(19,5)=xsre_pattern_buffer:,0,32;fi:(25,4),0,32;fd:(19,7)=*(19,8)=f(0,10),0,32;fs:(19,9)=*(19,10)=f(1,3),0,32;;Exvalue:t(19,4)Expression:T(19,11)=s32left:(19,12)=*(19,11),0,32;right:(19,12),32,32;x3:(19,12),64,32;x4:(19,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(19,4),192,64;;Expression:t(19,11)dbinvalid:G(19,1)/sw/loc/include/errlog.h./p_db.h./db.hDefault_schema:G(1,3)Default_dbpath:G(1,3)/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hDbkey_value:T(35,1)=u8d:(0,10),0,64;i:(0,1),0,32;;Dbkey_value:t(35,1)Dbkey:T(35,2)=s52db:(19,1),0,128;key_fields:(25,7),128,32;nkey_fields:(0,1),160,32;keytype:(0,1),192,32;fieldids:(20,2),224,32;expr:(35,3)=*(19,12),256,32;fieldtype:(20,2),288,32;key_value:(35,4)=*(35,1),320,32;\chardata:(1,3),352,32;chardatasize:(0,1),384,32;;Dbkey:t(35,2)Dbindex:T(35,5)=s52search_key:(35,6)=*(35,2),0,32;index_key:(35,6),32,32;index:(35,4),64,32;dbsorted:(19,1),96,128;per_key:(0,1),224,32;nrecords:(0,1),256,32;maxrecords:(0,1),288,32;chardata:(1,3),320,32;\chardatasize:(0,1),352,32;unique:(0,1),384,32;;Dbindex:t(35,5)Attribute:T(28,1)=s48name:(1,3),0,32;id:(0,1),32,32;size:(0,1),64,32;type:(0,1),96,32;link:(0,1),128,32;null:(1,3),160,32;fmt:(1,3),192,32;range:(1,3),224,32;\units:(1,3),256,32;desc:(1,3),288,32;detail:(1,3),320,32;relations:(25,7),352,32;;Attribute:t(28,1)Relation:T(28,2)=s100name:(1,3),0,32;id:(0,1),32,32;fldsep:(1,3),64,32;recsep:(1,3),96,32;size:(0,1),128,32;null:(1,3),160,32;fields_count:(0,1),192,32;fields_root:(26,2),224,32;\fields_tbl:(25,7),256,32;fieldnames_tbl:(25,7),288,32;primary_ids:(25,7),320,32;primary_keys:(25,7),352,32;alternate_ids:(25,7),384,32;alternate_keys:(25,7),416,32;foreign_ids:(25,7),448,32;foreign_keys:(25,7),480,32;\unique_name:(1,3),512,32;unique:(0,1),544,32;single:(0,1),576,32;desc:(1,3),608,32;detail:(1,3),640,32;view:(0,1),672,32;relnames_tbl:(25,7),704,32;rels_tbl:(25,7),736,32;rels_count:(0,1),768,32;;Relation:t(28,2)Schema:T(28,3)=s68name:(1,3),0,32;path:(1,3),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;desc:(1,3),128,32;detail:(1,3),160,32;id:(0,1),192,32;rels_count:(0,1),224,32;\attrs_count:(0,1),256,32;dbs_count:(0,1),288,32;attrs_root:(26,2),320,32;attrs_tbl:(25,7),352,32;links_tbl:(25,7),384,32;rels_root:(26,2),416,32;rels_tbl:(25,7),448,32;dbs_root:(26,2),480,32;dbs_tbl:(25,7),512,32;;Schema:t(28,3)Field:T(28,4)=s20name:(1,3),0,32;id:(0,1),32,32;relid:(0,1),64,32;disp:(0,1),96,32;attr:(28,5)=*(28,1),128,32;;Field:t(28,4)Table:T(28,6)=s80name:(1,3),0,32;path:(1,3),32,32;dir:(1,3),64,32;file:(28,7)=*(5,1),96,32;primary_index:(25,7),128,32;alternate_index:(25,7),160,32;info_index:(25,7),192,32;indexes:(25,7),224,32;\fd:(0,1),256,32;st_dev:(0,4),288,16;st_ino:(0,8),320,32;id:(0,1),352,32;count:(0,1),384,32;size:(0,1),416,32;maxsize:(0,1),448,32;dbindex:(28,8)=*(35,5),480,32;\writeable:(0,1),512,32;rel:(28,9)=*(28,2),544,32;data:(1,3),576,32;scratch:(1,3),608,32;;Table:t(28,6)Database:T(28,10)=s44name:(1,3),0,32;id:(0,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;schema:(28,11)=*(28,3),128,32;dbpath:(1,3),160,32;openperm:(1,3),192,32;desc:(1,3),224,32;\detail:(1,3),256,32;load_date:(0,1),288,32;tables_tbl:(25,7),320,32;;Database:t(28,10)Schemas_tbl:G(25,7)Databases_root:G(26,2)Databases_tbl:G(25,7)/sw/loc/include/stock.hdbadd:F(0,1)db:p(19,1)db:r(19,1)record:p(1,3)relation:(28,9)database:(0,13)=*(28,10)table:(0,14)=*(28,6)field:(0,15)=*(28,4)location:(1,3)length:(0,1)written:(0,1)temp:(19,3)result:(0,1)dbextfile.o/auto/jspc/sw/src/lib/dataformat/db/dbextfile.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/unistd.h/usr/include/sys/types.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hdbextfile:F(0,1)db:p(11,1)db:r(11,1)tablename:p(3,5)filename:p(3,5)dir:(11,3)dfile:(11,3)dirname:(11,3)dfilename:(11,3)tabledir:(3,5)end:(3,5)dbfilename.o/auto/jspc/sw/src/lib/dataformat/db/dbfilename.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/unistd.h/usr/include/sys/types.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hdbfilename:F(0,1)db:p(11,1)db:r(11,1)filename:p(3,5)dir:(11,3)dfile:(11,3)tabledir:(3,5)end:(3,5)dbget.o/export/jspc/sw/src/lib/dataformat/db/dbget.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hDbptr:T(1,1)=s16database:(0,1),0,32;table:(0,1),32,32;field:(0,1),64,32;record:(0,1),96,32;;Dbptr:t(1,1)Dbvalue:T(1,2)=u1024t:(4,2),0,32;s:(1,3)=ar(0,1);0;1023;(0,2),0,8192;i:(0,1),0,32;d:(0,10),0,64;tbl:(9,7),0,32;arr:(10,2),0,32;;Dbvalue:t(1,2)Exvalue:T(1,4)=u8d:(0,10),0,64;i:(0,1),0,32;s:(4,2),0,32;p:(1,6)=*(1,5)=xsre_pattern_buffer:,0,32;fi:(9,4),0,32;fd:(1,7)=*(1,8)=f(0,10),0,32;fs:(1,9)=*(1,10)=f(4,2),0,32;;Exvalue:t(1,4)Expression:T(1,11)=s32left:(1,12)=*(1,11),0,32;right:(1,12),32,32;x3:(1,12),64,32;x4:(1,12),96,32;type:(0,1),128,32;kind:(0,1),160,32;value:(1,4),192,64;;Expression:t(1,11)dbinvalid:G(1,1)./p_db.h./db.hDefault_schema:G(4,2)Default_dbpath:G(4,2)/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hDbkey_value:T(21,1)=u8d:(0,10),0,64;i:(0,1),0,32;;Dbkey_value:t(21,1)Dbkey:T(21,2)=s52db:(1,1),0,128;key_fields:(9,7),128,32;nkey_fields:(0,1),160,32;keytype:(0,1),192,32;fieldids:(2,2),224,32;expr:(21,3)=*(1,12),256,32;fieldtype:(2,2),288,32;key_value:(21,4)=*(21,1),320,32;\chardata:(4,2),352,32;chardatasize:(0,1),384,32;;Dbkey:t(21,2)Dbindex:T(21,5)=s52search_key:(21,6)=*(21,2),0,32;index_key:(21,6),32,32;index:(21,4),64,32;dbsorted:(1,1),96,128;per_key:(0,1),224,32;nrecords:(0,1),256,32;maxrecords:(0,1),288,32;chardata:(4,2),320,32;\chardatasize:(0,1),352,32;unique:(0,1),384,32;;Dbindex:t(21,5)Attribute:T(11,1)=s48name:(4,2),0,32;id:(0,1),32,32;size:(0,1),64,32;type:(0,1),96,32;link:(0,1),128,32;null:(4,2),160,32;fmt:(4,2),192,32;range:(4,2),224,32;\units:(4,2),256,32;desc:(4,2),288,32;detail:(4,2),320,32;relations:(9,7),352,32;;Attribute:t(11,1)Relation:T(11,2)=s100name:(4,2),0,32;id:(0,1),32,32;fldsep:(4,2),64,32;recsep:(4,2),96,32;size:(0,1),128,32;null:(4,2),160,32;fields_count:(0,1),192,32;fields_root:(10,2),224,32;\fields_tbl:(9,7),256,32;fieldnames_tbl:(9,7),288,32;primary_ids:(9,7),320,32;primary_keys:(9,7),352,32;alternate_ids:(9,7),384,32;alternate_keys:(9,7),416,32;foreign_ids:(9,7),448,32;foreign_keys:(9,7),480,32;\unique_name:(4,2),512,32;unique:(0,1),544,32;single:(0,1),576,32;desc:(4,2),608,32;detail:(4,2),640,32;view:(0,1),672,32;relnames_tbl:(9,7),704,32;rels_tbl:(9,7),736,32;rels_count:(0,1),768,32;;Relation:t(11,2)Schema:T(11,3)=s68name:(4,2),0,32;path:(4,2),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;desc:(4,2),128,32;detail:(4,2),160,32;id:(0,1),192,32;rels_count:(0,1),224,32;\attrs_count:(0,1),256,32;dbs_count:(0,1),288,32;attrs_root:(10,2),320,32;attrs_tbl:(9,7),352,32;links_tbl:(9,7),384,32;rels_root:(10,2),416,32;rels_tbl:(9,7),448,32;dbs_root:(10,2),480,32;dbs_tbl:(9,7),512,32;;Schema:t(11,3)Field:T(11,4)=s20name:(4,2),0,32;id:(0,1),32,32;relid:(0,1),64,32;disp:(0,1),96,32;attr:(11,5)=*(11,1),128,32;;Field:t(11,4)Table:T(11,6)=s80name:(4,2),0,32;path:(4,2),32,32;dir:(4,2),64,32;file:(11,7)=*(3,1),96,32;primary_index:(9,7),128,32;alternate_index:(9,7),160,32;info_index:(9,7),192,32;indexes:(9,7),224,32;\fd:(0,1),256,32;st_dev:(0,4),288,16;st_ino:(0,8),320,32;id:(0,1),352,32;count:(0,1),384,32;size:(0,1),416,32;maxsize:(0,1),448,32;dbindex:(11,8)=*(21,5),480,32;\writeable:(0,1),512,32;rel:(11,9)=*(11,2),544,32;data:(4,2),576,32;scratch:(4,2),608,32;;Table:t(11,6)Database:T(11,10)=s44name:(4,2),0,32;id:(0,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;schema:(11,11)=*(11,3),128,32;dbpath:(4,2),160,32;openperm:(4,2),192,32;desc:(4,2),224,32;\detail:(4,2),256,32;load_date:(0,1),288,32;tables_tbl:(9,7),320,32;;Database:t(11,10)Schemas_tbl:G(9,7)Databases_root:G(10,2)Databases_tbl:G(9,7)/sw/loc/include/stock.hdbget:F(0,1)db:p(1,1)db:r(1,1)s:p(4,2)relation:(11,9)database:(0,13)=*(11,10)table:(0,14)=*(11,6)field:(0,15)=*(11,4)location:(4,2)length:(0,1)type:(0,1)dbgetv.o/export/jspc/sw/src/lib/dataformat/db/dbgetv.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/errlog.hdbgetv:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)value:(0,13)=*(7,2)db:(7,1)relation:(15,9)database:(0,14)=*(15,10)attribute:(15,5)table:(0,15)=*(15,6)field:(0,16)=*(15,4)location:(2,1)length:(0,1)tablename:(2,1)fieldname:(2,1)retcode:(0,1)dblookup.o_temp_tempsize_temp_record_name_tsplit/auto/jspc/sw/src/lib/dataformat/db/dblookup.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/search.hentry:T(1,1)=s8key:(1,2)=*(0,2),0,32;data:(1,2),32,32;;ENTRY:t(1,1)ACTION:t(1,3)=eFIND:0,ENTER:1,;VISIT:t(1,4)=epreorder:0,postorder:1,endorder:2,leaf:3,;/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(4,1)=s12sv_handler:(4,2)=*(4,3)=f(0,11),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(4,4)=s8ss_sp:(1,2),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(4,5)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(4,6)=ar(0,1);0;30;(1,2),288,992;sc_wbuf:(4,7)=ar(0,1);0;30;(4,8)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(4,9)=s12sa_handler:(4,2),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/string.h/usr/include/sys/stdtypes.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.hmallinfo:T(15,1)=s64arena:(0,1),0,32;ordblks:(0,1),32,32;smblks:(0,1),64,32;hblks:(0,1),96,32;hblkhd:(0,1),128,32;usmblks:(0,1),160,32;fsmblks:(0,1),192,32;uordblks:(0,1),224,32;\fordblks:(0,1),256,32;keepcost:(0,1),288,32;mxfast:(0,1),320,32;nlblks:(0,1),352,32;grain:(0,1),384,32;uordbytes:(0,1),416,32;allocated:(0,1),448,32;treeoverhead:(0,1),480,32;;malloc_t:t(1,2)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.htemp:S(1,2)temp_record_name:S(1,2)tempsize:S(0,1)tsplit:f(0,1)compound:p(1,2)table:p(1,2)field:p(1,2)s:(1,2)dblookup:F(12,1)db:p(12,1)db:r(12,1)database_name:p(1,2)table_name:p(1,2)field_name:p(1,2)record_name:p(1,2)dbr:(12,1)db1:(12,1)database:(0,13)=*(22,10)relation:(22,9)field:(0,14)=*(22,4)schema:(22,11)nrecords:(0,1)size:(0,1)tbl:(12,3)fld:(12,3)i:(0,1)relindex:(0,1)testrel:(22,9)file:(22,7)dbv:(12,1)filename:(12,3)table:(0,15)=*(22,6)field:(0,14)location:(1,2)length:(0,1)dbnextid.o_find_lastid/export/jspc/sw/src/lib/dataformat/db/dbnextid.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hfind_lastid:f(0,1)db:p(1,1)db:r(1,1)name:p(4,2)ntables:(0,1)nrecords:(0,1)id:(0,1)idmax:(0,1)idname:(4,2)dbnextid:F(0,1)db:p(1,1)db:r(1,1)name:p(4,2)last_id:(0,1)today:(0,13)=ar(0,1);0;24;(0,2)dbopen.o/auto/jspc/sw/src/lib/dataformat/db/dbopen.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/sys/mman.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/malloc.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./db.h/sw/loc/include/stock.h./p_db.h./db.hDefault_schema:G(3,7)Default_dbpath:G(3,7)/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hDbkey_value:T(36,1)=u8d:(0,10),0,64;i:(0,1),0,32;;Dbkey_value:t(36,1)Dbkey:T(36,2)=s52db:(27,1),0,128;key_fields:(25,7),128,32;nkey_fields:(0,1),160,32;keytype:(0,1),192,32;fieldids:(18,2),224,32;expr:(36,3)=*(27,12),256,32;fieldtype:(18,2),288,32;key_value:(36,4)=*(36,1),320,32;\chardata:(3,7),352,32;chardatasize:(0,1),384,32;;Dbkey:t(36,2)Dbindex:T(36,5)=s52search_key:(36,6)=*(36,2),0,32;index_key:(36,6),32,32;index:(36,4),64,32;dbsorted:(27,1),96,128;per_key:(0,1),224,32;nrecords:(0,1),256,32;maxrecords:(0,1),288,32;chardata:(3,7),320,32;\chardatasize:(0,1),352,32;unique:(0,1),384,32;;Dbindex:t(36,5)Attribute:T(29,1)=s48name:(3,7),0,32;id:(0,1),32,32;size:(0,1),64,32;type:(0,1),96,32;link:(0,1),128,32;null:(3,7),160,32;fmt:(3,7),192,32;range:(3,7),224,32;\units:(3,7),256,32;desc:(3,7),288,32;detail:(3,7),320,32;relations:(25,7),352,32;;Attribute:t(29,1)Relation:T(29,2)=s100name:(3,7),0,32;id:(0,1),32,32;fldsep:(3,7),64,32;recsep:(3,7),96,32;size:(0,1),128,32;null:(3,7),160,32;fields_count:(0,1),192,32;fields_root:(26,2),224,32;\fields_tbl:(25,7),256,32;fieldnames_tbl:(25,7),288,32;primary_ids:(25,7),320,32;primary_keys:(25,7),352,32;alternate_ids:(25,7),384,32;alternate_keys:(25,7),416,32;foreign_ids:(25,7),448,32;foreign_keys:(25,7),480,32;\unique_name:(3,7),512,32;unique:(0,1),544,32;single:(0,1),576,32;desc:(3,7),608,32;detail:(3,7),640,32;view:(0,1),672,32;relnames_tbl:(25,7),704,32;rels_tbl:(25,7),736,32;rels_count:(0,1),768,32;;Relation:t(29,2)Schema:T(29,3)=s68name:(3,7),0,32;path:(3,7),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;desc:(3,7),128,32;detail:(3,7),160,32;id:(0,1),192,32;rels_count:(0,1),224,32;\attrs_count:(0,1),256,32;dbs_count:(0,1),288,32;attrs_root:(26,2),320,32;attrs_tbl:(25,7),352,32;links_tbl:(25,7),384,32;rels_root:(26,2),416,32;rels_tbl:(25,7),448,32;dbs_root:(26,2),480,32;dbs_tbl:(25,7),512,32;;Schema:t(29,3)Field:T(29,4)=s20name:(3,7),0,32;id:(0,1),32,32;relid:(0,1),64,32;disp:(0,1),96,32;attr:(29,5)=*(29,1),128,32;;Field:t(29,4)Table:T(29,6)=s80name:(3,7),0,32;path:(3,7),32,32;dir:(3,7),64,32;file:(29,7)=*(1,1),96,32;primary_index:(25,7),128,32;alternate_index:(25,7),160,32;info_index:(25,7),192,32;indexes:(25,7),224,32;\fd:(0,1),256,32;st_dev:(0,4),288,16;st_ino:(0,8),320,32;id:(0,1),352,32;count:(0,1),384,32;size:(0,1),416,32;maxsize:(0,1),448,32;dbindex:(29,8)=*(36,5),480,32;\writeable:(0,1),512,32;rel:(29,9)=*(29,2),544,32;data:(3,7),576,32;scratch:(3,7),608,32;;Table:t(29,6)Database:T(29,10)=s44name:(3,7),0,32;id:(0,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;schema:(29,11)=*(29,3),128,32;dbpath:(3,7),160,32;openperm:(3,7),192,32;desc:(3,7),224,32;\detail:(3,7),256,32;load_date:(0,1),288,32;tables_tbl:(25,7),320,32;;Database:t(29,10)Schemas_tbl:G(25,7)Databases_root:G(26,2)Databases_tbl:G(25,7)dbopen:F(0,1)path:p(3,7)opentype:p(3,7)db:p(0,13)=*(27,1)file:(29,7)database:(0,14)=*(29,10)tdb:(0,14)line:(27,3)schemafile:(3,7)statbuf:(10,1)i:(0,1)n:(0,1)absname:(27,3)dbput.o/export/jspc/sw/src/lib/dataformat/db/dbput.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.hdbput:F(0,1)db:p(1,1)db:r(1,1)s:p(4,2)relation:(11,9)database:(0,13)=*(11,10)table:(0,14)=*(11,6)field:(0,15)=*(11,4)location:(4,2)length:(0,1)type:(0,1)dbputv.o/export/jspc/sw/src/lib/dataformat/db/dbputv.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/varargs.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.h/sw/loc/include/errlog.hdbputv:F(0,1)__builtin_va_alist:p(0,1)args:(2,1)value:(7,2)db:(7,1)relation:(15,9)database:(0,13)=*(15,10)attribute:(15,5)table:(0,14)=*(15,6)field:(0,15)=*(15,4)location:(2,1)length:(0,1)tablename:(2,1)fieldname:(2,1)retcode:(0,1)dbquery.o/export/jspc/sw/src/lib/dataformat/db/dbquery.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hdbquery:F(0,1)db:p(1,1)db:r(1,1)code:p(0,1)value:p(0,13)=*(1,2)database:(0,14)=*(11,10)relation:(11,9)table:(0,15)=*(11,6)field:(0,16)=*(11,4)location:(4,2)length:(0,1)result:(0,1)retcode:(0,1)dbview.o_add_relation_addtbl_add_fields/auto/jspc/sw/src/lib/dataformat/db/dbview.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/malloc.h/usr/include/varargs.hva_list:t(2,2)/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.hadd_fields:f(0,1)new:p(15,9)old:p(15,9)i:(0,1)field:(0,13)=*(15,4)addtbl:f(0,11)new:p(24,7)old:p(24,7)i:(0,1)j:(0,1)n1:(0,1)n2:(0,1)flag:(0,1)oldkey:(2,2)newkey:(2,2)add_relation:f(0,1)new:p(15,9)old:p(15,9)i:(0,1)dbtbl2view:F(16,1)db:p(16,1)db:r(16,1)name:p(2,2)tables:p(24,7)dbv:(16,1)database:(0,14)=*(15,10)relation:(15,9)table:(0,15)=*(15,6)field:(0,13)location:(2,2)length:(0,1)newrel:(15,9)temp:(16,3)i:(0,1)ntables:(0,1)max_count:(0,1)dbcreate_view:F(16,1)__builtin_va_alist:p(0,1)args:(2,2)tables:(24,7)view_name:(2,2)table_name:(2,2)db:(16,1)db1:(16,1)dbwrite_view:F(0,1)db:p(16,1)db:r(16,1)file:p(15,7)relation:(15,9)rel:(15,9)database:(0,14)attribute:(15,5)table:(0,15)field:(0,13)location:(2,2)length:(0,1)i:(0,1)ntables:(0,1)absname:(16,3)dbread_view:F(0,1)file:p(15,7)dbr:p(0,16)=*(16,1)relation:(15,9)database:(0,14)attribute:(15,5)table:(0,15)field:(0,13)location:(2,2)length:(0,1)db:(16,1)view_name:(16,3)database_name:(16,3)database_id:(0,1)table_name:(16,3)table_id:(0,1)tables:(24,7)newids:(24,7)i:(0,1)result:(0,1)aline:(16,3)count:(0,1)max_count:(0,1)ntables:(0,1)nread:(0,1)data:(0,16)statbuf:(7,1)vtime:(0,1)filename:(2,2)dbsave_view:F(0,1)db:p(16,1)db:r(16,1)filename:(2,2)database:(0,14)relation:(15,9)table:(0,15)field:(0,13)location:(2,2)length:(0,1)file:(15,7)result:(0,1)dbc2d.o/export/jspc/sw/src/lib/dataformat/db/dbc2d.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hdbc2d:F(0,1)value:p(0,13)=*(3,2)location:p(6,2)length:p(0,1)fmt:p(0,1)type:p(0,1)afloat:(0,9)ashort:(0,4)temp:(3,3)retcode:(0,1)dbd2c:F(0,1)location:p(6,2)length:p(0,1)value:p(0,13)type:p(0,1)retcode:(0,1)temp:(3,3)p:(6,2)afloat:(0,9)ashort:(0,4)dbc2p:F(0,1)value:p(0,13)location:p(6,2)length:p(0,1)fmt:p(0,1)type:p(0,1)temp:(3,3)retcode:(0,1)dbp2c:F(0,1)location:p(6,2)length:p(0,1)value:p(0,13)type:p(0,1)retcode:(0,1)temp:(3,3)p:(6,2)afloat:(0,9)ashort:(0,4)dbresolve.o/export/jspc/sw/src/lib/dataformat/db/dbresolve.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hdbresolve:F(0,1)db:p(2,1)db:r(2,1)database:p(0,13)=*(0,14)=*(1,10)relation:p(0,15)=*(1,9)table:p(0,16)=*(0,17)=*(1,6)field:p(0,18)=*(0,19)=*(1,4)location:p(10,2)length:p(3,2)schema:(1,11)dbv:(0,20)=*(2,1)rel:(1,9)i:(0,1)n:(0,1)fieldnumber:(0,1)find_path.o_nxtpath_getsub_chkpath/auto/jspc/sw/src/lib/dataformat/db/find_path.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/stdlib.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/types.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/malloc.h/usr/include/stdio.h/usr/include/string.h/usr/include/sys/stdtypes.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hgetsub:f(0,11)dirname:p(5,7)subname:p(5,7)t:(5,7)n:(0,1)nxtpath:f(0,1)dirname:p(5,7)subname:p(5,7)dbpath:p(28,2)s:(5,7)n:(0,1)chkpath:f(0,1)tblpath:p(5,7)s1:p(5,7)s2:p(5,7)s3:p(5,7)s4:p(5,7)s5:p(5,7)s6:p(5,7)find_path:F(0,1)databasename:p(5,7)tablename:p(5,7)dbpath:p(5,7)tblpath:p(5,7)databasedirname:(0,13)=ar(0,1);0;1023;(0,2)dirname:(0,13)subname:(0,13)basename:(5,7)find_schemafile:F(0,1)filename:p(5,7)schemaname:p(5,7)databasename:p(5,7)databasedirname:(0,13)basename:(5,7)path:(5,7)map_table.o/export/jspc/sw/src/lib/dataformat/db/map_table.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/machine/devaddr.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/mman.h/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/errno.h/usr/include/sys/errno.herrno:G(0,1)/sw/loc/include/errlog.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hsingle:t(0,9)extended:t(25,1)=ar(0,1);0;2;(0,8)quadruple:t(25,2)=s16u:(25,3)=ar(0,1);0;3;(0,8),0,128;;fp_exception_field_type:t(0,8)sigfpe_code_type:t(0,1)sigfpe_handler_type:t(4,2)fp_direction:G(26,1)fp_precision:G(26,2)fp_accrued_exceptions:G(0,8)decimal_string:t(25,4)=ar(0,1);0;511;(0,2)decimal_record:t(25,5)=s532fpclass:(26,4),0,32;sign:(0,1),32,32;exponent:(0,1),64,32;ds:(25,4),96,4096;more:(0,1),4192,32;ndigits:(0,1),4224,32;;decimal_form:T(25,6)=efixed_form:0,floating_form:1,;decimal_mode:t(25,7)=s12rd:(26,1),0,32;df:(25,6),32,32;ndigits:(0,1),64,32;;decimal_string_form:T(25,8)=einvalid_form:0,whitespace_form:1,fixed_int_form:2,fixed_intdot_form:3,fixed_dotfrac_form:4,fixed_intdotfrac_form:5,floating_int_form:6,floating_intdot_form:7,\floating_dotfrac_form:8,floating_intdotfrac_form:9,inf_form:10,infinity_form:11,nan_form:12,nanstring_form:13,;ieee_handlers:G(25,9)=ar(0,1);0;4;(4,2)/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./db.h/sw/loc/include/stock.h./p_db.h./db.hDefault_schema:G(4,5)Default_dbpath:G(4,5)/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hDbkey_value:T(39,1)=u8d:(0,10),0,64;i:(0,1),0,32;;Dbkey_value:t(39,1)Dbkey:T(39,2)=s52db:(30,1),0,128;key_fields:(28,7),128,32;nkey_fields:(0,1),160,32;keytype:(0,1),192,32;fieldids:(21,2),224,32;expr:(39,3)=*(30,12),256,32;fieldtype:(21,2),288,32;key_value:(39,4)=*(39,1),320,32;\chardata:(4,5),352,32;chardatasize:(0,1),384,32;;Dbkey:t(39,2)Dbindex:T(39,5)=s52search_key:(39,6)=*(39,2),0,32;index_key:(39,6),32,32;index:(39,4),64,32;dbsorted:(30,1),96,128;per_key:(0,1),224,32;nrecords:(0,1),256,32;maxrecords:(0,1),288,32;chardata:(4,5),320,32;\chardatasize:(0,1),352,32;unique:(0,1),384,32;;Dbindex:t(39,5)Attribute:T(32,1)=s48name:(4,5),0,32;id:(0,1),32,32;size:(0,1),64,32;type:(0,1),96,32;link:(0,1),128,32;null:(4,5),160,32;fmt:(4,5),192,32;range:(4,5),224,32;\units:(4,5),256,32;desc:(4,5),288,32;detail:(4,5),320,32;relations:(28,7),352,32;;Attribute:t(32,1)Relation:T(32,2)=s100name:(4,5),0,32;id:(0,1),32,32;fldsep:(4,5),64,32;recsep:(4,5),96,32;size:(0,1),128,32;null:(4,5),160,32;fields_count:(0,1),192,32;fields_root:(29,2),224,32;\fields_tbl:(28,7),256,32;fieldnames_tbl:(28,7),288,32;primary_ids:(28,7),320,32;primary_keys:(28,7),352,32;alternate_ids:(28,7),384,32;alternate_keys:(28,7),416,32;foreign_ids:(28,7),448,32;foreign_keys:(28,7),480,32;\unique_name:(4,5),512,32;unique:(0,1),544,32;single:(0,1),576,32;desc:(4,5),608,32;detail:(4,5),640,32;view:(0,1),672,32;relnames_tbl:(28,7),704,32;rels_tbl:(28,7),736,32;rels_count:(0,1),768,32;;Relation:t(32,2)Schema:T(32,3)=s68name:(4,5),0,32;path:(4,5),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;desc:(4,5),128,32;detail:(4,5),160,32;id:(0,1),192,32;rels_count:(0,1),224,32;\attrs_count:(0,1),256,32;dbs_count:(0,1),288,32;attrs_root:(29,2),320,32;attrs_tbl:(28,7),352,32;links_tbl:(28,7),384,32;rels_root:(29,2),416,32;rels_tbl:(28,7),448,32;dbs_root:(29,2),480,32;dbs_tbl:(28,7),512,32;;Schema:t(32,3)Field:T(32,4)=s20name:(4,5),0,32;id:(0,1),32,32;relid:(0,1),64,32;disp:(0,1),96,32;attr:(32,5)=*(32,1),128,32;;Field:t(32,4)Table:T(32,6)=s80name:(4,5),0,32;path:(4,5),32,32;dir:(4,5),64,32;file:(32,7)=*(22,1),96,32;primary_index:(28,7),128,32;alternate_index:(28,7),160,32;info_index:(28,7),192,32;indexes:(28,7),224,32;\fd:(0,1),256,32;st_dev:(0,4),288,16;st_ino:(0,8),320,32;id:(0,1),352,32;count:(0,1),384,32;size:(0,1),416,32;maxsize:(0,1),448,32;dbindex:(32,8)=*(39,5),480,32;\writeable:(0,1),512,32;rel:(32,9)=*(32,2),544,32;data:(4,5),576,32;scratch:(4,5),608,32;;Table:t(32,6)Database:T(32,10)=s44name:(4,5),0,32;id:(0,1),32,32;st_dev:(0,4),64,16;st_ino:(0,8),96,32;schema:(32,11)=*(32,3),128,32;dbpath:(4,5),160,32;openperm:(4,5),192,32;desc:(4,5),224,32;\detail:(4,5),256,32;load_date:(0,1),288,32;tables_tbl:(28,7),320,32;;Database:t(32,10)Schemas_tbl:G(28,7)Databases_root:G(29,2)Databases_tbl:G(28,7)set_table_names:F(0,1)database:p(0,13)=*(32,10)relation:p(32,9)table:p(0,14)=*(32,6)cp:(4,5)filename:(30,3)map_table:F(0,1)database:p(0,13)relation:p(32,9)createflag:p(0,1)table:(0,14)statbuf:(10,1)prot:(0,1)new.o_anewline_nulltbl_ablank/export/jspc/sw/src/lib/dataformat/db/new.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/stdio.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/search.h./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.hnulltbl:S(15,1)new_table:F(0,13)=*(8,6)table:(0,13)new_database:F(0,14)=*(8,10)database:(0,14)new_schema:F(8,11)schema:(8,11)new_attribute:F(8,5)attribute:(8,5)ablank:S(1,3)anewline:S(1,3)new_relation:F(8,9)relation:(8,9)new_scratch:F(0,11)table:p(0,13)new_null:F(0,1)db:p(9,1)db:r(9,1)relation:(8,9)database:(0,14)table:(0,13)field:(0,15)=*(8,4)location:(1,3)length:(0,1)i:(0,1)n:(0,1)retcode:(0,1)p:(1,3)nullrecord:(1,3)temp:(9,3)value:(9,2)dbp:(0,16)=*(9,1)dbnull:(9,1)open_schema.o/export/jspc/sw/src/lib/dataformat/db/open_schema.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/search.h/usr/include/memory.h/usr/include/sys/mman.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/types.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/sw/loc/include/stock.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h./db.h./yydb.hDB_schema:G(22,11)DB_in:G(22,7)DB_database:G(2,2)DB_lineno:G(0,1)init_schema:F(22,11)schema_name:p(2,2)databasename:p(2,2)file:(22,7)result:(0,1)schemafile:(23,3)statbuf:(9,1)schema:(22,11)i:(0,1)n:(0,1)strings.o/export/jspc/sw/src/lib/dataformat/db/strings.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)sncopy:F(0,11)dest:p(0,13)=*(0,2)source:p(0,13)n:p(0,1)i:(0,1)szcopy:F(0,11)dest:p(0,13)source:p(0,13)n:p(0,1)i:(0,1)copystrip:F(0,11)dest:p(0,13)source:p(0,13)n:p(0,1)last:(0,13)dbyacc.o_mode_yys_yyv_yystate_yyps_yypv_yytmp/export/jspc/sw/src/lib/dataformat/db/dbyacc.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/search.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./p_db.h./db.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.h./yydb.hDB_schema:G(15,11)DB_lineno:G(0,1)DB_text:G(4,2)attribute:G(15,5)relation:G(15,9)itemtbl:G(13,7)mode:S(0,1)YYSTYPE:t(0,13)=u4val:(0,1),0,32;ptr:(4,2),0,32;list:(13,7),0,32;;DB_char:G(0,1)yyerrflag:G(0,1)DB_lval:G(0,13)yyval:G(0,13)DB_error:F(0,1)s:p(4,2)DB_exca:G(0,14)=ar(0,1);0;5;(0,1)DB_act:G(0,15)=ar(0,1);0;252;(0,1)DB_pact:G(0,16)=ar(0,1);0;100;(0,1)DB_pgo:G(0,17)=ar(0,1);0;16;(0,1)DB_r1:G(0,18)=ar(0,1);0;53;(0,1)DB_r2:G(0,18)DB_chk:G(0,16)DB_def:G(0,16)yytoktype:t(0,19)=s8t_name:(4,2),0,32;t_val:(0,1),32,32;;DB_debug:G(0,1)yyv:S(0,20)=*(0,13)yys:S(6,2)yypv:S(0,20)yyps:S(6,2)yystate:S(0,1)yytmp:S(0,1)yynerrs:G(0,1)DB_parse:F(0,1)yypvt:r(0,20)yymaxdepth:(0,8)yy_pv:r(0,20)yy_ps:r(6,2)yy_state:r(0,1)yy_n:r(0,1)yyps_index:(0,1)yypv_index:(0,1)yypvt_index:(0,1)yyxi:r(6,2)yy_len:r(0,1)dblex.o_yy_full_match_yy_def_yy_chk_yy_nxt_c_yy_current_buffer_yy_c_buf_p_yy_n_chars_yy_acclist_String_buf_yy_get_previous_state_yy_meta_yy_base_yyunput_yy_init_input_yy_get_next_buffer_yy_last_accepting_cpos_Cp_yy_start_yy_state_buf_yy_state_ptr_yy_hold_char_yy_last_accepting_state_yy_ec_yy_lp_yy_try_NUL_trans_yy_did_buffer_switch_on_eof_yy_accept/export/jspc/sw/src/lib/dataformat/db/dblex.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./yydb.h/usr/include/stdio.hYY_BUFFER_STATE:t(0,14)=*(0,13)=xsyy_buffer_state:/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/usr/include/search.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/malloc.h./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.h/sw/loc/include/stock.h./db.tab.hYYSTYPE:t(29,1)=u4val:(0,1),0,32;ptr:(3,3),0,32;list:(17,7),0,32;;DB_lval:G(29,1)DB_lineno:G(0,1)Cp:S(3,3)c:S(0,2)String_buf:S(0,15)=ar(0,1);0;3999;(0,2)yy_buffer_state:T(0,13)=s24yy_input_file:(10,7),0,32;yy_ch_buf:(3,3),32,32;yy_buf_pos:(3,3),64,32;yy_buf_size:(0,1),96,32;yy_n_chars:(0,1),128,32;yy_eof_status:(0,1),160,32;;yy_current_buffer:S(0,16)=*(0,13)yy_hold_char:S(0,2)yy_n_chars:S(0,1)DB_text:G(3,3)DB_leng:G(0,1)DB_in:G(10,7)DB_out:G(10,7)yy_state_type:t(0,1)yy_acclist:S(0,17)=ar(0,1);0;239;(0,4)yy_accept:S(0,18)=ar(0,1);0;172;(0,4)yy_ec:S(0,19)=ar(0,1);0;127;(0,2)yy_meta:S(0,20)=ar(0,1);0;42;(0,2)yy_base:S(0,21)=ar(0,1);0;173;(0,4)yy_def:S(0,21)yy_nxt:S(0,22)=ar(0,1);0;238;(0,4)yy_chk:S(0,22)yy_last_accepting_state:S(0,1)yy_last_accepting_cpos:S(3,3)yy_state_buf:S(0,23)=ar(0,1);0;16385;(0,1)yy_state_ptr:S(12,2)yy_full_match:S(3,3)yy_lp:S(0,1)yy_c_buf_p:S(3,3)yy_init:S(0,1)yy_start:S(0,1)yy_did_buffer_switch_on_eof:S(0,1)DB_lex:F(0,1)yy_current_state:r(0,1)yy_cp:r(3,3)yy_bp:r(3,3)yy_act:r(0,1)yy_c:r(0,2)cp:(3,3)c:(0,2)n:(0,1)flag:(0,1)cp:(3,3)c:(0,2)n:(0,1)flag:(0,1)cp:(3,3)yy_amount_of_matched_text:(0,1)yy_next_state:(0,1)yy_get_next_buffer:f(0,1)dest:r(3,3)source:r(3,3)number_to_move:r(0,1)i:r(0,1)ret_val:(0,1)num_to_read:(0,1)yy_get_previous_state:f(0,1)yy_current_state:r(0,1)yy_cp:r(3,3)yy_c:r(0,2)yy_try_NUL_trans:f(0,1)yy_current_state:p(0,1)yy_current_state:r(0,1)yy_is_jam:r(0,1)yy_c:r(0,2)yyunput:f(0,11)c:p(0,2)yy_bp:p(3,3)yy_bp:r(3,3)yy_cp:r(3,3)number_to_move:r(0,1)dest:r(3,3)source:r(3,3)input:f(0,1)c:(0,1)yy_cp:(3,3)DB_restart:F(0,11)input_file:p(10,7)DB_switch_to_buffer:F(0,11)new_buffer:p(0,16)DB_load_buffer_state:F(0,11)DB_create_buffer:F(0,16)file:p(10,7)size:p(0,1)b:(0,16)DB_delete_buffer:F(0,11)b:p(0,16)DB_init_buffer:F(0,11)b:p(0,16)file:p(10,7)dbadd_attribute/export/jspc/sw/src/lib/dataformat/db/dbadd_attribute.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./p_db.h./db.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h/usr/include/sys/stdtypes.h/usr/include/stdio.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/sw/loc/include/stock.h/sw/loc/include/errlog.h./p_sort.hdbadd_attribute:F(0,1)schema:p(1,11)attribute:p(1,5)dbadd_relation:F(0,1)schema:p(1,11)relation:p(1,9)f:(0,13)=*(1,4)disp:(0,1)id:(0,1)i:(0,1)n:(0,1)attr:(1,5)fieldnames:(10,7)attrname:(5,2)arrays.o_applyval_Result_Return_tbl_Private_Free_arr_val_addval_addkey_addstblkey_Apply_arr_val_cmpnode_compare_fixstbl_freeval_freestblkey/export/jspc/sw/src/lib/utility/stock/arrays.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/search.h/usr/include/string.h/usr/include/sys/stdtypes.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.hProgram_Name:G(1,2)./arrays.hTbl:T(11,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(11,2)=*(1,2),64,32;;Tbl:t(11,1)Arr:T(11,3)=s8root:(1,2),0,32;cmp:(11,4)=*(11,5)=f(0,1),32,32;;Arr:t(11,3)Stbl:T(11,6)=s16tbl:(11,7)=*(11,1),0,32;root:(1,2),32,32;cmp:(11,4),64,32;changed:(0,1),96,32;;Stbl:t(11,6)./pf.hPfvalue:t(12,1)=u4s:(1,2),0,32;arr:(12,2)=*(11,3),0,32;tbl:(11,7),0,32;;Pf:T(12,3)=s8type:(0,1),0,32;value:(12,1),32,32;;Pf:t(12,3)optarg:G(1,2)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(4,1)=s16name:(1,2),0,32;has_arg:(0,1),32,32;flag:(4,2)=*(0,1),64,32;val:(0,1),96,32;;./arrays.hsettbl_size:F(0,11)tbl:p(11,7)size:p(0,1)i:(0,1)prev:(0,1)newtbl:F(11,7)size:p(0,1)tbl:(11,7)settbl:F(0,1)tbl:p(11,7)index:p(0,1)value:p(1,2)size:(0,1)gettbl:F(1,2)tbl:p(11,7)index:p(0,1)maxtbl:F(0,1)tbl:p(11,7)freetbl:F(0,1)tbl:p(11,7)free_tblval:p(11,4)i:(0,1)n:(0,1)result:(0,1)val:(1,2)applytbl:F(0,1)tbl:p(11,7)function:p(11,4)private:p(0,13)=*(0,11)i:(0,1)n:(0,1)result:(0,1)val:(1,2)compare:S(11,4)Node:T(0,14)=s8key:(1,2),0,32;value:(1,2),32,32;;Node:t(0,14)newarr:F(12,2)cmp:p(11,4)arr:(12,2)cmpnode:f(0,1)n1:p(0,15)=*(0,14)n2:p(0,15)setarr:F(1,2)arr:p(12,2)key:p(1,2)value:p(1,2)n:(0,15)old:(0,16)=*(0,15)oldvalue:(1,2)oldp:(0,15)getarr:F(1,2)arr:p(12,2)key:p(1,2)nkey:(0,14)np:(0,16)Return_tbl:S(11,7)addkey:f(0,11)node:p(0,16)order:p(1,4)level:p(0,1)keysarr:F(11,7)arr:p(12,2)addval:f(0,11)node:p(0,16)order:p(1,4)level:p(0,1)valsarr:F(11,7)arr:p(12,2)Result:S(0,1)Private:S(0,13)Free_arr_val:S(11,4)Apply_arr_val:S(11,4)freeval:f(0,11)node:p(0,16)order:p(1,4)level:p(0,1)freearr:F(0,1)arr:p(12,2)free_arr_val:p(11,4)applyval:f(0,11)node:p(0,16)order:p(1,4)level:p(0,1)applyarr:F(0,1)arr:p(12,2)apply_arr_val:p(11,4)private:p(0,13)newstbl:F(0,17)=*(11,6)cmp:p(11,4)stbl:(0,17)addstbl:F(1,2)stbl:p(0,17)key:p(1,2)np:(11,2)delstbl:F(0,11)stbl:p(0,17)key:p(1,2)tststbl:F(1,2)stbl:p(0,17)key:p(1,2)result:(11,2)addstblkey:f(0,11)key:p(11,2)order:p(1,4)level:p(0,1)fixstbl:f(0,11)stbl:p(0,17)maxstbl:F(0,1)stbl:p(0,17)getstbl:F(1,2)stbl:p(0,17)index:p(0,1)freestblkey:f(0,11)node:p(11,2)order:p(1,4)level:p(0,1)freestbl:F(0,1)stbl:p(0,17)free_stblval:p(11,4)result:(0,1)applystbl:F(0,1)stbl:p(0,17)function:p(11,4)private:p(0,13)i:(0,1)n:(0,1)result:(0,1)val:(1,2)datafile.o/auto/jspc/sw/src/lib/utility/stock/datafile.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/stdlib.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/types.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.hProgram_Name:G(3,5)./arrays.hTbl:T(24,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(24,2)=*(3,5),64,32;;Tbl:t(24,1)Arr:T(24,3)=s8root:(3,5),0,32;cmp:(24,4)=*(24,5)=f(0,1),32,32;;Arr:t(24,3)Stbl:T(24,6)=s16tbl:(24,7)=*(24,1),0,32;root:(3,5),32,32;cmp:(24,4),64,32;changed:(0,1),96,32;;Stbl:t(24,6)./pf.hPfvalue:t(25,1)=u4s:(3,5),0,32;arr:(25,2)=*(24,3),0,32;tbl:(24,7),0,32;;Pf:T(25,3)=s8type:(0,1),0,32;value:(25,1),32,32;;Pf:t(25,3)optarg:G(3,5)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(17,1)=s16name:(3,5),0,32;has_arg:(0,1),32,32;flag:(17,2)=*(0,1),64,32;val:(0,1),96,32;;datafile:F(3,5)envname:p(3,5)filename:p(3,5)path:(3,5)local:(0,13)=ar(0,1);0;1023;(0,2)pathtbl:(24,7)i:(0,1)n:(0,1)statbuf:(15,1)basename:(3,5)save:(3,5)error.o_last_count_next_messages_wrapflag/export/jspc/sw/src/lib/utility/stock/error.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/errno.h/usr/include/sys/errno.h/usr/include/stdio.h/usr/include/varargs.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/malloc.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.hsingle:t(0,9)extended:t(12,1)=ar(0,1);0;2;(0,8)quadruple:t(12,2)=s16u:(12,3)=ar(0,1);0;3;(0,8),0,128;;fp_exception_field_type:t(0,8)sigfpe_code_type:t(0,1)sigfpe_handler_type:t(12,4)=*(12,5)=f(0,11)fp_direction:G(13,1)fp_precision:G(13,2)fp_accrued_exceptions:G(0,8)decimal_string:t(12,6)=ar(0,1);0;511;(0,2)decimal_record:t(12,7)=s532fpclass:(13,4),0,32;sign:(0,1),32,32;exponent:(0,1),64,32;ds:(12,6),96,4096;more:(0,1),4192,32;ndigits:(0,1),4224,32;;decimal_form:T(12,8)=efixed_form:0,floating_form:1,;decimal_mode:t(12,9)=s12rd:(13,1),0,32;df:(12,8),32,32;ndigits:(0,1),64,32;;decimal_string_form:T(12,10)=einvalid_form:0,whitespace_form:1,fixed_int_form:2,fixed_intdot_form:3,fixed_dotfrac_form:4,fixed_intdotfrac_form:5,floating_int_form:6,floating_intdot_form:7,\floating_dotfrac_form:8,floating_intdotfrac_form:9,inf_form:10,infinity_form:11,nan_form:12,nanstring_form:13,;ieee_handlers:G(12,11)=ar(0,1);0;4;(12,4)./errlog.hProgram_Name:G(4,1)./arrays.hTbl:T(15,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(15,2)=*(4,1),64,32;;Tbl:t(15,1)Arr:T(15,3)=s8root:(4,1),0,32;cmp:(15,4)=*(15,5)=f(0,1),32,32;;Arr:t(15,3)Stbl:T(15,6)=s16tbl:(15,7)=*(15,1),0,32;root:(4,1),32,32;cmp:(15,4),64,32;changed:(0,1),96,32;;Stbl:t(15,6)./pf.hPfvalue:t(16,1)=u4s:(4,1),0,32;arr:(16,2)=*(15,3),0,32;tbl:(15,7),0,32;;Pf:T(16,3)=s8type:(0,1),0,32;value:(16,1),32,32;;Pf:t(16,3)optarg:G(4,1)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(8,1)=s16name:(4,1),0,32;has_arg:(0,1),32,32;flag:(8,2)=*(0,1),64,32;val:(0,1),96,32;;Immediate_Flag:G(0,1)sys_nerr:G(0,1)die:F(0,11)__builtin_va_alist:p(0,1)args:(4,1)sysflag:(0,1)fmt:(4,1)complain:F(0,11)__builtin_va_alist:p(0,1)args:(4,1)sysflag:(0,1)fmt:(4,1)next:S(0,1)last:S(0,1)wrapflag:S(0,1)messages:S(0,13)=ar(0,1);0;49;(4,1)count:S(0,14)=ar(0,1);0;49;(0,1)register_error:F(0,11)__builtin_va_alist:p(0,1)args:(4,1)sysflag:(0,1)fmt:(4,1)msg:(0,15)=ar(0,1);0;2047;(0,2)mp:(4,1)ep:(4,1)clear_register:F(0,11)printflag:p(0,1)i:(0,1)get_register:F(0,11)msgs:p(0,16)=*(15,2)msgcount:p(0,17)=*(8,2)maxmsgs:p(8,2)last:p(8,2)wrap:p(8,2)regex.o_group_in_compile_stack_alt_match_null_string_p_at_endline_loc_p_at_begline_loc_p_re_comp_buf_re_syntax_table_init_syntax_once_compile_range_re_error_msg_gnu_regex_compile_bcmp_translate_store_op1_store_op2_insert_op1_insert_op2_group_match_null_string_p_common_op_match_null_string_p/export/jspc/sw/src/lib/utility/stock/regex.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/string.h/usr/include/sys/stdtypes.hre_syntax_table:S(0,13)=ar(0,1);0;255;(0,2)init_syntax_once:f(0,11)c:r(0,1)done:V(0,1)./regex.hreg_syntax_t:t(0,8)re_syntax_options:G(0,8)reg_errcode_t:t(6,1)=eREG_NOERROR:0,REG_NOMATCH:1,REG_BADPAT:2,REG_ECOLLATE:3,REG_ECTYPE:4,REG_EESCAPE:5,REG_ESUBREG:6,REG_EBRACK:7,\REG_EPAREN:8,REG_EBRACE:9,REG_BADBR:10,REG_ERANGE:11,REG_ESPACE:12,REG_BADRPT:13,REG_EEND:14,REG_ESIZE:15,REG_ERPAREN:16,;re_pattern_buffer:T(6,2)=s32buffer:(6,3)=*(0,5),0,32;allocated:(0,8),32,32;used:(0,8),64,32;syntax:(0,8),96,32;fastmap:(1,7),128,32;translate:(1,7),160,32;re_nsub:(0,1),192,32;can_be_null:(0,8),224,1;\regs_allocated:(0,8),225,2;fastmap_accurate:(0,8),227,1;no_sub:(0,8),228,1;not_bol:(0,8),229,1;not_eol:(0,8),230,1;newline_anchor:(0,8),231,1;;regex_t:t(6,2)regoff_t:t(0,1)re_registers:T(6,4)=s12num_regs:(0,8),0,32;start:(6,5)=*(0,1),32,32;end:(6,5),64,32;;regmatch_t:t(6,6)=s8rm_so:(0,1),0,32;rm_eo:(0,1),32,32;;/usr/include/ctype.h/usr/include/alloca.hboolean:t(0,2)re_opcode_t:t(0,14)=eno_op:0,exactn:1,anychar:2,charset:3,charset_not:4,start_memory:5,stop_memory:6,duplicate:7,\begline:8,endline:9,begbuf:10,endbuf:11,jump:12,jump_past_alt:13,on_failure_jump:14,on_failure_keep_string_jump:15,\pop_failure_jump:16,maybe_pop_jump:17,dummy_failure_jump:18,push_dummy_failure:19,succeed_n:20,jump_n:21,set_number_at:22,wordchar:23,\notwordchar:24,wordbeg:25,wordend:26,wordbound:27,notwordbound:28,;re_set_syntax:F(0,8)syntax:p(0,8)ret:(0,8)re_error_msg:S(0,15)=ar(0,1);0;16;(1,7)regnum_t:t(0,8)pattern_offset_t:t(0,1)compile_stack_elt_t:t(0,16)=s20begalt_offset:(0,1),0,32;fixup_alt_jump:(0,1),32,32;inner_group_offset:(0,1),64,32;laststart_offset:(0,1),96,32;regnum:(0,8),128,32;;compile_stack_type:t(0,17)=s12stack:(0,18)=*(0,16),0,32;size:(0,8),32,32;avail:(0,8),64,32;;gnu_regex_compile:f(6,1)pattern:p(1,7)size:p(0,1)syntax:p(0,8)bufp:p(0,19)=*(6,2)c:r(0,5)c1:r(0,5)p1:(1,7)b:r(6,3)compile_stack:(0,17)p:(1,7)pend:(1,7)translate:(1,7)pending_exact:(6,3)laststart:(6,3)begalt:(6,3)beg_interval:(1,7)fixup_alt_jump:(6,3)regnum:(0,8)old_buffer:(6,3)old_buffer:(6,3)keep_string_p:(0,2)zero_times_ok:(0,2)many_times_ok:(0,2)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)had_char_class:(0,2)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)ret:(6,1)ret:(6,1)str:(0,20)=ar(0,1);0;6;(0,2)ch:(0,1)is_alnum:(0,2)is_alpha:(0,2)is_blank:(0,2)is_cntrl:(0,2)is_digit:(0,2)is_graph:(0,2)is_lower:(0,2)is_print:(0,2)is_punct:(0,2)is_space:(0,2)is_upper:(0,2)is_xdigit:(0,2)old_buffer:(6,3)old_buffer:(6,3)this_group_regnum:(0,8)inner_group_loc:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)lower_bound:(0,1)upper_bound:(0,1)old_buffer:(6,3)nbytes:(0,8)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)old_buffer:(6,3)store_op1:f(0,11)op:p(0,14)loc:p(6,3)arg:p(0,1)store_op2:f(0,11)op:p(0,14)loc:p(6,3)arg1:p(0,1)arg2:p(0,1)insert_op1:f(0,11)op:p(0,14)loc:p(6,3)arg:p(0,1)end:p(6,3)pfrom:r(6,3)pto:r(6,3)insert_op2:f(0,11)op:p(0,14)loc:p(6,3)arg1:p(0,1)arg2:p(0,1)end:p(6,3)pfrom:r(6,3)pto:r(6,3)at_begline_loc_p:f(0,2)pattern:p(1,7)p:p(1,7)syntax:p(0,8)prev:(1,7)prev_prev_backslash:(0,2)at_endline_loc_p:f(0,2)p:p(1,7)pend:p(1,7)syntax:p(0,1)next:(1,7)next_backslash:(0,2)next_next:(1,7)group_in_compile_stack:f(0,2)compile_stack:p(0,17)compile_stack:r(0,17)regnum:p(0,8)this_element:(0,1)compile_range:f(6,1)p_ptr:p(0,21)=*(1,7)pend:p(1,7)translate:p(1,7)syntax:p(0,8)b:p(6,3)this_char:(0,8)p:(1,7)range_start:(0,1)range_end:(0,1)re_max_failures:G(0,1)fail_stack_elt_t:t(6,3)fail_stack_type:t(0,22)=s12stack:(0,23)=*(6,3),0,32;size:(0,8),32,32;avail:(0,8),64,32;;re_compile_fastmap:F(0,1)bufp:p(0,19)j:(0,1)k:(0,1)fail_stack:(0,22)destination:(1,7)num_regs:(0,8)fastmap:r(1,7)pattern:(6,3)size:(0,8)p:(6,3)pend:r(6,3)path_can_be_null:(0,2)succeed_n_p:(0,2)re_set_registers:F(0,11)bufp:p(0,19)regs:p(0,24)=*(6,4)num_regs:p(0,8)starts:p(6,5)ends:p(6,5)re_search:F(0,1)bufp:p(0,19)string:p(1,7)size:p(0,1)startpos:p(0,1)range:p(0,1)regs:p(0,24)re_search_2:F(0,1)bufp:p(0,19)string1:p(1,7)size1:p(0,1)string2:p(1,7)size2:p(0,1)startpos:p(0,1)range:p(0,1)regs:p(0,24)stop:p(0,1)val:(0,1)fastmap:r(1,7)translate:r(1,7)total_size:(0,1)endpos:(0,1)d:r(1,7)lim:r(0,1)irange:(0,1)c:r(0,2)register_info_type:t(0,25)=u4word:(6,3),0,32;bits:(0,26)=s4match_null_string_p:(0,8),0,2;is_active:(0,8),2,1;matched_something:(0,8),3,1;ever_matched_something:(0,8),4,1;;,0,32;;re_match:F(0,1)bufp:p(0,19)string:p(1,7)size:p(0,1)pos:p(0,1)regs:p(0,24)re_match_2:F(0,1)bufp:p(0,19)string1:p(1,7)size1:p(0,1)string2:p(1,7)size2:p(0,1)pos:p(0,1)regs:p(0,24)stop:p(0,1)mcnt:(0,1)p1:(6,3)end1:(1,7)end2:(1,7)end_match_1:(1,7)end_match_2:(1,7)d:(1,7)dend:(1,7)p:(6,3)pend:r(6,3)translate:(1,7)fail_stack:(0,22)num_regs:(0,8)lowest_active_reg:(0,8)highest_active_reg:(0,8)regstart:(0,21)regend:(0,21)old_regstart:(0,21)old_regend:(0,21)reg_info:(0,27)=*(0,25)best_regs_set:(0,8)best_regstart:(0,21)best_regend:(0,21)match_end:(1,7)reg_dummy:(0,21)reg_info_dummy:(0,27)same_str_p:(0,2)r:(0,8)r:(0,8)c:r(0,5)not:(0,2)r:(0,8)r:(0,5)is_a_jump_n:(0,2)r:(0,8)destination:(1,7)this_reg:(0,1)d2:r(1,7)dend2:r(1,7)regno:(0,1)destination:(1,7)this_reg:(0,1)destination:(1,7)this_reg:(0,1)p2:r(6,3)c:r(0,5)not:(0,1)dummy_low_reg:(0,8)dummy_high_reg:(0,8)pdummy:(6,3)sdummy:(1,7)this_reg:(0,1)string_temp:(6,3)destination:(1,7)this_reg:(0,1)destination:(1,7)this_reg:(0,1)r:(0,8)r:(0,8)this_reg:(0,1)string_temp:(6,3)is_a_jump_n:(0,2)group_match_null_string_p:f(0,2)p:p(0,23)end:p(6,3)reg_info:p(0,27)mcnt:(0,1)p1:(6,3)alt_match_null_string_p:f(0,2)p:p(6,3)end:p(6,3)reg_info:p(0,27)mcnt:(0,1)p1:(6,3)common_op_match_null_string_p:f(0,2)p:p(0,23)end:p(6,3)reg_info:p(0,27)mcnt:(0,1)ret:(0,2)reg_no:(0,1)p1:(6,3)bcmp_translate:f(0,1)s1:p(6,3)s2:p(6,3)len:p(0,1)len:r(0,1)translate:p(1,7)p1:r(6,3)p2:r(6,3)re_compile_pattern:F(1,7)pattern:p(1,7)length:p(0,1)bufp:p(0,19)ret:(6,1)re_comp_buf:S(6,2)re_comp:F(1,7)s:p(1,7)ret:(6,1)re_exec:F(0,1)s:p(1,7)len:(0,1)gnu_regcomp:F(0,1)preg:p(0,19)pattern:p(1,7)cflags:p(0,1)ret:(6,1)syntax:(0,8)i:(0,8)gnu_regexec:F(0,1)preg:p(0,19)string:p(1,7)nmatch:p(0,1)pmatch:p(0,28)=*(6,6)eflags:p(0,1)ret:(0,1)regs:(6,4)private_preg:(6,2)len:(0,1)want_reg_info:(0,2)r:(0,8)gnu_regerror:F(0,1)errcode:p(0,1)preg:p(0,19)errbuf:p(1,7)errbuf_size:p(0,1)msg:(1,7)msg_size:(0,1)regfree:F(0,11)preg:p(0,19)strings.o/export/jspc/sw/src/lib/utility/stock/strings.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/string.h/usr/include/sys/stdtypes.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.h./arrays.h./pf.hblank:F(0,1)s:p(5,2)whitespace:F(0,1)s:p(5,2)split:F(10,7)string:p(5,2)c:p(0,2)s:(5,2)tbl:(10,7)tmpl.o_Argv_Ptr_dash_seen_SCCS_ID_Parse_State_Arg_Count_open_file_shift_arg/auto/jspc/sw/src/lib/utility/stock/tmpl.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)SCCS_ID:S(0,13)=*(0,2)/usr/include/stdio.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/errno.h/usr/include/sys/errno.h/usr/include/dirent.h/usr/include/sys/types.h/usr/include/sys/dirent.h./tmpl.hoption_t:t(22,1)=s12terse:(0,2),0,8;verbose:(0,13),32,32;arg:(0,1),64,32;;./errlog.hProgram_Name:G(0,13)Parse_State:S(0,1)Argv_Ptr:S(0,14)=*(0,13)Arg_Count:S(0,1)get_option:F(0,2)argc:p(0,15)=*(0,1)argv:p(0,14)option_list:p(0,16)=*(22,1)num_options:p(0,1)comp_opt:V(0,13)follow_ptr:V(0,14)follow_count:V(0,1)index:(0,1)shift_arg:f(0,1)follow_ptr:p(0,17)=*(0,14)follow_count:p(0,15)dash_seen:f(0,1)dash_flag:V(0,1)get_argument:F(0,13)return_value:(0,13)get_directory:F(0,13)testDir:(0,18)=*(19,1)dir_name:(0,13)get_input_file:F(0,13)input_file:p(0,19)=*(0,20)=*(1,1)input_name:(0,13)get_output_file:F(0,13)output_file:p(0,19)output_name:(0,13)last_argument:F(0,13)arg_name:(0,13)last_input_file:F(0,13)input_file:p(0,19)input_name:(0,13)last_output_file:F(0,13)output_file:p(0,19)output_name:(0,13)open_file:f(0,20)old_file:p(0,20)new_name:p(0,13)access:p(0,13)readable_file:F(0,1)file_name:p(0,13)statbuf:(5,1)test_file:(0,20)writable_file:F(0,1)file_name:p(0,13)statbuf:(5,1)test_file:(0,20)parse_path:F(0,11)path:p(0,13)dir:p(0,13)file:p(0,13)next:(0,13)last:(0,13)concat_paths:F(0,11)base:p(0,13)next:p(0,13)net:p(0,13)name_len:(0,1)name_index:(0,1)temp:(0,21)=ar(0,1);0;159;(0,2)clean_path:F(0,11)path:p(0,13)result:(0,22)=ar(0,1);0;79;(0,2)buffer:(0,22)temp:(0,13)state:(0,1)next:(0,13)add_slash:F(0,11)directory:p(0,13)del_slash:F(0,11)directory:p(0,13)wd.o_braelist_braslist_nodelim_size_bittab_cfread_cfname_explist_getrnge_low/auto/jspc/sw/src/lib/utility/stock/wd.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/string.h/usr/include/sys/stdtypes.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/types.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.hProgram_Name:G(5,7)./arrays.hTbl:T(24,1)=s12cur:(0,1),0,32;top:(0,1),32,32;arr:(24,2)=*(5,7),64,32;;Tbl:t(24,1)Arr:T(24,3)=s8root:(5,7),0,32;cmp:(24,4)=*(24,5)=f(0,1),32,32;;Arr:t(24,3)Stbl:T(24,6)=s16tbl:(24,7)=*(24,1),0,32;root:(5,7),32,32;cmp:(24,4),64,32;changed:(0,1),96,32;;Stbl:t(24,6)./pf.hPfvalue:t(25,1)=u4s:(5,7),0,32;arr:(25,2)=*(24,3),0,32;tbl:(24,7),0,32;;Pf:T(25,3)=s8type:(0,1),0,32;value:(25,1),32,32;;Pf:t(25,3)optarg:G(5,7)optind:G(0,1)opterr:G(0,1)optopt:G(0,1)option:T(17,1)=s16name:(5,7),0,32;has_arg:(0,1),32,32;flag:(17,2)=*(0,1),64,32;val:(0,1),96,32;;/usr/include/errno.h/usr/include/sys/errno.h/usr/include/dirent.h/usr/include/sys/types.h__dirdesc:T(28,1)=s24dd_fd:(0,1),0,32;dd_loc:(0,1),32,32;dd_size:(0,1),64,32;dd_bsize:(0,1),96,32;dd_off:(0,1),128,32;dd_buf:(5,7),160,32;;DIR:t(28,1)/usr/include/sys/dirent.h/usr/include/regexp.h/usr/include/ctype.hbraslist:S(31,1)=ar(0,1);0;8;(5,7)braelist:S(31,1)sed:G(0,1)nbra:G(0,1)loc1:G(5,7)loc2:G(5,7)locs:G(5,7)nodelim:S(0,1)circf:G(0,1)low:S(0,1)size:S(0,1)bittab:S(31,2)=ar(0,1);0;7;(0,2)compile:F(5,7)/usr/include/regexp.hinstring:p(5,7)ep:p(5,7)ep:r(5,7)endbuf:p(5,7)seof:p(0,1)sp:r(5,7)c:r(0,1)eof:r(0,1)lastep:(5,7)cclcnt:(0,1)bracket:(31,3)=ar(0,1);0;8;(0,2)bracketp:(5,7)closed:(0,1)neg:(0,1)lc:(0,1)i:(0,1)cflg:(0,1)iflag:(0,1)step:F(0,1)p1:p(5,7)p1:r(5,7)p2:p(5,7)p2:r(5,7)c:r(0,1)advance:F(0,1)lp:p(5,7)lp:r(5,7)ep:p(5,7)ep:r(5,7)curlp:r(5,7)c:r(0,1)bbeg:(5,7)neg:r(0,2)ct:(0,1)getrnge:f(0,1)str:p(5,7)str:r(5,7)sizecode:r(0,1)exp:T(0,13)=s268expbuf:(30,2),0,2048;cname:(5,7),2048,32;circf:(0,1),2080,32;nxt:(0,14)=*(0,13),2112,32;;EXP:t(0,13)explist:S(0,14)wd.ccfname:S(5,7)cfread:S(0,1)setmapcf:F(0,1)fn:p(5,7)readmap:F(0,1)f:(0,15)=*(1,1)p:r(0,14)exp:(30,2)cname:(0,16)=ar(0,1);0;1023;(0,2)mappath:F(0,1)spath:p(5,7)upath:p(5,7)p:r(0,14)cp:r(5,7)cp1:r(5,7)i:(0,1)regerr:F(0,1)c:p(0,1)dirbase:F(0,11)path:p(5,7)dir:p(5,7)base:p(5,7)cp:(5,7)abspath:F(0,1)relp:p(5,7)absp:p(5,7)dir:(0,16)base:(0,16)cwd:(0,16)ncwd:(0,16)statbuf:(9,1)makedir:F(0,1)dir:p(5,7)statbuf:(9,1)s:(5,7)parent:(0,16)n:(0,1)zopen.o/auto/jspc/sw/src/lib/utility/stock/zopen.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./errlog.h./arrays.h./pf.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.hsigvec:T(22,1)=s12sv_handler:(6,4),0,32;sv_mask:(0,1),32,32;sv_flags:(0,1),64,32;;sigstack:T(22,2)=s8ss_sp:(4,2),0,32;ss_onstack:(0,1),32,32;;sigcontext:T(22,3)=s2144sc_onstack:(0,1),0,32;sc_mask:(0,1),32,32;sc_sp:(0,1),64,32;sc_pc:(0,1),96,32;sc_npc:(0,1),128,32;sc_psr:(0,1),160,32;sc_g1:(0,1),192,32;sc_o0:(0,1),224,32;\sc_wbcnt:(0,1),256,32;sc_spbuf:(22,4)=ar(0,1);0;30;(4,2),288,992;sc_wbuf:(22,5)=ar(0,1);0;30;(22,6)=ar(0,1);0;15;(0,1),1280,15872;;/usr/include/sys/stdtypes.hsigaction:T(22,7)=s12sa_handler:(6,4),0,32;sa_mask:(0,1),32,32;sa_flags:(0,1),64,32;;/usr/include/sys/types.h/usr/include/string.h/usr/include/sys/stdtypes.hcompress:F(0,11)path:p(4,2)cmd:(0,13)=ar(0,1);0;1023;(0,2)zopen:F(0,14)=*(1,1)filename:p(4,2)permissions:p(4,2)cp:(4,2)file:(0,14)cmd:(0,13)tmp:(4,2)time.o_days_in_month_month_name/export/jspc/sw/src/lib/utility/coords/time.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/fcntl.h/usr/include/sys/fcntlcom.h/usr/include/sys/stdtypes.h/usr/include/sys/stat.h/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/unistd.h/usr/include/sys/types.h/usr/include/sys/param.h/usr/include/machine/param.h/usr/include/sys/signal.h/usr/include/vm/faultcode.h/usr/include/sys/stdtypes.h/usr/include/sys/types.h/usr/include/ctype.h/usr/include/time.h/usr/include/sys/stdtypes.htm:T(18,1)=s44tm_sec:(0,1),0,32;tm_min:(0,1),32,32;tm_hour:(0,1),64,32;tm_mday:(0,1),96,32;tm_mon:(0,1),128,32;tm_year:(0,1),160,32;tm_wday:(0,1),192,32;tm_yday:(0,1),224,32;\tm_isdst:(0,1),256,32;tm_zone:(6,7),288,32;tm_gmtoff:(0,1),320,32;;./csstime.hdate_time:T(20,1)=s48epoch:(0,10),0,64;date:(0,1),64,32;year:(0,1),96,32;month:(0,1),128,32;mname:(20,2)=ar(0,1);0;3;(0,2),160,32;day:(0,1),192,32;doy:(0,1),224,32;hour:(0,1),256,32;\minute:(0,1),288,32;second:(0,9),320,32;;days_in_month:S(0,13)=ar(0,1);0;12;(0,1)htoe:F(0,1)dt:p(0,14)=*(20,1)dt:r(0,14)timeprint:F(0,1)dt:p(0,14)dt:r(0,14)zh_today:F(0,1)dt:p(0,14)dt:r(0,14)mdtodate:F(0,1)dt:p(0,14)dt:r(0,14)i:(0,1)dim:(0,1)time_string2epoch:F(0,1)string:p(6,7)time:p(0,15)=*(0,10)i:(0,1)j:(0,1)icol:(0,1)str:V(0,16)=ar(0,1);0;511;(0,2)dt:(20,1)my_strncasecmp:F(0,1)str1:p(6,7)str2:p(6,7)len:p(0,1)i1:(0,1)i2:(0,1)i:(0,1)dtoepoch:F(0,10)date:p(0,1)i:(0,1)year:(0,1)day:(0,1)days:(0,1)isleap:F(0,1)year:p(0,1)timecon:F(0,10)timstr:p(6,7)tnum:(0,10)con:(0,17)=ar(0,1);0;19;(0,2)len:(0,1)i:(0,1)j:(0,1)todaysdate:F(0,1)now:(0,1)tsp:(0,18)=*(18,1)get_nice_times:F(0,1)tstart:p(0,10)tend:p(0,10)maxincs:p(0,1)nstart:p(0,15)ninc:p(0,15)window:(0,10)time:(0,10)itime:(0,1)exp:(0,10)ref:(0,10)date_time:(20,1)month_name:S(0,19)=ar(0,1);0;11;(6,7)etoh:F(0,1)dt:p(0,14)dt:r(0,14)diy:(0,1)month_day:F(0,1)dt:p(0,14)dt:r(0,14)i:(0,1)dim:(0,1)leap:(0,1)dbstrf2c:F(6,7)string:p(6,7)len:p(0,1)out:V(0,16)i:(0,1)j:(0,1)k:(0,1)todays_date.o/export/jspc/sw/src/lib/utility/coords/todays_date.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/sys/types.h/usr/include/sys/stdtypes.h/usr/include/sys/sysmacros.h/usr/include/sys/time.h/usr/include/time.h/usr/include/sys/stdtypes.hNo_date:G(0,1)todays_date:F(1,7)date_str:p(1,7)year:(0,1)month:(0,1)doy:(0,1)day:(0,1)hour:(0,1)minute:(0,1)sec:(0,10)str2epoch.o_yy_def_yy_chk_yy_nxt_Second_yy_current_buffer_Num_yy_c_buf_p_yy_n_chars_yy_get_previous_state_Hour_yy_meta_yy_base_yyunput_yy_init_input_yy_get_next_buffer_Etime_yy_last_accepting_cpos_Am_Cp_yy_start_Month_Year_yy_hold_char_yy_last_accepting_state_yy_ec_yy_try_NUL_trans_my_yyinput_Doy_Day_yy_did_buffer_switch_on_eof_yy_accept_Minute/export/jspc/sw/src/lib/utility/coords/str2epoch.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)./yyepoch.h/usr/include/stdio.hYY_BUFFER_STATE:t(0,14)=*(0,13)=xsyy_buffer_state:/usr/include/stdio.h./coords.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hCp:S(7,2)Year:S(0,1)Month:S(0,1)Day:S(0,1)Hour:S(0,1)Minute:S(0,1)Doy:S(0,1)Num:S(0,1)Second:S(0,10)Etime:S(0,10)Am:S(0,1)yy_buffer_state:T(0,13)=s24yy_input_file:(0,15)=*(2,1),0,32;yy_ch_buf:(7,2),32,32;yy_buf_pos:(7,2),64,32;yy_buf_size:(0,1),96,32;yy_n_chars:(0,1),128,32;yy_eof_status:(0,1),160,32;;yy_current_buffer:S(0,16)=*(0,13)yy_hold_char:S(0,2)yy_n_chars:S(0,1)ep_text:G(7,2)ep_leng:G(0,1)ep_in:G(0,15)ep_out:G(0,15)yy_state_type:t(0,1)yy_accept:S(0,17)=ar(0,1);0;107;(0,4)yy_ec:S(0,18)=ar(0,1);0;127;(0,2)yy_meta:S(0,19)=ar(0,1);0;35;(0,2)yy_base:S(0,20)=ar(0,1);0;111;(0,4)yy_def:S(0,20)yy_nxt:S(0,21)=ar(0,1);0;266;(0,4)yy_chk:S(0,21)yy_last_accepting_state:S(0,1)yy_last_accepting_cpos:S(7,2)yy_c_buf_p:S(7,2)yy_init:S(0,1)yy_start:S(0,1)yy_did_buffer_switch_on_eof:S(0,1)ep_lex:F(0,1)yy_current_state:r(0,1)yy_cp:r(7,2)yy_bp:r(7,2)yy_act:r(0,1)yy_c:r(0,2)num:(0,1)yy_amount_of_matched_text:(0,1)yy_next_state:(0,1)yy_get_next_buffer:f(0,1)dest:r(7,2)source:r(7,2)number_to_move:r(0,1)i:r(0,1)ret_val:(0,1)num_to_read:(0,1)yy_get_previous_state:f(0,1)yy_current_state:r(0,1)yy_cp:r(7,2)yy_c:r(0,2)yy_try_NUL_trans:f(0,1)yy_current_state:p(0,1)yy_current_state:r(0,1)yy_is_jam:r(0,1)yy_cp:r(7,2)yy_c:r(0,2)yyunput:f(0,11)c:p(0,2)yy_bp:p(7,2)yy_bp:r(7,2)yy_cp:r(7,2)number_to_move:r(0,1)dest:r(7,2)source:r(7,2)input:f(0,1)c:(0,1)yy_cp:(7,2)ep_restart:F(0,11)input_file:p(0,15)ep_switch_to_buffer:F(0,11)new_buffer:p(0,16)ep_load_buffer_state:F(0,11)ep_create_buffer:F(0,16)file:p(0,15)size:p(0,1)b:(0,16)ep_delete_buffer:F(0,11)b:p(0,16)ep_init_buffer:F(0,11)b:p(0,16)file:p(0,15)str2epoch:F(0,10)s:p(7,2)my_yyinput:f(0,1)buf:p(7,2)ms:p(0,1)n:(0,1)h2e.o/export/jspc/sw/src/lib/utility/coords/h2e.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.hdate_time:T(0,13)=s48epoch:(0,10),0,64;date:(0,1),64,32;year:(0,1),96,32;month:(0,1),128,32;mname:(0,14)=ar(0,1);0;3;(0,2),160,32;day:(0,1),192,32;doy:(0,1),224,32;hour:(0,1),256,32;\minute:(0,1),288,32;second:(0,9),320,32;;doy2mday:F(0,11)doy:p(0,1)year:p(0,1)month:p(0,15)=*(0,1)day:p(0,15)dt:(0,13)doy2mday_:F(0,11)doy:p(0,15)year:p(0,15)month:p(0,15)day:p(0,15)mday2doy:F(0,1)year:p(0,1)month:p(0,1)day:p(0,1)dt:(0,13)mday2doy_:F(0,1)year:p(0,15)month:p(0,15)day:p(0,15)h2e:F(0,10)iyear:p(0,1)iday:p(0,1)ihour:p(0,1)imin:p(0,1)sec:p(0,10)jdate:(0,1)epoch:(0,10)h2e_:F(0,10)iyear:p(0,15)iday:p(0,15)ihour:p(0,15)imin:p(0,15)sec:p(0,16)=*(0,10)e2h:F(0,11)epoch:p(0,10)iyear:p(0,15)iday:p(0,15)ihour:p(0,15)imin:p(0,15)sec:p(0,16)dt:(0,13)e2h_:F(0,11)epoch:p(0,16)iyear:p(0,15)iday:p(0,15)ihour:p(0,15)imin:p(0,15)sec:p(0,16)response.o_Srctypes_Nsrctypes_extract_Types_Ntypes/export/jspc/sw/src/lib/dataformat/response/response.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./response.h./complex.hPolar:T(3,1)=s16amplitude:(0,10),0,64;phase:(0,10),64,64;;Polar:t(3,1)Complex:T(3,2)=s16real:(0,10),0,64;imag:(0,10),64,64;;Complex:t(3,2)/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hResponse_group:T(2,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(2,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(2,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(11,7),640,32;parameters:(12,2),672,32;private:(2,4)=*(0,11),704,32;;Response_group:t(2,1)Response:T(2,5)=s16ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(2,6)=*(2,1),64,32;dfile:(6,2),96,32;;Response:t(2,5)Fir:T(2,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(2,8)=*(0,10),192,32;num_coef_errors:(2,8),224,32;den_coefs:(2,8),256,32;den_coef_errors:(2,8),288,32;;Fir:t(2,7)Paz:T(2,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(2,10)=*(3,2),192,32;pole_errors:(2,10),224,32;zeros:(2,10),256,32;zero_errors:(2,10),288,32;;Paz:t(2,9)Iir:T(2,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(2,10),192,32;pole_errors:(2,10),224,32;zeros:(2,10),256,32;zero_errors:(2,10),288,32;;Iir:t(2,11)/sw/loc/include/stock.h./fap.h./paz.h./fir.h./iir.h./complex.hResponse_type:T(0,13)=s36id:(0,1),0,32;name:(6,2),32,32;copy:(11,4),64,32;read:(11,4),96,32;write:(11,4),128,32;print:(11,4),160,32;eval:(11,4),192,32;free:(11,4),224,32;compare:(11,4),256,32;;Response_type:t(0,13)Types:S(0,14)=ar(0,1);0;3;(0,13)Ntypes:S(0,1)Src_type:T(0,15)=s8id:(0,1),0,32;name:(6,2),32,32;;Src_type:t(0,15)Srctypes:S(0,16)=ar(0,1);0;1;(0,15)Nsrctypes:S(0,1)extract:f(0,1)line:p(6,2)key:p(6,2)value:p(11,2)lp:(6,2)kp:(6,2)nextline:F(0,1)file:p(0,17)=*(1,1)line:p(6,2)tbl:p(11,7)arr:p(12,2)key:(0,18)=ar(0,1);0;1023;(0,2)value:(6,2)init_response_group:F(0,11)gp:p(2,6)new_response_group:F(2,6)gp:(2,6)new_response:F(0,19)=*(2,5)rp:(0,19)add_response_group:F(0,1)rp:p(0,19)gp:p(2,6)new:(0,1)copy_response_group:F(0,1)gp:p(2,6)rp:p(0,19)indx:p(0,1)new:(0,1)gpn:(2,6)i:(0,1)n:(0,1)keys:(11,7)vals:(11,7)read_response:F(0,1)file:p(0,17)response:p(0,20)=*(0,19)rp:(0,19)ret:(0,1)aline:(0,18)source:(0,18)type:(0,18)i:(0,1)gp:(2,1)write_response:F(0,1)file:p(0,17)response:p(0,19)gp:(2,6)ret:(0,1)i:(0,1)l:(0,1)ncomments:(0,1)print_response:F(0,1)file:p(0,17)response:p(0,19)eval_response:F(0,1)omega:p(0,10)response:p(0,19)real:p(2,8)imag:p(2,8)gp:(2,6)amplitude:(0,10)phase:(0,10)r:(0,10)theta:(0,10)i:(0,1)ret:(0,1)free_response:F(0,1)response:p(0,19)gp:(2,6)i:(0,1)ret:(0,1)compare_response:F(0,1)response1:p(0,19)response2:p(0,19)gp1:(2,6)gp2:(2,6)i:(0,1)get_response_nstages:F(0,1)response:p(0,19)nstages:p(4,2)get_response_stage_type:F(0,1)response:p(0,19)stage:p(0,1)type:p(6,2)gp:(2,6)get_response_stage_fir_ncoefs:F(0,1)response:p(0,19)stage:p(0,1)srate:p(2,8)dec_factor:p(4,2)nnum:p(4,2)nden:p(4,2)gp:(2,6)fir:(0,21)=*(2,7)get_response_stage_fir_coefs:F(0,1)response:p(0,19)stage:p(0,1)nnum:p(4,2)coefn:p(0,22)=*(2,8)coefn_err:p(0,22)nden:p(4,2)coefd:p(0,22)coefd_err:p(0,22)gp:(2,6)fir:(0,21)readresp_:F(0,11)fname:p(6,2)response:p(0,20)lenfname:p(0,1)fn:V(0,18)i:(0,1)file:(0,17)evlresp_:F(0,11)omega:p(0,23)=*(0,9)response:p(0,20)real:p(0,23)imag:p(0,23)domega:(0,10)dreal:(0,10)dimag:(0,10)freeresp_:F(0,11)response:p(0,20)getrespnstages_:F(0,11)response:p(0,20)nstages:p(4,2)getresptype_:F(0,11)response:p(0,20)stage:p(4,2)type:p(6,2)lentype:p(0,1)i:(0,1)l:(0,1)typ:V(0,24)=ar(0,1);0;31;(0,2)getresppaz_:F(0,11)response:p(0,20)stage:p(4,2)norm:p(0,23)npoles:p(4,2)poles:p(0,23)polerr:p(0,23)nzeroes:p(4,2)zeroes:p(0,23)zererr:p(0,23)npmax:(0,1)nzmax:(0,1)st:(0,1)gp:(2,6)paz:(0,25)=*(2,9)i:(0,1)j:(0,1)getrespfir_:F(0,11)response:p(0,20)stage:p(4,2)srate:p(0,23)nnum:p(4,2)coefsnum:p(0,23)coefsnumerr:p(0,23)nden:p(4,2)coefsden:p(0,23)coefsdenerr:p(0,23)nnmax:(0,1)ndmax:(0,1)st:(0,1)gp:(2,6)fir:(0,21)i:(0,1)fixresp:F(0,11)response:p(0,19)output_sample_rate:p(0,10)group:(2,6)fir:(0,21)i:(0,1)fixsrate:F(0,11)response:p(0,19)output_sample_rate:p(0,10)group:(2,6)fir:(0,21)i:(0,1)getrespiir_:F(0,11)response:p(0,20)stage:p(4,2)norm:p(0,23)npoles:p(4,2)poles:p(0,23)polerr:p(0,23)nzeroes:p(4,2)zeroes:p(0,23)zererr:p(0,23)npmax:(0,1)nzmax:(0,1)st:(0,1)gp:(2,6)iir:(0,26)=*(2,11)i:(0,1)j:(0,1)complex.o/auto/jspc/sw/src/lib/dataformat/response/complex.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h./complex.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.hto_polar:F(0,11)real:p(0,10)imag:p(0,10)amp:p(0,13)=*(0,10)phase:p(0,13)to_complex:F(0,11)amp:p(0,10)phase:p(0,10)real:p(0,13)imag:p(0,13)cmult:F(4,2)a:p(4,2)a:r(4,2)b:p(4,2)b:r(4,2)r:(4,2)cdiv:F(4,2)a:p(4,2)a:r(4,2)b:p(4,2)b:r(4,2)r:(4,2)conjugate:(4,2)mag2:(0,10)fir.o/export/jspc/sw/src/lib/dataformat/response/fir.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./response.h./complex.h/sw/loc/include/stock.hResponse_group:T(12,1)=s92srcid:(0,1),0,32;sequence:(0,1),32,32;description:(12,2)=ar(0,1);0;12;(0,2),64,104;id:(0,1),192,32;author:(12,3)=ar(0,1);0;44;(0,2),224,360;apply:(0,1),608,32;comments:(10,7),640,32;parameters:(11,2),672,32;private:(12,4)=*(0,11),704,32;;Response_group:t(12,1)Response:T(12,5)=s16ngroups:(0,1),0,32;nmax:(0,1),32,32;groups:(12,6)=*(12,1),64,32;dfile:(2,3),96,32;;Response:t(12,5)Fir:T(12,7)=s40nnum:(0,1),0,32;nden:(0,1),32,32;srate:(0,10),64,64;dec_factor:(0,1),128,32;dec_offset:(0,1),160,32;num_coefs:(12,8)=*(0,10),192,32;num_coef_errors:(12,8),224,32;den_coefs:(12,8),256,32;den_coef_errors:(12,8),288,32;;Fir:t(12,7)Paz:T(12,9)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(12,10)=*(13,2),192,32;pole_errors:(12,10),224,32;zeros:(12,10),256,32;zero_errors:(12,10),288,32;;Paz:t(12,9)Iir:T(12,11)=s40npoles:(0,1),0,32;nzeros:(0,1),32,32;normalization:(0,10),64,64;frequency:(0,10),128,64;poles:(12,10),192,32;pole_errors:(12,10),224,32;zeros:(12,10),256,32;zero_errors:(12,10),288,32;;Iir:t(12,11)copy_fir:F(0,1)gpi:p(12,6)gp:p(12,6)pfiri:(0,13)=*(12,7)pfir:(0,13)i:(0,1)n:(0,1)read_fir:F(0,1)file:p(0,14)=*(1,1)gp:p(12,6)pfir:(0,13)aline:(0,15)=ar(0,1);0;1023;(0,2)coef:(0,10)coef_error:(0,10)i:(0,1)n:(0,1)write_fir:F(0,1)file:p(0,14)private:p(0,13)i:(0,1)print_fir:F(0,1)file:p(0,14)private:p(0,13)free_fir:F(0,1)private:p(0,13)eval_fir:F(0,1)omega:p(0,10)private:p(0,13)amplitude:p(12,8)phase:p(12,8)i:(0,1)mid:(0,1)omegad:(0,10)arg:(0,10)numr:(0,10)numi:(0,10)denr:(0,10)deni:(0,10)amp:(0,10)phs:(0,10)compare_fir:F(0,1)fir1:p(0,13)fir2:p(0,13)i:(0,1)fap.o/auto/jspc/sw/src/lib/dataformat/response/fap.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h./fap.hcopy_fap:F(0,1)gpi:p(0,13)=*(0,11)gp:p(0,13)read_fap:F(0,1)file:p(0,14)=*(1,1)private:p(0,15)=*(0,13)write_fap:F(0,1)file:p(0,14)private:p(0,13)print_fap:F(0,1)file:p(0,14)private:p(0,13)free_fap:F(0,1)private:p(0,13)eval_fap:F(0,1)omega:p(0,10)private:p(0,13)amplitude:p(0,16)=*(0,10)phase:p(0,16)compare_fap:F(0,1)fap1:p(0,13)fap2:p(0,13)paz.o/export/jspc/sw/src/lib/dataformat/response/paz.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./response.h./complex.h/sw/loc/include/stock.h./complex.hcopy_paz:F(0,1)gpi:p(11,6)gp:p(11,6)ppazi:(0,13)=*(11,9)ppaz:(0,13)i:(0,1)n:(0,1)read_paz:F(0,1)file:p(0,14)=*(1,1)gp:p(11,6)ppaz:(0,13)aline:(0,15)=ar(0,1);0;1023;(0,2)real:(0,10)imag:(0,10)real_error:(0,10)imag_error:(0,10)i:(0,1)n:(0,1)write_paz:F(0,1)file:p(0,14)private:p(0,13)i:(0,1)print_paz:F(0,1)file:p(0,14)private:p(0,13)free_paz:F(0,1)private:p(0,13)eval_paz:F(0,1)omega:p(0,10)private:p(0,13)amplitude:p(11,8)phase:p(11,8)i:(0,1)r:(0,10)theta:(0,10)compare_paz:F(0,1)paz1:p(0,13)paz2:p(0,13)i:(0,1)iir.o/export/jspc/sw/src/lib/dataformat/response/iir.cint:t(0,1)=r(0,1);-2147483648;2147483647;char:t(0,2)=r(0,2);0;127;long:t(0,3)=r(0,1);-2147483648;2147483647;short:t(0,4)=r(0,1);-32768;32767;unsigned char:t(0,5)=r(0,1);0;255;unsigned short:t(0,6)=r(0,1);0;65535;unsigned long:t(0,7)=r(0,1);0;-1;unsigned int:t(0,8)=r(0,1);0;-1;float:t(0,9)=r(0,1);4;0;double:t(0,10)=r(0,1);8;0;void:t(0,11)=(0,11)???:t(0,12)=(0,1)/usr/include/stdio.h/sw/loc/include/stock.h/usr/include/stdio.h/usr/include/malloc.h/usr/include/math.h/usr/include/floatingpoint.h/usr/include/sys/ieeefp.h/sw/loc/include/errlog.h/sw/loc/include/arrays.h/sw/loc/include/pf.h./response.h./complex.h/sw/loc/include/stock.h./complex.hcopy_iir:F(0,1)gpi:p(11,6)gp:p(11,6)piiri:(0,13)=*(11,9)piir:(0,13)i:(0,1)n:(0,1)read_iir:F(0,1)file:p(0,14)=*(1,1)gp:p(11,6)piir:(0,13)aline:(0,15)=ar(0,1);0;1023;(0,2)real:(0,10)imag:(0,10)real_error:(0,10)imag_error:(0,10)i:(0,1)n:(0,1)write_iir:F(0,1)file:p(0,14)private:p(0,13)i:(0,1)print_iir:F(0,1)file:p(0,14)private:p(0,13)free_iir:F(0,1)private:p(0,13)eval_iir:F(0,1)omega:p(0,10)private:p(0,13)amplitude:p(11,8)phase:p(11,8)i:(0,1)r:(0,10)theta:(0,10)xr:(0,10)xi:(0,10)compare_iir:F(0,1)iir1:p(0,13)iir2:p(0,13)i:(0,1)_Q_div.o_Q_dtoq.o_Q_fcc.o_Q_cmp.o_Q_cmpe.o_Q_itoq.o_Q_mul.o_Q_neg.o_Q_qtod.o_Q_qtoi.o_Q_stoq.o_Q_sub.o_Q_add.o_Q_get_rp_rd.o_Qfaddsub.o_Qfcompare.o_Qfdiv.o_Qfmul.o_Qfpack.o_Qfunpack.o_Qfutility.o__f77_base.o__infinity.o_swapFLAGS.ofinite.ofix_libc_.odoprnt.odoscan.odecimal_bin.o__tbl_ntens.o_base_sup.ofile_decim.ofp_class.ofp_convert.ofunc_decim.ogconvert.oieee_retro.o__ieee_retro.oieee_retro_d.oieee_vals.oir_fp_class_.opack_float.oqeconvert.or_bessel_.ojn.oj0.oj1.ocbrt.or_erf_.oerf.or_ieee_vals_.ofabs.oseconvert.o__flt_decim.o__gconvert.oeconvert.odouble_decim.o__floatprint.o__tbl_baselg.o__tbl_fdq.o__tbl_tens.o__x_power.o__tbl_10_b.o__tbl_10_h.o__tbl_10_s.o__tbl_2_b.o__tbl_2_h.o__tbl_2_s.o_sprintf_sup.o_base_il4.osigfpe.osinpi.ostring_decim.ounpack_float.o_unpack_dble.oatan2.oatan.o_tbl_atan.olog.o_tbl_log.ocos.osin.o__cos.o__rem_pio2.o_TBL_ipio2.o_sccsid__rem_pio2m.o__fp_pi.o__sin.o_TBL_cos.o_sccsid_TBL_sin.o_sccsidrndint.oexp.oieee_func.osqrt.o__SVID_error.omatherr.oremainder.ofmod.orint.o-lglibg.sctype_.oerrlst.oiob.oerrno.o_etext_edata_endstart_main_environ_Debug_Level_SCV_create_get_argument_dbopen_write_ah_SCV_free_Program_Name_usage_die_get_option_clear_register_str2epoch__iob_makedir_complain_dblookup_SCV_trace_fixgaps_SCV_trace_tofloat_concat_paths_dbadd_dbget_read_wfdisc_SCV_free_trace_SCV_get_xdr_putdata_xdr_puthead_dbputv_dbgetv_dbquery_etoh_ah_errno_ah_error_fabs_putdata_puthead_xdr_tohead_xdr_ahhead_xdr_getrecord2_size_xdr_getdata_xdr_gethead_gogethead_getrecord_in_is_tty_xdr_gogetrecord_get_null_head_ah_errlist_putrecord_getrecord2_ah_nerr_logger_maxamp_mkdatspace_getdata_gethead_acpy_out_is_tty_tohead_xdr_gogethead_xdr_getrecord_xdr_putrecord_gogetrecord_dbextfile_read_file_zopen_SCV_get_trace_SCV30_put_arrival_SCV28_put_arrival_SCV30_add_arrival_SCV28_add_arrival_SEG_return_SCV_return_SCV_get_seg_from_time_SCV_create_from_wftar_SCV30_read_wfs_SCV28_read_wfs_scv_add_arrival_scv_time_compar_SCV30_get_trace_nodata_SCV30_get_trace_SCV28_get_trace_SCV_put_arrival_SCV_add_arrival_SCV_get_arrival_SCV_read_rawwfs_SCV_get_segment_scv_time2_compar_SCV30_create_SCV28_create_SCV_free_all_SCV_read_wfs_SCV_get_rawtrace_nodata_SCV28_create_from_wftar_SCV_get_rawtrace_SCV_sift_stachan_ARR_put_ARR_get_match_stachans_DBL_get_rel_DBL_get_ntuples_get_wfdisc28_trace_data_ARR28_put_DBL_add_tuple_DBL_exist_rel_DBL_put_attrs_DBL_get_attrs_DBL_check_file_time_string2epoch_scv2_nodata_get_wfdisc30_trace_data_ARR30_put_new_scv_get_sensor_info_get_wfdisc_info_find_scv_good_dbl_new_arrival_new_segment_get_instrument_info_consistent_dates_get_arrival_info_rl_alloc_ok_sift_keys___infinity_get_site_info_DBL_compose_filename_get_sitechan_info_rl_create_read_response_SCV_trace_glue_SCV_trace_fillgaps_copytr_SCV_trace_toraw_tg_g2_to_int_re_exec_re_comp_match_stachans__match_string_fixfstring_rl_free_rl_destroy_dbnextid_dbput_DBL_exist_db_DBL_put_tuple_DBL_get_tuple_DBL_get_nrels_db30_create_register_error_dbd2c_dbresolve_dbc2d_g2_to_flt_getwf__dbfilename_putwf__map_table_sncopy_new_scratch_szcopy_copystrip_find_path_gettbl_getarr_Databases_tbl_maxtbl_dbread_view_Databases_root_todays_date_init_schema_new_database_abspath_newtbl_settbl_setarr_Default_schema_Default_dbpath_dbwrite_view_dbinvalid_new_relation_dbcreate_view_dbtbl2view_freetbl_dbsave_view_dbp2c_dbc2p_signaling_nan_new_null_find_schemafile_datafile_errno_set_table_names_new_table_new_attribute_newarr_new_schema_DB_database_DB_parse_DB_in_Schemas_tbl_DB_schema_DB_lineno_DB_restart_dbadd_attribute_DB_debug_DB_error_attribute_yynerrs_DB_r1_DB_r2_relation_DB_def_DB_chk_DB_pgo_DB_act_DB_lex_dbadd_relation_yyval_yyerrflag_itemtbl_DB_exca_DB_lval_DB_char_DB_pact_DB_switch_to_buffer_DB_delete_buffer_DB_create_buffer_DB_load_buffer_state_DB_out_DB_init_buffer_DB_leng_DB_text_applytbl_applyarr_maxstbl_newstbl_freestbl_tststbl_valsarr_applystbl_settbl_size_addstbl_delstbl_freearr_getstbl_keysarr_split_Immediate_Flag_get_register_sys_errlist_sys_nerr_regfree_re_compile_pattern_re_compile_fastmap_re_search_2_gnu_regerror_re_max_failures_re_match_re_set_registers__ctype__re_search_re_set_syntax_re_syntax_options_re_match_2_gnu_regexec_gnu_regcomp_whitespace_blank_get_output_file_last_input_file_add_slash_del_slash_last_output_file_get_directory_clean_path_last_argument_get_input_file_readable_file_parse_path_writable_file_mappath_sed_readmap_loc1_loc2_locs_circf_nbra_step_setmapcf_advance_compile_dirbase_regerr_compress_todaysdate_htoe_dbstrf2c_dtoepoch_timecon_mdtodate_month_day_zh_today_isleap_timeprint_get_nice_times_my_strncasecmp_doy2mday_No_date_e2h_ep_switch_to_buffer_ep_in_mday2doy_ep_delete_buffer_ep_create_buffer_ep_load_buffer_state_ep_out_ep_lex_ep_restart_ep_init_buffer_h2e_ep_leng_ep_text_h2e__doy2mday__mday2doy__e2h__to_complex_print_response_copy_fap_copy_iir_copy_fir_copy_paz_getrespnstages__evlresp__eval_fap_eval_iir_eval_fir_copy_response_group_eval_paz_new_response_group_fixsrate_free_fap_free_iir_free_fir_free_paz_write_response_init_response_group_getresptype__compare_response_get_response_stage_type_nextline_freeresp__read_fap_read_iir_read_fir_read_paz_new_response_get_response_nstages_eval_response_free_response_print_fap_print_iir_print_fir_print_paz_get_response_stage_fir_coefs_readresp__add_response_group_write_fap_write_iir_write_fir_write_paz_fixresp_compare_fap_compare_iir_compare_fir_compare_paz_get_response_stage_fir_ncoefs_getrespiir__getrespfir__getresppaz__sin_atan2_cmult_sqrt_to_polar_cos_cdiv__Q_get_rp_rd__Q_set_exception_fp_precision_fp_direction__Q_div__fp_unpack__fp_div__fp_current_exceptions__fp_pack__Q_dtoq__Q_fle__Q_fge__Q_fne__Q_cmp__Q_feq__Q_flt__Q_fgt__Q_cmpe__fp_compare__Q_itoq__Q_mul__fp_mul__Q_neg__Q_qtod__Q_qtoi__Q_stoq__Q_sub__fp_sub__Q_add__fp_add_fpu_normalize_fpu_error_nan_fpu_neg2wc_fpu_sub3wc_fpu_add3wc_fpu_rightshift_fpu_cmpli_fpu_set_exception__fp_sqrt_unpackdouble_unpacksingle___double_to_decimal___nox_double_to_decimal___nox_single_to_decimal___nan_written___inf_written___base_conversion_write_only_double___class_quadruple___nan_read___inf_read__fp_current_precision__fp_current_direction___class_double___class_single___quadruple_to_decimal___nox_quadruple_to_decimal__swapRD__swapTE__swapRP__swapEX_fp_accrued_exceptions_finite_func_to_decimal_file_to_decimal_decimal_to_extended_extended_to_decimal___pack_single___pack_double_fix_libc__decimal_to_single_decimal_to_double_double_to_decimal__doscan__doprnt_sgconvert_sfconvert_seconvert___pack_extended___unpack_single___unpack_double_sigfpe_string_to_decimal_single_to_decimal_econvert_fconvert_gconvert__mkarglst___quorem10000___four_digits_quick_table__getarg_qgconvert_qfconvert_qeconvert_decimal_to_quadruple___integerstring_to_big_decimal___big_float_times_power___base_conversion_abort___pack_quadruple___inrange_double___inrange_single___set_ieee_flags___get_ieee_flags___free_big_float___inrange_quadex___decimal_to_binary_integer___big_decimal_to_big_binary___fractionstring_to_big_decimal___base_conversion_set_exception___big_binary_to_unpacked___decimal_to_binary_fraction___tbl_tens___decimal_to_unpacked___left_shift_base_two___digits_to_double___tbl_ntens___multiply_base_two___mul_10000short___fp_normalize___quorem___prod_10000_b65536_fp_class__fp_convert_double_to_int_gcvt__gcvt___gconvert_ieee_retrospective__fp_pi___get_accrued___get_nonstandard___fnonstd_used___get_traps___get_precision___get_direction_ieee_retrospective_infinity_quiet_nan_max_subnormal_min_subnormal_max_normal_min_normal_ir_fp_class____fp_set_exception___fp_rightshift___infnanstring_quadruple_to_decimal_j0_j1_jn_r_yn__r_y1__r_y0__r_jn__r_j1__r_j0__y0_y1_yn_SVID_libm_err_log_cbrt_r_erfc__erf_r_erf__erfc_exp_r_infinity__r_quiet_nan__r_signaling_nan__r_max_subnormal__r_min_subnormal__r_max_normal__r_min_normal__copysign___unpack_single_two__split_single_m1__split_single_22__split_single_23___class_extended__unpacked_to_decimal_two___unpack_extended_two__split_shorten___right_shift_base_two__split_single_6___unpack_double_two___tbl_baselg__split_double_51__split_double_m1__split_double_52__split_double_35__split_double_19___big_binary_to_big_decimal___binary_to_decimal_integer___arint_set_n___binary_to_decimal_fraction___double_to_digits___unpack_quadruple_two__split_double_3___decimal_round___longquorem10000___multiply_base_ten___tbl_10_big_digits___tbl_2_huge_digits___tbl_10_huge_start___tbl_2_small_start___copy_big_float_digits___tbl_10_huge_digits___tbl_2_small_digits___tbl_10_small_start___tbl_2_big_start___carry_propagate_ten___tbl_10_small_digits___tbl_2_big_digits___tbl_10_big_start___tbl_2_huge_start___multiply_base_ten_by_two___multiply_base_ten_vector___multiply_base_two_vector___mul_65536short___left_shift_base_ten___prodc_b10000____mul_65536_n___lshift_b10000___carry_in_b10000__test_sigfpe_master__default_sigfpe_handler__enable_sigfpe_master_ieee_handlers__sigfpe_master___sin___cos_sinpi_aint___unpack_extended___fp_leftshift_ilogb_atan__tbl_atan_hi__tbl_atan_lo__tbl_log_hi__tbl_log_lo___rem_pio2__TBL_cos_hi__TBL_sin_hi__TBL_cos_lo__TBL_ipio2_53__TBL_ipio2_66__TBL_ipio2_inf___rem_pio2m_scalbn__TBL_sin_lo_anint_nint_rint_irint_issubnormal_signbit_isnormal_isinf_iszero_matherr_remainder_fmod_isxdigit_toascii__mb_cur_max_isalpha_isspace_isgraph_isascii_iscntrl_isalnum_islower_isupper_isprint_ispunct_isdigitsw/man/ 755 5300 62 0 5562214677 5262 sw/man/man1/ 755 5300 62 0 5562214700 6101 sw/man/man1/db2sac.1 444 5300 156 11135 5561746734 7471 .TH DB2SAC 1 "5/2/94" "JSPC Release 1.0" .SH NAME db2sac, db2ah \- conversion routine for css information .SH SYNOPSIS .ft B db2sac [-sc \fIsta-cha\fP] [-ts \fIstart-time\fP] [-te \fIend-time\fP] [-w \fIwf_dir\fP] [-gap {\fInone\fP | \fIzero\fP | \fIinterp\fP}] [-counts] \fIinput_db\fP \fIoutput_db\fP .LP .ft B db2ah [-sc \fIsta-cha\fP] [-ts \fIstart-time\fP] [-te \fIend-time\fP] [-w \fIwf_dir\fP] [-gap {\fInone\fP | \fIzero\fP | \fIinterp\fP}] [-counts] \fIinput_db\fP \fIoutput_db\fP .SH DESCRIPTION .LP \fBDb2sac\fP and \fBdb2ah\fP are conversion utilities which convert \fICSS\fP format waveform files into \fISAC\fP or \fIAH\fP format, and also creates a new \fICSS\fP wfdisc table incorporating these files. Note that this new \fICSS\fP wfdisc table is consistent with all the other tables in original database, and programs which use a \fICSS\fP database should continue to run. .LP The newly created AH files are \fIarchitecture independent xdr\fR ah files. .LP Each \fICSS\fP database can create a number of \fISAC/AH\fP files. These files are named using the following convention: .LP .RS \fIYYYYJJJHHMMSS.SS.STN.CHAN\fP .RE .LP Where the fields have the following meanings: .LP .RS .nf .ta 10n \fIYYYY\fP Year \fIJJJ\fP Julian Day \fIHH\fP Hour \fIMM\fP Minute \fISS.SSSS\fP Seconds.Fractional-Seconds \fISTN\fP Station \fICHAN\fP Channel .fi .RE .SH OPTIONS .TP \fB-h | -help\fP Gives a summary of the command usage. .TP \fB-v | -version\fP Print the version number and last modification date. .IP -sc .br Select station-channel pairs with expressions of the form "\fIstation\fR:\fIchannel\fR,\fIstation\fR:\fIchannel\fR,..." \fIStation\fR and \fIchannel\fR may be either explicit names, "*", or a regular expression in the style of egrep. .IP "-ts \fIstart-time\fR" .IP "-te \fIend-time\fR" These may be used to select a subset of the waveforms based on a starting time and ending time. The time specification format consists of a day field optionally followed by a time field, <\fIday\fP \fItime\fP>, where the two fields are separated by a blank character (this normally requires the use of quotes in the command line). The \fIday\fP field can be specified in a number of ways, e.g. MM/DD/YY or julian day, and the time field is usually specified as HH:MM:SS.SS. .IP "-w \fIwaveform-dir\fR" You may specify the name of waveform directory explicitly; otherwise a default is used -- "sac" for \fBdb2sac\fR and "ah" for \fBdb2ah\fR. .IP "-gap {\fInone\fP | \fIzero\fP | \fIinterp\fP}" This specifies how internally flagged gaps are treated. Small internal waveform segment gaps (usually caused by radio telemetry drops) are treated in a consistent fashion within the database. They are flagged with maximum positive values for the format of the data so that they are clearly identifiable and distinct from other valid sample values (such as zero). In converting to SAC or AH, these gap values can be left as is, set to zero or they can be interpolated according to this argument. If this argument is omitted, then the default behavior is to set gap values to zero. .IP "-counts" .br If this flag is specified, then the data will be written to SAC/AH files in floating counts instead of the default behavior which is to convert data to floating ground units (nm, nm/sec, or nm/sec^2). .SH EXAMPLE .LP .nf lemond% db2ah -sc CHM:HHZ -ts 1/20/92 -te 1/30/92 knet.1992.jan-apr ah Translating... Writing: 1992028045438.50.CHM.HHZ Writing CHM, HHZ, 6200 samples, starting 1992 028 04:54:38:5000 UT Translating... Writing: 1992029060349.50.CHM.HHZ Writing CHM, HHZ, 6200 samples, starting 1992 029 06:03:49:5000 UT Translating... Writing: 1992029075333.00.CHM.HHZ Writing CHM, HHZ, 6600 samples, starting 1992 029 07:53:33:0000 UT Translating... Writing: 1992029080238.50.CHM.HHZ Writing CHM, HHZ, 13450 samples, starting 1992 029 08:02:38:5000 UT Translating... Writing: 1992029081530.00.CHM.HHZ Writing CHM, HHZ, 6400 samples, starting 1992 029 08:15:30:0000 UT Translating... Writing: 1992029082145.50.CHM.HHZ Writing CHM, HHZ, 5300 samples, starting 1992 029 08:21:45:5000 UT lemond% ls ah* ah.wfdisc ah: 1992028045438.50.CHM.HHZ 1992029080238.50.CHM.HHZ 1992029060349.50.CHM.HHZ 1992029081530.00.CHM.HHZ 1992029075333.00.CHM.HHZ 1992029082145.50.CHM.HHZ .fi .SH "SEE ALSO" sac2db(1) .SH BUGS When specifying a time range, you must specify a beginning and ending \fItime\fR, not a date. For instance, the time range from 11/26/91 to 11/26/91 is actually the time from midnight 11/26 to midnight 11/26, a total period of zero seconds, not, as you might think, the entire day of November 26, 1991. .SH AUTHOR Eric Winkelman Daniel Quinlan form files into \fISAC\fP or \fIAH\fP format, and also creates a new \fICSS\fP wfdisc table incorporating these files. Note that this new \fICSS\fP wfdisc table is consistent with all the other tables in original database, and programs which use a \fICSS\fP database should continue to run. .LP The newly created AH files are \fIarchitecture independent xdr\fR ah files. .LP Each \fICSS\fP database can create a sw/man/man1/dblook.1 444 5300 156 5401 5466015727 7557 .TH DBLOOK 1 "11/2/93" "JSPC Release 1.1" .SH NAME dblook \- peruse an ASCII flat-file database .SH SYNOPSIS .B dblook [-raw_time] \fIdbname\fP .SH DESCRIPTION .LP \fBDblook\fP is an X-windows based interactive graphical program for viewing ASCII flat-file databases. An example of such a database would be a CSS (Center for Seismic Studies) v. 3.0 database. .SH OPTIONS .TP \fIdbname\fP The name of the subject database. The database name is defined as the name of one of the flat relation files without the .relname suffix. For example, if the .wfdisc relation file name is ./foo.wfdisc then ./foo is the database name. This argument is required. .TP \fB-raw_time\fP Display times as CSS-style epoch times instead of the default which is to display times in human readable from. .SH "PROGRAM INTERACTION" .LP All program interactions are produced by pressing the following buttons with the mouse. .TP 20n \fBQuit\fP Exit from the program. All windows are closed. .TP 20n \fBsuffix-name(\fIrows\fP)\fP Create a window displaying the `suffix-name' table. \fBSuffix-name\fP is the file extension identifying the associated flat file. .TP 20n \fBArrange\fP Display a check-off list of the information contained in the table. The display is controlled by checking/unchecking the list entries. .TP 20n \fBDone\fP Close this window. .TP 20n \fBApply\fP Close this window, applying the changes selected to the display. .TP 20n \fBCancel\fP Close this window, without having any effect on the previous configuration. .TP 20n \fBDefault\fP Select the default display. The default is to display all information. .TP 20n \fBClear\fP Remove all selected items. This is the opposite of the \fBDefault\fP button. .LP Additionally, pressing the \fILeft Mouse\fP button on a row of the \fBwfdisc\fP table generates a plot of the associated waveform if possible and pressing the \fIleft Mouse\fP button on a row of the \fBinstrument\fP table generates a plot of the associated instrument response. .SH ENVIRONMENT The environment variables \fBJSPC\fP, \fBSCHEMA_DIR\fP, \fBGRX_FONTPATH\fP, and \fBGRX_PSCOLOR\fP are used by this program. See jspcenv(5) for descriptions of these environment variables. .SH BUGS The \fBArrange\fP dialog is sometimes confused and inoperative. .LP When making instrument response plots (by clicking the left mouse button on a row in the \fBinstrument\fP table), a new window will appear that requires the program \fBnxplotd\fP to be run as a daemon process (it is necessary for \fBnxploltd\fP to be in the user's run path). Once this window appears it should not be removed by the user until the \fBdblook\fP process is finished. If the window is removed manually, then an error will occur if a new instrument response plot is initiated. .SH "SEE ALSO" dbintro(3), dbschema(5), jspcenv(5) databases. An example of such a database would be a CSS (Center for Seismic Studies) v. 3.0 database. .SH OPTIONS .TP \fIdbname\fP The name of the subject database. The database name is defined as the name of one of the flat relation files without the .sw/man/man1/dbpick.1 644 30023 156 66673 5534466512 7623 .TH DBPICK 1 "%G%" "JSPC Release 1.1" .SH NAME dbpick \- waveform review, pick arrivals, and edit a CSS relational database .SH SYNOPSIS \fBdbpick [\-sc \fIsta:chan\fP] [\-ts \fItstart\fP] [\-te \fItend\fP] [\-tw \fItwin\fP] [\-noexist] [\-nostarttalk] [\-winfile \fIwinfile\fP] [\-winname \fIwinname\fP] [\-gaps {\fIsegment|zero|interp|none\fP}] \fIdbname\fP\fP .SH DESCRIPTION \fBdbpick\fP is an X-windows based interactive graphical program for displaying seismic waveforms, analyst picked phase arrivals and temporary predicted arrivals. \fBdbpick\fP also provides functionality for creating and/or editing phase arrivals. The data must be represented in a CSS (Center for Seismic Studies) relational database implemented as a set of ASCII flat files, each file corresponding to one of the CSS relations. Currently the program will work only with version 3.0 of the database schema. Editing causes immediate changes to the database flat files without copying to new files. .SH COMMAND LINE ARGUMENTS .TP \fIdbname\fP The name of the subject database. The database name is defined as the name of one of the flat relation files without the .relname suffix. For example, if the .wfdisc relation file name is ./foo.wfdisc then ./foo is the database name. This argument is required and must be the last argument in the command line. .TP \fB\-sc \fIsta:chan\fP A station-channel sift key. This argument specifies the subset of station-channel data streams that will be available for analysis. This argument is optional and if it is not specified, then all station-channel values will be used. The asterisk (*) character can be used in place of either \fIsta\fP or \fIchan\fP which matches anything. Thus -sc AAK:* would mean all channels for station AAK or -sc *:HHZ would mean all stations for channel HHZ. In addition, normal UNIX regular expression matching is used to match strings (ala ed or ex, so that -sc A..:..Z, for example, would match all 3-character channel codes ending in Z and all 3-character station codes beginning with A). The user should take care to deal properly with the shell interpreter when using the various metacharacters, as they can be substituted before program execution. If using the C-shell, a safe way to handle this is to place \fIsta:chan\fP between single quotes as follows: \fB\-sc \fI'sta:chan'\fP .TP 15 \fB\-ts \fItstart\fP\fP A data sift start time. This argument specifies the subset of arrivals and waveform segments that will be available for analysis. Only arrivals and waveform segments with time later than \fItstart\fP will be used. This argument is optional and if it is not specified, then waveform segment and arrival times will not be subject to start time sifting. The start time, \fItstart\fP, can be specified in several different ways: .IP 1. An epoch time in seconds since 00:00:00 1 Jan 1970 GMT. .IP 2. A character string in `year:month:day:hour:minute:second' form. .IP 3. A character string in `julianday:hour:minute:second' form. .TP 15 \fB\-te \fItend\fP\fP A data sift end time. This argument specifies the subset of arrivals and waveform segments that will be available for analysis. Only arrivals and waveform segments with time earlier than \fItend\fP will be used. This argument is optional and if it is not specified, then waveform segment and arrival times will not be subject to start time sifting. The end time, \fItend\fP, can be specified in several different ways: .IP 1. An epoch time in seconds since 00:00:00 1 Jan 1970 GMT. .IP 2. A character string in `year:month:day:hour:minute:second' form. .IP 3. A character string in `julianday:hour:minute:second' form. .TP 15 \fB\-tw \fItwin\fP An initial time window in seconds for displaying the data. This argument is optional and, if not specified, a default time window is used. .TP 15 \fB\-noexist\fP A waveform existence flag. If this flag is given in the command line, then all station-channel streams will be displayed even those for which there are no existing waveform .w files. .TP 15 \fB\-nostarttalk\fP Disable startup dialog flag. If this flag is given in the command line, then the default startup dialog is omitted and the program goes immediately into interactive display mode. The startup dialog consists of a summary printout of the station-channels to be displayed, a prompt to determine if the user wants to look at the listed traces and a help printout explaining the interactive keyboard and mouse usage. .TP 15 \fB\-winfile \fIwinfile\fP\fP A file into which will be written the main \fBdbpick\fP X-window id. This is used as a crude mechanism for broadcasting the \fBdbpick\fP X-window id for use in X-server based inter-process communication. This argument is optional and, if not specified, then the window id file is not created. .TP 15 \fB\-winname \fIwinname\fP\fP A window name for the main \fBdbpick\fP X-window. This name must contain at least one alphabetic character with no embedded blanks. This is an alternate mechanism for X-server based inter-process communication. The \fBdbpick\fP X-window id is registered with the server along with \fIwinname\fP which can be used as a key for sending messages from another process such as xcomsend(1). This argument is optional and, if not specified, then the window id-name is not registered. .TP 15 \fB\-gaps {\fIsegment|zero|interp|none\fP}\fP Data gaps internal to waveform segments (typical for radio telemetered data) can be flagged for 2-byte integer and 4-byte integer data. The flagging is done by setting 2-byte data samples to the value 32767 and 4-byte data samples to the value 2147483647 which are the maximum integer values for the two formats. The way in which \fBdbpick\fP displays data gaps is determined by this argument. If this is specified as \fIsegment\fP, then waveform data is re-segmented to elliminate internally flagged gaps (the gaps will appear as gaps on the display). If this is specified as \fIzero\fP, then internally flagged gap values are set to zero before being displayed. If this is specified as \fIinterp\fP, then internally flagged gap values are interpolated. If this is specified as \fInone\fP, then \fBdbpick\fP will not look for internally flagged gaps and the display will show the waveform segments in their original form. This argument is optional and, if not specified, then the default gap processing is \fIsegment\fP. .SH RESOURCE DATABASE This program makes use of the X11 resource database software and a number of program parameters can be set by the user through the use of X11 resource files. The user can specify these resource parameters either through the normal X-window resource path (in \fI.Xresource or .Xdefaults\fP file or any other file that is loaded with \fBxrdb\fP), or in special resource files with name \fI.dbpickrc\fP that are always loaded by \fBdbpick\fP at run time. The program first looks for \fI.dbpickrc\fP in the user's home directory and then in the current working directory. If \fI.dbpickrc\fP files reside in both directories, then the contents of both files are read with the file in the current working directory overwriting parameters from the file in the user's home directory. A typical \fI.dbpickrc\fP file would be as follows: .sp 1 .nf dbpick.traceWindow.twin: 300.0 dbpick.filter1.label: 0.1 HP dbpick.filter1.tpad: 100.0 dbpick.filter1.lcoFreq: 0.1 dbpick.filter1.lcoOrder: 3 dbpick.filter1.ucoFreq: 0.0 dbpick.filter1.ucoOrder: 0 .fi .LP The resource names and values are defined as follows. .TP 30 \fBResource Name\fP \fBValue\fP .TP 30 dbpick.foreground The trace display foreground color (on color terminals only). This can be specified either in the normal X-window fashion (e.g. `red', `#ff348a'), or as a hue-lightness-saturation floating point triad (e.g. `240.0 0.5 1.0' for pure blue). .TP 30 dbpick.background The trace display background color (on color terminals only). This is specified as with the trace display foreground color. .TP 30 dbpick.arrival.foreground The normal arrival flag foreground color (on color terminals only). This is specified as with the trace display foreground color. .TP 30 dbpick.arrival.background The normal arrival flag background color (on color terminals only). This is specified as with the trace display foreground color. .TP 30 dbpick.selArrival.foreground The `selected' arrival flag foreground color (on color terminals only). This is specified as with the trace display foreground color. .TP 30 dbpick.selArrival.background The `selected' arrival flag background color (on color terminals only). This is specified as with the trace display foreground color. .TP 30 dbpick.traceWindow.twin The initial trace display time window in seconds. .TP 30 dbpick.filter#.label The pull-down menu label for the #th filter. The `#' character is an integer in the range of 1 to 11 and represents the filter number. .TP 30 dbpick.filter#.tpad The filter transient time in seconds for the #th filter. This is used to lead the requested time window so that the filter transient has had a chance to decay. .TP 30 dbpick.filter#.lcoFreq The filter lower cutoff frequency in Hertz for the #th filter. If this is 0.0, then the filter is low-pass. .TP 30 dbpick.filter#.lcoOrder The filter lower cutoff order for the #th filter. This is the number of poles used in the low-band stage of the Butterworth filter. .TP 30 dbpick.filter#.ucoFreq The filter upper cutoff frequency in Hertz for the #th filter. If this is 0.0, then the filter is high-pass. .TP 30 dbpick.filter#.ucoOrder The filter upper cutoff order for the #th filter. This is the number of poles used in the high-band stage of the Butterworth filter. .TP 30 dbpick.phase#.name The pull-down menu label for the #th phase code. This pull-down menu appears whenever the middle mouse button is pressed on a phase flag and is used to name the phase. The `#' character is an integer in the range of 1 to 8 and represents the phase code number. .SH PROGRAM INTERACTION Upon initial startup the station-channel values after sifting are displayed, along with the total number of existing waveform data samples, and the user is queried about continuing. If the user answers `n', then the program exits and the user can try different sifting keys. (This startup dialog is suppressed if the \fB-nostarttalk\fP flag is specified in the command line.) If the user answers `y', then a summary help listing is printed, the data is displayed in a graphical window and the program goes into command input mode. Command input mode is indicated by the prompt \fIdbpick>\fP displayed in the original text window and whenever this prompt is displayed the user may either enter text commands at the prompt or interact directly with the various graphical display windows through the mouse and keyboard. The currently implemented text commands are as follows: .TP 15 \fBfw\fP Time scroll the display to the first existing waveform. .TP 15 \fBnw\fP Time scroll the display to the next existing waveform. .TP 15 \fBpw\fP Time scroll the display to the previous existing waveform. .TP 15 \fBfa\fP Time scroll the display to the first phase arrival with an existing waveform. .TP 15 \fBna\fP Time scroll the display to the next phase arrival with an existing waveform. .TP 15 \fBpa\fP Time scroll the display to the previous phase arrival with an existing waveform. .TP 15 \fBfe\fP Select the first event in the \fBorigin\fP table and time scroll the display to the origin time of that event. .TP 15 \fBne\fP Select the next event in the \fBorigin\fP table and time scroll the display to the origin time of that event. .TP 15 \fBpe\fP Select the previous event in the \fBorigin\fP table and time scroll the display to the origin time of that event. .TP 15 \fBdw\fP delete channels with no waveforms in the display. .TP 15 \fBtfit\fP Toggle the time window fit mode. When time window fit mode is enabled, the trace display time window is automatically adjusted so that it exactly fits the waveform segments being currently displayed. .TP 15 \fBsfit\fP Fit the trace display in the vertical station-channel direction. This causes all station-channels to be displayed. .TP 15 \fBsc\fP \fIsta:chan\fP Display only those traces that match \fIsta:chan\fP. This is the keyboard equivalent of the \fB-sc\fP command option, except that all station-channel data streams remain available. .TP 15 \fBts\fP \fItime\fP Display the station-channel data streams starting at \fItime\fP. Time must be in one of the formats specified for the \fB-ts\fP command option. .TP 15 \fBtw\fP \fItime\fP Change the primary display time window to \fItime\fP seconds. .TP 15 \fBph\fP \fIphase\fP Change the default phase code for newly created arrivals to \fIphase\fP. .TP 15 \fBgp\fP {\fIsegment|zero|interp|none\fP} Change the gap processing. See the description of the \fB-gaps\fP command line argument. .TP 15 \fBoa\fP \fIdbname\fP Open a secondary \fBarrival\fP database with name \fIdbname\fP. This can be used to display alternative phase arrivals from another database along with the arrivals in the primary database. The alternative arrivals are displayed as overlay arrivals in the same manner as predicted arrivals. These secondary arrivals are not available for editing. .TP 15 \fBoe\fP \fIdbname\fP Open another database with name \fIdbname\fP that will provide the current event list from the \fBorigin\fP table. By default the event list is taken from the \fBorigin\fP table in the primary database, but the event list can be changed with this command. An example of this would be to open a PDE database to search for small events that might not have been picked and associated in the primary database. .TP 15 \fBse\fP \fIorid\fP Select an event from the current event database by specifying the \fIorid\fP field in the \fBorigin\fP table. If the event is found, then it becomes the current event and an event summary printout is listed. .TP 15 \fBsp\fP \fIphase_list\fP Select a list of phases for the current event and display the predicted phase arrival times as overlay arrivals in the waveform displays. The \fIphase_list\fP is a comma separated list of phase codes, such as \fIP,S\fP or the key word \fIbasic\fP can be used to select a large set of phases that covers just about everything. The software used to compute theoretical travel times is taken from the program \fBttimes\fP as distributed by the IRIS DMC and the phase code specifications given here are identical to those that would be specified for \fBttimes\fP. .TP 15 \fBtc\fP \fItime_corr\fP A time correction in seconds that will be applied to overlay arrivals (either predicted travel times or from the secondary arrival database) before they are displayed. This can be used to time shift all overlay arrivals to get a better match with the data. .TP 15 \fBtse\fP Time scroll the display window to the current event origin time. .TP 15 \fBae\fP Find an event in the current event database that associates with the arrivals in the primary display window. This will attempt to find the event which produces the minimum time residuals with the displayed arrivals. This is particularly useful for finding PDE events that associate with arrival picks. .TP 15 \fBsa\fP \fIon/off\fP Show/hide arrival pick flags. If \fIon\fP, then the arrival flags are displayed and if \fIoff\fP, then the arrival flags are not displayed. .TP 15 \fBsoa\fP \fIon/off\fP Show/hide overlay arrival flags. If \fIon\fP, then the overlay arrivals are displayed and if \fIoff\fP, then the overlay arrivals are not displayed. .TP 15 \fBsw\fP \fIon/off\fP Show/hide waveforms. If \fIon\fP, then the waveforms are displayed as normal wiggle plots and if \fIoff\fP, then the waveforms are displayed as horizontal bars. This is useful for temporarily disabling the wiggle plot display of waveforms so that the display can be manipulated quickly. A typical use of this is to time fit the display over the entire database time range (which can be as long as a year) to produce a coverage chart. .TP 15 \fBcts\fP \fIon/off\fP Display amplitude units in counts or physical units. If \fIon\fP, then the amplitude units are displayed in counts (or the raw units of the actual waveform sample values). If \fIoff\fP, then the amplitude units are displayed in physical units of nanometers, nanometers/sec or nanometers/sec/sec. .TP 15 \fBhelp\fP Display a list of available text commands. .TP 15 \fBquit\fP Exit the program. .LP In addition to entering text commands at the command prompt, the user can also enter certain commands directly by typing single keys while the mouse pointer is in the graphical display window. These keys can be thought of as accelerators and for the most part they simply replace typing at the command prompt. The accelerator keys are as follows. (Note that some window managers may not allow this behavior by default. When using SUN's OpenLook window manager, olw or olwm, for instance, the line .br OpenWindows.FocusLenience: True .br must appear in the user's \fI.Xdefaults\fP file in order for the accelerator keys to work.) .TP 15 \fBF\fP Time scroll the display to the first existing waveform. Same as `fw' prompt command. .TP 15 \fBN\fP Time scroll the display to the next existing waveform. Same as `nw' prompt command. .TP 15 \fBP\fP Time scroll the display to the previous existing waveform. Same as `pw' prompt command. .TP 15 \fBf\fP Time scroll the display to the first phase arrival with an existing waveform. Same as `fa' prompt command. .TP 15 \fBn\fP Time scroll the display to the next phase arrival with an existing waveform. Same as `na' prompt command. .TP 15 \fBp\fP Time scroll the display to the previous phase arrival with an existing waveform. Same as `pa' prompt command. .TP 15 \fBe\fP Select the next event in the \fBorigin\fP table and time scroll the display to the origin time of that event. Same as the `ne' prompt command. .TP 15 \fBt\fP Toggle the time window fit mode. Same as the `tfit' prompt command. .TP 15 \fBs\fP Fit the trace display in the vertical station-channel direction. Same as the `sfit' prompt command. .TP 15 \fBa\fP Redraw the arrival flags. .TP 15 \fBr\fP Repaint window. .TP 15 \fBR\fP Redraw and repaint window. .LP All other commands and interaction take place directly within the graphical display windows. The main display window initially shows all of the selected station-channel data streams with phase arrival flags. Control buttons appear at the top of the window. The effects of mouse pointer and button events in the display windows depend on where the mouse is currently located. .LP The \fBMain Window\fP control buttons are as follows. .TP 15 \fBTraces\fP Causes the trace display pull-down menu to appear. Items selected from this menu control how the traces are displayed on the window. See \fBStation Region\fP for information on selecting traces. .RS .TP 15 \fBSelect\fP Changes the display to contain the selected traces. If no traces were selected then the display will not change. .TP 15 \fBDelete\fP Changes the display to contain the unselected traces. If no traces were selected then the display will not change. .TP 15 \fBOriginal\fP Causes all traces to be displayed. .TP 15 \fBSelectAll\fP Selects every trace in the display. .TP 15 \fBDeleteAll\fP Unselects every trace in the display. .TP 15 \fBZoom\fP Changes the display to show only the range of selected traces. The other traces are still part of the display, and may be reached with the scroll bar. .TP 15 \fBNewWin\fP Creates a new display window containing the selected traces. .LP If new display windows have been previously created, then they will appear as button items in this menu: .TP 15 \fBWindow#\fP Puts the selected traces in the existing Window#. .RE .TP 15 \fBAmp\fP Causes the amplitude scale mode pull-down menu to appear. Items selected from this menu control how trace amplitudes are scaled within the displayed. .RS .TP 15 \fBFixed\fP Fixes the trace amplitude scale to the current display. These scale factors remain unchanged as the display is modified. .TP 15 \fBAuto\fP Automatically scales each trace individually. .TP 15 \fBAuto0\fP Automatically scales each trace individually while constraining zero amplitude to be in the middle of each trace display. .TP 15 \fBAuto1\fP Automatically scales the first trace and uses that same scale factor for the other traces in the display. .TP 15 \fBAutoA\fP Searches for the largest peak to peak amplitude for all of the displayed traces, automatically scales that trace and uses that same scale factor for the other traces in the display. .TP 15 \fBAGC\fP Applies time varying automatic gain control to the displayed traces. .TP 15 \fBClip Off/On\fP Toggles clipping mode. If clipping is on, then the display will clip outside of the trace display sub-window. (Note that this does not necessarily imply actual clipping of the data.) If clipping is off, then the waveform wiggles can overlap adjacent trace display sub-windows. .TP 15 \fBInvert\fP Reverses the polarity of all of the traces. .TP 15 \fBGain=1\fP Displays the traces at normal amplitude .TP 15 \fBGain x N\fP Increases the current gain of the traces by N. Note that this is cumulative. .TP 15 \fBGain / N\fP Decreases the current gain of the traces by N. Note that this is cumulative. .RE .TP 15 \fBFilter\fP Causes the filter pull-down menu to be displayed. Items selected from this menu control which, if any, filter is applied to the data before it is displayed. The filter parameters can be defined through the X11 resource files described previously. .RS .TP 15 \fBNone\fP Displays the traces without any filtering. .TP 15 \fIFreq\fP \fBLP\fP Applies a low-pass filter with the corner frequency at \fIFreq\fP. .TP 15 \fIRange\fP \fBBP\fP Applies a band-pass filter with the corner frequencies at \fIRange\fP. .RE .TP 15 \fBAdd Arrivals\fP Causes the mouse to be placed in add-arrival mode. While in this mode the mouse buttons have the following effect: .RS .TP 15 \fBLeft Mouse\fP One arrival is added, at the position of the mouse, and the mouse reverts to the normal state. .TP 15 \fBMiddle Mouse\fP The middle button causes the mouse to revert to the normal state, without adding an arrival. .TP 15 \fBRight Mouse\fP The right button adds an arrival, at the position of the mouse, with the mouse remaining in add-arrival mode. .RE .TP 15 \fBDone\fP Closes the window containing the button. .LP The \fBTrace Region\fP is the area, excluding the arrival flags, where the traces are displayed Within this region the mouse acts as follows: .TP 15 \fBLeft-Click\fP The left mouse button causes the traces to be time scrolled to the left so that the mouse position is shifted to the left edge of the screen. .TP 15 \fBMiddle-Drag\fP Dragging the middle mouse button causes the traces to follow the movement of the mouse in time. .TP 15 \fBRight-Click\fP The right mouse button causes the traces to be time scrolled to the right so that the mouse position is shifted to the right edge of the screen. .TP 15 \fBShift-Left-Click\fP Holding the SHIFT key while clicking the left mouse button causes a sequence to be initiated that controls expansion (or zoom-in) of the time scale. After the initial mouse Shift-Left-Click, a reverse video box will track the mouse cursor until one of the three mouse buttons is clicked again. If the left or right button is clicked, then the time scale expands so that the delineated reverse video box fills the new display window. If the middle mouse button is clicked, then the zoom-in action is aborted. .TP 15 \fBShift-Right-Click\fP Holding the SHIFT key while clicking the right mouse button causes a sequence to be initiated that controls contraction (or zoom-out) of the time scale. After the initial mouse Shift-Right-Click, a reverse video box will track the mouse cursor until one of the three mouse buttons is clicked again. If the left or right button is clicked, then the time scale contracts so that the current display time window maps to the delineated reverse video box in the new window. If the middle mouse button is clicked, then the zoom-out action is aborted. .LP The \fBStation Region\fP is the area to the left of the traces where the \fIStation/Channel\fP information is displayed. Within this region the mouse acts as follows: .TP 15 \fBLeft-Click\fP or \fBLeft-Drag\fP Pressing and/or dragging the left mouse button in this region causes the specified traces to be selected/unselected. .LP The \fBArrival Region\fP is the area within an arrival flag. Within this region the mouse acts as follows: .TP 15 \fBLeft-Drag\fP Pressing and ``dragging'' the left mouse button in this region causes the arrival time to be changed until the button is released. .TP 15 \fBShift-Left-Drag\fP Pressing and ``dragging'' the left mouse button in this region while simultaneously holding down the SHIFT key causes the arrival time uncertainty to be changed until the button is released. .TP 15 \fBControl-Shift-Left-Drag\fP Pressing and ``dragging'' the left mouse button in this region while simultaneously holding down the SHIFT and CONTROL keys causes the arrival amplitude and period to be changed until the button is released. The amplitude and period measurements are made automatically on the trace as displayed (i.e. with filtering if so specified) by picking the closest trough-peak to the mouse cursor. The amplitude and period measurement is written to the database after the application of an instrument response correction when the mouse button is released. Note that these measurements will not be written to the database if the instrument response cannot be found for that trace (and an error message is printed). .TP 15 \fBMiddle-Click\fP of \fBMiddle-Drag\fP Pressing the middle button causes a phase pop-up menu to appear and the selection of a menu item will cause the arrival phase to be changed. .TP 15 \fBRight-Click\fP of \fBRight-Drag\fP Pressing the right mouse button causes an arrival editing pop-up menu to appear with the following options: .RS .TP 15 \fBWindow\fP Create a new window with the same time scale .TP 15 \fBMagnify\fP Create a new time magnified window .TP 15 \fBDelete\fP Delete the arrival. .RE The magnification window allows the user to make more sensitive interactive measurements than would be possible in the original window. All changes in the arrival flags are synchronized among the windows. The secondary windows behave in all aspects like the original window. .LP The \fBScroll Region\fP is the area around the scroll bars. Within this region the mouse has the following effects: .TP 15 \fBRight Mouse\fP Pressing the right mouse button within this region causes the scroll pull-down menu to appear. The items and their effects are defined as follows: .RS .TP 15 \fBTime Fit\fP Rescales the time axis to fit the entire time range of the database. .TP 15 \fBTime ZoomIn\fP Time zoomin. Increases the magnification along the time axis. .TP 15 \fBTime ZoomOut\fP Time zoomout. Decreases the magnification along the time axis. .TP 15 \fBTrace Fit\fP Rescales the trace axis so that all traces are visible within the window. .TP 15 \fBTrace ZoomIn\fP Trace zoomin. Increases the magnification along the trace axis. .TP 15 \fBTrace ZoomOut\fP Trace zoomout. Decreases the magnification along the trace axis. .RE .SH ENVIRONMENT The environment variables \fBJSPC\fP, \fBSCHEMA_DIR\fP, \fBTAUP_PATH\fP, and \fBTAUP_TABLE\fP are used by this program. See jspcenv(5) for descriptions of these environment variables. .SH BUGS In many cases where changes are made to a display by typing in a command or through interactive mouse input, the other displays may not be updated as one might expect. This occurs, for example, when arrival flags are hidden through the \fBsoa off\fP typein command, which will cause the arrivals in the primary display window to be hidden but not in the other windows. The other windows can be brought up to date by repainting the windows (with the R key command in each window). .SH "SEE ALSO" dbintro(1), dbschema(5), jspcenv(5) isplay time window maps to the delineated reverse video box in the nesw/man/man1/dbmapevents.1 444 5300 156 11001 5521011550 10604 .ds ]W JSPC CSS database programs .TH dbmapevents 1 "23 February 1993" .SH NAME dbmapevents \- Make a map of events from a database .SH SYNOPSIS .B dbmapevents .I dbname .I {sta | orid | lat:lon} .I range .I [-c] .I [auth1 sym1 hue1 lit1 sat1 ...] .SH DESCRIPTION .B dbmapevents will make a map of events and stations from a v. 3.0 CSS database. A detailed worldwide cartography database is used to provide coastlines, shorelines, rivers and political boundaries. The level of cartographic detail is determined by the size of the map region. Maps are always drawn using an equal distance projection with an origin that is determined either by a station location (from the \fBsite\fP table), a hypocenter (from the \fBorigin\fP table) or a user specified latitude-longitude coordinate. The events are always taken from the \fBorigin\fP table and can be optionally sifted and color-symbol coded by the \fBauthor\fP field within the \fBorigin\fP table. An interactive mode can be optionally enabled that allows the user to pan and zoom the map after it is initially drawn. PostScirpt versions of the map are put into a file named dbmapevents.ps. .SH COMMAND LINE ARGUMENTS .TP 15 \fIdbname\fP The name of the subject database. The database name is defined as the file name of one of the flat relation files without the .relname suffix. For example, if the .wfdisc relation file name is ./foo.wfdisc then ./foo is the database name. This argument is required. .TP 15 \fIsta | orid | lat:lon\fP A coordinate origin definition. If a valid station code is specified, then the latitude-longitude of that station is used as the origin. If a valid \fBorid\fP value is specified, then the hypocenter latitude-longitude for that \fBorid\fP is used. If a latitude:longitude value is specified (with a : separating the two values), then that value is used. Latitudes and longitudes are specified in degrees with +/- values representing north and south latitudes, respectively, and east and west longitudes. This argument is required. .TP 15 \fIrange\fP The map plot range in degrees from the origin to the edges of the map. This argument is required. .TP 15 \fI-c\fP If specified, then enter interactive mode after making the map. During interactive mode, a cross-hairs cursor appears in the plot window and can be manipulated with the mouse. If this argument is not specified, then the program will exit immediately after making the map. .TP 15 \fIauth1 sym1 hue1 lit1 sat1 ...\fP An optional list of hypocenter author sifting keys and color-plotting symbol codes for each author. Each element in the list consists of \fIauth#\fP which specifies an \fBauthor\fP field within the \fBorigin\fP table, \fIsym#\fP, which specifies a plotting symbol and should be one of 'box', 'triangle', 'hexagon', or 'cross', \fIhue#\fP, which specifies the symbol color hue value (0.0 to 360.0), \fIlit#\fP, which specifies the symbol color lightness value (0.0 to 1.0), and \fIsat#\fP, which specifies the symbol color saturation value. If no author sifting keys are given, then all hypocenters are plotted with the same symbol and color. .SH PROGRAM INTERACTION If the \fI-c\fP command line argument has been specified, then a cross-hair cursor will appear in the map area and the program will go into an interactive mode (after the initial map is made). Single key commands can then be typed while the cursor cross-hair is active. Single key commands are defined as follows (no RETURN is required): .br \fB?\fP - Display help menu. .br \fBq\fP - Quit and leave the window on the screen. .br \fBQ\fP - Quit and destroy the window. .br \fBp\fP - Pan. .br \fBi\fP - Zoom in by a small increment. .br \fBI\fP - Zoom in by a large increment. .br \fBo\fP - Zoom out by a small increment. .br \fBO\fP - Zoom out by a large increment. .br \fBe\fP - Identify closest event. .br \fBs\fP - Identify closest station. .br \fBt\fP - Enter time range. .br \fB1\fP - Toggle orid labels on/off. .br \fB2\fP - Toggle depth symbol color coding on/off. .br \fB3\fP - Toggle shallow depth symbol color coding on/off. .br \fB4\fP - Toggle depth residual symbol color coding on/off. .br \fB5\fP - Toggle station symbols on/off. .br \fB6\fP - Toggle color coding of events in the PDE catalog on/off. .br \fB7\fP - Toggle magnitude symbol size coding on/off. .br \fB8\fP - Toggle display of distance circles on/off. .SH ENVIRONMENT The cartography file must be resident at $JSPC/data/maps/mapdata. The JSPC environment varibale must be set appropriately. In addition the SCHEMA_DIR environment variable can be used (see jspcenv(5)). .SH SEE ALSO jspcenv(5) station code is specified, then the latitude-longitude of that station is used as the origin. If a valid \fBorid\fP value is specified, then the hypocenter latitude-longitude for that \fBorid\fP is used. If a latitude:longitude value is specified (with a : separating the two values), then that value is used. Latitudes and longitudes are specified in degrees with +/- values representing north and south latitudes, respectively, and east and west longitudes. This argument is required. .TP 15 \fIrange\fP The msw/man/man3/ 755 5300 62 0 5562214677 6120 sw/man/man5/ 755 5300 62 0 5562214677 6122 sw/lib/ 755 5300 62 0 5562214711 5242 sw/data/schemas/css2.8 444 5300 156 54760 5546360723 10145 Schema "css2.8" ; Attribute adate Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute algid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute amp Real ( 10 ) Format ( "%10.1lf" ) Null ( "-1." ) ; Attribute arid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute attrib String ( 7 ) Format ( "%-7s" ) Null ( "_" ) ; Attribute atype String ( 1 ) Format ( "%-1s" ) Null ( "-" ) ; Attribute auth String ( 15 ) Format ( "%-15s" ) Null ( "-" ) ; Attribute band String ( 1 ) Format ( "%-1s" ) Null ( "_" ) ; Attribute bandw Real ( 7 ) Format ( "%7.3lf" ) Null ( "-1." ) ; Attribute bazim Real ( 6 ) Format ( "%6.1lf" ) Null ( "-1." ) ; Attribute beamid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute belief Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute bestdc Real ( 5 ) Format ( "%5.2lf" ) Null ( "-1." ) ; Attribute bmtyp String ( 4 ) Format ( "%-4s" ) Null ( "-" ) ; Attribute bslow Real ( 6 ) Format ( "%6.1lf" ) Null ( "-1." ) ; Attribute calib Real ( 9 ) Format ( "%9.6lf" ) Null ( "0." ) ; Attribute calper Real ( 7 ) Format ( "%7.4lf" ) Null ( "-1." ) ; Attribute cdate Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute cdperr Real ( 5 ) Format ( "%5.1lf" ) Null ( "-1." ) ; Attribute cfreq Real ( 7 ) Format ( "%7.2lf" ) Null ( "-1." ) ; Attribute chan String ( 2 ) Format ( "%-2s" ) Null ( "_" ) ; Attribute chid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute claerr Real ( 5 ) Format ( "%5.1lf" ) Null ( "-1." ) ; Attribute clip String ( 1 ) Format ( "%-1s" ) Null ( "_" ) ; Attribute cloerr Real ( 5 ) Format ( "%5.1lf" ) Null ( "-1." ) ; Attribute cmpx Real ( 10 ) Format ( "%10.5lf" ) Null ( "-1." ) ; Attribute coda Real ( 6 ) Format ( "%6.1lf" ) Null ( "-1." ) ; Attribute coddes String ( 255 ) Format ( "%-255s" ) Null ( "_" ) ; Attribute code String ( 6 ) Format ( "%-6s" ) Null ( "_" ) ; Attribute coldep Real ( 7 ) Format ( "%7.4lf" ) Null ( "-1." ) ; Attribute coldia Real ( 7 ) Format ( "%7.4lf" ) Null ( "-1." ) ; Attribute colint Real ( 10 ) Format ( "%10.0lf" ) Null ( "-1." ) ; Attribute colvol Real ( 10 ) Format ( "%10.7lf" ) Null ( "-1." ) ; Attribute comm String ( 255 ) Format ( "%-255s" ) Null ( "_" ) ; Attribute commid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute coterr Real ( 5 ) Format ( "%5.1lf" ) Null ( "-1." ) ; Attribute curev Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute curor Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute date Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute datsw Integer ( 10 ) Format ( "%10d" ) Null ( "-1" ) ; Attribute dattyp String ( 2 ) Format ( "%-2s" ) Null ( "_" ) ; Attribute day Integer ( 2 ) Format ( "%2d" ) Null ( "-1" ) ; Attribute deast Real ( 9 ) Format ( "%9.4lf" ) Null ( "-1." ) ; Attribute delaz Real ( 7 ) Format ( "%7.2lf" ) Null ( "-1." ) ; Attribute delslo Real ( 7 ) Format ( "%7.2lf" ) Null ( "-1." ) ; Attribute delta Real ( 8 ) Format ( "%8.3lf" ) Null ( "-1." ) ; Attribute deltim Real ( 6 ) Format ( "%6.3lf" ) Null ( "-1." ) ; Attribute depdp Real ( 9 ) Format ( "%9.4lf" ) Null ( "-999." ) ; Attribute depth Real ( 9 ) Format ( "%9.4lf" ) Null ( "-1." ) ; Attribute dig String ( 1 ) Format ( "%-1s" ) Null ( "_" ) ; Attribute dip1 Real ( 5 ) Format ( "%5.1lf" ) Null ( "-1." ) ; Attribute dip2 Real ( 5 ) Format ( "%5.1lf" ) Null ( "-1." ) ; Attribute dir String ( 30 ) Format ( "%-30s" ) Null ( "_" ) ; Attribute dist Real ( 7 ) Format ( "%7.2lf" ) Null ( "-1." ) ; Attribute dlid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute dnorth Real ( 9 ) Format ( "%9.4lf" ) Null ( "-1." ) ; Attribute doy Integer ( 3 ) Format ( "%3d" ) Null ( "-1" ) ; Attribute dtype String ( 1 ) Format ( "%-1s" ) Null ( "_" ) ; Attribute durat Real ( 5 ) Format ( "%5.1lf" ) Null ( "-1." ) ; Attribute dused String ( 10 ) Format ( "%-10s" ) Null ( "_" ) ; Attribute edate Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute elev Real ( 9 ) Format ( "%9.4lf" ) Null ( "-999." ) ; Attribute ema Real ( 7 ) Format ( "%7.2lf" ) Null ( "-1." ) ; Attribute esaz Real ( 8 ) Format ( "%8.3lf" ) Null ( "-1." ) ; Attribute etype String ( 7 ) Format ( "%-7s" ) Null ( "_" ) ; Attribute evid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute exlat Real ( 10 ) Format ( "%10.5lf" ) Null ( "-999." ) ; Attribute exlon Real ( 10 ) Format ( "%10.5lf" ) Null ( "-999." ) ; Attribute exptyp String ( 4 ) Format ( "%-4s" ) Null ( "_" ) ; Attribute file String ( 20 ) Format ( "%-20s" ) Null ( "_" ) ; Attribute files Integer ( 5 ) Format ( "%5d" ) Null ( "-1" ) ; Attribute filtid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute filtyp String ( 6 ) Format ( "%-6s" ) Null ( "-" ) ; Attribute fkid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute fkqual Integer ( 4 ) Format ( "%4d" ) Null ( "-1" ) ; Attribute fkrid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute fktyp String ( 4 ) Format ( "%-4s" ) Null ( "-" ) ; Attribute fm String ( 2 ) Format ( "%-2s" ) Null ( "_" ) ; Attribute fnorm Real ( 8 ) Format ( "%8.4lf" ) Null ( "-1." ) ; Attribute foff Integer ( 10 ) Format ( "%10d" ) Null ( "0" ) ; Attribute fsid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute fsrid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute fstat Real ( 5 ) Format ( "%5.2lf" ) Null ( "-1." ) ; Attribute fstyp String ( 4 ) Format ( "%-4s" ) Null ( "_" ) ; Attribute ftid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute gnorm Real ( 10 ) Format ( "%10.5lf" ) Null ( "-1." ) ; Attribute grn Integer ( 3 ) Format ( "%3d" ) Null ( "-1" ) ; Attribute hang Real ( 6 ) Format ( "%6.1lf" ) Null ( "-1." ) ; Attribute hicut Real ( 9 ) Format ( "%9.4lf" ) Null ( "-1." ) ; Attribute hslope Real ( 3 ) Format ( "%3.0lf" ) Null ( "-1." ) ; Attribute inid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute instyp String ( 6 ) Format ( "%-6s" ) Null ( "_" ) ; Attribute intscl String ( 1 ) Format ( "%-1s" ) Null ( "_" ) ; Attribute lat Real ( 9 ) Format ( "%9.4lf" ) Null ( "-999." ) ; Attribute ldate Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute leap Integer ( 4 ) Format ( "%4d" ) Null ( "-1" ) ; Attribute locut Real ( 9 ) Format ( "%9.4lf" ) Null ( "-1." ) ; Attribute logat Real ( 7 ) Format ( "%7.2lf" ) Null ( "-999." ) ; Attribute lon Real ( 9 ) Format ( "%9.4lf" ) Null ( "-999." ) ; Attribute lslope Real ( 3 ) Format ( "%3.0lf" ) Null ( "-1." ) ; Attribute ltype String ( 4 ) Format ( "%-4s" ) Null ( "_" ) ; Attribute mag Real ( 7 ) Format ( "%7.2lf" ) Null ( "-1." ) ; Attribute magb Real ( 7 ) Format ( "%7.2lf" ) Null ( "-999." ) ; Attribute maglr Real ( 7 ) Format ( "%7.2lf" ) Null ( "-999." ) ; Attribute magsh Real ( 7 ) Format ( "%7.2lf" ) Null ( "-999." ) ; Attribute maxblk Integer ( 5 ) Format ( "%5d" ) Null ( "-1" ) ; Attribute maxf Real ( 9 ) Format ( "%9.4lf" ) Null ( "-1." ) ; Attribute maxint Integer ( 2 ) Format ( "%2d" ) Null ( "-1" ) ; Attribute maxkx Real ( 7 ) Format ( "%7.4lf" ) Null ( "-1." ) ; Attribute maxky Real ( 7 ) Format ( "%7.4lf" ) Null ( "-1." ) ; Attribute maxsx Real ( 7 ) Format ( "%7.4lf" ) Null ( "-1." ) ; Attribute maxsy Real ( 7 ) Format ( "%7.4lf" ) Null ( "-1." ) ; Attribute mb Real ( 6 ) Format ( "%6.2lf" ) Null ( "-1." ) ; Attribute medium String ( 15 ) Format ( "%-15s" ) Null ( "_" ) ; Attribute mexpon Integer ( 3 ) Format ( "%3d" ) Null ( "-1" ) ; Attribute mff Real ( 5 ) Format ( "%5.2lf" ) Null ( "-1." ) ; Attribute mfferr Real ( 5 ) Format ( "%5.2lf" ) Null ( "-1." ) ; Attribute minblk Integer ( 5 ) Format ( "%5d" ) Null ( "-1" ) ; Attribute mname String ( 3 ) Format ( "%-3s" ) Null ( "-" ) ; Attribute mo Real ( 7 ) Format ( "%7.2lf" ) Null ( "-999." ) ; Attribute moauth String ( 15 ) Format ( "%-15s" ) Null ( "_" ) ; Attribute moist Real ( 5 ) Format ( "%5.2lf" ) Null ( "-1." ) ; Attribute mon Integer ( 2 ) Format ( "%2d" ) Null ( "-1" ) ; Attribute mrf Real ( 5 ) Format ( "%5.2lf" ) Null ( "-1." ) ; Attribute mrferr Real ( 5 ) Format ( "%5.2lf" ) Null ( "-1." ) ; Attribute mrr Real ( 5 ) Format ( "%5.2lf" ) Null ( "-1." ) ; Attribute mrrerr Real ( 5 ) Format ( "%5.2lf" ) Null ( "-1." ) ; Attribute mrt Real ( 5 ) Format ( "%5.2lf" ) Null ( "-1." ) ; Attribute mrterr Real ( 5 ) Format ( "%5.2lf" ) Null ( "-1." ) ; Attribute ms Real ( 6 ) Format ( "%6.2lf" ) Null ( "-1." ) ; Attribute mtf Real ( 5 ) Format ( "%5.2lf" ) Null ( "-1." ) ; Attribute mtferr Real ( 5 ) Format ( "%5.2lf" ) Null ( "-1." ) ; Attribute mtt Real ( 5 ) Format ( "%5.2lf" ) Null ( "-1." ) ; Attribute mtterr Real ( 5 ) Format ( "%5.2lf" ) Null ( "-1." ) ; Attribute name String ( 15 ) Format ( "%-15s" ) Null ( "_" ) ; Attribute nass Integer ( 4 ) Format ( "%4d" ) Null ( "-1" ) ; Attribute naxazm Real ( 5 ) Format ( "%5.1lf" ) Null ( "-1." ) ; Attribute naxplg Real ( 5 ) Format ( "%5.1lf" ) Null ( "-1." ) ; Attribute naxval Real ( 5 ) Format ( "%5.2lf" ) Null ( "-1." ) ; Attribute ndef Integer ( 4 ) Format ( "%4d" ) Null ( "-1" ) ; Attribute ndlid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute ndp Integer ( 4 ) Format ( "%4d" ) Null ( "-1" ) ; Attribute nf Integer ( 4 ) Format ( "%4d" ) Null ( "-1" ) ; Attribute nmb Integer ( 4 ) Format ( "%4d" ) Null ( "-1" ) ; Attribute nmo Integer ( 4 ) Format ( "%4d" ) Null ( "-1" ) ; Attribute nms Integer ( 4 ) Format ( "%4d" ) Null ( "-1" ) ; Attribute norid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute nowft Integer ( 5 ) Format ( "%5d" ) Null ( "-1" ) ; Attribute nrlpb Integer ( 3 ) Format ( "%3d" ) Null ( "-1" ) ; Attribute nrmw Integer ( 3 ) Format ( "%3d" ) Null ( "-1" ) ; Attribute nsamp Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute nslpb Integer ( 3 ) Format ( "%3d" ) Null ( "-1" ) ; Attribute nsmw Integer ( 3 ) Format ( "%3d" ) Null ( "-1" ) ; Attribute nx Integer ( 4 ) Format ( "%4d" ) Null ( "-1" ) ; Attribute nxalg Integer ( 8 ) Format ( "%8d" ) ; Attribute nxarid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute nxchid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute nxcomm Integer ( 8 ) Format ( "%8d" ) ; Attribute nxdlid Integer ( 8 ) Format ( "%8d" ) ; Attribute nxevid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute nxfilt Integer ( 8 ) Format ( "%8d" ) ; Attribute nxfk Integer ( 8 ) Format ( "%8d" ) ; Attribute nxfkr Integer ( 8 ) Format ( "%8d" ) ; Attribute nxfs Integer ( 8 ) Format ( "%8d" ) ; Attribute nxfsr Integer ( 8 ) Format ( "%8d" ) ; Attribute nxftid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute nxinid Integer ( 8 ) Format ( "%8d" ) ; Attribute nxorid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute nxsens Integer ( 8 ) Format ( "%8d" ) ; Attribute nxsite Integer ( 8 ) Format ( "%8d" ) ; Attribute nxspro Integer ( 8 ) Format ( "%8d" ) ; Attribute nxwfid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute ny Integer ( 4 ) Format ( "%4d" ) Null ( "-1" ) ; Attribute offdat Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute ondate Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute opsw Integer ( 10 ) Format ( "%10d" ) Null ( "-1" ) ; Attribute optyp String ( 7 ) Format ( "%-7s" ) Null ( "_" ) ; Attribute orid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute paldep Real ( 7 ) Format ( "%7.4lf" ) Null ( "-1." ) ; Attribute paxazm Real ( 5 ) Format ( "%5.1lf" ) Null ( "-1." ) ; Attribute paxplg Real ( 5 ) Format ( "%5.1lf" ) Null ( "-1." ) ; Attribute paxval Real ( 5 ) Format ( "%5.2lf" ) Null ( "-1." ) ; Attribute pchid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute pdlid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute per Real ( 7 ) Format ( "%7.2lf" ) Null ( "-1." ) ; Attribute phase String ( 8 ) Format ( "%-8s" ) Null ( "-" ) ; Attribute plpref String ( 1 ) Format ( "%-1s" ) Null ( "_" ) ; Attribute pname String ( 10 ) Format ( "%-10s" ) Null ( "-" ) ; Attribute porid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute prefor Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute pvalue Real ( 20 ) Format ( "%20.9lf" ) Null ( "-9999999999.999" ) ; Attribute qual String ( 1 ) Format ( "%-1s" ) Null ( "_" ) ; Attribute reelsz Integer ( 5 ) Format ( "%5d" ) Null ( "-1" ) ; Attribute region String ( 40 ) Format ( "%-40s" ) Null ( "_" ) ; Attribute rel String ( 7 ) Format ( "%-7s" ) Null ( "_" ) ; Attribute remark String ( 30 ) Format ( "%-30s" ) Null ( "-" ) ; Attribute resid Real ( 8 ) Format ( "%8.3lf" ) Null ( "-1." ) ; Attribute ripple Real ( 4 ) Format ( "%4.1lf" ) Null ( "-1." ) ; Attribute rsptyp String ( 3 ) Format ( "%-3s" ) Null ( "_" ) ; Attribute sddp Real ( 9 ) Format ( "%9.4lf" ) Null ( "-1." ) ; Attribute sdmb Real ( 9 ) Format ( "%9.4lf" ) Null ( "-1." ) ; Attribute sdmo Real ( 9 ) Format ( "%9.4lf" ) Null ( "-1." ) ; Attribute sdms Real ( 9 ) Format ( "%9.4lf" ) Null ( "-1." ) ; Attribute sdobs Real ( 9 ) Format ( "%9.4lf" ) Null ( "-1." ) ; Attribute sdzdp Real ( 9 ) Format ( "%9.4lf" ) Null ( "-1." ) ; Attribute seaz Real ( 7 ) Format ( "%7.2lf" ) Null ( "-1." ) ; Attribute segtyp String ( 1 ) Format ( "%-1s" ) Null ( "_" ) ; Attribute sensid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute siteid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute slip1 Real ( 5 ) Format ( "%5.1lf" ) Null ( "-1." ) ; Attribute slip2 Real ( 5 ) Format ( "%5.1lf" ) Null ( "-1." ) ; Attribute slow Real ( 7 ) Format ( "%7.2lf" ) Null ( "-1." ) ; Attribute smajax Real ( 7 ) Format ( "%7.1lf" ) Null ( "-1." ) ; Attribute sminax Real ( 7 ) Format ( "%7.1lf" ) Null ( "-1." ) ; Attribute smprat Real ( 11 ) Format ( "%11.7lf" ) Null ( "-1." ) ; Attribute sname String ( 25 ) Format ( "%-25s" ) Null ( "_" ) ; Attribute snr Real ( 6 ) Format ( "%6.1lf" ) Null ( "-1." ) ; Attribute spauth String ( 15 ) Format ( "%-15s" ) Null ( "_" ) ; Attribute spmm Real ( 10 ) Format ( "%10.5lf" ) Null ( "-1." ) ; Attribute sproid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute sprt Real ( 10 ) Format ( "%10.5lf" ) Null ( "-1." ) ; Attribute spvt Real ( 10 ) Format ( "%10.5lf" ) Null ( "-1." ) ; Attribute srn Integer ( 3 ) Format ( "%3d" ) Null ( "-1" ) ; Attribute sta String ( 6 ) Format ( "%-6s" ) Null ( "_" ) ; Attribute stanam String ( 50 ) Format ( "%-50s" ) Null ( "_" ) ; Attribute stav Real ( 8 ) Format ( "%8.2lf" ) Null ( "-1." ) ; Attribute stid Integer ( 3 ) Format ( "%3d" ) Null ( "-1" ) ; Attribute str1 Real ( 5 ) Format ( "%5.1lf" ) Null ( "-1." ) ; Attribute str2 Real ( 5 ) Format ( "%5.1lf" ) Null ( "-1." ) ; Attribute strike Real ( 7 ) Format ( "%7.1lf" ) Null ( "-1." ) ; Attribute string String ( 255 ) Format ( "%-255s" ) Null ( "_" ) ; Attribute stt Real ( 9 ) Format ( "%9.4lf" ) Null ( "-1." ) ; Attribute stx Real ( 9 ) Format ( "%9.4lf" ) Null ( "-1." ) ; Attribute sty Real ( 9 ) Format ( "%9.4lf" ) Null ( "-1." ) ; Attribute stype String ( 1 ) Format ( "%-1s" ) Null ( "_" ) ; Attribute stz Real ( 9 ) Format ( "%9.4lf" ) Null ( "-1." ) ; Attribute sxx Real ( 9 ) Format ( "%9.4lf" ) Null ( "-1." ) ; Attribute sxy Real ( 9 ) Format ( "%9.4lf" ) Null ( "-1." ) ; Attribute sxz Real ( 9 ) Format ( "%9.4lf" ) Null ( "-1." ) ; Attribute syy Real ( 9 ) Format ( "%9.4lf" ) Null ( "-1." ) ; Attribute syz Real ( 9 ) Format ( "%9.4lf" ) Null ( "-1." ) ; Attribute szz Real ( 9 ) Format ( "%9.4lf" ) Null ( "-1." ) ; Attribute taxazm Real ( 5 ) Format ( "%5.1lf" ) Null ( "-1." ) ; Attribute taxplg Real ( 5 ) Format ( "%5.1lf" ) Null ( "-1." ) ; Attribute taxval Real ( 5 ) Format ( "%5.2lf" ) Null ( "-1." ) ; Attribute tdense Integer ( 5 ) Format ( "%5d" ) Null ( "-1" ) ; Attribute text String ( 69 ) Format ( "%-69s" ) Null ( "_" ) ; Attribute time Time ( 15 ) Format ( "%15.3lf" ) Null ( "-9999999999.999" ) ; Attribute tlen Real ( 6 ) Format ( "%6.2lf" ) Null ( "-1." ) ; Attribute tmfc Real ( 10 ) Format ( "%10.5lf" ) Null ( "-1." ) ; Attribute tmfi Real ( 10 ) Format ( "%10.5lf" ) Null ( "-1." ) ; Attribute tmnlpb Real ( 5 ) Format ( "%5.1lf" ) Null ( "-1." ) ; Attribute tmnmw Real ( 5 ) Format ( "%5.1lf" ) Null ( "-1." ) ; Attribute tpblck Integer ( 5 ) Format ( "%5d" ) Null ( "-1" ) ; Attribute tpfile Integer ( 5 ) Format ( "%5d" ) Null ( "-1" ) ; Attribute tptype String ( 2 ) Format ( "%-2s" ) Null ( "_" ) ; Attribute tratbl String ( 4 ) Format ( "%-4s" ) Null ( "_" ) ; Attribute tsite String ( 15 ) Format ( "%-15s" ) Null ( "_" ) ; Attribute tupid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute usedft Integer ( 5 ) Format ( "%5d" ) Null ( "-1" ) ; Attribute vang Real ( 6 ) Format ( "%6.1lf" ) Null ( "-1." ) ; Attribute velid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute volnam String ( 6 ) Format ( "%-6s" ) Null ( "_" ) ; Attribute watdep Real ( 7 ) Format ( "%7.4lf" ) Null ( "-1." ) ; Attribute wfid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) ; Attribute wgt Real ( 6 ) Format ( "%6.3lf" ) Null ( "-1." ) ; Attribute year Integer ( 4 ) Format ( "%4d" ) Null ( "-1" ) ; Attribute yield Real ( 9 ) Format ( "%9.3lf" ) Null ( "-1." ) ; Attribute yldmax Real ( 9 ) Format ( "%9.3lf" ) Null ( "-1." ) ; Relation arrival Fields ( date time sta chan dig qual phase fm amp per logat coda seaz slow ema dist stype clip arid ftid chid wfid auth remark ) ; Relation assoc Fields ( arid orid delta phase esaz seaz resid atype wgt mag tratbl remark ) ; Relation beam Fields ( beamid siteid filtid sta bmtyp bazim bslow filtyp rsptyp hicut locut hslope lslope ripple gnorm fnorm commid ) ; Relation centryd Fields ( orid date time lat lon depth coterr claerr cloerr cdperr durat nslpb nrlpb tmnlpb nsmw nrmw tmnmw dused auth remark ) ; Relation channel Fields ( sta date chan chid hang vang bazim bslow instyp rsptyp dir file ) ; Relation choper Fields ( chid pchid sensid tupid opsw optyp commid datsw foff dir file ) ; Relation code Fields ( code rel attrib coddes ) ; Relation comment Fields ( commid text ) ; Relation counter Fields ( curev nxevid nxorid nxarid nxwfid nxftid nxchid nxdlid nxsite nxalg nxfilt nxfk nxfkr nxfs nxfsr nxinid nxsens nxspro nxcomm ) ; Relation date Fields ( date time year mon day ) ; Relation day Fields ( mon mname day leap doy ) ; Relation detection Fields ( arid date time sta chan bmtyp chid sproid wfid cfreq seaz delaz slow delslo snr stav fstat deltim bandw fkqual commid ) ; Relation detloc Fields ( arid orid dlid pdlid ndlid phase belief resid wgt mag delta seaz atype velid commid ) ; Relation event Fields ( evid curor prefor ) ; Relation evwf Fields ( orid wfid bazim bslow cfreq bandw ) ; Relation explo Fields ( orid name time date depth elev exlat exlon yield yldmax medium moist watdep paldep colint coldia coldep colvol tsite exptyp auth remark ) ; Relation extra Fields ( tupid rel string ) ; Relation feature Fields ( ftid magb maglr magsh mo cmpx tmfi tmfc spmm sprt spvt moauth spauth stype lat lon depth time remark ) ; Relation filter Fields ( filtid filtyp rsptyp hicut locut hslope lslope ripple gnorm fnorm commid ) ; Relation fkdisc Fields ( date time tlen sta fktyp arid maxkx maxsx nx maxky maxsy ny cfreq bandw commid fkrid fkid datsw foff dir file ) ; Relation fkrec Fields ( fkrid commid datsw foff fktyp dir file ) ; Relation fplane Fields ( orid str1 dip1 slip1 str2 dip2 slip2 taxazm taxplg paxazm paxplg plpref auth remark ) ; Relation fsdisc Fields ( date time tlen sta fstyp arid maxf nf chid wfid commid fsrid fsid datsw foff dir file ) ; Relation fsrec Fields ( fsrid commid datsw foff fstyp dir file ) ; Relation gregion Fields ( grn region ) ; Relation instrument Fields ( inid instyp rsptyp band smprat calib calper datsw foff dir file ) ; Relation loc Fields ( orid evid porid norid date time lat lon depth mb mo ndef nmb nmo algid smajax sminax strike sdobs szz stt sdmb sdmo commid etype auth moauth ) ; Relation moment Fields ( orid mexpon mrr mtt mff mrt mrf mtf mrrerr mtterr mfferr mrterr mrferr mtferr taxval taxplg taxazm paxval paxplg paxazm naxval naxplg naxazm bestdc str1 dip1 slip1 str2 dip2 slip2 nslpb nrlpb tmnlpb nsmw nrmw tmnmw dused auth remark ) ; Relation origerr Fields ( orid sdobs sxx syy szz stt sxy sxz syz stx sty stz sdmb sdms sddp sdzdp remark ) ; Relation origin Fields ( date time lat lon depth mb ms mo maxint nass ndef ndp nmb nms depdp orid evid grn srn ltype dtype etype auth moauth intscl remark ) ; Relation sensor Fields ( sensid inid siteid date time calib calper datsw foff dir file rsptyp ) ; Relation sigpro Fields ( sproid commid datsw foff dir file ) ; Relation site Fields ( siteid sta chan ondate offdat lat lon elev dnorth deast depth hang vang stanam ) ; Relation sregion Fields ( srn region ) ; Relation stalog Fields ( sta date comm ) ; Relation station Fields ( sta stid lat lon elev ondate offdat grn srn sname remark ) ; Relation tape Fields ( volnam files nowft cdate edate ldate tdense minblk maxblk reelsz usedft tptype ) ; Relation wfdisc Fields ( date time sta chan nsamp smprat calib calper instyp segtyp dattyp clip chid wfid dir file foff adate remark ) ; Relation wftape Fields ( date time sta chan nsamp smprat calib calper instyp segtyp dattyp clip chid wfid dir file volnam tpfile tpblck remark ) ; Relation xparam Fields ( arid pname pvalue auth remark ) ; ang bazim bslow sw/data/regions/grnames.fer 444 5300 156 55440 5522257710 11346 CENTRAL ALASKA SOUTHERN ALASKA BERING SEA KOMANDORSKY ISLANDS REGION NEAR ISLANDS, ALEUTIAN ISLANDS RAT ISLANDS, ALEUTIAN ISLANDS ANDREANOF ISLANDS, ALEUTIAN IS. PRIBILOF ISLANDS FOX ISLANDS, ALEUTIAN ISLANDS UNIMAK ISLAND REGION BRISTOL BAY ALASKA PENINSULA KODIAK ISLAND REGION KENAI PENINSULA, ALASKA GULF OF ALASKA ALEUTIAN ISLANDS REGION SOUTH OF ALASKA SOUTHERN YUKON TERRITORY, CANADASOUTHEASTERN ALASKA OFF COAST OF SOUTHEASTERN ALASKAWEST OF VANCOUVER ISLAND QUEEN CHARLOTTE ISLANDS REGION BRITISH COLUMBIA ALBERTA PROVINCE, CANADA VANCOUVER ISLAND REGION OFF COAST OF WASHINGTON NEAR COAST OF WASHINGTON WASHINGTON-OREGON BORDER REGION WASHINGTON OFF COAST OF OREGON NEAR COAST OF OREGON OREGON WESTERN IDAHO OFF COAST OF NORTHERN CALIFORNIANEAR COAST OF NORTHERN CALIF. NORTHERN CALIFORNIA NEVADA OFF COAST OF CALIFORNIA CENTRAL CALIFORNIA CALIFORNIA-NEVADA BORDER REGION SOUTHERN NEVADA WESTERN ARIZONA SOUTHERN CALIFORNIA CALIFORNIA-ARIZONA BORDER REGIONCALIFORNIA-MEXICO BORDER REGION W. ARIZ. - MEXICO BORDER REGION OFF W. COAST OF BAJA CALIFORNIA BAJA CALIFORNIA GULF OF CALIFORNIA NORTHWESTERN MEXICO OFF COAST OF CENTRAL MEXICO NEAR COAST OF CENTRAL MEXICO REVILLA GIGEDO ISLANDS REGION OFF COAST OF JALISCO, MEXICO NEAR COAST OF JALISCO, MEXICO NEAR COAST OF MICHOACAN, MEXICO MICHOACAN, MEXICO NEAR COAST OF GUERRERO, MEXICO GUERRERO, MEXICO OAXACA, MEXICO CHIAPAS, MEXICO MEXICO-GUATEMALA BORDER REGION OFF COAST OF MEXICO OFF COAST OF MICHOACAN, MEXICO OFF COAST OF GUERRERO, MEXICO NEAR COAST OF OAXACA, MEXICO OFF COAST OF OAXACA, MEXICO OFF COAST OF CHIAPAS, MEXICO NEAR COAST OF CHIAPAS, MEXICO GUATEMALA NEAR COAST OF GUATEMALA HONDURAS EL SALVADOR NEAR COAST OF NICARAGUA NICARAGUA OFF COAST OF CENTRAL AMERICA OFF COAST OF COSTA RICA COSTA RICA NORTH OF PANAMA PANAMA-COSTA RICA BORDER REGION PANAMA PANAMA-COLOMBIA BORDER REGION SOUTH OF PANAMA YUCUTAN PENINSULA CUBA REGION JAMAICA REGION HAITI REGION DOMINICAN REPUBLIC REGION MONA PASSAGE PUERTO RICO REGION VIRGIN ISLANDS LEEWARD ISLANDS BELIZE CARIBBEAN SEA WINDWARD ISLANDS NEAR NORTH COAST OF COLOMBIA NEAR COAST OF VENEZUELA TRINIDAD NORTHERN COLOMBIA LAKE MARACAIBO VENEZUELA NEAR WEST COAST OF COLOMBIA COLOMBIA OFF COAST OF ECUADOR NEAR COAST OF ECUADOR COLOMBIA-ECUADOR BORDER REGION ECUADOR OFF COAST OF NORTHERN PERU NEAR COAST OF NORTHERN PERU PERU-ECUADOR BORDER REGION NORTHERN PERU PERU-BRAZIL BORDER REGION WESTERN BRAZIL OFF COAST OF PERU NEAR COAST OF PERU PERU SOUTHERN PERU PERU-BOLIVIA BORDER REGION NORTHERN BOLIVIA BOLIVIA OFF COAST OF NORTHERN CHILE NEAR COAST OF NORTHERN CHILE NORTHERN CHILE CHILE-BOLIVIA BORDER REGION SOUTHERN BOLIVIA PARAGUAY CHILE-ARGENTINA BORDER REGION JUJUY PROVINCE, ARGENTINA SALTA PROVINCE, ARGENTINA CATAMARCA PROVINCE, ARGENTINA TUCUMAN PROVINCE, ARGENTINA SANTIAGO DEL ESTERO PROV., ARG. NORTHEASTERN ARGENTINA OFF COAST OF CENTRAL CHILE NEAR COAST OF CENTRAL CHILE CENTRAL CHILE SAN JUAN PROVINCE, ARGENTINA LA RIOJA PROVINCE, ARGENTINA MENDOZA PROVINCE, ARGENTINA SAN LUIS PROVINCE, ARGENTINA CORDOBA PROVINCE, ARGENTINA URUGUAY OFF COAST OF SOUTHERN CHILE NEAR COAST OF SOUTHERN CHILE S. CHILE-ARGENTINA BORDER REGIONARGENTINA TIERRA DEL FUEGO FALKLAND ISLANDS REGION DRAKE PASSAGE SCOTIA SEA SOUTH GEORGIA ISLAND REGION SOUTH GEORGIA RISE SOUTH SANDWICH ISLANDS REGION SOUTH SHETLAND ISLANDS ANTARCTIC PENINSULA SOUTHWESTERN ATLANTIC OCEAN WEDDELL SEA OFF W. COAST OF N. ISLAND, N.Z. NORTH ISLAND, NEW ZEALAND OFF E. COAST OF N. ISLAND, N.Z. OFF W. COAST OF S. ISLAND, N.Z. SOUTH ISLAND, NEW ZEALAND COOK STRAIT, NEW ZEALAND OFF E. COAST OF S. ISLAND, N.Z. NORTH OF MACQUARIE ISLAND AUCKLAND ISLANDS REGION MACQUARIE ISLANDS REGION SOUTH OF NEW ZEALAND SAMOA ISLANDS REGION SAMOA ISLANDS SOUTH OF FIJI ISLANDS WEST OF TONGA ISLANDS TONGA ISLANDS TONGA ISLANDS REGION SOUTH OF TONGA ISLANDS NORTH OF NEW ZEALAND KERMADEC ISLANDS REGION KERMADEC ISLANDS SOUTH OF KERMADEC ISLANDS NORTH OF FIJI ISLANDS FIJI ISLANDS REGION FIJI ISLANDS SANTA CRUZ ISLANDS REGION SANTA CRUZ ISLANDS VANUATU ISLANDS REGION VANUATU ISLANDS NEW CALEDONIA LOYALTY ISLANDS LOYALTY ISLANDS REGION NEW IRELAND REGION NORTH OF SOLOMON ISLANDS NEW BRITAIN REGION SOLOMON ISLANDS DENTRECASTEAUX ISLANDS REGION SOLOMON ISLANDS REGION WEST IRIAN REGION NEAR N. COAST OF WEST IRIAN PAPUA NEW GUINEA REGION ADMIRALTY ISLANDS REGION NEAR N COAST OF PAPUA NEW GUINEAWEST IRIAN PAPUA NEW GUINEA BISMARCK SEA AROE ISLANDS REGION NEAR S. COAST OF WEST IRIAN NEAR S COAST OF PAPUA NEW GUINEAEAST PAPUA NEW GUINEA REGION ARAFURA SEA WEST CAROLINE ISLANDS SOUTH OF MARIANA ISLANDS SOUTH OF HONSHU, JAPAN BONIN ISLANDS REGION VOLCANO ISLANDS REGION WEST OF MARIANA ISLANDS MARIANA ISLANDS REGION MARIANA ISLANDS KAMCHATKA NEAR EAST COAST OF KAMCHATKA OFF EAST COAST OF KAMCHATKA NORTHWEST OF KURIL ISLANDS KURIL ISLANDS KURIL ISLANDS REGION EASTERN SEA OF JAPAN HOKKAIDO, JAPAN REGION OFF COAST OF HOKKAIDO, JAPAN NEAR WEST COAST OF HONSHU, JAPANHONSHU, JAPAN NEAR EAST COAST OF HONSHU, JAPANOFF EAST COAST OF HONSHU, JAPAN NEAR S. COAST OF HONSHU, JAPAN SOUTH KOREA SOUTHERN HONSHU, JAPAN NEAR S. COAST OF SOUTHERN HONSHUEAST CHINA SEA KYUSHU, JAPAN SHIKOKU, JAPAN SOUTHEAST OF SHIKOKU, JAPAN RYUKYU ISLANDS RYUKYU ISLANDS REGION EAST OF RYUKYU ISLANDS PHILIPPINE SEA NEAR SOUTHEASTERN COAST OF CHINATAIWAN REGION TAIWAN NORTHEAST OF TAIWAN SOUTHWESTERN RYUKYU ISLANDS SOUTHEAST OF TAIWAN PHILIPPINE ISLANDS REGION LUZON, PHILIPPINE ISLANDS MINDORO, PHILIPPINE ISLANDS SAMAR, PHILIPPINE ISLANDS PALAWAN, PHILIPPINE ISLANDS SULU SEA PANAY, PHILIPPINE ISLANDS CEBU, PHILIPPINE ISLANDS LEYTE, PHILIPPINE ISLANDS NEGROS, PHILIPPINE ISLANDS SULU ARCHIPELAGO MINDANAO, PHILIPPINE ISLANDS EAST OF PHILIPPINE ISLANDS KALIMANTAN CELEBES SEA TALAUD ISLANDS NORTH OF HALMAHERA MINAHASSA PENINSULA MOLUCCA PASSAGE HALMAHERA SULAWESI MOLUCCA SEA CERAM SEA BURU CERAM SOUTHWEST OF SUMATERA SOUTHERN SUMATERA JAVA SEA SUNDA STRAIT JAVA BALI SEA FLORES SEA BANDA SEA TANIMBAR ISLANDS REGION SOUTH OF JAVA BALI ISLAND REGION SOUTH OF BALI ISLAND SUMBAWA ISLAND REGION FLORES ISLAND REGION SUMBA ISLAND REGION SAVU SEA TIMOR TIMOR SEA SOUTH OF SUMBAWA ISLAND SOUTH OF SUMBA ISLAND SOUTH OF TIMOR BURMA-INDIA BORDER REGION BURMA-BANGLADESH BORDER REGION BURMA BURMA-CHINA BORDER REGION SOUTH BURMA SOUTHEAST ASIA HAINAN ISLAND SOUTH CHINA SEA EASTERN KASHMIR KASHMIR-INDIA BORDER REGION KASHMIR-TIBET BORDER REGION TIBET-INDIA BORDER REGION TIBET SICHUAN PROVINCE, CHINA NORTHERN INDIA NEPAL-INDIA BORDER REGION NEPAL SIKKIM BHUTAN INDIA-CHINA BORDER REGION INDIA INDIA-BANGLADESH BORDER REGION BANGLADESH EASTERN INDIA YUNNAN PROVINCE, CHINA BAY OF BENGAL KIRGHIZ-XINJIANG BORDER REGION SOUTHERN XINJIANG, CHINA GANSU PROVINCE, CHINA NORTHERN CHINA KASHMIR-XINJIANG BORDER REGION QINGHAI PROVINCE, CHINA CENTRAL USSR LAKE BAIKAL REGION EAST OF LAKE BAIKAL EASTERN KAZAKH SSR ALMA-ATA REGION KAZAKH-XINJIANG BORDER REGION NORTHERN XINJIANG, CHINA USSR-MONGOLIA BORDER REGION MONGOLIA URAL MOUNTAINS REGION WESTERN KAZAKH SSR EASTERN CAUCASUS CASPIAN SEA UZBEK SSR TURKMEN SSR IRAN-USSR BORDER REGION TURKMEN-AFGHANISTAN BORDER REG. TURKEY-IRAN BORDER REGION N.W. IRAN-USSR BORDER REGION NORTHWESTERN IRAN IRAN-IRAQ BORDER REGION WESTERN IRAN IRAN NORTHWESTERN AFGHANISTAN SOUTHWESTERN AFGHANISTAN EASTERN ARABIAN PENINSULA PERSIAN GULF SOUTHERN IRAN PAKISTAN GULF OF OMAN NEAR COAST OF PAKISTAN SOUTHWESTERN USSR ROMANIA BULGARIA BLACK SEA CRIMEA REGION WESTERN CAUCASUS GREECE-BULGARIA BORDER REGION GREECE AEGEAN SEA TURKEY TURKEY-USSR BORDER REGION SOUTHERN GREECE DODECANESE ISLANDS CRETE EASTERN MEDITERRANEAN SEA CYPRUS DEAD SEA REGION JORDAN - SYRIA REGION IRAQ PORTUGAL SPAIN PYRENEES NEAR SOUTH COAST OF FRANCE CORSICA CENTRAL ITALY ADRIATIC SEA YUGOSLAVIA WEST OF GIBRALTAR STRAIT OF GIBRALTAR BALEARIC ISLANDS WESTERN MEDITERRANEAN SEA SARDINIA TYRRHENIAN SEA SOUTHERN ITALY ALBANIA GREECE-ALBANIA BORDER REGION MADEIRA ISLANDS REGION CANARY ISLANDS REGION MOROCCO ALGERIA TUNISIA SICILY IONIAN SEA MEDITERRANEAN SEA NEAR COAST OF LIBYA NORTH ATLANTIC OCEAN NORTH ATLANTIC RIDGE AZORES ISLANDS REGION AZORES ISLANDS CENTRAL MID-ATLANTIC RIDGE NORTH OF ASCENSION ISLAND ASCENSION ISLAND REGION SOUTH ATLANTIC OCEAN SOUTH ATLANTIC RIDGE TRISTAN DA CUNHA REGION BOUVET ISLAND REGION SOUTHWEST OF AFRICA SOUTHEASTERN ATLANTIC OCEAN EASTERN GULF OF ADEN SOCOTRA REGION ARABIAN SEA LACCADIVE ISLANDS REGION NORTHEASTERN SOMALIA NORTH INDIAN OCEAN CARLSBERG RIDGE MALDIVE ISLANDS REGION LACCADIVE SEA SRI LANKA SOUTH INDIAN OCEAN CHAGOS ARCHIPELAGO REGION MASCARENE ISLANDS REGION ATLANTIC-INDIAN RISE MID-INDIAN RISE SOUTH OF AFRICA PRINCE EDWARD ISLANDS REGION CROZET ISLANDS REGION KERGUELEN ISLANDS REGION AMSTERDAM-NATURALISTE RIDGE SOUTHEAST INDIAN RISE KERGUELEN-GAUSSBERG RISE SOUTH OF AUSTRALIA SASKATCHEWAN PROVINCE, CANADA MANITOBA PROVINCE, CANADA HUDSON BAY ONTARIO HUDSON STRAIT REGION NORTHERN QUEBEC DAVIS STRAIT LABRADOR EAST OF LABRADOR SOUTHERN QUEBEC GASPE PENINSULA EASTERN QUEBEC ANTICOSTI ISLAND, CANADA NEW BRUNSWICK NOVA SCOTIA PRINCE EDWARD ISLAND, CANADA GULF OF ST. LAWRENCE NEWFOUNDLAND MONTANA EASTERN IDAHO HEBGEN LAKE REGION YELLOWSTONE NATIONAL PARK, WYO. WYOMING NORTH DAKOTA SOUTH DAKOTA NEBRASKA MINNESOTA IOWA WISCONSIN ILLINOIS MICHIGAN INDIANA SOUTHERN ONTARIO OHIO NEW YORK PENNSYLVANIA NORTHERN NEW ENGLAND MAINE SOUTHERN NEW ENGLAND GULF OF MAINE UTAH COLORADO KANSAS IOWA-MISSOURI BORDER REGION MISSOURI-KANSAS BORDER REGION MISSOURI MISSOURI-ARKANSAS BORDER REGION EASTERN MISSOURI NEW MADRID, MISSOURI REGION CAPE GIRARDEAU, MISSOURI REGIONSOUTHERN ILLINOIS SOUTHERN INDIANA KENTUCKY WEST VIRGINIA VIRGINIA CHESAPEAKE BAY REGION NEW JERSEY EASTERN ARIZONA NEW MEXICO TEXAS PANHANDLE REGION WEST TEXAS OKLAHOMA CENTRAL TEXAS ARKANSAS-OKLAHOMA BORDER REGION ARKANSAS LOUISIANA-TEXAS BORDER REGION LOUISIANA MISSISSIPPI TENNESSEE ALABAMA WESTERN FLORIDA GEORGIA FLORIDA-GEORGIA BORDER REGION SOUTH CAROLINA NORTH CAROLINA OFF EAST COAST OF UNITED STATES FLORIDA PENINSULA BAHAMA ISLANDS E. ARIZ. - MEXICO BORDER REGION MEXICO-NEW MEXICO BORDER REGION TEXAS-MEXICO BORDER REGION SOUTHERN TEXAS TEXAS GULF COAST CHIHUAHUA, MEXICO NORTHERN MEXICO CENTRAL MEXICO JALISCO, MEXICO VERA CRUZ, MEXICO GULF OF MEXICO GULF OF CAMPECHE BRAZIL GUYANA SURINAME FRENCH GUIANA EIRE UNITED KINGDOM NORTH SEA SOUTHERN NORWAY SWEDEN BALTIC SEA FRANCE BAY OF BISCAY NETHERLANDS BELGIUM DENMARK GERMANY SWITZERLAND NORTHERN ITALY AUSTRIA CZECHOSLOVAKIA POLAND HUNGARY NORTHWEST AFRICA SOUTHERN ALGERIA LIBYA ARAB REPUBLIC OF EGYPT RED SEA WESTERN ARABIAN PENINSULA CENTRAL AFRICA SUDAN ETHIOPIA WESTERN GULF OF ADEN NORTHWESTERN SOMALIA OFF S. COAST OF NORTHWEST AFRICACAMEROON EQUATORIAL GUINEA CENTRAL AFRICAN REPUBLIC GABON CONGO REPUBLIC ZAIRE REPUBLIC UGANDA LAKE VICTORIA REGION KENYA SOUTHERN SOMALIA LAKE TANGANYIKA REGION TANZANIA NORTHWEST OF MADAGASCAR ANGOLA ZAMBIA MALAWI NAMIBIA BOTSWANA REPUBLIC ZIMBABWE MOZAMBIQUE MOZAMBIQUE CHANNEL MALAGASAY REPUBLIC REPUBLIC OF SOUTH AFRICA LESOTHO SWAZILAND OFF COAST OF SOUTH AFRICA NORTHWEST OF AUSTRALIA WEST OF AUSTRALIA WESTERN AUSTRALIA NORTHERN TERRITORY, AUSTRALIA SOUTH AUSTRALIA GULF OF CARPENTERIA QUEENSLAND, AUSTRALIA CORAL SEA SOUTH OF SOLOMON ISLANDS NEW CALEDONIA REGION SOUTHWEST OF AUSTRALIA OFF SOUTH COAST OF AUSTRALIA NEAR SOUTH COAST OF AUSTRALIA NEW SOUTH WALES, AUSTRALIA VICTORIA, AUSTRALIA NEAR S.E. COAST OF AUSTRALIA NEAR EAST COAST OF AUSTRALIA EAST OF AUSTRALIA NORFOLK ISLAND REGION NORTHWEST OF NEW ZEALAND BASS STRAIT TASMANIA REGION SOUTHEAST OF AUSTRALIA NORTH PACIFIC OCEAN HAWAII REGION HAWAII CAROLINE ISLANDS REGION MARSHALL ISLANDS REGION ENIWETOK ATOLL REGION BIKINI ATOLL REGION GILBERT ISLANDS REGION JOHNSTON ISLAND REGION LINE ISLANDS REGION PALMYRA ISLAND REGION CHRISTMAS ISLAND REGION ELLICE ISLANDS REGION PHOENIX ISLANDS REGION TEKELAU ISLANDS REGION NORTHERN COOK ISLANDS COOK ISLANDS REGION SOCIETY ISLANDS REGION TUBUAI ISLANDS REGION MARQUESAS ISLANDS REGION TUAMOTU ARCHIPELAGO REGION SOUTH PACIFIC OCEAN LOMONOSOV RIDGE ARCTIC OCEAN NEAR NORTH COAST OF GREENLAND EASTERN GREENLAND ICELAND REGION ICELAND JAN MAYEN ISLAND REGION GREENLAND SEA NORTH OF SVALBARD NORWEGIAN SEA SVALBARD REGION NORTH OF FRANZ JOSEF LAND FRANZ JOSEF LAND NORTHERN NORWAY BARENTS SEA NOVAYA ZEMLYA KARA SEA NEAR COAST OF WESTERN SIBERIA NORTH OF SEVERNAYA ZEMLYA SEVERNAYA ZEMLYA NEAR COAST OF CENTRAL SIBERIA EAST OF SEVERNAYA ZEMLYA LAPTEV SEA EASTERN USSR E. USSR-N.E. CHINA BORDER REG. NORTHEASTERN CHINA NORTH KOREA SEA OF JAPAN NEAR E. COAST OF EASTERN USSR SAKHALIN ISLAND SEA OF OKHOTSK EASTERN CHINA YELLOW SEA OFF COAST OF EASTERN CHINA NORTH OF NEW SIBERIAN ISLANDS NEW SIBERIAN ISLANDS EAST SIBERIAN SEA NEAR N. COAST OF EASTERN SIBERIAEASTERN SIBERIA CHUKCHI SEA BERING STRAIT ST. LAWRENCE ISLAND REGION BEAUFORT SEA ALASKA NORTHERN YUKON TERRITORY, CANADAQUEEN ELIZABETH ISLANDS NORTHWEST TERRITORIES, CANADA WESTERN GREENLAND BAFFIN BAY BAFFIN ISLAND REGION SOUTHEAST CENTRAL PACIFIC OCEAN EASTER ISLAND CORDILLERA EASTER ISLAND REGION WEST CHILE RISE JUAN FERNANDEZ ISLANDS REGION EAST OF NORTH ISLAND, N.Z. CHATHAM ISLANDS REGION SOUTH OF CHATHAM ISLANDS SOUTH PACIFIC CORDILLERA SOUTHERN PACIFIC OCEAN EAST CENTRAL PACIFIC OCEAN NORTHERN EASTER I. CORDILLERA WEST OF GALAPAGOS ISLANDS GALAPAGOS ISLANDS REGION GALAPAGOS ISLANDS SOUTHWEST OF GALAPAGOS ISLANDS SOUTHEAST OF GALAPAGOS ISLANDS SOUTH OF TASMANIA WEST OF MACQUARIE ISLAND BALLENY ISLANDS REGION ANDAMAN ISLANDS REGION NICOBAR ISLANDS REGION OFF W COAST OF NORTHERN SUMATERANORTHERN SUMATERA MALAY PENINSULA GULF OF THAILAND AFGHANISTAN PAKISTAN SOUTHWESTERN KASHMIR INDIA-PAKISTAN BORDER REG. CENTRAL KAZAKH SSR SOUTHEASTERN UZBEK SSR TAJIK SSR KIRGHIZ SSR AFGHANISTAN-USSR BORDER REGION HINDU KUSH REGION TAJIK-XINJIANG BORDER REGION NORTHWESTERN KASHMIR FINLAND NORWAY-USSR BORDER REGION FINLAND-USSR BORDER REGION EUROPEAN USSR WESTERN SIBERIA CENTRAL SIBERIA VICTORIA LAND, ANTARCTICA ROSS SEA ANTARCTICA VICTORIA, AUSTRALIA NEAR S.E. COAST OF AUSTRALIA NEAR EAST COAST OF AUSTRALIA EAST OF AUSTRALIA NORFOLK ISLAND REGION NORTHWEST OF NEW ZEALAND BASS STRAIT sw/data/wd.cf 444 5300 156 27 5537133137 6403 ^/auto/ / ^/export/ / .. 8srcL exportbinap`bin.sun4Xtlib.sun4#include1man^exporttrialmakes lib.sharedatac Distfile-bX bin lib(  README.sw.1<;Distfileu.aHlocTexth .quot.out4.|TC.Cache.aB ucsd.rdist1NansiibXNORTH ISLAND, N.Z. sw/data/regions/qlindex.fer 444 5300 156 2660 5522257710 11332 3Mh !- Mk+B^z "1Kg!#$#Ge!  -CXq# 0> I T ^ h r |             !&+05:>?@ASi$3CScv   + ; L ^ s        " ; U o        % : M ` r          / ; L \ j x                     + G e     1Nm'=Sg{-BYm ,;IXg s           !"#$%&<Sh|%:Odv !7J\m!1@ M Z f r }      + 6 ?GLRW\afkpuzREGION ANDAMAN ISLANDS REGION NICOBAR ISLANDS REGION sw/data/regions/srnames.fer 444 5300 156 2022 5471733537 11337 ALASKA - ALEUTIAN ARC EASTERN ALASKA TO VANCOUVER ISLAND CALIFORNIA - NEVADA REGION BAJA CALIFORNIA AND GULF OF CALIFORNIA MEXICO - GUATEMALA AREA CENTRAL AMERICA CARIBBEAN LOOP ANDEAN SOUTH AMERICA EXTREME SOUTH AMERICA SOUTHERN ANTILLES NEW ZEALAND REGION KERMADEC - TONGA - SAMOA AREA FIJI ISLANDS AREA NEW HEBRIDES ISLANDS BISMARCK AND SOLOMON ISLANDS NEW GUINEA CAROLINE ISLANDS TO GUAM GUAM TO JAPAN JAPAN - KURILES - KAMCHATKA SOUTHWESTERN JAPAN AND RYUKYU ISLANDS TAIWAN PHILIPPINES BORNEO - CELEBES SUNDA ARC BURMA AND SOUTHEAST ASIA INDIA - TIBET - SZECHWAN -YUNAN SOUTHERN SINKIANG TO KANSU ALMA-ATA TO LAKE BAIKAL WESTERN ASIA MIDDLE EAST - CRIMEA - BALKANS WESTERN MEDITERRANEAN AREA ATLANTIC OCEAN INDIAN OCEAN EASTERN NORTH AMERICA EASTERN SOUTH AMERICA NORTHWESTERN EUROPE AFRICA AUSTRALIA PACIFIC BASIN ARCTIC ZONE EASTERN ASIA NORTHEASTERN ASIA, NORTHERN ALASKA TO GREENLAND SOUTHEASTERN AND ANTARCTIC PACIFIC GALAPAGOS AREA MACQUARIE LOOP ANDAMAN ISLANDS TO SUMATRA BALUCHISTAN HINDU KUSH AND PAMIR NORTHERN ASIA ANTARTICA THERN SUMATERANORTHERN SUMATERA MALAY PENINSULA GULF OF THAILAND AFGHANISTAN PAKISTAN SOUTHWESTERN KASHMIR INDIA-PAKISTAN BORDER REG. CENTRAL KAZAKH SSR SOUTHEASTERN UZBEK SSR TAJIK SSR KIRGHIZ SSR AFGHANISTAN-USSR BORDER REGION HINDU KUSH REGION TAJIK-XINJIANG BORDER REGION NORTHWESTERN KASHMIR sw/data/schemas/css3.0 444 5300 156 257420 5546360722 10153 Schema "css3.0" Description ( "Center for Seismic Studies Schema Version 3.0 " ) Detail { Modifications from original CSS documentation: 1) Null values corrected for certain attributes. 2) offdate added to primary keys for tables in which it occurs. 3) endtime added to primary keys for tables in which it occurs. 4) time made first primary key in origin for sorting. 5) arid and orid added to foreign keys in assoc. 6) made range values expression for automated testing 7) added wfedit relation 12/3/93 8) changed the primary key in sitechan to chanid, and added chanid as a foreign key in sensor to force joins of sitechan to go through sensor table. 9) changed primary keys in moment and centryd table to orid. 10) added calibration and stage tables 1/31/94 } ; Attribute algorithm String ( 15 ) Format ( "%-15s" ) Null ( "-" ) Description ( "location algorithm used" ) Detail { This is a brief textual description of the algorithm used for computing a seismic origin. } ; Attribute amp Real ( 10 ) Format ( "%10.1lf" ) Units ( "Nanometers" ) Null ( "-1.0" ) Range ( "amp > 0.0" ) Description ( "amplitude, instrument corrected, nm" ) Detail { This is the zero-to-peak amplitude of the earth's displacement for a seismic phase. Amp is assumed to be corrected for the response of the instrument. } ; Attribute arid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) Range ( "arid > 0" ) Description ( "arrival id" ) Detail { Each arrival is assigned a unique positive integer identifying it with a unique sta, chan and time. This number is used in the assoc relation along with the origin identifier to link arrival and origin. } ; Attribute auth String ( 15 ) Format ( "%-15s" ) Null ( "-" ) Description ( "source/originator" ) Detail { This records the originator of an arrival (in arrival relation) or origin (in origin relation). Possibilities include externally supplied arrivals identified according to their original source, such as WMO, NEIS, CAN(adian), UK(array), etc. This may also be an identifier of an application generating the attribute, such as an automated interpretation or signal processing program. } ; Attribute azdef String ( 1 ) Format ( "%-1s" ) Null ( "-" ) Range ( "azdef =~ /d|n/ " ) Description ( "azimuth = defining, non-defining" ) Detail { This is a one character flag that indicates whether or not the azimuth of a phase was used to determine the event's origin. It is defining (azdef=d) if used to help locate the event or non-defining (azdef=n) if it is not used. } ; Attribute azimuth Real ( 7 ) Format ( "%7.2lf" ) Units ( "Degrees" ) Null ( "-1.0" ) Range ( "azimuth >= 0.0 && azimuth < 360.0" ) Description ( "observed azimuth" ) Detail { This is the estimated station-to-event azimuth measured clockwise from north. Azimuth is estimated from f-k or polarization analysis. In stassoc, the value may be an analyst estimate. } ; Attribute azres Real ( 7 ) Format ( "%7.1lf" ) Units ( "Degrees" ) Null ( "-999.0" ) Range ( "azres >= -180.0 && azres <= 180.0" ) Description ( "azimuth residual" ) Detail { This is the difference between the measured station-to-event azimuth for an arrival and the true azimuth. The 'true' azimuth is the bearing to the inferred event origin. } ; Attribute band String ( 1 ) Format ( "%-1s" ) Null ( "-" ) Range ( "band =~ /s|m|i|l|b|h|v/" ) Description ( "frequency band" ) Detail { This is a qualitative indicator of frequency pass-band for an instrument. Values should reflect the response curve rather than just the sample rate. Recommended values are s (short-period), m (mid-period), i (intermediate-period), l (long-period), b (broad-band), h (high frequency, very short-period), and v (very long-period). For a better notion of the instrument characteristics, see the instrument response curve. } ; Attribute belief Real ( 4 ) Format ( "%4.2lf" ) Null ( "9.99" ) Range ( "belief >= 0.0 && belief <= 1.0" ) Description ( "phase confidence" ) Detail { This is a qualitative estimate of the confidence that a seismic phase is correctly identified. } ; Attribute calib Real ( 16 ) Format ( "%16.6lf" ) Units ( "Nanometers/digital count" ) Null ( "0.0" ) Range ( "calib > 0.0" ) Description ( "nominal calibration" ) Detail { This is the conversion factor that maps digital data to displacement, velocity, or acceleration, depending on the value of segtype or rsptype. The factor holds true at the oscillation period specified by the attribute calper. A positive value means ground motion (velocity, acceleration) increasing in the component direction (up, north, east) is indicated by increasing counts. A negative value means the opposite. Calib generally reflects the best calibration information available at the time of recording, but refinement may be given in sensor reflecting a subsequent recalibration of the instrument. See calratio. } ; Attribute calper Real ( 16 ) Format ( "%16.6lf" ) Units ( "Seconds" ) Null ( "-1.0" ) Range ( "calper >= 0.0" ) Description ( "nominal calibration period" ) Detail { This gives the period for which calib, ncalib and calratio are valid. } ; Attribute calratio Real ( 16 ) Format ( "%16.6lf" ) Null ( "1.0" ) Description ( "calibration" ) Detail { This is a dimensionless calibration correction factor which permits small refinements to the calibration correction made using calib and calper from the wfdisc relation. Often, the wfdisc calib contains the nominal calibration assumed at the time of data recording. If the instrument is recalibrated, calratio provides a mechanism to update calibrations from wfdisc with the new information without modifying the wfdisc relation. A positive value means ground motion increasing in component direction (up, north, east) is indicated by increasing counts. A negative value means the opposite. Calratio is meant to reflect the most accurate calibration information for the time period for which the sensor record is appropriate, but the nominal value may appear until other information is available. } ; Attribute chan String ( 8 ) Format ( "%-8s" ) Null ( "-" ) Description ( "channel" ) Detail { This is an eight-character code, which, taken together with sta, jdate and time, uniquely identifies the source of the seismic data, including the geographic location, spatial orientation, sensor and subsequent data processing. } ; Attribute chanid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) Range ( "chanid > 0" ) Description ( "channel operation id" ) Detail { This is the key to the sitechan table. } ; Attribute clip String ( 1 ) Format ( "%-1s" ) Null ( "-" ) Range ( "clip =~ /c|n/" ) Description ( "clipped flag" ) Detail { This is a single-character flag to indicate whether (c) or not (n) the data were clipped. Typically, this flag is derived from status bits supplied with GDSN or RSTN data, but could also be supplied as a result of analyst review. } ; Attribute commid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) Range ( "commid > 0" ) Description ( "comment id" ) Detail { This is a key used to point to free-form comments entered in the remark relation. These comments store additional information about a tuple in another relation. Within the remark relation, there may be many tuples with the same commid and different lineno, but the same commid will appear in only one other tuple among the rest of the relations in the database. See lineno. } ; Attribute conf Real ( 5 ) Format ( "%5.3lf" ) Null ( "0.0" ) Range ( "conf > 0.0 && conf <= 1.0" ) Description ( "confidence" ) Detail { This attribute denotes the confidence attached to the event attributes smajax, sminax, sdepth and stime. } ; Attribute ctype String ( 4 ) Format ( "%-4s" ) Null ( "-" ) Range ( "ctype =~ /n|b|i/" ) Description ( "channel type" ) Detail { This attribute specifies the type of data channel: n (normal, a normal instrument response), b (beam, a coherent beam formed with array data), or i (an incoherent beam or energy stack). } ; Attribute datatype String ( 2 ) Format ( "%-2s" ) Null ( "-" ) Range ( "datatype =~ /t4|s4|s2/" ) Description ( "numeric storage" ) Detail { This attribute specifies the format of a data series in the file system. Datatypes t4, s4 and s2 are the allowed values. Datatype s4 denotes a 4-byte integer and t4 denotes a 32-bit real number in Sun format. Machine dependent formats are supported for common hardwares to allow data transfer in native machine binary formats. Note that the CSS standard defines many other formats, which are not supported by the JSPC software. } ; Attribute deast Real ( 9 ) Format ( "%9.4lf" ) Units ( "Kilometers" ) Null ( "0.0" ) Range ( "deast >= -20000.0 && deast <= 20000.0" ) Description ( "offset from array reference (km)" ) Detail { This attribute gives the 'easting' or relative position of an array element, east of the location of the array center specified by the value of refsta. See dnorth. } ; Attribute delaz Real ( 7 ) Format ( "%7.2lf" ) Units ( "Degrees" ) Null ( "-1.0" ) Range ( "delaz > 0.0" ) Description ( "delta azimuth" ) Detail { Delta azimuth. This attribute gives the standard deviation of the azimuth of a signal. } ; Attribute delslo Real ( 7 ) Format ( "%7.2lf" ) Units ( "Seconds (of time)/degree" ) Null ( "-1.0" ) Range ( "delslo > 0.0" ) Description ( "delta slowness" ) Detail { This attribute gives the standard deviation of the slowness of a signal. } ; Attribute delta Real ( 8 ) Format ( "%8.3lf" ) Units ( "Degrees" ) Null ( "-1.0" ) Range ( "delta >= 0.0" ) Description ( "station to event distance" ) Detail { This attribute is the arc length of the path the seismic phase follows from source to receiver. The location of the origin is specified in the origin record referenced by the attribute orid. The attribute arid points to the record in the arrival relation that identifies the receiver. The value of the attribute can exceed 180 degrees, it can even exceed 360 degrees. The geographic distance between source and receiver is delta mod(180). } ; Attribute deltim Real ( 6 ) Format ( "%6.3lf" ) Units ( "Seconds" ) Null ( "-1.0" ) Range ( "deltim > 0.0" ) Description ( "delta time" ) Detail { This attribute gives the standard deviation of a detection time. } ; Attribute depdp Real ( 9 ) Format ( "%9.4lf" ) Units ( "Kilometers" ) Null ( "-999.0" ) Range ( "depdp >= 0.0 && depdp < 1000.0" ) Description ( "estimated depth from depth phases" ) Detail { This is a measure of event depth estimated from a depth phase or an average of several depth phases. Depth is measured positive in a downwards direction starting from the earth's surface. See ndp. } ; Attribute depth Real ( 9 ) Format ( "%9.4lf" ) Units ( "Kilometers" ) Null ( "-999.0" ) Range ( "depth >= 0.0 && depth < 1000.0" ) Description ( "estimated depth" ) Detail { This attribute gives the depth of the event origin. In stassoc this may be an analyst estimate. } ; Attribute descrip String ( 50 ) Format ( "%-50s" ) Null ( "-" ) Description ( "channel description" ) Detail { This is a description of the data channel. For non-instrument channels (e.g. beams) this can be the only quantitative description of channel operations in the core tables. } ; Attribute dfile String ( 32 ) Format ( "%-32s" ) Null ( "NONULL" ) Description ( "data file" ) Detail { In wfdisc, this is the file name of a disk-based waveform file. In instrument, this points to an instrument response file. See dir. } ; Attribute digital String ( 1 ) Format ( "%-1s" ) Null ( "-" ) Range ( "digital =~ /d|a/" ) Description ( "(d,a) analog " ) Detail { This attribute is a single character flag denoting whether this instrument record describes an analog or digital recording system. } ; Attribute dir String ( 64 ) Format ( "%-64s" ) Null ( "NONULL" ) Description ( "directory" ) Detail { This attribute is the directory-part of a path name. Relative path names or '.' (dot), the notation for the current directory, may be used. } ; Attribute dist Real ( 7 ) Format ( "%7.2lf" ) Units ( "Degrees" ) Null ( "-1.0" ) Range ( "dist >= 0.0 && dist <= 180.0" ) Description ( "estimated distance" ) Detail { This attribute gives the approximate source-receiver distance as calculated from slowness (array measurements only), incident angle, or (S-P) times. } ; Attribute dnorth Real ( 9 ) Format ( "%9.4lf" ) Units ( "Kilometers" ) Null ( "0.0" ) Range ( "dnorth >= -20000.0 && dnorth <= 20000.0" ) Description ( "offset from array reference (km)" ) Detail { This attribute gives the 'northing' or relative position of array element north of the array center specified by the value of refsta. See deast. } ; Attribute dtype String ( 1 ) Format ( "%-1s" ) Null ( "-" ) Range ( "dtype =~ /f|d|r|g/" ) Description ( "depth method used" ) Detail { This single-character flag indicates the method by which the depth was determined or constrained during the location process. The recommended values are f (free), d (from depth phases), r (restrained by location program) or g (restrained by geophysicist). In cases r or g, either the auth field should indicate the agency or person responsible for this action, or the commid field should point to an explanation in the remark relation. } ; Attribute edepth Real ( 9 ) Format ( "%9.4lf" ) Units ( "Kilometers" ) Null ( "NONULL" ) Range ( "edepth >= 0.0" ) Description ( "emplacement depth" ) Detail { This attribute gives the depth at which the instrument is positioned, relative to the value of elev in the site relation. } ; Attribute elev Real ( 9 ) Format ( "%9.4lf" ) Units ( "Kilometers" ) Null ( "-999.0" ) Range ( "elev >= -10.0 && elev <= 10.0" ) Description ( "elevation" ) Detail { This attribute is the elevation of a seismic station relative to mean sea level. } ; Attribute ema Real ( 7 ) Format ( "%7.2lf" ) Units ( "Degrees" ) Null ( "-1.0" ) Range ( "ema >= 0.0 && ema <= 90.0" ) Description ( "emergence angle" ) Detail { This attribute is the emergence angle of an arrival, as observed at a three-component station or array. The value increases from the vertical direction towards the horizontal. } ; Attribute emares Real ( 7 ) Format ( "%7.1lf" ) Units ( "Degrees" ) Range ( "emares >= -90.0 && emares <= 90.0" ) Null ( "-999.0" ) Description ( "incidence angle residual" ) Detail { This attribute is the difference between an observed emergence angle and the theoretical prediction for the same phase, assuming an event location as specified by the accompanying orid. } ; Attribute endtime Time ( 17 ) Format ( "%17.5lf" ) Units ( "Epochal seconds" ) Range ( "endtime == time+(nsamp-1)/samprate" ) Null ( "+9999999999.999" ) Description ( "last valid time for data" ) Detail { In wfdisc, this attribute is the time of the last sample in the waveform file. Endtime is equivalent to time+(nsamp-1)/samprate. In sensor, this is the last time the data in the record are valid. } ; Attribute esaz Real ( 7 ) Format ( "%7.2lf" ) Units ( "Degrees" ) Range ( "esac >= 0.0 && esaz <= 360.0" ) Null ( "-999.0" ) Description ( "event to station azimuth" ) Detail { This attribute is the calculated event-to-station azimuth, measured in degrees clockwise from North. } ; Attribute etype String ( 7 ) Format ( "%-7s" ) Null ( "-" ) Range ( "etype =~ /qb|eq|me|ex|o|l|r|t/" ) Description ( "event type" ) Detail { This attribute is used to identify the type of seismic event, when known. For etypes l, r, t the value in origin will be the value determined by the station closest to the event. } ; Attribute evid Integer ( 8 ) Format ( "%8d" ) Range ( "evid > 0" ) Null ( "-1" ) Description ( "event id" ) Detail { Each event is assigned a unique positive integer which identifies it in a database. It is possible for several records in the origin relation to have the same evid. This indicates there are several opinions about the location of the event. } ; Attribute evname String ( 15 ) Format ( "%-15s" ) Null ( "-" ) Description ( "event name" ) Detail { This is the common name of the event identified by evid. } ; Attribute fm String ( 2 ) Format ( "%-2s" ) Range ( "fm =~ /[cd.][ur.]/" ) Null ( "-" ) Description ( "first motion" ) Detail { This is a two-character indication of first motion. The first character describes first motion seen on short-period channels and the second holds for long-period instruments. Compression (dilation) on a short-period sensor is denoted by c(d) and compression (dilation) on a long-period sensor is denoted by u(r). Empty character positions will be indicated by dots (e.g., '.r'). } ; Attribute foff Integer ( 10 ) Format ( "%10d" ) Range ( "foff >= 0" ) Null ( "NONULL" ) Description ( "byte offset" ) Detail { This is the byte offset of a waveform segment within a data file. It is used when data are multiplexed. See dir and dfile. } ; Attribute grn Integer ( 8 ) Format ( "%8d" ) Range ( "grn > 0" ) Null ( "-1" ) Description ( "geographic region number" ) Detail { This is a geographic region number, as defined by Flinn, Engdahl and Hill (Bull. Seism. Soc. Amer. vol 64, pp. 771-992, 1974). See grname. } ; Attribute grname String ( 40 ) Format ( "%-40s" ) Null ( "NONULL" ) Description ( "geographic region name" ) Detail { This attribute is the common name of a geographic region, as given in Flinn, Engdahl and Hill (Bull. Seism. Soc. Amer., vol 64, pp 771-992, 1974). Names may have changed due to changing political circumstances (e.g., old RHODESIA = new ZIMBABWE). See grn and srname. } ; Attribute hang Real ( 6 ) Format ( "%6.1lf" ) Units ( "Degrees" ) Range ( "hang >= 0.0 && hang <= 360.0" ) Null ( "NONULL" ) Description ( "horizontal angle" ) Detail { This attribute specifies the orientation of the seismometer in the horizontal plane, measured clockwise from North. For a North-South orientation with the seismometer pointing toward the north, hang=0.; for East-West orientation with the seismometer pointing toward the west, hang=270. See vang. } ; Attribute imb Real ( 7 ) Format ( "%7.2lf" ) Null ( "-999.0" ) Description ( "initial estimated mb" ) Detail { This is an analyst's estimate of the body wave magnitude using data from a single station. See iml, ims, magnitude, magtype, mb, ml and ms. } ; Attribute iml Real ( 7 ) Format ( "%7.2lf" ) Null ( "-999.0" ) Description ( "initial estimated ml" ) Detail { This is an analyst's estimate of the local magnitude using data from a single station. See imb, ims, magnitude, magtype, mb, ml and ms. } ; Attribute ims Real ( 7 ) Format ( "%7.2lf" ) Null ( "-999.0" ) Description ( "initial estimated ms" ) Detail { This is an analyst's estimate of surface wave magnitude using data from a single station. See magnitude, magtype, mb, ml, ms, imb and iml. } ; Attribute inid Integer ( 8 ) Format ( "%8d" ) Range ( "inid > 0" ) Null ( "-1" ) Description ( "instrument id" ) Detail { This is a unique key to the instrument relation. Inid provides the only link between sensor and instrument. } ; Attribute insname String ( 50 ) Format ( "%-50s" ) Null ( "-" ) Description ( "instrument name" ) Detail { This is a character string containing the name of the instrument. } ; Attribute instant String ( 1 ) Format ( "%-1s" ) Range ( "instant =~ /y|n/" ) Null ( "NONULL" ) Description ( "(y,n) discrete/continuing snapshot" ) Detail { When this attribute has the value instant = 'y', it means that the snapshot was taken at the time of a discrete procedural change, such as an adjustment of the instrument gain; n means the snapshot is of a continuously changing process, such as calibration drift. This is important for tracking time corrections and calibrations. } ; Attribute instype String ( 6 ) Format ( "%-6s" ) Null ( "-" ) Description ( "instrument code" ) Detail { This character string is used to indicate the instrument type. Some examples are: SRO, ASRO, DWWSSN, LRSM, and S-750. } ; Attribute iphase String ( 8 ) Format ( "%-8s" ) Null ( "-" ) Description ( "reported phase" ) Detail { This eight-character field holds the name initially given to a seismic phase. Standard seismological labels for the types of signals (or phases) are used (e.g., P, PKP, PcP, pP). Both upper and lower case letters are available and should be used when appropriate, for example, pP or PcP. See phase. } ; Attribute jdate YearDay ( 8 ) Format ( "%8d" ) Range ( "jdate == yearday(time)" ) Null ( "-1" ) Description ( "julian date" ) Detail { This attribute is the date of an arrival, origin, seismic recording, etc. The same information is available in epoch time, but the Julian date format is more convenient for many types of searches. Dates B.C. are negative. Note: there is no year = 0000 or day = 000. Where only the year is known, day of year = 001; where only year and month are known, day of year = first day of month. Note: only the year is negated for BC, so Jan 1 of 10 BC is 0010001. See time. } ; Attribute keyname String ( 15 ) Format ( "%-15s" ) Range ( "keyname =~ /arid|chanid|commid|evid|inid/" ) Null ( "NONULL" ) Description ( "id name (arid, orid, etc.)" ) Detail { This attribute contains the actual name of a key whose last assigned numeric value is saved in keyvalue. } ; Attribute keyvalue Integer ( 8 ) Format ( "%8d" ) Range ( "keyvalue > 0" ) Null ( "NONULL" ) Description ( "last value used for that id" ) Detail { This attribute maintains the last assigned value (a positive integer) of the counter for the specified keyname. The number keyvalue is the last counter value used for the attribute keyname. Key values are maintained in the database to ensure uniqueness. } ; Attribute lat Real ( 9 ) Format ( "%9.4lf" ) Units ( "Degrees" ) Range ( "lat >= -90.0 && lat <= 90.0" ) Null ( "-999.0" ) Description ( "estimated latitude" ) Detail { This attribute is the geographic latitude. Locations north of the equator have positive latitudes. } ; Attribute lddate String ( 17 ) Format ( "%-17s" ) Null ( "-" ) Description ( "load date" ) Detail { This is the date and time the record was inserted into the database. } ; Attribute lineno Integer ( 8 ) Format ( "%8d" ) Range ( "lineno > 0" ) Null ( "NONULL" ) Description ( "comment line number" ) Detail { This integer attribute is assigned as a sequence number for multiple line comments. The combination of commid and lineno is unique. } ; Attribute location String ( 32 ) Format ( "%-32s" ) Null ( "-" ) Description ( "apparent location description" ) Detail { This character string describes the location of an event identified from data recorded at a single station. Two examples are Fiji-Tonga and Semipalatinsk. } ; Attribute logat Real ( 7 ) Format ( "%7.2lf" ) Units ( "Log (Nanometers/seconds)" ) Null ( "-999.0" ) Description ( "log(amp/per)" ) Detail { This measurement (logarithm of amplitude/period) of signal size is often reported instead of the amplitude and period separately. This attribute is only filled if the separate measurements are not available. } ; Attribute lon Real ( 9 ) Format ( "%9.4lf" ) Units ( "Degrees" ) Range ( "lon >= -180.0 && lon <= 180.0" ) Null ( "-999.0" ) Description ( "estimated longitude" ) Detail { This attribute is the geographic longitude in degrees. Longitudes are measured positive east of the Greenwich meridian. } ; Attribute magid Integer ( 8 ) Format ( "%8d" ) Range ( "magid > 0" ) Null ( "NONULL" ) Description ( "magnitude id" ) Detail { This key is assigned to identify a network magnitude in the netmag relation. It is required for every network magnitude. Magnitudes given in origin must reference a network magnitude with magid = mbid, mlid or msid, whichever is appropriate. See mbid, mlid, or msid. } ; Attribute magnitude Real ( 7 ) Format ( "%7.2lf" ) Null ( "NONULL" ) Description ( "magnitude" ) Detail { This gives the magnitude value of the type indicated in attribute magtype. It is derived in a variety of ways, which are not necessarily linked directly to an arrival. See imb, iml, ims, magtype, mb, ml and ms. } ; Attribute magtype String ( 6 ) Format ( "%-6s" ) Null ( "NONULL" ) Description ( "magnitude type (ml, ms, mb, etc.)" ) Detail { This character string is used to specify whether the magnitude value represents mb (body wave magnitude), ms (surface wave magnitude), ml (local magnitude) or other appropriate magnitude measure. See imb, iml, ims, magnitude, mb, ml, ms. } ; Attribute mb Real ( 7 ) Format ( "%7.2lf" ) Null ( "-999.0" ) Description ( "body wave magnitude" ) Detail { This is the body wave magnitude of an event. Associated with this attribute is the identifier mbid which points to magid in the netmag relation. The information in that record summarizes the method of analysis and data used. See imb, iml, ims, magnitude, magtype, ml and ms. } ; Attribute mbid Integer ( 8 ) Format ( "%8d" ) Range ( "mbid > 0" ) Null ( "-1" ) Description ( "mb magid" ) Detail { This stores the magid for a record in netmag. Mbid is a foreign key joining origin to netmag where origin. mbid = netmag. magid. See magid, mlid and msid. } ; Attribute ml Real ( 7 ) Format ( "%7.2lf" ) Null ( "-999.0" ) Description ( "local magnitude" ) Detail { This is the local magnitude of an event. Associated with this attribute is the identifier mlid, which points to magid in the netmag relation. The information in that record summarizes the method of analysis and the data used. See imb, iml, ims, magnitude, magtype, mb and ms. } ; Attribute mlid Integer ( 8 ) Format ( "%8d" ) Range ( "mlid > 0" ) Null ( "-1" ) Description ( "ml magid" ) Detail { This stores the magid for a record in netmag. Mlid is a foreign key joining origin to netmag where origin. mlid = netmag. magid. See magid, sid and mbid. } ; Attribute ms Real ( 7 ) Format ( "%7.2lf" ) Null ( "-999.0" ) Description ( "surface wave magnitude" ) Detail { This is the surface wave magnitude for an event. Associated with this attribute is the identifier msid, which points to magid in the netmag relation. The information in that record summarizes the method of analysis and the data used. See imb, iml, ims, magnitude, magtype, mb and ml. } ; Attribute msid Integer ( 8 ) Format ( "%8d" ) Range ( "msid > 0" ) Null ( "-1" ) Description ( "ms magid" ) Detail { This stores the magid for a record in netmag. Msid is a foreign key joining origin to netmag where origin. msid = netmag. magid. See magid, mlid and mbid. } ; Attribute nass Integer ( 4 ) Format ( "%4d" ) Range ( "nass > 0" ) Null ( "-1" ) Description ( "number of associated phases" ) Detail { This attribute gives the number of arrivals associated with the origin. } ; Attribute ncalib Real ( 16 ) Format ( "%16.6lf" ) Units ( "Nanometers/digital count" ) Null ( "NONULL" ) Description ( "nominal calibration" ) Detail { This is the conversion factor that maps digital data to earth displacement. The factor holds true at the oscillation period specified by ncalper. A positive value means ground motion increasing in component direction (up, north, east) is indicated by increasing counts. A negative value means the opposite. Actual calibration for a particular recording is determined using the wfdisc and sensor relations. See calratio. } ; Attribute ncalper Real ( 16 ) Format ( "%16.6lf" ) Units ( "seconds" ) Range ( "ncalper >= 0.0" ) Null ( "-1.0" ) Description ( "nominal calibration period" ) Detail { This attribute is the period for which ncalib is valid. } ; Attribute ndef Integer ( 4 ) Format ( "%4d" ) Range ( "ndef >0 && ndef <= nass" ) Null ( "-1" ) Description ( "number of locating phases" ) Detail { This attribute is the number of arrivals used to locate an event. See timedef. } ; Attribute ndp Integer ( 4 ) Format ( "%4d" ) Range ( "ndp >= 0" ) Null ( "-1" ) Description ( "number of depth phases" ) Detail { This attribute gives the number of depth phases used in calculating depth and/or depdp. See depdp. } ; Attribute net String ( 8 ) Format ( "%-8s" ) Null ( "-" ) Description ( "unique network identifier" ) Detail { This character string is the name of a seismic network. One example is WWSSN. } ; Attribute netname String ( 80 ) Format ( "%-80s" ) Null ( "-" ) Description ( "network name" ) Detail { String containing the name of a network." } ; Attribute nettype String ( 4 ) Format ( "%-4s" ) Null ( "-" ) Description ( "network type, array, local, world-wide, etc." ) Detail { This 4 character string specifies what type of network (ar = array), (lo = local area), (ww = world-wide) for the given value of net. } ; Attribute nsamp Integer ( 8 ) Format ( "%8d" ) Range ( "nsamp > 0" ) Null ( "NONULL" ) Description ( "number of samples" ) Detail { This quantity is the number of samples in a waveform segment. } ; Attribute nsta Integer ( 8 ) Format ( "%8d" ) Range ( "nsta > 0" ) Null ( "-1" ) Description ( "number of stations used" ) Detail { This quantity is the number of stations used to compute the magnitude of the event. } ; Attribute offdate YearDay ( 8 ) Format ( "%8d" ) Range ( "offdate >= 1970000 && offdate <= 2100000" ) Null ( "-1" ) Description ( "Julian off date" ) Detail { This attribute is the Julian Date on which the station or sensor indicated was turned off, dismantled, or moved. See ondate. } ; Attribute ondate YearDay ( 8 ) Format ( "%8d" ) Range ( "ondate >= 1970000 && ondate <= 2100000" ) Null ( "NONULL" ) Description ( "Julian start date" ) Detail { This attribute is the Julian Date on which the station or sensor indicated began operating. Offdate and ondate are not intended to accommodate temporary downtimes, but rather to indicate the time period for which the attributes of the station ( lat, lon, elev ) are valid for the given station code. Stations are often moved, but with the station code remaining unchanged. } ; Attribute orid Integer ( 8 ) Format ( "%8d" ) Range ( "orid > 0" ) Null ( "NONULL" ) Description ( "origin id" ) Detail { Each origin is assigned a unique positive integer which identifies it in a data base. The orid is used to identify one of the many hypotheses of the actual location of the event. } ; Attribute per Real ( 7 ) Format ( "%7.2lf" ) Units ( "Seconds" ) Range ( "per > 0.0" ) Null ( "-1.0" ) Description ( "period" ) Detail { This attribute is the period of the signal described by the arrival record. } ; Attribute phase String ( 8 ) Format ( "%-8s" ) Null ( "-" ) Description ( "associated phase" ) Detail { This field holds the identity of a seismic phase which has been associated to an event. Standard seismological labels for phases are used (e.g., P, PKP, PcP, pP, etc.). Both upper and lower case letters are available and should be used when appropriate, for example, pP or PcP. See iphase. } ; Attribute prefor Integer ( 8 ) Format ( "%8d" ) Range ( "prefor > 0" ) Null ( "-1" ) Description ( "preferred origin" ) Detail { This attribute holds the origin identifier, orid, that points to the preferred origin for a seismic event. } ; Attribute qual String ( 1 ) Format ( "%-1s" ) Range ( "qual =~ /i|e|w/" ) Null ( "-" ) Description ( "signal onset quality" ) Detail { This single-character flag is used to denote the sharpness of the onset of a seismic phase. This relates to the timing accuracy as follows: i (impulsive) - accurate to +/ 0.2 seconds e (emergent) - accuracy between +/ (0.2 to 1.0 seconds) w (weak) - timing uncertain to > 1 second. } ; Attribute rect Real ( 7 ) Format ( "%7.3lf" ) Range ( "rect >= 0.0 && rect <= 1.0" ) Null ( "-1.0" ) Description ( "rectilinearity" ) Detail { This attribute is a measure of signal rectilinearity. The value is obtained from polarization analysis of 3-component data. } ; Attribute refsta String ( 6 ) Format ( "%-6s" ) Null ( "-" ) Description ( "reference station for array members" ) Detail { This string specifies the reference station with respect to which array members are located. See deast, dnorth. } ; Attribute remark String ( 80 ) Format ( "%-80s" ) Null ( "-" ) Description ( "free format comment" ) Detail { This single line of text is an arbitrary comment about a record in the database. The comment is linked to its parent relation only by forward reference from commid in the tuple of the relation of interest. See commid and lineno. } ; Attribute rsptype String ( 6 ) Format ( "%-6s" ) Null ( "NONULL" ) Description ( "response type" ) Detail { Originally, this field characterized the response information specified by the neighboring attribute dir and dfile. However, in JSPC datasets, it is used to indicate the "natural" units for the instrument -- ie, 'A' (acceleration), 'V' (velocity) or 'D' (displacement). } ; Attribute samprate Real ( 11 ) Format ( "%11.7lf" ) Units ( "1/seconds" ) Range ( "samprate > 0.0" ) Null ( "NONULL" ) Description ( "sampling rate in samples/sec" ) Detail { This attribute is the sample rate in samples/second. In the instrument relation this is specifically the nominal sample rate, not accounting for clock drift. In wfdisc, the value may vary slightly from the nominal to reflect clock drift. } ; Attribute sdepth Real ( 9 ) Format ( "%9.4lf" ) Units ( "Kilometers" ) Range ( "sdepth > 0.0" ) Null ( "-1.0" ) Description ( "depth error " ) Detail { This is the maximum error of a depth estimate for a level of confidence given by conf. See smajax, sminax, stx. } ; Attribute sdobs Real ( 9 ) Format ( "%9.4lf" ) Range ( "sdobs > 0.0" ) Null ( "-1.0" ) Description ( "standard error of observation" ) Detail { This attribute is derived from the discrepancies in the arrival times of the phases used to locate an event. It is defined as the square root of the sum of the squares of the time residuals, divided by the number of degrees of freedom. The latter is the number of defining observations (ndef in origin) minus the dimension of the system solved (4 if depth is allowed to be a free variable, 3 if depth is constrained). } ; Attribute seaz Real ( 7 ) Format ( "%7.2lf" ) Units ( "Degrees" ) Range ( "seaz >= 0.0 && seaz < 360.0" ) Null ( "-999.0" ) Description ( "station to event azimuth" ) Detail { This attribute is calculated from the station and event locations. It is measured clockwise from North. } ; Attribute segtype String ( 1 ) Format ( "%-1s" ) Range ( "segtype =~ /A|V|D/" ) Null ( "-" ) Description ( "indexing method" ) Detail { Originally, this attribute indicated if a waveform were o(original), v(virtual), s(segmented) or d(duplicate). However, in JSPC datasets, it indicates the "natural" units of the detector -- 'A' (acceleration), 'V' (velocity), or 'D' (displacement). } ; Attribute slodef String ( 1 ) Format ( "%-1s" ) Range ( "slodef =~ /d|n/" ) Null ( "-" ) Description ( "slowness = defining, non-defining" ) Detail { This one-character flag indicates whether or not the slowness of a phase is d (defining), or n (non-defining) for the origin associated with this arrival. See azdef and timedef. } ; Attribute slores Real ( 7 ) Format ( "%7.2lf" ) Units ( "Seconds/degree" ) Null ( "-999.0" ) Description ( "slowness residual" ) Detail { This attribute gives the difference between an observed slowness and a theoretical prediction. The prediction is calculated for the related phase and event origin described in the record. } ; Attribute slow Real ( 7 ) Format ( "%7.2lf" ) Units ( "Seconds/degree" ) Range ( "slow >= 0.0" ) Null ( "-1.0" ) Description ( "observed slowness (s/deg)" ) Detail { This is the observed slowness of a wave as it sweeps across an array. } ; Attribute smajax Real ( 9 ) Format ( "%9.4lf" ) Units ( "Kilometers" ) Range ( "smajax > 0.0" ) Null ( "-1.0" ) Description ( "semi-major axis of error" ) Detail { This is the length of the semi-major axis of the location error ellipse. It is found by projecting the covariance matrix onto the horizontal plane. The level of confidence is specified by conf. See sdepth, sminax and stx. } ; Attribute sminax Real ( 9 ) Format ( "%9.4lf" ) Units ( "Kilometers" ) Range ( "sminax > 0.0" ) Null ( "-1.0" ) Description ( "semi-minor axis of error" ) Detail { This is the length of the semi-minor axis of the location error ellipse. It is found by projecting the covariance matrix onto the horizontal plane. The level of confidence is specified by conf. See sdepth, smajax and stx. } ; Attribute snr Real ( 10 ) Format ( "%10.2lf" ) Range ( "snr > 0.0" ) Null ( "-1.0" ) Description ( "signal to noise ratio" ) Detail { This is an estimate of the size of the signal relative to that of the noise immediately preceding it. } ; Attribute srn Integer ( 8 ) Format ( "%8d" ) Range ( "srn > 0" ) Null ( "-1" ) Description ( "seismic region number" ) Detail { This is a seismic region number, as given by Flinn, Engdahl and Hill (Bull. Seism. Soc. Amer. vol 64, pp 791-992, 1974). See grn, grname and srname. } ; Attribute srname String ( 40 ) Format ( "%-40s" ) Null ( "NONULL" ) Description ( "seismic region name" ) Detail { This attribute is the common name of a seismic region, as given in Flinn, Engdahl and Hill (Bull. Seism. Soc. Amer., vol 64, pp 771-992, 1974). Names may have changed due to changing political circumstances (e.g., old RHODESIA = new ZIMBABWE). See srn and grname. } ; Attribute sta String ( 6 ) Format ( "%-6s" ) Null ( "-" ) Description ( "station" ) Detail { This is the common code-name of a seismic observatory. Generally only three or four characters are used. } ; Attribute staname String ( 50 ) Format ( "%-50s" ) Null ( "-" ) Description ( "station description" ) Detail { This is the full name of the station whose code-name is in sta. As an example, one record in the site relation connects sta = ANMO to staname = ALBUQUERQUE, NEW MEXICO (SRO). } ; Attribute stassid Integer ( 8 ) Format ( "%8d" ) Range ( "stassid > 0" ) Null ( "-1" ) Description ( "stassoc id" ) Detail { The wavetrain from a single event may be made up of a number of arrivals. A unique stassid joins those arrivals believed to have come from a common event as measured at a single station. Stassid is also the key to the stassoc relation, which contains additional signal measurements not contained within the arrival relation, such as station magnitude estimates and computed signal characteristics. } ; Attribute statype String ( 4 ) Format ( "%-4s" ) Range ( "statype =~ /ss|ar/" ) Null ( "-" ) Description ( "station type: single station, virt. array, etc." ) Detail { This character string specifies the station type. Recommended entries are ss (single station) or ar (array). } ; Attribute stime Real ( 8 ) Format ( "%8.2lf" ) Units ( "Seconds" ) Range ( "stime >= 0.0" ) Null ( "-1.0" ) Description ( "origin time error" ) Detail { This attribute denotes the time uncertainty that accompanies the location. The level of confidence is specified by conf. See smajax, sminax, and sdepth. } ; Attribute strike Real ( 6 ) Format ( "%6.2lf" ) Units ( "Degrees" ) Range ( "strike >= 0.0 && strike < 360.0" ) Null ( "-1.0" ) Description ( "strike of the semi-major axis" ) Detail { This attribute is the strike of the semi-major axis of the location error ellipse, measured in degrees clockwise from North. See smajax. } ; Attribute stt Real ( 15 ) Format ( "%15.4lf" ) Units ( "seconds squared," ) Range ( "stt > 0.0" ) Null ( "-1.0" ) Description ( "covariance matrix element" ) Detail { This is an element of the covariance matrix for the location identified by orid. The covariance matrix is symmetric (and positive definite) so that sxy = syx, etc., (x,y,z,t) refer to latitude, longitude, depth and origin time, respectively. These attributes (together with sdobs, ndef and dtype ) provide all the information necessary to construct the K-dimensional (K=2,3,4) confidence ellipse or ellipsoids at any confidence limit desired. } ; Attribute stx Real ( 15 ) Format ( "%15.4lf" ) Units ( "kilometer-second" ) Range ( "stx > 0.0" ) Null ( "-1.0" ) Description ( "covariance matrix element" ) Detail { This is an element of the covariance matrix for the location identified by orid. The covariance matrix is symmetric (and positive definite) so that sxy = syx, etc., (x,y,z,t) refer to latitude, longitude, depth and origin time, respectively. These attributes (together with sdobs, ndef and dtype ) provide all the information necessary to construct the K-dimensional (K=2,3,4) confidence ellipse or ellipsoids at any confidence limit desired. } ; Attribute sty Real ( 15 ) Format ( "%15.4lf" ) Units ( "kilometer-second" ) Range ( "sty > 0.0" ) Null ( "-1.0" ) Description ( "covariance matrix element" ) Detail { This is an element of the covariance matrix for the location identified by orid. The covariance matrix is symmetric (and positive definite) so that sxy = syx, etc., (x,y,z,t) refer to latitude, longitude, depth and origin time, respectively. These attributes (together with sdobs, ndef and dtype ) provide all the information necessary to construct the K-dimensional (K=2,3,4) confidence ellipse or ellipsoids at any confidence limit desired. } ; Attribute stype String ( 1 ) Format ( "%-1s" ) Range ( "stype =~ /l|r|t|m|g|c/" ) Null ( "-" ) Description ( "signal type" ) Detail { This single-character flag indicates the event or signal type. The following event types are defined: l (local), r (regional), t (teleseismic), m (mixed or multiple), g (glitch), c (calibration activity upsets the date). l, r, and t are supplied by the reporting station, or as an output of post detection processing. g and c come from analyst comment or from the status bits from GDSN and RSTN data. } ; Attribute stz Real ( 15 ) Format ( "%15.4lf" ) Units ( "kilometer-second" ) Null ( "-1.0" ) Description ( "covariance matrix element" ) Detail { This is an element of the covariance matrix for the location identified by orid. The covariance matrix is symmetric (and positive definite) so that sxy = syx, etc., (x,y,z,t) refer to latitude, longitude, depth and origin time, respectively. These attributes (together with sdobs, ndef and dtype ) provide all the information necessary to construct the K-dimensional (K=2,3,4) confidence ellipse or ellipsoids at any confidence limit desired. } ; Attribute sxx Real ( 15 ) Format ( "%15.4lf" ) Units ( "kilometers squared," ) Null ( "-1.0" ) Description ( "covariance matrix element" ) Detail { This is an element of the covariance matrix for the location identified by orid. The covariance matrix is symmetric (and positive definite) so that sxy = syx, etc., (x,y,z,t) refer to latitude, longitude, depth and origin time, respectively. These attributes (together with sdobs, ndef and dtype ) provide all the information necessary to construct the K-dimensional (K=2,3,4) confidence ellipse or ellipsoids at any confidence limit desired. } ; Attribute sxy Real ( 15 ) Format ( "%15.4lf" ) Units ( "kilometers squared," ) Null ( "-1.0" ) Description ( "covariance matrix element" ) Detail { This is an element of the covariance matrix for the location identified by orid. The covariance matrix is symmetric (and positive definite) so that sxy = syx, etc., (x,y,z,t) refer to latitude, longitude, depth and origin time, respectively. These attributes (together with sdobs, ndef and dtype ) provide all the information necessary to construct the K-dimensional (K=2,3,4) confidence ellipse or ellipsoids at any confidence limit desired. } ; Attribute sxz Real ( 15 ) Format ( "%15.4lf" ) Units ( "kilometers squared," ) Null ( "-1.0" ) Description ( "covariance matrix element" ) Detail { This is an element of the covariance matrix for the location identified by orid. The covariance matrix is symmetric (and positive definite) so that sxy = syx, etc., (x,y,z,t) refer to latitude, longitude, depth and origin time, respectively. These attributes (together with sdobs, ndef and dtype ) provide all the information necessary to construct the K-dimensional (K=2,3,4) confidence ellipse or ellipsoids at any confidence limit desired. } ; Attribute syy Real ( 15 ) Format ( "%15.4lf" ) Units ( "kilometers squared," ) Null ( "-1.0" ) Description ( "covariance matrix element" ) Detail { This is an element of the covariance matrix for the location identified by orid. The covariance matrix is symmetric (and positive definite) so that sxy = syx, etc., (x,y,z,t) refer to latitude, longitude, depth and origin time, respectively. These attributes (together with sdobs, ndef and dtype ) provide all the information necessary to construct the K-dimensional (K=2,3,4) confidence ellipse or ellipsoids at any confidence limit desired. } ; Attribute syz Real ( 15 ) Format ( "%15.4lf" ) Units ( "kilometers squared," ) Null ( "-1.0" ) Description ( "covariance matrix element" ) Detail { This is an element of the covariance matrix for the location identified by orid. The covariance matrix is symmetric (and positive definite) so that sxy = syx, etc., (x,y,z,t) refer to latitude, longitude, depth and origin time, respectively. These attributes (together with sdobs, ndef and dtype ) provide all the information necessary to construct the K-dimensional (K=2,3,4) confidence ellipse or ellipsoids at any confidence limit desired. } ; Attribute szz Real ( 15 ) Format ( "%15.4lf" ) Units ( "kilometers squared," ) Null ( "-1.0" ) Description ( "covariance matrix element" ) Detail { This is an element of the covariance matrix for the location identified by orid. The covariance matrix is symmetric (and positive definite) so that sxy = syx, etc., (x,y,z,t) refer to latitude, longitude, depth and origin time, respectively. These attributes (together with sdobs, ndef and dtype ) provide all the information necessary to construct the K-dimensional (K=2,3,4) confidence ellipse or ellipsoids at any confidence limit desired. } ; Attribute tagid Integer ( 8 ) Format ( "%8d" ) Range ( "tagid > 0" ) Null ( "NONULL" ) Description ( "tagname value" ) Detail { This contains the value of a foreign key identified in tagname. For example, if tagname is 'arid', then wftag may be joined to arrival where arrival. arid = wftag. tagid. If tagname is 'orid', then wftag and origin may be joined where origin. orid = wftag. tagid. } ; Attribute tagname String ( 8 ) Format ( "%-8s" ) Range ( "tagname =~ /arid|evid|orid|stassid/" ) Null ( "NONULL" ) Description ( "key (arid, orid, evid, etc.)" ) Detail { This is the name of the foreign key whose value is in tagid. } ; Attribute tapeblock Integer ( 5 ) Format ( "%5d" ) Range ( "tapeblock > 0" ) Null ( "-1" ) Description ( "block number in tape file" ) Detail { This attribute gives the first block (in some file of an ANSI-labeled tape) at which a time series begins. The dearchiving program uses this number to skip blocks within a tape file in order to retrieve the waveform specified. See tapefile. } ; Attribute tapefile Integer ( 5 ) Format ( "%5d" ) Range ( "tapefile > 1" ) Null ( "-1" ) Description ( "tape file number" ) Detail { This attribute gives the file number (on a tape) at which a time-series is written. A tape begins with file 1. This number can be used to skip files when retrieving data from the tape. See tapeblock. } ; Attribute time Time ( 17 ) Format ( "%17.5lf" ) Units ( "Seconds" ) Null ( "-9999999999.999" ) Description ( "epoch time of first sample in file" ) Detail { Epochal time given as seconds and fractions of a second since hour 0 January 1, 1970, and stored in a double precision floating number. Refers to the relation data object with which it is found. E.g., in arrival - arrival time; in origin - origin time; in wfdisc, - start time of data. Where date of historical events is known, time is set to the start time of that date; where the date of contemporary arrival measurements is known but no time is given, then the time attribute is set to the NA value. The double-precision floating point number allows 15 decimal digits. At 1 millisecond accuracy this is a range of 3 years. Where time is unknown, or prior to Feb. 10, 1653, set to the NA value. } ; Attribute timedef String ( 1 ) Format ( "%-1s" ) Range ( "timedef =~ /d|n/" ) Null ( "-" ) Description ( "time = defining, non-defining" ) Detail { This one character flag indicates whether the time of a phase is d (defining), or n (non-defining) for this arrival. See azdef and slodef. } ; Attribute timeres Real ( 8 ) Format ( "%8.3lf" ) Units ( "Seconds" ) Null ( "-999.0" ) Description ( "time residual" ) Detail { This attribute is a travel time residual, measured in seconds. The residual is found by taking the observed arrival time (saved in the arrival relation) of a seismic phase and subtracting the expected arrival time. The expected arrival time is calculated by a formula based on earth velocity model (attribute vmodel ), an event location and origin time (saved in table origin ), the distance to the station (attribute dist in table assoc ), and the particular seismic phase (attribute phase in table assoc ). } ; Attribute tshift Real ( 6 ) Format ( "%6.2lf" ) Units ( "Seconds" ) Null ( "NONULL" ) Description ( "correction of data processing time" ) Detail { This attribute is designed to accommodate discrepancies between actual time and the numerical time written by data recording systems. Actual time is the sum of the reported time plus tshift. } ; Attribute uncertainty Real ( 7 ) Format ( "%7.2lf" ) Range ( "uncertainty > 0.0" ) Null ( "-1.0" ) Description ( "magnitude uncertainty" ) Detail { This is the standard deviation of the accompanying magnitude measurement. } ; Attribute vang Real ( 6 ) Format ( "%6.1lf" ) Units ( "Degrees" ) Range ( "vang >= 0.0 && vang <= 90.0" ) Null ( "NONULL" ) Description ( "vertical angle" ) Detail { This attribute measures the angle between the sensitive axis of a seismometer and the outward-pointing vertical direction. For a vertically oriented seismometer, vang = 0. For a horizontally oriented seismometer, vang =90. See hang. } ; Attribute vmodel String ( 15 ) Format ( "%-15s" ) Null ( "-" ) Description ( "velocity model" ) Detail { This character string identifies the velocity model of the earth used to compute the travel times of seismic phases. These are required for event location (if phase is defining) or for computing travel-time residuals. } ; Attribute volname String ( 6 ) Format ( "%-6s" ) Null ( "-" ) Description ( "tape name" ) Detail { This gives the volume label information for a tape. } ; Attribute wfid Integer ( 8 ) Format ( "%8d" ) Range ( "wfid > 0" ) Null ( "NONULL" ) Description ( "waveform id" ) Detail { The key field is a unique identifier for a segment of digital waveform data. } ; Attribute wgt Real ( 6 ) Format ( "%6.3lf" ) Range ( "wgt >= 0.0 && wgt < 1.0" ) Null ( "-1.0" ) Description ( "location weight" ) Detail { This attribute gives the final weight assigned to the allied arrival by the location program. It is used primarily for location programs that adaptively weight data by their residuals. } ; Relation affiliation Fields ( net sta lddate ) Primary ( sta ) Foreign ( net ) Description ( "Network station affiliations" ) Detail { This is an intermediate relation by which seismic stations may be clustered into networks. } ; Relation arrival Fields ( sta time arid jdate stassid chanid chan iphase stype deltim azimuth delaz slow delslo ema rect amp per logat clip fm snr qual auth commid lddate ) Primary ( sta time ) Alternate ( arid ) Foreign ( stassid chanid commid ) Unique arid Description ( "Summary information on a seismic arrival" ) Detail { Information characterizing a 'seismic phase' observed at a particular station is saved here. Many of the attributes conform to seismological convention and are listed in earthquake catalogs. } ; Relation assoc Fields ( arid orid sta phase belief delta seaz esaz timeres timedef azres azdef slores slodef emares wgt vmodel commid lddate ) Primary ( arid orid ) Foreign ( arid orid commid ) Description ( "Data associating arrivals with origins" ) Detail { This table has information that connects arrivals (i.e., entries in the arrival relation) to a particular origin. It has a composite key made of arid and orid. There are two kinds of measurement data: three attributes are related to the station ( delta, seaz, esaz ), and the remaining measurement attributes are jointly determined by the measurements made on the seismic wave ( arrival ), and the inferred event's origin ( origin ). The attribute sta is intentionally duplicated in this table to eliminate the need for a join with arrival when doing a lookup on station. } ; Relation event Fields ( evid evname prefor auth commid lddate ) Primary ( evid ) Foreign ( commid ) Unique evid Description ( "Event identification" ) Detail { The purpose of this relation is to allow the connection of multiple origins to one event. Prefor points to the preferred origin. } ; Relation gregion Fields ( grn grname lddate ) Primary ( grn ) Description ( "Geographic region" ) Detail { This static relation contains geographic region numbers and their equivalent English representation. (See Flinn et al., BSSA, v64, p2, July, 1974.) } ; Relation instrument Fields ( inid insname instype band digital samprate ncalib ncalper dir dfile rsptype lddate ) Primary ( inid ) Unique inid Description ( "Generic (default) calibration information about a station" ) Detail { This table serves three purposes. It holds nominal one-frequency calibration factors for each instrument. It holds pointers to the nominal frequency-dependent calibration for an instrument. Finally, it holds pointers to the exact calibrations obtained by direct measurement on a particular instrument. See sensor. } ; Relation lastid Fields ( keyname keyvalue lddate ) Primary ( keyname ) Description ( "Counter values (Last value used for keys)" ) Detail { This relation is a reference table from which programs may retrieve the last sequential value of one of the numeric keys. Unique keys are required before inserting a record in numerous tables. The table has exactly one row for each keyname. In the core schema there are just 9 distinct identifier keys: arid, chanid, commid, evid, inid, magid, orid, stassid, wfid. This table will also support application-specific keys as needed. Users are encouraged to use the dbgetcounter library routine to obtain a counter value. } ; Relation netmag Fields ( magid net orid evid magtype nsta magnitude uncertainty auth commid lddate ) Primary ( magid ) Foreign ( evid net orid commid ) Unique magid Description ( "Network magnitude" ) Detail { This table summarizes estimates of network magnitudes of different types for an event. Each network magnitude has a unique magid. Station magnitudes used to compute the network magnitude are in the relation stamag. } ; Relation network Fields ( net netname nettype auth commid lddate ) Primary ( net ) Foreign ( commid ) Description ( "Network description and identification" ) Detail { This relation gives general information about seismic networks. See affiliation. } ; Relation origerr Fields ( orid sxx syy szz stt sxy sxz syz stx sty stz sdobs smajax sminax strike sdepth stime conf commid lddate ) Primary ( orid ) Foreign ( commid ) Description ( "Summary of confidence bounds in origin estimations" ) Detail { The error estimates associated with the parameters in the origin relation are saved in this table. The measurement attributes are the elements of the location covariance matrix. The descriptive attributes, which are more meaningful, describe the uncertainities in location, depth and origin time. These quantities are calculated from the covariance matrix, assuming gaussian errors and a confidence level conf. } ; Relation origin Fields ( lat lon depth time orid evid jdate nass ndef ndp grn srn etype depdp dtype mb mbid ms msid ml mlid algorithm auth commid lddate ) Primary ( time lat lon depth ) Alternate ( orid ) Unique orid Foreign ( evid commid ) Description ( "Data on event location and confidence bounds" ) Detail { Information describing a derived or reported origin for a particular event is stored in this table. } ; Relation remark Fields ( commid lineno remark lddate ) Primary ( commid lineno ) Description ( "Comments" ) Detail { This relation may be used to store free-form comments that embellish records of other relations. The commid field in many relations refers to a tuple in the remark table. If commid is null (-1) in a tuple of any other relation, there are no comments stored for that tuple. } ; Relation sensor Fields ( sta chan time endtime inid chanid jdate calratio calper tshift instant lddate ) Primary ( sta chan time endtime ) Foreign ( inid chanid ) Description ( "Specific calibration information for physical channels" ) Detail { This table provides a record of updates in the calibration factor or clock error of each instrument, and links a sta/chan/time to a complete instrument response in the relation instrument. } ; Relation site Fields ( sta ondate offdate lat lon elev staname statype refsta dnorth deast lddate ) Primary ( sta ondate offdate ) Description ( "Station location information" ) Detail { Site names and describes a point on the earth where seismic measurements are made ( e.g. the location of a seismic instrument or array). It contains information that normally changes infrequently, such as location. In addition, site contains fields to describe the offset of a station relative to an array reference location. Global data integrity implies that the sta/ondate in site be consistent with the sta/chan/ondate in sitechan. } ; Relation sitechan Fields ( sta chan ondate chanid offdate ctype edepth hang vang descrip lddate ) Primary ( chanid ) Unique chanid Description ( "Station-channel information" ) Detail { This relation describes the orientation of a recording channel at the site referenced by sta. This relation provides information about the various channels (e.g. sz, lz, iz ) that are available at a station and maintains a record of the physical channel configuration at a site. } ; Relation sregion Fields ( srn srname lddate ) Primary ( srn ) Description ( "Seismic region" ) Detail { This is a static relation containing seismic region numbers and their equivalent English names. (See Flinn et al., BSSA, v64, p2, July, 1974.) } ; Relation stamag Fields ( magid sta arid orid evid phase magtype magnitude uncertainty auth commid lddate ) Primary ( magid sta ) Foreign ( arid orid evid commid ) Description ( "Station magnitude" ) Detail { This table summarizes station magnitude estimates based upon measurements made on specific seismic phases. See netmag. } ; Relation stassoc Fields ( stassid sta etype location dist azimuth lat lon depth time imb ims iml auth commid lddate ) Primary ( stassid ) Foreign ( commid ) Unique stassid Description ( "Arrivals from a single station grouped into an event" ) Detail { This table defines the group of phases seen at a single station from the same event. } ; Relation wfdisc Fields ( sta chan time wfid chanid jdate endtime nsamp samprate calib calper instype segtype datatype clip dir dfile foff commid lddate ) Primary ( sta chan time endtime ) Alternate ( wfid ) Unique wfid Foreign ( commid chanid ) Description ( "Waveform file header and descriptive information" ) Detail { This relation provides a pointer (or index) to waveforms stored on disk. The waveforms themselves are stored in ordinary disk files called wfdisc or.w files, containing only a sequence of sample values (usually in binary representation). } ; Relation wftag Fields ( tagname tagid wfid lddate ) Primary ( tagname tagid wfid ) Description ( "Waveform mapping file" ) Detail { The wftag relation links various identifiers, e.g. origin id, arrival id, stassoc id, to waveform id. All of the linkages could be determined indirectly using sta, chan and time. However, it is more efficient to predetermine them. } ; Relation wftape Fields ( sta chan time wfid chanid jdate endtime nsamp samprate calib calper instype segtype datatype clip dir dfile volname tapefile tapeblock commid lddate ) Primary ( sta chan time endtime ) Alternate ( wfid ) Foreign ( chanid commid ) Description ( "Waveform tape file header and descriptive information" ) Detail { This relation provides a pointer or index to waveforms that have been archived on official Center archive tapes. This is a companion relation to wfdisc. } ; # The following add a couple of tables for handling seed volumes. # Added by danq Spring 1993 Attribute seedstart String ( 22 ) Format ( "%-22s" ) Null ( "-" ) Description ( "Seed format time string" ) ; Attribute seedend String ( 22 ) Format ( "%-22s" ) Null ( "-" ) Description ( "Seed format time string" ) ; Attribute longword Integer ( 4 ) Format ( "%4d" ) Null ( "-" ) Description ( "Seed format code for byteswapping" ) ; Attribute shortword Integer ( 2 ) Format ( "%2d" ) Null ( "-" ) Description ( "Seed format code for byteswapping" ) ; Attribute seedformat String ( 50 ) Format ( "%-50s" ) Null ( "-" ) Description ( "Seed data format name" ) ; Relation seedformat Fields ( sta chan seedstart seedend longword shortword seedformat ) Primary ( sta chan seedstart seedend ) Description ( "Seed information lost in conversion to css" ) Detail { Conversion from seed to css necessarily throws away some information. This table is actually used to save that information from the headers in order to use it for reading headerless seed volumes (birdseed). } ; Attribute volume String ( 10 ) Format ( "%-10s" ) Null ( "-" ) Description ( "Seed volume name" ) ; Attribute fileno Integer ( 6 ) Format ( "%6d" ) Null ( "-" ) Description ( "tape file number" ) ; Relation seedindex Fields ( volume fileno sta time endtime lddate ) Primary ( volume fileno ) Description ( "Seed volume index" ) ; # The following add the moment and centroid relations # Added by Dave Allen, Spring 1993 Attribute coterr Real ( 5 ) Format ( "%5.1lf" ) Description ( "Standard error in origin time") Detail { Standard error in orgin time of centroid location; in seconds."} ; Attribute claerr Real ( 5 ) Format ( "%5.1lf" ) Description (" Standard error in latitude") Detail { Standard error in latitude of centroid location; in kilometers. } ; Attribute cloerr Real ( 5 ) Format ( "%5.1lf" ) Description ("Standard error in longitude") Detail { Standrd error in longitude of centroid location; in kilometers."} ; Attribute cdperr Real ( 5 ) Format ( "%5.1lf" ) Description ("Standard error in depth") Detail { Standard error in depth of centroid location; in kilometers."} ; Attribute durat Real ( 5 ) Format ( "%5.1lf" ) Description ("Source half-duration") Detail { "Half-duration of source; inceconds."} ; Attribute nslpb Integer ( 3 ) Format ( "%3d" ) Description ("Number of stations providing LP body waves") Detail { Number of stations supplying mantle wave records. Refers to number of stations used in inversion. (There may be several records per station -see nrlpb.)."} ; Attribute nrlpb Integer ( 3 ) Format ( "%3d" ) Description ("Number of records providing LP body waves") Detail { Number of mantle wave records. The number of records used in inversion. See also nslpb."} ; Attribute tmnlpb Real ( 5 ) Format ( "%5.1lf" ) Description ("Cut-off period for mantle waves") Detail { Minimum period used in mantle wve inversion. The cut-off period of the low pass flter app;oed before inversion. in seconds."} ; Attribute nsmw Integer ( 3 ) Format ( "%3d" ) Description ("Number of Staions Supplying Mantle Wave Records") Detail { Refers to number of stations used in inversion. (There may be several records per station - see nrmw.)} ; Attribute nrmw Integer ( 3 ) Format ( "%3d" ) Description ("Number of records providing mantle waves") Detail { "The number of records used in inversion. See also nsmw."} ; Attribute tmnmw Real ( 5 ) Format ( "%5.1lf" ) Description ("Minimum Period Used in Body-Wave Inversion") Detail { The cut-off period of the low pass filter applied before inversion. In seconds."} ; Attribute mexpon Integer ( 3 ) Format ( "%3d" ) Description ("Exponent of values below") Detail { Exponet of Moment Scale Factor; The power of 10 by which scalar moment (bestdc) or moment tensor components (mrr, mtt, etc.) and their corresponding errors are to be multiplied to give their actual values. As an example, if mexpon=17 and bestdc=1.3, then the scalar moment is given by 1.3x10**17 N.-m."} ; Attribute mrr Real ( 5 ) Format ( "%5.2lf" ) Description ("components..") Detail { Moment Tensor Components; Given in a spherical coordinate system - for conventions and conversion to a Cartesian (x,y,z) system, see Aki & Richards, 1980,p. 118). In units given by mexpon (which see)."} ; Attribute mtt Real ( 5 ) Format ( "%5.2lf" ) Description ("of..") Detail { Moment Tensor Components; Given in a spherical coordinate system - for conventions and conversion to a Cartesian (x,y,z) system, see Aki & Richards, 1980,p. 118). In units given by mexpon (which see)."} ; Attribute mff Real ( 5 ) Format ( "%5.2lf" ) Description ("moment..") Detail { Moment Tensor Components; Given in a spherical coordinate system - for conventions and conversion to a Cartesian (x,y,z) system, see Aki & Richards, 1980,p. 118). In units given by mexpon (which see)."} ; Attribute mrt Real ( 5 ) Format ( "%5.2lf" ) Description ("tensor.") Detail { Moment Tensor Components; Given in a spherical coordinate system - for conventions and conversion to a Cartesian (x,y,z) system, see Aki & Richards, 1980,p. 118). In units given by mexpon (which see)."} ; Attribute mrf Real ( 5 ) Format ( "%5.2lf" ) Description ("..") Detail { Moment Tensor Components; Given in a spherical coordinate system - for conventions and conversion to a Cartesian (x,y,z) system, see Aki & Richards, 1980,p. 118). In units given by mexpon (which see)."} ; Attribute mtf Real ( 5 ) Format ( "%5.2lf" ) Description ("..") Detail { Moment Tensor Components; Given in a spherical coordinate system - for conventions and conversion to a Cartesian (x,y,z) system, see Aki & Richards, 1980,p. 118). In units given by mexpon (which see)."} ; Attribute mrrerr Real ( 5 ) Format ( "%5.2lf" ) Description ("Standard error in mrr") Detail { Moment Tensor Components; Given in a spherical cooridnate system - for conventions and conversion to a Cartesian (x,y,z) system, see Aki & Richards, 1980, p. 118). In units given by mexpon (which see)."} ; Attribute mtterr Real ( 5 ) Format ( "%5.2lf" ) Description ("Standard error in mtt") Detail { Moment Tensor Components; Given in a spherical cooridnate system - for conventions and conversion to a Cartesian (x,y,z) system, see Aki & Richards, 1980, p. 118). In units given by mexpon (which see)."} ; Attribute mfferr Real ( 5 ) Format ( "%5.2lf" ) Description ("Standard error in mff") Detail { Moment Tensor Components; Given in a spherical cooridnate system - for conventions and conversion to a Cartesian (x,y,z) system, see Aki & Richards, 1980, p. 118). In units given by mexpon (which see)."} ; Attribute mrterr Real ( 5 ) Format ( "%5.2lf" ) Description ("Standard error in mrt") Detail { Moment Tensor Components; Given in a spherical cooridnate system - for conventions and conversion to a Cartesian (x,y,z) system, see Aki & Richards, 1980, p. 118). In units given by mexpon (which see)."} ; Attribute mrferr Real ( 5 ) Format ( "%5.2lf" ) Description ("Standard error in mrf") Detail { Moment Tensor Components; Given in a spherical cooridnate system - for conventions and conversion to a Cartesian (x,y,z) system, see Aki & Richards, 1980, p. 118). In units given by mexpon (which see)."} ; Attribute mtferr Real ( 5 ) Format ( "%5.2lf" ) Description ("Standard error in mtf") Detail { Moment Tensor Components; Given in a spherical cooridnate system - for conventions and conversion to a Cartesian (x,y,z) system, see Aki & Richards, 1980, p. 118). In units given by mexpon (which see)."} ; Attribute taxval Real ( 6 ) Format ( "%6.2lf" ) Description ("Length of T-axis vector") Detail { Length of Tension Axis Vector; Obtained by rotation of the moment tensor into the principal axes system. Units given by mexpon. See also taxval, taxazm."} ; Attribute taxplg Real ( 5 ) Format ( "%5.1lf" ) Description ("Plunge of T-axis") Detail { Tension Azis Azimuth and Plunge; In fplane, as determined. In moment, obtained by rotation of the moment tensor into the principal axes system. Associated with the largest (in the absolute sense) negative eigenvalue. In degrees, for conventions see Aki & Richards (1980)."} ; Attribute taxazm Real ( 5 ) Format ( "%5.1lf" ) Description ("Azimuth of P-axis vector") Detail { Tension Azis Azimuth and Plunge; In fplane, as determined. In moment, obtained by rotation of the moment tensor into the principal axes system. Associated with the largest (in the absolute sense) negative eigenvalue. In degrees, for conventions see Aki & Richards (1980)."} ; Attribute paxazm Real ( 5 ) Format ( "%5.1lf" ) Description ("Azimuth of P-axis vector") Detail { Compression Axis Azimuth and Plunge; In fplane, as determined. In moment, obtained by rotation of the largestt positve eigenvalue. In degrees, for conventions see Aki & Richards (1980).} ; Attribute paxplg Real ( 5 ) Format ( "%5.1lf" ) Description ("Plunge of P-axis vector") Detail { Compression Axis Azimuth and Plunge; In fplane, as determined. In moment, obtained by rotation of the largestt positve eigenvalue. In degrees, for conventions see Aki & Richards (1980).} ; Attribute paxval Real ( 5 ) Format ( "%5.2lf" ) Description ("Length of P-axis vector") Detail { Length of Compressional Axis Vector; Obtained by rotation of the moment tensor into the principal axes system. Units given by mexpon (which see).} ; Attribute naxval Real ( 5 ) Format ( "%5.2lf" ) Description ("Length of N(null)-axis vector") Detail { Length of Null-Axis Vector; Obtained by rotation of the moment tensor into the principal axes system. Units given by mexopon (which see).} ; Attribute naxplg Real ( 5 ) Format ( "%5.1lf" ) Description ("Plunge of N-axis vector") Detail { Null Axis Azimuth and Plunge; Obtained by rotation of the moment tensor into the principal axes system. Associated with the small intermediate eigen value. In degrees, for conventions see Aki & Richards (1980).} ; Attribute naxazm Real ( 5 ) Format ( "%5.1lf" ) Description ("Azimuth of N-axis vector") Detail { Null Axis Azimuth and Plunge; Obtained by rotation of the moment tensor into the principal axes system. Associated with the small intermediate eigen value. In degrees, for conventions see Aki & Richards (1980).} ; Attribute bestdc Real ( 5 ) Format ( "%5.2lf" ) Description ("Moment of best-fitting double couple") Detail { Best Double Couple; If the moment tensor T and P eigenvalues are s1 and s2, respectively, then the scalar siesmic moment is defined as bestdc = (s1+s2)/2. Given in units of mexpon (which see).} ; Attribute str1 Real ( 5 ) Format ( "%5.1lf" ) Description ("Strike of first nodal plane") Detail { Strike of First Nodal Plane; In degrees (for sign conventions see Aki and Richards, 1980, p. 106). In fplane, as determied. In moment, refers to best-fitting double couple (see bestdc). } ; Attribute str2 Real ( 5 ) Format ( "%5.1lf" ) Description ("Strike of second nodal plane") Detail { Strike of Second Nodal Plane; In degrees (for sign conventions see Aki and Richards, 1980, p. 106). In fplane, as determied. In moment, refers to best-fitting double couple (see bestdc). } ; Attribute dip1 Real ( 5 ) Format ( "%5.1lf" ) Description ("Dip of first nodal plane") Detail { Dip of First Nodal Plane; In degrees (for sign conventions see Aki and Richards, 1980, p. 106). In fplane, as determied. In moment, refers to best-fitting double couple (see bestdc). } ; Attribute dip2 Real ( 5 ) Format ( "%5.1lf" ) Description ("Dip of second nodal plane") Detail{ Dip of second Nodal Plane; In degrees (for sign conventions see Aki and Richards, 1980, p. 106). In fplane, as determied. In moment, refers to best-fitting double couple (see bestdc). } ; Attribute rake1 Real ( 6 ) Format ( "%6.1lf" ) Description ("Rake of First Nodal Plane") Detail { Slip of First and Second Nodal Planes; In degrees (for sign conventions see Aki and Richards, 1980, p. 106). In fplane, as determied. In moment, refers to best-fitting double couple (see bestdc). } ; Attribute rake2 Real ( 6 ) Format ( "%6.1lf" ) Description ("Rake of Second Nodal Plane") Detail { Slip of First and Second Nodal Planes; In degrees (for sign conventions see Aki and Richards, 1980, p. 106). In fplane, as determied. In moment, refers to best-fitting double couple (see bestdc). } ; Attribute dused String ( 10 ) Format ( "%-10s" ) Description ("name") Detail { Type of Data Used in Inversion; A character string giving the type(s) of data used to determine centroid location or moment tensor (e.g., "GDSN, GDSN+IDS," etc.). Case = upper} ; Attribute timecentryd Time ( 15 ) Format ( "%15.3lf" ) Units ( "Seconds" ) Null ( "-9999999999.999" ) Description ( "epoch time of first sample in file" ) Detail { Epoch time. Epochal time given as seconds and fractions of a second since hour 0 January 1, 1970, and stored in a double precision floating number. Refers to the relation data object with which it is found. E.g., in arrival - arrival time; in origin - origin time; in wfdisc, - start time of data. Where date of historical events is known, time is set to the start time of that date; where the date of contemporary arrival measurements is known but no time is given, then the time attribute is set to the NA value. The double-precision floating point number allows 15 decimal digits. At 1 millisecond accuracy this is a range of 3 years. Where time is unknown, or prior to Feb. 10, 1653, set to the NA value. } ; Relation centryd Fields ( orid jdate timecentryd lat lon depth coterr claerr cloerr cdperr durat nslpb nrlpb tmnlpb nsmw nrmw tmnmw dused auth commid lddate ) Primary ( orid ) Foreign ( commid lddate ) Description ( "Information on the centroid location" ) Detail { Contains information on the 'centroid' location. Designed mainly to accommodate such locations given in USGS monthly summary and supplied to the USGS by Harvard. For more information see the USGS monthly listing for July, 1981. and Determination of Earthquake Source Parameters from Waveform Data for Studies of Global and Regional Seismicity by A. M. Dziewonski, T. A. Chou, and J. H. Woodhouse., J.Geoyhys.Res., 86, 2825-2852. 1981. The index attribute is orid. } ; Relation moment Fields ( orid mexpon mrr mtt mff mrt mrf mtf mrrerr mtterr mfferr mrterr mrferr mtferr taxval taxplg taxazm paxval paxplg paxazm naxval naxplg naxazm bestdc str1 dip1 rake1 str2 dip2 rake2 dused auth commid lddate ) Primary ( orid ) Foreign ( commid lddate rake1 rake2 ) Description ( "Describes the moment tensor for a given origin." ) Detail { Describes the moment tensor obtainded for a given orgin. Designed mainly to accommodate this in the form given in the USGS monthly summaries, described in more detail in the July 1981 monthly summary and in Determination of Earthquake Source Parameters for Studies of Global and Regional Seismicity by A. M. Dziewonski, T. A. Chou, and J. H. Woodhouse., J.Geoyhys.Res., 86, 2825-2852. 1981. The index attribute is orid. } ; Attribute edid Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) Description ( "edit id" ) Range ( "edid 0" ) Detail { Each wfedit record is assigned a unique positive integer identifying it. } ; Attribute probtype String ( 8 ) Format ( "%-8s" ) Null ( "-" ) Description ( "problem type id" ) Detail { Each wfedit record is assigned an eight character string identifying the alleged problem associated with the specified waveform data. } ; Attribute edittype String ( 8 ) Format ( "%-8s" ) Null ( "-" ) Description ( "edittype id" ) Detail { Edit type identifier. Each edit is assigned an eight character string identifying the suggested processing to be applied to ameliorate the problem. } ; Relation wfedit Fields ( sta chan edid time endtime probtype edittype auth commid lddate ) Primary ( sta chan time endtime ) Alternate ( edid ) Foreign ( commid ) Unique edid Description ( "Describes a waveform edit" ) Detail { Specifies a time slice for which a specified waveform has a problem, identified by the probtype field. } ; Attribute decifac Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) Range ( "decifac > -1" ) Description ( "decimation factor" ) Detail { The decimation factor of the input sample rate for digital filters. } ; Attribute gcalib Real ( 10 ) Format ( "%10.6lf" ) Null ( "0.0" ) Range ( "gnom > 0.0" ) Description ( "correction to scale factor" ) Detail { This is the correction to the nominal scaling factor of this stage. gnom multiplied by gcalib yields the exact scale factor for the stage. gcalib is dimensionless. } ; Attribute gnom Real ( 10 ) Format ( "%10.3lf" ) Null ( "0.0" ) Range ( "gnom > 0.0" ) Description ( "nominal scaling factor" ) Detail { This is the nominal scaling factor of this stage. It can have units associated with it if the stage is a sensor or have no units if the stage is a filter or amplifier. } ; Attribute gtype String ( 20 ) Format ( "%-20s" ) Null ( "-" ) Description ( "stage type (seismometer,A/D,FIR filter,...)" ) Detail { This is the description of the stage such as seismometer, A/D, FIR filter, IIR filter, preamplifier, .... } ; Attribute gunits String ( 16 ) Format ( "%-16s" ) Null ( "-" ) Description ( "units of stage (e.g. V/m/sec, counts/volt, ...)" ) Detail { This is the units which are appropriate for the stage. For a seismometer the units may be V/m/sec of V/cm/sec, for a analog-to-digital converter the units will be counts/V. } ; Attribute izero Integer ( 8 ) Format ( "%8d" ) Null ( "0" ) Range ( "0 <= izero <= ncoef" ) Description ( "index of FIR coeff. for 0th sample" ) Detail { Index within fir coefficients corresponding to the 0th sample. This is needed for asymetric FIR filters, or filters that are causal. } ; Attribute leadfac Real ( 11 ) Format ( "%11.7lf" ) Null ( "0.0" ) Range ( "leadfac > 0.0" ) Description ( "leading factor" ) Detail { This factor is used to correct the situation of using a 24-bit A/D converter and storing the data in a 4 byte word. If the data are stored in the lower 3 bytes of the 4 byte word then leadfac=1.0 If the data are stored in the high bytes then it will be a large factor which is divided from gnom. } ; Attribute stageid Integer ( 8 ) Format ( "%8d" ) Null ( "NONULL" ) Range ( " 0 < stageid " ) Description ( "stage number in the calibration response" ) Detail { The ordered stage number of this discrete stage in the calibration response. Each individual stage corresponds to a sensor, analog filter, A/D converter, or FIR filter. The numbering scheme for a seismic system will generally assign stageid=1 for the sensor, stageid=2 for the anti-alias filter, stageid=3 for the analog-to-digital converter, stageid=4 for the first FIR filter, ... } ; Attribute stream Integer ( 8 ) Format ( "%8d" ) Null ( "-1" ) Range ( "none" ) Description ( "stream number" ) Detail { The data stream identification number. Many dataloggers with internal digital signal processors can generate multiple data streams with different filtering and and/or sample rates using the same sensor as an input. This number is used in the calibration relation. } ; Attribute ssident String ( 16 ) Format ( "%-16s" ) Null ( "-" ) Description ( "identifier (sensor ser no/sw revision)" ) Detail { This is the serial number of the sensor, the software revision level, or other identifier. } ; Attribute units String ( 12 ) Format ( "%-12s" ) Null ( "-" ) Description ( "units of calib (e.g. nm, nm/sec, ...)" ) Detail { This is the units which the calibration are measured. Normally the units are nm for displacement data, nm/sec for velocity data, nm/sec**2 for acceleration data. } ; Relation calibration Fields ( sta chan time endtime stream calib calper units lddate ) Primary ( sta chan time endtime ) Description ( "Station-Channel calibration parameters" ) Detail { This table provides a record of updates in the calibration of a station-channel for a specific time interval are provided here. There is one entry for each calibration period. Calib, calper, and units are given for the complete system response. } ; Relation stage Fields ( sta chan time endtime stageid ssident gnom gunits gcalib gtype izero decifac samprate leadfac dir dfile lddate ) Primary ( sta chan time endtime stageid ) Description ( "filter stage calibration parameters" ) Detail { Information characterizing an individual stage of the total calibration of a station-channel. Stageid provides the specific ordering in the system response for the stage. gnom, gcalib, and gunits are given for the stage. Combining all records having the same sta-chan-time will provide calib in the calibration table. This table can describe analog or digital stages. Each record provides pointers to files which contain the actual poles/zeros or digital filter coefficients. } ; } ; Attribute gunits String ( 16 ) Format ( "%-16s" ) Null ( "-" ) Description ( "units of stage (e.g. V/m/sec, counts/volt, ...)" ) Detail { This is the units which are appropriate for the stage. For a seismometer thsw/data/tables/taup_ttimes/kyrghyz.hed 664 30023 156 433650 5424055555 13622  +9$@Q:l4~V ????????????@????????@@@????????@@@????@@@????@@@????@@@*!My 8{W4m MV{) Lx 7zV3l LUzx888WWW8WW   WWWr p??} ?@??@?ح`?Bc?A?@4`?=y@?9?4@?.@?@?? ??ټ?ٳ1?٨Z?ٛ?ٌ?|@? ?ؽ?\g??ך?9S`?ן?t_`?@?ժ.?@? ?Ǻ?ԗ?M??r6`?@?`?^`?\?S`?B ?*: ??ݓ@?Ч`?А@?gW? ?%??????H?h?r?쓑@?? ?f@?t?-I?+@?'+@?? ? ?5?R?^?澎 ?/?攻`?{ր?`p?[\`?$?U?埗?P ?`?^?d? ?K?B/? ?`?≗?:???} ?@??@?ح`??կ@?r`?`?v?8 ? ??߀?s?H??i/??ݧӀ?ݞe?݄@?]@?-? ?ܴ`?m?$@?ָ?ۄ ?.?إ?ڀ?'Z?@?? ??ټ?ٳ1?٨Z?ٛ?ٌ?|@? ?ؽ?\g??ך?9S`?ן?t_`?@?ժ.?ա,@?Ղ`?G`?@? ?Ǻ?ԗ?M??r6`?@?`?[??Ka?-?ŀ?Ѽ?^`?\?S`?B ?*: ??ݓ@?Ч`?А@?gW?N`?K?% vC@uRn `y iijn`qu|vzV!" " j`A"$?@ABCDEFGGHIJKLMNOOPQRSTUVWXYZ[\]^_`abccdefghijklmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmp0?cؾ ?s@?}?`?@??;@?? ?^?`?I? ?3$???ր?0?@??y`?D? ?@?G?Ӱ`?M`?`??f? ?`?`?>N`?` ?{??ؠ?-? ??v?΄?{?1-??@? ?_M??3?`? ? ?"?&?x ?c?Pq?: ?#@? r`???W`?(@?9@?H??V ?e?_? ? ??_?<3 ?WY?l2 ?}k ?v ?@???? ??@? ? ?I ?s?/ ?s??úv?\??Ŧ>?[A???ȇK?D?| ?ʙ?!΀?˕y?@?$ ?O|?kڠ?}r?̆ ?̉?#Q?ͦh??Ε ?7@?M= ?r`?" ?N`?gW?А@?Ч`?ݓ@??*: ?B ?S`?\?^`?ŀ?`?@?r6`??M?ԗ?Ǻ? ?@?G`?ա,@?ժ.?@?t_`?ן?9S`?ך??\g?ؽ? ?|@?ٌ?ٛ?٨Z?ٳ1?ټ?? ??@?'Z?ڀ?إ?.?ۄ ?ָ?$@?m?ܴ`? ?-?]@?݄@?ݧӀ??i/??H?s?߀?I?.@?4@?9?=y@?@4`?A?Bc??8 ?v?ح`?@??@?} ??ָ?$@?m?ܴ`? ?-?]@?݄@?ݞe?ݧӀ??i/??H?s?߀?I?$@?+?.?.@?4@?9?=y@?@4`?A?Bc?}`?)? ?? ?8 ?v?`?r`?կ@??ح`?@??@?} ??cؾ ?s@?}?`?@??;@?? ?^?`?I? ?3$???ր?0?@??y`?D? ?@?G?Ӱ`?M`?`??f? ?`?`?>N`?` ?{??ؠ?-? ??v?΄?{?1-??@? ?_M??3?`? ? ?"?&?x ?c?Pq?: ?#@? r`???W`?(@?9@?H??V ?e?_? ? ??_?<3 ?WY?l2 ?}k ?v ?@???? ??@? ? ?I ?s?/ ?s??úv?\??Ŧ>?[A???ȇK?D?| ?ʙ?!΀?˕y?@?$ ?O|?kڠ?}r?̆ ?̉??#Q?g?ͦh???D@`?oW ?Ε ?θf@?ֿ ?7@??7?+?7?AW?H ?K?M= ?r`?" ?N`?gW?А@?Ч`?ݓ@??*: ?B ?S`?\?^`?ŀ?`?@?r6`??M?ԗ?Ǻ? ?@?G`?ժ.?@?t_`?ן?9S`?ך??\g?ؽ? ?|@?ٌ?ٛ?٨Z?ٳ1?ټ?? ??@?'Z?ڀ?إ?.?ۄ ?ָ?$@?m?ܴ`? ?-?]@?݄@?ݞe?ݧӀ??i/??H?s?߀?I?.@?4@?9?=y@?@4`?A?Bc? ?? ?8 ?v?r`?ح`?@??@?} ???≗?`? ?B/?K?@? ?d?^?`?P ?埗?U?$?[\`?_G?`p?{ր?攻`?/?澎 ?^?R?5? ? ??'+@?+@?-I?`?C}`?t?f@? ??쓑@?r?h?dc? ?H??????_G?`p?{ր?攻`?/?澎 ?^?R?5? ? ??'+@?+@?-I?~?@?!s?r֠?9??g@?c`? Ơ?[)?ꬍ ?`?OS?렶? ?C}`?c@?ot?s?t?f@? ??쓑@?r?h?=@?1?}`?ʺ?`?dc?8`? ?J`??@??4?H??????{?&?@?̉?M= ?^`?`?@?ժ.?@?߀?.@?Bc??ح`??{?&?@?̉?M= ?^`?`?@?ժ.?@?߀?.@?Bc??ح`??K? ?[\`?`p?-I?t?h?H?0P PKPdf PKPab P P Pn Pb Pg PKiKP pPKPdf pPKPab pP pP pPn pPb pPg sPKPdf sPKPab sP sP sPn sPb sPg pPKiKP sPKiKP PcP ScP SKPdf SKPab SKiKP PKKPdf PKKPab SKKPdf SKKPab P'P'df P'P'ab PP PP PnPn PbPb PgPg S SKSdf SKSac S S S Sn Sb Sg pSKSdf pSKSac pS pS sSKSdf sSKSac sS sS sS sSn sSb sSg ScS PcS PKSdf PKSab PKKSdf PKKSab SKKSdf SKKSac S'S'df S'S'ac SS SS SS SnSn SbSb SgSg SP SP SPn SPg PS PS PnS PgS ?&?@?`?ժ.?.@?ح`?&?@?`?ժ.?.@?ح`?&?@?`?ժ.?.@?ح`?&?&?&?&?@?`?ժ.?.@?ح`?&?M= ?? ?`p?t?H?&?M= ??&?M= ?? ?`p?t?H?&?&?&?&?M= ?? ?`p?t?H?M= ?`?ժ.?ح`?M= ?`?ժ.?ح`??{?@?^`?@?@?Bc??&?{?@?^`?@?@?Bc??{?@?^`?@?@?Bc??&?&?@?@?{?@?&?{?@?{?@?{?@?^`?@?@?Bc???{?̉?߀?K?[\`?-I?h??{?̉?߀??{?̉?߀?K?[\`?-I?h??M= ?@?{?@?{?@?{?̉?{?̉?߀?K?[\`?-I?h??^`?@?@??^`?@?@?@ !TD-@ay?xGr?=pN?׳?ʛǐ?IL`6@ !TD-@ay?xGr?=pN?׳?ʛǐ?IL`6@ !TD-@ay?xGr?=pN?׳?ʛǐ?IL`6@ !TD-@]P@!TD-@L@!TD-@I8^@!TD-@ay@ xGr?=pN?糵?ڛǐ?IL`6@ !TD-@'q5h'?>v?#qx?;=xw?ڑ*8pX?x$ⅅ?JG1ժ@ !TD-@'q5h'?>v?#qx@ !TD-@'q5h'?>v?#qx?;=xw?ڑ*8pX?x$ⅅ?JG1ժ@ !TD-@]P@!TD-@I8^@!TD-@S $@!TD-@'q5h'@ >v?#qx?;=xw?*8pX?x$ⅅ?JG1ժ@a34?ϚLh?H?I)@a34?ϚLh?H?I)?!@n1?өsũ? Ҳ?mI?37^= @ay?!@n1?өsũ? Ҳ?mI?37^= ?!@n1?өsũ? Ҳ?mI?37^= @ay@ay?xGr? ?V-f%ݎ@ Z}7@]P@ [;@ӥ{@ .vq@9a@!@n1?sũ? Ҳ?mI?37^> ?C?2h?ѕ$?FW?֭y?MGj?( = ?C?2h?ѕ$?8ꢁ'?C?2h?ѕ$?FW?֭y?MGj?( = ?>v? ?V-f%ݎ@ Z}7@ .vq@9a@ fKq?2h@ C@2h?ѕ$?FW?y?MGj?( > ?{}'T?+w?Ft?8|?{}'T?+w?Ft?8|*Vs8bk{!My 8d{1:JQW '.4`CKR`gm 6My,4;IPV_gw{)Ur7ajz Lx 7cz09IPV &-3_BJQ_fl 5Lx+3:HOU^fvz? ?!΀?M= ?N`?gW?А@?Ч`?ݓ@??B ?ŀ?`?@?r6`??M?Ǻ?ա,@?@?t_`?ן?9S`??\g?ؽ? ?|@?ٌ?ٛ?ٳ1??i/?I?.@?9?8 ?v?ح`???cؾ ?s@?}?`?@??;@?? ?^?`?I? ?3$???ր?0?@??y`?D? ?@?G?Ӱ`?M`?`??f? ?`?`?>N`?` ?{??ؠ?-? ??v?΄?{?&?x ?c?Pq?#@??W`?(@?9@?H??V ?e?_? ? ??_?<3 ?WY?l2 ?}k ?v ?@???? ??@?@? ? ?I ?s?/ ?s??úv?\??Ŧ>?[A???ȇK?D?| ?ʙ?!΀?˕y?$ ?̉?#Q?ͦh??Ε ?7@?M= ?r`?" ?N`?gW?А@?Ч`?ݓ@??*: ?B ?S`?\?^`?`?@?r6`??M?ԗ?Ǻ? ?@?ժ.?t_`?9S`??ؽ? ?|@?ٌ?ٛ?٨Z?ٳ1?ټ?? ??@?.@?4@?9?=y@?@4`?A?Bc?ح`?@??@?} ??cؾ ?s@?}?`?@??;@?? ?^?`?I? ?3$???ր?0?@??y`?D? ?@?G?Ӱ`?M`?`?f?`?` ?΄?1-??@? ?_M??3?`? ? ?"?&?cؾ ?s@?}?`?@??;@?? ?^?`?I? ?3$???ր?0?@??y`?D? ?@?G?Ӱ`?M`?`??f? ?`?`?>N`?` ?{??ؠ?-? ??v?΄?{?&?x ?c?Pq?#@??W`?(@?9@?H??V ?e?_? ? ??_?<3 ?WY?l2 ?}k ?v ?@???? ??@?@? ? ?I ?s?/ ?s??úv?\??Ŧ>?[A???ȇK?D?| ?ʙ?!΀?˕y?$ ?̉?#Q?ͦh??Ε ?7@?M= ?r`?" ?N`?gW?А@?Ч`?ݓ@??*: ?B ?S`?\?^`?`?@?r6`??M?ԗ?Ǻ? ?@?ժ.?t_`?9S`??ؽ? ?|@?ٌ?ٛ?٨Z?ٳ1?ټ?? ??@?.@?4@?9?=y@?@4`?A?Bc?ح`?@??@?} ??cؾ ?s@?}?`?@??;@?? ?^?`?I? ?3$???ր?0?@??y`?D? ?@?G?Ӱ`?M`?`??f? ?`?`?>N`?` ?{??ؠ?-? ??v?΄?{?&?x ?c?Pq?#@??W`?(@?9@?H??V ?e?_? ? ??_?<3 ?WY?l2 ?}k ?v ?@???? ??@?@? ? ?I ?s?/ ?s??úv?\??Ŧ>?[A???ȇK?D?| ?ʙ?!΀?˕y?$ ?̉?#Q?ͦh??Ε ?7@?M= ?r`?" ?N`?gW?А@?Ч`?ݓ@??*: ?B ?S`?\?^`?`?@?r6`??M?ԗ?Ǻ? ?@?ժ.?t_`?9S`??ؽ? ?|@?ٌ?ٛ?٨Z?ٳ1?ټ?? ??@?.@?4@?9?=y@?@4`?A?Bc?ح`?@??@?} ??cؾ ?s@?}?`?@??;@?? ?^?`?I? ?3$???ր?0?@??y`?D? ?@?G?Ӱ`?M`?`?f?`?` ?΄?1-??@? ?_M??3?`? ? ?"?&?cؾ ?s@?}?`?@??;@?? ?^?`?I? ?3$???ր?0?@??y`?D? ?@?G?Ӱ`?M`?`?f?`?` ?΄?1-??@? ?_M??3?`? ? ?"?&?s@?`???^?`? ??ր?? ?M`??3?x ?c?Pq?: ?#@? r`???W`?(@?9@?H??V ?e?_? ? ??_?<3 ?WY?l2 ?}k ?v ?@???? ??@?}?? ? ??@? ?? ?x ?Pq?: ?#@? r`???W`?(@?9@?H??V ?e?_? ? ??_?<3 ?WY?}k ?@?? ?@?cؾ ?s@?}?`?@??;@?? ?^?`?I? ?3$???ր?0?@??y`?D? ?@?G?Ӱ`?M`?`??f? ?`?`?>N`?` ?{??ؠ?-? ??v?΄?{?&?x ?c?Pq?: ?#@? r`???W`?(@?9@?V ?e?_? ? ?<3 ?l2 ?v ???@?cؾ ?s@?}?`?@??;@?? ?^?`?I? ?3$???ր?0?@??y`?D? ?@?G?Ӱ`?M`?`?f?`?` ?΄?1-??@? ?_M??3?`? ? ?"?&?cؾ ?s@?}?`?@??;@?? ?^?`?I? ?3$???ր?0?@??y`?D? ?@?G?Ӱ`?M`?`??f? ?`?`?>N`?` ?{??ؠ?-? ??v?΄?{?&?x ?c?Pq?: ?#@? r`???W`?(@?9@?H??e?_? ? ??WY?v ???@?cؾ ?s@?}?`?@??;@?? ?^?`?I? ?3$???ր?0?@??y`?D? ?@?G?Ӱ`?M`?`??f? ?`?`?>N`?` ?{??ؠ?-? ??v?΄?{?&?x ?c?Pq?: ?#@? r`???W`?(@?9@?H??V ?e?_??_?<3 ?WY?l2 ??@?cؾ ?s@?}?`?@??;@?? ?^?`?I? ?3$???ր?0?@??y`?D? ?@?G?Ӱ`?M`?`??f? ?`?`?>N`?` ?{??ؠ?-? ??v?΄?{?&?x ?c?Pq?#@??W`?(@?9@?H??V ?e?_? ? ??_?<3 ?WY?l2 ?}k ?v ?@???? ??@?@? ? ?I ?s?/ ?s??úv?\??Ŧ>?[A???ȇK?D?| ?ʙ?!΀?˕y?$ ?̉?#Q?ͦh??Ε ?7@?M= ?r`?" ?N`?gW?А@?Ч`?ݓ@??*: ?B ?S`?\?^`?`?@?r6`??M?ԗ?Ǻ? ?@?ժ.?t_`?9S`??ؽ? ?|@?ٌ?ٛ?٨Z?ٳ1?ټ?? ??@?.@?4@?9?=y@?@4`?A?Bc?ح`?@??@?} ????ָ? ?-?]@?ݞe???I? ? ?8 ?v?r`???≗? ?@?d?^?`?P ?埗?U?$?_G?{ր?攻`?/?澎 ?R? ??`?C}`?t? ?dc? ?H???cؾ ?s@?}?`?@??;@?? ?^?`?I? ?3$???ր?0?@??y`?D? ?@?G?Ӱ`?M`?`??f? ?`?`?>N`?` ?{??ؠ?-? ??v?΄?{?&?x ?c?Pq?: ?#@? r`???W`?(@?9@?H??V ?e?_? ?<3 ?@?I ?/ ?s??úv?\??Ŧ>?[A???ȇK?D?| ?ʙ?!΀?˕y?@?$ ?O|?kڠ?}r?̆ ?̉?M= ?r`?" ?N`?А@??^`?ŀ?`?@?r6`??M?Ǻ?G`?ժ.?@?t_`?ן?9S`?ך??\g?ؽ? ?|@?@?'Z?ڀ?إ?.?ۄ ?ָ?$@?m?ܴ`? ?-?]@?݄@?ݧӀ??i/??H?s?߀??v??≗?`? ?B/?K? ?^?P ?埗?U?$?[\`?`p?{ր?攻`?/?澎 ?^?R?5? ? ??'+@?+@?-I?t?f@? ??쓑@?r?h?H??????cؾ ?s@?}?`?@??;@?? ?^?`?I? ?3$???ր?0?@??y`?D? ?@?G?Ӱ`?M`?`??f? ?`?`?>N`?` ?{??ؠ?-? ??v?΄?{?&?x ?c?Pq?: ?#@? r`???W`?(@?9@?H??V ?e?_? ?<3 ?@?I ?/ ?s??úv?\??Ŧ>?[A???ȇK?D?| ?ʙ?!΀?˕y?@?$ ?O|?kڠ?}r?̆ ?̉?M= ?r`?" ?N`?А@??^`?ŀ?`?@?r6`??M?Ǻ?G`?ժ.?@?t_`?ן?9S`?ך??\g?ؽ? ?|@?@?'Z?ڀ?إ?.?ۄ ?ָ?$@?m?ܴ`? ?-?]@?݄@?ݧӀ??i/??H?s?߀??8 ??cؾ ?s@?}?`?@??;@?? ?^?`?I? ?3$???ր?0?@??y`?D? ?@?G?Ӱ`?M`?`??f? ?`?`?>N`?` ?{??ؠ?-? ??v?΄?{?&?x ?c?Pq?: ?#@? r`???W`?(@?9@?H??V ?e?_? ?<3 ?@?I ?/ ?s??úv?\??Ŧ>?[A???ȇK?D?| ?ʙ?!΀?˕y?@?$ ?O|?kڠ?}r?̆ ?̉?M= ?r`?" ?N`?А@??^`?ŀ?`?@?r6`??M?Ǻ?G`?ժ.?@?t_`?ן?9S`?ך??\g?ؽ? ?|@?@?'Z?ڀ?إ?.?ۄ ?ָ?$@?m?ܴ`? ?-?]@?݄@?ݧӀ??i/??H?s?߀??v??≗?`? ?B/?K? ?^?P ?埗?U?$?[\`?`p?{ր?攻`?/?澎 ?^?R?5? ? ??'+@?+@?-I?t?f@? ??쓑@?r?h?H??????`?? ?ր?D?`?x ?Pq?#@??W`?9@?V ?_?_? ?/ ??úv?\??Ŧ>?[A???ȇK?D?| ?ʙ?!΀?˕y?@?O|?̉??#Q?g?ͦh???D@`?oW ?Ε ?θf@?ֿ ?7@??7?+?7?AW?H ?K?M= ?}?? ? ??@? ?? ?x ?Pq?: ?#@? r`???W`?(@?9@?H??V ?e?_? ? ??_?<3 ?WY?}k ?@?? ?@?cؾ ?s@?}?`?@??;@?? ?^?`?I? ?3$???ր?0?@??y`?D? ?@?G?Ӱ`?M`?`??f? ?`?`?>N`?` ?{??ؠ?-? ??v?΄?{?&?x ?c?Pq?: ?#@? r`???W`?(@?9@?V ?e?_? ? ?<3 ?l2 ?v ???@?cؾ ?s@?}?`?@??;@?? ?^?`?I? ?3$???ր?0?@??y`?D? ?@?G?Ӱ`?M`?`??f? ?`?`?>N`?` ?{??ؠ?-? ??v?΄?{?&?x ?c?Pq?: ?#@? r`???W`?(@?9@?H??V ?e?_??_?<3 ?WY?l2 ??@?cؾ ?s@?}?`?@??;@?? ?^?`?I? ?3$???ր?0?@??y`?D? ?@?G?Ӱ`?M`?`??f? ?`?`?>N`?` ?{??ؠ?-? ??v?΄?{?&?x ?c?Pq?: ?#@? r`???W`?(@?9@?H??V ?e?_? ??WY?@? ?s?/ ?s??úv?\??Ŧ>?[A???ȇK?D?| ?ʙ?!΀?˕y?@?$ ?O|?kڠ?}r?̆ ?̉?cؾ ?s@?}?`?@??;@?? ?^?`?I? ?3$???ր?0?@??y`?D? ?@?G?Ӱ`?M`?`??f? ?`?`?>N`?` ?{??ؠ?-? ??v?΄?{?&?x ?c?Pq?: ?#@? r`???W`?(@?9@?H??V ?e?_? ?<3 ?@?I ?/ ?s??úv?\??Ŧ>?[A???ȇK?D?| ?ʙ?!΀?˕y?@?$ ?O|?kڠ?}r?̆ ?̉?M= ?r`?" ?N`?А@??^`?ŀ?`?@?r6`??M?Ǻ?G`?ժ.?@?t_`?ן?9S`?ך??\g?ؽ? ?|@?@?'Z?ڀ?إ?.?ۄ ?ָ?$@?m?ܴ`? ?-?]@?݄@?ݧӀ??i/??H?s?߀??v??≗?`? ?B/?K? ?^?P ?埗?U?$?[\`?`p?{ր?攻`?/?澎 ?^?R?5? ? ??'+@?+@?-I?t?f@? ??쓑@?r?h?H??????M= ?r`?" ?N`?А@?ݓ@?*: ?S`?^`?`?@?r6`??M?ԗ?Ǻ?@?ժ.?@?t_`?ן?9S`?ך?\g?ؽ? ?|@?ٌ?ٛ?٨Z?ټ? ?@?ح`?@?@??M= ?r`?" ?N`?А@?ݓ@?*: ?S`?^`?`?@?r6`??M?ԗ?Ǻ?@?ժ.?@?t_`?ן?9S`?ך?\g?ؽ? ?|@?ٌ?ٛ?٨Z?ټ? ?@?ح`?@?@??} ????͐&??l+7?/ ?ğW?&@)?|ZFj?BeيiI? ³*?Ѷnk9?ap?eemy?0?ER?$K=?G?oNQ?D|4?rLF3 ?/.Hu?ߠe?]f? XuC?<)?޶ dk?ފg?d5Y?B߿/X?&:չD?X*Ov??0?Y5?Ι ?L/?ݽ+1K?ݶR?ݱ렀kO?ݮc?ݫ'S?ݩE?ݧ?ݦHk ?ݦ:mU? :?em?dow?*?.+?0?o8x?1[#?`NWC?lQrR?"l}?]?tbb?cfj?ҳO?pՑ??ё0 ?ф JV?ze[?s>:E?n'9ҷo?k;!O?jKf?4{n??4 ?@V?j8?ćA&?âY'-?¿Q?w?}O6?kB?b|5?jH8?c+?? x?{'n?ʋ(p?#ď+?_(4G?ړX?X//&?]#/?7>i!?P~(z?37-*?#xs?FP?$]?O9?b?X0?VugT??6c?A ;܉?$[~m?7?8<f?=9~?[9?ID?}?z m~?x6KO?w|o?w,LA?v3?vJ^zV?v҃p?u񕌁?u/?u(wx?]t.D?[::X1?Y4=z?Xfߝ@?X'v,?W?W=z?(RS\h?S?vi>̵EV>\!@>?V*dI?U}O?S ?Plqa?K>;6?FB,!,??Oj%?7#?-̱)?#KS?Nƒ? oh(?Nr?TiQ?߽[?ߝtw?{2y?YC0?5{?S z?F$H?fv?ޫ{?ދS8+?m>f<-?QJ?8]#?!>?D??ւ_?ݦ~#?ݎ5f?w X1?a`?N4n?<?-jnjd?z?y ?+? m?@<?\H? :???͐&??l+7?/ ?ğW?&@)?|ZFj?BeيiI? ³*?Ѷnk9?ap?eemy?0?ER?$K=?G?oNQ?D|4?rLF3 ?/.Hu?ߠe?]f? XuC?<)?޶ dk?ފg?d5Y?B߿/X?&:չD?X*Ov??0?Y5?Ι ?L/?ݽ+1K?ݶR?ݱ렀kO?ݮc?ݫ'S?ݩE?ݧ?ݦHk ?ݦ:mU? :?em?dow?*?.+?0?o8x?1[#?`NWC?lQrR?"l}?]?tbb?cfj?ҳO?pՑ??ё0 ?ф JV?ze[?s>:E?n'9ҷo?k;!O?jKf?4{n??4 ?@V?j8?ćA&?âY'-?¿Q?w?}O6?kB?b|5?jH8?c+?? x?{'n?ʋ(p?#ď+?_(4G?ړX?X//&?]#/?7>i!?P~(z?37-*?#xs?FP?$]?O9?b?X0?VugT??6c?A ;܉?$[~m?7?8<f?=9~?[9?ID?}?z m~?x6KO?w|o?w,LA?v3?vJ^zV?v҃p?u񕌁?u/?u(wx?]t.D?[::X1?Y4=z?Xfߝ@?X'v,?W?W=z?(RS\h?S?vi>̵EV>\!@>???͐&??l+7?/ ?ğW?&@)?|ZFj?BeيiI? ³*?Ѷnk9?ap?eemy?0?ER?$K=?G?oNQ?D|4?rLF3 ?/.Hu?ߠe?]f? XuC?<)?޶ dk?ފg?d5Y?B߿/X?&:չD?X*Ov??0?Y5?Ι ?L/?ݽ+1K?ݶR?ݱ렀kO?ݮc?ݫ'S?ݩE?ݧ?ݦHk ?ݦ:mU? :?em?dow?*?.+?0?o8x?1[#?`NWC?lQrR?"l}?]?tbb?cfj?ҳO?pՑ??ё0 ?ф JV?ze[?s>:E?n'9ҷo?k;!O?jKf?4{n??4 ?@V?j8?ćA&?âY'-?¿Q?w?}O6?kB?b|5?jH8?c+?? x?{'n?ʋ(p?#ď+?_(4G?ړX?X//&?]#/?7>i!?P~(z?37-*?#xs?FP?$]?O9?b?X0?VugT??6c?A ;܉?$[~m?7?8<f?=9~?[9?ID?}?z m~?x6KO?w|o?w,LA?v3?vJ^zV?v҃p?u񕌁?u/?u(wx?]t.D?[::X1?Y4=z?Xfߝ@?X'v,?W?W=z?(RS\h?S?vi>̵EV>\!@>?V*dI?U}O?S ?Plqa?K>;6?FB,!,??Oj%?7#?-̱)?#KS?Nƒ? oh(?Nr?TiQ?߽[?ߝtw?{2y?YC0?5{?S z?F$H?fv?ޫ{?ދS8+?m>f<-?QJ?8]#?!>?D??ւ_?ݦ~#?ݎ5f?w X1?a`?N4n?<?-jnjd?z?y ?+? m?@<?\H? :?V*dI?U}O?S ?Plqa?K>;6?FB,!,??Oj%?7#?-̱)?#KS?Nƒ? oh(?Nr?TiQ?߽[?ߝtw?{2y?YC0?5{?S z?F$H?fv?ޫ{?ދS8+?m>f<-?QJ?8]#?!>?D??ւ_?ݦ~#?ݎ5f?w X1?a`?N4n?<?-jnjd?z?y ?+? m?@<?\H? :?ϴz?΄?W%z?9?нh1?вX6?Ц(?Йw?ЊcW?t ?^}գX?G,颿?-_%?_p?T\?Ϲl%`M?ρW\?GY.-? T#?OO*?΁76O?+a)?2My?l̤?ў]?̓2??˚ʹV?)?ʻO(?t `ؾ?6$w?)^?ܛ>[&?ɷl?ɛ]R?ɂod\?mV?\.,?Om=?DRy?KgH?H r? P?ڡk?t‚?C?\jf?GSW4? ?K?dl?@|#?!7P?l?gy~?ݢ߂5?ͻk?&?嵻'?)d?奱< ?#u?_m?h] ?/oD?Gq?WI?QL@2?p?ݔU?jFv? fh?Jm?yCR?6m-?ᯨ[.?*’*t?w?B4?c>?ݬv3X?܎1A?\ͦ?[3?ثq?-N+??R?=ʬ?֍?b[?HZ?;XL?G?4?Io[?DT?鯈OM?Yh)?Hݽ?lݮ8?]E*`?P]o5*?Ej-f?=n?6 ܩ?0f?+]d?(}=?%?$ٱDl?"*?"`,?!悼 ?!Uu?ip?tW0 ?CWF?``6?̼#?Y`rER?؜N?EL d?aȖ_?( L?e&S?C<7? .?F? F?߼^??t$?9V? Bg?D^ ?rE?]???͐&??l+7?/ ?ğW?&@)?|ZFj?BeيiI? ³*?Ѷnk9?ap?eemy?0?ER?$K=?𝐡G?oNQ?D|4?rLF3 ?/.Hu?e?]f? XuC?<)? dk?g?d5Y?B߿/X?&:չD?X*Ov??0?Y5?Ι ?L/?+1K?R?렀kO?c?'S?E??Hk ?:mU? :?em?dow?*?.+?0?o8x?1[#?`NWC?lQrR?"l}?]?tbb?cfj?⳯O?pՑ??0 ? JV?ze[?s>:E?n'9ҷo?k;!O?jKf?4{n??4 ?@V?j8?ԇA&?ӢY'-?ҿQ?w?}O6?kB?b|5?jH8?c+??İ x?è{'n?ʋ(p?#ď+?_(4G?ړX?X//&?]#/?7>i!?P~(z?37-*?#xs?FP?$]?O9?b?X0?VugT??6c?A ;܉?$[~m?7?8<f?=9~?[9?ID?}? m~?6KO?|o?,LA?3?J^zV?҃p?񕌁?/?(wx?mt.D?k::X1?i4=z?hfߝ@?h'v,?g?g=z?8RS\h?(S?vi>̵EV>\!@>!?:U?%?g~x?*;?ϼ?!q?y9nx?@"?z?.Sc?|?h?5Zu?@-?ԛkeB?XM]?z'!?Q<>?)F%?NΧ?ZYL?†" ?楑nn??s-?^o?M?=mO?0 ?$Ţy?ZI^?_{ݤ ? E-t?T7ۄ?1;?GBє?b?]"?SF?O? 0b g?g? %Ww?f?娍Xa?aD?ˑN?SX?[˂!5?FUbh? !?L"?uW ?*βDv?᪎c28??Spv+?9LD?M'@?ᎆV?GNay?h??j?@̐d?G?߈̍?v>?|S=T?Q`h?p?k?R~t$?TcQ?=?ڴ/B#?3?Ċgu?gh?,?ֽR\?ؿ닳)?ؤ:?ؓ؍?؉5-?؃ED?؂MIoZ\?ֹ"포?L&x?y$q?՜J0?0Sxn?qU;*?c/?Q?^kal?ьz[?h5?(x ?;adV??̦6?ˮ!+g`?ʲ# ?K9.?{?ɨ?!U?O 04?ń"Sn?ĿjO?L?M3`?¹m˽8?`?'?zNѹw?[g?]V?YO?=J?4T?MӾ?`@̾??>9?ћ?tФ?:y?]?]r?2.?Z-(?Q zK?Au~.A?|]??L?j-j?R? ?[L?i ? V?O9u?V?][ύ?%7 /?돽N?s5N?Z>r??>?>?EA`L?_i?,&?ށ#f?!qp?g??41PZ?ܪ?B@>C>?:U?%?g~x?*;?ϼ?!q?y9nx?@"?z?.Sc?|?h?5Zu?@-?ԛkeB?XM]?z'!?Q<>?)F%?NΧ?ZYL?†" ?楑nn??s-?^o?M?=mO?0 ?$Ţy?ZI^?_{ݤ ? E-t?T7ۄ?1;?GBє?b?]"?SF?O? 0b g?g? %Ww?f?娍Xa?aD?ˑN?SX?[˂!5?FUbh? !?L"?uW ?*βDv?᪎c28??Spv+?9LD?M'@?ᎆV?GNay?h??j?@̐d?G?߈̍?v>?|S=T?Q`h?p?k?R~t$?TcQ?=?ڴ/B#?3?Ċgu?gh?,?ֽR\?ؿ닳)?ؤ:?ؓ؍?؉5-?؃ED?؂MIoZ\?ֹ"포?L&x?y$q?՜J0?0Sxn?qU;*?c/?Q?^kal?ьz[?h5?(x ?;adV??̦6?ˮ!+g`?ʲ# ?K9.?{?ɨ?!U?O 04?ń"Sn?ĿjO?L?M3`?¹m˽8?`?'?zNѹw?[g?]V?YO?=J?4T?MӾ?`@̾??>9?ћ?tФ?:y?]?]r?2.?Z-(?Q zK?Au~.A?|]?H`)A?cC}4}?:U?%?g~x?*;?ϼ?!q?y9nx?@"?z?.Sc?|?h?5Zu?@-?ԛkeB?XM]?z'!?Q<>?)F%?NΧ?ZYL?†" ?楑nn??s-?^o?M?=mO?0 ?$Ţy?ZI^?_{ݤ ? E-t?T7ۄ?1;?GBє?b?]"?SF?O? 0b g?g? %Ww?f?娍Xa?aD?ˑN?SX?[˂!5?FUbh? !?L"?uW ?*βDv?᪎c28??Spv+?9LD?M'@?ᎆV?GNay?h??j?@̐d?G?߈̍?v>?|S=T?Q`h?p?k?R~t$?TcQ?=?ڴ/B#?3?Ċgu?gh?,?ֽR\?ؿ닳)?ؤ:?ؓ؍?؉5-?؃ED?؂MIoZ\?ֹ"포?L&x?y$q?՜J0?0Sxn?qU;*?c/?Q?^kal?ьz[?h5?(x ?;adV??̦6?ˮ!+g`?ʲ# ?K9.?{?ɨ?!U?O 04?ń"Sn?ĿjO?L?M3`?¹m˽8?`?'?zNѹw?[g?]V?YO?=J?4T?MӾ?`@̾??>9?ћ?tФ?:y?]?]r?2.?Z-(?Q zK?Au~.A?|]??L?j-j?R? ?[L?i ? V?O9u?V?][ύ?%7 /?돽N?s5N?Z>r??>?>?EA`L?_i?,&?ށ#f?!qp?g??41PZ?ܪ?B@>C>?߇?N1ޤ?޻ѡp?ޯ:?ޠz?ތ(f?rgL?S5S7?7 А ?¿n?BʏC?͂41?ݞjkO?k=Sn?5 ?dU?-\?܊?<_'?5??۪S ?u!%π?6l?KN?ڭ6?e%V?>Mu?AQ3?}nme??\kp?B0c?)ۛq?>}m%?ʆ?w?;Wh?vw?]HZ:? a '?ֽL?ֺ:'Fd?ֹ"포?1к?ȺAI?Ÿ'~?׸a?׫j+?כ7?׊=/n?s{%J?[8v?@ J-4?$?@\S;?EܳP??v?ֶw|?֜ ۖ?|ݽ?Z ?6qE?Gq?t&?ռ6I?Վz@?aieW?@aJ6?'΄?$Z?KgH?H r? P?ڡk?t‚??G?4?Io[?DT?鯈OM?Yh)?Hݽ?lݮ8?]E*`?P]o5*?Ej-f?=n?6 ܩ?0f?+]d?(}=?%?$ٱDl?"*?"`,?!悼 ?!Uu?ip?tW0 ?CWF?``6?̼#?Y`rER?؜N?EL d?aȖ_?( L?e&S?C<7? .?F? F?߼^??t$?9V? Bg?D^ ?rE?]?1@x!?`?7pc?yI\9?>c&?u??ԍi-??1?Yf?#d?籙V?QgN?b'*?Y)?*r?AI0`?[C?T?u?lm ?|Rz?>Ҡ'?Zc?Ai?C8?ΤV?)E'Cn?eF?DS]?b2p??켃$[&?#1Ȃ?춚|?A?쳕$?^1&?체ԛ?!eRw?똌yh?jJ?a^?6P}? +?xd[?vB(??nz?ug?dύg?$t?h+n?5?-?8IC(H??㉁l@?@Jn?I@/?0?<y?~F?iU]?N?Z?jލV?lY?ލ ?ݱ %?$纈?6t?R!P?ڠk? ]Na?)F%?NΧ?ZYL?†" ?nn??s-?^o?M?=mO?0 ?$Ţy?ZI^?_{ݤ ? E-t?T7ۄ?1;?GBє?b?]"?SF?O? 0b g?g? %Ww?f?Xa?aD?ˑN?SX?[˂!5?FUbh? !?L"?uW ?*βDv?᪎c28??Spv+?9LD?M'@?񎆓V?GNay?h??j?@̐d?G?̍?v>?|S=T?Q`h?p?k?R~t$?TcQ?=?/B#?3?Ċgu?gh?,?ֽR\?닳)?褦:?蓌؍?5-?ED?MIoZ\?"포?L&x?y$q?J0?0Sxn?qU;*?c/?Q?^kal?z[?h5?(x ?;adV??ܦ6?ۮ!+g`?ڲ# ?K9.?{?ɨ?!U?O 04?Մ"Sn?ԿjO?L?M3`?ҹm˽8?`?'?zNѹw?[g?]V?ϱYO?ν=J?4T?MӾ?`@̾??>9?ћ?tФ?:y?ɏ]?]r?2.?njZ-(?Q zK?Au~.A?Ă|]??L?j-j?R? ?[L?i ? V?O9u?V?][ύ?%7 /?돽N?s5N?Z>r??>?>?EA`L?_i?,&?ށ#f?!qp?g??41PZ?ܪ?C>!?[[v?8OO?ٲaR#H?FZm_?شѼf?%P?v= ?%՜?L]?(U8?MM?kɄn?C7h?ђ;!Z?3?U8@?Г?Ĩ'gv???Gω{?;E]M?v*ą?EQ?\ ?n-?MW?o,?qɚ?L ?X>@\?/W-7 @Ev a{j!;ؠ@\m?',m@l߉- @;z wTb/Ogc?SKV?t$t@"sS@s4WB?e?l P@Y <@>E,[v-W:J?DBB?`pjoG@S6L|Ȃ.p?q2a?'<@^xX@HH.P@(?ٙE3?"1Ii@T"O  fF\Qq?"Ͳ?ܺ0  @C o@%w?HsV? @EE"z4??@+e"ݨ?Ad#?|"BE@sCP2#@s#1voV?D{{2?{ŗ@st/Us$(hN??}N?ϊʒQ@s-1,s.Z/?9ڎZq?ϔŚǧ@sm[s:9G@s> n?5;?ϛu@sF༫@sTXx ?1L@<?ϤxK^@s_y\sr$j?0X?Ϭ /6@sݍ\H@s ?ގ?ɩg5@s2;NsX#C?#n?ϰE/,\@t4D9?·cSk?)aaj@v0]@ )viI1?Ͽ|K0i?7@vʟEĸ@>U]Thw'zͩ ?Yܡ?m֟wi@wtCYg@';Ox,$b?7tn?|~q@xb ΰ@.Eø8yQ$˂ ?+D?Ѐ1@y]~Ӷq@0[%pz{B!?*h?4@z|!I@8U:"D`|L+gD?iĠ/:?31S@|Cf7@AtP~i05?ﴂ2?0x/I@~, s@FD4uR?jh?>(@W ^%8@JGC܀?ͺ'Zq?DP Q@L*M@TX0lM?P^"B?ѡKI@[;@Uz|8lڨ?+3?U"zO$@5}Y@`PRZ?4iģ6y?9C@ Z@b@LC0s7?Lc?҆g@@#=`@gVH`:?`d?ӿ47@ }0;>@ncʄ `9؅s?2B?~3@[@rluPLF~N?oD?ҳ_n)@ #p%@twk.?,)@@i2j6?ʟ6?@<@I`X@Y_Ĩc>n?ʃ0 o?Y @F]@<@gcW?\yS?~<@i@ߔn6y[?(d^?Ӳ\;,@K@=^@)HF!C?ȸa?}]Rh@>i6@ICK?Y{ZN?/@ǼQ?p@,`8.,?_?PZJS@GRڴbx?ل5j?ێ5@% R}H??A)O[p6?ҾD@gv8@3TڻkeO?x?]f@hG10@_#4fBsdAv?G8?֦}@p x@e8zvEVo?D)+ ?(NO@vbo@bQF5J%?Wt"8?-z2@|e}3@jcnj(?ɧی?BǦ@ @h/Ld??)`?=d @?H@h(77Z?ȉ t?ԽAU,f@ZRq@uI}&s:c?11?FG@&@v\y97??)C?q!@sM1@ygM?QE?ӑWbx@n @Ddw(g=?P ?.@@ m?y>?}2 y@I'@=yrVd?$\?bηjVl@S.@n9i&p-L?ǒcQ?1/@=Ƥ@.q ?H/?in@Y`/>?ٛӻ- ?ۆ#w@Շt??AzyF*0U2a?HI8f?GM@z]@.23|o?ohJ?sn@z&35PL@Zd:M+;?^H?ш@|/a Z@bS y t6?3\?M*o@Ahj]{+?m]~`?.w R@{i+@Jώ\n&Hfi?O?Ε׷@s]~PndQe!cx|?J:?9@gĩv'd{6.M6?9n?[/@erܡ7%wbǃ?H{Z}?B1M@dl]v+-ޏZb{de?^eu?pZt@c <"D-b-d ?Tn7n?Φ@b  .aUe?FpB?&?K@bVEH67 AX`c% ?n-!)?RQ`FtQ@a? +6%`13?аk?UvK@aQ9I[``?D`?O?ϫ S@`͢;8`jtuڇ??εx!a@a0 FِN3`Cӎ0T?ψ7=^t?UBup@`(@=l.a ?y[?z&L1@`P@<<7d d]5.??ـa?+=RH?@b\~h@G!G$g/͎I?ɷ'D?$7E/@e.O1@>XiH++?18 s?ʂ&$3@iwY>dB`f+l?Sεh7?B@fc@D*qjmj?ֹ7h!E?M?ʮL7gq?X=[@g1VR@AN.(j-6?\%B?0@j(-%4u: i!ZQ?(W c?QJE@h2yw@U =Ӈp W?o&bA?I@o\6!1(Owpmo6?=Sq*$?5V n@pTqZk- DgFky|U ?= ?79g@l>`=w@ (>m5JC?S>Dŧ*?,a4%@k;UA<@Y=r u%?5[?lE@k0mȅ@jpyg*Rz9*?q?M@z?W^ cqɍ19?v"?_ԙ@sy@Q͜pz+;ex?;?^Jd-@zҰ+rݖ 1f6!?ҖU ?ӖHm@t m1Lr. ^޹rRYwf?TTZ?Ӈ㓍@s@SRiwAK?9Js?l6@vmӍW@cZL@Z)$4? ۬ [?!eq@~̚/r@rJB&(u?ĉ'?$@u;@y?35?t@#3u<z:??@-+&"I&76?O?2Nk@V!j@{PTd ?cH ?9oES@VӮɿ:lVr_?RМ? U@X9+@5 Ywۮm?h?Sʯ>@Z>D@,\À_/ð?Y2^?Վ!Ы@_k*7@FqD2le⠝I@?k?b:sh@dk[@ZϖhlQE?±]*?Fŏ@o@DЮ^zpQF?Yo ?~@ FO??@[I*RBD?#2$~?dAg@OLGLAXM1L1?6?sG@O 82.uQMHI?#?b_:?d;@PuBci (dN[H=?ZV??ѽ{"@Q^隵?֬fXRSg?n%$?k@OxLGx@Obi%l^#??fxY?ia@]w= R@I[=#q[aH?8?|/>@R |mR@'2 ||/o ?蘯??ѪC@6@W@|G8Iv?ɑ^ ?g;^@&<@` "!l\?jѺ?Ri @Er@eED $ xf?&?cq;@H @oj~S\?5I?{y;@w]$@y ^cq7b?rOiN?E@+v@#$[o?\??ԑY@Q(r@?ع<,b?ګfJ fj@q-y.@p?ͩz[?S@&;Y@e}*D` 2?4,d? @픘k=@v` xЗ?s ]??r#@j8߱@* WF?=9=*?ԓR@4k>?ؽ)c?ڨ@ MIke??@gRd4)-?/["?ΰ۝@M `720|i->C? 2( ?3Q@1Lu@pnncXYT ?!_?`2@yhq@}SjTbEO? '?ԓq@ G ??ؽjZ?ڨ()K@LQu:??@Nt]8C,L?HMN|~s?-/|?7}!@|g~@E~~?}9U?wxǼ@}mI&@KㆮE?͐ _?ѓ5N@)vp@PZ[ ?n?6oбj?H-"@`^{?l@Y0T~ L?̠d>P?NX@_Yh41@[$q"?d?k@BYj)@c{# ?Pe ?τh&^@IH#yaT$ \J6? c&@?Ek@*شyze~?hW?N:@Z{ @c=Olq̨??K?+w @*Ċ@RV8l$s?n+t3?i@q-L@WdQP.]J~|? \ъ?ѧ.ʟ@ fB@_0&2(]>fp?. ?s_Wu&@r@_I.C(^i?o*Jo?j%Dk@7m(@`L+VLSN?Nl%?ѕr6@6[<@c| ?BF M?ʰoQK@(f5rD@hR"`Ħ1J?̾?";@rڙ@p@ r?1r?҉%ճ8@ X+@v595 ?ˁW?4@@V8Jg~?ʘ;?B[gQ@]@&"CG?,/@P?$(@qʔJ@AcF:oKk?Ƣ&?Դ6@7D?,͑?nm2@ʤD2I=V $'??@ŻWv5iE֭?Ad#?|"BE@sCP2#@s#1voV?D{{2?{ŗ@st/Us$(hN??}N?ϊʒQ@s-1,s.Z/?9ڎZq?ϔŚǧ@sm[s:9G@s> n?5;?ϛu@sF༫@sTXx ?1L@<?ϤxK^@s_y\sr$j?0X?Ϭ /6@sݍ\H@s ?ގ?ɩg5@s2;NsX#C?#n?ϰE/,\@t4D9?·cSk?)aaj@v0]@ )viI1?Ͽ|K0i?7@vʟEĸ@>U]Thw'zͩ ?Yܡ?m֟wi@wtCYg@';Ox,$b?7tn?|~q@xb ΰ@.Eø8yQ$˂ ?+D?Ѐ1@y]~Ӷq@0[%pz{B!?*h?4@z|!I@8U:"D`|L+gD?iĠ/:?31S@|Cf7@AtP~i05?ﴂ2?0x/I@~, s@FD4uR?jh?>(@W ^%8@JGC܀?ͺ'Zq?DP Q@L*M@TX0lM?P^"B?ѡKI@[;@Uz|8lڨ?+3?U"zO$@5}Y@`PRZ?4iģ6y?9C@ Z@b@LC0s7?Lc?҆g@@#=`@gVH`:?`d?ӿ47@ }0;>@ncʄ `9؅s?2B?~3@[@rluPLF~N?oD?ҳ_n)@ #p%@twk.?,)@@i2j6?ʟ6?@<@I`X@Y_Ĩc>n?ʃ0 o?Y @F]@<@gcW?\yS?~<@i@ߔn6y[?(d^?Ӳ\;,@K@=^@)HF!C?ȸa?}]Rh@>i6@ICK?Y{ZN?/@ǼQ?p@,`8.,?_?PZJS@GRڴbx?ل5j?ێ5@% R}H??A)O[p6?ҾD@gv8@3TڻkeO?x?]f@hG10@_#4fBsdAv?G8?֦}@p x@e8zvEVo?D)+ ?(NO@vbo@bQF5J%?Wt"8?-z2@|e}3@jcnj(?ɧی?BǦ@ @h/Ld??)`?=d @?H@h(77Z?ȉ t?ԽAU,f@ZRq@uI}&s:c?11?FG@&@v\y97??)C?q!@sM1@ygM?QE?ӑWbx@n @Ddw(g=?P ?.@@ m?y>?}2 y@I'@=yrVd?$\?bηjVl@S.@n9i&p-L?ǒcQ?1/@=Ƥ@.q ?H/?in@Y`/>?ٛӻ- ?ۆ#w@Շt??AzyF*0U2a?HI8f?GM@z]@.23|o?ohJ?sn@z&35PL@Zd:M+;?^H?ш@|/a Z@bS y t6?3\?M*o@Ahj]{+?m]~`?.w R@{i+@Jώ\n&Hfi?O?Ε׷@s]~PndQe!cx|?J:?9@gĩv'd{6.M6?9n?[/@erܡ7%wbǃ?H{Z}?B1M@dl]v+-ޏZb{de?^eu?pZt@c <"D-b-d ?Tn7n?Φ@b  .aUe?FpB?&?K@bVEH67 AX`c% ?n-!)?RQ`FtQ@a? +6%`13?аk?UvK@aQ9I[``?D`?O?ϫ S@`͢;8`jtuڇ??εx!a@a0 FِN3`Cӎ0T?ψ7=^t?UBup@`(@=l.a ?y[?z&L1@`P@<<7d d]5.??ـa?+=RH?@b\~h@G!G$g/͎I?ɷ'D?$7E/@e.O1@>XiH++?18 s?ʂ&$3@iwY>dB`f+l?Sεh7?B@fc@D*qjmj?ֹ7h!E?M?ʮL7gq?X=[@g1VR@AN.(j-6?\%B?0@j(-%4u: i!ZQ?(W c?QJE@h2yw@U =Ӈp W?o&bA?I@o\6!1(Owpmo6?=Sq*$?5V n@pTqZk- DgFky|U ?= ?79g@l>`=w@ (>m5JC?S>Dŧ*?,a4%@k;UA<@Y=r u%?5[?lE@k0mȅ@jpyg*Rz9*?q?M@z?W^ cqɍ19?v"?_ԙ@sy@Q͜pz+;ex?;?^Jd-@zҰ+rݖ 1f6!?ҖU ?ӖHm@t m1Lr. ^޹rRYwf?TTZ?Ӈ㓍@s@SRiwAK?9Js?l6@vmӍW@cZL@Z)$4? ۬ [?!eq@~̚/r@rJB&(u?ĉ'?$@u;@y?35?t@#3u<z:??@-+&"I&76?O?2Nk@V!j@{PTd ?cH ?9oES@VӮɿ:lVr_?RМ? U@X9+@5 Ywۮm?h?Sʯ>@Z>D@,\À_/ð?Y2^?Վ!Ы@_k*7@FqD2le⠝I@?k?b:sh@dk[@ZϖhlQE?±]*?Fŏ@o@DЮ^zpQF?Yo ?~@ FO??@[I*RBD?#2$~?dAg@OLGLAXM1L1?6?sG@O 82.uQMHI?#?b_:?d;@PuBci (dN[H=?ZV??ѽ{"@Q^隵?֬fXRSg?n%$?k@OxLGx@Obi%l^#??fxY?ia@]w= R@I[=#q[aH?8?|/>@R |mR@'2 ||/o ?蘯??ѪC@6@W@|G8Iv?ɑ^ ?g;^@&<@` "!l\?jѺ?Ri @Er@eED $ xf?&?cq;@H @oj~S\?5I?{y;@w]$@y ^cq7b?rOiN?E@+v@#$[o?\??ԑY@Q(r@?ع<,b?ګfJ fj@q-y.@p?ͩz[?S@&;Y@e}*D` 2?4,d? @픘k=@v` xЗ?s ]??r#@j8߱@* WF?=9=*?ԓR@4k>?ؽ)c?ڨ@ MIke??@gRd4)-?/["?ΰ۝@M `720|i->C? 2( ?3Q@1Lu@pnncXYT ?!_?`2@yhq@}SjTbEO? '?ԓq@ G ??ؽjZ?ڨ()K@LQu:??@Nt]8C,L?Ad#?|"BE@sCP2#@s#1voV?D{{2?{ŗ@st/Us$(hN??}N?ϊʒQ@s-1,s.Z/?9ڎZq?ϔŚǧ@sm[s:9G@s> n?5;?ϛu@sF༫@sTXx ?1L@<?ϤxK^@s_y\sr$j?0X?Ϭ /6@sݍ\H@s ?ގ?ɩg5@s2;NsX#C?#n?ϰE/,\@t4D9?·cSk?)aaj@v0]@ )viI1?Ͽ|K0i?7@vʟEĸ@>U]Thw'zͩ ?Yܡ?m֟wi@wtCYg@';Ox,$b?7tn?|~q@xb ΰ@.Eø8yQ$˂ ?+D?Ѐ1@y]~Ӷq@0[%pz{B!?*h?4@z|!I@8U:"D`|L+gD?iĠ/:?31S@|Cf7@AtP~i05?ﴂ2?0x/I@~, s@FD4uR?jh?>(@W ^%8@JGC܀?ͺ'Zq?DP Q@L*M@TX0lM?P^"B?ѡKI@[;@Uz|8lڨ?+3?U"zO$@5}Y@`PRZ?4iģ6y?9C@ Z@b@LC0s7?Lc?҆g@@#=`@gVH`:?`d?ӿ47@ }0;>@ncʄ `9؅s?2B?~3@[@rluPLF~N?oD?ҳ_n)@ #p%@twk.?,)@@i2j6?ʟ6?@<@I`X@Y_Ĩc>n?ʃ0 o?Y @F]@<@gcW?\yS?~<@i@ߔn6y[?(d^?Ӳ\;,@K@=^@)HF!C?ȸa?}]Rh@>i6@ICK?Y{ZN?/@ǼQ?p@,`8.,?_?PZJS@GRڴbx?ل5j?ێ5@% R}H??A)O[p6?ҾD@gv8@3TڻkeO?x?]f@hG10@_#4fBsdAv?G8?֦}@p x@e8zvEVo?D)+ ?(NO@vbo@bQF5J%?Wt"8?-z2@|e}3@jcnj(?ɧی?BǦ@ @h/Ld??)`?=d @?H@h(77Z?ȉ t?ԽAU,f@ZRq@uI}&s:c?11?FG@&@v\y97??)C?q!@sM1@ygM?QE?ӑWbx@n @Ddw(g=?P ?.@@ m?y>?}2 y@I'@=yrVd?$\?bηjVl@S.@n9i&p-L?ǒcQ?1/@=Ƥ@.q ?H/?in@Y`/>?ٛӻ- ?ۆ#w@Շt??AzyF*0U2a?HI8f?GM@z]@.23|o?ohJ?sn@z&35PL@Zd:M+;?^H?ш@|/a Z@bS y t6?3\?M*o@Ahj]{+?m]~`?.w R@{i+@Jώ\n&Hfi?O?Ε׷@s]~PndQe!cx|?J:?9@gĩv'd{6.M6?9n?[/@erܡ7%wbǃ?H{Z}?B1M@dl]v+-ޏZb{de?^eu?pZt@c <"D-b-d ?Tn7n?Φ@b  .aUe?FpB?&?K@bVEH67 AX`c% ?n-!)?RQ`FtQ@a? +6%`13?аk?UvK@aQ9I[``?D`?O?ϫ S@`͢;8`jtuڇ??εx!a@a0 FِN3`Cӎ0T?ψ7=^t?UBup@`(@=l.a ?y[?z&L1@`P@<<7d d]5.??ـa?+=RH?@b\~h@G!G$g/͎I?ɷ'D?$7E/@e.O1@>XiH++?18 s?ʂ&$3@iwY>dB`f+l?Sεh7?B@fc@D*qjmj?ֹ7h!E?M?ʮL7gq?X=[@g1VR@AN.(j-6?\%B?0@j(-%4u: i!ZQ?(W c?QJE@h2yw@U =Ӈp W?o&bA?I@o\6!1(Owpmo6?=Sq*$?5V n@pTqZk- DgFky|U ?= ?79g@l>`=w@ (>m5JC?S>Dŧ*?,a4%@k;UA<@Y=r u%?5[?lE@k0mȅ@jpyg*Rz9*?q?M@z?W^ cqɍ19?v"?_ԙ@sy@Q͜pz+;ex?;?^Jd-@zҰ+rݖ 1f6!?ҖU ?ӖHm@t m1Lr. ^޹rRYwf?TTZ?Ӈ㓍@s@SRiwAK?9Js?l6@vmӍW@cZL@Z)$4? ۬ [?!eq@~̚/r@rJB&(u?ĉ'?$@u;@y?35?t@#3u<z:??@-+&"I&76?O?2Nk@V!j@{PTd ?cH ?9oES@VӮɿ:lVr_?RМ? U@X9+@5 Ywۮm?h?Sʯ>@Z>D@,\À_/ð?Y2^?Վ!Ы@_k*7@FqD2le⠝I@?k?b:sh@dk[@ZϖhlQE?±]*?Fŏ@o@DЮ^zpQF?Yo ?~@ FO??@[I*RBD?#2$~?dAg@OLGLAXM1L1?6?sG@O 82.uQMHI?#?b_:?d;@PuBci (dN[H=?ZV??ѽ{"@Q^隵?֬fXRSg?n%$?k@OxLGx@Obi%l^#??fxY?ia@]w= R@I[=#q[aH?8?|/>@R |mR@'2 ||/o ?蘯??ѪC@6@W@|G8Iv?ɑ^ ?g;^@&<@` "!l\?jѺ?Ri @Er@eED $ xf?&?cq;@H @oj~S\?5I?{y;@w]$@y ^cq7b?rOiN?E@+v@#$[o?\??ԑY@Q(r@?ع<,b?ګfJ fj@q-y.@p?ͩz[?S@&;Y@e}*D` 2?4,d? @픘k=@v` xЗ?s ]??r#@j8߱@* WF?=9=*?ԓR@4k>?ؽ)c?ڨ@ MIke??@gRd4)-?/["?ΰ۝@M `720|i->C? 2( ?3Q@1Lu@pnncXYT ?!_?`2@yhq@}SjTbEO? '?ԓq@ G ??ؽjZ?ڨ()K@LQu:??@Nt]8C,L?HMN|~s?-/|?7}!@|g~@E~~?}9U?wxǼ@}mI&@KㆮE?͐ _?ѓ5N@)vp@PZ[ ?n?6oбj?H-"@`^{?l@Y0T~ L?̠d>P?NX@_Yh41@[$q"?d?k@BYj)@c{# ?Pe ?τh&^@IH#yaT$ \J6? c&@?Ek@*شyze~?hW?N:@Z{ @c=Olq̨??K?+w @*Ċ@RV8l$s?n+t3?i@q-L@WdQP.]J~|? \ъ?ѧ.ʟ@ fB@_0&2(]>fp?. ?s_Wu&@r@_I.C(^i?o*Jo?j%Dk@7m(@`L+VLSN?Nl%?ѕr6@6[<@c| ?BF M?ʰoQK@(f5rD@hR"`Ħ1J?̾?";@rڙ@p@ r?1r?҉%ճ8@ X+@v595 ?ˁW?4@@V8Jg~?ʘ;?B[gQ@]@&"CG?,/@P?$(@qʔJ@AcF:oKk?Ƣ&?Դ6@7D?,͑?nm2@ʤD2I=V $'??@ŻWv5iE֭?HMN|~s?-/|?7}!@|g~@E~~?}9U?wxǼ@}mI&@KㆮE?͐ _?ѓ5N@)vp@PZ[ ?n?6oбj?H-"@`^{?l@Y0T~ L?̠d>P?NX@_Yh41@[$q"?d?k@BYj)@c{# ?Pe ?τh&^@IH#yaT$ \J6? c&@?Ek@*شyze~?hW?N:@Z{ @c=Olq̨??K?+w @*Ċ@RV8l$s?n+t3?i@q-L@WdQP.]J~|? \ъ?ѧ.ʟ@ fB@_0&2(]>fp?. ?s_Wu&@r@_I.C(^i?o*Jo?j%Dk@7m(@`L+VLSN?Nl%?ѕr6@6[<@c| ?BF M?ʰoQK@(f5rD@hR"`Ħ1J?̾?";@rڙ@p@ r?1r?҉%ճ8@ X+@v595 ?ˁW?4@@V8Jg~?ʘ;?B[gQ@]@&"CG?,/@P?$(@qʔJ@AcF:oKk?Ƣ&?Դ6@7D?,͑?nm2@ʤD2I=V $'??@ŻWv5iE֭?8?ϜڷT%@c'rm^wnc3M?+|?[Gp6?ҾD@gv8@3TڻkeO?x?]f@hG10@_#4fBsdAv?G8?֦}@p x@e8zvEVo?D)+ ?(NO@vbo@bQF5J%?Wt"8?-z2@|e}3@jcnj(?ɧی?BǦ@ @h/Ld??)`?=d @?H@h(77Z?ȉ t?ԽAU,f@ZRq@uI}&s:c?11?FG@&@v\y97??)C?q!@sM1@ygM?QE?ӑWbx@n @Ddw(g=?P ?.@@ m?y>?}2 y@I'@=yrVd?$\?bηjVl@S.@n9i&p-L?ǒcQ?1/@=Ƥ@.q ?H/?in@Y`/>?ٛӻ- ?ۆ#w@Շt??AzyF*0U2a?Ul"?{(|@Z)wT&oSY2(?/Bρ?A@Z)i*msYt?i# ?IU@ZQ:?~4U@ZnVP?M 7v?вhY@Z#9MV@v}Ï@\Ll?:#E?fh@[@% ]J?7R?168@\؇}_@$F&K_38?ђCc?{ϲE@_޶Q, U] F2?ϣ񄔻?xY@^p ?dU)_(Ö?M?Ϯ@_@'\|K@ E1+_)}m?dÉ?6m`)@_~֮&8 9tZ`*@i_?539?DP`@`U[8E `RC?M`ͱd?ݬrЄ8@XM@_lhyy?ːz;?7]@fvNL@E~Hin?Ț~?Gh@i!pSadz9i|N]?p]?͞= #@jMU2[Chh>|?[Gp6?ҾD@gv8@3TڻkeO?x?]f@hG10@_#4fBsdAv?G8?֦}@p x@e8zvEVo?D)+ ?(NO@vbo@bQF5J%?Wt"8?-z2@|e}3@jcnj(?ɧی?,,@ @h/Lhi*;&?)`?4kΓ@?H@/IQ>F?כTW n?5;?ϛu@sF༫@sTXx ?1L@<?ϤxK^@s_y\sr$j?0X?Ϭ /6@sݍ\H@s ?ގ?ɩg5@s2;NsX#C?#n?ϰE/,\@t4D9?·cSk?)aaj@v0]@ )viI1?Ͽ|K0i?7@vʟEĸ@>U]Thw'zͩ ?Yܡ?m֟wi@wtCYg@';Ox,$b?7tn?|~q@xb ΰ@.Eø8yQ$˂ ?+D?Ѐ1@y]~Ӷq@0[%pz{B!?*h?4@z|!I@8U:"D`|L+gD?iĠ/:?31S@|Cf7@AtP~i05?ﴂ2?0x/I@~, s@FD4uR?jh?>(@W ^%8@JGC܀?ͺ'Zq?DP Q@L*M@TX0lM?P^"B?ѡKI@[;@Uz|8lڨ?+3?U"zO$@5}Y@`PRZ?4iģ6y?9C@ Z@b@LC0s7?Lc?҆g@@#=`@gVH`:?`d?ӿ47@ }0;>@ncʄ `9؅s?2B?~3@[@rluPLF~N?oD?ҳ_n)@ #p%@twk.?,)@@i2j6?ʟ6?@<@I`X@Y_Ĩc>n?ʃ0 o?Y @F]@<@gcW?\yS?~<@i@ߔn6y[?(d^?Ӳ\;,@K@=^@)HF!C?ȸa?}]Rh@>i6@ICK?Y{ZN?/@ǼQ?p@,`8.,?_?PZJS@GRڴbx?ل5j?ێ5@% R}H??A)O[|?[G?8 ?Ç@g8lpKZ.b nSU?ߵ루?i5C@eW>\Wb?M?Og@\|X@V&u6ef7?˅2?ҾD@dk%?[@N^2]RkeO?-E? )@fG @_#4fBq~ZD5?G8?z(6g@p x@Fq,tU%?xcn?a}Ee@u&OT)kRl?.,C? H@oxfw@utfe9u?Xb?V2@{q!@{ t\ Đ ?Ĝ{3!?Ԝc$@C3 @f6n2Q?`hV8?Ս>@#KQ@VKm?x?Xt]@r6=*??@SF7gE?HMN|~s?-/|?7}!@|g~@E~~?}9U?wxǼ@}mI&@KㆮE?͐ _?ѓ5N@)vp@PZ[ ?n?6oбj?H-"@`^{?l@Y0T~ L?̠d>P?NX@_Yh41@[$q"?d?k@BYj)@c{# ?Pe ?τh&^@IH#yaT$ \J6? c&@?Ek@*شyze~?hW?N:@Z{ @c=Olq̨??K?+w @*Ċ@RV8l$s?n+t3?i@q-L@WdQP.]J~|? \ъ?ѧ.ʟ@ fB@_0&2(]>fp?. ?s_Wu&@r@_I.C(^i?o*Jo?j%Dk@7m(@`L+VLSN?Nl%?ѕr6@6[<@c| ?BF M?ʰoQK@(f5rD@hR"`Ħ1J?̾?";@rڙ@p@ r?1r?҉%ճ8@ X+@v595 ?ˁW?4@@V8Jg~?ʘ;?B[gQ@]@&"CG?,/@P?$(@qʔJ@AcF:oKk?Ƣ&?Դ6@7D?,͑?nm2@ʤD2I=V $'??@ŻWv5iE֭?Ad#?|"BE@sCP2#@s#1voV?D{{2?{ŗ@st/Us$(hN??}N?ϊʒQ@s-1,s.Z/?9ڎZq?ϔŚǧ@sm[s:9G@s> n?5;?ϛu@sF༫@sTXx ?1L@<?ϤxK^@s_y\sr$j?0X?Ϭ /6@sݍ\H@s ?ގ?ɩg5@s2;NsX#C?#n?ϰE/,\@t4D9?·cSk?)aaj@v0]@ )viI1?Ͽ|K0i?7@vʟEĸ@>U]Thw'zͩ ?Yܡ?m֟wi@wtCYg@';Ox,$b?7tn?|~q@xb ΰ@.Eø8yQ$˂ ?+D?Ѐ1@y]~Ӷq@0[%pz{B!?*h?4@z|!I@8U:"D`|L+gD?iĠ/:?31S@|Cf7@AtP~i05?ﴂ2?0x/I@~, s@FD4uR?jh?>(@W ^%8@JGC܀?ͺ'Zq?DP Q@L*M@TX0lM?P^"B?ѡKI@[;@Uz|8lڨ?+3?U"zO$@5}Y@`PRZ?4iģ6y?9C@ Z@b@LC0s7?Lc?҆g@@#=`@gVH`:?`d?ӿ47@ }0;>@ncʄ `9؅s?2B?~3@[@rluPLF~N?oD?ҳ_n)@ #p%@twk.?,)@@i2j6?ʟ6?@<@I`X@Y_Ĩc>n?ʃ0 o?Y @F]@<@gcW?\yS?~<@i@ߔn6y[?(d^?Ӳ\;,@K@=^@)HF!C?ȸa?}]Rh@>i6@ICK?Y{ZN?/@ǼQ?p@,`8.,?_?PZJS@GRڴbx?ل5j?ێ5@% R}H??A)O[|?[G@#@VKm?&"i:?Xt]@TϮ*??@SF7gE?Ad#?|"BE@sCP2#@s#1voV?D{{2?{ŗ@st/Us$(hN??}N?ϊʒQ@s-1,s.Z/?9ڎZq?ϔŚǧ@sm[s:9G@s> n?5;?ϛu@sF༫@sTXx ?1L@<?ϤxK^@s_y\sr$j?0X?Ϭ /6@sݍ\H@s ?ގ?ɩg5@s2;NsX#C?#n?ϰE/,\@t4D9?·cSk?)aaj@v0]@ )viI1?Ͽ|K0i?7@vʟEĸ@>U]Thw'zͩ ?Yܡ?m֟wi@wtCYg@';Ox,$b?7tn?|~q@xb ΰ@.Eø8yQ$˂ ?+D?Ѐ1@y]~Ӷq@0[%pz{B!?*h?4@z|!I@8U:"D`|L+gD?iĠ/:?31S@|Cf7@AtP~i05?ﴂ2?0x/I@~, s@FD4uR?jh?>(@W ^%8@JGC܀?ͺ'Zq?DP Q@L*M@TX0lM?P^"B?ѡKI@[;@Uz|8lڨ?+3?U"zO$@5}Y@`PRZ?4iģ6y?9C@ Z@b@LC0s7?Lc?҆g@@#=`@gVH`:?`d?ӿ47@ }0;>@ncʄ `9؅s?2B?~3@[@rluPLF~N?oD?ҳ_n)@ #p%@twk.?,)@@i2j6?ʟ6?@<@I`X@Y_Ĩc>n?ʃ0 o?Y @F]@<@gcW?\yS?~<@i@ߔn6y[?(d^?Ӳ\;,@K@=^@)HF!C?ȸa?}]Rh@>i6@ICK?Y{ZN?/@ǼQ?p@,`8.,?_?PZJS@GRڴbx?ل5j?ێ5@% R}H??A)O[|?[Gp6?mFL@gv8BBteuȈ?ۭxӻ?S ds~@hS~)SbGm*Yz@?xZ?A!I=@WK|d@Iœzw. ?Ĝl"?BǦ@~.]@|:ήA d??ȨNuV?е#@\iR@h(7$A3 %?=k!y\z{0??@󥄔xJd?Ad#?|"BE@sCP2#@s#1voV?D{{2?{ŗ@st/Us$(hN??}N?ϊʒQ@s-1,s.Z/?9ڎZq?ϔŚǧ@sm[s:9G@s> n?5;?ϛu@sF༫@sTXx ?1L@<?ϤxK^@s_y\sr$j?0X?Ϭ /6@sݍ\H@s ?ގ?ɩg5@s2;NsX#C?#n?ϰE/,\@t4D9?·cSk?)aaj@v0]@ )viI1?Ͽ|K0i?7@vʟEĸ@>U]Thw'zͩ ?Yܡ?m֟wi@wtCYg@';Ox,$b?7tn?|~q@xb ΰ@.Eø8yQ$˂ ?+D?Ѐ1@y]~Ӷq@0[%pz{B!?*h?4@z|!I@8U:"D`|L+gD?iĠ/:?31S@|Cf7@AtP~i05?ﴂ2?0x/I@~, s@FD4uR?jh?>(@W ^%8@JGC܀?ͺ'Zq?DP Q@L*M@TX0lM?P^"B?ѡKI@[;@Uz|8lڨ?+3?U"zO$@5}Y@`PRZ?4iģ6y?9C@ Z@b@LC0s7?Lc?҆g@@#=`@gVH`:?`d?ӿ47@ }0;>@ncʄ `9؅s?2B?~3@[@rluPLF~N?oD?ҳ_n)@ #p%@twk.?,)@@i2j6?ʟ6?@<@I`X@Y_Ĩc>n?ʃ0 o?Y @F]@<@gcW?\yS?~<@i@ߔn6y[?(d^?Ӳ\;,@K@=^@)HF!C?ȸa?}]Rh@>i6@ICK?Y{ZN?/@ǼQ?p@,`8.,?_?PZJS@GRڴbx?ل5j?ێ5@% R}H??A)O[p6?ҾD@gv8@3TڻkeO?x?]f@hG10@_#4fBsdAv?G8?֦}@p x@e8zvEVo?D)+ ?(NO@vbo@bQF5J%?Wt"8?-z2@|e}3@jcnj(?ɧی?BǦ@ @h/Ld??)`?=d @?H@h(77Z?ȉ t?ԽAU,f@ZRq@uI}&s:c?11?FG@&@v\y97??)C?q!@sM1@ygM?QE?ӑWbx@n @Ddw(g=?P ?.@@ m?y>?}2 y@I'@=yrVd?$\?bηjVl@S.@n9i&p-L?ǒcQ?1/@=Ƥ@.q ?H/?in@Y`/>?ٛӻ- ?ۆ#w@Շt??AzyF*0U2a?HI8f?GM@z]@.23|o?ohJ?sn@z&35PL@Zd:M+;?^H?ш@|/a Z@bS y t6?3\?M*o@Ahj]{+?m]~`?.w R@{i+@Jώ\n&Hfi?O?Ε׷@s]~PndQe!cx|?J:?9@gĩv'd{6.M6?9n?[/@erܡ7%wbǃ?H{Z}?B1M@dl]v+-ޏZb{de?^eu?pZt@c <"D-b-d ?Tn7n?Φ@b  .aUe?FpB?&?K@bVEH67 AX`c% ?n-!)?RQ`FtQ@a? +6%`13?аk?UvK@aQ9I[``?D`?O?ϫ S@`͢;8`jtuڇ??εx!a@a0 FِN3`Cӎ0T?ψ7=^t?UBup@`(@=l.a ?y[?z&L1@`P@<<7d d]5.??ـa?+=RH?@b\~h@G!G$g/͎I?ɷ'D?$7E/@e.O1@>XiH++?18 s?ʂ&$3@iwY>dB`f+l?Sεh7?B@fc@D*qjmj?ֹ7h!E?M?ʮL7gq?X=[@g1VR@AN.(j-6?\%B?0@j(-%4u: i!ZQ?(W c?QJE@h2yw@U =Ӈp W?o&bA?I@o\6!1(Owpmo6?=Sq*$?5V n@pTqZk- DgFky|U ?= ?79g@l>`=w@ (>m5JC?S>Dŧ*?,a4%@k;UA<@Y=r u%?5[?lE@k0mȅ@jpyg*Rz9*?q?M@z?W^ cqɍ19?v"?_ԙ@sy@Q͜pz+;ex?;?^Jd-@zҰ+rݖ 1f6!?ҖU ?ӖHm@t m1Lr. ^޹rRYwf?TTZ?Ӈ㓍@s@SRiwAK?9Js?l6@vmӍW@cZL@Z)$4? ۬ [?!eq@~̚/r@rJB&(u?ĉ'?$@u;@y?35?t@#3u<z:??@-+&"I&76?O?2Nk@V!j@{PTd ?cH ?9oES@VӮɿ:lVr_?RМ? U@X9+@5 Ywۮm?h?Sʯ>@Z>D@,\À_/ð?Y2^?Վ!Ы@_k*7@FqD2le⠝I@?k?b:sh@dk[@ZϖhlQE?±]*?Fŏ@o@DЮ^zpQF?Yo ?~@ FO??@[I*RBD?#2$~?dAg@OLGLAXM1L1?6?sG@O 82.uQMHI?#?b_:?d;@PuBci (dN[H=?ZV??ѽ{"@Q^隵?֬fXRSg?n%$?k@OxLGx@Obi%l^#??fxY?ia@]w= R@I[=#q[aH?8?|/>@R |mR@'2 ||/o ?蘯??ѪC@6@W@|G8Iv?ɑ^ ?g;^@&<@` "!l\?jѺ?Ri @Er@eED $ xf?&?cq;@H @oj~S\?5I?{y;@w]$@y ^cq7b?rOiN?E@+v@#$[o?\??ԑY@Q(r@?ع<,b?ګfJ fj@q-y.@p?ͩz[?S@&;Y@e}*D` 2?4,d? @픘k=@v` xЗ?s ]??r#@j8߱@* WF?=9=*?ԓR@4k>?ؽ)c?ڨ@ MIke??@gRd4)-?/["?ΰ۝@M `720|i->C? 2( ?3Q@1Lu@pnncXYT ?!_?`2@yhq@}SjTbEO? '?ԓq@ G ??ؽjZ?ڨ()K@LQu:??@Nt]8C,L?dz;{?Q&X@ !(I-?9 Yh0_?fL?: ~@ Ԇ@ ᭎|L Z?ȡ,o?10݂@fFz@,-<7hL a{?;2g?3Wy@k ]A[Yݬ|b-?1?`?m%@iPWbNJ Tx$?/?2*\O]@``!L8V[CsC4r?fe? 8L@Smr (?&pC>q?Φ~ ?ի6b@H~>L?ޗOuKoou?rh?ᛳ'P@> ja@R_T/O!?_ɍ?r3ƪ@RR6@BkrX|G?"F?ΰd@V}##e"gWmb?.?ұnC@X箹D-mH~`]v;?r?Roc@ENs9!@issTe(\?ɄC Q?@kdXX自S;?S?HqVUul@_YCbU/vw@dz nU?Y=?mx@UDaf^Ao eA4pt7?݈-2?QGJI@G|/\Z0ҢUkÒC>? p?0i4fW@7va{@N;WMOF՜?Ǻ0?PwK@Lպ@>Vr*|Sx+?]ơo?Ϭz@QO(%?C'S_Ai[?Jܪ?ϩD@SXdeqyxS^EO ?,d ?Jh@S'\ԞSߚ?-a#?>\}@S/W@ }E8V:a"?3Pk&s?{E@Rwc@E!՘<\Kz"?57C?Ǘfd Auc?0k?]@k %102X5aO? e1?Зܧ@d]hY? ,e"?ӼiK9?M3|s@8]jzD,qv~- ) ;j ?I1=a?$J <@Q;P$@4ӄELGY o?~B_'?o̞@[@fCwQ@OF{@(r6ipݦ?Ad#?|"BE@sCP2#@s#1voV?D{{2?{ŗ@st/Us$(hN??}N?ϊʒQ@s-1,s.Z/?9ڎZq?ϔŚǧ@sm[s:9G@s> n?5;?ϛu@sF༫@sTXx ?1L@<?ϤxK^@s_y\sr$j?0X?Ϭ /6@sݍ\H@s ?ގ?ɩg5@s2;NsX#C?#n?ϰE/,\@t4D9?·cSk?)aaj@v0]@ )viI1?Ͽ|K0i?7@vʟEĸ@>U]Thw'zͩ ?Yܡ?m֟wi@wtCYg@';Ox,$b?7tn?|~q@xb ΰ@.Eø8yQ$˂ ?+D?Ѐ1@y]~Ӷq@0[%pz{B!?*h?4@z|!I@8U:"D`|L+gD?iĠ/:?31S@|Cf7@AtP~i05?ﴂ2?0x/I@~, s@FD4uR?jh?>(@W ^%8@JGC܀?ͺ'Zq?DP Q@L*M@TX0lM?P^"B?ѡKI@[;@Uz|8lڨ?+3?U"zO$@5}Y@`PRZ?4iģ6y?9C@ Z@b@LC0s7?Lc?҆g@@#=`@gVH`:?`d?ӿ47@ }0;>@ncʄ `9؅s?2B?~3@[@rluPLF~N?oD?ҳ_n)@ #p%@twk.?,)@@i2j6?ʟ6?@<@I`X@Y_Ĩc>n?ʃ0 o?Y @F]@<@gcW?\yS?~<@i@ߔn6y[?(d^?Ӳ\;,@K@=^@)HF!C?ȸa?}]Rh@>i6@ICK?Y{ZN?/@ǼQ?p@,`8.,?_?PZJS@GRڴbx?ل5j?ێ5@% R}H??A)O[?y*?υe<{6@jɰ:6X* i0?NK?"@j%j A?M~j+אCW??ϵjh@jUH,rsrj"? S?Jfc#@jk&gijf?&χ(%?/wI@ju:n,jw+03Rhg_B5?ѱ9?ʜbC@jEg  eI?m?ϟ~ɢp8@g'X[ f[ĭb?e_ ?ϡ#zq@g«LBGf]9s$ls,L?^ځ?~ت @j)@[Q2s)?"d*/?T@r')q粕@_ z2,?}m}?p3Fx@wYM/@lZtkI 8?Ub?7B ]@ ެA@wEc^N?Уlo? -@&b}@-:+9jL_ ?PLgJ?րeO@!0n.?J?ڈ_?~0s@039'1??@2=V%n6?h#C?е1H @hoAߍ@I\iwwt??/@h2@B| =Hkbc;?*|?|*@ifb?@A5Otll'? ş?‹ٜ@nrgJ]Ce&b4Ӥ?޻E~M^?6n0N@hB`z^KrWtD?Zc?6!.@`o$?s]*^Ƨ?$A?Q.L@`rNO}SSS3/n,?žZ\?c| @U{%@AtO\R?J?ĬKp,@\,L>fT@{LU?mDg?=~Cy@WE>T!<XPvR;?kR_*?f33C@WS{b@4*wr8Z L??]1#?ю>-'@X"@1%)'4\a_?ҥ?ɀ(:Ě@])9X\( ? v٨?]t@Zۻe#PYߕw ?R.\4?y8m=@X"ޡ@@/9s^ ?-="?~@]Hf'N@ Q/]q?϶E;? @^!v.N0Wn^p 1q?,{c>? uw@^i1TE?6B,^Կ?? !s@_9=?1)_4ҁJ?-}?ϵ@_$|1d˾N_Ud?Y&w?ݽH_r麾?-?mQ@`<' e1`'? ʟ?И}@`.&D@``hn ?ΗĿ? 0@` /b@5ݟ_-}b_D*r?ؒe?q4k@b؟V4L=i @t`a&W=?Ј()[?L@aXB`aƫ,D?h|?x@ax`#?SPA؀aZ4?_ǵr?P @ad13lS*yhPaHh?Wvr?Ϥ~R@bBr%Da!,;r?Zg?ЬLH*@b Fpa0@ b&r?γ= p?Θi @b3ƛ@#?pc'?0;?!]+V@c@&@ e ?,Q?Fkskr|?м7 @du#@!Bf:=?-?wO?Q1;'@e{@;V0iH]?Of*?Ҭ"ZJ@g+k?O@C4Rr@lEQ?ʏ@?y @iJ2@PC9qy?<;=?2ħJ_>@aOI݅Uen?@?ԕXQs@\N>k@DA'i@_Φ-n?<~X|?n150@bS`mY9_e ?ڌ,j?yr@%bl5??@d=RFL.?ѴP BE?J[w@AY=os)x@{?h?A^? @AѲ@4R9mel-F?΍\]?/@RB U@- <S "8]? # q?:+@W*d5vb$?&?ޖ ̆@vzVw{:@??@Q>\!T*?џɍ ?@D4 {B2B<,6?BR P`?Lk@E \?tpFa?>?e Cf@Bfa}@Ds NQκT?!`?̯",w@Qs7V@$>HRH:.!?ȼk?ӹCJ@TDKYE?EG_P?y@\IuSV`u_ ??raхl-:Cp?KC?ϩRp@l膤K |0l-{`mq?lՉh?ѕYc@l@50 o_Q l?Tht$?_H}fX#@n0/@Bo !I4r ?ˬD2?&DO>@pΡ3碑@UtVf?ö8?)@r./{+@Y*y$e׋?Q?jhT~@z#y}lLleb?/sj? &c@u!ʗ1Zsht?\?R@t`W@L;q?xvxQ ?;h?<@vj0@To$|9.:=?I(?z@|N@` !#Qߊ ?r%x!-W?迶q@$e@mO,K0=w?_?ԒV+Y@A>z#7-?ع7U?ګ#W@.&i(Y۞&3 ??@ ?``?Ҭj?ȼE@ab=KEQp C?ͩl6?U@M@o=@Xqt{?5]3?ڽT:@XV@iA%/`]?q?4c@co@wYP2J,/@_K?6?ԑڈc'@n1+;?عG?ڪ@BJ k??@W !r?/_H?ΰ/u@T2]R$.`674{? @vC?ڝItg@ésA@bfecƽ4?+1?2b?u U@caS&@u͡%_k ?ġ?Ԓ4L.@O*@]?غۭ*?ک.L@sQz|a??@S+cSp?Ad#?|"BE@sCP2#@s#1voV?D{{2?{ŗ@st/Us$(hN??}N?ϊʒQ@s-1,s.Z/?9ڎZq?ϔŚǧ@sm[s:9G@s> n?5;?ϛu@sF༫@sTXx ?1L@<?ϤxK^@s_y\sr$j?0X?Ϭ /6@sݍ\H@s ?ގ?ɩg5@s2;NsX#C?#n?ϰE/,\@t4D9?·cSk?)aaj@v0]@ )viI1?Ͽ|K0i?7@vʟEĸ@>U]Thw'zͩ ?Yܡ?m֟wi@wtCYg@';Ox,$b?7tn?|~q@xb ΰ@.Eø8yQ$˂ ?+D?Ѐ1@y]~Ӷq@0[%pz{B!?*h?4@z|!I@8U:"D`|L+gD?iĠ/:?31S@|Cf7@AtP~i05?ﴂ2?0x/I@~, s@FD4uR?jh?>(@W ^%8@JGC܀?ͺ'Zq?DP Q@L*M@TX0lM?P^"B?ѡKI@[;@Uz|8lڨ?+3?U"zO$@5}Y@`PRZ?4iģ6y?9C@ Z@b@LC0s7?Lc?҆g@@#=`@gVH`:?`d?ӿ47@ }0;>@ncʄ `9؅s?2B?~3@[@rluPLF~N?oD?ҳ_n)@ #p%@twk.?,)@@i2j6?ʟ6?@<@I`X@Y_Ĩc>n?ʃ0 o?Y @F]@<@gcW?\yS?~<@i@ߔn6y[?(d^?Ӳ\;,@K@=^@)HF!C?ȸa?}]Rh@>i6@ICK?Y{ZN?/@ǼQ?p@,`8.,?_?PZJS@GRڴbx?ل5j?ێ5@% R}H??A)O[?y*?υe<{6@jɰ:6X* i0?NK?"@j%j A?M~j+אCW??ϵjh@jUH,rsrj"? S?Jfc#@jk&gijf?&χ(%?/wI@ju:n,jw+03Rhg_B5?ѱ9?ʜbC@jEg  eI?m?ϟ~ɢp8@g'X[ f[ĭb?e_ ?ϡ#zq@g«LBGf]9s$ls,L?^ځ?~ت @j)@[Q2s)?"d*/?T@r')q粕@_ z2,?}m}?p3Fx@wYM/@lZtkI 8?Ub?7B ]@ ެA@wEc^N?Уlo? -@&b}@-:+9jL_ ?PLgJ?րeO@!0n.?J?ڈ_?~0s@039'1??@2=V%n6?h#C?е1H @hoAߍ@I\iwwt??/@h2@B| =Hkbc;?*|?|*@ifb?@A5Otll'? ş?‹ٜ@nrgJ]Ce&b4Ӥ?޻E~M^?6n0N@hB`z^KrWtD?Zc?6!.@`o$?s]*^Ƨ?$A?Q.L@`rNO}SSS3/n,?žZ\?c| @U{%@AtO\R?J?ĬKp,@\,L>fT@{LU?mDg?=~Cy@WE>T!<XPvR;?kR_*?f33C@WS{b@4*wr8Z L??]1#?ю>-'@X"@1%)'4\a_?ҥ?ɀ(:Ě@])9X\( ? v٨?]t@Zۻe#PYߕw ?R.\4?y8m=@X"ޡ@@/9s^ ?-="?~@]Hf'N@ Q/]q?϶E;? @^!v.N0Wn^p 1q?,{c>? uw@^i1TE?6B,^Կ?? !s@_9=?1)_4ҁJ?-}?ϵ@_$|1d˾N_Ud?Y&w?ݽH_r麾?-?mQ@`<' e1`'? ʟ?И}@`.&D@``hn ?ΗĿ? 0@` /b@5ݟ_-}b_D*r?ؒe?q4k@b؟V4L=i @t`a&W=?Ј()[?L@aXB`aƫ,D?h|?x@ax`#?SPA؀aZ4?_ǵr?P @ad13lS*yhPaHh?Wvr?Ϥ~R@bBr%Da!,;r?Zg?ЬLH*@b Fpa0@ b&r?γ= p?Θi @b3ƛ@#?pc'?0;?!]+V@c@&@ e ?,Q?Fkskr|?м7 @du#@!Bf:=?-?wO?Q1;'@e{@;V0iH]?Of*?Ҭ"ZJ@g+k?O@C4Rr@lEQ?ʏ@?y @iJ2@PC9qy?<;=?2ħJ_>@aOI݅Uen?@?ԕXQs@\N>k@DA'i@_Φ-n?<~X|?n150@bS`mY9_e ?ڌ,j?yr@%bl5??@d=RFL.?ҋ4j*0?̹ i(@J G?U>;?aw?^zG]@R\5Rxe??}@A0Q(Pgfn?Ad#?|"BE@sCP2#@s#1voV?D{{2?{ŗ@st/Us$(hN??}N?ϊʒQ@s-1,s.Z/?9ڎZq?ϔŚǧ@sm[s:9G@s> n?5;?ϛu@sF༫@sTXx ?1L@<?ϤxK^@s_y\sr$j?0X?Ϭ /6@sݍ\H@s ?ގ?ɩg5@s2;NsX#C?#n?ϰE/,\@t4D9?·cSk?)aaj@v0]@ )viI1?Ͽ|K0i?7@vʟEĸ@>U]Thw'zͩ ?Yܡ?m֟wi@wtCYg@';Ox,$b?7tn?|~q@xb ΰ@.Eø8yQ$˂ ?+D?Ѐ1@y]~Ӷq@0[%pz{B!?*h?4@z|!I@8U:"D`|L+gD?iĠ/:?31S@|Cf7@AtP~i05?ﴂ2?0x/I@~, s@FD4uR?jh?>(@W ^%8@JGC܀?ͺ'Zq?DP Q@L*M@TX0lM?P^"B?ѡKI@[;@Uz|8lڨ?+3?U"zO$@5}Y@`PRZ?4iģ6y?9C@ Z@b@LC0s7?Lc?҆g@@#=`@gVH`:?`d?ӿ47@ }0;>@ncʄ `9؅s?2B?~3@[@rluPLF~N?oD?ҳ_n)@ #p%@twk.?,)@@i2j6?ʟ6?@<@I`X@Y_Ĩc>n?ʃ0 o?Y @F]@<@gcW?\yS?~<@i@ߔn6y[?(d^?Ӳ\;,@K@=^@)HF!C?ȸa?}]Rh@>i6@ICK?Y{ZN?/@ǼQ?p@,`8.,?_?PZJS@GRڴbx?ل5j?ێ5@% R}H??A)O[?y*?υe<{6@jɰ:6X* i0?NK?"@j%j A?M~j+אCW??ϵjh@jUH,rsrj"? S?Jfc#@jk&gijf?&χ(%?/wI@ju:n,jw+03Rhg_B5?ѱ9?ʜbC@jEg  eI?m?ϟ~ɢp8@g'X[ f[ĭb?e_ ?ϡ#zq@g«LBGf]9s$ls,L?^ځ?~ت @j)@[Q2s)?"d*/?T@r')q粕@_ z2,?}m}?p3Fx@wYM/@lZtkI 8?Ub?7B ]@ ެA@wEc^N?Уlo? -@&b}@-:+9jL_ ?PLgJ?րeO@!0n.?J?ڈ_?~0s@039'1??@2=V%n6?h#C?е1H @hoAߍ@I\iwwt??/@h2@B| =Hkbc;?*|?|*@ifb?@A5Otll'? ş?‹ٜ@nrgJ]Ce&b4Ӥ?޻E~M^?6n0N@hB`z^KrWtD?Zc?6!.@`o$?s]*^Ƨ?$A?Q.L@`rNO}SSS3/n,?žZ\?c| @U{%@AtO\R?J?ĬKp,@\,L>fT@{LU?mDg?=~Cy@WE>T!<XPvR;?kR_*?f33C@WS{b@4*wr8Z L??]1#?ю>-'@X"@1%)'4\a_?ҥ?ɀ(:Ě@])9X\( ? v٨?]t@Zۻe#PYߕw ?R.\4?y8m=@X"ޡ@@/9s^ ?-="?~@]Hf'N@ Q/]q?϶E;? @^!v.N0Wn^p 1q?,{c>? uw@^i1TE?6B,^Կ?? !s@_9=?1)_4ҁJ?-}?ϵ@_$|1d˾N_Ud?Y&w?ݽH_r麾?-?mQ@`<' e1`'? ʟ?И}@`.&D@``hn ?ΗĿ? 0@` /b@5ݟ_-}b_D*r?ؒe?q4k@b؟V4L=i @t`a&W=?Ј()[?L@aXB`aƫ,D?h|?x@ax`#?SPA؀aZ4?_ǵr?P @ad13lS*yhPaHh?Wvr?Ϥ~R@bBr%Da!,;r?Zg?ЬLH*@b Fpa0@ b&r?γ= p?Θi @b3ƛ@#?pc'?0;?!]+V@c@&@ e ?,Q?Fkskr|?м7 @du#@!Bf:=?-?wO?Q1;'@e{@;V0iH]?Of*?Ҭ"ZJ@g+k?O@C4Rr@lEQ?ʏ@?y @iJ2@PC9qy?<;=?2ħJ_>@aOI݅Uen?@?ԕXQs@\N>k@DA'i@_Φ-n?<~X|?n150@bS`mY9_e ?ڌ,j?yr@%bl5??@d=RFL.?ѴP BE?J[w@AY=os)x@{?h?A^? @AѲ@4R9mel-F?΍\]?/@RB U@- <S "8]? # q?:+@W*d5vb$?&?ޖ ̆@vzVw{:@??@Q>\!T*?џɍ ?@D4 {B2B<,6?BR P`?Lk@E \?tpFa?>?e Cf@Bfa}@Ds NQκT?!`?̯",w@Qs7V@$>HRH:.!?ȼk?ӹCJ@TDKYE?EG_P?y@\IuSV`u_ ??raхl-:Cp?KC?ϩRp@l膤K |0l-{`mq?lՉh?ѕYc@l@50 o_Q l?Tht$?_H}fX#@n0/@Bo !I4r ?ˬD2?&DO>@pΡ3碑@UtVf?ö8?)@r./{+@Y*y$e׋?Q?jhT~@z#y}lLleb?/sj? &c@u!ʗ1Zsht?\?R@t`W@L;q?xvxQ ?;h?<@vj0@To$|9.:=?I(?z@|N@` !#Qߊ ?r%x!-W?迶q@$e@mO,K0=w?_?ԒV+Y@A>z#7-?ع7U?ګ#W@.&i(Y۞&3 ??@ ?``?Ҭj?ȼE@ab=KEQp C?ͩl6?U@M@o=@Xqt{?5]3?ڽT:@XV@iA%/`]?q?4c@co@wYP2J,/@_K?6?ԑڈc'@n1+;?عG?ڪ@BJ k??@W !r?/_H?ΰ/u@T2]R$.`674{? @vC?ڝItg@ésA@bfecƽ4?+1?2b?u U@caS&@u͡%_k ?ġ?Ԓ4L.@O*@]?غۭ*?ک.L@sQz|a??@S+cSp?<?Biܒ@Sˡ+S^i?ڍN?~:?ghQF@S,vB%?-SVXFY?<7?݀c@S+@͗`T z?BsY?'&@TLTP@vn&0UU2?xu/ڶ?h-o:<@U﨏Ì~TѳXh?ѫT?͚a&@U&aSI?qZdO?7eg@T=Z@8ïUy?r|?㱀@Sl|U@?^%5tYNت?͑=>?tQ^r@X*s@!2{YhI[?ϦYf?/c@YݪPkYKXI~?l?gF@Z6g.xUe?*?<҅q?ρP)#@X=g.@VW=̳?mO]?o0!@W"QCSbV&{?LGd?з=Bn@V+o@)w@W֟?;0?3h@Wi\|;@Am`YMU?axI? TY@Y7ͅ^W6(?̫;1?wݘ؀@XW}@HVZ-k?FbI?S$s@ZuSC,2&8XYx?3eE?@xĚ@TV@T?y,Mby @G^?R?j9@a)m@@4jHPbP'?<R?EbD@bz`+% AC br?lwp&?vF(@c V["apa`x?${ځb?˲@ch.8(륣j`L}w?ё6 O? oݩ@as8a.:4F`8u?*&k?y@a ״Vt@`!r/??mP6?J{y@`C`?E`GE!H=?.#K?A 0@a%gX%ɫϹ`m4?ӈ? :\@`mW@MљaxL?Kf1?Ҟ0"@a Nz@8+td+1(?` ^?uXS@b^@Dh#f?>?$L@ey AZ*@P~2Nl<*?y ʧ_?An@h#SH@V`q]e?v}?l9X@qn=BIHp8\F?='!?)@l7l`@e&C-$w&GV?ӝm?7[y@wUWOQPfJrS$ u ?NNx=? k@t_*n('Uo ta?Ω6A?EշH_@u5@@ vy?ͷ?@5Q@vR8%Ne@B8xx/U?ͣuI?N-@xC;@'@E%]zmJx?͍a?^:@z{L<@H y:J]h}~X5?q9JQ ?pW.2@}9nN@K&(T>t?R74?ф۲@g Tq@P gtj?-%(?ќWbA@]jI@R/r?v?j]I=?v#@*oě@[:] K'?̙?|E?Wh@#.o)I@`xlX`VZ?Q6[?<@Ժvn@eGfFD7X?/(t?҃7@C^@kXr`<2}??˃a ?`⎐@ݺ\V@r7e?3J?}c @=@zOe4}?%'-?z^[@KxWK@&):?ȧ`sl?DD@ S8t@b] ?.[$4?gb@ lA^0?#O]pK? ERE@Ā[ H}f=C??@ (w£^[?Ul"?{(|@Z)wT&oSY2(?/Bρ?A@Z)i*msYt?i# ?IU@ZQ:?~4U@ZnVP?M 7v?вhY@Z#9MV@v}Ï@\Ll?:#E?fh@[@% ]J?7R?168@\؇}_@$F&K_38?ђCc?{ϲE@_޶Q, U] F2?ϣ񄔻?xY@^p ?dU)_(Ö?M?Ϯ@_@'\|K@ E1+_)}m?dÉ?6m`)@_~֮&8 9tZ`*@i_?539?DP`@`U[8E `RC?M`ͱd?ݬrЄ8@XM@_lhyy?ːz;?7]@fvNL@E~Hin?Ț~?Gh@i!pSadz9i|N]?p]?͞= #@jMU2[Chh>|?[Gp6?ҾD@gv8@3TڻkeO?x?]f@hG10@_#4fBsdAv?G8?֦}@p x@e8zvEVo?D)+ ?(NO@vbo@bQF5J%?Wt"8?-z2@|e}3@jcnj(?ɧی?,,@ @h/Lhi*;&?)`?4kΓ@?H@/IQ>F?כTW n?5;?ϛu@sF༫@sTXx ?1L@<?ϤxK^@s_y\sr$j?0X?Ϭ /6@sݍ\H@s ?ގ?ɩg5@s2;NsX#C?#n?ϰE/,\@t4D9?·cSk?)aaj@v0]@ )viI1?Ͽ|K0i?7@vʟEĸ@>U]Thw'zͩ ?Yܡ?m֟wi@wtCYg@';Ox,$b?7tn?|~q@xb ΰ@.Eø8yQ$˂ ?+D?Ѐ1@y]~Ӷq@0[%pz{B!?*h?4@z|!I@8U:"D`|L+gD?iĠ/:?31S@|Cf7@AtP~i05?ﴂ2?0x/I@~, s@FD4uR?jh?>(@W ^%8@JGC܀?ͺ'Zq?DP Q@L*M@TX0lM?P^"B?ѡKI@[;@Uz|8lڨ?+3?U"zO$@5}Y@`PRZ?4iģ6y?9C@ Z@b@LC0s7?Lc?҆g@@#=`@gVH`:?`d?ӿ47@ }0;>@ncʄ `9؅s?2B?~3@[@rluPLF~N?oD?ҳ_n)@ #p%@twk.?,)@@i2j6?ʟ6?@<@I`X@Y_Ĩc>n?ʃ0 o?Y @F]@<@gcW?\yS?~<@i@ߔn6y[?(d^?Ӳ\;,@K@=^@)HF!C?ȸa?}]Rh@>i6@ICK?Y{ZN?/@ǼQ?p@,`8.,?_?PZJS@GRڴbx?ل5j?ێ5@% R}H??A)O[|?[G?8 ?Ç@g8lpKZ.b nSU?ߵ루?i5C@eW>\Wb?M?Og@\|X@V&u6ef7?˅2?ҾD@dk%?[@N^2]RkeO?-E? )@fG @_#4fBq~ZD5?G8?z(6g@p x@Fq,tU%?xcn?a}Ee@u&OT)kRl?.,C? H@oxfw@utfe9u?Xb?V2@{q!@{ t\ Đ ?Ĝ{3!?Ԝc$@C3 @f6n2Q?`hV8?Ս>@#KQ@VKm?x?Xt]@r6=*??@SF7gE?Ad#?|"BE@sCP2#@s#1voV?D{{2?{ŗ@st/Us$(hN??}N?ϊʒQ@s-1,s.Z/?9ڎZq?ϔŚǧ@sm[s:9G@s> n?5;?ϛu@sF༫@sTXx ?1L@<?ϤxK^@s_y\sr$j?0X?Ϭ /6@sݍ\H@s ?ގ?ɩg5@s2;NsX#C?#n?ϰE/,\@t4D9?·cSk?)aaj@v0]@ )viI1?Ͽ|K0i?7@vʟEĸ@>U]Thw'zͩ ?Yܡ?m֟wi@wtCYg@';Ox,$b?7tn?|~q@xb ΰ@.Eø8yQ$˂ ?+D?Ѐ1@y]~Ӷq@0[%pz{B!?*h?4@z|!I@8U:"D`|L+gD?iĠ/:?31S@|Cf7@AtP~i05?ﴂ2?0x/I@~, s@FD4uR?jh?>(@W ^%8@JGC܀?ͺ'Zq?DP Q@L*M@TX0lM?P^"B?ѡKI@[;@Uz|8lڨ?+3?U"zO$@5}Y@`PRZ?4iģ6y?9C@ Z@b@LC0s7?Lc?҆g@@#=`@gVH`:?`d?ӿ47@ }0;>@ncʄ `9؅s?2B?~3@[@rluPLF~N?oD?ҳ_n)@ #p%@twk.?,)@@i2j6?ʟ6?@<@I`X@Y_Ĩc>n?ʃ0 o?Y @F]@<@gcW?\yS?~<@i@ߔn6y[?(d^?Ӳ\;,@K@=^@)HF!C?ȸa?}]Rh@>i6@ICK?Y{ZN?/@ǼQ?p@,`8.,?_?PZJS@GRڴbx?ل5j?ێ5@% R}H??A)O[|?[Gp6?mFL@gv8BBteuȈ?ۭxӻ?S ds~@hS~)SbGm*Yz@?xZ?A!I=@WK|d@Iœzw. ?Ĝl"?BǦ@~.]@|:ήA d??ȨNuV?е#@\iR@h(7$A3 %?=k!y\z{0??@󥄔xJd?Ad#?|"BE@sCP2#@s#1voV?D{{2?{ŗ@st/Us$(hN??}N?ϊʒQ@s-1,s.Z/?9ڎZq?ϔŚǧ@sm[s:9G@s> n?5;?ϛu@sF༫@sTXx ?1L@<?ϤxK^@s_y\sr$j?0X?Ϭ /6@sݍ\H@s ?ގ?ɩg5@s2;NsX#C?#n?ϰE/,\@t4D9?·cSk?)aaj@v0]@ )viI1?Ͽ|K0i?7@vʟEĸ@>U]Thw'zͩ ?Yܡ?m֟wi@wtCYg@';Ox,$b?7tn?|~q@xb ΰ@.Eø8yQ$˂ ?+D?Ѐ1@y]~Ӷq@0[%pz{B!?*h?4@z|!I@8U:"D`|L+gD?iĠ/:?31S@|Cf7@AtP~i05?ﴂ2?0x/I@~, s@FD4uR?jh?>(@W ^%8@JGC܀?ͺ'Zq?DP Q@L*M@TX0lM?P^"B?ѡKI@[;@Uz|8lڨ?+3?U"zO$@5}Y@`PRZ?4iģ6y?9C@ Z@b@LC0s7?Lc?҆g@@#=`@gVH`:?`d?ӿ47@ }0;>@ncʄ `9؅s?2B?~3@[@rluPLF~N?oD?ҳ_n)@ #p%@twk.?,)@@i2j6?ʟ6?@<@I`X@Y_Ĩc>n?ʃ0 o?Y @F]@<@gcW?\yS?~<@i@ߔn6y[?(d^?Ӳ\;,@K@=^@)HF!C?ȸa?}]Rh@>i6@ICK?Y{ZN?/@ǼQ?p@,`8.,?_?PZJS@GRڴbx?ل5j?ێ5@% R}H??A)O[?y*?υe<{6@jɰ:6X* i0?NK?"@j%j A?M~j+אCW??ϵjh@jUH,rsrj"? S?Jfc#@jk&gijf?&χ(%?/wI@ju:n,jw+03Rhg_B5?ѱ9?ʜbC@jEg  eI?m?ϟ~ɢp8@g'X[ f[ĭb?e_ ?ϡ#zq@g«LBGf]9sRy?Df;?L@m%YD@1:o~?؏\p? 4@p[`t[`8#cs=ܖ?ӖZbh?Z#@jBtr}~Be!$ls,L?^ځ?~ت @j)@[Q2s)?"d*/?T@r')q粕@_ z2,?}m}?p3Fx@wYM/@lZtkI 8?Ub?7B ]@ ެA@wEc^N?Уlo? -@&b}@-:+9jL_ ?PLgJ?րeO@!0n.?J?ڈ_?~0s@039'1??@2=V%n6?Ad#?|"BE@sCP2#@s#1voV?D{{2?{ŗ@st/Us$(hN??}N?ϊʒQ@s-1,s.Z/?9ڎZq?ϔŚǧ@sm[s:9G@s> n?5;?ϛu@sF༫@sTXx ?1L@<?ϤxK^@s_y\sr$j?0X?Ϭ /6@sݍ\H@s ?ގ?ɩg5@s2;NsX#C?#n?ϰE/,\@t4D9?·cSk?)aaj@v0]@ )viI1?Ͽ|K0i?7@vʟEĸ@>U]Thw'zͩ ?Yܡ?m֟wi@wtCYg@';Ox,$b?7tn?|~q@xb ΰ@.Eø8yQ$˂ ?+D?Ѐ1@y]~Ӷq@0[%pz{B!?*h?4@z|!I@8U:"D`|L+gD?iĠ/:?31S@|Cf7@AtP~i05?ﴂ2?0x/I@~, s@FD4uR?jh?>(@W ^%8@JGC܀?ͺ'Zq?DP Q@L*M@TX0lM?P^"B?ѡKI@[;@Uz|8lڨ?+3?U"zO$@5}Y@`PRZ?4iģ6y?9C@ Z@b@LC0s7?Lc?҆g@@#=`@gVH`:?`d?ӿ47@ }0;>@ncʄ `9؅s?2B?~3@[@rluPLF~N?oD?ҳ_n)@ #p%@twk.?,)@@i2j6?ʟ6?@<@I`X@Y_Ĩc>n?ʃ0 o?Y @F]@<@gcW?\yS?~<@i@ߔn6y[?(d^?Ӳ\;,@K@=^@)HF!C?ȸa?}]Rh@>i6@ICK?Y{ZN?/@ǼQ?p@,`8.,?_?PZJS@GRڴbx?ل5j?ێ5@% R}H??A)O[?y*?υe<{6@jɰ:6X* i0?NK?"@j%j A?M~j+אCW??ϵjh@jUH,rsrj"? S?Jfc#@jk&gijf?&χ(%?/wI@ju:n,jw+03Rhg_B5?ѱ9?ʜbC@jEg  eI?m?ϟ~ɢp8@g'X[ f[ĭb?e_ ?ϡ#zq@g«LBGf]9s$ls,L?^ځ?~ت @j)@[Q2s)?"d*/?T@r')q粕@_ z2,?}m}?p3Fx@wYM/@lZtkI 8?Ub?7B ]@ ެA@wEc^N?Уlo? -@&b}@-:+9jL_ ?PLgJ?րeO@!0n.?J?ڈ_?~0s@039'1??@2=V%n6?h#C?е1H @hoAߍ@I\iwwt??/@h2@B| =Hkbc;?*|?|*@ifb?@A5Otll'? ş?‹ٜ@nrgJ]Ce&b4Ӥ?޻E~M^?6n0N@hB`z^KrWtD?Zc?6!.@`o$?s]*^Ƨ?$A?Q.L@`rNO}SSS3/n,?žZ\?c| @U{%@AtO\R?J?ĬKp,@\,L>fT@{LU?mDg?=~Cy@WE>T!<XPvR;?kR_*?f33C@WS{b@4*wr8Z L??]1#?ю>-'@X"@1%)'4\a_?ҥ?ɀ(:Ě@])9X\( ? v٨?]t@Zۻe#PYߕw ?R.\4?y8m=@X"ޡ@@/9s^ ?-="?~@]Hf'N@ Q/]q?϶E;? @^!v.N0Wn^p 1q?,{c>? uw@^i1TE?6B,^Կ?? !s@_9=?1)_4ҁJ?-}?ϵ@_$|1d˾N_Ud?Y&w?ݽH_r麾?-?mQ@`<' e1`'? ʟ?И}@`.&D@``hn ?ΗĿ? 0@` /b@5ݟ_-}b_D*r?ؒe?q4k@b؟V4L=i @t`a&W=?Ј()[?L@aXB`aƫ,D?h|?x@ax`#?SPA؀aZ4?_ǵr?P @ad13lS*yhPaHh?Wvr?Ϥ~R@bBr%Da!,;r?Zg?ЬLH*@b Fpa0@ b&r?γ= p?Θi @b3ƛ@#?pc'?0;?!]+V@c@&@ e ?,Q?Fkskr|?м7 @du#@!Bf:=?-?wO?Q1;'@e{@;V0iH]?Of*?Ҭ"ZJ@g+k?O@C4Rr@lEQ?ʏ@?y @iJ2@PC9qy?<;=?2ħJ_>@aOI݅Uen?@?ԕXQs@\N>k@DA'i@_Φ-n?<~X|?n150@bS`mY9_e ?ڌ,j?yr@%bl5??@d=RFL.?ѴP BE?J[w@AY=os)x@{?h?A^? @AѲ@4R9mel-F?΍\]?/@RB U@- <S "8]? # q?:+@W*d5vb$?&?ޖ ̆@vzVw{:@??@Q>\!T*?џɍ ?@D4 {B2B<,6?BR P`?Lk@E \?tpFa?>?e Cf@Bfa}@Ds NQκT?!`?̯",w@Qs7V@$>HRH:.!?ȼk?ӹCJ@TDKYE?EG_P?y@\IuSV`u_ ??raхl-:Cp?KC?ϩRp@l膤K |0l-{`mq?lՉh?ѕYc@l@50 o_Q l?Tht$?_H}fX#@n0/@Bo !I4r ?ˬD2?&DO>@pΡ3碑@UtVf?ö8?)@r./{+@Y*y$e׋?Q?jhT~@z#y}lLleb?/sj? &c@u!ʗ1Zsht?\?R@t`W@L;q?xvxQ ?;h?<@vj0@To$|9.:=?I(?z@|N@` !#Qߊ ?r%x!-W?迶q@$e@mO,K0=w?_?ԒV+Y@A>z#7-?ع7U?ګ#W@.&i(Y۞&3 ??@ ?``?Ҭj?ȼE@ab=KEQp C?ͩl6?U@M@o=@Xqt{?5]3?ڽT:@XV@iA%/`]?q?4c@co@wYP2J,/@_K?6?ԑڈc'@n1+;?عG?ڪ@BJ k??@W !r?/_H?ΰ/u@T2]R$.`674{? @vC?ڝItg@ésA@bfecƽ4?+1?2b?u U@caS&@u͡%_k ?ġ?Ԓ4L.@O*@]?غۭ*?ک.L@sQz|a??@S+cSp?i ?; @i'EXq]@h5@ !?Κ??51@i[ҿ@6#X͈j5y<?ʮ^g?Ё67@jpoRn@0ctl/~:3?Va?”A0S@oMO4\~|0bc):_Y?7ͳ?ǰW@kr6BUmPaM֋[?Մۮ!?;|@hD~@j_+bH>?ǬX)?X-TD@g&߁[ovV?}yJX?BU3@RLj5??@%V?b\?O?2Nk@V!j@{PTd ?cH ?9oES@VӮɿ:lVr_?RМ? U@X9+@5 Ywۮm?h?Sʯ>@Z>D@,\À_/ð?Y2^?%i}@_k*7@FqD2lc ާ?k?b:sh@dkQE?;?Ϗdt@r\$(qB}??@9*&t?В[?ԏ@^撄GLw5hm@]D?w?l;[68G?Fm@^ c6a`]Pͯ?h>u?.&@_Bڿ-&^4Hw?iUiF?'зfA@_m0ෙ@\]ܠ?Л 0d1~?}b@.@`&aBЪ`GdZc?y1Z2?-տ\e@^+_+fcT/(B5(Obi?ŗ>s={$?9/5@T@L ]B\gsӚ?qku?΄HK@];/2U@v>zp_IW?yA?fxY?ia@`@3%IZ8q[aH?ӧDR?|/>@S\-@'2 ||/o ?蘯??Ф|@6@W@|G6h?ɑ^ ?aK@&<S0.Jo?ڠ]q ?hp@zoZS-~cE?y֍b?ԒCN<@8#Ոu4?ӹ ?ڪ{@9!Ѣ?ǬX)?X-TD@g&߁[ovV?}yJX?BU3@RLj5??@%V?b\?O?2Nk@V!j@{PTd ?cH ?9oES@VӮɿ:lVr_?RМ? U@X9+@5 Ywۮm?h?Sʯ>@Z>D@,\À_/ð?Y2^?%i}@_k*7@FqD2lc ާ?k?b:sh@dkQE?;?Ϗdt@r\$(qB}??@9*&t?В[?ԏ@^撄GLw5hm@]D?w?l;[68G?Fm@^ c6a`]Pͯ?h>u?.&@_Bڿ-&^4Hw?iUiF?'зfA@_m0ෙ@\]ܠ?Л 0d1~?}b@.@`&aBЪ`GdZc?y1Z2?-տ\e@^+_+fcT/(B5(Obi?ŗ>s={$?9/5@T@L ]B\gsӚ?qku?΄HK@];/2U@v>zp_IW?yA?fxY?ia@`@3%IZ8q[aH?ӧDR?|/>@S\-@'2 ||/o ?蘯??Ф|@6@W@|G6h?ɑ^ ?aK@&<S0.Jo?ڠ]q ?hp@zoZS-~cE?y֍b?ԒCN<@8#Ոu4?ӹ ?ڪ{@9!Ѣ?ޯw?>&R? q?0%)?uE88?R֓?9$f1?}?KIދ?i?n ?#LX?Xz4ި?V]5? ?c$e~? 2? y? Ws#? B.? ΀g? Ɍ? bk\? 5? oAe? X? /? ? ~ ? (S? ? ^ W? Yؤ?ğ?*wiG?,,?e~"x? z?P=5R?]UdR?<k@?ٜ4??V?u6?5!+?UX~?$/0&?CPL? }t?,%!?O%Dx?v ?n ?j; ?h|}4>N%>}.>iV*0>)ɻ>Ĺ^>)iH>.l>$IB>kڨ>Ju>Q3e? [!XU??O??}M.?hz+6?? P{?-˸z?/*wr?0]WO:?4~?Z&>J!+?UX~?$/0&?CPL? }t?ϴ?Ej?,%!?O%Dx?v ?n ?j; ?h|}4?+߷>|P >;&L>C'Q>N%>A?pC>}.>iV*0> >߈c>V@>_q>)ɻ>Ĺ^>)iH>.l>$IB>5F>]>&p}>蝑\>Ƒ+c> ,e>vܩ >M @>P->A>b?1$>x_4>܃.+Go>ބ_y>;ֶ>.`ND>-p>[d>]>g>Myn>TV>B >(#L:<>穃_>p JT>}P>?>%@>\C>钆ed>鿳ݑ`>B }>Ҝ>>3F:>D^oZ>QPUR8>[Cb>c-J-$k>h(>j9'*>kڨ>#?3b?3i?3>hr?3H?3*?3HcU?3U?3i>$?3 c?3 ! ?3 TW[?3 us1?3 ~aa?3 **?3i?3l0*?3Pͤ?31#L?3m?3`?3A?3ĉk?2D!I?2A*?2䐜U8?2<?2U?2c;J?2= [?2ؕ?2*N?2˸K?2{ rY?27$?2@?2;?2M?2Z{Z?2s)w\>ؚ *>}pV>_0? roGq.? 7c?X>?,bnx?/(]?2?3yp?7ng)\?8ѝ?@?X -?MJ^?O}0?P HDD?TRbl\?{ ~?"]ӰJ?"Ro?"?!0?!?!ä?! N?!pH?!vNl)`>d~*><{>)w\>ؚ *>}pV>_0> 84N> I&7>-pgw>gPV0>B4>]+->~>T>Js>7I>G v>hO>~,>En>_p??l?2UJ? -?f? ?0 ?R3x ?]?Q$?-?g{i? p쐈?V?m1? $fOv ? c tl? 䯻?EG释?ECW~?E>cj?E91?E4E#`?E-?E'!?E  aL?E8?E!M:?E 5DG?Ew0?D ?D}g?DmuC?D?DhI?D9l ^?DX ?DmR$?D&b?D=?Du˖?DGȿ%?Db)r?DpX?D2Q?D%U?DN"H?DޚAi?D+ަ?D??Dg?DbX&ێ?DGLt?DT`7?D840?D{S?Dܾ- ?Dv0?DefKV?DRNAz?D?Jvf?D,mq?D4d?D.`?C}:2?C5" ?C\br?Cqh?C4b?Cސ?C+xQ?CX"?C }?C]3(p?C`DQ?CU_?C){?Cmy?C`K ^?CS+0E?C@aC?C/?C!;?C*'%?C s?CMR?BbQ?B ȿ?B |C?B_?BɛQ?B)?B8?BE ?Btl?BAF2kҢ?BY ?A,?Ac?AR&?AN?A|{F?Ay%q?APk?A(%N?A$(_?@Q5Im?@K?@?@g(o?@5N?@%??TI9??%g?>X?>aF?>WZ&>?>UpF,?>?њ?>+EwZr?>5mZ?> o0?=v n?=.?= ?=8?=MF@?=Vk?=pR?5I2Ki?4l%?4(A-?3M&?3G4;?34l?3w`&?3Ah?3Cv?3vWu}r?/sT?(Q?#mQw?ow{?Rm>lC$?;bՒ? > lڎ?1J??RC?ADɓF?DdZ?EHq?Jd}V?KE?SЇ|?`.?a4"?bkOPd?g>^?4>?5I2Ki?4l%?4(A-?3M&?3ʹɄ?3zP?3G4;?34l?3w`&?3Ah?3Cv?3vWu}r?2*z[o?1oW?0hā?0|?/sT?,R(=?(Q?#mQw?MW4?x? -? )mL@?ow{?Rm>lC$>iu (>isp>jB>api>p>w+p?}O?4wf? ? KU&? {S.!? l?5?2?L:D?]*f?dsqs?^p?My(?0H|ə? B?mSIC2?yU8p??f?#?*j ?ce?lr?On?EQx?SO?qf?0'sS?S v?p.w?Z/?[ܡ?Q)??d?ówJ? ?;bՒ? +R~?-P"X?]k?SHd?SgA?S`?S&v?SHD?SoH?SThUF~?Q8(Ԋ?Q,|E?Q0~V?Q 9?QpM?Kjl?K=< ?J"?Jh7R?Jc$3?J?J-T?J?Jkf?Jhdm?Ja R?J "?JA?J}*:?JLE?J&?Wf?I_l?I[?HK?HE*u?H&C(N?G?G`rf?G蹙?FkSU?FWA4?F ?EןØ)?EZQg?E o?DmYH?Co?BL ?Bo!p Z?B|>"?A{n?AO.?Auy?Aj[?AbY#?A]ƩT?A[w"?<(?5%~=?1j?p? >$?*}Vu?,W1@??f SZ?Lou!?OM9?R$p6 =R?S<].\?W{LA/X?X"?A{n?Aײ[Bn?=s%?$>(  >(f>9/?!9?L? >?]{?]}{?]ĢN(?\q\?\Ufw?\tAe?\}Y֜?\H ?\Sy(?\YX?\Q7?\. ?\?S?\w5?\Y@KC?\jק1?\T׾?\˘?\*` a?\39k&?\A?\j]Tb?\RsJv?\89d?\!M1Z?\(]?[6=?[ d?[ &?[CL?[j3)m?[w >?[l?[dAa?[_?[\d3?[[*, ?[Z?^j?[>i?[&_c?[ʳd?ZoT0?Z L?ZǧU?ZI4$?Z+3?Zs?Zn B?Zs?ZiX1r?ZRhfYI?Z??Z0]?Z%AD?ZOɈ:?Z"L?Zu?Yv ?Yn?YW_fMd?Y^#?X9x?X%b-?Xo\?XS;?XE\E_c?XA2?Xm?WŠA?WӨ?W_NW?WIF?WνS?Vg?V~~0,?V7Y|?U 9r?Ur@?UEwg?U1윩?U :?U q:4{?TZ?TQÈ?TY4?Ts>K?Tiuq\5?T ?T6Y?TR(?Tx?T¾I?TkgH?Ty7?S;e?S|քu?S,J j?R%g{?R#j?R?N?QC¤LR?Q.9?Qo T?Q8r#?Q }~?P!L?Pk~?Oߊ"W\?Nn}u?Mx(~*?L?LmP?Ka ,*?KORmZ?K8&w?K'U ?K ?K;8?K!?ED?@Vo?:w]?/p?4ei?6ls]?H۩?V>{[TX?Xa+2?\b{F?^+ ?b_!Վ?cj A?j ی?wLb?x ?yC8Q?G=?JAWX}u?Mx(~*?L?LmP?Ka ,*?Kb?KRk_?KORmZ?K8&w?K'U ?K ?K;8?K!?Ip?G?F8s7?F ?ED?C$?@Vo?:w]?0@PQ?$w+|?G?) ?/p>gYW>hOӺ?JR[T? \TH?琉 ?2?pU?bs ?Q?!t5ŅA?#k 3?$NJZIk?&\Pn$?'Ě?)v][~Z?*b?,_c?-m4:1?/ %*?0"&}?0\5R?1<<|@?1i?2)=?27^?2&y r?359j:?3xUJ?3*l?3?4(u?41AB?4N*)?4g1)?4{g(?4[x&?4 ?4a2?4??4Pf?4A;?4?4ei?4"g;?4̦?5 / >?5@l?5]?^p?^#\ ?^֨?^k{P?^-/:{?^B囹?^x?^vt?^~UO?^P$ 5?^3?^%'8?^?^~b?^qN?^3?^E 1 ?^sQj?^JW?^CWf?^?t?^~I5?^|H?^{5 "?^yl?^xKg?^wW@i?^v wdX?^u0J?^tJ2?^s3U?^r?^r{Xk?^r%w?^q#=!?^qf+?^q(?^p[?^pϦ/?^p?^pۚ?^pY{?^pY?^p:?^os4:]?^ny*d)?^mޠ?^lρ?^l?^kyhI?^j~?^jJK?^j5:?^i;?^i?^i` ?^dQ ?^^]?^Xw?^QqnJ?^J?^CQ&A?^;(/?^2?^(j SB?^k?^&~:?^ 3 9j?]̽c?]4[?]f?]ލC?]شc}?]?] Ϯ%?]\K?]34?]^z?]bV쉴?]?]ё?]荇Q?]5?]痦 ?]Z-N?](O?]VF?]׷?] 7?]WzN?]x?]?g?]4?]|خ?]jlcl?]V??]@ɤJP?]*Wd?]Dr?\?\M??\{?\s?\v[?\io?\RR4}5?\={?\/y)?\$> **?\o<7b?\;L?\j8?\DWR?\R?[?[\O?[Yv?[W?[=?[76?[lwj?[TmEK/M?[??,?[5?["(?[{P?[H.?Z-m\?Z ?Zы?ZE?Zŷy0?ZiM)n?Zv!h?ZFD?Yιu?Y)?Yry?Y8/IOV?Y 2 ?Xb?X5tQ?X?XкF?XgW?Xa??X?W8p{^?W< ?WP^6~f?W ,W?VV_l?Vsku&?VZ?U?U<?U(:"?U?UvL?Uh??U[~?UPyw?UGBb?U?^v?U9[Qq?U5}۰?U2xњ?U13kP?Tم?Tl]?T;7V˕?Sye?S}7!?S?8>xcp?RR?R?RO=?R~?Q~d?Qr{1?Q[H2o?Q0OGT?PJC1?P0:ƥ?Nٙ@?Mc#?MHѭ?M Л?K˧DǸ?Kk M?KNg?K7طK?K%I%?KP ?5kB?7.1?Ie,nd%?W0?Yo ?]bPo3u?_3¯?c p3?dۇu?kca?yU?~qz@?Mc#?MHѭ?M Л?K˧DǸ?K?Ko-E?Kk M?KNg?K7طK?K%I%?KP >\"r>]۲?? Q ?K?A?J?4&i? KF"?" %0&?#4 E?%u>6?'z?(uxd?*R ?+"?-Uh?.hN6?0 &b?0CG?1EN?1b+?2S5?2Jwn?3/1Y?3w-?3V0?4!k8?4]V?4Zt?4u?4V?4gB?5RQn?5-8&4?5>="?5KwI?5VǷ?5^?5d})?5h?5k4?5kB?5vc?5SYp?5ׄ [?5 B?6F?64!$-b?6Omj?6im?6ٟ7~?6~D]>P?6~?6?6Lh?6M?6}V?6z\,?7 6l?77a?7 ?`~?sR?`~z?`}l?`}:.8?`}{IL?`}]ӿ?`|?`|.֒?`{?`z'63?`z>"@?`yx6?`x63?`wï?`v^?`u2\?`tόF?`sP?`rCv?`q孌\?`p#o?`o?`o ?`n1a~?`mh9<&?`lUM?`l{o?`ko?`hg+?`hfH[҅?`gїx?`gHJ?`f/.?`f\AUC?`e>#F?`e4>T?`eZ?` +(?` ա?`_ ?`gZL?`7n(Vl?`=?`$?`dmr-?``!?_ b?_ZL*?_3Ȥ?_פ?_E,)?_?J*?_aY?_*dPh_?_k)-?_OДI?_2e?_S?^޻?^Ժ'r?^[F?^eM8 ?^|=~?^fgP?^VnC?^JI?^A^?^;/?^8g| Y?^649?^5?^Eg?]?]g?]Ɯ(?]GZ?]yv?]m[D?]eͲy?]NS?]Ch)?].$B?]#v?]&x?\֊/b?\9?\f3_?\f`?\^x?\|?\q>?\;ԑ?[Qj*?[݁?[RBYiQ?[)T?ZTұ?Z/?Zp?Z\.?Zj ?Z+)?Z%l?YD?Y%uV?YCĞL?X`ө?XuW?XU s&?XO ?W|?W>/?W [?V?V얌?V.nN?V7-?Vc-?Vߺ`?VE+L?V?VψZX?V/rNe?VN?VX&h_?VAI28?UC@T?U]?U+ee?Tͳ5w?Tmtf?T,E?S !rU?S^TP?S ݷ\?Rɴ3?R V?RI`s?R7|?QjBK?PB?P w?Nuh$?N5K+"?NWwf?L<J?K?K“?Kb ?K85Z?7B\?9tXӿ{ ?K]^C?YR:*f ?\Vh~;?`0+9}?au.f澑?ezq?f@l.?nֆ?x^C${?8.w?Nuh$?N5K+"?NWwf?L<J?K:S?KG8?K?K“?Kb ?K85Z>dG?E?*?P?Zf?Ɍ?h O5%?I@ ?!ZLc?#D]?%*s?'b?)a?+)R?,[Ta?.13O~/?0Z?0'Dn?1ZW?2O_ '?2?3%4f]?42?4{ t?5H_p?5tց͈n?5T^,?6J2D?6\?6?6ú^?6v{B%?7 gV?7)q{T?7@dQ?7Sb?7b^j=?7m!29?7vtd?7}C#?7oz?7waP ?7B\?7zť͚?7ݭH#?7kpl?8%A1?8A ֗?8a!E#-\?8e1"C?8ٰ+C?8uK?8[7?8;sx?8ԑ?9X?9!u?91$ڙ?9?]KHe?9KFU?9V$rg?9_Ԛ<>?9gA?b|t:?b|hk?b|Dȶ?b| 0ϖ?b{n.D?b{Nځ@?bzot?bz:*@?by9a$?bxR~ ?bx?bwV3?bv(RY?bu&!?bt?broVm?bqLbRt?bp9?bo=H?bni {?bmHvԅ?bl0o)?bk&0 z?bj(o?bi@94?bhhϯ?bg?bf3&=&?bfe?bew?ber3V?bez?bd+?bdy7?bd??bdg]?bch0?bcɋZ?bcv?bcη?bcS?bc?bcb ?bc\?bb?bb7)?ba ?ba'3+?b`1?b`S?j?b_?b_R?b_J&?b_a8?b_K*?b_C?b[6%U?bX+ ?bT (EG?bOIC6?bK9h?bF ?bB9ha?b?b|?a;^7q?a??a?a9l?a!U?a[9?P QO>w?]+?`UΑ?bZR_?d*ê\?h]$Fg?i͸_?rtܐ?`S'?L'p?PLFS?OBN?O{oG?LHL?Lm8E ?L> uN?L3{F ?Kʴ?KZ~:֋>)s?dT*? ªA' ?|yI?4v?8B? j1?"T9N?$0?&]?(_?+Gx?-'%Ri?/42.>?0d]Y?1H?2e>?3cdp?44Vv?5 fB?5 ?6y.?7;8?7Pj?838?8v܄?9 BD?9d?9RS?9`{ H#?:'kIJ8?:Uri?:|?:O:V?:j?:+i?:l"?:?:a?:1?; "Z?; X?;՚PZc?;54z?;bx[F?;^EN?;W'?;ݧ3f?<9i;?<%Ny??eFnr?eF}Wʣ?eF=m|?eEj1?eDO?eCV|?eC۰;?eBk ?eA :?e?BZd?e>CW)?e=yT?e<-+?e:=|-?e9{i0?e8Z?e6ø|Ȝ?e5n>2\?e4#|=?e2+CN?e1vx?e0;?e/lz?e.ɟ?e-+?e-KBE?e,kQ?e,+e?e+mm?e+W?e+% s?e*>Y?e*0DM2?e*[|ض?e*6n1?e*x}?e*Yk ?e)ʤ#?e)w?e)xH?e)Jl?e)o?e([L?e'Y?e'?e&3L?e&N}7?e%?e%kP?e%-4?e%c@?e$x?e$ɟ ?e hDv?eXD?e s?e*Ƶ3?e '?e-n7I/?e4,j?d.-Q?dqKz?d3+b?d6?dҰ?dP?dxO?d;gD?drɮ?d ?dq?d(4,?dϱqZ?dkA?d<?drA?d⽐`?d-ؔ?dY( ?dӼ?dqt?d/?d c$?dv#_V?d@?d;?d:4?dqľ?d'??dW?dtA?dfF&?dW?dG8{?d6v?d$""?d@7?ceh?c̴?cHp?c6=?cz?cq ?c,?cz^&u?cqڤ!i?ckY6?ch`?ce\?cdZֺ4?cc/ ?cNW}.?c;x|?c+M?co?c 8r?br0?b3?bՑTlZ?b)=,?b^l$?b(4|?bd]?b$״?b4?b{ý?br߿S4?bm ?biM2?bhD?b.5G(?b ?a9h.?aq6/?ahL/b?a?AG/?Rm ?aI 3?c_V>>?f//P?gHU?m MF?nbq7F?u2x?I%F?035{C?Q~׽?PQN?PjYWA?Mvb?M L{?Lt?Lx?L(b>Z}/?& ?f?2$z?C߰H? Thq&>?>[Ǝ|?>BdL?>S}su??'\??Lj??r>F???? x??y??ψv6j????jE??y??*X??>?@Ff?@.`go?@Ga?@`([?@w02dD"?@D$.?@7x?@Z?@aBp?@e?@睝'?h*Z?hB!?hY?hV$|?h֏?h6a@?hɾ_?hI}8??hкɯ?h '}?h̀T:?h$?h?VY?hȦI_ ?hovC(?hš?h9 j?h ?h?hT?hp?ha\?h-?hY ?h-$?hb?h.~h?hܹ?h0 Y?hbˊ?h5@P?h{C?hՉ?h '?h){?het?hK?h-a?he ?h1LA?h{쀪(?hݘ?hNA7e?hتm?hxBC ?h-r;0?hN?h y?ho{?h\?hVG"?h ?hX(?h>>8?hoH3?h;_q?ho?hzɪ3?hqu?hhFh?h^{]v?hTIxi?hI~K?h?00?h8T~?h3Ng?h.0Ȋ?h+XI?h(r?h&?h$?Gٳ?h"˘h?h!n98?h f+?h4?hD?hQ%u?h1ۤ@M?h(?hY?h/Q?hs4?hy?h ͉n=r?g7&+?g土7?g)r?g !?eޠT!?eDht?e@p?eEq?e_Xqt?eڤ{?exm?eqs?emlE?el4?e%9u8?cwbS??cB|+?c=_}k?brj:?b~?b{ʺw?b?T#?a76\?axL?ap?a!?`ɮBw(?`MT?`]L?`3ZudN?`M`0?`rCAQۄ?`fe?`[M?`R~b?`KY?`ETE?`A3ض??`>z?`=ފ/u?_N?_@m>?^@ ?]s4?]W oO?\r/C?\MRI?[ff"?ZJ?Z0gu4i?Y6Wy ?Y+l?X&c?Xj?WY(?V1?h;?T[4^'? 5혟?U;q?*UK? TAkn?# ?&,G?)R?-lFOr?0Ph?1#?3'Ք?4e?6 ?7So?8MŌ?:/uE?;qA?p?<[aiT?=ǔl^?>ּ$>??бEd?@\7v?@.?A i?i_?i(WNs?i(:?i(s>L?i(Rpt[?i(G$P?i#:$b?i(?i0T?ii?i v++?i˚Û?hvF?hO8?haL?h1_?hC]?h'?hğr}?hT?h/(?h5T?hXQD{?h5aC?hVӐ?hoR?hMF ?hppu?hh?h6?h 3P?h1ݐ?hM?h^@4?h+?h30?hn?hv'?gMޘޘ?g8 8?g%T?g=:?g KL-?g„)9?g=*.?f?fDJ?fϧ?f(B?fn4|?fQ7K?f5s.?fY?fz5@j?faz o?fJ:D?f7PeKu?f-+?fY?fH9u?e}!J?eEi?e\ 6?eχ>?e\3?eb/?e'nۚ?ey?eLޖ:2?e) ?d0+?d?dK'?(I?d! zL?d>%?c+k?ct"?cp0?c"6Si?c}(?c<9s?bq[y?b@4 w?brK(?b,}.X?a,P?aG?a@ 0pС?`?`a>?`Ӱ?`'K?`O?`'T?`smI:?`gd?`\`c?`Rĉ%?`K(^mT?`DCu?`@ *b?Cy?E_m?W|W?e|'Obe??@NQ?BxJ,?CI7?C>e `?CZ4 ?Cqđ G?Cdn?C\?Cbm%?CQy?C6 f?Cq?C,xҽ?CE\d?Cy?Cwe?Dhn?D"Aa22?D@I%DJ?D\ȐyK3?DwfA?D13?D*?D's?Di 9?DCY(?Di y?E 4#F?E!cd?E&?E2b?E= 4?EF4?EMާ ?ETH?EXY<|?E\bM5/?E^o:?E_m?Fw%G?Gh?I1*u*F?JynNp?K½?M ǜ?NW֓ɱ?OیI*%7?Pq?QsK?R8i*G?RW`?SAb>&?T3?U??U6-w?V*z@?Vd?VvŌ?V:7?VZIס?Wո?W.%?WC?WT?jq fW ?j^/aD?j%?jo\?jD-r?je.m?jh?jcV7?j8?j)?jSWs?jGH?jav?j!L?jK[ɰ?jRA֌?j)?j5Av?j@?j{?j2T>?jt r?jʃf_?j4mc?j<*:?ji ?j6͘L?j$?E?j1?j`K8>?jԊQ?jA$?j?jul?j¾|M?jv{?j8*ġo?jx?j_+?j&?j^?j?j~d?j ?j~gUY?j}f?j*?j!?j6>?j}c?j?jZ?j6jA?j~T?jɘ?j?j}Df?jwC?jp5^pT?jj92?jcCrV?j[r?jTWNP,?jK)X?jA>x/?j7?j,QJ?j!?AN7?j?j J2?i=آg?i\o?i,f74?i4+_?ig''x?i8:?i|>?i__7?iݞA6?i.BX?iІi ?iJ?ic?i b?i؅f?iR&t?iBT͝?i5*I?i%}}?iK:iD?ióla?iQSds?i?i!bJ'?iG_?ika?iUl?i?H?i&l?i Wܞ?hb=?h3}?h+ |?h%"j+?h"a?h 3?h /?hum?ga<;?gjz{?gҳpV?gm?g2^k?guS?g\d̳?gGN|c?g<؆?g)t Y?g\Ȥ?g0]V?f(Ŋ?fxx?fyڂ?f̈N?f!T?dn:D 2?da?d|PD?dBy?d?Qo7i?RD 1?S5 ?S¹T ?Tm?U ?V{xM?WEqJ?W?LF?X5<(h?X#!%u?XtO?X ud?Y's$?YIV?YfUBK ?Y}u,'?Y&0w;?Y?lz K?ld~@%?l#?l< ?l"?@d ?lb'^?lyR?lin"?l3/a,?l?lXT?lH?lMq?l$H-?l4ͤ?l2A 6?l C?l0 i?lE΀?lT?lxf?lƠe?lFc\x?l1vI ?lA=?lt:W?l¼i?l,@8R?lͮa+?lDS: ?l$?l̥bڂ?ll72t?l???lν?lNfl?l?C?l)0?lYtC?lʭ^)r?lɎȨ?lȈqx?lǝd 0,?lu%?l?lŀy_?l ?lģ23?l^X?l5?l(ZO?lu?lF?lԇ?lH(<1?l D?lOl?k I?{U?kܐoJ?kSo?klߝ7?kʺH2?k3#)?kI?kz?kmx?kk@1^?kRW?k4*W?kܻ- ?j\?j˞aW?jE`:?j>r?jo'SQ,?jSusJ?j;e6r?j*Yd?jwrz?j 7d?j |'Ia?j ?6?j0O ?jB'?ipB?i8?iP:kõ?i ?ix9?ia?iBKn?i%?i UH~?hV~-I;?hF?h T?h/Am^?h/y?h]uX?h?h}" ?hx8]?hw!(tc?hqm?g1c?git+?g)k?f֟Ors?fK-`?fUjr4x?f13g?fSZ?fY[Xd?e=aQ?eS3Gx?ez$>,?e#P)x?dDei^0?dli.둆?d V?c=!T?c?e\?by?bI-( ?a_C?aP~*P?aA^z?a>r?r?a:>?`8?`*?`NP e?` t?`?`iQhdM?H?J}t?]|zp?kN+?n^Pn?qi?sm;?xR RR?z3)wDu?C(kO ?D$?Ed ?Ey$?F"?FmJj?F$U?G3ҠO?GxTf?Gkf?G=f?H,pT??H3`6?HPd>?Hi -&?H|ƌ ?H/6?H[?H{cȃ?HkP?H?H$?H?H,q'?Ikf?I-qhP?IS5.?IwHTb?Ij?IN?1?IYD?Ie?J )0Es?J%<h?J<2?JP?JcDh?Jt?J&4?JZZS6?JrZ?JZ6TO?J- wS?J;?JU?J߶?J}t?LI'B?M#?OA?!l?Pɺ?Q_G/?R.?RZ?S;2?T 'h5?UC?VԶ?W˵6?X"<Q?Y?ZT!-@?[G*?[?]Io}?]ZL ?]g?p?pxd.?pR|,?pQ:?pB?pJ8?`eIE?M Tz?Omv!?rV٭d^?uV.di?wTF j?}Ξg$?1?H"?H&pT7?In" ?IAqk?JyY?J@EO?KF?Kn2?KJ@?LYω?LJ-/<0?Ls_?LUi?Lʜ?L:0?L܆Wn?L*?LY?L1}?Mc}Ll?Mp?M Tz?M;'%?Mkf?MJ?Mų\?M(֑?N?A0?N>ﳁh?NaV?N`n ?N0U?N͆}?NTI?Nn?OXѓ?Oa7?O,^hc?O;~S?OIA?OTS}?O]iN?Odψ?OiӽB?Ol&d?Omv?r/H'?rϝR?rcH?rt?ro^ҒS?r]Zh?rQ/?rJlL?rHʟ?rmbΖ?rr??r F?rH@l?qw ?q7&?q̹q/O?qusQ4?q1QN?qJW?q.ZT?q۴Je?qmGE?qVl?qzM(?q'6?q%A?q޶ ?qؖoH?qAR?q?€{?q-m%?qm,,y6?qN}?q>!D ?q?qVb?q7##?q`v[?q0[?q:W?q~]Z??q|(\f?qztGHb ?qy lj?qw~G?qv.?qv2t-x?qug`?qu5p-?qtO.?qt@Xm%?E-My?M'i ?NSN?N6zJ?O?P ?PCQ?Pt&F?PWN?P*z?PzRS?P3T?Q )?Q?Q*p!?Q5ԝK?Q>L?QE;bo?QJ 2?QMb?QO;dS?QO]-?QnM?Qn@?Q4b?QFn]?Qڶ{?Qr?R1?R>tm?R1Xp?RDV?RU+c ?Rdݮ?Rs^Ȭ%r?R?R[0&?R苹?R1 1?R3=k?R?Rr!+~n?Rd}?RW?R, ?R#)f?S֓-!?T6d?V}?W>73!?XagЏ1?Yf]!{$?ZT(?\vV$P?]\.վ?^>@?` ف?`G-?aiqI?b(p?bZ?c1m?co4?c@ J?c?d%cS&z?dIq?de?d}9/?d-ˊ?d?dP?d8?dT?dI?taV~?tLu?t &h?t8?tS?t-t?tWBE?tr{G?tn8н?tK ?t d|x?tvB?t6:?t ?t H?t\&?tz4yR?t/Խ?t ߲?tW?t"?t?tVf4B?tV?tm?t"溺?txe?t%?t `QQ?tC?tƈߪ?tj2?t =G?tSS?tABݎ?twɫU?t;3?t ?tV?t4?tt?tP T?t??t?t~r]F?t}I?t|a?t| ׋?t{RFC+?tzX?tz:<k?tyѬ4%?ty?tyG?ty$d?tyyj?tsi?tn* ?tgc?ta}+?tZZy?tSu?tLoe?tCvo`;?t: E?t0/Q?t%qc*?t2[4?t/?t}o >?sc=)?svz?ss?s4_?sMf$?s9p%s?sݓ?sۈZF?s9?sq\hh?sPHM.?slR?sս ڌ?s<}x?sK?sԴ}i?sԤѥT?sZWn?sɍOt?s-0?sP:?s+^?s͝?s?s~?sk$R^U?sV }*?s@]IF?s'8?s ?rw?rՓ댸?rwt?r?r~?rfŲ#vz?rRc)?rCm/Hd?r7l?r/y ?r*S2 ?r'A遤?r%~ݓ?r$z?rzFD?q്?q׃B<?q32S?qdD?qƟ?qz@?qa w}?qKs9?q@B[e?q,px?q"Q?q7?pb'o?p7?pSi ?pξ6?p=*r?pR$?pu@C{D?p@NX?oq '?o?F>?n/j?n$zn?m_?m{/?mYOMx?mO,8?lBQN?l6OFY?l'wӀ?kc^G?jn0N_?j"?t,?ie?h ?gHP?f6?e=J?dHoQ?cJ"?c!,g?cn2?bc?bVƶ,?a?a{qk?Th;vD?Vth?h5d?w o?zYׄ?f* k&?E\Za?vc?.&E`%6?R*EFz?R9dD?R=X?S7&?S{P?S !?SmO`?TAX?T5]M?TS)?Tl-n?T[W?Tgk?T< S?Tn~?T P?TmX?T}f|?T%?Th;vD?TH߱?U??U&.m?UEޤ?Uc?Uf]&;?U@?U3?U%#6ʹ?U3P9e?U,*>?V q¤M?V!?V*м?V8`?VE @F?VPb?VZWu?VbolQ ?Vi) ?Vn!H?Vq\r?Vs2ݜ?Vth?W\]?Y2}]?Z[?hY`R'?h{86?h9+i?h\?hZu?h)r?hY?@?hXD?hn\?h5?wfdY?wPƉ??w}?w b?w i?wMKS?wc?wR\?w}=?wQVz?w>??wdV?wބg?wH"?w \?w6?w?w +?w!?wbI?w?w-?w}I?w{vL8e?wz5=?wx"?wwI~4?wvO9?wtk{?wt`?ws9A?wrdq?wqˤ?wqq\=?wq?wp@G?wpg?wp. 5u?wp?woǯ?woZg?wo7'?woy?woN?wnleE?wmL-1?wlEa_Yk?wkY8?wjNြ?wiҕ7*?wi9Y?whH5?wh[dH?whA ?wgį'?wgn?waѵ}?wZhSq?wSCXg?wK7m?wCc?w;9?w2p ?w'hL?wopk?wM%?wK ?v!$+?v/և?vRĸ?vJ?vRl@?vM?vyNt?vX ?v я?v} I ?v'Y?vyG?vfj1.?vR!?v<]~T?v$N?v FU1?uA2o?uӌV?u%qO?u_S(p?uqCc'?uL?u)5I?u{e=?t ?t?t^.?tt.>q?tJ?tu4m?txD?tY;?t^Ú?ty6Y?tZ"S?t?oX?tY8?tFoW?sWW?ss:g?sK?s}\?s*0p?sq?sde?sE?s,΄k?sq?s /?rͷrY?rZz[Y?r[?rwQi?rSt?qH?q$?q5De?pBs#?p{?p|4?pgŜN?pa;?p @»?ojʩD?oYR2L?nIǪ?m2:8?lڤq`?kgr+B?j$J?iJ?h[ C?g@D ?erD2?d!~i4?cFI?cݤ?cY 괸?bD oī?b/hZ?X[;ڄ?Z-.?mX?|U>CG?$=S?3?]`?{&>7?B_?V3g?VrR?V?WMiЯ]?W+8?WD7?X4?X+H2'?XO2@Yn?Xl&?XIU?X/w?X ;(W?Xv_?X*(?X(3f?Xdu?X̓`ԫ?X[;ڄ?XM@?Y#z?YKk??Yqbh?Y?Y ?YW?Y*Q?Zg"?Z,Դy?ZEo^4?Z\ Z?ZpAe?Z?Za?ZPas?Zs-?ZxxF?ZMajV ?Z1ִ?ZMԻ?Zئ($?Z>&?Z-.?\n(?^ ?_A{A?`e?azӶ{{?bLa?cG?dF;?{{z|?{e?{ An?{H5?{YtM?{F;?zUzuH?zBY?zк?z&?zZQ?zIU?zans?z߷E,?z]uw?zuxI7?z=6b?z@.a?z[?zu/?zED{D?zܢ6W3?z+%ʽ;?z12 ?zG?z}5?zr>?zDs$?zխIo?z.ո?zƟI?zqwM?z,[?zLsk?z\ ʎ?zӯa?zӚE9?zӏ; ?zӋ(?zX˺?zо%?zφ>r?zmZ>?ztw?z̜7*?z|?zQ,?zݻ.?zʋ{?zZG?zJַu?z¼Վ?zJ?z%1?z=`S?z$L?z%ν?zz_?z}Rd?zp7?zbq̏V?zSF5?zD?z4<?z$&1Ll?zQ8T?z y(?zu?y 0?yU?yih!+F?y C?y<?y:?yׄfpz?y yj?y͚Jl?yra?y$CD{?yQ%`?y?:4?yeK?yI'*9?y*p?y E`X?xѭ?xŠ?xz Y?xr}?xGF0!?xn?wʹg?wV,!?wez¨?w+j?wU5s?w۵?w}3}?wxn]66?wu䣞Y?wu!&^?wJ?w%uC?wVY?v ?voо%?vxt8?vYI$i?vZs?v;MM?v*8f?v@5&%?u379?u8_?u> _?uʑ, ?u-?u2ln?ul?u}7AN?uYHO?tQ!?t@?s!ɉ?s]=n?rv 3?r~\?r~$?re'/6?r]V?qt~o]?qv?q#?q$)ݝ?poI?o?n،?mSL?lS/?jy[z?iVH?faw?di?d+o?dĪd?c_{$?c?]:i?_y?qt?}F?W;6j$?$yaO?5k?i?hF- ?Z鱢'?[YR%Ł@?[lH?\ x?\SHw?\K\]?\;?\TԀ?]?]-W ?]EVM-?]XMf?]g;_o?]rC?]zk?] ?]:HA?]:i?]M@?]s)z?^?^G0n1b?^r c?^F?^@?^ڣ ?_!@?_%S:?_CRJu?_^?׬?_v(w?_f?_ c?_D?_Ì؀?_<?_C?_+"?_r $?_2.Z?_?_y?`CP?a^?bI"?cC?dW?C?eȕ r?f ̉?g;?i`?j>ĶI+?kki+,?lq`?mǻ $?nKE+D?p (9-?pmq?p;Q?pLm?q\?q@Wr?q_w[?qxF :?qdmi?qO?q[?qy4?qT-?qƒ]z ?q{iL?qȼ1[?qt?r ?~F?~k?~.K?~ t?~ÚV?~M?~m]j?~,.?~7?~NI_?~1?~\Ca ?~rN;n?~4?~*?~IY?~^[?~iJ*?~r”i?~|`X?~ēP?~3Q?~4 ?~,.?~.25?~Zەx?~1|?~Wߎ?~a?~~*u#?b^?b ?cWxH?e#u?fL?n+?gq3?hGדp?i`t?j̃?lG"z8?m݇?of'&T?p6aO^>?p蒈Ev?q'5J?rQ23v?rͮT?snߜm?sŒNd?tD?t<|Dto?thVU*C?t1?tZ?t\?t+V?t4?tg?u܍B?u| ?u x:C?u QM L?u\O?u? ?$+ԗ?ŭOf?l?y4?RL?vt? h?D3?K?TJly??#?#+?l"e?,? Ǝ?P㌟C??gJ?"?{ N?֓?h'? Rk`?|x?TC7?R?c'?~՚?~G0?{?{ ?{)+?{Z?{mP?{_?{W=2?{U8{~?&Lƻ? ߻a?%į?;8?l|f5?1+[G5?~<_?~޺?~^im-?~?~lLcE?~\k?~QFl?~K@5#?~G{x?~F`;/ ?~ Db=4?}?(@,:?}u&7?}tG?}N 4GD?}&SE?|@G?|d?|?u>?uݎ?u+r1f>?tp,?s?rֹI?qS?p=?qd=k?r4ΩV?s%!(/?s׉D ?t#?ui|j?vEb(?v.!̆?w1;Xo?w$?w@J?w"jk,?x!?#2?xC+"i?x_=zpH?xv%?xҴp?xS!?xԠ4?x}bo?xNu%^?xtuvc?xt@+*?yٍ?yg\b?y?D\?[vF?9?89^??GGj?ZӐ?x?vaPy?WHK?$al?O\:?Q6@?y?k ?a?&?ҺbM?_`y?9TZS?|YF?g?2#?3?%?hUp?FC~?!bg?]?\?y??2U_?]?|?0=@?|>%8=?88?}?wdJ?q?jj>=?crenh?\(c;M?S?W?I-щ?@?5\/?+:? ) 0?pz? Y?xŏ? ӄ@?C?E?(w?k?!ԟ%?*2?Zi[?N%?(?~' ?e??P?߃?AA?'?)+A?Ք}?$jz?B{b?aһL?u?2?{kx?f]z?P ^?83?/1???ˏg;G?4-?S ❃?"oh*?_ '?5_?d?cF(#u?cT7?c}/?d &wR?d'\+/is?d@ &R?dTCj^?ddj ;?dq9K?d|]nGg?dQ?dΕ?d1Y?d:px?d2?d>tON?dX#`?d An?e?e6laH?eR=b?eme?e}b?e(@?eͱ?e_2A?e'|?e_C ?e TH?f (#?f@PI?f!ZV2?f+Zw1 ?f3et?f9J?f?i?fBK1?fDʾ ?fE?gO?hmh?jK*,y?kRW3 ?m l?n^M?o&J?p 4#?q|?rMp˓(?sq$?sf?tƖP?uUM?vcZf?vy 7?wQ*k?wg%-?w^#;~?x^B?xA`CI?xd?xO.^?xWK]c?xvZ?xH??x ȣ?x=/G?xϕNU,?x?x=eX?y5ɬv?yv۳? 0w? ,t? [)?FzN\??i<׬?،?2y5<6?|N?I?Uy?&PG?\??Om?IF?򽰫Z1?U[?72P?GQ?η? ??-Kk6?Ѽ??}.?`˜?քU;?C?hq?սj`?z)W?`a?@?A?"?%j*?E줐~?vr;?k$W 7?_-a?W?Qh?M?IN X?F*Xx?Cv{x?A`aP???>9=/j?=SK?<*:V?;wZ_?:+?:0?:ia?:Ybe?4]?/0?*vRo?&F?ƛ?cP'?pg?а?΀J?5,?̮ͩ?C?n o?Q?4mHw?_}? ?r@S?P-05?ZLJ?<1c7?$>f?g??ס_?~0VX?~]F3?~!?~Ye?~\H?~$/P?}!W?}?}Fjy?}ep4I?}8l)?} Nj?|GA?|TU?|Zp?|d6x?|],u3d?|CcHj?|2JK?|(?e"lj?e4RuB?eWScp?eyB?e*}l?eb?eՒ3?eb9?f v&wU?f"P?f9-`?fN%%?faL@,{?frM)?f2"?fnr?fR<-}?f?flǐ?f*?f`"?fǒfD?fDq@?fy[t?f5*-x?h$2?i8yF?j~I?lO"6M?mIZ?o1?p@yPk>?qXW?qڥ?r ?s_1?tm3T?QP?uFݮ ?v!?vT?w{w8ٻ?wz _?x5- C?xu93Ҷ?x2?xס[d?x~?yyG^?y/f?yB$?yQ<ʕ^?y\F?yeB/ކ?yjGG?yn4ңV?yo<[?~(=?*L8?}㲪D?UX>n&?ƻa&??5?b@b?̜?v=?b,Y??̎E?B?y5!?p*ZY?6W;?lwP?o)?\D+?Ho?2M?3?CV??D"V?Ʌ9=x?!"?X:?fDfMX?B%?/?N9?1? s? ]?MZ?mAG?Mk(6?2хs?R2L ?(?{v?B!^C? co?d=z?y?aOx,?T4˼B?4U_&?o?AH?/ w?.."V??x?~_ݗ?~y@j?}`a?|k?|'P?{}6?zp+?z3{U7?zw3?zkbJ>?yu4l?xĜ?xP:H?x5Zz?w*IV 2?v6ظ8?u4-1?tr?r-ވ?q[|?oyih?j99?hg&?jUߺ?}/4\?8]?azBy?qYiJ?p? P ?-^R}kS?g#s?gtKn?hć\?h9P}?hQ;?he5)TF?hu޳=?h~}?h?h??hMݠ?hC.qf?hg&?hŐ1?ȜN?iE?c?}d?]lTT?B /?/[f?"@?4?mj? ?A&az/?VyߍL?>@?`&̑?V$e??XX?ͮ?]ls-?LLdž?~\f?}r&?}ZNt_?|>^?{nJ?yCi?x}?w GBI?uf l?sWH?pm?or?pDT?-Z(>?'?qA?.:$?̯~:L?>?_G? 2ʝ?nBt\?nnzV?nI ?nHQq?n˹/`?n߷u?nsܷu?nx ?o>"?o 'Hl?o z!N?or?oEmLs?oyVB?oN%?oۆ?pZ]?pe?p-q!?p@>nvh?pRr?pc64˞ ?pr|1gr?pޙD?p˵?pN ֟?pf?pꞹy?pG-J?p~Ҹ?pÓ`?pȈ1ky?p^C}?p\C?pйMP?pDT?q X?rڸ T?s鎰,?t#*?uأ>?v8;?wr?y3ƲD?zn)7?{Gv?|5?~)yȻ?k?X={FK?YO?X%?~uY?}=?s?9q.K?[.JC?u 9x?츰?Pn?J??n?x?`|En8?ȝţ?,3$?-Z(>?I?U-7;?̎??q?s;< ?+?mc?cYc?!?\Y?w?SW?׏?OJJu?}u٥?{cޘT?yHz?v-I?s\z ?q';?n1[ ?k ?g|?dY?asN?^U2?[.\$3?X!B"?U9*?Rr?Os}?M\?Kwk]?Ih1?G~?F4?EFk?D6 ?CO-N?B㉈?AN?Ag?@?@"U?@\Gj?@'4>?@??[ ??/˧??ӁD.?=[>?<=CѶ?:= ?9D?8I?6H$?6Ob;?5H4c?4*1?4KGb?4 \rC?3}1?*J[&? {X?%?0 ?ѥ?M?l) ?8ܵ?>?a?W?Ps?s}=?^)+1?JRKĪ?;ݧ?1Y\*Od?(@?!+?\//?<\?z*e?Z\? ̥\? \e? p 4?ӵ ;?W7}?Gߡ?B?p?4 ?ig}?\3OH?*8?Ʊ:?3?D?hD?DC-5?;vK? ?3?+|r?b);?.oy ?1]??T?^xk?8 &i?nu?O?2]D?x?Oa?z?~?A&?zak)l?PVhIB? {%?I\?y?XMX%?nCa?E9s?/mia? X$}ǰ?lw~sn?< ?Ia|?{챗?c#?T(T6,?Khv?H*??>e^v?<0? Ǚ?g6J?a?wAΜx ?2vU{?5?a2?nmIC?3SI?"6?tfM?~b ?}$S[?{n3d?yFf?wXs|?tOP(?r_Z?tzk?5=w?8|e?w?԰?35?\s?S ?r-ޒ?rj@?r_m?r?r¨X?rp+/?rs(?rD?r[ľ?r纠`?r_Z?s ϕ?s)ą"@?sH>Xe?se=ּ?sFH?sT?sb`'#?s~XL?s$ W?sT?t+X.ټ?tw&*?t(Rw?t6`?tC?tOY^?tYhp?tbTf ?ti8O?toQ8?ttse?umP?jD??_x?RQҾ?tV?$@"J?SV[?E?5=w?Cau?8v?өz76?+d?j?/Dp?Ѻ.?:?rb *?rOU?r#IT?q 6?q7]$-?p?oƩq?ng?m@܅?l*?kQTv?iS?hdrz?f03?eI?c\7?aǢX?_*6?]A,?\s?ZJ"=$?Xi"|?V꣐?UQe ?S,?R?QXz?PG?OU \?NGO?M0`?M75?LD ?LF_6>?Krô?KAL?K_de?K-َ?Kd5N?J4ph*?J$Gt?JFTT?J0j?J=raP?Iذ?HQ?GɌ?F {?FGNX^?E!?E$l f?D R?Dcջ?D(;i?D?C&?>v/?8xSC-?2lU ?+r?$|x.?/j?1*? 5h2?g?B#[?+9?|MG?A? [?}`?mgz?ak?W\}]dE?OP?I7iÛ?CQ)??cI{?;ۊq?8ri?6A3?4Qޖ?3A8?232-?1~ ?1\?0nTJ?$(?Ts?·?4(䌯?o??*P-?} 4 ?S8S1?&y#?V? ?T 1?Q3 ?Nݍ?CX?J?\fq|?)gΘ?2{5?lD.?ĄRig.?V5s?ނ??ha?CS?fc`?\?$3rȕ?6h?<ІP?U;i?e "da?)s ? ?l؍?uw$5?~(?gB?.qզk?j@?ssJJ?5B?!w^?`? e9?O?o:6 ? ?:S?Q2?9/?;8V?a$?!v??0A?]/?KZ?{Wu??{?Xx?}Kn?zםVQ?x#ˑ?u?wOE?=?e'L?;.1t?~ i?a#H;?0??@?u1F?uFxv`?uWE?uef?upOz?uxs>,?u~^?u?uVm?u?u& ?uЊX?u?C.?vE ?v3!?vQF?vmCs_E?vͩ`z?v;av?v:\0?v̮[?va "?vp”?w5H-?w6m?w?w*|'p?w46?w<1e?wCT(P?wI$s?wL1;?wO0&e?wOE?x#?zػ?{i?|jd?~a24?сi?i?zkG?U1۟?1~Q=?XZT?ʅϹ?0SS?'t9???"I?,B,?h ?uJ?OV#?~@E?Tu?I?bW(?+@}|?ҋL?ǂ+?w?{:?ޑ-r?=?%[??&8}S?\@o?rd?k5?mV?uTn??*e4.?*5?*W?)+ph?)[3?(SD?'aB?&Ss?%>+F4?$,;?")i?!WJ?g? ?}H?&Rf?El?>?:nP?W?WV? y.? 7? I?D8?~?h8?4?$a0wX?8Ņ?o3}?L*?,_?_?H^/F?R@?a ?t3s?G}ar?%v? v?,?Bt??j?4?1/"?? 8?;%U? :l(?Ӽ?nl?`D"J?Rԗ?z?YF?"t?ڨDƑx?E?ʑ' ?Z}G?i<;*?YK??b.2?]Y4?\ks?@Vy?{?o>4?\΀?-4^ ?@ \?J?yKP[?Ci/4?'Gg?w?ͯi?:?gA9?=40ƕ8?9S? ?A Z?;9}?%bK3?+d?r,?[5?3/}?"/?c?EK?h/#k?Zk?zP!?@ }?Sn??}ݓ?AAFt?~23?{΍ ?xGqP?zL&?z5a?@=;?a?\ϋ&?HO?x69?zDz,??zHZ?zKMEF?zL&?{1*?}pQH?_^V?UQB ?#o?0SjG?,? v|?`?t?ϙ3s?w]?lݞ?w?4)N?0d ?TJ? s}?UR?\`?I~s??q?/yxL?EܸJ0D?We5?e#?o+?u|Ї?y~6?z5a? G?S$h?d?Y{I? Z? I=$??L")?4%̦?xo??ުƇ?E9? ?gc\!? p?oN?[ȇ?a#?c2mz?Wg]W?Jp [?<^9n?./\S? (*? ?0?>?/u?Htp q?+??~|??ʡpz?؋}O?ִ \?73?$0? ?vܽ?eq?›\2^?ѭ9@?I{?f?3"Ջ?MEl:?*?6%?xZB?_D~?E?t?)aؕ? b?9?Ǩ?e |?|V1?T._7 ?+{?*8?=Q\?[j?O?{T?7?E̋}?}3?O[iH?{F?d3?@I ?!B?`l?鍑?ID?Au?9F8*p?)ar?-|?gs0?Hi ?_B5?.Q?F*?sZg?\-Jt?%?OND?KQ1xe?Z$?HA?ԉ3? ,???7ֱ/?:o8?.4?](4?x?#?uNAD?{yV?ٙ'5?_uیf?cMGC?=4N?{"?}dP<]?}!a?%$?m!=?oT7?0?:ܞ%?zNb?zdeU?zŶ$?{{Չ?{.2?{܊?{I}?{!P?{"?{RC?{/?{`?{Kl?{?|#E|5 ?|F)?|g̗I$>?|#?|hL?|R?|r!?|7?}bW?}jX?}&G?}5aZm?}BEa?}Lw?}UX]?}\, ?}`4Ƌ$?}c`$?}dP<]?D\`?tXOR?\H??B!>J?(N?+"?? tW?!s?8:Z?Q `?j|NJq?{D?6?̷w ?jh-p1?i?^99ޒx?*C0?t:?ߑp/?0 ?C ?Sb@?_*?iDkF?qyӀ2?w -?z?|saD?}!a?>?fZ)?&q8?H?ViwY?OO 8?!3?Andϩ?p?c?ġWI?hx?vf?pP`?Av+?T8;?BhD?NE?$!o?]ԋ?͖p?SlL?wzm?S\nH?3(?.|? ^?'{?a5;^?no?ﻭz? ?,}G"? y?wĕ?N Y?0UB?OGO?mSBv?}(*??dQ|?mjP0?\>?3h?NHb?9+?Ro?y ??-$?%NS?G?@k.??,U@nf?e?uӖ(?d͈?[Pem?T7?8X?xg?r4?РYi?~'5b?T ?Wͩ1l?f=-?8J'?+:SA?W~8ˉ?wS?=t_H?=?=2??1bn挾?0HJ?0t˾?0LC:?096?'j?elq?zP'? 2 ?e f?ȨI?9FJ?ٺ=_v?ʂ\3A?u?yzِ?3?$?sn?ae?Tg?Kd)?C;?=N}o?8kEx?4k%xy?1 ?.QzD?, w?*7S揧?(¤J?'n?&MF?&E?%1?%B"?L@?~? NlW?[o?®O?6V?1א?s$?y@F?VPO?2i? [!(?ݜ=V?̦o ?&0?N"Ȋ?ѵΟ?P?m? ө0? N &? o ? ?d?p3=|??J ?4 ?^B}?;?^F?!xpJ?3tz?КJ?:/?y/?isN?n`MX?0 ?X?puG/?]sh-?Iu?48xL?!'?T?h?N"j?bC(?\G?# ?jg?\)sp?ܺH?n?:v?`'?P?|?#nX?;r?z r?h?-Z%?(p?> T^?:.>?e?DJ=B? CU!?WDA?W?jKn?twY?Ai:?H_~ ?֓~?suJ?l?@LW? R??;?6|?/V?x?ś4?Ĝ.ǃ0?ԋy?[n& r?1?uT?^)?+Efβ??Mcɴ.?#? ߸?翝?jP#P? D?wI?U?=q {?-?d|W?!;D?8VS*n?m| ?WW3v?\lOI?`>k?b:?b8?B;,?i/c? 2Uv?eܯV?;lw{?j}?( 0??! &?T=JL?gR?zM9> ?+z8q?d??dM?q$?ʣRry8?7?8x ?E,2S|?_$2?|e&?_.??;?;p7N?;-Ml?:}ԂZ?9?8Qy?6֦r?5z?3!l?0gC?.{:"?+Ԗk?(HD?%2*?"צ@+? x6?0}?|@?Wﺉ?sJ? =? Jܭ0?0rsR?:, ?0?"?V-?R^?N?x'\?(P?Ó?5N?A?zZ ?{*?]>?3ng?tx?a?g?k.,:?[M[?VyJ?X P????UE;U?n?Lh?X?6;{?u£?T?Q?䬩?TuX?/1?9h??QN??vҔD?{?iuMD ?V]?AEP,?,U‘6?mM?<)*~`?\/x!?ş?υq?tPY?e"2?pV$?qaTF$?fd? +?J??L??h ?V Q?LUn?I(kF?'x?^?Xye?lN?2;R ?kSI%?^%24?D-?Ik1?.-EL? ) 7?i1':?c ?2M{?7f-? s$?'?u?$?xdr,?1KC?tS?}eCvIF?+sB?/qZ?1E?2M{?V j^ >?x^:@?RU?@,?՗C ?Ύ:? vo?$Mo?;k?QvZ|?e8 ?x2**e?2Ҥ?'?/? v?{?c}?Uc?w?p?aҾ{?p?7f-?+̥?%n?۬_?2Kk?8;w@?Eeu3?D?oҧ?>Aۤ??KU3?5W8'?/R?c$?,̿? +)?p7@?q~8a?bԚT?!:?Bߏa?4u?QU6?i.x?|(?-` ?2eH?_T?7|t?A? s$? B"?aJi.?#& ?;J?|3~?ї*?ٍ?ڭ7\?D*'\?i-?+Ŏx?*!u?{HM9?8z??_<G?__s?^KX?]R?];?[o?ZP$?X5I?V?T[ay;?Q6T?O:9|?L`=e1?I[ub?F-YQw?Bl!??z?<a?8+?5! U?1$?.uv?+U]y)?(Y,=?%TA?#I? ש?ȣ? ?DֱK?.hw? cP?$?BSض ?C??>?0 q?R?}#?*"?flB?V޾?QN?Ol̯?uh?7? CvW? b? ˜? /?N?[eq?.?P?x];?5~? ?v; $?wV@?c_E?Nz2G?8o?!z@? qe~G? SP?i%?c?߇Up4?fM? -ST? Sy?̫!?.du?ǧQ:?߲<?ĂU} "?ÂC??t?s%?S ?Vc?4P ?xu+?S?|g!?]>M ?<-?DPp?ݡ%?Ml*?l(?f3?0Ir*{{? ??F?٠ȸ?CY? + ?ٽQgj? ??wUv?fL8T?[?Rc?TbL?Q'K&?P f!)?t\?Gn_R?0??sbݫa?Jd? 4 N??׮?k?~@?e12?;h)N?#yc??EEK?T?l?|C,?jCU?`n/|?]K|)?A?&@˱b?g|\?a@(g ?թn?{|(?i'@?nc%O?Kb?WVT? ^l^&y?'bo?C"?Z?g?7"x?2?X?ͫB?/0? b?vN?2t?Zpee? 3??s?:?=lah? ^l^&y?V:GJ4T?+? 6vIJ?dڬC?P X?]?~z$ax?)4G?¥?PD?KV!?VG ?bͬg?H}?.?[1?Jf@?;6`?t?[LB?eMT?Q?0?I/?Gw?^??c?Vu?ۡ@?ڥ{;?bB?ۅy֫?>z?h/d4?ѿ`y?:xb%?}ޗ?ɐN?x5x?5.9 ?ӵn?W7\?N'?EU??A_?V??Q*?y-?~?& ? Zs?tz?7D??:?*n:?3?hfL??\_t?T ?}?t2?IE?- t?i}??:cB?"v?h3:4?ۍ C?|$"?Jt5?H+?vE?EQz?_uI?r -?H":?xT##?ll?`O:?Ss?E]?7$-?(Pt̮?G?4?1)?f ?68?C2?EK~@?uc"?piU:?de5?Z#+?Sj;c^?M suy?G̴?C  ?@~̹?=:!?:슘̊?9'?7J?6:8?5? ?5,(?5uʤA?)xl??A*? ??8?8rb?_W?vk?nB 5?ZhC(?p[ ?+kF?=\?/?MVq?[?hJJ?sܻVG?}?/?~%?|?Zwɬ?.?H[mp?8?N2Vj?mw#B&?M?{wd}?|>?%ܧ?)7-P?C &J?F>?R☋?\}BG?9?T?M?Gm?z([?o?86?z\MG?F?[?H?!?9N?Lh?\} g?hchX?qv?v.?zSui,?{cBX(?lW?: ?w܌#?-?Ϧ;F?oVJ]?/? 6?ő?n>?.?\ ?H?؋?6Lݐ?m?GX)?dzʌ?A]A=2?KA?lu^?7?XL??++?2 H?v(?Od?]?5V??j?=P<.?Zi?S_R?hE?a7v?pr?ZwS?Qmͭ3:?5 lr:3F?w0C?[`?MF?]/"?y2?q?kYm?3T1?Gra?YH?j5W?yW?K3?%!U?`tD?ql??vBQ?TL@?ڸ?hE? ?f#j? :[?XK?&X3x?7آ?p#?Ը-}?of1? F?~[m|?dKxf?L;?7??T#?qap?sz]?s$H?1/?.r?*;!l?& ?#&b?@?K-?sAs?dS?ڮo?=?\27_?H/?",;3?@*?&G4W?3)l?G?{?]%??af?I&?R?m5vs?V!?>2?&kB? A?U]B6?2$t? Q6$?=L?(I?t!?[Om?(4?#f1?V?mj?*ioY,?p?.?X ;p? L6?aX?X<#?Mp?.w ? ؠ?ظլ?}|D?|-y?2 ? *?c?w?G^-"?f7?+Dn?X—)?Uw?8 /#? t?& ?}? 4?l?5L ?:J1 t?R?sEG?Mi?Bds?c$^R?㰮ޞ?Lj-??Vo4?$qn?6+?G> ?U&0?b m?mB?vf?~mhŒ_?I?t^?8Z?1> ?:3?hr_?3" r?Ȅ3?w '!?w܆ܠ?D7u`?5u?(gL?&*V?A? 6?ZZ?|q? ?(*?x=?qlu/E?&:?ZQP?/G?Xŭ?zs -?#5?*?A C[_?Vl?09f?y]^?G])?}?T勔? /?H?Lv,?e B?⫌b?T#p?oB!? K?DjDZG?F΍?S|C?pݳ?q"z?Z1ۂf?E4?Bq?<θ?"/? uK?>G*~?++?}>?@N3P?@߽?@x s?@.6??jg?>?v?=X??9E?8PћEb?6K?4>d?2/|?0޳?.c7?,)`?*^'V?(*4L?%=?#)8d?!P??;a?LY.?ua?j?g?f&*?ꐫ?Z$d? hGj?k5v?m 6?w_yn ? ?fyǼ ?*?{*c?mͨ$?f?Zਘ?(?B ?VXF?ڊ\R(?`%?-,?0O2?hġ?H?^?Džb?eU(?.M??lL?2V ?'?RB?Ly)?&*D?Øe~5?v$_y??eovE??Ȑ?+^?C ?Z)M?/z?@j?~4`?|?{42,?yO ?wG9?u"?ŕ?pt!?n|?km ?i5?f6,?dXu7g?b#~&?_^?]P?[cB?Y^`?XS%"?V2d?UE?T?>?64?.>j?%O?쏪b? ?`?'qܑn?c=E?H+j?rg?Y@?M9?-:ٕT?i&?5¯S?_G] ?x4?rg ?n.?jʀ,-X?&f?(rY?xp 0?>j?̑?a-?Dnf?4)a?l&"?ڲ c?,E?ݔ9J?aG.?b?\7? Hӫ^~?Z ?o?2cه?הd~?,<?E-AI?τ?۞-?q\?r(&0?su?$@?d#?nzT?Q ?Ay?=o~(j? ?E???A?Ij|?^ p?Ͽ;¦r?R- ?W?#2y?pȳm(?+?N[?pw3?;J\?GJb?y?h,??j6? )?|}?+P`F?8[?DO*??MO*,?T9|?Y;v?]2?^ p?2p?`^?ys:.?Sy?}!_}?x?t0ñ?Gu ?ʓ]B?$e?,y?`D!-)/?ğ?$??c^? TRcX?QDkR?ͲmKS?39A?ћEj?ƥu?ğ϶?pe?5?lF?T? t?V`??*h ,?]?,LB?I(O?b?G'=??B?=^?K?$4t?j?6 [?BJ?c!e`6?-(J??-Dy?dN?GcRc?A3(Q?=K*?ʕ?K3?J4?;J?I??~?s?hQ&O?Z"9z?K?Q,?D n?x,s?v?"&U?ڿ?J?+R,????@9??.m#?~O"^e?|OyA?zM5?wH|?u#Jo?rmE ?o^?lu?i>gd*?fsI?cYbT ?`?m?]2?Z>j?Wo%?TO?RM?P(A=?Mg?L-İl?JRPr?I0?G?FA┖?F#:?E^Y?D:E^?D?ؿ?CH?C-~L?C>rM?C |?B?B\?BK\?B (j?@"04????=\(?<^|݄?;)Ӫ:?:P ?9:P?8 M?7>L?7O?7P|g?7r?BnM>?5S?կ?Vߟ?l(\? ?ugn?X&t?2*?"!?&YFw?P{?зwD?ҙg?t[ ?siQ?N?i?&w?E?Ϟ?`mPL?hȨ{N?2,T?R???YvI?0?Q?VH"?v7b?AҚ5 ?mBvG?m3h??iЧ?:?ej'Ч?`]?r ׭?l?PZg|@?يUp?[|.?VK?ztR?ÿ,4G@?WE?Bj?VNX?h97#s?y``?.g<`#?B֟?:Lٴ?3f@d?-["?(&?%Ւ?49?M_?IJ?qr7?;?|%F?D j?׻Xm?^G?18JD?7L$?>x?2ۆ:}D?O?6weC?шϵւ?ϩu?޽n?TGn?F4?苊?18JD??Q;1Z?i3?˦$S? R#?Jf-? v? T$?UA?xƫ?LV\?FoC?%Ud?KtQ?dixh?$ޒ?Htu?5E?#(|?Igv?1Kt?Rfqa?mz:?8zG!?W˼G?b?=??D?&u?I?q?-~?/F%?\'_?<P-?)̗H??5? 6\?>, ?{#o?q?2$VE]?x"K??n鰲?J?Ú\? a4?z?%Sg?Z_?Ķ'{?zx,J? +; ?x!~?>x?|?\?Q[?D|?_ē?W?4V%t?W?BV?P?4Ru? 2S??$Wr?UFO?OT?g?B? |+?Lvk?gco3??fB?M9.s?*2pl?3?p?¡?hy`?~YJ?|<`?y*p?wrF?udx??sj6?qP?pO#?oQHD?nFl$?md?lV?l4Ft?k:Q?k3?jL?jH?jKֈ?j%y?j B,?ic"?i=k?h$ ~?ft%F?d3?c{I?bP>?a@Yre?`[c\?_&p?_DK?^;?^j??^VEu?T뭏?J{P??n?NSa?H?C?@8z%H?=B?:J{?8s4?6y?5v?4|#?3?3z?3,?(wp? $8?X?mm?{-#)?պX?^?xY.?nrr?F?}@?M(?Tb?5 P?O^I!q?Z?.?ț?r]I`?H?*o9?@2?R?RXW?>cN?ٖjj?eB?\B`ǥ?E? C?9&s?IB?sĉ; ?He?gƭ?"Vi?b?8 ?^^?9?|'?'k쭁X?af?.a?r*}?ٛ?v??nk8F?3 [?:ˎ?5? M&C?J?8?9|u?2@_:?ٛ?v?Mͤ?&.ZN? ? y*?L{٣R?lB? AS?W'?܀vo??y̵*F?A©o? X{t?ٹH?ť? (Wd?Oh?PZ? c?@'?l?*U4?~' O?:F.V?J`?5]i?෇\{?L(l+?6J?v~嵇?=??\*݁?tT0?‰ŝ3?'jӄ?<\'?&$?m>?L>p?/O?XTR?ZpG[?U?}7?c( ?.ʜ?Q#8?:l]2?ÝAu?[?RgRD?sXB?pEc ?=l?^XS?? i,?[m_?i=Pl?nk8F?jj?l|bm3??Rьb?Kc?n?{? ?0}?@?䝰`?q@? A?5?ߗ?q}?۱ n?j_?SS?L?рû=?Ύz??X%'z?'?/???';?ȣ??EnHh?aD3?i?3?}@?i`q`? У?kP??xE? e?ha4g??v&w?)F2?ُ0?tg^?}C?cp?U-?PlM r?rѾcv?,?Z?*^?d?ҝN?oY?kA?t`?4'7?<*??xs??B :*?uI?iW"9?]?P4]+?BO?"wGY.?7\?=??l?r?HX4?Ef?[}?@?v]F+?: 3?Ȝ?,Y%?|?jC?KgH. ?3Wu!?"?*?0?|s_?x?=ad ?4]lP?q`(?D,?xBԯ=|?k?jR?z VN.?_)k?giMc?m|U?r;>?u^?wiv?xBԯ=|?|Ch?qSט?9cW?~ORY?,ݜ?.5s?\0B;?3k%&?8u?7?˶Q??f"z?7D?Jrd??GI?x?8GY?vUU?̎?/ ?\A<??,}4t??~Rgd?NMr?Y+v?a]?g?j"?k?PS?!3n/?i*nC?^[J?5F?6?)t?, a??t|1?+66U$?9'% ??-?LR>?cs"yd?L4 ?5Qa%?.???|{Ւ?_H6?[d7?hx?6\z??Dݱm?;թ?jR?~??ID$?Eop?gqY?=y?/ɦW??:so?:Qփ9?91?9EN?8[wP ?70N*?5ˏ$?4f?28Y?0:'f?-D]a?+:ȋ=?(e?%O?"G#?z*Р,?=U?r8?c+?dFC5?)_F? ? cYK?7!?>`m~??˙?Li?n?je#?KS?+iOu? ?y?p?yVh?Yr?#?g-D? N?s֯?5q?C?<74?_?}˟?c(Z?Rl?F*q:??},U?;`^e?:t&݋?RwY?~?U?j*6?F-?M#?e^? ?}P`?D<?(FZ?nRЂ?iP?x?@|?esQnX?v2sF?}8?H%ɣ?ærW8?%Hٛ?j<ۀ?Dmw?Ӈ|?Ǖx?v2sF?F>?`?f?0t?x6G?<;?+©?7C)K?~mI?yEU5?IӮ)?:?eM? qO?E//?9H?#?A y??N%?|K5JB?B?i?Ԑ_N?6M? G~2?Ӂ? ebz.?-J?v3i?}8?y?gV?ex?OgM?eA"E?\?R?]\?gF?#ث? :c? Tq?0i?wWi?G#vn? Uʒ? ?Ѡ?O_"E?Z>N??p(?!n=? 9?ڔۜ!?n ~?2?>?ɉ?qJS??@h]?DŽz?q(M? X?3??rg?}[c7?zh/j?kE/?jPyLx?in?K?h֥?hHDz+?gԇLy?gw@[?g-Bn?fr?f˔d?fǽ?f!q?f&Q?dLUR?bᅙ0?ac>R?_eq?^Lhg?]%?\-QX?[blً?Zį@DY?ZT?ZF23x?Y9ZnZ?O?DrƎ?8u ?,W?bZ?:7?\C?D'?|?_3? Is?M?o?t녢e?^Փ?O"p7?C.+?:Ú]?2k |?, ?'BI?#)n ??i;?31?ll?]? -?fa8?v 0\?W}/? t? k'?:dk?A(b$?6?0/,??gƏ?>B?J}?=}#d?{F ?zR:?@.(?D1?'nW?F-?F)xX]?"Ÿ?▐E?Ts}M?YLT?7Rc?tj5?ҭ+?|€j?{d ?6A?Aϩd?LY? qs׌?jC?Hh?l?7)E?čWdN?M>K??{Lp?D ?fs?ھ !?ϓ8?y?(c ?$9+? ?%8?̺EݽK?#7?ϓ8?y?f?s"?"'?, ^?l8\?Sa+`?N0?x܊ S?Lmm?#1gg]?S`0Z?ָ42n?#;?'%t?g]ԑ??ˡf ?c}T?2 c?9?6qJN?f,W?iT?_5{D?>X ?^C?L"?P?r&Ǣ?yg3?溴B?y?m;W??g?Mmy\?dfQ c?fX&?s<4?i:?TZ?Ѷ*}?ހ}?eYK?1jM*? ?zK?30?rh.5E?__?xTf?!?o& ?#b?l)?`>>?yњ?_"r?#v?(c ?T`)?Z9{z??rݪ4V?"?or*i?,?N\f;?lti??C?C?Ci?Bg?Aim?@%m_?>Zmx?<ϫ%?: R#?8wEY?5Z?3.,\?0=\I?- Xʜ?)ؔϏ?&pe?"?`r?p?@qs?I?]x?"b? rY?>^? Ij?KoP-?5[?^F?;?h[?9V?9v~1?cz?i}^?[??>?*Cf?(?J?xH6?X|M?w-_??p?'"E?pҊ?#¢?I,;R?FCL?Z욤??L?2-?)D?^=?~?]?=?}?tô?k\A|?Kgg?*L܉?T ?<+?ui 2?$?Wmf'S?! $:?b|%W?ۥK?iʘE?%2GP ?ȷxcr?U%?iN5=?8)[?^"??ld0?؝q[?Ѕ?6½m*?뽮?&Ȼv?AjN?v?e {?"F?u?"H ,?_sJ??ЍlZ?Yh>? !*j?_? R6?ΔT8?7 ?= &?gk?يS?˙N{j?ְ?ΔT8?*%o?n.?1>V?l5u?&?Kn{E?`Mi?;H^?!G?>4?叆?$1N??=G*4?;SH?:=aZL?9[>?8]?7Ůh?7#E?*(? R(?@1? Ih)G?WB ?O?+!?v1d%?IC+9?|?oY?AĆl?n2?,?ue?D?W.p?OE?L?R?|b)?^dZ?I?߁?;9I?386}^?`I??I?;*?F ϡ?~~pd?7;?Pt2?sOHm?dv?nln?J?َA??k0?ULO ?QRL?Z0S?lXC?O܅?*pO?ED? /?ar?;e#6?^i)?zYP%?+G?볷?L? ?Rڨ?B?!I?qV?L/!h?K?׿*k?3u6?wTm{l?¶xqt?__G?#?b~KMD?b]ʀ?a!Q?a!ǘ?`.w?^yx?]?[ Yܸ?XӺn?VUk0?S,?P?Mc *T?J{8?Fp$?B$ql?>6?;z?70?3Prqr?/z?+ұ;?(Pΰ?$0?! ?4r?qX~?A?AwE ?L~\? j]{?9?V?.?g?Z/z ?1k?k l?<*?*6?P?J2?wX?q԰1? /,\? {4?5u53??N?I_?Q?VZ?c#?|>*?0x?dS?[f??痐?pI}?3 ?ڒ)?K4j?` *?}-`?sQ?]A t?Fb?.t+*4?OJd?7o)?'? O?'?`'?ua?h6?W??vC?.?[Ћ?;߭_?\r?5/?n^م?.瞔?.M#?_m?tU+?j?1T?__> ?=r\#y?ޝ?`R4?ƿW?:?e;?1,k?V@?a+݃ ?`$;?bxO?ů'?kAݥ?7o@c"?h0E?;"?O?(d,<?G?, ?o?Yg?0%?bu?-?ۋ?*z ?P<?ݖTv?먈?0?@ G?~? ?nbww?k?K׎?Dk}?4:?Q`a-?hok?z쌩Z?a9w?wМ?w=?q|}?0V?b?{?S`?*\7?jBG?A?񂪢y8?r<(?_q[z?L}w?Khg?k%?ٹ?3q5?r@?Z?Swy?}?CnS?bsy?ri??-????/oR4???:e?55k?2AkL?/8?-ŜR?,VjM?*ĸ?* վ?){?)oq(?9?{HH?? 9?ԟ8XR?E?a{GT?WNKp?%x?/,?T?zh?66?I?#?TJ0Z?X.8?rF?w9}?<ʽʸ ?0&?2ii?iX?2e?5rF? E?~A) ?b;)?8z?϶1Or?z ?;A?yyE?2S*?sMM5??? `h3?jL?JV?a}De?YYd?e=H̀?じ?5I?D?Ū:f?2K?@ ٱ?Dõ? ?o?-q?ŸHb^? @?xo?\?C'x?ġ?H@g?Mވ?ŚO2?S?mON?V;? vC? ukX? uC? u]? uʙ8? uы~@? u? u^`? u.4x? tQ? t!? t|-q? t7 ? s? s6%? sQsI? rL!4? r!>$? rX9? r<6|? ql!x? qd'}? q_7? pуAi? pi? pS p? pɕ? o;]>? odr? oQ/? o|M? oaAu? oIg? o6Y*? o%q_? oyO4G? o u? o'? nR? n<=:? nR? nog? n3o ? nk Z? nw? n s? nj? nFN!h? n&-^+*? n ;M? mjvU? mq? mЌV? m? m 0? mN? lG? kC? j[? ihy*? h.? f#X? eu? c^L? b5)BА? `j8? ^:E? \)a? Z? X? V)B? U]? Tu? S3%N? RN? Qǀ? Q_? Q%֏1? Pye? PQd? Pd? P;A? PwM? Py6? OKҲ? O'aK? OYN? N,_`? MZ^? M'=? L\y? I\? F7P9? C9@? @f? =9y? 9? 5u? 1q? ,ܳb? (\"? #Uѻ? 6? 0G? d?  ? .f'? S? Ի֭? x{? Ua? ӊ^? ̊p? @߷? 8d? M ?]-?NAn?iD3?5E?9??v?ܫUu*?{. ? ?tӋ?]6?v3?`Xn|?KB&y?2 +f?"hlg? ? ? 1U֨? 6?\!'0?mi?Ѿ?őT?[A\?A's?3Z?ra5?p^:?pI?ۯs?ű8c ?*>?F?ΝE?o5Z#&?Z;z?G=ո=?4D40?"xU?jl/? #?=}? ?F/?Hʏ6?$]?`h?ui ?h9ٶ?dC?<+g5(?:>?8j?7>ջ?6?6v?QĀU?El? 4;?a;??/R? ?BX]T?_-c?wZ?lXE ??9v?D?Ձ?N?bBk.?&})8?KxA?ڏ;I+?0??$f(??&ა]?Z }L?/l ?ʊk?m]d?39?'x O?'4?ߘ>a?>?tK?]ED?v-?h'E4?K'M'?2Lk?3](? ,nJ?p8?H'U?}i??JJ?8$?1ֳh?4_? A/6? tA ? d=8? M1T? ΃t? }? ?d}DP>Q^>䤻X,]>lA}>S~g.>4kH >C>ފ Zn`>Ҡ>ө{u >q`?G?$?ZZGL@?{p;?t/[`?j ?S^? ?PE?٠?J ?fL??@rƟ6?@rXq`?@r'T?@qZޛ?@qd5?@q?@pb?@pu)?@pRwń?@p/?@o 7?@o7D?@o~?@o{紪?@o`it ?@oI"Ɍ?@o5ɋ?@o%B=o]?@o<?@o ?@oᘼ]?@n8Ȑ?@n 2!?@n)?@n~?@n|x:?@nh~?@nqD?@nM|/?@niٌܻ?@nEh?@n%bN?@n n[?@m~?@mޠ1?@mϺ#?@m$Do?@m2$?@m?@l 4R?@kM?@j?@ig9ĕ?@h-Ce?@fK?@e[Iz?@cJ?@b36[ ?@`h?@^?@\hw?@Z\?@X~W?@V~h`?@U%a.?@T ԋ?@S/̱E?@RJ?@QQ?@Qq?@Q"; 1?@P_E?@Ps!?@Pa r?@P8(*?@P’k?@P?5?@O?TF?@OnP&?@O栐F?@NXV?@M)>Y?@M#?D?@LX ?@IN?@F䝁c?@CW @?@@cqb?@=3;r?@9ն?@5q?@1k* ?@,Ս!S?@( \?@#M)0?@-l?@&hú?@4?@@?@ $ ?@ ?@4^?@x!?@'3?@ 栝?@?@=?@-!*h?@w??Fk`,??7N*??v5oO??H8??ڴ^??g??fVy??80?? O??=h`??/ޱ??as??K3r??mW??cB*??NH?? ??0 ??0@??^,??RJ8??=??k<^??V7s??d4?? Z@??Ky??^E??_B>??>'??ѝ/x??dQF??s_^??\a/%R??E?ݪ??0-x??vMxK?? J??tf??k??$/?>A?>wU%?>Dt}?>˕l?>\|s ?>i?>u`?>J=?>2uPy?>l!?> *?>䎽?>s7 ?>M?>!\7?=RV?=`?=?=C -?=P?=%/՜y?=q+r?=5%w?=?='v?=uN?=n ?=ZP)2?<B@?;r?;S0?;`*K?;/JwJ?:eLX?:@w?:߹^=k?:б ?:QJˎ?:֗puu?:I. ?:ٝ ܆?:S:%|?:aؐ2m >bЍ>B@>>Y?@?e6r? >?!u7aV?#&`?$\i?'}Bu?(w`)?.y~F?3UոPw?3HzI?3Β;YX?5$Iz[?7Mo'#?7io??: :??;؞;ż?A \,?A }?B?P.攩?P_K)?{ Lט?R@\> ?R?R{IX?R{.U\l?R{Q?R{?Rzk?RzAf?Rz.Jj?Ry??Rx?Rwc9?RvQ?Rt쯧?Rs??Rq?Ro`?Rm>d?Rk?Ri֖?RgՁ ?Red/?Rc \~n?R`n?R_1Kv?R^ ;;?R]?R\RiP?R[Ru5F?R[*?RZG?RZi`J?RZ!?RYj?RYē)?RY4?RY|Pߤ?RYjEA?RY`?RY])u?RX/̲?RW"7?RVACO?RU\?RR_hl!?RO:#l?RKI?RH?.'?RDQt?R@(?R;?R7 ^P?R12'w?R,c9?R'*C?R!eo.?R?RhG?R#!?R8)P?R z…:?R R!?R⩬?R?R?RLg?Rψy?RFP?R[Kb?Qgn?Ql?Qq )?Qi(D?Qǰ¾?Q*V ?QxK?Qhav?QAk?Q>ac_ ?Q_2UJ?Q?QAd?Q& x?Q)̮?Q爄?Qp?QjX?QŸ\?Q9,I?Qg:?Qf@j?Q>PT?QD?QҠ ?Q ad?Q"4mT?Q?%}?Qȟ?4?QzHҷ?Qǜ?Qhoo(?QV?QX6"=?QZ,?Q_j?Q~oJ?QxˉoD?Qs,?QqF-(?QphH?Qf#{/?Q[YF?QO?QDus?Q8?Q-\.t?Q!sV?Q,?Q z2{?P g?Pih`?PoB,?PGS?P+?PEE.?PW:u]?Pa|w0?Pۭ?P;I?P 9?P ?Px2n?P ?P,v?PʧgM7?PE ctA?PS4?P-I?P?PL?PHnQ?Pw?PlbFP ?Pb6?PYc2?PRIsy?PL-nK?PH%b?PF?P6損n?P&/?Pd?P Q?OJ?O"?O'yx?O,.U?O?OTr/p?O ?O7TS?OZW?O6w?OSTB?NɰHC?L*t?LE:?KtD6?K}FA?Kal?Kњ?JLC?Jl Xh?JkE?I?Iݶp?IL?IZՃ?Ivqh(v?IY[?IAF?I0-~\?IF~?Hj]?H(z?Hŷ'?Hg?HJKu?Hc-n?HzE?HY2i?Dq?B)P"?@Ud?@}?@ 0?@+?@M ?@?2L^?NB?4*0?m z@?m3?1.?ZM?$ʼn?1w*,?3D?5]`j?64jz(?:qcuk҄?;JUk?@yy?E5?F9XI)?FLct?GחF?J;`=?_υ ?_kX?_vFf?_O~?_@?_&>?_dw?_I#|?_ܴj?_s*?_q:?_ZU]?_C?_.Uj?_Sy=?_1?_e?_><?^ȇ ?^n4?^<.?^h;?^8̒.?^ Nː?^h׬Y?^s.H?^^-=R?^HR`W?^/xr?^{9>?^l=?^]:kws?^ae%?^WAn?]\M?]?].?]~"lD?]cXS?]>?]܄?]ޔ8?]vcD?]2?]»7Xp?]>?];"?] M?]lԠ?]W#\?]D ho?]1wb?]?]6?]bQ?\B%?\UO?\Xc?\:1?\Wti?\Eh9?\qɽ?M5;?Mv?M ?M4 ?M|]t?@'9CI?!0#?! O`?BV ?nۭ? %#g=m?1ۊ/}k??[ ?A$]F?C-\b_?Dc2L_?Go4- ?H_J.7?N&J^?S] ?Sc$?Sֶo?\?U ?WW?Ws뒊?Z%}?[3r?ab&@z?al\?b!DE?p@Ĉ?pq H?5.f?i`=?iZj?iK‹?i0[x?i Ubz?iݫnmN?ib?ibM?iD?iS#b?ie?iM?i[R?i!?i/T?i,3 /?iwt?i)$R.?io?iAl%?i8?i{AY?i&:~?i$o?i+(?i\[gv?i+2?i>Y?iۢ_?i#$?ip?iQ?i}a|?io(??id0|?i['?iU v?iQ4?iO6'r?iNx@?iz?i??i}с?iDij?iAz?i?iN?it?iw~(?i{?irh ?in->?iu ?i>?iy^8?i%?i\?i;"zh?i?i R%?i\K6M?i!?ih?i[# ?ioG҆?i(Y?i?iΓ_?i1F?iʴ?i8?i~Z?i~36N?i}5i?i}&ˀN?i|ېn?i|qx?i|1d?i|"?i{ܿ[h?i{qؑR?i{Žu?i{>t ?izVt1?ixT@?iw^.]"?iv?iq?im[?iitoԧ?ic߷s?i^h&T?iX6?iR}?iKG,?iDӿ?i=V@?i5-O?i-yۂ?i%16"?iwG?i$> ?i[?iM9?i MI'?i <²?iܣi(?if_h?iD;?ii=]?i` @B?h^?hf4絮?h8d^?hGֻg?hy,?hޑ6?hۡA8)?hR?h?\Se ?Y cv?W3Q?Wv7Q?W՚?WyP?V.9?Vc@|?IU?&܈?% ?'jb ?)?;d$?HOM?JF^DC?N$I"?Od%n?RfIDl?S*\*G?Wz0?^LDS~?^t_v?_ S?`wU*?bC7ebv0?bYdvG?dh/O ?ej?@?jBu?j( ?mco?y{ u?y6þ~?JDdE&?jh9?jh3Om?jh#f>w?jhU?jg7c?jg_?jgw<7?jg3T?jfOY?jf C?jf-|x?je7 ?jeU%/?jdͽc?jdbW,?jc(`?jc\?jbh7)?jbN}?jaǥf?jaC6 ?j`N?j`Ix4`?j_Է0?j_j?j_?j^:?j^a^?j^}?j]m?j]?j]]?j]ZP#<=?j]:ʉ?j] ;i?j] fP3?j\?j\1O?j\۵8S?j\/?j\p?j\˓?j\,|?j\h?j\z=gJ?j\2O?j[o?j[i?j[q?j[T3F?j[.Cs?jB; .?j??”?j;݅P?j8tV(?j57C?j2 Vy?j1A~#?j/۾Qz?j.EZ?j-l ?j- 4?j,?j, ?j+)S?j+P?j+ wP?j* ?j*l?j*?j*iee?j*m?j(|ﴽ?j'T5+y?j&?j$ǁ ?j zt?j?j:'e?j .a?j CY@?jGdk ?j& Y?i.9?iiY?i`?iS;|?i(q?iؠq|?iw[/?i)?ioA?i} ?icG&?i@FX?ip'?i6B?iy۲w?iU(. ?iLF?i|?iړ?ifNX?i\p?ik?iE*.&?iL?im^?i"?iQ6?iݕ, q?iu>?ib)p?il ?i?inŔ?i2?i׳t4?iw_?i:=`?i!rϨl?iy#dx?ivYx?iq݄,[?io;??ih}Z?icR ?i_X ?i\N5=W?iZKO6?iY.y]?iX0u?iDgJK?i7 "#?i$\jY?i:2iA?iD?h~u?hi14?h;nx?hܖB?hێIc ?h̏?h?hM\o?h)?h@?hzD?hi ?hX`d?hG,[?h3J+?hPN?hH뤡?h6?h?΂-u?h T?d'|Jݽ?dlT։?duPK?ch?c"ɩF?e' hl?fv.Ԏ?k?kcW?nF~?'،T?l{f?l{rL_f?l{qb?lzf?lzw&?lz@r?lzFQsN?ly̎?lyxS ?lyE ?lx&I?lxi?lwEp?lwlx͠?lv&!?lvUͼ8?luc]?lu0 C ?lt ?lt 2?lsvvv?lr;.?lrd.Hg?lqq(K?lqpX?lq ?lp-;u?lpLt?lpzm?lo.8?loe"~?loU)?lo,$4s?lo 9*?lnd(?lnn?lnIz?ln?ln%Z?lns?ln*}?lnz`?ln*L?ln ?ln64٢?l=ԗP?l7V?l7]A?l7|[B?l7y ?l7j=O$?l7eAV?l5i;?l3E?l2{5??l1%e?ky1ʵ?k m?kzg ?k=s?k(^?k^Z=?k{-qW ?ku$7 ?kq; R?klCY?ki~6?kbi0?k\go?kXCp2?kTUIem?kR,?kQ}o1?kQ?k:T?k,׆ah?k?k6?j$b?jJb?j|R?j̗\?jȖw+?jsh?j[JQ?jt ?jZ?j ?jo|mT?j]!QT?jJ ?j7$}?j$R ?jt8t?i#X& ?i>>?iie.hb?iG !?i4]?iᗓk2?i|םT?iX7?iـͺ ?iנA?i+p?i|H?iHVp?iIó &?i~*?i3}e?i?iv?isM6?i`p=?iM sR?ib?gy?g,?g]Z)`v?g/z?g*`!?g{?g {u?g \E?g }o?fn)k ?f{>?fohQt?fAht ?f+,а?f%-Q?en?eD[!?e'dxB?d.ň?d;?dOO ?d +?c[! ?c-I?c{I;?cz h?c^w?cEZb?c.ġT?ci] ?c z"?bJ??b~;y?bZݐo?b\6?bE'?b-?b3$4?bD0?b'IG?^Pڏ6?[g,?W3#?Wh. `?WCAޯs?WNZ?+$%8?-[ѤI??oD#?K/$?Nsœ?Q b?R5!?T5?Ub|zO?Z ?aG{Z?aVݽ?ap?b?d?oq?;?o]~ ?o= ml?o+ ?o&ҩ?omw ?o#~?ojX?o. ?ov ?oDw?ö{?oFs?o{uIi?otm ?olO?oc&?oZZ?oPx9?oGn;?o?no$?nW9?n@Uj?n*ą?n:?n 8MR?n$?mB?m:voQW?mE ?mԢ9Oi?m(?m (ԫ?mF'?md?mkt.z?mU/b?m?}?m&PmH?m B#h?loM?l ?l1:԰?lg?l>ٚ?l=?l?lVBu?l-{(S?l~k?lKu[L?l:o$X?lTn ?lK?lN`љ?j 3?i֩x=?i~&?i0 ?is5^?ikj(?it?iZ@5?ie?hs{?hdοY?ho?hj?hV+?g\~ա?gr?g^ r?g!*^?f˕F[?f;?f0Mk6?ecx G?e&V?eJ?e>;Ū?efk%?eI1I?e.Mz?ey?e?do^K?d͇&?d`6?d9?d*?d+?dz3?dt?drD?`e[GF?]37f*?W6?WPQp?Wgr@?/+E ?0+"@?B3'A?OA荄?Q>{??SQ~?T  ?XMd?YYm?^22?c9ƒn?d`/(?dq#G?e>?h,#/?hJyodrQ?k"g/h?mf=eZ?r<-?r9q[?s|Ԥ?m{?rcAdWE?rc=[?rc1??rc9t?rc\W?rb$ܐ?rb?rb~ƨ?rbD3/?rb'?ra?ran-?rag ?r`ǀ?r`f?8?r` l?r_]?r_>?r^TYW?r^u(?r^nx?r]q?r]YM@?r]{D?r\KG?r\jD*C?r\(ݕ?r[Wnr?r[9a?r[?r[gk?r[F ?r[*x?r[l^?rZZ ?rZI?rZ?rZ#O?rZγ?rZ??rZÈK?rZZ8?rZ)?rZ?rZj؂?rZNJ%?rZC?rYe ?rY3?rY`Byd?rY-z?rYu?rYcj?rYWn?rYO}?rYL7v?rX6?rV)@??rU|q2^?rT ư?rRb?rQ )?rOpO+?rMvpa?rKeb?rIu?qW6?qr ?qd ?qvk ?qOc?qk~Ή?q7=7?qϞ3M?q%?qPyS2?q$Tu?qu?q<X?q_?q,E?qH ?qq4^?qd:?qW/˛?qLA?qD8i_?q>ٙS?q< E?q;Z.V?q0"q?q$52?qEb?q b?puxݮ?pI?pS\?pZpQ;N?p="\?pU*Mt?pT>?pQ?pH?pˠ?p!?pkL?pArO?p0O?p71?pF"?p?s(?p:6e?p`.J?p$?p`|3?pzN?pmn: ?p`"?pSsƆaZ?pFHPy?p9$?p-%k=?p"RhF?ptEb?pCIj?p۳?oȎI?o B?oMQ?oЗ:?oȬ1?o{d?o[?fP?oJ9?oF=XK?o"?o;໶?oj͠?ox?o)MV?oe?n=F?n}]?nC2A?n^or?mA|?mk ?mrç ?mi2v?md1?m`ol?m]?m\!6?T?m[B=?m2y@?l1?lӿݸ?lC;p,?l$y#(?l,H?kƒ?1?kAH?j9?jEܺ?jCX#?i,?i(X?i/?hn%}x?hjGkz?hdU}?hc+ ?h<جV ?hiQF?g?~?gܘNG,?g3e?g D?gu~?gga?gOK,,?g;Vߊ}?g++5?g?g?g~"*?b*̸?_&mJ?Xq 7?Wa?2g?3&1*?E|) ?R>0?TB4?W)Q?X?\w?`?]w?bO ?gꑪ?h39rJT?hH;"z}?iY9 ?l&OJ ?l??p0eKT?qgpv?u|9?uͮf?x st??}^?uA?u ?u$kt?ud4?ub?`?u7k?ůl?u~ƽ`?u~:nn?u~3x?u}ݘ| =?u}V/?u}?u|TW?u|D^ '?u{D-?u{Zd?uzq?uzj}Et?uyW8?uy|V84?uy *?uxz?ux5ƭM?uwA?uwD9&?uw0T ?uvE ?uv|?uvwՍ?uvIE?uv"r?uv{L?uudȿ?uu̺Y3?uuF?t_5J?t@G;?tMh6Y?t@ז?tp,?tiD8R?t,?tr?tѷgij?tyo?t69?tr&?t#\?tPg?tLp?tk?tX?t.?tv::?tj 0?tts=?t[o ?t{i?toriR?t^jU?tNZu?t>Zny?t1g^?t' ^0I?t!Ie?t1n?tz?t?t|?s(w?s.N?s=Vxe?s?q ">U?p*?p"Nb?pNC?pa8_?pONY,?pJIK?p^?oUT?o(Bdh?n'?nX&H?m6 ?m|)X/?m R̖M?l|V?l?laA$?ldO?kᯍ'?kzQt?kn?klID ?kUt`@?k({|?ki?jPq?j?j*w?jM(?j+u?j}BŞ?jz{LX:?dU6N?ao?XU7?6 mo?7;=?ID*ޚg?Vum_?X$[?[PP4?]?a[7?an!?e,?lRV?m 7B?m9a?o#X?q[IR?qql?sWm&?uD L?zk?zm?}j+%9?1r)?vuXV?vq`?vdy?v]?vwm?v{{-?vEPb?v^M?u6&?um~J?uY?ui}?uL?u޻G0?uk־?ujՒ?uxl?uj%M?ueG?uN?ui(p?u(?uSD7?u5iSP?uJ/g?uwu@?u& ?uy#?uR?uf0Έ?u6/?u s40?u^?umNo?ue?uk?u*D?u߫7>?uxcXD*?up]l?uji/?uf=?udTQ,?uc?uP/?u^?u54f?ueɺl8?u5 D?u dZ?u|M?u˭l?u\?u ?u0?ub?u"H?ud%?um>?uV?uD'$?uXg+?uV:??ufw?uP?uࠥ-?uҢh?uf?u!?uŨ x?u)u?uϦ& n?u?ufal?u3K7?uP?uI3M?uɼy?uGݐӅ?uYYk?uȚ1h?u]-?u.C?u  =?u0V0?u碹8?unD?uQ4?uK$?uþ׾?uŽ(DG?uxPf?ua6 ?uP?u?uؙ?uMU?uΈ?u)/?uH(8?u)?u?u}F7/?uuVse?unי?uh?uc?u`j+?u]#?_?u[(?uY1%"?uYBj?uX?uXr}Gz?uT+w?uQ)p!?uM?uJҜL-?uH$b?uEgPz?uC>?o?u@C9?u>T?u=0IX?u;q?u:Kɡ ?u9!Z*?u8$Odk?u7Sϲ?u6N5?u6-ͺ ?u59gđ?u5JnK5?u5Y,Y?u.?u(?u#ȧ>?u!?uE?uiV?u{?u=?u W=W?uNAË?u⣷?u}8?uI_8?tFF?t(~?tԷ?tÎs?tćB?tE?tDWA?t>?tTF?tȅ?tUoW?ttW?td=y?tUg!zOT?tEQ?t6@R?t&{kh?tG5J?tw)?sGھ?sB?sE?sӵ?s]-sK+?s H?s *{?sdk ?s?s$! ?sĊzA?sK?sg,?s [/?sc /?sc$?sVDwT?s҈?s?.0?snߚ?s^cZ?sN4 ??s?w)??s1ZO?s$!_?s9f?s yFH?sG?skUZ?rX?rسd?q0#D?qɠi~?q e?q{ޘ?qkxN ?qePo?qbD4b?q_?q^1 x?q]+*?q\Կm&?q0T\?q !?pӢh ?pI`(?pP?pze}?pYv^d?p7ȇL?oϴa?o8_h?nȪ;?nU|\?mޚ[;?mc󰭦?lt;I?l`G̵?lYLK?lVT.?l#WE?kcB?kȴ5'?k?%F?km?kVMq?k(hr?k^m?j*\wg?j:?jMz.?jQx]?j[?6??8'?J7d?WTk> ?Y ?\3?^-2O ?a1D?b¨?fdf?m,?nhܫe?n2 )?p@Y?r-Di?rE(?tM?v9Y՝?|<+u?|?&G?w*m??w?wm-f?wg?w`d?w.J?wX?w?w\k?wװx?ww֘?w4yng?wQ?wHL ?wv ?wx,Bg9L?wxn:?wxޛm?wxpY_?wxu|?ww0;!?wwNo?ww?ww ?ww`Sp?ww~+?wvƩ?wvԫ?wv}3H?wvVj?wv6 zs?wvFn?wv ?wv1v?wu ~&?wt^{ub?wrh?wpi?wn(F?wl!Q7X?wj?w?whaԆN?we?wbΡ?w_yb?w\)j?wY} ?wV$*?wRs?wOU\xx?wL°[?wKCD6?wI~xw?wHYIx?wGV?wGU%?wFh?wEU_?wE} #?wE'ҝ?wDS?wD|?wD}?wDnqs?wD_Z?wD[Qph?wBD?wAq;\?w??w>o<մ?w:ܾi?w5[]h?w0~+[?w+Jh ?w%6k?w L?w@F ?w?w @?w.?vZ ӧ?vx5>?vwa?vmPX?vNjY>?v#32?v52?vͿI}?vˋ_ ?v1h?v*)?vȭܨ?vȈ?v^X&?vo_-?vt?vbo?v? a?v\/y?vx?vRu?v(-?v8?v߁?vlT?vr?vI?vR>?v@xuT?vm?v ]q?vg?v9?vh,W?vK?v?tR Th?tED <9V?t9t?t0Z܏?t*2} ?t'^6y?tןU?sR ?s+?s8?s%B?sAv?sLr\?s1fq?sI?s}e?sF?sFi?s]?s F!$?cɼd-5o?di,I#?i d?p vNt?q4*T?q.4?rYŶP$?te%?t Vq!?w>p?yw?h(?]'6AT?z#c,M?z ?z 34?z .p9?z +$Q?z ??z <0[??z p?z a?z $/.?z Ň?z 3j?z ~9?z ݅?z ??za?zP֎?zU=S?z a?zl=?z͟zW?z4$+?z *B?z2?zu?z!I?z/A?zYρ ?z&.?z=tJ?z3an?zK2^%?z+2?z2.?z%MJ?z?zE?z`A?z_3?zh-K?zxq%?zs0 ?zp7s?zoj ?zB8?y,Bm?yma?y'+ڙ?y?yq?y?y_0?yB?y.%V?y!?y?y9S?y+#wk?y%?yi_K?yT6Y|?yք?yt?y>!d?yʑsmn?yI5?y6K?yJm(?yƔ#vG?yylt?yŀ^P?yfB?yK?yĐ#R},?ycngG?yEFb?y4# ?y.դ?y%0b?yT5Q?yύk?yDzih?y56?yxU?y*0?yݧ5?y?y; ?y>S*?y7b?y¶t?yvܟcz?ymZQ㽝?ycZ=?yY)+?yPv=?yH.Pp?yBBL.?y=Ua9!?y9xߎW?y7{[v?y5Lڛ?y4;=1?y3l@?y3~Lb?y.'?y*7݈?y%9?y!d]?x!BE?xqqr?x%?xǨD5?x=?xuɘ~?xND?xvX?xq~=?x\bE?xJۉVQ?x=YP?x4?x0%No~?x.▴?x<_?x ?w6?wei?wZ]?w b;?wG{bS?w9u?w7 ؀\?w6G?w22b?G?w.B`?w*Y'/?w'WH?w%+e?w#qC?w!l`?w ?FF?wh?wOn@?w k^\?vTnY?v^ 8?vǤ?v}?v2x?vrr ?vs*?v`r=M?vO4F?v?6j ?v1>j?v&v4m?v-J?v~?uv梔?ux?u򧵞?ub?u0?u4zk?uc(y?uaYR?u_WV?u^L>휫?u]8?u]Ga?u,FC?t66?tvG?tg3s?tJѨD,?t+b?s ?sfn?s򊴞l?sLS?sK?sW{t?sw?s@kw:?soui排?s.֖?r~?rۊw%?r27 ?ry-5s?r/yQ?q~(?qvK?q%.?pвY?pwxY?p3Z-?ok#' ?nr?nw?n ?n-Ԏн|?mA?m`Fkj?mH[e-?mJϗ?lo?lYf=?l6L?kV,?kUt4?jn}&?=XB`?@Z?QUe?^UhϷ?`rl?b^?d%?g8R ?h9?n*?sC ?t[8,cb?tn$tc?up?x?x&?|~Vȗ?_`? ԩ2?4]?}f?}^?}GlL6?} ?}O??}/?}P(R?}oX?}~Pߖ?};?}v^G)+?}JF?}?5_?}<@՛?}=?}(ig?}iP;8?}_?}#L?}#[?}e݂?}Y ?}.?}V\&c?}+?}04E(M?}ڕ5L?}@Ɋq'?}??}?}<ͽ_?},?}Ƒ?}>;Xb?}s?}Sj?}:LL?}%Z҄?}IԜ?}H?}y?}UM?}XM?}ƅ ?}`?}; ?}̗1?}j4?}a6C?}M?}m?}zk?}W,?}?Nee?}0R.?}+ymz?}+z?}n N?}-tď?}}X$?}z8ǔM?}w;B?}ty?}pK]?}lK?}h"?}cD?}_=:?}Zn$m?}U(S?}Q7>$?}MJП?}KKE?}IGܿ?}Gd?}FsçzM?}EX7?}D}Ix?}CLjNO?}C29?}BK?}BZgD?}B?}Au?}A ?}A?}Ae?}?*-^?}<6?};(8?}9N[ή?}3_?},?}%rXC?}?}ȨT?} FC?}k{?|XKfz?|> ?|kr?|Fd_?|A'?|v?|64?|[!?|B'i?|u?|=K6?|:?| (G?| jA?|/5-?|/N?|c5?|L4(!?|'V4?|~`u?|yVg?|u6?|r.VR?|n?|kּ?|i&ݟ?|fQs?|d,?|bQJ?|a!m?|_ԍ?|^[ȓf?|^ j?|]?|]1g ?|]yC?|RRs?|I:~s?|A9!?|= ѡv?|5Κ\X?|1 ?|(+?|!?|&ދ?|q:?||?|> ?|aTY?{nPG?{ g?{ HN?{d?{#E?{{ms>v|?{k v?{`i?{[1 &z?{Y_"?{Co?{,_8k?{g?z m?zv ?zʷY ?zV,?zJ^?z}94?z`GE?zA8Wk?z0t#?z-?z-iة1?z(?z#Rvu:/?zM?zle?zOW3V?z$K?zėΆ?zX{{?z}د?z4[>?y(gP?y BR?y-?q1?qP)87M?p˻.?p:˪(9? W? o((? *o͗Z? `(? S? joF? e|? D1? )^? ʏ? 0? ? ]? ب;? A? ˊ6? Βp? ŴԹ? a? C? A?? ? 5? ? +Q? ^?? C N? .? ? ü? *?#d?29`$?"?$*?45 g?} ?+kw?VB"?2(?!?X?_<2?Qj?$*O?"S*g?x L;?rO'?(.?⺉{=?S'??k? ?v-/@?<7 ?$?i8)~?bjK???K0r?M'ˑ?cKlj?ڻҖ%?Ǻ?!&j?:?,~0?5p? g?:9?n ?8$?" ^?M^?o=?9?B_eX?q??E?}%x?zgDv?x+?wB ?vzRU?vJ[?u"?r]ڏ ?n8d?k/+?h ?fBږz?c:`?a ?_w?]r?[u?Zy,ւ?Y04?Xj&L?W"/s ?VZ[M?U?|1?{ķ,(?{6`?{9_D?{T?{BˑG?{>ڀ?{;K?{:(K?{8ت?{8v;K ?zKu?zg7i?z4' ?y楡c?yň?yDi^JW?y"rk?yHT?=Ż?=lxĝ?)snD?Gtk?4@z3H?RKⴖ?~}?ŀEF?s9P?a%?F|J?~TVs?oq[?cWä?Y(:?RoENkx?O=]?5 v?⫉?3 "?$$[? ?X?H*o?Dp]P?A?>P?=PV?<7?~0?{z?~W ?}C ?}?}7?|5+L?|?|{?|׻X?|:m?|=_wl?|',̶?|*IW?| H?{8&?{w\?z[I?zpя4?zbj4?yoqV7?xv?xBTZ?w}?vn?vCt*W?uu+ ?t߇i!?sS?r\Js?rC?r h L?rM8?qH?qSL?q V q ?pӽs?pNl?KMInG?Ų?W?M骄!?$¢?@|?"?r?c ?c!?~?1h?.N0N?-RN:?ȕД?kv/?~7t?2?nt\? N? ,?h|[?d0f?!?+uN? s?Q?,?[?멪a?IW`??"t??+C?2fx?٢J?أt?!?;O@?ֶ$?JT?^j?ղ?Ղ<=?b-0?O?I ??j?"F?7K?6ȹ?C>\?CR?;??iF??Q=!7X?bm6*8?pp(gs?r3Ot?tw^?u՜dz?yq8?zя1?XzDA?L=?DM{?]d3?G5?I}l? 7?dK?Ze{?; I.?vš1?{ Z?r`?Yuc.?/?,¹?誇v?Oo??m&&0?Ln?Pѿ?]Y?$;?J?u?:?ڄi?#L,?Re?߁H ?޴[?qrn?1-v?|D+?آ ??OF?ڷV6?=ž]?JzJ?uD?%2?.?ئGC?urG~?LM}0?*{?{?S?(x?٘?,a?(V?oZB? ?ݗ蛤?a-3?Pi?;X?`?qG?'X?zUB?s yǖ?kj?cbny9?Z#h?Q92?Gz?<깱?1%/k?%!I }?o=$? ?3xD?$?kׄ?ऍ?p}e*?Վ;?2Gmo?>N?ΐj?&w^?͙?>f?=?fJQ?V?ET?Oo??8q?dxF?ii ?,?XuϞ?;СR?cf?.?t|?X? 4T?|ě?tm?oоh?gi?chA ?Y3?QbG?J_C ?E?BYOE?@?|Gs?{ ?zt?y&ST?wȀ?v?u|wȩ?u2?u0P?tzHu?sX/?s)>)?rip"?qi%w|?S(?Tŗk ?fx?s S?uM.`Z?x8Š2?zM\?~P]? ?>J?{Z+?>sYf?]I?'].`?ݘ>?&o?YB(?c$z?؉ ?'}Am?82eN:?8(`´?8 O?7P?7oSz?79,\?6jvo?6N7u?58?5h?4kQ?3鷼?2DA?2?10}Z?0++a?/50?.<Κ?-C?,JaPZ?+U?*h=?)4\t?( l?'P\?'5Wg?&㳾?&p㱰?%&A?%Ҵ?$}V?$`^h?$1?#;?#z2?#<(C?#f?>?#K ?#6q(?#&?#~?#Wt?#&ѽ?# 1?"|:?!w?!~˨?!/A? w^p? ]Q@? -?ݓ?i\?3,?3?ș$?=?Aا?f%.?gd?v?iX}B?\$?ML??8N9?/? k/?,Rl?e]?Dc?~峖?l;Q?k l?U?Nz5?lV?($_?ݏ]9l?b)4?Ϸ?Ɇ k?ˮpN??՞`?Sg\?_|{?r^?̃?:>?Iv?yAn?n?hȽ?NX4?/G?x~?V d?tD?Q?z& \?t)?kmNB?f:1?Z?PBļ?HLf+Y?B1K?>GZB?<%V?;S? W? ?t ?1L?x f?xD a?bcp?U$<?NZEv?Lxq?ܱ:?M<%?rȨV?ۤ3?^a?.%߈h?-(dp?,%{ ?+-?+MĹ?'Wo4S?#gA?5Q?V+M?1=?L ?YS??O?? ".? j? Dk?Ed?S?íU?5?Oxv?;?f??"?͆?%;Z?f?THj?˞QK|?7Wz ?}[?7&?f4C?40OT??(6Q`?rsh?W`4/?/Ȋ? tΎ?a?-r(?(-?i?B|Jc?v˙?uɜv?TÎ?1^T??kK?0˚m?dz?}! ?WǕ?,P?&?g9?_c:??&_>??ͯo?RT? ]K? sۏY?$m?:6?^x?gmh?̥?kj?DacUP??:?\~?on?Ty6?e/ ?E'?)+:/?n]?w=m?W@;9?|H?ey?'?5?4)!?(?ӄ"?LO{?7?ݦk?yM?I!?0=?3?Ef?NZC?f?%T.?%r?\{?8b\?5㑛?gC?s y^??D?_S?Q?dJ?}?ܱ$?/߾=? ?,?{_9<6?Fm?թ?Z7)/,? !9?};Sww?{-Rb?xّ?x|.?x0WC?wU?vqA{?uP-2?tT?Y4?['I5?mt-Y?y]?|a ?0-5?G?,!`?7W??7"#?Jڼ,?:nn?ni-?eSl ? 7aA?z??023?*?r"?k?KJQ? (m?nkO?}?f ?z6?]:_??ƞg ?'\?%g?_?1?M֖?pR?Cy ??(?[0Z?0`x?>?Q? ?@&b?D?w{m?Nts?P?R?W Q? ? o z? d)? 5T? Ǝp4??s\?H۲y?jL,?O X?񋮘?h?[?T9($5?M?)l)~?r ?(?ධ?߭>_?K ?7ĕC?<̤?݅Bɤ?o?#?Rr?Ӳa I?i?8?a1Z?V+?mJ?{uE?^z?%]R?[[֧z?&?"?xT?a>Gx0?KW4?7]2?%dD?B#?K? 4N? Nv?׶#T? zQ\&?.l?8M?#?k?Ğe?jwA?TyK??W|?a L?iو?n/J ?T?L}[T?$+?lx֬?dCg5?_u@T a?|ä? yq?$P*?e Ը?S 4?I74?BO#?=je?:]?9U/?_Y?%RD?@;?93?eQ?Zw6?v?D)?8x$S?t],n?O?"-X? ú ?rMt?}6Q%?z%{V?yF?y9T?xޛ`?wDbLK?ul?\?ȷt0?^ݭAU?pMS-Q?}@?\Ml?k??a?%>?pـw?fnD?iN{ "?y"+?_?Z(g3? 7?R?/:?`p:?i4?"~^?"k?"f(?"%?"ZgeN&?" w?!2' ?!t+=?! Xx~? -? eU?s?@?d?.$?(8j?hN3 ?Hൔ?Z/?T~?#?;k?] ?,?9l5? ?D @mP?ܦޛ?m?2v֦??Py6?kd?YM?6`柮?oZ)?6?P۬_?h]W?a?̫r? ?ǐ?#?\?}E?a5X?Z6q?pN? z?P?~?_)a?Hg?;/ft?6+ĥ?"Ml? 2v? xa?2M?]̇?V|?TS?G9;?{?"8?ve?쩻?0W?k?Ѽ3?ћW"i?шw?тwo?D^?C:?˗\?z?3~C?5Z? c?>:~?jyZ?yc?U'?'?3?{3rp?q8Y?fm;o?['?Q;R?I/b?Aj[??#s? D?|?쩉%j?@4/:?Z}?? B8Q?Ya?c#LU?\?mt?7n?[挂 ?Be0?)˕??q?Xu(W?Am?-DA?m?&m-g?!@gK? 5?@F?f4?"2# ?V??|+?oD?W+o?>W]w?"d?3hיv?qvx?1`g?!G9? K??ԭ"?UC? C?ޜ?/T?JD%x?^Ya? Y?l?i.? 3$C?}/?r_Q ?Y23d??&5?'Iq? ]?v~s?j?ӎ?«ڮ?6D?׹2z?@?#t?e1Rc?3u}?FM?*y?Q-K?fF\?=w??سq? \;?mP?Rt0?bzP?OXP?k:?隲Z?b>h.?+ ?}T? :.]?0W??G?e]b?]?~? ?}X?5m5?!ʼnJC?JI ?=e?22?O?[F=?S=M'?3@Bm?x ?Z43?{'\(?{R̢~X?{B@C b?y8/?w#S?`B=a)?axr?st?-<%?REz?:}b?q|-?9b+?n̕7>'?e='?^?O?ĨQ?S?on?c|d?15BE?2r5o? NW?7gNr?3߁?2*??gWD?cXs?>?÷?]dp?mջh?is?pN*?T?}}T?y ?tU??pn?lC?g\9M>?bxX?]d?X2?U"?R@_?P|?Nj?M:Z?Lbq&? ?K~@:?JR?J%+?I)R?ID?HFs?HN?H?Hy?H~F5?ER?C3?AXv??Պ]?9]&Ӫ?2:?+o7?#n>N?|?E?[F_?&$?߾(?@὆?ہW? ?^n?K#F?}n[?~%?{?C0?!??~yu?Ӧ?z?h.2j(?#Z&?1?|+?w6?sB_d?oZZH?ksߣ@?hH}?egU0?c1!ݪ?`?_ S ?]k ?\,x?Z ?Z.#?YH?YF3G?Y+-?NL,PM?DBRz?;=?7eӡ?/v?+w?!4$^?V?er?73?  on? >? ]fQ4?.?Ehv?Y?8(?gJ?j{J?Y$?M2?H-?FpX?/>g?/#?+j?'?GN?s)?oX?w4w?[*k?;42,?y";?%scq?ѓ|?9 ?x?LLB?ά?6?^'?ꙵ/δ?q@??>?w?lh?]ɸ?/?[s?Vw?Hj?w?H\5?"Jt?̷:?"?M?ϭ A?D G?5 ?N$_$?W|H?P`12?5],?24l?dF?8\0??|˵?|{?|mr?m?zA||?b{guH?cVv?u70H?'g}?;qY?n?r󬜅?9?;tJ?҈?:B?ґ=?&ЯQ?x)?y"w?&Kvem?/S ?T?,^@? ?c(?cX?c|һV?cO@?c?')?bN?bZ7?aѴ?ab?`I?`,Dn?_{8C?^ڗ?]?]#TG5?\HǨ?[gs6?Z?Y{?XN8?W1*?WW+?V3?UnjO?T^jY'?T9D?SvH&?RV?Re?R8RB?Q8?Q|at?Q=#W??Q}?Pڪ8?P'9?PS?P,qe?Pk9E?P]L>?PR?PKVc,)?PGDS0?PEx?O0?OGҎ^?N)[?NuWFd?N:S0?MЖ?M?M[:1+?M2`uW{?MZ]?M[?LT[?JQc?GizA?DPC8ǣ?A?=ku?:7a#85?6א?2 gJ?-STv?(fŽ}?#@? ^p?dP}?j? !Xh? :Ӿ?e?WV32?2Q?hdy ?^.?\?sļ?һ?G ?ֶ,#?=?@?5!?_??E.4?~ {?W12?&K?la?MZ? 7Ix?^ .?P4?,Ǭ?g ??~?ȯb?x/?q5|Q{?c5Q?Vo1-?KRUy?A(5:?:m?5Ye?1&k?/d?-܇T?%8R#?=˻?m?mnQ?*{|? S^li?9R?ߤa ?=Z? ?K?iš?j[ F?9k? Tt?Ӧlb?{ľ?@FD?F ?E,?m>Y? ?}?wj?I?-Ǩ?ȯ?=x?Z$?X?ϟ!4?/?H2#,?mO4r?WY5K&?5Z?AI?G?u%Y?qq6;?F?3@a}?\2R??}r}?`vʅ?C?%Ok?)Cx?|L?,?B6 ?D@?_j\@?JJa8?G:n?F }F?@t?:%-Zg?4a]?0n`?,\:?)u8z'*?'Y?%BC *T?$5M?#Qd?'>?e?%Wz}?{M!? D&?^ 4?? ?!i[?*?Ӌ76?ѹ ,?j]?\dO?A%?a?pՉM?DT?4<'?eR"?ý'?\?~<戈?z,??wwN ?uߕ?t a?tFV?'+ G?=^Z?db?2<~s?Q]+. ?eIE?@5[ ?29J?,?&+o?"ݑp? ys?? ?|O,Y??Ѽ8?hɞ?gyNN?ie0W_?{mVg?[JSY?T[?lf??@up?!`?k?M`J?t"S ?CP??W)7??=?m@8?L?_x?Ԧ?3N?̉?׍t?IKAD?z?hF ?t&n?3Kl7b?{H? |?We??xo?z~?2]?c u?D!??i5Q?Q]?CwZ:?B#`?L>?l?KmɎ?.?<?oxo{?+?:? ?a5,?w??/?h'?CS8?$M|?  ?R?c_?_>Ue?L?ݮZ|*?8?1? ?+,kl?) zw?(~ ?'Db?'7g "?'?s? wDE?Ē?Bї?졠?_m?ئ+?nD|?Id@?ʬ?Cv?O]?Ud?e?m:7?CX?>??Wٽ?WoX4?b"?Gl?MF?o~>?]QS?9Ds?3ʬ?=/ؘ?3?4?{ó?Sw?&Ic?z ?a%W?n$?GJ?;s?ȉ`Q?.hwz?\o? 1?F@?O$l?[| ? O@???Z%?0OT??l?jd?<B¦?hV?D|?"- Xt?KX?o?y~??ƻYW?wb?$ ?R=r^L??˗ ?'P? ?Y&>I?Te6=?QU?NWo?M?L*Me?cL?Yâ?寱?ɳݺ?]cNP?]|n ?]+jBf?\T8?\ ?\v X^?\J4K?\%wӃ?\hY?[fS?[H#h?[lj ?[SA?[7O?[J?[ڑ#i?[ Ao?[(.?[E d?Z6?Z?Z`S[~?Z#m?Yb?YnM?Y!*ai?Yʎ?Yn)?Yb?Y^.;9N?WX1^?U|N?SdȌ?Q/-x%?N$3?LqEOz?I~?F?CC?@,q7?կA?Ϥ?y~qJ?E2d?(gt?#H8?" -?ސW??r? w<?1 =?6/?3?3z?>?9?c8!c?>?rO?>tG?^Z?'k?k)?V?V?ny,$ֶ?Al?&S?U(%?\d\?lS?o. oy?V%?3p?iހ?fҹ?)f?j?[??R=[?*$!D?Uve?pMG3X?T&? ?^W?1‚?/ ?BesV?;w?&f;2?:??֖@1:?K}8? ?Ր5p? I?ԥ~"?j?Ӑ޳?hb?Zj'?ѵE? *_m?^]C?ϲqG?Y?\?\?͸˜f?ʵ'?̇;u??=?ˁZH?#?ʬꍳ?T(K ?Tr{?ŕB?ɌcM?\_@?4 ?% ? F?M1k?\?Ⱦi?ȳQ*r?ȫ5Tm?ȥ8?Ȣ~?ȡ'!?=??Ǎy?B5?Z? H?ƕ5?mZ?NzD ?8'M?+xΊ?'%in?!N?Gh$??+'s?ۜv?+?->b?ǧ?7C[?~ \?4΢??=?da? wz??=d?w(&?Zn ?+B?u{D?xk?7??'$?")0?}As?w;?[?;*Ip`?(Ƚ\?",?} &?M?_@~?:?{,4r?uVK?o8"?4*]p?* ?dT?KI? 0f?4?e?ut? O)H?7ɪ? Lפ?6 ?E+?N%ml?/.?7?+D?v?ީč?3?mx^%?ˎ5}? ⥚"?ŔS&d?en?|7"?x?aCq?JP\5?3P?m?֐',?H1;r?~?tGwN?oizd?n%=?d3R??[>?T"?M|/!?G@sp-b?Br{&?>? ,?< ?:kC]]E?9}?qf?Dyk?,?pmR?>յ)L? \m?1bN8?_P?a% ?sEj?Æ0?5zOK?kPg?&?@Yt[?'ϤX.G?G ?B2J"?<%?7c6C?2󚘗?.S?*C'?&zw.?#`? >?Al?|>?eoM?BU ?Ɠ? $?IQ?-?||ٮ?, ?ͅ?ڡX?k2?~M!V?SKe?D8?M?b?W b?֋F^?x)\ߞ??%{Ǝ?LJ).?*?V|?47?{h?`xa?Gۯ?1QEj? VR?T$-??se?gS}?) ]?j&?ɨt"??u?~jBP?ehge?K, ??0[ӕ?9s,? cA?\F?މ?Ct)?m?Ӕ:0?9=ib?p?:Vx?Řc,?Ëj"?w?2%9?鲛?|GC:?W[p?nD?Rà?7>ڷ?G{? j??)?q5Q?Ifc?%? )<)?O?\Ł?L6-O?Y>?~G?C%?LK?u\U? o\l?U?!?/#E?$/?vs?tw?{be. ?&edu?r{?zYK?mrjV?.toW?9^Vv? 0MY?Ά?O(? ]?M'?B*:?1?²0?~5?:ѽ?f!J8??a.BL? #;??a݉Ld?qHay?r.2?P7f?Hb^?-GnQ?ɞ? O??0R"9?iC"Z?ݎ\l?Xծ?, Y?M}$9?`i?Ym?8+|?ώ/5?"B~f?&z+?>??s+:?*`#?Y4-?r?5?"G?A? q1?l)H?BD?OZD?R'e?=a~?x ?/F>?*68?]U3??d(lr?B?g%g?"?/$϶?@?2)?=?mh[?Өi?`?7H?r✌?J ?)Pe_?1F}?X ?IN?d}?J?;@?$w?vZ?N R?$?}1(?#+ ?Ԝ;H?_T?U?_ :R$?=41?} )?Nwp>?ҁl?p?/??ʚ?}?'xH?G ? D?o{>?y,X?'Ί>?7hݱ?\?u?ln?N˷c?05?oK?/j?C\M?Ĥ-?d ? >T?p? )~?}Rس%?TJ&a?+S ?*|f?Є?h ?\C(|?^ԭ?߮fE?x j?־ l?ԁ,? _ ?Cmg?i+V ?$a?88ћ?:?c?wy?O?u?v? ?nӅ l?j]|̕?h4z{? q?ѯ)?l ?8@?6xk?6 ?6T3?6S?5A?54~?4$#?4$Z*?3gH?2٦jB?2!;-?1^@?0>?/V+ ?.N&?.ц?-&mq?,Hg9?+nU!?*R}|?)p!?)?(d ,?'c? *\?AY?mQ?isz?J| ?\X?>H? -v?Ri??<Ы?9Fdw? $+9?IV? q?5?E?? & ?q?i~?֊?DBH?Hh?wX?lp?A0@? ?Q&h?AľK?0g?f?ݧ??'DJ(?˥<^v?ɋ*V?iJϕ?D ?|?Ỷ:? K]?u^P?F?i?~5?r\6?ex?Xڂ?Jau5?<湉?0k"3q?%S?%􂒿?~Kb%?AfQ? {z|? @ ==d?%?ixc?h#???tIT:?vaa-? h=?鿦U5?A)?]?ܽx(c?/W*?зg?ΖF??ILJ?&,k0?/?ȍh?. ?i?+A?V;?|fC?Rrfv?9f?0PJ ?q?C}?zsn ?uX?q?o+D?of9Dg?LM@F?6m?R?J?3??Yknt?5k?h2GB?;h?5r?{ᆗ$?`<?Cu8;?&]=kš?ɕҢ?d?rb?"nc0?&B`?j#P[?E:Rn?/~b?,ǩX?,3E*?%?ĒbJ??ڏ?I?(M? ku? ))g? +)i? W%?ZT? [{,?(j?V?eߐ?Db?%|?}גL?9X?c ?!Xh?04? ?j>?p2?Uj$`|c?T=?t?0͠?yiB? ?_—9?c d?a@??E?pAo?q-??K_a*??yU?N?Mmp$?pڃ?Qơ?Ki?2:h?C3]?oP??r?%?V焘?,!y?zn?N`j?+}^?FIi?֟?bg4?1|????$s?_&s?@L ?&|id?OR?Wg???(??ZM2?_8tn?. ?j6?3A?Hr?T??V ?c?6G?}`I?K. ?ExHB?EK r?E1r|?E)Nt?Bd ??gj?=#s?:ԾU?3Qe?*?"|,?7ߖ0?bP?=8?n?VP:??XG9,??뿶s?#{>?`-5?UC?͵?z"?tZ?p݇?nb?l%?k(e?k2!Pw?dE.1?]N#?Vȑ?P%e?K>`?FO?Ao0?=-9e?9UH?5ȶ?2؉x?0-.?-V.?+}3%?*N!?)ġU?(?'YCh?&žE?&[x?dq|? R\?O'N?CX\!?>5T?-v?H?>F?7?[_;?ɡIX?ǐ&?? ?j3j?e7}?C!X5?#70?V_q?^\?8?tǃe?\?`j? ?t@g?b<j?B rF?"r핕V?9:?s?Ҩ"?ȼ!6?nº?WT?T>H?Sp ?Lw'?F"2?@?;tX?7)Eq?4?1xr?/LS=?.q-?.[2? m?=!e?=-α&?ʩk?N}K?6 ?O?{J4p?b?#kGA?G/Jh?!,?}T ? ?d?[Q(?ؠa?\?aKg?ם[?"ƽ?֖F?-?M猨?ԒU}? ?e?&'?/6?@T?O; {?]ZQT?kE7?~r|?˘Wi5?ʽ?r?.y?}{:"?5"?Rx2?NJ?jf?`X?žu¾*?zt1?BI'5-??vy?t}?ı?ĝV?čh?ĂgR?z?vmg)?u q?_Z?gwI?: -?ˆ2?+E? ;?A?]'?2`(?5?I]o?8:?%I?M? [˛?ag?",?pQ?, ޑ?h4?iV7?/ߜ?-?(i?4T?_?}BD~?y+&"?v?sB?qӨ?p r?n6?mф?l?k_Y\?jʊj?j%Y?jH3B?jJ4?j~[?iIh?fg?d+?aV(?_- ?WƢ =?Oh ?GO?=a+x?3 2` ?(A~?ok?l ? ?Wž?r`?׋F~u?Ȥ!? y?3|P?G%?΀4?ZK? Z?ohN|?X?8w??= +?7T5t?yy:?s?nk?h%'?d?_o% ?[Y*!?XzI@?Ug'?R,?Pd"?Nl?LU:X?K~?J ?I2 ?IhMy?IFɤ?<48?/B?%Ge(? c(;Tv?K\?/!_?0?D?I?+?Pwb?;P?薎A?Mq ?C?E?cFY6)?Ci'?'dkɓ??)?д?'G??t?PM?aǙ?j?aj5?@ ׍?a?zO? u?`h?KH?sTN!-?p/?oO??h[o?bOI|?\?W ʃ?Se?P"?MwSa?Kgf?JiQ?Jܽ?&`k?HlX?GL7_?#?fk?r?P3'1V?/d]ё?71?ƛN?).?0?Upe?Y?nr|d?kW?:*V ?|?Y]? ?w?\ ?X@ƨ?U17?SwBG?RM?Q|?Uc8?v"c?j6?(?|c?ڠ?w?AK?q Y?aOo?T?K0?F&G0?DRGv ?QC)6M?On<?<Ȭ̪?D? l?v0.?xk?<?%?cx?Q>?;&?7OE?Eo?B?\b ?[Ȼ? y?*r.?VpJV?üK?e`K?e],?eT?e}a?e7?d޹?dr?c<3?cd8Sf?bQ?b.B0?aOf?`vI?_Q?^#A?]ҕz?\`|?[?ZR?Y&F?X$V^?Xi ?W/ CHH?VW?UD?T}@?T;+mX?S(?S)ou?RѪ?R[I??R 0^?QÅ,?QA O?QX(?Q/n?Qӝ?PC(?POl.?PGK[?PÐ{?P&U?P9dB'?PD?P%Miř?OQoJ?O'D W?N}D?NZJn?N3?M Tq?MwgN?MY*?M:*?M'G?M!~?J5_?GÏ?CK?@%U@??*mGtw?%'[?IOQ??X97? _6`Y?YRG?k~?7/uj?bxu?e;?$?M\?2ߝ?G^U?GV9?ʋ ?pu32?,#o?:)?̱?r1?z?QՂJ+??C?%[?迻K?ຄO/?HA?us}?ŇX?#K?{"?EE?2y?Bu?zN1Y?l9%$?\A?M7|!??1>A?2%|?(k"g? }tx?G?vA?Ox?oy?}Y?xҽ?&D h??*#???'+]b?z-|?s@/?qҦҒ?T聓?5Fʥ?A؍?%'C!?Y,?G5?f?k:?Gs'C?J?NE7X?2L?{ ?r"?4>?\J?ñD?4e?ENhd?M Χ? X"?:S? ?7$?e?v[??4a?DO,?kf?]L/?$F?X?)zqq?Qߨt;?^?Kg;?&~?ŵ?0kۈ ?m{?@?˦?s?mr׺ ?Y)?59?,,5 ?(v?,Njd?[2?u ?rpI5Z(?or?kwIb?g[l?c͝?_hq?[v#?V[?8n<0?1nE?+Vg?&]Q?#? #?Gָ?,(*?T6?'t?.A?a^?\(m?9"%?ԈH? ~r?X ??E';?TY]?Rgy)5?B@?(]?W?>us?2B<*?տk ?Lh?uZ?eLʼ?V_q6?Ic:]?>"3?6,?/\?+S?(f}?&U?%h?%m9?0ϊ?MoŁ?o[iA?W@?Lf?,M J?P4?F ?/?6N??%_?U ?,V[!?bF?s?R?8?٫< ?ن"pNp9@?v%$4?X?h3ˆ?#f?z?eO?=fx?\?&e?s=%&?p_Ɇ?x4Lc?SҹPK?0 2E?q2?RD?)sS?hW4?h??zN?C@7WAH?ՙA?N&?fwx?`?L;_~?G ?D ۵?A]e?@ ??L?g?Iqj?eE |?xC$?D)&?"r%o? ?H?I._?wCC+!?lp*R?f kSh?c!j#?F^o?:{Zw?tNY?xNF?zLV\N?PU-\?f%=,?5/J?Y?k? M~? Tv?=?Ym?h?U?3oK ?wz&?CI:?1vo?80?-v? +??" ?ux?F"?y?AKR?.I*?T`?4N? kƫ$?8?ņ:,?C䏸?8.??Z#? B?~?de?9j ?I?xĞ?%4,D? }?Chr?_Y?-p?s =(?O ?* ?"l?ݸ?;*?$?g m\?+L?w?\"? 4\?+~T?1Z? sU;?FQW?e?g仅?Pt? R?؄(T?yb?Xx?fap?;-? @ P,?3",?Skp?V$?ez?=?'?>A?x?ӣ_?LM?Pkv?.8H? $?P|?XE?&:?[]Y#l?.w7)?6D_?RvP?5h ~??S,C?Ņ:?6dG?Z;KC?bd?b?bnA?b1֨e(?aܝ~6&?ao&?`d?`Pz?_| D?^T ?^~T?]Ti;?\g?[ ,C=?YT?X?s?W < ?VrŖ?UA,?T6?RO=v?QÑ?P#?Ov?N߰?MB?Mx?L`?KßZ?K;p[?Jǁ?JbM?J s?I!Ӷ?I ?IXh? /@?m?r>j?tI6?EK? i?.?Ŀ3N@?®zð??AAmZ?*? )??PT'?Ff?цm3?6t?{$+?O8V=?.:?k?c\;?G?%W?l? 0?lmg ??Rlx?Dm .??\r?O?cz?fSq?7AG? =X?ک,*?DKyԃ?}MG(?Pcj?%4? JK??)'?>'?Kt?{b6d?k* ?e.ϰ?%O0?$'|?SX3?Emv??%W?yMh?8F}?_?E@!?ǯ?Dz?-"R,?8Ĺ$?p{L?aXd?.j?.1?`^CD??9B??LΆ?+b<,?ɨ5?>?6H?{LT?~E˞?y2Y?Q/2?JXn6?l`g?P?@mdT?fq?-?*6?M\?/S?2Mg?#v?P#?늯?Ǡ~?^ȝ(?vҋ?>'&n?=؋ԏ?= G?<ӊ)?u&? %D>?ޗ?F?E_?˸7?w?p?1?ӛ'r?VW?ɠQ?s(?ʏ^?&? n?vC?oe?7WR?"?$!^L?/2?#x?'Y?l?}XF?p+?jt??YYEz?L4 z?A5ML?:2^/p?5P?2=b?1\£?*8?Ǭ?srQ*?{z?O ^?)s昼P? |!v?V-l?o$?fq#Y?AG,?$R?qf?EG?b ?1%]2?|?᧿?__(?)[T?T?ʒ?(G/ ?#lqR?>:4?Z?z? p?f| ?T}B?W ?M|?=;?i-?d0]?2x~j?F'y? º?ɑ?iڲm?8b}? 5y[?ܴ^ jp?F?4_?lG ?Qb&B?@7.*?96 ?6?*??D^\?l6&?ݧ'?Ӷ?k ?e74?a?]N ?[ߢ+?[ԍ%?j Y2?Q?71z? ?V}lY?"_?Z14?;|h?,G2?hf?1b?$ g+?=#?}M+N?2-"_??k()?w?2?L3 ?+Xs? }I?99?P-`h?Mg?Zw+h?7˵'???"? 3l?ǦO[?+?RM?Ԋv?/d?ӻ a?-?҇দ?7?+8 ]?^?i?/?m &?[ȴ-?˸U-g??=Y]?v?Ʊ2p}_?j]?*N?"mo?ؔu?"?<~?#$P?T(?/?=?VC?kr?y/C?X?ǽ?fmC?&z?6DQ?R?29?I8?rU ?ca?Y ?S6-?Q[cH??弎?G(?in?:@?d|X?pc1C?$W?x(0?.XC?0w?`?'r?=r ?]uZ?f] ?}Fk?y)`? 9?66܌?Dy?:K? h{?c٭?:?``?V} z?8[?8ʐk?Hu?H?"?ɏ?v=?6đ?q?s˖?l"?\:-?O$:z>1?Dw0" ?<5P?7?4 ?30?h@?A6[?$?~c(;?RWo?+[?؀ݨ? V?t̰\?ƇQ?G|??y?sD?Gӷ2?L)?dYXO?=?Ύe?b )j?+r?b ?:?1>$?,=Q2?F?`[?Ή? ?Y?fs?YN* ?+f??λ?f~" ?4jbXdb? h?WK(B?¥|?j;^?:QF? `A?qGi?Xn)?*0L?mwp?SV?AF4?;9@޳?}?o B?F \Ƥ?X7?D?\?lo4?fX4^?bWr9y6?_ /?]vF?\eg?ۣt?E?c?ą>?WpULF?]"?Z\E?<']?,ulAB?Iv?x?+`?}JO}q?4U=?; ?opt?y?ŻhV?.~^>?,~?=u+da?c.?Qa%e?_?;ԡ? ʜ?F;S?%sZ\?ݖmJ?݉Ku?a? [_?t%?P1t%?ƒ6/?.G?_}?ٌ7?آR?ץ55)?֖LHq%?wc?J BB?-?Θ?Ј'M?A)D"?MIX?̹C&?˂o?ZݍZ]?@U??k?OI?zC?ż$N??Ă4?vO?Ùg?= ?*?±?|?P t[?-?xش?n??_?ܬ?%~*?Z?oѼ?w?B2v#?*F?VzA?~K?$?s][T?IR?fjs?J?=n?x?8?:?؎n?Jc?yGs?q-x?ioީ?aǒ?[^P*?W?Tnt?Q7?O_q?M"?LL7?KWL?Jq?INt7?Hg2 ?H0|^?GT?Gf?Gt?GiǢ?CB8?? ?F?FG?ן8z?68?ط?m? ez?$#?dF?Kvz??N e?J?X?w1#?I%.?[Rx?K?ޢKM?i,?{%'6?t-b{?cOH?V8?Ln?DB^H?? ȇ"?c?_ ?5??z6?NW?!@?ke?R5?6˲?h^Zq?16?iG??Ce?>W?S?j[lҷ?(?ʋ ?շ?":?U?1 ?4???l2?:7??Տ?KEG#?pb#O??U?>??uf?Myb=?J^7?G69?<–?12yJ?%֭k?X˘? cX??Ťv?ۦͿ7?@Si ?0]?|?]?.(8?,v㶌?+H\?*? |j"A?2?Ihf`?8?X9[?L)?r'?))?屈"?6?r?GQ?U^?9"?H`?8p?;}?_f?_y?1?7hq?A;?f?O;1a8?߆1?mz3?pzi# 2?!Q?TԹ?"KR?h=?W4? 7?p?Ypc,?-N?_F?%G.?[.?rE.?<1i?¢)? 5V?e;?_=j?m\P?}FC?’Ŝi?33?Rqp?(?S'xU?z? ? n?vx{?C6xE?HDޅ?Qb?׻?yv 3?HP?zY?F;.it?R2?Tfc?{7|(?`y u?Nś Ŷ?H=t)?u۾?H ?Qp? 8~_}?;)M?;6?wkf?qv!?lI7*?i9?gБ?fANȣ?VbfP@? K?L$?A?\ˆ?=?]4Fz?=H ?-u? 6?~c?Eӣ$?5S?O?A?ۄ3Ǖ?EJH[?ک ?[?կ#?+G^;?u~?v.b??w{*I?DZEÙ?•?Ȣ? ;z?8 +?=3 ?=\[?3-Ev?)? `U?LGR?lۮ? l ?>U?-"%n?"??Tk?%h?O??HR z?t9; ?E~ݑ?:SG?ee9E??-)?XV?w ?6B[?u4f?jCVI?bts??]J{?Zm*?Y譮?$=R?:*?ҙ?0G ?v*{+?OUF?2_!?!?}2F{?5:?f?F=d?ι[T?ip,?<???M@mz?඀a?0^s?Jپ?,?A?쓴a?mF"?2;Y?ؗ\?Фjh`?ɻ??ݜ T?$)(?Nd?J ?Mq?zPM?Q ?Qrc\?DS^?>.?qĊ=?*a?UO娚?&Tܓ?_8?f?.7?~0kQ4?T}?\A? ?}Z ?s4%z?Z?3 ;?uixq?=5o?!t?k[?Ӽc?Xt3?M6l?z?4l?^?\?%D?*?vh?Rli?g?Ad?̷?Ѭ?Q?-):?m%?0n2? ?dV? e? V3%? .?=F3 ?2?b9?D_?@ 4?Ni!?wXG?QF? g$u?y%}?Hfgw?c?nPQ?0,f? v?:?}H?z?vc_?sS3?iN?]E?R G?D?6ĝU?'!?(" .? x0?<??TH0'?L&?_)?!?7[Y?D{?(Z?.?eL?ҥ T ?đDU?*Tr?S-vg?p?_@[?]ũ??yV?s![?q ?p(ƨ?;BOػ?nrT?Iʁ?L6?&k?dE<Ƞ?GIV=?46:0?*YO^?'hI}?Ȗ}z?4nj?4G?}#>?P{~Q?"-u ?ʈ,i?|E?^?]['>?$ #r>?MA??S,S?k?궢9$?[~$?IJ?p6nn? J %?FYW?ʔk?eS?l/1Z?t?bQܲ?/nc?ꖱ? !?|v{?e%'?6 A=?Y?݉I@#?*? ,$'?z} ?hҖ qQ?b8X8?s 6?=7Gj?iC}?#?>'i?f"x?iT?cX?T v?~VO?|QY?{C?:?.󮿑T?.wt?]R'?_?ܣ? `?'a|?Fjޡ?tOe?.AMg?=O?ۣ?~$hr??d?dxA?)?f? b?K{?kI?ƻ?H;?dǨ?w?>t?L0`R?g(?Kϯ?O]uM?QCF+?d~x?iג?/ҎP?/z ??e+r?Hc?K-?l̈́?.OQ?Ǣ$?~3Y?UE?c{ȹ? ` ??2m9?9 ?t?Ť8N?P?|o*a?yXA?vU!?kp,?`{=0x?T~?GTP0?9t"?*{h?X?c]? L?k ?0XB?м8J?AG?ec?,N?l?vOJ??lUb'?dz!#?_h?[xdc?Y9?X?W5E8?MpFW?CW?:~?2kݽ)?*wp?#E?J ?'4?>u? j?f5? ?L"?->?1[:?#ܹ|?j?Gh?Dwz?'? ?/ \?_E^?o ޞ?$6G?p@k?v?Ek:?t-?{<i?L?7?}C?|&:?t?/i?+T?  ?gPr1?]2,?a6?~WȩÉ?jHXd? h\?x]?|!ф?  ̅?xLR?WH,o?D?V֎? xp?|;?ץ?Ov?([)v?( F?(ε?(PP?(&/,?'w?' ?&wь.*?%Is?$-&^?#`?"^?!!?? U?y??P-.? Xo?1?q0?r?'?8K?<2?;S?:!X?9eI?8_od?7kS?6w?5aQ?5#6xu?4@?4]D?3v3?3Cl?2ŀb?2 ?2}?2QzH?2.< `?2,Ć?1w?1M?1q1r?1}v3?1ژ6u$?1?0f_?/̅?/3-d?.Rv?.B??-5bv?-l?-Z?-0o?-$tk?-QR?)% ?$%(? \/-?'?uE?l5l? 2j?0?!=?c?&i?*G3? p&,?מ|N?όNW?ӂrk?ūFs?.u?S?HwO$?]Ubz??8H?^??/F"f?h?S_?)C?A?za6?,W^?'\?r?P?%Z@/?h_?9-?w;7?i ?Y4(H?J`?9.?&F?`5?=p0?1T!Q?Ն?§!?;/K??ۛ??F(?k B??p>,? ?zQv?pß&?gۼ?_|!N?W@?P(?I1?C=?>z ?9T ?5|L4?17?.F;r?+t?)(?'}?&Rh?%\+R?$y:?$vF?O/(?d/?-3ͯ?jg;? %G?8Д,?6I?-$?S]I?zm?5 ?ء?ch?hPp?G`g+?g?Fni?5Jy?̼?r#i'?^ߠ?Uq?RO,?)=?숋?z3'#?nޚ?x?J}{X?6q? U;E?! +f?5aA?Is?(ic?#gz?"=?y8?[KOd?I36?C^?NJ??k> n?bř? 8?@&KO?xy{?74?\-?Rhm]? r[?Dt?t3?XK?V?'I_?onn?ՠA{?LT?x-&?`?U?8a;?J??={?J?|.t?%>? -\?Ib/?kנ?>P?(S ?f=;?A=ܯ?;?4J?qbbq?FΤ@?cGdNN?~3.Z_,?9[? ސ?f|a? (ǎ?9wr ?4 ?tSJ?j?z"OA?v?+Qv?nמ?˗^c9?AX{ ?xH5?Ǜ ?Vw2?!gt?9,?)v]?s?2?L<2R?6P?i?ZW?u ?n?A?`r#'?kA ?9?Z?J?wO߾?x-~?n?qa? dj1? ?*+N?.Mc??H?>?vo?\1$3?Sd?Q.n?وlc?PrYY?OX?tO?+ro?[Ն?\?˴?n(?x02W?p?hd ]-?_-?WxvHߒ?QR|?MX "[?I`m?>! C?=xE "9?<44?<Ԟ??h M`ڜ?`',?Zx:?UGIԀ?QJR?N?MHu?Lc?O>?&%a6?ح-?y'Ve?D2MS)?q`d?-?A?5m t?zBk?Mj_?%tW?6 ?䜾e?= ?[?ޞt?8 O-?d7)?;-?[,?Q:}?2:N?ݪW6?l=?oZ'?RcB7{?Нs?Gy?r" J?z˒?;?z?…?aa6\?≔?}a©0?{?TZ?? ??$a?Z\I?~*k?|*?yN=J?v_XK?rW ?o?kv$?f?by.?^U ?YY.~?UWW?R9_?OLhj/?Nq=?L v?Kd(??JY]iL-?ILJ?HB.K?HRZ?G(?G+ ?GAgs?G9#?Fn?Fٛp?Fn.?D"PV?Bt(l?@wI?>UIs?9m?2g<9?,~v6k?%:H?3vP?LNc*? `,?QC9?6?nq?Ǧ߮-?F?)t??ڐ?sis?d"7i0?Y% f?PN?J\?Fo?Dfs?BK R?Bg=?7!?,{Ե?" ?a rf?ݴF? I ?Ow/?Yv?wu?3b1?뉱?sAJ??r)[\?vP?|-S??ﮞD?RWdj?}?"6 ?L\b?$n?R%?&lL?`YD?s Q:?dE ?XcH?OAn?J3nN?G9ph?F 9n? 6+ ?p3. ?`YJQ?{^?I2?;[?*?B7?M(?Zx?P,b?;z?:1b|%?9Zt?r)?w13\'?}5?VwϤ?TB?Ma?52?xr^?D?!Th? fڼ0?yN??H\?!(?;)??^O-M\?q{8G?"Ğ?(5?IL?v5J?oS7_?ip_?fںt?c ?c }?̰bz?*?; ?{}R?TR<? ?X1?CƁ:?U /|??Q:?5zJ?g\?n8?J@8?I?g3ؤ?r_T? /A)6?I˚?IM?]?I_eV?I'x6?IP(?I QQ?Hp;?HU;H?G쉐?GjH9?Fj'Y;?FJy?EG6?EeEX?DPo?CD{}?Bԡm?Bx,?AX?@??)??#C?>ub?=?=7`"?<42m?<,B?;Hd?;Xʦ?;w?:}?:yV6?:C?:ٵ2O?9eg?9ѣ]?9 ]&?9:Q?9\?9qP?9}r?9w1e?9tXI?9s@Qj?9q f?8ū?8>2U?7:?7GI?7_?7(I#?6_>?6ڼN?6T•?6S ?6l>?4k?1qg?/XH0?,Æ)?)Gjp?&z@ ?#HX?㦓2?8?v?_v?? -<-?MT?7?Svq?K?{b?]$Z?!Y?2M?u~z?eaV?ag?Ws"?.?񮒒?x;)?TzJ??x?9Li?Ŗ?`³?Lo?݆?wʃ??x?D?1?͎FE?XH`?S(?2}(??;N?vfI?$?{| rB?o!?d76k?[zƃT?S:SL3?MdO?H˻aJ?Eh7?C&|5?B6min?Aӎ?ANFB?;P09?529@?0e?+.?&?"ek?p? ?jCa?Xq~?#Cx?'?%? ? 0Q :? #P3? V2? Ch? td? YVs?rR?Fz?Mv?П a?7V?G??¢v?{j H?BRf? '4?%?\?tI?`BU`L?Jm@?B?=`2?X+m.?l+?쎗h\?0Q O?j?ԧQH$?Mσ;?nWR?;V?Ċ?5r?FU.?CU?:0?<|?'Y|?#?Fg?e2?8d+J?k?5N?ٖh02?`];??~?(?3?/97?:N"?23$?$_?2%?;?o$5{?w?b?8Dۻe>?H?M?P(v?ju?:kn? R?C׬o?Og?Svh?6{c~? ?~p8Sy?]?\gh?|L5?w]^D?mb?eTF?^Y?Yba?VuռX?T#?TjcT?3eC??z5?}?;_$?Yv?4fG#?m7?Є"? ]Ԑ8?(, +?W?o`)?7kճ ???N?ɒW?N¼?1?zq?Jr?X?RPe?Qx?Dqsh?9B ?/~?&:3.??_?DO?P?@+ó? d$? M?[? ?U?6?{?n-H5?Y?PKm?oX?\8?' ?ߢ]?DCõ?|4?j9Nh?/?^`?'+?O8p*?zA?Ѐ?\~?.H?L?ȰQ?X?ph?k ]? CZ?`?p[y?4 ?ls(F?JV?@??B?mPd?_.?US;?N%"?J0@?I?,\CA?X?uH?"?=\V0?E:?Xx?O?^j?C9h?2Oou?-+~?CZ?I1?a?i?no?Y㼉t?چ~R?S?{z?vjE ?q/5?luѥ2?g0f?axoE?\w?Xu8-V?V O?SrX?R K?P?OZG?Ndh?M?LT.s?Lhz1?KX|I?KK?Kn,RD?KEb2?K.5Xq?K&U ?He_ʠR?E0?C%??AK?:K{\?3n(u[?+V?#TRz?J??iѣ?p?gP?JZn'?V*?X i?zt?<??sD?7\^?~wF?xʵ?r)!?llIo?g 0?bAM??^8"?Z-5?W#w?S ?Q0l_[?N٫?Lr)t?Ji^9?IZcL?H+;8?GDb ?Fn?FE`?F&?:+0Dn?/£sY?%:t{? wq?KF?mX? ?4>? d?Hl(?iFT?{X?~Ҭ?BX?W/7?9?s*/B?V%P?<$J?(G#,?ӇrT?[BL?/?񚴙?? d?C;rݩ]?;6R?fӇi?2C?J{#a? pRV?}^*?qY?DxB?>?<⇸?/N?" ?l?_E?Uc E?:"????uD? ?X?i O&R?#v|?e?ٵzX?O~"F? WS|?ɉnF?k;?Mi$?Z?[)?SXQ??R?;WE}4?tmRR?9v?V? Ƣ?1]L?;R#%?]?Y??ːu-?rO$j? $??~H?5%2?}<@)?qdSo?.|*?cP2?E?|~;]?ֶ]?!?N$?T(X`?S g?ĉ: ???p? K?sV;?@?z?O$س?H^?A@T?9)?0}b?'~x?B%?D ??D?˝?>D?s5\?'??Sʃ?g㻻1?ȷͰ?׮?C~?C^?"A?XE ??S/`Ĝ??~xU?yi[y*?tH?o+~q?k?a?gS?cN ?`02??]̪?[Veʽ?Y6NjT?Wi,wJ?U̯?Tr?S!i?S1ix6?Rҗ*?Rk?F?;*s ?2) ?-<T$?$'$? 4~g?1>6]? ^W(X?Zǵ?ݹmT?ݡhPc?ݎŭ ?݀ i?v?oP?k|>L?iA8?Y?s˰p?l?ۦlS?Q?p?"p?ڔr?m h?P/?@Q_?:Ċ?ס;n?ΑJ?7?έ5r?hD;?Fx#?f6'?4A?qb?!?S?s?-q?s ?M6?F]u?i[r?0ss?jIV?&3 ?_R?v?م?.?"bW?5&???xK?a2_?YFp?T+H? /?{9??y?rg ?j,?aKt&?W@?M$ё?C;D?7?٤?+Rxʩ2?_9Z?E$?7%R>?hU?&?>i ?K6?͏<߇>?An?ě/{?,Sj?fM`?<=?kvP?H!?)'?8?pUݗ?6z?gU7? ?&?d60?(5?K=#?Y?'R?dl?CTV+? wF?]ΚX1?X&v?PH(+?K3a?@E)?7Fj?/ *?*E`d?'r?% ޒ?$oخ?[\?8X@m9?>@ ?P] ?)?n$$J?Z?L;?FRtT+?Do_?(ڮ? n0\?P?\"̹~?ͩh?bw?EX?0?:Z7?{%^?n| c?cCPq?YPS?Q8"Cn?Jkp(?EU?AUu??3/U?>K`Y?Do0r?Qq7?fmI?T"?հL֙?ӵ?DMl?3?ű?$$?Go*[??ڬ^?mҮΜ?ʤX$Ar?a{8ˆ?jn?O?ޘ1J?TF0;k?4{ ?m;?~\ ?_n?6d+?8$}p?]?H*bR?`:_?W"G?W鐂?V=H?V9u?V|u?V* o2?UƏf?URk?TS?T8{?SP*t?R7?R$Ҟ?Q[iax?P~?OD?N1(V?MRu?L;q?Lxj?K7#?J\r?I,8_?Htl?H9+r?Gi@?FB5^h?FNBF ?E?Eqi?Exg?D2?D/?DX<%?D*W ?D_?CY?Cљ?Cd"?CTz?C?C?CF_?CD9N?C(O?Bd'F?B%A?AwH?Ah*=?Abk?@ځ?@f?@|BlL?@_G^@?@M?@G2?=F?:?7Z?4N7N?0阥?-\3?)#h?%? [ ?b>I?02g?Fb? 7Ai>?f`3_?ԿX?[f??  ??`U?Q`? ?j?c?ύ?Ѭ?}g^(J?okI?a6/?Rl˳?E$"?:bι W?0Eg?)R?#*׸? 4®?1?J"?D;9??@? Mb~?p#?ߕj?r7h?sDa??x?i~_?朰Y?㢳?7?Y?ޙ?JZ?C?Fv%?f"V?~P?v?;߃&?ScR?hR(?1n?ZX?a ?E?[?ŏ?/2{?|C\?z}A66?yܱ Kx?Tw%GW?=:0 4?ȫf?Z?{L?BB*?"t?&?U?[?t k6?VC$R"?6?P0?>z^??g3?"esGL?_$?\}Dn?8&*?E'G?ŤPW?@٘j?|w?6-?qEU:?5 A.?Ąp?b]:e?R?q?ur?tﰽ?f|w?.2T4?R?As#?5E_Paw?A?-"?9;?Zz?/?f;$4? ?/*t(?R K?d(!? R???Wц)?CJD?KdWN?e?X?3?x??<?2i)?R ?? p?JD7{?g2?emo?=U?<(`?hR?`j?FY??,>pT?ȹ#3?;?步k$??桚f ?8?1u?h?Dd? M?S5c? ?㼪]?v+c?X\?9?'?!s?G_h^?.E2?je?twF?;x?Ŷ?,}BS?_['?W{V ?Ʌ?>p?v?u~?,MA?搗 n?d?W=?",?/lq??'%"?j$6?+>?oqW7?||?]XG?k??5^3?u# ?lK?SLߘ ?Q??(I? ?yg?pq?h#!?^OZ*7?S* _?H/?=0?0[?"땣?;0?J)u?:?¬n?ٻ+O?ͣx;Hq?&9z+?Q1?nu?ܯ'$?.H,?t ?k޴ox?"V?ŧo?pg"?86?^ ?(i]?7+TQ?FDR?;ǥJ?&{?h*?\jD!?٫pC?H;c?N ?#ZI?^5HH?Å3?sW~?%:?+Z'?N,O-?[}? 9f?p_3 ?p=?pý?p\r2~?pRۀ?o~ |?oMs J?n͚?n;~[?m X?l?lnE?kM)?jpXuH?i?h/ ?g, ?f;?ee?d;)?cw?bJ?aĆE?`p7?`6k$z?_}#?^:P?^D?]os?]Q[t?\D#?\I?\V"?\;?[a=?[_?[fQ ?[li+7?[o$in?[^ܤ!?[R?[Jj?[FniN?[Dn>V?Z;Wə?Z+*f?Y8#?YA?X#?X!?XC[?Xݓg?WۍD?W\f?W-_v?W?T ,?Qp?NXH?Jpm?F?B?>z?9җ^?4vs?.`;?)AG(?#Ti?)FE?? b? Cr{q? t^?r38l?jL?? F?BKd?!?2 C?mv?%1?Q`*?Y?j?yDм?vG?z{п??M?qD?a>+?Ǯ?ݟ?[FM?֛ ?Ӹt??:'aJ?#޸ ?]??CWM?*5]?ɺrf?ɖ!?s1z?`Gو?b =\???$?Hv?V0?vz|?n}J\?hX9Y?dFߋD?b-?aR;?7???o?Ђ/?',c?)J?v挏?g9?_r?]2TF?="(?iW:?`,? i@?Cd?FA?f'HI??!~ ?^|3?a@?u8?=z?6(8?4Ww?#u70??l?K@?[D?s= ?Qn? ?q?۷؝"?#?c?.h3h2?ڡ ?j?&5?9Oݥ?s^o?r;?+?z?14 ?sH?!,758?6Q?ϒ?hs!?79bg?(n?tXiI?lq?5oQ?h@:?_"?5ȋe?T-?.: ?C?98=?*U?L?Om?=]A?dE?E9Π?8?ڛV?HeB?|?m?້???mc?»p?ۻw$?ڴ/d?ٲ'r?ظG?;a??ݝx?W=?ԫE?'?ӊ~O?:,?Ұxq?Y߽?D R?Ҳ?ўy?t.x?QV?5E?!Fr?0=??w?b?F8?Z).? "ZT?N!?0eq?uQMn?~&?ҁ?͕?fv\?E?1 )~?*p\h?ZF?ƹl?% A?p ? *?zsc?8X?ď?%;e?ݽh?O?a?R:?0?BNy?~ޢ&?{p/#?x#Z_?vz X?t ?sF:?rq?q \# ?pT?ooc?o,RJ?nG=?n~m?nL]Vt?n06?n'VJ?jk?gM?eJe7?b)|?Z5Ȉ%?Q8ڏ8?GYm?==m?1??&?z#? ijE\?]t?cُk?ݼ?D?nIg?XB?5#??&p?eae?%JQk?,?}KX?|T^?| O?spZ?k^?dwv?]*t ?Ww?Qg/?Lr?G/XP?Clyb??^,?<w)?9R:"?6~ ?4J?*V?2w,?1I?/ ?/ ?.?.f?%.?#gI?`?OV?gUBa)?N?#?O?wv? ?g?se?6|L?Zj?{a4-{?RMp ?*n+?uω? n[?̖r+z(?YDa?v?J?3i?m?H?r?#70nO?^gM?*?S؄?$?$%(?[iOF&?+bUH?9q? 0?o?=B l?Q?I?I?sq?i &JL?`ta2?Y4?T J?R@?Q@n?(憎? Q?=YT?#>?QF?n?Lti,?eU? o^?rtI?bkW?(Wu?_?@pL?;v?'i<-a?#eKpd?ޔUL?I(?ȱk?eL?!da?(N[;?Yu @?۞`'?rZN6?g#K?Ga??ȣd:?jH?0rm?p$%?גҵ6?,F"?o?w?Y?̓n2?:Ea7?5?"K?݂8?kI?nC?&5?F L?zz?7?&3W?c߽?<>?Z?fT?35?踥 ?a?cj?E?礔L&?y<.8?Vs|?:?tܫ?#Nu??h9r??E M?4?]?dKt?j?oh2?f??vS?eU?uV?\4m?x47?o? N?}e?z&C=?w?oXK?fJ EB?\щkz?R(c;*?F%?:ͅ?.d? O]?Hbb? LH?Ŗ?^I?_)9m?+at?J>?r ?Qj?e?*v{m?KW[?Y?t?{uN?" :?>6f?wav?q[?j}?dwtQ?_ҝ?Z ?%J?$M?$n>|/H?$.? ?#H?#=B?#a?A?#0,?#voNt?#e=?#XN8]b?#O-?#J竣??#I^5?"qG!?"0 ?! ?!"p ? F#? _q? n&T?Ⱪ?oEE,? S?l˨?e?9FB0"?Ƭ?Pf{?JkG? KLJ? ^q?_;b?c! ?a¹?SBq?hMf?u?uX??oдr?>jt?dWG?Ȏ"&?bSw?đir?%,?KsT?P~?t?OI?$y]?a"?q?p?9b?$L?Hbν?34c?:fg?z?;?8x?S+Iz?r^?O1?ss?f]G?Xݠ8?I;ue?9T^A:?):Jι?u?/;?r?3?|_?3? I5?^5?I4(?~W5?w{@!5?vW o*?uA&?uN?t4£?e?WQ.?K:?E ;?;#r,?56e?'L0P4?$KsJ? 42? l7x? ?Wo??2 ?:?$Ps?`n.??x;?qn`?,z_E?Y?p|?"C? U ?7{.?GtR??mgIGy?LM$y?㰁\?ޖU~?}M?2#?4??=Yr?bj?j0k?h\?;7V?h΋?nw)?/Dv?E&.7?}?d-?&n?g?Ju?sX?h?^c?Wop?SQe!H?P[?P \sA?!݁_G?!0?[?pT!?eT>?dl!,?Ji:S?9\;.?1.4?. ? d5?|i?U?t4)?lfF?BVA?Y(Q07?FE?92A?V ?Ufu?6!V֥?1뀍?05?' ):x?b>N.?Dlo?":{? XXƳ?`;? bS?K3?&5?|?J17?4>G^X?΍?ge[?-Z@?i?*) 2?䒠5?Z3fK?.H?{e_J?:@N?y?@\?J`Yr?_'?m?sāCj?p?5j?&?s<&? ? 1 ? ]nhT? Sq%#? t? u#? :V? a? Q? )z?[G;?{!e+?;?Q?O?n„?Q?0w?)?.?X9?L ?j a?O?9? _1?LH??*?H0? =?`r?oz ?+Ѕ,?$?? ?~\??fu?Sׯ?F ?.q?$3 ?RԂ?_4X?3K??<5?V??HR?MJ?@Q?ud?%S?bԏ?y?aө? \?}2s?{_G;u?q'ћ?g]7=Q?]_Pti?Q/ol?EN"?8#Nc?*( `?9~? dW?L(?|D?1h?qs?4? x#?_? Ge?m?IMk?%?~"|?|?|ϏG?sVF?j0?b-o?[Z',?Tn?NjNL?H8ܮ?Bꚙ?> K ?9w?6 KS?2"?/ԓ?-d?+`)$?)4?(1? ?'MN?'.Ba?':?(i?> ? i??Zw?[m+?G?Ә 3?ǘhր?1?,/?W?aTѴ?|Y?~}6I?`~\R?6SkN?4C?4g?mR? ?+PuT?Md5?N?ۛ]!?j/?IÓy?bz?-S?'%? X?P_c?sNi?v )?Լ\P?+tj?Xߋ?E%L?<`?e?):B? wu-?n*?/` ?'hp?ODFKPZ`ei-ov}~  fj1 24678":*;/0<DFKPZ`eh-qv}fgj& 24747-#:$.+;/1:DFKPZ_dh-rwy}fgj& 24-$.-;/18BFKOSZ^dh-swy{fg& 24-#./27@FKOS?Zbcgh-twxyfg& 24-"./27?FKOS?Zbeh-tvyfg& ,4-"..0/36=GL:OR?Zbeh+k-uvyfg& ,4-".,0/36=GL:PR?Zbdh+l-uwz|fg& ,4-#.+0/46;GK:P?Zbdg+n-uvxy{|~fghig& ,-#.,//249GK:P?Zbdf+n-uwy{|}~fghig& ,-$.++-//49GJ:Q?Zbd+n-uxz|~cghig& ,-$.++049I:Q?Za*c+n-uxz}cg& ,-$.*+0_35I:Q?Za*c+n-uw}cg& ,-%.)**+0_5I:Q?^*c+n-uwz~cg& ,-%.(**+0_8I:S?^*c+n-uw{~cg& ,-&.'*)+0_9H:T?^(b+n-ux{~c& ,-'*)+0_:H:U?](b+l,p-ux{~c&'& ,-&*(+0_:H:W?](b+l,p-u~c&'& ,-&*'+-_;F:W?\(d+lp-u~c' & ,-&*'+-_<E:Y<[?\'](c)f+lpu{~c' & ,)#-%*&+-_<AdD:X;Y<\;]&^(b)f>i+kpuxy{~c' ()$*&+-_<c=dCDE:X;Y<[;]&_(a)d>jpvxz{~c' ()$*%+-_9c=dBDG4X;Y<[;]&_(a)c>irwxz{~cd' ()#*$+,_4`7_9a>bAFG4X;]=^&`(a)c>htxyz{}~cd' ()"*$+,_4`5a>bAEG4T5X;Z=_&`(b)c>f3g>huy{~cd' ()"*#+,_2`4a?bAEH4Q5U6X7Y8\9]=_&b)c>e3g>ivz{~cd ()#+,_1`3a>bAGI4P5R6V2\9b)c>d3jl3mz~cd ()#+,w/_1`2a=bAHJ4P5Q6T2^9a2c3m{~cd  )"u%v+w/Z1[2\=^ABIK4O1Q2c3m{~cd  )"u%v)w/Z0[2\=^ADJK4N1P2c3nz~cd s"u%v'w.Z0[2\=^AEJK/N0P2`Ea2b3lz~c s#v'w-Z/[2\=]AFJK.L/M.N0P2ZEf3gBjy}c rst#v)w-Z.[2\=]AGJK.N0P2ZEfBky}c rqst#v)w-Z/[2\=V@]AGIK.O0QAR2ZEgBmy}c pqn$v)w,Z.Y1[2\;U>T?VAGIKDOA[EgBiCkBm{}c  pqn,W-Y1R5U8\9U<T@VAHJLA[EfBhCo|cy lmn,W-X/Y0X1R5T7U:TADFHIKA[EdBhCo|cy lmn,X1R5T?SADHIJA^BeCo|cy ~lmn+o-Q2R4T>SAEHJ@NA^BbCo}cy|  ~kn)o,j-Q1R4T7P8S9T=SAEL@PA_BaCo~cz| }~gh)j-Q0R4P8S:T;SAGKJP@QL`BaCdNoc{| }~gh'j-Q0R3P8S>P@SAKJPKQL`Npc! ~fh!i%j,e0R2P8S=PAKIPKQL_Npc!fe i%e0R3P:S;PAKIPKSL[Ns ! "%fe1P2R5PAKIRKUL[Nu  "%fe0PAKIRKVL[Nw "#%e/PAKIUKWLXNt #$e/PAKIVKXM[N^McNkMux~ #$1PAKITFYMcNfMmGqMuHvx~$2P57O=PAKIPFaMgGqHwy~$7O=PAKIOFaMeFfGqHwy}$7O=PAKINFfGqHw$7O?FAGFfGqHx 7O?FfGqHx 7O?FfGqHx 7O?FfGqHx 7O?FnHx 7O?FnHx 7O?U 7O?U  7O?U  7OAU 7OAU 7ODU 7ODU =ODU (+@ODU %0BU2:=BU2;BU2;DU 4;EUn 4>OUXn 6CQUt:FXt#AFXaetz#F]nz#FUnz#FUnyz#FUnyz#Fyz#Fyz#Fyz#Fxyz#Fxyz#Fdyyyy1  1>qFgKjOiQhVY\`dxclc1 !1:<>q@eCqFgNjOiPhV`dxclnlc1"156789<>q@eCgMfOSSLV`dxclnlc1#246:<>q@eCgMfNSSLYxclnlc& 1$26:<=eDgMfNSSLYxclnlc& 1&269=eDgMfNSSLZxclmlc& 1(469=eFcMfNSSLZxclmlc&1 (9=eHcMRNQOSPQRSSMVL[a?jxclc&1 +:<a=eIcL`MRNQRPSNTMWL\`?jxclc&1#,<a?eGdHeIcK`NQRPSNUMXL\_?nxclc&(-<b>aEeGdHeIcJ`LOSNVMXL]?nxc&*.<_?^DaH`LOSKVJXL]?nxc&+/;_?^EaG`I^SKWJXL]D`?qxc&+0;_?^SKWHXIZG\D`CbAh?qxc&+0;_?^SKUHYF\E^D_CbAh?sxc&+0;\@^SHYF[>]E^BbAh@j?sxcdkc&+0;\@^X]YFZ>\=^<b:fAg@j?sxcdkc&+0;\@[AZCYEXHWKVO^X]Y>\=_<b;e:f8h@i6l5sxcdkc&+0<\@[AZCYEXHWKVO^WT[_ a c;f9g8h7i6l5sxcdedc&+0<\@[AZCYDEXHWJUQ^WT[_ b d9g h7j6l5sxcdedc&+0EXHWJUVT[` c f i7j6l5sxcdedc&+0EJUVT[a c e h i4j3l5sxcdedc'&+0ELUVa c i4k3m/uxcdedc'&+0ENUVa j4k1m0o/vxcdc'&+0EHPRa l1n0q/wxcd'&*0EIPRab l1o0q/xcd'&*0EJPSabd m1p0r/xcd' &)/EKPSabcd j l2n1p0s/ycd '/EPS_bde h m2o1q0s/ycd &/EPSVY^_di m2p1r0t/zcd $.EQSXZ^_dhj m2q1s0u/zcd ",EQUX\^_dikmp.q1s0u/zcd  +EOQUX[^_dgmp.s-v&}c  *ENRUX[^_dgmp*r,s+x&c #)ELOSUX[^_dgmp*r,s+y&c #'EKTZ^_dgmp*r(t'z&c #%EKRY[^_dgmp*r)s(v'{&cyx #$EKMPSXYZ[^_fmr)u(w'{&cyx #EKMPSVXZ[^_fmr%v(x${#|"cyx !#EJKMOQUW[^_fmr%x${#}"cyx #EHJKQUW[_`fmr%x$|#}"cyx #EIKPUW[`hor%x$|#}"czy #BFIPSWX[ahor!u |}czy #ACFGIORW[ahor!u |}c#>CGILRW\ahmopr!u |}c#;ACGJSX]ahr!u w|}#48;>@DFOTZ\ahr!u{|}"4;@DFOVZaht!u|}"45;@FO^aht!u{"45;=ACO_fnr{!47:CO_fns} !479CP_fnu   47BP_fnv   47DQ_fnx  49DQ]fnx  4;@NV[fnx 4=@MXZfnx 4=@NZfnx 4>@N]fnx 4?ABEN^fnx*1@AEN^| }*2@GO] }(3@FHNP[ }~}(4@GP }~}(5@O }~}#|(6>O }!|(6=K }|(6?J }|(6AK|(7CN|(7CZ|(8GZ|(9JZ|(9LZ|(:Ot}|(<O}|(GN}z|(I}z|(Ixz|(Fnz{|(7{Cdz {A_z {<Zz {<Pz {<z y<z yKz yKzyyy 56789#:);+AFN\bimv |  xj 567<9#:*>+CFN\bkmv |  xj 5 67<9#=%:)>+CFN\ckmv |xj 5 67<9#=&:)>-CDN\dkov |~xj 67<=':(>-CDN^ekv {xo ? 7<=(>/CDN^fijlv {xo ?7< =(>/CDN^hjrv{xo ?7?7< =(>1BDN`irv{xo ?7< =(>1BDN`ikrtw|!"xo ?7< @!=(>3ADN`irtwy {!"Sxo ?7@!A#=)>3AHbirt#wy {!}"RS ?@7@!A#=%E)>0G3AGbirt#w$y%}"ORS ?@7@!A#E)>0G3@GiLt#w$y%OQRS ?@!A#E)>/G3@FiL}NOQRS ?@ E"A$E)F.G3@FiL|NOQRS ?@E"A$E)F-G3@FiL{NOQRST ?@D!E#A$E)F,G3@FiLyNORST B?@D!E(F+G35CFiLyNORSU BCD!E&F+G25CFiLxNOR]U BCD!E$F+G25CFiLuNOR]U BCD!E$F*G25CHiLrNOR]U BCD E$F*G15CHiLqNOR]UBCHE$F*G15CIiMpNOR]UBCH E$F*G15CJiMpNOR]UBCH E$F*G05CLiMpNOR]UBHCHCH E#F*G0?CFLiMpNOR\]UBHCHJ E!K#>BGMiMpNPR\]U^BH!K#=AHMiMpNPR\]^BH!K#<@INiMqNPR\]^KHIH K#;?INiMqNPY\]^KH K#:>JOiMrNPY\]_KHK#8=JOiMrNXPY\]_KHK#6<JOiMrNXPY[]_KHK#4:JOWiMrN~WXPY[]_KHK#18JOTWiMrN}WXPY[]_K#/6JTWiVrNxWXZY[]_K#-5JTWiVrWXZY[]_K#-3ITZiVrWX[]_K#,3IT\iVrWX[]_K#,2ITaiVrW`b_K#(2HTiVr`b  ,9HTiVrab  ,9GTrab  ,9GTrab  ,9?LTrab  ,9?LTrab  ,9?LTr  ,9?LTr  ,9?LTr  ,9?LTr  ,9?LP`r  ,9?LP`r  ?LP`r  ?LP`r  ?LSr  GSr  GSr  GVr  GVr  GVrGVrGVrGVrGVrGVr38GV_ior0;GQ,GO!$' ->qFgKnLkPiQhVY\`dkxxlxpx +>qEgIoKnLkPiQhVY\`dkxxlxpx &>qFgGoKnNkOiRhV`dmxxlxpx %>qFoMnOiPnQmRlV`dmxxlxpx #>qFpJoNnQmRlV\doxxlxpx ">qHpJoPmRlV\doxxvxlxpx ">qHpKoOmRlV\dqxxvxlxpx ">qIpKoOmPlT\dqxxvxlrxqxo ">qHpKtNmPlT\dqxxvxlrxqxo ">qFpJtNmOlS\hsxxvxlrxqxo #>qAwDqFpItMsOrS\hsxxvxlr $>qAwDvFpGtMsNrR\huxxvxlr %>q@wDvEtLsNrR\kuxxvxlr &=wDvFtLsMrQ\kwxxwtr &<xDvFtKsMrQ\kwxxwtr &<xEvFuJsLrPkxxwts &:xDvFuHsKrOkxxwts &:xEvFsIrMk|xwts ':xD|E{FzGyMk|xwts ':x;~<}D|E{FzGyMk|xwts ':~>}D|E{FzGyMk|xwus (:~>}C|E{FzGyMk|xwus (8~>AC|D{FzGyMfs|xwus )7~>@CD{FzGyMfs|xwus ,6~;>CE{FzGyMfs|xwux /6~:>?CDE{FzGyMfs|xwux 06~:>@BDE{FzGyMfs|x07~9>ABDE{FzHyMfs|x08>BCEFGHMfs|x19>BDEFGHMfsxx 18:>BCEGHMdfsxx 27:>BCFGHMUafswx 35:>ACFGHMUaiwx 45:>ACEGHMU^ivx5:>?ACEGIMU^ivx8>ABFGHIP[biux8>DFGHJP[biux8>GHIJPX_iux8>GHIJPX_iux<>GHIJPU\iux>GHIJQU\iux>GHJQYiux?GHKQYiux@GHKQViux@GHKQViuxBGHKSiuxBGHLSiuxBGHLSiuxBGILSiux 7ACGILSiux  7ACGILSi}x "7ADGHLSi}x (7AGLSix (7AGKSix (7AGJSix(;AHSqx(;Iqx;Iux;Iux;Iux4;I4>I8A6<A8A;C;F<F<L <L <L<L<L_g<Ggx<B8 2">qHpKoOmRlV\dqxxvxlxpx ">qIpKoOmPlT\dqxxvxlrxqxo ">qHpKtNmPlT\dqxxvxlrxqxo ">qFpJtNmOlS\hsxxvxlrxqxo #>qAwDqFpsw/data/regions/srnums.fer 444 5300 156 2662 5522257713 11222   !!!!!!!!!!!!!!!!!!!!!!!""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""####$$$$$$$$$$$$$$$$$$%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&&&&&&&&&&&&&&&&&&&&&&&''''''''''''''''''''''((((((((((((((((((((((()))))))))))****************++++++++++,,,,,,,---......////00000000111111222L <L<L<L_gsw/data/fonts.bin 444 5300 156 633504 5453131262 7410            #8W| )1C`m EP]~#@PVdt| #.@K`kx 0>Nl,<Xk#HNs.                  (                                                                                                                                                                                                                                                                               .           #8W| )1C`m EP]~%5;`p{"?d~)=bp-=H]m 1K`w                  (                                                                                                                                                                                                                                                                                                             3gr!'39]gM}%Zj/?E[ks0Ze{'V@Q~ .Qt  L R          (       D                            "                   "      .        :       .                                                        $         &              *          *            (                                                                   "                                  "                   "                                          3gr!'39]gM}%Zj AQ\q &Kj3b $Tv%FW 2 V e  : d          (       D                            "                   "      .        :       .                                                             "                      *      *                                                                                      &          .                (                       &                       "        4            $      "              "                                  (                               !    3gr!'39]gM}%ZI<n&~5u*k ! l O ~  3 U  8 r  1 _ 2_E         (       D                            "                   "      .        :       .                                               &        6                 .         D            6              8         "    &    0        0         "      8              " !   "    8          <              >         J             6               ,      >             (        ,       N                                               *      ,                  .        4              8      "                ,                                                         ,                                        3H 5Tdoj- VOv CqJ$Af " Q f u $ S 1 c @ r  > q $Nk                                              <                             $                                                                       *                                                  *                                            &                                                                                                                                   ,                    ,                                                                                                                                                                                                                                                                                      $                                                                                                                                              3H 5Tdoj- V-T&Tn$s H  5 d y  I i ' K |   M p A w A!'W                                              <                             $                                                                       *                                                  *                                            &                                                     $                                                                              ,                     ,                                                                                                                                                                        *                          "                          ,                                              &                   &                                                 $                                         &                                         3H 5Tdoj- VOv?mD-Rl  = R a  A  S d  L v 1x6fl@                                              <                             $                                                                       *                                                  *                                            &                           "                                 $                                                                 ,                         ,                                                                                                                                                                                                                                                                                      &                                                                                                                               @4    4          !3H7Bi2?M6V%Sh, . ' P t  K X  [ 3 e Fx<f8\ @            "    "          F                                       4                    (           *              (            8                     $                     8                               "                     :                         (                    &                              <                       <                                                                                                                   $                        "                     "                                                                0                                                     @.                                            .        3H7Bi2?M6;U|/^Pt  5 R  N   N [  A  N  8lP%T=z@            "    "          F                                       4                    (           *              (            8                     $                     8                               "                     :                                     0                                         <                <                                                     (                                                                                                 .                              (                                                                      ,                           .           "            "    @                      "                                                "                  ,                                            !3H7Bi2?M6R&Ti /~ # q   E i   @ M Z $ ^  /d -tG8@            "    "          F                                       4                    (           *              (            8                     $                     8                               "                     :                             ,                       ,                                             :                     :                                    "                                                                "               "                         $                                                            "                                                        ,                                        @                                                                                                                                           /Vk Mj$;|Wgeml-j  < K r N  r   > a v |  X #O5\k0u>[ /`f@              &   &           <            $                                                                   "                                                             0                      :          4         0                                                                                        :                        $    $               (     ,                             *      "              *      "                   *     (                                                                         "     "                                                @J                 "    "                                                                                                J          !6eOZ:Uck$/^Ea P j ] / v R V 9h1\F~&{)lG`@                "            J                                            :                 &          "              &             :                   *                   :                                                &                             $                   <             B                ,               2             0                 "      *       0         4        "           (     $                                2                  (              @                  $                *            2                  0                ,          $                       :                                                        @                                                    &                                                                      ,                                                                                                                                       !   !3H6]mxV jxOn 3:h K ^ T i  ^ H p 5Nb.R(Em N3@          6                                            4                    (           *              (            8                     $                     8                                "         0                                 0                          0                            <                  <                (                                        *                                                     *                             ,                        "                                                    $                                   @     0                0                      $                                                                                                                 "Ah2;h7 &c) ; ? 6 x > B4:t-#RF>}8=e,yL7f@                  (       *            H                                                                              "                                  .            "     (                      .                  >                                                        >                                                                       "                                                  (                                         *                                                     *                             *                      @             "       $                                                                                                                                         &                                 "                                  "                                                                                                        "                                                                                                                                                                                                       #Ah*Cvxem hT P   P  r .$z+g${Ds0AE&"qC>iK R@                    &     (            L                                                                                   *                           $          "     $                  (                 <                                                          <                                                                          *                                                                 ,                                                          ,                                                                                            *                                    *                           @                    $    &                                                                                                                     "             (                 &                 "             $              "        "        "                                                 &                                                     !"            "                           "               "                              "                  "                                                                                                                                            !     :a1dO V"fPy#% u i $ i)R\Og#R3fK RL1}4o W !6!!"/"^""@                    &        (                                                                                                                                                                                                                                                                                                                                                                                                                        (                                                                   "                  ,                                             "                    "                                                                                      (                    &                    @@                (                                                                                                      $                          :                                                                                                                  "                                                     $                                                                                                                                                                                                                                                                                                                                                                                               @T                                                                                                                                                 $                                               T         :a1dO V"fPy# d : " g_s,#Ln u1`D W[+HE< U ! !9!h!@                    &        (                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        (                                                                                                                                                                                                                                @@                                   2                                                   2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      @                                                                                                                                                          :a1dO V"fPy# S q  w n @ bp%;ZCrMR3y{WFB6e@                    &        (                                                                                                                                                                                                                                                                                                                                                        (           0             (       0                                              2                                                                                                (                      2                  "             2                                            *       @                      ,       ,                                   (                                                 .                                                                                                                                                                                                                                                                                                                                                                                                                                                                               (      ",R("=d4gw:i,Nx(4>Jbmx AW2Vj2  6 Z  r Y g                                                                                                                                                                            (        (                     "                     (                                D                                                                                                                        <             ,                              "      "    *      B     !"" ! B   !$')+,, +)'$!b&2 10.+( $    &,26;@DHKNPQRR QPNK H$D(@+;.6021,2&2     !(&%%$"    !"" !!                                                           [pdtOc)p~!)gqI~P & 4 k $ }  < | * ? N )9DPlw3Rfz$U@                            "    "                                                      4                    (           *              (            8                     $                     8                               "                     :        *                       "            "             *        "                                    "                                                       "                 L        L                                                             @                                                                    $                           :                                     (                                                                                          @                                                L    sw/data/tables/taup_ttimes/kyrghyz.tbl 664 30023 156 757470 5424055560 13650 ?kS?k EJ! ?jOfI?jY?jdS@?ipt?iW?hAT Z?hSqݯ?g>#7?fC0?S5_1?S0J?S.|!?Rr?Q] ?Qk=X?Pma?P~?P$:HB^?OKqj?O ?O`j5?O?ZU?ių?]YG?s?-#H?Dc7?sY?Nm?Sw{?5Ǜ?+V?`=_z?X?ߦhb?&, ?ӿ}#?`i? ?G?|-?=*?mN?dݼ?oW$?^k$?MM?;v+?)]܃?@%? E?6L-?LQx0 >K/p> ǟ@>-!8>v>>>Nh>)ǧ>&q_(>> >&K>`~>8M>tи>\!@>mf >[U>Rk? ֱ?(?D?F?0L ?&vq?!lɒ?.y?1fw?1OrU?5?Z,d]6TXt?mpϓ~?v t?=#>c[>J>6>Qx0 >K/p> ǟ@>-!8>v>>>Nh> A:(>;>jGl>)ǧ>_Jqװ>&q_(>> >߂r >Sa:>mb>׍FBs>&K>`~>8M>tи>\!@>@;^4->@vd>\q>8 S>ƾS=rF=>ϵ?U> .>Ap3>m'E>ؒX>ڬv$>ܻ5bM>KG>\$|>PA>;/ŵ*>'јg>R}~>nX4>x0>&T i>;TF>Vx2*>oK>Jl>?> >P>鏧9m>)>kŃ:>vg>9c4>SF>h,R>y+Z3>ꆌ0|>>:>8.>>mf >ϡ?2ijrn?2i_ظ?2i=\?2i':6?2hiJ?2hQ#h?2gקWn?2gHt?2f?2el?2e&G{?2dKƦi?2cb:߂?2bk>a?2ag D?2`Y*Z6?2_C7?2^)(?2]s?2[/I?2ZӾ?2Yؤu?2Xո/?2W9]P.?2WL?2V5d?2U}J?2T.=~?2TGC?2S+?H?2S^b\?2SRp?2Rh?2RpW?2R8RyE?2R 7?2Q嶄?2QǠ6N?2QKV?2QD?2Qs ?2Q+ ?2Q{J?2Q?2P/?2PFla?2Oj?2OB3ՠ?2N4V1?2Nvf1?2N&vH$?2M9?2M._?2M6?2My`?2MrKo?2J"aR?2F$??2BIE?2> ]J?2:<+;?261)*N?21j=?2, Ԛ?2&3t0?2 +Y?2O?2ټ?2 ,ο?2Y?1&cܡ?1Hm?1)$7?1y?1aw?1}?12?1B0?1t?1<\i ?1"+?1qg?1),?1;S?1_]*?1h&?1}`6?1Qb?1v2H?1R ?1;x?1ca?1g_N?1L?1?1F?1m?1f2?1}v"?1mT!T?1]a?1L%9e[?1: +]?1(Af^v?1?1  Y?0W?0WĂ?0 8?0?/v.?/‰3N?/@}>4?.ꅊ?)$h#~?(XFCr?([Bm?'d?'f?'&3X?&?&`<'@?%׊\?%1?%USjК?%U?$ԃ>fw?$*?$ YAzl?#lV?"zi?!TO?! 峈?!}Y6? 9Me?vɮ?B p[Jx?Ց?sh*?ܪ? ?(f?aYZ??-+F<>^\dh>r܀>bC>̵EV? !Ga+? чA"?#7?,a-\?0SE?2DU'?3 m?7| ?9H?A?N~M?Qj?Qys%?U+my?{ǜ3TO?! 峈?!}Y6? 9Me?̓?g?| Y?vɮ?B p[Jx?Ց?sh*?ܪ? ?(f?j?1*i#?_wd?aYZ?Sӵ??-+F>d>9AR>^\dh>r܀>bC>̵EV>@T%>@ >\1F>8b>r>>={ Z>Ȧw>ô^'H>A;>mo>.]>V>Ep>IV ?\;?P?;I[?Bb?obc??x;+Ĩ?&!Tt?\?V|?L!Q[?Jޥ ?ih? 1ePZ? Pԇ6N? hk? 2)t? ? ! d? 9-uH? S)UG? hSs? yR]? >2t.? xy? bX[? `$? :SK? !Ga+? Φ? _?D]4dܮ?DPuQ?D*9s/.?D8FT?D?D s?D0%?D7?D>B?DqW!?D @?DN?D^E?D|?DWq~?D'7C?D(J?DLd?Ds?D6cw9?D7k?D!4?D?D%?Dz?D?D,?D42?D(p?DHb?Di?DȐl?D}ڎt?D?r?D *Щ?DB*?D:ҏ?DQ?DG?D]U?Dx_0~?Dran?Dp?DG?Dp?DtIJ?D &?Dn؊?Dh+D?DJT?D`,?D'0?DTbӂ?D<}ؾ?DCpM?D$T?Dj ?DƳ`o ?DM?DI??D}Ķ&?Dx&x?DrEg~ޞ?Dk[b?DdˢQ?D]Ͷ?DV$Z?DNbMf?DFQA?D>L(?D9-R?D5#*?D1?q?D/? ?D-Z?D+Fz?D)G?D(?D'?D&LL?D&Py}?D%d@?D%}Ed?D%A\?D%>N4?CMQy?C;tB?C+GX?C?CaT ?C ?CU?CD ?CM?B|I,?BQ?B×J?BC?B7"x?BGFt?B*.?B?T"?BN3?B~yԪ?Bp?@F?@|/?@O.n?@!Xe??ì??&??$:L?>N?>Yĵ?=zl_?=J?=*?=p=?<?<] ~?<?<-5/?<O??$?R9>vi?;3?? 9?10M?@V֐?B$?Dft?F+o{ ?J{j?L.?SD?a/3c?cۊ?d*uvh?h{y?3Cw?3MԪ?3$?2:&?1ݓp?1w7e3?1 {Z?1N?1f{?1vϬ?1cL{?1V3uإ?1M*|?1K4Ax?0Rh?.yUq?-ga]?-Sa?*+r'F,?&y?"ngRa>? DC?9xkE? |?I6d`?$?R9>vi>Ԍo[>䌲P>ΏSn>>RBW>\??ɱR?VApS?BW+? @X? Қw??,q*Ol?P'|!?ki&?~$5?"Y??tO?WxP?,?ح.?_t?Ff?~U}e?Yx?y?,bJ?rɿ_6?~V6n?A?7ұ?b?1(kx?rp?F֬?igv ?zF ?xT?b!ek?]v?6I?;3??/?a*??Rj&r?RjŘ?RjU?RjjF?Rjz\?RiE)?Ri{?RO حQF?RNྥp?RNp{3n?RNXT1??RKz9o?RG?RD*?R@ }n?R;|l?R7_Κ?R2?R-V?R'z0k?R!Xsls?Rp?RN}X?R g?K?R9=?QZi?Qz ?Qg"?QZP?Qx A?Qdo?Q)f?Qwʸ\?Q*DE?Qz?QL/?Q鿑O??QSm?Q"'?QΤ?Q:}?Q覓nDV?Q J(j?Ql5?Qې8?Q^?Q/j,`?QɁO?QbG?Quw?Q>?Q/?Q:j?Q~:?Qnd ,?Q]?QM4?Q:˟l?Q)f?QfTBg?Q =A?P?P!/ ?Pg?PSx&?P]zV?OQCn?O<9a?OA/Y ?N] ?NZG"?NSXO)?NqL?M"L){?Ma/Vr?MTtCv?M(r?MVEʖ?MO8?LX{"'?Lw{~?LXt!?LĴCY?KyC?KSn#?JZ?J_+0?J:TE?IQ?IA{X?IN?I |L5?Ix6?I+#?IW.?I@G?I]8R?IN\d?I ?Hjl'?HWP ?Gbi?GN,s*?G O?FIof?FZܿJ?EQ?Et?EOh?Eƞ?D͆:?D^ǐ?DUPi?Cd[ >J?Byv"?A!]+?A?AsT\?@-H(??] ??(F?>fEb?>YN$?>#q?>7ɮ?>NzZ?9Yˢ?3p ?/o? Hh?S?*r+?,^$??ȃ- ?L?PuKL?RNsM?S2d[v?W;כ?Y]?a',D~?nчX?q?qAot?ucHfEb?>YN$?>#q?>7ɮ?>NzZ?8??9Yˢ?7,.% _?3p ?/o?$k!ؒ?uC?N8?0? Hh?S>H,>Iɫ>ir.$?ASSY?-%? J2C?u'? g8?JF68?xQ? ?'o?rdkB?BVG?ωƨb? cЋ%[?!X1- ?"CAs3F?#$?#(?$* p?%1҆?&0hcQ?&+F?'ap}-?'~ ?(V&O?(\\?)m,?)\tbP?)Ue&?)ІZ?)C/6J?*%"?*E\62f?*_dq?*tI!?*eu~?*PU?*DT?*D%?*-\M?*[[8?*r+?*?lt?+meN?+3r?+\?\8  ?\&PZ ?\'\\?\Ř9?\7á?\~.1?\)x?\2?\p?\R?O?\3?\1C?\ÚN?\@8m?\ِ܀?\Y[?\NCi1y?\E?\M ?\!M,?\oUo?\*?\<?\sF?\b}?\c?\N?\^?\0dS\?\T.?\z?\uod?\?\51z?\;v?\o?\] _?\-$?\;1?\@6?\s\F?\ɅK?\E?\ j?\?\~(?\oH?\:?\+y?\0kw?\}♚?\rD?\Ȁ?\>"?\n?\c?\3x?\N?\?\S}A?\|#Lw?\ua?\n˲?\f^I?\\A\:?\SLK,?\IGs?\>K ?\4?\(g)AZ?\ q?\?\?\ Sv?\T?\y֊?\>e0?\D|_?[ R?[IHߣ?[2n?[V[U?[4~?[1-?[݁n?[YJ?[,)#?[!.?[_?[n\?[i|?[ fx?[@b?[Og?[?DY?[@b!۶?[q?[li.D ?[T=:?[;?[!_L?[,1q?ZШ?ZM4&?Zn$m?Z9GC?Z?Z~LLB?ZsZ~_?Zl'-h?Zg7,?Zd%^, ?Zb*]?Zb#l?KZt%?K5mX ?I6á ?Hp"t?HG!4c ?H%J-:?H NDfX?G%E?G? W?G=z?D86}4?8:J?RS\h?4"oM|?66ER?H/b{?Vl?Y ?\{r\?^Q}?bՍM?cOb?jؖ$f?x"[8y?{tf?|37^?(p`?IL`6Ҡ>?KZt%?K5mX ?I6á ?HmQ?H$*?HtǾb^?Hp"t?HG!4c ?H%J-:?H NDfX?G%E?G? W?G=z?F7M,?Ee_?Dl(?D86}4?8:J?/R?#fwL?638?,Rӏ0?RS\h>Qѯ>U2?p$00-? 8X"??Wzߌ?ɗ\?Nvu ??!T8?#@ Ϫ?$sY?&<7 ?($'m?)nrmP?+!I?,wL?-nS2?/@ N?0>_p?05R?1Zt#?1'l?2I?]ĭb?]X??]<.?]ns?] N?\l?\jxC?\=ݱj?\).?\B?\t(O+?\[v?\A+?\%*%?\ 7k?[q'?[YD7?[u?[k*?[<ݖU?[zE?[ov ?[g>g?[bH?[_,?[]ޓh?[][-Z?[@-H?['名1?[s[?Z4?Zuץ?Z̙T?Z8?ZˀR?Z-8 ?Zu=B?ZpIUV2?Zf?ZN t`?Z:|?Z+gE?Z+?ZW?ZX?ZP?Y`&?Ybqi?YLAl6?Y:[?XQK?Xe0?X]n?XA JS?X2zܹ?X.V?WO<p?W/T?Wrv?Wq[[?W.t )?Vmai?Vm?V\&[?Vt˚?U]Ͳ?U{~~b?U, F0^/?TۛW8 ?T&zU.?TU>*?T,?T?Trߺ^?T͋^?T?T N?T l?TD ]?S]E ?SAk?SI-?R1pB$?R̡?RJqB?QFS?Q?Q_X?Q-Ǿj?Puh?Pr?P=N?Pܜ@?O~h?M|lV?Lrx'?K耞?Ki9L?I3*?Hw?Hs~?HH'?H$*Y?Hh?G?5҇_h:?7?I᜕I/?Wyv?ZC{?]^#?`+A뽣?cvˍ?d6T ?l?FL|?zG|6?Zx'?K耞?Ki9L?I3*?H(R?HHmB?H3я?Hw?Hs~?HH'?H$*Y?Hh?G>U= >u ?l9? )8~?g=?Rl0@>??nQCH? @4?"a/څ?$"Sp?%~1v?'?)3F,N?*xe?,`as?-Il,?/Pb`< ?0Wn?0X/r?1~Yi?2&~KI?5‘?5DHH?5cv O?5}T?5fh?5jd?5 c2?5ަH?5>݁W?5\*0?5sm?5 ?5҇_h:?5īc ?6N9?6@&?6aK Q4b?6o:?6< ?6{_?6F?6f!.?7F9?7F?7.?7@!t_V?7PnK?7_rlm?7l=?7xM ?7W?`a?`Wa?`7w?`Dl?` ?`]'3?`2?`g;I?`>?`'F?`lf?`j?`i`?`]M?` zN?`?`e?`Z?`R?`u?`3?`\H?`3w*?`?`QGS?`3?` a(B?`N\Z?`~Ǭ?`~S,?`}H!t/?`}D?`}O(?`}L?`|P?`|d2$?`|Rj?`|uw!?`|_'?`|Nز;?`|B K?`|:jxd?`|5?`|45?`{d =?`{ҢE?`z{??`z2:W?`yV?`yb+UzW?`y0Hi?`xۃF?`x?`xUu?`xw|W`?`xpݭ?`u^\u?`r?`nyǠߖ?`j?̆?`fpjh?`b޻@?`^z<'?`Yuݱ?`Tʵ?`NZJ?`Hl8-?`BGr-?`;l8?`5?`_+(?`d?`WVz?`x?`\?`Nq:?`v N?`,*?`?`9z?`?`|`h?`Zm9?`#D?`tI?` {?_x?_/?_?_Ҟ\?_W_?_!z?_o1*?_Q[ɯ ?_2kqdX9?_ˤy?^nL:?^Wu?^ ;?^H?^o4?^p0?^cveZ?^[{?^U>?^QŸ?^O.u?^O ?^."?^o:eK?];OO?];ՠh?]q` ?]* ?]{ ?]y\?]b[?]V8?]B [P<?]6o}@?].=q?]Q?\v`?\}1?\,C?\%ۙ?\׫+b?\Tm?\I];?[8U?[o[|?[Zr:qJ?[lA?Zr_?Z ?ZtKH?Z gU?Zlmmo?Z,z!?Z%gYc?Yٶ!O?Y@2?Y>Hw?Xa?XӚQ?XIWeE?WzA?WI|>JS?W@?Vc؁a?Vˠo?VF?VC t?Va B?Vq?VzA|?V}8?V~6@?V~?V6=g%?Ua?Uw )4+?Ud޶?Tˇar?TN/?SM?SC?S3SF&??RW$?RP|?RH?Rҡd?Qyo?QG?P o?O~f1?N:Y?M?M_t|?J\{?ICJZ?Hă85?Hp[L?Hiȏ?H'v,?8Bd?:Nn\?MOB?ZIO?]?a Q??bat0?f+t5?gwМ?p:?6c,?\J-Y?M?M_t|?J\{?Id??Ijgf?IKU?ICJZ?Hă85?Hp[L?Hiȏ?H'v,>K?vn? _Zȃ`?C?a??B!U?g"rG? h?"?$3, M?&ڻʱV?(z?*š#!:?,B ?.XI`X?09]?0|) ?1=@?2~b4p?3:d{?3m"(?4c]?5 QJ8?54N?649V?6 m?6\j?75?7zU?7G+?72?8R?85$)o?8RmVr?8jRUq?8~,!A"?8#3?cHZ?cG_ק?cFһZb?cE46̃?cD~]?cCv%C?cBB0L?cA ~Rf?c? A?c>?c=g;?c<>b?c;#?c:?c9 I㺡?c8;e>?c7oV?c6SU?c6xi?c547g_?c5?c4?c4WO{|?c4 ?c3Зb?c3`Њ?c3t?c3S?b&O?bR!\FK?b?.?b>.:?b`bY?b#?buIm?b~m?b~(eq?bx?b3?b%i?bI?b`?bt1(?b'?bu3a?bgil߽?bXbA?bH ǧ7?b62)?b#?aTzf~?a%m?aM\?a_E?a>`?awRRm?ah9=?aWtP(?aJrd?a>?U?a,v8?aV?a('?a^^?`rq?`}.A?`%U?` }??`Sv?`Ëݯ ?`e4?`W?`ϻi?`e8i?`eA?`3TՓ?`~(D?_q!u?_\$9?_ .dV?^^ ?^ 5?^['14?^=|?^?bɝH?^7o`?]1]&?]?Ժ?] W??\mAU?\^ƠW67?6D%)?MJʹ1?-?/\?* A0?!^?$xB?&n r?(~O?+6@zM?-Og?/Ҋ?1݉5?2R1L?3-U%j?416p/?5)Ze.?6TH?6??7ǪU?8\7a5?9;G]?9ř?:jPȝ?:z,$;?;W) I?;S?< ˫?/?>@Z?>k3 ?>t$4?>o Q?>#!j?>??&2??:KQ??U???n$x??Wz??lTC??Q?? C??ǟuˑ??0Of??`?g S?g rG?gEc?gxg?gg?gS?g~sV?g+뎃?gN#V?gV& '?gE =?gL?gMu?gjƧ?g,Xב?gp?gCXB?gĕL?gD?g ŕbA?g L#?g oss?g iT?g:3Bh?g TU+?g<#?g@,?g?gS:A?get?g.%?gO?g+˹+?gѾL?g{ ?gHQS?g~h?f(}6?fD;?f?f?fib?feA?fNO?fdku?fఊO?feb?fb0+ %?f^tem ?fQ-4?fDýY?f6uP?f'u񈑦?ft?fZe~?eQ=?eƜk?eU?eK?eA?e<;&W?eiA_?eS*?e@+6?e/Oꤓ?e#_15ծ?e#?d 0?d<?dNTv?d?d]?dm]AD?d\G~x?dSI+G?dD N?d;u qT?d'O)p?d$q(?d af?dV%?cBw?cw&/7?c_5G?cg]7?cyD?cNZ&e?ce?bڰ>?bΏ H?b'!>?blY~Hw?b_'(?b\{By?b)N2?as}-?ax%?aǻ.?aa(?aGjU?a %f?`Q",?` s?`OZI?` J?_@h?_>yϮ?^!?^Է/?^B vk4?^bmz?^%:*?^4?^Nw?^le?^笩?]lN2?]j2bf?\-?\B1W?[]?[\4?ZxÀÔ?YO?YT?X&8?XO ?Wr&bs?W̨N?W3?VDm0{?UE#df?SO0V?Rh-_@?R 2?Qj?NS<]Vp?Klq/9"?J#r^?I4=z?Bv ?Ca?U˼(?c3qx?fe?i6?ҋ?k>L1Q?pѷ?q u`?xz?rH?|*|-_@?R 2?Qj?NS<]Vp?L <?K |?KK 7r?Klq/9"?J#r^?I4=z>Mm`?Ѣ.I? 3p?E_?\+?"cgL?%dx?(:?+z?.]֩?0o5?2#EL?3*?4f;?6@ T]?7"2^?8؎Xz?9W?; [?<3)t?=3o?> ?>چ?? ?@8K.#?@])?@?AK~x?A8;?AbלD?A˃?Ao?AP}>?AH[??A?Ab7Ԁ?BF?B ?B5?B(?BkR?Bʎפ?BƄU?BX?B ?CQ]?Cz`Sr?C-YELܡ?C=?CLȗp?CZ{K?Cfы5R?CqJ?C{y"L?Cu?CD^"?CU?C?l xCy+?l e0~?l +T?l ܬ ?l HY?lK3?lп?lߡ6?lDXpD?k;;w?k8y9\?k6X/6_?k4q9^?k3 4?i=돽?iji?ie?iJN?izTj ?ivF?iu7 u?itH@?iWGd?i= ?i&Q?i [?hI?ház?hʅ [?hC;:?h4t?h״^?h}G?hs6O]`?hZ(i?hF k|?h5?h)V?h!p?hg~6?h ?.L?g5J2?gC/?gL(wp?gzn?fDs?f~-i?fPtXQ?f2|a?f#Yyi?f ?eZ p?e`$;?e󳈫?eVZT-p?e[2?dE?dz ?d._]~?c,0c?c uQf?c:F.?b^?bj&?b|6L@b?K::X1?Fr" ?HLS$?Z3ȸ ?has3?kZ;%rտ?o]C&?p9B?t|F?uǧ`? q?~t(?9)+?TqZ?T6jv#+y?P|]?Ne?MEg8!@?Ld2?L>@b?K::X1>;?po6? כ?L?#)4 ?&O?*?.qfs?1GrZ?2- Ӊ?4IUE?6zy?86=?9RYr/?;,?=/! R?>E?@:!d2?@]]?AyNK'?Bt@?B$m?C3(?C۸?D JJ.?Dz ȋ?DΤ/?E(ǟ?EW??EH?E BQR?E{?FB.?F:rM%?F1(„|?FCh9J?FQ]щ?F\F ?FeI9eH ?Fk2]?Fo˰\S?Fr3O?Fr" ?FXO?F#?FۧN?G\V?G&c ư?GE S"?GaM?G}%??Gn26p?G]i5?GąO?G?Gk?Gy&?H ĀG?Heoa?H%_9?H/1?H8ką?H?P?HE 8?HH?q@Qc?q4oL?q$?qM6?qEgڏ?qg)N?q0ܣ?q% ?q]z&?q^?qK*?qCʊ?p/_?p7 ?ph$/t?p!?pMiD?p2?p/ * ?p<`|?p;?p2z?pr/}?pU@?pT_?ptR?p f9?p}oVw?p:?pT?p({Y{?p#`?p$?p\jǂ?p6y3?p uC?pIBH?p奀?pd.12?p"wM?p.?pf4?p"c?p~*?pBq?p'à?p\g?pX?p, ?p?p}PϤf?pQӗ=?p<0?p{?pqg ^?pF?pmu?pa?pU5?pAT8?p{r?pY??p^"?pUY^?pQ{j]?p~x?p~?p~gN?pzڔ?pw|9!'?pt;ە?pqZ?ph5S_w?p^Vk?pS'?pG}?p:$!?p-j/u?p>H?pL3B?o`>?oxG?os&?ob ?okQF?oI??o+̛)?o=7?n~W?n?nVx[?nj}b?nG@?nDB\?nk.wuH?nS?n?ny<?nX$@?^?n@JeV?n(N嚊?n+F?m9T?mːp?mt#?m(?mI`?m{6?mbF0n?mMph?m?Q`4?m5Jp+?m/ۗ_?m.+q?l6?lt?l,-'?kq7?ky6oUN?k-G,?j^?j:#5?jN?j i>?jf?jB?j?T4?id{X?ibo?id}d]?h;?hK$?g$ۊ?g:?g:U?f?fAsW?f-Ծj4?fA(9;?f };?e?e>`qM?e> ?ei?v?eZH>Y?e(wx?eqs9?d]*,?d}?dϳ?cA?c ] 4?b@G?b2+Wf?a 0?aNŜP?`%&V^?`x3?`ET0?`(?^yǴs ?\ ;?Z6u^?XV˞)z?WOTYT?WЕ?Q_?`?n5Mqpٚ?pկy?stpY%?u U-iP?9'4?;od?= X?@.V ?A |b?B ea?Cp١r?C閡\?Dچ?E=}?F`N*/?G >?GD$ i?HS4?Hַ@?IR*?I6/< ?J%9B?Jcc/?J,7$?J`K?K vܘ?K5p?KV@E?KqV?Kέ ]?K z?Kl)?K0?Kb?K0 X?K*d?KTB'l?K@?L"^`E?LNW?Lx'?L =A%?L'k?Lk-)?M ],V ?M+݃G?MI>@ ճ?Md8 ?M} 9?MDt?MV ?Mǭv?Mͣm{?Mt\N,?M>Xo?Ma?Mj?NUM?Nld?N O?q@˙g?q@1?q?=>?q?`:?q?P{|?q><c$ ?q=ʮnC?q=3bM?q<[ ?q;-F?q:#5&?q9?q8JS?q7`le?q6f=P?q5>k?q4x"?q2PC?q1fs?q0An?q/t?q.dbE?q-aq?q,ts?q+%?q*9?q*$C?q)I?q)R]?q(N?q(-?q'fW!?q'.?q'Wn(?q'&:a?q&$?q&F?q&^o?q&c/+?q&;6?q&ub?q&V*U?q&M?q%aO?q%Dti?q$;?q$.U?q#~?q#U?q#Fg?q"bC3?q"CT?q"^A?q"G{oe?q"@$8(?q7]?q6tQ?qʕ[f?qhv?qPX-?q q"1?qw!?p??p^j1?pՐ?pcg?pk=&?pܐx?pXx?p͒O?p^.?pė6?pk[?p!?pWo?p8—?phs?pE?pկ?px?pZK?p s*X?pu@2?pc?p_C?pT͓?pxOB?p|?p$*uI?p5Ί?pd])?p Y(ֆ?p79~?p}yX?ppBr?pb87i?pT eeb?pCX|?p2ܽƶ?p ct?pD?o1CH?o>`?ou`?o%" M?oszUw?o`=?oQP?oG>1?o@'?o<}?o:k<?o9,+?o6?n5/?n-͹?nA#ҥ?nV:?n8SC?na0?nA|-?n&{_D?nB nS?n&?k*j?j(B?ja?jO\?jZTuc?jS ?iMM?i@F`?i=cO?hEr ?hzK3?u?hkPC?gڬ?g;{ }?fs ?fS?f=/BN?f*$L?fc7U?f "?e{W:?e򺆅y?e8}?e/?Ld?Nv?`1V93?no\|?qaT< ?s#Sr?uw/?zd=?|*E.a&?Fu:?F1 ?Gmy(a?HH^?Hb?Il0|t?I i25?JQ5?J?JRղ?KA ?KzG?Ks?K2Av?K(ƾ?LXz?L(@DN?L:g8?LHnf?LS9??L[:(?L`j̝?Lcm?Ld?Lb ?L\sd4?LN ?M5?MG Aud?Mn}0?MS@?M* ?M?Mh ?N &?N)xH0?NAbn=?NV:?Nj3?N{rn?Ns?NT|?NA+?NN?N1?Nҭ\?Nǎ?Nv?PBѹ"f?Q.}#?Rȹ?S W{?S6[9$?Tby3?UJzA?VX?X?YM?Z5tR ?[O#7;?\j?]@e?^oRB?_Gg?_{?`d?`Dg?`fư8?`?`b?`?`E?`K#,?`?qF?q:E?q}k?qQ1?qy?qx#?q|?q!?q!o?qR ?qmT1?qu7 ?qkZ?qRQp?q+J?qZ(x?qFQ8?q|Z(Գ?q;$[?q??qrі?qۏ 9?qmn{?qX{A?q\gA?qqi?q֠CA?q ?q?Z?q԰潤^?q6Dt?qxtv?qr?q'K$?qdh?qҴe2*?q҉泪D?qgd?qL?q8v?q(S?qUQ?qwh?q3t ?q]L?qб3?q ?qω_ ?q b/?qΡrm?qF<?qa?q KY?q͚2*N?q́?qyˊ߈?qɵ~.?qŝQ@?q@*U ?q^WY?q?qإP?qμ|?qt=){?q8a?qP)(?q!(7?qXI?q?qz|V?qsY?qm})?qi?qf Xɒ?qch?qa^p?q_f,j?q^58?q\޷X?q[.y?q[7e?qZxMaT?qYo9_?qYx>?qYep3?qYBJ?qY7l?qU'|?qQi@|?qNUC?qK4NmX?q@eQ?q52?q*?q?q)m?qid?pBxc?p1l?p͇XL?p`W~?p4/?pY?p}"x?pj)?pZ`c)?pL$n?pB:\]?p:Un5Q?p4D.?p0H!%?p.bb?p-R?p-&sh?pʉ?pS=j?om ?o.R@?o,M *?oRp?or[)Jg?oO:?o2֍wqF?o#j?o ;?n 8?nl!?n:vG?nB?n`q{?nC:x?n ?nx!?nų5S?mϥ ?mec&V?l7?l˸Ė?lJ*tY?l M'E?kH?kc=ڋ?kFl?kkI?ks?koT?j.ߒ?jEw?i&6;?isoU?iևȌ?h?h3j?gy@Tn?g.?fay?flF?fR?f;m-?f&,?f4?f?e񕌁?NIVF?Pdq=;. ?b U4м?p|J-?rk4B?u~ ?wRLK?|zQJ?~ yQH(?HiGݽ?I/HV\?IϜ?J Z4?K?KCҦm+?LkѮ?LuC?s r?s ?s 8)QE?s kÿz?s M?s0:?sx>?sS;?sneL?sKC?sh3?s'k?r,kK?rd!?rIzk>?rEX?rV3^?r?r"Ƴ?rwGQ?rS?r?rCl ?r]u6*?r8P*?r8ٷF?r÷5=F?r`?r M2cO?r֒4Q?rj?r_|P?r9hb?r߿z8?r?rceM?r9F?rֲd?r K?r3?rU?r 0?r?r'?r.?rp9?rXxpm?r;?r~?rZ?r=V??r eF`?r*?rGV ?rHbm?r 4?r͋1@?ŕ'#?rO?rj22?ra?r?rMO?r=W:?rp?rؾV?rw1?r|N5?rx ?ru#q?rsLU?rq<<&ˢ?rox=?rnQ-*?rm<˹?rl\F7?rkDR:?rk!Je?rjl?rjz6 ?rjS?rjG]D?re3O?raH?r^=1UKq?rZbeO"?rO+[?rB1,_?r6 Vw?r'+D?rO؉?rG?q/E?q `w?qϔ?qW5[L?qˢp?q)?qv؋/w?qa?qO]R?q?U ?q4ϫ9?q+G~Y?q%Ӱn?q!Ĵj?q=Q?qӂU?q~?qY?piD?p╩k?pfx`D?pR8?pǮ}?pWcȋ?p8xK?px9{:?ppa:?pahֽ?pYe}O?pFYI?p79$?p*]j ?p!©h?pr~n?p΢K?p F?o:>b?od`Il?n;~?ny?n n#!?m?mdKp?m5EX?mJ,>?m6?l++?lQV?lGL(?k6?kaBW*h?j 6?jmʾv3?iq?ie?h׈?h?:;?g;C?f@\?fv62?fs#?fqhT?fQ:?f1Pa?f҃p?P?NzJ$?Ot?OmZR?Oˁγ]?P {M?P/f?PLMIC(?PdA+.?Px"YI?PH?PӁ?P?Ϩ?P:i?Pd]p?Pʌ?Pm?UYz;d?Vp}N.?WIsq?XBʸ?Y[S?[ƵV?\OBOc?]e:?^G;\?`(ؠ?`鸩?anjw?b % ?bww'?bű,?c2VD?c7#B?c_[|?ce D?c>?c"ê?c$$b?cӰٵ?c3?crq~?cw?t9aU?t&:?t;?tp?twV?tqZ?tĆP?tLM?t + ?t="?tVH?t ?to#`?t::=?tƦ?t8?tbQ?tU?tr1X?tRi?tX]?tۭ?tp?t+?t#q?tEΫx?tgT?tœS>?t(0?tD3T$?t++?t&?tAת?tWӖ?t @SN?t7[ ?tG?thCS?tF~~6?t,׾?tC|?t PM?t j?t/?t?t~Dj$?t}O?t|a?t|6?t{?t{>AB?tzj6v?tz}?tzff ?tzGC?tz=:(?tu /?tphh?tjM6&l?teIg?t_X@m?tY0?tRs?tJt(:Y?tBN?t9="?t0oR&?t&hAf?tz?t#Q?t ¨P?tU?s?sĶz!,?s?s@!?su8?sp"#?s&Q5?s4?sͨ?s# !]?sD[x?s>+@?s4m?s融*f?s萺SQ#?schAA ?s%G\r?sy?s6?sՕ9?s㎣?s\M?s:?s~?D?sx]mS?seؤ7?sPojs?s8K?s p?sjF?rX??r!I5?rx(?r=_6?r2"x?riC?r~T=}?rwcG?rrb0G?roݨ?rnVL+?rmcm%?rT;ܴ?r=z:?r*@p?rN?r{:?q@z8?q:l ?q1'?qGT?qA,?qF|?qF?qw '?qfM9?qW?qMZ4E?qFe?qB>?qAW?pv2?pCzu?p ^ ?pE ?p|?o־?oJ?o-?n+?nS?nx ?nc\?m@u!?mv1H?l„(҇?l^?kʧv?k0K?j?i:|?iMh?fJ^zV?R$x?Ta5?f|?u_?wpu B?{59?~*U]sH? G?[e7O"W?P12~?PT%*?P.?QFB?Q6a?Q\z?R ?R. _?RT,C?RuBB?RiP?R p?R|?RȘ.w?RԺc?RGuȋ?R ?/X?Rn?Rv?R.S?R$x?SsX?S2H[C?SPz?Smݤy?SNǬt?S&/_?SPx?SQ?SݩG?S?Ta(W?T-0T?T/s?T>L?TJw08?TV9x?T`ߪ`?Tij_wf?Tphȹ?Tvѕ?T{q,9?T~Ż?Td]w?Ta5?Uc?Ve[=?X/iV?Yk;?Z 3?[A8W6?]&?^7?` ,f?`JSEE?a?bDj MF?cqz?cPS?dw-?dJl?eK?eLH?eA?eKӶ>?f"qe?fATa?fZ.G5?fn2v?fIZl/?fieN"?fu 0d?fЄ ?f?v!RF?v}?vo' ?v` ?v=^?vǙ ?v&FC?v?v2k&)?v9J?v?vZy#?vV.?vIhF?vT/?v}D?vQV?vSŴ?vMښN?vB#?vRh?v=,v?vtf?vè?v?vPF?v#fp?v??v(?vZ<_f?v=?v?veHR?v$3E?vɩ}?v~m?vA ?vc?v酡?v˽?v?vK.?v.??vT?v?v9?vRh?v~4v?v~=  ?v}AK?v}殜?v|^p?v|a:Hs?v|&l X?v|_54?v{?vvLc?vpf7?vj\r?vcد?v]b ?vUt-?vNW?vE.7b)%?v;|?v1ŕ?v&X?v?v@?v鶑"A?u%9?u{;?u뺖?u|̍?u=6?u_8?u?4?u*%m?uoBM-?u?ul?u ?uC}P3?u)h?uh:?u6Nǹ?u&,?u-vn?uI ?ud4F?ugB#?u?u+?u ??u|c?uhË?uSScP_?u=HR?u$#ŕl?u =iT?tK?t^4a?tmm}?t\8`?txַ?t`a ?tK@ ?t=~ ?t1Y KW?t)K ?t#/?t ?tA~ ?tC|?tA_Z?s}6M?s(HF?sY28?s]#;?sYs)H?sr׶Cv?sYqĕ?sCQn?s8!QH?s$Ί?sZ?sNp&?rbqF?r-?rΜ4[?r}?r‡?r^O?rm ۸U?r8f?q虃\?q2?qO?q\z?pU{?pp?p1?pϸQS?p_J?p B _?p)9ӧ?ob?nw?n; ?m"y}5?l̀kY?lM\0~?k*UU?j;N?i,z}+?g$NX?gy-?gGrO?f.6{?f3?U?W8.?j?U?xoIbV"]W[?U]hK?UwZx?UDrr?UwI?U G~?UX8Q?U~m{)?UŠ%?Uɻh ?U%?U?U/aPg?V=?V:"Ѕ?V\(Lj?V{!?VK?y\ ˼*?y^d?y?Z?y$?yz?y!?y?y*?y*?y ?y n?y ax?yd,5`?yc?yO w?y ,s?yRQ$?x%r?x84&.?xSa?xt#?x {!?xl<?xV?xXS7?x¢@?xO?xQ ?x8V?x+?xy?x޷Ɏv?xJ?xc❅?x*??xWH?xsN,?xeA(H?xXk4?xO\:?xHNB?xBi_?x>Ao ?x:g?x7xڟ,9?x5 Ƅ?x3 q?x1d#4?x0êw?x.I[?x.0,?x-0?x-18g]?x,#??x,I^?x%7(?xn|?xi[?xKe?x[?wk?wsr?wq -z?w&c?wA?w}R?w`;2ͼ?w@&?w ?v :?vsӕ ?v]5?v4 ŀj?v|=^?vcN?vR_oFK?vD*.?v;MR?v5?v1:3?v/ݝa?v.gI?v F{B??u+`f?u [?uV0B?u@?u?ue,?uG ?u.9J포?u ݩ_?u /?tf^?[?tSO) ?t" ?tUMJ?tl?t``?t{?tn*w?t22T?sTK'?sz?U?s8N?r*X5l?rIl?rWl?r06NJ ?r@R?rk*?qRŦ ?qso 1?qk.Q?q {r2?pN6?p@ %&Q@?o9zB?nV,(?mUvT?lk+r?k*?j5 ?hy?h~Ƈ?g?g,LA?YMևG?[em?n^o{?|i~QN?7?嬷Շ?ԍf̟?Ƕ?`~i!D`J#?V[̓b?YE{{?YJ@Kr?YLF?YMևG?YzgL?Yfkb?Y͚Y8h?Y=Lqj?Z Y?Z;37?Z\Z/?Z{" x?Z?Z1m?Zٕ\?Z`?Z??[ RW?[ ?[,Ŋ?[9&?[EZ*!c?[O7?[WA9 ]?[]zSj?[a?&?[df*?[em?\k.?^=rn?{t4?{@9?{%T?{;4?{r@k?{ۅK?{ok8w?{.6zc?{y?{*5?{[mX?{8N?{Ԇ?{&gЉ?{;\G7?{V:N?{ߥķ?{q>-?{Ic?{+fC?{Wƀ?{ ƀW|?{ 6o?{ݟ"?{Ql?{"/" ?{z?{ ;5-?{NbiC?{םq*?{ ?{֝#e?{MJ?{IJE}?{6?{ιo ?{e3"?{AK?{rk?{2`+a?{?{],L?{QW-?{~J^?{qW ?{cն~?{TW~7?{Dg~?{4@*?{%?{Yʹ?{ױb?{ 3 {?{i?{{?z6ᎊ8?zc~?z C\u3?z?zji@?zU ?zc`o?zQ8?z:;ǻ~?z!?zR(?z1$?z㍪^?z݂?z[xBo~?z¾[?zl?z6?z|EA?zaS?zC{?z%k?zǃJb?y( ~?yj#?yk"?W1?yhR?y?a>?y?x?F}?xܤFX?x[3?x[n}?xT_J?xJ?xc w@?xR¼?x7C?xup ð?xQ~}?x3!$?xFIʫ?w`{B?wئPn?wW-?wZ`g?wqV?wac?wG5ha?w8,GT?wt*P?vSҖo?vqx?v ?v m2h?vG?v?vHɂ4?v$(?u,v?u!4?t#^6?t]?t 4?sEH7u?s_Oʹ?sɎNk?se=\?saH/?ru?rC?r (b?q3>?qgF?pDp?ocr T?nA?t2?m`E?kbJl?i* B.?h?g|o?]v|^h?_A?q[e?GY? u-?X-?rπ?L{?۶nP,?Z" ?[L1b:?[ԍh?[۸(x?\Fn?\RE~?\eB?\K ?]gߠ?]PPFnT?]68?]Iy?]Xy?]d{?]lTَR?]q_1?]u2iD?]v|^h?]-Ƨ ?]ۚ9m?^ 댰f?^7 ?^bbg?^/?^=]:?^ӱ?^J?_ ?_3F\?_NZt~?_f?_}?_JfH?_G\.?_4Z?_x?_94?_՗zE'?_p?_q2?_D?_A?`c~?aWy?bFPH?c8f=?d/.?e<ˁd?fmi?gk6?irA?j)f5>?kTھ8?l&H?mIsh?n۸._?oHg?p\͕?pIK?pܮ ?qXV?q-Ml ?qLÇ?qd.W?qxE:?qHdx?qH?qL?q??qJ?qI m&?q;#?q[e?qs?vns?vPgM?ulX?uhu-?t!O?sfUp?rb'?pu1?oQ4?m}*?ky?iHh%r?f2@?du̾?aX#?_# z?\YxAP?Y0h?V6B?Sܕ/2?QBW?Nc}ɫ?KY&j?Ia P?G&%9?E?C9GN?AQ?@;g?>]rT?=t?$?y:o-X?y8XD?x?xZš?wo?wTEo?v2S?vlI2?vߞJ?u᎒s?u0?uf^N?uF29?tf_T?t-|?t@I21?sr?s"OQ?r|-b?qu}?qw?pOO& ?nъ2e?lJs?iA ?h6KO?a#}S?b l"?to?cP?Q*X?Ceo?)("v?i'6? |]fQ?_¤MXI~?`&?`I?`rZ`Un?`ԑ!N@?`PQXy?`a!?`b?`6E ?`?a __?as?a6 ?a  0?a!Fe&?a#xœ?a#}S?aA?a^z?az[#4?aT?ao?ah?a-o:?aIm2?b^N?b@8LX?b&+?b6]/?bDVN?bQBC4?b]׆i?bhw(?bqIqĖ?by:?b# ?b`iɭ?b?bl?bdSI?b l"?c8L,?d2?e9{`P?g䭃i?h'̇ب?iJ8?jmt?káV;?m \M?nvJ?ov?p?qGK?q>D?r?s'xI?s`ڳn?s/VK?s!O(?t+ ?t'v6?tC?tZe0u?tmӏ˷?t})&D?tN^?t3?ti/w?t7\?th?to?t\y?u6#?>Kk?-sW?g?*?1"C? 8??ʉB?z?p/a?㿺u?[ ?BAf?ҝOj?N? ?z ?{9?֎?2L?iN?r?( -?j?ʖW?B ?fQ ?.q%?08?(m? ?7a?A?Z?[?E?‡0?% ?=?~R0?~ 4N4?}(o?}4O ?|˟?|&`L?|-5?||:?wۅ?r5*fT?lwlc?f7d?`F-$?Yf?R?J}.@?AYC?8c?.(?$@D?]{?- ?Wʊ?/x~?n ?%?8 ?ճ%?\v_?s8??hY5?4c?M? ~;m?`X?@W/?C?{=?݉l?إ,GT?ԍp"?d'8?o߇h?Lݽ?H>H?h,?Mi0?lIL&?X8R5v?As9?('?MP?#?|Yuѥ?wS?Dk D?!8?~|?~ mT?~;Cj?~1=?~(?~C;?~ ?~S1?~c򸈖?~39?~ \I?} ?}׷?}{aku?}Y`3?})YE?}8y?|N?|r{?`]X?^n?\mMW?Z\?XEA$?V,?Tqč?RoT?P=?N!}?LQІ?J'|K?I!kA?G-Ƒ?FQ?Et?C{`#?Bp:?A\i?AE-|C?A1 ?@m?@?@MR?@`NA?@GaQV?@6oZB?@,(?@)xX?>+?=h;J?$k~?# !?Q?WR? (6?<6L?dM?R>?Y j?D:?Ȇ S?=e/?j?D40?(Le?H?h_yq?,igg?M?"?~AȂ?|~YB?zw"̊?xi?wu9v?vdev?u~?t<\?tAՒ?tVSt?tCFhc?mBIF?g!i?ag??\qn|"?Ji5D?7c?$? -?^n2?ܦ3 ?œC?Lq?fD?c?B+`?? {?%?e`]?[z*?(?}8?y\f?st@0X?ooNzv?mL?.?lû?H1W?)/C?E<ދ?+NQ?ھE?Pi0?i:5D?~76Z?cEV?V]>?>dw?1{~?N?p4|?<]?ԧ ?ʧ?[-6I?`?\%A?RZ?h&w?hբ[?iz?i+V16?i;$ ?iHG?iRR1&`?iY}(6D?i^HHE ?iah?ia㤊x?i9?iqP?i`Na?j d?k{3|?k|7'?maˣ?n[~?p9Ղ?q'$p?q峿\I?rL J6?sf?tG?u=q7pC?vV-?wbi?xOh?yc35k?zk^?{D`?|Kpl?|}SE?}*ިJW?}w&?}N?}Yէ?~dO ?~;-:\F?~W$?~n?~E8?~X?~Ƥ. ?~tb ?~w{;?~q&):?;s?Or%O?+? ?Hn!?HŴ|?Hv^ס?G?G;N?FP:K?E3ٴ?CF˥?Bjڣ?@-?>#׈??Gc(}!?(Q@Ba?"?~U^?m_c?\.?Lq~?@3 ?8y?1jWY?,6?'~ʨ?#m/? + ?g}?n1?g/?Yh"?#?Y>y?I?Wu?zXy? 3?+p? ?/m?:yr? /???Y[?{x0?[ ܇?;:?=/?ע?&&)K?鏛Y?pۯex?DSy?I?*G?٫ya?û v?j?yR[ ?03v?`j?惜J?)Z:?iOe?C"?B?!~?ٛFY?rID?o*Yh?p'bs?:`0X?"@x0?gF?} ?o8{?'л?Ye#_?m)l?n'?n]?nz?n V?n\},?nTr?nas,?o +2g?o:-?o u?o%_r?o)H9j?o*Yh?oai 5?o=j ?o6^?o?p-?p(cŞ?p

1?Jim?D$?0?- ? ?N'??ZOuy? =?{_p=?2?;ya??6?ᯛ?ߪI?@78? F5?*lS?Ȓ98?;K=? d?Vu???w3?M?o @?Qxx-?1(P?$R(?̂j?d?g?gw 3?6\Ljs??8?<آ?iBڮD?>2t?l}?.1?a? P?uEd?~K?R(?^4%ax?8c}?d=X?<9? VH ?d! ?W?D ?ewX:?>*W+?)i5D?!3{?7+$?J4!?v!?~q?gֽg?X؆)2?P2^?MՔ7?߷%?P?'?"tV#?h>? 4y?wI?nE?L9[?Bc??*Juv?.Ij?tꌷ?^Di?~D?|jC?zzD?xeo?v?rv~?t*p??gv?69??/?k53?.& ?X%/:?r7eH?r$Q?r?#pWGV?rUd(?rg>'?rvP?r3?r,_?rELʖ?rAN?rP?r]Ѝ?rv~?rou?rjH?r ?s6?s4 $?sNXmh?sf+1~?s}H.A?s0?svksT?slj?s[0t?s٣"Y?s`>?s_Ҝg?t .?t L?tz*~?tٮO?tDA?t$?t'L%?t)ʒ3?t*p??uY?v7w+?w9%?y O}?zEМ?{<D8?|??~8b?7?!x?VV?>?DQ?5W?+=?OF?|?(:L ?s;Dq?6?r)?O?# xb?<n?Q?bZd?pBm ?z~?6}]?0޵?-j?gv?y S2?/M5?pm?1?c7?,?>SK0?>Ч):?>%?>D9?=4Y$?='_Cs?_?|/u?9bPr?ntW??g)C?;l?f?(ߜ?BRC!?5-?7?z ?Ý??~;aΒ+?| 1^?y[9?u?{)?|9?} ?bٞ-/?g?=nWg|?A??Ȟ1C ??&?_w]%!?/=_?}b!?&; ?|z?8?䋑K?""o?E!Y?c:)?{JG,?V[j?#fD?F?<^[p?aX/?;jl?Q? ]?ytU?"$p?"? =)?e??3 ^?2d??>?鱂k4? ?!?!IT?0h?AQd?MN?l ?!?f'|?ܒ%0?ڮد?غ)V?I?z? g@?!? ?,?u?昶`?rk?'U?#*??7;{,?Uq2Yj?­uę'?O'??D6߽?ٸf??xTw?M՞?,7?06?(?Q?&]?e?h#z??׈?#܀x?(S?}ϸ??wg?ƉL?q?|O?U?2?1v?Cc?Hd ?mp?S?XuV0?|94Ҵ?qP?fu?Zϵ~?Np?B$ y?5|j?(t᰸? :? 98?b ?j-2? &?c??Fz?Wh.? [?͋a2? ?t?6H(?= ^?y`?? ↜?/#S?6[j6?&?. p?BDa?wy?Cf?SN?nz7T?U: ?9;^\,?Ȫ?%4?0]?p@?+4v{?N?4c?s>T?b6Z?G-5ޔ?4{bg?yQ7?yi23?y(6?yu?y2D?y X?yli ?y[l?y݅ &?yk ?yj??yn{?p?yx?yDY?ya4?{O]\*?}S?~#b~?#,:??[i?06Q?{?o?e(`?\ȖG?To?NH?Kh?6̋c ?@AP?OJ.&?q?Vt?7A?l81[?V?tz??```?l??)/.?`щf?Z? ??r8h?C9!p? Q? "r?}(?{qӐ+?yVk-?wT?uj88?sL?r d0h?p&?oM.?n(?m++ ?lRRq ?kVqH?jBz?jq9?j2?i1?iZ92?i*k?h _?hm3w?h% ?h ?h},?h>1?gE) Z ?fX?e7W?d.[?c,Ht @?blN?a˴rZ?aH a.?`?3?`ac?`niP?``x8j?zoJ?z ?zJq=?z]?z9N-?zȡXݜ?z:íռ?zP7s?z7v\?z#. A?{6/?{6 ?{adoW?{w"H?{b?{־(?{d(@?|'?|9K7ǯ?|U,L?|p`D?|[a ?|'t?|g3!?|UT?|^?|0F?|ZR?|un?}w8?} /q?}KL?}[?}ma?~ʨ$?G\ 4?,3{?1@?@$?Ie??,0?kiJ?d5? J? *`W?8AH?T?ҳ+?ɐ?z3?ܠ!v?Qw?ŵj?xF]|?:A?D??}T@?l'?]M.?R+"f?J 4?CH(+?>nd?9^?55?34?0LS?.b ?-?+Vk7?* ?*+r?)@?)jkt~?)TB& ?!-??gV? p??r(?&P?t6?ETXb?u!4B(?Văb?2H? tfی?y?Y@u~?p~?e4?=RH?@I???y?}?9?bn??z̈́?k 8?;xv?ij?H;8.? T?!?q?{?M@?v8,?e?H (?8 4?(Mr?~\;?Q ?fAڭ?qriR?cd ?_Hq,?\I@ ?g8?x?- ?1?R?55c??5W?uoq?w$+V;?|e,?ac8?'d?"5&?*>R?}f?,Q;?(-yi)??uD?C? $?"zN?-<*P?} u?}xհ?}I4y?}s?}fH?}},?}%Z?}`cb?}f?~IG?~D՘Zj?~u ;?~:?~p~?~I ?E;?C i30?eQ?B #?v/v?lG5?׃?c;},?E ?&mw,Y?|Ρ?}4?k]?*:?d"|7S?7Öoh?MQw?ZkE?B?Sp?bMh,?KR ?8c?+?^?"]*@?D^? 3&?..o?p?DC? ?m!&X?ML?-܇Q?Z?GX? mA?~ݟV?|Fw=a?i}?>^ak?A@Y?j}?_.?gǏ?Ӥa?;d?@}?ǀd ?$ &(?%w?o‚?r{?7% ?(??hG?ЗA?T?vl?hBfO%?=k?8<f?EZ?L!?!S ?r ?)5"?8?e|L??>^9c?e;?prRz?xa4?X??)ѻ$?jt0?EZ?l?9M?݇k?׸k?1."?%?;lЗ"?O?bκVP?tY""?9?lC?H?F?VTS? V??NjE?BI?X;?|?b?琩%?N;D?L!? Nz?j6??*3Ou(?BwSL?\I ?w@Kd?WHD?z?55?@j6(??dWщ?ʶK̩?z0Ĺ?=F|?!s*?$x|?$Y2F?X?L?8!v? E?ÿ=u? D4W??o^ob? 6??bH?Z?Z? $?!S ?pF? K?G?!q|?,K?w?&6?Y?k x?[f?U?ᝤ:o?~n)?"GG?g?߱?ޟ{Ⱥ?RSk:?Bv?˘? ?vF?lͮ%?ӧ{5 ?*_?ΈuLZ?Jǘ?;{?M@x? k_? .?$b??T|?Y]%3?HT?`{??*C?3'u?py(?[??cB?dY?Xk?֯??.+?d`?[? $?P?WQ?qb?Y?Kd?GGdZ?Ħ?nN?r{ ? 8\?bUZ?nh2?<T?cQB@7?س_?v;dд?;?(?rn?2 [Q?w?l??a;2?U0`?H?9,?(l?2^?DSD?ڪI?[?̦?vEy?=7?\$?@?=ޜ2o?@e7h?Q_?l?:?k̡L$?~w=*?|dx?{i?z܀j\F?zF?y?yt_?o?f&j?^t?W?9~d?=LYD?!4/? '"?h? s6?Q*?v?K4?fm?L&?蟟4?? ?O$"rr?I?| ?$UA^?W?j^?*~R?9b?zc?}F6?|PsH?F%;?iCÚ??m!?dH @6?vY?B`?Obl?F?e 0?գ ?Q7?g?lQ?E(?$>"?  0?5~?Џk?+2Y?2澙D?7@۳?;9?=34?=K?^)=?}4y6?r0f?mU?4j]5?e5?+S?l?-v H?@ &?S8*?cϬ?sKNk ?@?կ? ˠ ?Gz?jl;a??lv?yg?*UX?ޞޒ?¹?{{p? &*j?YIL?h1?B?ZX?:jsF?K?!ҙD?MS0? 4b?LN^?x?KIg?bv?~ ?8?#㱹|?\ϐ?+e?D?{??U?E"W?mf?!< ?+5-D6?3vU?8874^v?;7 ?< [&?h[$?oN?!vF?PE?cj?:z? n?y?V?Qy?{9\?8U?-oӗ?I&?G?~?O?E??|[|?z ?y$E?x[=?w-G?v }?v(o?ur?u.MM?tӯ?t/Ǟ?tU|~2r?t-ڔ?t?tlHd?s?r?pK?nq?m; m?kw?j~ ?iۋ ?i+K ?h?hR?g?gĨZ2?]׉?R/A\?GT5e#?;O$?.2h?!pp?ᤊ?:% ?Ӡ9?*5kj?ʢ?a?AO?@ wb?v"e?g$Xָ?\>,`?SUy>?L<*?F3+*?A'cQo1?=@/?:a>?7[?55?3Bd?22b`?1=Mn?0o|?09C?0k?$N??˷X? ?vɉ?G} ?>c?@?eHk?<ʼ?μ.?DDv?2|?yNr P?BvH?=MZ?̙=?M ?gYc%;?>3W? Y? 5t?5?Gt{l?2?0?㗀?(JR?s?F+R?e>?p(?Y? Ў?SWD?&&"+?q.?ôe?R"/? 09>,?n{#$?JM\?0}?"ڧ^?{0Q?{Şk?]jKZ?H?47??|Q,?_K?MO?JP!?s?>BNu?$[~m?,?FY?P[?a܇?q7[?H{Χ?l?7?X( x?8D?d[ZP?;v??a"ݑ?`74?D%+?|z?A>?AH?fʬ?"r(?:%?L$m?[?o$?>L?eJ?8!?5B]?l_#?c(@ ?,9N?1m:?l{5?p=RW;?W?=j?PE?3R?PjX?h%CO?{u???H?y?`{?ߑs?fT? N?``[P? &?kyD?cW;?yW'??؞s{?7?2 ?*-̿ڒ?I}?yZ?6&QQ????]?Z?Y>?YqX?Yv?XY$X?Wf7iy?V.N?TJ?RQXV?Qtg ?N{m-?L_d`Z?I?Fv˛?CS)?@?=q+?:!st?6N?3Me?/ ݂I?,n?)GЏ?&/7v?#:א? P2?Ư?qi?ˤGn?hh?̇?2U?k2??L%??V+|??@xX?bj??=R?y  ?iOfL?dL? f`? E? ?g}XG?"?32?-:P?(bQ?AS&?j?=?±?q3?9B?>?,$?^`?-?Lj?B.?7?tF?`eng?KvO?5D)?šv? X?`?z!?g2*N?2{s?-N[?n?^?Gdr?z@?׳?ZRT?1)D?},fnT?mWΠ?bC_$m?[\Ӣ?W ?Vnl?U d?n? j.?{̑_?S$*G?)Mja.?oL?Bj:B?u?pps?F~Un?.ŧP8?O?hj>?#?^^?{5>?Z?*:8?`+e?Ú?Dz ?WҔ?=@?'Uq?5i!?B)z?M^=M)?W ]T?_0?eWWP?jnV?n?p]}}?q]k?ĕc?"H ҩ?^3?i?HO? ? N?܅%{??}p#?_-@WX?8$#?0'2k?" ?zhR?PC{6?NC&? vv?NC_?)=޸?x=g?o ?0? t ?'u`u?.Ya?:^?Cf7zE?HؼQ"{?L(b?M6 є0?)? aDtr?T'G?0ӏ? 0ç?~e=?f-?zxU? B{?\B?Vw&?:n8?wU?_?{ ?E4V ? rL&?Q1??Nn@a?N]?M北Ԙ?M8+?L8[?JNB?Ido?G]B?EF?C1?@u?=d ?: d?7].?4rpR?1ӌ?-zJ[2?)Ccr?&NqT?"E)O?0u?ڝ?^?l wx?X?>? e? $? :6? Ya?[/2?}g5Q?{]{?F?Dy?X?޹xl?|`t?.?i\?a?i?X?nW?}d;?]?в?=^?UG?+?%?'D?"J|?E%h?gWq?Q Y?ÀDp^?8s?1?&??f l?ToO?,ѻ?H>)??07?(?%?vk1?'??;k-:?Y)ޡ?f)>?fXX??#?\H? \?3D?(v-?0#7?1)?2%:5?S?5?ss b?_}1? A?ȦN?}?]?`X?"x_?5K?E$O?TG?b53n?mN~?x&Q?{;V? O?RN] ?d"?=:=?#?^L?hZB.?R:?Pvj^?o7c?2S?bf( ?U؁?v~?yW#Z?]t?A.?(VZqL?vHJ?~͈ `?u?bߛ?Iעt5?b R?ooT?>??In? ;߈?>ǟ?;J] ?q?ǧ~?6.?_?Nֽ? >? ?R,Ea?}lo?2΃?yaM?~* "?},o8?},1?|f?|> ?{Y])?{F?{|_p?{]Ț?{K+?{EF X?y7?vL?u%?s\$W?qπ|?p=.?ot?nJ?mܯv?m^6?m a?l?aKi?TRX?G CEƪ?8R?*3v#]?9g? }c?zf ?Ϣ7?;-G?W4?^r2?ݽ?j ?Rwyp?@ t?32?(U8? ']?0T??dh? 9.n?zQ?Qp?7@?l_?L?DFF?K\?@???K?s?Lp?I?RXvu?iѵ??_?Շ?,ap?,?xzj?;KK?M?R?u ~Bj?/?*h?ߐ?YM?.?0&o?^Q?)UAe^?.?""6??GUu?w|?6o?MuKX?jzզ?9g?U/D%?Hi ?r@g?g"t:?p};??+? d?mqR?? }?0 ?P|tP?oU*84?1J?݂K)?M?~k? -X?,? \?#5H?1r}L?>%A`?Iu)7?RWB?Y*T!?_*w?c, ?fO" ?g"t:?cVF?t9:C? .?x7?O+]$?^~Me?*,2?j?hs?a|oX? ?pY?3?H>/;?sa2C?:%y??-96L?Ompf?jU.?),@V?fR?=IN?_t?G?۫?p};?(YcI?yM?'a?7x?7hgY&?Q%?:-X?єFmr?x2?(3h[?=,I ?@2?njd;?Nc"?5('x?ewEŸ?~;:?P@Aev?)wZ?F` ?l?6Ah"? $?ވ-t?ݮ5x?? N?$R0?ક?Ԉ6?X6?{i*?vMT2?fē?7=k?JKv?7?)h?9R??uJ?ql? ?Y*?(?C%fyA?a=E?zYZ?ㄉ}? 0?/V ?47j?gè?-?P7?R[}?/Q ?:??Mge?y?d?QȮj?!e6?Y?-]ņ?oB??Jd{?W@?oJ?v⦦ ?ۃI@?^6?,3K??*?)x\ ?))$?)5;DN?(i?'U"?&Z΀?%zQ1?$"Ip?"r? A? T ?Lf?݋?ӧM50?(?7?k? C?y#{? Su? =J?AJ?[ :?ML&?md?6?"!a?PV?`B}?tl?ằ*?.~?~h? VYd?f$?~8S?\,?~?2HH?5a?-?4b?'?u? 8U\?%?D׃-?v?jJ?0s??J?&$?E?K1??j)??޽٨cr?gX?œ?Ĭ~?%;A?+c ?/M3?"?@1?|Hl>?mF:D?^om6?NH??^?4YF?,݋BD?&=C.?!*~?0?C2?pFn?dDX?,>D? ?a>"?o{}? ? EsB? 5b? ??$),8?-??9&wL?gO?h@?n?IH?/4b?K6?KV:ه?@j ?Ǩ?.?yIpbH|?a]fQ ?Q`sR?Gh?BE;`?@PR?^-?Ń)?T?#mO??!?3A??@?w@R?9?iϤ?4;?_!)?|{?D1`BQ?:n?->W?/"?4?b釠?X(??^ѳd?`]?#V?W(1?VOe?V_ 0?V*?U0?U z$?U2?Uz)T?Um?Uiڈ?St5?Rmu?Q(?O:1WY?NC?NKmr?MAU?LJZL?L'?Kb?Kf/?K(5P?Czp]?:a ?1Vy)?'?hjT??z~?.s.?SBh?1XY?Z v?b`?*?n^ '?0Kx?{vQ?r }l?kX)v?ehd?`8r?\$4?YRyU?VQ?TK?R¼#10?Q^?PMrX?OgQ?NN?N}H?Nr?EvS?=Kd?6v(7?/2?#;S?lr?uu"?D?R?x?ddl?<#A?ێ?50?n B? =/?8x*?NMG?ZBDS?[[g?zD z?^+?C"?1lm?& &?/l?)B>S?Fֹ?^P x?l? }?m˩,?&Wb;?+?e7e?F?vZLX?uxI ?xBzF?z?ŷX?H݅x?Rv*ZT?1hn? ?ڷ?r~s?%v%?5,?/exf?VX?Aha?JL4?"H`?M?ěd?K$n?ހ֓uh?r6 ?!5pd?x-?&э?5`"?Cqjs?Oq?[!eȱ+?e$|B?mt?u2?{?%?.Jk?0gE?7t&?VX?n/?6?&F?Uc?,N?o ?!eo?owiy?J?_>V?mf0?'?;TP ?D}BЏ?̰?^]]MXw?[Ŧ?r?*7ch?Vm? k?|?ߢa?(?6J3?_Z0?r>K?|dB?lxH?\LNe?K8- y?9V>9j?&&37#?cw?-B?ƀ?A??8? uW/??!l5?^?aԷo?@p?|?`ܓ?, ?IǙ?Ћ3^?Y &?>]?+h"?^Z?B?UW=?m R2?Q$?4>??N?;??t?D?,XG?.?|z?ljg?8u? @?;(? 8?^t??]#\T?*eY;T?P}?ZВkY?C` a?Vc?7e>W׊?{~X?pO}Z?!o? ZC?Z,ʉ?LT|?L2Ю4?]^=?e?_?b#?B"?P?ykuI?>??A!8??+?¥2W?! ,%?oܴ? 33?fO_? G>?(4*k?Dsz?ZIbk?lA d?zzN?`P#5?\a?*)?wyB'?K?E?EJ?&!~?_/(?cL#?!X2?A?ЎY?roM-?n}?/=H?=]M?QS?h?_Jw? ;b?~^uU?[8a*?(Ѫ\? ?}??QT?8Y??oܮ?P9/O?om?YYv?>.?pm_?$?8?b? J?C?w]? R?? W#?%~?$%??*]]F?gD?7?!?X~?'j|? ?!M??bSQ?. /??PQl$?զrn78?ԡL?Ŝ:1? Y?҆Q ?$?34?մoR?ȷ9ti?˙?2 h?5D4?[?Ut?Y!?uMM/?dc?SWט?Aq?/GMI?|{?/H?pS?>?-q[$?Ӷٝ?;w?͹?"f?e;?T"U??Q)?Zy?JEK?gg3 ? [dZ?v?[Nz?. ?Gl?h`7?J|?uH?YxOq?;H?'c1?͕1?Й8?)8 ?{KY?JC]pQ?K?㥴Mo?L%$?r-Z?>g ?|z?z'4?~~?i}?J]?57- ?'? x?%o)?#~Y?ACA?E 7?yC?)hcL?QF^?b*?46?UJ?cpܗ? Du3?*(C?f#?ވҘ?Hx?{p~s?Su??)?Yk~?\.?P0? 2?}?L?_3?l??f̰~?ҧm&1v?ԘP?=x?)x?:&A?x&mZ??|V?.ݷ?ps?")?jAs?w1E\?;4 ??!D?7?.b?O ?nZ?:g?;-vA?Vw-J?l\W?~ck?}?GK?[cB?k[Q?}uR?vj>? &f?Y}-?÷h ??4B??5?y/m??Lb?"?Y[v?_?JO4?VR? n\?đ4?nm-)?/x?@r?\K?vߌ?R?9lz?+Q5?&4?`fu? N?A0_?N?av? ?bs?!nJ??0W?8?ᇽe8?嫂?ۦ1 ?檟?AJ?-?[2?_?k=:?JZ?oi?]o`v?J >?7 R4?"˱?#Dk?t0II?FƟ?-Hu?7 2 ?$?li??ֿq?DNda$?A<@?Щn$Y?pnUr?Ίt?(?͗E?|N? aa?;X?d?ӧ-2?4?r*5?T))?34?FEJa?Q?f?L@:?ӸC?a<<K?-?R?`6,?O?Qo?#V?q?yO?eSO?l}?W3LR?I;q?BѰS?@#ݻE?ylif?_zL?i>+?09Z?DWS?җ?yi? ۍ?Ҟ?vS?N?S(P?t:1_?(??Ŧ?5? %?jW?v?$j?)_V?TId?vOdx?.?vŐ#&?JR?$?4XS?O C? ? : ?o̜?DQ?~?w?2?#@? !?1pKYS?;6?vIm?9ܸZ?q?\? R?PW?{?-\?Dc?W?~?9x-%?[أ?V;E?D ?a?$??݄-1?N# ?S-#G_?Zy?P??l0?bw?5cOX?d?rJI0?r+;eQ?q2?q-'?pQ`1D?o7c ?mDz?lPEe?j?h*+?fTѼ?cz?a`%]?^%H?[:ۍ?X s?UI1?R+o?O҇?LTfO?Iv49?F-2?C'D?A?>x??T_?ɞG?Gy?iM?t:We?DtƂ?i ?^z:?;'?ޑ? 9{?/J ?a:KV?jmW?o+6j#?( 8R?6I?BvkU ?J[Vn?Oc?S 6?T?9K? yc*?Pa@%?jè?*O'?m 2?~W$(s?~ʒ?Oṹ?ˉ mE? $?(B([$?Ǝڗ ??yսF?N9E?6L? v?YIr/? n݄?o޹?c*I\3?ޙz?AK( ? ؤ?A76 ?0?T?AD?kS/?{ƈW?gu?3 ?Iށh??ıpU?đm?/a?ÍJX?ª>K?,I?)sE?2?Eّ?W?hߤ?M+N?R(WO?HV?zoD?h?n(_?AL(?dY?㦪?FZ?ah?UˎR?c5? ժ??`?*vl?L8g?tp?;(T??{='?k?O*?J?*?/?fi0?ezԳ?z\KJ ?pW?g# ?`GV0?Z8?Uq?Q?NANz?K 2??I?Y?H7@?F؆?Ei S?E]#O:?EU\l?Dk?97?0 4 ?'"(?RQ?m'O?Nk:?k!?ϸ?}x?Te"a?*M?}\i'6?Ɲ&?HpX?Xق?>2)? (@?c3ME?wK?L83:?-vWZ??1Ξ0?̑So??39S? ԟ?[z=?]7?$?JU?(?c,?92?j:0?YV?L]?jNV?3h ?B??7gJ?*b?ؘ?6{?0?o ?VRA?D$#?8ƾ~Z?1av.?-rJV?,C@f?ӹZ݆?]V?0]?zk?ND?6?8:@O1?9C?G]L? Nf?Lcn?gC#%?Ny1?O9? ?ؚ0?ƅ? Դ O?țJ8??uA"?j̙?o?7l?#q=,?ؚ0?"d?]\Ό?OCY?:v?pk[1?ϴx&?2 &=?ių:3?<%?' ѹ?щ9?o)?,? =?Rr,m? F?N/&0~??[k?-g?O^R?s\vo?GUwO? d?tBq?E0?"i?x??kN+Z?ƅ?U*z?MW?*}7su?5)7?K*f?>M?U)*?w!*)D?Q݉?ķ]?/?Ǝ?ks,K?,?Qiis?[ҡ?!e^?BX?Xx4?#4i?=Z?<2]?z? ?8-8?oVS?o.X{?ně?n9?d`RP&?YK?L O>?@@o9 ?2V?%f?U3,?D?*8n?E1j?ɨxMX??t?f%A?^?p'{:P?`8V3*?TgsF?J|?Cisr?='fd?7%w{D?3 ?0(s?-SX?+wf?)7x?'Z?&?&jn7?%gK!?% ?]*?=?km??FWGC?ڌ?9Hn?u!ox?K8V ?f>}?}?H?*?Hyn&Q1? `?y|R?* ?I2?ZE?7TC?Ux?ޭZ ?B:A? ,_?R?z?ЉӜ? D?|2?s8NL?|/U0)?Q],?Sh3?i-e?0{?Q?,{U? 3E2?Pa ?T=+1?ο?K?N%?aPY?8 `?i ?P? Cb`u?FvT?x}t?n?ルm?8V?(ǽ~?K_? A8?vl?Q?? Q? P7`?E?x=9??B?)?/) ?>m?~?CZ*5?w?4ڛ? @?QK?֕?⡸g?] ? vt?~?.09??ij??x=?sq8 ?qyh?nQ4?k?hȠ!?e{?bFqW?^.W*?[ ܑ?Wh93?SJQ=?P~??Lȵ?I0_?E??B/y??J?=u?:g.J2?8FlB#?6ǿx?4u\N?3U?2am#i?1ZE?0~<3?/5M:?/.E4?.?.M{?-XA?-K?-u?-xW?-glN_?-b?+A3\?)Knr ?'E@?%?$|_?#@њK?"6hAo?!\I? \e? < W}?E?ݨSn?G?ˀ ?B"mf?\?-@?f]?!?H?-`!?/Z?q+n?Z0?BI?*&]]w?k~6?W7?Cvj?;g7?FH ?fc7?ֲ,rH?Je,?Ρ}/?ˡPWm?3!?E$J?N?ĵLܮ?qA?Ða?nJ?a?pP\^?\/7?Kid?w% ?Us?1E?IqYA?JTf?>tk?|J?D)xW? }[?Ȓ@)Ӻ?p %.?@r?&?` ?}Ͻ^D?JYJb?&U?{oi? b?3c?2[74?Cw?K?Ъc?Iu? ?Qթd?{?:?L?%yP?GP?csH?yaL?/sC?h"?h/ 3?',ie?yi?3'?#ta~?@?e?v׬?7Z?Y ;f͜?F$W?Wd?` l?,|e?ָ~E?+?!r}Ƅ?rǥ?A?_u4L?p?l:?;@?:?^ͫ?3s?61?)Y?=,HNF?Udh?SpP_?#Gp?g[?¦?b1X?;r}?ȱā.? 8?>z?٨<? ~?%Q̲?.?ђU?a&N? ?\?şx:$?*hv"?Aϐ?a?#0km?boX?%? ?^+^?+jr,?3?:7?)?y&?V$?fj`?ԥ8?GP?M؎? ?hZ?YĺJ?/?= ??c ?1#<??՜?r?!?D-:?!2˧? wY?gv?y!?s=A?5a]? ?sI,?V-g?(8s?>-??s?M? ;?Ⱥ`?b+T?6ڨ?ǂU?ۈ?K?Zv?e{?1?)}?4` ? ?In ?O?1HJ?Yg?şĬ?Dn[ ?J?R,?'?i=Iz?%7K?*?>q?+bQ?1-06? *?W?'h?Ext??7?9R44?P?cWIs͚?qs?{j?P??Q ?5M1?j]m?84?gn?_[?Ipa{?A4I?zQħ?U?Z?'.?S?v?[p?fXK?#W?^ ț?y?-?6?:i??VP,?&t?҅>?%K^?"\ū? 4?q?w0?.z?@DV?y??IQ?, ?k C5?Rvǣ?8>??3{~?ߢv?䈽o_?P]?иg?ɄE@?R%?4?oN,?K ???q(!?#N=?}kT0?86?9?a}ɷ?q?L"Ɩ?;?z~?\+G^t?6Kd?[y!X? Ƭ6?எ?]_Z?=< ? ћO=?M2?Y ?QX?ਡ `?~B?M?B(?r7I?haV1?cϾq?bNt֩? vmR?wF?~N)F?,_>n?: ?^|.?uwO?ꐨÒ?A9t?37-*?Il?͞O^?֏_\?6bD-B?@I,S ?d̍ ?ujb?͞O^??0$]?ӽ5yj?:?? -?*%>Q?4Ng??Z7X?m~?(d?2?Ï}t? eV?㦊?з?g?j.?94~?px?SL[?Y?=3а?Ľ-w?i\?̨?퐸? 8v ?LBH?BD?֏_\?kN? x?gYM ?r0? ?Ƃ?(.q8?T?2_|&?6bD-B?UN?-?BΟ?Ru?inGr?ש?35?đ):?[?='q?Ŋ ()?Д? vC? u_? uV|? uUʃ? ǘMv? u]M$`? u7c? ug3w? u9 C ? um4? tw"'? tcc? tPg? t ? sb;? sv7? s)QР? rڷgq? rD\? r=BK? qV? q)? q]?J? q?L? p5l? pwKJ? po*E? pAA5? p? oe? o׳5.? oy? ofF? o5ne? oʩD? oy ;c? onB? of>O? o_? oZE? oVݔ? oTcG ? oRZ7? oR&? o$챸? n-? nԲ? n\ty? n.? nyr? ncN? nQ ? nC ?$? n9 q? n3? n1EI? mE 9? lD±R? k3? jmO? h >? g`? fu-K,? d:ʸ? cJafu? a0? _紧? ]`? \)? Z8z? X;i6? Vk^? Uq? U͈? T{? S*P? Syk? S*!? Rc±? R7v? RtzW? RMSS? R0:? R~? R ܐ? RA? R ? Qd? P!? OdQ‘? N%ۏ? L"b? I~? Fh? C g? @X5? <? 9G;Q? 57y? ?1d?J?Y??O{5?I9?x/? GIT?izg?(#e?t?1.?0{=v?sN?mޤ7?̽z:?ɋV'%?lzB??.7B9?E{R^?K`?6?g?kZ ?M)>?rR[?]{V?ICqN?8E?+C?#P/S? od7L?qc? ]Rp?]5V?Y]?*??uF"Vh?֠S?)I?q|6Sy?\:?G L?2t?/-6?+bH ?(3v?&;X?$绨?"]?!?b3?!0Ӧ+? T? ?@?bĮ? ??˿)?N$ S?~ǭl?lZ,j?\h?M(n?@Iq|?5?/?,z%?AB-?OawP?2bC?gZ?#d?N.?xilbt:?f^?c[hc?`#E\?]ҋ)ڻ?\*?[,26x?ZLL?NG?y?zvN?/b? N?Zv׿?SfI6?O_f?M8?Kj?IkPp?Inj?,o3?՗$/?dg#?d9Jd?J?C??e?ٌE?^UH0?t?I?F/?DZw??1"9N?LJ?#?o=Z?l?ST?W?<:@҂O?((0tk?̓^(?%E?P?8zϗ? #?x9?`=?k,?ēn?>?l$+?j? n-jh? ζVWp? g? %? 3ĸ? 0$??a?`Lܘ>䤻X,]>lA}>S~g.>4kH >C>ݰC:`>p/>S M>`??r ?H?ݿ?ŗ9 ? 钠?l@?Mw?l ?34t ??9O??v `?  ? j?!K^,p?0ݔ!?0atX ?Z,dC,?@u;?@uͪ?@uL~?@u0)?@uw׾?@uMP-?@u$ p?@ug?@u9>?@u?@tQ7X?@t7?@n3^?@n/2?@n?@n="?@nx?@nb?@nPZw?@nBD_?@n8C?@n2LL?@n0Se?@mD,i?@lCɨV?@k2s^?@j -?@h@?@g ^?@fs&?@ds?@cHqu?@a`s?@_Ѻ9g?@]G?@\G?@Z+8?@X8. ?@V`O=?@U&?@U ?@Tx[ bs?@SՑh?@Sc?@S'~ f?@R'??@Rn*?@Rq ?@RJZQ-?@R,e??@R?@RXS?@R4N?@Q^@GC?@P?@P⿶r?@O`Y?@N?@Llyۀ?@Izu?@Fcj?@Cˢu?@@R\?@!j?@S{%p?@(r??bv/f????+ @??i?? ??>մ?? ??s<??6Lۦ??0 :??_.P??Z??P4??c????????կƐ??R+??̡5)e??nM??-g??P??9ћ??} ??,jN??[Z??y_AH ????2??rq??]T+??I_R??8o|,??+7ُ??##3mKZ??ߜ͟??~ 2?? -&]?>+;`?>%Er?>hΤ?>u?>;Wp?>EAM?>:?>q\pp?>Gӝ?>2N?>.v5?>+H_?>(?>&AޔdM?>$A?>"A`?>!X?> /6?> lAj?> "B?=ݥS?=A?=ͫeO?=QXN?=v< 0,?=a?=~nt?=l4k?=[[p?=Lɴ?=?S ?=5QI?=.:o?=,?=Q{?<3半?<Ŷ`v?<9{4?2m >bЍ>B@>?6"3⒮F?6<)s?82*Q?:xW?@ X?@44?AMRu?PVU?Pf,.?{ Lט?R”?Rk#?RN?R_v9?R#6TZ?Rpwd?R{K?RS﫳 ?R ?RP?R?Rc0?Rs$?Rm?Rz2r?R%9%O?RZ?RuE_?R?Ry?Rl?Rgw?R~ȏC?R~|#?R~6Y 2?R}q?R}d?R}?R}Zcź?R}2?$?R}#X?R|c,?R|Ap?R|E*?R|"\?R|0&?R|.l?R|dL?R|=?R|>?R|?R|}IS?R|{B?R|{/z?R|Gв*a?R|V?R{탕>4?R{y?R{mo?R{?R{m֌re?R{Y_N?R{I]?R{>A?R{7#?R{5RH?Rz+oTJ?Ry >?RwNϤz?Rv?RuJb?Rs8eL~?RrTK?Rp.*?Rn'?Rmٷ?Rk >?Rh/?Rf\d?Rdxf?Rb{*ʴ?R`T_?R_] ?R^nb ]?R^B?R]7?R]+n0. ?R\Ǵ*?R\t큪Q?R\1- ?R[Mm ?R[%>?R[sY?R[3n?R[ ?R[{ IV?R[x&?RZZx?RY\z7?RXjA?RW?RT܈?RQ?RNlC?RKKS?RG, ?RC7ߔ?R??R;?R6/O|A?R1%bf $?R,,8~*?R&iZ?R!DUU?Reɫ4?R*?RdZ?T?RI?R?Ryr?R sVv?R ?R Bof?R ,?R ?Rhu?R]T?R;m?RdV?Q?QmpT?Q?QN?QM.g?Q6t=L?QBi?Qo՟qO?Qi00?Q)?Qꠂ?QZ]j?Qחm?Q/?Q:?QEA%?Qnd?Q_:CB?QzJHM?QFǟw?Qz+;+?QB(?Q^>z?Q#r2?Q$kv?QP?QWw$?QL_Mm?QwL 8?Q2R?QJ?Qq?Q?Q)Ծ?Q+?Q?Q}^ĥ?Qz?Qu۷0?QkoS?Qa Hn?QVT?QKsv?Q@ꭺ?Q5 ?Q*3BO?Qıɐ?Q"$O#?QaU?PbI?PoMP?Pba?P)i)?P?Pqxv?Pn?P|?PoEf?PoAE?PMi@?P?PL?P¶?P+>_?Py?P (R?P@)?PR?P A5?Pz-˂?Prڅ&?Pmzy?Pi4x?PgƯx?PYB1S?PJ^#?P4aE'߾?P&kW*?P]+ ?P[Q:?PcT{=?Ohr?Oɵe?Op[%?O?On?O11?Oy?O>ٿ?OiY?Ob!:bbW?O4m?Ok.ⲭ?N¿Y$S?Nz?NI?Ni?N]?Ntl?N1q?NsT?N-w{?MML?Mm2?`Mq9/?`KP%y0?`H.#;2?`E(>:2?`BͫZ?`?Z6?`<A}$?`8l5?`4[M2?`0Q֓?`+ě?`'In~?`")p5e?`i)WE?`%>y?`P?` & ?` D?` "?` /?` k\?` X?` ʈ ?` g?`n?`h ?`W?`kL?`^?_D?_ |?_W4GS?_a "?_?_œ|?_WE(:?_B?__*8?_XN?_o|?_i?_x)x?_6"?_!W?_EOH?_7J'7f?_Zh@1?_p>b"?_ʽD?_ljȺl?_ YP?_H9E?_$/5E?_b?_? x?_YU?_?_l?_޷X?_p0(?_[H]E?_G?_6Vf9*H?_)iq?_!`Ј?_<]?_k?_ e"Ӧ?^~Z?^і ?^ѷV?^\5a?^館?^S?^1?^n#?^Z%sD?^ED?]{$ ?]inj( ?]X|?]Il?]=BqVv?]2?]+"l?])8m?\\xx}?\Z&2e4?\X~(?\W/ޡ?\W* ?\|9z]?\ \/_?[?[??[w$?[V@v ?[O,-jN?[KdS?[HO}?[F8ٵ?[EL?[E/??[( t(?ZUAj?Z¯Bp.?Z_zCj?ZE-?Z>Nl?YYp0?Y?YY<1Q?Y5?XlN-r?X8?X>QM?WH?Wtr ?W ("?W?W6?Wf$Rdv?WL+?W5?W!b=?W<?Vr?V}?V&6?VDD?V %h?VM$F?VV HH?Vԗ?Q*?N}%ʑ4?M ^8?MyU?MZ. ?MQKv?M5t?Mv]f B?Mri?Di?@#CX5p?! X?BAkH?Sp? zc ?1Zu?>,>?@0j+\[?Bz?C l?Fzld.?G`,?Mo9t?RA]?SW b?Sv̢ ?T>br[)?V+rFH?VEQh?Xpv?ZCn?`ǩ?`%k{"q?aWز?p:s?pxt?5n?i_z?i[uV?iL%?i3dҊ?i?i2~?iBa?ip+?i)7?ic?i8@V?i!M?i9;?iOX?i#J?if#?iI*?ir?i ?i{c8jn?iDծ?i E?i|?h?]R?h1q?h"Š?hە$?h^r?g, ?ghnTGfF?eZ!훧?eT<#?eQZ;?eOt?eNbT?eMDT?eLǣ?e6 ο?dn ?d¿1:?d|?dݺ?dtX?d֦?c~P?cF?c"ݤ?c` ŭE?c(6Fe?b~Q8 ?bs$?b#^?b_Z?b[k r?b[ͨP?bERl"?b1cȑh?bC[(?blT?b(]?a&?aoi?aӞ&T?a[b?a G!?a?auhA?adV?[bW?Wx?H_6?%+X?'CSW?)) =?;%?GQ?J5v?MWɉ)?N$4?QԐ,?R٦?V8?]0D'?^B/?^t3N#y?_c3?aXj2Qd?alȌw?cACm?d:n?i:~?iE?k%?}l?y:{Y:z?y( ?JG1ժ?jKȢ; ?jF7[g?j7n?j8?jH?j?jk?jQ,M?j";?jr?jV8 ?j"n?jp؄?j='Sx?j2?j#V?jB ?j# X$?j ?j ?jC?j'UP?j?jC!bl(?jݕ~5r?j lg?j*?jߚU ?j.\?jcs_?j2z?jh1?j?jm$?j#Ԙ?j?j_-hz?j[?jXI?jX rm?j 9?j\#?ju?jQ^`?jR?j;4?jϴ?j)?j̮?je 7;?j?j}aK?j6 ?jUڤ?WD?W'1`E?Wn W ?VD?(YBf?*UP??m#)Rl?mN|?mH-9?mϔ ?mO;nW?m~?m;Րu?mg?m> ?mɇ?mq?md|?mٜ~?mU7vn?m{?mc4?m%a?m'^?mC>6?mw4y?mE5?m|h?mO"/E?m&8p?mP?m+q?mx J?mzy?m ?m3?mɓ?m?mL+?m v0?mԂb?m2)M?m阒"?m?m]9a?m%H?md?mC?m-ze7?m?m|du0?mqNb?mm:?m~<;?m| ?mz%?mx\?mv?W?mtfyJ?mr |G$?mo+/Xy?ml'20?mi}u?me%g?mbOm?m^3,l?m[L~?mWI?mU=?mSIy?mQš?mPŷ?mOUʌ?mNZP?mN*x?mMيP?mM1\?mLD6?mLfB?l/J?l$>}?l O?l$y0?ll?l)C ,?ld?lI?l)/?l%j1?l޴?lqAW?lj:?lDG8?ly?lt$3h?loS?llK0?ljس'?lh琣?lhb?lR[U?lDȹ?l/B?l h%?l ?k>X?k-#-?kֈ4?kڿ[Ж?k`?ko |?k]?kt?k ͠~?kJ?kweO?keO#;@?kR_`?k?Y-?k,m?k60H?kJRH?k?jE?jL/)?j?j&I}* ?j2?j?j?jю??jK h?j -?j*t?jQ!Tf?j ?j ?jn?j]Kٔ?jLC[J?j?fTE?f}}?f<6U ?ex?eO/j:?eqW?e*D6S?d_L?dZz?d,Njw?dt!g ?dLv?dp˶z?dvg`'i?dc?A6?dV,ж?d? ?d+pߡ ?dUo.?d AO?dA2?c_)?c@?c 'J ?^ ?Y!>H)?XB?WٵT2?Wxa?Wcy?W+?+a?q+?q+I5J?q*Eޮ#?q*ι?q*D)d?q);V?q)U?q)CT?q(氉?q(~qA.?q(cL?q(#qKM?q'[fI?q'C\$Q?q'2pN?q'c.?%?q'Aa?q'$"IM?q' `2?q& 6?q&z?q&v?q&G?q&ÉzN?q&,:?q&6?q&k?q&?q&^J?q&߶?q&zf6?q&L5W?q&!5?q%Y?q%ٌ]P?q%'.F?q%^6'z?q%#Ŀ>?q%x$;?q%tV?q%me?q%k ?q$d̉?q#GH2?q"x?q ܲ ?qz?q8^6?q?q-5?qIiL?qfa*?qn?qeXZ?qG4GT?q+ x?q ?q |?q g,ef?q ~(?qG?q8Z?q?qVY4?q}"?q~G?q:=2?q`5d")?q?: &?q' u?qf?q v?q Ƕ?qsr?qn?q"b?qLʀ0?pՂ$?p`&?p=F?p ˴;?p_D?p;Z=r?p4$W6?p/t:0?p-M>?p,en?p"Gf??p2.?p z%?p1є?oĞ?ob?o'F ?o?o瘶?oeMl?oi\:?oQ6?oMl ?oIߵh?oFΪ"?oC?oA@-\?o?'0?o>@?o=ev?o=?o&5 =k?oi4?n2?n>?n^?nMB??nh9ϭ?nMGV?nsa!?n`O8 ?nOqf?nAS^@?n5CJ?n-C2?n+ <?n %?m" ?mE^?mU~W?m6*?m0u?m`,1d?mL;3?mH#?mDȻkC?mB+श?m@MK?m?.?m>B|?lA@?le?l ylI?ln֠P?l`$Lm?l9R[A?lȂ6m?l08`?l R?l J0I?l Jn?l z7 7?k5N?k+$?kAy?k?j,GM?j۵7?j+.'^?j%.mt?i?iఌ?i;{?h\?h={?h=-N?h5L&?g){ F.?g6d?g8q?7?gf?g}d5 ?gbu?gK mtf?g;rS:(?Zd7?X2.}&?X;?tHä?t" Sb?tB|ad?tw"?t~ CS?t8]S?tQ!6t?t?t>JW?tƜ{D?t|6O?tx?tzM?t>?t??tgV) ?t|~?t ?t54?tw?tF?t48$?t4~]?t,?tx*\+?tH'ay?t޿]?tuy?tSx?t s?t{?tpA?t,g?t9H?tz"Yq?tsEz?tn?tk;C?tiJc?th??t*1 m"?ts?tZBr`?t7WZ=?t1?t+x?t%]w?t}?t> k?tƍpW?s>@?s"P?slj$s?sIkj]?sΚ?s3{x?ss?s۪?s?s >?sX+M5?sk?s~?s]%X?sś ?sq`?sᘂgBd?sDa^?s?s'8?s?`>?s܋&{?s?sێJ?sB??s?sS?sZu6?sx?s˶7v?sf ?s}?sK+33?s%N&3?s5Y?s}>?s;?OU?s?s^?ss?sp?s*e?sm?sxo?skaPS?s_!:L?sV+kp?sP_?sMI~P?sMa?sA 0K?s4x?s'ob?sIPD?s e?rx?r deړ?r(?r e/?r1!?rfZY;?r!E?rB=-?rfo?rB?rG]?rd?r+?r{#?r ~" :?rN@?qO:?qA?qB?qՒx ?q(?q51?qy?q0Q8?q0[L?qwEWOg?qjH?qhd]?qfP(?qdo?qc;԰?qblO?qb|?q0_n?q-{?q>P.?pؘ&?p8?pv3j?p_?phv?pq3?p aP?p2?G ?pꋫ?pY?pQGԗ4?p&eO?pM?oe ?o&'?nJ_WZZ?nvm2?n"K?n,,jA?m ?mbDU|?lw'?l?l>{8?kN'?kZ`n?k??k5ӷ??kp2?kxG?kZeL?kGI~1?k#?k ab?j+?j|,y?jDam?jo ?jcH`?j4I3?bf?\h=$}?Z=9hU?YIe[ ?XyfwYx?4T8;+?5?GL?Ta?VҨ;u?Y<7Ǥ?[*.j?_^rW?`Va+V?irHc?j>?k%K?lH3S?o*, ?oFJ2?qc?rl?wq)Y8?w}&?ylވB?-?xQ?x�p?xɸ?xܺ.?xܕ~+?xe,?x+b?x琹.0?xۚ, ?xC?xrJ?x|0?x #ِ?xٗ~?x+ȕ?x؛~>?x~t?xגRw~?x kj?xֆ?x6gg:?xՄ?x ?xԗyE?x.4G?x2?xt{^?x&+{?x?xҦsIP?xsq?xG;-:?x!q\?xd 6?x-a?x҂c?x̷k?xE?x#O+?xD?xB8?xl?x.ytj?xȈ֕%?xu~?x3Z5?xkD?xuxD?xÆhZ?xYT?x ?x,?xt?x?k?x"u?x?x5>a}?xɓ?x='x?x_j&?x{;?xuy?xnaZ~?xgLK?x_|z?xW*a?xO?xGmv?x@BΧh?x9,?x4L?x0`?x-JN(?x++(|?x)Uu?x(ߟ$-?x(g$?x(Cꔎ?x$@kr?x vE?xg,@?xr5?xQ?xzA?xT{?x&W?x nX?x }Ծ?x lݏ??xN8|?xXr?xO?x;}?xeQ?x?x3U?x!yF?x?w?ç?wX/h?w"?w;~?w&9 ?wk?wf?wFx?wպO8?wҳ?wг:4I?wϗ]!?w?=?w=?wUs?wR06?w%[?wx#k?wikU1P?vy/j?vySn~?vy",6?vgV{?vU)?vCN]?v1uܻ^?vy?v ?ؓ?u֠?u3`w?uMv"?u .?uH,+?uᄂl?u+q=?uz?u &8?u {r?uw谿&?uV[z?u@W?u6k?u2/K?u D?t-kK?t4*?te?tЀ?ts,?tNjdiT?t}F?t 3/T?tR?t'kj?tgٟ]8?tC˛r%?trj?tSb?tz~?t52̮?ts`?teB?t hc?sRHR?s+?sdu=O?s56E>?sd ~?shxq?rIO?rc?rLK}L?rV?qЙ ?q) z?qMpA?pH}Ⱦ?p>?et3a?^M?[ ).?YC^?9=*?;MC<;?M|b&?YX5b0?\\ Q?_ B ?`G/6!?c0AC?dRS)?p?qjd?st,]?sچ٭?vBxr?ws.?}m?}%a?%p?an:8?~%4 J?~}UJ?~>++:?~k,q ?~$Y?~* ?~!?~vߚ?~`?~OF?~AWZ?~6?~.:?~)܁?~&M?~%l?~ŭI?~mF>^?~>+?~ԁ\?~x?~\?~.N?~a?~ӈ?~ %?~~j?~V,?~@s?}Q?}'-?}|es?}P?}㮏?}~-د?}j?}?|?|g!P7?|N䜰?|@?|?|k*AT?|X)l?|K'W?|B=G?|=sY?|4f?{=jy?z[ -?zK{KZ?z=e?ϗ?z2k'?z+ K?z(I%_?z 5`E?yI\2R?yΊ?y,?yu^?y?ye m?yR?yN?j:?yKmEv?yHs?yGbE?yF g/?yEQy,8?x?x޲?wc?wP?vb'?vK?vF(w0?u'?u%?uaDO ?u\R,?tb@ld?tgqg?t*VU?s1?sNu1?s.?s,k4?sQ?s~aH?svr8%Y?sf X9?sJ+b|?s2[EU?spA?s 53L3?r6?rpn?r@hP?rP9l?hĝU?`K։^?[ʝ??Bm2mm?@JC?RB{ ?_PT?aAA?xY`?{:?}:Yt?a 5?8T#?MGj?x$ⅅ?~%\7(?~8?~ u?~1?~?~{(\|?~1?-d?~ڤij?~x<?~ ׫R?~rA?~ ևE?~~{?~+Q?~K˴=?~?~y-?~VV+?~"?~}?~Z,??~>ጔ?~"?~ &?~M?~8?~*ݟ?~ŁM?~^X>?~3u?~A?~c*?~iUy?~AO?~?~W7;?~ ?~ۢQ ?~O*9o?~YE`?~Vk?~_S?~_U?~o?~N)4p?~C>?~o?~V1B?~o%?~??~X`?~H?~e0s?~OO?~Bs?~>[:p?~?BGi?~V2-?~ij?~`D?~i~5?~=j ā?~~ja?~%Z1^?~ǁ ?~{'R?~x"k̄?~t+o?~p ?~k+?~ga?~dŹ?~bEE?~`\?~_?~^kc;?~]r?~\}k?~\Y?~[0ś?~['B?~ZɼQ.?~ZA?~Zd gX?~ZDEbF?~Z2?~Z,?~X?~VVDh?~T?~RQ?~Ms*v?~Gq/$}?~A]?~;mH?~3,$+:?~,On?~$?~?@?~VSq?~F3?}ͪ\#?}Kw?}K?} "?}l?}XB?}Xw?}i?}Ŵ1?}^@?}UV?}/vQ?}?}%~?}s?}Q(?}g?}T^?}U?}[ɻQ?}ӸD?}+d?}˦?}һ?}av?}Aj?}U?}˶`;?}28?}:w ?}?}zl?}c5 ?}fnQ?}5 ?}z6D?}vu(?}pCJ9_Z?}l?}d50?}^?}X2G?}Ti?}RZp?}P|?}P+$?}6y?}&H?}B'%a?|=/?|[ø?|ΒF?|uqJi?|H))?|^Y?|Jԭ@?|)j?|r8&?|u(?|`FX?|Kbv?|6q?| [?| ?{4?{xx/?{~ыk?{UW?{4s ?{.B?{`W{?{Yt?{y?]?{L'?{"[?{%T?{"u?{{j_?{me[?{VB?{?b?{(m# ?{_p ??zʈ;O?zC ?zao?z6?z8/H?zyӡ?z^m6ƒ?z?zd?zo?zRǁ?z'ID6`?z :?y6&!?y^?y2?yO?y@b!?y{$,?ySy3?yx[n?y[y?yZ3?yR 2?yNr=?y!Q?x?x"W?x"m?xz!D"?xvϔ4?xrkOz?xpɾ?xoH*?xn ?xMj?w?wAָ?wiNcC?wK@6{z?wC8pH?v?vw{?v:Xj?u A?utx?uD\ަB?tytO?t ?tP04?tQK?t sdP?tY,?s dF?s1?s)?seX?s~4K?s_FM?sD~?s,"fD?sB2?seFvY?rU?r-?eaq?hf!J?ip=?oH,"?t ?u)?uÙJ?vcm%?ydP?y5]ZF?|Xt_?~$ f8?3s?ɇ?!p?Ss?4+U??ꤠ?k??n%S?w?i튱|?ޚȯ?M?`` 9z?pB?ܓU ?MN??|?+T?޼Ն*?ٌ4?|KށW?|4>?|姯?zb:4s?z]db>?z,\/,?y׹X?yW=?y|`R?ytL?yoi?ylIa?yi"R`?yh|T?ygb^?yCTf-?x$u6?x%.?xFgaqP?x%Se?x?wP[p?wJH;J?vB5U?vRSW?v=ꢚ R?uzzH?uyP ?u1E?t (?ttH*?tn?tm>2"̮?tCuoɭ?t@^ ?sqb?s٩ ?sJ?s.?swypLy#?sVQAUo?s8&?s ^?sܪ?Ac?BK:?TT&[&?atu4?cFyZn?e@>?g^w0?k ??l1(>V?qh*?v+Mz?wl>O?wِ~d?x~#?{X84?{s@"?1g?G;?#??( &?_?_ Rʀ?^M?^v8i?^g?^CK?^z5Pϲ?^Ej ?^ X؃?]! ?]{枃?]+L?\+??\z~4?\(-f?[#e?[P,/a?ZsV?Z?ZF?Y>\?YOcʪ?XM?XLJLC?XF%?W`?W?Wz1M?WDU?Ww/Br?Vޙ?V̌W?V?Vd?V_?Vq ?Vd/9"?VY?VPa{?VI`?VD $?VAǦ?V? W?V?j?V!J?Uop?U~޶?UkU?UC?U +?UMP?TO;t?Tظ?T˄-?Tåظ?T )?Sh?R7 H?PGj?OX4?MѨ?L6?JR?H?F[y?DYrD?A $??];?<ل# ^?:8|+? ?}to?S?Vv?^b? `}L?cJ??;??GG?[N?;k??~;?}'?}Q?}˄|}JR?}rlX?}Xu?}t?}`V?}f?}1=4f?}-n?| |@?|#&?|Iƿ?|/Ӧ?|4?|p?|,A?|Q!_?|?|sig?|&w?|!I?{Z$?{lѺ?{t;B?{l˂|?{=t*?{ѐh?{ (L?{(T=?{mUq?{ل?z?z]p]C?zBJ?yG)@?yV?y֜d?xu?xW8 ?x)*,&?wl?wO?vѵ?va ?uNq?u?uC>P?u[rg?u?tB0i~?t?t|xt?tQz?t4Y?s-?sw"d?s?sf:?s41PZ?C2t?E24bjg?Vt?d t?f#?^ t?hѰ}l?jm H?n.0h?o\w?sWt?z syG?{#ol?{VT?|י?2_? ~? Q?]گƨ?_C_?47?(Z?(~r?(_E?(? |?vw^?sX?q>׼<?o'U͵?mD769?k# ?j>8?hųQ?gSz/?f ?e^$g?eBGG?d#5?dq2W?d>Y?d._{?]LW6?W|x?R1?PQ6?K:?In3?C/I?>D?;/ ?8od?6&=#l?5J(?5L;?"(?` ?ׂ?bo3W?97ÃA?7(F 2?!QDi? {?Au?C?:?'Ga?FFZ?)?#Q?+z?C?. 2k,? ?xA0?~7v?~d.X?~V Z{?~XA?}b63?}e $j?}Y^ ?}SDn?}N8?}K_j}?}IQqnC?}H;l ?}mk?|-{?|!?{:?{m??{}$?z\*?zSƟZh?ypph%?yUcI?xBM=?x<| ?w ?w,Nla?v?u]?umDz?u-c_?tJ0ac?tM2>F?tz-+x:?r.X?r~N?q}@x?pW?pe u?os?oI!u?n:?n8?m#?m>Vr??ls<*?lg[I[%?l ?k5?koI?k0G?jPv?j޸?jg?j'Y?jgn#?jP?j={?> A??9::?8o*&?72)?7SQ?6>~?59@?3p?1\?0͓H?/)r?*W?%K͢? V 5?H類 ?SSC?`i?Wb?0 ?Z_.?>:d? f?D\*?קF[?F ?ԋ? L?i?X?P{?ε0&?M`gl?^/H?82 ?S:N?| *?#Ȑ(?J?k"?s?;#z?E? gL?Ek?J?:)?i=?H"?Y ?'? LlX?;?hr?U"K?˃?$!?y=W?v猥?q̮7?ntB?gp?bq?j?]@t?Zt<?X+Rg?WcR?W_oX?A0?3J?D\a? kIW?c1?]n?ݖۑ?K?Cl?£]?y~?ܢ[?0X?WOCT?zUZ?h;ظ?UL?CZ?0_?l?[@R?)R?03?~t ?Ųm?v?? ?Ls|? 껧?hԊJ?2?h1j?4?u3?nѝ1?ă? pw2??`@?Kv?D4?3J?f%L?_jw? ?|z*?y>?I-ֆ?>u?=uN'?<ݱ??;NcŹ?:"?:YL%?:)m?9lƮ?9RH?9g%wB?98Hٞ?9w?8?8?U?8?8ަv?81J?8 ?8?88?8b5?8۱?8!>?7=!?7v~?7-& ?6(v?6?6E2?6^C??6@?6+=L?68?6V?4#f;+?2Kb*4?/P{?-`0/??*V?(Q0ݔ?%Y?"Q?ܨL7??]G?xn?OO ?tH? IH??7B?ctm?PU?>?=&1?W?*G?m?'?-?Ogm/?0[?,P?U=tU?&͉di?y^??:?D?Yڑi??aFV?Zg@?Y7? [? .]Z?p*j3?aĤ@?X?T I&?RĮ??q{?+? ?R?GKi?A*i?Ex?w\? z?Tc1?|, ?dr? M?Qb?+1?RvA`?M?8wqcû?4#4)?0cݖG?-S+?+Cx?*?*B3q ?E0T?Ϭ\??nn{'1?;n?BY9?HlOG?Rw?K.?т?J.?ɚŠ?L+]?H&?u??B?eJ?a_ d?S)H?~,?}ϙ n?|+]V?|d|n?{&M?z-/?yR[?xtmH?xc`?x^k?wN_@?wjQ.?vOˀ?v?gD?cK̇?^&?Yٙw?TH?P;tP{?LYX?J4Z?H#5?F@?E=Sh?Ds?C9t?BWe?A|s?Akm?A u'?@Yn?@H p?@b!Q?@M=ɵ?@FN,?=sJ?;.?9?b?7L?1bYP?*=9?#f?qac?n39T? 9?u?E(?hl?Ji?#Z?Ɍ{?'Do??8u?^?ßj? s?uI?P,?} c?ɲ[=?(?A2q?U?||?wl?s?nv?k?gF@_?dw̥?aQ=?_,⢫?\C?[-{7V?Y?X5g1?W'Ǵ?V[']PD?UBJ?Ux{W}?U]%2gB?Jf?@"$?8M?4S9X ?,٨?(c?2D?ty4?$Ι~? A? ,?oS?V?N?v z?Vn?? zTQ?lVr}?[cɇ?P9?K!Ϗ=?Ih1?2z?6%?[m"?虣E?w?_i?dsc?ѻ?eB*?IG?.D?͌X? *?Nq?nDc?$?r{-?Y'5;h?ظ?y?P??rOA?Rn1y?H?T ?lXa?Q%?6v 3?}g??Ct?؜?1V?[EJQ?g?J?Ǯ?a?+_?N.?_d?ȳ?B?Pgh?Zn?,?6N?&?BZs??Um?.k?Uo?ܗbs?<&?d16? U)X?\X~?|)?`?7?7?C TK?&C?>&!?v%^?{LG\?`2?U 1?MP?D2?ѐ֦?UU9?c%?~H?}\芕V?| /O?{ qt\?y.Ϊ?y+3Q@?yЛS >?y/`o?x!P?wM ?wZQs?vb?u,&?RqpC?TF"n V?e?sO*jT?u^e7?x`5?y ܿ?}Jd+c?+(Y? *?e}???hVG?+R?WHQM?@Z?Yc?Z2^>E?D!?t??t6Xv?t:V&?s!W?sx?sU?rz=?rxm^?q0?qXʑ?p` H?o?o8=GM?njiSǖ?mfL?l\?k@!d?jޣ2?iK?i2=?h"b?gC:A?fne?e?ddv8?d?ev?cU ^??cT2S?b|K?b;?aY$?a0?aS"\?aT](?`.?`qg?`͠_?`9?`|N?`l}?`a9 ?`Zz?`V@tA?`T\?_̿M?_Or4?^c?^vz?^B8?]j?]u9?]TsC?]*טe?] _?\\6?\f?Z4p*?W7AiP?TYe?PFv?MD|?IdJ?E~s ?A;3?)-1?:cSu'?7I<?6Nsg?5ytB?59~~/;?.4?'Wm?!@ڧ?A=?,?? dA[H?F`x?#?=]b?K,?e?~ rl?vi? Xc)b?DN?ا?1M?xE?_?k?u?б/?ˏ @S:?MC[?s%?c?^Bs?Y =?wy‰?%6?WZ0?F_u]?q ?[0T 8?8?^?G?.B!M?Zoy? ?5?S^?/f;?~Tq?`X)_?BP%Ũ?#wa?CP?-W`?4~?z?;O?d7?C3?=6.2?7K?3Nfj?/ec?,1I?)A?'l?&"$?&{7?(jK?4,B?(^B?K=?~C?^z?>@?],D?ԟy?R}T?sms?4:%?A֨??m)?l5?@t}?0?Eۊ?ٳ? s \p?iue@?KZy%?E"]?@ &?<l-?98/b=?79蹦?6j??os|w?(N?+?rҽI|?e[^;?_zI?Zf c?Ve*?T|?SY?}so?}}`? J<]e?E?rp zn.?d ?##ވ?Bp?J7b?5?U2_?yZ^??쏴5?~vE?Z N!?6h{?r9?pi[?ֈS?RPT?:?k?9"{?W`?Ol(?C?YO?cd?O€?f?0m,?~t? P?f7;?mK?I9??`Z?S6?o?Kt?gCmC?:Ԗ%?RK?{{t?\?|EXA?ip ?ĭ7ɦ??NCD^l?p\?1?<*?s(`X?@c?[-T?H?SC?H4xu?+ t?xֻ?M!=*F?' Jx?m??~-?|rF=?|RyIZ?|H;ɻ;?{Tb ?z[֛ !?yZ);?xEA`L?Xc} ??Zb?les ?y.LHx?{fl?\ 0a?U?A?dA?c?s-?Qx#m&?z=?ْuq?Ԭz?Ԋ+?m3.?UW!?A?2%?%}A?H?[Tf??0'? 9_L?ӷ:w?i88/?!?d[?ҨL?w׺?Ma?+Xx?c?A?"?fn?5`d?Ud9b?Uw?C1.%?̣[?Ԫ?q6ZQ?KJ:?-76?SU4?j?L?o?Iڝ?#?8q5?dR3?܋Ǝ??pt? l?7#C?Ө?;l?ma?8*BT?_|?6Q? " ? b?iNT?)V?V;2y?D?o?Ҝ?U?/?2߮?{#w?u'@.?neb?f*?^_#?V ԍ?Mzp?DL$ [V?w&R?W?>(V,9?h?}(oF?iҽl?Wa?$w?aR9ޓ?S?DuPs?F?Zp?_۰?hux?5R?9s9]?6Z?5?@A?"~s?'J? .Y?=="?l?%? C?T?[n|6W?^1g?pLZŰ?|4?Ίq?l??GJ'?Kn.?T ?Y?Jҹ?8= ?mӪ'?uӚ?GJ ?kn?$jjM?uO-E?K?ʌ?ȏ}?{=?_?^`}?"{#J?~?YL?"!? a?=~FW?c?/b?n?aN?_.ّ? /? ? h 0? NR"? ? {Wk? ⺮rs? QfӉ?ճb?QM??A?+ '}?d+?ٚd?h7q ?9$?0?V?T? &'??.#?3g?0Z?0?{?H?!Du?mr?u?,,D1?-p4,?W?]?\{?=?(&?4?*?M??(r?R鮡?u?>4z?:?6^W8?ݽ?P?O5r?b1={?Ll?jur?a?w ?/?G\Fw?h6My?_| '?ڳ6?2H?~2?=,cc?9)lw?58 ?2/?0f?/u= ?.{Ѱd?.˂a?)m?$ͺC? O? @H?Aq??5+9?px?{(Q? ς? kHN?MH?sBj!?٦ ?~ߟ?_?zՄ?˰V?R? M$?fD?o[!d?05?怸?d?Z ?܎? W? ?5)1?ӷ2j?p%?We=?ۏǜ?w&1?-Z?Q?yGAC?a{K*?Kwx?8W2%?)b? P?P݊?^:?#M?|0ss? D?Zd&?sF7#?kT?c?n*;?V܈F??,#?%$V?SB?4 ?Q4?6LC??>?˿?\?Lbi?X=?|E?2?Ң2T?8\?nBp!? 5=?޸?ً^?ef?qma(L?6?"tv?_W?<h?W 9?_׸9?RMr?(Doi ?XkT?E?Wv?~4oʦ?~L]?}]2NY'?{>?_;B?a.= ?r?mG?2oZ?{3G#? $?пJ?4?;DzE? G?7߼޵?o?g'?FPk?9/c?ZKV?%?||1Z?"t?4?WsT?IU z?g?^Ee&?*C?@S'?@D? =?G׭V?~t=?}ƒ|?})ݷc?|S**?{NI?z[?z z?yre:?x4>?x69a>?wl?w,Z6?v~?vY̲2?vJ?u {?u{?uF a?u񅸏?tVJ?t@JL?tS?tcmuI?t?'“?t?t]S?tzL ?tw_pq?tvG:Φ?t?s̞?sCVʆt?r?rz?re?r.),?rZ=?q6?qǘ?,.T?*PuG?(%?&Vz#?$I-rG?V9|!?;b?`R? tI~?Xwq|?~O`?0,??=rK?/m~?9J? y:?F G?@;|?8W?"\+-1?kq?4 ?'? ?zW?5=l?-΂ƴ?(AA-?!&7?n?V^B? Ys?T(?5 h?C)N?"]?X??̏,?l0T&?@J?|/?fE\?UCh4?K XiY_?Er?D 0l?-X?z?}R?1 ?+˪?$?9إ?C5C?d?IIm?. p%?A#? L1?窨gq?Xp?B"?1?|?=v? ?u6J?ު,g?N ?=?Ae?or?T eK?9i? h?a=?}W?~l?HmC?mQܽ?n?Z? i?*ņ?eߞ?=ҵt?9<\?mr?:`L?w?5FrL?5>2m?5#:?4'ǟ?4,(?4m9?41?3ޫ?3!/[?26?1m.?1OQ?0?/ʬj?/g?.A=?-jd*`m?,ڎZ?+n7+?*aW?*5?)66?(q9?'V%z?' ?&il?%I_n?%\s?$ERd?$KZ?$7?#ٹ?#B?#9-??#T.?#1Z?#k?"h?"S?";?"řE?"s?"?"ƻ%b?"H= ?!j?!i^?! ,? w5? m8>2? /wL?Hv?I:?HG??H?CM?N?X\?G }?wp? qX"? -AK?e?a; ?޴!?ٮh?c:?_V0?ߑ?TBv4?d?-:3??+ ?ֶ?wAY>?ԀS?ӳ[L? ~?҃l?n ?[?шs ?_8?Hn?AYP..?~S?uV?D??#Vk?l?͸0?$y)?닼?&p?"{?d ?}&7C?za?xuz?wXJK?Ukbۢ?@ 3? @?9?3?@`pA?zj7?B_\b? EL?GJ?a?qf~?U}:g?9D@?É4?!-T? - ?$Ȭ?/?(&?hVf?H8)?C?xc%?>=}?9n?623@&?3+3?0b?/j?.*5hV?-Ű>?p??p?w?]H}?:씬?om@?Q{N*?5 Io??i?d?烵&?Hx??f?y++?`?`o r?":2?n?HRK?~?Wrm?uIk*?oOF?jh y?f?c8u?b5N3?aP+?xD_T?N?;A g?\R"?;&[?H?GlE)?i-5?:?g"p?E4`??YePU?I?JICB?:?e84ۦ?JB:?@޼?Ȣo?A?Vf^? ?J~??s=?QB??s5N?iZΝ?Z>r?d1#?fC!7 Г?x(*6?PW?^>V?4G?g"ʑ ?;?\9 ?Eq?7)r?bLon? )Nk?9w?e?wa?v(>"?j'y?ƭy?ʑ*8pX?<R?] ?"EQK{?<h??^?$?w6? @|?Rlqz?hh?ޢ?X?RW?)UlZ?'@?hA4?U&?`l?t?^W?j_? {h?0u?.?g'~?~_?]*f?3?v?ϔQ$?{xJ?sk?o?ɿ,$?]?6&/?V&?B)?Rݤ?ClU?ġ,?ҟ?-H'?w? ?j;d(AL?\]W :?NBB???1 _ 2?#̮?5:?)@? ?w]???v= 8?+}#?[?q?5{ ?&ک?O?e@?Y\?λ#x?ʈ`?ƿt5?[h>?Z?g?t_+??L?J?RE?[?)??#Po~?$R8?Qd?tn???~߽?s.?iF?bg͑?\{ly?X-:K?V7=(?V'̛H?0\?"&?\?52??t3C?<`77? #jN?&#!?@?hin?;90?q5p?T2? u ?),- ?—W?f}n?yK?Gy%T?=#{`P?< ?;?:F^?9)rN?8??7`3L?6 @?5?5.K`%?4HL|?4?37?3<?2掮?2/d7?2a^?2.f0?2-+?1wSX?1N?13?1s:t?1G?1!G?1x?1Y?0ʼp?0eŬ3?/ ?/wĀ?/%RrZ?.;N?.rօ!?.7%?. cx?-晞8?-HtZ?-L?*(?'ya%?#B? Ra?h)?rU?UW:?<_Sȟ? pL?M?n?w?mn$?%E?9M?_/?5*?ݼ~? wzF??Aa ?]?Ԡɍp?ӭ~?[ ?E R5?,zs?c#?BsD??2Q?rB?ؓ?ʓz?":Gf?ŦgA?VGU?$5?p=?(H"}?5L ?ZF?~K?q1JPSt?bM?S׳K?DY]?4-a ?$ 8?6L? ?j?$?Wu?k#?`b_~?0J6?DOJ?r#D??כH~/z?Щjh?5H?>.&?? ?+e>? ?M?]?#?>)?o'?M-j?b?tQ)t?k??[هC?7?B0(?Wh;?w ٢ ?qf8?h(?bKܽ[?VF?K.?CDd?=z1?9J?7OB?6b$P?v?~?M^6?9?%X9U?jwpTl?T"s?E= V?>3d;?<D?u_K?^F ?',?]??wxUA?Tv=S?1G⅜N? 0iE?Ul?j?>R)?RHs?[F?X%u@?Y`@?Uw?{?~= T?}Mu~?|hf?WSB)?1b ? J?%B ?́?| Q?v|Zt?T%#?2A)p??EM?bB?Ι%?O?֋?qia?UWL? x`?=D~?ņ?"~?_qA[Z?<?5yQz?/=?+f ?'o?%ӈ?%?4y?':N?>OƉ?Y?$?@"&u?-e5?P??C?t:g??[?>of?l5N?8?E.?6=?t%? o?CT?:B P?ջ?l>?U?%7 /?hkMV+x?jj|t?|fG ?R)yo?e0%?Lފ?é|?< ?T)?(?-tEk? ")?9{?dW]X?#^f?hJ~? w?a}?x;n?rjܤ?`׸?C`?sF?Rz? ?_jAW? ?˶?F6N?h&K?^ii.?߆D?YڕS?;M?@j:?i,n? ?P9B?'hv?vTc?v{?wk?dA}?T"?Hn??S?8Y}?3 ?1YJ?0;?܏S?Jޞ?HtJ? _:?F?> ?x??VB?<ߵ?*vrq?}3D?۔#?iId?ab?) Y[?'f?n?2@6?FM?hec?~̓?zQ?wh?t?\[N?p>?m*P?iĸ?g,?eP ?ck{o?b52l?a!u}?`/|?`7:?_2?_@?;p?^Ų?^p?^gF9?^?^>%?^$^?NJ BZ?I+ul?Cj&?=JMTZ?6@o?0$?(? Տo?%@?n?Yr?oa?M=H+?2X?V?RgYD?j.~?H?퉄?ůSM?t"?nr?4>B?4lI?mFr0?4@?K!?_/C?*MG?~Y`?zئ?u~?r?uȦT?o 6r`?lH@ͧ.?iq?hk?ftk-?eGfP&?du99?cH?c?T/9EA?E1lj(?9pڔ?325?(d@Si5?"QLџ??6=?^`t?oh?1d?EB?:?k1?Ѿ?3,O?\>??Q-X?U?S,?']?a?-? )\?^=?C8VD?մQ?5n?k 6?6ʛt? ֮F? ?ď?AD?=\N?#?v1e?l1j?Ʃ?Z/d?n?pT?t\B?r]?MŒ?1P?3j?a? Y]X?)#? T{? H?LX?MW,??:K?A??o.?Db}?mӘ? ?O?? )g?M0f?N?0?ݡg 5?YɃ?G#"?[P`$?٥/Wv ?N?ؒA.?.?ތ?ס;?tS?V8f?E"9S?@B.d?7 ?f"P?ɮ?V_ֱv?+?A&?ŻT6? n?&??=Hk?;?)aH?vx…?'?$&?v?qțm?\c v?-cV?u4&?`y ?]-?Fo݂?a&VE#?Bʄe?*2 r?ҷt?1?Ո4:?D|t?W|?>"A? Y@a?|w)?{8ī ?hw:H?^Cu6g?VOŎ?Q3et?M:?L ?'5?7nB?Y?W?l!ܲq?Vt?T$rbz?C3%5?WC?Uq?c%&v?V?nUղh ?phW?{ag?۴M_?x?]dU?:s|? ?\{?T{H??c? P?uT?I-?^46?~1??*뉊H?:7?C#'??> V?? zB?OU?xdZZ?c¿?L)^?4UV[ ?w?y?D?eMJ?f?bx?_v ?\6?[JS?Yof{?X)?XqO?>N?$"L1? Ѽ?b5/?P?vKat?Dh?7[,?5wB?IJ?]?r }}?VP?D?>d?γd?C?JlT~n?쪊?Օ#?={?XX?(p+?L?U)?M? i:O?D6?|2?=ĺR0?2u? ?L??_t?O"? iy+?{z=?Φ??0aZ?eOS-?\4?VpP?;4Ȩ?vb?G?(?K\f?7$3?'nsm? d?*q?p$S?rXS? "?e?Kf?}Pu?@I&?T&?!Ny? -6? n?->?~&*n?x?>?yi?8?F?ԉ3C?d] ??uKi?`XLZ?Oq"?Cri?:J,?4)fd}?0'?/n?*?V߻?73?@=?XmU? ?ߜ_?G=?Z?wMTR?6?0Bb?m?sL?PlQ$?4?یv?\L]Jh?m8L?fHJ]?= V?2?&5>?W̘?>?g?eMzn?KϺP?1Q?a~V?zv?w8=?j?"t?mE?;?{J?o6?SƦ[?6A"?yׅ5?֍?zC?`Rf ?z?nHZ?w?bFiMV2?O .?@?6^?2H? _f?qn?Y?z?GS?އ n?M'x?n?  r?i'߲?o6?pΆ?`?Z;|k?(>?'Ae,?\9?2d q?_iO?M >?U2F?$'4?l?#p?~4?}^_? d?R ? l??%2?#Kb?~&? ʾ? 9??b ?O9u?r]e(?sa ?8"C?t?3&jg?Iw?2h/?p>c?`"$?V?0?r` n?P[?>L?A!R?+Ƃ$?I?5? /(?:v*?ꗶ?|?$?8+?h?pl9|?"?l ܂?0<ۣ?/Rot?]?ɋ>?~?4HQ?c5oN?t?BD?'?&?JB?&j??+A?[d?aVj?P.?ᝏw?$CC?lOr?%-?W> ?`fH?BN?lCr?Pmj?9r^@G?'??܋? .s?Z:]?#?Ҋ9K?VSX? )o?S8?m?:??}wP?L\Ʌ?&Kqg,? @# ?"͟%?m)?wt?_?65?,??v:S?2\$?ߩ?rʘ?nga?~\i?yt?s:*?n[ ?ilmi{?eȲc?c$o[d?`aR ?_:?]ϣ?\|k?[g0?ZH?Z:{Ԝ?Y˿t?YL1?X]?Xz%?X?XEG?X{0?U-?a4_?_zJ?^ v+?\})?\ p?[oG?[/p?Z>?On`=t?DHU?; P?7_ G?/^q?*؛? H??$3Z? רj???&?\?ՅP?9?<?u4t?\c?Jj?>W?83?6t|?6ɣ?#g?F+?ˉ ?Dʴp?^?u3R?X:?:Z :?EBmZ?n2L?lr ?a?Ɵ?m6?ɽalA ?Ʒ3T?[+R?¬1?;l?R̩M?z?v)?bU\o?B 8?"u I:??@Ln?Ǭf? u?n?ybFH?dR?TS*c?IWM n?EHԱ?)A5? mq$?RmW?x'?sb S?m?7j?l?Ly?*?"cQ?[6w?X?Ƒy?X2sȟ?"]I?G3Ӗ?m ?"(]I?BQ3R?(O?N6Z?#E?f??T1?Z˧?<&#?DR; ?`hI0'? scf?J?un?[9}?%AI?tM?uub?!?v?/md?(K7),?j'~?g&?/h?<@ ?P?^8S?7_1?z[%?u$3L?~m`? !p?*?J?Jz\?Jj藒?J<~; L?IԒ?I+æ?IDn?Hh?HI{?G?GI?F[~qY?E?D ?Cu<=,?Cۃ?B96??AR-?@kf??"??>?=6O)??>T? Gˏt4??6b?9o{?J"?(A?q?nV?o8?F?L?n?,z??C?YL$? إo???ϰU?r3?̀3T?N[M?tH$,?So%?%k?"o2?_ŧ:?> J????`d?5 A=?G/*?{ة?v7?r/?p.tpN?o?KK ??4F?>#?lL?Nv%?qז?8h >=? q6?X@.?qZ1N?q/]R5?Utiw?7L#!Z?(-L?Z?]=?VFnކ?A?y-=?XG+?6#B?4? kpY"?`?3U+?+?܃?Ha?qL?URp?F7?QdK??ZS ]e?Ut?'?]?_(?R?oу?iNGz?#Ebv?=`j?vl"?u`6?ߑoR?w;f?ښ5??R}r?Jsf?X?\Ó*?(Wz*?}:?ː?4'T?kK?~o0?yn~f?wWGn?]V?}9ɼ?gTpP?e ??i ?0;'? V?uԉ8Qڞ?wS?K ?ňr?BŲ?_U?} ,?ةK?eC?@=t?dF?~-?5sb ?zx?:?u ?FW?;=xw?s*?s!?sxl?r֫Q?rlF?rB ?qט?qfHѡ ?pcx?pHn?o!M?n찆?n+;Wv?m^?l'%,?k?jfo?i^G?h?h{ȥ6?g EV2?fBm?eoB1?dST?cZ?cC4p?b?b"{?a ?aB'?`~?`W?`[q?`$2Ӎ?_rL?_Р+?_%?_Q?_2)9?_v,a?_k1dI?_c г?__S?_^MdZ?^1?^ZNX?]`?]26?](v?\lV?\Q>?\b]Ԭ?\8r?\ɀ?\ .{(?\SW??YF:?VMpc?S!׈u?Oل B?Lgԗ`?H̶Y ?Et@?@n"EC?;q?6:u?1KN*?+׸S?&+L? F? ?~h?mB?Mcy?phpq? ޘb? .? B? wG? g? `Ց/?NbM?8W?SEI?'?f?,?#?mr;?8c??vv?~?I70?aGP?$?Țs`??:?Ŝh? ^)(?^N?zoJS?lW|?_7 ?Srx?Ic(?B=a?qo?;?h"?wkwA?TZ6]/?2|g?+ӥrd?&Ng?!(?o6 ??WG?~8 E?&D??$.ݪ?&e?,?9aGd?K҅?d:j?Aۣm? GG ?5`?>?g? ?d?} 5d?tQW ?o՟?A"E8?RJoz?˸=?[#(?L}P?źv?j1?rJ9%?BH?߭1?F?-Z{??U? 41?`g??(??ʄh?#C??\e? Ҧ?vv?lD?dr~?E7c?3qț(?-c?Xm?Eg?^]?_6? ?N1?il?ק>1?ҪbZ;?rr?j?\?~4?fu?I?n9?n(#E?cPh??`h9 ?4???NX?V?@bb?v?C.?tNy?ZI?R^~?B?m??Cb??'»?1?zl?pW?fhJ?[p?P%7?C"?6m=?(s ?N1.? 'L?F ?j?UL_?ءL??cOh?˯q?r?%C?Äy_?¦{?dz&;?NG?7$?nN?_/Q ?ěk?s?H??>2?Fr=?5q?D?3l?k6?z.۶?U 7? ?v_:]q?x٪q?}$?ݐ8?bOǫ5?7?خ&@Q?4?fI?[QIz??@?qzb?5)?;?Ko?)Eb=?PL?Pqv?PC .b?P]iP?P '?O?OHu)?NI|?N/?M~H?Lߠ?LV"=?K1+?JN]?I_ H?Hg"?Ghh?Ff>?Ec T?Dal?CcxË?Bm%6?Ar?=u;?=Vde?<㒌 ?{?:̏}N?:l?:5~?9 6g?9-V&?8l_4?8X?8?7kr?7| ?7NS?7-n?7lo,?7UZL3?4 χ?0Q?-<6?) ?%r?!!h?.[ ?xfg?*~qU? !?w ?/j.?rXr?8/?\?R!&?JI[ ?D0G?@(h?=8d?=;P ?%z+,?N}s^?C/?ld?L mI?nR6R?WaX?H&?A S(?>T?̕f?t"?)Q?pX?5:?uZ?Rfv?-\g6D?C?Em|?'y?$ ?+u?X?Ч?~j.?zU>?wkIv?uVµ7?t\c?s X?L`V?%VWg?.hyU?)f?w|???bKM#?>B??HOw?d*??z5?N)?~W2?x%a?q6w?j&j?cd|QJ?^?k?[ .Y?X5Q?U'I?Tǽg?M!?MH?Id빌?Fa?C8?A ©?8 %!?.PW]?$h?~ڮa? ? C?#UO?t ?˱ө?Ŕ/?+u&?@@?R> ?er?t뭟?hb?`a4?Y9%?UZ})?RQ ~?Pm?Okj?Oˬ?F~i ?>Ys6?6!<,?/Vd?)9ұBs?# o?t?㲕?]bh??<}&6?d4?)jO"?ěG???W?U1?JǏ??]̥&?e"?\VE?aS?FF*?lf?$?ΌOĔx?͜6?#ߟ̞?g?|t?z]?X6f?6983P?`i?Tl?N^?A B?y0d?Q?){;?(U?5ܔv?;::?!5?gJ?]?)U??YX?^ ?߿+?t?!Jhw?e? ?z>e?6N|5?uy2??M˜?G⤡I?a? ;JL?j-j?z`N?|? 'F?|%X?l?SNޒ[?t|e?Q? m_?ք?zzpi?? ?9.f?$i?q0?-?F~?FWW?FV?FRU?E?Ep?E ,?Dw?NC.?Cd$G@?C(?B/s*?AFY6?@MO0??Eڶo?>/Z?==:?;1r?:<?9۫?8`ػ4?79cV?6mh?5 :om?4tE~?1z~(?0~O?0/?/՛?/6g?.Lr?.#!l?.8j"F+Z?keF(?gF?c66$?_?\U֡?ZxՙF?XoaqF?VV;?Uvt?TN ?T2cZ?TU5?CD?4X@g?'m*? ?pZ? N?8??*E? nG=?Ra?۵O/??9uRF?5?_IG ?4'㝞? Wd?Z?ͲG?Szs?|_?so?S?gƨPk??13?σ ? ?ĿŝtW?v?o0{(?D/?B_`?vd~?_?mJ? n?!,\?cߍ?~?2??K??ewY?7[4:?Q?|??|4:?O2 ?$uw)?N$@?Ӯx=?m?$;,?yQ/?hk?7?b҉]+?#|?⢡\?r:?EɛkD?&) 玧?'C?(J-?tB8?jyN?bP?\|?X-v<8?U?TMQ3c?C&?WkT? ?G?)T??C_Ŭv??1&?܁k?S3(?Z̓?s*'X?Œc\?~O? 'H`E? < ? $? p_? _ V? 6$? h#V? u%@? 9? J]?kƔ?yl%?v]-9?d٩?Dl`q?N?!f?=T?t ?AM?" (s?oL?8MO?{7?.$?_?K ?J%?*>?/K:?I8s8A?|R?~ 7?p^x)?H ~?1뀚?)A?9?6Ƙ?Ecr?1%?Cf?oT?csߗ/?9,?"?m`?Q:?!9d? Sh?%Y ??N&]??',?6?sT?~nY?~a9?~ gsl?}?}wi?}zh?ym?v!c?s+g?p)-a?fU?[z>?PbF?C11?6ZX?(ȡ?ǁdV? xa?"L ?%4?Ӛ ?s?]}? >9t?E?~8q7T?t˲?z?m`5?hE?dݠ)?b7?aݧB?aHi?W??N|2?EH(?>+?6ϕ*?0y?) wI?$^_]?T#y?n]?6b?Qw=?L;I? %? _? j?x>{u?*^?6$W? χ=?4B?M?rjy?Ы?"r?Pg?z?/2?:˿? h??KYf?[%_?W?8+? (5p?۬*?}V? ֐?q?^4v?U?S,F?-Yjt?;W?ܻ ns? x?ڥ?]6,Ԗ?1}=.?5? F?mt?xN ?H?@T?8?2dF?,y$?'ؗ?$Fs̆{?!& ? )? M?L)?^?r?]:O?,Qh?ޘr?x??s:8?KM=(?&k?x-1B?숙?Wdw?`y?Q?ND ?~U?[!&|?#??YE/?4߉?ø &?z? %?q)??W3r?ou ?¯B’?`V?ڍ*3?_Gll?a#?vL ?iiq7?^&[?Wu?R%G֦?QjXb?L?}|ö?|AΣ?]v?r)ɖ?1RW?r?8T??8?ZvM?im^?δ%?'r? ?3hĭ?{Yv?0a~?Mˡ? ?u ?Rԇ?ރ+?5?U \i?+P6?_tI??`%?V@4?h]el?~?yJL2t?q)[?iG?aZ-?Y- ?T5ZJd?P+Vz"?LHh?J0Zd?Hy?F((?D?C3`?B˲?Ao?A %FLN?@<6?@JxĽV?@ }Sg??Eq??ޟ?;'u?8⣦?5\kz?1|)$?'kMa?h3k@?d狵?𣲢?%w?熵?؇99?vzlz?A9?g /Z?RK?z߰?fɅ ?Tr5mV?D| 1?6Ah?,?%$=?7`?MuL?|oz?O9?$m??~Q2~?<,U? cZ?uZV?|02?^?M ?e?`٭:?9?ǖpm?rŐx?tcp\?c?ө˻?}ls?.N?l?h??NG?cR? A?w70?pLv?`Qp?S P?HtX?@ĤQ?;,L?8Wd?7F?'?ԅE??eP ?W(+N?18?a47?N?gJd?r?T:q?ְ?zpD?N_’?"^}h?+?\j V?P?j`Wa?9`=]?$Խ?֗P?oYu? m-B?s2x?1M?y<1?^,?L|?Eh 22? ?'+?QC#f? ?15&? Tz?X%xK?$ٹh\?F[p?x? ϔ?5Ww? ?W ?*{n?~?d?p ?c܃E?GOt? `?q ?syBl?j@W(?e$i*?cC}4}?~?n? ?h?HQ?6hA??#Kp?|Y?|7UJ?ma,{?#O|?K? Co?]F?u?][?8ꢁ'?כ܌(?׎ܺm?g`?&N?V3?X(q?ˑI?&*?k^}x?әH?ұW?Ѷ[?Щ}q?ύ9a?a?+ `?|?ʧA̢?b?\R?ec?ūpX?ą8z#?m \B?n?C?Sj.?Y?HJ?_E?r#G?:Ă%x?7u ?4+f%?* 6? ڻ?T6?CDx?oҔ-?,z'?+wI?XH? d?='??}w"q?i^K']$?Wi^?G Q=?92&7?/g7?'l?"bjsJ?ؿ? ?yn?w&O?H ?2?[ 3?$E?eޯ?{r?ڂ??֑}B?X?͹\?S?(y?H ?u?Q ?`{%? d -?E7?RR?j.1?^%?A!-T?M+?yU`O?r!?bj1?Ue?Je?C-I ?>?;A{[?:` ?f~o!?5U9?M-?~G?Z<|?3C"? h?:?_ ? U2?Ў C?Z ?|o? ?Pӧo?$Q^?(zl?q5;$? ?l7?;`nA? 9?ȠL?^5?kw^??"p#?K3gq??`?ݩ^T)?A{l? @M1?zE?G?*-%?℁O?~?| qd}?KC???e? ;?{X8?`0uu ?N.t@1?G![?>iL"?̀?R%?;B;?Q”W?T?Y@Ǣ?&>z?sx?:? ???3J6n?:I,?+\?L>?V˪?1?/7> ?G9Ӣ?(?ѩ`?s"=?j@Z?e&y?~@Z&?$s? 觳?` }A??VC'?9|*/Z?C8'J? ??g1O?o 1?tN??'dq??cʆ?mL#x?#?t?ѳ9?n3Y?/"Z?Q?]N:?˻Tt?ʼ(?? ?<|?B?Bu?sa?3`??X?k?vv?.?~]?L s?݀D?B$?5 f;?|?t N?l|<`w?dz6>?_ ?[E?W 6?UJ ?Rֻ ?P2aI?OOg?NTQ'q?MY֮^O?LxsY?Kp7?Kqr?KR?J7ȃ?JyV?Jr?F[?B܅\"??@9O?<;?2+tS ?'"B?.gi?K2?@lA?$#?@q?NXs~?K?&(?8?C?q" D?^-?N uz?@n?7R?/[?* e ^?&MO?$J|#?#?"Ą`?f0?3_m:?\m9?&p??f'?*ՅU?ZYK}? 7?hnF??^x?њ1?t0?B?ɕj/?%UX?{/g?ŋѽn?zVZ?ѯ߫?"\?0-3?/??d`?m$?z (?iݟ%7?\եjv?R3y?J{-L?E`_1??B,~_?A? P?\[xc ?`Ȩ{?M&?a)Ś?:;?ǜ? 8?lܯT?ۺ7?B?xn?.?WQv. ?*kd?#?е@?#Y?r+u0?Ag ?n_)F?ݣQjt?ԧzy?̲e??s:p?b ?Ulɮ?d? \?k 9?K?MY+?fG!?A?*m?I6S?P/! ?!/^\4?B2?L2 ?;2?cM?d?RܦI?L1[??b/U:?VءQm?H2"?LIe?JG?\L?)NpL?ž?Fm?z.? n4:?? l?.t?6f?.W?~c-t?AD?tB?zw?攺f?wY"?#\?/Q?(Ѓw?wr~.n?ǞA+?ה?~%?:$?aG? =?쒄#?Y!{?_ͼ#?ꣵ_?t ?laA?C?E?tA?䓺a?[ڃ(?ɨ`?W1-?ߏr?Iȋr? O;?Kw?ڭO?ٔT ?ؔ.?ץVs???kB?1Q?]?C?Ӗ ?JLZ? q?ը['?Ҫ9?҇Dž?l^v?Wf?Hq?=ϕ`?7X?6%?͇z*Z?ɴ~?ŎI ?!1kN?}^v?۷??pU&?m8q?F8?:r?H]?Slu?? ?~%?PU_?uPG#?ܚ? j^?N?aX?mZ?v;պ?iea0?^dJv?Vn?Q;?N7se?MJ>9?;L?H'&(?+l?XLa?l5{?F9>?)9 O?TJlp? < ? S6?ngc?BF]F? *?b#,2z?5?2?'7Dm? 3.?|X?Kq?NF5?d9??aՒ8?ftp ?v@?ɒ{wj?ĽL?"?H?? ?qwI?V״F?#?S%?!?2?XóF?)F*?Wt?u^{x?24? tI?l+S?Z"~͙?S?TO!s?ƴ"O?] ?H?븊~?햼?cc4?/d?$(? ?N!?k}ml{? |y? D ?3`B?'Y?.?$;K?? mF?MZl?~?tD˞?~-e? ?E?#C?򖧖X?Or??}#?[??:P?J'`?C:0?]?#ޟ?U7Y?Hx4? ??$/?ǮW?Xo?PR?Mo?g ?[_8?{>??9ky ?zk?Oڧ]?@k??W؄`?e?毌7?ovH?:|e?v?? 'J??6?}F?jc'?0?bՇ?m ~?)sGR?? ?YR?{Gxx?x'hv?uƆo?sZ뼭?qy3?pP^?}H;?m ?_vC?Uқp7?N %?HK?E".?BR?An(?Ab?7A,?->?$̋j=??㝜ß? ں?k?6p?Icv?fK?_YKTt?Ag?쉮Sx?ڳYt?碐p?R@?/#F?L ?؇?ț/?'|?Rb+?c? ??cL?N"e?z1f?o}q?g߄=?b]?_Z0?^S}?*tĭ? 9?شp?pÝC?|p/?VDeB?9(h>?&0_P?5{?S?f?>?u ?qMx?D g??,n?GtG?W?Y00?'a+?Fa?=? Z??'?E4?}q]9?Y ?)???ɞ`?lr?cL;?0:f?܌?S9?> j?dȋI'?5pUd?T?!G?~P?*| ߯?w\L,?e!$D?^A?v?\;?ge?"u<?/eY?n?kݸ?7h?-&,?$Nhj?r?d)?eE??:i_?.?9EtP?)v??l?Y?|?~qR?g5>?- ?3/u1?hK?b4J?Z6?{>?oTE?/?[!W ?oY5?wR?)yq%?Ȗ??d+y?V y?/b?1?n?p ?)?U_?)?U5?jb>6?lP ?[º?< P? Xý?jK?u9? FD? ¨R? ˢa? s-?;?s?UKj??F`R?-?mqi}?\{?1?H?H&?Gٮ? }?^J`?)yL?&??R{7?.d?I?aR?v}u?;Y? " ?:?{?v?l΋?ru_?ig?Uz+??o#?%l?ϸ#+?_y?)~R?Ot?s?ו ?0'?u&-?Q?0'@:?h?q ?`N?rL?a,?7ˁ??{|?J|J?ḩ?L2?޲?ie泆?3Ū ?5R?he4?Ł?Hr?hb?K> ?,&?Z?To?{ZF?x~e?uTD?'݆?"B??-?CS?7M ?쑬?0j7?BS?KP?b:?~{LE?)?CUGY?F?yL]?{Q{?j%'?8Mf?6YB?Eډ}?*. O?{M? 슈W?y?nzAf? 1?Z?羾?"?J +?Ԩʅ?FC$?f?s:? 6?"e'I?#z ?U`V?c{? ?st?EUf{?NC?0MN? lT? )fq? _? ѿ}Y??i?q?P_?"[O?y?'x#?iՅ#R?4=*?IQ?T F?P?b?8KQ?H?t.'?_^?Of?E7:M??K䢽?=k;?~~ۈ?Xd?/>?'JR?!9-c?q?UI? "?냚?!?1k???y]}O?b\T ?b|a?Y??t;?%#?ժ:[T:?ތ?‹P?UL?S? ͩ?Xצ=?dԲs?ʉ?C ?; fh?B?h)? ??+.?I԰? F?j???1?Tc?1@`h ?&Y?<?~?iƍ?{"+s?w_9?m]B?b4?V?Igr?;mGi8?,a?hF? VZy?&?+o?5s6?{0\ ?n?}|?YP:O?5PI?.zl?' th? Sc?h]M?c6?o[? mV??ψ?# ??a`G?}m|g?F?MQxZ?'^?1~?΍h?Jس?üh?B){?? F?j?a?a? J4?zɽ_?xW;?wYN?BrM?!Ҩt?BՄ?L??m `?OHZ!?<ǻ?3P ?0Pj?fOՈ?j?M_v?NY?Y$?,?h|?)?vaZ?CHZ?u?E??u':=?F@Q|5S?鹻K?'QJ5?{[?u?atP?uܩ~?nS̜?'?߂Fs?uqE?/ۃV^? W&q?-`s?w:Z?C ,?8_b4?/o?(-/n?$ ?!? ?DH=$?8?Ѝ?9?0Ѕs?]#\?yJ?,t??i?E?H|o?ڙ?~ p!?wz;?v0?:?ۆ?W???P1(??(a([?('~E?(u,Z?(hr1&?( kE?'ǐ?'M?&`:L?%z ?$ͪP&h?#z?")h?!HT? "LB?-?Fr~B?N?6?otV?&>?C&?Yj??c݈?`BC?oH6?-j?T?=?E-A?v'_?V6?到h?2:Y?.mj?D?*?J?qL?:n㱟?*7xU?z8'1*?rci?m,d4?ihW?g,#ޘE?eN>Q?e?[m.J*?Q*?vZϙ/?Yt(?FW1i?*?=kS?<?:ڍ ?9a&?8si4?7U⑕?6P^?5]f?4⏲G?3u^?3օb?2 ~?2?1* y?1=ui%?0o?0w?0xUC?0L?0)y?0 ¦?/mIk?/kM?/dMn?/k>?/ևv@?/@?.eMo?-; 4?-3=?,|M?,D"7 ?+@n?+ת?+^Dɚ?+4/?+?{?+*XW?'/R cb?"Yʻ?u1?k*?Di?ǿZ? m&9?EVv?U?.0?_T?~ ?ޏAI\?-/Q?'~v?xcb}?X[$_?42R?;+{?i?t.?(?jp #?jwN? :?@?x1Z?Mo?C?W0?Fȱ?y( 2??u_?a?>F?I??m )Y? C?vjSX?hP?Y]EU?J'?8 J?%*? K?0=<=?G]yӺ?սz?@c?#8?Cv?uI[??15ݳ?~?SZ'VL?!'.I?31A?{L?q`e?hȍz?`f?X?Qջ?J2g?E ˈr???:z?6#]?2u?/-F?-ZƜ?**G{?(}{t?'v?&)ܥ?&k[?%1&?Jw6?6F?ն]?RU?0)?٨g?f?U.k?:p?+?;?ɒ?5L?jдc?I3JM?Q؊Z?玊~?L%??v|H?b֠?Y 8t#?VB1?-"?O-?kYe?Hxͳ?}D?P*?!O q?>Y?+?EVCHj?\kf?)EIs? L,f?HpH?{>? f5?w)s?ǧ[k?[ˤ?GV?($n?yY?I^?a߶2B?-doL?*+?['?VI?bU\?2N?T?{)l?݅Jz?h?YT?(HX?R ?A*4?g[?:?FQQ?"d7T?}ܤ?5)?W,?LB?CKe?-p'?i?\1(,?3MI?M ?ː+H?Q?ʄRl??k?8W~-?Fs??qz?&WAE?cv?WY?&|G?0L?D?cͱ?7e5f?H~?ޣ?t?P?E&]Rr?L4?oj#\H?m^?F?c$0?65?rKf?,?nha??I3W? ~? ?P ?zז???ip?\?|_??)ِ? ?`!?m?0?il?ML,?j?`8FcDD?;XJ?93?7 F ?5 ?4^ya9u?3Xm\?2't[?1ޗ?1Z ?0B?0q0?0(wL?0q?,<?(d?%,?! ?E%? ndzBe?a0}?ϕ?b*7?,@?b+R ?D!?v7?)?w e(?bU?MMd=a?:`I?)b[ƏL?$fd?$P?$`>?9?N _?&?UG&?h(?m?Ã#?ݸ?"qV?1ú?kr?36Z?=N?y??`M?p]?Gj?}O>?/ \?WK?/5.X?ئ?d<5?4\D?C'?uXF[?f޸?j?_A),?R]4u?K[?:uNDR?,zjXR?!\0&~ ?Ica4?Y>?SC@?O?ٝÚ ?y[?Bd?S dF?%/L?_ V?޽%.wW?&m?i0??вI?j{?? &??b}V?W?:G?0?˵"V??^Ũ?ShD5? K?.$? S;?wtE?p7?kX?gO3?f'7?1{t?sK34u{?u@#8?\="?{JK?x"?Ra9?*(N?5^ +?.?/tx}(?Fn}?+XL?,w ?WG*?Y?B_y?tX9?Τ?}Yp?}) 8?}tQX?}Ľ?}Ul?}i?|)]d?|mC?|ֹ&?{7?{A(?zwNn?y"&?yVE~^A?xnz?xa?wU?v^ ?uH|?u(Bf?9._?6m?4wN?2A??17{?0 1[?.?.1?-3Z?,%MF?,9?,5?+ =?+O?+c?+ΰ4?+wҕ?)>X?'6|?%{e`?#ɌO? 0~{?g?)o:? fQ?L/?e ?a%?%P?нJ?Հ?ß4?}>ˊ?g|?Rmߧ?A42?1q`?&]Z?b!???3ʹ?)I??z+|?]F0?:J?$?-`?ߢ-?:T?׺*?j]S?Ğjq?m?~kH?0Y?S?`gf?𔭪q?/??z?? Q?Za ?L'm?O(?x??ak?-u=?k{?KWc?~L?6A?yh)?qߤ ?#^ ^?w3u?[Q? ?;/7ғ??\"?HLW?&/?,#"r?0?hBdjz?tXe ?j>H?NO?\}??E+g?ޕ?Žjk}?ѽ;r2?( ?g?v?XҌF?dĒ?Ù}?c.??|\ ?A?cu?` o?!C?sl$?e??Hu?<ڤ? ΅? 'N5? aC? ɕ? f? ne? !? z[? \zY?s?VD?k? "b?Ql.?ne?IPo?+W?Wl?5"?SK?,a?J?W8y?B?݁,?aV?Unk?$?NZOw?ms?Z? ?dM?C?+ A?֨?pp?D7|?y3c?v a?@g6=?vvO?􋒒KR?~Z?*?@8?\g?႕ 8??-"?ӸM?%Tx?ɎV?ɍ+?ǔ1?E?#t?ø N?E?.H܇? F?&ո)?C2 ?z??q=xa?rR?}M$? څ?O"Z?'Ph?OD ?1œ?^ 7N?<'?s0?S3g?A?U?Ⱥ?L$?NnS?^,k?O*?/?A6?d풢?_~?Kh=??M?E3?y޸N?jV0?b^z*?O%*?@Rz ?3.f?*ݗ?$85?!7d&? 7?ℿ?c??M ."?"?C/?ʹk/!&?K?W H?#t"l?wqS}?G{c?¦?X!:?GU?xG=?B+;? Tj? Ph?\j?^M=?#1AF?:P?A?Ӝh?f4?5?= 2?c ?W>z?En?Z?w/9W?;~?]?@iJ?\ s&?I'?1{b?I -?V= +?w ?OL J?.k,i?al?X?eC?e0ҩ?LB? D?fwNh?ZW 4?>,?JÃH.? ?8 ?l[ ^? h?fI1j?P'^FX?'?iOXD?_.4?߷_?U ?SB?uS?Ńݣ??!҇~.?h,?]gS?L?pvQ9?_H;y??ƤH?PБu?'%?4*Y{?M$???3?YP?81?-{K?{o?]F[0?{G ?Vj?Mk-cu?Mb0I?MI?MS?L lX?L;Ɔ?L?~j?K)~?K\-s?J@?J?:?Ik?HX}?H7p?Gv1?Fp?Evۤ?Eg8&?D<$v?Ck h?B)?A5?AS݆?@d~x????&;?>~Z?>#k+?=[-?=Z;:?= YtP?<{V??;E?;;Q.?;۠?;0?;HR?;.#s ?:Ms?:X3o?9NL?9?9eyK?9*d&?8ƦI?8p۠?8a?8W3?8Z?6/\Sl?38?0wm?-?*a\?'cd-?$.QT?އ i???V7?A>?3G?/53?',??$UD?y/7?d! ?DEM ?%Z ?l+G^?ޅ?Ժ?\l?;?7?E[f?[-?&"7?Lx?>B?xe?=`7!?2?p}?u?B×??[~_U??y-Fw?^V? 6?O%#?Au~.A?xz?+P.?7;O? 7?!?#(?rc-?*ڐ7?%Ckw?|]?S?dv_?V)?;`?F ?iBD?Y:H?QXk!?yw#?h3?ѕ$?\ ?mC?#qx?[xQ?[|2m?[c-Al?[8^~?Z**"U?Z{?ZW¾?Y":?YsBIz?X(ʱ?XTP?WeE?W2&Y?VJaX?Uh;1?T.?S:OA?SF ?RJxh!?Qx[?PGRu?O/ڭ?O"8~N?Nl~?MGr?M-?L*?L(ے?Kv/?K^?KR?Jȷc+?Jє?J\Ro?J3 ?J ?I ?IޗLK?I߻Y?IR?IiYj?IǗ?I./?I?I//e%?H4b;?HX/?GOs?G/o?Gdկ1?;M̭?8B?5JT?1*?-t5Β?)_?$ͯS? n? *H?"?Y 9? Wj?۪c?Q:?b6?mkl?N?f?ުp??t?bd?,%?7O?*D?~!?G?.? %p?#?w? Z?ԫ?UAx?z&u?洨@?|S[?o=` ?Od?04?X.l?!0???Vc?_??pn?:?9 7)u?[ /?X?Piv?۟ `>?@B??T3z?pt?#Τsw? "?Q柀?AF P?\_A??u??#[?{?\*o?O 3x? 3]~?li*?[U%?:uŘ?)Cpi?E?p˝?0pq?w?[ ?it?jø7?QT?HDDE?X84?гݘ@?Dk_n?C?Q zK?߽u?(?u[]?ʭ?gipK?4f8?uL?xڣ?еSH̏?Y(?K"?CbV?) ?N?¬?vnE?5o?Z?0J?U"? ʝ?f?ɤi?V&?3,USb?e^V?tbT?n&v.?i?V6?=Ƥ?qF?Ky?+?MrX?~X̙j?~$4z?}a?}85?|jpK]?| ?|@?|?{YxDH?{P;n?{NV?{i*g$?{RK?{@@?{2rՋ?{([?{!DN?{U?{-?z q?z-8?yaF?ygQ?y ?xeǞ?x\(?x^4W?x8X?xϾ?x `iz?x*2?ud;?rDŽ? ?ojA?l?i'?f]S?b?^h?Z9?U~?Pj?KE?F|1 l?A??;к?8,M?5?3A:vH?1x?0?.݁S&?-KzB?--lG?,xE_?+3ST?+?+5w_?*v?*ќI?*~?*W?'[ ?%?#%)?!lÝ?}?0?I? 33?s/t?΀L?F2W?%@r?N?ηH?0-?[#?M??T6?*M?z{ΰۿ?s,X`?nr?kJ?hAq?gw1?f ÆC?ft0ӟ?_¨?Yo?S?Nt9i?I. ?D`$BQ:?@=:N?<>sX ?8J\?5?2?0k@?.R][?,r ?+44 ?)_?H?6p46?q/?f?=0?n?̝X?Yl?_?c?w:?WCR)?9| ?r? S??C?'+?؀]?Pɯ?ϛ 3?`?̢G\D??@r{U?aݸ? %?j?(`?"WE?݇?Ȫ4?X?e?)$N?x?mL?bcNe?[W?U[U?R'3?O~1?M$ ?M6?L¤y0?Ea)2?>gb?7}?1GvG^?,N}`?',W(?"yQ'h?3d2?W\??Ԣ;?&[a,|?,K? ;Z? @w? c??Gf?GK??nWM?~ H?JYΜO?`„?8dj0?ж i?ĵgu?s$?;IR?/?W?4?t?yR?h]?D.[Wb? ?7"1?CX\?#? q?W"So?Y??z0`?YHH)k?8X{?4ycU?6b&?Ob?\*0{?|x?ǪAV?zt?,P?S?]Yt?O4?_(?=8?U&8?%N?;dϽ?dB? Z]?J*?|Fb?z 5F?T@op@?k*?6 ??d/R(?Z)?θ٦?ߥ(?RgpG?"Q?A""?ʼnӜ?w{? tB?CEU ?}Ԗ?WWQ4?S?4w?9U-?E4 "?[?- ݱ?#4h?%?ԝh\?0?8ٌ%?Ξm\?RH_? ?&{?w?e!?س?8?6$#R?Kg?Z?e-?p+v?{P?(:?W?ĹD?7YXr?0rl?|@Ǣ?6 ?N86z?/N?b%?sV+?sn?oYh?6Q?I:?ޔ2?"3??bW?J?t9?l]EXS?gM?fd?d ?U5?z+ ?sxSc?H ?{" ?}NZ?Dh-v?Re?VC?E?`??(??|p?uF?zƼ?ְU{?Һa?? HU?ÀM? =?7N?=pVf?i\??O?R} ?<;?Ef?k?6qN?mJ1?7lq?y5s?߬?efU?5tx?æI/?es?{?re?R½?̍?3?$?³B?w!Y?nMC?d?ZuH?OW~p?C$@y?6@ ?) [?Ŧi? %0Ǐ?F;m?1X:d?,U?Ge?^?ߓA ?PE?"?2gA[?&?"?X7(?Ǿm?_!d? ?QJL1?–?$yԄ?=F]?fM?|L ?y(2$Z?uK?s*=\?pȎo?n̜?m{?k?jϢ?i |4?i~P^?i['?[ :?O o?D[\.?>R^?5C?KA?KG?aҥ?!?'MS?!/?x>8?Vc?w?1 ?0p` ?#M?vp?n{ZZ?hF=`9?cռO: ?fb@?vMo}?vC3n~?v$~{h?un5Z?u=(N?uO<+ m?t4H?t_yn:?sFN?s']?rqm?q Z?p?o?og?nrdU?mt?l ?k!+ K?j"''?i(zBH?h6lԇ?gO ?fs?e+Q?dg?dJ/?cf=-?c2'?by?b_L\?b aM?aò?a`-?aU?a,yT?a y?`)k?`t?`ɧ>?`N?`;:?`q?`͓?`#?_։?_(oo?^A/0?^EL?] v?]PÅ?]lơ|?]?9?]5?] q+?] k}?Z)?VGw=̿?95?4 &O/?.Evѫ?(K~*?"^i?6DZ?ka|?vM? lYR? +| ? /p?i-=??_?MKf?LjQ?=d?vG? Sx?1?O5o4?=?D?>T?\M?S?F?2(9=?vT?̶rT?i?ˆYeS?aP4m?|?7p ?&;?v,2?VF&N?s,X?_W&?w&'?oRw ?i(x?dD?bC?aWBg6?7U?j^?"}?ϓ٨.?ӽl?m?t;A?e=Pa?]Z<?[jl?:r? w? W?Ќ@8a?xpV ?dF?_ @?7g^?xO?ˇt?vF`|?HB?)$?g"?go?|v?W?܃u~h?ht?-ђ?Q#?{G#j?!c?)e?kBE? =߮^?,#+?Q I?.?k`?Gx?;!?­?t?K!F:f?:y?_? r?yAu?r?N?T][>?~o?Q,?B ?u?i+?_[S?@k+(? 1?=2 ?i??PZp3?w#u?㧬?=M?W?Nq?? _x?d?&ޫ?)x?)1?(NԿ ?'b?+iu?~7Ua?}N^?s+?r?!?̹Ǻ0?)cU؃?1l?y?:܄?xGu?h{?Y&?M*^6?BK?:(?3pY'?/4*?,EG?+|?*P?)!?!g??7t? a%?C8?b?z|B?ʬQ%m?򏒞~?>-?j3`?y?ﰠ?l??Ip?FN?޾v?MGU?(M۶? ؂?p6?=\?X ?[^?~X,?>F?~b?X*?{Jk?v K?tJf?sv4?I?/7h GA?%Z?C6?4l?AD?%P?u+l?m `?jɩB?J^/e?(wX{?(?w7D?꯺_?n}_?m p*?D|(?S?]%??5>?&?]? ރ\??}?`Wd?XO?T~?ޢ,?q\?5eF?ٶ$?|:_J?#?W3?_D??a?QAĜ??ی??xh?Lu??y$=?==?P5?./[*?*́?w1?@?9wyY?Bmay?u?h8?Xw?B?Ƚs s?Ȉ???$!>7?p6?듛?T3?zF?Ū˻??$l_?Ket?e۷?s7$?x6?v{Z?p_?j{?d?c=|?jJ?|Qk?RH?W99? C ?aP&?L?ARs?w-?hwR?ɮ?q2?* ?Wg?,2? 0NQ?:'?)?H]"?e1?oF?0?w+?UQ`u?SW?I h?]?14J?t?3?R?#??fgo?8?ӈw ?{|?]?:B*?Zd֓?K0? j?PD?P?P_JA?PCx?P:/7 ?LKM{?IlE?Ge3r7t?D xT?? v?*9?Km!1? C?EMd?8/d+?$M?Ô?ʞ?w ?o~͔x?i(Fd%?dD?ayJa?`pch?_bӭ?^a@C:?VS?NeyOF?Gz?@W5?:x Xt?4ɩ?/ru\v?*I^j?&U_荎?"vwxt?xI?qn?nS?;=%?i??͝?1d?F?{ ?aܙ?&eg?J]p?u%?w*YE?Ӹ71+?=R?nY?!q?00?l?b;'"?n!l?yˮ] ?^E5M?5 *? 7?CVd?ȃZ? ? &y??z{?t?Q- ?,b^?U!?Y4r?=x?yf?h[,&?>X?-u]?͞??s6d44?b?T4x!?Hs?=V>Ҁ?42"z?-¤d?(~?%:]`?$;.?ȅ`?k,? k)?S?H6_?sP<?W?%c#?ĜcW?i|(?1?[)?tФ?1T?eY?KlC?qt?=߁?֔t?"+?EsL?-L2?͔M:?%sX?%h;~?%GR?%?$Q?$e,~|?#p?#g??"%?"swA?![|>ad? x?P&?JS?ң??dC? $?R?w=?Vh? ?-??Y??X6??/r??O{hT?xK?u?ke?6ca*? q$v??6?)] ?9?ZJ?0H{?.?&? 4\? X=b? `^G? _F55? Q?C\?Tsy?YU??ʁ?peZ?*r z? )p?ҳT_a??=+k?@l?gc?g2@?ʲW?,?ή?>? 6@?zb~?6.W??5f?@~?S٦? ?6?񂫯?s.?Ґ?pb?c8?>,wQ?w%?9 (D?E,?v3?k9YB?^Ƕ9?R'ʵ%?CǠ ?4ngذ?$aL?h/?`-?"(d?d? =D?N_{\k?=?rr?;*?ﯢ#??8?|:?;ZE?* ?KYa?Q?8Y{?E?~֐m?y /?uj8iDR?qjX5'?m޻?jÞeXL?h/z?eR[@?cM`?bm9E?aH1'?`| ?`O?_?Pz?B?@-?{?NB?T9?z;?kտ?P8?3V;?Rk?hUk??.?r?~ߌG?~M?c?~?[j?~ [?}M?}i?}?z=Ub?v?s<a?o&l?kF?f{ ?bM?\a:?Vr_q?P= n?JIy?C8?<ծ ?5g?.?* M?&osn?#zL?!UPG?qɆ?\[K?{\%?9y? ov?f1?p\(2?ĩ?E?)%>?b0!?Ya?=?8y?l~e? (_ͯ? ?n?b;lg?IG]?H?=W*??+rj?6?Y?}Q?k6}e?ZA1M?Jb?<JK?/I?'&NΆ? VJ?m? N?=?a?:`_? XPR ?d?"aq?V?%EOC?f=`?Ky w?$?~&?TMh?Уu?gs?ʝwi??R&?JE!?Ĺtm?É*R?´h?8)?i ?k?8e_? P?#\?0L?\~SƜ?RW"?!l??*ᬯ=?;t:? Q"WmH?pm?;?y[?Q$???y? ?Eii?)?I\?ݫ`?j'6?JD"??!Lv?\&T?>9?Svz?`m?gjs?l c?~M?$A? "?)S?/MD?@?@l?gc?g2@?ʲW?,?ή?>? 6@?zb~?6.W??5f?@~?S٦? ?6?񂫯?s.?Ґ?pb?c8?>,wQ?w%?9 (D?E,?v3sw/data/tables/taup_ttimes/iasp91.hed 664 30023 156 433650 5374745301 13220  (+H9$@W >: @6V ????????????@????????@@@????????@@@????@@@????@@@????@@@+%Q}<\9sS]*$P|;~[8rR\x888WWW8WW   WWWr p?≵?`?S?X?- ?z ?}W ?|?{?y`?v?s^?ڙn?ژn?ڕq?ڐt?ډz ?ڀ?u ?h?Y`?H ?5?3?*܀??|? ?تm?F?⎠?~??ְ?H`?~`?w?__?. ??zV?M?w? ?m`?ڔ?_`?`?ѧ[`?ф$?X ?!Q? @? ?f@?q??????H??L?9?? ?샵??g?@?@?ӝ??9 ?硯`?-?q{?dS?P; ?9 ?y??I?泈 ?h@?`?E?刄?=??B@?נ?i?@?p_@?#| ?֙?≵?`?S?X?- ?z ?z8?w?o?S1 ? @?ě?}P?6?2Ӡ?,?N ?Ӣ?G ?}@?`?vz@?\?5v ?E`??݊?C~??ܪn?V@??۪ ?P ??ڙn?ژn?ڕq?ڐt?ډz ?ڀ?u ?h?Y`?H ?5?3?*܀??|? ?تm?F?⎠?~??ְ?H`?>?F?€?~`?w?__?. ??zV?M?w? ? ?Ш?Ҳ``?҂`?=`?m`?ڔ?_`?`?ѧ[`?ф$?X ?!Q? @? ?w? ?q rC@uR.``y|iijl>p\s@vQvQwـx®{[V(0`m x@ Yn` )GT A^X`U@U@!`<9@h ax* * +G!`D+#`)0Bt@IU1| . vC@wR@`y|iij`l>p\svQvQw=H`yB|n@Ȓ@x:! @).).`$|@9[` ŐU@U@%@`"`% ,r`8ӠJ.`b@m@8r.D* *  N@@BwY@ `x J ´`s'@<ڀq` S0 S[8b eրo˖˴v`ج5Ym̴̭&@/ͩ +]d q Җ>_u1M v @`H8ײ»`m#D`Nܬ@/r <i޻U=`([P@H`ὑ@(`U1| .  !"#$%&'(()*+,-./01234566789:;;<=>?@ABCDEFGHIIJKLMNOPQQRSTUVWXYZ[\]^_`abcddefghijklmnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnp0?dh?ti{?~?`?n\ ?tΠ?P@?1e?N ??t!? @? s@?+M@?C.`?R?W@?P?=@???2?a?@?@? ?|V?{ ?.?t>? ?:? ?.?K?b?u@?U@??͠?U?r`?p??a8?h@??<?s@?Z?? ??@??@?᳀??9??ݠ?/? ??N`???%N ?;@?<?ؠ?6 ?jB??w?g?ـ???`? ?@?%#?(@?*?+:?f@??`?@?‚U??è׀?J??y ?Ś@?D?A?Ǿ?~0@?:.?K@?ʶ@?[?@?^`?̱f?? ?:`?M?V?Y??~u??t`?ұ??Y`?Д?w? ? @?!Q?X ?ф$?ѧ[`?`?_`?ڔ?m`?҂`? ?w?M?zV??. ?__?w?~`?€?>?H`?ְ??~?⎠?F?تm? ?|??*܀?3?5?H ?Y`?h?u ?ڀ?ډz ?ڐt?ڕq?ژn?ڙn??P ?۪ ??V@?ܪn??C~?݊??E`?5v ?\?`?}@?G ?Ӣ?N ?,?2Ӡ?gn@?s^?v?y`?{?|?}W ?6?ě? @?z ?- ?X?S?`?≵?V@?ܪn??C~?݊??E`?5v ?\?vz@?`?}@?G ?Ӣ?N ?,?2Ӡ?gn@?p[?r ?s^?v?y`?{?|?}W ? ?8?`?0`?6?}P?ě? @?S1 ?o?w?z8?z ?- ?X?S?`?≵?dh?ti{?~?`?n\ ?tΠ?P@?1e?N ??t!? @? s@?+M@?C.`?R?W@?P?=@???2?a?@?@? ?|V?{ ?.?t>? ?:? ?.?K?b?u@?U@??͠?U?r`?p??a8?h@??<?s@?Z?? ??@??@?᳀??9??ݠ?/? ??N`???%N ?;@?<?ؠ?6 ?jB??w?g?ـ???`? ?@?%#?(@?*?+:?f@??`?@?‚U??è׀?J??y ?Ś@?D?A?Ǿ?~0@?:.?K@?ʶ@?[?@?^`?̱f?? ?:`?M?V?Y?ͫN??=@?~u?ι?? ?M?t`?ϘA?Ϸx ?ұ? ??@? ?`?? ??Y`?Д?w? ? @?!Q?X ?ф$?ѧ[`?`?_`?ڔ?m`?҂`? ?w?M?zV??. ?__?w?~`?€?H`?ְ??~?⎠?F?تm? ?|??*܀?3?5?H ?Y`?h?u ?ڀ?ډz ?ڐt?ڕq?ژn?ڙn??P ?۪ ??V@?ܪn??C~?݊??E`?5v ?\?vz@?`?}@?G ?Ӣ?N ?,?2Ӡ?s^?v?y`?{?|?}W ? ?6?}P?ě? @?S1 ?o?z ?- ?X?S?`?≵?֙?#| ?p_@?@?i?נ?.@?B@??=?刄?E?`?h@?泈 ?I?O??y?9 ?P; ?dS?q{?-?硯`?9 ??ӝ?@?@?g????샵? ??9?L??@?4?H???????y?9 ?P; ?dS?q{?-?硯`?9 ??ӝ?@?@?g??:?`?4?$L?re?~ ??\`???F@??*?1C ?q???샵? ??9?L???/?|/@???P`?ca?q?@?J??`??4?H??????p??+:?Y??m`? ?~`?H`?ڙn?2Ӡ?s^?}W ?6?z ?≵?p??+:?Y??m`? ?~`?H`?ڙn?2Ӡ?s^?}W ?6?z ?≵?נ?B@?I???샵??H?0P PKPdf PKPab P P Pn Pb Pg PKiKP pPKPdf pPKPab pP pP pPn pPb pPg sPKPdf sPKPab sP sP sPn sPb sPg pPKiKP sPKiKP PcP ScP SKPdf SKPab SKiKP PKKPdf PKKPab SKKPdf SKKPab P'P'df P'P'ab PP PP PnPn PbPb PgPg S SKSdf SKSac S S S Sn Sb Sg pSKSdf pSKSac pS pS sSKSdf sSKSac sS sS sS sSn sSb sSg ScS PcS PKSdf PKSab PKKSdf PKKSab SKKSdf SKKSac S'S'df S'S'ac SS SS SS SnSn SbSb SgSg SP SP SPn SPg PS PS PnS PgS ??+:? ?H`?s^?z ??+:? ?H`?s^?z ??+:? ?H`?s^?z ?????+:? ?H`?s^?z ???6?B@??샵?H???6???6?B@??샵?H??????6?B@??샵?H?? ?H`?z ?? ?H`?z ?≵?p?+:?m`?~`?ڙn?}W ?≵??p?+:?m`?~`?ڙn?}W ?≵?p?+:?m`?~`?ڙn?}W ?≵???+:?+:?p?+:??p?+:?p?+:?p?+:?m`?~`?ڙn?}W ?≵??p?Y?2Ӡ?נ?I????p?Y?2Ӡ?≵?p?Y?2Ӡ?נ?I?????+:?p?+:?p?+:?p?Y?p?Y?2Ӡ?נ?I????m`?~`?ڙn?≵?m`?~`?ڙn?≵@ !TD-@L?yü?WE?}e?(CN?JAWX@ !TD-@L?yü?WE?}e?(CN?JAWX@ !TD-@L?yü?WE?}e?(CN?JAWX@ !TD-@*#{ @!TD-@M4҆@!TD-@i]Ef@!TD-@L@ yü?WE?}e?(CN?JAWX@ !TD-@'<`?s #???}T ?Tg}n?1r)?JDdE&@ !TD-@'<`?s #??@ !TD-@'<`?s #???}T ?Tg}n?1r)?JDdE&@ !TD-@*#{ @!TD-@i]Ef@!TD-@S%D@!TD-@'<`@ s #???}T ?Tg}n?1r)?JDdE&@d8K?k}E?0 ?.e?[$&Gi?T(X`?!,?n*V?j+%9?6þ~= ?.e?[$&Gi?T(X`? 3l?.e?[$&Gi?T(X`?!,?n*V?j+%9?6þ~= ?s #?1@?V-@pj@ jB<@5Vl@ f/% `?[$&Gi@ .e@[$&Gi?T(X`?!,?n*V?j+%9?6þ~> ?̉W?i1%?h̐A? (?̉W?i1%?h̐A? (+Wt:dm%Q}<h 5>PV\-39eHQXgms<S2;BQW]fn*Vs9cl~$P|;g~ 4=OU[ ,28dGPWflr;R~1:APV\em~??@??w? ? @?!Q?X ?ф$?`?҂`? ?w?M?zV??__?>?ְ??~?⎠?تm? ?|??*܀?5?H ?Y`?h?ڀ?ڐt?G ?gn@?v?ě? @?z ?X?≵?dh?ti{?~?`?n\ ?tΠ?P@?1e?N ??t!? @? s@?+M@?C.`?R?W@?P?=@???2?a?@?@? ?|V?{ ?.?t>? ?:? ?.?K?b?u@?U@??͠?U?r`?p??@?᳀???/??N`???%N ?;@?<?ؠ?6 ?jB??w?g?ـ???`? ?@?%#?(@?*?+:?+:?f@??`?@?‚U??è׀?J??y ?Ś@?D?A?Ǿ?~0@?:.?K@?ʶ@?[?@?^`??Y??~u??t`?ұ??Y`?Д?w? ? @?!Q?X ?ф$?ѧ[`?`?_`?ڔ?m`? ?w?M?zV??. ?__?w?~`?H`??⎠?تm??*܀?3?5?H ?Y`?h?u ?ڀ?ډz ?ڐt?ڕq?ژn?ڙn?s^?v?y`?{?|?}W ?z ?- ?X?S?`?≵?dh?ti{?~?`?n\ ?tΠ?P@?1e?N ??t!? @? s@?+M@?C.`?R?W@?P?=@???2?a?@?@? ?|V?.? ?.?r`??a8?h@??<?s@?Z?? ??@??dh?ti{?~?`?n\ ?tΠ?P@?1e?N ??t!? @? s@?+M@?C.`?R?W@?P?=@???2?a?@?@? ?|V?{ ?.?t>? ?:? ?.?K?b?u@?U@??͠?U?r`?p??@?᳀???/??N`???%N ?;@?<?ؠ?6 ?jB??w?g?ـ???`? ?@?%#?(@?*?+:?+:?f@??`?@?‚U??è׀?J??y ?Ś@?D?A?Ǿ?~0@?:.?K@?ʶ@?[?@?^`??Y??~u??t`?ұ??Y`?Д?w? ? @?!Q?X ?ф$?ѧ[`?`?_`?ڔ?m`? ?w?M?zV??. ?__?w?~`?H`??⎠?تm??*܀?3?5?H ?Y`?h?u ?ڀ?ډz ?ڐt?ڕq?ژn?ڙn?s^?v?y`?{?|?}W ?z ?- ?X?S?`?≵?dh?ti{?~?`?n\ ?tΠ?P@?1e?N ??t!? @? s@?+M@?C.`?R?W@?P?=@???2?a?@?@? ?|V?{ ?.?t>? ?:? ?.?K?b?u@?U@??͠?U?r`?p??@?᳀???/??N`???%N ?;@?<?ؠ?6 ?jB??w?g?ـ???`? ?@?%#?(@?*?+:?+:?f@??`?@?‚U??è׀?J??y ?Ś@?D?A?Ǿ?~0@?:.?K@?ʶ@?[?@?^`??Y??~u??t`?ұ??Y`?Д?w? ? @?!Q?X ?ф$?ѧ[`?`?_`?ڔ?m`? ?w?M?zV??. ?__?w?~`?H`??⎠?تm??*܀?3?5?H ?Y`?h?u ?ڀ?ډz ?ڐt?ڕq?ژn?ڙn?s^?v?y`?{?|?}W ?z ?- ?X?S?`?≵?dh?ti{?~?`?n\ ?tΠ?P@?1e?N ??t!? @? s@?+M@?C.`?R?W@?P?=@???2?a?@?@? ?|V?.? ?.?r`??a8?h@??<?s@?Z?? ??@??dh?ti{?~?`?n\ ?tΠ?P@?1e?N ??t!? @? s@?+M@?C.`?R?W@?P?=@???2?a?@?@? ?|V?.? ?.?r`??a8?h@??<?s@?Z?? ??@??ti{?`?tΠ?1e?? @?+M@?R?=@?2? ?b?Z?@?᳀??9??ݠ?/? ??N`???%N ?;@?<?ؠ?6 ?jB??w?g?ـ???`? ?@?%#?(@?*?+:?~?tΠ?N ? @?C.`?P?2?{ ??@??9??ݠ?/? ??N`???%N ?;@?<?ؠ?6 ?jB??w?g??`?@?(@?+:?dh?ti{?~?`?n\ ?tΠ?P@?1e?N ??t!? @? s@?+M@?C.`?R?W@?P?=@???2?a?@?@? ?|V?{ ?.?t>? ?:? ?.?K?b?u@?U@??͠?U?r`?p??@?᳀??9??ݠ?/? ??N`??%N ?;@?<?ؠ?6 ?w?ـ?? ?%#?+:?dh?ti{?~?`?n\ ?tΠ?P@?1e?N ??t!? @? s@?+M@?C.`?R?W@?P?=@???2?a?@?@? ?|V?.? ?.?r`??a8?h@??<?s@?Z?? ??@??dh?ti{?~?`?n\ ?tΠ?P@?1e?N ??t!? @? s@?+M@?C.`?R?W@?P?=@???2?a?@?@? ?|V?{ ?.?t>? ?:? ?.?K?b?u@?U@??͠?U?r`?p??@?᳀??9??ݠ?/? ??N`???;@?<?ؠ?6 ?jB?g??@?(@?+:?dh?ti{?~?`?n\ ?tΠ?P@?1e?N ??t!? @? s@?+M@?C.`?R?W@?P?=@???2?a?@?@? ?|V?{ ?.?t>? ?:? ?.?K?b?u@?U@??͠?U?r`?p??@?᳀??9??ݠ?/? ??N`???%N ?;@?<?jB??w?g?ـ?@?+:?dh?ti{?~?`?n\ ?tΠ?P@?1e?N ??t!? @? s@?+M@?C.`?R?W@?P?=@???2?a?@?@? ?|V?{ ?.?t>? ?:? ?.?K?b?u@?U@??͠?U?r`?p??@?᳀???/??N`???%N ?;@?<?ؠ?6 ?jB??w?g?ـ???`? ?@?%#?(@?*?+:?+:?f@??`?@?‚U??è׀?J??y ?Ś@?D?A?Ǿ?~0@?:.?K@?ʶ@?[?@?^`??Y??~u??t`?ұ??Y`?Д?w? ? @?!Q?X ?ф$?ѧ[`?`?_`?ڔ?m`? ?w?M?zV??. ?__?w?~`?H`??⎠?تm??*܀?3?5?H ?Y`?h?u ?ڀ?ډz ?ڐt?ڕq?ژn?ڙn?s^?v?y`?{?|?}W ?z ?- ?X?S?`?≵?ι?تm?ܪn??E`?5v ?vz@?}@?Ӣ? ?6?}P?ě? @?o?S?֙?p_@?.@?B@??=?刄?E?`?h@?泈 ?O?y?9 ?P; ?dS?-?9 ?ӝ???샵?9?@?4???dh?ti{?~?`?n\ ?tΠ?P@?1e?N ??t!? @? s@?+M@?C.`?R?W@?P?=@???2?a?@?@? ?|V?{ ?.?t>? ?:? ?.?K?b?u@?U@??͠?U?r`?p??@?᳀??9??ݠ?/? ??N`???%N ?;@?<?6 ?w?+:?`?‚U??è׀?J??y ?Ś@?D?A?Ǿ?~0@?:.?K@?ʶ@?[?@?^`?̱f?? ?:`?M?V?Y??Y`?Д?w? @?ф$?m`?҂`? ?w?M?zV??__?€?H`?ְ??~?⎠?F?تm? ?|??H ?ڙn??P ?۪ ??V@?ܪn??C~?݊??E`?5v ?\?`?}@?G ?Ӣ?N ?,?2Ӡ?6?ě?S1 ?֙?#| ?p_@?@?i?נ?B@?=?E?`?h@?泈 ?I??y?9 ?P; ?dS?q{?-?硯`?9 ??ӝ?@?@?g??샵? ??9?L??H??????dh?ti{?~?`?n\ ?tΠ?P@?1e?N ??t!? @? s@?+M@?C.`?R?W@?P?=@???2?a?@?@? ?|V?{ ?.?t>? ?:? ?.?K?b?u@?U@??͠?U?r`?p??@?᳀??9??ݠ?/? ??N`???%N ?;@?<?6 ?w?+:?`?‚U??è׀?J??y ?Ś@?D?A?Ǿ?~0@?:.?K@?ʶ@?[?@?^`?̱f?? ?:`?M?V?Y??Y`?Д?w? @?ф$?m`?҂`? ?w?M?zV??__?€?H`?ְ??~?⎠?F?تm? ?|??H ?ڙn??P ?۪ ??V@?ܪn??C~?݊??E`?5v ?\?`?}@?G ?Ӣ?N ?,?2Ӡ?6?ě?≵?dh?ti{?~?`?n\ ?tΠ?P@?1e?N ??t!? @? s@?+M@?C.`?R?W@?P?=@???2?a?@?@? ?|V?{ ?.?t>? ?:? ?.?K?b?u@?U@??͠?U?r`?p??@?᳀??9??ݠ?/? ??N`???%N ?;@?<?6 ?w?+:?`?‚U??è׀?J??y ?Ś@?D?A?Ǿ?~0@?:.?K@?ʶ@?[?@?^`?̱f?? ?:`?M?V?Y??Y`?Д?w? @?ф$?m`?҂`? ?w?M?zV??__?€?H`?ְ??~?⎠?F?تm? ?|??H ?ڙn??P ?۪ ??V@?ܪn??C~?݊??E`?5v ?\?`?}@?G ?Ӣ?N ?,?2Ӡ?6?ě?S1 ?֙?#| ?p_@?@?i?נ?B@?=?E?`?h@?泈 ?I??y?9 ?P; ?dS?q{?-?硯`?9 ??ӝ?@?@?g??샵? ??9?L??H??????`?1e? @?R??:?@???/???%N ?<???‚U?è׀?J??y ?Ś@?D?A?Ǿ?~0@?:.?K@?ʶ@?[?@?^`?̱f? ?Y?ͫN??=@?~u?ι?? ?M?t`?ϘA?Ϸx ?ұ? ??@? ?`?? ??~?tΠ?N ? @?C.`?P?2?{ ??@??9??ݠ?/? ??N`???%N ?;@?<?ؠ?6 ?jB??w?g??`?@?(@?+:?dh?ti{?~?`?n\ ?tΠ?P@?1e?N ??t!? @? s@?+M@?C.`?R?W@?P?=@???2?a?@?@? ?|V?{ ?.?t>? ?:? ?.?K?b?u@?U@??͠?U?r`?p??@?᳀??9??ݠ?/? ??N`??%N ?;@?<?ؠ?6 ?w?ـ?? ?%#?+:?dh?ti{?~?`?n\ ?tΠ?P@?1e?N ??t!? @? s@?+M@?C.`?R?W@?P?=@???2?a?@?@? ?|V?{ ?.?t>? ?:? ?.?K?b?u@?U@??͠?U?r`?p??@?᳀??9??ݠ?/? ??N`???%N ?;@?<?jB??w?g?ـ?@?+:?dh?ti{?~?`?n\ ?tΠ?P@?1e?N ??t!? @? s@?+M@?C.`?R?W@?P?=@???2?a?@?@? ?|V?{ ?.?t>? ?:? ?.?K?b?u@?U@??͠?U?r`?p??@?᳀??9??ݠ?/? ??N`???%N ?;@?<?ؠ?jB?g?+:??@?‚U??è׀?J??y ?Ś@?D?A?Ǿ?~0@?:.?K@?ʶ@?[?@?^`?̱f?? ?:`?M?V?Y?dh?ti{?~?`?n\ ?tΠ?P@?1e?N ??t!? @? s@?+M@?C.`?R?W@?P?=@???2?a?@?@? ?|V?{ ?.?t>? ?:? ?.?K?b?u@?U@??͠?U?r`?p??@?᳀??9??ݠ?/? ??N`???%N ?;@?<?6 ?w?+:?`?‚U??è׀?J??y ?Ś@?D?A?Ǿ?~0@?:.?K@?ʶ@?[?@?^`?̱f?? ?:`?M?V?Y??Y`?Д?w? @?ф$?m`?҂`? ?w?M?zV??__?€?H`?ְ??~?⎠?F?تm? ?|??H ?ڙn??P ?۪ ??V@?ܪn??C~?݊??E`?5v ?\?`?}@?G ?Ӣ?N ?,?2Ӡ?6?ě?S1 ?֙?#| ?p_@?@?i?נ?B@?=?E?`?h@?泈 ?I??y?9 ?P; ?dS?q{?-?硯`?9 ??ӝ?@?@?g??샵? ??9?L??H???????Y`?Д?w? @?X ?ѧ[`?_`?m`? ?w?M?zV??. ?__?~`?H`?ְ??~?⎠?F? ?|?*܀?3?5?H ?Y`?u ?ډz ?ڕq?ڙn?z ?- ?S?≵??Y`?Д?w? @?X ?ѧ[`?_`?m`? ?w?M?zV??. ?__?~`?H`?ְ??~?⎠?F? ?|?*܀?3?5?H ?Y`?u ?ډz ?ڕq?ڙn?z ?- ?S?≵?`?≵?tˡK[?o3?X?ߎL:?`IՀ?9<  ?,?w+3?T?*?޺Gd,R?ޫvLH?ޟpr?ޕ}#i?ލu#?އ@?ށFn?} 0g?z-?x ??w[a[?v~nP?vQv?GJ?,m?܊fH}?k?ڭ+#?wZ%b\?5?`QB?֯?qk?ω}?Oا?Ԟ5!?~?ӆ{X"?3dx_?P۟?Ҹd0?Ҍ?eMtE(?G"ۈ?.?V? 5G?e&M?_"?魺S?pk?opQ?x@?أ ?re?~ ?ӟ{2?ȍs?ǯ99B?20Q?"8/,? 9O1? zl?5罶?T(??c~T?t'\x?٭2?hxqZ?nvr?-!p f?@?ɭ-?UϠ?؜a? M{V?[*F?4yz?ZGR?4?-V0?0 )O?*)?©xl?/?^'Z?1`?:}f?_?fs?@|?q`(?.a?׻Xm?`]?l?oJw|=?A?ӯ?lI#.??K})?Kb?.-EL?c ??=4N?#ˑ?z99?vbw;?ueY?uEQBT?tLO?s?r/hZ?q{qk?p?peIE?piQhdM?pK݊?p@ *b?p=ފ/u?]#$U}?\(b?[Z~:֋?[85Z?[P ?[!?)/p?>$?lC$>_0>$IB>&? ?a W?i-?!4xI?ྋ^(?ฬi.e?ె?[P?{ ?[?o3?X?ߎL:?`IՀ?9<  ?,?w+3?T?*?޺Gd,R?ޫvLH?ޟpr?ޕ}#i?ލu#?އ@?ށFn?} 0g?z-?x ??w[a[?v~nP?vQv?GJ?,m?܊fH}?k?ڭ+#?wZ%b\?5?`QB?֯?qk?ω}?Oا?Ԟ5!?~?ӆ{X"?3dx_?P۟?Ҹd0?Ҍ?eMtE(?G"ۈ?.?V? 5G?e&M?_"?魺S?pk?opQ?x@?أ ?re?~ ?ӟ{2?ȍs?ǯ99B?20Q?"8/,? 9O1? zl?5罶?T(??c~T?t'\x?٭2?hxqZ?nvr?-!p f?@?ɭ-?UϠ?؜a? M{V?[*F?4yz?ZGR?4?-V0?0 )O?*)?©xl?/?^'Z?1`?:}f?_?fs?@|?q`(?.a?׻Xm?`]?l?oJw|=?A?ӯ?lI#.??K})?Kb?.-EL?c ??=4N?#ˑ?z99?vbw;?ueY?uEQBT?tLO?s?r/hZ?q{qk?p?peIE?piQhdM?pK݊?p@ *b?p=ފ/u?]#$U}?\(b?[Z~:֋?[85Z?[P ?[!?)/p?>$?lC$>_0>$IB>&?tˡK[?o3?X?ߎL:?`IՀ?9<  ?,?w+3?T?*?޺Gd,R?ޫvLH?ޟpr?ޕ}#i?ލu#?އ@?ށFn?} 0g?z-?x ??w[a[?v~nP?vQv?GJ?,m?܊fH}?k?ڭ+#?wZ%b\?5?`QB?֯?qk?ω}?Oا?Ԟ5!?~?ӆ{X"?3dx_?P۟?Ҹd0?Ҍ?eMtE(?G"ۈ?.?V? 5G?e&M?_"?魺S?pk?opQ?x@?أ ?re?~ ?ӟ{2?ȍs?ǯ99B?20Q?"8/,? 9O1? zl?5罶?T(??c~T?t'\x?٭2?hxqZ?nvr?-!p f?@?ɭ-?UϠ?؜a? M{V?[*F?4yz?ZGR?4?-V0?0 )O?*)?©xl?/?^'Z?1`?:}f?_?fs?@|?q`(?.a?׻Xm?`]?l?oJw|=?A?ӯ?lI#.??K})?Kb?.-EL?c ??=4N?#ˑ?z99?vbw;?ueY?uEQBT?tLO?s?r/hZ?q{qk?p?peIE?piQhdM?pK݊?p@ *b?p=ފ/u?]#$U}?\(b?[Z~:֋?[85Z?[P ?[!?)/p?>$?lC$>_0>$IB>&? ?a W?i-?!4xI?ྋ^(?ฬi.e?ె?[P?{ ??+3)?ΗTny?2 ܪt?Y۴?RΕFn?ׁ bx?Rߦ?x?l*?#?DL?ʲv?ʇ*c?bO9?D5|)r?*-^?4S?= JU?^[?*?K?9{O@?ٴ,3?أ ?j󀵏?hIh6/?bM.?X[ANJ?J?:Q$`?(/(?!՚f?R;?8ɴ?OTd?זrW}?ըx-?g/B?N!hen?3F?J?Iݒ?Ĕ?֣xC5?yٿ?Mf?^v\?)l?Ӭv@&?մj?՞S?Սh,?g R?#?r5?`_ap?S{n?K^?Fז>?Epu]? XQΆL?Ɂ5?7?KN6? ts%? ??攪?ܓ;6&?:;x?۝,?V6{$?ǜ#m?ڎK}g?h?O|}A?AuwB?98{?]Y?\I?[W?W[I?SfrA?Nϳ/?GSS??]@?6C{De?,Cr? =?9ιr?ؖ??nh?ُ ? 3 ?'fF&? T?㕹T^?㄁My?s=>?c[s@?Se?EUh?7i?+uX?领? @Tt{?+ ٮ??_}?o$?t?ge?`QP?SSCD?⧢"??⛁E?$ƣ?A? ]S?ep?$U_?/$?Jx??Rճ ?ِ~`N?bBNޫ?j?zD? ߷EQ?뛥?0 Jm??c-K@?tn6?飈y:z?IiA?P?{?Wt#?BQ?c?:?]n#?. +:?]Y!?ދe?澕x?Cۄ?7t?,J*L?ᣚ?# ?>d?lo'?ߧ5?|Rr?VZ0ۖ?9Z|? Dr?V׮Ũ?o?i{8{?ךZ4?)/ywְ??e/?`~?ԟ_4?q"?wۯ?oV$?1f?TZ?}r?|Kb6?A y?V`?1gX6?30 4?%?aQ_?Uqد?o/4??` ?%RVb,?쑠F26?BRiTv?b͗?|'?p?6.*?[?ѿ9)B?ꧭk]?xf9?d7?I"Q?2q>?xr?w b?17?SYy?Zg?g?SQBg}? 0?Y41?fS$? 2.?ᄚex? SA&?K#9?&bX`?0?-?߳Ϙ?Cf?-Sp?tˡK[?o3?X?L:?`IՀ?9<  ?,?w+3?T?*?Gd,R?vLH?pr?}#i?u#?@?Fn?} 0g?z-?x ??w[a[?v~nP?vQv?GJ?,m?fH}?k?ꭓ+#?wZ%b\?5?`QB?毂?qk?ω}?Oا?5!?~?{X"?3dx_?P۟?ⸯd0??eMtE(?G"ۈ?.?V? 5G?e&M?_"?魺S?pk?opQ?x@?أ ?re?~ ?ӟ{2?؍s?ׯ99B?20Q?"8/,? 9O1? zl?5罶?T(??c~T?t'\x?٭2?hxqZ?˷nvr?-!p f?@?ɭ-?UϠ?؜a? M{V?[*F?4yz?ZGR?4?-V0?0 )O?*)?©xl?/?^'Z?1`?:}f?_?fs?@|?q`(?.a?׻Xm?`]?l?oJw|=?A?ӯ?lI#.??K})?Kb?.-EL?c ??=4N?#ˑ?99?bw;?eY?EQBT?LO??/hZ?{qk??eIE?iQhdM?K݊?@ *b?=ފ/u?m#$U}?l(b?kZ~:֋?k85Z?kP ?k!?9/p?)>$?lC$>_0>$IB>"&?Q\?^X>? 4 ?yt?x?f/Z ?*vɝsK?=T?Lf:?~4V?FzYc!?&a?ܲנ?0o#?y3Z 1?Jcd?>?ӏ?ɳOM?磐`w? iM?_N2H?AB?&H 5?e\?mD?wȸ?mA6?Ȭ~Z.?-.?c?/K=?cY?C$?:+ ?斅M?擋}v?1j?^???]+U?J?x9?=RZ;??zP?_\e{?w?їCl?RQW?H,[HX? eL?cDy?b)Im?T6?b5>?≿uuq?Da?fQw?g?ၔ?IZꖟ[?+?\W?mש?-L^?҅VE?H s?޼zD?42\?ݢ],e?NS?}A?.?d !F?t@?m@T?T?ٿHz8?ى8>?`4?EwW?3L2 ?)@{?#^N?"%%?Kl?" }|?x;0w?&b1?շ#A?(Zr*?fX~϶?f??:C?45?Љ5uB8?l?Φۍ?P?PE+ -?M Z?TdG?dV?Kj/!?ǡI~Ƭ?_?Gr?\؃?=3sB?Í?(w?TI呸n?>Z:?"b??z?/9`?NFZ^?-?Jjp(?.uo?'%?:@N?~?;v?hs!?H;c?d(!?ޘ1J?(2?1]L??~H?<|?…?6H?dlg_?tNY?Yɞ?@?#nj/%?A||?#S?l?T? pr?i%w|?=HW?~#m?|y)tu?{^U?zn}&?z*d)k?z[?zz{LX:?hU7?ga?ggr@?gNZ?gl֡?fc@|?5 ?&BV ?m3>B@>C>&?Q\?^X>? 4 ?yt?x?f/Z ?*vɝsK?=T?Lf:?~4V?FzYc!?&a?ܲנ?0o#?y3Z 1?Jcd?>?ӏ?ɳOM?磐`w? iM?_N2H?AB?&H 5?e\?mD?wȸ?mA6?Ȭ~Z.?-.?c?/K=?cY?C$?:+ ?斅M?擋}v?1j?^???]+U?J?x9?=RZ;??zP?_\e{?w?їCl?RQW?H,[HX? eL?cDy?b)Im?T6?b5>?≿uuq?Da?fQw?g?ၔ?IZꖟ[?+?\W?mש?-L^?҅VE?H s?޼zD?42\?ݢ],e?NS?}A?.?d !F?t@?m@T?T?ٿHz8?ى8>?`4?EwW?3L2 ?)@{?#^N?"%%?Kl?" }|?x;0w?&b1?շ#A?(Zr*?fX~϶?f??:C?45?Љ5uB8?l?Φۍ?P?PE+ -?M Z?TdG?dV?Kj/!?ǡI~Ƭ?_?Gr?\؃?=3sB?Í?(w?TI呸n?>Z:?"b??z?/9`?NFZ^?-?Jjp(?.uo?'%?:@N?~?;v?hs!?H;c?d(!?ޘ1J?(2?1]L??~H?<|?=#?Q\?^X>? 4 ?yt?x?f/Z ?*vɝsK?=T?Lf:?~4V?FzYc!?&a?ܲנ?0o#?y3Z 1?Jcd?>?ӏ?ɳOM?磐`w? iM?_N2H?AB?&H 5?e\?mD?wȸ?mA6?Ȭ~Z.?-.?c?/K=?cY?C$?:+ ?斅M?擋}v?1j?^???]+U?J?x9?=RZ;??zP?_\e{?w?їCl?RQW?H,[HX? eL?cDy?b)Im?T6?b5>?≿uuq?Da?fQw?g?ၔ?IZꖟ[?+?\W?mש?-L^?҅VE?H s?޼zD?42\?ݢ],e?NS?}A?.?d !F?t@?m@T?T?ٿHz8?ى8>?`4?EwW?3L2 ?)@{?#^N?"%%?Kl?" }|?x;0w?&b1?շ#A?(Zr*?fX~϶?f??:C?45?Љ5uB8?l?Φۍ?P?PE+ -?M Z?TdG?dV?Kj/!?ǡI~Ƭ?_?Gr?\؃?=3sB?Í?(w?TI呸n?>Z:?"b??z?/9`?NFZ^?-?Jjp(?.uo?'%?:@N?~?;v?hs!?H;c?d(!?ޘ1J?(2?1]L??~H?<|?…?6H?dlg_?tNY?Yɞ?@?#nj/%?A||?#S?l?T? pr?i%w|?=HW?~#m?|y)tu?{^U?zn}&?z*d)k?z[?zz{LX:?hU7?ga?ggr@?gNZ?gl֡?fc@|?5 ?&BV ?m3>B@>C>&?ߔ ỏ3?ߑhzY҂?߉.b?}iË?m#b?Yuxd?>C?Y?wyf?ⷪt?}Mu?ޔSF~??d Zp?/gkŋ?`?}86?݃Hk)?Vġ?PUߚ5?Ll>]?Kl?j󀵏?hIh6/?bM.?X[ANJ?J?:Q$`?(/(?!՚f?R;?8ɴ?OTd?זrW}?ըx-?g/B?N!hen?3F?J?Iݒ?Ĕ?֣xC5?yٿ?Mf?^v\?)l?Ӭv@&?մj?՞S?Սh,?g R?#?r5?`_ap?S{n?K^?Fז>?Epu]? XQΆL?Ɂ5?7?KN6? ts%? ??攪?ܓ;6&?:;x?۝,?V6{$?ǜ#m?ڎK}g?h?O|}A?AuwB?98{?q"?wۯ?oV$?1f?TZ?}r?|Kb6?A y?V`?1gX6?30 4?%?aQ_?Uqد?o/4??` ?%RVb,?쑠F26?BRiTv?b͗?|'?p?6.*?[?ѿ9)B?ꧭk]?xf9?d7?I"Q?2q>?xr?w b?17?SYy?Zg?g?SQBg}? 0?Y41?fS$? 2.?ᄚex? SA&?K#9?&bX`?0?-?߳Ϙ?Cf?-Sp?⢏?y]Y?:?{I?zR?z`?T ?Xԯ?8_?>8|:[?궬p;?1ҲSx?鯤`Vl?0:?螓H?x7?;AZ?%|?{g?%?z?I|?Ÿ>?az .5?³ؔ?nLT"V?i/Fv?%?j?J ?Q?maN?6y?2?qf?Yo?vθ?ݜj|J?А^0?om:?Ol$0?ڶWsc?;Z?@G~?ٗ??g6?HRCd?4,=?)?#hT?"%%?Q\?^X>? 4 ?yt?x?f/Z ?*vɝsK?=T?Lf:?~4V?FzYc!?&a?ܲנ?0o#?y3Z 1?Jcd?>?ӏ?ɳOM?`w? iM?_N2H?AB?&H 5?e\?mD?wȸ?mA6?Ȭ~Z.?-.?c?/K=?cY?C$?:+ ?M?}v?1j?^???]+U?J?x9?=RZ;??zP?_\e{?w?їCl?RQW?H,[HX? eL?cDy?b)Im?T6?b5>?uuq?Da?fQw?g?񁔱?IZꖟ[?+?\W?mש?-L^?҅VE?H s?zD?42\?],e?NS?}A?.?d !F?t@?m@T?T?Hz8?鉆8>?`4?EwW?3L2 ?)@{?#^N?"%%?Kl?" }|?x;0w?&b1?巴#A?(Zr*?fX~϶?f??:C?45?5uB8?l?ަۍ?P?PE+ -?M Z?TdG?dV?Kj/!?סI~Ƭ?_?Gr?\؃?=3sB?Ӎ?(w?TI呸n?Ѷ>Z:?"b?З?z?/9`?NFZ^?͆-?Jjp(?.uo?˨'%?:@N?~?ʢ;v?hs!?H;c?d(!?ޘ1J?ǡ(2?Ǒ1]L?ĺ?~H?®<|?…?6H?dlg_?tNY?Yɞ?@?#nj/%?A||?#S?l?T? pr?i%w|?=HW?#m?y)tu?^U?n}&?*d)k?[?z{LX:?xU7?wa?wgr@?wNZ?wl֡?vc@|?E ?6BV ?"m3?B@>C>"&?uL?Ga"O?P_D?ea?Kϧ`?ؤ#?|?װ3as?יp?դd Z?ԇ#}3I?ӆ)D.2?Ҩ:Wi?MKg?p"j ?s%??c'?{?ƙ?˟ K?yF%7?^h^Zl?be/cy@nJ0@Xkؔy-6>? ~?!:c@y ^XpE(gg$ Z?+=ߨ?0'?@q,T!kw`m)7$?q\.?^ @qG(0 cY#spb6q%?6@?B~@e%i!EJx0M?ʔU5?ڦ:T@Y]۝@EuJg|Z}UR?툩0y?7 @[KRnEF6$U!T%t? P?qi@V4Iס\WG?La^?|>@VOz@4' `LZ" +?ܓ~?rR@Wكí@2L,ZL|?҆@?nIm@\Id5,D>BR5Tc?8Z]? @XKORP$ZlV?m- B?I~($M@O'I8@ODAeZ9APj?ݬ[?Ѥn@WY@B mH1]:Qy?K#_$^J?Z(c@[sJ@,6@\J"{lc?it?ˤZU@]Dt@;^&X̴Z]?(N?*7D@\Qr+Q 9ɐ?G?+A@QȯC'@P [>x\?.-?7YF@Z3Y@%F\M=)?π/U?܈Kh@["Ii(@*,pc|t?x:X?uN@X @hRay?L{=?珫B@RQr )m@4Af)?)@?TO@E@L v5(I(? Q?ˊs@voFj@3j@`\B?R]?P93@n+KE@2.=Rg?" ۔?Ȍ@-2cs.Hxi'?ǫ/ey?Ї:@ʄ9x(;olQ$f?^?1}\5@D_)!&T검?g:?iH0@iޥl@B'V@"i?p 4?鄕@ұs@J T] ZK?S?dZ7>@MH YFc] ? )Ԃ?k*7_-@A}@GY_TJ˦?}?w_8f@QRԤF@#vuDMKTE?~6?Iqy`@@5*xlEur?g?J@3]{s??@_DԎt?AgV(?{Q4@s)CqìrWnN'?Eʨn:?z<+@sxe`bD:r,??g5?ϋ N@s`=Gj3r5U?:r0S?ϔ}#bE@s\6xi6er3Ya?5[8?Ϝ%e}(@sʇZtj!yrރO?1`p?ϤF񕂖@s3 YYrL؆?/9?Ϯm*@sPKD0.] s 1u??őh@sqq,4s:@tKt?[8tN^?\%g? ^C=.@tF?5믓t?g<*? F@u#~o?*SRxu*6>?ГI?(!#d@u]rN@ O|̀uШk?ϾJ?8C@v(3@CvqT`?\å?lЅ@vΚ2 @&s#͇`w|PW?8a)?~ @w @-XSzx|FI?-iP'?gt@x@/q@y؄Gds??ŨC@yT} @7dď{ʊؾ?h H?U;@{zW"@A0&}Q$?pdj?/^+@}W[@EW h?[??@FG[1@Idzr]? {j?㞤n @ 0ѵ@T5RCP?O?e?@ e"w@8ٮ|?d5%?Ԋu@>К@4)3 ^i?ȷxgN?u]>@SO@ykƼ\Wf8'?ǎ1%7?T _U3@zw@G=Q?~9е?Ֆ&E@Rn)0 ? ;Y?v_@TL)??A(Lލ9?Lv4?@jrȶ7iڕL?èo?̖2[@jd[*+rC\g~J볻?Юo?0G[Ek@j kLg>$JTdbW?ޞk :?䔫W@h'sbDLac%"Tç+?I,D?2H 7@a{|d@՘2lX> h3?X8-'?иqa @[i6X#J}#[9Fo?gk`?D0@Tىü@Y_|dG? G?zԹ d@b4&-@>j cne1fk?τ<?iR۬@eQj'&묕we1{ ̺?>w?5@fH&.;e#N>c?<'?"m4@gC 7,`>@fp}@޺?:Ӈ?ҽ#`@g< @2Ǧ j۾"?xuTpc?[E@g@^:"Fr?(?֡:cڜ@o7j@e5yT|7t?9H?!@v0@b:-.il`W?W?{?-Q@{fYQ@iڨh9a?q8@$`@xSaNޕ ?S6?Ӑ`{@"@8Mz= ҩ?cۨ?}@ &@u_o/]x?y?#"?|u|@jq @0 EQ?ϱ}?bxJ@m]@PY{se?ǒC?=r\@a/6@3:Rfrk?CHрI?m)KR@`něAge?٦1]鮘?|@=! &??Ao U?J ?/=H5D@yon3@-h5p{?zwG?#G(?YqUխ@e#z-(m7I%ӁbrZf*?H`(?C[ @@c#:->lbJ[/?\iY?p[._@ck"jfaLq?SGΈ?ΧS@bk#m^y"ea]x,?`Vu?.\+@bv@I6;f0_ܢѨ?n$?R8@aO^*vPۋ_|R?бl=?T!@`{A4!@_ؕ?` ??ʂj~[!@hb3,ں=ǜ(e ?SD@n~",oI(,Rl a?AW/?& ߘ@p"3xY=fG$7?6k?h*@kq-+@ xb/lkV:6?Ugm?(HT?q@jVn0\@XWrhc |?5?l1W@jR_Ϥ@i\zy%n1?! n?4lI@yOAS]v+qJ\?s<K?V@z |ĮrT~eN2?Җ?Ә-q@s|N.9 >anq{~?ɼ0?ӊat@r'@SXDנv4A?BCs?_@u~ Z@b·Jцmn? T Zd+ސVMpt?Ut i?J_@Wl@(ܿyzXHl'?3?\"-h@Z*Cm@,^WS'?Q)?՚kk@^ΑAv@F}L\NeTĈ?厧F?o@d,@Z\^dk>]?¤we?MSx@n(ly܏Ql?]ȸ?݆^5@ UȔ??@Ra=3?hL?)@NYofV L>DcO?ҏ?=5l@Oqؠ~lKCJY?Wa`c?ʜ8CD@OأD2V-JO?ݜMg?Ӽ@O^OP=> gдWSGw?Zu'@Tu6s@Ams!ա@qoz~*?\zf?Jӈ@M,%@aNM &x?? @~h=@>JZ8?*?~>Fҟ@&hלZg I?{Q?v}8@(%m݃o6 o?a0Q?ѫ%@o$H'@X>ept?o?𫅤@f`s@_}>+o?k ?Q{Y@k@e>4"?O:?UȻ9@-p@o\T:{Q??<.U?)N?B@)f4T@xXQ%a?ry?oa㣏@ה!@|N˚n.? ?ԒI$I2@UX!?غP?ڪ@B/{q ??@:~'d '?/V^ռ?ΰh@^Ծ9gi.4_5XO?U?A@$ َ@w@ h?w?@ڈݷ@$]8%ةJ?\5?Ԓ@IM[d2P3`?ػ'?ڨ@i7O+;??@B]#7X]?/fj?αE¶T@E_MB/`\E? V^ ? XN=@h@oʀ1G?ӳaE?]FTl@ m@ΑHÂJ60?֊Y ?ԑ*ƿ# @vOYj8?ط`?ڭ>β,@W??@w1ə\$_lG?<=?υ.k@ro9cdr"?@l ?υ7\@sl",r+?9?b?ϗU@s\CkrF?36v?ϡoK@s ?n`^\GTr?.\ER?Ϫ+8Y@s<@Ҩ9rβI_?)Y?ϴ>Cj@s- u-r&?&6 ?UAv@sIˈӛ tH fsDW?Bhy?(ܝ@s.ݮeT/sq?"~?f@s4 @ms\b?(v?Yb@tg!Zs~>sKH?gy?m%F0@t?gU@t\3 v`?ɀ^u?*@t@AXtˬw4 ?bq?9@uѧP@::uu=F+TF?ϥ|<9??RN@uu R@Tu^K?ύshZ?SS@v.@ uv?$I?ЌSBd@vV@-=E`wt6ܺ?hځW?Т%ùX@w=@3(y x׫#Z?Ug?Ъ=@xz7@4ݡ]z?{??S@yѥY?W@>"1f {d-d?̆?8eW!A@{AF@v@E:B}} ?~b53?v9ٹ@}<- @J <X=V|?͏'e?ѓu{@nF@OӐ1bF'*?7?G'@B;@XXjqZ sO?̞~?"&&"@hz@Zk\j3c ?di-?Fs]@b~zMI@cd?Ou?υO;м@pj`"D[! 3? 2{?DOF>@k²˭'x쇔Ņz?~@?NAd)'@pPI@cCǒm *|? ?+>@ @RVmv"4?b=?: @ р@VSgt? v?ѦE@<$@^?/t?s0_To@^};@^f2((?o7ox?j-=@AE@_9_(?ŅOz?ѕaVt@N@c$c8$=)?.o9?ʼ?@A@h/mZ1?̾?]`@(LRi@oQ2x)w?MU?҉\&$^@qM6@v# #o0?ˁ4Z<S?hMܶn@6@ljXQA?ʘ)#? j@r)ئ@"i&ql?-O7?8yž@E@9IA&?ơE<#?Ե8ij@@ݹ⡖"?|FMh?ΗxB@S\>ϔHIY??@,{?AgV(?{Q4@s)CqìrWnN'?Eʨn:?z<+@sxe`bD:r,??g5?ϋ N@s`=Gj3r5U?:r0S?ϔ}#bE@s\6xi6er3Ya?5[8?Ϝ%e}(@sʇZtj!yrރO?1`p?ϤF񕂖@s3 YYrL؆?/9?Ϯm*@sPKD0.] s 1u??őh@sqq,4s:@tKt?[8tN^?\%g? ^C=.@tF?5믓t?g<*? F@u#~o?*SRxu*6>?ГI?(!#d@u]rN@ O|̀uШk?ϾJ?8C@v(3@CvqT`?\å?lЅ@vΚ2 @&s#͇`w|PW?8a)?~ @w @-XSzx|FI?-iP'?gt@x@/q@y؄Gds??ŨC@yT} @7dď{ʊؾ?h H?U;@{zW"@A0&}Q$?pdj?/^+@}W[@EW h?[??@FG[1@Idzr]? {j?㞤n @ 0ѵ@T5RCP?O?e?@ e"w@8ٮ|?d5%?Ԋu@>К@4)3 ^i?ȷxgN?u]>@SO@ykƼ\Wf8'?ǎ1%7?T _U3@zw@G=Q?~9е?Ֆ&E@Rn)0 ? ;Y?v_@TL)??A(Lލ9?Lv4?@jrȶ7iڕL?èo?̖2[@jd[*+rC\g~J볻?Юo?0G[Ek@j kLg>$JTdbW?ޞk :?䔫W@h'sbDLac%"Tç+?I,D?2H 7@a{|d@՘2lX> h3?X8-'?иqa @[i6X#J}#[9Fo?gk`?D0@Tىü@Y_|dG? G?zԹ d@b4&-@>j cne1fk?τ<?iR۬@eQj'&묕we1{ ̺?>w?5@fH&.;e#N>c?<'?"m4@gC 7,`>@fp}@޺?:Ӈ?ҽ#`@g< @2Ǧ j۾"?xuTpc?[E@g@^:"Fr?(?֡:cڜ@o7j@e5yT|7t?9H?!@v0@b:-.il`W?W?{?-Q@{fYQ@iڨh9a?q8@$`@xSaNޕ ?S6?Ӑ`{@"@8Mz= ҩ?cۨ?}@ &@u_o/]x?y?#"?|u|@jq @0 EQ?ϱ}?bxJ@m]@PY{se?ǒC?=r\@a/6@3:Rfrk?CHрI?m)KR@`něAge?٦1]鮘?|@=! &??Ao U?J ?/=H5D@yon3@-h5p{?zwG?#G(?YqUխ@e#z-(m7I%ӁbrZf*?H`(?C[ @@c#:->lbJ[/?\iY?p[._@ck"jfaLq?SGΈ?ΧS@bk#m^y"ea]x,?`Vu?.\+@bv@I6;f0_ܢѨ?n$?R8@aO^*vPۋ_|R?бl=?T!@`{A4!@_ؕ?` ??ʂj~[!@hb3,ں=ǜ(e ?SD@n~",oI(,Rl a?AW/?& ߘ@p"3xY=fG$7?6k?h*@kq-+@ xb/lkV:6?Ugm?(HT?q@jVn0\@XWrhc |?5?l1W@jR_Ϥ@i\zy%n1?! n?4lI@yOAS]v+qJ\?s<K?V@z |ĮrT~eN2?Җ?Ә-q@s|N.9 >anq{~?ɼ0?ӊat@r'@SXDנv4A?BCs?_@u~ Z@b·Jцmn? T Zd+ސVMpt?Ut i?J_@Wl@(ܿyzXHl'?3?\"-h@Z*Cm@,^WS'?Q)?՚kk@^ΑAv@F}L\NeTĈ?厧F?o@d,@Z\^dk>]?¤we?MSx@n(ly܏Ql?]ȸ?݆^5@ UȔ??@Ra=3?hL?)@NYofV L>DcO?ҏ?=5l@Oqؠ~lKCJY?Wa`c?ʜ8CD@OأD2V-JO?ݜMg?Ӽ@O^OP=> gдWSGw?Zu'@Tu6s@Ams!ա@qoz~*?\zf?Jӈ@M,%@aNM &x?? @~h=@>JZ8?*?~>Fҟ@&hלZg I?{Q?v}8@(%m݃o6 o?a0Q?ѫ%@o$H'@X>ept?o?𫅤@f`s@_}>+o?k ?Q{Y@k@e>4"?O:?UȻ9@-p@o\T:{Q??<.U?)N?B@)f4T@xXQ%a?ry?oa㣏@ה!@|N˚n.? ?ԒI$I2@UX!?غP?ڪ@B/{q ??@:~'d '?/V^ռ?ΰh@^Ծ9gi.4_5XO?U?A@$ َ@w@ h?w?@ڈݷ@$]8%ةJ?\5?Ԓ@IM[d2P3`?ػ'?ڨ@i7O+;??@B]#7X]?/fj?αE¶T@E_MB/`\E? V^ ? XN=@h@oʀ1G?ӳaE?]FTl@ m@ΑHÂJ60?֊Y ?ԑ*ƿ# @vOYj8?ط`?ڭ>β,@W??@w1ə\$_lG?AgV(?{Q4@s)CqìrWnN'?Eʨn:?z<+@sxe`bD:r,??g5?ϋ N@s`=Gj3r5U?:r0S?ϔ}#bE@s\6xi6er3Ya?5[8?Ϝ%e}(@sʇZtj!yrރO?1`p?ϤF񕂖@s3 YYrL؆?/9?Ϯm*@sPKD0.] s 1u??őh@sqq,4s:@tKt?[8tN^?\%g? ^C=.@tF?5믓t?g<*? F@u#~o?*SRxu*6>?ГI?(!#d@u]rN@ O|̀uШk?ϾJ?8C@v(3@CvqT`?\å?lЅ@vΚ2 @&s#͇`w|PW?8a)?~ @w @-XSzx|FI?-iP'?gt@x@/q@y؄Gds??ŨC@yT} @7dď{ʊؾ?h H?U;@{zW"@A0&}Q$?pdj?/^+@}W[@EW h?[??@FG[1@Idzr]? {j?㞤n @ 0ѵ@T5RCP?O?e?@ e"w@8ٮ|?d5%?Ԋu@>К@4)3 ^i?ȷxgN?u]>@SO@ykƼ\Wf8'?ǎ1%7?T _U3@zw@G=Q?~9е?Ֆ&E@Rn)0 ? ;Y?v_@TL)??A(Lލ9?Lv4?@jrȶ7iڕL?èo?̖2[@jd[*+rC\g~J볻?Юo?0G[Ek@j kLg>$JTdbW?ޞk :?䔫W@h'sbDLac%"Tç+?I,D?2H 7@a{|d@՘2lX> h3?X8-'?иqa @[i6X#J}#[9Fo?gk`?D0@Tىü@Y_|dG? G?zԹ d@b4&-@>j cne1fk?τ<?iR۬@eQj'&묕we1{ ̺?>w?5@fH&.;e#N>c?<'?"m4@gC 7,`>@fp}@޺?:Ӈ?ҽ#`@g< @2Ǧ j۾"?xuTpc?[E@g@^:"Fr?(?֡:cڜ@o7j@e5yT|7t?9H?!@v0@b:-.il`W?W?{?-Q@{fYQ@iڨh9a?q8@$`@xSaNޕ ?S6?Ӑ`{@"@8Mz= ҩ?cۨ?}@ &@u_o/]x?y?#"?|u|@jq @0 EQ?ϱ}?bxJ@m]@PY{se?ǒC?=r\@a/6@3:Rfrk?CHрI?m)KR@`něAge?٦1]鮘?|@=! &??Ao U?J ?/=H5D@yon3@-h5p{?zwG?#G(?YqUխ@e#z-(m7I%ӁbrZf*?H`(?C[ @@c#:->lbJ[/?\iY?p[._@ck"jfaLq?SGΈ?ΧS@bk#m^y"ea]x,?`Vu?.\+@bv@I6;f0_ܢѨ?n$?R8@aO^*vPۋ_|R?бl=?T!@`{A4!@_ؕ?` ??ʂj~[!@hb3,ں=ǜ(e ?SD@n~",oI(,Rl a?AW/?& ߘ@p"3xY=fG$7?6k?h*@kq-+@ xb/lkV:6?Ugm?(HT?q@jVn0\@XWrhc |?5?l1W@jR_Ϥ@i\zy%n1?! n?4lI@yOAS]v+qJ\?s<K?V@z |ĮrT~eN2?Җ?Ә-q@s|N.9 >anq{~?ɼ0?ӊat@r'@SXDנv4A?BCs?_@u~ Z@b·Jцmn? T Zd+ސVMpt?Ut i?J_@Wl@(ܿyzXHl'?3?\"-h@Z*Cm@,^WS'?Q)?՚kk@^ΑAv@F}L\NeTĈ?厧F?o@d,@Z\^dk>]?¤we?MSx@n(ly܏Ql?]ȸ?݆^5@ UȔ??@Ra=3?hL?)@NYofV L>DcO?ҏ?=5l@Oqؠ~lKCJY?Wa`c?ʜ8CD@OأD2V-JO?ݜMg?Ӽ@O^OP=> gдWSGw?Zu'@Tu6s@Ams!ա@qoz~*?\zf?Jӈ@M,%@aNM &x?? @~h=@>JZ8?*?~>Fҟ@&hלZg I?{Q?v}8@(%m݃o6 o?a0Q?ѫ%@o$H'@X>ept?o?𫅤@f`s@_}>+o?k ?Q{Y@k@e>4"?O:?UȻ9@-p@o\T:{Q??<.U?)N?B@)f4T@xXQ%a?ry?oa㣏@ה!@|N˚n.? ?ԒI$I2@UX!?غP?ڪ@B/{q ??@:~'d '?/V^ռ?ΰh@^Ծ9gi.4_5XO?U?A@$ َ@w@ h?w?@ڈݷ@$]8%ةJ?\5?Ԓ@IM[d2P3`?ػ'?ڨ@i7O+;??@B]#7X]?/fj?αE¶T@E_MB/`\E? V^ ? XN=@h@oʀ1G?ӳaE?]FTl@ m@ΑHÂJ60?֊Y ?ԑ*ƿ# @vOYj8?ط`?ڭ>β,@W??@w1ə\$_lG?<=?υ.k@ro9cdr"?@l ?υ7\@sl",r+?9?b?ϗU@s\CkrF?36v?ϡoK@s ?n`^\GTr?.\ER?Ϫ+8Y@s<@Ҩ9rβI_?)Y?ϴ>Cj@s- u-r&?&6 ?UAv@sIˈӛ tH fsDW?Bhy?(ܝ@s.ݮeT/sq?"~?f@s4 @ms\b?(v?Yb@tg!Zs~>sKH?gy?m%F0@t?gU@t\3 v`?ɀ^u?*@t@AXtˬw4 ?bq?9@uѧP@::uu=F+TF?ϥ|<9??RN@uu R@Tu^K?ύshZ?SS@v.@ uv?$I?ЌSBd@vV@-=E`wt6ܺ?hځW?Т%ùX@w=@3(y x׫#Z?Ug?Ъ=@xz7@4ݡ]z?{??S@yѥY?W@>"1f {d-d?̆?8eW!A@{AF@v@E:B}} ?~b53?v9ٹ@}<- @J <X=V|?͏'e?ѓu{@nF@OӐ1bF'*?7?G'@B;@XXjqZ sO?̞~?"&&"@hz@Zk\j3c ?di-?Fs]@b~zMI@cd?Ou?υO;м@pj`"D[! 3? 2{?DOF>@k²˭'x쇔Ņz?~@?NAd)'@pPI@cCǒm *|? ?+>@ @RVmv"4?b=?: @ р@VSgt? v?ѦE@<$@^?/t?s0_To@^};@^f2((?o7ox?j-=@AE@_9_(?ŅOz?ѕaVt@N@c$c8$=)?.o9?ʼ?@A@h/mZ1?̾?]`@(LRi@oQ2x)w?MU?҉\&$^@qM6@v# #o0?ˁ4Z<S?hMܶn@6@ljXQA?ʘ)#? j@r)ئ@"i&ql?-O7?8yž@E@9IA&?ơE<#?Ե8ij@@ݹ⡖"?|FMh?ΗxB@S\>ϔHIY??@,{?<=?υ.k@ro9cdr"?@l ?υ7\@sl",r+?9?b?ϗU@s\CkrF?36v?ϡoK@s ?n`^\GTr?.\ER?Ϫ+8Y@s<@Ҩ9rβI_?)Y?ϴ>Cj@s- u-r&?&6 ?UAv@sIˈӛ tH fsDW?Bhy?(ܝ@s.ݮeT/sq?"~?f@s4 @ms\b?(v?Yb@tg!Zs~>sKH?gy?m%F0@t?gU@t\3 v`?ɀ^u?*@t@AXtˬw4 ?bq?9@uѧP@::uu=F+TF?ϥ|<9??RN@uu R@Tu^K?ύshZ?SS@v.@ uv?$I?ЌSBd@vV@-=E`wt6ܺ?hځW?Т%ùX@w=@3(y x׫#Z?Ug?Ъ=@xz7@4ݡ]z?{??S@yѥY?W@>"1f {d-d?̆?8eW!A@{AF@v@E:B}} ?~b53?v9ٹ@}<- @J <X=V|?͏'e?ѓu{@nF@OӐ1bF'*?7?G'@B;@XXjqZ sO?̞~?"&&"@hz@Zk\j3c ?di-?Fs]@b~zMI@cd?Ou?υO;м@pj`"D[! 3? 2{?DOF>@k²˭'x쇔Ņz?~@?NAd)'@pPI@cCǒm *|? ?+>@ @RVmv"4?b=?: @ р@VSgt? v?ѦE@<$@^?/t?s0_To@^};@^f2((?o7ox?j-=@AE@_9_(?ŅOz?ѕaVt@N@c$c8$=)?.o9?ʼ?@A@h/mZ1?̾?]`@(LRi@oQ2x)w?MU?҉\&$^@qM6@v# #o0?ˁ4Z<S?hMܶn@6@ljXQA?ʘ)#? j@r)ئ@"i&ql?-O7?8yž@E@9IA&?ơE<#?Ե8ij@@ݹ⡖"?|FMh?ΗxB@S\>ϔHIY??@,{?8Z)?Ϝۊ@bѳB;Cb^?+l'V[?;q4@b%)U!?qfb =b?ϙ?з@ch9˿Јpb ) ?KU?'`/@c'z{I? ~ cTh3zt?ϥ-?ЈS@d:rF@ׄ ejǧR?&?ХF/@e_Q@&faV.?BZ?ҳ{OcGV@e95I2J@B\li:¬?QyC?ܲ@hp۶P@Kh=*$m?s|”?L?@i7Y5Ni3!Ȑ?O053\?7淍@iO@V 6-`i#>C?cz!?q@i҅Az(; hǻqR?p.?͞<@jOZy2;{1?gAJ?[{ ?h@j1 OG`@d X?щ7NKM?νm@g/郢1_6eP8O?Ph?Μĭ<@fʌ$?iR۬@f&묕we1{ ̺?>w?5@fH&.;e#N>c?<'?"m4@gC 7,`>@fp}@޺?:Ӈ?ҽ#`@g< @2Ǧ j۾"?xuTpc?[E@g@^:"Fr?(?֡:cڜ@o7j@e5yT|7t?9H?!@v0@b:-.il`W?W?{?-Q@{fYQ@iڨh9a?q8@$`@xSaNޕ ?S6?Ӑ`{@"@8Mz= ҩ?cۨ?}@ &@u_o/]x?y?#"?|u|@jq @0 EQ?ϱ}?bxJ@m]@PY{se?ǒC?=r\@a/6@3:Rfrk?CHрI?m)KR@`něAge?٦1]鮘?|@=! &??Ao U?U5?{Mq@Yp00`Xܩ F7c?/j ?H@Yp*G(ʌY<\?%Ωt?I!$@YK ?eY{?Mq/c?в@Y@ZOd˿@eﶠ[@?9s?sy@@ZK@%K'P\H????EyJ@\3Z@#z(^VN8?ђE?| .I}@^I~P+Cy\;/.?ϢQ0>?tX#Ӯ@]API?[^%as?gb,?ϮS>@^cVy!@ vy@^3yBy֍?p?6P\)?@^/~# `b _pR?6Y8ls?D5pŖ@`'%I7pB_Cm?3 ?ݬB@X@#/}@^h8gqPE?ː璍ԃ?7淍@en@E'Qi#>C?߸?q@houAz(; hǻqR?p.?͞<@jOZy2;{1?gAJ?[{ ?h@j1 OG`@d X?щ7NKM?νm@g/郢1_6eP8O?Ph?Μĭ<@fʌ$?iR۬@f&묕we1{ ̺?>w?5@fH&.;e#N>c?<'?"m4@gC 7,`>@fp}@޺?:Ӈ?ҽ#`@g< @2Ǧ j۾"?xuTpc?[E@g@^:"Fr?(?֡:cڜ@o7j@e5yT|7t?9H?!@v0@b:-.il`W?W?{?-Q@{fYQ@iڨh:@tKt?[8tN^?\%g? ^C=.@tF?5믓t?g<*? F@u#~o?*SRxu*6>?ГI?(!#d@u]rN@ O|̀uШk?ϾJ?8C@v(3@CvqT`?\å?lЅ@vΚ2 @&s#͇`w|PW?8a)?~ @w @-XSzx|FI?-iP'?gt@x@/q@y؄Gds??ŨC@yT} @7dď{ʊؾ?h H?U;@{zW"@A0&}Q$?pdj?/^+@}W[@EW h?[??@FG[1@Idzr]? {j?㞤n @ 0ѵ@T5RCP?O?e?@ e"w@8ٮ|?d5%?Ԋu@>К@4)3 ^i?ȷxgN?u]>@SO@ykƼ\Wf8'?ǎ1%7?T _U3@zw@G=Q?~9е?Ֆ&E@Rn)0 ? ;Y?v_@TL)??A(Lލ9?Lv4?@jrȶ7iڕL?èo?\EY@jd[*+rC\hvE?Юo?ܲ@j k"\Ph=*$m?-k?L?@iG`*Ni3!Ȑ?O053\?7淍@iO@V 6-`i#>C?cz!?q@i҅Az(; hǻqR?p.?͞<@jOZy2;{1?gAJ?[{ ?h@j1 OG`@d X?щ7NKM?νm@g/郢1_6eP8O?Ph?FZ@fʌ$@Uh%Ye${?˅$چ?ҽ#`@c۸C@Nq|~j۾"?-c4^? @f@ߑ@^:"FqON?(?8@o7j@Ed:,t$[VD?w^&]?dg5-`@t hR/j!gk:M?M? x@n1 w+.@u Q*Z~1?X6i1?W-@z @{!+P/ P?ĝh?ԛ: =@g<.n@S&hW,?_3?Վ⌘@r0ntS|?P"Ɖ?e ː@%.2(??@zf-5~Sd?<=?υ.k@ro9cdr"?@l ?υ7\@sl",r+?9?b?ϗU@s\CkrF?36v?ϡoK@s ?n`^\GTr?.\ER?Ϫ+8Y@s<@Ҩ9rβI_?)Y?ϴ>Cj@s- u-r&?&6 ?UAv@sIˈӛ tH fsDW?Bhy?(ܝ@s.ݮeT/sq?"~?f@s4 @ms\b?(v?Yb@tg!Zs~>sKH?gy?m%F0@t?gU@t\3 v`?ɀ^u?*@t@AXtˬw4 ?bq?9@uѧP@::uu=F+TF?ϥ|<9??RN@uu R@Tu^K?ύshZ?SS@v.@ uv?$I?ЌSBd@vV@-=E`wt6ܺ?hځW?Т%ùX@w=@3(y x׫#Z?Ug?Ъ=@xz7@4ݡ]z?{??S@yѥY?W@>"1f {d-d?̆?8eW!A@{AF@v@E:B}} ?~b53?v9ٹ@}<- @J <X=V|?͏'e?ѓu{@nF@OӐ1bF'*?7?G'@B;@XXjqZ sO?̞~?"&&"@hz@Zk\j3c ?di-?Fs]@b~zMI@cd?Ou?υO;м@pj`"D[! 3? 2{?DOF>@k²˭'x쇔Ņz?~@?NAd)'@pPI@cCǒm *|? ?+>@ @RVmv"4?b=?: @ р@VSgt? v?ѦE@<$@^?/t?s0_To@^};@^f2((?o7ox?j-=@AE@_9_(?ŅOz?ѕaVt@N@c$c8$=)?.o9?ʼ?@A@h/mZ1?̾?]`@(LRi@oQ2x)w?MU?҉\&$^@qM6@v# #o0?ˁ4Z<S?hMܶn@6@ljXQA?ʘ)#? j@r)ئ@"i&ql?-O7?8yž@E@9IA&?ơE<#?Ե8ij@@ݹ⡖"?|FMh?ΗxB@S\>ϔHIY??@,{?AgV(?{Q4@s)CqìrWnN'?Eʨn:?z<+@sxe`bD:r,??g5?ϋ N@s`=Gj3r5U?:r0S?ϔ}#bE@s\6xi6er3Ya?5[8?Ϝ%e}(@sʇZtj!yrރO?1`p?ϤF񕂖@s3 YYrL؆?/9?Ϯm*@sPKD0.] s 1u??őh@sqq,4s:@tKt?[8tN^?\%g? ^C=.@tF?5믓t?g<*? F@u#~o?*SRxu*6>?ГI?(!#d@u]rN@ O|̀uШk?ϾJ?8C@v(3@CvqT`?\å?lЅ@vΚ2 @&s#͇`w|PW?8a)?~ @w @-XSzx|FI?-iP'?gt@x@/q@y؄Gds??ŨC@yT} @7dď{ʊؾ?h H?U;@{zW"@A0&}Q$?pdj?/^+@}W[@EW h?[??@FG[1@Idzr]? {j?㞤n @ 0ѵ@T5RCP?O?e?@ e"w@8ٮ|?d5%?Ԋu@>К@4)3 ^i?ȷxgN?u]>@SO@ykƼ\Wf8'?ǎ1%7?T _U3@zw@G=Q?~9е?Ֆ&E@Rn)0 ? ;Y?v_@TL)??A(Lލ9?Lv4?@jrȶ7iڕL?èo?\EY@jd[*+rC\hvE?Юo?ܲ@j k"\Ph=*$m?-k?L?@iG`*Ni3!Ȑ?O053\?7淍@iO@V 6-`i#>C?cz!?q@i҅Az(; hǻqR?p.?͞<@jOZy2;{1?gAJ?[{ ?h@j1 OG`@d X?щ7NKM?νm@g/郢1_6eP8O?Ph?Μĭ<@fʌ$?.z@fJ^yPb2$r?:^?16҆@e $\,y$YX4( ?f8De?Eq@[2C@^J>ʜhB?;a9A?[E@d6[lr@dmIsSr?-fpF:?ԛ@m'@e5w5?9H?ѵC@v0%Q^%xL?w?b(@zp{2fr{Gl̖45?Ù5|?ޯܫR=@uAK@g+F+:@tKt?[8tN^?\%g? ^C=.@tF?5믓t?g<*? F@u#~o?*SRxu*6>?ГI?(!#d@u]rN@ O|̀uШk?ϾJ?8C@v(3@CvqT`?\å?lЅ@vΚ2 @&s#͇`w|PW?8a)?~ @w @-XSzx|FI?-iP'?gt@x@/q@y؄Gds??ŨC@yT} @7dď{ʊؾ?h H?U;@{zW"@A0&}Q$?pdj?/^+@}W[@EW h?[??@FG[1@Idzr]? {j?㞤n @ 0ѵ@T5RCP?O?e?@ e"w@8ٮ|?d5%?Ԋu@>К@4)3 ^i?ȷxgN?u]>@SO@ykƼ\Wf8'?ǎ1%7?T _U3@zw@G=Q?~9е?Ֆ&E@Rn)0 ? ;Y?v_@TL)??A(Lލ9?Lv4?@jrȶ7iڕL?èo?\EY@jd[*+rC\hvE?Юo?ܲ@j k"\Ph=*$m?-k?L?@iG`*Ni3!Ȑ?O053\?7淍@iO@V 6-`i#>C?cz!?q@i҅Az(; hǻqR?p.?͞<@jOZy2;{1?gAJ?[{ ?h@j1 OG`@d X?щ7NKM?νm@g/郢1_6eP8O?Ph?Μĭ<@fʌ$?iR۬@f&묕we1{ ̺?>w?5@fH&.;e#N>c?<'?n(@gC 7,`>@d`€?:Ӈ?l o@g< B3Έd;?۰?Pfx @g/R%FLQ lX??zfO_?A`"@W$v@\zé-?ĜE_?B;`B7@}VJ@{p>GhwS?ȩ)@?д4@Nv@h!?%c?ȇg*?Xu\_@8Xf|5\/%rJ"X??'C "d?8d\@OUmUF>iǢ(?=f=gIKUϭ??@T0! wwz?AgV(?{Q4@s)CqìrWnN'?Eʨn:?z<+@sxe`bD:r,??g5?ϋ N@s`=Gj3r5U?:r0S?ϔ}#bE@s\6xi6er3Ya?5[8?Ϝ%e}(@sʇZtj!yrރO?1`p?ϤF񕂖@s3 YYrL؆?/9?Ϯm*@sPKD0.] s 1u??őh@sqq,4s:@tKt?[8tN^?\%g? ^C=.@tF?5믓t?g<*? F@u#~o?*SRxu*6>?ГI?(!#d@u]rN@ O|̀uШk?ϾJ?8C@v(3@CvqT`?\å?lЅ@vΚ2 @&s#͇`w|PW?8a)?~ @w @-XSzx|FI?-iP'?gt@x@/q@y؄Gds??ŨC@yT} @7dď{ʊؾ?h H?U;@{zW"@A0&}Q$?pdj?/^+@}W[@EW h?[??@FG[1@Idzr]? {j?㞤n @ 0ѵ@T5RCP?O?e?@ e"w@8ٮ|?d5%?Ԋu@>К@4)3 ^i?ȷxgN?u]>@SO@ykƼ\Wf8'?ǎ1%7?T _U3@zw@G=Q?~9е?Ֆ&E@Rn)0 ? ;Y?v_@TL)??A(Lލ9?Lv4?@jrȶ7iڕL?èo?̖2[@jd[*+rC\g~J볻?Юo?0G[Ek@j kLg>$JTdbW?ޞk :?䔫W@h'sbDLac%"Tç+?I,D?2H 7@a{|d@՘2lX> h3?X8-'?иqa @[i6X#J}#[9Fo?gk`?D0@Tىü@Y_|dG? G?zԹ d@b4&-@>j cne1fk?τ<?iR۬@eQj'&묕we1{ ̺?>w?5@fH&.;e#N>c?<'?"m4@gC 7,`>@fp}@޺?:Ӈ?ҽ#`@g< @2Ǧ j۾"?xuTpc?[E@g@^:"Fr?(?֡:cڜ@o7j@e5yT|7t?9H?!@v0@b:-.il`W?W?{?-Q@{fYQ@iڨh9a?q8@$`@xSaNޕ ?S6?Ӑ`{@"@8Mz= ҩ?cۨ?}@ &@u_o/]x?y?#"?|u|@jq @0 EQ?ϱ}?bxJ@m]@PY{se?ǒC?=r\@a/6@3:Rfrk?CHрI?m)KR@`něAge?٦1]鮘?|@=! &??Ao U?J ?/=H5D@yon3@-h5p{?zwG?#G(?YqUխ@e#z-(m7I%ӁbrZf*?H`(?C[ @@c#:->lbJ[/?\iY?p[._@ck"jfaLq?SGΈ?ΧS@bk#m^y"ea]x,?`Vu?.\+@bv@I6;f0_ܢѨ?n$?R8@aO^*vPۋ_|R?бl=?T!@`{A4!@_ؕ?` ??ʂj~[!@hb3,ں=ǜ(e ?SD@n~",oI(,Rl a?AW/?& ߘ@p"3xY=fG$7?6k?h*@kq-+@ xb/lkV:6?Ugm?(HT?q@jVn0\@XWrhc |?5?l1W@jR_Ϥ@i\zy%n1?! n?4lI@yOAS]v+qJ\?s<K?V@z |ĮrT~eN2?Җ?Ә-q@s|N.9 >anq{~?ɼ0?ӊat@r'@SXDנv4A?BCs?_@u~ Z@b·Jцmn? T Zd+ސVMpt?Ut i?J_@Wl@(ܿyzXHl'?3?\"-h@Z*Cm@,^WS'?Q)?՚kk@^ΑAv@F}L\NeTĈ?厧F?o@d,@Z\^dk>]?¤we?MSx@n(ly܏Ql?]ȸ?݆^5@ UȔ??@Ra=3?hL?)@NYofV L>DcO?ҏ?=5l@Oqؠ~lKCJY?Wa`c?ʜ8CD@OأD2V-JO?ݜMg?Ӽ@O^OP=> gдWSGw?Zu'@Tu6s@Ams!ա@qoz~*?\zf?Jӈ@M,%@aNM &x?? @~h=@>JZ8?*?~>Fҟ@&hלZg I?{Q?v}8@(%m݃o6 o?a0Q?ѫ%@o$H'@X>ept?o?𫅤@f`s@_}>+o?k ?Q{Y@k@e>4"?O:?UȻ9@-p@o\T:{Q??<.U?)N?B@)f4T@xXQ%a?ry?oa㣏@ה!@|N˚n.? ?ԒI$I2@UX!?غP?ڪ@B/{q ??@:~'d '?/V^ռ?ΰh@^Ծ9gi.4_5XO?U?A@$ َ@w@ h?w?@ڈݷ@$]8%ةJ?\5?Ԓ@IM[d2P3`?ػ'?ڨ@i7O+;??@B]#7X]?/fj?αE¶T@E_MB/`\E? V^ ? XN=@h@oʀ1G?ӳaE?]FTl@ m@ΑHÂJ60?֊Y ?ԑ*ƿ# @vOYj8?ط`?ڭ>β,@W??@w1ə\$_lG?oO1??IVO@ Uw5?ɣ Nc?yFe?9@xbx@ .\V?2?a qj@ y@+uI=7 @?FN(? V!@u !@OvRHC?4?߹?邦>@. @oAa i$?BVZ?Уw遤'@b;r@_}x[kł?&D? L@j*[X?ϧkO[@TYc,Te̦?->s?ρI| @Tj poTM`?.x?ЛW[@TqIuUhr?gp0?E-@T?<@.QH^ػv?Vd_?IN$=&@Mu"7H@g@g\?y\?%2B @dNk{@\Do?ɑr:?jqv)@joV~@Kf p]ݦ?AgV(?{Q4@s)CqìrWnN'?Eʨn:?z<+@sxe`bD:r,??g5?ϋ N@s`=Gj3r5U?:r0S?ϔ}#bE@s\6xi6er3Ya?5[8?Ϝ%e}(@sʇZtj!yrރO?1`p?ϤF񕂖@s3 YYrL؆?/9?Ϯm*@sPKD0.] s 1u??őh@sqq,4s:@tKt?[8tN^?\%g? ^C=.@tF?5믓t?g<*? F@u#~o?*SRxu*6>?ГI?(!#d@u]rN@ O|̀uШk?ϾJ?8C@v(3@CvqT`?\å?lЅ@vΚ2 @&s#͇`w|PW?8a)?~ @w @-XSzx|FI?-iP'?gt@x@/q@y؄Gds??ŨC@yT} @7dď{ʊؾ?h H?U;@{zW"@A0&}Q$?pdj?/^+@}W[@EW h?[??@FG[1@Idzr]? {j?㞤n @ 0ѵ@T5RCP?O?e?@ e"w@8ٮ|?d5%?Ԋu@>К@4)3 ^i?ȷxgN?u]>@SO@ykƼ\Wf8'?ǎ1%7?T _U3@zw@G=Q?~9е?Ֆ&E@Rn)0 ? ;Y?v_@TL)??A(Lލ9? ,?n Ԥ@jD1 .izZ]R?М^!?λ@jR^$)i)˙7W?y # ?υܧ@ih04 Di?"`)6?"{o@il?v]_irg4D??ϵ- @iuT/銀ih۔܍|? P_+H?JjVr@isx8U4iaZ?&?/v_@i•*o 0h1-#?׈?ʜ)]@iGGDpGeT%I? 4?ϟ{ IX@gOa'>8e7~?e&o)?ϡRnYf@f] O8Èe*,?3U$?ϬTL@f֝heo\?i&#,?^l@fqxቿ}exM??,!i?yR@f6LʨXq;f~?54$?P1@fBۃE?+k4f"$?I?ͽKߚ?Њ=`@f٩M@i؀f6?ˌ\3?)ߛFC@gur:Ree ʍ?a2/?!T@ecb&@B-jhYV,?ިVK?Z9@g6d9gEH?Ԇ]?y!6@il,RBțax~;?ՋMj?u}1j@ee| EQްa7?ܱ?½@a>@B̹pdZ?sA?)8@c.G?€5cΉa?ћ콟?o@dťh39D-!bP@t6?w 1X?f:-N@cnAB0+"Haz?3gA[?ZDD@c.9Fe'`T {az?ЎD>K!?0bx@b2šg%WZ a.?RcS?]9|@b@#9}Wj_hҳ?=֖?͛@a&yH1lttx^> ?$Z?o_YF/@` .m"da^#D?ГEn&X?Γ @`a5&_0lG?Ѣ|?Hem@`̈́.kZ`^x^?Лr>#?SvTn@`bx`|Zf?v*O?њ󋣹@a%Qp@, ^`b E?̏>P?uflz@bWA@:dfI ҔgR?̏$i3?]Ʊ%@e[xYc@Dg$k J?tX?~tF@iY=M@Z-6sJ? B?Jۘ@q3@^/QXy|͜J?} OM?p%@vm@k!x-W`?Ҟg?CL@Zm@vXt#1 ?a? ,l@ф@Qa O^@3#8ZR?d?љ^_:z@W:k@1[3N?Ҙ?ɒ@\Y&LU7FWWwK?ŚԊ?Y[w9s@Z'O155Y2(?*Ѻ?^zu@WKx @?8]Q?$?Ζk` @\q h"@÷`] zvL?ϴ*? @]JWlEݧ@]l{(? !H1? Х@]HtT?>d]=?JI? ڑ?@^:c]?5 ^W'Vx?vA?ϴ3-@^L)8^wfN@?Zmnm@?zvc@_H @@Z#^Uj?/JX?ΖY4@_v `T]sA?CB]?#`~{9@__34[R?\4?#@]+6C/X($M]d??yF?Ӄ#Ie@[Q"@?;`;aΫ?m=`?r?~v@_58 |@7jHb)r?ѳ&[?$@bN4[5aNm`: e?f|>?P,s@a$m`x?#1?%7$@a5- ?Maoj~?ϧAa?%m@aUJeu?JNFay?݋?=ï)R@aʳb3T(?a~c?1!@?ݮ&@b9 ߙ m 0bTK?ΤA? EA@bdCh@$c^Z?60>? { @cH6@)evhdn?Q|?nFk@d@$}$S fujZ?.?6inh@eo%+|(@:ZdL>xhށ?U,?'.2@gMz%@CwDMtllNiE?ʰ7?Pd@i\-@Olpev?AN?v(=@m7L|@XO r4;(?? eC?ˊøu@r(ϩPiup\}?⠄H˚E?x^?n@qvm;!rnO\SaX(\?۹Dn?s,,@iƴ"Q ZB4C|?ۜǜ?=PZ@afZN#?UE$ ? (?ԚT׋@\eD@DL;l^iI?6B?p󗪑@ajʷl)?ڎa?{@@1Ul$S??@&}+-?C@U]?́i@F7Q(DZ2?ћ?Ϋ@Ffn[cWG1 EGCr?Тi$jq?ґ0Lr@G<@KJJ^?1;{?c>+}b@FCl\@@JcRLڹ3?psb?AĿ|@R~&%? ByxSK0?1h,? +.@U}X_@iy8U?R\.?Ì=so?2tч@Y@rd}?W?q@xY}APЪ9??@g_P"{?~t?S(ٰ^@E-ε.WhҸDd?<)]?uY@Ffڰ?jH(1:?NR?7÷@C,ո@F;`]Rg(r?(a:?`gC=@RR,L/@ JgS\z(?SS?W@UDKRU_?1h?y@[ƼL4???u;d,?зW"Y?ϿYw@l=&YtF @kv!0q悂?v6Wa?X-V@rO!E@D0hsCz?̾zz?E@sy@J=zxw#??[ye@w-}wa@T1Lގv|gW???ن:V@|OzD@`0=|ox?ɋ#E?<@H=@mN?Ƶް{?ԴX@\ɣ!ap ?o?ک[@^ A+JS??@K4?/_pmY?ΰ>@B]DZ=K8س&? ?ڛG@qۣ@kaUWojxF=b?Ǭ`?J@`ʌ m@9p@[?wi?Ԓ*;F@b͓!u?غÈ?ک9@UT$U,??@oN[_u' ?/_H?ΰ/u@T2]R$.`674{? @vC?ڝItg@ésA@bfecƽ4?+1?2b?u U@caS&@u͡%_k ?ġ?Ԓ4L.@O*@]?غۭ*?ک.L@sQz|a??@S+cSp?AgV(?{Q4@s)CqìrWnN'?Eʨn:?z<+@sxe`bD:r,??g5?ϋ N@s`=Gj3r5U?:r0S?ϔ}#bE@s\6xi6er3Ya?5[8?Ϝ%e}(@sʇZtj!yrރO?1`p?ϤF񕂖@s3 YYrL؆?/9?Ϯm*@sPKD0.] s 1u??őh@sqq,4s:@tKt?[8tN^?\%g? ^C=.@tF?5믓t?g<*? F@u#~o?*SRxu*6>?ГI?(!#d@u]rN@ O|̀uШk?ϾJ?8C@v(3@CvqT`?\å?lЅ@vΚ2 @&s#͇`w|PW?8a)?~ @w @-XSzx|FI?-iP'?gt@x@/q@y؄Gds??ŨC@yT} @7dď{ʊؾ?h H?U;@{zW"@A0&}Q$?pdj?/^+@}W[@EW h?[??@FG[1@Idzr]? {j?㞤n @ 0ѵ@T5RCP?O?e?@ e"w@8ٮ|?d5%?Ԋu@>К@4)3 ^i?ȷxgN?u]>@SO@ykƼ\Wf8'?ǎ1%7?T _U3@zw@G=Q?~9е?Ֆ&E@Rn)0 ? ;Y?v_@TL)??A(Lލ9? ,?n Ԥ@jD1 .izZ]R?М^!?λ@jR^$)i)˙7W?y # ?υܧ@ih04 Di?"`)6?"{o@il?v]_irg4D??ϵ- @iuT/銀ih۔܍|? P_+H?JjVr@isx8U4iaZ?&?/v_@i•*o 0h1-#?׈?ʜ)]@iGGDpGeT%I? 4?ϟ{ IX@gOa'>8e7~?e&o)?ϡRnYf@f] O8Èe*,?3U$?ϬTL@f֝heo\?i&#,?^l@fqxቿ}exM??,!i?yR@f6LʨXq;f~?54$?P1@fBۃE?+k4f"$?I?ͽKߚ?Њ=`@f٩M@i؀f6?ˌ\3?)ߛFC@gur:Ree ʍ?a2/?!T@ecb&@B-jhYV,?ިVK?Z9@g6d9gEH?Ԇ]?y!6@il,RBțax~;?ՋMj?u}1j@ee| EQްa7?ܱ?½@a>@B̹pdZ?sA?)8@c.G?€5cΉa?ћ콟?o@dťh39D-!bP@t6?w 1X?f:-N@cnAB0+"Haz?3gA[?ZDD@c.9Fe'`T {az?ЎD>K!?0bx@b2šg%WZ a.?RcS?]9|@b@#9}Wj_hҳ?=֖?͛@a&yH1lttx^> ?$Z?o_YF/@` .m"da^#D?ГEn&X?Γ @`a5&_0lG?Ѣ|?Hem@`̈́.kZ`^x^?Лr>#?SvTn@`bx`|Zf?v*O?њ󋣹@a%Qp@, ^`b E?̏>P?uflz@bWA@:dfI ҔgR?̏$i3?]Ʊ%@e[xYc@Dg$k J?tX?~tF@iY=M@Z-6sJ? B?Jۘ@q3@^/QXy|͜J?} OM?p%@vm@k!x-W`?Ҟg?CL@Zm@vXt#1 ?a? ,l@ф@Qa O^@3#8ZR?d?љ^_:z@W:k@1[3N?Ҙ?ɒ@\Y&LU7FWWwK?ŚԊ?Y[w9s@Z'O155Y2(?*Ѻ?^zu@WKx @?8]Q?$?Ζk` @\q h"@÷`] zvL?ϴ*? @]JWlEݧ@]l{(? !H1? Х@]HtT?>d]=?JI? ڑ?@^:c]?5 ^W'Vx?vA?ϴ3-@^L)8^wfN@?Zmnm@?zvc@_H @@Z#^Uj?/JX?ΖY4@_v `T]sA?CB]?#`~{9@__34[R?\4?#@]+6C/X($M]d??yF?Ӄ#Ie@[Q"@?;`;aΫ?m=`?r?~v@_58 |@7jHb)r?ѳ&[?$@bN4[5aNm`: e?f|>?P,s@a$m`x?#1?%7$@a5- ?Maoj~?ϧAa?%m@aUJeu?JNFay?݋?=ï)R@aʳb3T(?a~c?1!@?ݮ&@b9 ߙ m 0bTK?ΤA? EA@bdCh@$c^Z?60>? { @cH6@)evhdn?Q|?nFk@d@$}$S fujZ?.?6inh@eo%+|(@:ZdL>xhށ?U,?'.2@gMz%@CwDMtllNiE?ʰ7?Pd@i\-@Olpev?AN?v(=@m7L|@XO r4;(?? eC?ˊøu@r(ϩPiup\}?⠄H˚E?x^?n@qvm;!rnO\SaX(\?۹Dn?s,,@iƴ"Q ZB4C|?ۜǜ?=PZ@afZN#?UE$ ? (?ԚT׋@\eD@DL;l^iI?6B?p󗪑@ajʷl)?ڎa?{@@1Ul$S??@&}+-?Ҕ `?̮N O b@Gn6WD1[ܤ?T?z@OYYd3v ??x;TO+jw?AgV(?{Q4@s)CqìrWnN'?Eʨn:?z<+@sxe`bD:r,??g5?ϋ N@s`=Gj3r5U?:r0S?ϔ}#bE@s\6xi6er3Ya?5[8?Ϝ%e}(@sʇZtj!yrރO?1`p?ϤF񕂖@s3 YYrL؆?/9?Ϯm*@sPKD0.] s 1u??őh@sqq,4s:@tKt?[8tN^?\%g? ^C=.@tF?5믓t?g<*? F@u#~o?*SRxu*6>?ГI?(!#d@u]rN@ O|̀uШk?ϾJ?8C@v(3@CvqT`?\å?lЅ@vΚ2 @&s#͇`w|PW?8a)?~ @w @-XSzx|FI?-iP'?gt@x@/q@y؄Gds??ŨC@yT} @7dď{ʊؾ?h H?U;@{zW"@A0&}Q$?pdj?/^+@}W[@EW h?[??@FG[1@Idzr]? {j?㞤n @ 0ѵ@T5RCP?O?e?@ e"w@8ٮ|?d5%?Ԋu@>К@4)3 ^i?ȷxgN?u]>@SO@ykƼ\Wf8'?ǎ1%7?T _U3@zw@G=Q?~9е?Ֆ&E@Rn)0 ? ;Y?v_@TL)??A(Lލ9? ,?n Ԥ@jD1 .izZ]R?М^!?λ@jR^$)i)˙7W?y # ?υܧ@ih04 Di?"`)6?"{o@il?v]_irg4D??ϵ- @iuT/銀ih۔܍|? P_+H?JjVr@isx8U4iaZ?&?/v_@i•*o 0h1-#?׈?ʜ)]@iGGDpGeT%I? 4?ϟ{ IX@gOa'>8e7~?e&o)?ϡRnYf@f] O8Èe*,?3U$?ϬTL@f֝heo\?i&#,?^l@fqxቿ}exM??,!i?yR@f6LʨXq;f~?54$?P1@fBۃE?+k4f"$?I?ͽKߚ?Њ=`@f٩M@i؀f6?ˌ\3?)ߛFC@gur:Ree ʍ?a2/?!T@ecb&@B-jhYV,?ިVK?Z9@g6d9gEH?Ԇ]?y!6@il,RBțax~;?ՋMj?u}1j@ee| EQްa7?ܱ?½@a>@B̹pdZ?sA?)8@c.G?€5cΉa?ћ콟?o@dťh39D-!bP@t6?w 1X?f:-N@cnAB0+"Haz?3gA[?ZDD@c.9Fe'`T {az?ЎD>K!?0bx@b2šg%WZ a.?RcS?]9|@b@#9}Wj_hҳ?=֖?͛@a&yH1lttx^> ?$Z?o_YF/@` .m"da^#D?ГEn&X?Γ @`a5&_0lG?Ѣ|?Hem@`̈́.kZ`^x^?Лr>#?SvTn@`bx`|Zf?v*O?њ󋣹@a%Qp@, ^`b E?̏>P?uflz@bWA@:dfI ҔgR?̏$i3?]Ʊ%@e[xYc@Dg$k J?tX?~tF@iY=M@Z-6sJ? B?Jۘ@q3@^/QXy|͜J?} OM?p%@vm@k!x-W`?Ҟg?CL@Zm@vXt#1 ?a? ,l@ф@Qa O^@3#8ZR?d?љ^_:z@W:k@1[3N?Ҙ?ɒ@\Y&LU7FWWwK?ŚԊ?Y[w9s@Z'O155Y2(?*Ѻ?^zu@WKx @?8]Q?$?Ζk` @\q h"@÷`] zvL?ϴ*? @]JWlEݧ@]l{(? !H1? Х@]HtT?>d]=?JI? ڑ?@^:c]?5 ^W'Vx?vA?ϴ3-@^L)8^wfN@?Zmnm@?zvc@_H @@Z#^Uj?/JX?ΖY4@_v `T]sA?CB]?#`~{9@__34[R?\4?#@]+6C/X($M]d??yF?Ӄ#Ie@[Q"@?;`;aΫ?m=`?r?~v@_58 |@7jHb)r?ѳ&[?$@bN4[5aNm`: e?f|>?P,s@a$m`x?#1?%7$@a5- ?Maoj~?ϧAa?%m@aUJeu?JNFay?݋?=ï)R@aʳb3T(?a~c?1!@?ݮ&@b9 ߙ m 0bTK?ΤA? EA@bdCh@$c^Z?60>? { @cH6@)evhdn?Q|?nFk@d@$}$S fujZ?.?6inh@eo%+|(@:ZdL>xhށ?U,?'.2@gMz%@CwDMtllNiE?ʰ7?Pd@i\-@Olpev?AN?v(=@m7L|@XO r4;(?? eC?ˊøu@r(ϩPiup\}?⠄H˚E?x^?n@qvm;!rnO\SaX(\?۹Dn?s,,@iƴ"Q ZB4C|?ۜǜ?=PZ@afZN#?UE$ ? (?ԚT׋@\eD@DL;l^iI?6B?p󗪑@ajʷl)?ڎa?{@@1Ul$S??@&}+-?C@U]?́i@F7Q(DZ2?ћ?Ϋ@Ffn[cWG1 EGCr?Тi$jq?ґ0Lr@G<@KJJ^?1;{?c>+}b@FCl\@@JcRLڹ3?psb?AĿ|@R~&%? ByxSK0?1h,? +.@U}X_@iy8U?R\.?Ì=so?2tч@Y@rd}?W?q@xY}APЪ9??@g_P"{?~t?S(ٰ^@E-ε.WhҸDd?<)]?uY@Ffڰ?jH(1:?NR?7÷@C,ո@F;`]Rg(r?(a:?`gC=@RR,L/@ JgS\z(?SS?W@UDKRU_?1h?y@[ƼL4???u;d,?зW"Y?ϿYw@l=&YtF @kv!0q悂?v6Wa?X-V@rO!E@D0hsCz?̾zz?E@sy@J=zxw#??[ye@w-}wa@T1Lގv|gW???ن:V@|OzD@`0=|ox?ɋ#E?<@H=@mN?Ƶް{?ԴX@\ɣ!ap ?o?ک[@^ A+JS??@K4?/_pmY?ΰ>@B]DZ=K8س&? ?ڛG@qۣ@kaUWojxF=b?Ǭ`?J@`ʌ m@9p@[?wi?Ԓ*;F@b͓!u?غÈ?ک9@UT$U,??@oN[_u' ?/_H?ΰ/u@T2]R$.`674{? @vC?ڝItg@ésA@bfecƽ4?+1?2b?u U@caS&@u͡%_k ?ġ?Ԓ4L.@O*@]?غۭ*?ک.L@sQz|a??@S+cSp?<%[?6@SO>@RGܗ?ڰp?gdx@S;L(?o:C@SkC[?Jo(c?ݔt@S3A@(r߇ڰTU7}?A9Sݢ?rv@SǕ@ɍU1?x)c?h@UT9%<$-PT޷ ?ѫU ?͛6@UHz3N%ctS`H"3?}?7@T1s;@GTS? ?@/@RW!@>}p[@YDy?͑ >R?t@Wid@!t'X`ر?Ϧrܕ?2g@Y&[O.>]XhawG?J?g%GT@Yu<ޥ5}xU5C?<+#?ς[@Wq"ox*UhAK?l| ?fě@V~E _H<.V9U r?L& '?ж-5o@VF@C j!W;8O-?x:b[ ?@VM#R@O@X9&vT?b㲧? 'Bd@XK;|G';PWpE?̩v?x'@W*|I@df`Yt@^?E??jg?@Z%"#>,M ]Y>xN?g?>UBM@T8g#@Tӗa}?2ę2?0oNj@`@433|\bѿM??E|{!@a$wrQja-؋]?kWz?wWk@b})T(!W`aKY?%3X?˱G@B@b#47w_S?ё۟? y.1@ae(BB-dH`_I :?0T(?@``D_\yf%?>Tާ3?L9@`bhҐaxѰ_ˎŲ??/o9?@ @`y)$8_IhF?5c? J@`O/@k `a֔p? l(?Ҟ@`a3@7528cC(*?',?OpG'@bؑd@DhC/gyg~@?;7d?&0@d\8O@P"SFlW׺?yhS{?A=@gz?s%w@VXvqh?uX'0?mA9@p?z=_0p,2?=Yc?Xܒ@kr96@dD vH,b?ӟavvF?~o@vOVQz:hq\J62?Nm@g? 9[`@t15X'M@`tNAlK@?Ωg?E @tzNK@@sO#hvkc8?͸)z^?@s@uy23kH@BJފEw"?ͤ)?N(|@w%@Dx]8z*A6?͍E9K?^ &([@y~V @Ga֞GP|Gi ?qVT?o]v@|6@@J姣IIщs?Qn?фS@ @OAc ~ʪM?.\gu?ќRS@4sh@RXV+?(BS0?ѹG@.2@U h?Dg5?@ԇz@Z_hu8?̙bǟ ?"@pWd@`9PE $ɦAw+?Qhj'?<@ JL@du.&?y'?҄53}@Me@j"d??˃\m2?Hm@Pu@rZ$T/`?m3,V?}AV5@r6RK@y^H?Xg?zV<@sz@D{4(?ȧp9?DD>@~@&CiZC?.Ӱ?j{{@<V`=.P#?!L-? r<@60Khw??@i^MB>`\?U5?{Mq@Yp00`Xܩ F7c?/j ?H@Yp*G(ʌY<\?%Ωt?I!$@YK ?eY{?Mq/c?в@Y@ZOd˿@eﶠ[@?9s?sy@@ZK@%K'P\H????EyJ@\3Z@#z(^VN8?ђE?| .I}@^I~P+Cy\;/.?ϢQ0>?tX#Ӯ@]API?[^%as?gb,?ϮS>@^cVy!@ vy@^3yBy֍?p?6P\)?@^/~# `b _pR?6Y8ls?D5pŖ@`'%I7pB_Cm?3 ?ݬB@X@#/}@^h8gqPE?ː璍ԃ?7淍@en@E'Qi#>C?߸?q@houAz(; hǻqR?p.?͞<@jOZy2;{1?gAJ?[{ ?h@j1 OG`@d X?щ7NKM?νm@g/郢1_6eP8O?Ph?Μĭ<@fʌ$?iR۬@f&묕we1{ ̺?>w?5@fH&.;e#N>c?<'?"m4@gC 7,`>@fp}@޺?:Ӈ?ҽ#`@g< @2Ǧ j۾"?xuTpc?[E@g@^:"Fr?(?֡:cڜ@o7j@e5yT|7t?9H?!@v0@b:-.il`W?W?{?-Q@{fYQ@iڨh:@tKt?[8tN^?\%g? ^C=.@tF?5믓t?g<*? F@u#~o?*SRxu*6>?ГI?(!#d@u]rN@ O|̀uШk?ϾJ?8C@v(3@CvqT`?\å?lЅ@vΚ2 @&s#͇`w|PW?8a)?~ @w @-XSzx|FI?-iP'?gt@x@/q@y؄Gds??ŨC@yT} @7dď{ʊؾ?h H?U;@{zW"@A0&}Q$?pdj?/^+@}W[@EW h?[??@FG[1@Idzr]? {j?㞤n @ 0ѵ@T5RCP?O?e?@ e"w@8ٮ|?d5%?Ԋu@>К@4)3 ^i?ȷxgN?u]>@SO@ykƼ\Wf8'?ǎ1%7?T _U3@zw@G=Q?~9е?Ֆ&E@Rn)0 ? ;Y?v_@TL)??A(Lލ9?Lv4?@jrȶ7iڕL?èo?\EY@jd[*+rC\hvE?Юo?ܲ@j k"\Ph=*$m?-k?L?@iG`*Ni3!Ȑ?O053\?7淍@iO@V 6-`i#>C?cz!?q@i҅Az(; hǻqR?p.?͞<@jOZy2;{1?gAJ?[{ ?h@j1 OG`@d X?щ7NKM?νm@g/郢1_6eP8O?Ph?FZ@fʌ$@Uh%Ye${?˅$چ?ҽ#`@c۸C@Nq|~j۾"?-c4^? @f@ߑ@^:"FqON?(?8@o7j@Ed:,t$[VD?w^&]?dg5-`@t hR/j!gk:M?M? x@n1 w+.@u Q*Z~1?X6i1?W-@z @{!+P/ P?ĝh?ԛ: =@g<.n@S&hW,?_3?Վ⌘@r0ntS|?P"Ɖ?e ː@%.2(??@zf-5~Sd?AgV(?{Q4@s)CqìrWnN'?Eʨn:?z<+@sxe`bD:r,??g5?ϋ N@s`=Gj3r5U?:r0S?ϔ}#bE@s\6xi6er3Ya?5[8?Ϝ%e}(@sʇZtj!yrރO?1`p?ϤF񕂖@s3 YYrL؆?/9?Ϯm*@sPKD0.] s 1u??őh@sqq,4s:@tKt?[8tN^?\%g? ^C=.@tF?5믓t?g<*? F@u#~o?*SRxu*6>?ГI?(!#d@u]rN@ O|̀uШk?ϾJ?8C@v(3@CvqT`?\å?lЅ@vΚ2 @&s#͇`w|PW?8a)?~ @w @-XSzx|FI?-iP'?gt@x@/q@y؄Gds??ŨC@yT} @7dď{ʊؾ?h H?U;@{zW"@A0&}Q$?pdj?/^+@}W[@EW h?[??@FG[1@Idzr]? {j?㞤n @ 0ѵ@T5RCP?O?e?@ e"w@8ٮ|?d5%?Ԋu@>К@4)3 ^i?ȷxgN?u]>@SO@ykƼ\Wf8'?ǎ1%7?T _U3@zw@G=Q?~9е?Ֆ&E@Rn)0 ? ;Y?v_@TL)??A(Lލ9?Lv4?@jrȶ7iڕL?èo?\EY@jd[*+rC\hvE?Юo?ܲ@j k"\Ph=*$m?-k?L?@iG`*Ni3!Ȑ?O053\?7淍@iO@V 6-`i#>C?cz!?q@i҅Az(; hǻqR?p.?͞<@jOZy2;{1?gAJ?[{ ?h@j1 OG`@d X?щ7NKM?νm@g/郢1_6eP8O?Ph?Μĭ<@fʌ$?iR۬@f&묕we1{ ̺?>w?5@fH&.;e#N>c?<'?n(@gC 7,`>@d`€?:Ӈ?l o@g< B3Έd;?۰?Pfx @g/R%FLQ lX??zfO_?A`"@W$v@\zé-?ĜE_?B;`B7@}VJ@{p>GhwS?ȩ)@?д4@Nv@h!?%c?ȇg*?Xu\_@8Xf|5\/%rJ"X??'C "d?8d\@OUmUF>iǢ(?=f=gIKUϭ??@T0! wwz?AgV(?{Q4@s)CqìrWnN'?Eʨn:?z<+@sxe`bD:r,??g5?ϋ N@s`=Gj3r5U?:r0S?ϔ}#bE@s\6xi6er3Ya?5[8?Ϝ%e}(@sʇZtj!yrރO?1`p?ϤF񕂖@s3 YYrL؆?/9?Ϯm*@sPKD0.] s 1u??őh@sqq,4s:@tKt?[8tN^?\%g? ^C=.@tF?5믓t?g<*? F@u#~o?*SRxu*6>?ГI?(!#d@u]rN@ O|̀uШk?ϾJ?8C@v(3@CvqT`?\å?lЅ@vΚ2 @&s#͇`w|PW?8a)?~ @w @-XSzx|FI?-iP'?gt@x@/q@y؄Gds??ŨC@yT} @7dď{ʊؾ?h H?U;@{zW"@A0&}Q$?pdj?/^+@}W[@EW h?[??@FG[1@Idzr]? {j?㞤n @ 0ѵ@T5RCP?O?e?@ e"w@8ٮ|?d5%?Ԋu@>К@4)3 ^i?ȷxgN?u]>@SO@ykƼ\Wf8'?ǎ1%7?T _U3@zw@G=Q?~9е?Ֆ&E@Rn)0 ? ;Y?v_@TL)??A(Lލ9? ,?n Ԥ@jD1 .izZ]R?М^!?λ@jR^$)i)˙7W?y # ?υܧ@ih04 Di?"`)6?"{o@il?v]_irg4D??ϵ- @iuT/銀ih۔܍|? P_+H?JjVr@isx8U4iaZ?&?/v_@i•*o 0h1-#?׈?ʜ)]@iGGDpGeT%I? 4?ϟ{ IX@gOa'>8e7~?e&o)?ϡRnYf@f] O8Èe*,?3U$?ϬTL@f֝heo\?i&#,?^l@fqxቿ}exM??,!i?yR@f6LʨXq;f~?54$?к$@fBۃE?+k4g/ F>ċ?ͽKߚ?% @f٩M@COxjk?c ?n.L0S@fg@Vw|pwP5?d>?ȹ~Oj@oc~@ERj/'?NR?'L5@k`0@;Ye'pnk1i?)?t)Vj@mIzJ@00oVs1? 񱀛?u ɉJ@p1J.ߺDy©kv6z?D?:UA@lUTj@0ذnV̵YC?؏n? !Zz @pTm`<_)H(bRc&?ӖNY?[&λ@iy7tB1Ǘxdp-*x?S]J?)8@fIR>*hcΉa? C?o@e@xR9D-!bP@t6?w 1X?f:-N@cnAB0+"Haz?3gA[?ZDD@c.9Fe'`T {az?ЎD>K!?0bx@b2šg%WZ a.?RcS?]9|@b@#9}Wj_hҳ?=֖?͛@a&yH1lttx^> ?$Z?o_YF/@` .m"da^#D?ГEn&X?Γ @`a5&_0lG?Ѣ|?Hem@`̈́.kZ`^x^?Лr>#?SvTn@`bx`|Zf?v*O?њ󋣹@a%Qp@, ^`b E?̏>P?uflz@bWA@:dfI ҔgR?̏$i3?]Ʊ%@e[xYc@Dg$k J?tX?~tF@iY=M@Z-6sJ? B?Jۘ@q3@^/QXy|͜J?} OM?p%@vm@k!x-W`?Ҟg?CL@Zm@vXt#1 ?a? ,l@ф@Qa O:@tKt?[8tN^?\%g? ^C=.@tF?5믓t?g<*? F@u#~o?*SRxu*6>?ГI?(!#d@u]rN@ O|̀uШk?ϾJ?8C@v(3@CvqT`?\å?lЅ@vΚ2 @&s#͇`w|PW?8a)?~ @w @-XSzx|FI?-iP'?gt@x@/q@y؄Gds??ŨC@yT} @7dď{ʊؾ?h H?U;@{zW"@A0&}Q$?pdj?/^+@}W[@EW h?[??@FG[1@Idzr]? {j?㞤n @ 0ѵ@T5RCP?O?e?@ e"w@8ٮ|?d5%?Ԋu@>К@4)3 ^i?ȷxgN?u]>@SO@ykƼ\Wf8'?ǎ1%7?T _U3@zw@G=Q?~9е?Ֆ&E@Rn)0 ? ;Y?v_@TL)??A(Lލ9? ,?n Ԥ@jD1 .izZ]R?М^!?λ@jR^$)i)˙7W?y # ?υܧ@ih04 Di?"`)6?"{o@il?v]_irg4D??ϵ- @iuT/銀ih۔܍|? P_+H?JjVr@isx8U4iaZ?&?/v_@i•*o 0h1-#?׈?ʜ)]@iGGDpGeT%I? 4?ϟ{ IX@gOa'>8e7~?e&o)?ϡRnYf@f] O8Èe*,?3U$?ϬTL@f֝heo\?i&#,?^l@fqxቿ}exM??,!i?yR@f6LʨXq;f~?54$?P1@fBۃE?+k4f"$?I?ͽKߚ?Њ=`@f٩M@i؀f6?ˌ\3?)ߛFC@gur:Ree ʍ?a2/?!T@ecb&@B-jhYV,?ިVK?Z9@g6d9gEH?Ԇ]?y!6@il,RBțax~;?ՋMj?u}1j@ee| EQްa7?ܱ?½@a>@B̹pdZ?sA?)8@c.G?€5cΉa?ћ콟?o@dťh39D-!bP@t6?w 1X?f:-N@cnAB0+"Haz?3gA[?ZDD@c.9Fe'`T {az?ЎD>K!?0bx@b2šg%WZ a.?RcS?]9|@b@#9}Wj_hҳ?=֖?͛@a&yH1lttx^> ?$Z?o_YF/@` .m"da^#D?ГEn&X?Γ @`a5&_0lG?Ѣ|?Hem@`̈́.kZ`^x^?Лr>#?SvTn@`bx`|Zf?v*O?њ󋣹@a%Qp@, ^`b E?̏>P?uflz@bWA@:dfI ҔgR?̏$i3?]Ʊ%@e[xYc@Dg$k J?tX?~tF@iY=M@Z-6sJ? B?Jۘ@q3@^/QXy|͜J?} OM?p%@vm@k!x-W`?Ҟg?CL@Zm@vXt#1 ?a? ,l@ф@Qa O^@3#8ZR?d?љ^_:z@W:k@1[3N?Ҙ?ɒ@\Y&LU7FWWwK?ŚԊ?Y[w9s@Z'O155Y2(?*Ѻ?^zu@WKx @?8]Q?$?Ζk` @\q h"@÷`] zvL?ϴ*? @]JWlEݧ@]l{(? !H1? Х@]HtT?>d]=?JI? ڑ?@^:c]?5 ^W'Vx?vA?ϴ3-@^L)8^wfN@?Zmnm@?zvc@_H @@Z#^Uj?/JX?ΖY4@_v `T]sA?CB]?#`~{9@__34[R?\4?#@]+6C/X($M]d??yF?Ӄ#Ie@[Q"@?;`;aΫ?m=`?r?~v@_58 |@7jHb)r?ѳ&[?$@bN4[5aNm`: e?f|>?P,s@a$m`x?#1?%7$@a5- ?Maoj~?ϧAa?%m@aUJeu?JNFay?݋?=ï)R@aʳb3T(?a~c?1!@?ݮ&@b9 ߙ m 0bTK?ΤA? EA@bdCh@$c^Z?60>? { @cH6@)evhdn?Q|?nFk@d@$}$S fujZ?.?6inh@eo%+|(@:ZdL>xhށ?U,?'.2@gMz%@CwDMtllNiE?ʰ7?Pd@i\-@Olpev?AN?v(=@m7L|@XO r4;(?? eC?ˊøu@r(ϩPiup\}?⠄H˚E?x^?n@qvm;!rnO\SaX(\?۹Dn?s,,@iƴ"Q ZB4C|?ۜǜ?=PZ@afZN#?UE$ ? (?ԚT׋@\eD@DL;l^iI?6B?p󗪑@ajʷl)?ڎa?{@@1Ul$S??@&}+-?C@U]?́i@F7Q(DZ2?ћ?Ϋ@Ffn[cWG1 EGCr?Тi$jq?ґ0Lr@G<@KJJ^?1;{?c>+}b@FCl\@@JcRLڹ3?psb?AĿ|@R~&%? ByxSK0?1h,? +.@U}X_@iy8U?R\.?Ì=so?2tч@Y@rd}?W?q@xY}APЪ9??@g_P"{?~t?S(ٰ^@E-ε.WhҸDd?<)]?uY@Ffڰ?jH(1:?NR?7÷@C,ո@F;`]Rg(r?(a:?`gC=@RR,L/@ JgS\z(?SS?W@UDKRU_?1h?y@[ƼL4???u;d,?зW"Y?ϿYw@l=&YtF @kv!0q悂?v6Wa?X-V@rO!E@D0hsCz?̾zz?E@sy@J=zxw#??[ye@w-}wa@T1Lގv|gW???ن:V@|OzD@`0=|ox?ɋ#E?<@H=@mN?Ƶް{?ԴX@\ɣ!ap ?o?ک[@^ A+JS??@K4?/_pmY?ΰ>@B]DZ=K8س&? ?ڛG@qۣ@kaUWojxF=b?Ǭ`?J@`ʌ m@9p@[?wi?Ԓ*;F@b͓!u?غÈ?ک9@UT$U,??@oN[_u' ?/_H?ΰ/u@T2]R$.`674{? @vC?ڝItg@ésA@bfecƽ4?+1?2b?u U@caS&@u͡%_k ?ġ?Ԓ4L.@O*@]?غۭ*?ک.L@sQz|a??@S+cSp?ڜq1?,53v@ho1.:IEX@ge?΋3w?<@hY؈@6g`iu?ʰ-du?~)h(@i Vp@/onkgO7?W ?“ g@nq)t[]h!b]x?:5V?ǯN5@jG*UOaLGek?Մ Zd+ސVMpt?Ut i?J_@Wl@(ܿyzXHl'?3?\"-h@Z*Cm@,^WS'?Q)?ǫH@^ΑAv@F}L\NbD?厧F?o@d,k>]?17ad?ϠHJCk@q :bq`;??@kdV9}O?А@L?w>@^ Cyh>wp\0?iV?LT@/@^~DHzP ]}?e 1?6y@^aOm\J̺@]c#I?d$?1Tb@^tIktg>`[Zr3?Е$b?T4@_bY[.wB+̠@YJje? 6?>o&@]SCTK'^V?ty?ӆJP@T_@1Հ XaW?٧ 7n?&ε@Y]_1k+6'x~E_R Zd+ސVMpt?Ut i?J_@Wl@(ܿyzXHl'?3?\"-h@Z*Cm@,^WS'?Q)?ǫH@^ΑAv@F}L\NbD?厧F?o@d,k>]?17ad?ϠHJCk@q :bq`;??@kdV9}O?А@L?w>@^ Cyh>wp\0?iV?LT@/@^~DHzP ]}?e 1?6y@^aOm\J̺@]c#I?d$?1Tb@^tIktg>`[Zr3?Е$b?T4@_bY[.wB+̠@YJje? 6?>o&@]SCTK'^V?ty?ӆJP@T_@1Հ XaW?٧ 7n?&ε@Y]_1k+6'x~E_R' right delimiter for hypocontrib") ; Attribute FILLER String(4) Description ("Trying to figure out what's wrong" ) ; Relation pde Separator ( "" ) Fields ( ident year month day hour minute second latitude north longitude east depth mb MB flag intensity diastrophic tsunami seiche volcanism atectonic guided grn ms MSZ cultural magnitude contributor ide depthquality hypoarrivals hypoquality localmag localtype localcontrib LSEP hypocontrib RSEP ) Description ( "Preliminary Determination of Epicenters from NEIC" ) ; []h!b]x?:5V?ǯN5@jG*UOaLGek?Մ