This file is indexed.

/usr/lib/x86_64-linux-gnu/ada/adalib/plplotadad/plplot_thin.ali is in libplplot-ada1-dev 5.10.0+dfsg-1.

This file is owned by root:root, with mode 0o444.

The actual contents of the file can be viewed below.

   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
V "GNAT Lib v4.9"
A -fPIC
A -mtune=generic
A -march=x86-64
P SS ZX

RN
RV NO_ACCESS_SUBPROGRAMS
RV NO_DIRECT_BOOLEAN_OPERATORS
RV NO_FLOATING_POINT
RV NO_IO
RV NO_IMPLICIT_LOOPS
RV NO_SECONDARY_STACK
RV NO_STANDARD_STORAGE_POOLS
RV NO_UNCHECKED_ACCESS
RV NO_DEFAULT_INITIALIZATION
RV NO_IMPLEMENTATION_ATTRIBUTES
RV NO_IMPLEMENTATION_PRAGMAS
RV SPARK_05

U plplot_thin%b		plplot_thin.adb		feec20e5 NE OO PK
W ada%s			ada.ads			ada.ali
W ada.tags%s		a-tags.adb		a-tags.ali
W ada.text_io%s		a-textio.adb		a-textio.ali
W plplot_auxiliary%s	plplot_auxiliary.adb	plplot_auxiliary.ali
W system%s		system.ads		system.ali
W system.address_to_access_conversions%s
W system.secondary_stack%s  s-secsta.adb	s-secsta.ali

U plplot_thin%s		plplot_thin.ads		36348565 EE NE OO PK
W ada%s			ada.ads			ada.ali
W ada.strings%s		a-string.ads		a-string.ali
W ada.strings.bounded%s	a-strbou.adb		a-strbou.ali
W ada.strings.unbounded%s  a-strunb.adb		a-strunb.ali
W ada.text_io%s		a-textio.adb		a-textio.ali
W interfaces%s		interfac.ads		interfac.ali
W interfaces.c%s	i-c.adb			i-c.ali
W interfaces.c.pointers%s
W interfaces.c.strings%s  i-cstrin.adb		i-cstrin.ali
W plplot_auxiliary%s	plplot_auxiliary.adb	plplot_auxiliary.ali
W system%s		system.ads		system.ali

