This file is indexed.

/usr/lib/ocaml/oasis/OASISExec.annot is in liboasis-ocaml-dev 0.4.10-2build1.

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

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
"src/oasis/OASISExec.ml" 32 1853 1857 "src/oasis/OASISExec.ml" 32 1853 1860
type(
  ctxt:OASISContext.t ->
  ?f_exit_code:(int -> unit) -> ?quote:bool -> string -> string list -> unit
)
ident(
  def run "src/oasis/OASISExec.ml" 60 2510 2510 "src/oasis/OASISExec.ml" 1 0 -1
)
"src/oasis/OASISExec.ml" 32 1853 1862 "src/oasis/OASISExec.ml" 32 1853 1866
type(
  OASISContext.t
)
ident(
  def ctxt "src/oasis/OASISExec.ml" 32 1853 1867 "src/oasis/OASISExec.ml" 57 2498 2507
)
"src/oasis/OASISExec.ml" 32 1853 1868 "src/oasis/OASISExec.ml" 32 1853 1879
type(
  (int -> unit) option
)
ident(
  def f_exit_code "src/oasis/OASISExec.ml" 32 1853 1880 "src/oasis/OASISExec.ml" 57 2498 2507
)
"src/oasis/OASISExec.ml" 32 1853 1882 "src/oasis/OASISExec.ml" 32 1853 1887
type(
  bool
)
"src/oasis/OASISExec.ml" 32 1853 1888 "src/oasis/OASISExec.ml" 32 1853 1892
type(
  bool
)
type(
  bool
)
ident(
  int_ref *sth* "src/oasis/OASISExec.ml" 32 1853 1888 "src/oasis/OASISExec.ml" 32 1853 1892
)
type(
  bool option
)
type(
  bool option
)
type(
  bool
)
"src/oasis/OASISExec.ml" 32 1853 1894 "src/oasis/OASISExec.ml" 32 1853 1897
type(
  string
)
ident(
  def cmd "src/oasis/OASISExec.ml" 32 1853 1898 "src/oasis/OASISExec.ml" 57 2498 2507
)
"src/oasis/OASISExec.ml" 32 1853 1898 "src/oasis/OASISExec.ml" 32 1853 1902
type(
  string list
)
ident(
  def args "src/oasis/OASISExec.ml" 33 1905 1907 "src/oasis/OASISExec.ml" 57 2498 2507
)
"src/oasis/OASISExec.ml" 33 1905 1911 "src/oasis/OASISExec.ml" 33 1905 1914
type(
  string
)
ident(
  def cmd "src/oasis/OASISExec.ml" 46 2197 2199 "src/oasis/OASISExec.ml" 57 2498 2507
)
"src/oasis/OASISExec.ml" 34 1917 1924 "src/oasis/OASISExec.ml" 34 1917 1929
type(
  bool
)
ident(
  int_ref quote "src/oasis/OASISExec.ml" 32 1853 1882 "src/oasis/OASISExec.ml" 32 1853 1887
)
"src/oasis/OASISExec.ml" 35 1935 1944 "src/oasis/OASISExec.ml" 35 1935 1955
type(
  string
)
ident(
  ext_ref Sys.os_type
)
"src/oasis/OASISExec.ml" 35 1935 1956 "src/oasis/OASISExec.ml" 35 1935 1957
type(
  string -> string -> bool
)
ident(
  ext_ref Pervasives.( = )
)
"src/oasis/OASISExec.ml" 35 1935 1958 "src/oasis/OASISExec.ml" 35 1935 1965
type(
  string
)
"src/oasis/OASISExec.ml" 35 1935 1944 "src/oasis/OASISExec.ml" 35 1935 1965
type(
  bool
)
"src/oasis/OASISExec.ml" 36 1971 1982 "src/oasis/OASISExec.ml" 36 1971 1997
type(
  string -> char -> bool
)
ident(
  ext_ref String.contains
)
"src/oasis/OASISExec.ml" 36 1971 1998 "src/oasis/OASISExec.ml" 36 1971 2001
type(
  string
)
ident(
  int_ref cmd "src/oasis/OASISExec.ml" 32 1853 1894 "src/oasis/OASISExec.ml" 32 1853 1897
)
"src/oasis/OASISExec.ml" 36 1971 2002 "src/oasis/OASISExec.ml" 36 1971 2005
type(
  char
)
"src/oasis/OASISExec.ml" 36 1971 1982 "src/oasis/OASISExec.ml" 36 1971 2005
call(
  stack
)
type(
  bool
)
"src/oasis/OASISExec.ml" 38 2072 2082 "src/oasis/OASISExec.ml" 38 2072 2086
type(
  string
)
"src/oasis/OASISExec.ml" 38 2072 2086 "src/oasis/OASISExec.ml" 38 2072 2087
type(
  string -> string -> string
)
ident(
  ext_ref Pervasives.( ^ )
)
"src/oasis/OASISExec.ml" 38 2072 2088 "src/oasis/OASISExec.ml" 38 2072 2102
type(
  string -> string
)
ident(
  ext_ref Filename.quote
)
"src/oasis/OASISExec.ml" 38 2072 2103 "src/oasis/OASISExec.ml" 38 2072 2106
type(
  string
)
ident(
  int_ref cmd "src/oasis/OASISExec.ml" 32 1853 1894 "src/oasis/OASISExec.ml" 32 1853 1897
)
"src/oasis/OASISExec.ml" 38 2072 2087 "src/oasis/OASISExec.ml" 38 2072 2107
call(
  stack
)
type(
  string
)
"src/oasis/OASISExec.ml" 38 2072 2082 "src/oasis/OASISExec.ml" 38 2072 2107
call(
  stack
)
type(
  string
)
"src/oasis/OASISExec.ml" 40 2121 2131 "src/oasis/OASISExec.ml" 40 2121 2134
type(
  string
)
ident(
  int_ref cmd "src/oasis/OASISExec.ml" 32 1853 1894 "src/oasis/OASISExec.ml" 32 1853 1897
)
"src/oasis/OASISExec.ml" 36 1971 1979 "src/oasis/OASISExec.ml" 40 2121 2134
type(
  string
)
"src/oasis/OASISExec.ml" 42 2146 2154 "src/oasis/OASISExec.ml" 42 2146 2168
type(
  string -> string
)
ident(
  ext_ref Filename.quote
)
"src/oasis/OASISExec.ml" 42 2146 2169 "src/oasis/OASISExec.ml" 42 2146 2172
type(
  string
)
ident(
  int_ref cmd "src/oasis/OASISExec.ml" 32 1853 1894 "src/oasis/OASISExec.ml" 32 1853 1897
)
"src/oasis/OASISExec.ml" 42 2146 2154 "src/oasis/OASISExec.ml" 42 2146 2172
call(
  stack
)
type(
  string
)
"src/oasis/OASISExec.ml" 35 1935 1941 "src/oasis/OASISExec.ml" 42 2146 2172
type(
  string
)
"src/oasis/OASISExec.ml" 44 2182 2188 "src/oasis/OASISExec.ml" 44 2182 2191
type(
  string
)
ident(
  int_ref cmd "src/oasis/OASISExec.ml" 32 1853 1894 "src/oasis/OASISExec.ml" 32 1853 1897
)
"src/oasis/OASISExec.ml" 34 1917 1921 "src/oasis/OASISExec.ml" 44 2182 2191
type(
  string
)
"src/oasis/OASISExec.ml" 46 2197 2203 "src/oasis/OASISExec.ml" 46 2197 2210
type(
  string
)
ident(
  def cmdline "src/oasis/OASISExec.ml" 49 2254 2256 "src/oasis/OASISExec.ml" 57 2498 2507
)
"src/oasis/OASISExec.ml" 47 2213 2217 "src/oasis/OASISExec.ml" 47 2213 2230
type(
  string -> string list -> string
)
ident(
  ext_ref String.concat
)
"src/oasis/OASISExec.ml" 47 2213 2231 "src/oasis/OASISExec.ml" 47 2213 2234
type(
  string
)
"src/oasis/OASISExec.ml" 47 2213 2236 "src/oasis/OASISExec.ml" 47 2213 2239
type(
  string
)
ident(
  int_ref cmd "src/oasis/OASISExec.ml" 33 1905 1911 "src/oasis/OASISExec.ml" 33 1905 1914
)
"src/oasis/OASISExec.ml" 47 2213 2243 "src/oasis/OASISExec.ml" 47 2213 2247
type(
  string list
)
ident(
  int_ref args "src/oasis/OASISExec.ml" 32 1853 1898 "src/oasis/OASISExec.ml" 32 1853 1902
)
"src/oasis/OASISExec.ml" 47 2213 2235 "src/oasis/OASISExec.ml" 47 2213 2248
type(
  string list
)
"src/oasis/OASISExec.ml" 47 2213 2217 "src/oasis/OASISExec.ml" 47 2213 2248
call(
  stack
)
type(
  string
)
"src/oasis/OASISExec.ml" 49 2254 2256 "src/oasis/OASISExec.ml" 49 2254 2260
type(
  ctxt:OASISContext.t ->
  (string -> unit, unit, string, unit) format4 -> string -> unit
)
ident(
  ext_ref OASISMessage.info
)
"src/oasis/OASISExec.ml" 49 2254 2262 "src/oasis/OASISExec.ml" 49 2254 2266
type(
  OASISContext.t
)
ident(
  int_ref ctxt "src/oasis/OASISExec.ml" 32 1853 1862 "src/oasis/OASISExec.ml" 32 1853 1866
)
"src/oasis/OASISExec.ml" 49 2254 2268 "src/oasis/OASISExec.ml" 49 2254 2270
type(
  (string -> unit, unit, string, unit) format4 ->
  (string -> unit, unit, string, unit) format4
)
ident(
  ext_ref OASISGettext.f_
)
"src/oasis/OASISExec.ml" 49 2254 2271 "src/oasis/OASISExec.ml" 49 2254 2293
type(
  (string -> unit, unit, string, unit) format4
)
"src/oasis/OASISExec.ml" 49 2254 2267 "src/oasis/OASISExec.ml" 49 2254 2294
call(
  stack
)
type(
  (string -> unit, unit, string, unit) format4
)
"src/oasis/OASISExec.ml" 49 2254 2295 "src/oasis/OASISExec.ml" 49 2254 2302
type(
  string
)
ident(
  int_ref cmdline "src/oasis/OASISExec.ml" 46 2197 2203 "src/oasis/OASISExec.ml" 46 2197 2210
)
"src/oasis/OASISExec.ml" 49 2254 2256 "src/oasis/OASISExec.ml" 49 2254 2302
call(
  stack
)
type(
  unit
)
"src/oasis/OASISExec.ml" 50 2304 2312 "src/oasis/OASISExec.ml" 50 2304 2323
type(
  (int -> unit) option
)
ident(
  int_ref f_exit_code "src/oasis/OASISExec.ml" 32 1853 1868 "src/oasis/OASISExec.ml" 32 1853 1879
)
"src/oasis/OASISExec.ml" 50 2304 2325 "src/oasis/OASISExec.ml" 50 2304 2336
type(
  string -> int
)
ident(
  ext_ref Sys.command
)
"src/oasis/OASISExec.ml" 50 2304 2337 "src/oasis/OASISExec.ml" 50 2304 2344
type(
  string
)
ident(
  int_ref cmdline "src/oasis/OASISExec.ml" 46 2197 2203 "src/oasis/OASISExec.ml" 46 2197 2210
)
"src/oasis/OASISExec.ml" 50 2304 2325 "src/oasis/OASISExec.ml" 50 2304 2344
type(
  int
)
"src/oasis/OASISExec.ml" 50 2304 2312 "src/oasis/OASISExec.ml" 50 2304 2344
type(
  (int -> unit) option * int
)
"src/oasis/OASISExec.ml" 51 2350 2356 "src/oasis/OASISExec.ml" 51 2350 2360
type(
  (int -> unit) option
)
"src/oasis/OASISExec.ml" 51 2350 2362 "src/oasis/OASISExec.ml" 51 2350 2363
type(
  int
)
"src/oasis/OASISExec.ml" 51 2350 2356 "src/oasis/OASISExec.ml" 51 2350 2363
type(
  (int -> unit) option * int
)
"src/oasis/OASISExec.ml" 51 2350 2367 "src/oasis/OASISExec.ml" 51 2350 2369
type(
  unit
)
"src/oasis/OASISExec.ml" 52 2370 2376 "src/oasis/OASISExec.ml" 52 2370 2380
type(
  (int -> unit) option
)
"src/oasis/OASISExec.ml" 52 2370 2382 "src/oasis/OASISExec.ml" 52 2370 2383
type(
  int
)
ident(
  def i "src/oasis/OASISExec.ml" 53 2387 2393 "src/oasis/OASISExec.ml" 55 2461 2478
)
"src/oasis/OASISExec.ml" 52 2370 2376 "src/oasis/OASISExec.ml" 52 2370 2383
type(
  (int -> unit) option * int
)
"src/oasis/OASISExec.ml" 53 2387 2393 "src/oasis/OASISExec.ml" 53 2387 2402
type(
  (string -> int -> unit, unit, string, unit) format4 ->
  string -> int -> unit
)
ident(
  ext_ref OASISUtils.failwithf
)
"src/oasis/OASISExec.ml" 54 2403 2412 "src/oasis/OASISExec.ml" 54 2403 2414
type(
  (string -> int -> unit, unit, string, unit) format4 ->
  (string -> int -> unit, unit, string, unit) format4
)
ident(
  ext_ref OASISGettext.f_
)
"src/oasis/OASISExec.ml" 54 2403 2415 "src/oasis/OASISExec.ml" 54 2403 2459
type(
  (string -> int -> unit, unit, string, unit) format4
)
"src/oasis/OASISExec.ml" 54 2403 2411 "src/oasis/OASISExec.ml" 54 2403 2460
call(
  stack
)
type(
  (string -> int -> unit, unit, string, unit) format4
)
"src/oasis/OASISExec.ml" 55 2461 2469 "src/oasis/OASISExec.ml" 55 2461 2476
type(
  string
)
ident(
  int_ref cmdline "src/oasis/OASISExec.ml" 46 2197 2203 "src/oasis/OASISExec.ml" 46 2197 2210
)
"src/oasis/OASISExec.ml" 55 2461 2477 "src/oasis/OASISExec.ml" 55 2461 2478
type(
  int
)
ident(
  int_ref i "src/oasis/OASISExec.ml" 52 2370 2382 "src/oasis/OASISExec.ml" 52 2370 2383
)
"src/oasis/OASISExec.ml" 53 2387 2393 "src/oasis/OASISExec.ml" 55 2461 2478
call(
  tail
)
type(
  unit
)
"src/oasis/OASISExec.ml" 56 2479 2490 "src/oasis/OASISExec.ml" 56 2479 2491
type(
  int -> unit
)
ident(
  def f "src/oasis/OASISExec.ml" 57 2498 2504 "src/oasis/OASISExec.ml" 57 2498 2507
)
"src/oasis/OASISExec.ml" 56 2479 2485 "src/oasis/OASISExec.ml" 56 2479 2491
type(
  (int -> unit) option
)
"src/oasis/OASISExec.ml" 56 2479 2493 "src/oasis/OASISExec.ml" 56 2479 2494
type(
  int
)
ident(
  def i "src/oasis/OASISExec.ml" 57 2498 2504 "src/oasis/OASISExec.ml" 57 2498 2507
)
"src/oasis/OASISExec.ml" 56 2479 2485 "src/oasis/OASISExec.ml" 56 2479 2494
type(
  (int -> unit) option * int
)
"src/oasis/OASISExec.ml" 57 2498 2504 "src/oasis/OASISExec.ml" 57 2498 2505
type(
  int -> unit
)
ident(
  int_ref f "src/oasis/OASISExec.ml" 56 2479 2490 "src/oasis/OASISExec.ml" 56 2479 2491
)
"src/oasis/OASISExec.ml" 57 2498 2506 "src/oasis/OASISExec.ml" 57 2498 2507
type(
  int
)
ident(
  int_ref i "src/oasis/OASISExec.ml" 56 2479 2493 "src/oasis/OASISExec.ml" 56 2479 2494
)
"src/oasis/OASISExec.ml" 57 2498 2504 "src/oasis/OASISExec.ml" 57 2498 2507
call(
  tail
)
type(
  unit
)
"src/oasis/OASISExec.ml" 50 2304 2306 "src/oasis/OASISExec.ml" 57 2498 2507
type(
  unit
)
"src/oasis/OASISExec.ml" 49 2254 2256 "src/oasis/OASISExec.ml" 57 2498 2507
type(
  unit
)
"src/oasis/OASISExec.ml" 46 2197 2199 "src/oasis/OASISExec.ml" 57 2498 2507
type(
  unit
)
"src/oasis/OASISExec.ml" 33 1905 1907 "src/oasis/OASISExec.ml" 57 2498 2507
type(
  unit
)
"src/oasis/OASISExec.ml" 60 2510 2514 "src/oasis/OASISExec.ml" 60 2510 2529
type(
  ctxt:OASISContext.t ->
  ?f_exit_code:(int -> unit) -> string -> string list -> string list
)
ident(
  def run_read_output "src/oasis/OASISExec.ml" 92 3116 3116 "src/oasis/OASISExec.ml" 1 0 -1
)
"src/oasis/OASISExec.ml" 60 2510 2531 "src/oasis/OASISExec.ml" 60 2510 2535
type(
  OASISContext.t
)
ident(
  def ctxt "src/oasis/OASISExec.ml" 60 2510 2536 "src/oasis/OASISExec.ml" 89 3102 3113
)
"src/oasis/OASISExec.ml" 60 2510 2537 "src/oasis/OASISExec.ml" 60 2510 2548
type(
  (int -> unit) option
)
ident(
  def f_exit_code "src/oasis/OASISExec.ml" 60 2510 2549 "src/oasis/OASISExec.ml" 89 3102 3113
)
"src/oasis/OASISExec.ml" 60 2510 2549 "src/oasis/OASISExec.ml" 60 2510 2552
type(
  string
)
ident(
  def cmd "src/oasis/OASISExec.ml" 60 2510 2553 "src/oasis/OASISExec.ml" 89 3102 3113
)
"src/oasis/OASISExec.ml" 60 2510 2553 "src/oasis/OASISExec.ml" 60 2510 2557
type(
  string list
)
ident(
  def args "src/oasis/OASISExec.ml" 61 2560 2562 "src/oasis/OASISExec.ml" 89 3102 3113
)
"src/oasis/OASISExec.ml" 61 2560 2566 "src/oasis/OASISExec.ml" 61 2560 2568
type(
  string
)
ident(
  def fn "src/oasis/OASISExec.ml" 64 2615 2617 "src/oasis/OASISExec.ml" 89 3102 3113
)
"src/oasis/OASISExec.ml" 62 2571 2575 "src/oasis/OASISExec.ml" 62 2571 2593
type(
  ?temp_dir:string -> string -> string -> string
)
ident(
  ext_ref Filename.temp_file
)
"src/oasis/OASISExec.ml" 62 2571 2594 "src/oasis/OASISExec.ml" 62 2571 2602
type(
  string
)
"src/oasis/OASISExec.ml" 62 2571 2603 "src/oasis/OASISExec.ml" 62 2571 2609
type(
  string
)
"src/oasis/OASISExec.ml" 62 2571 2575 "src/oasis/OASISExec.ml" 62 2571 2609
call(
  stack
)
type(
  string
)
"src/oasis/OASISExec.ml" 66 2631 2641 "src/oasis/OASISExec.ml" 66 2631 2643
type(
  unit
)
"src/oasis/OASISExec.ml" 67 2646 2654 "src/oasis/OASISExec.ml" 67 2646 2657
type(
  ctxt:OASISContext.t ->
  ?f_exit_code:(int -> unit) -> ?quote:bool -> string -> string list -> unit
)
ident(
  int_ref run "src/oasis/OASISExec.ml" 32 1853 1857 "src/oasis/OASISExec.ml" 32 1853 1860
)
"src/oasis/OASISExec.ml" 67 2646 2659 "src/oasis/OASISExec.ml" 67 2646 2663
type(
  OASISContext.t
)
ident(
  int_ref ctxt "src/oasis/OASISExec.ml" 60 2510 2531 "src/oasis/OASISExec.ml" 60 2510 2535
)
"src/oasis/OASISExec.ml" 67 2646 2665 "src/oasis/OASISExec.ml" 67 2646 2676
type(
  (int -> unit) option
)
ident(
  int_ref f_exit_code "src/oasis/OASISExec.ml" 60 2510 2537 "src/oasis/OASISExec.ml" 60 2510 2548
)
"src/oasis/OASISExec.ml" 67 2646 2677 "src/oasis/OASISExec.ml" 67 2646 2680
type(
  string
)
ident(
  int_ref cmd "src/oasis/OASISExec.ml" 60 2510 2549 "src/oasis/OASISExec.ml" 60 2510 2552
)
"src/oasis/OASISExec.ml" 67 2646 2682 "src/oasis/OASISExec.ml" 67 2646 2686
type(
  string list
)
ident(
  int_ref args "src/oasis/OASISExec.ml" 60 2510 2553 "src/oasis/OASISExec.ml" 60 2510 2557
)
"src/oasis/OASISExec.ml" 67 2646 2687 "src/oasis/OASISExec.ml" 67 2646 2688
type(
  string list -> string list -> string list
)
ident(
  ext_ref Pervasives.( @ )
)
"src/oasis/OASISExec.ml" 67 2646 2690 "src/oasis/OASISExec.ml" 67 2646 2693
type(
  string
)
"src/oasis/OASISExec.ml" 67 2646 2695 "src/oasis/OASISExec.ml" 67 2646 2709
type(
  string -> string
)
ident(
  ext_ref Filename.quote
)
"src/oasis/OASISExec.ml" 67 2646 2710 "src/oasis/OASISExec.ml" 67 2646 2712
type(
  string
)
ident(
  int_ref fn "src/oasis/OASISExec.ml" 61 2560 2566 "src/oasis/OASISExec.ml" 61 2560 2568
)
"src/oasis/OASISExec.ml" 67 2646 2695 "src/oasis/OASISExec.ml" 67 2646 2712
call(
  stack
)
type(
  string
)
"src/oasis/OASISExec.ml" 67 2646 2689 "src/oasis/OASISExec.ml" 67 2646 2713
type(
  string list
)
"src/oasis/OASISExec.ml" 67 2646 2681 "src/oasis/OASISExec.ml" 67 2646 2714
call(
  stack
)
type(
  string list
)
"src/oasis/OASISExec.ml" 67 2646 2654 "src/oasis/OASISExec.ml" 67 2646 2714
call(
  stack
)
type(
  unit
)
"src/oasis/OASISExec.ml" 69 2724 2734 "src/oasis/OASISExec.ml" 69 2724 2737
type(
  in_channel
)
ident(
  def chn "src/oasis/OASISExec.ml" 72 2768 2774 "src/oasis/OASISExec.ml" 85 3020 3043
)
"src/oasis/OASISExec.ml" 70 2740 2748 "src/oasis/OASISExec.ml" 70 2740 2755
type(
  string -> in_channel
)
ident(
  ext_ref Pervasives.open_in
)
"src/oasis/OASISExec.ml" 70 2740 2756 "src/oasis/OASISExec.ml" 70 2740 2758
type(
  string
)
ident(
  int_ref fn "src/oasis/OASISExec.ml" 61 2560 2566 "src/oasis/OASISExec.ml" 61 2560 2568
)
"src/oasis/OASISExec.ml" 70 2740 2748 "src/oasis/OASISExec.ml" 70 2740 2758
call(
  stack
)
type(
  in_channel
)
"src/oasis/OASISExec.ml" 72 2768 2778 "src/oasis/OASISExec.ml" 72 2768 2785
type(
  string list ref
)
ident(
  def routput "src/oasis/OASISExec.ml" 75 2812 2818 "src/oasis/OASISExec.ml" 85 3020 3043
)
"src/oasis/OASISExec.ml" 73 2788 2796 "src/oasis/OASISExec.ml" 73 2788 2799
type(
  string list -> string list ref
)
ident(
  ext_ref Pervasives.ref
)
"src/oasis/OASISExec.ml" 73 2788 2800 "src/oasis/OASISExec.ml" 73 2788 2802
type(
  string list
)
"src/oasis/OASISExec.ml" 73 2788 2796 "src/oasis/OASISExec.ml" 73 2788 2802
type(
  string list ref
)
"src/oasis/OASISExec.ml" 77 2836 2852 "src/oasis/OASISExec.ml" 77 2836 2856
type(
  bool
)
"src/oasis/OASISExec.ml" 78 2860 2872 "src/oasis/OASISExec.ml" 78 2860 2879
type(
  string list ref
)
ident(
  int_ref routput "src/oasis/OASISExec.ml" 72 2768 2778 "src/oasis/OASISExec.ml" 72 2768 2785
)
"src/oasis/OASISExec.ml" 78 2860 2880 "src/oasis/OASISExec.ml" 78 2860 2882
type(
  string list ref -> string list -> unit
)
ident(
  ext_ref Pervasives.( := )
)
"src/oasis/OASISExec.ml" 78 2860 2884 "src/oasis/OASISExec.ml" 78 2860 2894
type(
  in_channel -> string
)
ident(
  ext_ref Pervasives.input_line
)
"src/oasis/OASISExec.ml" 78 2860 2895 "src/oasis/OASISExec.ml" 78 2860 2898
type(
  in_channel
)
ident(
  int_ref chn "src/oasis/OASISExec.ml" 69 2724 2734 "src/oasis/OASISExec.ml" 69 2724 2737
)
"src/oasis/OASISExec.ml" 78 2860 2883 "src/oasis/OASISExec.ml" 78 2860 2899
call(
  stack
)
type(
  string
)
"src/oasis/OASISExec.ml" 78 2860 2903 "src/oasis/OASISExec.ml" 78 2860 2904
type(
  string list ref -> string list
)
ident(
  ext_ref Pervasives.( ! )
)
"src/oasis/OASISExec.ml" 78 2860 2904 "src/oasis/OASISExec.ml" 78 2860 2911
type(
  string list ref
)
ident(
  int_ref routput "src/oasis/OASISExec.ml" 72 2768 2778 "src/oasis/OASISExec.ml" 72 2768 2785
)
"src/oasis/OASISExec.ml" 78 2860 2903 "src/oasis/OASISExec.ml" 78 2860 2911
type(
  string list
)
"src/oasis/OASISExec.ml" 78 2860 2883 "src/oasis/OASISExec.ml" 78 2860 2911
type(
  string list
)
"src/oasis/OASISExec.ml" 78 2860 2872 "src/oasis/OASISExec.ml" 78 2860 2911
type(
  unit
)
"src/oasis/OASISExec.ml" 77 2836 2846 "src/oasis/OASISExec.ml" 79 2912 2926
type(
  unit
)
"src/oasis/OASISExec.ml" 80 2927 2940 "src/oasis/OASISExec.ml" 80 2927 2951
type(
  exn
)
"src/oasis/OASISExec.ml" 81 2955 2965 "src/oasis/OASISExec.ml" 81 2955 2967
type(
  unit
)
"src/oasis/OASISExec.ml" 75 2812 2818 "src/oasis/OASISExec.ml" 82 2968 2977
type(
  unit
)
"src/oasis/OASISExec.ml" 83 2979 2985 "src/oasis/OASISExec.ml" 83 2979 2993
type(
  in_channel -> unit
)
ident(
  ext_ref Pervasives.close_in
)
"src/oasis/OASISExec.ml" 83 2979 2994 "src/oasis/OASISExec.ml" 83 2979 2997
type(
  in_channel
)
ident(
  int_ref chn "src/oasis/OASISExec.ml" 69 2724 2734 "src/oasis/OASISExec.ml" 69 2724 2737
)
"src/oasis/OASISExec.ml" 83 2979 2985 "src/oasis/OASISExec.ml" 83 2979 2997
call(
  stack
)
type(
  unit
)
"src/oasis/OASISExec.ml" 84 2999 3005 "src/oasis/OASISExec.ml" 84 2999 3015
type(
  string -> unit
)
ident(
  ext_ref Sys.remove
)
"src/oasis/OASISExec.ml" 84 2999 3016 "src/oasis/OASISExec.ml" 84 2999 3018
type(
  string
)
ident(
  int_ref fn "src/oasis/OASISExec.ml" 61 2560 2566 "src/oasis/OASISExec.ml" 61 2560 2568
)
"src/oasis/OASISExec.ml" 84 2999 3005 "src/oasis/OASISExec.ml" 84 2999 3018
type(
  unit
)
"src/oasis/OASISExec.ml" 85 3020 3026 "src/oasis/OASISExec.ml" 85 3020 3034
type(
  string list -> string list
)
ident(
  ext_ref List.rev
)
"src/oasis/OASISExec.ml" 85 3020 3035 "src/oasis/OASISExec.ml" 85 3020 3036
type(
  string list ref -> string list
)
ident(
  ext_ref Pervasives.( ! )
)
"src/oasis/OASISExec.ml" 85 3020 3036 "src/oasis/OASISExec.ml" 85 3020 3043
type(
  string list ref
)
ident(
  int_ref routput "src/oasis/OASISExec.ml" 72 2768 2778 "src/oasis/OASISExec.ml" 72 2768 2785
)
"src/oasis/OASISExec.ml" 85 3020 3035 "src/oasis/OASISExec.ml" 85 3020 3043
type(
  string list
)
"src/oasis/OASISExec.ml" 85 3020 3026 "src/oasis/OASISExec.ml" 85 3020 3043
call(
  stack
)
type(
  string list
)
"src/oasis/OASISExec.ml" 84 2999 3005 "src/oasis/OASISExec.ml" 85 3020 3043
type(
  string list
)
"src/oasis/OASISExec.ml" 83 2979 2985 "src/oasis/OASISExec.ml" 85 3020 3043
type(
  string list
)
"src/oasis/OASISExec.ml" 75 2812 2818 "src/oasis/OASISExec.ml" 85 3020 3043
type(
  string list
)
"src/oasis/OASISExec.ml" 72 2768 2774 "src/oasis/OASISExec.ml" 85 3020 3043
type(
  string list
)
"src/oasis/OASISExec.ml" 69 2724 2730 "src/oasis/OASISExec.ml" 85 3020 3043
type(
  string list
)
"src/oasis/OASISExec.ml" 65 2621 2625 "src/oasis/OASISExec.ml" 86 3044 3051
type(
  string list
)
"src/oasis/OASISExec.ml" 87 3052 3059 "src/oasis/OASISExec.ml" 87 3052 3060
type(
  exn
)
ident(
  def e "src/oasis/OASISExec.ml" 88 3064 3068 "src/oasis/OASISExec.ml" 89 3102 3113
)
"src/oasis/OASISExec.ml" 88 3064 3073 "src/oasis/OASISExec.ml" 88 3064 3083
type(
  string -> unit
)
ident(
  ext_ref Sys.remove
)
"src/oasis/OASISExec.ml" 88 3064 3084 "src/oasis/OASISExec.ml" 88 3064 3086
type(
  string
)
ident(
  int_ref fn "src/oasis/OASISExec.ml" 61 2560 2566 "src/oasis/OASISExec.ml" 61 2560 2568
)
"src/oasis/OASISExec.ml" 88 3064 3073 "src/oasis/OASISExec.ml" 88 3064 3086
type(
  unit
)
"src/oasis/OASISExec.ml" 88 3064 3092 "src/oasis/OASISExec.ml" 88 3064 3093
type(
  exn
)
"src/oasis/OASISExec.ml" 88 3064 3097 "src/oasis/OASISExec.ml" 88 3064 3099
type(
  unit
)
"src/oasis/OASISExec.ml" 88 3064 3068 "src/oasis/OASISExec.ml" 88 3064 3100
type(
  unit
)
"src/oasis/OASISExec.ml" 89 3102 3106 "src/oasis/OASISExec.ml" 89 3102 3111
type(
  exn -> string list
)
ident(
  ext_ref Pervasives.raise
)
"src/oasis/OASISExec.ml" 89 3102 3112 "src/oasis/OASISExec.ml" 89 3102 3113
type(
  exn
)
ident(
  int_ref e "src/oasis/OASISExec.ml" 87 3052 3059 "src/oasis/OASISExec.ml" 87 3052 3060
)
"src/oasis/OASISExec.ml" 89 3102 3106 "src/oasis/OASISExec.ml" 89 3102 3113
type(
  string list
)
"src/oasis/OASISExec.ml" 88 3064 3068 "src/oasis/OASISExec.ml" 89 3102 3113
type(
  string list
)
"src/oasis/OASISExec.ml" 64 2615 2617 "src/oasis/OASISExec.ml" 89 3102 3113
type(
  string list
)
"src/oasis/OASISExec.ml" 61 2560 2562 "src/oasis/OASISExec.ml" 89 3102 3113
type(
  string list
)
"src/oasis/OASISExec.ml" 92 3116 3120 "src/oasis/OASISExec.ml" 92 3116 3137
type(
  ctxt:OASISContext.t ->
  ?f_exit_code:(int -> unit) -> string -> string list -> string
)
ident(
  def run_read_one_line "src/oasis/OASISExec.ml" 99 3330 3362 "src/oasis/OASISExec.ml" 1 0 -1
)
"src/oasis/OASISExec.ml" 92 3116 3139 "src/oasis/OASISExec.ml" 92 3116 3143
type(
  OASISContext.t
)
ident(
  def ctxt "src/oasis/OASISExec.ml" 92 3116 3144 "src/oasis/OASISExec.ml" 99 3330 3362
)
"src/oasis/OASISExec.ml" 92 3116 3145 "src/oasis/OASISExec.ml" 92 3116 3156
type(
  (int -> unit) option
)
ident(
  def f_exit_code "src/oasis/OASISExec.ml" 92 3116 3157 "src/oasis/OASISExec.ml" 99 3330 3362
)
"src/oasis/OASISExec.ml" 92 3116 3157 "src/oasis/OASISExec.ml" 92 3116 3160
type(
  string
)
ident(
  def cmd "src/oasis/OASISExec.ml" 92 3116 3161 "src/oasis/OASISExec.ml" 99 3330 3362
)
"src/oasis/OASISExec.ml" 92 3116 3161 "src/oasis/OASISExec.ml" 92 3116 3165
type(
  string list
)
ident(
  def args "src/oasis/OASISExec.ml" 93 3168 3170 "src/oasis/OASISExec.ml" 99 3330 3362
)
"src/oasis/OASISExec.ml" 93 3168 3176 "src/oasis/OASISExec.ml" 93 3168 3191
type(
  ctxt:OASISContext.t ->
  ?f_exit_code:(int -> unit) -> string -> string list -> string list
)
ident(
  int_ref run_read_output "src/oasis/OASISExec.ml" 60 2510 2514 "src/oasis/OASISExec.ml" 60 2510 2529
)
"src/oasis/OASISExec.ml" 93 3168 3193 "src/oasis/OASISExec.ml" 93 3168 3197
type(
  OASISContext.t
)
ident(
  int_ref ctxt "src/oasis/OASISExec.ml" 92 3116 3139 "src/oasis/OASISExec.ml" 92 3116 3143
)
"src/oasis/OASISExec.ml" 93 3168 3199 "src/oasis/OASISExec.ml" 93 3168 3210
type(
  (int -> unit) option
)
ident(
  int_ref f_exit_code "src/oasis/OASISExec.ml" 92 3116 3145 "src/oasis/OASISExec.ml" 92 3116 3156
)
"src/oasis/OASISExec.ml" 93 3168 3211 "src/oasis/OASISExec.ml" 93 3168 3214
type(
  string
)
ident(
  int_ref cmd "src/oasis/OASISExec.ml" 92 3116 3157 "src/oasis/OASISExec.ml" 92 3116 3160
)
"src/oasis/OASISExec.ml" 93 3168 3215 "src/oasis/OASISExec.ml" 93 3168 3219
type(
  string list
)
ident(
  int_ref args "src/oasis/OASISExec.ml" 92 3116 3161 "src/oasis/OASISExec.ml" 92 3116 3165
)
"src/oasis/OASISExec.ml" 93 3168 3176 "src/oasis/OASISExec.ml" 93 3168 3219
call(
  stack
)
type(
  string list
)
"src/oasis/OASISExec.ml" 94 3225 3232 "src/oasis/OASISExec.ml" 94 3225 3235
type(
  string
)
ident(
  def fst "src/oasis/OASISExec.ml" 95 3240 3246 "src/oasis/OASISExec.ml" 95 3240 3249
)
"src/oasis/OASISExec.ml" 94 3225 3231 "src/oasis/OASISExec.ml" 94 3225 3236
type(
  string list
)
"src/oasis/OASISExec.ml" 95 3240 3246 "src/oasis/OASISExec.ml" 95 3240 3249
type(
  string
)
ident(
  int_ref fst "src/oasis/OASISExec.ml" 94 3225 3232 "src/oasis/OASISExec.ml" 94 3225 3235
)
"src/oasis/OASISExec.ml" 96 3250 3256 "src/oasis/OASISExec.ml" 96 3250 3259
type(
  string list
)
ident(
  def lst "src/oasis/OASISExec.ml" 97 3263 3269 "src/oasis/OASISExec.ml" 99 3330 3362
)
"src/oasis/OASISExec.ml" 97 3263 3269 "src/oasis/OASISExec.ml" 97 3263 3278
type(
  (string -> string, unit, string, string) format4 -> string -> string
)
ident(
  ext_ref OASISUtils.failwithf
)
"src/oasis/OASISExec.ml" 98 3279 3288 "src/oasis/OASISExec.ml" 98 3279 3290
type(
  (string -> string, unit, string, string) format4 ->
  (string -> string, unit, string, string) format4
)
ident(
  ext_ref OASISGettext.f_
)
"src/oasis/OASISExec.ml" 98 3279 3291 "src/oasis/OASISExec.ml" 98 3279 3328
type(
  (string -> string, unit, string, string) format4
)
"src/oasis/OASISExec.ml" 98 3279 3287 "src/oasis/OASISExec.ml" 98 3279 3329
call(
  stack
)
type(
  (string -> string, unit, string, string) format4
)
"src/oasis/OASISExec.ml" 99 3330 3339 "src/oasis/OASISExec.ml" 99 3330 3352
type(
  string -> string list -> string
)
ident(
  ext_ref String.concat
)
"src/oasis/OASISExec.ml" 99 3330 3353 "src/oasis/OASISExec.ml" 99 3330 3357
type(
  string
)
"src/oasis/OASISExec.ml" 99 3330 3358 "src/oasis/OASISExec.ml" 99 3330 3361
type(
  string list
)
ident(
  int_ref lst "src/oasis/OASISExec.ml" 96 3250 3256 "src/oasis/OASISExec.ml" 96 3250 3259
)
"src/oasis/OASISExec.ml" 99 3330 3338 "src/oasis/OASISExec.ml" 99 3330 3362
call(
  stack
)
type(
  string
)
"src/oasis/OASISExec.ml" 97 3263 3269 "src/oasis/OASISExec.ml" 99 3330 3362
call(
  tail
)
type(
  string
)
"src/oasis/OASISExec.ml" 93 3168 3170 "src/oasis/OASISExec.ml" 99 3330 3362
type(
  string
)