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

/ast/src/cmd/ksh93/sh/
H A Dstreval.c129 static void arith_error(const char *message,const char *expr, int mode) function
178 arith_error(e_recursive,ep->expr,ep->emode);
192 arith_error(e_incompatible,ep->expr,ep->emode);
257 arith_error(node.value,ptr,ep->emode);
349 arith_error(e_divzero,ep->expr,ep->emode);
362 arith_error(e_divzero,ep->expr,ep->emode);

Completed in 8 milliseconds