Home
last modified time | relevance | path

Searched refs:ADD (Results 1 – 4 of 4) sorted by relevance

/ndk/build/tools/
Ddev-defaults.sh221 if [ -z "$ADD" -a "$VERSION" = "$DEFAULT_GCC_VERSION" ]; then
224 if [ -z "$ADD" ]; then
/ndk/sources/host-tools/nawk-20071023/
Dmaketab.c59 { ADD, "arith", " + " },
Dawkgram.y57 %token <i> ADD MINUS MULT DIVIDE MOD
353 | term '+' term { $$ = op2(ADD, $1, $3); }
Drun.c1012 case ADD: in arith()