Searched refs:z_error (Results 1 – 4 of 4) sorted by relevance
238 extern void z_error OF((char *m));239 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
126 void z_error (m) in z_error() function
1073 z_error("invalid match");
535 - use z_error only for DEBUG (avoid problem with DLLs)