Home
last modified time | relevance | path

Searched defs:DEBUG_GOTO (Results 1 – 1 of 1) sorted by relevance

/titanic_53/usr/src/contrib/ast/src/lib/libast/include/
H A Ddebug.h58 #define DEBUG_GOTO(label) do { debug_fatal(__FILE__, __LINE__); goto label; } while(0) macro
81 #define DEBUG_GOTO(label) goto label macro