Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_expr.c81 if (t == tPLUS) { in db_term()
215 while (t == tPLUS || t == tMINUS || t == tBIT_OR) { in db_add_expr()
218 t == tPLUS ? '+' : t == tMINUS ? '-' : '|'); in db_add_expr()
223 case tPLUS: in db_add_expr()
H A Ddb_lex.h103 #define tPLUS 4 macro
H A Ddb_lex.c295 return (tPLUS); in db_lex()