Searched refs:XkbOptionsUsed (Results 1 – 1 of 1) sorted by relevance
104 static char *XkbOptionsUsed = NULL; variable155 len += (XkbOptionsUsed ? strlen(XkbOptionsUsed) : 0); in XkbWriteRulesProp()194 if (XkbOptionsUsed) { in XkbWriteRulesProp()195 strcpy(&pval[out], XkbOptionsUsed); in XkbWriteRulesProp()196 out += strlen(XkbOptionsUsed); in XkbWriteRulesProp()235 free(XkbOptionsUsed); in XkbSetRulesUsed()236 XkbOptionsUsed = (rmlvo->options ? Xstrdup(rmlvo->options) : NULL); in XkbSetRulesUsed()279 free(XkbOptionsUsed); in XkbDeleteRulesUsed()280 XkbOptionsUsed = NULL; in XkbDeleteRulesUsed()310 DIFFERS(rmlvo->options, XkbOptionsUsed)) in XkbCompareUsedRMLVO()