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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_ident.c67 } else if (isp->dis_optargs >= 0) {
68 mismatch = (argc < isp->dis_optargs || argc > isp->dis_argc);
79 isp->dis_optargs >= 0 ? "at least " : "",
80 isp->dis_optargs >= 0 ? isp->dis_optargs : arglimit);
122 isp->dis_optargs = -1;
221 isp->dis_optargs = -1;
287 if (isp->dis_optargs == -1)
288 isp->dis_optargs = i;
292 } else if (isp->dis_optargs !
[all...]
H A Ddt_ident.h51 int dis_optargs; /* argument index of start of optargs (or -1) */ member in struct:dt_idsig

Completed in 45 milliseconds