Lines Matching defs:no_id
533 update_setids(CFGFILE *cfg, int *no_id, int highest)
559 for (setid = 0; no_id[setid]; setid++) {
563 (void) sprintf(key, "sndr.set%d.options", no_id[setid]);
568 pair_list[no_id[setid] - 1].setid = atoi(buf);
682 int *no_id;
706 no_id = (int *)calloc(numsets + 1, sizeof (int));
707 if (!no_id)
772 no_id[j++] = setnumber;
794 (void) update_setids(cfg, no_id, highest);
797 free(no_id);