Searched refs:CS_MORE (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/sys/ddb/ |
| H A D | db_command.h | 133 #define CS_MORE 0x2 /* standard syntax, but may have other macro
|
| H A D | db_command.c | 425 { 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 D | db_interface.c | 901 { 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 D | db_interface.c | 129 { DDB_ADD_CMD("dcr", db_ppc4xx_dcr, CS_MORE|CS_SET_DOT,
|