Searched refs:REP_MAX (Results 1 – 4 of 4) sorted by relevance
964 #define REP_MAX 0x01 macro965 #define REP_CNT (REP_MAX+1)
1047 static const char *repeats[REP_MAX + 1] = {
331 if (code <= REP_MAX && value >= 0 && dev->rep[code] != value) { in input_get_disposition()