Searched refs:XtCWQueryOnly (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libXt/dist/src/
H A DGeometry.c127 ((request->request_mode & XtCWQueryOnly)) ?
284 req.changeMask |= (request->request_mode & XtCWQueryOnly);
286 if (!(req.changeMask & XtCWQueryOnly) && XtIsRealized(widget)) {
299 if (req.changeMask & XtCWQueryOnly) {
346 (req.changeMask & XtCWQueryOnly) || !XtIsRealized(widget)) {
378 if (req.changeMask & XtCWQueryOnly) {
H A DShell.c1922 my_request.request_mode = (request->request_mode & XtCWQueryOnly);
1946 if (!(request->request_mode & XtCWQueryOnly)) {
/xsrc/external/mit/libXaw/dist/src/
H A DPorthole.c320 if (!(req->request_mode & XtCWQueryOnly)) {
H A DForm.c499 request.request_mode |= XtCWQueryOnly;
816 if ((request->request_mode & (unsigned)~(XtCWQueryOnly | CWWidth | CWHeight))
857 if (request->request_mode & XtCWQueryOnly) {
H A DPaned.c530 request.request_mode |= XtCWQueryOnly;
1688 if ((mask & XtCWQueryOnly) || almost) {
H A DViewport.c921 if (request->request_mode & XtCWQueryOnly)
H A DSimpleMenu.c726 if (mode & XtCWQueryOnly) { /* Actually perform the layout */
/xsrc/external/mit/libXt/dist/include/X11/
H A DIntrinsic.h239 #define XtCWQueryOnly (1 << 7) macro

Completed in 19 milliseconds