Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/xlint/lint1/
Dop.h97 LOGOR, enumerator
Dtree.c1763 if (op == LOGOR) { in is_confusing_precedence()
1826 case LOGOR: in fold_constant_compare_zero()
2093 if ((op == NOT || op == LOGAND || op == LOGOR) in build_binary()
2100 if ((op == LOGAND || op == LOGOR) in build_binary()
3171 if (op == LOGAND || op == LOGOR) in has_side_effect()
4922 case LOGOR: in check_expr_misc()
Dcgram.y883 $$ = build_binary($1, LOGOR, $3, $4);
/netbsd/src/bin/ksh/
Dlex.h80 #define LOGOR 258 /* || */ macro
Dsyn.c113 while ((c = token(0)) == LOGAND || c == LOGOR) { in andor()
678 { "||", LOGOR, false },
877 ret = c == LOGOR;
Dlex.c682 (c == '|') ? LOGOR :