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

/freebsd-10.2-release/sys/ddb/
H A Ddb_lex.h51 #define tEOL 1 macro
H A Ddb_variables.c155 if (db_read_token() != tEOL)
H A Ddb_lex.c166 return (tEOL);
H A Ddb_script.c372 if (db_read_token() != tEOL)
406 if (t == tEOL) {
H A Ddb_capture.c344 if (db_read_token() != tEOL)
H A Ddb_command.c165 } while (t != tEOL);
334 if (t == tEOL) {
H A Ddb_textdump.c529 if (db_read_token() != tEOL) {

Completed in 58 milliseconds