summaryrefslogtreecommitdiffstats
path: root/Mac/Build/PythonCorePPC.prj.exp
blob: 59c6968fdc45daecc4762565c8fb4f11e679b89a (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
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
PyExc_Exception
PyExc_StandardError
PyExc_ArithmeticError
PyExc_LookupError
PyExc_AssertionError
PyExc_AttributeError
PyExc_EOFError
PyExc_FloatingPointError
PyExc_EnvironmentError
PyExc_IOError
PyExc_OSError
PyExc_ImportError
PyExc_IndexError
PyExc_KeyError
PyExc_KeyboardInterrupt
PyExc_MemoryError
PyExc_NameError
PyExc_OverflowError
PyExc_RuntimeError
PyExc_NotImplementedError
PyExc_SyntaxError
PyExc_SystemError
PyExc_SystemExit
PyExc_TypeError
PyExc_ValueError
PyExc_ZeroDivisionError
PyExc_MemoryErrorInst
_PyBuiltin_Fini_2
_PyBuiltin_Fini_1
_PyBuiltin_Init_2
_PyBuiltin_Init_1
PyEval_CallObjectWithKeywords
PyEval_CallObject
Py_FlushLine
PyEval_GetRestricted
PyEval_GetFrame
PyEval_GetGlobals
PyEval_GetLocals
PyEval_GetBuiltins
PyEval_EvalCode
Py_MakePendingCalls
Py_AddPendingCall
PyEval_RestoreThread
PyEval_SaveThread
PyArg_GetFloatArray
PyArg_GetDoubleArray
PyArg_GetShortArray
PyArg_GetLongArray
PyArg_GetShortArraySize
PyArg_GetLongArraySize
PyArg_GetChar
PyArg_GetString
PyArg_GetFloat
PyArg_GetShort
PyArg_GetLong
PyArg_GetObject
PyErr_NewException
PyErr_Format
PyErr_BadInternalCall
PyErr_SetFromErrno
PyErr_SetFromErrnoWithFilename
PyErr_NoMemory
PyErr_BadArgument
PyErr_Clear
PyErr_Fetch
PyErr_NormalizeException
PyErr_ExceptionMatches
PyErr_GivenExceptionMatches
PyErr_Occurred
PyErr_SetString
PyErr_SetNone
PyErr_SetObject
PyErr_Restore
PyImport_FrozenModules
PyArg_ParseTupleAndKeywords
PyArg_VaParse
PyArg_ParseTuple
PyArg_Parse
Py_GetCopyright
PyOS_GetLastModificationTime
opterr
optind
optarg
getopt
Py_GetVersion
_PyParser_Grammar
PyImport_Inittab
PyImport_AppendInittab
PyImport_ExtendInittab
initimp
PyImport_Import
PyImport_ReloadModule
PyImport_ImportModuleEx
PyImport_ImportModule
PyImport_ImportFrozenModule
PyImport_ExecCodeModuleEx
PyImport_ExecCodeModule
PyImport_AddModule
_PyImport_FindExtension
_PyImport_FixupExtension
PyImport_GetMagicNumber
PyImport_Cleanup
PyImport_GetModuleDict
_PyImport_Fini
_PyImport_Init
_PyImport_Filetab
_PyImport_LoadDynamicModule
PyMarshal_Init
PyMarshal_WriteObjectToString
PyMarshal_ReadObjectFromString
PyMarshal_ReadObjectFromFile
PyMarshal_ReadLongFromFile
PyMarshal_WriteObjectToFile
PyMarshal_WriteLongToFile
_Py_PackageContext
PyEval_CallMethod
PyEval_CallFunction
Py_VaBuildValue
Py_BuildValue
Py_InitModule4
PyOS_strtol
PyOS_strtoul
Py_UseClassExceptionsFlag
Py_DebugFlag
Py_VerboseFlag
Py_InteractiveFlag
Py_NoSiteFlag
Py_FrozenFlag
Py_FdIsInteractive
Py_Exit
Py_AtExit
Py_FatalError
PyParser_SimpleParseString
PyParser_SimpleParseFile
Py_CompileString
PyRun_File
PyRun_String
PyErr_PrintEx
PyErr_Print
PyRun_SimpleString
PyRun_SimpleFile
PyRun_InteractiveOne
PyRun_InteractiveLoop
PyRun_AnyFile
Py_GetPythonHome
Py_SetPythonHome
Py_GetProgramName
Py_SetProgramName
Py_EndInterpreter
Py_NewInterpreter
Py_Finalize
Py_Initialize
Py_IsInitialized
_PyThreadState_Current
PyThreadState_GetDict
PyThreadState_Swap
PyThreadState_Get
PyThreadState_Delete
PyThreadState_Clear
PyThreadState_New
PyInterpreterState_Delete
PyInterpreterState_Clear
PyInterpreterState_New
PyMember_Set
PyMember_Get
PySys_WriteStderr
PySys_WriteStdout
PySys_SetArgv
PySys_SetPath
_PySys_Init
PySys_SetObject
PySys_GetFile
PySys_GetObject
PyTraceBack_Type
PyTraceBack_Print
PyTraceBack_Here
PyCode_Type
Py_OptimizeFlag
PyCode_Addr2Line
PyNode_Compile
PyCode_New
PyObject_CallMethod
PyObject_CallFunction
PyObject_CallObject
PyMapping_HasKey
PyMapping_HasKeyString
PyMapping_SetItemString
PyMapping_GetItemString
PyMapping_Length
PyMapping_Check
PySequence_Index
PySequence_In
PySequence_Contains
PySequence_Count
PySequence_List
PySequence_Tuple
PySequence_DelSlice
PySequence_SetSlice
PySequence_DelItem
PySequence_SetItem
PySequence_GetSlice
PySequence_GetItem
PySequence_Repeat
PySequence_Concat
PySequence_Length
PySequence_Check
PyNumber_Float
PyNumber_Long
PyNumber_Int
PyNumber_Absolute
PyNumber_Invert
PyNumber_Positive
PyNumber_Negative
PyNumber_Power
PyNumber_Divmod
PyNumber_Remainder
PyNumber_Divide
PyNumber_Multiply
PyNumber_Subtract
PyNumber_Add
PyNumber_Rshift
PyNumber_Lshift
PyNumber_And
PyNumber_Xor
PyNumber_Or
PyNumber_Check
PyObject_DelItem
PyObject_SetItem
PyObject_GetItem
PyObject_Length
PyObject_Type
PyObject_Cmp
PyClass_Type
PyInstance_Type
PyMethod_Type
PyMethod_Fini
PyMethod_Class
PyMethod_Self
PyMethod_Function
PyMethod_New
PyInstance_DoBinOp
PyInstance_New
PyClass_IsSubclass
PyClass_New
PyCObject_Type
PyCObject_Import
PyCObject_GetDesc
PyCObject_AsVoidPtr
PyCObject_FromVoidPtrAndDesc
PyCObject_FromVoidPtr
PyComplex_Type
PyComplex_AsCComplex
PyComplex_ImagAsDouble
PyComplex_RealAsDouble
PyComplex_FromDoubles
PyComplex_FromCComplex
_Py_c_pow
_Py_c_quot
_Py_c_prod
_Py_c_neg
_Py_c_diff
_Py_c_sum
PyDict_Type
PyDict_DelItemString
PyDict_SetItemString
PyDict_GetItemString
PyDict_Items
PyDict_Values
PyDict_Keys
PyDict_Size
PyDict_Next
PyDict_Clear
PyDict_DelItem
PyDict_SetItem
PyDict_GetItem
PyDict_New
PyFile_Type
PyFile_WriteString
PyFile_WriteObject
PyFile_SoftSpace
PyFile_GetLine
PyFile_SetBufSize
PyFile_FromString
PyFile_FromFile
PyFile_Name
PyFile_AsFile
PyFloat_Type
PyFloat_Fini
PyFloat_AsString
PyFloat_AsDouble
PyFloat_FromDouble
PyFrame_Type
PyFrame_Fini
PyFrame_LocalsToFast
PyFrame_FastToLocals
PyFrame_BlockPop
PyFrame_BlockSetup
PyFrame_New
PyFunction_Type
PyFunction_SetDefaults
PyFunction_GetDefaults
PyFunction_GetGlobals
PyFunction_GetCode
PyFunction_New
_Py_ZeroStruct
_Py_TrueStruct
PyInt_Type
PyInt_Fini
PyInt_AsLong
PyInt_FromLong
PyInt_GetMax
PyList_Type
PyList_AsTuple
PyList_Reverse
PyList_Sort
PyList_SetSlice
PyList_GetSlice
PyList_Append
PyList_Insert
PyList_SetItem
PyList_GetItem
PyList_Size
PyList_New
PyLong_Type
PyLong_FromString
PyLong_AsUnsignedLongLong
PyLong_AsLongLong
PyLong_FromUnsignedLongLong
PyLong_FromLongLong
PyLong_AsVoidPtr
PyLong_FromVoidPtr
PyLong_AsDouble
PyLong_AsUnsignedLong
PyLong_AsLong
PyLong_FromDouble
PyLong_FromUnsignedLong
PyLong_FromLong
_PyLong_New
PyCFunction_Type
PyCFunction_Fini
Py_FindMethod
Py_FindMethodInChain
PyCFunction_GetFlags
PyCFunction_GetSelf
PyCFunction_GetFunction
PyCFunction_New
PyModule_Type
_PyModule_Clear
PyModule_GetName
PyModule_GetDict
PyModule_New
_Py_NoneStruct
_Py_cobject_hack
_Py_abstract_hack
Py_ReprLeave
Py_ReprEnter
PyMem_Free
PyMem_Realloc
PyMem_Malloc
Py_Free
Py_Realloc
Py_Malloc
PyCallable_Check
PyNumber_Coerce
PyNumber_CoerceEx
PyObject_Not
PyObject_IsTrue
PyObject_SetAttr
PyObject_HasAttr
PyObject_GetAttr
PyObject_SetAttrString
PyObject_HasAttrString
PyObject_GetAttrString
PyObject_Hash
PyObject_Compare
PyObject_Str
PyObject_Repr
PyObject_Print
_PyObject_NewVar
_PyObject_New
PyRange_Type
PyRange_New
_Py_EllipsisObject
PySlice_Type
PySlice_GetIndices
PySlice_New
PyString_Type
PyString_Fini
PyString_InternFromString
PyString_InternInPlace
PyString_Format
_PyString_Resize
PyString_ConcatAndDel
PyString_Concat
PyString_AsString
PyString_Size
PyString_FromString
PyString_FromStringAndSize
PyTuple_Type
PyTuple_Fini
_PyTuple_Resize
PyTuple_GetSlice
PyTuple_SetItem
PyTuple_GetItem
PyTuple_Size
PyTuple_New
PyType_Type
PyGrammar_RemoveAccelerators
PyGrammar_AddAccelerators
PyGrammar_LabelRepr
PyGrammar_FindDFA
PyOS_AfterFork
PyOS_ReadlineFunctionPointer
PyOS_InputHook
PyOS_Readline
PyOS_StdioReadline
PyNode_Free
PyNode_AddChild
PyNode_New
PyParser_AddToken
PyParser_Delete
PyParser_New
Py_TabcheckFlag
PyParser_ParseFile
PyParser_ParseString
_PyParser_TokenNames
PyTokenizer_Get
PyToken_TwoChars
PyToken_OneChar
PyTokenizer_Free
PyTokenizer_FromFile
PyTokenizer_FromString
array_methods
initarray
initaudioop
initbinascii
initcmath
initerrno
Py_GetBuildInfo
initimageop
initmath
_Py_MD5Final
_Py_MD5Update
_Py_MD5Init
initmd5
new_doc
initnew
initoperator
initparser
initregex
_Py_re_syntax_table
_Py_re_syntax
_Py_re_search
_Py_re_match
_Py_re_compile_pattern
_Py_re_compile_fastmap
_Py_re_set_syntax
_Py_re_compile_initialize
initrgbimg
initrotor
initselect
initsocket
initsoundex
initstrop
initstruct
inittime
FindApplicationFromCreator
PyMac_ApplicationFSSpec
PyMac_ApplicationPath
open_doc_upp
open_app_upp
not_upp
PyMac_GetArgv
PyMac_GetFullPath
PyMac_init_process_location
strdup
Py_GetCompiler
PyMac_SetGUSIOptions
PyMac_PreferenceOptions
PyMac_GetPythonPath
PyMac_GetPythonDir
Py_GetPath
Py_GetPlatform
PyMac_ConsoleIsDead
PyMac_OSErrException
PyMac_Buildwide
PyMac_Getwide
PyMac_BuildFixed
PyMac_GetFixed
PyMac_GetEventRecord
PyMac_BuildPoint
PyMac_GetPoint
PyMac_BuildRect
PyMac_GetRect
PyMac_GetFSSpec
PyMac_BuildStr255
PyMac_GetStr255
PyMac_BuildNumVersion
PyMac_BuildOSType
PyMac_GetOSType
PyMac_PromptGetFile
PyMac_GetDirectory
SIOUXDoAboutBox
PyMac_RestoreMenuBar
PyMac_InitMenuBar
PyMac_SetSchedParams
PyMac_GetSchedParams
PyMac_HandleEvent
PyMac_BuildEventRecord
PyMac_HandleEventIntern
PyMac_SetEventHandler
PyMac_InForeground
PyOS_InterruptOccurred
PyErr_CheckSignals
PyOS_FiniInterrupts
PyOS_InitInterrupts
PyOS_CheckStack
PyMac_Error
PyErr_Mac
PyMac_GetOSErrException
PyMac_StrError
Pstring
PLstrrchr
PLstrcmp
PLstrcpy
PyMac_StopGUSISpin
PyMac_SetGUSISpin
RotateCursor
SpinCursor
PyMac_FixGUSIcd
guesstabsize
PyMac_AppRefNum
options
Py_GetExecPrefix
Py_GetPrefix
Py_GetArgcArgv
Py_GetProgramFullPath
PyMac_Exit
PyMac_InitApplication
PyMac_Initialize
PyMac_InitApplet
getfiletype
setfiletype
PyMac_AddLibResources
__initialize_with_resources
getbootvol
getwd
macstat
sync
initgestalt
initmacfs
newmfssobject
mfs_GetFSSpecFSSpec
newmfsaobject
initmac
initMacOS
calloc
realloc
free
malloc
Pcre_Type
initpcre
pcre_lcc
pcre_fcc
pcre_cbits
pcre_ctypes
pcre_malloc
pcre_free
pcre_exec
pcre_compile
pcre_info
pcre_version
pcre_study
initcPickle
Pickler_setattr
cPickle_PyMapping_HasKey
initcStringIO
PyMac_FindModuleExtension
PyMac_LoadResourceModule
PyMac_LoadCodeResourceModule
PyMac_FindCodeResourceModule
PyMac_FindResourceModule
_PyImport_Inittab
CtlObj_chain
Control_Type
initCtl
CtlObj_WhichControl
CtlObj_Convert
CtlObj_New
ControlFontStyle_Convert
DlgObj_chain
Dialog_Type
initDlg
DlgObj_Convert
MenuObj_chain
Menu_Type
initMenu
MenuObj_Convert
MenuObj_New
GrafObj_chain
GrafPort_Type
BMObj_chain
BitMap_Type
QDGlobalsAccess_Type
initQd
BMObj_Convert
BMObj_New
GrafObj_Convert
GrafObj_New
QdRGB_Convert
QdRGB_New
ResObj_chain
Resource_Type
initRes
OptResObj_Convert
OptResObj_New
ResObj_Convert
ResObj_New
WinObj_chain
Window_Type
initWin
WinObj_WhichWindow
WinObj_Convert
WinObj_New
uADSPCompletion
__vt__21AppleTalkSocketDomain		# AppleTalkSocketDomain::__vt
__vt__10ADSPSocket		# ADSPSocket::__vt
__vt__15AppleTalkSocket		# AppleTalkSocket::__vt
AppleTalkSockets
__dt__21AppleTalkSocketDomainFv		# AppleTalkSocketDomain::~AppleTalkSocketDomain()
AtlkLookup__FRC10EntityNameP9AddrBlock		# AtlkLookup(const EntityName&,AddrBlock*)
__dt__11AtlkSymAddrFv		# AtlkSymAddr::~AtlkSymAddr()
Register__11AtlkSymAddrFUc		# AtlkSymAddr::Register(unsigned char)
__ct__11AtlkSymAddrFRC10EntityName		# AtlkSymAddr::AtlkSymAddr(const EntityName&)
choose__21AppleTalkSocketDomainFiPcPviPvPi		# AppleTalkSocketDomain::choose(int,char*,void*,int,void*,int*)
socket__21AppleTalkSocketDomainFis		# AppleTalkSocketDomain::socket(int,short)
GetDSP__21AppleTalkSocketDomainFv		# AppleTalkSocketDomain::GetDSP()
Validate__21AppleTalkSocketDomainFv		# AppleTalkSocketDomain::Validate()
DoMPPOpen__21AppleTalkSocketDomainFv		# AppleTalkSocketDomain::DoMPPOpen()
__ct__21AppleTalkSocketDomainFv		# AppleTalkSocketDomain::AppleTalkSocketDomain()
GUSIwithAppleTalkSockets
select__10ADSPSocketFPUcPUcPUc		# ADSPSocket::select(unsigned char*,unsigned char*,unsigned char*)
ioctl__10ADSPSocketFUiPv		# ADSPSocket::ioctl(unsigned int,void*)
shutdown__10ADSPSocketFi		# ADSPSocket::shutdown(int)
sendto__10ADSPSocketFPviiPvi		# ADSPSocket::sendto(void*,int,int,void*,int)
recvfrom__10ADSPSocketFPviiPvPi		# ADSPSocket::recvfrom(void*,int,int,void*,int*)
accept__10ADSPSocketFPvPi		# ADSPSocket::accept(void*,int*)
connect__10ADSPSocketFPvi		# ADSPSocket::connect(void*,int)
UnInit__10ADSPSocketFUc		# ADSPSocket::UnInit(unsigned char)
Init__10ADSPSocketFv		# ADSPSocket::Init()
listen__10ADSPSocketFi		# ADSPSocket::listen(int)
__dt__10ADSPSocketFv		# ADSPSocket::~ADSPSocket()
__ct__10ADSPSocketFUc		# ADSPSocket::ADSPSocket(unsigned char)
getpeername__15AppleTalkSocketFPvPi		# AppleTalkSocket::getpeername(void*,int*)
getsockname__15AppleTalkSocketFPvPi		# AppleTalkSocket::getsockname(void*,int*)
__dt__10ErrnoSaverFv		# ErrnoSaver::~ErrnoSaver()
bind__15AppleTalkSocketFPvi		# AppleTalkSocket::bind(void*,int)
ioctl__15AppleTalkSocketFUiPv		# AppleTalkSocket::ioctl(unsigned int,void*)
fcntl__15AppleTalkSocketFUii		# AppleTalkSocket::fcntl(unsigned int,int)
__dt__15AppleTalkSocketFv		# AppleTalkSocket::~AppleTalkSocket()
__ct__15AppleTalkSocketFUc		# AppleTalkSocket::AppleTalkSocket(unsigned char)
__vt__8Gatherer		# Gatherer::__vt
__vt__9Scatterer		# Scatterer::__vt
__vt__9ScattGath		# ScattGath::__vt
CopyC2PStr__FPCcPUc		# CopyC2PStr(const char*,unsigned char*)
__dt__8GathererFv		# Gatherer::~Gatherer()
__ct__8GathererFPC5ioveci		# Gatherer::Gatherer(const iovec*,int)
__dt__9ScattererFv		# Scatterer::~Scatterer()
__ct__9ScattererFPC5ioveci		# Scatterer::Scatterer(const iovec*,int)
__dt__9ScattGathFv		# ScattGath::~ScattGath()
__ct__9ScattGathFPC5ioveci		# ScattGath::ScattGath(const iovec*,int)
Produce__10RingBufferFPcRl		# RingBuffer::Produce(char*,long&)
Consume__10RingBufferFPcRl		# RingBuffer::Consume(char*,long&)
Invalidate__10RingBufferFl		# RingBuffer::Invalidate(long)
Validate__10RingBufferFl		# RingBuffer::Validate(long)
Consumer__10RingBufferFRl		# RingBuffer::Consumer(long&)
Producer__10RingBufferFRl		# RingBuffer::Producer(long&)
__dt__10RingBufferFv		# RingBuffer::~RingBuffer()
__ct__10RingBufferFUs		# RingBuffer::RingBuffer(unsigned short)
GUSISpin
GUSIExec
gGUSISpeed
StandAlone
__vt__12SocketDomain		# SocketDomain::__vt
gGUSISpinControl
process__12SocketDomain		# SocketDomain::process
domains__12SocketDomain		# SocketDomain::domains
we__17GUSIConfiguration		# GUSIConfiguration::we
firstTime__17GUSIConfiguration		# GUSIConfiguration::firstTime
hasRevisedTimeMgr
hasAppleEvents
hasStdNBP
hasStdNBP_P
hasCTB
hasCRM
hasCRM_P
hasProcessMgr
hasNewSF
hasAlias
hasMakeFSSpec
CatchStdIO
GUSIFType
Sockets
GUSIConfig
GUSILoadConfiguration
GUSISetup
GUSIDefaultSetup
AppleTalkIdentity__FRsRs		# AppleTalkIdentity(short&,short&)
__ct__7FeatureFRC7FeatureRC7Feature		# Feature::Feature(const Feature&,const Feature&)
__ct__7FeatureFPFv_v		# Feature::Feature(void (*)(void))
__ct__7FeatureFRC7FeaturePFv_v		# Feature::Feature(const Feature&,void (*)(void))
__ct__7FeatureFPFv_s		# Feature::Feature(short (*)(void))
__ct__7FeatureFRC7FeaturePFv_s		# Feature::Feature(const Feature&,short (*)(void))
__ct__7FeatureFUlll		# Feature::Feature(unsigned long,long,long)
__ct__7FeatureFUll		# Feature::Feature(unsigned long,long)
__ct__7FeatureFUsSc		# Feature::Feature(unsigned short,signed char)
GUSIInterrupt__Fv		# GUSIInterrupt()
usleep
sleep
alarm
GUSICheckAlarm__Fv		# GUSICheckAlarm()
__dt__11SocketTableFv		# SocketTable::~SocketTable()
__vc__11SocketTableFi		# SocketTable::operator [](int)
Remove__11SocketTableFi		# SocketTable::Remove(int)
Install__11SocketTableFP6Socketi		# SocketTable::Install(Socket*,int)
__ct__11SocketTableFv		# SocketTable::SocketTable()
DontStrip__12SocketDomainFv		# SocketDomain::DontStrip()
choose__12SocketDomainFiPcPviPvPi		# SocketDomain::choose(int,char*,void*,int,void*,int*)
socketpair__12SocketDomainFisPP6Socket		# SocketDomain::socketpair(int,short,Socket**)
socket__12SocketDomainFis		# SocketDomain::socket(int,short)
__dt__12SocketDomainFv		# SocketDomain::~SocketDomain()
__ct__12SocketDomainFi		# SocketDomain::SocketDomain(int)
Ready__12SocketDomainFv		# SocketDomain::Ready()
Domain__12SocketDomainFi		# SocketDomain::Domain(int)
GUSIGetEvents
GUSISetEvents
GUSIGetHook
GUSISetHook
isatty
ftruncate
lseek
fstat
setsockopt
getsockopt
ioctl
dup2
dup
fcntl
shutdown
getpeername
getsockname
select
sendmsg
sendto
send
writev
write
recvmsg
recvfrom
recv
readv
read
close
accept
listen
connect
bind
choose
pipe
socketpair
socket
getdtablesize
InitConsole__11SocketTableFv		# SocketTable::InitConsole()
DelayConsole__17GUSIConfigurationCFv		# GUSIConfiguration::DelayConsole() const
DoAutoInitGraf__17GUSIConfigurationCFv		# GUSIConfiguration::DoAutoInitGraf() const
SetDefaultFType__17GUSIConfigurationCFRC9TFileSpec		# GUSIConfiguration::SetDefaultFType(const TFileSpec&) const
__ct__17GUSIConfigurationFv		# GUSIConfiguration::GUSIConfiguration()
GUSILoadConfiguration__17GUSIConfigurationFPPc		# GUSIConfiguration::GUSILoadConfiguration(char**)
GUSI_error_nil
GUSI_error
GUSIDefaultSpin
uFolderFFilter
uGetDirDlgHook
__vt__10FileSocket		# FileSocket::__vt
FileSockets
getcwd
rmdir
mkdir
chdir
scandir
closedir
rewinddir
seekdir
telldir
readdir
opendir
readlink
symlink
CopyIconFamily__Fssss		# CopyIconFamily(short,short,short,short)
__dt__10FileSocketFv		# FileSocket::~FileSocket()
__ct__10FileSocketFsUc		# FileSocket::FileSocket(short,unsigned char)
MarkTemporary__10FileSocketFRC6FSSpec		# FileSocket::MarkTemporary(const FSSpec&)
select__10FileSocketFPUcPUcPUc		# FileSocket::select(unsigned char*,unsigned char*,unsigned char*)
fstat__10FileSocketFP4stat		# FileSocket::fstat(stat*)
ioctl__10FileSocketFUiPv		# FileSocket::ioctl(unsigned int,void*)
fcntl__10FileSocketFUii		# FileSocket::fcntl(unsigned int,int)
QueueSocket__16FileSocketDomainFP10FileSocketUc		# FileSocketDomain::QueueSocket(FileSocket*,unsigned char)
MarkTemporary__16FileSocketDomainFRC6FSSpec		# FileSocketDomain::MarkTemporary(const FSSpec&)
GUSIDefaultExec
access__16FileSocketDomainFRC11GUSIFileRefi		# FileSocketDomain::access(const GUSIFileRef&,int)
utime__16FileSocketDomainFRC11GUSIFileRefPC7utimbuf		# FileSocketDomain::utime(const GUSIFileRef&,const utimbuf*)
chmod__16FileSocketDomainFRC11GUSIFileRefUs		# FileSocketDomain::chmod(const GUSIFileRef&,unsigned short)
stat__16FileSocketDomainFRC11GUSIFileRefP4stat		# FileSocketDomain::stat(const GUSIFileRef&,stat*)
faccess__16FileSocketDomainFRC11GUSIFileRefUiPl		# FileSocketDomain::faccess(const GUSIFileRef&,unsigned int,long*)
fgetfileinfo__16FileSocketDomainFRC11GUSIFileRefPUlPUl		# FileSocketDomain::fgetfileinfo(const GUSIFileRef&,unsigned long*,unsigned long*)
fsetfileinfo__16FileSocketDomainFRC11GUSIFileRefUlUl		# FileSocketDomain::fsetfileinfo(const GUSIFileRef&,unsigned long,unsigned long)
rename__16FileSocketDomainFRC11GUSIFileRefPCc		# FileSocketDomain::rename(const GUSIFileRef&,const char*)
remove__16FileSocketDomainFRC11GUSIFileRef		# FileSocketDomain::remove(const GUSIFileRef&)
choose__16FileSocketDomainFiPcPviPvPi		# FileSocketDomain::choose(int,char*,void*,int,void*,int*)
open__16FileSocketDomainFRC11GUSIFileRefi		# FileSocketDomain::open(const GUSIFileRef&,int)
File_error__Fs		# File_error(short)
IsDevice__FPCc		# IsDevice(const char*)
__vt__16FileSocketDomain		# FileSocketDomain::__vt
lastFileDomain__16FileSocketDomain		# FileSocketDomain::lastFileDomain
firstFileDomain__16FileSocketDomain		# FileSocketDomain::firstFileDomain
lastDeviceDomain__16FileSocketDomain		# FileSocketDomain::lastDeviceDomain
firstDeviceDomain__16FileSocketDomain		# FileSocketDomain::firstDeviceDomain
Yours__16FileSocketDomainFRC11GUSIFileRefQ216FileSocketDomain7Request		# FileSocketDomain::Yours(const GUSIFileRef&,FileSocketDomain::Request)
__ct__16FileSocketDomainFv		# FileSocketDomain::FileSocketDomain()
FindDomain__16FileSocketDomainFRC11GUSIFileRefQ216FileSocketDomain7Request		# FileSocketDomain::FindDomain(const GUSIFileRef&,FileSocketDomain::Request)
__dt__16FileSocketDomainFv		# FileSocketDomain::~FileSocketDomain()
__ct__16FileSocketDomainFiUcUc		# FileSocketDomain::FileSocketDomain(int,unsigned char,unsigned char)
Info__11GUSIFileRefCFv		# GUSIFileRef::Info() const
__ct__11GUSIFileRefFsQ216FileSocketDomain7Request		# GUSIFileRef::GUSIFileRef(short,FileSocketDomain::Request)
__ct__11GUSIFileRefFPCcQ216FileSocketDomain7RequestUc		# GUSIFileRef::GUSIFileRef(const char*,FileSocketDomain::Request,unsigned char)
access
utime
chmod
lstat
stat
truncate
faccess
fgetfileinfo
fsetfileinfo
rename
unlink
remove
creat
open
curDir__9TFileSpec		# TFileSpec::curDir
lastInfo__9TFileSpec		# TFileSpec::lastInfo
curVol__9TFileSpec		# TFileSpec::curVol
error__9TFileSpec		# TFileSpec::error
FSpTouchFolder
FSpResolve
FSpSmartMove
FSpIndex
FSpCatInfo
FSpDown
FSpUp
Special2FSSpec
Path2FSSpec
WD2FSSpec
FRefNum2FSSpec
FSp2Encoding
FSp2DirRelPath
FSp2RelPath
FSp2FullPath
__ct__9TFileSpecFPCcUc		# TFileSpec::TFileSpec(const char*,unsigned char)
IsEncodedFSSpec__9TFileSpecFPCcUc		# TFileSpec::IsEncodedFSSpec(const char*,unsigned char)
__vc__9TFileSpecCFs		# TFileSpec::operator [](short) const
__pl__9TFileSpecCFPCc		# TFileSpec::operator +(const char*) const
__apl__9TFileSpecFPCc		# TFileSpec::operator +=(const char*)
__pl__9TFileSpecCFPCUc		# TFileSpec::operator +(const unsigned char*) const
__apl__9TFileSpecFPCUc		# TFileSpec::operator +=(const unsigned char*)
AddPathComponent__9TFileSpecFPCci		# TFileSpec::AddPathComponent(const char*,int)
IsParentOf__9TFileSpecCFRC9TFileSpec		# TFileSpec::IsParentOf(const TFileSpec&) const
__ne__9TFileSpecCFRC9TFileSpec		# TFileSpec::operator !=(const TFileSpec&) const
__eq__9TFileSpecCFRC9TFileSpec		# TFileSpec::operator ==(const TFileSpec&) const
Exists__9TFileSpecCFv		# TFileSpec::Exists() const
Resolve__9TFileSpecFUc		# TFileSpec::Resolve(unsigned char)
Resolve__9TFileSpecFRC10CInfoPBRec		# TFileSpec::Resolve(const CInfoPBRec&)
__mi__9TFileSpecCFi		# TFileSpec::operator -(int) const
__ami__9TFileSpecFi		# TFileSpec::operator -=(int)
__pp__9TFileSpecFv		# TFileSpec::operator ++()
__mm__9TFileSpecFv		# TFileSpec::operator --()
CatInfo__9TFileSpecCFR10CInfoPBRecUc		# TFileSpec::CatInfo(CInfoPBRec&,unsigned char) const
Encode__9TFileSpecCFv		# TFileSpec::Encode() const
RelPath__9TFileSpecCFsl		# TFileSpec::RelPath(short,long) const
RelPath__9TFileSpecCFRC6FSSpec		# TFileSpec::RelPath(const FSSpec&) const
RelPath__9TFileSpecCFv		# TFileSpec::RelPath() const
FullAliasPath__9TFileSpecCFv		# TFileSpec::FullAliasPath() const
FullPath__9TFileSpecCFv		# TFileSpec::FullPath() const
Bless__9TFileSpecFv		# TFileSpec::Bless()
__ct__9TFileSpecFs		# TFileSpec::TFileSpec(short)
__ct__9TFileSpecFUlsl		# TFileSpec::TFileSpec(unsigned long,short,long)
__ct__9TFileSpecFsPCUcUc		# TFileSpec::TFileSpec(short,const unsigned char*,unsigned char)
__ct__9TFileSpecFslPCUcUc		# TFileSpec::TFileSpec(short,long,const unsigned char*,unsigned char)
__ct__9TFileSpecFRC6FSSpecUc		# TFileSpec::TFileSpec(const FSSpec&,unsigned char)
__ct__9TFileSpecFRC9TFileSpec		# TFileSpec::TFileSpec(const TFileSpec&)
Default__9TFileSpecFv		# TFileSpec::Default()
IsRoot__9TFileSpecFv		# TFileSpec::IsRoot()
Root__9TFileSpecFv		# TFileSpec::Root()
FindVol__9TFileSpecFs		# TFileSpec::FindVol(short)
DefaultDir__9TFileSpecFv		# TFileSpec::DefaultDir()
ChDir__9TFileSpecFRC9TFileSpec		# TFileSpec::ChDir(const TFileSpec&)
DisposeFileGlob
FileGlob2FSSpec
NextFileGlob
NewFileGlob
Next__9TFileGlobFPQ29TFileGlob9BackTrackiUc		# TFileGlob::Next(TFileGlob::BackTrack*,int,unsigned char)
Next__9TFileGlobFv		# TFileGlob::Next()
__ct__9TFileGlobFPCcPC9TFileSpec		# TFileGlob::TFileGlob(const char*,const TFileSpec*)
__vt__16INETSocketDomain		# INETSocketDomain::__vt
__vt__10INETSocket		# INETSocket::__vt
INETSockets
__dt__16INETSocketDomainFv		# INETSocketDomain::~INETSocketDomain()
CloseSocket__16INETSocketDomainFv		# INETSocketDomain::CloseSocket()
OpenSocket__16INETSocketDomainFv		# INETSocketDomain::OpenSocket()
GetPB__16INETSocketDomainFv		# INETSocketDomain::GetPB()
socket__16INETSocketDomainFis		# INETSocketDomain::socket(int,short)
Resolver__16INETSocketDomainFv		# INETSocketDomain::Resolver()
Driver__16INETSocketDomainFv		# INETSocketDomain::Driver()
__ct__16INETSocketDomainFv		# INETSocketDomain::INETSocketDomain()
GUSIwithInternetSockets
ioctl__10INETSocketFUiPv		# INETSocket::ioctl(unsigned int,void*)
fcntl__10INETSocketFUii		# INETSocket::fcntl(unsigned int,int)
shutdown__10INETSocketFi		# INETSocket::shutdown(int)
getpeername__10INETSocketFPvPi		# INETSocket::getpeername(void*,int*)
getsockname__10INETSocketFPvPi		# INETSocket::getsockname(void*,int*)
bind__10INETSocketFPvi		# INETSocket::bind(void*,int)
Available__10INETSocketFv		# INETSocket::Available()
__dt__10INETSocketFv		# INETSocket::~INETSocket()
__ct__10INETSocketFUl		# INETSocket::INETSocket(unsigned long)
__ct__10INETSocketFv		# INETSocket::INETSocket()
TCP_error__Fi		# TCP_error(int)
ntohs
ntohl
htons
htonl
__vt__13MacFileSocket		# MacFileSocket::__vt
__dt__13MacFileSocketFv		# MacFileSocket::~MacFileSocket()
ftruncate__13MacFileSocketFl		# MacFileSocket::ftruncate(long)
lseek__13MacFileSocketFli		# MacFileSocket::lseek(long,int)
ioctl__13MacFileSocketFUiPv		# MacFileSocket::ioctl(unsigned int,void*)
write__13MacFileSocketFPvi		# MacFileSocket::write(void*,int)
read__13MacFileSocketFPvi		# MacFileSocket::read(void*,int)
GUSIOpenFRef
open__13MacFileSocketFRC9TFileSpeci		# MacFileSocket::open(const TFileSpec&,int)
stdopen__9MPWDomain		# MPWDomain::stdopen
open__9MPWDomain		# MPWDomain::open
uDNRDone
h_errno
getprotobynumber
getprotobyname
getservbyport
getservbyname
getservent
endservent
setservent
gethostname
gethostid
inet_addr
inet_ntoa
gethostbyaddr
gethostbyname
MXInfo
HInfo
AddrToName
EnumCache
AddrToStr
StrToAddr
CloseResolver
OpenResolver
OpenOurRF__Fv		# OpenOurRF()
SearchFolderForDNRP__Fllsl		# SearchFolderForDNRP(long,long,short,long)
GetCPanelFolder__FPsPl		# GetCPanelFolder(short*,long*)
GetSystemFolder__FPsPl		# GetSystemFolder(short*,long*)
TrapExists__Fs		# TrapExists(short)
GetTrapType__Fs		# GetTrapType(short)
NumToolboxTraps__Fv		# NumToolboxTraps()
__vt__16NullSocketDomain		# NullSocketDomain::__vt
__vt__10NullSocket		# NullSocket::__vt
__dt__10NullSocketFv		# NullSocket::~NullSocket()
__dt__16NullSocketDomainFv		# NullSocketDomain::~NullSocketDomain()
open__16NullSocketDomainFRC11GUSIFileRefi		# NullSocketDomain::open(const GUSIFileRef&,int)
Yours__16NullSocketDomainFRC11GUSIFileRefQ216FileSocketDomain7Request		# NullSocketDomain::Yours(const GUSIFileRef&,FileSocketDomain::Request)
fstat__10NullSocketFP4stat		# NullSocket::fstat(stat*)
select__10NullSocketFPUcPUcPUc		# NullSocket::select(unsigned char*,unsigned char*,unsigned char*)
write__10NullSocketFPvi		# NullSocket::write(void*,int)
read__10NullSocketFPvi		# NullSocket::read(void*,int)
__ct__10NullSocketFv		# NullSocket::NullSocket()
uPAPReadTimer
uPAPWriteTimer
__vt__15PAPSocketDomain		# PAPSocketDomain::__vt
__vt__9PAPSocket		# PAPSocket::__vt
PAPSockets
__dt__15PAPSocketDomainFv		# PAPSocketDomain::~PAPSocketDomain()
open__15PAPSocketDomainFRC11GUSIFileRefi		# PAPSocketDomain::open(const GUSIFileRef&,int)
Yours__15PAPSocketDomainFRC11GUSIFileRefQ216FileSocketDomain7Request		# PAPSocketDomain::Yours(const GUSIFileRef&,FileSocketDomain::Request)
GUSIwithPAPSockets
select__9PAPSocketFPUcPUcPUc		# PAPSocket::select(unsigned char*,unsigned char*,unsigned char*)
shutdown__9PAPSocketFi		# PAPSocket::shutdown(int)
sendto__9PAPSocketFPviiPvi		# PAPSocket::sendto(void*,int,int,void*,int)
recvfrom__9PAPSocketFPviiPvPi		# PAPSocket::recvfrom(void*,int,int,void*,int*)
ioctl__9PAPSocketFUiPv		# PAPSocket::ioctl(unsigned int,void*)
fcntl__9PAPSocketFUii		# PAPSocket::fcntl(unsigned int,int)
Powerup__9PAPSocketFv		# PAPSocket::Powerup()
__dt__9PAPSocketFv		# PAPSocket::~PAPSocket()
__ct__9PAPSocketFv		# PAPSocket::PAPSocket()
__dt__5PAPIDFv		# PAPID::~PAPID()
__ct__5PAPIDFv		# PAPID::PAPID()
GetPAPCode__5PAPIDFslPUc		# PAPID::GetPAPCode(short,long,unsigned char*)
PAPWriteHellHound
PAPReadHellHound
PAPUnload__FPc		# PAPUnload(char*)
PAPClose__FsPc		# PAPClose(short,char*)
PAPStatus__FPcP12PAPStatusRecP9AddrBlockPc		# PAPStatus(char*,PAPStatusRec*,AddrBlock*,char*)
PAPWrite__FsPcssPsPc		# PAPWrite(short,char*,short,short,short*,char*)
PAPRead__FsPcPsPsPsPc		# PAPRead(short,char*,short*,short*,short*,char*)
PAPOpen__FPsPcsP12PAPStatusRecPsPc		# PAPOpen(short*,char*,short,PAPStatusRec*,short*,char*)
uPPCReadHellHound
uPPCWriteHellHound
uGUSIBrowseFilter
__vt__15PPCSocketDomain		# PPCSocketDomain::__vt
__vt__9PPCSocket		# PPCSocket::__vt
hasPPC
PPCSockets
__dt__15PPCSocketDomainFv		# PPCSocketDomain::~PPCSocketDomain()
choose__15PPCSocketDomainFiPcPviPvPi		# PPCSocketDomain::choose(int,char*,void*,int,void*,int*)
socket__15PPCSocketDomainFis		# PPCSocketDomain::socket(int,short)
__ct__15PPCSocketDomainFv		# PPCSocketDomain::PPCSocketDomain()
GUSIwithPPCSockets
select__9PPCSocketFPUcPUcPUc		# PPCSocket::select(unsigned char*,unsigned char*,unsigned char*)
shutdown__9PPCSocketFi		# PPCSocket::shutdown(int)
sendto__9PPCSocketFPviiPvi		# PPCSocket::sendto(void*,int,int,void*,int)
recvfrom__9PPCSocketFPviiPvPi		# PPCSocket::recvfrom(void*,int,int,void*,int*)
accept__9PPCSocketFPvPi		# PPCSocket::accept(void*,int*)
connect__9PPCSocketFPvi		# PPCSocket::connect(void*,int)
listen__9PPCSocketFi		# PPCSocket::listen(int)
getpeername__9PPCSocketFPvPi		# PPCSocket::getpeername(void*,int*)
getsockname__9PPCSocketFPvPi		# PPCSocket::getsockname(void*,int*)
bind__9PPCSocketFPvi		# PPCSocket::bind(void*,int)
ioctl__9PPCSocketFUiPv		# PPCSocket::ioctl(unsigned int,void*)
fcntl__9PPCSocketFUii		# PPCSocket::fcntl(unsigned int,int)
HellHoundsOnMyTrail__9PPCSocketFv		# PPCSocket::HellHoundsOnMyTrail()
Alloc__9PPCSocketFv		# PPCSocket::Alloc()
__dt__9PPCSocketFv		# PPCSocket::~PPCSocket()
__ct__9PPCSocketFRC9PPCSocket		# PPCSocket::PPCSocket(const PPCSocket&)
__ct__9PPCSocketFv		# PPCSocket::PPCSocket()
PPCWriteHellHound
PPCReadHellHound
PPCInit_P
GUSISIOUXEvents
__vt__17SIOUXSocketDomain		# SIOUXSocketDomain::__vt
__vt__11SIOUXSocket		# SIOUXSocket::__vt
open__17SIOUXSocketDomainFRC11GUSIFileRefi		# SIOUXSocketDomain::open(const GUSIFileRef&,int)
GUSIwithSIOUXSockets
__dt__17SIOUXSocketDomainFv		# SIOUXSocketDomain::~SIOUXSocketDomain()
Yours__17SIOUXSocketDomainFRC11GUSIFileRefQ216FileSocketDomain7Request		# SIOUXSocketDomain::Yours(const GUSIFileRef&,FileSocketDomain::Request)
isatty__11SIOUXSocketFv		# SIOUXSocket::isatty()
select__11SIOUXSocketFPUcPUcPUc		# SIOUXSocket::select(unsigned char*,unsigned char*,unsigned char*)
write__11SIOUXSocketFPvi		# SIOUXSocket::write(void*,int)
read__11SIOUXSocketFPvi		# SIOUXSocket::read(void*,int)
ioctl__11SIOUXSocketFUiPv		# SIOUXSocket::ioctl(unsigned int,void*)
__dt__11SIOUXSocketFv		# SIOUXSocket::~SIOUXSocket()
__ct__11SIOUXSocketFv		# SIOUXSocket::SIOUXSocket()
DoInitialize__11SIOUXSocketFv		# SIOUXSocket::DoInitialize()
__vt__6Socket		# Socket::__vt
post_select__6SocketFUcUcUc		# Socket::post_select(unsigned char,unsigned char,unsigned char)
select__6SocketFPUcPUcPUc		# Socket::select(unsigned char*,unsigned char*,unsigned char*)
pre_select__6SocketFUcUcUc		# Socket::pre_select(unsigned char,unsigned char,unsigned char)
shutdown__6SocketFi		# Socket::shutdown(int)
isatty__6SocketFv		# Socket::isatty()
ftruncate__6SocketFl		# Socket::ftruncate(long)
lseek__6SocketFli		# Socket::lseek(long,int)
fstat__6SocketFP4stat		# Socket::fstat(stat*)
ioctl__6SocketFUiPv		# Socket::ioctl(unsigned int,void*)
fcntl__6SocketFUii		# Socket::fcntl(unsigned int,int)
setsockopt__6SocketFiiPvi		# Socket::setsockopt(int,int,void*,int)
getsockopt__6SocketFiiPvPi		# Socket::getsockopt(int,int,void*,int*)
getpeername__6SocketFPvPi		# Socket::getpeername(void*,int*)
getsockname__6SocketFPvPi		# Socket::getsockname(void*,int*)
sendto__6SocketFPviiPvi		# Socket::sendto(void*,int,int,void*,int)
recvfrom__6SocketFPviiPvPi		# Socket::recvfrom(void*,int,int,void*,int*)
write__6SocketFPvi		# Socket::write(void*,int)
read__6SocketFPvi		# Socket::read(void*,int)
accept__6SocketFPvPi		# Socket::accept(void*,int*)
listen__6SocketFi		# Socket::listen(int)
connect__6SocketFPvi		# Socket::connect(void*,int)
bind__6SocketFPvi		# Socket::bind(void*,int)
__dt__6SocketFv		# Socket::~Socket()
__ct__6SocketFv		# Socket::Socket()
u_tcp_notify
u_tcp_connect_done
u_tcp_listen_done
u_tcp_recv_done
u_tcp_send_done
__vt__9TCPSocket		# TCPSocket::__vt
select__9TCPSocketFPUcPUcPUc		# TCPSocket::select(unsigned char*,unsigned char*,unsigned char*)
sendto__9TCPSocketFPviiPvi		# TCPSocket::sendto(void*,int,int,void*,int)
recvfrom__9TCPSocketFPviiPvPi		# TCPSocket::recvfrom(void*,int,int,void*,int*)
accept__9TCPSocketFPvPi		# TCPSocket::accept(void*,int*)
listen__9TCPSocketFi		# TCPSocket::listen(int)
connect__9TCPSocketFPvi		# TCPSocket::connect(void*,int)
Available__9TCPSocketFv		# TCPSocket::Available()
GetPB__9TCPSocketFv		# TCPSocket::GetPB()
__dt__9TCPSocketFv		# TCPSocket::~TCPSocket()
__ct__9TCPSocketFP9TCPSocket		# TCPSocket::TCPSocket(TCPSocket*)
__ct__9TCPSocketFUl		# TCPSocket::TCPSocket(unsigned long)
__ct__9TCPSocketFv		# TCPSocket::TCPSocket()
tcp_send_done__FP11AnnotatedPB		# tcp_send_done(AnnotatedPB*)
tcp_recv_done__FP11AnnotatedPB		# tcp_recv_done(AnnotatedPB*)
tcp_listen_done__FP11AnnotatedPB		# tcp_listen_done(AnnotatedPB*)
tcp_connect_done__FP11AnnotatedPB		# tcp_connect_done(AnnotatedPB*)
tcp_notify
u_udp_read_ahead_done
u_udp_send_done
__vt__9UDPSocket		# UDPSocket::__vt
select__9UDPSocketFPUcPUcPUc		# UDPSocket::select(unsigned char*,unsigned char*,unsigned char*)
sendto__9UDPSocketFPviiPvi		# UDPSocket::sendto(void*,int,int,void*,int)
recvfrom__9UDPSocketFPviiPvPi		# UDPSocket::recvfrom(void*,int,int,void*,int*)
connect__9UDPSocketFPvi		# UDPSocket::connect(void*,int)
getsockname__9UDPSocketFPvPi		# UDPSocket::getsockname(void*,int*)
bind__9UDPSocketFPvi		# UDPSocket::bind(void*,int)
ReadAhead__9UDPSocketFv		# UDPSocket::ReadAhead()
FlushReadAhead__9UDPSocketFv		# UDPSocket::FlushReadAhead()
NewStream__9UDPSocketFv		# UDPSocket::NewStream()
Available__9UDPSocketFv		# UDPSocket::Available()
GetPB__9UDPSocketFv		# UDPSocket::GetPB()
__dt__9UDPSocketFv		# UDPSocket::~UDPSocket()
__ct__9UDPSocketFUl		# UDPSocket::UDPSocket(unsigned long)
__ct__9UDPSocketFv		# UDPSocket::UDPSocket()
udp_read_ahead_done__FP11AnnotatedPB		# udp_read_ahead_done(AnnotatedPB*)
rdDelete
rdVersion
rdBind
rdConnect
rdAccept
rdRead
rdWrite
rdSend
rdReadAvail
rdWriteAvail
rdBufSize
rdDiscardRead
rdShutDown
rdDisconnect
rdGUSI_error
rdAddress
rdOrphan
rdAbortConnect
UnixChannel_EmulatedVTable
__vt__16UnixSocketDomain		# UnixSocketDomain::__vt
__vt__15UnixDgramSocket		# UnixDgramSocket::__vt
__vt__16UnixStreamSocket		# UnixStreamSocket::__vt
__vt__10UnixSocket		# UnixSocket::__vt
__dt__16UnixSocketDomainFv		# UnixSocketDomain::~UnixSocketDomain()
choose__16UnixSocketDomainFiPcPviPvPi		# UnixSocketDomain::choose(int,char*,void*,int,void*,int*)
socketpair__16UnixSocketDomainFisPP6Socket		# UnixSocketDomain::socketpair(int,short,Socket**)
socket__16UnixSocketDomainFis		# UnixSocketDomain::socket(int,short)
GUSIwithUnixSockets
Validate__12UnixSocketIDFv		# UnixSocketID::Validate()
__ct__12UnixSocketIDFP11UnixChannel		# UnixSocketID::UnixSocketID(UnixChannel*)
AbortConnect__12UnixChannel2FP11UnixChannel		# UnixChannel2::AbortConnect(UnixChannel*)
Orphan__12UnixChannel2Fv		# UnixChannel2::Orphan()
__ct__12UnixChannel2FP10UnixSocket		# UnixChannel2::UnixChannel2(UnixSocket*)
Address__11UnixChannelFv		# UnixChannel::Address()
GUSI_error__11UnixChannelFi		# UnixChannel::GUSI_error(int)
Disconnect__11UnixChannelFv		# UnixChannel::Disconnect()
DiscardRead__11UnixChannelFi		# UnixChannel::DiscardRead(int)
ShutDown__11UnixChannelFi		# UnixChannel::ShutDown(int)
BufSize__11UnixChannelFv		# UnixChannel::BufSize()
WriteAvail__11UnixChannelFv		# UnixChannel::WriteAvail()
ReadAvail__11UnixChannelFv		# UnixChannel::ReadAvail()
Send__11UnixChannelFP11UnixChannelPvi		# UnixChannel::Send(UnixChannel*,void*,int)
Write__11UnixChannelFPvi		# UnixChannel::Write(void*,int)
Read__11UnixChannelFPvi		# UnixChannel::Read(void*,int)
Accept__11UnixChannelFP11UnixChannel		# UnixChannel::Accept(UnixChannel*)
Connect__11UnixChannelFP11UnixChannel		# UnixChannel::Connect(UnixChannel*)
Bind__11UnixChannelFR14UnixSocketAddr		# UnixChannel::Bind(UnixSocketAddr&)
Version__11UnixChannelFv		# UnixChannel::Version()
UnBind__11UnixChannelFv		# UnixChannel::UnBind()
__dt__11UnixChannelFv		# UnixChannel::~UnixChannel()
__ct__11UnixChannelFP10UnixSocket		# UnixChannel::UnixChannel(UnixSocket*)
sendto__15UnixDgramSocketFPviiPvi		# UnixDgramSocket::sendto(void*,int,int,void*,int)
recvfrom__15UnixDgramSocketFPviiPvPi		# UnixDgramSocket::recvfrom(void*,int,int,void*,int*)
connect__15UnixDgramSocketFPvi		# UnixDgramSocket::connect(void*,int)
__dt__15UnixDgramSocketFv		# UnixDgramSocket::~UnixDgramSocket()
__ct__15UnixDgramSocketFv		# UnixDgramSocket::UnixDgramSocket()
sendto__16UnixStreamSocketFPviiPvi		# UnixStreamSocket::sendto(void*,int,int,void*,int)
recvfrom__16UnixStreamSocketFPviiPvPi		# UnixStreamSocket::recvfrom(void*,int,int,void*,int*)
accept__16UnixStreamSocketFPvPi		# UnixStreamSocket::accept(void*,int*)
connect__16UnixStreamSocketFPvi		# UnixStreamSocket::connect(void*,int)
listen__16UnixStreamSocketFi		# UnixStreamSocket::listen(int)
__dt__16UnixStreamSocketFv		# UnixStreamSocket::~UnixStreamSocket()
__ct__16UnixStreamSocketFv		# UnixStreamSocket::UnixStreamSocket()
shutdown__10UnixSocketFi		# UnixSocket::shutdown(int)
select__10UnixSocketFPUcPUcPUc		# UnixSocket::select(unsigned char*,unsigned char*,unsigned char*)
getpeername__10UnixSocketFPvPi		# UnixSocket::getpeername(void*,int*)
getsockname__10UnixSocketFPvPi		# UnixSocket::getsockname(void*,int*)
bind__10UnixSocketFPvi		# UnixSocket::bind(void*,int)
ioctl__10UnixSocketFUiPv		# UnixSocket::ioctl(unsigned int,void*)
fcntl__10UnixSocketFUii		# UnixSocket::fcntl(unsigned int,int)
defaultbind__10UnixSocketFv		# UnixSocket::defaultbind()
__dt__10UnixSocketFv		# UnixSocket::~UnixSocket()
__ct__10UnixSocketFs		# UnixSocket::UnixSocket(short)
__ct__14UnixSocketAddrF9TFileSpec		# UnixSocketAddr::UnixSocketAddr(TFileSpec)
GUSISetupMSLSIOUX__Fv		# GUSISetupMSLSIOUX()
fwalk
fdopen
__close_file
__position_file
__write_file
__read_file
__open_file
__open_temp_file
__dc_arr
__del_arr
__new_arr
__init_arr
__copy
__som_check_ev
__som_check_new
__vt__Q23std9exception		# std::exception::__vt
__vt__Q23std13bad_exception		# std::bad_exception::__vt
what__Q23std13bad_exceptionCFv		# std::bad_exception::what() const
what__Q23std9exceptionCFv		# std::exception::what() const
__end__catch
__throw
__ct__Q23std9exceptionFv		# std::exception::exception()
__dt__Q23std9exceptionFv		# std::exception::~exception()
__unexpected
__dt__Q23std13bad_exceptionFv		# std::bad_exception::~bad_exception()
__unregister_fragment
__register_fragment
__global_destructor_chain
__destroy_global_chain
__register_global_object
__destroy_new_array2
__destroy_new_array
__destroy_arr
__construct_array
__dt__26__partial_array_destructorFv		# __partial_array_destructor::~__partial_array_destructor()
__construct_new_array
__throw_catch_compare
unexpected__3stdFv		# std::unexpected()
set_unexpected__3stdFPFv_v		# std::set_unexpected(void (*)(void))
terminate__3stdFv		# std::terminate()
set_terminate__3stdFPFv_v		# std::set_terminate(void (*)(void))
__vt__Q23std8bad_cast		# std::bad_cast::__vt
__vt__Q23std10bad_typeid		# std::bad_typeid::__vt
what__Q23std10bad_typeidCFv		# std::bad_typeid::what() const
what__Q23std8bad_castCFv		# std::bad_cast::what() const
__dynamic_cast
__dt__Q23std8bad_castFv		# std::bad_cast::~bad_cast()
__get_typeid
__dt__Q23std10bad_typeidFv		# std::bad_typeid::~bad_typeid()
nothrow__3std		# std::nothrow
__dla__FPv		# operator delete[](void*)
__nwa__FUlRCQ23std9nothrow_t		# operator new[](unsigned long,const std::nothrow_t&)
__nwa__FUl		# operator new[](unsigned long)
__dl__FPv		# operator delete(void*)
__nw__FUlRCQ23std9nothrow_t		# operator new(unsigned long,const std::nothrow_t&)
__nw__FUl		# operator new(unsigned long)
_prealloc_newpool__3stdFUl		# std::_prealloc_newpool(unsigned long)
_set_newnonptrmax__3stdFUl		# std::_set_newnonptrmax(unsigned long)
_set_newpoolsize__3stdFUl		# std::_set_newpoolsize(unsigned long)
__throws_bad_alloc__3std		# std::__throws_bad_alloc
__vt__Q23std9bad_alloc		# std::bad_alloc::__vt
__new_handler__3std		# std::__new_handler
what__Q23std9bad_allocCFv		# std::bad_alloc::what() const
__del_hdl
__new_hdl
set_new_handler__3stdFPFv_v		# std::set_new_handler(void (*)(void))
__throw_bad_alloc__3stdFv		# std::__throw_bad_alloc()
__dt__Q23std9bad_allocFv		# std::bad_alloc::~bad_alloc()
qd
exit
abort
__console_exit
__stdio_exit
__aborting
__exit
exit
__atexit
atexit
abort
__malloc_pool
__files
__num_to_file
__file_to_num
__flush_line_buffered_output_files
__flush_all
__close_all
__init_file
__find_unopened_file
__llmod
__lmod
__mod
__lldiv
__ldiv
__div
__llmul
__lmul
__mul
__lladd
__ladd
__add
lldiv
ldiv
div
llabs
labs
abs
__assertion_failed
bsearch
setbuf
setvbuf
__flush_buffer
__load_buffer
__prep_buffer
__convert_to_newlines
__convert_from_newlines
puts
fputs
putchar
putc
fputc
__put_char
__ungotten
ungetc
gets
fgets
getchar
getc
fgetc
__get_char
__ctype_map
__lower_map
__upper_map
toupper
tolower
isxdigit
isupper
isspace
ispunct
isprint
islower
isgraph
isdigit
iscntrl
isalpha
isalnum
fwrite
fread
errno
__temp_file_mode
__set_idle_proc
__get_file_modes
__handle_reopen
__handle_open
freopen
fopen
fflush
fclose
tmpfile
tmpnam
rewind
fsetpos
fseek
_fseek
fgetpos
ftell
_ftell
__float_nan
__float_huge
__double_min
__double_max
__double_epsilon
__double_tiny
__double_huge
__double_nan
__extended_min
__extended_max
__extended_epsilon
__extended_tiny
__extended_huge
__extended_nan
__lconv
localeconv
setlocale
wcstombs
mbstowcs
wctomb
mbtowc
mblen
memcmp
__memrchr
memchr
memset
memmove
memcpy
__fill_mem
__copy_longs_rev_unaligned
__copy_longs_unaligned
__copy_longs_rev_aligned
__copy_longs_aligned
__move_mem
__copy_mem
__stdio_atexit
perror
ferror
feof
clearerr
__pool_free_all
__pool_free
__pool_realloc
__pool_alloc_clear
__pool_alloc
__pool_preassign
__pool_preallocate
__init_pool_obj
sprintf
snprintf
vsprintf
vsnprintf
printf
vprintf
fprintf
vfprintf
qsort
srand
rand
sscanf
__vsscanf
scanf
fscanf
__vfscanf
raise
signal
__strerror
strerror
strstr
strtok
strcspn
strspn
strpbrk
strrchr
strxfrm
strcoll
strchr
strncmp
strcmp
strncat
strcat
strncpy
strcpy
strlen
__close_string
__write_string
__read_string
__open_string_file
atof
strtod
__strtold
strtoumax
strtoimax
atol
atoi
strtoll
strtol
strtoull
strtoul
__strtoull
__strtoul
system
getenv
__month_to_days
strftime
localtime
gmtime
ctime
asctime
time
mktime
difftime
clock
__leap_year
ccommand
clrscr
__close_console
__write_console
__read_console
__end_critical_region
__begin_critical_region
__kill_critical_regions
__init_critical_regions
__rename_file
__delete_file
__temp_file_name
__path2fss
__sys_free
__sys_alloc
__to_gm_time
__get_time
__get_clock
ttyname
getlogin
exec
cuserid
_ftype
_fcreator
tell
fileno
__gettype
__getcreator
__ctopstring
__system7present
__myraise
utimes
uname
fwide
fgetws
fputws
ungetwc
fgetwc
getwchar
getwc
fputwc
putwchar
putwc
watof
wcstod
__wcstold
wcstoumax
wcstoimax
watol
watoi
wcstoll
wcstol
wcstoull
wcstoul
__wcstoull
__wcstoul
wctrans
towctrans
__wctype_map
__wlower_map
__wupper_map
iswctype
wctype
wctob
towupper
towlower
iswxdigit
iswupper
iswspace
iswpunct
iswprint
iswlower
iswgraph
iswdigit
iswcntrl
iswalpha
iswalnum
wmemcmp
wmemchr
wmemset
wmemmove
wmemcpy
swprintf
vwprintf
vswprintf
wprintf
fwprintf
vfwprintf
swscanf
__vswscanf
vwscanf
wscanf
fwscanf
__vfwscanf
wcsstr
wcstok
wcscspn
wcsspn
wcspbrk
wcsrchr
wcsxfrm
wcscoll
wcschr
wcsncmp
wcscmp
wcsncat
wcscat
wcsncpy
wcscpy
wcslen
wcsftime
wctime
wasctime
ValidateMallocHeap
GetNextMallocHeapRegistration
GetFirstMallocHeapRegistration
UnregisterMallocHeap
RegisterMallocHeap
__fminl
__fmaxl
__fdiml
__nextafterl
__remquol
__copysignl
__remainderl
__fmodl
__modfl
__truncl
llroundl
lroundl
__roundl
llrintl
lrintl
__rintl
__nearbyintl
__floorl
__ceill
__lgammal
__gammal
__erfcl
__erfl
__hypotl
__sqrtl
__powl
__fabsl
scalblnl
scalbnl
__logbl
__log2l
__log1pl
__expm1l
__exp2l
__log10l
__logl
__ldexpl
__frexpl
__expl
__atanhl
__asinhl
__acoshl
__tanhl
__sinhl
__coshl
__tanl
__sinl
__cosl
__atan2l
__atanl
__asinl
__acosl
fminf
fmaxf
fdimf
remquof
copysignf
remainderf
fmodf
truncf
llroundf
lroundf
roundf
llrintf
lrintf
rintf
nearbyintf
floorf
ceilf
lgammaf
gammaf
erfcf
erff
hypotf
sqrtf
powf
fabsf
scalblnf
scalbnf
logbf
log2f
log1pf
expm1f
exp2f
log10f
logf
ldexpf
frexpf
expf
atanhf
asinhf
acoshf
tanhf
sinhf
coshf
tanf
sinf
cosf
atan2f
atanf
asinf
acosf
nextafter
llround
lround
llrint
lrint
scalbln
scalbn
SIOUXclrscr
getch
kbhit
SIOUXSetTitle
__ttyname
ReadCharsFromConsole
WriteCharsToConsole
RemoveConsole
InstallConsole
SIOUXHandleOneEvent
SIOUXisinrange
SIOUXDragRect
SIOUXBigRect
SIOUXSettings
SIOUXTextWindow
SIOUXState
SIOUXUseWaitNextEvent
SIOUXQuitting
SIOUXselstart
SIOUXDoMenuChoice
SIOUXDoEditSelectAll
SIOUXDoEditClear
SIOUXDoEditPaste
SIOUXDoEditCopy
SIOUXDoEditCut
SIOUXDoSaveText
SIOUXUpdateMenuItems
SIOUXSetupMenus
SIOUXDoPrintText
SIOUXDoPageSetup
SIOUXYesNoCancelAlert
SIOUXCantSaveAlert
SIOUXSetupTextWindow
SIOUXDoContentClick
SIOUXMyGrowWindow
SIOUXUpdateStatusLine
MoveScrollBox
SIOUXUpdateScrollbar
SIOUXUpdateWindow
SIOUXDrawGrowBox
AdjustText
SIOUXIsAppWindow
atan_d_d
atan2_d_dd
atan_d_pd
atan2_d_pdpd
atan_r_r
atan2_r_rr
atan_r_pr
atan2_r_prpr
power_d_dd
exp_d_d
exp_d_pd
exp_r_r
exp_r_pr
log_d_d
log_d_pd
log10_d_d
log10_d_pd
sqrt_d_d
sqrt_d_pd
sqrt_r_r
sqrt_r_pr
sin_d_d
sin_d_pd
sin_r_r
sin_r_pr
cos_d_d
cos_d_pd
cos_r_r
cos_r_pr