This file is indexed.

/usr/share/xcrysden/Tcl/tclIndex is in xcrysden-data 1.5.60-1.

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
# Tcl autoload index file, version 2.0
# This file is generated by the "auto_mkindex" command
# and sourced to set up indexing information for one or
# more commands.  Typically each line is a command that
# sets an element in the auto_index array, where the
# element name is the name of a command and the value is
# a script that loads the command.

set auto_index(printTogl) [list source [file join $dir print.tcl]]
set auto_index(printTogl_queryFilename) [list source [file join $dir print.tcl]]
set auto_index(printTogl_Antialias) [list source [file join $dir print.tcl]]
set auto_index(printWidget) [list source [file join $dir print.tcl]]
set auto_index(printToglEPS) [list source [file join $dir print.tcl]]
set auto_index(printToglEPS_Print) [list source [file join $dir print.tcl]]
set auto_index(printSetup) [list source [file join $dir print.tcl]]
set auto_index(printSetup:traceOptions) [list source [file join $dir print.tcl]]
set auto_index(glLight) [list source [file join $dir glLight.tcl]]
set auto_index(glLight:update) [list source [file join $dir glLight.tcl]]
set auto_index(glLight:loadValues) [list source [file join $dir glLight.tcl]]
set auto_index(glLight:save) [list source [file join $dir glLight.tcl]]
set auto_index(glLight:load) [list source [file join $dir glLight.tcl]]
set auto_index(new_file) [list source [file join $dir newInput.tcl]]
set auto_index(ChooseSpecies) [list source [file join $dir newInput.tcl]]
set auto_index(Molecule) [list source [file join $dir newInput.tcl]]
set auto_index(Polymer) [list source [file join $dir newInput.tcl]]
set auto_index(Slab) [list source [file join $dir newInput.tcl]]
set auto_index(Crystal) [list source [file join $dir newInput.tcl]]
set auto_index(crys_slab_sym) [list source [file join $dir newInput.tcl]]
set auto_index(CheckGroup) [list source [file join $dir newInput.tcl]]
set auto_index(gotoGeom) [list source [file join $dir newInput.tcl]]
set auto_index(geom_sym_input) [list source [file join $dir newInput.tcl]]
set auto_index(geom_sym_prev) [list source [file join $dir newInput.tcl]]
set auto_index(set_origin) [list source [file join $dir newInput.tcl]]
set auto_index(orig_coord) [list source [file join $dir newInput.tcl]]
set auto_index(n_atoms) [list source [file join $dir newInput.tcl]]
set auto_index(atom_num_coord) [list source [file join $dir newInput.tcl]]
set auto_index(contrl_var) [list source [file join $dir newInput.tcl]]
set auto_index(NewInputCancelProc) [list source [file join $dir newInput.tcl]]
set auto_index(SetIsoGridSpace) [list source [file join $dir grid.tcl]]
set auto_index(SetIsoGridSpaceOK) [list source [file join $dir grid.tcl]]
set auto_index(CheckSpin) [list source [file join $dir grid.tcl]]
set auto_index(IsoCellSel) [list source [file join $dir grid.tcl]]
set auto_index(IsoSpaceUpdate) [list source [file join $dir grid.tcl]]
set auto_index(Lighting) [list source [file join $dir dispModes.tcl]]
set auto_index(Display2D) [list source [file join $dir dispModes.tcl]]
set auto_index(Mode3D) [list source [file join $dir dispModes.tcl]]
set auto_index(DisplayOver3D) [list source [file join $dir dispModes.tcl]]
set auto_index(DispBool3D) [list source [file join $dir dispModes.tcl]]
set auto_index(From3Dto3D) [list source [file join $dir dispModes.tcl]]
set auto_index(Invert3D) [list source [file join $dir dispModes.tcl]]
set auto_index(From2Dto3D) [list source [file join $dir dispModes.tcl]]
set auto_index(From3Dto2D) [list source [file join $dir dispModes.tcl]]
set auto_index(DeleteWid) [list source [file join $dir dispModes.tcl]]
set auto_index(ResetDispModes) [list source [file join $dir dispModes.tcl]]
set auto_index(ConfigControlWid) [list source [file join $dir dispModes.tcl]]
set auto_index(DisplayDefaultMode) [list source [file join $dir dispModes.tcl]]
set auto_index(DisplayMode3D) [list source [file join $dir dispModes.tcl]]
set auto_index(DisplayMode2D) [list source [file join $dir dispModes.tcl]]
set auto_index(gifAnimWidPack) [list source [file join $dir gifAnim.tcl]]
set auto_index(gifAnimMake) [list source [file join $dir gifAnim.tcl]]
set auto_index(gifAnimPrintCurrent) [list source [file join $dir gifAnim.tcl]]
set auto_index(gifAnim:editParam) [list source [file join $dir gifAnim.tcl]]
set auto_index(gifAnim_controlWidgets) [list source [file join $dir gifAnim.tcl]]
set auto_index(_mencoder_temporary_files) [list source [file join $dir gifAnim.tcl]]
set auto_index(read_param) [list source [file join $dir readParam.tcl]]
set auto_index(WhichPar2Read) [list source [file join $dir readParam.tcl]]
set auto_index(WhichPar2Print) [list source [file join $dir readParam.tcl]]
set auto_index(IsoPlaneGrid) [list source [file join $dir planeselect.tcl]]
set auto_index(IsoPlaneGrid_State) [list source [file join $dir planeselect.tcl]]
set auto_index(IsoPlaneGrid_Update) [list source [file join $dir planeselect.tcl]]
set auto_index(fontToplevelWidget) [list source [file join $dir fontWidget.tcl]]
set auto_index(_fontWidgetDestroy) [list source [file join $dir fontWidget.tcl]]
set auto_index(_fontWidgetUnset) [list source [file join $dir fontWidget.tcl]]
set auto_index(fontWidget) [list source [file join $dir fontWidget.tcl]]
set auto_index(fontUpdate) [list source [file join $dir fontWidget.tcl]]
set auto_index(forceVectors) [list source [file join $dir forces.tcl]]
set auto_index(forceVectorsSet) [list source [file join $dir forces.tcl]]
set auto_index(forceUpdate) [list source [file join $dir forces.tcl]]
set auto_index(forceVectors_Color) [list source [file join $dir forces.tcl]]
set auto_index(forceVectors_ColorOK) [list source [file join $dir forces.tcl]]
set auto_index(forceVectors_ResetAttributes) [list source [file join $dir forces.tcl]]
set auto_index(DOSSGraph) [list source [file join $dir dos.tcl]]
set auto_index(xyzOpen) [list source [file join $dir xyz.tcl]]
set auto_index(BAND_Init) [list source [file join $dir bz.tcl]]
set auto_index(Bz_MakeToplevel) [list source [file join $dir bz.tcl]]
set auto_index(Bz_ShowBZ) [list source [file join $dir bz.tcl]]
set auto_index(Bz_RenderBZ) [list source [file join $dir bz.tcl]]
set auto_index(Bz_DeletePoints) [list source [file join $dir bz.tcl]]
set auto_index(Bz_ViewPort) [list source [file join $dir bz.tcl]]
set auto_index(Bz_ButtonPressed) [list source [file join $dir bz.tcl]]
set auto_index(Bz_ButtonReleased) [list source [file join $dir bz.tcl]]
set auto_index(Bz_Motion) [list source [file join $dir bz.tcl]]
set auto_index(Bz_BindDestroy) [list source [file join $dir bz.tcl]]
set auto_index(Bz_SetState) [list source [file join $dir bz.tcl]]
set auto_index(Bz_ManualRotate) [list source [file join $dir bz.tcl]]
set auto_index(Bz_OK) [list source [file join $dir bz.tcl]]
set auto_index(Bz_OK_OK) [list source [file join $dir bz.tcl]]
set auto_index(Bz_ManualZoom) [list source [file join $dir bz.tcl]]
set auto_index(Bz_MouseWheel) [list source [file join $dir bz.tcl]]
set auto_index(ProbeResolution) [list source [file join $dir sizes.tcl]]
set auto_index(SetImageSizes) [list source [file join $dir sizes.tcl]]
set auto_index(IsoControl_InitVar) [list source [file join $dir isoControl.tcl]]
set auto_index(IsoControl_SetColorPlaneVar) [list source [file join $dir isoControl.tcl]]
set auto_index(IsoControl_UpdateColorplane) [list source [file join $dir isoControl.tcl]]
set auto_index(IsoControl_Show) [list source [file join $dir isoControl.tcl]]
set auto_index(IsoControl_IsoLineShow) [list source [file join $dir isoControl.tcl]]
set auto_index(IsoControl_Hide) [list source [file join $dir isoControl.tcl]]
set auto_index(IsoControl) [list source [file join $dir isoControl.tcl]]
set auto_index(IsoControl_SetIsolineColorOK) [list source [file join $dir isoControl.tcl]]
set auto_index(IsoControl_SetIsolineColor) [list source [file join $dir isoControl.tcl]]
set auto_index(IsoControl_IsolineColor) [list source [file join $dir isoControl.tcl]]
set auto_index(IsoControl_Animate) [list source [file join $dir isoControl.tcl]]
set auto_index(IsoControl_SetCurrentSlide) [list source [file join $dir isoControl.tcl]]
set auto_index(IsoControlCan) [list source [file join $dir isoControl.tcl]]
set auto_index(IsoControlSave) [list source [file join $dir isoControl.tcl]]
set auto_index(_IsoControlSave) [list source [file join $dir isoControl.tcl]]
set auto_index(ConvertTwoSideVar) [list source [file join $dir isoControl.tcl]]
set auto_index(RevertIsoSides) [list source [file join $dir isoControl.tcl]]
set auto_index(RevertIsoNormals) [list source [file join $dir isoControl.tcl]]
set auto_index(SurfaceSmoothing) [list source [file join $dir isoControl.tcl]]
set auto_index(SurfaceSmoothingOK) [list source [file join $dir isoControl.tcl]]
set auto_index(IsoControlCommand) [list source [file join $dir isoControl.tcl]]
set auto_index(isoControl_thermoFont) [list source [file join $dir isoControl.tcl]]
set auto_index(wnSaveSFile) [list source [file join $dir wnSaveSFile.tcl]]
set auto_index(grapher_ReadBARFile) [list source [file join $dir bar.tcl]]
set auto_index(grapher_BARGraph) [list source [file join $dir bar.tcl]]
set auto_index(ptable) [list source [file join $dir ptable.tcl]]
set auto_index(ptableClose) [list source [file join $dir ptable.tcl]]
set auto_index(ptableSelectElement) [list source [file join $dir ptable.tcl]]
set auto_index(ptableSelectAtomicNumber) [list source [file join $dir ptable.tcl]]
set auto_index(scroll_ptableSelectNAT) [list source [file join $dir ptable.tcl]]
set auto_index(BWIDGraph) [list source [file join $dir bwid.tcl]]
set auto_index(OpenFile) [list source [file join $dir openInput.tcl]]
set auto_index(OpenFileModify) [list source [file join $dir openInput.tcl]]
set auto_index(cxxManageExternal) [list source [file join $dir openInput.tcl]]
set auto_index(Agr2Igr) [list source [file join $dir openInput.tcl]]
set auto_index(Igr2Agr) [list source [file join $dir openInput.tcl]]
set auto_index(OpFile2ViewMol) [list source [file join $dir openInput.tcl]]
set auto_index(ModGroup) [list source [file join $dir openInput.tcl]]
set auto_index(UpdateStatus) [list source [file join $dir openInput.tcl]]
set auto_index(StatusWidget) [list source [file join $dir openInput.tcl]]
set auto_index(PreSetOrigin) [list source [file join $dir openInput.tcl]]
set auto_index(PreGeom_sym_input) [list source [file join $dir openInput.tcl]]
set auto_index(DestroyOpfl) [list source [file join $dir openInput.tcl]]
set auto_index(ReadFTN25) [list source [file join $dir read25.tcl]]
set auto_index(FTN25_MustBeNumber) [list source [file join $dir read25.tcl]]
set auto_index(wnRun_IsERROR) [list source [file join $dir wnRunWIEN.tcl]]
set auto_index(wnRunWIEN) [list source [file join $dir wnRunWIEN.tcl]]
set auto_index(wnRunWIENEvent) [list source [file join $dir wnRunWIEN.tcl]]
set auto_index(wnRunWIENError) [list source [file join $dir wnRunWIEN.tcl]]
set auto_index(wnRunWEIN_IsParallel) [list source [file join $dir wnRunWIEN.tcl]]
set auto_index(wnRunWIEN_DeleteOutputFile) [list source [file join $dir wnRunWIEN.tcl]]
set auto_index(wnRunWIEN_ReadOutputFile) [list source [file join $dir wnRunWIEN.tcl]]
set auto_index(wnRunWIEN_NProc) [list source [file join $dir wnRunWIEN.tcl]]
set auto_index(fileselectResources) [list source [file join $dir fileselect.tcl]]
set auto_index(fileselect) [list source [file join $dir fileselect.tcl]]
set auto_index(fileselectBindings) [list source [file join $dir fileselect.tcl]]
set auto_index(PreOptMenu) [list source [file join $dir fileselect.tcl]]
set auto_index(OptMenu) [list source [file join $dir fileselect.tcl]]
set auto_index(Print) [list source [file join $dir fileselect.tcl]]
set auto_index(fileselectList) [list source [file join $dir fileselect.tcl]]
set auto_index(fileselectOK) [list source [file join $dir fileselect.tcl]]
set auto_index(fileselectCancel) [list source [file join $dir fileselect.tcl]]
set auto_index(fileselectClick) [list source [file join $dir fileselect.tcl]]
set auto_index(fileselectTake) [list source [file join $dir fileselect.tcl]]
set auto_index(fileselectComplete) [list source [file join $dir fileselect.tcl]]
set auto_index(xcPrepareIsosurf) [list source [file join $dir isoRender.tcl]]
set auto_index(UpdateIsosurf) [list source [file join $dir isoRender.tcl]]
set auto_index(Set_UpdateIsosurf_Struct) [list source [file join $dir isoRender.tcl]]
set auto_index(ConfigGrapher) [list source [file join $dir configGrapher.tcl]]
set auto_index(ConfigGrapherOK) [list source [file join $dir configGrapher.tcl]]
set auto_index(Prepare_and_Map_TickVar) [list source [file join $dir configGrapher.tcl]]
set auto_index(SpecifyTick) [list source [file join $dir configGrapher.tcl]]
set auto_index(SpecifyTicsState) [list source [file join $dir configGrapher.tcl]]
set auto_index(SpecifyTickLabels) [list source [file join $dir configGrapher.tcl]]
set auto_index(SpecifyTickLabelsOK) [list source [file join $dir configGrapher.tcl]]
set auto_index(WhatIsTickMode) [list source [file join $dir configGrapher.tcl]]
set auto_index(SetCurveOptions) [list source [file join $dir configGrapher.tcl]]
set auto_index(SetCurveOptionsOK) [list source [file join $dir configGrapher.tcl]]
set auto_index(xcSetTextAtrib) [list source [file join $dir configGrapher.tcl]]
set auto_index(xcSetTextAtribBut) [list source [file join $dir configGrapher.tcl]]
set auto_index(SetBarAtrib) [list source [file join $dir configGrapher.tcl]]
set auto_index(SetBarAtribColor) [list source [file join $dir configGrapher.tcl]]
set auto_index(mpegCreateParamFile) [list source [file join $dir mpegParam.tcl]]
set auto_index(determine_movie_encoders) [list source [file join $dir movieEncoders.tcl]]
set auto_index(encode_movie) [list source [file join $dir movieEncoders.tcl]]
set auto_index(cmdLine_ppmtompeg) [list source [file join $dir movieEncoders.tcl]]
set auto_index(cmdLine_mencoder) [list source [file join $dir movieEncoders.tcl]]
set auto_index(encode_gif) [list source [file join $dir movieEncoders.tcl]]
set auto_index(cmdLine_convert) [list source [file join $dir movieEncoders.tcl]]
set auto_index(cmdLine_gifsicle) [list source [file join $dir movieEncoders.tcl]]
set auto_index(cmdLine_whirlgif) [list source [file join $dir movieEncoders.tcl]]
set auto_index(exec_gifsicle) [list source [file join $dir movieEncoders.tcl]]
set auto_index(SelCheck) [list source [file join $dir selection.tcl]]
set auto_index(Done) [list source [file join $dir selection.tcl]]
set auto_index(NextSel) [list source [file join $dir selection.tcl]]
set auto_index(LineSel) [list source [file join $dir selection.tcl]]
set auto_index(SelCentreAtomCL) [list source [file join $dir selection.tcl]]
set auto_index(SelCentreHoleCL) [list source [file join $dir selection.tcl]]
set auto_index(Plane) [list source [file join $dir selection.tcl]]
set auto_index(Dihedral) [list source [file join $dir selection.tcl]]
set auto_index(Angle) [list source [file join $dir selection.tcl]]
set auto_index(Distance) [list source [file join $dir selection.tcl]]
set auto_index(AtomInfo) [list source [file join $dir selection.tcl]]
set auto_index(SelectAtom) [list source [file join $dir selection.tcl]]
set auto_index(PreSel) [list source [file join $dir selection.tcl]]
set auto_index(DeSel) [list source [file join $dir selection.tcl]]
set auto_index(selectRecordToFields_) [list source [file join $dir selection.tcl]]
set auto_index(selectDisplayCoor_) [list source [file join $dir selection.tcl]]
set auto_index(selectUpdateText) [list source [file join $dir selection.tcl]]
set auto_index(_select_unit) [list source [file join $dir selection.tcl]]
set auto_index(toglZoom) [list source [file join $dir toglZoom.tcl]]
set auto_index(toglZoom:zoom) [list source [file join $dir toglZoom.tcl]]
set auto_index(toglZoom:relB1) [list source [file join $dir toglZoom.tcl]]
set auto_index(toglZoom:discreteZoom) [list source [file join $dir toglZoom.tcl]]
set auto_index(gzmat) [list source [file join $dir gzmat.tcl]]
set auto_index(gzmat_menu) [list source [file join $dir gzmat.tcl]]
set auto_index(MultiWidget) [list source [file join $dir multiWid.tcl]]
set auto_index(PostMultiWidget) [list source [file join $dir multiWid.tcl]]
set auto_index(ViewMolMenu) [list source [file join $dir menu.tcl]]
set auto_index(mainMenu) [list source [file join $dir menu.tcl]]
set auto_index(OpenXYZPDB) [list source [file join $dir menu.tcl]]
set auto_index(OpenStruct) [list source [file join $dir menu.tcl]]
set auto_index(UpdateStruct) [list source [file join $dir menu.tcl]]
set auto_index(SaveStruct) [list source [file join $dir menu.tcl]]
set auto_index(SaveCrystalInput) [list source [file join $dir menu.tcl]]
set auto_index(PrintStructure) [list source [file join $dir menu.tcl]]
set auto_index(CellMode) [list source [file join $dir menu.tcl]]
set auto_index(xcHexaRhomboEntryState) [list source [file join $dir menu.tcl]]
set auto_index(ModConst) [list source [file join $dir menu.tcl]]
set auto_index(ModFactor) [list source [file join $dir menu.tcl]]
set auto_index(ModFacFOK) [list source [file join $dir menu.tcl]]
set auto_index(ModFacDef) [list source [file join $dir menu.tcl]]
set auto_index(ModFacClear) [list source [file join $dir menu.tcl]]
set auto_index(CrdSist) [list source [file join $dir menu.tcl]]
set auto_index(AtomLabels) [list source [file join $dir menu.tcl]]
set auto_index(CrysFrames) [list source [file join $dir menu.tcl]]
set auto_index(Unibond) [list source [file join $dir menu.tcl]]
set auto_index(DispFramesAs) [list source [file join $dir menu.tcl]]
set auto_index(ModCellCol) [list source [file join $dir menu.tcl]]
set auto_index(CellColor) [list source [file join $dir menu.tcl]]
set auto_index(CellColLoad) [list source [file join $dir menu.tcl]]
set auto_index(CellColOK) [list source [file join $dir menu.tcl]]
set auto_index(CellColUpD) [list source [file join $dir menu.tcl]]
set auto_index(ModUnibondCol) [list source [file join $dir menu.tcl]]
set auto_index(ModUnibondCol_Update) [list source [file join $dir menu.tcl]]
set auto_index(ModUnibondCol_Close) [list source [file join $dir menu.tcl]]
set auto_index(ModUnibondCol_Cancel) [list source [file join $dir menu.tcl]]
set auto_index(ModXYZCol) [list source [file join $dir menu.tcl]]
set auto_index(ModXYZCol_Update) [list source [file join $dir menu.tcl]]
set auto_index(ModXYZCol_Close) [list source [file join $dir menu.tcl]]
set auto_index(ModXYZCol_Cancel) [list source [file join $dir menu.tcl]]
set auto_index(CloseCase) [list source [file join $dir menu.tcl]]
set auto_index(xcMesaChangeBg) [list source [file join $dir menu.tcl]]
set auto_index(Perspective) [list source [file join $dir menu.tcl]]
set auto_index(DepthCuing) [list source [file join $dir menu.tcl]]
set auto_index(AntiAlias) [list source [file join $dir menu.tcl]]
set auto_index(ToggleMenuCheckbutton) [list source [file join $dir menu.tcl]]
set auto_index(ToggleMenuRadiobutton) [list source [file join $dir menu.tcl]]
set auto_index(ModPerspective) [list source [file join $dir menu.tcl]]
set auto_index(ModPerspective_Cancel) [list source [file join $dir menu.tcl]]
set auto_index(ModPerspective_Update) [list source [file join $dir menu.tcl]]
set auto_index(ModPerspective_Close) [list source [file join $dir menu.tcl]]
set auto_index(scriptOpenMenu) [list source [file join $dir menu.tcl]]
set auto_index(saveState) [list source [file join $dir saveState.tcl]]
set auto_index(saveStruct:_xsfFile) [list source [file join $dir saveState.tcl]]
set auto_index(saveState:_foreachAtomicType) [list source [file join $dir saveState.tcl]]
set auto_index(saveState:header) [list source [file join $dir saveState.tcl]]
set auto_index(saveState:beginHeader) [list source [file join $dir saveState.tcl]]
set auto_index(saveState:endHeader) [list source [file join $dir saveState.tcl]]
set auto_index(saveState:displayMode) [list source [file join $dir saveState.tcl]]
set auto_index(saveState:fontCreate) [list source [file join $dir saveState.tcl]]
set auto_index(saveState:_saveDatagrid) [list source [file join $dir saveState.tcl]]
set auto_index(wnDensity) [list source [file join $dir wnDensity.tcl]]
set auto_index(wnDensity2D_or_3D) [list source [file join $dir wnDensity.tcl]]
set auto_index(wnMakeIn5_2D3D) [list source [file join $dir wnDensity.tcl]]
set auto_index(wnAppendRhoFile) [list source [file join $dir wnDensity.tcl]]
set auto_index(wnMakeIn5_2D_OK) [list source [file join $dir wnDensity.tcl]]
set auto_index(wnDensityFlags) [list source [file join $dir wnDensity.tcl]]
set auto_index(wnDensityFlagsOK) [list source [file join $dir wnDensity.tcl]]
set auto_index(xcDisableEntry) [list source [file join $dir state.tcl]]
set auto_index(xcEnableEntry) [list source [file join $dir state.tcl]]
set auto_index(xcAll:wlist) [list source [file join $dir state.tcl]]
set auto_index(xcDisableAll) [list source [file join $dir state.tcl]]
set auto_index(_xcDisableAll) [list source [file join $dir state.tcl]]
set auto_index(xcDisableMenuOne) [list source [file join $dir state.tcl]]
set auto_index(xcDisableOne) [list source [file join $dir state.tcl]]
set auto_index(xcDisableMenuentryOne) [list source [file join $dir state.tcl]]
set auto_index(xcEnableAll) [list source [file join $dir state.tcl]]
set auto_index(_xcEnableAll) [list source [file join $dir state.tcl]]
set auto_index(xcEnableMenuOne) [list source [file join $dir state.tcl]]
set auto_index(xcEnableOne) [list source [file join $dir state.tcl]]
set auto_index(xcEnableMenuentryOne) [list source [file join $dir state.tcl]]
set auto_index(xcConfigAll) [list source [file join $dir state.tcl]]
set auto_index(xcIsActive) [list source [file join $dir state.tcl]]
set auto_index(xcUpdateState) [list source [file join $dir state.tcl]]
set auto_index(xcAppendState) [list source [file join $dir state.tcl]]
set auto_index(xcDeleteState) [list source [file join $dir state.tcl]]
set auto_index(xcTrace) [list source [file join $dir state.tcl]]
set auto_index(xcTraceDelete) [list source [file join $dir state.tcl]]
set auto_index(xcAdvGeomState) [list source [file join $dir state.tcl]]
set auto_index(g98Cube) [list source [file join $dir g98.tcl]]
set auto_index(g98Cube:cube2xsf) [list source [file join $dir g98.tcl]]
set auto_index(g98Cube:selectFile) [list source [file join $dir g98.tcl]]
set auto_index(wnDetComOpt) [list source [file join $dir wnDetComOpt.tcl]]
set auto_index(fhiPreset) [list source [file join $dir fhiPreset.tcl]]
set auto_index(fhiPresetOK) [list source [file join $dir fhiPreset.tcl]]
set auto_index(fhiPresetCan) [list source [file join $dir fhiPreset.tcl]]
set auto_index(PropC95) [list source [file join $dir propInit.tcl]]
set auto_index(PropC95Init) [list source [file join $dir propInit.tcl]]
set auto_index(GetC95Info) [list source [file join $dir propInit.tcl]]
set auto_index(IsoControl2D) [list source [file join $dir propertyPlane.tcl]]
set auto_index(IsoControl_DispRanExpIso) [list source [file join $dir propertyPlane.tcl]]
set auto_index(UpdatePropertyPlane) [list source [file join $dir propertyPlane.tcl]]
set auto_index(ColorSchemeState) [list source [file join $dir colors.tcl]]
set auto_index(ColorSchemeUpdate) [list source [file join $dir colors.tcl]]
set auto_index(ColorSchemeClose) [list source [file join $dir colors.tcl]]
set auto_index(ColorSchemeCancel) [list source [file join $dir colors.tcl]]
set auto_index(ColorSchemeCoor) [list source [file join $dir colors.tcl]]
set auto_index(ColorScheme) [list source [file join $dir colors.tcl]]
set auto_index(ColorScheme:fromAbsToFrac) [list source [file join $dir colors.tcl]]
set auto_index(ColorScheme:fromFracToAbs) [list source [file join $dir colors.tcl]]
set auto_index(group_sel) [list source [file join $dir groupSel.tcl]]
set auto_index(GroupSelectStart) [list source [file join $dir groupSel.tcl]]
set auto_index(GroupSelectEnd) [list source [file join $dir groupSel.tcl]]
set auto_index(group_sel_cancel) [list source [file join $dir groupSel.tcl]]
set auto_index(group_sel_ok) [list source [file join $dir groupSel.tcl]]
set auto_index(IsNotStandardGroup) [list source [file join $dir groupSel.tcl]]
set auto_index(xsfAddBlankLine) [list source [file join $dir xsfOpen.tcl]]
set auto_index(gunzipXSF) [list source [file join $dir xsfOpen.tcl]]
set auto_index(xsfOpenMenu) [list source [file join $dir xsfOpen.tcl]]
set auto_index(xsfOpen) [list source [file join $dir xsfOpen.tcl]]
set auto_index(xsfAtmSym2Nat) [list source [file join $dir xsfOpen.tcl]]
set auto_index(_xsfAtmSym2Nat) [list source [file join $dir xsfOpen.tcl]]
set auto_index(pwInputPreset) [list source [file join $dir pwPreset.tcl]]
set auto_index(pwOutputPreset) [list source [file join $dir pwPreset.tcl]]
set auto_index(pwOutputPresetWhat) [list source [file join $dir pwPreset.tcl]]
set auto_index(pwPreset) [list source [file join $dir pwPreset.tcl]]
set auto_index(pwPresetOK) [list source [file join $dir pwPreset.tcl]]
set auto_index(pwPresetCan) [list source [file join $dir pwPreset.tcl]]
set auto_index(xctr_proc) [list source [file join $dir xctr.tcl]]
set auto_index(ModAtomLabels) [list source [file join $dir atomLabels.tcl]]
set auto_index(ModAtomLabels:_font_and_color) [list source [file join $dir atomLabels.tcl]]
set auto_index(ModAtomLabels:selectAtom) [list source [file join $dir atomLabels.tcl]]
set auto_index(ModAtomLabels:atomFontUpdate) [list source [file join $dir atomLabels.tcl]]
set auto_index(ModAtomLabels:fontBrowser) [list source [file join $dir atomLabels.tcl]]
set auto_index(ModAtomLabels:CloseUpdate) [list source [file join $dir atomLabels.tcl]]
set auto_index(ModAtomLabels:advancedCheckButton) [list source [file join $dir atomLabels.tcl]]
set auto_index(ModAtomLabels:advancedSelectAtom) [list source [file join $dir atomLabels.tcl]]
set auto_index(ModAtomLabels:advancedSelectType) [list source [file join $dir atomLabels.tcl]]
set auto_index(ModAtomLabels:advancedCloseUpdate) [list source [file join $dir atomLabels.tcl]]
set auto_index(ModAtomLabels:advancedClearCustomLabels) [list source [file join $dir atomLabels.tcl]]
set auto_index(CalStru) [list source [file join $dir go2crys.tcl]]
set auto_index(MakeInput) [list source [file join $dir go2crys.tcl]]
set auto_index(SetUnDefPar) [list source [file join $dir go2crys.tcl]]
set auto_index(parseComLinArg) [list source [file join $dir parseComLinArg.tcl]]
set auto_index(UpdateWMTitle) [list source [file join $dir parseComLinArg.tcl]]
set auto_index(XCrySDenUsage) [list source [file join $dir parseComLinArg.tcl]]
set auto_index(::scripting::filter::g98cube) [list source [file join $dir scriptingFilter.tcl]]
set auto_index(::scripting::filter::crystalInput) [list source [file join $dir scriptingFilter.tcl]]
set auto_index(::scripting::filter::pwscfInput) [list source [file join $dir scriptingFilter.tcl]]
set auto_index(::scripting::filter::pwscfOutput) [list source [file join $dir scriptingFilter.tcl]]
set auto_index(::scripting::filter::_pwscf) [list source [file join $dir scriptingFilter.tcl]]
set auto_index(::scripting::filter::_pwscfInputCheckItypNatList) [list source [file join $dir scriptingFilter.tcl]]
set auto_index(::scripting::filter::_pwscfOutputCheckItypNatList) [list source [file join $dir scriptingFilter.tcl]]
set auto_index(::scripting::filter::fhiInpini) [list source [file join $dir scriptingFilter.tcl]]
set auto_index(::scripting::filter::fhiCoord) [list source [file join $dir scriptingFilter.tcl]]
set auto_index(::scripting::filter::_fhi) [list source [file join $dir scriptingFilter.tcl]]
set auto_index(::scripting::filter::_pp_common) [list source [file join $dir scriptingFilter.tcl]]
set auto_index(::scripting::filter::_init) [list source [file join $dir scriptingFilter.tcl]]
set auto_index(::scripting::filter::_absoluteFilename) [list source [file join $dir scriptingFilter.tcl]]
set auto_index(igroup2BravaisLattice) [list source [file join $dir kLabels.tcl]]
set auto_index(getLatticeVec_) [list source [file join $dir kLabels.tcl]]
set auto_index(getKLabel) [list source [file join $dir kLabels.tcl]]
set auto_index(kLabels_Note) [list source [file join $dir kLabels.tcl]]
set auto_index(load_kLabels) [list source [file join $dir kLabels.tcl]]
set auto_index(xsfAnimOpenMenu) [list source [file join $dir xsfAnim.tcl]]
set auto_index(xsfAnimInit) [list source [file join $dir xsfAnim.tcl]]
set auto_index(xsfAnimWid) [list source [file join $dir xsfAnim.tcl]]
set auto_index(xsfAnimWidClose) [list source [file join $dir xsfAnim.tcl]]
set auto_index(xsfAnimAction) [list source [file join $dir xsfAnim.tcl]]
set auto_index(xsfAnimRenderCurrent) [list source [file join $dir xsfAnim.tcl]]
set auto_index(xsfParseAnim) [list source [file join $dir xsfAnim.tcl]]
set auto_index(_xsfAnimParse_getVec) [list source [file join $dir xsfAnim.tcl]]
set auto_index(check_stereo) [list source [file join $dir stereo.tcl]]
set auto_index(glModParam) [list source [file join $dir glModParam.tcl]]
set auto_index(glModParam:Materials) [list source [file join $dir glModParam.tcl]]
set auto_index(glModParam:Materials:Update) [list source [file join $dir glModParam.tcl]]
set auto_index(glModParam:DepthCuing) [list source [file join $dir glModParam.tcl]]
set auto_index(glModParam:DepthCuing:_widget) [list source [file join $dir glModParam.tcl]]
set auto_index(glModParam:DepthCuing:Update) [list source [file join $dir glModParam.tcl]]
set auto_index(glModParam:AntiAlias) [list source [file join $dir glModParam.tcl]]
set auto_index(glModParam:AntiAlias:Update) [list source [file join $dir glModParam.tcl]]
set auto_index(mouseWheelScroll) [list source [file join $dir scroll.tcl]]
set auto_index(wnMultiSlab) [list source [file join $dir wnMultiSlab.tcl]]
set auto_index(wnMultiSlabOK) [list source [file join $dir wnMultiSlab.tcl]]
set auto_index(wn_nn_def) [list source [file join $dir wnMultiSlab.tcl]]
set auto_index(RadioButtons) [list source [file join $dir genWidget.tcl]]
set auto_index(RadioBut) [list source [file join $dir genWidget.tcl]]
set auto_index(RadioButCmd) [list source [file join $dir genWidget.tcl]]
set auto_index(RadioButVarCmd) [list source [file join $dir genWidget.tcl]]
set auto_index(CheckButVarCmd) [list source [file join $dir genWidget.tcl]]
set auto_index(CheckButtons) [list source [file join $dir genWidget.tcl]]
set auto_index(CheckVarButtons) [list source [file join $dir genWidget.tcl]]
set auto_index(Entries) [list source [file join $dir genWidget.tcl]]
set auto_index(OneEntries) [list source [file join $dir genWidget.tcl]]
set auto_index(dialog) [list source [file join $dir genWidget.tcl]]
set auto_index(xcToplevel) [list source [file join $dir genWidget.tcl]]
set auto_index(DispText) [list source [file join $dir genWidget.tcl]]
set auto_index(OneEntryToplevel) [list source [file join $dir genWidget.tcl]]
set auto_index(OneEntryOK) [list source [file join $dir genWidget.tcl]]
set auto_index(ScrollEntries) [list source [file join $dir genWidget.tcl]]
set auto_index(ScrolledListbox2) [list source [file join $dir genWidget.tcl]]
set auto_index(xcMenuEntry) [list source [file join $dir genWidget.tcl]]
set auto_index(FillEntries) [list source [file join $dir genWidget.tcl]]
set auto_index(DisplayUpdateWidget) [list source [file join $dir genWidget.tcl]]
set auto_index(DefaultButton) [list source [file join $dir genWidget.tcl]]
set auto_index(xcCheckButton) [list source [file join $dir genWidget.tcl]]
set auto_index(xcCheckButtonCom) [list source [file join $dir genWidget.tcl]]
set auto_index(xcCheckButtonDummy) [list source [file join $dir genWidget.tcl]]
set auto_index(xcCheckButtonRow) [list source [file join $dir genWidget.tcl]]
set auto_index(xcModifyColorID) [list source [file join $dir genWidget.tcl]]
set auto_index(xcModifyColorGetID) [list source [file join $dir genWidget.tcl]]
set auto_index(xcModifyColor) [list source [file join $dir genWidget.tcl]]
set auto_index(_xcModifyColorSet) [list source [file join $dir genWidget.tcl]]
set auto_index(xcModifyColorSet) [list source [file join $dir genWidget.tcl]]
set auto_index(xcModifyColorGet) [list source [file join $dir genWidget.tcl]]
set auto_index(xcUpdateWindow) [list source [file join $dir genWidget.tcl]]
set auto_index(xcMenuButton) [list source [file join $dir genWidget.tcl]]
set auto_index(xcTextImageButton) [list source [file join $dir genWidget.tcl]]
set auto_index(xcHideButton) [list source [file join $dir genWidget.tcl]]
set auto_index(xcDisplayFileText) [list source [file join $dir genWidget.tcl]]
set auto_index(xcDisplayVarText) [list source [file join $dir genWidget.tcl]]
set auto_index(XCRYSDEN_Logo) [list source [file join $dir genWidget.tcl]]
set auto_index(wnOpenDirectory) [list source [file join $dir wnOpen.tcl]]
set auto_index(wnOpenSFile) [list source [file join $dir wnOpen.tcl]]
set auto_index(wnOpenRenderDensity) [list source [file join $dir wnOpen.tcl]]
set auto_index(wnOpenCalcAndRenderDensity) [list source [file join $dir wnOpen.tcl]]
set auto_index(wnOpenKPath) [list source [file join $dir wnOpen.tcl]]
set auto_index(wnOpenFS) [list source [file join $dir wnOpen.tcl]]
set auto_index(point_group) [list source [file join $dir groups.tcl]]
set auto_index(line_group) [list source [file join $dir groups.tcl]]
set auto_index(plane_group) [list source [file join $dir groups.tcl]]
set auto_index(space_group) [list source [file join $dir groups.tcl]]
set auto_index(::scripting::source) [list source [file join $dir scripting.tcl]]
set auto_index(::scripting::open) [list source [file join $dir scripting.tcl]]
set auto_index(::scripting::save) [list source [file join $dir scripting.tcl]]
set auto_index(::scripting::exec) [list source [file join $dir scripting.tcl]]
set auto_index(::scripting::multiScript) [list source [file join $dir scripting.tcl]]
set auto_index(::scripting::lighting) [list source [file join $dir scripting.tcl]]
set auto_index(::scripting::display) [list source [file join $dir scripting.tcl]]
set auto_index(::scripting::displayMode3D) [list source [file join $dir scripting.tcl]]
set auto_index(::scripting::displayMode2D) [list source [file join $dir scripting.tcl]]
set auto_index(::scripting::mainWindow) [list source [file join $dir scripting.tcl]]
set auto_index(::scripting::displayWindow) [list source [file join $dir scripting.tcl]]
set auto_index(::scripting::zoom) [list source [file join $dir scripting.tcl]]
set auto_index(::scripting::rotate) [list source [file join $dir scripting.tcl]]
set auto_index(::scripting::printToFile) [list source [file join $dir scripting.tcl]]
set auto_index(::scripting::_printToFile_imageConvert) [list source [file join $dir scripting.tcl]]
set auto_index(::scripting::load_myParam) [list source [file join $dir scripting.tcl]]
set auto_index(::scripting::buildCrystal) [list source [file join $dir scripting.tcl]]
set auto_index(::scripting::chdir) [list source [file join $dir scripting.tcl]]
set auto_index(Get_sInfoArray) [list source [file join $dir sInfo.tcl]]
set auto_index(SetOpenGLPar) [list source [file join $dir openGLpar.tcl]]
set auto_index(SetRGBA) [list source [file join $dir openGLpar.tcl]]
set auto_index(setRGBAwidget) [list source [file join $dir openGLpar.tcl]]
set auto_index(SetColorFrame) [list source [file join $dir openGLpar.tcl]]
set auto_index(SetRGBColor) [list source [file join $dir openGLpar.tcl]]
set auto_index(UpdateOpenGLPar) [list source [file join $dir openGLpar.tcl]]
set auto_index(GetOpenGLPar) [list source [file join $dir openGLpar.tcl]]
set auto_index(dumpWindow) [list source [file join $dir dumpWindow.tcl]]
set auto_index(dumpWindowByID) [list source [file join $dir dumpWindow.tcl]]
set auto_index(dumpWindow_queryFilename) [list source [file join $dir dumpWindow.tcl]]
set auto_index(InitGlobalVar) [list source [file join $dir xcInit.tcl]]
set auto_index(xcInit) [list source [file join $dir xcInit.tcl]]
set auto_index(clean_xcrysden_scratch) [list source [file join $dir xcInit.tcl]]
set auto_index(centerWelcome) [list source [file join $dir xcInit.tcl]]
set auto_index(check_var) [list source [file join $dir number.tcl]]
set auto_index(number) [list source [file join $dir number.tcl]]
set auto_index(xcNumber) [list source [file join $dir number.tcl]]
set auto_index(ColorMenu) [list source [file join $dir colormenu.tcl]]
set auto_index(xcAbout) [list source [file join $dir xcAbout.tcl]]
set auto_index(parseDGInfo) [list source [file join $dir parseDataGrid.tcl]]
set auto_index(DG_CreateBlock) [list source [file join $dir parseDataGrid.tcl]]
set auto_index(DG_CreateSubBlock) [list source [file join $dir parseDataGrid.tcl]]
set auto_index(DG_RadioBind) [list source [file join $dir parseDataGrid.tcl]]
set auto_index(DG_CheckCom) [list source [file join $dir parseDataGrid.tcl]]
set auto_index(DataGridOK) [list source [file join $dir parseDataGrid.tcl]]
set auto_index(DataGrid2Isosurf) [list source [file join $dir parseDataGrid.tcl]]
set auto_index(DataGrid) [list source [file join $dir parseDataGrid.tcl]]
set auto_index(DG_RadiobuttonCmd) [list source [file join $dir parseDataGrid.tcl]]
set auto_index(GrapherID) [list source [file join $dir Grapher.tcl]]
set auto_index(CurrentGrapherID) [list source [file join $dir Grapher.tcl]]
set auto_index(NextGrapherID) [list source [file join $dir Grapher.tcl]]
set auto_index(Grapher) [list source [file join $dir Grapher.tcl]]
set auto_index(ResizeGrapher) [list source [file join $dir Grapher.tcl]]
set auto_index(PlaceGrapher) [list source [file join $dir Grapher.tcl]]
set auto_index(GrapherActivate) [list source [file join $dir Grapher.tcl]]
set auto_index(UpdateGrapher) [list source [file join $dir Grapher.tcl]]
set auto_index(QuitGrapher) [list source [file join $dir Grapher.tcl]]
set auto_index(GraphPrint) [list source [file join $dir Grapher.tcl]]
set auto_index(gr_isInside) [list source [file join $dir Grapher.tcl]]
set auto_index(gr_OIInterp) [list source [file join $dir Grapher.tcl]]
set auto_index(gr_IOInter) [list source [file join $dir Grapher.tcl]]
set auto_index(XYGraph) [list source [file join $dir Grapher.tcl]]
set auto_index(BARGraph) [list source [file join $dir Grapher.tcl]]
set auto_index(GrapherArbitraryText) [list source [file join $dir Grapher.tcl]]
set auto_index(GrapherDummyRect) [list source [file join $dir Grapher.tcl]]
set auto_index(GraphTickLines) [list source [file join $dir Grapher.tcl]]
set auto_index(XGraphValue) [list source [file join $dir Grapher.tcl]]
set auto_index(YGraphValue) [list source [file join $dir Grapher.tcl]]
set auto_index(XDataValue) [list source [file join $dir Grapher.tcl]]
set auto_index(YDataValue) [list source [file join $dir Grapher.tcl]]
set auto_index(XPix2Coor) [list source [file join $dir Grapher.tcl]]
set auto_index(YPix2Coor) [list source [file join $dir Grapher.tcl]]
set auto_index(XRel2Graph) [list source [file join $dir Grapher.tcl]]
set auto_index(YRel2Graph) [list source [file join $dir Grapher.tcl]]
set auto_index(XGraph2Rel) [list source [file join $dir Grapher.tcl]]
set auto_index(YGraph2Rel) [list source [file join $dir Grapher.tcl]]
set auto_index(XnMRel2Graph) [list source [file join $dir Grapher.tcl]]
set auto_index(YnMRel2Graph) [list source [file join $dir Grapher.tcl]]
set auto_index(XGraph2nMRel) [list source [file join $dir Grapher.tcl]]
set auto_index(YGraph2nMRel) [list source [file join $dir Grapher.tcl]]
set auto_index(XYAxis) [list source [file join $dir Grapher.tcl]]
set auto_index(GetGraphWorld) [list source [file join $dir Grapher.tcl]]
set auto_index(TickFormat) [list source [file join $dir Grapher.tcl]]
set auto_index(GraphInit) [list source [file join $dir Grapher.tcl]]
set auto_index(GrapherSelect) [list source [file join $dir Grapher.tcl]]
set auto_index(GrapherSelectMotion) [list source [file join $dir Grapher.tcl]]
set auto_index(GrapherMoveCoor) [list source [file join $dir Grapher.tcl]]
set auto_index(GrapherSelectRelease) [list source [file join $dir Grapher.tcl]]
set auto_index(GrapherKeyBindings) [list source [file join $dir Grapher.tcl]]
set auto_index(BlinkingRectangle) [list source [file join $dir Grapher.tcl]]
set auto_index(defaultEditor) [list source [file join $dir edit.tcl]]
set auto_index(defaultEditor_cancel) [list source [file join $dir edit.tcl]]
set auto_index(defaultEditor_close) [list source [file join $dir edit.tcl]]
set auto_index(defaultEditor_done) [list source [file join $dir edit.tcl]]
set auto_index(defaultEditor_save) [list source [file join $dir edit.tcl]]
set auto_index(defaultEditor_saveAs) [list source [file join $dir edit.tcl]]
set auto_index(PropC95Cmd) [list source [file join $dir propC95.tcl]]
set auto_index(NEWK_Init) [list source [file join $dir propC95.tcl]]
set auto_index(NEWK_RadioButCmd) [list source [file join $dir propC95.tcl]]
set auto_index(NEWK_IS_ISHF_ISP) [list source [file join $dir propC95.tcl]]
set auto_index(NEWK_IS_Can) [list source [file join $dir propC95.tcl]]
set auto_index(NEWK_Can) [list source [file join $dir propC95.tcl]]
set auto_index(NEWK_OK) [list source [file join $dir propC95.tcl]]
set auto_index(SelBandIntv) [list source [file join $dir propC95.tcl]]
set auto_index(SelEnerIntv) [list source [file join $dir propC95.tcl]]
set auto_index(DOSS_Init) [list source [file join $dir propC95.tcl]]
set auto_index(DOSS_InitCan) [list source [file join $dir propC95.tcl]]
set auto_index(DOSS_Init2) [list source [file join $dir propC95.tcl]]
set auto_index(PDOSS_Init) [list source [file join $dir propC95.tcl]]
set auto_index(PDOSS_InitOK) [list source [file join $dir propC95.tcl]]
set auto_index(SelectSequence) [list source [file join $dir propC95.tcl]]
set auto_index(SelectItems) [list source [file join $dir propC95.tcl]]
set auto_index(SelectItemsOK) [list source [file join $dir propC95.tcl]]
set auto_index(DispC95Output) [list source [file join $dir propC95.tcl]]
set auto_index(DispC95Output_Hide) [list source [file join $dir propC95.tcl]]
set auto_index(find_package) [list source [file join $dir find_package.tcl]]
set auto_index(check_package) [list source [file join $dir find_package.tcl]]
set auto_index(find_package_imagemagick) [list source [file join $dir find_package.tcl]]
set auto_index(query_imagemagick) [list source [file join $dir find_package.tcl]]
set auto_index(find_package_gifsicle) [list source [file join $dir find_package.tcl]]
set auto_index(query_gifsicle) [list source [file join $dir find_package.tcl]]
set auto_index(find_package_whirlgif) [list source [file join $dir find_package.tcl]]
set auto_index(query_whirlgif) [list source [file join $dir find_package.tcl]]
set auto_index(find_package_mencoder) [list source [file join $dir find_package.tcl]]
set auto_index(query_mencoder) [list source [file join $dir find_package.tcl]]
set auto_index(find_package_ppmtompeg) [list source [file join $dir find_package.tcl]]
set auto_index(query_ppmtompeg) [list source [file join $dir find_package.tcl]]
set auto_index(find_package_babel) [list source [file join $dir find_package.tcl]]
set auto_index(query_babel) [list source [file join $dir find_package.tcl]]
set auto_index(find_package_xwd) [list source [file join $dir find_package.tcl]]
set auto_index(query_xwd) [list source [file join $dir find_package.tcl]]
set auto_index(funcLinear) [list source [file join $dir thermometer.tcl]]
set auto_index(funcLog) [list source [file join $dir thermometer.tcl]]
set auto_index(funcExp) [list source [file join $dir thermometer.tcl]]
set auto_index(funcSqrt) [list source [file join $dir thermometer.tcl]]
set auto_index(funcPow2) [list source [file join $dir thermometer.tcl]]
set auto_index(func3thRoot) [list source [file join $dir thermometer.tcl]]
set auto_index(funcPow3) [list source [file join $dir thermometer.tcl]]
set auto_index(funcExp2) [list source [file join $dir thermometer.tcl]]
set auto_index(funcSqrtLog) [list source [file join $dir thermometer.tcl]]
set auto_index(thermometerSetIntv) [list source [file join $dir thermometer.tcl]]
set auto_index(thermometerWidget) [list source [file join $dir thermometer.tcl]]
set auto_index(::scripting::scalarField3D::load) [list source [file join $dir scriptingScalarField3D.tcl]]
set auto_index(::scripting::scalarField3D::configure) [list source [file join $dir scriptingScalarField3D.tcl]]
set auto_index(::scripting::scalarField3D::render) [list source [file join $dir scriptingScalarField3D.tcl]]
set auto_index(UndoMenuMotion) [list source [file join $dir undoAdvGeom.tcl]]
set auto_index(Undo) [list source [file join $dir undoAdvGeom.tcl]]
set auto_index(GetUndoRedoList) [list source [file join $dir undoAdvGeom.tcl]]
set auto_index(Redo) [list source [file join $dir undoAdvGeom.tcl]]
set auto_index(GenCommUndoRedo) [list source [file join $dir undoAdvGeom.tcl]]
set auto_index(CreateUndoRedoMenu) [list source [file join $dir undoAdvGeom.tcl]]
set auto_index(ClearUndoRedoBuffer) [list source [file join $dir undoAdvGeom.tcl]]
set auto_index(NumCellDrawn) [list source [file join $dir modify.tcl]]
set auto_index(NumCellDrawnOK) [list source [file join $dir modify.tcl]]
set auto_index(NumCellDrawnCan) [list source [file join $dir modify.tcl]]
set auto_index(DiffIsoSurf_Widget) [list source [file join $dir difIsoSurf.tcl]]
set auto_index(DiffIsoSurf_LeftCmd) [list source [file join $dir difIsoSurf.tcl]]
set auto_index(DiffIsoSurf_RightCmd) [list source [file join $dir difIsoSurf.tcl]]
set auto_index(LoadAnotherUnit9) [list source [file join $dir difIsoSurf.tcl]]
set auto_index(DiffIsoSurf_WidgetOK) [list source [file join $dir difIsoSurf.tcl]]
set auto_index(C95Name2Com) [list source [file join $dir difIsoSurf.tcl]]
set auto_index(cxxAdvGeom.manualOption) [list source [file join $dir cxxAdvGeom.tcl]]
set auto_index(cxxAdvGeom.viewScript) [list source [file join $dir cxxAdvGeom.tcl]]
set auto_index(cxxAdvGeom.manualEdit) [list source [file join $dir cxxAdvGeom.tcl]]
set auto_index(cxxAdvGeom.testINPUT) [list source [file join $dir cxxAdvGeom.tcl]]
set auto_index(cxxHandleEXTPRT) [list source [file join $dir cxxAdvGeom.tcl]]
set auto_index(::scripting::atomicLabels::_loadDefaults) [list source [file join $dir scriptingAtomicLabels.tcl]]
set auto_index(::scripting::atomicLabels::global) [list source [file join $dir scriptingAtomicLabels.tcl]]
set auto_index(::scripting::atomicLabels::atomID) [list source [file join $dir scriptingAtomicLabels.tcl]]
set auto_index(::scripting::atomicLabels::atomType) [list source [file join $dir scriptingAtomicLabels.tcl]]
set auto_index(::scripting::atomicLabels::render) [list source [file join $dir scriptingAtomicLabels.tcl]]
set auto_index(::scripting::atomicLabels::_toggleValue) [list source [file join $dir scriptingAtomicLabels.tcl]]
set auto_index(::scripting::atomicLabels::_antiToggleValue) [list source [file join $dir scriptingAtomicLabels.tcl]]
set auto_index(::scripting::atomicLabels::clear) [list source [file join $dir scriptingAtomicLabels.tcl]]
set auto_index(::scripting::atomicLabels::_parseOptions) [list source [file join $dir scriptingAtomicLabels.tcl]]
set auto_index(::scripting::atomicLabels::_mapCustomValues) [list source [file join $dir scriptingAtomicLabels.tcl]]
set auto_index(::scripting::atomicLabels::_unknownOption) [list source [file join $dir scriptingAtomicLabels.tcl]]
set auto_index(::scripting::atomicLabels::_checkAtomID) [list source [file join $dir scriptingAtomicLabels.tcl]]
set auto_index(::scripting::atomicLabels::_getAtomicNumber) [list source [file join $dir scriptingAtomicLabels.tcl]]
set auto_index(BANDGraph) [list source [file join $dir band.tcl]]
set auto_index(Hbonds) [list source [file join $dir hbonds.tcl]]
set auto_index(HbondsSetting) [list source [file join $dir hbonds.tcl]]
set auto_index(HbondsSetting:update) [list source [file join $dir hbonds.tcl]]
set auto_index(_HbondsSetting:Init) [list source [file join $dir hbonds.tcl]]
set auto_index(ModAtomCol) [list source [file join $dir modAtomAtrib.tcl]]
set auto_index(AtomColBind) [list source [file join $dir modAtomAtrib.tcl]]
set auto_index(Color) [list source [file join $dir modAtomAtrib.tcl]]
set auto_index(AtomColSelect) [list source [file join $dir modAtomAtrib.tcl]]
set auto_index(AtomColLoad) [list source [file join $dir modAtomAtrib.tcl]]
set auto_index(AtomColOK) [list source [file join $dir modAtomAtrib.tcl]]
set auto_index(AtomColUpD) [list source [file join $dir modAtomAtrib.tcl]]
set auto_index(AtomColReset) [list source [file join $dir modAtomAtrib.tcl]]
set auto_index(ModAtomRad) [list source [file join $dir modAtomAtrib.tcl]]
set auto_index(AtRadUpdateConF) [list source [file join $dir modAtomAtrib.tcl]]
set auto_index(AtRadUpdateScale) [list source [file join $dir modAtomAtrib.tcl]]
set auto_index(AtRadUpD) [list source [file join $dir modAtomAtrib.tcl]]
set auto_index(AtRadLoad) [list source [file join $dir modAtomAtrib.tcl]]
set auto_index(AtRadReset) [list source [file join $dir modAtomAtrib.tcl]]
set auto_index(AtRadOK) [list source [file join $dir modAtomAtrib.tcl]]
set auto_index(AtomRadSelect) [list source [file join $dir modAtomAtrib.tcl]]
set auto_index(AtRadDef) [list source [file join $dir modAtomAtrib.tcl]]
set auto_index(AtRadClr) [list source [file join $dir modAtomAtrib.tcl]]
set auto_index(xcRegisterUnmapWindow) [list source [file join $dir unmapWin.tcl]]
set auto_index(xcUnmapWindow) [list source [file join $dir unmapWin.tcl]]
set auto_index(HideWin) [list source [file join $dir unmapWin.tcl]]
set auto_index(HowManyUnmapWin) [list source [file join $dir unmapWin.tcl]]
set auto_index(UnmapCleanAll) [list source [file join $dir unmapWin.tcl]]
set auto_index(openExtStruct) [list source [file join $dir openExtStruct.tcl]]
set auto_index(GetGengM3Arg) [list source [file join $dir gengeom.tcl]]
set auto_index(GenGeom) [list source [file join $dir gengeom.tcl]]
set auto_index(xsfLoadAttributes) [list source [file join $dir loadAttributes.tcl]]
set auto_index(defLoadAttributes) [list source [file join $dir loadAttributes.tcl]]
set auto_index(load_myParam) [list source [file join $dir loadAttributes.tcl]]
set auto_index(addOption) [list source [file join $dir addOption.tcl]]
set auto_index(addOption:parse) [list source [file join $dir addOption.tcl]]
set auto_index(addOption:register) [list source [file join $dir addOption.tcl]]
set auto_index(addOption:printCustomUsage) [list source [file join $dir addOption.tcl]]
set auto_index(addOption:hardcoded) [list source [file join $dir addOption.tcl]]
set auto_index(::scripting::makeMovie::init) [list source [file join $dir scriptingMakeMovie.tcl]]
set auto_index(::scripting::makeMovie::begin) [list source [file join $dir scriptingMakeMovie.tcl]]
set auto_index(::scripting::makeMovie::makeFrame) [list source [file join $dir scriptingMakeMovie.tcl]]
set auto_index(::scripting::makeMovie::end) [list source [file join $dir scriptingMakeMovie.tcl]]
set auto_index(AtomSubs) [list source [file join $dir advGeom2.tcl]]
set auto_index(SelAtomLabel) [list source [file join $dir advGeom2.tcl]]
set auto_index(LabelSel) [list source [file join $dir advGeom2.tcl]]
set auto_index(AtomRemo) [list source [file join $dir advGeom2.tcl]]
set auto_index(AtomLabOK) [list source [file join $dir advGeom2.tcl]]
set auto_index(AtomInse) [list source [file join $dir advGeom2.tcl]]
set auto_index(AddAtom) [list source [file join $dir advGeom2.tcl]]
set auto_index(AddAtomOKCan) [list source [file join $dir advGeom2.tcl]]
set auto_index(CellAdding) [list source [file join $dir advGeom2.tcl]]
set auto_index(SuperCell) [list source [file join $dir advGeom2.tcl]]
set auto_index(SuperCell_Show) [list source [file join $dir advGeom2.tcl]]
set auto_index(SuperCell_TestIt) [list source [file join $dir advGeom2.tcl]]
set auto_index(SuperCell_OK) [list source [file join $dir advGeom2.tcl]]
set auto_index(SuperCell_ValidEMatrix) [list source [file join $dir advGeom2.tcl]]
set auto_index(SuperCell_Run95) [list source [file join $dir advGeom2.tcl]]
set auto_index(AtomDisp) [list source [file join $dir advGeom2.tcl]]
set auto_index(Elastic) [list source [file join $dir advGeom2.tcl]]
set auto_index(Elastic_TestIt) [list source [file join $dir advGeom2.tcl]]
set auto_index(Elastic_OK) [list source [file join $dir advGeom2.tcl]]
set auto_index(Elastic_ValidEMatrix) [list source [file join $dir advGeom2.tcl]]
set auto_index(Elastic_Run95) [list source [file join $dir advGeom2.tcl]]
set auto_index(RotFrame) [list source [file join $dir advGeom2.tcl]]
set auto_index(RotFrame_TestIt) [list source [file join $dir advGeom2.tcl]]
set auto_index(RotFrame_OK) [list source [file join $dir advGeom2.tcl]]
set auto_index(RotFrame_Valid_IJK) [list source [file join $dir advGeom2.tcl]]
set auto_index(RotFrame_Run95) [list source [file join $dir advGeom2.tcl]]
set auto_index(check_package_awk) [list source [file join $dir check_package.tcl]]
set auto_index(check_package_terminal) [list source [file join $dir check_package.tcl]]
set auto_index(check_package_crystal) [list source [file join $dir check_package.tcl]]
set auto_index(CutSlab) [list source [file join $dir advGeom.tcl]]
set auto_index(CutSlabOK) [list source [file join $dir advGeom.tcl]]
set auto_index(Cancel) [list source [file join $dir advGeom.tcl]]
set auto_index(SelPlane) [list source [file join $dir advGeom.tcl]]
set auto_index(CutCluster) [list source [file join $dir advGeom.tcl]]
set auto_index(SelClusCoor) [list source [file join $dir advGeom.tcl]]
set auto_index(CentreAtomCL) [list source [file join $dir advGeom.tcl]]
set auto_index(CentreHoleCL) [list source [file join $dir advGeom.tcl]]
set auto_index(CutClusOK) [list source [file join $dir advGeom.tcl]]
set auto_index(CutCLInput1) [list source [file join $dir advGeom.tcl]]
set auto_index(NeighAnal) [list source [file join $dir advGeom.tcl]]
set auto_index(NeighAnalOK) [list source [file join $dir advGeom.tcl]]
set auto_index(NeighAnalCan) [list source [file join $dir advGeom.tcl]]
set auto_index(CoorNum) [list source [file join $dir advGeom.tcl]]
set auto_index(NCoorOK) [list source [file join $dir advGeom.tcl]]
set auto_index(GetCoorNum) [list source [file join $dir advGeom.tcl]]
set auto_index(CoorNumOK) [list source [file join $dir advGeom.tcl]]
set auto_index(CoorNumCan) [list source [file join $dir advGeom.tcl]]
set auto_index(SetNMO) [list source [file join $dir advGeom.tcl]]
set auto_index(DispFirstRun) [list source [file join $dir advGeom.tcl]]
set auto_index(ClusInfo) [list source [file join $dir advGeom.tcl]]
set auto_index(ViewCluster) [list source [file join $dir advGeom.tcl]]
set auto_index(How2BordMod) [list source [file join $dir advGeom.tcl]]
set auto_index(BordModSeq) [list source [file join $dir advGeom.tcl]]
set auto_index(BordMod) [list source [file join $dir advGeom.tcl]]
set auto_index(NBordM) [list source [file join $dir advGeom.tcl]]
set auto_index(BordModOK) [list source [file join $dir advGeom.tcl]]
set auto_index(xcRenderCluster) [list source [file join $dir advGeom.tcl]]
set auto_index(bxsfOpenMenu) [list source [file join $dir bxsfOpen.tcl]]
set auto_index(PseudoDensity) [list source [file join $dir pseudoDen.tcl]]
set auto_index(PseudoDenDefaults) [list source [file join $dir pseudoDen.tcl]]
set auto_index(PseudoDenGenNew) [list source [file join $dir pseudoDen.tcl]]
set auto_index(PseudoDenConfigWid) [list source [file join $dir pseudoDen.tcl]]
set auto_index(PseudoDenNoteBook) [list source [file join $dir pseudoDen.tcl]]
set auto_index(PseudoDenUpdate) [list source [file join $dir pseudoDen.tcl]]
set auto_index(PseudoDen:_xc_molsurf) [list source [file join $dir pseudoDen.tcl]]
set auto_index(PseudoDenUpdateSurf) [list source [file join $dir pseudoDen.tcl]]
set auto_index(PseudoDenChangeCol) [list source [file join $dir pseudoDen.tcl]]
set auto_index(SetIsoSurfArray) [list source [file join $dir setIsosurfArray.tcl]]
set auto_index(wnKPath) [list source [file join $dir wnKPath.tcl]]
set auto_index(popupMenu) [list source [file join $dir popupMenu.tcl]]
set auto_index(popupMenu:popup) [list source [file join $dir popupMenu.tcl]]
set auto_index(xcPlace) [list source [file join $dir auxil.tcl]]
set auto_index(Nat2Aname) [list source [file join $dir auxil.tcl]]
set auto_index(Aname2Nat) [list source [file join $dir auxil.tcl]]
set auto_index(AnameExt2Nat) [list source [file join $dir auxil.tcl]]
set auto_index(AtomNames) [list source [file join $dir auxil.tcl]]
set auto_index(exit_pr) [list source [file join $dir auxil.tcl]]
set auto_index(clean_exit) [list source [file join $dir auxil.tcl]]
set auto_index(ModifyFontSize) [list source [file join $dir auxil.tcl]]
set auto_index(ModifyFont) [list source [file join $dir auxil.tcl]]
set auto_index(SetFont) [list source [file join $dir auxil.tcl]]
set auto_index(GetFontAtribute) [list source [file join $dir auxil.tcl]]
set auto_index(xcTkFontName2XLFD) [list source [file join $dir auxil.tcl]]
set auto_index(AlwaysOnTopON) [list source [file join $dir auxil.tcl]]
set auto_index(xcRaiseRegister) [list source [file join $dir auxil.tcl]]
set auto_index(xcRaise) [list source [file join $dir auxil.tcl]]
set auto_index(AlwaysOnTopOFF) [list source [file join $dir auxil.tcl]]
set auto_index(CancelProc) [list source [file join $dir auxil.tcl]]
set auto_index(DestroyWid) [list source [file join $dir auxil.tcl]]
set auto_index(winGeom) [list source [file join $dir auxil.tcl]]
set auto_index(GetDimGroup) [list source [file join $dir auxil.tcl]]
set auto_index(GenGeomDisplay) [list source [file join $dir auxil.tcl]]
set auto_index(Bohr2Angs) [list source [file join $dir auxil.tcl]]
set auto_index(Angs2Bohr) [list source [file join $dir auxil.tcl]]
set auto_index(WidgetName) [list source [file join $dir auxil.tcl]]
set auto_index(GetWidgetConfig) [list source [file join $dir auxil.tcl]]
set auto_index(FileHead) [list source [file join $dir auxil.tcl]]
set auto_index(FilePossix) [list source [file join $dir auxil.tcl]]
set auto_index(DummyProc) [list source [file join $dir auxil.tcl]]
set auto_index(IsEqual) [list source [file join $dir auxil.tcl]]
set auto_index(IsLEQ) [list source [file join $dir auxil.tcl]]
set auto_index(xcPause) [list source [file join $dir auxil.tcl]]
set auto_index(rgb_h2d) [list source [file join $dir auxil.tcl]]
set auto_index(rgb_h2f) [list source [file join $dir auxil.tcl]]
set auto_index(rgb_f2h) [list source [file join $dir auxil.tcl]]
set auto_index(rgb_f2d) [list source [file join $dir auxil.tcl]]
set auto_index(rgb_ac_f2h) [list source [file join $dir auxil.tcl]]
set auto_index(rgb_d2f) [list source [file join $dir auxil.tcl]]
set auto_index(h2df) [list source [file join $dir auxil.tcl]]
set auto_index(d2h) [list source [file join $dir auxil.tcl]]
set auto_index(d2f) [list source [file join $dir auxil.tcl]]
set auto_index(xcOnPower) [list source [file join $dir auxil.tcl]]
set auto_index(SetWatchCursor) [list source [file join $dir auxil.tcl]]
set auto_index(CursorUpdate) [list source [file join $dir auxil.tcl]]
set auto_index(ResetCursor) [list source [file join $dir auxil.tcl]]
set auto_index(xcSwapBuffers) [list source [file join $dir auxil.tcl]]
set auto_index(FtnName) [list source [file join $dir auxil.tcl]]
set auto_index(capitalize) [list source [file join $dir auxil.tcl]]
set auto_index(filehead) [list source [file join $dir auxil.tcl]]
set auto_index(WriteFile) [list source [file join $dir auxil.tcl]]
set auto_index(ReadFile) [list source [file join $dir auxil.tcl]]
set auto_index(GetAbsoluteFileName) [list source [file join $dir auxil.tcl]]
set auto_index(GetFracCoor) [list source [file join $dir auxil.tcl]]
set auto_index(coorToUnit) [list source [file join $dir auxil.tcl]]
set auto_index(xcDebug) [list source [file join $dir auxil.tcl]]
set auto_index(xcEditFile) [list source [file join $dir auxil.tcl]]
set auto_index(xcDeleteAllChildren) [list source [file join $dir auxil.tcl]]
set auto_index(gunzipFile) [list source [file join $dir auxil.tcl]]
set auto_index(destroyWelcome) [list source [file join $dir auxil.tcl]]
set auto_index(ErrorDialogInfo) [list source [file join $dir auxil.tcl]]
set auto_index(xcCatchExec) [list source [file join $dir auxil.tcl]]
set auto_index(xcCatchExecRedirectStdErr) [list source [file join $dir auxil.tcl]]
set auto_index(xcCatchExecReturn) [list source [file join $dir auxil.tcl]]
set auto_index(xcCatchExecReturnRedirectStdErr) [list source [file join $dir auxil.tcl]]
set auto_index(ErrorDialog) [list source [file join $dir auxil.tcl]]
set auto_index(WarningDialog) [list source [file join $dir auxil.tcl]]
set auto_index(ErrorIn) [list source [file join $dir auxil.tcl]]
set auto_index(xcSkipEmptyLines) [list source [file join $dir auxil.tcl]]
set auto_index(xcCatchEval) [list source [file join $dir auxil.tcl]]
set auto_index(repeat) [list source [file join $dir auxil.tcl]]
set auto_index(wait) [list source [file join $dir auxil.tcl]]
set auto_index(positiveInteger) [list source [file join $dir auxil.tcl]]
set auto_index(nonnegativeInteger) [list source [file join $dir auxil.tcl]]
set auto_index(rgba) [list source [file join $dir auxil.tcl]]
set auto_index(allowedValue) [list source [file join $dir auxil.tcl]]
set auto_index(destroyWelcomeWindow) [list source [file join $dir auxil.tcl]]
set auto_index(xcTempFile) [list source [file join $dir auxil.tcl]]
set auto_index(evalInScratch) [list source [file join $dir auxil.tcl]]
set auto_index(evalInDir) [list source [file join $dir auxil.tcl]]
set auto_index(evalInPWD) [list source [file join $dir auxil.tcl]]
set auto_index(putsFlush) [list source [file join $dir auxil.tcl]]
set auto_index(fileCopy) [list source [file join $dir auxil.tcl]]
set auto_index(lineRead) [list source [file join $dir auxil.tcl]]
set auto_index(getAllDescendantWid) [list source [file join $dir auxil.tcl]]
set auto_index(getAllDescendantWid_) [list source [file join $dir auxil.tcl]]
set auto_index(ifset) [list source [file join $dir auxil.tcl]]
set auto_index(::scripting::scalarField2D::load) [list source [file join $dir scriptingScalarField2D.tcl]]
set auto_index(::scripting::scalarField2D::configure) [list source [file join $dir scriptingScalarField2D.tcl]]
set auto_index(::scripting::scalarField2D::render) [list source [file join $dir scriptingScalarField2D.tcl]]
set auto_index(RunAndGetC95Output) [list source [file join $dir runC95.tcl]]
set auto_index(RunC95) [list source [file join $dir runC95.tcl]]
set auto_index(C95FileEvent) [list source [file join $dir runC95.tcl]]
set auto_index(C95Error) [list source [file join $dir runC95.tcl]]
set auto_index(RunC95_advGeom) [list source [file join $dir runC95.tcl]]
set auto_index(SetXC_Iso) [list source [file join $dir isoStuff.tcl]]
set auto_index(MakeIsoData) [list source [file join $dir isoStuff.tcl]]
set auto_index(GetCrystalVec) [list source [file join $dir isoStuff.tcl]]
set auto_index(GetCageVecOrig) [list source [file join $dir isoStuff.tcl]]
set auto_index(GetNPY) [list source [file join $dir isoStuff.tcl]]
set auto_index(GetNumberOfPoints) [list source [file join $dir isoStuff.tcl]]
set auto_index(IsoCalc) [list source [file join $dir isoStuff.tcl]]
set auto_index(kPath) [list source [file join $dir kPath.tcl]]
set auto_index(kPath_XCrySDen) [list source [file join $dir kPath.tcl]]
set auto_index(kPath_PWscf) [list source [file join $dir kPath.tcl]]
set auto_index(ViewMol) [list source [file join $dir Viewer.tcl]]
set auto_index(exit_viewer) [list source [file join $dir Viewer.tcl]]
set auto_index(scrollControlToolboxCmd) [list source [file join $dir Viewer.tcl]]
set auto_index(ResizeGlobWin) [list source [file join $dir Viewer.tcl]]
set auto_index(PlaceGlobWin) [list source [file join $dir Viewer.tcl]]
set auto_index(ViewMolFrame1) [list source [file join $dir Viewer.tcl]]
set auto_index(ViewMolFrame2) [list source [file join $dir Viewer.tcl]]
set auto_index(Rotate) [list source [file join $dir Viewer.tcl]]
set auto_index(Transl) [list source [file join $dir Viewer.tcl]]
set auto_index(Viewer:_clickAndClick) [list source [file join $dir Viewer.tcl]]
set auto_index(MouseZoom) [list source [file join $dir Viewer.tcl]]
set auto_index(MouseZoomBrelease) [list source [file join $dir Viewer.tcl]]
set auto_index(MouseWheelZoom) [list source [file join $dir Viewer.tcl]]
set auto_index(WindowsMouseWheel) [list source [file join $dir Viewer.tcl]]
set auto_index(RelB1) [list source [file join $dir Viewer.tcl]]
set auto_index(MainGeom) [list source [file join $dir Viewer.tcl]]
set auto_index(maximizeDisplay) [list source [file join $dir Viewer.tcl]]
set auto_index(maximizeDisplay:popupMenu) [list source [file join $dir Viewer.tcl]]
set auto_index(Style3D) [list source [file join $dir Viewer.tcl]]
set auto_index(bindCB) [list source [file join $dir Viewer.tcl]]
set auto_index(Viewer:rotZoomButtonMode) [list source [file join $dir Viewer.tcl]]
set auto_index(SetWignerSeitzInit) [list source [file join $dir wigner.tcl]]
set auto_index(SetWignerSeitz) [list source [file join $dir wigner.tcl]]
set auto_index(SetWignerSeitz_Radio) [list source [file join $dir wigner.tcl]]
set auto_index(SetWignerSeitz_BindCan) [list source [file join $dir wigner.tcl]]
set auto_index(SetWignerSeitz_OK) [list source [file join $dir wigner.tcl]]
set auto_index(SetWignerSeitz_Cancel) [list source [file join $dir wigner.tcl]]
set auto_index(WignerSeitz) [list source [file join $dir wigner.tcl]]
set auto_index(WignerSeitzInit) [list source [file join $dir wigner.tcl]]
set auto_index(xcPrintCanvas) [list source [file join $dir printCanvas.tcl]]
set auto_index(xcPrintDrawPaper) [list source [file join $dir printCanvas.tcl]]
set auto_index(xcPrintDrawPic) [list source [file join $dir printCanvas.tcl]]
set auto_index(xcPrintPaperFormat) [list source [file join $dir printCanvas.tcl]]
set auto_index(xcPrintOrient) [list source [file join $dir printCanvas.tcl]]
set auto_index(xcPrintPrintTo) [list source [file join $dir printCanvas.tcl]]
set auto_index(xcPrintSetSize) [list source [file join $dir printCanvas.tcl]]
set auto_index(xcPrintPix2MM) [list source [file join $dir printCanvas.tcl]]
set auto_index(xcPrintMM2Pix) [list source [file join $dir printCanvas.tcl]]
set auto_index(xcPrintBBox) [list source [file join $dir printCanvas.tcl]]
set auto_index(xcPrintFilename) [list source [file join $dir printCanvas.tcl]]
set auto_index(MovieMaker) [list source [file join $dir movieMaker.tcl]]
set auto_index(movieMaker_frame) [list source [file join $dir movieMaker.tcl]]
set auto_index(movieMaker_end) [list source [file join $dir movieMaker.tcl]]
set auto_index(movieMaker_manual) [list source [file join $dir movieMaker.tcl]]
set auto_index(movieMaker_realTimeCapture) [list source [file join $dir movieMaker.tcl]]
set auto_index(movieMaker_everySnapshot) [list source [file join $dir movieMaker.tcl]]
set auto_index(movieMaker_mode_) [list source [file join $dir movieMaker.tcl]]
set auto_index(movieMaker_destroy_manualWidgets_) [list source [file join $dir movieMaker.tcl]]
set auto_index(movieMaker_recording_) [list source [file join $dir movieMaker.tcl]]
set auto_index(movieMaker_clear) [list source [file join $dir movieMaker.tcl]]
set auto_index(movieMaker_close) [list source [file join $dir movieMaker.tcl]]