Lines Matching defs:idx
503 int idx;
549 if ((idx = find_gbl_prop(prop_name)) == -1) {
598 if (idx != OPT_SEC) {
675 for (idx = 0; idx < nseen_sec; idx++) {
676 sec = sec_order[idx];
762 int idx, sec, ret;
779 idx = find_gbl_prop(propname);
780 if (idx < 0)
783 idx == OPT_CHARSET_MAP ? "share.nfs.charset" : "share.nfs",
816 for (idx = 0; idx < nseen_sec; idx++) {
817 sec = sec_order[idx];
819 idx > 0 ? ":" : "", sec_flavors[sec]);