HomeSort by: relevance | last modified time | path
    Searched refs:XValue (Results 1 - 25 of 25) sorted by relevancy

  /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
beos_x11.h 15 #define XValue 0x0001
beos_x11.cpp 143 mask |= XValue;
171 if (mask & XValue)
glutInit.cpp 195 if (XValue & flags) {
  /xsrc/external/mit/libX11/dist/src/
ParseGeom.c 125 mask |= XValue;
153 if (mask & XValue)
WMGeom.c 131 if (umask & XValue) {
134 } else if (dmask & XValue) {
Geom.c 80 if (pmask & XValue)
  /xsrc/external/mit/ctwm/dist/
xparsegeometry.c 40 if(mask & XValue) {
parse_be.c 906 int exmask = (XValue | YValue); // Bits we need in the mask
2099 if(!(xpgret & XValue)) {
functions_win_moveresize.c 1249 if(mask & XValue) {
workspace_manager.c 355 if(mask & XValue) {
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
win32_x11.c 362 mask |= XValue;
390 if (mask & XValue)
glut_init.c 315 if (XValue & flags) {
win32_x11.h 146 #define XValue 0x0001
  /xsrc/external/mit/xorg-server/dist/hw/xnest/
Display.c 161 if (!(xnestUserGeometry & XValue))
Screen.c 374 if (xnestUserGeometry & XValue || xnestUserGeometry & YValue)
  /xsrc/external/mit/xorg-server.old/dist/hw/xnest/
Display.c 140 if (!(xnestUserGeometry & XValue))
Screen.c 373 if (xnestUserGeometry & XValue || xnestUserGeometry & YValue)
  /xsrc/external/mit/libX11/dist/include/X11/
Xutil.h 69 #define XValue 0x0001
  /xsrc/external/mit/xmh/dist/
util.c 254 if (gbits & XValue)
  /xsrc/external/mit/xmag/dist/
xmag.c 777 if (XValue & srcStat && YValue &srcStat) {
1206 if (!(XValue & srcStat && YValue & srcStat))
  /xsrc/external/mit/xterm/dist/
Tekproc.c 1511 if ((pr & XValue) && (pr & XNegative)) {
1531 if ((XValue & pr) || (YValue & pr)) {
charproc.c 12347 if ((pr & XValue) && (XNegative & pr)) {
12376 if ((XValue & pr) || (YValue & pr)) {
  /xsrc/external/mit/xwud/dist/
xwud.c 617 hints.flags = ((gbits & (XValue|YValue)) ? USPosition : 0) |
626 if ((gbits & XValue) && (gbits & XNegative))
  /xsrc/external/mit/xev/dist/
xev.c 1081 if ((geom_result & XValue) && (geom_result & YValue)) {
  /xsrc/external/mit/libXt/dist/src/
Shell.c 1836 if (flag & XValue)
1870 if ((flag & (XValue | YValue)) == (XValue | YValue))

Completed in 27 milliseconds