File indexing completed on 2025-02-21 10:05:32
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018 Extern bool exe_verbose;
0019 Extern bool timing;
0020
0021
0022 Extern int math_error;
0023
0024
0025
0026 Extern Segment cut_call_stack[ MAX_CUTS ];
0027 Extern int cut_index_stack[ MAX_CUTS ];
0028 Extern UInt32 cut_opc_stack[ MAX_CUTS ];
0029 Extern int cut_call_sp;
0030
0031
0032
0033
0034 Extern Segment cut_segment[ MAX_CUTS ];
0035 Extern DataType cut_type[ MAX_CUTS ];
0036 Extern bool cut_has_shape[ MAX_CUTS ];
0037
0038 Extern CutGraf *cut_data[ MAX_CUTS ];
0039
0040 Extern bool cut_valid[ MAX_CUTS ];
0041 Extern int cut_size[ MAX_CUTS ];
0042 Extern int cut_bsize[ MAX_CUTS ];
0043 Extern void *cut_value[ MAX_CUTS ];
0044
0045
0046
0047
0048 typedef struct _ref_cwn_ {
0049 Int32 *p;
0050 Int32 *p_cs;
0051
0052 Float32 *p_rwn;
0053
0054 unsigned int step;
0055 int isize;
0056 bool varDim;
0057 int var_base;
0058 int var_index;
0059 String name;
0060 } RefCWN;
0061
0062 Extern int CWNCount;
0063 Extern RefCWN *CWNBlock;
0064
0065
0066
0067
0068 Extern Mask *MaskList[MAX_MASKS];
0069 Extern int nmasks;
0070
0071
0072
0073
0074 Extern long stat_opc;
0075 Extern long stat_event;
0076 Extern long stat_selected;
0077