Searched refs:z_error (Results 1 – 3 of 3) sorted by relevance
286 extern void z_error OF((char *m));287 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
150 z_error(char *m) in z_error() function
1270 z_error("invalid match"); in check_match()