Home
last modified time | relevance | path

Searched refs:arith (Results 1 – 18 of 18) sorted by relevance

/titanic_41/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; in arith() function
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dmacro.c72 char arith; /* set for ((...)) */ member
157 mp->arith = (mode==3); in sh_mactrim()
173 copyto(mp,0,mp->arith); in sh_mactrim()
212 mp->arith = ((flag&ARG_ARITH)!=0); in sh_macexpand()
217 mp->arrayok = mp->arith || (flag&ARG_ARRAYOK); in sh_macexpand()
235 copyto(mp,0,mp->arith); in sh_macexpand()
272 mp->split = mp->assign = mp->pattern = mp->patfound = mp->lit = mp->arith = mp->let = 0; in sh_machere()
617 if(mp->lit || mp->arith) in copyto()
620 if(mp->arith) in copyto()
650 if(mp->arith || (((mp->assign&1) || endch==RBRACT) && in copyto()
[all …]
H A Darith.c113 static Sfdouble_t arith(const char **ptr, struct lval *lvalue, int type, Sfdouble_t n) in arith() function
372 d = strval(str,&last,arith,mode); in sh_strnum()
392 ep = arith_compile(str,(char**)&ptr,arith,ARITH_COMP|1); in sh_arithcomp()
H A Dlex.c96 char arith; member
335 lp->lexd.arith = (lp->lexd.nest==1); in sh_lex()
778 if(oldmode(lp)==ST_NONE && lp->lexd.arith) /* in ((...)) */ in sh_lex()
845 if(lp->lexd.warn && c==LBRACT && !lp->lex.intest && !lp->lexd.arith && oldmode(lp)!= ST_NESTED) in sh_lex()
/titanic_41/usr/src/lib/libshell/
H A DMakefile.com69 sh/arith.o \
H A DMakefile.demo85 tests/arith.sh \
/titanic_41/usr/src/cmd/expr/
H A Dexpr.c246 *arith(oper, r1, r2) char *r1, *r2; in arith() function
572 r1 = arith(op1, r1, expres(pri[op1-OR], 0)); in expres()
/titanic_41/usr/src/grub/grub-0.97/
H A DMakefile.solaris.defs79 # -Wpointer-arith -Wundef
H A Dconfigure.ac124 CPPFLAGS="$CPPFLAGS -Wpointer-arith"
H A Dconfig.status.solaris533 s,@CPPFLAGS@, -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-…
H A DChangeLog4136 * configure.in (CPPFLAGS): Added -Wshadow, -Wpointer-arith and
/titanic_41/usr/src/cmd/awk/
H A Dawk.h340 extern Cell *arith(Node **, int);
H A Drun.c972 arith(Node **a, int n) in arith() function
/titanic_41/usr/src/lib/libshell/common/
H A DDESIGN109 2. arith.c contains callback functions for the streval.c
/titanic_41/usr/src/cmd/vgrind/
H A Dvgrindefs.src105 :kw=DRETURN DRIVER arith break case character default define do\
/titanic_41/usr/src/cmd/oawk/
H A Drun.c593 arith(NODE **a, int n) in arith() function
/titanic_41/usr/src/pkg/manifests/
H A Dsource-demo-system.mf113 file path=usr/demo/ksh/tests/arith.sh
/titanic_41/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m4197 Karith arith')
2819 R<$*><REQ:$-> <$*> $- $: <$1> <$2:$4> <$3> $(arith l $@ $4 $@ $2 $)
2886 R$-:$- $: $(arith l $@ $1 $@ $2 $) : $1 : $2
2975 R<$+> $: <$1> $| $(arith l $@ $1 $@ $&{client_rate} $)
2997 R<$+> $: <$1> $| $(arith l $@ $1 $@ $&{client_connections} $)