~ubuntu-branches/ubuntu/jaunty/spim/jaunty

« back to all changes in this revision

Viewing changes to Documentation/stack-frame.id

  • Committer: Bazaar Package Importer
  • Author(s): Fernando Sanchez
  • Date: 2001-01-24 14:05:34 UTC
  • Revision ID: james.westby@ubuntu.com-20010124140534-3le9wmofforjjcd8
Tags: upstream-6.3
ImportĀ upstreamĀ versionĀ 6.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%!PS-Adobe-2.0 EPSF-1.2
 
2
%%Creator: idraw
 
3
%%DocumentFonts: Helvetica-Bold
 
4
%%Pages: 1
 
5
%%BoundingBox: 95 269 480 623
 
6
%%EndComments
 
7
 
 
8
%%BeginIdrawPrologue
 
9
/arrowhead {
 
10
0 begin
 
11
transform originalCTM itransform
 
12
/taily exch def
 
13
/tailx exch def
 
14
transform originalCTM itransform
 
15
/tipy exch def
 
16
/tipx exch def
 
17
/dy tipy taily sub def
 
18
/dx tipx tailx sub def
 
19
/angle dx 0 ne dy 0 ne or { dy dx atan } { 90 } ifelse def
 
20
gsave
 
21
originalCTM setmatrix
 
22
tipx tipy translate
 
23
angle rotate
 
24
newpath
 
25
arrowHeight neg arrowWidth 2 div moveto
 
26
0 0 lineto
 
27
arrowHeight neg arrowWidth 2 div neg lineto
 
28
patternNone not {
 
29
originalCTM setmatrix
 
30
/padtip arrowHeight 2 exp 0.25 arrowWidth 2 exp mul add sqrt brushWidth mul
 
31
arrowWidth div def
 
32
/padtail brushWidth 2 div def
 
33
tipx tipy translate
 
34
angle rotate
 
35
padtip 0 translate
 
36
arrowHeight padtip add padtail add arrowHeight div dup scale
 
37
arrowheadpath
 
38
ifill
 
39
} if
 
40
brushNone not {
 
41
originalCTM setmatrix
 
42
tipx tipy translate
 
43
angle rotate
 
44
arrowheadpath
 
45
istroke
 
46
} if
 
47
grestore
 
48
end
 
49
} dup 0 9 dict put def
 
50
 
 
51
/arrowheadpath {
 
52
newpath
 
53
arrowHeight neg arrowWidth 2 div moveto
 
54
0 0 lineto
 
55
arrowHeight neg arrowWidth 2 div neg lineto
 
56
} def
 
57
 
 
58
/leftarrow {
 
59
0 begin
 
60
y exch get /taily exch def
 
61
x exch get /tailx exch def
 
62
y exch get /tipy exch def
 
63
x exch get /tipx exch def
 
64
brushLeftArrow { tipx tipy tailx taily arrowhead } if
 
65
end
 
66
} dup 0 4 dict put def
 
67
 
 
68
/rightarrow {
 
69
0 begin
 
70
y exch get /tipy exch def
 
71
x exch get /tipx exch def
 
72
y exch get /taily exch def
 
73
x exch get /tailx exch def
 
74
brushRightArrow { tipx tipy tailx taily arrowhead } if
 
75
end
 
76
} dup 0 4 dict put def
 
77
 
 
78
%%EndIdrawPrologue
 
79
 
 
80
/arrowHeight 10 def
 
81
/arrowWidth 5 def
 
82
 
 
83
/IdrawDict 51 dict def
 
84
IdrawDict begin
 
85
 
 
86
/reencodeISO {
 
87
dup dup findfont dup length dict begin
 
88
{ 1 index /FID ne { def }{ pop pop } ifelse } forall
 
89
/Encoding ISOLatin1Encoding def
 
90
currentdict end definefont
 
91
} def
 
