Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_variables.c139 if (t == tEOL) { in db_set_cmd()
167 if (db_read_token() != tEOL) in db_set_cmd()
H A Ddb_lex.h100 #define tEOL 1 macro
H A Ddb_script.c374 if (db_read_token() != tEOL) in db_run_cmd()
408 if (t == tEOL) { in db_script_cmd()
H A Ddb_capture.c349 if (db_read_token() != tEOL) in db_capture_cmd()
H A Ddb_lex.c189 return (tEOL); in db_lex()
H A Ddb_command.c178 } while (t != tEOL); in db_skip_to_eol()
365 if (t == tEOL) { in db_command()
H A Ddb_textdump.c543 if (db_read_token() != tEOL) { in db_textdump_cmd()
/f-stack/freebsd/net/
H A Ddebugnet.c960 while (t != tEOL) { in debugnet_parse_ddb_cmd()
1041 if (t == tEOL) in debugnet_parse_ddb_cmd()
/f-stack/freebsd/kern/
H A Dkern_sysctl.c2963 if (t != tEOL) { in DB_FUNC()