Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/xlint/lint1/
H A Dop.h97 LOGOR, enumerator
H A Dtree.c1763 if (op == LOGOR) {
1829 case LOGOR: in build_binary()
3176 if (op == LOGAND || op == LOGOR) in check_enum_int_mismatch()
4934 case LOGOR:
H A Dcgram.y876 $$ = build_binary($1, LOGOR, $3, $4);
/netbsd-src/bin/ksh/
H A Dlex.h80 #define LOGOR 258 /* || */ macro
H A Dsyn.c113 while ((c = token(0)) == LOGAND || c == LOGOR) { in andor()
678 { "||", LOGOR, false },
877 ret = c == LOGOR;
H A Dlex.c682 (c == '|') ? LOGOR :