Home
last modified time | relevance | path

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

/external/mksh/src/
Dexpr.c63 #define IS_ASSIGNOP(op) ((int)(op) >= (int)O_ASN && (int)(op) <= (int)O_BORASN) macro
411 if (IS_ASSIGNOP(op)) { in evalexpr()
603 if (IS_ASSIGNOP(op)) { in evalexpr()