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

1234567891011>>

/xsrc/external/mit/twm/dist/src/
H A Dcursor.c47 {"X_cursor", XC_X_cursor, None},
48 {"arrow", XC_arrow, None},
49 {"based_arrow_down", XC_based_arrow_down, None},
50 {"based_arrow_up", XC_based_arrow_up, None},
51 {"boat", XC_boat, None},
52 {"bogosity", XC_bogosity, None},
53 {"bottom_left_corner", XC_bottom_left_corner, None},
54 {"bottom_right_corner", XC_bottom_right_corner, None},
55 {"bottom_side", XC_bottom_side, None},
56 {"bottom_tee", XC_bottom_tee, None},
[all...]
/xsrc/external/mit/ctwm/dist/
H A Dcursor.c38 {"X_cursor", XC_X_cursor, None},
39 {"arrow", XC_arrow, None},
40 {"based_arrow_down", XC_based_arrow_down, None},
41 {"based_arrow_up", XC_based_arrow_up, None},
42 {"boat", XC_boat, None},
43 {"bogosity", XC_bogosity, None},
44 {"bottom_left_corner", XC_bottom_left_corner, None},
45 {"bottom_right_corner", XC_bottom_right_corner, None},
46 {"bottom_side", XC_bottom_side, None},
47 {"bottom_tee", XC_bottom_tee, None},
[all...]
H A Dimage_bitmap.c88 return None;
107 return None;
115 if(pm == None && Scr->IconDirectory && bigname[0] != '/') {
124 pm = None;
128 if((pm == None) && reportfilenotfound) {
148 if(bm == None) {
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_cursor.c26 {XC_arrow, None}, /* GLUT_CURSOR_RIGHT_ARROW */
27 {XC_top_left_arrow, None}, /* GLUT_CURSOR_LEFT_ARROW */
28 {XC_hand1, None}, /* GLUT_CURSOR_INFO */
29 {XC_pirate, None}, /* GLUT_CURSOR_DESTROY */
30 {XC_question_arrow, None}, /* GLUT_CURSOR_HELP */
31 {XC_exchange, None}, /* GLUT_CURSOR_CYCLE */
32 {XC_spraycan, None}, /* GLUT_CURSOR_SPRAY */
33 {XC_watch, None}, /* GLUT_CURSOR_WAIT */
34 {XC_xterm, None}, /* GLUT_CURSOR_TEXT */
35 {XC_crosshair, None}, /* GLUT_CURSOR_CROSSHAI
[all...]
H A Dglut_warp.c18 XWarpPointer(__glutDisplay, None, __glutCurrentWindow->win,
/xsrc/external/mit/libX11/dist/src/
H A DCursor.c45 if (dpy->cursor_font == None) {
47 if (dpy->cursor_font == None) return None;
H A DGetSOwner.c41 if (_XReply(dpy, (xReply *)&rep, 0, xTrue) == 0) rep.owner = None;
H A DUndefCurs.c38 unsigned long defcurs = None;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinclipboardwrappers.c319 WindowPtr pWindow = None;
321 static Window s_iOwners[CLIP_NUM_SELECTIONS] = {None};
337 s_iOwners[i] = None;
349 if (None != stuff->window)
359 /* Now we either have a valid window or None */
365 if (None == stuff->window
366 && None != s_iOwners[CLIP_OWN_PRIMARY])
374 if (None != s_iOwners[CLIP_OWN_CLIPBOARD])
377 g_atomLastOwnedSelection = None;
380 /* Save new selection owner or None */
[all...]
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_glx.c45 glXMakeCurrent(glamor_ctx->display, None, None);
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-type-util.h108 struct None {}; struct in namespace:testing::internal
720 // will appear as Types<int, None, None, ..., None> in the compiler
728 template <typename T1 = internal::None, typename T2 = internal::None,
729 typename T3 = internal::None, typename T4 = internal::None,
730 typename T5 = internal::None, typename T6 = internal::None,
[all...]
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-type-util.h112 struct None {}; struct in namespace:testing::internal
724 // will appear as Types<int, None, None, ..., None> in the compiler
732 template <typename T1 = internal::None, typename T2 = internal::None,
733 typename T3 = internal::None, typename T4 = internal::None,
734 typename T5 = internal::None, typename T6 = internal::None,
[all...]
/xsrc/external/mit/transset/dist/
H A Dclientwin.c27 static Atom atom_wm_state = None;
40 type_ret = None;
48 return (type_ret != None) ? True : False;
71 * The first matching window is returned, None if no match is found.
82 return None;
84 return None;
87 win = None;
90 children[i] = None; /* Don't bother descending into this one */
103 if (children[i] == None)
106 if (win != None)
[all...]
/xsrc/external/mit/xwd/dist/
H A Dclientwin.c27 static Atom atom_wm_state = None;
40 type_ret = None;
48 return (type_ret != None) ? True : False;
71 * The first matching window is returned, None if no match is found.
82 return None;
84 return None;
87 win = None;
90 children[i] = None; /* Don't bother descending into this one */
103 if (children[i] == None)
106 if (win != None)
[all...]
/xsrc/external/mit/xprop/dist/
H A Dclientwin.c27 static Atom atom_wm_state = None;
40 type_ret = None;
48 return (type_ret != None) ? True : False;
71 * The first matching window is returned, None if no match is found.
82 return None;
84 return None;
87 win = None;
90 children[i] = None; /* Don't bother descending into this one */
103 if (children[i] == None)
106 if (win != None)
[all...]
/xsrc/external/mit/libXfont/dist/include/X11/fonts/
H A Dfontmisc.h46 #ifndef None
47 #define None 0l macro
/xsrc/external/mit/libXfont2/dist/include/X11/fonts/
H A Dfontmisc.h46 #ifndef None
47 #define None 0l macro
/xsrc/external/mit/bdftopcf/dist/
H A Dfontmisc.h46 #ifndef None
47 #define None 0l macro
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DddxBeep.c141 name= None;
155 if (name==None) name= ledOn;
160 if (name==None) name= ledOff;
173 if (name==None) name= featureOn;
187 if (name==None) name= featureOff;
206 if (name==None) name= ledChange;
208 if (name==None) name= featureChange;
220 if (name==None) name= slowWarn;
233 if (name==None) name= slowPress;
235 if (name==None) nam
[all...]
/xsrc/external/mit/xorg-server/dist/xkb/
H A DddxBeep.c141 name = None;
155 if (name == None)
161 if (name == None)
175 if (name == None)
190 if (name == None)
211 if (name == None)
214 if (name == None)
227 if (name == None)
241 if (name == None)
244 if (name == None)
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.core.grammar.json3291 "version" : "None"
3305 "version" : "None"
3320 "version" : "None"
3335 "version" : "None"
4112 "version" : "None"
4125 "version" : "None"
4138 "version" : "None"
4153 "version" : "None"
4168 "version" : "None"
4183 "version" : "None"
[all...]
/xsrc/external/mit/libXmu/dist/src/
H A DCrPixFBit.c62 if (pixmap != None) {
78 pixmap = None;
H A DDelCmap.c59 (s->colormap != None) &&
62 else if (s->killid != None)
/xsrc/external/mit/libxkbfile/dist/src/
H A Dxkbbells.c89 if (_xkbStdBellAtoms[bellDef] == None)
100 if (_xkbStdBellAtoms[bellDef] == None)
/xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
H A DMESA_agp_offset.spec42 None
46 None
54 None
58 None
79 None. This is a client side-only extension.
88 None

Completed in 90 milliseconds

1234567891011>>