Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/struct/
H A Dtst.StructInside.d67 struct OuterMost OMostCopy; variable
98 OMostCopy = OMost;
114 /(0 != OMostCopy.dummy_More) || (1 != OMostCopy.OMore.dummy_More) ||
115 (2 != OMostCopy.OMore.O.dummy_More) ||
116 (3 != OMostCopy.OMore.O.I.dummy_More) ||
117 (4 != OMostCopy.OMore.O.I.IMore.dummy_More) ||
118 (5 != OMostCopy.OMore.O.I.IMore.IMost.position) ||
119 ('e' != OMostCopy.OMore.O.I.IMore.IMost.content)/