Home
last modified time | relevance | path

Searched refs:OMostCopy (Results 1 – 1 of 1) sorted by relevance

/src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/struct/
H A Dtst.StructInside.d69 struct OuterMost OMostCopy; variable
100 OMostCopy = OMost;
116 /(0 != OMostCopy.dummy_More) || (1 != OMostCopy.OMore.dummy_More) ||
117 (2 != OMostCopy.OMore.O.dummy_More) ||
118 (3 != OMostCopy.OMore.O.I.dummy_More) ||
119 (4 != OMostCopy.OMore.O.I.IMore.dummy_More) ||
120 (5 != OMostCopy.OMore.O.I.IMore.IMost.position) ||
121 ('e' != OMostCopy.OMore.O.I.IMore.IMost.content)/