Searched refs:dis_optargs (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.c74 } else if (isp->dis_optargs >= 0) {
75 mismatch = (argc < isp->dis_optargs || argc > isp->dis_argc);
86 isp->dis_optargs >= 0 ? "at least " : "",
87 isp->dis_optargs >= 0 ? isp->dis_optargs : arglimit);
129 isp->dis_optargs = -1;
225 isp->dis_optargs = -1;
291 if (isp->dis_optargs == -1)
292 isp->dis_optargs = i;
296 } else if (isp->dis_optargs !
[all...]
H A Ddt_ident.h49 int dis_optargs; /* argument index of start of optargs (or -1) */ member in struct:dt_idsig

Completed in 60 milliseconds