Searched refs:STREQ (Results 1 – 1 of 1) sorted by relevance
30 #define STREQ(__x__, __y__) (strcmp((__x__), (__y__)) == 0) macro31 #define OPEQ(__y__) STREQ(op, __y__)