Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dmath.c178 #define TOK_ADD tok_decl(13,0) macro
397 else if (op == TOK_ADD || op == TOK_PLUS_ASSIGN) in arith_apply()
497 '+', 0, TOK_ADD,
678 op = (expr[0] == '+' ? TOK_ADD : TOK_SUB); in evaluate_string()
725 case TOK_ADD: in evaluate_string()