Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dmath.c300 var_or_num_t *top_of_stack; in arith_apply() local
308 top_of_stack = NUMPTR - 1; in arith_apply()
311 err = arith_lookup_val(math_state, top_of_stack); in arith_apply()
315 rez = top_of_stack->val; in arith_apply()
332 if (top_of_stack == numstack) in arith_apply()
335 NUMPTR = top_of_stack; /* this decrements NUMPTR */ in arith_apply()
337 bad_second_val = top_of_stack->second_val_present; in arith_apply()
348 top_of_stack--; /* now points to left side */ in arith_apply()
352 err = arith_lookup_val(math_state, top_of_stack); in arith_apply()
358 rez = top_of_stack->val; in arith_apply()
[all …]