HomeSort by: relevance | last modified time | path
    Searched defs:Ring (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xf86-video-qxl/dist/src/
spiceqxl_main_loop.c 39 /* From ring.h */
40 typedef struct Ring RingItem;
41 typedef struct Ring {
44 } Ring;
46 static inline void ring_init(Ring *ring)
48 ring->next = ring->prev = ring;
61 static inline int ring_is_empty(Ring *ring
    [all...]
  /xsrc/external/mit/twm/dist/src/
screen.h 91 TwmWindow *Ring; /* one of the windows in window ring */
92 TwmWindow *RingLeader; /* current window in ring */
178 name_list *WindowRingL; /* windows in ring */
  /xsrc/external/mit/ctwm/dist/
screen.h 296 TwmWindow *Ring; ///< One of the windows in the Screen's ring
297 TwmWindow *RingLeader; ///< Current window in ring
653 /// WindowRing config var (list). Windows to put in warp ring.
657 /// WindowRingExclude config var. Windows to exclude from warp ring.

Completed in 13 milliseconds