Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dlex.h61 #define LOGAND 257 /* && */ macro
H A Dsyn.c100 while ((c = token(0)) == LOGAND || c == LOGOR) { in andor()
103 t = block(c == LOGAND? TAND: TOR, t, p, NULL); in andor()
654 { "&&", LOGAND, false },
841 ret = c == LOGAND; in dbtestp_isa()
H A Dlex.c782 (c == '&') ? LOGAND : in yylex()