/titanic_41/usr/src/ucbcmd/expr/ |
H A D | expr.y | 76 | 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 D | macro.c | 72 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 D | arith.c | 113 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 D | lex.c | 96 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 D | Makefile.com | 69 sh/arith.o \
|
H A D | Makefile.demo | 85 tests/arith.sh \
|
/titanic_41/usr/src/cmd/expr/ |
H A D | expr.c | 246 *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 D | Makefile.solaris.defs | 79 # -Wpointer-arith -Wundef
|
H A D | configure.ac | 124 CPPFLAGS="$CPPFLAGS -Wpointer-arith"
|
H A D | config.status.solaris | 533 s,@CPPFLAGS@, -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-…
|
H A D | ChangeLog | 4136 * configure.in (CPPFLAGS): Added -Wshadow, -Wpointer-arith and
|
/titanic_41/usr/src/cmd/awk/ |
H A D | awk.h | 340 extern Cell *arith(Node **, int);
|
H A D | run.c | 972 arith(Node **a, int n) in arith() function
|
/titanic_41/usr/src/lib/libshell/common/ |
H A D | DESIGN | 109 2. arith.c contains callback functions for the streval.c
|
/titanic_41/usr/src/cmd/vgrind/ |
H A D | vgrindefs.src | 105 :kw=DRETURN DRIVER arith break case character default define do\
|
/titanic_41/usr/src/cmd/oawk/ |
H A D | run.c | 593 arith(NODE **a, int n) in arith() function
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | source-demo-system.mf | 113 file path=usr/demo/ksh/tests/arith.sh
|
/titanic_41/usr/src/cmd/sendmail/cf/m4/ |
H A D | proto.m4 | 197 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} $)
|