Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c109 CEXP_OP_OR, /* || */ enumerator
1024 case CEXP_OP_OR: in cexp_eval_op()
1127 if ((op != CEXP_OP_AND) && (op != CEXP_OP_OR) && in cexp_eval_expr()
1135 new_op = (*str == '&') ? CEXP_OP_AND : CEXP_OP_OR; in cexp_eval_expr()