Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dmath.c329 char bad_second_val; in arith_apply() local
337 bad_second_val = top_of_stack->second_val_present; in arith_apply()
341 bad_second_val = !bad_second_val; in arith_apply()
343 if (bad_second_val) { in arith_apply()