OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dd_attr
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_decl.c
49
(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
& DT_DA_PAREN)
[
all
...]
dt_decl.h
47
ushort_t
dd_attr
; /* attributes (DT_DA_* flags) */
member in struct:dt_decl
dt_grammar.y
787
lparen: DT_TOK_LPAR { dt_decl_top()->
dd_attr
|= DT_DA_PAREN; }
Completed in 73 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026