Searched defs:edgeType (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Form.c161 static XtEdgeType edgeType; local
168 edgeType = XtChainLeft;
169 done(&edgeType, XtEdgeType);
172 edgeType = XtChainRight;
173 done(&edgeType, XtEdgeType);
176 edgeType = XtChainTop;
177 done(&edgeType, XtEdgeType);
180 edgeType = XtChainBottom;
181 done(&edgeType, XtEdgeType);
184 edgeType
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DForm.c178 static XtEdgeType edgeType; local
185 if (q == XtQChainLeft) edgeType = XtChainLeft;
186 else if (q == XtQChainRight) edgeType = XtChainRight;
187 else if (q == XtQChainTop) edgeType = XtChainTop;
188 else if (q == XtQChainBottom) edgeType = XtChainBottom;
189 else if (q == XtQRubber) edgeType = XtRubber;
195 toVal->size = sizeof edgeType;
196 toVal->addr = (XPointer) &edgeType;

Completed in 15 milliseconds