Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/xlint/lint1/
H A Dop.h96 LOGAND, enumerator
H A Dtree.c1764 if (oop == LOGAND)
1826 case LOGAND: in build_binary()
3176 if (op == LOGAND || op == LOGOR) in check_enum_int_mismatch()
4933 case LOGAND:
H A Dcgram.y873 $$ = build_binary($1, LOGAND, $3, $4);
/netbsd-src/bin/ksh/
H A Dsyn.c113 while ((c = token(0)) == LOGAND || c == LOGOR) { in andor()
116 t = block(c == LOGAND? TAND: TOR, t, p, NOWORDS); in andor()
677 { "&&", LOGAND, false },
879 ret = c == LOGAND;
H A Dlex.h79 #define LOGAND 257 /* && */ macro
H A Dlex.c683 (c == '&') ? LOGAND :