92
 
 
93
/ISOLatin1Encoding [
 
94
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
 
95
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
 
96
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
 
97
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
 
98
/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright
 
99
/parenleft/parenright/asterisk/plus/comma/minus/period/slash
 
100
/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon
 
101
/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N
 
102
/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright
 
103
/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m
 
104
/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde
 
105
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
 
106
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
 
107
/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve
 
108
/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut
 
109
/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar
 
110
/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot
 
111
/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior
 
112
/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine
 
113
/guillemotright/onequarter/onehalf/threequarters/questiondown
 
114
/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
 
115
/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
 
116
/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
 
117
/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute
 
118
/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis
 
119
/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave
 
120
/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex
 
121
/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis
 
122
/yacute/thorn/ydieresis
 
123
] def
 
124
/Helvetica-Bold reencodeISO def
 
125
 
 
126
/none null def
 
127
/numGraphicParameters 17 def
 
128
/stringLimit 65535 def
 
129
 
 
130
/Begin {
 
131
save
 
132
numGraphicParameters dict begin
 
133
} def
 
134
 
 
135
/End {
 
136
end
 
137
restore
 
138
} def
 
139
 
 
140
/SetB {
 
141
dup type /nulltype eq {
 
142
pop
 
143
false /brushRightArrow idef
 
144
false /brushLeftArrow idef
 
145
true /brushNone idef
 
146
} {
 
147
/brushDashOffset idef
 
148
/brushDashArray idef
 
149
0 ne /brushRightArrow idef
 
150
0 ne /brushLeftArrow idef
 
151
/brushWidth idef
 
152
false /brushNone idef
 
153
} ifelse
 
154
} def
 
155
 
 
156
/SetCFg {
 
157
/fgblue idef
 
158
/fggreen idef
 
159
/fgred idef
 
160
} def
 
161
 
 
162
/SetCBg {
 
163
/bgblue idef
 
164
/bggreen idef
 
165
/bgred idef
 
166
} def
 
167
 
 
168
/SetF {
 
169
/printSize idef
 
170
/printFont idef
 
171
} def
 
172
 
 
173
/SetP {
 
174
dup type /nulltype eq {
 
175
pop true /patternNone idef
 
176
} {
 
177
dup -1 eq {
 
178
/patternGrayLevel idef
 
179
/patternString idef
 
180
} {
 
181
/patternGrayLevel idef
 
182
} ifelse
 
183
false /patternNone idef
 
184
} ifelse
 
185
} def
 
186
 
 
187
/BSpl {
 
188
0 begin
 
189
storexyn
 
190
newpath
 
191
n 1 gt {
 
192
0 0 0 0 0 0 1 1 true subspline
 
193
n 2 gt {
 
194
0 0 0 0 1 1 2 2 false subspline
 
195
1 1 n 3 sub {
 
196
/i exch def
 
197
i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
 
198
} for
 
199
n 3 sub dup n 2 sub dup n 1 sub dup 2 copy false subspline
 
200
} if
 
201
n 2 sub dup n 1 sub dup 2 copy 2 copy false subspline
 
202
patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
 
203
brushNone not { istroke } if
 
204
0 0 1 1 leftarrow
 
205
n 2 sub dup n 1 sub dup rightarrow
 
206
} if
 
207
end
 
208
} dup 0 4 dict put def
 
209
 
 
210
/Circ {
 
211
newpath
 
212
0 360 arc
 
213
patternNone not { ifill } if
 
214
brushNone not { istroke } if
 
215
} def
 
216
 
 
217
/CBSpl {
 
218
0 begin
 
219
dup 2 gt {
 
220
storexyn
 
221
newpath
 
222
n 1 sub dup 0 0 1 1 2 2 true subspline
 
223
1 1 n 3 sub {
 
224
/i exch def
 
225
i 1 sub dup i dup i 1 add dup i 2 add dup false subspline
 
226
} for
 
227
n 3 sub dup n 2 sub dup n 1 sub dup 0 0 false subspline
 
228
n 2 sub dup n 1 sub dup 0 0 1 1 false subspline
 
229
patternNone not { ifill } if
 
230
brushNone not { istroke } if
 
231
} {
 
232
Poly
 
233
} ifelse
 
234
end
 
235
} dup 0 4 dict put def
 
