Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:idx

1332   unsigned int idx = 0;
1387 if (idx == 0)
1390 definition[idx - 1] = '\0';
1403 if (idx + len + 1 > length)
1405 length = (idx + len) * 2;
1409 bcopy (line, &definition[idx], len);
1410 idx += len;
1412 definition[idx++] = '\n';
2856 register unsigned int idx = 0;
2881 if (idx == max - 1)
2887 dirs[idx++] = dir;
2906 dirs[idx++] = defdir;
2917 dirs[idx++] = default_include_directories[i];
2920 dirs[idx] = 0;
2926 for (i = 0; i < idx; ++i)