Lines Matching refs:emode
78 int emode; member
163 node.emode = ep->emode; in arith_exec()
170 arith_error(e_recursive,ep->expr,ep->emode); in arith_exec()
184 arith_error(e_incompatible,ep->expr,ep->emode); in arith_exec()
239 arith_error(node.value,ptr,ep->emode); in arith_exec()
310 arith_error(e_divzero,ep->expr,ep->emode); in arith_exec()
323 arith_error(e_divzero,ep->expr,ep->emode); in arith_exec()
758 lvalue.emode = vp->emode; in expr()
812 …onst char *string,char **last,Sfdouble_t(*fun)(const char**,struct lval*,int,Sfdouble_t),int emode) in arith_compile() argument
818 cur.emode = emode; in arith_compile()
821 cur.emode = emode; in arith_compile()
823 cur.errmsg.emode = emode; in arith_compile()
839 ep->emode = emode; in arith_compile()
860 …val(const char *s,char **end,Sfdouble_t(*conv)(const char**,struct lval*,int,Sfdouble_t),int emode) in strval() argument
868 ep = arith_compile(s,end,conv,emode); in strval()
869 ep->emode = emode; in strval()