Searched defs:IS_TRUE (Results 1 – 2 of 2) sorted by relevance
38 #define IS_TRUE(x) ((x == "1") || (x == "true")) macro
42 #define IS_TRUE(a) \ macro