MCDUPM ;WASH/DCB-DUPLICATION FINDER ;4/30/96 08:39
Source file <MCDUPM.m>
| Name | Comments | DBIA/ICR reference |
|---|---|---|
| START | ;
|
|
| MAIN2(IEN) | ;The 2nd half of main
|
|
| DUP(FILE,ID) | ;Main Routine
|
|
| ID(FILE) | ;loads the Identifiers from the ID node
|
|
| POINTER(FILE,POINT) | ;load the pointers from th PT node
|
|
| INIT(FILE,ID) | ; Builds a global with all of the indefitiers
|
|
| LOAD(FILE,NAME,ID) | ;Loads the array.
|
|
| MOVE(FILE,FILEN,REC,COUNT) | ;Get the Identifiers from the file
|
|
| FINDDUPS(FILE,ID) | ; Finds Duplications and store them in a temp global
|
|
| BUILD(TEMP,FILEN) | ; Move the duplication in a single global
|
|
| TABLE(FILE,ID) | ; Takes the temp array and builds a table for repointing
|
|
| FILE | ;;File#
|
| Name | Line Occurrences |
|---|---|
| Function Call: WRITE |
|
| Function Call: WRITE |
|
| Function Call: WRITE |
|