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

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dstreval.c127 static void arith_error(const char *message,const char *expr, int mode) function
170 arith_error(e_recursive,ep->expr,ep->emode);
184 arith_error(e_incompatible,ep->expr,ep->emode);
239 arith_error(node.value,ptr,ep->emode);
310 arith_error(e_divzero,ep->expr,ep->emode);
323 arith_error(e_divzero,ep->expr,ep->emode);

Completed in 46 milliseconds