Searched defs:arith (Results 1 – 10 of 10) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | arith.c | 113 static Sfdouble_t arith(const char **ptr, struct lval *lvalue, int type, Sfdouble_t n) in arith() function
|
H A D | macro.c | 72 char arith; /* set for ((...)) */ member 1479 int arith = mp->arith; in varsub() local
|
H A D | lex.c | 96 char arith; member
|
/titanic_51/usr/src/ucbcmd/expr/ |
H A D | expr.y | 172 char *arith(oper, r1, r2) char *r1, *r2; in arith() function
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | arith.c | 220 static Sfdouble_t arith(const char **ptr, struct lval *lvalue, int type, Sfdouble_t n) in arith() function
|
H A D | macro.c | 82 char arith; /* set for ((...)) */ member 1588 int arith = mp->arith; varsub() local [all...] |
H A D | lex.c | 101 char arith; member
|
/titanic_51/usr/src/cmd/expr/ |
H A D | expr.c | 246 *arith(oper, r1, r2) char *r1, *r2; in arith() function
|
/titanic_51/usr/src/cmd/oawk/ |
H A D | run.c | 593 arith(NODE **a, int n) in arith() function
|
/titanic_51/usr/src/cmd/awk/ |
H A D | run.c | 972 arith(Node **a, int n) in arith() function
|