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

/ast/src/cmd/ksh93/sh/
H A Darith.c220 static Sfdouble_t arith(const char **ptr, struct lval *lvalue, int type, Sfdouble_t n) function
525 d = strval(shp,str,&last,arith,mode);
545 ep = arith_compile(shp,str,(char**)&ptr,arith,ARITH_COMP|1);
H A Dlex.c98 char arith; member in struct:lexdata
352 lp->lexd.arith = (lp->lexd.nest==1);
823 if(oldmode(lp)==ST_NONE && lp->lexd.arith) /* in ((...)) */
892 if(lp->lexd.warn && c==LBRACT && !lp->lex.intest && !lp->lexd.arith && oldmode(lp)!= ST_NESTED)
H A Dmacro.c82 char arith; /* set for ((...)) */ member in struct:_mac_
167 mp->arith = (mode==3);
183 copyto(mp,0,mp->arith);
222 mp->arith = ((flag&ARG_ARITH)!=0);
227 mp->arrayok = mp->arith || (flag&ARG_ARRAYOK);
246 copyto(mp,0,mp->arith);
283 mp->split = mp->assign = mp->pattern = mp->patfound = mp->lit = mp->arith = mp->let = 0;
676 if(mp->lit || mp->arith)
679 if(mp->arith)
709 if(mp->arith || (((m
1577 int arith = mp->arith; local
[all...]

Completed in 20 milliseconds