Home
last modified time | relevance | path

Searched refs:DEBUG_RETURN (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Ddebug.h59 #define DEBUG_RETURN(x) do { debug_fatal(__FILE__, __LINE__); return(x); } while(0) macro
82 #define DEBUG_RETURN(x) return(x) macro
96 #define RETURN(x) DEBUG_RETURN(x)