236
 
 
237
/Elli {
 
238
0 begin
 
239
newpath
 
240
4 2 roll
 
241
translate
 
242
scale
 
243
0 0 1 0 360 arc
 
244
patternNone not { ifill } if
 
245
brushNone not { istroke } if
 
246
end
 
247
} dup 0 1 dict put def
 
248
 
 
249
/Line {
 
250
0 begin
 
251
2 storexyn
 
252
newpath
 
253
x 0 get y 0 get moveto
 
254
x 1 get y 1 get lineto
 
255
brushNone not { istroke } if
 
256
0 0 1 1 leftarrow
 
257
0 0 1 1 rightarrow
 
258
end
 
259
} dup 0 4 dict put def
 
260
 
 
261
/MLine {
 
262
0 begin
 
263
storexyn
 
264
newpath
 
265
n 1 gt {
 
266
x 0 get y 0 get moveto
 
267
1 1 n 1 sub {
 
268
/i exch def
 
269
x i get y i get lineto
 
270
} for
 
271
patternNone not brushLeftArrow not brushRightArrow not and and { ifill } if
 
272
brushNone not { istroke } if
 
273
0 0 1 1 leftarrow
 
274
n 2 sub dup n 1 sub dup rightarrow
 
275
} if
 
276
end
 
277
} dup 0 4 dict put def
 
278
 
 
279
/Poly {
 
280
3 1 roll
 
281
newpath
 
282
moveto
 
283
-1 add
 
284
{ lineto } repeat
 
285
closepath
 
286
patternNone not { ifill } if
 
287
brushNone not { istroke } if
 
288
} def
 
289
 
 
290
/Rect {
 
291
0 begin
 
292
/t exch def
 
293
/r exch def
 
294
/b exch def
 
295
/l exch def
 
296
newpath
 
297
l b moveto
 
298
l t lineto
 
299
r t lineto
 
300
r b lineto
 
301
closepath
 
302
patternNone not { ifill } if
 
303
brushNone not { istroke } if
 
304
end
 
305
} dup 0 4 dict put def
 
306
 
 
307
/Text {
 
308
ishow
 
309
} def
 
310
 
 
311
/idef {
 
312
dup where { pop pop pop } { exch def } ifelse
 
313
} def
 
314
 
 
315
/ifill {
 
316
0 begin
 
317
gsave
 
318
patternGrayLevel -1 ne {
 
319
fgred bgred fgred sub patternGrayLevel mul add
 
320
fggreen bggreen fggreen sub patternGrayLevel mul add
 
321
fgblue bgblue fgblue sub patternGrayLevel mul add setrgbcolor
 
322
eofill
 
323
} {
 
324
eoclip
 
325
originalCTM setmatrix
 
326
pathbbox /t exch def /r exch def /b exch def /l exch def
 
327
/w r l sub ceiling cvi def
 
328
/h t b sub ceiling cvi def
 
329
/imageByteWidth w 8 div ceiling cvi def
 
330
/imageHeight h def
 
331
bgred bggreen bgblue setrgbcolor
 
332
eofill
 
333
fgred fggreen fgblue setrgbcolor
 
334
w 0 gt h 0 gt and {
 
335
l w add b translate w neg h scale
 
336
w h true [w 0 0 h neg 0 h] { patternproc } imagemask
 
337
} if
 
338
} ifelse
 
339
grestore
 
340
end
 
341
} dup 0 8 dict put def
 
342
 
 
343
/istroke {
 
344
gsave
 
345
brushDashOffset -1 eq {
 
346
[] 0 setdash
 
347
1 setgray
 
348
} {
 
349
brushDashArray brushDashOffset setdash
 
350
fgred fggreen fgblue setrgbcolor
 
351
} ifelse
 
352
brushWidth setlinewidth
 
353
originalCTM setmatrix
 
354
stroke
 
355
grestore
 
356
} def
 
