Searched refs:arraysize (Results 1 – 1 of 1) sorted by relevance
3054 int arraysize; /* Size of the "types" array */ local3062 arraysize = lemp->nsymbol * 2;3063 types = (char**)malloc( arraysize * sizeof(char*) );3064 for(i=0; i<arraysize; i++) types[i] = 0;3092 sp->dtnum = arraysize+1;3110 hash = (hash & 0x7fffffff)%arraysize;3117 if( hash>=arraysize ) hash = 0;3139 for(i=0; i<arraysize; i++){