Home | History | Annotate | Download | only in src

Lines Matching refs:idx

292 	int nwords, i, idx;
299 for (i = 0, idx = 0; toglob[i]; i++) {
307 toglob[idx++] = QCHAR;
309 toglob[idx] = toglob[i];
310 idx++;
314 toglob[idx] = '\0';