Home
last modified time | relevance | path

Searched refs:CS_MORE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/ddb/
H A Ddb_command.h133 #define CS_MORE 0x2 /* standard syntax, but may have other macro
H A Ddb_command.c425 { DDB_ADD_CMD("w", db_write_cmd, CS_MORE|CS_SET_DOT,
428 { DDB_ADD_CMD("watch", db_watchpoint_cmd, CS_MORE,
432 { DDB_ADD_CMD("write", db_write_cmd, CS_MORE|CS_SET_DOT,
950 if ((command->flag & CS_MORE) == 0) { in db_command()
/netbsd-src/sys/arch/mips/mips/
H A Ddb_interface.c901 { DDB_ADD_CMD("mtcr", db_mtcr_cmd, CS_NOREPEAT|CS_MORE,
917 { DDB_ADD_CMD("watch", db_watch_cmd, CS_MORE,
/netbsd-src/sys/arch/powerpc/powerpc/
H A Ddb_interface.c129 { DDB_ADD_CMD("dcr", db_ppc4xx_dcr, CS_MORE|CS_SET_DOT,