Searched refs:arith (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dmacro.c80 char arith; /* set for ((...)) */ member in struct:_mac_
165 mp->arith = (mode==3);
181 copyto(mp,0,mp->arith);
220 mp->arith = ((flag&ARG_ARITH)!=0);
225 mp->arrayok = mp->arith || (flag&ARG_ARRAYOK);
244 copyto(mp,0,mp->arith);
281 mp->split = mp->assign = mp->pattern = mp->patfound = mp->lit = mp->arith = mp->let = 0;
668 if(mp->lit || mp->arith)
671 if(mp->arith)
701 if(mp->arith || (((m
1574 int arith = mp->arith; local
[all...]
H A Darith.c190 static Sfdouble_t arith(const char **ptr, struct lval *lvalue, int type, Sfdouble_t n) function
496 d = strval(shp,str,&last,arith,mode);
516 ep = arith_compile(shp,str,(char**)&ptr,arith,ARITH_COMP|1);
H A Dlex.c100 char arith; member in struct:lexdata
345 lp->lexd.arith = (lp->lexd.nest==1);
817 if(oldmode(lp)==ST_NONE && lp->lexd.arith) /* in ((...)) */
884 if(lp->lexd.warn && c==LBRACT && !lp->lex.intest && !lp->lexd.arith && oldmode(lp)!= ST_NESTED)
/osnet-11/usr/src/lib/libshell/
H A DMakefile.com70 sh/arith.o \
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfig.status.solaris533 s,@CPPFLAGS@, -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-functions=1 -Wundef,;t t

Completed in 31 milliseconds