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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_lex.h184 #define tSEMI_COLON 21 macro
H A Ddb_lex.c307 for (skip = 0; t != tEOL && t != tSEMI_COLON && t != tEOF; skip++)
309 if (t == tSEMI_COLON)
565 return (tSEMI_COLON);
H A Ddb_command.c265 if (t == tEOL || t == tSEMI_COLON) {
272 if (t == tSEMI_COLON)
404 } while (db_read_token() == tSEMI_COLON && db_cmd_loop_done == 0);
H A Ddb_variables.c401 if ((t = db_read_token()) == tSEMI_COLON)
575 case tSEMI_COLON:

Completed in 29 milliseconds