Searched refs:RSP_VAR (Results 1 – 1 of 1) sorted by relevance
51 #define RSP_VAR 100 macro52 #define RSP_ZSAU (RSP_VAR + VAR_ZSAU)53 #define RSP_ZDLE (RSP_VAR + VAR_ZDLE)54 #define RSP_ZCTP (RSP_VAR + VAR_ZCTP)56 #define RSP_STR (RSP_VAR + VAR_NUM)1584 if (ev->type >= RSP_VAR && ev->type < RSP_VAR + VAR_NUM) { in process_event()1585 index = ev->type - RSP_VAR; in process_event()