Home
last modified time | relevance | path

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

/freebsd/sys/ddb/
H A Ddb_expr.c78 if (t == tPLUS) { in db_term()
212 while (t == tPLUS || t == tMINUS || t == tBIT_OR) { in db_add_expr()
215 t == tPLUS ? '+' : t == tMINUS ? '-' : '|'); in db_add_expr()
220 case tPLUS: in db_add_expr()
H A Ddb_lex.h101 #define tPLUS 4 macro
H A Ddb_lex.c297 return (tPLUS); in db_lex()