Home
last modified time | relevance | path

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

/freebsd/sys/ddb/
H A Ddb_expr.c212 while (t == tPLUS || t == tMINUS || t == tBIT_OR) { in db_add_expr()
226 case tBIT_OR: in db_add_expr()
H A Ddb_lex.h126 #define tBIT_OR 29 macro
H A Ddb_lex.c356 return (tBIT_OR); in db_lex()