Searched refs:CASEEQ (Results 1 – 1 of 1) sorted by relevance
/external/bison/lib/ |
D | c-strcaseeq.h | 34 # define CASEEQ(other,upper) \ macro 37 # define CASEEQ(other,upper) \ macro 40 # define CASEEQ(other,upper) \ macro 53 if (CASEEQ (s1[8], s28)) in strcaseeq8() 67 if (CASEEQ (s1[7], s27)) in strcaseeq7() 81 if (CASEEQ (s1[6], s26)) in strcaseeq6() 95 if (CASEEQ (s1[5], s25)) in strcaseeq5() 109 if (CASEEQ (s1[4], s24)) in strcaseeq4() 123 if (CASEEQ (s1[3], s23)) in strcaseeq3() 137 if (CASEEQ (s1[2], s22)) in strcaseeq2() [all …]
|