Home
last modified time | relevance | path

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

/netbsd-src/sys/ddb/
H A Ddb_expr.c87 if (t == tPLUS) { in db_term()
190 while (t == tPLUS || t == tMINUS) { in db_add_expr()
195 if (t == tPLUS) in db_add_expr()
H A Ddb_lex.h54 #define tPLUS 4 macro
H A Ddb_lex.c304 return (tPLUS); in db_lex()