Home
last modified time | relevance | path

Searched defs:arith (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Darith.c220 static Sfdouble_t arith(const char **ptr, struct lval *lvalue, int type, Sfdouble_t n) in arith() function
H A Dmacro.c82 char arith; /* set for ((...)) */ member
1588 int arith = mp->arith; in varsub() local
H A Dlex.c101 char arith; member
/illumos-gate/usr/src/ucbcmd/expr/
H A Dexpr.y168 char *arith(int oper, char *r1, char *r2) in arith() function
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c241 arith(int oper, char *r1, char *r2) in arith() function
/illumos-gate/usr/src/cmd/oawk/
H A Drun.c593 arith(NODE **a, int n) in arith() function
/illumos-gate/usr/src/cmd/awk/
H A Drun.c1153 arith(Node **a, int n) /* a[0] + a[1], etc. also -a[0] */ in arith() function