357
 
 
358
/ishow {
 
359
0 begin
 
360
gsave
 
361
fgred fggreen fgblue setrgbcolor
 
362
/fontDict printFont printSize scalefont dup setfont def
 
363
/descender fontDict begin 0 [FontBBox] 1 get FontMatrix end
 
364
transform exch pop def
 
365
/vertoffset 1 printSize sub descender sub def {
 
366
0 vertoffset moveto show
 
367
/vertoffset vertoffset printSize sub def
 
368
} forall
 
369
grestore
 
370
end
 
371
} dup 0 3 dict put def
 
372
/patternproc {
 
373
0 begin
 
374
/patternByteLength patternString length def
 
375
/patternHeight patternByteLength 8 mul sqrt cvi def
 
376
/patternWidth patternHeight def
 
377
/patternByteWidth patternWidth 8 idiv def
 
378
/imageByteMaxLength imageByteWidth imageHeight mul
 
379
stringLimit patternByteWidth sub min def
 
380
/imageMaxHeight imageByteMaxLength imageByteWidth idiv patternHeight idiv
 
381
patternHeight mul patternHeight max def
 
382
/imageHeight imageHeight imageMaxHeight sub store
 
383
/imageString imageByteWidth imageMaxHeight mul patternByteWidth add string def
 
384
0 1 imageMaxHeight 1 sub {
 
385
/y exch def
 
386
/patternRow y patternByteWidth mul patternByteLength mod def
 
387
/patternRowString patternString patternRow patternByteWidth getinterval def
 
388
/imageRow y imageByteWidth mul def
 
389
0 patternByteWidth imageByteWidth 1 sub {
 
390
/x exch def
 
391
imageString imageRow x add patternRowString putinterval
 
392
} for
 
393
} for
 
394
imageString
 
395
end
 
396
} dup 0 12 dict put def
 
397
 
 
398
/min {
 
399
dup 3 2 roll dup 4 3 roll lt { exch } if pop
 
400
} def
 
401
 
 
402
/max {
 
403
dup 3 2 roll dup 4 3 roll gt { exch } if pop
 
404
} def
 
405
 
 
406
/midpoint {
 
407
0 begin
 
408
/y1 exch def
 
409
/x1 exch def
 
410
/y0 exch def
 
411
/x0 exch def
 
412
x0 x1 add 2 div
 
413
y0 y1 add 2 div
 
414
end
 
415
} dup 0 4 dict put def
 
416
 
 
417
/thirdpoint {
 
418
0 begin
 
419
/y1 exch def
 
420
/x1 exch def
 
421
/y0 exch def
 
422
/x0 exch def
 
423
x0 2 mul x1 add 3 div
 
424
y0 2 mul y1 add 3 div
 
425
end
 
426
} dup 0 4 dict put def
 
427
 
 
428
/subspline {
 
429
0 begin
 
430
/movetoNeeded exch def
 
431
y exch get /y3 exch def
 
432
x exch get /x3 exch def
 
433
y exch get /y2 exch def
 
434
x exch get /x2 exch def
 
435
y exch get /y1 exch def
 
436
x exch get /x1 exch def
 
437
y exch get /y0 exch def
 
438
x exch get /x0 exch def
 
439
x1 y1 x2 y2 thirdpoint
 
440
/p1y exch def
 
441
/p1x exch def
 
442
x2 y2 x1 y1 thirdpoint
 
443
/p2y exch def
 
444
/p2x exch def
 
445
x1 y1 x0 y0 thirdpoint
 
446
p1x p1y midpoint
 
447
/p0y exch def
 
448
/p0x exch def
 
449
x2 y2 x3 y3 thirdpoint
 
450
p2x p2y midpoint
 
451
/p3y exch def
 
452
/p3x exch def
 
453
movetoNeeded { p0x p0y moveto } if
 
454
p1x p1y p2x p2y p3x p3y curveto
 
455
end
 
456
} dup 0 17 dict put def
 
