Searched refs:dis_optargs (Results 1 – 2 of 2) sorted by relevance
65 } else if (isp->dis_optargs >= 0) { in dt_idcook_sign()66 mismatch = (argc < isp->dis_optargs || argc > isp->dis_argc); in dt_idcook_sign()77 isp->dis_optargs >= 0 ? "at least " : "", in dt_idcook_sign()78 isp->dis_optargs >= 0 ? isp->dis_optargs : arglimit); in dt_idcook_sign()120 isp->dis_optargs = -1; in dt_idcook_assc()215 isp->dis_optargs = -1; in dt_idcook_func()281 if (isp->dis_optargs == -1) in dt_idcook_func()282 isp->dis_optargs = i; in dt_idcook_func()286 } else if (isp->dis_optargs != -1) { in dt_idcook_func()289 isp->dis_optargs + 1); in dt_idcook_func()
49 int dis_optargs; /* argument index of start of optargs (or -1) */ member