Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Darith_yacc.c324 arith_t arith(const char *s) in arith() function
/freebsd/contrib/lua/src/
H A Dlstrlib.c288 static int arith (lua_State *L, int op, const char *mtname) { in arith() function
/freebsd/contrib/one-true-awk/
H A Drun.c1445 Cell *arith(Node **a, int n) /* a[0] + a[1], etc. also -a[0] */ in arith() function