457
 
 
458
/storexyn {
 
459
/n exch def
 
460
/y n array def
 
461
/x n array def
 
462
n 1 sub -1 0 {
 
463
/i exch def
 
464
y i 3 2 roll put
 
465
x i 3 2 roll put
 
466
} for
 
467
} def
 
468
 
 
469
/SSten {
 
470
fgred fggreen fgblue setrgbcolor
 
471
dup true exch 1 0 0 -1 0 6 -1 roll matrix astore
 
472
} def
 
473
 
 
474
/FSten {
 
475
dup 3 -1 roll dup 4 1 roll exch
 
476
newpath
 
477
0 0 moveto
 
478
dup 0 exch lineto
 
479
exch dup 3 1 roll exch lineto
 
480
0 lineto
 
481
closepath
 
482
bgred bggreen bgblue setrgbcolor
 
483
eofill
 
484
SSten
 
485
} def
 
486
 
 
487
/Rast {
 
488
exch dup 3 1 roll 1 0 0 -1 0 6 -1 roll matrix astore
 
489
} def
 
490
 
 
491
%%EndProlog
 
492
 
 
493
%I Idraw 10 Grid 8 8 
 
494
 
 
495
%%Page: 1 1
 
496
 
 
497
Begin
 
498
%I b u
 
499
%I cfg u
 
500
%I cbg u
 
501
%I f u
 
502
%I p u
 
503
%I t
 
504
[ 0.923077 0 0 0.923077 0 0 ] concat
 
505
/originalCTM matrix currentmatrix def
 
506
 
 
507
Begin %I Rect
 
508
%I b 65535
 
509
1 0 0 [] 0 SetB
 
510
%I cfg Black
 
511
0 0 0 SetCFg
 
512
%I cbg White
 
513
1 1 1 SetCBg
 
514
none SetP %I p n
 
515
%I t
 
516
[ 1 0 0 1 97 131 ] concat
 
517
%I
 
518
136 163 300 542 Rect
 
519
End
 
520
 
 
521
Begin %I Line
 
522
%I b 65535
 
523
1 0 0 [] 0 SetB
 
524
%I cfg Black
 
525
0 0 0 SetCFg
 
526
%I cbg White
 
527
1 1 1 SetCBg
 
528
none SetP %I p n
 
529
%I t
 
530
[ 1 0 0 1 97 131 ] concat
 
531
%I
 
532
136 517 300 517 Line
 
533
%I 1
 
534
End
 
535
 
 
536
Begin %I Line
 
537
%I b 65535
 
538
1 0 0 [] 0 SetB
 
539
%I cfg Black
 
540
0 0 0 SetCFg
 
541
%I cbg White
 
542
1 1 1 SetCBg
 
543
none SetP %I p n
 
544
%I t
 
545
[ 1 0 0 1 97 106 ] concat
 
546
%I
 
547
136 517 300 517 Line
 
548
%I 1
 
549
End
 
550
 
 
551
Begin %I Line
 
552
%I b 65535
 
553
1 0 0 [] 0 SetB
 
554
%I cfg Black
 
555
0 0 0 SetCFg
 
556
%I cbg White
 
557
1 1 1 SetCBg
 
558
none SetP %I p n
 
559
%I t
 
560
[ 1 0 0 1 97 81 ] concat
 
561
%I
 
562
136 517 300 517 Line
 
563
%I 1
 
564
End
 
565
 
 
566
Begin %I Line
 
567
%I b 65535
 
568
1 0 0 [] 0 SetB
 
569
%I cfg Black
 
570
0 0 0 SetCFg
 
571
%I cbg White
 
572
1 1 1 SetCBg
 
573
none SetP %I p n
 
574
%I t
 
575
[ 1 0 0 1 98 -30 ] concat
 
576
%I
 
577
136 517 300 517 Line
 
578
%I 1
 
579
End
 
580
 
 
581
Begin %I Line
 
582
%I b 65535
 
583
1 0 0 [] 0 SetB
 
