Searched defs:COMPARE (Results 1 – 4 of 4) sorted by relevance
95 #define COMPARE(A, B) (* hcompar)((A), (B)) macro98 #define COMPARE(A, B) strcmp((A), (B)) macro
86 # define COMPARE(A, B) (* hcompar)((A), (B)) macro89 # define COMPARE(A, B) strcmp((A), (B)) macro
77 #define COMPARE 0x8 macro
289 #define COMPARE(cmp, rhs) ((((s_lforth_t)TOS) cmp((s_lforth_t)(rhs))) ? \ macro