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

/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_decl.c49 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG))) {
55 (ddp->dd_attr & (DT_DA_SHORT | DT_DA_LONG | DT_DA_LONGLONG |
62 (ddp->dd_attr & (DT_DA_SIGNED | DT_DA_UNSIGNED))) {
68 (ddp->dd_attr & (DT_DA_LONG | DT_DA_LONGLONG))) {
86 ddp->dd_attr = 0;
269 ddp->dd_attr = attr;
273 if (attr == DT_DA_LONG && (ddp->dd_attr & DT_DA_LONG)) {
274 ddp->dd_attr &= ~DT_DA_LONG;
278 ddp->dd_attr |= attr;
441 while (pdp->dd_next != NULL && !(pdp->dd_next->dd_attr
[all...]
H A Ddt_decl.h47 ushort_t dd_attr; /* attributes (DT_DA_* flags) */ member in struct:dt_decl
H A Ddt_grammar.y787 lparen: DT_TOK_LPAR { dt_decl_top()->dd_attr |= DT_DA_PAREN; }

Completed in 107 milliseconds