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

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Darith.c113 static Sfdouble_t arith(const char **ptr, struct lval *lvalue, int type, Sfdouble_t n) function
372 d = strval(str,&last,arith,mode);
392 ep = arith_compile(str,(char**)&ptr,arith,ARITH_COMP|1);
H A Dlex.c96 char arith; member in struct:lexdata
335 lp->lexd.arith = (lp->lexd.nest==1);
778 if(oldmode(lp)==ST_NONE && lp->lexd.arith) /* in ((...)) */
845 if(lp->lexd.warn && c==LBRACT && !lp->lex.intest && !lp->lexd.arith && oldmode(lp)!= ST_NESTED)
H A Dmacro.c72 char arith; /* set for ((...)) */ member in struct:_mac_
157 mp->arith = (mode==3);
173 copyto(mp,0,mp->arith);
212 mp->arith = ((flag&ARG_ARITH)!=0);
217 mp->arrayok = mp->arith || (flag&ARG_ARRAYOK);
235 copyto(mp,0,mp->arith);
272 mp->split = mp->assign = mp->pattern = mp->patfound = mp->lit = mp->arith = mp->let = 0;
617 if(mp->lit || mp->arith)
620 if(mp->arith)
650 if(mp->arith || (((m
1479 int arith = mp->arith; local
[all...]
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c246 *arith(oper, r1, r2) char *r1, *r2; function
572 r1 = arith(op1, r1, expres(pri[op1-OR], 0));
/illumos-gate/usr/src/cmd/oawk/
H A Drun.c593 arith(NODE **a, int n) function
/illumos-gate/usr/src/cmd/awk/
H A Drun.c972 arith(Node **a, int n) function

Completed in 58 milliseconds