Home
last modified time | relevance | path

Searched refs:tEOL (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/ddb/
H A Ddb_variables.c136 if (t == tEOL) { in db_set_cmd()
164 if (db_read_token() != tEOL) in db_set_cmd()
H A Ddb_lex.h98 #define tEOL 1 macro
H A Ddb_script.c371 if (db_read_token() != tEOL) in db_run_cmd()
405 if (t == tEOL) { in db_script_cmd()
H A Ddb_capture.c347 if (db_read_token() != tEOL) in db_capture_cmd()
H A Ddb_lex.c191 return (tEOL); in db_lex()
H A Ddb_command.c196 } while (t != tEOL);
388 if (t == tEOL) { in db_command()
H A Ddb_textdump.c541 if (db_read_token() != tEOL) { in db_textdump_cmd()
/freebsd/sys/net/
H A Ddebugnet.c1012 while (t != tEOL) { in debugnet_parse_ddb_cmd()
1094 if (t == tEOL) in debugnet_parse_ddb_cmd()
/freebsd/sys/kern/
H A Dkern_sysctl.c3111 if (t != tEOL) { in DB_COMMAND_FLAGS()