UntokenTablePtr
UntokenTable structure
#include <Script.h>
typedef struct UntokenTable { Size Offset Description
short len; 2 0
short lastToken; 2 2 pointer into original Source
short index[256]; 512 4 length of text in original source
typedef UntokenTable *UntokenTablePtr;
typedef UntokenTable **UntokenTableHandle;