584
%I cfg Black
 
585
0 0 0 SetCFg
 
586
%I cbg White
 
587
1 1 1 SetCBg
 
588
none SetP %I p n
 
589
%I t
 
590
[ 1 0 0 1 98 -116 ] concat
 
591
%I
 
592
136 517 300 517 Line
 
593
%I 1
 
594
End
 
595
 
 
596
Begin %I Text
 
597
%I cfg Black
 
598
0 0 0 SetCFg
 
599
%I f *-helvetica-bold-r-normal--12-*-75-*
 
600
Helvetica-Bold 12 SetF
 
601
%I t
 
602
[ 1 0 0 1 272.5 492 ] concat
 
603
%I
 
604
[
 
605
(      .)
 
606
(      .)
 
607
(      .)
 
608
(local variables)
 
609
(      .)
 
610
(      .)
 
611
(      .)
 
612
] Text
 
613
End
 
614
 
 
615
Begin %I Text
 
616
%I cfg Black
 
617
0 0 0 SetCFg
 
618
%I f *-helvetica-bold-r-normal--12-*-75-*
 
619
Helvetica-Bold 12 SetF
 
620
%I t
 
621
[ 1 0 0 1 275 397 ] concat
 
622
%I
 
623
[
 
624
(      .)
 
625
(      .)
 
626
(      .)
 
627
(dynamic area)
 
628
(      .)
 
629
(      .)
 
630
(      .)
 
631
] Text
 
632
End
 
633
 
 
634
Begin %I Text
 
635
%I cfg Black
 
636
0 0 0 SetCFg
 
637
%I f *-helvetica-bold-r-normal--12-*-75-*
 
638
Helvetica-Bold 12 SetF
 
639
%I t
 
640
[ 1 0 0 1 458 561 ] concat
 
641
%I
 
642
[
 
643
(memory)
 
644
(addresses)
 
645
] Text
 
646
End
 
647
 
 
648
Begin %I Pict
 
649
%I b u
 
650
%I cfg u
 
651
%I cbg u
 
652
%I f u
 
653
%I p u
 
654
%I t
 
655
[ 1 0 0 1 -2.58933 62.1439 ] concat
 
656
 
 
657
Begin %I Text
 
658
%I cfg Black
 
659
0 0 0 SetCFg
 
660
%I f *-helvetica-bold-r-normal--12-*-75-*
 
661
Helvetica-Bold 12 SetF
 
662
%I t
 
663
[ 1 0 0 1 111.267 576.807 ] concat
 
664
%I
 
665
[
 
666
($fp)
 
667
] Text
 
668
End
 
669
 
 
670
Begin %I Line
 
671
%I b 65535
 
672
2 0 1 [] 0 SetB
 
673
%I cfg Black
 
674
0 0 0 SetCFg
 
675
%I cbg White
 
676
1 1 1 SetCBg
 
677
none SetP %I p n
 
678
%I t
 
679
[ 1 0 0 1 95.2673 116.807 ] concat
 
680
%I
 
681
50 456 136 456 Line
 
682
%I 1
 
683
End
 
684
 
 
685
End %I eop
 
686
 
 
687
Begin %I Pict
 
688
%I b u
 
689
%I cfg u
 
690
%I cbg u
 
691
%I f u
 
692
%I p u
 
693
%I t
 
694
[ 1 0 0 1 -6.04177 12.0835 ] concat
 
695
 
 
696
Begin %I Text
 
697
%I cfg Black
 
698
0 0 0 SetCFg
 
699
%I f *-helvetica-bold-r-normal--12-*-75-*
 
700
Helvetica-Bold 12 SetF
 
701
%I t
 
702
[ 1 0 0 1 112 294 ] concat
 
703
%I
 
704
[
 
705
($sp)
 
706
] Text
 
707
End
 
708
 
 
709
Begin %I Line
 
710
%I b 65535
 
711
2 0 1 [] 0 SetB
 
712
%I cfg Black
 
713
0 0 0 SetCFg
 
