Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dmath.c182 #define TOK_DIV tok_decl(14,1) macro
414 else if (op == TOK_DIV || op == TOK_DIV_ASSIGN in arith_apply()
431 if (op == TOK_DIV || op == TOK_DIV_ASSIGN) in arith_apply()
495 '/', 0, TOK_DIV,