Searched refs:z_error (Results 1 – 10 of 10) sorted by relevance
244 extern void z_error OF((char *m));245 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
122 void z_error (m) in z_error() function
1245 z_error("invalid match");
626 - use z_error only for DEBUG (avoid problem with DLLs)