Home
last modified time | relevance | path

Searched refs:arith_error (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dstreval.c129 static void arith_error(const char *message,const char *expr, int mode) in arith_error() function
178 arith_error(e_recursive,ep->expr,ep->emode); in arith_exec()
192 arith_error(e_incompatible,ep->expr,ep->emode); in arith_exec()
258 arith_error(node.value,ptr,ep->emode); in arith_exec()
351 arith_error(e_divzero,ep->expr,ep->emode); in arith_exec()
364 arith_error(e_divzero,ep->expr,ep->emode); in arith_exec()