Lines Matching refs:index
73 int index;
85 index = 0;
87 if (sp->s_topFree == NOSTR && (STRINGSIZE << index) >= s)
91 index++;
96 index = sp - &stringdope[0];
97 sp->s_topFree = (char *) calloc(STRINGSIZE << index,
101 index);
105 sp->s_nleft = STRINGSIZE << index;
162 register int index;
167 index = 0;
172 sp->s_nleft = STRINGSIZE << index;
173 index++;