ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/vendor/pxys2-2.1.0/pxyservd/dbprim/doc/latex/ht__iter_8c__incl.eps
Revision: 3253
Committed: Wed Apr 2 20:46:18 2014 UTC (9 years, 11 months ago) by michael
Content type: application/postscript
File size: 9990 byte(s)
Log Message:
- Imported pxys2-2.1.0

File Contents

# Content
1 %!PS-Adobe-2.0
2 %%Creator: dot version 2.8 (Fri Feb 3 22:39:55 UTC 2006)
3 %%For: (klmitch) Kevin L. Mitchell
4 %%Title: G
5 %%Pages: (atend)
6 %%BoundingBox: 36 36 366 170
7 %%EndComments
8 save
9 %%BeginProlog
10 /DotDict 200 dict def
11 DotDict begin
12
13 /setupLatin1 {
14 mark
15 /EncodingVector 256 array def
16 EncodingVector 0
17
18 ISOLatin1Encoding 0 255 getinterval putinterval
19 EncodingVector 45 /hyphen put
20
21 % Set up ISO Latin 1 character encoding
22 /starnetISO {
23 dup dup findfont dup length dict begin
24 { 1 index /FID ne { def }{ pop pop } ifelse
25 } forall
26 /Encoding EncodingVector def
27 currentdict end definefont
28 } def
29 /Times-Roman starnetISO def
30 /Times-Italic starnetISO def
31 /Times-Bold starnetISO def
32 /Times-BoldItalic starnetISO def
33 /Helvetica starnetISO def
34 /Helvetica-Oblique starnetISO def
35 /Helvetica-Bold starnetISO def
36 /Helvetica-BoldOblique starnetISO def
37 /Courier starnetISO def
38 /Courier-Oblique starnetISO def
39 /Courier-Bold starnetISO def
40 /Courier-BoldOblique starnetISO def
41 cleartomark
42 } bind def
43
44 %%BeginResource: procset graphviz 0 0
45 /coord-font-family /Times-Roman def
46 /default-font-family /Times-Roman def
47 /coordfont coord-font-family findfont 8 scalefont def
48
49 /InvScaleFactor 1.0 def
50 /set_scale {
51 dup 1 exch div /InvScaleFactor exch def
52 dup scale
53 } bind def
54
55 % styles
56 /solid { [] 0 setdash } bind def
57 /dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
58 /dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
59 /invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
60 /bold { 2 setlinewidth } bind def
61 /filled { } bind def
62 /unfilled { } bind def
63 /rounded { } bind def
64 /diagonals { } bind def
65
66 % hooks for setting color
67 /nodecolor { sethsbcolor } bind def
68 /edgecolor { sethsbcolor } bind def
69 /graphcolor { sethsbcolor } bind def
70 /nopcolor {pop pop pop} bind def
71
72 /beginpage { % i j npages
73 /npages exch def
74 /j exch def
75 /i exch def
76 /str 10 string def
77 npages 1 gt {
78 gsave
79 coordfont setfont
80 0 0 moveto
81 (\() show i str cvs show (,) show j str cvs show (\)) show
82 grestore
83 } if
84 } bind def
85
86 /set_font {
87 findfont exch
88 scalefont setfont
89 } def
90
91 % draw aligned label in bounding box aligned to current point
92 /alignedtext { % width adj text
93 /text exch def
94 /adj exch def
95 /width exch def
96 gsave
97 width 0 gt {
98 text stringwidth pop adj mul 0 rmoveto
99 } if
100 [] 0 setdash
101 text show
102 grestore
103 } def
104
105 /boxprim { % xcorner ycorner xsize ysize
106 4 2 roll
107 moveto
108 2 copy
109 exch 0 rlineto
110 0 exch rlineto
111 pop neg 0 rlineto
112 closepath
113 } bind def
114
115 /ellipse_path {
116 /ry exch def
117 /rx exch def
118 /y exch def
119 /x exch def
120 matrix currentmatrix
121 newpath
122 x y translate
123 rx ry scale
124 0 0 1 0 360 arc
125 setmatrix
126 } bind def
127
128 /endpage { showpage } bind def
129 /showpage { } def
130
131 /layercolorseq
132 [ % layer color sequence - darkest to lightest
133 [0 0 0]
134 [.2 .8 .8]
135 [.4 .8 .8]
136 [.6 .8 .8]
137 [.8 .8 .8]
138 ]
139 def
140
141 /layerlen layercolorseq length def
142
143 /setlayer {/maxlayer exch def /curlayer exch def
144 layercolorseq curlayer 1 sub layerlen mod get
145 aload pop sethsbcolor
146 /nodecolor {nopcolor} def
147 /edgecolor {nopcolor} def
148 /graphcolor {nopcolor} def
149 } bind def
150
151 /onlayer { curlayer ne {invis} if } def
152
153 /onlayers {
154 /myupper exch def
155 /mylower exch def
156 curlayer mylower lt
157 curlayer myupper gt
158 or
159 {invis} if
160 } def
161
162 /curlayer 0 def
163
164 %%EndResource
165 %%EndProlog
166 %%BeginSetup
167 14 default-font-family set_font
168 1 setmiterlimit
169 % /arrowlength 10 def
170 % /arrowwidth 5 def
171
172 % make sure pdfmark is harmless for PS-interpreters other than Distiller
173 /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
174 % make '<<' and '>>' safe on PS Level 1 devices
175 /languagelevel where {pop languagelevel}{1} ifelse
176 2 lt {
177 userdict (<<) cvn ([) cvn load put
178 userdict (>>) cvn ([) cvn load put
179 } if
180
181 %%EndSetup
182 %%Page: 1 1
183 %%PageBoundingBox: 36 36 366 170
184 %%PageOrientation: Portrait
185 gsave
186 36 36 330 134 boxprim clip newpath
187 36 36 translate
188 0 0 1 beginpage
189 1.0000 set_scale
190 4 4 translate 0 rotate
191 0.000 0.000 1.000 graphcolor
192 0.000 0.000 1.000 graphcolor
193 newpath -6 -6 moveto
194 -6 132 lineto
195 328 132 lineto
196 328 -6 lineto
197 closepath
198 fill
199 0.000 0.000 1.000 graphcolor
200 newpath -6 -6 moveto
201 -6 132 lineto
202 328 132 lineto
203 328 -6 lineto
204 closepath
205 stroke
206 0.000 0.000 0.000 graphcolor
207 10.00 /Helvetica set_font
208 % Node1
209 gsave 10 dict begin
210 filled
211 0.000 0.000 1.000 nodecolor
212 0.000 0.000 0.000 nodecolor
213 newpath 1 53 moveto
214 52 53 lineto
215 52 72 lineto
216 1 72 lineto
217 closepath
218 fill
219 0.000 0.000 1.000 nodecolor
220 newpath 1 53 moveto
221 52 53 lineto
222 52 72 lineto
223 1 72 lineto
224 closepath
225 stroke
226 gsave 10 dict begin
227 8 59 moveto
228 (ht_iter.c)
229 [5.52 2.88 5.52 2.16 2.64 5.52 2.64 2.88 5.04]
230 xshow
231 end grestore
232 end grestore
233 % Node2
234 [ /Rect [ 96 72 152 90 ]
235 /Border [ 0 0 0 ]
236 /Action << /Subtype /URI /URI ($dbprim_8h.html) >>
237 /Subtype /Link
238 /ANN pdfmark
239 gsave 10 dict begin
240 filled
241 0.000 0.000 1.000 nodecolor
242 newpath 96 71 moveto
243 152 71 lineto
244 152 90 lineto
245 96 90 lineto
246 closepath
247 fill
248 0.000 0.000 0.000 nodecolor
249 newpath 96 71 moveto
250 152 71 lineto
251 152 90 lineto
252 96 90 lineto
253 closepath
254 stroke
255 gsave 10 dict begin
256 104 77 moveto
257 (dbprim.h)
258 [5.52 5.52 5.52 3.36 2.16 8.4 2.88 5.52]
259 xshow
260 end grestore
261 end grestore
262 % Node1->Node2
263 gsave 10 dict begin
264 solid
265 0.667 0.776 0.439 edgecolor
266 newpath 52 68 moveto
267 62 70 75 72 86 74 curveto
268 stroke
269 gsave 10 dict begin
270 solid
271 1 setlinewidth
272 0.667 0.776 0.439 edgecolor
273 newpath 86 77 moveto
274 96 76 lineto
275 87 71 lineto
276 closepath
277 fill
278 0.667 0.776 0.439 edgecolor
279 newpath 86 77 moveto
280 96 76 lineto
281 87 71 lineto
282 closepath
283 stroke
284 end grestore
285 end grestore
286 % Node3
287 [ /Rect [ 88 36 160 54 ]
288 /Border [ 0 0 0 ]
289 /Action << /Subtype /URI /URI ($dbprim__int_8h.html) >>
290 /Subtype /Link
291 /ANN pdfmark
292 gsave 10 dict begin
293 filled
294 0.000 0.000 1.000 nodecolor
295 newpath 88 35 moveto
296 160 35 lineto
297 160 54 lineto
298 88 54 lineto
299 closepath
300 fill
301 0.000 0.000 0.000 nodecolor
302 newpath 88 35 moveto
303 160 35 lineto
304 160 54 lineto
305 88 54 lineto
306 closepath
307 stroke
308 gsave 10 dict begin
309 96 41 moveto
310 (dbprim_int.h)
311 [5.52 5.52 5.52 3.36 2.16 8.4 5.52 2.16 5.52 2.88 2.88 5.52]
312 xshow
313 end grestore
314 end grestore
315 % Node1->Node3
316 gsave 10 dict begin
317 solid
318 0.667 0.776 0.439 edgecolor
319 newpath 52 58 moveto
320 60 57 69 55 78 54 curveto
321 stroke
322 gsave 10 dict begin
323 solid
324 1 setlinewidth
325 0.667 0.776 0.439 edgecolor
326 newpath 79 57 moveto
327 88 52 lineto
328 78 51 lineto
329 closepath
330 fill
331 0.667 0.776 0.439 edgecolor
332 newpath 79 57 moveto
333 88 52 lineto
334 78 51 lineto
335 closepath
336 stroke
337 end grestore
338 end grestore
339 % Node4
340 gsave 10 dict begin
341 filled
342 0.000 0.000 0.749 nodecolor
343 0.000 0.000 1.000 nodecolor
344 newpath 206 107 moveto
345 312 107 lineto
346 312 126 lineto
347 206 126 lineto
348 closepath
349 fill
350 0.000 0.000 0.749 nodecolor
351 newpath 206 107 moveto
352 312 107 lineto
353 312 126 lineto
354 206 126 lineto
355 closepath
356 stroke
357 gsave 10 dict begin
358 0.000 0.000 0.000 nodecolor
359 214 113 moveto
360 (dbprim/dbprim_err.h)
361 [5.52 5.52 5.52 3.36 2.16 8.4 2.88 5.52 5.52 5.52 3.36 2.16 8.4 5.52 5.52 3.36 2.64 2.88 5.52]
362 xshow
363 end grestore
364 end grestore
365 % Node2->Node4
366 gsave 10 dict begin
367 solid
368 0.667 0.776 0.439 edgecolor
369 newpath 152 89 moveto
370 169 93 191 99 211 104 curveto
371 stroke
372 gsave 10 dict begin
373 solid
374 1 setlinewidth
375 0.667 0.776 0.439 edgecolor
376 newpath 210 107 moveto
377 221 107 lineto
378 212 101 lineto
379 closepath
380 fill
381 0.667 0.776 0.439 edgecolor
382 newpath 210 107 moveto
383 221 107 lineto
384 212 101 lineto
385 closepath
386 stroke
387 end grestore
388 end grestore
389 % Node5
390 gsave 10 dict begin
391 filled
392 0.000 0.000 0.749 nodecolor
393 0.000 0.000 1.000 nodecolor
394 newpath 196 71 moveto
395 322 71 lineto
396 322 90 lineto
397 196 90 lineto
398 closepath
399 fill
400 0.000 0.000 0.749 nodecolor
401 newpath 196 71 moveto
402 322 71 lineto
403 322 90 lineto
404 196 90 lineto
405 closepath
406 stroke
407 gsave 10 dict begin
408 0.000 0.000 0.000 nodecolor
409 204 77 moveto
410 (dbprim/dbprim_version.h)
411 [5.52 5.52 5.52 3.36 2.16 8.4 2.88 5.52 5.52 5.52 3.36 2.16 8.4 5.52 4.8 5.52 3.36 5.04 2.16 5.52 5.52 2.88 5.52]
412 xshow
413 end grestore
414 end grestore
415 % Node2->Node5
416 gsave 10 dict begin
417 solid
418 0.667 0.776 0.439 edgecolor
419 newpath 152 81 moveto
420 162 81 174 81 186 81 curveto
421 stroke
422 gsave 10 dict begin
423 solid
424 1 setlinewidth
425 0.667 0.776 0.439 edgecolor
426 newpath 186 85 moveto
427 196 81 lineto
428 186 78 lineto
429 closepath
430 fill
431 0.667 0.776 0.439 edgecolor
432 newpath 186 85 moveto
433 196 81 lineto
434 186 78 lineto
435 closepath
436 stroke
437 end grestore
438 end grestore
439 % Node6
440 gsave 10 dict begin
441 filled
442 0.000 0.000 0.749 nodecolor
443 0.000 0.000 1.000 nodecolor
444 newpath 223 35 moveto
445 296 35 lineto
446 296 54 lineto
447 223 54 lineto
448 closepath
449 fill
450 0.000 0.000 0.749 nodecolor
451 newpath 223 35 moveto
452 296 35 lineto
453 296 54 lineto
454 223 54 lineto
455 closepath
456 stroke
457 gsave 10 dict begin
458 0.000 0.000 0.000 nodecolor
459 230 41 moveto
460 (dbprim_err.h)
461 [5.52 5.52 5.52 3.36 2.16 8.4 5.52 5.52 3.36 2.64 2.88 5.52]
462 xshow
463 end grestore
464 end grestore
465 % Node3->Node6
466 gsave 10 dict begin
467 solid
468 0.667 0.776 0.439 edgecolor
469 newpath 160 45 moveto
470 176 45 195 45 213 45 curveto
471 stroke
472 gsave 10 dict begin
473 solid
474 1 setlinewidth
475 0.667 0.776 0.439 edgecolor
476 newpath 213 49 moveto
477 223 45 lineto
478 213 42 lineto
479 closepath
480 fill
481 0.667 0.776 0.439 edgecolor
482 newpath 213 49 moveto
483 223 45 lineto
484 213 42 lineto
485 closepath
486 stroke
487 end grestore
488 end grestore
489 % Node7
490 gsave 10 dict begin
491 filled
492 0.000 0.000 0.749 nodecolor
493 0.000 0.000 1.000 nodecolor
494 newpath 213 -1 moveto
495 306 -1 lineto
496 306 18 lineto
497 213 18 lineto
498 closepath
499 fill
500 0.000 0.000 0.749 nodecolor
501 newpath 213 -1 moveto
502 306 -1 lineto
503 306 18 lineto
504 213 18 lineto
505 closepath
506 stroke
507 gsave 10 dict begin
508 0.000 0.000 0.000 nodecolor
509 220 5 moveto
510 (dbprim_version.h)
511 [5.52 5.52 5.52 3.36 2.16 8.4 5.52 4.8 5.52 3.36 5.04 2.16 5.52 5.52 2.88 5.52]
512 xshow
513 end grestore
514 end grestore
515 % Node3->Node7
516 gsave 10 dict begin
517 solid
518 0.667 0.776 0.439 edgecolor
519 newpath 160 35 moveto
520 177 31 198 25 215 21 curveto
521 stroke
522 gsave 10 dict begin
523 solid
524 1 setlinewidth
525 0.667 0.776 0.439 edgecolor
526 newpath 216 24 moveto
527 225 18 lineto
528 214 18 lineto
529 closepath
530 fill
531 0.667 0.776 0.439 edgecolor
532 newpath 216 24 moveto
533 225 18 lineto
534 214 18 lineto
535 closepath
536 stroke
537 end grestore
538 end grestore
539 endpage
540 showpage
541 grestore
542 %%PageTrailer
543 %%EndPage: 1
544 %%Trailer
545 %%Pages: 1
546 end
547 restore
548 %%EOF