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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_lex.h163 #define tEOF (-1) macro
H A Ddb_lex.c307 for (skip = 0; t != tEOL && t != tSEMI_COLON && t != tEOF; skip++)
389 return (tEOF);
421 return (tEOF);
482 return (tEOF);
498 return (tEOF);
508 return (tEOF);
570 return (tEOF);
574 return (tEOF);
H A Ddb_variables.c574 case tEOF:

Completed in 28 milliseconds