Lines Matching refs:idx
313 int idx, fd = 1;
324 idx = 0;
328 key->range[2*idx] = (unsigned)strtol(temp, &temp, 10);
330 key->range[(2*idx)+1] = (unsigned)strtol(temp+1, &temp, 10);
338 if (*temp==',' && !idx++) {
358 if (idx && flag==FLAG_b) flag = FLAG_bb;
385 for (jdx=0, idx=1; idx<TT.linecount; idx++) {
386 if (!compare_keys(&TT.lines[jdx], &TT.lines[idx]))
387 free(TT.lines[idx]);
388 else TT.lines[++jdx] = TT.lines[idx];
398 for (idx = 0; idx<TT.linecount; idx++) {
399 char *s = TT.lines[idx];