aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/Xt/jump_funcs
blob: 6a5dc2bd5ea9126d9ce6e090fbb1b19bfdf14982 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
# $Xorg: jump_funcs,v 1.3 2000/08/17 19:46:20 cpqbld Exp $
#
#
#
#
# $XFree86: xc/lib/Xt/jump_funcs,v 3.5 1996/12/30 13:58:31 dawes Exp $
#
00000000 T _XtAppAddActionHook  libXt          ActionHook
00000000 T _XtRemoveActionHook  libXt          ActionHook
00000000 T __XtAllocError       libXt          Alloc
00000000 T __XtHeapInit         libXt          Alloc
00000000 T _XtMalloc            libXt          Alloc
00000000 T _XtRealloc           libXt          Alloc
00000000 T _XtCalloc            libXt          Alloc
00000000 T _XtFree              libXt          Alloc
00000000 T __XtHeapAlloc        libXt          Alloc
00000000 T __XtHeapFree         libXt          Alloc
00000000 T _XtMergeArgLists     libXt          ArgList
00000000 T __XtAddCallback      libXt          Callback
00000000 T __XtAddCallbackOnce  libXt          Callback
00000000 T _XtAddCallback       libXt          Callback
00000000 T _XtAddCallbacks      libXt          Callback
00000000 T __XtRemoveCallback   libXt          Callback
00000000 T _XtRemoveCallback    libXt          Callback
00000000 T _XtRemoveCallbacks   libXt          Callback
00000000 T __XtRemoveAllCallbacks libXt          Callback
00000000 T _XtRemoveAllCallbacks libXt          Callback
00000000 T __XtCompileCallbackList libXt          Callback
00000000 T __XtGetCallbackList  libXt          Callback
00000000 T _XtCallCallbacks     libXt          Callback
00000000 T _XtHasCallbacks      libXt          Callback
00000000 T _XtCallCallbackList  libXt          Callback
00000000 T __XtCallConditionalCallbackList libXt          Callback
00000000 T _XtSetMultiClickTime libXt          ClickTime
00000000 T _XtGetMultiClickTime libXt          ClickTime
00000000 T __XtSetDefaultConverterTable libXt          Convert
00000000 T __XtFreeConverterTable libXt          Convert
00000000 T __XtTableAddConverter libXt          Convert
00000000 T _XtSetTypeConverter  libXt          Convert
00000000 T _XtAppSetTypeConverter libXt          Convert
00000000 T _XtAddConverter      libXt          Convert
00000000 T _XtAppAddConverter   libXt          Convert
00000000 T __XtCacheFlushTag    libXt          Convert
00000000 T _XtDirectConvert     libXt          Convert
00000000 T _XtCallConverter     libXt          Convert
00000000 T __XtConvert          libXt          Convert
00000000 T _XtConvert           libXt          Convert
00000000 T _XtConvertAndStore   libXt          Convert
00000000 T _XtAppReleaseCacheRefs libXt          Convert
00000000 T _XtCallbackReleaseCacheRefList libXt          Convert
00000000 T _XtCallbackReleaseCacheRef libXt          Convert
00000000 T __XtConvertInitialize libXt          Converters
00000000 T _XtDisplayStringConversionWarning libXt          Converters
00000000 T _XtStringConversionWarning libXt          Converters
00000000 T _XtCvtIntToBoolean   libXt          Converters
00000000 T _XtCvtIntToShort     libXt          Converters
00000000 T _XtCvtStringToBoolean libXt          Converters
00000000 T _XtCvtIntToBool      libXt          Converters
00000000 T _XtCvtStringToBool   libXt          Converters
00000000 T _XtCvtIntToColor     libXt          Converters
00000000 T _XtCvtStringToPixel  libXt          Converters
00000000 T _XtCvtStringToCursor libXt          Converters
00000000 T _XtCvtStringToDisplay libXt          Converters
00000000 T _XtCvtStringToFile   libXt          Converters
00000000 T _XtCvtIntToFloat     libXt          Converters
00000000 T _XtCvtStringToFloat  libXt          Converters
00000000 T _XtCvtStringToFont   libXt          Converters
00000000 T _XtCvtIntToFont      libXt          Converters
00000000 T _XtCvtStringToFontSet libXt          Converters
00000000 T _XtCvtStringToFontStruct libXt          Converters
00000000 T _XtCvtStringToInt    libXt          Converters
00000000 T _XtCvtStringToShort  libXt          Converters
00000000 T _XtCvtStringToDimension libXt          Converters
00000000 T _XtCvtIntToUnsignedChar libXt          Converters
00000000 T _XtCvtStringToUnsignedChar libXt          Converters
00000000 T _XtCvtColorToPixel   libXt          Converters
00000000 T _XtCvtIntToPixel     libXt          Converters
00000000 T _XtCvtIntToPixmap    libXt          Converters
00000000 T _XtCvtStringToInitialState libXt          Converters
00000000 T _XtCvtStringToVisual libXt          Converters
00000000 T _XtCvtStringToAtom   libXt          Converters
00000000 T __XtAddDefaultConverters libXt          Converters
00000000 T _XtCvtStringToDirectoryString libXt          Converters
00000000 T _XtCvtStringToCommandArgArray libXt          Converters
00000000 T _XtInitializeWidgetClass libXt          Create
00000000 T __XtCreateWidget     libXt          Create
00000000 T _XtCreateWidget      libXt          Create
00000000 T _XtCreateManagedWidget libXt          Create
00000000 T __XtCreatePopupShell libXt          Create
00000000 T _XtCreatePopupShell  libXt          Create
00000000 T __XtAppCreateShell   libXt          Create
00000000 T _XtAppCreateShell    libXt          Create
00000000 T _XtCreateApplicationShell libXt          Create
00000000 T __XtDoPhase2Destroy  libXt          Destroy
00000000 T _XtDestroyWidget     libXt          Destroy
00000000 T __XtGetProcessContext libXt          Display
00000000 T __XtDefaultAppContext libXt          Display
00000000 T _XtOpenDisplay       libXt          Display
00000000 T __XtAppInit          libXt          Display
00000000 T _XtDisplayInitialize libXt          Display
00000000 T _XtCreateApplicationContext libXt          Display
00000000 T _XtDestroyApplicationContext libXt          Display
00000000 T __XtDestroyAppContexts libXt          Display
00000000 T _XtDatabase          libXt          Display
00000000 T __XtSortPerDisplayList libXt          Display
00000000 T _XtDisplayToApplicationContext libXt          Display
00000000 T _XtCloseDisplay      libXt          Display
00000000 T __XtCloseDisplays    libXt          Display
00000000 T _XtWidgetToApplicationContext libXt          Display
00000000 T _XtGetApplicationNameAndClass libXt          Display
00000000 T _XtGetErrorDatabase  libXt          Error
00000000 T _XtAppGetErrorDatabase libXt          Error
00000000 T _XtGetErrorDatabaseText libXt          Error
00000000 T _XtAppGetErrorDatabaseText libXt          Error
00000000 T __XtDefaultErrorMsg  libXt          Error
00000000 T __XtDefaultWarningMsg libXt          Error
00000000 T _XtErrorMsg          libXt          Error
00000000 T _XtAppErrorMsg       libXt          Error
00000000 T _XtWarningMsg        libXt          Error
00000000 T _XtAppWarningMsg     libXt          Error
00000000 T _XtSetErrorMsgHandler libXt          Error
00000000 T _XtAppSetErrorMsgHandler libXt          Error
00000000 T _XtSetWarningMsgHandler libXt          Error
00000000 T _XtAppSetWarningMsgHandler libXt          Error
00000000 T __XtDefaultError     libXt          Error
00000000 T __XtDefaultWarning   libXt          Error
00000000 T _XtError             libXt          Error
00000000 T _XtAppError          libXt          Error
00000000 T _XtWarning           libXt          Error
00000000 T _XtAppWarning        libXt          Error
00000000 T _XtSetErrorHandler   libXt          Error
00000000 T _XtAppSetErrorHandler libXt          Error
00000000 T _XtSetWarningHandler libXt          Error
00000000 T _XtAppSetWarningHandler libXt          Error
00000000 T __XtSetDefaultErrorHandlers libXt          Error
00000000 T _XtBuildEventMask    libXt          Event
00000000 T _XtRemoveEventHandler libXt          Event
00000000 T _XtAddEventHandler   libXt          Event
00000000 T _XtInsertEventHandler libXt          Event
00000000 T _XtRemoveRawEventHandler libXt          Event
00000000 T _XtInsertRawEventHandler libXt          Event
00000000 T _XtAddRawEventHandler libXt          Event
00000000 T _XtWindowToWidget    libXt          Event
00000000 T __XtAllocWWTable     libXt          Event
00000000 T __XtFreeWWTable      libXt          Event
00000000 T __XtConvertTypeToMask libXt          Event
00000000 T __XtOnGrabList       libXt          Event
00000000 T _XtDispatchEvent     libXt          Event
00000000 T _XtAddGrab           libXt          Event
00000000 T _XtRemoveGrab        libXt          Event
00000000 T _XtMainLoop          libXt          Event
00000000 T _XtAppMainLoop       libXt          Event
00000000 T __XtEventInitialize  libXt          Event
00000000 T _XtAddExposureToRegion libXt          Event
00000000 T __XtFreeEventTable   libXt          Event
00000000 T _XtLastTimestampProcessed libXt          Event
00000000 T __XtSendFocusEvent   libXt          Event
00000000 T __XtFreePerWidgetInput libXt          EventUtil
00000000 T __XtGetPerWidgetInput libXt          EventUtil
00000000 T __XtFillAncestorList libXt          EventUtil
00000000 T __XtFindRemapWidget  libXt          EventUtil
00000000 T __XtUngrabBadGrabs   libXt          EventUtil
00000000 T _XtIsRectObj         libXt          Functions
00000000 T _XtIsWidget          libXt          Functions
00000000 T _XtIsComposite       libXt          Functions
00000000 T _XtIsConstraint      libXt          Functions
00000000 T _XtIsShell           libXt          Functions
00000000 T _XtIsOverrideShell   libXt          Functions
00000000 T _XtIsWMShell         libXt          Functions
00000000 T _XtIsVendorShell     libXt          Functions
00000000 T _XtIsTransientShell  libXt          Functions
00000000 T _XtIsTopLevelShell   libXt          Functions
00000000 T _XtIsApplicationShell libXt          Functions
00000000 T _XtMapWidget         libXt          Functions
00000000 T _XtUnmapWidget       libXt          Functions
00000000 T _XtNewString         libXt          Functions
00000000 T _XtIsSessionShell    libXt          Functions
00000000 T __XtGClistFree       libXt          GCManager
00000000 T _XtAllocateGC        libXt          GCManager
00000000 T _XtGetGC             libXt          GCManager
00000000 T _XtReleaseGC         libXt          GCManager
00000000 T _XtDestroyGC         libXt          GCManager
00000000 T __XtMakeGeometryRequest libXt          Geometry
00000000 T _XtMakeGeometryRequest libXt          Geometry
00000000 T _XtMakeResizeRequest libXt          Geometry
00000000 T _XtResizeWindow      libXt          Geometry
00000000 T _XtResizeWidget      libXt          Geometry
00000000 T _XtConfigureWidget   libXt          Geometry
00000000 T _XtMoveWidget        libXt          Geometry
00000000 T _XtTranslateCoords   libXt          Geometry
00000000 T _XtQueryGeometry     libXt          Geometry
00000000 T _XtGetActionKeysym   libXt          GetActKey
00000000 T _XtGetResourceList   libXt          GetResList
00000000 T _XtGetConstraintResourceList libXt          GetResList
00000000 T _XtGetValues         libXt          GetValues
00000000 T _XtGetSubvalues      libXt          GetValues
00000000 T __XtInherit          libXt          Initialize
00000000 T _XtToolkitInitialize libXt          Initialize
00000000 T _XtSetLanguageProc   libXt          Initialize
00000000 T _XtScreenDatabase    libXt          Initialize
00000000 T __XtPreparseCommandLine libXt          Initialize
00000000 T __XtDisplayInitialize libXt          Initialize
00000000 T _XtAppSetFallbackResources libXt          Initialize
00000000 T _XtAppInitialize     libXt          Initialize
00000000 T _XtInitialize        libXt          Initialize
00000000 T _XtOpenApplication   libXt          Initialize
00000000 T _XtIsSubclass        libXt          Intrinsic
00000000 T __XtCheckSubclassFlag libXt          Intrinsic
00000000 T __XtIsSubclassOf     libXt          Intrinsic
00000000 T _XtRealizeWidget     libXt          Intrinsic
00000000 T _XtUnrealizeWidget   libXt          Intrinsic
00000000 T _XtCreateWindow      libXt          Intrinsic
00000000 T _XtNameToWidget      libXt          Intrinsic
00000000 T _XtDisplayOfObject   libXt          Intrinsic
00000000 T _XtDisplay           libXt          Intrinsic
00000000 T _XtScreenOfObject    libXt          Intrinsic
00000000 T _XtScreen            libXt          Intrinsic
00000000 T _XtWindowOfObject    libXt          Intrinsic
00000000 T _XtWindow            libXt          Intrinsic
00000000 T _XtSuperclass        libXt          Intrinsic
00000000 T _XtClass             libXt          Intrinsic
00000000 T _XtIsManaged         libXt          Intrinsic
00000000 T _XtIsRealized        libXt          Intrinsic
00000000 T _XtIsSensitive       libXt          Intrinsic
00000000 T __XtWindowedAncestor libXt          Intrinsic
00000000 T _XtParent            libXt          Intrinsic
00000000 T _XtName              libXt          Intrinsic
00000000 T _XtIsObject          libXt          Intrinsic
00000000 T _XtFindFile          libXt          Intrinsic
00000000 T _XtResolvePathname   libXt          Intrinsic
00000000 T _XtCallAcceptFocus   libXt          Intrinsic
00000000 T __XtProcessKeyboardEvent libXt          Keyboard
00000000 T __XtHandleFocus      libXt          Keyboard
00000000 T _XtSetKeyboardFocus  libXt          Keyboard
00000000 T _XtUnmanageChildren  libXt          Manage
00000000 T _XtUnmanageChild     libXt          Manage
00000000 T _XtManageChildren    libXt          Manage
00000000 T _XtManageChild       libXt          Manage
00000000 T _XtSetMappedWhenManaged libXt          Manage
00000000 T _XtAddTimeOut        libXt          NextEvent
00000000 T _XtAppAddTimeOut     libXt          NextEvent
00000000 T _XtRemoveTimeOut     libXt          NextEvent
00000000 T _XtAddWorkProc       libXt          NextEvent
00000000 T _XtAppAddWorkProc    libXt          NextEvent
00000000 T _XtRemoveWorkProc    libXt          NextEvent
00000000 T _XtAddInput          libXt          NextEvent
00000000 T _XtAppAddInput       libXt          NextEvent
00000000 T _XtRemoveInput       libXt          NextEvent
00000000 T __XtRemoveAllInputs  libXt          NextEvent
00000000 T _XtNextEvent         libXt          NextEvent
00000000 T __XtRefreshMapping   libXt          NextEvent
00000000 T _XtAppNextEvent      libXt          NextEvent
00000000 T _XtProcessEvent      libXt          NextEvent
00000000 T _XtAppProcessEvent   libXt          NextEvent
00000000 T _XtPending           libXt          NextEvent
00000000 T _XtAppPending        libXt          NextEvent
00000000 T _XtPeekEvent         libXt          NextEvent
00000000 T _XtAppPeekEvent      libXt          NextEvent
00000000 T __XtDestroyServerGrabs libXt          PassivGrab
00000000 T __XtCheckServerGrabsOnWidget libXt          PassivGrab
00000000 T _XtGrabKey           libXt          PassivGrab
00000000 T _XtGrabButton        libXt          PassivGrab
00000000 T _XtUngrabKey         libXt          PassivGrab
00000000 T _XtUngrabButton      libXt          PassivGrab
00000000 T _XtGrabKeyboard      libXt          PassivGrab
00000000 T _XtUngrabKeyboard    libXt          PassivGrab
00000000 T _XtGrabPointer       libXt          PassivGrab
00000000 T _XtUngrabPointer     libXt          PassivGrab
00000000 T __XtProcessPointerEvent libXt          Pointer
00000000 T __XtPopup            libXt          Popup
00000000 T _XtPopup             libXt          Popup
00000000 T _XtPopupSpringLoaded libXt          Popup
00000000 T _XtPopdown           libXt          Popup
00000000 T _XtCallbackPopdown   libXt          Popup
00000000 T _XtCallbackNone      libXt          PopupCB
00000000 T _XtCallbackNonexclusive libXt          PopupCB
00000000 T _XtCallbackExclusive libXt          PopupCB
00000000 T __XtCopyFromParent   libXt          Resources
00000000 T __XtCopyFromArg      libXt          Resources
00000000 T __XtCopyToArg        libXt          Resources
00000000 T __XtCompileResourceList libXt          Resources
00000000 T __XtDependencies     libXt          Resources
00000000 T __XtResourceDependencies libXt          Resources
00000000 T __XtConstraintResDependencies libXt          Resources
00000000 T __XtCreateIndirectionTable libXt          Resources
00000000 T __XtGetResources     libXt          Resources
00000000 T _XtGetSubresources   libXt          Resources
00000000 T _XtGetApplicationResources libXt          Resources
00000000 T __XtResourceListInitialize libXt          Resources
00000000 T __XtSetDefaultSelectionTimeout libXt          Selection
00000000 T _XtSetSelectionTimeout libXt          Selection
00000000 T _XtAppSetSelectionTimeout libXt          Selection
00000000 T _XtGetSelectionTimeout libXt          Selection
00000000 T _XtAppGetSelectionTimeout libXt          Selection
00000000 T _XtOwnSelection      libXt          Selection
00000000 T _XtOwnSelectionIncremental libXt          Selection
00000000 T _XtDisownSelection   libXt          Selection
00000000 T _XtGetSelectionValue libXt          Selection
00000000 T _XtGetSelectionValueIncremental libXt          Selection
00000000 T _XtGetSelectionValues libXt          Selection
00000000 T _XtGetSelectionValuesIncremental libXt          Selection
00000000 T _XtGetSelectionRequest libXt          Selection
00000000 T _XtSetSensitive      libXt          SetSens
00000000 T _XtSetSubvalues      libXt          SetValues
00000000 T _XtSetValues         libXt          SetValues
00000000 T _XtSetWMColormapWindows libXt          SetWMCW
00000000 T __XtShellGetCoordinates libXt          Shell
00000000 T __XtInitializeActionData libXt          TMaction
00000000 T __XtBindActions      libXt          TMaction
00000000 T __XtUnbindActions    libXt          TMaction
00000000 T __XtFreeActions      libXt          TMaction
00000000 T _XtAddActions        libXt          TMaction
00000000 T _XtAppAddActions     libXt          TMaction
00000000 T _XtGetActionList     libXt          TMaction
00000000 T _XtMenuPopupAction   libXt          TMaction
00000000 T _XtCallActionProc    libXt          TMaction
00000000 T __XtRegisterGrabs    libXt          TMgrab
00000000 T _XtRegisterGrabAction libXt          TMgrab
00000000 T __XtGrabInitialize   libXt          TMgrab
00000000 T __XtComputeLateBindings libXt          TMkey
00000000 T __XtAllocTMContext   libXt          TMkey
00000000 T __XtMatchUsingDontCareMods libXt          TMkey
00000000 T _XtConvertCase       libXt          TMkey
00000000 T __XtMatchUsingStandardMods libXt          TMkey
00000000 T __XtBuildKeysymTables libXt          TMkey
00000000 T _XtTranslateKeycode  libXt          TMkey
00000000 T _XtTranslateKey      libXt          TMkey
00000000 T _XtSetKeyTranslator  libXt          TMkey
00000000 T _XtRegisterCaseConverter libXt          TMkey
00000000 T _XtGetKeysymTable    libXt          TMkey
00000000 T _XtKeysymToKeycodeList libXt          TMkey
00000000 T _XtCvtStringToAcceleratorTable libXt          TMparse
00000000 T _XtCvtStringToTranslationTable libXt          TMparse
00000000 T _XtParseAcceleratorTable libXt          TMparse
00000000 T _XtParseTranslationTable libXt          TMparse
00000000 T __XtTranslateInitialize libXt          TMparse
00000000 T __XtAddTMConverters  libXt          TMparse
00000000 T __XtPrintXlations    libXt          TMprint
00000000 T __XtDisplayTranslations libXt          TMprint
00000000 T __XtDisplayAccelerators libXt          TMprint
00000000 T __XtDisplayInstalledAccelerators libXt          TMprint
00000000 T __XtPrintActions     libXt          TMprint
00000000 T __XtPrintState       libXt          TMprint
00000000 T __XtPrintEventSeq    libXt          TMprint
00000000 T __XtGetQuarkIndex    libXt          TMstate
00000000 T __XtGetTypeIndex     libXt          TMstate
00000000 T __XtGetModifierIndex libXt          TMstate
00000000 T __XtRegularMatch     libXt          TMstate
00000000 T __XtMatchAtom        libXt          TMstate
00000000 T __XtTranslateEvent   libXt          TMstate
00000000 T __XtTraverseStateTree libXt          TMstate
00000000 T __XtInstallTranslations libXt          TMstate
00000000 T __XtRemoveTranslations libXt          TMstate
00000000 T __XtDestroyTMData    libXt          TMstate
00000000 T _XtUninstallTranslations libXt          TMstate
00000000 T __XtCreateXlations   libXt          TMstate
00000000 T __XtParseTreeToStateTree libXt          TMstate
00000000 T __XtAddEventSeqToStateTree libXt          TMstate
00000000 T __XtCvtMergeTranslations libXt          TMstate
00000000 T __XtGetTranslationValue libXt          TMstate
00000000 T __XtRemoveStateTreeByIndex libXt          TMstate
00000000 T __XtFreeTranslations libXt          TMstate
00000000 T _XtInstallAccelerators libXt          TMstate
00000000 T _XtInstallAllAccelerators libXt          TMstate
00000000 T _XtAugmentTranslations libXt          TMstate
00000000 T _XtOverrideTranslations libXt          TMstate
00000000 T __XtMergeTranslations libXt          TMstate
00000000 T __XtUnmergeTranslations libXt          TMstate
00000000 T __XtPopupInitialize  libXt          TMstate
00000000 T _XtVaCreateWidget    libXt          VarCreate
00000000 T _XtVaCreateManagedWidget libXt          VarCreate
00000000 T _XtVaAppCreateShell  libXt          VarCreate
00000000 T _XtVaCreatePopupShell libXt          VarCreate
00000000 T _XtVaSetValues       libXt          VarCreate
00000000 T _XtVaSetSubvalues    libXt          VarCreate
00000000 T __XtVaAppInitialize  libXt          VarCreate
00000000 T _XtVaAppInitialize   libXt          VarCreate
00000000 T __XtVaOpenApplication libXt          VarCreate
00000000 T _XtVaOpenApplication libXt          VarCreate
00000000 T _XtVaGetSubresources libXt          VarGet
00000000 T _XtVaGetApplicationResources libXt          VarGet
00000000 T _XtVaGetValues       libXt          VarGet
00000000 T _XtVaGetSubvalues    libXt          VarGet
00000000 T __XtCountVaList      libXt          Varargs
00000000 T _XtVaCreateArgsList  libXt          Varargs
00000000 T __XtVaCreateTypedArgList libXt          Varargs
00000000 T __XtVaToArgList      libXt          Varargs
00000000 T __XtVaToTypedArgList libXt          Varargs
00000000 T _XmuAllStandardColormaps libXmu         AllCmap
00000000 T _XmuMakeAtom         libXmu         Atoms
00000000 T _XmuNameOfAtom       libXmu         Atoms
00000000 T _XmuInternAtom       libXmu         Atoms
00000000 T _XmuGetAtomName      libXmu         Atoms
00000000 T _XmuInternStrings    libXmu         Atoms
00000000 T _XmuClientWindow     libXmu         ClientWin
00000000 T _XmuAddCloseDisplayHook libXmu         CloseHook
00000000 T _XmuRemoveCloseDisplayHook libXmu         CloseHook
00000000 T _XmuLookupCloseDisplayHook libXmu         CloseHook
00000000 T _XmuGetColormapAllocation libXmu         CmapAlloc
00000000 T _XmuCreateColormap   libXmu         CrCmap
00000000 T _XmuCreatePixmapFromBitmap libXmu         CrPixFBit
00000000 T _XmuCursorNameToIndex libXmu         CursorName
00000000 T __XmuCCLookupDisplay libXmu         CvtCache
00000000 T _XmuConvertStandardSelection libXmu         CvtStdSel
00000000 T _XmuPrintDefaultErrorMessage libXmu         DefErrMsg
00000000 T _XmuSimpleErrorHandler libXmu         DefErrMsg
00000000 T _XmuDeleteStandardColormap libXmu         DelCmap
00000000 T _XmuDQCreate         libXmu         DisplayQue
00000000 T _XmuDQDestroy        libXmu         DisplayQue
00000000 T _XmuDQLookupDisplay  libXmu         DisplayQue
00000000 T _XmuDQAddDisplay     libXmu         DisplayQue
00000000 T _XmuDQRemoveDisplay  libXmu         DisplayQue
00000000 T _XmuDistinguishableColors libXmu         Distinct
00000000 T _XmuDistinguishablePixels libXmu         Distinct
00000000 T _XmuDrawLogo         libXmu         DrawLogo
00000000 T _XmuDrawRoundedRectangle libXmu         DrRndRect
00000000 T _XmuFillRoundedRectangle libXmu         DrRndRect
00000000 T __XEditResCheckMessages libXmu         EditresCom
00000000 T __XEditResPutString8 libXmu         EditresCom
00000000 T __XEditResPut8       libXmu         EditresCom
00000000 T __XEditResPut16      libXmu         EditresCom
00000000 T __XEditResPut32      libXmu         EditresCom
00000000 T __XEditResPutWidgetInfo libXmu         EditresCom
00000000 T __XEditResResetStream libXmu         EditresCom
00000000 T __XEditResGet8       libXmu         EditresCom
00000000 T __XEditResGet16      libXmu         EditresCom
00000000 T __XEditResGetSigned16 libXmu         EditresCom
00000000 T __XEditResGet32      libXmu         EditresCom
00000000 T __XEditResGetString8 libXmu         EditresCom
00000000 T __XEditResGetWidgetInfo libXmu         EditresCom
00000000 T _XmuRegisterExternalAgent libXmu         ExtAgent
00000000 T _XmuCvtFunctionToCallback libXmu         FToCback
00000000 T _XmuGetHostname      libXmu         GetHost
00000000 T _XmuCreateStippledPixmap libXmu         GrayPixmap
00000000 T _XmuReleaseStippledPixmap libXmu         GrayPixmap
00000000 T _XmuAddInitializer   libXmu         Initer
00000000 T _XmuCallInitializers libXmu         Initer
00000000 T _XmuLocateBitmapFile libXmu         LocBitmap
00000000 T _XmuLocatePixmapFile libXmu         LocBitmap
00000000 T __XmuStringToBitmapInitCache libXmu         LocBitmap
00000000 T __XmuStringToBitmapFreeCache libXmu         LocBitmap
00000000 T _XmuLookupString     libXmu         Lookup
00000000 T _XmuLookupLatin1     libXmu         Lookup
00000000 T _XmuLookupLatin2     libXmu         Lookup
00000000 T _XmuLookupLatin3     libXmu         Lookup
00000000 T _XmuLookupLatin4     libXmu         Lookup
00000000 T _XmuLookupKana       libXmu         Lookup
00000000 T _XmuLookupJISX0201   libXmu         Lookup
00000000 T _XmuLookupArabic     libXmu         Lookup
00000000 T _XmuLookupCyrillic   libXmu         Lookup
00000000 T _XmuLookupGreek      libXmu         Lookup
00000000 T _XmuLookupAPL        libXmu         Lookup
00000000 T _XmuLookupHebrew     libXmu         Lookup
00000000 T _XmuLookupStandardColormap libXmu         LookupCmap
00000000 T _XmuCopyISOLatin1Lowered libXmu         Lower
00000000 T _XmuCopyISOLatin1Uppered libXmu         Lower
00000000 T _XmuCompareISOLatin1 libXmu         Lower
00000000 T _XmuReadBitmapData   libXmu         RdBitF
00000000 T _XmuReadBitmapDataFromFile libXmu         RdBitF
00000000 T _XmuScreenOfWindow   libXmu         ScrOfWin
00000000 T _XmuReshapeWidget    libXmu         ShapeWidg
00000000 T _XmuStandardColormap libXmu         StdCmap
00000000 T _XmuCvtStringToBackingStore libXmu         StrToBS
00000000 T _XmuCvtStringToBitmap libXmu         StrToBmap
00000000 T _XmuCvtStringToCursor libXmu         StrToCurs
00000000 T _XmuCvtStringToColorCursor libXmu         StrToCurs
00000000 T _XmuCvtStringToGravity libXmu         StrToGrav
00000000 T _XmuCvtStringToJustify libXmu         StrToJust
00000000 T _XmuCvtStringToLong  libXmu         StrToLong
00000000 T _XmuCvtStringToOrientation libXmu         StrToOrnt
00000000 T _XmuCvtStringToShapeStyle libXmu         StrToShap
00000000 T _XmuCvtStringToWidget libXmu         StrToWidg
00000000 T _XmuNewCvtStringToWidget libXmu         StrToWidg
00000000 T _XmuUpdateMapHints   libXmu         UpdMapHint
00000000 T _XmuVisualStandardColormaps libXmu         VisCmap
00000000 T _XmuWnInitializeNodes libXmu         WidgetNode
00000000 T _XmuWnFetchResources libXmu         WidgetNode
00000000 T _XmuWnCountOwnedResources libXmu         WidgetNode
00000000 T _XmuWnNameToNode     libXmu         WidgetNode
00000000 T _XctCreate           libXmu         Xct
00000000 T _XctReset            libXmu         Xct
00000000 T _XctNextItem         libXmu         Xct
00000000 T _XctFree             libXmu         Xct
00000000 T _XextCreateExtension libXext        extutil
00000000 T _XextDestroyExtension libXext        extutil
00000000 T _XextAddDisplay      libXext        extutil
00000000 T _XextRemoveDisplay   libXext        extutil
00000000 T _XextFindDisplay     libXext        extutil
00000000 T _XSetExtensionErrorHandler libXext        extutil
00000000 T _XMissingExtension   libXext        extutil
00000000 T _XmbufQueryExtension libXext        XMultibuf
00000000 T _XmbufGetVersion     libXext        XMultibuf
00000000 T _XmbufCreateBuffers  libXext        XMultibuf
00000000 T _XmbufDestroyBuffers libXext        XMultibuf
00000000 T _XmbufDisplayBuffers libXext        XMultibuf
00000000 T _XmbufGetWindowAttributes libXext        XMultibuf
00000000 T _XmbufChangeWindowAttributes libXext        XMultibuf
00000000 T _XmbufGetBufferAttributes libXext        XMultibuf
00000000 T _XmbufChangeBufferAttributes libXext        XMultibuf
00000000 T _XmbufGetScreenInfo  libXext        XMultibuf
00000000 T _XmbufCreateStereoWindow libXext        XMultibuf
00000000 T _XShapeQueryExtension libXext        XShape
00000000 T _XShapeQueryVersion  libXext        XShape
00000000 T _XShapeCombineRegion libXext        XShape
00000000 T _XShapeCombineRectangles libXext        XShape
00000000 T _XShapeCombineMask   libXext        XShape
00000000 T _XShapeCombineShape  libXext        XShape
00000000 T _XShapeOffsetShape   libXext        XShape
00000000 T _XShapeQueryExtents  libXext        XShape
00000000 T _XShapeSelectInput   libXext        XShape
00000000 T _XShapeInputSelected libXext        XShape
00000000 T _XShapeGetRectangles libXext        XShape
00000000 T _XMITMiscQueryExtension libXext        MITMisc
00000000 T _XMITMiscSetBugMode  libXext        MITMisc
00000000 T _XMITMiscGetBugMode  libXext        MITMisc
00000000 T _XTestFakeInput      libXext        XTestExt1
00000000 T _XTestGetInput       libXext        XTestExt1
00000000 T _XTestStopInput      libXext        XTestExt1
00000000 T _XTestReset          libXext        XTestExt1
00000000 T _XTestQueryInputSize libXext        XTestExt1
00000000 T _XTestPressKey       libXext        XTestExt1
00000000 T _XTestPressButton    libXext        XTestExt1
00000000 T _XTestMovePointer    libXext        XTestExt1
00000000 T _XTestFlush          libXext        XTestExt1
00000000 T _XAllowDeviceEvents  libXi          XAllowDv
00000000 T _XChangeDeviceControl libXi          XChgDCtl
00000000 T _XChangeFeedbackControl libXi          XChgFCtl
00000000 T _XChangeKeyboardDevice libXi          XChgKbd
00000000 T _XChangeDeviceKeyMapping libXi          XChgKMap
00000000 T _XChangePointerDevice libXi          XChgPnt
00000000 T _XChangeDeviceDontPropagateList libXi          XChgProp
00000000 T _XCloseDevice        libXi          XCloseDev
00000000 T _XDeviceBell         libXi          XDevBell
00000000 T _XGetDeviceButtonMapping libXi          XGetBMap
00000000 T _XGetDeviceControl   libXi          XGetDCtl
00000000 T _XFreeDeviceControl  libXi          XGetDCtl
00000000 T _XGetFeedbackControl libXi          XGetFCtl
00000000 T _XFreeFeedbackList   libXi          XGetFCtl
00000000 T _XGetDeviceKeyMapping libXi          XGetKMap
00000000 T _XGetDeviceModifierMapping libXi          XGetMMap
00000000 T _XGetDeviceDontPropagateList libXi          XGetProp
00000000 T _XGetExtensionVersion libXi          XGetVers
00000000 T _XGetDeviceMotionEvents libXi          XGMotion
00000000 T _XFreeDeviceMotionEvents libXi          XGMotion
00000000 T _XGrabDevice         libXi          XGrabDev
00000000 T _XGrabDeviceButton   libXi          XGrDvBut
00000000 T _XGrabDeviceKey      libXi          XGrDvKey
00000000 T _XGetDeviceFocus     libXi          XGtFocus
00000000 T _XGetSelectedExtensionEvents libXi          XGtSelect
00000000 T _XListInputDevices   libXi          XListDev
00000000 T _XFreeDeviceList     libXi          XListDev
00000000 T _XOpenDevice         libXi          XOpenDev
00000000 T _XQueryDeviceState   libXi          XQueryDv
00000000 T _XFreeDeviceState    libXi          XQueryDv
00000000 T _XSelectExtensionEvent libXi          XSelect
00000000 T _XSetDeviceButtonMapping libXi          XSetBMap
00000000 T _XSetDeviceValuators libXi          XSetDVal
00000000 T _XSetDeviceModifierMapping libXi          XSetMMap
00000000 T _XSetDeviceMode      libXi          XSetMode
00000000 T _XSendExtensionEvent libXi          XSndExEv
00000000 T _XSetDeviceFocus     libXi          XStFocus
00000000 T _XUngrabDevice       libXi          XUngrDev
00000000 T _XUngrabDeviceButton libXi          XUngrDvB
00000000 T _XUngrabDeviceKey    libXi          XUngrDvK
00000000 T _XInput_find_display libXi          XExtInt
00000000 T __xibaddevice        libXi          XExtInt
00000000 T __xibadclass         libXi          XExtInt
00000000 T __xibadevent         libXi          XExtInt
00000000 T __xibadmode          libXi          XExtInt
00000000 T __xidevicebusy       libXi          XExtInt
00000000 T _XTestQueryExtension libXtst        XTest
00000000 T _XTestCompareCursorWithWindow libXtst        XTest
00000000 T _XTestCompareCurrentCursorWithWindow libXtst        XTest
00000000 T _XTestFakeKeyEvent   libXtst        XTest
00000000 T _XTestFakeButtonEvent libXtst        XTest
00000000 T _XTestFakeMotionEvent libXtst        XTest
00000000 T _XTestFakeRelativeMotionEvent libXtst        XTest
00000000 T _XTestSetGContextOfGC libXtst        XTest
00000000 T _XTestSetVisualIDOfVisual libXtst        XTest
00000000 T _XTestDiscard        libXtst        XTest
00000000 T _XShmQueryExtension  libXext        XShm
00000000 T _XShmGetEventBase    libXext        XShm
00000000 T _XShmQueryVersion    libXext        XShm
00000000 T _XShmPixmapFormat    libXext        XShm
00000000 T _XShmAttach          libXext        XShm
00000000 T _XShmDetach          libXext        XShm
00000000 T _XShmCreateImage     libXext        XShm
00000000 T _XShmPutImage        libXext        XShm
00000000 T _XShmGetImage        libXext        XShm
00000000 T _XShmCreatePixmap    libXext        XShm
00000000 T __XtPeekCallback     libXt          Callback
00000000 T _XtCvtStringToRestartStyle libXt          Converters
00000000 T _XtCvtStringToGravity libXt          Converters
00000000 T __XtCreateHookObj    libXt          Create
00000000 T _XtAppSetExitFlag    libXt          Display
00000000 T _XtAppGetExitFlag    libXt          Display
00000000 T __XtGetPerDisplay    libXt          Display
00000000 T __XtGetPerDisplayInput libXt          Display
00000000 T _XtGetDisplays       libXt          Display
00000000 T _XtRemoveEventTypeHandler libXt          Event
00000000 T _XtInsertEventTypeHandler libXt          Event
00000000 T _XtRegisterDrawable  libXt          Event
00000000 T _XtUnregisterDrawable libXt          Event
00000000 T _XtDispatchEventToWidget libXt          Event
00000000 T _XtLastEventProcessed libXt          Event
00000000 T _XtSetEventDispatcher libXt          Event
00000000 T _XtRegisterExtensionSelector libXt          Event
00000000 T __XtExtensionSelect  libXt          Event
00000000 T _XtAppAddBlockHook   libXt          Hooks
00000000 T _XtRemoveBlockHook   libXt          Hooks
00000000 T __XtAddShellToHookObj libXt          Hooks
00000000 T __XtIsHookObject     libXt          Hooks
00000000 T _XtHooksOfDisplay    libXt          Hooks
00000000 T __XtGetUserName      libXt          Initialize
00000000 T _XtGetClassExtension libXt          Intrinsic
00000000 T _XtGetKeyboardFocusWidget libXt          Keyboard
00000000 T _XtChangeManagedSet  libXt          Manage
00000000 T __XtWaitForSomething libXt          NextEvent
00000000 T _XtAddSignal         libXt          NextEvent
00000000 T _XtAppAddSignal      libXt          NextEvent
00000000 T _XtRemoveSignal      libXt          NextEvent
00000000 T _XtNoticeSignal      libXt          NextEvent
00000000 T _XtReservePropertyAtom libXt          Selection
00000000 T _XtReleasePropertyAtom libXt          Selection
00000000 T _XtCreateSelectionRequest libXt          Selection
00000000 T _XtSendSelectionRequest libXt          Selection
00000000 T _XtCancelSelectionRequest libXt          Selection
00000000 T _XtSetSelectionParameters libXt          Selection
00000000 T _XtGetSelectionParameters libXt          Selection
00000000 T _XtSessionGetToken   libXt          Shell
00000000 T _XtSessionReturnToken libXt          Shell
00000000 T _XtAppLock           libXt          Threads
00000000 T _XtAppUnlock         libXt          Threads
00000000 T _XtProcessLock       libXt          Threads
00000000 T _XtProcessUnlock     libXt          Threads
00000000 T _XtToolkitThreadInitialize libXt          Threads
00000000 T __XtDoFreeBindings   libXt          TMaction
00000000 T _XmbufClearBufferArea libXext        XMultibuf
00000000 T _XSyncQueryExtension libXext        XSync
00000000 T _XSyncInitialize     libXext        XSync
00000000 T _XSyncListSystemCounters libXext        XSync
00000000 T _XSyncFreeSystemCounterList libXext        XSync
00000000 T _XSyncCreateCounter  libXext        XSync
00000000 T _XSyncSetCounter     libXext        XSync
00000000 T _XSyncChangeCounter  libXext        XSync
00000000 T _XSyncDestroyCounter libXext        XSync
00000000 T _XSyncQueryCounter   libXext        XSync
00000000 T _XSyncAwait          libXext        XSync
00000000 T _XSyncCreateAlarm    libXext        XSync
00000000 T _XSyncDestroyAlarm   libXext        XSync
00000000 T _XSyncQueryAlarm     libXext        XSync
00000000 T _XSyncChangeAlarm    libXext        XSync
00000000 T _XSyncSetPriority    libXext        XSync
00000000 T _XSyncGetPriority    libXext        XSync
00000000 T _XSyncIntToValue     libXext        XSync
00000000 T _XSyncIntsToValue    libXext        XSync
00000000 T _XSyncValueGreaterThan libXext        XSync
00000000 T _XSyncValueLessThan  libXext        XSync
00000000 T _XSyncValueGreaterOrEqual libXext        XSync
00000000 T _XSyncValueLessOrEqual libXext        XSync
00000000 T _XSyncValueEqual     libXext        XSync
00000000 T _XSyncValueIsNegative libXext        XSync
00000000 T _XSyncValueIsZero    libXext        XSync
00000000 T _XSyncValueIsPositive libXext        XSync
00000000 T _XSyncValueLow32     libXext        XSync
00000000 T _XSyncValueHigh32    libXext        XSync
00000000 T _XSyncValueAdd       libXext        XSync
00000000 T _XSyncValueSubtract  libXext        XSync
00000000 T _XSyncMaxValue       libXext        XSync
00000000 T _XSyncMinValue       libXext        XSync
00000000 T __XiEventToWire      libXi          XExtToWire
00000000 T __XiCheckExtInit     libXi          XExtInt
00000000 T _XTestFakeDeviceKeyEvent libXtst        XTest
00000000 T _XTestFakeDeviceButtonEvent libXtst        XTest
00000000 T _XTestFakeProximityEvent libXtst        XTest
00000000 T _XTestFakeDeviceMotionEvent libXtst        XTest
00000000 T _XTestGrabControl    libXtst        XTest
00000000 T _XdbeQueryExtension  libXext        Xdbe
00000000 T _XdbeAllocateBackBufferName libXext        Xdbe
00000000 T _XdbeDeallocateBackBufferName libXext        Xdbe
00000000 T _XdbeSwapBuffers     libXext        Xdbe
00000000 T _XdbeBeginIdiom      libXext        Xdbe
00000000 T _XdbeEndIdiom        libXext        Xdbe
00000000 T _XdbeGetVisualInfo   libXext        Xdbe
00000000 T _XdbeFreeVisualInfo  libXext        Xdbe
00000000 T _XdbeGetBackBufferAttributes libXext        Xdbe
00000000 T _XRecordIdBaseMask   libXtst        XRecord
00000000 T _XRecordQueryVersion libXtst        XRecord
00000000 T _XRecordCreateContext libXtst        XRecord
00000000 T _XRecordAllocRange   libXtst        XRecord
00000000 T _XRecordRegisterClients libXtst        XRecord
00000000 T _XRecordUnregisterClients libXtst        XRecord
00000000 T _XRecordGetContext   libXtst        XRecord
00000000 T _XRecordFreeState    libXtst        XRecord
00000000 T _XRecordFreeData     libXtst        XRecord
00000000 T _XRecordEnableContext libXtst        XRecord
00000000 T _XRecordEnableContextAsync libXtst        XRecord
00000000 T _XRecordProcessReplies libXtst        XRecord
00000000 T _XRecordDisableContext libXtst        XRecord
00000000 T _XRecordFreeContext  libXtst        XRecord
00000000 T _XLbxQueryExtension  libXext        XLbx
00000000 T _XLbxGetEventBase    libXext        XLbx
00000000 T _XLbxQueryVersion    libXext        XLbx
00000000 T _XSecurityQueryExtension libXext        XSecurity
00000000 T _XSecurityAllocXauth libXext        XSecurity
00000000 T _XSecurityFreeXauth  libXext        XSecurity
00000000 T _XSecurityGenerateAuthorization libXext        XSecurity
00000000 T _XSecurityRevokeAuthorization libXext        XSecurity
00000000 T _XagQueryVersion     libXext        XAppgroup
00000000 T _XagCreateEmbeddedApplicationGroup libXext        XAppgroup
00000000 T _XagCreateNonembeddedApplicationGroup libXext        XAppgroup
00000000 T _XagDestroyApplicationGroup libXext        XAppgroup
00000000 T _XagGetApplicationGroupAttributes libXext        XAppgroup
00000000 T _XagQueryApplicationGroup libXext        XAppgroup
00000000 T _XagCreateAssociation libXext        XAppgroup
00000000 T _XagDestroyAssociation libXext        XAppgroup
00000000 T _XpGetAttributes     libXp          XpAttr
00000000 T _XpGetOneAttribute   libXp          XpAttr
00000000 T _XpSetAttributes     libXp          XpAttr
00000000 T _XpCreateContext     libXp          XpContext
00000000 T _XpSetContext        libXp          XpContext
00000000 T _XpGetContext        libXp          XpContext
00000000 T _XpDestroyContext    libXp          XpContext
00000000 T _XpGetScreenOfContext libXp          XpContext
00000000 T _XpStartDoc          libXp          XpDoc
00000000 T _XpEndDoc            libXp          XpDoc
00000000 T _XpCancelDoc         libXp          XpDoc
00000000 T _xp_find_display     libXp          XpExtUtil
00000000 T _XpCheckExtInit      libXp          XpExtUtil
00000000 T _XpQueryExtension    libXp          XpExtVer
00000000 T _XpQueryVersion      libXp          XpExtVer
00000000 T _XpGetDocumentData   libXp          XpGetData
00000000 T _XpSelectInput       libXp          XpInput
00000000 T _XpInputSelected     libXp          XpInput
00000000 T _XpStartJob          libXp          XpJob
00000000 T _XpEndJob            libXp          XpJob
00000000 T _XpCancelJob         libXp          XpJob
00000000 T _XpSetLocaleHinter   libXp          XpLocale
00000000 T _XpGetLocaleHinter   libXp          XpLocale
00000000 T _XpGetLocaleNetString libXp          XpLocale
00000000 T _XpStartPage         libXp          XpPage
00000000 T _XpEndPage           libXp          XpPage
00000000 T _XpCancelPage        libXp          XpPage
00000000 T _XpGetPdmStartParams libXp          XpNotifyPdm
00000000 T _XpSendOneTicket     libXp          XpNotifyPdm
00000000 T _XpSendAuth          libXp          XpNotifyPdm
00000000 T _XpGetAuthParams     libXp          XpNotifyPdm
00000000 T _XpNotifyPdm         libXp          XpNotifyPdm
00000000 T _XpGetPrinterList    libXp          XpPrinter
00000000 T _XpFreePrinterList   libXp          XpPrinter
00000000 T _XpRehashPrinterList libXp          XpPrinter
00000000 T _XpPutDocumentData   libXp          XpPutData
00000000 T _XpQueryScreens      libXp          XpScreens
00000000 T _XpGetPageDimensions libXp          XpPageDim
00000000 T _XpSetImageResolution libXp          XpImageRes
00000000 T _XpGetImageResolution libXp          XpImageRes