Searched refs:tSTAR (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_lex.h170 #define tSTAR 7 macro
H A Ddb_expr.c242 if (t == tSTAR) {
284 while (t == tSTAR || t == tSLASH || t == tPCT || t == tHASH
293 case tSTAR:
H A Ddb_lex.c450 return (tSTAR);
H A Ddb_break.c695 if ( t == tSTAR ) {

Completed in 64 milliseconds