Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dmath.c203 #define TOK_POST_INC tok_decl(PREC_POST, 0) macro
322 else if (op == TOK_POST_INC || op == TOK_PRE_INC) in arith_apply()
450 if (op == TOK_POST_INC) in arith_apply()
486 '+','+', 0, TOK_POST_INC,
716 if (lasttok == TOK_POST_INC || lasttok == TOK_POST_DEC) in evaluate_string()
731 case TOK_POST_INC: in evaluate_string()