Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dmath.c141 #define TOK_XOR_ASSIGN tok_decl(2,3) macro
375 else if (op == TOK_BXOR || op == TOK_XOR_ASSIGN) in arith_apply()
485 '^','=', 0, TOK_XOR_ASSIGN,