Home
last modified time | relevance | path

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

/netbsd-src/sys/ddb/
H A Ddb_expr.c122 if (t == tMINUS) { in db_unary()
190 while (t == tPLUS || t == tMINUS) { in db_add_expr()
H A Ddb_lex.h55 #define tMINUS 5 macro
H A Ddb_lex.c306 return (tMINUS); in db_lex()