Home
last modified time | relevance | path

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

/external/mksh/src/
Dexprtok.h24 #define IS_ASSIGNOP(op) ((int)(op) >= (int)O_ASN && (int)(op) <= (int)O_BORASN) macro
Dexpr.c342 if (IS_ASSIGNOP(op)) { in evalexpr()
537 if (IS_ASSIGNOP(op)) { in evalexpr()