Searched refs:XValue (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dbeos_x11.h15 #define XValue 0x0001 macro
H A Dbeos_x11.cpp143 mask |= XValue;
171 if (mask & XValue)
H A DglutInit.cpp195 if (XValue & flags) {
/xsrc/external/mit/libX11/dist/src/
H A DParseGeom.c125 mask |= XValue;
153 if (mask & XValue)
H A DWMGeom.c131 if (umask & XValue) {
134 } else if (dmask & XValue) {
H A DGeom.c80 if (pmask & XValue)
/xsrc/external/mit/ctwm/dist/
H A Dxparsegeometry.c40 if(mask & XValue) {
H A Dparse_be.c906 int exmask = (XValue | YValue); // Bits we need in the mask
2099 if(!(xpgret & XValue)) {
H A Dfunctions_win_moveresize.c1249 if(mask & XValue) {
H A Dworkspace_manager.c355 if(mask & XValue) {
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dwin32_x11.c362 mask |= XValue;
390 if (mask & XValue)
H A Dglut_init.c315 if (XValue & flags) {
H A Dwin32_x11.h146 #define XValue 0x0001 macro
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DDisplay.c140 if (!(xnestUserGeometry & XValue))
H A DScreen.c373 if (xnestUserGeometry & XValue || xnestUserGeometry & YValue)
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DDisplay.c161 if (!(xnestUserGeometry & XValue))
H A DScreen.c374 if (xnestUserGeometry & XValue || xnestUserGeometry & YValue)
/xsrc/external/mit/libX11/dist/include/X11/
H A DXutil.h69 #define XValue 0x0001 macro
/xsrc/external/mit/xmh/dist/
H A Dutil.c254 if (gbits & XValue)
/xsrc/external/mit/xmag/dist/
H A Dxmag.c777 if (XValue & srcStat && YValue &srcStat) {
1206 if (!(XValue & srcStat && YValue & srcStat))
/xsrc/external/mit/xterm/dist/
H A DTekproc.c1511 if ((pr & XValue) && (pr & XNegative)) {
1531 if ((XValue & pr) || (YValue & pr)) {
H A Dcharproc.c12347 if ((pr & XValue) && (XNegative & pr)) {
12376 if ((XValue & pr) || (YValue & pr)) {
/xsrc/external/mit/xwud/dist/
H A Dxwud.c617 hints.flags = ((gbits & (XValue|YValue)) ? USPosition : 0) |
626 if ((gbits & XValue) && (gbits & XNegative))
/xsrc/external/mit/xev/dist/
H A Dxev.c1081 if ((geom_result & XValue) && (geom_result & YValue)) {
/xsrc/external/mit/libXt/dist/src/
H A DShell.c1836 if (flag & XValue)
1870 if ((flag & (XValue | YValue)) == (XValue | YValue))

Completed in 43 milliseconds