Searched refs:newCtrls (Results 1 – 1 of 1) sorted by relevance
6898 CARD32 newFlags, newCtrls, extraLength; in ProcXkbSetDebuggingFlags() local6911 newCtrls = xkbDebugCtrls & (~stuff->affectCtrls); in ProcXkbSetDebuggingFlags()6912 newCtrls |= (stuff->ctrls & stuff->affectCtrls); in ProcXkbSetDebuggingFlags()6916 if (newCtrls != xkbDebugCtrls) in ProcXkbSetDebuggingFlags()6918 (long) newCtrls); in ProcXkbSetDebuggingFlags()6939 xkbDebugCtrls = newCtrls; in ProcXkbSetDebuggingFlags()6946 .currentCtrls = newCtrls, in ProcXkbSetDebuggingFlags()