Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dmath.c148 #define TOK_DIV_ASSIGN tok_decl(3,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()
480 '/','=', 0, TOK_DIV_ASSIGN,