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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_lex.h168 #define tMINUS 5 macro
H A Ddb_expr.c234 if (t == tMINUS) {
329 while (t == tPLUS || t == tMINUS || t == tBIT_OR) {
338 else if (t == tMINUS)
H A Ddb_lex.c439 return (tMINUS);

Completed in 31 milliseconds