Searched defs:USED (Results 1 – 4 of 4) sorted by relevance
33 #define USED(x) if(x); else in dial() macro
44 #define USED(x) /* in plan 9, USED(x) tells the compiler to treat x as used */ macro
95 #define USED(x) (void)(x) macro
52 #define USED(x) if(x);else macro