Home
last modified time | relevance | path

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

/freebsd/sys/ddb/
H A Ddb_expr.c115 if (t == tMINUS) { in db_unary()
212 while (t == tPLUS || t == tMINUS || t == tBIT_OR) { in db_add_expr()
215 t == tPLUS ? '+' : t == tMINUS ? '-' : '|'); in db_add_expr()
223 case tMINUS: in db_add_expr()
H A Ddb_lex.h102 #define tMINUS 5 macro
H A Ddb_lex.c299 return (tMINUS); in db_lex()
/freebsd/sys/net/
H A Ddebugnet.c1013 if (t != tMINUS) { in debugnet_parse_ddb_cmd()
/freebsd/sys/kern/
H A Dkern_sysctl.c3077 if (t == tSLASH || t == tMINUS) { in DB_COMMAND_FLAGS()