Home
last modified time | relevance | path

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

/system/core/sh/
DAndroid.mk6 arith.c \
44 p4 edit arith.c arith_lex.c arith.h builtins.h builtins.c
47 bison -o arith.c arith.y
49 perl -ne 'print if ( /^\#\s*define\s+ARITH/ );' < arith.c > arith.h
Dexpand.h69 int arith(const char *);
Darith.y117 arith(s) in arith() function
167 i = arith(p);
Darith.c1503 arith(s) in arith() function
1553 i = arith(p);
Dexpand.c391 result = arith(p+2); in expari()