Searched refs:dis_optargs (Results 1 – 2 of 2) sorted by relevance
74 } else if (isp->dis_optargs >= 0) { in dt_idcook_sign()75 mismatch = (argc < isp->dis_optargs || argc > isp->dis_argc); in dt_idcook_sign()86 isp->dis_optargs >= 0 ? "at least " : "", in dt_idcook_sign()87 isp->dis_optargs >= 0 ? isp->dis_optargs : arglimit); in dt_idcook_sign()129 isp->dis_optargs = -1; in dt_idcook_assc()227 isp->dis_optargs = -1; in dt_idcook_func()293 if (isp->dis_optargs == -1) in dt_idcook_func()294 isp->dis_optargs = i; in dt_idcook_func()298 } else if (isp->dis_optargs != -1) { in dt_idcook_func()301 isp->dis_optargs + 1); in dt_idcook_func()
49 int dis_optargs; /* argument index of start of optargs (or -1) */ member