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

/ast/src/cmd/ksh93/include/
H A Dstreval.h82 short emode; member in struct:lval
103 short emode; member in struct:_arith_
/ast/src/cmd/ksh93/sh/
H A Dstreval.c79 int emode; member in struct:vars
169 node.emode = ep->emode;
178 arith_error(e_recursive,ep->expr,ep->emode);
192 arith_error(e_incompatible,ep->expr,ep->emode);
236 node.emode |= ARITH_ASSIGNOP;
250 if(node.emode&ARITH_ASSIGNOP)
254 node.emode &= ~ARITH_ASSIGNOP;
257 arith_error(node.value,ptr,ep->emode);
349 arith_error(e_divzero,ep->expr,ep->emode);
900 arith_compile(Shell_t *shp,const char *string,char **last,Sfdouble_t(*fun)(const char**,struct lval*,int,Sfdouble_t),int emode) argument
954 strval(Shell_t *shp,const char *s,char **end,Sfdouble_t(*conv)(const char**,struct lval*,int,Sfdouble_t),int emode) argument
[all...]

Completed in 9 milliseconds