Searched refs:XK_ISO_Continuous_Underline (Results 1 – 2 of 2) sorted by relevance
368 #define XK_ISO_Continuous_Underline 0xFE30 macro
295 if (!strcmp(s, "ISO_Continuous_Underline")) return XK_ISO_Continuous_Underline; in XStringToKeysym()1656 if (k == XK_ISO_Continuous_Underline) return "ISO_Continuous_Underline"; in XKeysymToString()