Home
last modified time | relevance | path

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

/openbsd/src/bin/ksh/
Dexpr.c24 O_LSHIFTASN, O_RSHIFTASN, O_BANDASN, O_BXORASN, O_BORASN, enumerator
45 #define IS_ASSIGNOP(op) ((int)(op) >= (int)O_ASN && (int)(op) <= (int)O_BORASN)
405 case O_BORASN: in evalexpr()