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

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c1519 int assc, idkind; local
1565 * array (assc). We then expect to match either DT_IDENT_ARRAY
1568 assc = ddp->dd_kind == CTF_K_ARRAY &&
1571 idkind = assc ? DT_IDENT_ARRAY : DT_IDENT_SCALAR;
1588 if (assc) {
1610 } else if (idp != NULL && assc) {
1686 _dtrace_defattr, 0, assc ? &dt_idops_assc :
1702 if (assc) {

Completed in 78 milliseconds