Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dmath.c206 #define SPEC_PREC (UNARYPREC+4) macro
208 #define TOK_NUM tok_decl(SPEC_PREC, 0)
209 #define TOK_RPAREN tok_decl(SPEC_PREC, 1)
752 if ((prec > 0 && prec < UNARYPREC) || prec == SPEC_PREC) { in evaluate_string()