Home
last modified time | relevance | path

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

/plan9/sys/src/ape/cmd/pdksh/
H A Dlex.h77 #define LOGAND 257 /* && */ macro
H A Dsyn.c104 while ((c = token(0)) == LOGAND || c == LOGOR) { in andor()
107 t = block(c == LOGAND? TAND: TOR, t, p, NOWORDS); in andor()
668 { "&&", LOGAND, FALSE },
870 ret = c == LOGAND;
H A Dlex.c684 (c == '&') ? LOGAND :