Searched refs:tIDENT (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_lex.h166 #define tIDENT 3 macro
H A Ddb_macro.c113 if (db_read_token() != tIDENT) {
142 if (db_read_token() != tIDENT
159 if ((t = db_read_token()) == tIDENT)
H A Ddb_expr.c99 case tIDENT:
252 if (t == tIDENT && db_tok_string[0] == ':') {
H A Ddb_command.c279 else if (t != tIDENT) {
312 if (t != tIDENT) {
328 if (t != tIDENT) {
H A Ddb_variables.c216 if (t == tIDENT) {
380 if (t == tIDENT && strcmp("help", db_tok_string) == 0) {
580 if (t1 == tIDENT) {
H A Ddb_lex.c431 return (tIDENT);
H A Ddb_examine.c496 if (db_read_token() != tIDENT) {
611 if (t != tIDENT) {
H A Ddb_break.c682 if (t != tIDENT) {

Completed in 37 milliseconds