HomeSort by relevance Sort by last modified time
    Searched refs:IS_ASSIGNOP (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
exprtok.h 24 #define IS_ASSIGNOP(op) ((int)(op) >= (int)O_ASN && (int)(op) <= (int)O_BORASN)
expr.c 342 if (IS_ASSIGNOP(op)) {
537 if (IS_ASSIGNOP(op)) {

Completed in 70 milliseconds