Searched defs:MAP2 (Results 1 – 3 of 3) sorted by relevance
301 const struct MAP2 { struct302 KeySym ch0;303 unsigned sc;304 KeySym ch1;305 uint8 vk;306 bool operator()(const MAP2& m1, const MAP2& m2) const { in operator ()()
138 #define MAP2(x,y) MAP4(x, y, ZERO, ZERO) macro