Searched refs:arith (Results 1 – 5 of 5) sorted by relevance
6 arith.c \44 p4 edit arith.c arith_lex.c arith.h builtins.h builtins.c 47 bison -o arith.c arith.y49 perl -ne 'print if ( /^\#\s*define\s+ARITH/ );' < arith.c > arith.h
69 int arith(const char *);
117 arith(s) in arith() function167 i = arith(p);
1503 arith(s) in arith() function1553 i = arith(p);
391 result = arith(p+2); in expari()