Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dmath.c154 #define TOK_CONDITIONAL tok_decl(4,0) macro
226 || prec == PREC(TOK_CONDITIONAL); in is_right_associative()
338 if (op == TOK_CONDITIONAL) { /* ? operation */ in arith_apply()
359 if (op == TOK_CONDITIONAL) /* ? operation */ in arith_apply()
503 '?', 0, TOK_CONDITIONAL,