Searched defs:RINOK (Results 1 – 3 of 3) sorted by relevance
57 #define RINOK(x) { int __result__ = (x); if (__result__ != 0) return __result__; } macro
53 #define RINOK(x) { int __result__ = (x); if (__result__ != 0) return __result__; } macro