Searched refs:tEOL (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_lex.h164 #define tEOL 1 macro
H A Ddb_cond.c192 if ((t = db_read_token()) != tEOL) {
H A Ddb_lex.c307 for (skip = 0; t != tEOL && t != tSEMI_COLON && t != tEOF; skip++)
332 return (tEOL);
H A Ddb_variables.c403 else if (t != tEOL)
573 case tEOL:
H A Ddb_command.c265 if (t == tEOL || t == tSEMI_COLON) {

Completed in 82 milliseconds