Lines Matching refs:N_index
73 static long *N_index = 0;
81 freemem(N_index,Index);
98 if(N_index = (long*) malloc(ALPHA*sizeof(long)))
102 memzero(N_index,ALPHA*sizeof(long));
105 free(N_index);
106 N_index = 0;
113 n_ind = N_index[i];
126 N_index[i] += 1;
130 freemem(N_index,Index);
131 N_index = 0;
143 n_ind = Alloced ? N_index[i] : -1;