Lines Matching defs:ndx
227 int ndx;
228 for (ndx = 0; options[ndx].name != NULL; ndx++) {
229 if (unsupported_flags & options[ndx].flag) {
230 unsupported_flags &= ~options[ndx].flag;
232 options[ndx].name, params->machine->name);
464 int ndx;
469 for (ndx = 0; options[ndx].name != 0; ndx++) {
470 fprintf(stderr, "%s%s", pfx, options[ndx].name);
471 switch (options[ndx].type) {
484 if ((ndx % 5) == 4)