Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dexpr.c187 static bool toarith(VALUE *v) in toarith() function
251 if (!toarith(l) || !toarith(r)) in arithmetic_common()
387 if (!toarith(i1) || !toarith(i2) in eval6()
491 toarith(l); in eval2()
492 toarith(r); in eval2()