Searched defs:COMPARE (Results 1 – 6 of 6) sorted by relevance
95 #define COMPARE(A, B) (* hcompar)((A), (B)) macro 98 #define COMPARE(A, B) strcmp((A), (B)) macro
86 # define COMPARE(A, B) (* hcompar)((A), (B)) macro 89 # define COMPARE(A, B) strcmp((A), (B)) macro
169 #define COMPARE \ in validate() macro
123 #define COMPARE \ in validate() macro
77 #define COMPARE 0x8 macro
289 #define COMPARE(cmp, rhs) ((((s_lforth_t)TOS) cmp((s_lforth_t)(rhs))) ? \ macro [all...]