Home
last modified time | relevance | path

Searched refs:MDB_ERR_SIGINT (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb.h59 #define MDB_ERR_SIGINT 4 /* User interrupt: abort current command */ macro
H A Dmdb.c722 if (err == MDB_ERR_SIGINT || err == MDB_ERR_QUIT) { in mdb_run()
750 if (err == MDB_ERR_SIGINT) in mdb_run()
1272 longjmp(mdb.m_frame->f_pcb, MDB_ERR_SIGINT); in mdb_intr_enable()
H A Dmdb_main.c293 longjmp(mdb.m_frame->f_pcb, MDB_ERR_SIGINT); in int_handler()
H A Dmdb_modapi.c579 if (err == MDB_ERR_PAGER || err == MDB_ERR_SIGINT) in mdb_eval()
H A Dmdb_termio.c2046 return (termio_abort(td, c, MDB_ERR_SIGINT)); in termio_intr()
H A Dmdb_cmds.c854 err == MDB_ERR_SIGINT || err == MDB_ERR_OUTPUT) in cmd_src_file()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_promif.c207 longjmp(mdb.m_frame->f_pcb, MDB_ERR_SIGINT); in check_int()