Searched refs:tLOG_AND (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/ddb/ | ||
H A D | db_lex.h | 127 #define tLOG_AND 30 macro |
H A D | db_lex.c | 348 return (tLOG_AND); in db_lex() |
H A D | db_expr.c | 334 while (t == tLOG_AND) { in db_logical_and_expr() |