Searched defs:Assert (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libz/
H A Dzutil.h245 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
252 # define Assert(cond,msg) macro
/ast/src/cmd/INIT/
H A Dratz.c785 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
792 # define Assert(cond,msg) macro
929 Assert(0, "zcfree: ptr not found");

Completed in 18 milliseconds