714
%I cbg White
 
715
1 1 1 SetCBg
 
716
none SetP %I p n
 
717
%I t
 
718
[ 1 0 0 1 97 136 ] concat
 
719
%I
 
720
50 154 136 154 Line
 
721
%I 1
 
722
End
 
723
 
 
724
End %I eop
 
725
 
 
726
Begin %I Line
 
727
%I b 65535
 
728
2 0 1 [] 0 SetB
 
729
%I cfg Black
 
730
0 0 0 SetCFg
 
731
%I cbg White
 
732
1 1 1 SetCBg
 
733
none SetP %I p n
 
734
%I t
 
735
[ 1 0 0 1 97 131 ] concat
 
736
%I
 
737
387 439 387 473 Line
 
738
%I 1
 
739
End
 
740
 
 
741
Begin %I Line
 
742
%I b 65535
 
743
1 0 0 [] 0 SetB
 
744
%I cfg Black
 
745
0 0 0 SetCFg
 
746
%I cbg White
 
747
1 1 1 SetCBg
 
748
none SetP %I p n
 
749
%I t
 
750
[ 1 0 0 1 95.2673 53.277 ] concat
 
751
%I
 
752
136 517 300 517 Line
 
753
%I 1
 
754
End
 
755
 
 
756
Begin %I Pict
 
757
%I b u
 
758
%I cfg u
 
759
%I cbg u
 
760
%I f u
 
761
%I p u
 
762
%I t
 
763
[ 1 0 0 1 -4.00479 0 ] concat
 
764
 
 
765
Begin %I Text
 
766
%I cfg Black
 
767
0 0 0 SetCFg
 
768
%I f *-helvetica-bold-r-normal--12-*-75-*
 
769
Helvetica-Bold 12 SetF
 
770
%I t
 
771
[ 1 0 0 1 286.005 615.618 ] concat
 
772
%I
 
773
[
 
774
(argument 5)
 
775
] Text
 
776
End
 
777
 
 
778
Begin %I Text
 
779
%I cfg Black
 
780
0 0 0 SetCFg
 
781
%I f *-helvetica-bold-r-normal--12-*-75-*
 
782
Helvetica-Bold 12 SetF
 
783
%I t
 
784
[ 1 0 0 1 286.005 639 ] concat
 
785
%I
 
786
[
 
787
(argument 6)
 
788
] Text
 
789
End
 
790
 
 
791
Begin %I Text
 
792
%I cfg Black
 
793
0 0 0 SetCFg
 
794
%I f *-helvetica-bold-r-normal--12-*-75-*
 
795
Helvetica-Bold 12 SetF
 
796
%I t
 
797
[ 1 0 0 1 313.505 664.981 ] concat
 
798
%I
 
799
[
 
800
(...)
 
801
] Text
 
802
End
 
803
 
 
804
Begin %I Text
 
805
%I cfg Black
 
806
0 0 0 SetCFg
 
807
%I f *-helvetica-bold-r-normal--12-*-75-*
 
808
Helvetica-Bold 12 SetF
 
809
%I t
 
810
[ 1 0 0 1 276.505 587.232 ] concat
 
811
%I
 
812
[
 
813
(arguments 1-4)
 
814
] Text
 
815
End
 
816
 
 
817
End %I eop
 
818
 
 
819
Begin %I Text
 
820
%I cfg Black
 
821
0 0 0 SetCFg
 
822
%I f *-helvetica-bold-r-normal--12-*-75-*
 
823
Helvetica-Bold 12 SetF
 
824
%I t
 
825
[ 1 0 0 1 268.5 587 ] concat
 
826
%I
 
827
[
 
828
(      )
 
829
(      .)
 
830
(      .)
 
831
(saved registers)
 
832
(      .)
 
833
(      .)
 
834
(      .)
 
835
] Text
 
836
End
 
837
 
 
838
End %I eop
 
839
 
 
840
showpage
 
841
 
 
842
%%Trailer
 
843
 
 
844
end