Searched refs:LOGAND (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/usr.bin/xlint/lint1/ |
| H A D | op.h | 96 LOGAND, enumerator
|
| H A D | tree.c | 1764 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 D | cgram.y | 873 $$ = build_binary($1, LOGAND, $3, $4);
|
| /netbsd-src/bin/ksh/ |
| H A D | syn.c | 113 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 D | lex.h | 79 #define LOGAND 257 /* && */ macro
|
| H A D | lex.c | 683 (c == '&') ? LOGAND :
|