Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dmath.c298 #define NUMPTR (*numstackptr) in arith_apply() macro
305 if (NUMPTR == numstack) in arith_apply()
308 top_of_stack = NUMPTR - 1; in arith_apply()
335 NUMPTR = top_of_stack; /* this decrements NUMPTR */ in arith_apply()
462 #undef NUMPTR in arith_apply()