Searched refs:S_CURSOR (Results 1 – 1 of 1) sorted by relevance
4921 #define S_CURSOR 6 macro4923 #define V_CURSOR(x) ((x) << S_CURSOR)4924 #define G_CURSOR(x) (((x) >> S_CURSOR) & M_CURSOR)