Searched refs:DO_ALL (Results 1 – 2 of 2) sorted by relevance
65 #define DO_ALL (-1) macro96 int key = DO_ALL; in ChangeKbdFeedback()172 if (key == DO_ALL) in ChangeKbdFeedback()178 if (key == DO_ALL) in ChangeKbdFeedback()184 if (key == DO_ALL) in ChangeKbdFeedback()
1982 #define DO_ALL (-1) in DoChangeKeyboardControl() macro1985 int led = DO_ALL; in DoChangeKeyboardControl()1986 int key = DO_ALL; in DoChangeKeyboardControl()2057 if (led == DO_ALL) in DoChangeKeyboardControl()2063 if (led == DO_ALL) in DoChangeKeyboardControl()2074 XkbSetIndicators(keybd, ((led == DO_ALL) ? ~0L : (1L << (led - 1))), in DoChangeKeyboardControl()2095 if (key != DO_ALL) in DoChangeKeyboardControl()2098 if (key == DO_ALL) in DoChangeKeyboardControl()2104 if (key == DO_ALL) in DoChangeKeyboardControl()2110 if (key == DO_ALL) in DoChangeKeyboardControl()[all …]