Home | History | Annotate | Download | only in mail

Lines Matching refs:idx

80 	int idx;
85 idx = 0;
87 if (sp->s_topFree == NULL && (STRINGSIZE << idx) >= s)
91 idx++;
96 idx = (int)(sp - &stringdope[0]);
97 sp->s_topFree = malloc(STRINGSIZE << idx);
99 errx(EXIT_FAILURE, "No room for space %d", idx);
101 sp->s_nleft = STRINGSIZE << idx;
130 int idx;
134 idx = 0;
139 sp->s_nleft = STRINGSIZE << idx;
140 idx++;