Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_lex.h128 #define tBIT_OR 29 macro
H A Ddb_expr.c215 while (t == tPLUS || t == tMINUS || t == tBIT_OR) { in db_add_expr()
229 case tBIT_OR: in db_add_expr()
H A Ddb_lex.c354 return (tBIT_OR); in db_lex()