D ada.ads		20070406091342 3ffc8e18
D a-charac.ads		20070912115821 2d3ec45b
D a-chlat1.ads		20140225151544 66457d31
D a-except.ads		20140129161953 f86a4103
D a-finali.ads		20111121113555 52ecdc1b
D a-ioexce.ads		20140225151544 e4a01f64
D a-stream.ads		20140122164720 1a984740
D a-string.ads		20070406091342 90ac6797
D a-strbou.ads		20101008130255 9806fe84
D a-strmap.ads		20090409150019 9cb836fb
D a-strsup.ads		20120309145048 a27dcb33
D a-strunb.ads		20120426100351 3f91d4c5
D a-tags.ads		20111212115430 6c0509d0
D a-textio.ads		20140129155348 386df5d4
D a-unccon.ads		20070406091342 f9eb8f06
D interfac.ads		20140225151838 69adb1b9
D i-c.ads		20110801143639 5421119b
D i-cpoint.ads		20130104124955 ee8a93ec
D i-cstrin.ads		20130104124955 341d0ddf
D i-cstrea.ads		20130412125801 8128536b
D plplot_auxiliary.ads	20131219204509 d6967b65
D plplot_thin.ads	20131213101808 61ca3f2c
D plplot_thin.adb	20130925021625 3deb4057
D system.ads		20140921225607 90249111
D s-atacco.ads		20120515093410 4c36d12f
D s-atocou.ads		20131010110730 cd7c94ca
D s-atocou.adb		20131010121735 62bad392
D s-crtl.ads		20140225151544 840e6817
D s-exctab.ads		20140225151139 54135002
D s-ficobl.ads		20120709130952 55a71d43
D s-finmas.ads		20140225151139 814daec4
D s-finroo.ads		20120426095924 4ff27390
D s-parame.ads		20140225151139 ab8cb46a
D s-pooglo.ads		20110804083314 542f33d0
D s-secsta.ads		20140225151139 86a2856d
D s-soflin.ads		20140225151139 aa763b52
D s-stache.ads		20140225151139 a37c21ec
D s-stalib.ads		20140225151139 a891183f
D s-stoele.ads		20140225151139 2dc34a04
D s-stoele.adb		20140225151139 ed88f8fb
D s-stopoo.ads		20131010103753 b16154c2
D s-stposu.ads		20121005142121 ffeba1c5
D s-stratt.ads		20131014135145 aedef97e
D s-traent.ads		20140225151139 b5116092
D s-unstyp.ads		20140225151139 510692af
D s-wchcon.ads		20140225151139 1b7d22d2
X 1 ada.ads
16K9*Ada 19e8 22|41r5 42r5 43r5 48r5 49r5 50r5 23|24r5 29r5
X 8 a-string.ads
16K13*Strings 35e16 22|42r9 43r9 49r9 50r9
X 9 a-strbou.ads
39K21*Bounded 914e24 22|42w17 49r17
X 12 a-strunb.ads
76K21*Unbounded 489e26 22|43w17 50r17
X 14 a-textio.ads
49K13*Text_IO 471e16 22|41w9 48r9 23|24w9 29r9
263U14*Put_Line 23|209s13 210s13 271s13 272s13
X 16 interfac.ads
38K9*Interfaces 179e15 22|36r5 37r5 38r5 45r5 46r5 118r9 131r9 189r34
X 17 i-c.ads
18K20*C 230e17 22|36w16 37r16 38r16 45r16 46r16 118r20 131r20 189r45
43M9*unsigned 22|350r26 351r26 352r26 376r29 377r29 1541r16
60M9*size_t 22|118r38 131r38 189r64 197r23
72E9*char<character> 22|1548r18
79A9*char_array(72E9)<60M9> 22|118r22 131r22 189r47 556r43 557r17 591r18
. 592r16 599r19 599r40 600r19 600r40 601r19 601r40 833r24 882r24 953r24 1038r20
. 1038r41 1038r62 1166r73 1205r19 1206r17 1213r20 1213r64 1321r79 1328r70
. 1497r22 1576r20 1680r24 1686r24 1728r23 1747r75 1759r39 1773r38 1773r58
. 1779r16 1779r35 1779r56 1885r21 1982r28
X 18 i-cpoint.ads
44k22*Pointers 102e26 22|38w18
X 19 i-cstrin.ads
36K22*Strings 104e25 22|37w18 46r18
X 21 plplot_auxiliary.ads
34K9*PLplot_Auxiliary 102e21 22|39w5 47r5 23|25w5 28r5
42A9*Real_Vector(long_float)<integer> 22|64r34 146r44 166r43
43A9*Real_Matrix(long_float)<integer><integer> 22|65r34 79r37 86r31 86r51
. 23|57r37 72r31 72r51 73r13
X 22 plplot_thin.ads
52K9*PLplot_Thin 1998r21 2006r21 2016r21 2024l5 2024e16 23|31b14 163r21 174r21
. 239r21 380l5 380t16
53I13*PLINT{integer} 180r28 353r26 486r22 487r22 502r34 502r50 509r82 516r18
. 530r14 530r26 538r70 538r84 547r63 547r77 556r78 557r52 570r18 570r74 576r47
. 591r53 592r51 599r75 600r75 601r75 608r87 622r20 636r62 637r64 658r18 659r25
. 659r66 667r22 667r37 674r43 711r16 711r30 721r16 721r30 735r16 742r16 756r16
. 763r17 777r20 784r20 798r21 798r36 798r51 798r66 805r22 805r42 812r22 812r37
. 812r52 819r29 826r38 868r47 875r24 875r43 875r63 889r28 897r25 897r46 897r66
. 897r86 911r20 921r83 922r41 922r78 923r55 946r26 974r27 974r49 981r27 981r49
. 988r27 988r49 1002r16 1003r17 1003r33 1101r15 1101r35 1102r20 1102r38 1102r56
. 1103r16 1103r33 1104r19 1123r15 1123r33 1125r20 1125r38 1125r56 1127r22
. 1128r20 1129r18 1145r16 1152r17 1159r18 1183r87 1183r99 1183r112 1190r88
. 1190r100 1190r113 1191r45 1198r27 1221r15 1221r27 1221r40 1221r54 1229r15
. 1229r27 1229r40 1230r44 1239r15 1239r27 1239r40 1240r44 1241r20 1241r33
. 1272r18 1279r16 1286r16 1286r70 1293r17 1293r91 1300r17 1307r19 1307r33
. 1314r19 1378r88 1385r71 1392r23 1399r88 1406r71 1414r23 1414r37 1425r24
. 1425r38 1434r23 1455r21 1455r32 1455r43 1455r54 1462r22 1462r39 1469r18
. 1469r29 1469r40 1476r25 1483r22 1490r34 1512r24 1512r41 1512r58 1512r75
. 1555r18 1555r31 1555r45 1569r37 1583r48 1583r60 1586r21 1587r23 1588r23
. 1589r61 1595r42 1595r54 1598r21 1599r23 1600r23 1601r61 1607r49 1607r61
. 1609r45 1610r24 1611r61 1651r19 1651r33 1665r18 1672r45 1672r60 1673r18
. 1673r32 1693r22 1700r20 1707r17 1707r29 1721r17 1721r29 1728r40 1728r52
. 1747r18 1758r19 1766r19 1766r32 1773r23 1777r18 1777r34 1786r19 1793r53
. 1793r65 1804r51 1804r63 1812r18 1819r89 1819r102 1820r18 1820r59 1828r83
. 1828r95 1829r18 1829r59 1830r22 1830r35 1830r58 1830r81 1844r21 1844r43
. 1851r25 1857r21 1857r43 1864r15 1864r69 1871r21 1871r43 1946r21 1946r41
. 23|176r26 179r18
54F13*PLFLT{long_float} 137r27 137r47 153r26 180r70 195r23 204r44 205r48
. 356r26 357r26 367r38 368r38 474r19 475r19 476r19 477r19 509r35 509r49 509r66
. 522r15 522r26 522r37 522r48 522r64 522r80 522r96 530r41 556r17 556r29 556r63
. 557r37 577r19 577r34 591r38 592r36 599r60 600r60 601r60 608r23 608r35 608r51
. 608r67 629r19 636r44 637r77 674r56 675r21 710r18 710r32 710r46 710r60 720r19
. 720r33 720r47 720r61 791r24 791r42 805r57 819r44 840r26 840r48 840r66 840r84
. 847r26 854r27 854r47 854r67 854r87 896r24 896r42 911r75 923r69 939r23 939r41
. 939r59 939r77 960r25 960r45 960r65 960r85 967r25 967r45 967r65 967r85 1002r55
. 1002r71 1017r18 1017r29 1017r40 1017r57 1017r74 1017r91 1031r17 1031r29
. 1031r41 1031r53 1100r30 1100r59 1101r46 1101r57 1101r77 1105r23 1105r43
. 1105r65 1106r30 1122r32 1122r63 1123r44 1123r55 1124r20 1124r38 1126r25
. 1126r49 1127r42 1138r23 1138r34 1138r45 1167r24 1167r41 1167r57 1167r73
. 1175r28 1175r42 1176r30 1176r47 1176r63 1176r79 1205r38 1205r51 1205r65
. 1213r50 1279r28 1279r40 1279r52 1279r64 1321r16 1321r27 1321r39 1321r51
. 1321r65 1328r56 1336r20 1364r18 1364r29 1364r40 1364r57 1364r74 1364r91
. 1371r18 1371r33 1441r32 1441r51 1448r47 1462r50 1476r36 1505r20 1505r36
. 1505r48 1505r60 1513r22 1513r39 1520r20 1527r21 1527r35 1527r49 1527r63
. 1534r21 1534r35 1534r49 1534r63 1584r18 1584r33 1584r49 1584r62 1585r23
. 1585r42 1586r39 1586r57 1587r42 1588r42 1596r18 1596r33 1596r49 1596r62
. 1597r23 1597r42 1598r39 1598r57 1599r42 1600r42 1608r18 1608r32 1608r46
. 1608r60 1609r65 1610r44 1644r18 1644r33 1658r18 1658r33 1672r18 1672r30
. 1714r18 1714r33 1766r43 1766r54 1774r16 1774r30 1774r45 1774r59 1774r73
. 1775r17 1775r32 1794r16 1794r30 1794r44 1794r58 1794r72 1794r86 1795r19
. 1795r37 1805r17 1805r31 1805r45 1805r59 1805r73 1805r87 1806r18 1806r33
. 1806r48 1806r63 1837r19 1837r33 1837r47 1837r61 1893r21 1901r19 1901r33
. 1901r47 1901r61 1901r77 1908r19 1908r33 1908r47 1908r61 1923r19 1923r34
. 1923r50 1923r65 1924r17 1924r32 1924r47 1924r62 1925r17 1925r30 1925r42
. 1932r21 1939r19 1939r33 1939r47 1939r61 1996r21 1997r25 2004r21 2005r25
. 2014r21 2015r25 23|161r21 162r25 172r21 173r25 177r18 178r26 237r21 238r25
. 242r34 243r34 244r34 245r34
55i5*PLfalse{integer} 57r37
56i5*PLtrue{integer} 57r46
57I13*PLBOOL{integer} 66r62 522r110 637r26 1300r113 1686r50 1776r18 1776r32
58M10*PLUNICODE 861r23 1562r18
60A10*Boolean_Array_1D(boolean)<integer>
61A10*Integer_Array_1D(integer)<integer> 63r34
63A13*PL_Integer_Array{61A10}<integer> 1104r38 1107r23 1109r22 1109r55 1111r23
. 1111r55 1113r25 1114r26 1128r40 1130r45 1131r20 1241r52 1241r82 1272r31
. 1272r55 1378r18 1378r40 1378r62 1385r25 1399r18 1399r40 1399r62 1406r25
. 1778r19 1778r47 1812r32 1812r58
64A13*PL_Float_Array{21|42A9}<integer> 430r18 431r18 432r18 538r22 538r47
. 570r29 570r49 646r44 659r41 683r21 683r44 683r67 683r90 690r21 690r44 690r67
. 690r90 735r30 735r53 735r73 742r27 742r50 742r73 756r27 756r47 763r28 763r48
. 763r68 911r31 911r51 921r20 921r40 921r60 922r17 922r53 1002r30 1110r22
. 1110r56 1112r23 1113r59 1130r17 1145r27 1145r47 1152r28 1152r48 1152r68
. 1183r16 1183r36 1190r17 1190r37 1191r20 1220r16 1220r36 1228r17 1228r37
. 1230r19 1238r18 1238r38 1240r19 1286r27 1286r47 1293r28 1293r48 1293r68
. 1300r28 1300r48 1300r68 1385r47 1406r47 1414r56 1415r18 1415r43 1415r68
. 1426r48 1609r20 1747r29 1747r49 1758r30 1758r50 1759r13 1819r18 1819r38
. 1820r34 1828r19 1828r39 1829r34 1864r26 1864r46
65A13*PL_Float_Array_2D{21|43A9}<integer><integer> 445r18 446r18 447r18 1595r18
. 1828r59
66A10*PL_Bool_Array(57I13)<integer> 1300r91 1416r24 1427r24
67M13*PLPointer{24|64M9} 119r58 132r64 137r66 180r52 198r23 206r44 531r67
. 547r25 547r45 647r67 657r26 660r67 1590r69 1602r69 1612r69 1637r81 1651r50
. 1736r37 1797r21 1998r33 2006r33 2016r33 23|163r33 174r33 239r33
71P10*Long_Float_Pointer(long_float) 72r74
72A10*Long_Float_Pointer_Array(71P10)<integer> 79r57 529r16 529r46 645r16
. 923r17 1131r47 1183r56 1190r57 1220r56 1228r57 1238r58 1583r17 1607r18
. 1793r22 1804r20 1819r58 23|57r57 59r25
79V14*Matrix_To_Pointers{72A10} 79>33 23|57b14 65l9 65t27
79a33 x{21|43A9} 23|57b33 58r44 59r51 61r22 62r37
86V14*PL_Transpose{21|43A9} 86>27 23|72b14 81l9 81t21
86a27 A{21|43A9} 23|72b27 73r25 73r37 75r18 76r22 77r28
116i5*Max_Stripchart_Label_Length{integer} 118r45
117A13*PL_Stripchart_String{17|79A9}<17|60M9> 120r50
119A10*PL_Stripchart_String_Array(67M13)<integer> 1778r75
120a5*C_Stripchart_String_Array(117A13)
129i5*Max_Legend_Label_Length{integer} 131r45
130A13*PL_Legend_String{17|79A9}<17|60M9>
132A10*PL_Legend_String_Array(67M13)<integer> 1108r16 1115r19 1128r67 1129r37
136P10*Transformation_Procedure_Pointer_Type 137>20 137>23 137<34 137<38
. 137>54 138r51 531r16 647r16 660r16 1590r18 1602r18 1612r18 1796r16
137f20 x{54F13}
137f23 y{54F13}
137f34 tx{54F13}
137f38 ty{54F13}
137m54 pltr_data{67M13}
145P10*Fill_Procedure_Pointer_Type 146>19 146>37 146>40 147r50 1589r18 1601r18
. 1611r18
146i19 length{integer}
146a37 x{21|42A9}
146a40 y{21|42A9}
152P10*Mask_Function_Pointer_Type(integer) 153>19 153>22 154r50 1583r77 1595r71
. 1607r78
153f19 x{54F13}
153f22 y{54F13}
166A13*Map_Form_Constrained_Array{21|42A9}<integer> 172r57
171P10*Map_Form_Function_Pointer_Type 172>20 172=43 172=46 173r50 1166r21
. 1174r27
172i20 Length_Of_x{integer}
172a43 x{166A13}
172a46 y{166A13}
179P10*Function_Evaluator_Pointer_Type(long_float) 180>19 180>23 180>35 181r50
. 656r22
180i19 ix{53I13}
180i23 iy{53I13}
180m35 Irregular_Data{67M13}
188i5*Max_Label_String_Length{integer} 189r71
189A13*Label_String_Type{17|79A9}<17|60M9> 196r27
192P10*Custom_Label_Procedure_Pointer_Type 194>13 195>13 196<13 197>13 198>13
. 199r50 1637r31
194i13 axis{integer}
195f13 a_value{54F13}
196a13 label{189A13}
197m13 length{17|60M9}
198m13 data{67M13}
202P10*Coordinate_Transform_Procedure_Pointer_Type 204>13 204>19 205<13 205<28
. 206>13 207r50 1735r41
204f13 x_In{54F13}
204f19 y_In{54F13}
205f13 x_Transformed{54F13}
205f28 y_Transformed{54F13}
206m13 data{67M13}
214i5*Gnat_argc{integer} 215m23 215r23
217m5*Gnat_argv{24|64M9} 218m23 218r23
229i5*PLESC_SET_RGB{integer}
230i5*PLESC_ALLOC_NCOL{integer}
231i5*PLESC_SET_LPB{integer}
232i5*PLESC_EXPOSE{integer}
233i5*PLESC_RESIZE{integer}
234i5*PLESC_REDRAW{integer}
235i5*PLESC_TEXT{integer}
236i5*PLESC_GRAPH{integer}
237i5*PLESC_FILL{integer}
238i5*PLESC_DI{integer}
239i5*PLESC_FLUSH{integer}
240i5*PLESC_EH{integer}
241i5*PLESC_GETC{integer}
242i5*PLESC_SWIN{integer}
243i5*PLESC_DOUBLEBUFFERING{integer}
244i5*PLESC_XORMOD{integer}
245i5*PLESC_SET_COMPRESSION{integer}
246i5*PLESC_CLEAR{integer}
247i5*PLESC_DASH{integer}
248i5*PLESC_HAS_TEXT{integer}
249i5*PLESC_IMAGE{integer}
250i5*PLESC_IMAGEOPS{integer}
251i5*PLESC_PL2DEVCOL{integer}
252i5*PLESC_DEV2PLCOL{integer}
253i5*PLESC_SETBGFG{integer}
254i5*PLESC_DEVINIT{integer}
257i5*ZEROW2B{integer}
258i5*ZEROW2D{integer}
259i5*ONEW2B{integer}
260i5*ONEW2D{integer}
264i5*PLSWIN_DEVICE{integer}
265i5*PLSWIN_WORLD{integer}
268i5*PL_X_AXIS{integer}
269i5*PL_Y_AXIS{integer}
270i5*PL_Z_AXIS{integer}
276i5*PL_OPT_ENABLED{integer}
277i5*PL_OPT_ARG{integer}
278i5*PL_OPT_NODELETE{integer}
279i5*PL_OPT_INVISIBLE{integer}
280i5*PL_OPT_DISABLED{integer}
284i5*PL_OPT_FUNC{integer}
285i5*PL_OPT_BOOL{integer}
286i5*PL_OPT_INT{integer}
287i5*PL_OPT_FLOAT{integer}
288i5*PL_OPT_STRING{integer}
293I10*Parse_Mode_Type<short_integer> 296r35 297r35 298r35 299r35 300r35
. 301r35 302r35 303r35 304r35 1967r34 1977r21 23|101r34 115r34 131r21 141r34
296i5*PL_PARSE_PARTIAL{293I10}
297i5*PL_PARSE_FULL{293I10}
298i5*PL_PARSE_QUIET{293I10}
299i5*PL_PARSE_NODELETE{293I10}
300i5*PL_PARSE_SHOWALL{293I10}
301i5*PL_PARSE_OVERRIDE{293I10}
302i5*PL_PARSE_NOPROGRAM{293I10}
303i5*PL_PARSE_NODASH{293I10}
304i5*PL_PARSE_SKIP{293I10}
307i5*PL_FCI_MARK{integer}
308i5*PL_FCI_IMPOSSIBLE{integer}
309i5*PL_FCI_HEXDIGIT_MASK{integer}
310i5*PL_FCI_HEXPOWER_MASK{integer}
311i5*PL_FCI_HEXPOWER_IMPOSSIBLE{integer}
313i5*PL_FCI_FAMILY{integer}
314i5*PL_FCI_STYLE{integer}
315i5*PL_FCI_WEIGHT{integer}
317i5*PL_FCI_SANS{integer}
318i5*PL_FCI_SERIF{integer}
319i5*PL_FCI_MONO{integer}
320i5*PL_FCI_SCRIPT{integer}
321i5*PL_FCI_SYMBOL{integer}
323i5*PL_FCI_UPRIGHT{integer}
324i5*PL_FCI_ITALIC{integer}
325i5*PL_FCI_OBLIQUE{integer}
327i5*PL_FCI_MEDIUM{integer}
328i5*PL_FCI_BOLD{integer}
345i5*PL_MAXKEY{integer} 354r38
347R10*PLGraphicsIn 358e19 2021r37
349i13*Event_Type{integer}
350m13*state{17|43M9}
351m13*keysym{17|43M9}
352m13*button{17|43M9}
353i13*subwindow{53I13}
354a13*T_String{string}
355i13*pX{integer}
355i17*pY{integer}
356f13*dX{54F13}
356f17*dY{54F13}
357f13*wX{54F13}
357f17*wY{54F13}
363i5*PL_MAXWINDOWS{integer}
365R10*PLWindow 369e19
367f13*dxmi{54F13}
367f19*dxma{54F13}
367f25*dymi{54F13}
367f31*dyma{54F13}
368f13*wxmi{54F13}
368f19*wxma{54F13}
368f25*wymi{54F13}
368f31*wyma{54F13}
374R10*PLDisplay 378e19
376m13*x{17|43M9}
376m16*y{17|43M9}
377m13*width{17|43M9}
377m20*height{17|43M9}
385f5*PL_NOTSET{long_float}
428R10*Transformation_Data_Type 428d36 428d44 428d52 436e19 23|182r106
428i36*x_Last{natural} 430r38 433r29
428i44*y_Last{natural} 431r38 434r29
428i52*z_Last{natural} 432r38 435r29
430a13*xg{21|42A9} 23|214r43 220r47
431a13*yg{21|42A9} 23|215r43 227r47
432a13*zg{21|42A9}
433i13*nx{natural} 23|188r43 217r45
434i13*ny{natural} 23|189r43 224r45
435i13*nz{natural}
443R10*Transformation_Data_Type_2 443d38 443d46 450e19 23|247r108
443i38*x_Last{natural} 445r41 446r41 447r41 448r29
443i46*y_Last{natural} 445r54 446r54 447r54 449r29
445a13*xg{21|43A9} 23|277r30 280r30 283r31 285r31 295r30 298r30 301r31 303r31
. 313r31 314r31 321r31 322r31 337r23 342r27 350r27 363r27 364r27 365r27
446a13*yg{21|43A9} 23|278r30 281r30 284r31 286r31 296r30 299r30 302r31 304r31
. 315r31 316r31 323r31 324r31 338r23 343r27 351r27 367r27 368r27 369r27
447a13*zg{21|43A9}
448i13*nx{natural} 23|266r31 295r36 296r36 298r36 299r36 301r37 302r37 303r37
. 304r37 341r24 349r27 357r27
449i13*ny{natural} 23|268r31 280r39 281r39 298r47 299r47 321r41 322r41 323r41
. 324r41 341r39 349r42 357r42
472R10*PLControlPt 479e19
474f13*h{54F13}
475f13*l{54F13}
476f13*s{54F13}
477f13*p{54F13}
478i13*alt_hue_path{integer}
484R10*PLBufferingCB 488e19
486i13*cmd{53I13}
487i13*result{53I13}
490i5*PLESC_DOUBLEBUFFERING_ENABLE{integer}
491i5*PLESC_DOUBLEBUFFERING_DISABLE{integer}
492i5*PLESC_DOUBLEBUFFERING_QUERY{integer}
502U5*pl_setcontlabelformat 502>27 502>41 503b<c,c_pl_setcontlabelformat>22
502i27 lexp{53I13}
502i41 sigdig{53I13}
509U5*pl_setcontlabelparam 509>26 509>42 509>56 509>73 510b<c,c_pl_setcontlabelparam>22
509f26 offset{54F13}
509f42 size{54F13}
509f56 spacing{54F13}
509i73 active{53I13}
516U5*pladv 516>11 517b<c,c_pladv>22
516i11 page{53I13}
522U5*plarc 522>11 522>22 522>33 522>44 522>55 522>71 522>87 522>103 523b<c,c_plarc>22
522f11 x{54F13}
522f22 y{54F13}
522f33 a{54F13}
522f44 b{54F13}
522f55 angle1{54F13}
522f71 angle2{54F13}
522f87 rotate{54F13}
522i103 fill{57I13}
529U5*plvect 529>12 529>42 530>9 530>21 530>33 531>9 531>55 532b<c,c_plvect>22
529a12 u{72A10}
529a42 v{72A10}
530i9 nx{53I13}
530i21 ny{53I13}
530f33 scale{54F13}
531p9 pltr{136P10}
531m55 pltr_data{67M13}
538U5*plsvect 538>13 538>38 538>63 538>77 539b<c,c_plsvect>22
538a13 arrowx{64A13}
538a38 arrowy{64A13}
538i63 npts{53I13}
538i77 fill{53I13}
547U1*plsvectdefault 547>16 547>36 547>56 547>70 548b<c,c_plsvect>18
547m16 arrowx{67M13}
547m36 arrowy{67M13}
547i56 npts{53I13}
547i70 fill{53I13}
556U5*plaxes 556>12 556>24 556>36 556>55 556>70 557>10 557>29 557>44 558b<c,c_plaxes>22
556f12 x0{54F13}
556f24 y0{54F13}
556a36 xopt{17|79A9}
556f55 xtick{54F13}
556i70 nxsub{53I13}
557a10 yopt{17|79A9}
557f29 ytick{54F13}
557i44 nysub{53I13}
564i5*PL_Bin_Default{integer}
565i5*PL_Bin_Centred{integer}
566i5*PL_Bin_Noexpand{integer}
567i5*PL_Bin_Noempty{integer}
570U5*plbin 570>11 570>25 570>45 570>65 571b<c,c_plbin>22
570i11 nbin{53I13}
570a25 x{64A13}
570a45 y{64A13}
570i65 center{53I13}
576U5*plbtime 576<13 576<19 576<26 576<31 576<37 577<9 577>26 578b<c,c_plbtime>22
576i13 year{53I13}
576i19 month{53I13}
576i26 day{53I13}
576i31 hour{53I13}
576i37 min{53I13}
577f9 sec{54F13}
577f26 ctime{54F13}
584U5*plbop 585b<c,c_plbop>22
591U5*plbox 591>11 591>30 591>45 592>9 592>28 592>43 593b<c,c_plbox>22
591a11 xopt{17|79A9}
591f30 xtick{54F13}
591i45 nxsub{53I13}
592a9 yopt{17|79A9}
592f28 ytick{54F13}
592i43 nysub{53I13}
599U5*plbox3 599>12 599>31 599>52 599>67 600>12 600>31 600>52 600>67 601>12
. 601>31 601>52 601>67 602b<c,c_plbox3>22
599a12 xopt{17|79A9}
599a31 xlabel{17|79A9}
599f52 xtick{54F13}
599i67 nsubx{53I13}
600a12 yopt{17|79A9}
600a31 ylabel{17|79A9}
600f52 ytick{54F13}
600i67 nsuby{53I13}
601a12 zopt{17|79A9}
601a31 zlabel{17|79A9}
601f52 ztick{54F13}
601i67 nsubz{53I13}
608U5*plcalc_world 608>18 608>30 608<42 608<58 608<74 609b<c,c_plcalc_world>22
608f18 rx{54F13}
608f30 ry{54F13}
608f42 wx{54F13}
608f58 wy{54F13}
608i74 window{53I13}
615U5*plclear 616b<c,c_plclear>22
622U5*plcol0 622>12 623b<c,c_plcol0>22
622i12 icol0{53I13}
629U5*plcol1 629>12 630b<c,c_plcol1>22
629f12 col1{54F13}
636U5*plconfigtime 636>18 636>25 636>34 636>51 637>9 637>34 637>40 637>47
. 637>52 637>58 637>71 638b<c,c_plconfigtime>22
636f18 skale{54F13}
636f25 offset1{54F13}
636f34 offset2{54F13}
636i51 ccontrol{53I13}
637i9 ifbtime_offset{57I13}
637i34 year{53I13}
637i40 month{53I13}
637i47 day{53I13}
637i52 hour{53I13}
637i58 min{53I13}
637f71 sec{54F13}
645U5*plcont 645>12 645>42 645>46 646>9 646>13 646>17 646>21 646>35 646>60
. 647>9 647>55 648b<c,c_plcont>22
645a12 z{72A10}
645i42 nx{integer}
645i46 ny{integer}
646i9 kx{integer}
646i13 lx{integer}
646i17 ky{integer}
646i21 ly{integer}
646a35 clevel{64A13}
646i60 nlevel{integer}
647p9 pltr{136P10}
647m55 pltr_data{67M13}
656U5*plfcont 656>13 657>9 658>9 658>13 659>9 659>13 659>17 659>21 659>32
. 659>57 660>9 660>55 661b<c,plfcont>22
656p13 f2eval{179P10}
657m9 Irregular_Data{67M13}
658i9 nx{53I13}
658i13 ny{53I13}
659i9 kx{53I13}
659i13 lx{53I13}
659i17 ky{53I13}
659i21 ly{53I13}
659a32 clevel{64A13}
659i57 nlevel{53I13}
660p9 pltr{136P10}
660m55 pltr_data{67M13}
667U5*plcpstrm 667>14 667>29 668b<c,c_plcpstrm>22
667i14 iplsr{53I13}
667i29 flags{53I13}
674U5*plctime 674>13 674>19 674>26 674>31 674>37 674>50 675<9 676b<c,c_plctime>22
674i13 year{53I13}
674i19 month{53I13}
674i26 day{53I13}
674i31 hour{53I13}
674i37 min{53I13}
674f50 sec{54F13}
675f9 ctime{54F13}
683U5*pldid2pc 683>14 683>37 683>60 683>83 684b<c,pldid2pc>22
683a14 xmin{64A13}
683a37 ymin{64A13}
683a60 xmax{64A13}
683a83 ymax{64A13}
690U5*pldip2dc 690>14 690>37 690>60 690>83 691b<c,pldip2dc>22
690a14 xmin{64A13}
690a37 ymin{64A13}
690a60 xmax{64A13}
690a83 ymax{64A13}
696U5*plend 697b<c,c_plend>22
703U5*plend1 704b<c,c_plend1>22
710U5*plenv 710>11 710>25 710>39 710>53 711>9 711>23 712b<c,c_plenv>22
710f11 xmin{54F13}
710f25 xmax{54F13}
710f39 ymin{54F13}
710f53 ymax{54F13}
711i9 just{53I13}
711i23 axis{53I13}
720U5*plenv0 720>12 720>26 720>40 720>54 721>9 721>23 722b<c,c_plenv0>22
720f12 xmin{54F13}
720f26 xmax{54F13}
720f40 ymin{54F13}
720f54 ymax{54F13}
721i9 just{53I13}
721i23 axis{53I13}
728U5*pleop 729b<c,c_pleop>22
735U5*plerrx 735>12 735>23 735>46 735>69 736b<c,c_plerrx>22
735i12 n{53I13}
735a23 xmin{64A13}
735a46 xmax{64A13}
735a69 y{64A13}
742U5*plerry 742>12 742>23 742>43 742>66 743b<c,c_plerry>22
742i12 n{53I13}
742a23 x{64A13}
742a43 ymin{64A13}
742a66 ymax{64A13}
749U5*plfamadv 750b<c,c_plfamadv>22
756U5*plfill 756>12 756>23 756>43 757b<c,c_plfill>22
756i12 n{53I13}
756a23 x{64A13}
756a43 y{64A13}
763U5*plfill3 763>13 763>24 763>44 763>64 764b<c,c_plfill3>22
763i13 n{53I13}
763a24 x{64A13}
763a44 y{64A13}
763a64 z{64A13}
770U5*plflush 771b<c,c_plflush>22
777U5*plfont 777>12 778b<c,c_plfont>22
777i12 ifont{53I13}
784U5*plfontld 784>14 785b<c,c_plfontld>22
784i14 fnt{53I13}
791U5*plgchr 791<12 791<31 792b<c,c_plgchr>22
791f12 p_def{54F13}
791f31 p_ht{54F13}
798U5*plgcol0 798>13 798<28 798<43 798<58 799b<c,c_plgcol0>22
798i13 icol0{53I13}
798i28 r{53I13}
798i43 g{53I13}
798i58 b{53I13}
805U5*plgcol0a 805>14 805<29 805<32 805<35 805<49 806b<c,c_plgcol0a>22
805i14 icol0{53I13}
805i29 r{53I13}
805i32 g{53I13}
805i35 b{53I13}
805f49 a{54F13}
812U5*plgcolbg 812<14 812<29 812<44 813b<c,c_plgcolbg>22
812i14 r{53I13}
812i29 g{53I13}
812i44 b{53I13}
819U5*plgcolbga 819<15 819<18 819<21 819<36 820b<c,c_plgcolbga>22
819i15 r{53I13}
819i18 g{53I13}
819i21 b{53I13}
819f36 a{54F13}
826U5*plgcompression 826<20 827b<c,c_plgcompression>22
826i20 compression{53I13}
833U5*plgdev 833<12 834b<c,c_plgdev>22
833a12 p_dev{17|79A9}
840U5*plgdidev 840<14 840<33 840<55 840<73 841b<c,c_plgdidev>22
840f14 p_mar{54F13}
840f33 p_aspect{54F13}
840f55 p_jx{54F13}
840f73 p_jy{54F13}
847U5*plgdiori 847<14 848b<c,c_plgdiori>22
847f14 p_rot{54F13}
854U5*plgdiplt 854<14 854<34 854<54 854<74 855b<c,c_plgdiplt>22
854f14 p_xmin{54F13}
854f34 p_ymin{54F13}
854f54 p_xmax{54F13}
854f74 p_ymax{54F13}
861U5*plgfci 861<12 862b<c,c_plgfci>22
861m12 pfci{58M10}
868U5*plgfont 868<13 868<23 868<32 869b<c,c_plgfont>22
868i13 p_family{53I13}
868i23 p_style{53I13}
868i32 p_weight{53I13}
875U5*plgfam 875<12 875<31 875<50 876b<c,c_plgfam>22
875i12 p_fam{53I13}
875i31 p_num{53I13}
875i50 p_bmax{53I13}
882U5*plgfnam 882<13 883b<c,c_plgfnam>22
882a13 fnam{17|79A9}
889U5*plglevel 889<14 890b<c,c_plglevel>22
889i14 p_level{53I13}
896U5*plgpage 896<13 896<31 897<11 897<32 897<53 897<73 898b<c,c_plgpage>22
896f13 p_xp{54F13}
896f31 p_yp{54F13}
897i11 p_xleng{53I13}
897i32 p_yleng{53I13}
897i53 p_xoff{53I13}
897i73 p_yoff{53I13}
904U5*plgra 905b<c,c_plgra>22
911U5*plgradient 911>16 911>27 911>47 911>67 912b<c,c_plgradient>22
911i16 n{53I13}
911a27 x{64A13}
911a47 y{64A13}
911f67 angle{54F13}
921U5*plgriddata 921>16 921>36 921>56 921>76 922>12 922>33 922>48 922>70
. 923>12 923>43 923>62 924b<c,c_plgriddata>22
921a16 x{64A13}
921a36 y{64A13}
921a56 z{64A13}
921i76 npts{53I13}
922a12 xg{64A13}
922i33 nptsx{53I13}
922a48 yg{64A13}
922i70 nptsy{53I13}
923a12 zg{72A10}
923i43 grid_type{53I13}
923f62 data{54F13}
929i5*GRID_CSA{integer}
930i5*GRID_DTLI{integer}
931i5*GRID_NNI{integer}
932i5*GRID_NNIDW{integer}
933i5*GRID_NNLI{integer}
934i5*GRID_NNAIDW{integer}
939U5*plgspa 939<12 939<30 939<48 939<66 940b<c,c_plgspa>22
939f12 xmin{54F13}
939f30 xmax{54F13}
939f48 ymin{54F13}
939f66 ymax{54F13}
946U5*plgstrm 946<13 947b<c,c_plgstrm>22
946i13 p_strm{53I13}
953U5*plgver 953<12 954b<c,c_plgver>22
953a12 p_ver{17|79A9}
960U5*plgvpd 960<12 960<32 960<52 960<72 961b<c,c_plgvpd>22
960f12 p_xmin{54F13}
960f32 p_xmax{54F13}
960f52 p_ymin{54F13}
960f72 p_ymax{54F13}
967U5*plgvpw 967<12 967<32 967<52 967<72 968b<c,c_plgvpw>22
967f12 p_xmin{54F13}
967f32 p_xmax{54F13}
967f52 p_ymin{54F13}
967f72 p_ymax{54F13}
974U5*plgxax 974<12 974<34 975b<c,c_plgxax>22
974i12 p_digmax{53I13}
974i34 p_digits{53I13}
981U5*plgyax 981<12 981<34 982b<c,c_plgyax>22
981i12 p_digmax{53I13}
981i34 p_digits{53I13}
988U5*plgzax 988<12 988<34 989b<c,c_plgzax>22
988i12 p_digmax{53I13}
988i34 p_digits{53I13}
995i5*PL_Hist_Default{integer}
996i5*PL_Hist_Noscaling{integer}
997i5*PL_Hist_Ignore_Outliers{integer}
998i5*PL_Hist_Noexpand{integer}
999i5*PL_Hist_Noempty{integer}
1002U5*plhist 1002>12 1002>23 1002>46 1002>62 1003>10 1003>24 1004b<c,c_plhist>22
1002i12 n{53I13}
1002a23 data{64A13}
1002f46 datmin{54F13}
1002f62 datmax{54F13}
1003i10 nbin{53I13}
1003i24 oldwin{53I13}
1017U5*plhlsrgb 1017>14 1017>25 1017>36 1017<47 1017<64 1017<81 1018b<c,c_plhlsrgb>22
1017f14 h{54F13}
1017f25 l{54F13}
1017f36 s{54F13}
1017f47 p_r{54F13}
1017f64 p_g{54F13}
1017f81 p_b{54F13}
1024U5*plinit 1025b<c,c_plinit>22
1031U5*pljoin 1031>12 1031>24 1031>36 1031>48 1032b<c,c_pljoin>22
1031f12 x1{54F13}
1031f24 y1{54F13}
1031f36 x2{54F13}
1031f48 y2{54F13}
1038U5*pllab 1038>11 1038>32 1038>53 1039b<c,c_pllab>22
1038a11 xlabel{17|79A9}
1038a32 ylabel{17|79A9}
1038a53 tlabel{17|79A9}
1043I13*Legend_Colorbar_Position_Type{integer} 1047r37 1048r37 1049r37 1050r37
. 1051r37 1052r37 1053r37 1054r37
1047i5*PL_Position_Left{1043I13}
1048i5*PL_Position_Right{1043I13}
1049i5*PL_Position_Top{1043I13}
1050i5*PL_Position_Bottom{1043I13}
1051i5*PL_Position_Inside{1043I13}
1052i5*PL_Position_Outside{1043I13}
1053i5*PL_Position_Viewport{1043I13}
1054i5*PL_Position_Subpage{1043I13}
1057I13*Legend_Flag_Type{integer} 1060r39 1061r39 1062r39 1063r39 1064r39
. 1065r39 1066r39 1067r39
1060i5*PL_Legend_None{1057I13}
1061i5*PL_Legend_Color_Box{1057I13}
1062i5*PL_Legend_Line{1057I13}
1063i5*PL_Legend_Symbol{1057I13}
1064i5*PL_Legend_Text_Left{1057I13}
1065i5*PL_Legend_Background{1057I13}
1066i5*PL_Legend_Bounding_Box{1057I13}
1067i5*PL_Legend_Row_Major{1057I13}
1070I13*Colorbar_Flag_Type{integer} 1074r42 1075r42 1076r42 1077r42 1078r42
. 1079r42 1080r42 1081r42 1082r42 1083r42 1084r42 1085r42 1086r42 1087r42
. 1088r42 1089r42
1074i5*PL_Colorbar_Label_Left{1070I13}
1075i5*PL_Colorbar_Label_Right{1070I13}
1076i5*PL_Colorbar_Label_Top{1070I13}
1077i5*PL_Colorbar_Label_Bottom{1070I13}
1078i5*PL_Colorbar_Image{1070I13}
1079i5*PL_Colorbar_Shade{1070I13}
1080i5*PL_Colorbar_Gradient{1070I13}
1081i5*PL_Colorbar_Cap_Low{1070I13}
1082i5*PL_Colorbar_Cap_High{1070I13}
1083i5*PL_Colorbar_Shade_Label{1070I13}
1084i5*PL_Colorbar_Orient_Right{1070I13}
1085i5*PL_Colorbar_Orient_Top{1070I13}
1086i5*PL_Colorbar_Orient_Left{1070I13}
1087i5*PL_Colorbar_Orient_Bottom{1070I13}
1088i5*PL_Colorbar_Background{1070I13}
1089i5*PL_Colorbar_Bounding_Box{1070I13}
1092i5*PL_Drawmode_Unknown{integer}
1093i5*PL_Drawmode_Default{integer}
1094i5*PL_Drawmode_Replace{integer}
1095i5*PL_Drawmode_Xor{integer}
1099U5*pllegend 1100<9 1100<37 1101>9 1101>22 1101>42 1101>53 1101>64 1102>9
. 1102>27 1102>45 1103>9 1103>23 1104>9 1104>26 1105>9 1105>30 1105>50 1106>9
. 1107>9 1108>9 1109>9 1109>40 1110>9 1110>38 1111>9 1111>41 1112>9 1113>9
. 1113>43 1114>9 1115>9 1116b<c,c_pllegend>22
1100f9 p_legend_width{54F13}
1100f37 p_legend_height{54F13}
1101i9 opt{53I13}
1101i22 plposition{53I13}
1101f42 x{54F13}
1101f53 y{54F13}
1101f64 plot_width{54F13}
1102i9 bg_color{53I13}
1102i27 bb_color{53I13}
1102i45 bb_style{53I13}
1103i9 nrow{53I13}
1103i23 ncolumn{53I13}
1104i9 nlegend{53I13}
1104a26 opt_array{63A13}
1105f9 text_offset{54F13}
1105f30 text_scale{54F13}
1105f50 text_spacing{54F13}
1106f9 text_justification{54F13}
1107a9 text_colors{63A13}
1108a9 text{132A10}
1109a9 box_colors{63A13}
1109a40 box_patterns{63A13}
1110a9 box_scales{64A13}
1110a38 box_line_widths{64A13}
1111a9 line_colors{63A13}
1111a41 line_styles{63A13}
1112a9 line_widths{64A13}
1113a9 symbol_colors{63A13}
1113a43 symbol_scales{64A13}
1114a9 symbol_numbers{63A13}
1115a9 symbols{132A10}
1121U5*plcolorbar 1122<9 1122<39 1123>9 1123>22 1123>40 1123>51 1124>9 1124>27
. 1125>9 1125>27 1125>45 1126>9 1126>32 1127>9 1127>29 1128>9 1128>27 1128>58
. 1129>9 1129>25 1130>9 1130>33 1131>9 1131>38 1132b<c,c_plcolorbar>22
1122f9 p_colorbar_width{54F13}
1122f39 p_colorbar_height{54F13}
1123i9 opt{53I13}
1123i22 position{53I13}
1123f40 x{54F13}
1123f51 y{54F13}
1124f9 x_length{54F13}
1124f27 y_length{54F13}
1125i9 bg_color{53I13}
1125i27 bb_color{53I13}
1125i45 bb_style{53I13}
1126f9 low_cap_color{54F13}
1126f32 high_cap_color{54F13}
1127i9 cont_color{53I13}
1127f29 cont_width{54F13}
1128i9 n_labels{53I13}
1128a27 label_opts{63A13}
1128a58 labels{132A10}
1129i9 n_axes{53I13}
1129a25 axis_opts{132A10}
1130a9 ticks{64A13}
1130a33 sub_ticks{63A13}
1131a9 n_values{63A13}
1131a38 values{72A10}
1138U5*pllightsource 1138>19 1138>30 1138>41 1139b<c,c_pllightsource>22
1138f19 x{54F13}
1138f30 y{54F13}
1138f41 z{54F13}
1145U5*plline 1145>12 1145>23 1145>43 1146b<c,c_plline>22
1145i12 n{53I13}
1145a23 x{64A13}
1145a43 y{64A13}
1152U5*plline3 1152>13 1152>24 1152>44 1152>64 1153b<c,c_plline3>22
1152i13 n{53I13}
1152a24 x{64A13}
1152a44 y{64A13}
1152a64 z{64A13}
1159U5*pllsty 1159>12 1160b<c,c_pllsty>22
1159i12 lin{53I13}
1166U5*plmap 1166>11 1166>53 1167>14 1167>31 1167>48 1167>64 1168b<c,c_plmap>22
1166p11 mapform{171P10}
1166a53 Map_Kind_C_String{17|79A9}
1167f14 minlong{54F13}
1167f31 maxlong{54F13}
1167f48 minlat{54F13}
1167f64 maxlat{54F13}
1174U5*plmeridians 1174>17 1175>20 1175>35 1176>20 1176>37 1176>54 1176>70
. 1177b<c,c_plmeridians>22
1174p17 mapform{171P10}
1175f20 dlong{54F13}
1175f35 dlat{54F13}
1176f20 minlong{54F13}
1176f37 maxlong{54F13}
1176f54 minlat{54F13}
1176f70 maxlat{54F13}
1183U5*plmesh 1183>12 1183>32 1183>52 1183>82 1183>94 1183>106 1184b<c,c_plmesh>22
1183a12 x{64A13}
1183a32 y{64A13}
1183a52 z{72A10}
1183i82 nx{53I13}
1183i94 ny{53I13}
1183i106 opt{53I13}
1190U5*plmeshc 1190>13 1190>33 1190>53 1190>83 1190>95 1190>107 1191>11 1191>36
. 1192b<c,c_plmeshc>22
1190a13 x{64A13}
1190a33 y{64A13}
1190a53 z{72A10}
1190i83 nx{53I13}
1190i95 ny{53I13}
1190i107 opt{53I13}
1191a11 clevel{64A13}
1191i36 nlevel{53I13}
1198U5*plmkstrm 1198<14 1199b<c,c_plmkstrm>22
1198i14 p_strm{53I13}
1205U5*plmtex 1205>12 1205>31 1205>45 1205>58 1206>10 1207b<c,c_plmtex>22
1205a12 side{17|79A9}
1205f31 disp{54F13}
1205f45 pos{54F13}
1205f58 just{54F13}
1206a10 text{17|79A9}
1213U5*plmtex3 1213>13 1213>32 1213>38 1213>43 1213>57 1214b<c,c_plmtex3>22
1213a13 side{17|79A9}
1213f32 disp{54F13}
1213f38 pos{54F13}
1213f43 just{54F13}
1213a57 text{17|79A9}
1220U5*plot3d 1220>12 1220>32 1220>52 1221>10 1221>22 1221>34 1221>47 1222b<c,c_plot3d>22
1220a12 x{64A13}
1220a32 y{64A13}
1220a52 z{72A10}
1221i10 nx{53I13}
1221i22 ny{53I13}
1221i34 opt{53I13}
1221i47 side{53I13}
1228U5*plot3dc 1228>13 1228>33 1228>53 1229>10 1229>22 1229>34 1230>10 1230>35
. 1231b<c,c_plot3dc>22
1228a13 x{64A13}
1228a33 y{64A13}
1228a53 z{72A10}
1229i10 nx{53I13}
1229i22 ny{53I13}
1229i34 opt{53I13}
1230a10 clevel{64A13}
1230i35 nlevel{53I13}
1238U5*plot3dcl 1238>14 1238>34 1238>54 1239>10 1239>22 1239>34 1240>10 1240>35
. 1241>10 1241>27 1241>40 1241>70 1242b<c,c_plot3dcl>22
1238a14 x{64A13}
1238a34 y{64A13}
1238a54 z{72A10}
1239i10 nx{53I13}
1239i22 ny{53I13}
1239i34 opt{53I13}
1240a10 clevel{64A13}
1240i35 nlevel{53I13}
1241i10 ixstart{53I13}
1241i27 ixn{53I13}
1241a40 indexymin{63A13}
1241a70 indexymax{63A13}
1248i5*DRAW_LINEX{integer}
1249i5*DRAW_LINEY{integer}
1250i5*DRAW_LINEXY{integer}
1251i5*MAG_COLOR{integer}
1252i5*BASE_CONT{integer}
1253i5*TOP_CONT{integer}
1254i5*SURF_CONT{integer}
1255i5*DRAW_SIDES{integer}
1256i5*FACETED{integer}
1257i5*MESH{integer}
1272U5*plpat 1272>11 1272>25 1272>49 1273b<c,c_plpat>22
1272i11 nlin{53I13}
1272a25 inc{63A13}
1272a49 del{63A13}
1279U5*plpath 1279>12 1279>23 1279>35 1279>47 1279>59 1280b<c,c_plpath>22
1279i12 n{53I13}
1279f23 x1{54F13}
1279f35 y1{54F13}
1279f47 x2{54F13}
1279f59 y2{54F13}
1286U5*plpoin 1286>12 1286>23 1286>43 1286>63 1287b<c,c_plpoin>22
1286i12 n{53I13}
1286a23 x{64A13}
1286a43 y{64A13}
1286i63 code{53I13}
1293U5*plpoin3 1293>13 1293>24 1293>44 1293>64 1293>84 1294b<c,c_plpoin3>22
1293i13 n{53I13}
1293a24 x{64A13}
1293a44 y{64A13}
1293a64 z{64A13}
1293i84 code{53I13}
1300U5*plpoly3 1300>13 1300>24 1300>44 1300>64 1300>84 1300>106 1301b<c,c_plpoly3>22
1300i13 n{53I13}
1300a24 x{64A13}
1300a44 y{64A13}
1300a64 z{64A13}
1300a84 draw{66A10}
1300i106 ifcc{57I13}
1307U5*plprec 1307>12 1307>26 1308b<c,c_plprec>22
1307i12 setp{53I13}
1307i26 prec{53I13}
1314U5*plpsty 1314>12 1315b<c,c_plpsty>22
1314i12 patt{53I13}
1321U5*plptex 1321>12 1321>23 1321>34 1321>46 1321>58 1321>72 1322b<c,c_plptex>22
1321f12 x{54F13}
1321f23 y{54F13}
1321f34 dx{54F13}
1321f46 dy{54F13}
1321f58 just{54F13}
1321a72 text{17|79A9}
1328U5*plptex3 1328>13 1328>17 1328>21 1328>25 1328>29 1328>33 1328>37 1328>41
. 1328>45 1328>49 1328>63 1329b<c,c_plptex3>22
1328f13 wx{54F13}
1328f17 wy{54F13}
1328f21 wz{54F13}
1328f25 dx{54F13}
1328f29 dy{54F13}
1328f33 dz{54F13}
1328f37 sx{54F13}
1328f41 sy{54F13}
1328f45 sz{54F13}
1328f49 just{54F13}
1328a63 text{17|79A9}
1336V5*plrandd{54F13} 1337b<c,c_plrandd>22
1343U5*plreplot 1344b<c,c_plreplot>22
1364U5*plrgbhls 1364>14 1364>25 1364>36 1364<47 1364<64 1364<81 1365b<c,c_plrgbhls>22
1364f14 r{54F13}
1364f25 g{54F13}
1364f36 b{54F13}
1364f47 p_h{54F13}
1364f64 p_l{54F13}
1364f81 p_s{54F13}
1371U5*plschr 1371>12 1371>25 1372b<c,c_plschr>22
1371f12 def{54F13}
1371f25 scale{54F13}
1378U5*plscmap0 1378>14 1378>36 1378>58 1378>80 1379b<c,c_plscmap0>22
1378a14 r{63A13}
1378a36 g{63A13}
1378a58 b{63A13}
1378i80 ncol0{53I13}
1385U5*plscmap0a 1385>15 1385>18 1385>21 1385>43 1385>63 1386b<c,c_plscmap0a>22
1385a15 r{63A13}
1385a18 g{63A13}
1385a21 b{63A13}
1385a43 a{64A13}
1385i63 ncol0{53I13}
1392U5*plscmap0n 1392>15 1393b<c,c_plscmap0n>22
1392i15 ncol0{53I13}
1399U5*plscmap1 1399>14 1399>36 1399>58 1399>80 1400b<c,c_plscmap1>22
1399a14 r{63A13}
1399a36 g{63A13}
1399a58 b{63A13}
1399i80 ncol1{53I13}
1406U5*plscmap1a 1406>15 1406>18 1406>21 1406>43 1406>63 1407b<c,c_plscmap1a>22
1406a15 r{63A13}
1406a18 g{63A13}
1406a21 b{63A13}
1406a43 a{64A13}
1406i63 ncol1{53I13}
1414U5*plscmap1l 1414>15 1414>30 1414>44 1415>9 1415>34 1415>59 1416>9 1417b<c,c_plscmap1l>22
1414i15 itype{53I13}
1414i30 npts{53I13}
1414a44 intensity{64A13}
1415a9 coord1{64A13}
1415a34 coord2{64A13}
1415a59 coord3{64A13}
1416a9 alt_hue_path{66A10}
1425U5*plscmap1la 1425>16 1425>31 1426>9 1426>20 1426>28 1426>36 1426>44
. 1427>9 1428b<c,c_plscmap1la>22
1425i16 itype{53I13}
1425i31 npts{53I13}
1426a9 intensity{64A13}
1426a20 coord1{64A13}
1426a28 coord2{64A13}
1426a36 coord3{64A13}
1426a44 a{64A13}
1427a9 alt_hue_path{66A10}
1434U5*plscmap1n 1434>15 1435b<c,c_plscmap1n>22
1434i15 ncol1{53I13}
1441U5*plscmap1_range 1441>20 1441>39 1442b<c,c_plscmap1_range>22
1441f20 min_color{54F13}
1441f39 max_color{54F13}
1448U5*plgcmap1_range 1448<20 1448<31 1449b<c,c_plgcmap1_range>22
1448f20 min_color{54F13}
1448f31 max_color{54F13}
1455U5*plscol0 1455>13 1455>28 1455>39 1455>50 1456b<c,c_plscol0>22
1455i13 icol0{53I13}
1455i28 r{53I13}
1455i39 g{53I13}
1455i50 b{53I13}
1462U5*plscol0a 1462>14 1462>29 1462>32 1462>35 1462>46 1463b<c,c_plscol0a>22
1462i14 icol0{53I13}
1462i29 r{53I13}
1462i32 g{53I13}
1462i35 b{53I13}
1462f46 a{54F13}
1469U5*plscolbg 1469>14 1469>25 1469>36 1470b<c,c_plscolbg>22
1469i14 r{53I13}
1469i25 g{53I13}
1469i36 b{53I13}
1476U5*plscolbga 1476>15 1476>18 1476>21 1476>32 1477b<c,c_plscolbga>22
1476i15 r{53I13}
1476i18 g{53I13}
1476i21 b{53I13}
1476f32 a{54F13}
1483U5*plscolor 1483>14 1484b<c,c_plscolor>22
1483i14 color{53I13}
1490U5*plscompression 1490>20 1491b<c,c_plscompression>22
1490i20 compression{53I13}
1497U5*plsdev 1497>12 1498b<c,c_plsdev>22
1497a12 devname{17|79A9}
1505U5*plsdidev 1505>14 1505>27 1505>43 1505>55 1506b<c,c_plsdidev>22
1505f14 mar{54F13}
1505f27 aspect{54F13}
1505f43 jx{54F13}
1505f55 jy{54F13}
1512U5*plsdimap 1512>14 1512>31 1512>48 1512>65 1513>12 1513>29 1514b<c,c_plsdimap>22
1512i14 dimxmin{53I13}
1512i31 dimxmax{53I13}
1512i48 dimymin{53I13}
1512i65 dimymax{53I13}
1513f12 dimxpmm{54F13}
1513f29 dimypmm{54F13}
1520U5*plsdiori 1520>14 1521b<c,c_plsdiori>22
1520f14 rot{54F13}
1527U5*plsdiplt 1527>14 1527>28 1527>42 1527>56 1528b<c,c_plsdiplt>22
1527f14 xmin{54F13}
1527f28 ymin{54F13}
1527f42 xmax{54F13}
1527f56 ymax{54F13}
1534U5*plsdiplz 1534>14 1534>28 1534>42 1534>56 1535b<c,c_plsdiplz>22
1534f14 xmin{54F13}
1534f28 ymin{54F13}
1534f42 xmax{54F13}
1534f56 ymax{54F13}
1541U5*plseed 1541>12 1542b<c,c_plseed>22
1541m12 s{17|43M9}
1548U5*plsesc 1548>12 1549b<c,c_plsesc>22
1548e12 esc{17|72E9}
1555U5*plsfam 1555>12 1555>25 1555>38 1556b<c,c_plsfam>22
1555i12 fam{53I13}
1555i25 num{53I13}
1555i38 bmax{53I13}
1562U5*plsfci 1562>12 1563b<c,c_plsfci>22
1562m12 fci{58M10}
1569U5*plsfont 1569>13 1569>21 1569>28 1570b<c,c_plsfont>22
1569i13 family{53I13}
1569i21 style{53I13}
1569i28 weight{53I13}
1576U5*plsfnam 1576>13 1577b<c,c_plsfnam>22
1576a13 fnam{17|79A9}
1583U5*plshade 1583>13 1583>43 1583>55 1583>67 1584>11 1584>25 1584>40 1584>56
. 1585>11 1585>30 1586>11 1586>28 1586>46 1587>11 1587>30 1588>11 1588>30
. 1589>11 1589>47 1590>11 1590>57 1591b<c,c_plshade>22
1583a13 a{72A10}
1583i43 nx{53I13}
1583i55 ny{53I13}
1583p67 defined{152P10}
1584f11 left{54F13}
1584f25 right{54F13}
1584f40 bottom{54F13}
1584f56 top{54F13}
1585f11 shade_min{54F13}
1585f30 shade_max{54F13}
1586i11 sh_cmap{53I13}
1586f28 sh_color{54F13}
1586f46 sh_width{54F13}
1587i11 min_color{53I13}
1587f30 min_width{54F13}
1588i11 max_color{53I13}
1588f30 max_width{54F13}
1589p11 fill{145P10}
1589i47 rectangular{53I13}
1590p11 pltr{136P10}
1590m57 pltr_data{67M13}
1595U5*plshade1 1595>14 1595>37 1595>49 1595>61 1596>11 1596>25 1596>40 1596>56
. 1597>11 1597>30 1598>11 1598>28 1598>46 1599>11 1599>30 1600>11 1600>30
. 1601>11 1601>47 1602>11 1602>57 1603b<c,c_plshade1>22
1595a14 a{65A13}
1595i37 nx{53I13}
1595i49 ny{53I13}
1595p61 defined{152P10}
1596f11 left{54F13}
1596f25 right{54F13}
1596f40 bottom{54F13}
1596f56 top{54F13}
1597f11 shade_min{54F13}
1597f30 shade_max{54F13}
1598i11 sh_cmap{53I13}
1598f28 sh_color{54F13}
1598f46 sh_width{54F13}
1599i11 min_color{53I13}
1599f30 min_width{54F13}
1600i11 max_color{53I13}
1600f30 max_width{54F13}
1601p11 fill{145P10}
1601i47 rectangular{53I13}
1602p11 pltr{136P10}
1602m57 pltr_data{67M13}
1607U5*plshades 1607>14 1607>44 1607>56 1607>68 1608>11 1608>25 1608>39 1608>53
. 1609>11 1609>36 1609>52 1610>11 1610>31 1611>11 1611>47 1612>11 1612>57
. 1613b<c,c_plshades>22
1607a14 z{72A10}
1607i44 nx{53I13}
1607i56 ny{53I13}
1607p68 defined{152P10}
1608f11 xmin{54F13}
1608f25 xmax{54F13}
1608f39 ymin{54F13}
1608f53 ymax{54F13}
1609a11 clevel{64A13}
1609i36 nlevel{53I13}
1609f52 fill_width{54F13}
1610i11 cont_color{53I13}
1610f31 cont_width{54F13}
1611p11 fill{145P10}
1611i47 rectangular{53I13}
1612p11 pltr{136P10}
1612m57 pltr_data{67M13}
1637U5*plslabelfunc 1637>18 1637>68 1638b<c,c_plslabelfunc>22
1637p18 label_func{192P10}
1637m68 label_data{67M13}
1644U5*plsmaj 1644>12 1644>25 1645b<c,c_plsmaj>22
1644f12 def{54F13}
1644f25 scale{54F13}
1651U5*plsmem 1651>12 1651>26 1651>40 1652b<c,c_plsmem>22
1651i12 maxx{53I13}
1651i26 maxy{53I13}
1651m40 plotmem{67M13}
1658U5*plsmin 1658>12 1658>25 1659b<c,c_plsmin>22
1658f12 def{54F13}
1658f25 scale{54F13}
1665U5*plsori 1665>12 1666b<c,c_plsori>22
1665i12 ori{53I13}
1672U5*plspage 1672>13 1672>25 1672>37 1672>52 1673>11 1673>25 1674b<c,c_plspage>22
1672f13 xp{54F13}
1672f25 yp{54F13}
1672i37 xleng{53I13}
1672i52 yleng{53I13}
1673i11 xoff{53I13}
1673i25 yoff{53I13}
1680U5*plspal0 1680>13 1681b<c,c_plspal0>22
1680a13 filename{17|79A9}
1686U5*plspal1 1686>13 1686>36 1687b<c,c_plspal1>22
1686a13 filename{17|79A9}
1686i36 interpolate{57I13}
1693U5*plspause 1693>14 1694b<c,c_plspause>22
1693i14 pause{53I13}
1700U5*plsstrm 1700>13 1701b<c,c_plsstrm>22
1700i13 strm{53I13}
1707U5*plssub 1707>12 1707>24 1708b<c,c_plssub>22
1707i12 nx{53I13}
1707i24 ny{53I13}
1714U5*plssym 1714>12 1714>25 1715b<c,c_plssym>22
1714f12 def{54F13}
1714f25 scale{54F13}
1721U5*plstar 1721>12 1721>24 1722b<c,c_plstar>22
1721i12 nx{53I13}
1721i24 ny{53I13}
1728U5*plstart 1728>13 1728>35 1728>47 1729b<c,c_plstart>22
1728a13 devname{17|79A9}
1728i35 nx{53I13}
1728i47 ny{53I13}
1735U5*plstransform 1735>18 1736>9 1737b<c,c_plstransform>22
1735p18 coordinate_transform{202P10}
1736m9 coordinate_transform_data{67M13}
1747U5*plstring 1747>14 1747>25 1747>45 1747>65 1748b<c,c_plstring>22
1747i14 n{53I13}
1747a25 x{64A13}
1747a45 y{64A13}
1747a65 cstring{17|79A9}
1758U5*plstring3 1758>15 1758>26 1758>46 1759>9 1759>29 1760b<c,c_plstring3>22
1758i15 n{53I13}
1758a26 x{64A13}
1758a46 y{64A13}
1759a9 z{64A13}
1759a29 cstring{17|79A9}
1766U5*plstripa 1766>14 1766>26 1766>39 1766>50 1767b<c,c_plstripa>22
1766i14 id{53I13}
1766i26 pen{53I13}
1766f39 x{54F13}
1766f50 y{54F13}
1773U5*plstripc 1773<14 1773>30 1773>50 1774>9 1774>23 1774>37 1774>52 1774>66
. 1775>9 1775>24 1776>9 1776>26 1777>9 1777>25 1778>9 1778>37 1778>65 1779>9
. 1779>28 1779>47 1780b<c,c_plstripc>22
1773i14 id{53I13}
1773a30 xspec{17|79A9}
1773a50 yspec{17|79A9}
1774f9 xmin{54F13}
1774f23 xmax{54F13}
1774f37 xjump{54F13}
1774f52 ymin{54F13}
1774f66 ymax{54F13}
1775f9 xlpos{54F13}
1775f24 ylpos{54F13}
1776i9 y_ascl{57I13}
1776i26 acc{57I13}
1777i9 colbox{53I13}
1777i25 collab{53I13}
1778a9 colline{63A13}
1778a37 styline{63A13}
1778a65 legline{119A10}
1779a9 labx{17|79A9}
1779a28 laby{17|79A9}
1779a47 labtop{17|79A9}
1786U5*plstripd 1786>14 1787b<c,c_plstripd>22
1786i14 id{53I13}
1793U5*plimagefr 1793>15 1793>48 1793>60 1794>9 1794>23 1794>37 1794>51 1794>65
. 1794>79 1795>9 1795>26 1796>9 1797>9 1798b<c,c_plimagefr>22
1793a15 data{72A10}
1793i48 nx{53I13}
1793i60 ny{53I13}
1794f9 xmin{54F13}
1794f23 xmax{54F13}
1794f37 ymin{54F13}
1794f51 ymax{54F13}
1794f65 zmin{54F13}
1794f79 zmax{54F13}
1795f9 valuemin{54F13}
1795f26 valuemax{54F13}
1796p9 pltr{136P10}
1797m9 pltr_data{67M13}
1804U5*plimage 1804>13 1804>46 1804>58 1805>10 1805>24 1805>38 1805>52 1805>66
. 1805>80 1806>10 1806>25 1806>40 1806>55 1807b<c,c_plimage>22
1804a13 data{72A10}
1804i46 nx{53I13}
1804i58 ny{53I13}
1805f10 xmin{54F13}
1805f24 xmax{54F13}
1805f38 ymin{54F13}
1805f52 ymax{54F13}
1805f66 zmin{54F13}
1805f80 zmax{54F13}
1806f10 Dxmin{54F13}
1806f25 Dxmax{54F13}
1806f40 Dymin{54F13}
1806f55 Dymax{54F13}
1812U5*plstyl 1812>12 1812>25 1812>50 1813b<c,c_plstyl>22
1812i12 nms{53I13}
1812a25 mark{63A13}
1812a50 space{63A13}
1819U5*plsurf3d 1819>14 1819>34 1819>54 1819>84 1819>96 1820>12 1820>25 1820>50
. 1821b<c,c_plsurf3d>22
1819a14 x{64A13}
1819a34 y{64A13}
1819a54 z{72A10}
1819i84 nx{53I13}
1819i96 ny{53I13}
1820i12 opt{53I13}
1820a25 clevel{64A13}
1820i50 nlevel{53I13}
1828U5*plsurf3dl 1828>15 1828>35 1828>55 1828>78 1828>90 1829>12 1829>25
. 1829>50 1830>12 1830>29 1830<42 1830<65 1831b<c,c_plsurf3dl>22
1828a15 x{64A13}
1828a35 y{64A13}
1828a55 z{65A13}
1828i78 nx{53I13}
1828i90 ny{53I13}
1829i12 opt{53I13}
1829a25 clevel{64A13}
1829i50 nlevel{53I13}
1830i12 ixstart{53I13}
1830i29 ixn{53I13}
1830i42 indexymin{53I13}
1830i65 indexymax{53I13}
1837U5*plsvpa 1837>12 1837>26 1837>40 1837>54 1838b<c,c_plsvpa>22
1837f12 xmin{54F13}
1837f26 xmax{54F13}
1837f40 ymin{54F13}
1837f54 ymax{54F13}
1844U5*plsxax 1844>12 1844>28 1845b<c,c_plsxax>22
1844i12 digmax{53I13}
1844i28 field_digits{53I13}
1851U5*plsxwin 1851>13 1852b<c,plsxwin>22
1851i13 window_id{53I13}
1857U5*plsyax 1857>12 1857>28 1858b<c,c_plsyax>22
1857i12 digmax{53I13}
1857i28 field_digits{53I13}
1864U5*plsym 1864>11 1864>22 1864>42 1864>62 1865b<c,c_plsym>22
1864i11 n{53I13}
1864a22 x{64A13}
1864a42 y{64A13}
1864i62 code{53I13}
1871U5*plszax 1871>12 1871>28 1872b<c,c_plszax>22
1871i12 digmax{53I13}
1871i28 field_digits{53I13}
1878U5*pltext 1879b<c,c_pltext>22
1885U5*pltimefmt 1885>15 1886b<c,c_pltimefmt>22
1885a15 fmt{17|79A9}
1893U5*plvasp 1893>12 1894b<c,c_plvasp>22
1893f12 aspect{54F13}
1901U5*plvpas 1901>12 1901>26 1901>40 1901>54 1901>68 1902b<c,c_plvpas>22
1901f12 xmin{54F13}
1901f26 xmax{54F13}
1901f40 ymin{54F13}
1901f54 ymax{54F13}
1901f68 aspect{54F13}
1908U5*plvpor 1908>12 1908>26 1908>40 1908>54 1909b<c,c_plvpor>22
1908f12 xmin{54F13}
1908f26 xmax{54F13}
1908f40 ymin{54F13}
1908f54 ymax{54F13}
1916U5*plvsta 1917b<c,c_plvsta>22
1923U5*plw3d 1923>11 1923>26 1923>41 1923>57 1924>9 1924>24 1924>39 1924>54
. 1925>9 1925>24 1925>37 1926b<c,c_plw3d>22
1923f11 basex{54F13}
1923f26 basey{54F13}
1923f41 height{54F13}
1923f57 xmin0{54F13}
1924f9 xmax0{54F13}
1924f24 ymin0{54F13}
1924f39 ymax0{54F13}
1924f54 zmin0{54F13}
1925f9 zmax0{54F13}
1925f24 alt{54F13}
1925f37 az{54F13}
1932U5*plwidth 1932>13 1933b<c,c_plwidth>22
1932f13 width{54F13}
1939U5*plwind 1939>12 1939>26 1939>40 1939>54 1940b<c,c_plwind>22
1939f12 xmin{54F13}
1939f26 xmax{54F13}
1939f40 ymin{54F13}
1939f54 ymax{54F13}
1946U5*plxormod 1946>14 1946<28 1947b<c,c_plxormod>22
1946i14 mode{53I13}
1946i28 status{53I13}
1967U15*plparseopts 1967>27 23|101b15 121l9 121t20
1967i27 Mode{293I10} 23|101b27 120r56
1974U15*plparseopts 1975>9 1976>9 1977>9 23|128b15 148l9 148t20
1975i9 Gnat_Argc{integer} 23|129b9 145r28
1976m9 Gnat_Argv{24|64M9} 23|130b9 147r45
1977i9 Mode{293I10} 23|131b9 147r56
1982U5*plsetopt 1982>14 1982>19 1983b<c,c_plsetopt>22
1982a14 opt{17|79A9}
1982a19 optarg{17|79A9}
1995U15*pltr0 1996>9 1996>12 1997<9 1997<13 1998>9 1999r51 23|160b15 167l9
. 167t14
1996f9 x{54F13} 23|161b9 165r15
1996f12 y{54F13} 23|161b12 166r15
1997f9 tx{54F13} 23|162b9 165m9
1997f13 ty{54F13} 23|162b13 166m9
1998m9 pltr_data{67M13} 23|163b9
2003U15*pltr1 2004>9 2004>12 2005<9 2005<13 2006>9 2007r51 23|171b15 230l9
. 230t14
2004f9 x{54F13} 23|172b9 195r23 197r15 203r12 203r23
2004f12 y{54F13} 23|172b12 199r23 201r15 203r49 203r60
2005f9 tx{54F13} 23|173b9 207m13 218m13 221m13
2005f13 ty{54F13} 23|173b13 208m13 225m13 228m13
2006m9 pltr_data{67M13} 23|174b9 186r96
2013U15*pltr2 2014>9 2014>12 2015<9 2015<13 2016>9 2017r51 23|236b15 378l9
. 378t14
2014f9 x{54F13} 23|237b9 257r23 259r15 270r12 270r24 274r16 292r19
2014f12 y{54F13} 23|237b12 261r23 263r15 270r36 270r48 276r20 279r23 294r20
. 297r23 312r20 320r23
2015f9 tx{54F13} 23|238b9 277m21 280m21 288m21 295m21 298m21 306m21 318m21
. 325m21 345m17 353m17 358m17 371m17
2015f13 ty{54F13} 23|238b13 278m21 281m21 289m21 296m21 299m21 307m21 319m21
. 326m21 346m17 354m17 359m17 374m17
2016m9 pltr_data{67M13} 23|239b9 251r73
2021U15*plGetCursor 2021<27 2022b<c,plGetCursor>23
2021r27 gin{347R10}
X 23 plplot_thin.adb
58i9 Index_Of_First_Column{integer} 62r46
59a9 x_As_Pointers{22|72A10} 62m13 64r16
61i13 Index{integer} 62r27 62r39
73a9 B{21|43A9} 77m17 80r16
75i13 i{integer} 77r22 77r30
76i17 j{integer} 77r19 77r33
103i9*Gnat_Argc{integer} 104m27 104r27 119m29 119r29
106m9*Gnat_Argv{24|64M9} 107m27 107r27 120r45
109P14 Gnat_Argc_Access_Type(integer) 110r28 113r34
110p9 Gnat_Argc_Access{109P14} 119m9 120r27
113U9*plparseopts_local 113>27 114>27 115>27 116b<c,c_plparseopts>26 120s9
113p27 argc{109P14}
114m27 argv{24|64M9}
115i27 mode{22|293I10}
133i9 Gnat_Argc_Dummy{integer} 145m9 146m29 146r29
135P14 Gnat_Argc_Access_Type(integer) 136r28 139r34
136p9 Gnat_Argc_Access{135P14} 146m9 147r27
139U9*plparseopts_local 139>27 140>27 141>27 142b<c,c_plparseopts>26 147s9
139p27 argc{135P14}
140m27 argv{24|64M9}
141i27 mode{22|293I10}
176i9 ul{22|53I13} 195m9 196r15 197r30 214r46
176i13 ur{22|53I13} 196m9 217r12 220r50
176i17 vl{22|53I13} 199m9 200r15 201r30 215r46
176i21 vr{22|53I13} 200m9 224r12 227r50
177f9 du{22|54F13} 197m9 221r31 221r42
177f13 dv{22|54F13} 201m9 228r31 228r42
178f9 xl{22|54F13} 214m9 218r19 221r19
178f13 xr{22|54F13} 220m13 221r37
178f17 yl{22|54F13} 215m9 225r19 228r19
178f21 yr{22|54F13} 227m13 228r37
179i9 nx{22|53I13} 188m9 203r38
179i13 ny{22|53I13} 189m9 203r75
182K17 Transformation_Data_Type_Address_Conversions[25|39] 183r39 186r40
183p9 Transformation_Data_Pointer{25|47P9[182]} 186m9 188r15 189r15 214r15
. 215r15 217r17 220r19 224r17 227r19
241i9 ul{integer} 257m9 258r15 259r30 313r34 315r34 321r34 323r34 337r26
. 338r26 342r30 343r30 364r30 368r30
241i13 ur{integer} 258m9 314r34 316r34 322r34 324r34 341r16 349r19 350r30
. 351r30 357r19 363r30 365r30 367r30 369r30
241i17 vl{integer} 261m9 262r15 263r30 283r37 284r37 301r45 302r45 337r30
. 338r30 350r34 351r34 363r34 367r34
241i21 vr{integer} 262m9 285r37 286r37 303r45 304r45 341r31 342r34 343r34
. 349r34 357r34 364r34 365r34 368r34 369r34
242f9 du{22|54F13} 259m9 318r40 318r52 319r40 319r52 325r40 325r52 326r40
. 326r52 353r36 353r48 354r36 354r48 371r36 371r68 372r27 372r51 374r36 374r68
. 375r27 375r51
242f13 dv{22|54F13} 263m9 288r40 288r52 289r40 289r52 306r40 306r52 307r40
. 307r52 345r36 345r48 346r36 346r48 371r49 371r74 372r39 372r56 374r49 374r74
. 375r39 375r56
243f9 xll{22|54F13} 283m21 288r27 301m21 306r27 313m21 318r27 337m13 345r23
. 353r23 358r23 371r23
243f14 xlr{22|54F13} 285m21 288r46 303m21 306r46 321m21 325r27 342m17 345r42
. 364m17 371r55
243f19 xrl{22|54F13} 314m21 318r46 350m17 353r42 363m17 372r21
243f24 xrr{22|54F13} 322m21 325r46 365m17 372r45
244f9 yll{22|54F13} 284m21 289r27 302m21 307r27 315m21 319r27 338m13 346r23
. 354r23 359r23 374r23
244f14 ylr{22|54F13} 286m21 289r46 304m21 307r46 323m21 326r27 343m17 346r42
. 368m17 374r55
244f19 yrl{22|54F13} 316m21 319r46 351m17 354r42 367m17 375r21
244f24 yrr{22|54F13} 324m21 326r46 369m17 375r45
245f9 xmin{22|54F13} 265m9 270r16 274r20
245f15 xmax{22|54F13} 266m9 270r28 292r23
245f21 ymin{22|54F13} 267m9 270r40 276r24 294r24 312r24
245f27 ymax{22|54F13} 268m9 270r52 279r27 297r27 320r27
247K17 Transformation_Data_Type_2_Address_Conversions[25|39] 248r14 251r15
248p9 TD{25|47P9[247]} 251m9 266r28 268r28 277r27 278r27 280r27 280r36 281r27
. 281r36 283r28 284r28 285r28 286r28 295r27 295r33 296r27 296r33 298r27 298r33
. 298r44 299r27 299r33 299r44 301r28 301r34 302r28 302r34 303r28 303r34 304r28
. 304r34 313r28 314r28 315r28 316r28 321r28 321r38 322r28 322r38 323r28 323r38
. 324r28 324r38 337r20 338r20 341r21 341r36 342r24 343r24 349r24 349r39 350r24
. 351r24 357r24 357r39 363r24 364r24 365r24 367r24 368r24 369r24
X 24 system.ads
37K9*System 22|40w5 67r34 217r17 1976r21 23|26r5 106r21 114r34 130r21 140r34
. 182r69 247r71 24|152e11
64M9*Address 22|67r41 217r24 1976r28 23|106r28 114r41 130r28 140r41
X 25 s-atacco.ads
39k16*Address_To_Access_Conversions 23|26w12 182r76 247r78 25|63e41
47P9 Object_Pointer(22|428R10) 23|183r84[182] 248r61[247]
57V13*To_Pointer{47P9[23|182]} 23|186s85[182] 251s62[247]