Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_expr.c118 if (t == tMINUS) { in db_unary()
215 while (t == tPLUS || t == tMINUS || t == tBIT_OR) { in db_add_expr()
218 t == tPLUS ? '+' : t == tMINUS ? '-' : '|'); in db_add_expr()
226 case tMINUS: in db_add_expr()
H A Ddb_lex.h104 #define tMINUS 5 macro
H A Ddb_lex.c297 return (tMINUS); in db_lex()
/f-stack/freebsd/net/
H A Ddebugnet.c961 if (t != tMINUS) { in debugnet_parse_ddb_cmd()
/f-stack/freebsd/kern/
H A Dkern_sysctl.c2929 if (t == tSLASH || t == tMINUS) { in DB_FUNC()