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

/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/
H A DMakefile.inc18 -Wpointer-arith -Wshadow -Wwrite-strings \
/illumos-gate/usr/src/boot/sys/boot/arm/at91/
H A DMakefile.inc18 -Wpointer-arith -Wshadow -Wwrite-strings \
/illumos-gate/usr/src/ucbcmd/expr/
H A Dexpr.y76 | expr ADD expr = { $$ = arith(ADD, $1, $3); }
77 | expr SUBT expr = { $$ = arith(SUBT, $1, $3); }
78 | expr MULT expr = { $$ = arith(MULT, $1, $3); }
79 | expr DIV expr = { $$ = arith(DIV, $1, $3); }
80 | expr REM expr = { $$ = arith(REM, $1, $3); }
172 char *arith(oper, r1, r2) char *r1, *r2;
/illumos-gate/usr/src/lib/libshell/common/sh/
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...]
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)
/illumos-gate/usr/src/lib/libshell/
H A DMakefile.com69 sh/arith.o \
/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/boot/sys/boot/i386/boot2/
H A DMakefile38 -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings \
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h340 extern Cell *arith(Node **, int);
H A Drun.c972 arith(Node **a, int n) function
/illumos-gate/usr/src/cmd/oawk/
H A Drun.c593 arith(NODE **a, int n) function
/illumos-gate/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 117 milliseconds